@charset "UTF-8";
@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");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

:focus-visible {
  outline: none;
}
span.swiper-pagination-bullet-active {
  background: #a47c4a !important;
  -webkit-mask-image: url(../images/pagination_icon.svg) !important;
          mask-image: url(../images/pagination_icon.svg) !important;
}

span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../images/pagination-bullet_icon.svg);
          mask-image: url(../images/pagination-bullet_icon.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

img.mobile {
  display: none;
}

.mobile {
  display: none !important;
}

.box_hover {
  border: 1px solid transparent;
}

.box_hover:hover,
.box_hover.hide {
  border: 1px solid rgb(229, 201, 170, var(--tw-border-opacity, 1));
  transition: border-color 0s;
}

.box_text_hover.hide {
  display: flex;
  opacity: 100;
}

@keyframes swing-rotate {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(-20px) rotate(-10deg);
  }
  50% {
    transform: translateX(20px) rotate(10deg);
  }
  80% {
    transform: translateX(-20px) rotate(-10deg);
  }
}
@keyframes anime-rotate2 {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
}
.animate-swing-rotate {
  animation: swing-rotate 4.5s infinite ease-in-out;
  display: inline-block;
}
@media (max-width: 667px) {
  .animate-swing-rotate {
    animation: anime-rotate2 4.5s infinite ease-in-out;
  }
}

.animate-swing-rotate2 {
  animation: swing-rotate 2.5s infinite ease-in-out;
  display: inline-block;
}
@media (max-width: 667px) {
  .animate-swing-rotate2 {
    animation: anime-rotate2 2.5s infinite ease-in-out;
  }
}

@media (max-width: 1200px) {
  img.mobile {
    display: block !important;
  }
  .tf {
    width: 50%;
  }
  #fixed-logo img {
    background-image: url(../images/logo2.svg);
  }
  .shopping {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 57px;
    height: 95px;
    background: url(../images/shopping.svg);
  }
  .shopping:hover {
    background: url(../images/shopping_hover.svg);
  }
  .scroll {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 20px;
    height: 66px;
    background: url(../images/scroll.svg);
    background-repeat: no-repeat;
    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));
  }
  section.index_products {
    padding: 80px 20px;
  }
  section.index_products ~ div {
    padding-top: 155px;
  }
  ul.index_products_content {
    gap: 40px 25px;
    grid-template-columns: 152px 152px;
  }
  ul.index_products_content li {
    max-width: 152px;
    max-height: 235px;
  }
  ul.index_products_content .group a div ~ div {
    margin-top: 25px;
  }
  ul.index_products_content .group a div ~ div div ~ div {
    display: none;
  }
  ul.index_products_content .group:hover a > div img ~ img {
    opacity: 0;
  }
  ul.index_products_content .group:hover a div ~ div img {
    opacity: 1;
  }
  section.News_content {
    flex-direction: column;
    padding: 50px 25px;
    align-items: center;
  }
  section.News_content nav {
    flex: unset;
    margin: unset;
  }
  section.News_content nav a {
    flex-direction: column;
    gap: 15px;
  }
  section.News_content nav a > div {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 5px;
  }
  section.News_content nav a > div ~ div {
    padding: 0 0 40px 0;
    flex-direction: column;
  }
  section.News_content nav a > div ~ div ~ img {
    display: none;
  }
  section.News_content nav a > div div {
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 400;
  }
  section.News_content nav a > div div ~ div {
    font-size: 14px;
  }
  section.News_content nav a .font-en div {
    font-size: 10px;
  }
  div.experience-head {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  .experience-head img ~ img {
    display: none;
  }
  div.experience-head_img {
    height: 490px;
  }
  div.experience-head_img div {
    height: 400px;
  }
  div.experience-head_img div div {
    height: 400px;
  }
  div.experience-head_img div div img {
    height: 100%;
  }
  div.experience-head_img div.swiper-pagination {
    max-height: 40px;
  }
  span.swiper-pagination-bullet-active {
    background: #a48b78;
    -webkit-mask-image: url(../images/pagination_icon.svg) !important;
            mask-image: url(../images/pagination_icon.svg) !important;
    width: 12px;
    height: 12px;
  }
  span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #7a6a56;
    border: 1px solid #a48b78;
    -webkit-mask-image: url(../images/pagination-bullet_icon.svg);
            mask-image: url(../images/pagination-bullet_icon.svg);
  }
  .experience-head ~ div {
    margin-bottom: 60px;
  }
  div.experience-video {
    width: 100%;
    height: 600px;
    gap: unset;
  }
  div.experience-video ~ div {
    height: 300px;
  }
  div.experience-video iframe {
    width: 100%;
    height: 210px;
  }
  div.experience-video_text {
    height: 300px;
    width: 100%;
  }
  div.experience-card {
    height: unset !important;
  }
  div.experience-card_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: unset;
    gap: 35px;
  }
  div.experience-card_list > div {
    width: 100%;
  }
  div.experience-card_list div div ~ a {
    display: none;
  }
  div.experience-card_body {
    padding: 25px;
  }
  div.experience-card_body_right {
    width: 55%;
  }
  div.experienceList_content {
    transform: unset;
    left: unset;
    display: flex;
    width: 100%;
    padding: 0 35px;
    flex-direction: column;
    align-items: center;
  }
  div.experienceList_content div {
    align-items: center;
    margin-bottom: 15px;
  }
  div.experienceList_content div ~ p {
    margin-bottom: 15px;
    text-align: center;
  }
  div.experienceList_content div > p ~ p {
    display: none;
  }
  div.experienceList_content div > p {
    text-align: center;
  }
  div.experienceList_content.title1 div > p::after {
    content: "HAN PASTRY DIY EXPERIENCE";
    display: block;
    color: rgb(155, 115, 54, var(--tw-text-opacity, 1));
    font-size: 16px;
  }
  div.experienceList_content.title2 div > p::after {
    content: "RICH FLAVOR RICH TRADITION";
    display: block;
    color: rgb(155, 115, 54, var(--tw-text-opacity, 1));
    font-size: 16px;
  }
  div.experienceList_content.title3 div > p::after {
    content: "TOŌ TSÈ EXPERIENCE";
    display: block;
    color: rgb(155, 115, 54, var(--tw-text-opacity, 1));
    font-size: 16px;
  }
  div.experienceList_content_left {
    left: 20px;
    top: 10px;
  }
  div.experienceList_content_right {
    right: 20px;
    top: 10px;
  }
  div.experienceList_content_more {
    margin-bottom: unset !important;
    display: flex;
    justify-content: center;
  }
  div.experienceList_content_more a img {
    display: none;
  }
  div.experienceList_content_more a::before {
    content: "MORE";
    font-family: "Crimson Text";
    background: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9b7336;
    padding: 8px;
    border-radius: 18px;
    display: flex;
    height: 44px;
    width: 71px;
    justify-content: center;
    align-items: center;
  }
  section.product_serch {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    text-align: center;
    align-items: center;
    padding: 0 25px;
    margin-top: 85px;
    margin-bottom: 0px;
  }
  section.product_serch ul {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
  }
  section.product_serch ul li {
    padding-left: unset;
    padding-right: unset;
  }
  section.product_serch::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #9b7336;
    margin: 25px 0px;
    animation: fadeInAuto 1.5s forwards;
    transition-timing-function: ease;
    animation-delay: 120ms;
  }
  @keyframes fadeInAuto {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  section.product_item {
    padding: 0 15px;
  }
  section.product_item div {
    grid-template-columns: auto auto;
  }
  section.product_item div a div {
    height: unset;
  }
  .product_head > div {
    display: none;
  }
  .mobile {
    display: block !important;
  }
  .swiper-pagination.swiper_pagination_static {
    position: unset !important;
    margin-top: 20px;
  }
  div.location_img {
    height: 160px;
  }
  .none {
    display: none;
  }
  ul.benefits-list li::before {
    line-height: unset;
  }
  ul.benefits-list {
    gap: 10px 8px;
  }
  .pin-spacer {
    margin-top: 40px !important;
  }
  .member-promotion-title {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .scroll-pin-section:before {
    display: none;
  }
  .member-bg-section-3 {
    background-position-x: -600px !important;
  }
  .pin-spacer {
    height: 300px !important;
  }
  #wedding-hero-pin {
    top: 0px !important;
    height: unset !important;
    margin-bottom: unset !important;
  }
  .writing-horizontal {
    writing-mode: horizontal-tb !important;
  }
}
.chapter-zh-fly {
  font-family: Noto Serif SC, Noto Serif TC, serif;
  font-weight: 600;
  font-size: 43px;
  line-height: 1;
  color: white;
}

.section-mask {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.6s ease-out;
}
.section-mask.dimmed {
  background-color: rgba(0, 0, 0, 0.4);
}

.start-mark-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.start-mark-container .start-mark-toggle button {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: 2px solid #00ff00;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.start-mark-container .start-mark-toggle button:hover {
  background: rgba(0, 255, 0, 0.2);
  border-color: #00ff00;
}
.start-mark-container .start-mark-toggle button.active {
  background: rgba(0, 255, 0, 0.3);
  border-color: #00ff00;
}

.start-mark-lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 9998;
}
.start-mark-lines .start-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00ff00 0%, rgba(0, 255, 0, 0.8) 50%, rgba(0, 255, 0, 0.3) 100%);
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
}
.start-mark-lines .start-line::before {
  content: attr(data-label);
  position: absolute;
  right: 10px;
  top: -20px;
  background: rgba(0, 0, 0, 0.8);
  color: #00ff00;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-family: monospace;
  white-space: nowrap;
  border: 1px solid #00ff00;
}
.start-mark-lines .start-line::after {
  content: "";
  position: absolute;
  right: 5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #00ff00;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.8);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}
.member-benefit-img {
  width: 345px;
  height: 345px;
}

.member-benefits-container {
  gap: 43px;
}

.member-benefit-card .w-\[345px\].h-\[345px\] {
  margin-bottom: 35px;
}

.fixed-right-image {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.fixed-right-image.is-hidden {
  opacity: 0;
}
@media (max-width: 768px) {
  .fixed-right-image {
    bottom: 60px;
    right: 15px;
  }
  .fixed-right-image a img {
    width: 90px !important;
    height: 106px !important;
  }
}
.fixed-right-image:hover {
  transform: scale(1.05);
}
.fixed-right-image a {
  display: block;
  cursor: pointer;
}
.fixed-right-image a img {
  width: 119px;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.index-storyWrap {
  background-color: #f9f3ef;
  padding: 145px 0;
}

.member-bg-section-3 {
  margin-top: 215px;
  height: 980px;
  background: url("../images/member-bg-5.png") center center/cover no-repeat;
  background-attachment: scroll;
}
@media (max-width: 768px) {
  .member-bg-section-3 {
    background-attachment: scroll;
    background-position: center center;
  }
}

.member-promotion-title {
  position: absolute;
  top: -225px;
  z-index: 20;
  white-space: nowrap;
}

/* 跑馬燈動畫效果 - 無縫連續重複 */
.marquee-container {
  width: 100%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.marquee-text {
  display: inline-block;
  animation: marquee-seamless 40s linear infinite;
  will-change: transform;
}

.marquee {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.75rem;
  will-change: transform;
}

.marquee > li {
  flex: 0 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 無縫連續跑馬燈動畫 */
@keyframes marquee-seamless {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 新增滾動固定卡片效果樣式 */
.scroll-pin-section {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.member-cards-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 450px;
  /* 固定寬度，不用max-width */
  padding: 0 20px;
  /* 你測試有效的數值 */
  position: relative;
  z-index: 30;
}

.member-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(100px);
  opacity: 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 575px;
  height: 280px;
}

.member-card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Serif CJK TC", serif;
}

.member-card .subtitle {
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  margin-left: 25px;
}

.member-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.member-card .highlight {
  background: linear-gradient(45deg, #a47c4a, #cba671);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

.member-card .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-card .benefit-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.member-card .benefit-list li:before {
  content: "●";
  color: #a47c4a;
  position: absolute;
  left: 0;
  top: 0;
}

/* 禮品項目樣式 */
.gift-items {
  margin-top: 20px;
  margin-left: 25px;
}
.gift-items .gift-item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid rgba(164, 124, 74, 0.2);
  gap: 50px;
}
.gift-items .gift-item:last-child {
  border-bottom: none;
  margin-top: 10px;
}
.gift-items .gift-item .amount {
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #a47c4a;
}
.gift-items .gift-item .amount small {
  font-size: 1.2rem;
  font-weight: normal;
}
.gift-items .gift-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
  flex: 1;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.gift-items .gift-item p.second-gift {
  transform: translateY(-22px) translateX(-18px);
  /* 同時調整X和Y位置 */
}

/* 背景裝飾效果 */
.scroll-pin-section:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(164, 124, 74, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
  pointer-events: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 響應式調整 */
@media (max-width: 768px) {
  .member-cards-container {
    max-width: 90%;
    gap: 25px;
  }
  .member-card {
    padding: 25px 20px;
  }
  .member-card h3 {
    font-size: 1.4rem;
  }
  /* 手機版時改為垂直排列 */
  .scroll-pin-section .container > div:first-child {
    flex-direction: column !important;
    align-items: center !important;
  }
  .member-promotion-title {
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
}
.service-external-link-icon .cls-1 {
  fill: none;
  stroke: #a47c4a;
  stroke-miterlimit: 10;
}
.service-external-link-icon line,
.service-external-link-icon polyline:last-of-type {
  transition: transform 0.3s ease;
  transform-origin: center;
}

a:hover .service-external-link-icon line,
a:focus-visible .service-external-link-icon line,
a:hover .service-external-link-icon polyline:last-of-type,
a:focus-visible .service-external-link-icon polyline:last-of-type {
  transform: translate(6px, -6px);
}

.service-submit-btn {
  font-family: "Crimson Text", serif;
  width: 96px;
  height: 60px;
  background-color: #fff;
  border: 2px solid #a47c4a;
  border-radius: 25px;
  color: #a47c4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.service-submit-btn:hover, .service-submit-btn:focus-visible {
  background-color: #a47c4a;
  color: #fff;
}

.social-media-icon .cls-1 {
  fill: #cba671;
}
.social-media-icon:hover {
  transform: scale(1.1);
}
.social-media-icon:hover .cls-1 {
  fill: #a47c4a;
}

.form-required-icon .cls-1 {
  fill: #a47c4a;
}

#first-gift-hero,
#richflavor-hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #f7e8d9 0%, #f7e8d9 60%, rgba(247, 232, 217, 0) 100%);
}

.fg-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.fg-sticky > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(var(--heroScale));
  transform-origin: center;
  will-change: transform;
}

.fg-mask {
  position: absolute;
  inset: 0;
}

.fg-mask-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center top;
  animation: fg-curtain-breeze 6.5s ease-in-out infinite;
  will-change: transform;
}

.fg-mask-img-mb {
  display: none;
  width: 100%;
  height: auto;
  max-height: 450px;
  transform-origin: center top;
  animation: fg-curtain-breeze 7.2s ease-in-out infinite;
  will-change: transform;
}

@keyframes fg-curtain-breeze {
  0% {
    transform: translate3d(-0.35%, 0.1%, 0) scaleY(1);
  }
  45% {
    transform: translate3d(0.45%, -0.6%, 0) scaleY(1.012);
  }
  70% {
    transform: translate3d(-0.55%, 0.4%, 0) scaleY(0.996);
  }
  100% {
    transform: translate3d(-0.35%, 0.1%, 0) scaleY(1);
  }
}
@media (max-width: 768px) {
  .fg-mask-img {
    display: none;
  }
  .fg-mask-img-mb {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fg-mask-img,
  .fg-mask-img-mb {
    animation: none !important;
  }
}
@media (max-width: 667px) {
  .pin-spacer {
    margin-top: 0px !important;
  }
}
#first-gift-hero,
#richflavor-hero {
  --waveTranslateY: 0%;
  --waveScale: 1;
  --heroScale: 1;
}

.fg-mask {
  transform: translateY(var(--waveTranslateY)) scale(var(--waveScale));
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.1s ease-out;
}
@media (max-width: 640px) {
  .fg-mask {
    transform-origin: center top;
  }
}

#checkbox {
  margin-right: 15px;
  transition: background-color 0.3s ease;
  border-radius: 7px;
}
@media (max-width: 640px) {
  #checkbox {
    margin-right: 0px;
  }
}
#checkbox .cls-1 {
  fill: none;
  stroke: #9b7336;
  stroke-miterlimit: 10;
}
#checkbox .checkmark {
  transition: opacity 0.3s ease;
}
#checkbox:hover {
  background-color: rgba(203, 166, 113, 0.1);
}

.privacy-paragraph {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.8;
}

.section-24-solar-terms {
  background-image: url("../images/24_solar_terms-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  padding-top: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-24-solar-terms .title-box {
  display: flex;
  align-items: center;
}
.section-24-solar-terms .title-box .m-h2-ch {
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.section-24-solar-terms .title-box .m-h2-en {
  margin-top: -0.375rem;
  font-size: 43px;
}

.sticky-layout-section {
  height: 100vh;
  overflow: visible;
}

.sticky-container {
  display: flex;
  height: 100vh;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transform: translateY(-60px);
}

.sticky-left {
  position: sticky;
  top: 0;
  width: 280px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sticky-left .sticky-content h3 {
  color: #a47c4a;
  font-family: "Noto Serif CJK TC", serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #cba671;
  padding-bottom: 10px;
}
.sticky-left .sticky-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.sticky-left .sticky-content .svg-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 435px;
}
.sticky-left .sticky-content .svg-container svg {
  width: 126.26px;
  height: 52.15px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sticky-left .sticky-content .svg-container svg .cls-1 {
  fill: #fff;
  stroke: #a47c4a;
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
  transition: all 0.3s ease;
}
.sticky-left .sticky-content .svg-container svg .cls-text {
  fill: #9b7336;
  font-family: "SourceHanSerifTC-SemiBold", "Source Han Serif TC", serif;
  font-weight: 600;
  font-size: 23px;
  transition: all 0.3s ease;
}
.sticky-left .sticky-content .svg-container svg .cls-text-zh {
  opacity: 1;
  font-family: "SourceHanSerifTC-SemiBold", "Source Han Serif TC", serif;
  font-weight: 600;
  font-size: 23px;
  transition: opacity 0.3s ease;
}
.sticky-left .sticky-content .svg-container svg .cls-text-en {
  opacity: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 12px;
  transition: opacity 0.3s ease;
}
.sticky-left .sticky-content .svg-container svg:hover, .sticky-left .sticky-content .svg-container svg.triggered-hover {
  transform: scale(1.5);
}
.sticky-left .sticky-content .svg-container svg:hover .cls-1, .sticky-left .sticky-content .svg-container svg.triggered-hover .cls-1 {
  fill: #a47c4a;
  stroke: #a47c4a;
}
.sticky-left .sticky-content .svg-container svg:hover .cls-text, .sticky-left .sticky-content .svg-container svg.triggered-hover .cls-text {
  fill: #fff;
}
.sticky-left .sticky-content .svg-container svg:hover .cls-text-zh, .sticky-left .sticky-content .svg-container svg.triggered-hover .cls-text-zh {
  opacity: 1;
}
.sticky-left .sticky-content .svg-container svg:hover .cls-text-en, .sticky-left .sticky-content .svg-container svg.triggered-hover .cls-text-en {
  opacity: 1;
  fill: #ddb47f;
}

.sticky-right {
  position: sticky;
  top: 0;
  width: 280px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sticky-right .sticky-content {
  position: relative;
  overflow: visible;
}
.sticky-right .sticky-content h3 {
  color: #a47c4a;
  font-family: "Noto Serif CJK TC", serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #cba671;
  padding-bottom: 10px;
}
.sticky-right .sticky-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.sticky-right .sticky-cta {
  position: absolute;
  left: 50%;
  z-index: 210;
}

.sticky-right .podcast-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: 2px solid #9b7336;
  color: #9b7336;
  background: white;
  border-radius: 999px;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
}

.sticky-right .podcast-btn:hover {
  background: #9b7336;
  color: white;
  box-shadow: 0 0 0 2px rgba(155, 115, 54, 0.12) inset;
}

#right-photo-1 {
  width: 491px;
  height: 643px;
}

#right-photo-2 {
  width: 651px;
  height: 475px;
}

.center-content {
  flex: 1;
  z-index: 1;
  width: 825px;
  max-width: 825px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
  padding-bottom: 350px;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.center-content::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.center-content::-webkit-scrollbar-track {
  background: transparent;
}
.center-content::-webkit-scrollbar-thumb {
  background: transparent;
}
.center-content .content-wrapper {
  background: white;
  margin: 20px 0;
}
.center-content .content-wrapper h2 {
  color: #a47c4a;
  font-family: "Noto Serif CJK TC", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.center-content .content-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(45deg, #a47c4a, #cba671);
  border-radius: 2px;
}
.center-content .content-wrapper > p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
.center-content .content-wrapper .content-block {
  padding-bottom: 50px;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}
.center-content .content-wrapper .content-block:last-child {
  margin-bottom: 0;
}
.center-content .content-wrapper .content-block h3 {
  color: #a47c4a;
  font-family: "Noto Serif CJK TC", serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.center-content .content-wrapper .content-block p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
.center-content .content-wrapper .season-block {
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}
.center-content .content-wrapper .season-block img {
  display: block;
  width: 825px;
  max-width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 1200px) {
  .sticky-container {
    flex-direction: column;
    max-width: 90%;
    gap: 30px;
  }
  .sticky-left,
  .sticky-right {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .center-content {
    width: 100%;
    max-width: 100%;
  }
  .center-content .content-wrapper {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .sticky-layout-section {
    padding: 40px 0;
  }
  .sticky-left .sticky-content,
  .sticky-right .sticky-content {
    padding: 20px;
  }
  .sticky-left .sticky-content h3,
  .sticky-right .sticky-content h3 {
    font-size: 1.1rem;
  }
  .sticky-left .sticky-content p,
  .sticky-right .sticky-content p {
    font-size: 0.9rem;
  }
  .center-content .content-wrapper {
    padding: 25px;
  }
  .center-content .content-wrapper h2 {
    font-size: 1.6rem;
  }
  .center-content .content-wrapper .content-block {
    padding: 20px;
  }
  .center-content .content-wrapper .content-block h3 {
    font-size: 1.2rem;
  }
  .center-content .content-wrapper .content-block p {
    font-size: 0.95rem;
  }
}
.summer-description {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 360px;
  margin-left: 50px;
}

.simple-photo {
  z-index: 100;
  transition: all 1.2s ease, opacity 1.2s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.simple-photo.fade-out {
  opacity: 0 !important;
  transition: opacity 0.8s ease !important;
}
.simple-photo.fade-in {
  opacity: 1 !important;
  transition: opacity 1.2s ease !important;
}

body.season-spring #left-photo-1 {
  background-image: url("../images/24_solar_terms-spring.png");
  width: 214px;
  height: 214px;
  z-index: 9999 !important;
}
body.season-spring #left-photo-2 {
  background-image: url("../images/24_solar_terms-left.png");
  width: 450px;
  height: 650px;
  top: -10px !important;
  left: -420px !important;
}
body.season-spring #right-photo-1 {
  background-image: url("../images/24_solar_terms-right-top.png");
  top: -100% !important;
  right: -600px !important;
}
body.season-spring #right-photo-2 {
  background-image: url("../images/24_solar_terms-right-down.png");
  top: 60px !important;
  right: -480px !important;
}

body.season-summer #left-photo-1 {
  background-image: url("../images/24_solar_terms-summer.png");
  width: 214px;
  height: 214px;
  z-index: 9999 !important;
}
body.season-summer #left-photo-2 {
  background-image: url("../images/24_solar_terms-left-summer.png");
  width: 450px;
  height: 650px;
  top: 270px !important;
  left: -425px !important;
}
body.season-summer #right-photo-1 {
  background-image: url("../images/24_solar_terms-right-top-summer.png");
  top: -85% !important;
  right: -645px !important;
}
body.season-summer #right-photo-2 {
  background-image: url("../images/24_solar_terms-right-down-summer.png");
  top: 85px !important;
  right: -435px !important;
}

body.season-autumn #left-photo-1 {
  background-image: url("../images/24_solar_terms-autumn.png");
  width: 214px;
  height: 214px;
  z-index: 9999 !important;
}
body.season-autumn #left-photo-2 {
  background-image: url("../images/24_solar_terms-left-autumn.png");
  width: 450px;
  height: 650px;
  top: 35px !important;
  left: -440px !important;
}
body.season-autumn #right-photo-1 {
  background-image: url("../images/24_solar_terms-right-top-autumn.png");
  top: -580px !important;
  right: -565px !important;
}
body.season-autumn #right-photo-2 {
  background-image: url("../images/24_solar_terms-right-down-autumn.png");
  top: 170px !important;
  right: -365px !important;
}

body.season-winter #left-photo-1 {
  background-image: url("../images/24_solar_terms-winter.png");
  width: 214px;
  height: 214px;
  z-index: 9999 !important;
}
body.season-winter #left-photo-2 {
  background-image: url("../images/24_solar_terms-left-winter.png");
  width: 450px;
  height: 650px;
  top: 125px !important;
  left: -380px !important;
}
body.season-winter #right-photo-1 {
  background-image: url("../images/24_solar_terms-right-top-winter.png");
  top: -565px !important;
  right: -480px !important;
}
body.season-winter #right-photo-2 {
  background-image: url("../images/24_solar_terms-right-down-winter.png");
  top: 85px !important;
  right: -290px !important;
}

.solar-terms-timeline {
  position: fixed;
  right: -180px;
  top: 29%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 200;
}
.solar-terms-timeline .timeline-start,
.solar-terms-timeline .timeline-end {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-weight: 700;
  color: #9b7336;
  letter-spacing: 2px;
}
.solar-terms-timeline .timeline-line {
  position: relative;
  width: 3px;
  height: 225px;
  background: #c1b9a7;
  margin: 20px 0;
  border-radius: 2px;
}
.solar-terms-timeline .timeline-line .timeline-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/24_solar_terms-dot.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: none;
}

@keyframes timeline-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (max-width: 1200px) {
  .solar-terms-timeline {
    right: 30px;
  }
  .solar-terms-timeline .timeline-start,
  .solar-terms-timeline .timeline-end {
    font-size: 28px;
  }
  .solar-terms-timeline .timeline-line {
    height: 300px;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .solar-terms-timeline {
    right: 20px;
  }
  .solar-terms-timeline .timeline-start,
  .solar-terms-timeline .timeline-end {
    font-size: 24px;
  }
  .solar-terms-timeline .timeline-line {
    height: 200px;
    margin: 10px 0;
    width: 2px;
  }
  .solar-terms-timeline .timeline-line .timeline-dot {
    width: 12px;
    height: 12px;
  }
}
.stack-cards_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stack-cards_item:nth-child(1) img,
.stack-cards_item:nth-child(1) .lazy_list-inner {
  height: 100%;
}
.stack-cards_item:nth-child(2) img,
.stack-cards_item:nth-child(2) .lazy_list-inner {
  height: 820px;
}
.stack-cards_item:nth-child(3) img,
.stack-cards_item:nth-child(3) .lazy_list-inner {
  height: 730px;
}
.stack-cards_item:nth-child(4) img,
.stack-cards_item:nth-child(4) .lazy_list-inner {
  height: 640px;
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .stack-cards_item:nth-child(1) img,
  .stack-cards_item:nth-child(1) .lazy_list-inner {
    height: 100%;
  }
  .stack-cards_item:nth-child(2) img,
  .stack-cards_item:nth-child(2) .lazy_list-inner {
    height: calc(820px + 10vh);
  }
  .stack-cards_item:nth-child(3) img,
  .stack-cards_item:nth-child(3) .lazy_list-inner {
    height: calc(730px + 10vh);
  }
  .stack-cards_item:nth-child(4) img,
  .stack-cards_item:nth-child(4) .lazy_list-inner {
    height: calc(640px + 10vh);
  }
}

.lazy_list-inner {
  position: absolute;
  top: 0;
  /* 貼齊圖片底部 */
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  color: #fff;
}

.lazy_list-tittle {
  font-family: "Source Han Serif", "思源宋體", serif;
  font-size: 33px;
  font-weight: 700;
  transition: font-size 0.5s ease;
}

.lazy_list-subtittle {
  font-family: "Crimson Text", serif;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  transition: font-size 0.5s ease, opacity 0.5s ease;
}

.lazy_list-detail {
  font-family: "Noto Sans TC", serif;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  transition: opacity 0.5s ease;
}

.lazy_list-info {
  position: absolute;
  bottom: 14%;
  left: 125px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease;
}
@media (max-width: 1500px) {
  .lazy_list-info {
    bottom: 35%;
  }
}

.u-en {
  font-family: "Heebo", sans-serif;
  font-size: 80px;
  transition: font-size 0.5s ease, top 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}

.list-cover,
.list-num {
  display: flex;
  align-items: center;
  /* 垂直置中數字與文字 */
  gap: 4px;
  /* 文字和數字之間的間距 */
  margin-left: 90px;
}

.vertical-text {
  display: inline-block;
  font-family: "Crimson Text", serif;
  transform: rotate(90deg);
  transform-origin: left top;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  margin-left: 23px;
  transition: opacity 0.5s ease;
}

/* 讓卡片固定在頂部 */
.stack-cards {
  list-style: none;
  --stack-cards-gap: 90px;
  /* 增加卡片間距，露出更多 */
}

.stack-cards_item {
  position: sticky;
  top: 0px;
  height: 100lvh;
}

.stack-cards_item.is-fold .lazy_list-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 60px 20px 90px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  transition: background 0.5s ease;
}

.stack-cards_item.is-fold .list-num {
  margin-left: 0;
  margin-right: 50px;
  flex-shrink: 0;
}

.stack-cards_item.is-fold .u-en {
  position: absolute;
  font-size: 56px;
  line-height: 1;
  top: 20px;
  left: 110px;
}

.stack-cards_item.is-fold .vertical-text {
  display: none;
}

.stack-cards_item.is-fold .lazy_list-info {
  opacity: 1;
  transform: none;
  position: absolute;
  flex-direction: row;
  align-items: baseline;
  gap: 30px;
  top: 20px;
  left: 190px;
}

.stack-cards_item.is-fold .lazy_list-tittle {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  transition: font-size 0.5s ease;
}

.stack-cards_item.is-fold .lazy_list-subtittle {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 0.1em;
  transition: font-size 0.5s ease, opacity 0.5s ease;
}

.stack-cards_item.is-fold .lazy_list-detail {
  display: none;
}

.homeServices_right_bg_00 {
  background-image: url("../images/recruit-img.png");
  background-size: cover;
  background-position: center;
  width: 1088px;
  height: 670px;
}

.benefits-right-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 1080px;
}

@media (min-width: 1201px) and (max-width: 1700px) {
  .benefits-right-wrap {
    transform: scale(0.6);
    transform-origin: left;
  }
}
.benefits-left-wrap {
  width: calc(100% - 1080px);
  min-width: 460px;
  margin-right: 260px;
}

.benefits-interactive {
  position: relative;
  width: 1080px;
  height: 690px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-left: auto;
}

.benefits-interactive .benefits-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-interactive .benefits-segment {
  cursor: pointer;
  transition: background-color 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-interactive .benefits-segment:hover,
.benefits-interactive .benefits-segment.is-active {
  background-color: rgba(0, 0, 0, 0.06);
}

.benefits-label {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.benefits-label-zh {
  font-family: "Source Han Serif TC", serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.benefits-label-en {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.benefits-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: 12px;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

#benefits-prev:hover,
#benefits-next:hover {
  transform: scale(1.1);
}

#benefits-next {
  transform: rotateY(180deg);
}
#benefits-next:hover {
  transform: rotateY(180deg) scale(1.1);
}

.benefits-left-panel {
  position: relative;
  text-align: center;
  --benefits-body-max: 560px;
}

.benefits-left-panel .benefits-copy {
  display: none;
}

.benefits-left-panel .benefits-copy.is-active {
  display: block;
  animation: benefits-fade-in 0.35s ease;
}

.benefits-subtitle {
  font-family: "Source Han Serif TC", serif;
  font-weight: 500;
  font-size: 21px;
  color: #957f6c;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

.benefits-hr {
  width: 300px;
  height: 1px;
  background: #cba671;
  opacity: 0.6;
  margin: 12px auto 18px;
}

.benefits-body {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #666666;
  text-align: justify;
  border-block: 1px solid #cba671;
  padding: 12px 0;
  letter-spacing: 3px;
  line-height: 2;
  width: 80%;
  /* 固定線條長度 */
  margin: 0 auto;
  /* 讓它在區塊中置中 */
  box-sizing: border-box;
  display: block;
}

.benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  position: relative;
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  letter-spacing: 1px;
  padding-left: 16px;
}
.benefits-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #957f6c;
  line-height: 1;
}

.sticky-showcase {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: clip;
}

.sticky-showcase .sticky-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  background: url("../images/recurit-9.jpg") center/cover no-repeat fixed;
}

.sticky-showcase .sticky-panel {
  position: absolute;
  left: 50%;
  width: 1015px;
  height: 1488px;
  transform: translateX(-50%) translateY(60vh);
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-panel-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sticky-panel-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sticky-floating-top {
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: auto;
}

.sticky-panel-title {
  font-family: "Source Han Serif TC", serif;
  font-weight: 600;
  font-size: 28px;
  color: #957f6c;
  letter-spacing: 2px;
}

.sticky-panel-text {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 1.8;
  max-width: 720px;
}

.sticky-panel-desc {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  letter-spacing: 2px;
  line-height: 2.2;
  max-width: 760px;
  text-align: left;
  margin: 0 auto 14px;
}

/* 說明文字下方 70px 的 2x2 圖片區塊 */
.sticky-panel-gallery {
  position: absolute;
  top: 25%;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 365px);
  grid-auto-rows: 240px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  /* 左右各 9px => 欄間距 18px */
  row-gap: 85px;
  /* 上下 85px */
}

.sticky-panel-gallery .gallery-item {
  width: 365px;
  height: auto;
}

.sticky-panel-gallery .gallery-img {
  width: 365px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gallery-caption-zh {
  margin-top: 14px;
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
  letter-spacing: 1.2px;
}

.gallery-caption-en {
  margin-top: 4px;
  font-family: "Crimson Text", serif;
  font-weight: 500;
  font-size: 13px;
  color: #adadad;
  letter-spacing: 1px;
}

.sticky-panel-footer {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

/* 9 張相片 3x3 圖庫：417x278，左右 35px，上下 100px */
.rich-gallery {
  display: grid;
  grid-template-columns: repeat(3, 417px);
  grid-auto-rows: minmax(278px, auto);
  -moz-column-gap: 35px;
       column-gap: 35px;
  /* 左右間距 */
  row-gap: 100px;
  /* 上下間距 */
  margin-bottom: 150px;
}

.rich-gallery-item {
  width: 417px;
}

.rich-gallery-img {
  width: 417px;
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}

.rich-caption-zh {
  margin-top: 14px;
  font-family: "Noto Sans CJK TC", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 1px;
}

.rich-caption-en {
  margin-top: 6px;
  font-family: "Crimson Text", serif;
  font-size: 11px;
  font-weight: 600;
  color: #9b7336;
  letter-spacing: 1px;
}

@keyframes benefits-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .benefits-right-wrap {
    width: 55%;
  }
  .benefits-interactive {
    width: 880px;
    height: 562px;
  }
}
@media (max-width: 1200px) {
  .benefits-right-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .benefits-interactive {
    width: 720px;
    height: 460px;
  }
}
@media (max-width: 992px) {
  .benefits-interactive {
    width: 100%;
    max-width: 680px;
    height: 434.452px;
  }
}
@media (max-width: 768px) {
  .benefits-interactive {
    max-width: 100%;
    height: 48vw;
    min-height: 240px;
  }
  .benefits-label-zh {
    font-size: 18px;
  }
  .benefits-label-en {
    font-size: 12px;
  }
}
.corporate-image-wrapper {
  width: 1500px;
  height: 700px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.corporate-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fly-card {
  position: relative;
  display: block;
  border-radius: 16px;
  outline: 1px solid transparent;
  outline-offset: 8px;
  transition: outline-color 0.3s ease;
}
.fly-card .fly-bg {
  transition: background-color 0.3s ease;
}
.fly-card .fly-border {
  transition: border-color 0.3s ease;
}
.fly-card:hover {
  outline: 1px solid #9b7336;
}
.fly-card:hover .fly-bg {
  background-color: #ffffff !important;
}
.fly-card:hover .fly-border {
  border-color: #9b7336 !important;
}

.fly-card-active {
  outline: 1px solid #9b7336 !important;
}
.fly-card-active .fly-bg {
  background-color: #ffffff !important;
}
.fly-card-active .fly-border {
  border-color: #9b7336 !important;
}

.corporate-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
}
.corporate-mask[data-aos=fade].aos-animate {
  opacity: 1;
}

.corporate-content {
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: white;
  letter-spacing: 2px;
}

.corporate-title {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 60px;
  color: white;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.corporate-desc {
  font-family: "Noto Sans CJK TC", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin-bottom: 40px;
  line-height: 13px;
  letter-spacing: 0;
}

.fg-steps-connector::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #957f6c;
  z-index: 1;
  pointer-events: none;
  will-change: width;
  animation: fgLineFill 10s ease-in-out 0.5s infinite;
}

@keyframes fgLineFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.corporate-btn {
  background: transparent;
  background: #9b7336;
  padding: 15px 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 35px;
}
.corporate-btn span {
  font-family: "Noto Sans CJK TC", serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
}
.corporate-btn:hover {
  background: #ffffff;
}
.corporate-btn:hover span {
  color: #a47c4a !important;
}

#wedding-hero-pin {
  overflow: visible;
  margin-bottom: 40vh;
}

#wedding-hero {
  will-change: transform;
  backface-visibility: hidden;
}

.scroll-fade {
  transition: all 0.8s ease-out;
}

.scroll-fade.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.scroll-container {
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* optional: 自訂右側卷軸樣式 */
.scroll-container::-webkit-scrollbar {
  width: 6px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #d6c2a6;
  border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.fly-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

.fly-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 遮罩容器 */
.fly-mask {
  position: absolute;
  top: 455px;
  left: 0;
  width: 101%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 左右半圓 */
.fly-mask-left,
.fly-mask-right {
  position: absolute;
  width: 100%;
  height: 200%;
  /* top: 1px; */
  background: #9b7336;
  border-radius: 50%;
}

.fly-mask-left {
  left: 0;
  clip-path: inset(0 50% 50% 0);
  transform: rotateZ(0deg);
}

.fly-mask-right {
  right: 0;
  clip-path: inset(0 0 50% 50%);
  transform: rotateZ(0deg);
}

.expdetail-hero {
  position: relative;
  width: 100%;
  background: #000;
}
.expdetail-hero .hero-inner {
  position: relative;
}
.expdetail-hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.92);
  opacity: 1;
  animation: heroFadeIn 1.6s ease-out forwards 0s;
}
.expdetail-hero .hero-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  animation: maskFadeIn 3.6s ease-out forwards 0.8s;
  width: 100%;
  height: 100%;
}
.expdetail-hero .hero-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  opacity: 0;
  animation: titleRise 3.6s ease-out forwards 0.8s;
  letter-spacing: 0;
}
@media (max-width: 667px) {
  .expdetail-hero .hero-title {
    top: 45%;
  }
}
.expdetail-hero .hero-fly {
  opacity: 0;
  animation: heroFlyFadeIn 5.6s ease-out forwards 3.7s;
}

.expdetail-fullbleed .m-h2-ch {
  color: #ffffff;
}
.expdetail-fullbleed .m-h2-en {
  color: #9b7336;
}

.expdetail-hero .hero-title-zh {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}

.expdetail-hero .hero-title-en {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}

/* Hover-expand card row: hovered card grows, siblings shrink */
.exp-cards {
  display: flex;
  gap: 2rem;
}

.exp-cards .exp-card {
  width: 379px;
  transition: width 1000ms ease;
}

.exp-cards:hover .exp-card {
  width: 340px;
}

.exp-cards .exp-card:hover {
  width: 692px;
}

/* Also expand when hovering the outer group (e.g., title row) */
.group:hover .exp-cards .exp-card {
  width: 692px;
}

@media (max-width: 768px) {
  .exp-cards {
    display: block;
  }
  .exp-cards .exp-card,
  .exp-cards:hover .exp-card,
  .exp-cards .exp-card:hover,
  .group:hover .exp-cards .exp-card {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .expdetail-hero .hero-title-zh {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .expdetail-hero .hero-title-zh {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .expdetail-hero .hero-title-en {
    font-size: 14px;
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes maskFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes titleRise {
  from {
    opacity: 0;
    transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes heroFlyFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.rws-space {
  display: none;
}

@media (max-width: 768px) {
  .expdetail-hero .hero-inner {
    height: 64vh;
  }
  .rws-space {
    display: block;
    height: 120px;
  }
}
/* 桌面版：給卡片容器和標題區域固定高度，防止 hover 時 footer 跳動 */
@media (min-width: 1200px) {
  #exp-card-wrapper-1,
  #exp-card-wrapper-2,
  #exp-card-wrapper-3,
  #exp-card-wrapper-4 {
    height: 515px;
  }
  /* 標題區域固定高度 */
  #exp-card-wrapper-1 > div:last-child,
  #exp-card-wrapper-2 > div:last-child,
  #exp-card-wrapper-3 > div:last-child,
  #exp-card-wrapper-4 > div:last-child {
    height: 86px;
  }
  /* 當其他卡片展開時，隱藏當前卡片下方的圖標和標題 */
  #exp-card-wrapper-1.dimmed > div:last-child,
  #exp-card-wrapper-2.dimmed > div:last-child,
  #exp-card-wrapper-3.dimmed > div:last-child,
  #exp-card-wrapper-4.dimmed > div:last-child {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease-out;
  }
}
/* 手機板：預約卡片展開效果 */
@media (max-width: 600px) {
  .exp-cards {
    width: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
  }
  #exp-reserve-card-1,
  #exp-reserve-card-2,
  #exp-reserve-card-3,
  #exp-reserve-card-4 {
    width: 254px;
    margin: 0 auto;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  #exp-reserve-card-1.expanded,
  #exp-reserve-card-2.expanded,
  #exp-reserve-card-3.expanded,
  #exp-reserve-card-4.expanded {
    width: 95vw !important;
    border-radius: 15px !important;
    /* 從中心向兩側展開：計算需要向左右各擴展多少 */
    margin-left: calc((254px - 100vw) / 2) !important;
    margin-right: calc((254px - 100vw) / 2) !important;
  }
  #exp-reserve-card-1 img,
  #exp-reserve-card-2 img,
  #exp-reserve-card-3 img,
  #exp-reserve-card-4 img {
    width: 100%;
    height: 254px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }
  /* 預設隱藏文字和按鈕 */
  #exp-reserve-content-1,
  #exp-reserve-content-2,
  #exp-reserve-content-3,
  #exp-reserve-content-4 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    pointer-events: none;
  }
  /* 照片展開時顯示文字和按鈕 */
  #exp-reserve-content-1.show,
  #exp-reserve-content-2.show,
  #exp-reserve-content-3.show,
  #exp-reserve-content-4.show {
    max-height: 500px;
    /* 足夠大的高度以容納內容 */
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  /* 第一張圖片下方的描述文字 */
  #exp-diy-description {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    pointer-events: none;
  }
  /* 當圖片展開時顯示描述文字 */
  #exp-diy-description.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
/* ================================================
   三張圖片展開效果 (experience_detail_kao.php)
   ================================================ */
/* 桌面版：三張並排圖片 hover 展開效果 */
@media (min-width: 1200px) {
  /* 第一張圖片 hover 時展開 */
  #image-card-1:hover {
    width: 60% !important;
  }
  /* 如果只有兩張圖片（台南館），第一張展開得更大 */
  .desktop\:flex:not(:has(#image-card-3)) #image-card-1:hover {
    width: 75% !important;
  }
  .desktop\:flex:not(:has(#image-card-3)):has(#image-card-1:hover) #image-card-2 {
    width: 25% !important;
  }
  /* 第一張圖片 hover 時，其他兩張縮小 */
  #image-card-1:hover ~ #image-card-2,
  #image-card-1:hover ~ #image-card-3 {
    width: 20% !important;
  }
  /* 其他兩張圖片顯示白色遮罩 */
  #image-card-1:hover ~ #image-card-2 .overlay,
  #image-card-1:hover ~ #image-card-3 .overlay {
    background-color: rgba(255, 255, 255, 0.6);
  }
  /* 其他兩張圖片隱藏標題 */
  #image-card-1:hover ~ #image-card-2 .card-title,
  #image-card-1:hover ~ #image-card-3 .card-title {
    opacity: 0;
  }
  /* 其他兩張圖片顯示右下角 icon */
  #image-card-1:hover ~ #image-card-2 .card-icon,
  #image-card-1:hover ~ #image-card-3 .card-icon {
    opacity: 1;
  }
  /* 第二張圖片 hover 時展開 */
  #image-card-2:hover {
    width: 60% !important;
  }
  /* 如果只有兩張圖片（台南館），第二張展開得更大 */
  .desktop\:flex:not(:has(#image-card-3)) #image-card-2:hover {
    width: 75% !important;
  }
  .desktop\:flex:not(:has(#image-card-3)):has(#image-card-2:hover) #image-card-1 {
    width: 25% !important;
  }
  /* 第二張圖片 hover 時，第一張縮小（使用 + 選擇器無效，需要 JavaScript 或改用其他方式） */
  /* 改用 has 選擇器或在容器層級處理 */
  #image-card-2:hover ~ #image-card-3 {
    width: 20% !important;
  }
  /* 當第二張 hover 時，第三張顯示白色遮罩 */
  #image-card-2:hover ~ #image-card-3 .overlay {
    background-color: rgba(255, 255, 255, 0.6);
  }
  /* 當第二張 hover 時，第三張隱藏標題 */
  #image-card-2:hover ~ #image-card-3 .card-title {
    opacity: 0;
  }
  /* 當第二張 hover 時，第三張顯示右下角 icon */
  #image-card-2:hover ~ #image-card-3 .card-icon {
    opacity: 1;
  }
  /* 第三張圖片 hover 時展開 */
  #image-card-3:hover {
    width: 60% !important;
  }
  /* 使用容器的 :has 選擇器來處理前面兄弟元素的樣式 */
  .desktop\:flex:has(#image-card-2:hover) #image-card-1,
  .desktop\:flex:has(#image-card-3:hover) #image-card-1,
  .desktop\:flex:has(#image-card-3:hover) #image-card-2 {
    width: 20% !important;
  }
  .desktop\:flex:has(#image-card-2:hover) #image-card-1 .overlay,
  .desktop\:flex:has(#image-card-3:hover) #image-card-1 .overlay,
  .desktop\:flex:has(#image-card-3:hover) #image-card-2 .overlay {
    background-color: rgba(255, 255, 255, 0.6);
  }
  /* 使用 :has 選擇器處理前面兄弟元素的標題隱藏 */
  .desktop\:flex:has(#image-card-2:hover) #image-card-1 .card-title,
  .desktop\:flex:has(#image-card-3:hover) #image-card-1 .card-title,
  .desktop\:flex:has(#image-card-3:hover) #image-card-2 .card-title {
    opacity: 0;
  }
  /* 使用 :has 選擇器處理前面兄弟元素的右下角 icon 顯示 */
  .desktop\:flex:has(#image-card-2:hover) #image-card-1 .card-icon,
  .desktop\:flex:has(#image-card-3:hover) #image-card-1 .card-icon,
  .desktop\:flex:has(#image-card-3:hover) #image-card-2 .card-icon {
    opacity: 1;
  }
}
/* 手機版：三張大圖展開效果（與 experience_detail.php 完全相同） */
@media (max-width: 600px) {
  /* 手機版描述文字預設隱藏 */
  #mobile-desc-1,
  #mobile-desc-2,
  #mobile-desc-3 {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    pointer-events: none;
  }
  /* 展開時顯示描述文字 */
  #mobile-desc-1.show,
  #mobile-desc-2.show,
  #mobile-desc-3.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
/* 分類按鈕 active 狀態 */
.cataBox-fly ul li.active {
  background-color: #9b7336;
  color: white;
}

.cataBox-fly ul li:not(.active) {
  background-color: white;
  color: #9b7336;
}

.cataBox-fly ul li:not(.active):hover {
  background-color: #9b7336;
  color: white;
}

.cataBox ul li.active img:first-of-type {
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}
.cataBox ul li.active img:last-of-type {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.cataBox ul li.active .normal-25 {
  letter-spacing: 0.2em;
  font-family: "Source Han Serif TC", serif;
  color: #fff;
}
.cataBox ul li.active .normal-25 .text-\[\#DDB47F\] {
  display: inline-block;
}

.cataBox li:hover .normal-25 {
  font-family: "Source Han Serif TC", serif;
  color: #fff;
  letter-spacing: 0.2em;
}

.mobile-link {
  display: none;
}

.snap-mandatory.hide-scrollbar {
  /* 隱藏 Chrome, Safari, Edge 瀏覽器的滾軸條 */
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.snap-mandatory.hide-scrollbar ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.hide-scrollbar-jr {
  /* 隱藏 Chrome, Safari, Edge 瀏覽器的滾軸條 */
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.hide-scrollbar-jr ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

@media (max-width: 1024px) {
  .mobile-writing-horizontal-jr {
    writing-mode: horizontal-tb !important;
  }
  section div.about-vedioBox {
    max-width: 100%;
  }
  .about-mobileText {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .about-mobileInfo {
    padding-top: 28px;
  }
  #philosophy-dot {
    top: -32px;
  }
  .blogWrap .titleBox {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 242px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 64px;
  }
  .blogWrap .titleBox .chapter-zh {
    font-size: 26.5px;
  }
  .blogWrap .titleBox .chapter-en {
    font-size: 26.7px;
  }
  .blogWrap .titleBox img[data-aos=fade-left].mobile,
  .blogWrap .titleBox img[data-aos=fade-right].mobile {
    width: 19px;
    height: 27px;
  }
  section.blogList {
    border-top: unset;
    border-bottom: unset;
    overflow: hidden;
  }
  .blogList > .flex.mobile-jr {
    flex-direction: column;
  }
  .blogList div.w-full > :first-child.mobile-jr {
    width: 100%;
    padding-top: 54px;
  }
  .blogList div.w-full > :first-child.mobile-jr div {
    width: 100%;
  }
  .blogList .cataBox {
    margin-bottom: 24px;
  }
  .blogList .cataBox p.mobile-jr {
    display: none;
  }
  .blogList .cataBox ul.mobile-jr {
    flex-direction: row;
    justify-content: center;
  }
  .blogList .cataBox ul.mobile-jr li span.en {
    display: none;
  }
  .blogList .keywordBox {
    margin-bottom: 46px;
  }
  .blogList .blog-mobile-list a {
    pointer-events: none;
  }
  .blogList .blog-mobile-list .blogList-mobile {
    width: 100%;
    height: auto;
    aspect-ratio: 686/380;
  }
  .blogList .blog-mobile-list .mobile-link {
    display: flex;
    opacity: 0;
    height: 0;
    margin-bottom: 60px;
  }
  .blogList .blog-mobile-list .mobile-link a {
    opacity: 0;
    width: 71px;
    height: 0px;
    background-color: #9b7336;
    color: white;
    pointer-events: all;
  }
  .blogList .blog-mobile-list:hover .mobile-link {
    opacity: 1;
    height: auto;
  }
  .blogList .blog-mobile-list:hover .mobile-link a {
    opacity: 1;
    width: 71px;
    height: 43px;
  }
  .blogList > div.w-full.mobile-jr > :nth-child(2) {
    width: 100%;
    border: unset;
    border-top: 2px solid #a47c4a;
  }
  .blogList > div.w-full.mobile-jr > :nth-child(2) div.mobile-info-text {
    width: 100%;
    max-width: 600px;
    padding: 27px 41px;
    margin: auto;
  }
  .blogList > div.w-full.mobile-jr > :nth-child(2) div.mobile-info-text h2 {
    font-size: 17px;
  }
  .blogList > div.w-full.mobile-jr > :nth-child(2) div.mobile-info-text p {
    font-size: 16px;
  }
  .news .titleBox.mobile-jr {
    max-width: 200px;
  }
  .news .titleBox.mobile-jr > p {
    font-size: 35px;
  }
  .news .cataBox {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
  }
  .news .cataBox ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .news .cataBox ul li.mobile-jr {
    font-size: 15px;
  }
  .news section.newsBox .newsList .swiper {
    overflow: unset;
    margin-bottom: 240px;
  }
  .news section.newsBox .newsList .swiper .swiper-slide .textMask {
    display: none;
  }
  .news section.newsBox .newsList .swiper .newsItem .imgBox.mobile-swiper {
    height: auto;
    aspect-ratio: 374/213;
    border: unset;
  }
  .news section.newsBox .newsList .swiper .newsItem .textBox {
    top: 120%;
    bottom: unset;
    right: unset;
    left: unset;
    padding-left: 41px;
    padding-right: 41px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .news section.newsBox .newsList .swiper .newsItem .textBox p {
    font-size: 22px;
  }
  .news section.newsBox .newsList .swiper .newsItem .textBox p.mobile-info-title {
    order: 3;
  }
  .news section.newsBox .newsList .swiper .swiper-pagination {
    bottom: -30px;
  }
  .news section.newsBox .newsList div.news-mobile-list {
    padding-left: 41px;
    padding-right: 41px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 56px;
  }
  .news section.newsBox .newsList div.news-mobile-list .mobile-title {
    font-size: 16px;
  }
  .solar-24-mobile-jr .solar-list-mobile-jr {
    box-shadow: 0px 0px 10px rgba(185, 185, 185, 0.3137254902) !important;
    color: #9b7336;
  }
  .solar-24-mobile-jr .solar-list-mobile-jr .season-list-jr {
    transition: all;
  }
  .solar-24-mobile-jr .solar-list-mobile-jr .season-list-jr.active {
    color: #e89595 !important;
  }
  .solar-24-mobile-jr .solar-terms-timeline.mobile-jr {
    top: 3px;
    right: 0;
    transform: translateX(28px);
    z-index: 1;
  }
  .solar-24-mobile-jr .podcast-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border: 2px solid #9b7336;
    color: #9b7336;
    background: transparent;
    border-radius: 999px;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  }
  .solar-24-mobile-jr .podcast-btn:hover {
    background: #9b7336;
    color: white;
    box-shadow: 0 0 0 2px rgba(155, 115, 54, 0.12) inset;
  }
  .solar-24-mobile-jr .mobile-scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }
  .solar-24-mobile-jr .mobile-scroll-container::-webkit-scrollbar {
    display: none;
  }
  .solar-24-mobile-jr .mobile-scroll-container .season-block img {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .solar-24-mobile-jr .simple-photo.jr-mobile {
    transition: all 1.2s ease, opacity 1.2s ease;
    z-index: 0;
  }
  body.season-spring .solar-24-mobile-jr #left-photo-2 {
    width: 400px !important;
    height: 460px !important;
    top: unset !important;
    bottom: 0px !important;
    left: -100px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-spring .solar-24-mobile-jr #left-photo-2 {
    width: 180px !important;
    height: 260px !important;
  }
}
@media (max-width: 1024px) {
  body.season-spring .solar-24-mobile-jr #right-photo-1 {
    width: 250px !important;
    height: 250px !important;
    top: unset !important;
    bottom: 120px !important;
    right: -60px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-spring .solar-24-mobile-jr #right-photo-1 {
    width: 150px !important;
    height: 196px !important;
  }
}
@media (max-width: 1024px) {
  body.season-spring .solar-24-mobile-jr #right-photo-2 {
    width: 180px !important;
    height: 131px !important;
    top: unset !important;
    bottom: -20px !important;
    right: -70px !important;
  }
  body.season-summer .solar-24-mobile-jr #left-photo-2 {
    width: 400px !important;
    height: 460px !important;
    top: unset !important;
    bottom: 0px !important;
    left: -95px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-summer .solar-24-mobile-jr #left-photo-2 {
    width: 180px !important;
    height: 260px !important;
  }
}
@media (max-width: 1024px) {
  body.season-summer .solar-24-mobile-jr #right-photo-1 {
    width: 250px !important;
    height: 250px !important;
    top: unset !important;
    bottom: 120px !important;
    right: -50px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-summer .solar-24-mobile-jr #right-photo-1 {
    width: 150px !important;
    height: 196px !important;
  }
}
@media (max-width: 1024px) {
  body.season-summer .solar-24-mobile-jr #right-photo-2 {
    width: 180px !important;
    height: 131px !important;
    top: unset !important;
    bottom: -20px !important;
    right: -60px !important;
  }
  body.season-autumn .solar-24-mobile-jr #left-photo-2 {
    width: 400px !important;
    height: 460px !important;
    top: unset !important;
    bottom: 0px !important;
    left: -100px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-autumn .solar-24-mobile-jr #left-photo-2 {
    width: 180px !important;
    height: 260px !important;
  }
}
@media (max-width: 1024px) {
  body.season-autumn .solar-24-mobile-jr #right-photo-1 {
    width: 250px !important;
    height: 250px !important;
    top: unset !important;
    bottom: 120px !important;
    right: -55px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-autumn .solar-24-mobile-jr #right-photo-1 {
    width: 150px !important;
    height: 196px !important;
  }
}
@media (max-width: 1024px) {
  body.season-autumn .solar-24-mobile-jr #right-photo-2 {
    width: 180px !important;
    height: 131px !important;
    top: unset !important;
    bottom: -20px !important;
    right: -65px !important;
  }
  body.season-winter .solar-24-mobile-jr #left-photo-2 {
    width: 400px !important;
    height: 460px !important;
    top: unset !important;
    bottom: 0px !important;
    left: -90px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-winter .solar-24-mobile-jr #left-photo-2 {
    width: 180px !important;
    height: 260px !important;
  }
}
@media (max-width: 1024px) {
  body.season-winter .solar-24-mobile-jr #right-photo-1 {
    width: 250px !important;
    height: 250px !important;
    top: unset !important;
    bottom: 120px !important;
    right: -60px !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.season-winter .solar-24-mobile-jr #right-photo-1 {
    width: 150px !important;
    height: 196px !important;
  }
}
@media (max-width: 1024px) {
  body.season-winter .solar-24-mobile-jr #right-photo-2 {
    width: 180px !important;
    height: 131px !important;
    top: unset !important;
    bottom: -20px !important;
    right: -70px !important;
  }
  #richflavor .pin-spacer {
    height: 100vh !important;
    box-sizing: content-box !important;
  }
  .store-line::after {
    min-height: unset !important;
    right: -50px !important;
  }
}
*, ::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.16 | 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: #adadad; /* 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;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-1{
  inset: 0.25rem;
}
.-inset-x-3\.5{
  left: -0.875rem;
  right: -0.875rem;
}
.-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}
.inset-x-52{
  left: 13rem;
  right: 13rem;
}
.\!bottom-\[21\%\]{
  bottom: 21% !important;
}
.\!left-\[10px\]{
  left: 10px !important;
}
.\!left-\[40px\]{
  left: 40px !important;
}
.\!left-\[64\%\]{
  left: 64% !important;
}
.\!right-\[40px\]{
  right: 40px !important;
}
.\!right-\[4px\]{
  right: 4px !important;
}
.\!top-\[110px\]{
  top: 110px !important;
}
.\!top-\[135px\]{
  top: 135px !important;
}
.\!top-\[165px\]{
  top: 165px !important;
}
.\!top-\[50vh\]{
  top: 50vh !important;
}
.\!top-\[95px\]{
  top: 95px !important;
}
.-bottom-11{
  bottom: -2.75rem;
}
.-bottom-16{
  bottom: -4rem;
}
.-bottom-\[3px\]{
  bottom: -3px;
}
.-left-2{
  left: -0.5rem;
}
.-left-20{
  left: -5rem;
}
.-left-4{
  left: -1rem;
}
.-left-6{
  left: -1.5rem;
}
.-left-8{
  left: -2rem;
}
.-left-\[10vw\]{
  left: -10vw;
}
.-left-\[25px\]{
  left: -25px;
}
.-right-2{
  right: -0.5rem;
}
.-right-\[15vw\]{
  right: -15vw;
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-14{
  top: -3.5rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-7{
  top: -1.75rem;
}
.-top-\[22\%\]{
  top: -22%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-14{
  bottom: 3.5rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-32{
  bottom: 8rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-9{
  bottom: 2.25rem;
}
.bottom-\[-11\.5\%\]{
  bottom: -11.5%;
}
.bottom-\[-110px\]{
  bottom: -110px;
}
.bottom-\[-3\%\]{
  bottom: -3%;
}
.bottom-\[-50px\]{
  bottom: -50px;
}
.bottom-\[-530px\]{
  bottom: -530px;
}
.bottom-\[-70px\]{
  bottom: -70px;
}
.bottom-\[-81px\]{
  bottom: -81px;
}
.bottom-\[0\%\]{
  bottom: 0%;
}
.bottom-\[0px\]{
  bottom: 0px;
}
.bottom-\[14\%\]{
  bottom: 14%;
}
.bottom-\[15\%\]{
  bottom: 15%;
}
.bottom-\[17\%\]{
  bottom: 17%;
}
.bottom-\[185px\]{
  bottom: 185px;
}
.bottom-\[20\%\]{
  bottom: 20%;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[25\%\]{
  bottom: 25%;
}
.bottom-\[25px\]{
  bottom: 25px;
}
.bottom-\[29\%\]{
  bottom: 29%;
}
.bottom-\[2px\]{
  bottom: 2px;
}
.bottom-\[35px\]{
  bottom: 35px;
}
.bottom-\[4vh\]{
  bottom: 4vh;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.bottom-\[50px\]{
  bottom: 50px;
}
.bottom-\[55\%\]{
  bottom: 55%;
}
.bottom-\[5px\]{
  bottom: 5px;
}
.bottom-\[61px\]{
  bottom: 61px;
}
.bottom-\[7\%\]{
  bottom: 7%;
}
.bottom-\[80px\]{
  bottom: 80px;
}
.bottom-\[8vh\]{
  bottom: 8vh;
}
.bottom-px{
  bottom: 1px;
}
.left-0{
  left: 0px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-16{
  left: 4rem;
}
.left-4{
  left: 1rem;
}
.left-40{
  left: 10rem;
}
.left-6{
  left: 1.5rem;
}
.left-7{
  left: 1.75rem;
}
.left-8{
  left: 2rem;
}
.left-\[-100px\]{
  left: -100px;
}
.left-\[-120px\]{
  left: -120px;
}
.left-\[-200px\]{
  left: -200px;
}
.left-\[-20px\]{
  left: -20px;
}
.left-\[-220px\]{
  left: -220px;
}
.left-\[-250px\]{
  left: -250px;
}
.left-\[-25px\]{
  left: -25px;
}
.left-\[-340px\]{
  left: -340px;
}
.left-\[-35px\]{
  left: -35px;
}
.left-\[-50px\]{
  left: -50px;
}
.left-\[-70px\]{
  left: -70px;
}
.left-\[-80px\]{
  left: -80px;
}
.left-\[10\%\]{
  left: 10%;
}
.left-\[100px\]{
  left: 100px;
}
.left-\[11227px\]{
  left: 11227px;
}
.left-\[120px\]{
  left: 120px;
}
.left-\[12591px\]{
  left: 12591px;
}
.left-\[125px\]{
  left: 125px;
}
.left-\[13\%\]{
  left: 13%;
}
.left-\[1300px\]{
  left: 1300px;
}
.left-\[14\%\]{
  left: 14%;
}
.left-\[15\%\]{
  left: 15%;
}
.left-\[200px\]{
  left: 200px;
}
.left-\[20px\]{
  left: 20px;
}
.left-\[2113px\]{
  left: 2113px;
}
.left-\[22\%\]{
  left: 22%;
}
.left-\[25\%\]{
  left: 25%;
}
.left-\[250px\]{
  left: 250px;
}
.left-\[260px\]{
  left: 260px;
}
.left-\[27\.3\%\]{
  left: 27.3%;
}
.left-\[2vw\]{
  left: 2vw;
}
.left-\[30px\]{
  left: 30px;
}
.left-\[32\%\]{
  left: 32%;
}
.left-\[320px\]{
  left: 320px;
}
.left-\[3643px\]{
  left: 3643px;
}
.left-\[45\%\]{
  left: 45%;
}
.left-\[45px\]{
  left: 45px;
}
.left-\[46\%\]{
  left: 46%;
}
.left-\[4638px\]{
  left: 4638px;
}
.left-\[5\%\]{
  left: 5%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[500px\]{
  left: 500px;
}
.left-\[51\%\]{
  left: 51%;
}
.left-\[579px\]{
  left: 579px;
}
.left-\[6\%\]{
  left: 6%;
}
.left-\[650px\]{
  left: 650px;
}
.left-\[65px\]{
  left: 65px;
}
.left-\[72px\]{
  left: 72px;
}
.left-\[7350px\]{
  left: 7350px;
}
.left-\[810px\]{
  left: 810px;
}
.left-\[825px\]{
  left: 825px;
}
.left-\[9582px\]{
  left: 9582px;
}
.left-\[unset\]{
  left: unset;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-16{
  right: 4rem;
}
.right-2{
  right: 0.5rem;
}
.right-24{
  right: 6rem;
}
.right-4{
  right: 1rem;
}
.right-40{
  right: 10rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-7{
  right: 1.75rem;
}
.right-\[-10\%\]{
  right: -10%;
}
.right-\[-100px\]{
  right: -100px;
}
.right-\[-135px\]{
  right: -135px;
}
.right-\[-180px\]{
  right: -180px;
}
.right-\[-20\%\]{
  right: -20%;
}
.right-\[-20px\]{
  right: -20px;
}
.right-\[-340px\]{
  right: -340px;
}
.right-\[-500px\]{
  right: -500px;
}
.right-\[-7\%\]{
  right: -7%;
}
.right-\[-70\%\]{
  right: -70%;
}
.right-\[-8\.5\%\]{
  right: -8.5%;
}
.right-\[0\%\]{
  right: 0%;
}
.right-\[10\%\]{
  right: 10%;
}
.right-\[100px\]{
  right: 100px;
}
.right-\[11\%\]{
  right: 11%;
}
.right-\[11px\]{
  right: 11px;
}
.right-\[120px\]{
  right: 120px;
}
.right-\[15\%\]{
  right: 15%;
}
.right-\[15vw\]{
  right: 15vw;
}
.right-\[18\%\]{
  right: 18%;
}
.right-\[2\%\]{
  right: 2%;
}
.right-\[200px\]{
  right: 200px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[25\%\]{
  right: 25%;
}
.right-\[25px\]{
  right: 25px;
}
.right-\[3\%\]{
  right: 3%;
}
.right-\[3\.5vw\]{
  right: 3.5vw;
}
.right-\[33\%\]{
  right: 33%;
}
.right-\[48px\]{
  right: 48px;
}
.right-\[5\%\]{
  right: 5%;
}
.right-\[50\%\]{
  right: 50%;
}
.right-\[5vw\]{
  right: 5vw;
}
.right-\[60\%\]{
  right: 60%;
}
.right-\[72px\]{
  right: 72px;
}
.right-\[8\%\]{
  right: 8%;
}
.right-\[90px\]{
  right: 90px;
}
.right-\[auto\]{
  right: auto;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-11{
  top: 2.75rem;
}
.top-40{
  top: 10rem;
}
.top-6{
  top: 1.5rem;
}
.top-60{
  top: 15rem;
}
.top-\[-100px\]{
  top: -100px;
}
.top-\[-110px\]{
  top: -110px;
}
.top-\[-12\%\]{
  top: -12%;
}
.top-\[-120px\]{
  top: -120px;
}
.top-\[-13\%\]{
  top: -13%;
}
.top-\[-160px\]{
  top: -160px;
}
.top-\[-180px\]{
  top: -180px;
}
.top-\[-20px\]{
  top: -20px;
}
.top-\[-215px\]{
  top: -215px;
}
.top-\[-25px\]{
  top: -25px;
}
.top-\[-28px\]{
  top: -28px;
}
.top-\[-33px\]{
  top: -33px;
}
.top-\[-400px\]{
  top: -400px;
}
.top-\[-50px\]{
  top: -50px;
}
.top-\[-65px\]{
  top: -65px;
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[105px\]{
  top: 105px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[140px\]{
  top: 140px;
}
.top-\[14px\]{
  top: 14px;
}
.top-\[15\%\]{
  top: 15%;
}
.top-\[15px\]{
  top: 15px;
}
.top-\[15vh\]{
  top: 15vh;
}
.top-\[185px\]{
  top: 185px;
}
.top-\[20\.2vw\]{
  top: 20.2vw;
}
.top-\[200px\]{
  top: 200px;
}
.top-\[203px\]{
  top: 203px;
}
.top-\[21px\]{
  top: 21px;
}
.top-\[230px\]{
  top: 230px;
}
.top-\[25\%\]{
  top: 25%;
}
.top-\[265px\]{
  top: 265px;
}
.top-\[28\%\]{
  top: 28%;
}
.top-\[282px\]{
  top: 282px;
}
.top-\[30\%\]{
  top: 30%;
}
.top-\[300px\]{
  top: 300px;
}
.top-\[30px\]{
  top: 30px;
}
.top-\[320px\]{
  top: 320px;
}
.top-\[34\%\]{
  top: 34%;
}
.top-\[35\%\]{
  top: 35%;
}
.top-\[350px\]{
  top: 350px;
}
.top-\[362px\]{
  top: 362px;
}
.top-\[36px\]{
  top: 36px;
}
.top-\[376px\]{
  top: 376px;
}
.top-\[377px\]{
  top: 377px;
}
.top-\[38\%\]{
  top: 38%;
}
.top-\[398px\]{
  top: 398px;
}
.top-\[4\%\]{
  top: 4%;
}
.top-\[40\%\]{
  top: 40%;
}
.top-\[420px\]{
  top: 420px;
}
.top-\[42px\]{
  top: 42px;
}
.top-\[45\%\]{
  top: 45%;
}
.top-\[460px\]{
  top: 460px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[517px\]{
  top: 517px;
}
.top-\[53\%\]{
  top: 53%;
}
.top-\[55vh\]{
  top: 55vh;
}
.top-\[56\%\]{
  top: 56%;
}
.top-\[60\%\]{
  top: 60%;
}
.top-\[61\%\]{
  top: 61%;
}
.top-\[62\%\]{
  top: 62%;
}
.top-\[668px\]{
  top: 668px;
}
.top-\[68\%\]{
  top: 68%;
}
.top-\[70\%\]{
  top: 70%;
}
.top-\[74px\]{
  top: 74px;
}
.top-\[80px\]{
  top: 80px;
}
.top-\[calc\(100vw\*1\.0186-78px\)\]{
  top: calc(100vw * 1.0186 - 78px);
}
.isolate{
  isolation: isolate;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-90{
  z-index: 90;
}
.z-\[-10\]{
  z-index: -10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[-2\]{
  z-index: -2;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[119\]{
  z-index: 119;
}
.z-\[11\]{
  z-index: 11;
}
.z-\[12\]{
  z-index: 12;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[26\]{
  z-index: 26;
}
.z-\[29\]{
  z-index: 29;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[32\]{
  z-index: 32;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[80\]{
  z-index: 80;
}
.z-\[8\]{
  z-index: 8;
}
.z-\[9\]{
  z-index: 9;
}
.order-3{
  order: 3;
}
.float-right{
  float: right;
}
.clear-both{
  clear: both;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-5{
  margin: 1.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[350px\]{
  margin-left: 350px;
  margin-right: 350px;
}
.mx-\[41px\]{
  margin-left: 41px;
  margin-right: 41px;
}
.mx-\[4px\]{
  margin-left: 4px;
  margin-right: 4px;
}
.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.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-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[16px\]{
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-\[20px\]{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[45px\]{
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-\[80px\]{
  margin-top: 80px;
  margin-bottom: 80px;
}
.my-\[90px\]{
  margin-top: 90px;
  margin-bottom: 90px;
}
.\!mb-\[8px\]{
  margin-bottom: 8px !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-0\.5{
  margin-bottom: -0.125rem;
}
.-mb-\[18px\]{
  margin-bottom: -18px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mt-7{
  margin-top: -1.75rem;
}
.-mt-9{
  margin-top: -2.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-52{
  margin-bottom: 13rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[1\.45vw\]{
  margin-bottom: 1.45vw;
}
.mb-\[10\.416vw\]{
  margin-bottom: 10.416vw;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[115px\]{
  margin-bottom: 115px;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.mb-\[125px\]{
  margin-bottom: 125px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[14\.06vw\]{
  margin-bottom: 14.06vw;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[160px\]{
  margin-bottom: 160px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[19\.16vw\]{
  margin-bottom: 19.16vw;
}
.mb-\[200px\]{
  margin-bottom: 200px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[275px\]{
  margin-bottom: 275px;
}
.mb-\[290px\]{
  margin-bottom: 290px;
}
.mb-\[3\.645vw\]{
  margin-bottom: 3.645vw;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[45px\]{
  margin-bottom: 45px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[52px\]{
  margin-bottom: 52px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[65px\]{
  margin-bottom: 65px;
}
.mb-\[66px\]{
  margin-bottom: 66px;
}
.mb-\[7\.29vw\]{
  margin-bottom: 7.29vw;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[78px\]{
  margin-bottom: 78px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.mb-\[90px\]{
  margin-bottom: 90px;
}
.mb-\[95px\]{
  margin-bottom: 95px;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-11{
  margin-left: 2.75rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-32{
  margin-left: 8rem;
}
.ml-40{
  margin-left: 10rem;
}
.ml-48{
  margin-left: 12rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-\[-173px\]{
  margin-left: -173px;
}
.ml-\[-420px\]{
  margin-left: -420px;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[130px\]{
  margin-left: 130px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.ml-\[350px\]{
  margin-left: 350px;
}
.ml-\[40px\]{
  margin-left: 40px;
}
.ml-\[420px\]{
  margin-left: 420px;
}
.ml-\[43px\]{
  margin-left: 43px;
}
.ml-\[45px\]{
  margin-left: 45px;
}
.ml-\[50px\]{
  margin-left: 50px;
}
.ml-\[590px\]{
  margin-left: 590px;
}
.ml-\[6\.5vw\]{
  margin-left: 6.5vw;
}
.ml-\[85px\]{
  margin-left: 85px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-20{
  margin-right: 5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-32{
  margin-right: 8rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-\[-90px\]{
  margin-right: -90px;
}
.mr-\[0px\]{
  margin-right: 0px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mr-\[5\.5vw\]{
  margin-right: 5.5vw;
}
.mr-\[50px\]{
  margin-right: 50px;
}
.mr-\[60px\]{
  margin-right: 60px;
}
.mr-\[80px\]{
  margin-right: 80px;
}
.mr-\[85px\]{
  margin-right: 85px;
}
.mr-\[9vw\]{
  margin-right: 9vw;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-44{
  margin-top: 11rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-10px\]{
  margin-top: -10px;
}
.mt-\[-130px\]{
  margin-top: -130px;
}
.mt-\[-147px\]{
  margin-top: -147px;
}
.mt-\[-220px\]{
  margin-top: -220px;
}
.mt-\[-25px\]{
  margin-top: -25px;
}
.mt-\[-30px\]{
  margin-top: -30px;
}
.mt-\[-40px\]{
  margin-top: -40px;
}
.mt-\[-50px\]{
  margin-top: -50px;
}
.mt-\[-85px\]{
  margin-top: -85px;
}
.mt-\[10\%\]{
  margin-top: 10%;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[115px\]{
  margin-top: 115px;
}
.mt-\[120px\]{
  margin-top: 120px;
}
.mt-\[124px\]{
  margin-top: 124px;
}
.mt-\[125px\]{
  margin-top: 125px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[150px\]{
  margin-top: 150px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[170px\]{
  margin-top: 170px;
}
.mt-\[190px\]{
  margin-top: 190px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[200px\]{
  margin-top: 200px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[214px\]{
  margin-top: 214px;
}
.mt-\[250px\]{
  margin-top: 250px;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[330px\]{
  margin-top: 330px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[38px\]{
  margin-top: 38px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[52px\]{
  margin-top: 52px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.mt-\[8\.333vw\]{
  margin-top: 8.333vw;
}
.mt-\[8\.854vw\]{
  margin-top: 8.854vw;
}
.mt-\[80\%\]{
  margin-top: 80%;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-\[90px\]{
  margin-top: 90px;
}
.mt-\[92px\]{
  margin-top: 92px;
}
.mt-\[98px\]{
  margin-top: 98px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[1\/0\.5034883721\]{
  aspect-ratio: 1/0.5034883721;
}
.aspect-\[1\/0\.5453172205\]{
  aspect-ratio: 1/0.5453172205;
}
.aspect-\[1\/0\.561452514\]{
  aspect-ratio: 1/0.561452514;
}
.aspect-\[1\/0\.6656441718\]{
  aspect-ratio: 1/0.6656441718;
}
.aspect-\[1\/0\.7813333333\]{
  aspect-ratio: 1/0.7813333333;
}
.aspect-\[1\/1\.0186666667\]{
  aspect-ratio: 1/1.0186666667;
}
.aspect-\[1\/1\.1413333333\]{
  aspect-ratio: 1/1.1413333333;
}
.aspect-\[1\/1\.1770833333\]{
  aspect-ratio: 1/1.1770833333;
}
.aspect-\[1\/1\.3820754717\]{
  aspect-ratio: 1/1.3820754717;
}
.aspect-\[1\/1\.4346666667\]{
  aspect-ratio: 1/1.4346666667;
}
.aspect-\[21\.73\/35\.67\]{
  aspect-ratio: 21.73/35.67;
}
.aspect-\[292\/231\]{
  aspect-ratio: 292/231;
}
.aspect-\[292\/323\]{
  aspect-ratio: 292/323;
}
.aspect-\[375\/281\]{
  aspect-ratio: 375/281;
}
.aspect-\[454\/260\]{
  aspect-ratio: 454/260;
}
.aspect-\[458\/281\]{
  aspect-ratio: 458/281;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-\[267px\]{
  width: 267px;
  height: 267px;
}
.size-\[28px\]{
  width: 28px;
  height: 28px;
}
.size-\[30px\]{
  width: 30px;
  height: 30px;
}
.size-\[41px\]{
  width: 41px;
  height: 41px;
}
.size-\[50px\]{
  width: 50px;
  height: 50px;
}
.size-\[55px\]{
  width: 55px;
  height: 55px;
}
.size-\[69px\]{
  width: 69px;
  height: 69px;
}
.size-\[79px\]{
  width: 79px;
  height: 79px;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-\[235px\]{
  height: 235px !important;
}
.\!h-\[300px\]{
  height: 300px !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[100dvh\]{
  height: 100dvh;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[101px\]{
  height: 101px;
}
.h-\[1100px\]{
  height: 1100px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[1172px\]{
  height: 1172px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[126px\]{
  height: 126px;
}
.h-\[1292px\]{
  height: 1292px;
}
.h-\[1300px\]{
  height: 1300px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[1400px\]{
  height: 1400px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[141px\]{
  height: 141px;
}
.h-\[1641\]{
  height: 1641;
}
.h-\[164px\]{
  height: 164px;
}
.h-\[165px\]{
  height: 165px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[175px\]{
  height: 175px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[181px\]{
  height: 181px;
}
.h-\[185px\]{
  height: 185px;
}
.h-\[195px\]{
  height: 195px;
}
.h-\[198px\]{
  height: 198px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[225px\]{
  height: 225px;
}
.h-\[237px\]{
  height: 237px;
}
.h-\[239px\]{
  height: 239px;
}
.h-\[2400px\]{
  height: 2400px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[242px\]{
  height: 242px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[252px\]{
  height: 252px;
}
.h-\[254px\]{
  height: 254px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[2700px\]{
  height: 2700px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[290px\]{
  height: 290px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300lvh\]{
  height: 300lvh;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[325px\]{
  height: 325px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[333px\]{
  height: 333px;
}
.h-\[345px\]{
  height: 345px;
}
.h-\[35\.67px\]{
  height: 35.67px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[355px\]{
  height: 355px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[370px\]{
  height: 370px;
}
.h-\[379px\]{
  height: 379px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[39px\]{
  height: 39px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[408px\]{
  height: 408px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[411px\]{
  height: 411px;
}
.h-\[424px\]{
  height: 424px;
}
.h-\[425px\]{
  height: 425px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[445px\]{
  height: 445px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[455px\]{
  height: 455px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[467px\]{
  height: 467px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[470px\]{
  height: 470px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[48\.67px\]{
  height: 48.67px;
}
.h-\[482px\]{
  height: 482px;
}
.h-\[483px\]{
  height: 483px;
}
.h-\[489px\]{
  height: 489px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[504px\]{
  height: 504px;
}
.h-\[505px\]{
  height: 505px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[580px\]{
  height: 580px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[622px\]{
  height: 622px;
}
.h-\[624px\]{
  height: 624px;
}
.h-\[625px\]{
  height: 625px;
}
.h-\[62px\]{
  height: 62px;
}
.h-\[63px\]{
  height: 63px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[67px\]{
  height: 67px;
}
.h-\[684px\]{
  height: 684px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[69px\]{
  height: 69px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[710px\]{
  height: 710px;
}
.h-\[71px\]{
  height: 71px;
}
.h-\[729px\]{
  height: 729px;
}
.h-\[733px\]{
  height: 733px;
}
.h-\[749px\]{
  height: 749px;
}
.h-\[750px\]{
  height: 750px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[767px\]{
  height: 767px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[810px\]{
  height: 810px;
}
.h-\[840px\]{
  height: 840px;
}
.h-\[84px\]{
  height: 84px;
}
.h-\[86px\]{
  height: 86px;
}
.h-\[87\%\]{
  height: 87%;
}
.h-\[900px\]{
  height: 900px;
}
.h-\[950px\]{
  height: 950px;
}
.h-\[95vh\]{
  height: 95vh;
}
.h-\[988px\]{
  height: 988px;
}
.h-\[98px\]{
  height: 98px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-lvh{
  height: 100lvh;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[180px\]{
  max-height: 180px;
}
.max-h-\[182px\]{
  max-height: 182px;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[355px\]{
  max-height: 355px;
}
.max-h-\[376px\]{
  max-height: 376px;
}
.max-h-\[670px\]{
  max-height: 670px;
}
.max-h-\[860px\]{
  max-height: 860px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[235px\]{
  min-height: 235px;
}
.min-h-\[259px\]{
  min-height: 259px;
}
.min-h-\[489px\]{
  min-height: 489px;
}
.min-h-\[520px\]{
  min-height: 520px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-\[300px\]{
  width: 300px !important;
}
.\!w-\[692px\]{
  width: 692px !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[0\.75px\]{
  width: 0.75px;
}
.w-\[0px\]{
  width: 0px;
}
.w-\[1\.5px\]{
  width: 1.5px;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[1005px\]{
  width: 1005px;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[101px\]{
  width: 101px;
}
.w-\[1020px\]{
  width: 1020px;
}
.w-\[1032px\]{
  width: 1032px;
}
.w-\[106px\]{
  width: 106px;
}
.w-\[1075px\]{
  width: 1075px;
}
.w-\[1100px\]{
  width: 1100px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[111px\]{
  width: 111px;
}
.w-\[1144px\]{
  width: 1144px;
}
.w-\[118px\]{
  width: 118px;
}
.w-\[1195px\]{
  width: 1195px;
}
.w-\[119px\]{
  width: 119px;
}
.w-\[1203px\]{
  width: 1203px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[121px\]{
  width: 121px;
}
.w-\[1250px\]{
  width: 1250px;
}
.w-\[1252px\]{
  width: 1252px;
}
.w-\[1280px\]{
  width: 1280px;
}
.w-\[1281px\]{
  width: 1281px;
}
.w-\[1336px\]{
  width: 1336px;
}
.w-\[13600px\]{
  width: 13600px;
}
.w-\[1377px\]{
  width: 1377px;
}
.w-\[1380px\]{
  width: 1380px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[1545px\]{
  width: 1545px;
}
.w-\[163px\]{
  width: 163px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[176px\]{
  width: 176px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[193px\]{
  width: 193px;
}
.w-\[195px\]{
  width: 195px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[209px\]{
  width: 209px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[215px\]{
  width: 215px;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[227px\]{
  width: 227px;
}
.w-\[235px\]{
  width: 235px;
}
.w-\[23px\]{
  width: 23px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[244px\]{
  width: 244px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26\.04vw\]{
  width: 26.04vw;
}
.w-\[265px\]{
  width: 265px;
}
.w-\[27px\]{
  width: 27px;
}
.w-\[28\.6979166667\%\]{
  width: 28.6979166667%;
}
.w-\[28\.73px\]{
  width: 28.73px;
}
.w-\[285px\]{
  width: 285px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[290px\]{
  width: 290px;
}
.w-\[295px\]{
  width: 295px;
}
.w-\[29px\]{
  width: 29px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[315px\]{
  width: 315px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[326px\]{
  width: 326px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[33\%\]{
  width: 33%;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[335px\]{
  width: 335px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[345px\]{
  width: 345px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[372px\]{
  width: 372px;
}
.w-\[375px\]{
  width: 375px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[38\.02\%\]{
  width: 38.02%;
}
.w-\[384px\]{
  width: 384px;
}
.w-\[385px\]{
  width: 385px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[39\%\]{
  width: 39%;
}
.w-\[398px\]{
  width: 398px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[416px\]{
  width: 416px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[425px\]{
  width: 425px;
}
.w-\[428px\]{
  width: 428px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[43\.5\%\]{
  width: 43.5%;
}
.w-\[433px\]{
  width: 433px;
}
.w-\[440px\]{
  width: 440px;
}
.w-\[442px\]{
  width: 442px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[45\.5px\]{
  width: 45.5px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[482px\]{
  width: 482px;
}
.w-\[486px\]{
  width: 486px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[505px\]{
  width: 505px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[512px\]{
  width: 512px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[53\.33vw\]{
  width: 53.33vw;
}
.w-\[545px\]{
  width: 545px;
}
.w-\[546px\]{
  width: 546px;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[56\.5\%\]{
  width: 56.5%;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[570px\]{
  width: 570px;
}
.w-\[575px\]{
  width: 575px;
}
.w-\[578px\]{
  width: 578px;
}
.w-\[58\%\]{
  width: 58%;
}
.w-\[595px\]{
  width: 595px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[61\%\]{
  width: 61%;
}
.w-\[63\%\]{
  width: 63%;
}
.w-\[64svw\]{
  width: 64svw;
}
.w-\[66\.04vw\]{
  width: 66.04vw;
}
.w-\[662px\]{
  width: 662px;
}
.w-\[663px\]{
  width: 663px;
}
.w-\[67\%\]{
  width: 67%;
}
.w-\[686px\]{
  width: 686px;
}
.w-\[69px\]{
  width: 69px;
}
.w-\[701px\]{
  width: 701px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[71px\]{
  width: 71px;
}
.w-\[73\.95vw\]{
  width: 73.95vw;
}
.w-\[740px\]{
  width: 740px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[751px\]{
  width: 751px;
}
.w-\[755px\]{
  width: 755px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[760px\]{
  width: 760px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[77px\]{
  width: 77px;
}
.w-\[79px\]{
  width: 79px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[812px\]{
  width: 812px;
}
.w-\[814px\]{
  width: 814px;
}
.w-\[815px\]{
  width: 815px;
}
.w-\[85px\]{
  width: 85px;
}
.w-\[898px\]{
  width: 898px;
}
.w-\[900px\]{
  width: 900px;
}
.w-\[906px\]{
  width: 906px;
}
.w-\[908px\]{
  width: 908px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[920px\]{
  width: 920px;
}
.w-\[95px\]{
  width: 95px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[98px\]{
  width: 98px;
}
.w-\[fit-content\]{
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.w-svw{
  width: 100svw;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[400px\]{
  min-width: 400px;
}
.min-w-\[520px\]{
  min-width: 520px;
}
.max-w-0{
  max-width: 0px;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[1135px\]{
  max-width: 1135px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1290px\]{
  max-width: 1290px;
}
.max-w-\[1358px\]{
  max-width: 1358px;
}
.max-w-\[1430px\]{
  max-width: 1430px;
}
.max-w-\[1449px\]{
  max-width: 1449px;
}
.max-w-\[1495px\]{
  max-width: 1495px;
}
.max-w-\[1540px\]{
  max-width: 1540px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[446px\]{
  max-width: 446px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[486px\]{
  max-width: 486px;
}
.max-w-\[496px\]{
  max-width: 496px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[535px\]{
  max-width: 535px;
}
.max-w-\[54\%\]{
  max-width: 54%;
}
.max-w-\[544px\]{
  max-width: 544px;
}
.max-w-\[564px\]{
  max-width: 564px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[662px\]{
  max-width: 662px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[740px\]{
  max-width: 740px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[80vw\]{
  max-width: 80vw;
}
.max-w-\[815px\]{
  max-width: 815px;
}
.max-w-\[816px\]{
  max-width: 816px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[908px\]{
  max-width: 908px;
}
.max-w-\[910px\]{
  max-width: 910px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.basis-0{
  flex-basis: 0px;
}
.basis-\[575px\]{
  flex-basis: 575px;
}
.basis-full{
  flex-basis: 100%;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-\[50\%_66\%\]{
  transform-origin: 50% 66%;
}
.origin-bottom-left{
  transform-origin: bottom left;
}
.origin-bottom-right{
  transform-origin: bottom right;
}
.origin-top-left{
  transform-origin: top left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[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));
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[132px\]{
  --tw-translate-y: -132px;
  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-\[14\%\]{
  --tw-translate-y: -14%;
  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-\[300px\]{
  --tw-translate-y: -300px;
  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-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-8{
  --tw-translate-x: 2rem;
  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-\[480px\]{
  --tw-translate-x: 480px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[50\%\]{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  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-3{
  --tw-translate-y: 0.75rem;
  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-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[20px\]{
  --tw-translate-y: 20px;
  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-\[30\%\]{
  --tw-translate-y: 30%;
  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-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\]{
  --tw-rotate: 30deg;
  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-\[0\.2755102041\]{
  --tw-scale-x: 0.2755102041;
  --tw-scale-y: 0.2755102041;
  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-\[0\.4\]{
  --tw-scale-x: 0.4;
  --tw-scale-y: 0.4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center{
  scroll-snap-align: center;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.auto-cols-auto{
  grid-auto-columns: auto;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[595px_545px\]{
  grid-template-columns: 595px 545px;
}
.grid-cols-\[repeat\(2\2c 345px\)\]{
  grid-template-columns: repeat(2,345px);
}
.grid-cols-\[repeat\(3\2c 345px\)\]{
  grid-template-columns: repeat(3,345px);
}
.grid-cols-\[repeat\(3\2c 474px\)\]{
  grid-template-columns: repeat(3,474px);
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.content-center{
  align-content: center;
}
.content-end{
  align-content: flex-end;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-0{
  gap: 0px !important;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10\.41vw\]{
  gap: 10.41vw;
}
.gap-\[100px\]{
  gap: 100px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[160px\]{
  gap: 160px;
}
.gap-\[17px\]{
  gap: 17px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[2\.6vw\]{
  gap: 2.6vw;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[240px\]{
  gap: 240px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[28px\]{
  gap: 28px;
}
.gap-\[2vw\]{
  gap: 2vw;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[35px\]{
  gap: 35px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[43px\]{
  gap: 43px;
}
.gap-\[45px\]{
  gap: 45px;
}
.gap-\[55px\]{
  gap: 55px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[6rem\]{
  gap: 6rem;
}
.gap-\[70px\]{
  gap: 70px;
}
.gap-\[80px\]{
  gap: 80px;
}
.gap-\[clamp\(20px\2c 1\.4vw\2c 27px\)\]{
  gap: clamp(20px,1.4vw,27px);
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-\[150px\]{
  -moz-column-gap: 150px;
       column-gap: 150px;
}
.gap-x-\[25px\]{
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-\[115px\]{
  row-gap: 115px;
}
.gap-y-\[40px\]{
  row-gap: 40px;
}
.-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[26px\]{
  border-radius: 26px;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 21px;
}
.rounded-md{
  border-radius: 14px;
}
.rounded-xl{
  border-radius: 28px;
}
.rounded-l-\[14px\]{
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.rounded-r-\[14px\]{
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.rounded-r-\[18px\]{
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.rounded-bl-\[15px\]{
  border-bottom-left-radius: 15px;
}
.rounded-br-\[15px\]{
  border-bottom-right-radius: 15px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[7px\]{
  border-width: 7px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[0\.8px\]{
  border-bottom-width: 0.8px;
}
.border-b-\[1\.5px\]{
  border-bottom-width: 1.5px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-b-\[6px\]{
  border-bottom-width: 6px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-\[2px\]{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[4px\]{
  border-top-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-double{
  border-style: double;
}
.border-\[\#80A14B\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 161 75 / var(--tw-border-opacity, 1));
}
.border-\[\#957F6C\]{
  --tw-border-opacity: 1;
  border-color: rgb(149 127 108 / var(--tw-border-opacity, 1));
}
.border-\[\#987236\]{
  --tw-border-opacity: 1;
  border-color: rgb(152 114 54 / var(--tw-border-opacity, 1));
}
.border-\[\#9B7336\]{
  --tw-border-opacity: 1;
  border-color: rgb(155 115 54 / var(--tw-border-opacity, 1));
}
.border-\[\#9b7336\]{
  --tw-border-opacity: 1;
  border-color: rgb(155 115 54 / var(--tw-border-opacity, 1));
}
.border-\[\#A47C4A\]{
  --tw-border-opacity: 1;
  border-color: rgb(164 124 74 / var(--tw-border-opacity, 1));
}
.border-\[\#C7B299\]{
  --tw-border-opacity: 1;
  border-color: rgb(199 178 153 / var(--tw-border-opacity, 1));
}
.border-\[\#CBA671\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 166 113 / var(--tw-border-opacity, 1));
}
.border-\[\#DBD0C3\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 208 195 / var(--tw-border-opacity, 1));
}
.border-\[\#a47c4a\]{
  --tw-border-opacity: 1;
  border-color: rgb(164 124 74 / var(--tw-border-opacity, 1));
}
.border-\[\#cba671\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 166 113 / var(--tw-border-opacity, 1));
}
.border-\[\#e4d8c9\]{
  --tw-border-opacity: 1;
  border-color: rgb(228 216 201 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(204 154 93 / var(--tw-border-opacity, 1));
}
.border-amber-400{
  --tw-border-opacity: 1;
  border-color: rgb(149 127 108 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity, 1));
}
.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(162 113 39 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-\[\#a47c4a\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(164 124 74 / var(--tw-border-opacity, 1));
}
.border-l-\[\#a47c4a\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(164 124 74 / var(--tw-border-opacity, 1));
}
.border-t-\[\#a47c4a\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(164 124 74 / var(--tw-border-opacity, 1));
}
.bg-\[\#000000bf\]{
  background-color: #000000bf;
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00B900\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 185 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#891826\]{
  --tw-bg-opacity: 1;
  background-color: rgb(137 24 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#957F6C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 127 108 / var(--tw-bg-opacity, 1));
}
.bg-\[\#976621\]{
  --tw-bg-opacity: 1;
  background-color: rgb(151 102 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9B7336\]{
  --tw-bg-opacity: 1;
  background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9B7336\]\/90{
  background-color: rgb(155 115 54 / 0.9);
}
.bg-\[\#9b7336\]{
  --tw-bg-opacity: 1;
  background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A47C4A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(164 124 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#AD835A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(173 131 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C1AC93\]{
  --tw-bg-opacity: 1;
  background-color: rgb(193 172 147 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C7000F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(199 0 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CBA671\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 166 113 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CBBBAA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 187 170 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E37C35\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 124 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EADED3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 222 211 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3E1C6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 225 198 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F4E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8EEE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 238 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9EEE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 238 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F3E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F3EE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F3EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F3EF\]\/50{
  background-color: rgb(249 243 239 / 0.5);
}
.bg-\[\#FBF9F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE9D2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 210 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a47c4a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(164 124 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a47c4a\]\/50{
  background-color: rgb(164 124 74 / 0.5);
}
.bg-\[\#aa372b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 55 43 / var(--tw-bg-opacity, 1));
}
.bg-\[\#cba671\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 166 113 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eaded3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 222 211 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1e6dc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 230 220 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f4e7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9eee4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 238 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f3ef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#faeee4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 238 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[--bg\]{
  background-color: var(--bg);
}
.bg-\[--c\]{
  background-color: var(--c);
}
.bg-\[--color\]{
  background-color: var(--color);
}
.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(204 154 93 / var(--tw-bg-opacity, 1));
}
.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(149 127 108 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/30{
  background-color: rgb(149 127 108 / 0.3);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(162 113 39 / var(--tw-bg-opacity, 1));
}
.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 239 / var(--tw-bg-opacity, 1));
}
.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(252 237 228 / var(--tw-bg-opacity, 1));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(199 0 15 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c rgba\(249\2c 240\2c 232\2c 1\)_25\%\)\]{
  background-image: linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(249,240,232,1) 25%);
}
.bg-\[linear-gradient\(180deg\2c \#F9F3EF_0\%\2c rgba\(249\2c 243\2c 239\2c 0\)_100\%\)\]{
  background-image: linear-gradient(180deg,#F9F3EF 0%,rgba(249,243,239,0) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 1\)_100\%\)\]{
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/groovepaper\.png\'\)\]{
  background-image: url('https://www.transparenttextures.com/patterns/groovepaper.png');
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#F9EEE4\]{
  --tw-gradient-from: #F9EEE4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 238 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F9F0E8\]{
  --tw-gradient-from: #F9F0E8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 240 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFFFFF\]{
  --tw-gradient-from: #FFFFFF 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);
}
.from-\[\#faeee4\]{
  --tw-gradient-from: #faeee4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 238 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\]{
  --tw-gradient-from: #ffffff 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);
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/15{
  --tw-gradient-from: rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400{
  --tw-gradient-from: #fcede4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 237 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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);
}
.from-\[50\%\]{
  --tw-gradient-from-position: 50%;
}
.via-\[\#F9F3EF\]{
  --tw-gradient-to: rgb(249 243 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F9F3EF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/40{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-70\%{
  --tw-gradient-via-position: 70%;
}
.to-\[\#F9F0E8\]{
  --tw-gradient-to: #F9F0E8 var(--tw-gradient-to-position);
}
.to-\[\#F9F3EF\]{
  --tw-gradient-to: #F9F3EF var(--tw-gradient-to-position);
}
.to-\[\#FFFFFF\]{
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}
.to-\[\#faeee4\]{
  --tw-gradient-to: #faeee4 var(--tw-gradient-to-position);
}
.to-\[\#ffffff\]{
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}
.to-black\/60{
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-200{
  --tw-gradient-to: #faf3ef var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-\[50\%\]{
  --tw-gradient-to-position: 50%;
}
.to-\[80\%\]{
  --tw-gradient-to-position: 80%;
}
.fill-\[\#303030\]{
  fill: #303030;
}
.fill-\[\#4D4D4D\]{
  fill: #4D4D4D;
}
.fill-\[\#9B7336\]{
  fill: #9B7336;
}
.fill-\[\#CE4E28\]{
  fill: #CE4E28;
}
.fill-\[\#EADED3\]{
  fill: #EADED3;
}
.fill-\[\#F2D68F\]{
  fill: #F2D68F;
}
.fill-\[\#ad835a\]{
  fill: #ad835a;
}
.fill-\[\#fff\]{
  fill: #fff;
}
.fill-\[transparent\]{
  fill: transparent;
}
.fill-amber-400\/10{
  fill: rgb(149 127 108 / 0.1);
}
.fill-gray-400{
  fill: #4d4d4d;
}
.fill-gray-400\/20{
  fill: rgb(77 77 77 / 0.2);
}
.fill-gray-400\/50{
  fill: rgb(77 77 77 / 0.5);
}
.fill-gray-400\/70{
  fill: rgb(77 77 77 / 0.7);
}
.fill-none{
  fill: none;
}
.fill-pink-200\/20{
  fill: rgb(250 243 239 / 0.2);
}
.fill-transparent{
  fill: transparent;
}
.fill-white{
  fill: #fff;
}
.stroke-\[\#9B7336\]{
  stroke: #9B7336;
}
.stroke-\[\#9b7336\]{
  stroke: #9b7336;
}
.stroke-\[\#A47C4A\]{
  stroke: #A47C4A;
}
.stroke-\[\#ADADAD\]{
  stroke: #ADADAD;
}
.stroke-\[\#a47c4a\]{
  stroke: #a47c4a;
}
.stroke-\[\#fff\]{
  stroke: #fff;
}
.stroke-gray-200{
  stroke: #adadad;
}
.stroke-gray-500{
  stroke: #514e4d;
}
.stroke-white{
  stroke: #fff;
}
.stroke-\[1\.5px\]{
  stroke-width: 1.5px;
}
.stroke-\[1px\]{
  stroke-width: 1px;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[0_-305px\]{
  -o-object-position: 0 -305px;
     object-position: 0 -305px;
}
.object-\[0_-500px\]{
  -o-object-position: 0 -500px;
     object-position: 0 -500px;
}
.object-\[75\%\]{
  -o-object-position: 75%;
     object-position: 75%;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}
.p-12{
  padding: 3rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[25px\]{
  padding: 25px;
}
.p-\[3px\]{
  padding: 3px;
}
.p-\[calc\(\(41px-16px\)\/2\)\]{
  padding: calc((41px - 16px) / 2);
}
.\!py-\[90px\]{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}
.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-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15\%\]{
  padding-left: 15%;
  padding-right: 15%;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[215px\]{
  padding-left: 215px;
  padding-right: 215px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[41px\]{
  padding-left: 41px;
  padding-right: 41px;
}
.px-\[46px\]{
  padding-left: 46px;
  padding-right: 46px;
}
.px-\[70px\]{
  padding-left: 70px;
  padding-right: 70px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[160px\]{
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-\[190px\]{
  padding-top: 190px;
  padding-bottom: 190px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[300px\]{
  padding-top: 300px;
  padding-bottom: 300px;
}
.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[85px\]{
  padding-top: 85px;
  padding-bottom: 85px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-56{
  padding-bottom: 14rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-60{
  padding-bottom: 15rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[10vw\]{
  padding-bottom: 10vw;
}
.pb-\[11vh\]{
  padding-bottom: 11vh;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[180px\]{
  padding-bottom: 180px;
}
.pb-\[200px\]{
  padding-bottom: 200px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[300px\]{
  padding-bottom: 300px;
}
.pb-\[330px\]{
  padding-bottom: 330px;
}
.pb-\[340px\]{
  padding-bottom: 340px;
}
.pb-\[344px\]{
  padding-bottom: 344px;
}
.pb-\[3px\]{
  padding-bottom: 3px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[45px\]{
  padding-bottom: 45px;
}
.pb-\[4px\]{
  padding-bottom: 4px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[65px\]{
  padding-bottom: 65px;
}
.pb-\[8\.854vw\]{
  padding-bottom: 8.854vw;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pb-\[85px\]{
  padding-bottom: 85px;
}
.pb-\[95px\]{
  padding-bottom: 95px;
}
.pe-\[100px\]{
  padding-inline-end: 100px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-28{
  padding-left: 7rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-52{
  padding-left: 13rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-\[12vw\]{
  padding-left: 12vw;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pl-\[40px\]{
  padding-left: 40px;
}
.pl-\[55px\]{
  padding-left: 55px;
}
.pl-\[9vw\]{
  padding-left: 9vw;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pr-\[28px\]{
  padding-right: 28px;
}
.pr-\[3vw\]{
  padding-right: 3vw;
}
.pr-\[55px\]{
  padding-right: 55px;
}
.ps-6{
  padding-inline-start: 1.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-60{
  padding-top: 15rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[10\.416vw\]{
  padding-top: 10.416vw;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[115px\]{
  padding-top: 115px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[125px\]{
  padding-top: 125px;
}
.pt-\[145px\]{
  padding-top: 145px;
}
.pt-\[146px\]{
  padding-top: 146px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[15vh\]{
  padding-top: 15vh;
}
.pt-\[2\.8vw\]{
  padding-top: 2.8vw;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[216px\]{
  padding-top: 216px;
}
.pt-\[230px\]{
  padding-top: 230px;
}
.pt-\[240px\]{
  padding-top: 240px;
}
.pt-\[280px\]{
  padding-top: 280px;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.pt-\[4\.16vw\]{
  padding-top: 4.16vw;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[72px\]{
  padding-top: 72px;
}
.pt-\[85px\]{
  padding-top: 85px;
}
.pt-\[90px\]{
  padding-top: 90px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!text-justify{
  text-align: justify !important;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.align-top{
  vertical-align: top;
}
.align-bottom{
  vertical-align: bottom;
}
.font-en{
  font-family: Crimson Text, sans-serif;
}
.font-sans{
  font-family: Noto Sans TC, sans-serif;
}
.font-serif{
  font-family: Noto Serif SC, Noto Serif TC, serif;
}
.\!text-\[15px\]{
  font-size: 15px !important;
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.\!text-\[19px\]{
  font-size: 19px !important;
}
.\!text-\[21px\]{
  font-size: 21px !important;
}
.\!text-\[23px\]{
  font-size: 23px !important;
}
.\!text-\[27px\]{
  font-size: 27px !important;
}
.\!text-\[28px\]{
  font-size: 28px !important;
}
.\!text-\[32px\]{
  font-size: 32px !important;
}
.\!text-\[33px\]{
  font-size: 33px !important;
}
.\!text-\[36px\]{
  font-size: 36px !important;
}
.\!text-\[38px\]{
  font-size: 38px !important;
}
.\!text-\[43px\]{
  font-size: 43px !important;
}
.\!text-\[48px\]{
  font-size: 48px !important;
}
.\!text-lg{
  font-size: 18px !important;
}
.\!text-xl{
  font-size: 20px !important;
}
.text-2xl{
  font-size: 24px;
}
.text-\[1\.25rem\]{
  font-size: 1.25rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[134px\]{
  font-size: 134px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[140px\]{
  font-size: 140px;
}
.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-\[19px\]{
  font-size: 19px;
}
.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-\[270px\]{
  font-size: 270px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[29px\]{
  font-size: 29px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[33px\]{
  font-size: 33px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[39px\]{
  font-size: 39px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[43px\]{
  font-size: 43px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[70px\]{
  font-size: 70px;
}
.text-\[89px\]{
  font-size: 89px;
}
.text-\[98px\]{
  font-size: 98px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 16px;
}
.text-lg{
  font-size: 18px;
}
.text-sm{
  font-size: 14px;
}
.text-xl{
  font-size: 20px;
}
.text-xs{
  font-size: 12px;
}
.\!font-\[400\]{
  font-weight: 400 !important;
}
.\!font-\[500\]{
  font-weight: 500 !important;
}
.\!font-\[700\]{
  font-weight: 700 !important;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-demilight{
  font-weight: 300;
}
.font-extralight{
  font-weight: 200;
}
.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;
}
.\!leading-\[0\.75\]{
  line-height: 0.75 !important;
}
.\!leading-\[1\.7\]{
  line-height: 1.7 !important;
}
.\!leading-\[2\.7\]{
  line-height: 2.7 !important;
}
.\!leading-none{
  line-height: 1 !important;
}
.leading-1\.2{
  line-height: 1.2;
}
.leading-1\.6{
  line-height: 1.6;
}
.leading-1\.8{
  line-height: 1.8;
}
.leading-2{
  line-height: 2;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[0\]{
  line-height: 0;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[2\.3\]{
  line-height: 2.3;
}
.leading-\[2\.4\]{
  line-height: 2.4;
}
.leading-\[2\.5\]{
  line-height: 2.5;
}
.leading-\[2\.8\]{
  line-height: 2.8;
}
.leading-\[23px\]{
  line-height: 23px;
}
.leading-\[25px\]{
  line-height: 25px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[33px\]{
  line-height: 33px;
}
.leading-\[36px\]{
  line-height: 36px;
}
.leading-\[3\]{
  line-height: 3;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[46px\]{
  line-height: 46px;
}
.leading-\[90px\]{
  line-height: 90px;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.\!tracking-\[1px\]{
  letter-spacing: 1px !important;
}
.\!tracking-\[2px\]{
  letter-spacing: 2px !important;
}
.\!tracking-wider{
  letter-spacing: 6px !important;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-\[11px\]{
  letter-spacing: 11px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[2\.3px\]{
  letter-spacing: 2.3px;
}
.tracking-\[24px\]{
  letter-spacing: 24px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-\[3px\]{
  letter-spacing: 3px;
}
.tracking-\[4px\]{
  letter-spacing: 4px;
}
.tracking-\[5px\]{
  letter-spacing: 5px;
}
.tracking-\[6px\]{
  letter-spacing: 6px;
}
.tracking-none{
  letter-spacing: 0px;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 3px;
}
.tracking-wider{
  letter-spacing: 6px;
}
.tracking-widest{
  letter-spacing: 9px;
}
.\!text-\[\#393939\]{
  --tw-text-opacity: 1 !important;
  color: rgb(57 57 57 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#4D4D4D\]{
  --tw-text-opacity: 1 !important;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#666666\]{
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#957F6C\]{
  --tw-text-opacity: 1 !important;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#957f6c\]{
  --tw-text-opacity: 1 !important;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#9B7336\]{
  --tw-text-opacity: 1 !important;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#9b7336\]{
  --tw-text-opacity: 1 !important;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1)) !important;
}
.\!text-amber-200{
  --tw-text-opacity: 1 !important;
  color: rgb(204 154 93 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgb(162 113 39 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#1E1E1E\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}
.text-\[\#393939\]{
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity, 1));
}
.text-\[\#3A3A3A\]{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity, 1));
}
.text-\[\#4D4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#4E4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(78 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#4d4d4d\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-\[\#5C5C5C\]{
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}
.text-\[\#666666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#666767\]{
  --tw-text-opacity: 1;
  color: rgb(102 103 103 / var(--tw-text-opacity, 1));
}
.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#6B6B6B\]{
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#80A14B\]{
  --tw-text-opacity: 1;
  color: rgb(128 161 75 / var(--tw-text-opacity, 1));
}
.text-\[\#8A8A8A\]{
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity, 1));
}
.text-\[\#928070\]{
  --tw-text-opacity: 1;
  color: rgb(146 128 112 / var(--tw-text-opacity, 1));
}
.text-\[\#957F6C\]{
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}
.text-\[\#957f6c\]{
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}
.text-\[\#96b7ea\]{
  --tw-text-opacity: 1;
  color: rgb(150 183 234 / var(--tw-text-opacity, 1));
}
.text-\[\#9B7336\]{
  --tw-text-opacity: 1;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1));
}
.text-\[\#9C7C64\]{
  --tw-text-opacity: 1;
  color: rgb(156 124 100 / var(--tw-text-opacity, 1));
}
.text-\[\#9b7336\]{
  --tw-text-opacity: 1;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1));
}
.text-\[\#A47C4A\]{
  --tw-text-opacity: 1;
  color: rgb(164 124 74 / var(--tw-text-opacity, 1));
}
.text-\[\#ADADAD\]{
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.text-\[\#CBA671\]{
  --tw-text-opacity: 1;
  color: rgb(203 166 113 / var(--tw-text-opacity, 1));
}
.text-\[\#DDB47F\]{
  --tw-text-opacity: 1;
  color: rgb(221 180 127 / var(--tw-text-opacity, 1));
}
.text-\[\#F9F3EF\]{
  --tw-text-opacity: 1;
  color: rgb(249 243 239 / var(--tw-text-opacity, 1));
}
.text-\[\#adadad\]{
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.text-\[\#c1ac93\]{
  --tw-text-opacity: 1;
  color: rgb(193 172 147 / var(--tw-text-opacity, 1));
}
.text-\[\#c5ab8f\]{
  --tw-text-opacity: 1;
  color: rgb(197 171 143 / var(--tw-text-opacity, 1));
}
.text-\[\#c9caca\]{
  --tw-text-opacity: 1;
  color: rgb(201 202 202 / var(--tw-text-opacity, 1));
}
.text-\[\#e5794a\]{
  --tw-text-opacity: 1;
  color: rgb(229 121 74 / var(--tw-text-opacity, 1));
}
.text-\[\#e6b074\]{
  --tw-text-opacity: 1;
  color: rgb(230 176 116 / var(--tw-text-opacity, 1));
}
.text-\[\#f3bd7d\]{
  --tw-text-opacity: 1;
  color: rgb(243 189 125 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[15\]{
  color: 15;
}
.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(204 154 93 / var(--tw-text-opacity, 1));
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(81 78 77 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(162 113 39 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-gray-500{
  text-decoration-color: #514e4d;
}
.decoration-red-500{
  text-decoration-color: #ef4444;
}
.underline-offset-8{
  text-underline-offset: 8px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-\[\.5\]{
  opacity: .5;
}
.opacity-\[0\.5\]{
  opacity: 0.5;
}
.opacity-\[0\.7\]{
  opacity: 0.7;
}
.shadow-\[0_2px_8px_\#0001\]{
  --tw-shadow: 0 2px 8px #0001;
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_24px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 6px 24px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-0{
  --tw-brightness: brightness(0);
  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);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-\[border-radius\]{
  transition-property: border-radius;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\2c opacity\2c transform\]{
  transition-property: max-height,opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-0{
  transition-delay: 0s;
}
.delay-200{
  transition-delay: 200ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[0\.8s\]{
  transition-duration: 0.8s;
}
.duration-\[1200ms\]{
  transition-duration: 1200ms;
}
.duration-\[1500ms\]{
  transition-duration: 1500ms;
}
.duration-\[2000ms\]{
  transition-duration: 2000ms;
}
.duration-\[200ms\]{
  transition-duration: 200ms;
}
.duration-\[800ms\]{
  transition-duration: 800ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-\[clip-path\]{
  will-change: clip-path;
}
.will-change-\[transform\]{
  will-change: transform;
}
.will-change-transform{
  will-change: transform;
}
.vw-basis-\[200px\]{
  flex-basis: calc(200 / 19.2 * 1vw);
}
.vw-bottom-\[-515px\]{
  bottom: calc(-515 / 19.2 * 1vw);
}
.vw-bottom-\[-80px\]{
  bottom: calc(-80 / 19.2 * 1vw);
}
.vw-gap-\[130px\]{
  gap: calc(130 / 19.2 * 1vw);
}
.vw-gap-\[250px\]{
  gap: calc(250 / 19.2 * 1vw);
}
.vw-gap-\[40px\]{
  gap: calc(40 / 19.2 * 1vw);
}
.vw-gap-\[60px\]{
  gap: calc(60 / 19.2 * 1vw);
}
.vw-h-\[130px\]{
  height: calc(130 / 19.2 * 1vw);
}
.vw-h-\[281px\]{
  height: calc(281 / 19.2 * 1vw);
}
.vw-h-\[322px\]{
  height: calc(322 / 19.2 * 1vw);
}
.vw-h-\[345px\]{
  height: calc(345 / 19.2 * 1vw);
}
.vw-h-\[350px\]{
  height: calc(350 / 19.2 * 1vw);
}
.vw-h-\[370px\]{
  height: calc(370 / 19.2 * 1vw);
}
.vw-h-\[440px\]{
  height: calc(440 / 19.2 * 1vw);
}
.vw-h-\[467px\]{
  height: calc(467 / 19.2 * 1vw);
}
.vw-h-\[554px\]{
  height: calc(554 / 19.2 * 1vw);
}
.vw-h-\[634px\]{
  height: calc(634 / 19.2 * 1vw);
}
.vw-h-\[670px\]{
  height: calc(670 / 19.2 * 1vw);
}
.vw-h-\[675px\]{
  height: calc(675 / 19.2 * 1vw);
}
.vw-h-\[690px\]{
  height: calc(690 / 19.2 * 1vw);
}
.vw-h-\[716px\]{
  height: calc(716 / 19.2 * 1vw);
}
.vw-h-\[720px\]{
  height: calc(720 / 19.2 * 1vw);
}
.vw-h-\[980px\]{
  height: calc(980 / 19.2 * 1vw);
}
.vw-left-\[102px\]{
  left: calc(102 / 19.2 * 1vw);
}
.vw-left-\[160px\]{
  left: calc(160 / 19.2 * 1vw);
}
.vw-left-\[200px\]{
  left: calc(200 / 19.2 * 1vw);
}
.vw-left-\[216px\]{
  left: calc(216 / 19.2 * 1vw);
}
.vw-left-\[270px\]{
  left: calc(270 / 19.2 * 1vw);
}
.vw-left-\[380px\]{
  left: calc(380 / 19.2 * 1vw);
}
.vw-max-w-\[1200px\]{
  max-width: calc(1200 / 19.2 * 1vw);
}
.vw-max-w-\[1358px\]{
  max-width: calc(1358 / 19.2 * 1vw);
}
.vw-max-w-\[1430px\]{
  max-width: calc(1430 / 19.2 * 1vw);
}
.vw-max-w-\[1495px\]{
  max-width: calc(1495 / 19.2 * 1vw);
}
.vw-max-w-\[1505px\]{
  max-width: calc(1505 / 19.2 * 1vw);
}
.vw-max-w-\[1530px\]{
  max-width: calc(1530 / 19.2 * 1vw);
}
.vw-max-w-\[1540px\]{
  max-width: calc(1540 / 19.2 * 1vw);
}
.vw-max-w-\[1600px\]{
  max-width: calc(1600 / 19.2 * 1vw);
}
.vw-max-w-\[245px\]{
  max-width: calc(245 / 19.2 * 1vw);
}
.vw-max-w-\[350px\]{
  max-width: calc(350 / 19.2 * 1vw);
}
.vw-max-w-\[600px\]{
  max-width: calc(600 / 19.2 * 1vw);
}
.vw-max-w-\[890px\]{
  max-width: calc(890 / 19.2 * 1vw);
}
.vw-max-w-\[995px\]{
  max-width: calc(995 / 19.2 * 1vw);
}
.vw-mb-\[190px\]{
  margin-bottom: calc(190 / 19.2 * 1vw);
}
.vw-mb-\[300px\]{
  margin-bottom: calc(300 / 19.2 * 1vw);
}
.vw-mb-\[70px\]{
  margin-bottom: calc(70 / 19.2 * 1vw);
}
.vw-min-h-\[80vh\]{
  min-height: calc(80 / 19.2 * 1vw);
}
.vw-ml-\[100px\]{
  margin-left: calc(100 / 19.2 * 1vw);
}
.vw-ml-\[15px\]{
  margin-left: calc(15 / 19.2 * 1vw);
}
.vw-ml-\[185px\]{
  margin-left: calc(185 / 19.2 * 1vw);
}
.vw-ml-\[192px\]{
  margin-left: calc(192 / 19.2 * 1vw);
}
.vw-mr-\[250px\]{
  margin-right: calc(250 / 19.2 * 1vw);
}
.vw-mr-\[312px\]{
  margin-right: calc(312 / 19.2 * 1vw);
}
.vw-mt-32{
  margin-top: calc(128 / 19.2 * 1vw);
}
.vw-mt-\[170px\]{
  margin-top: calc(170 / 19.2 * 1vw);
}
.vw-mt-\[20px\]{
  margin-top: calc(20 / 19.2 * 1vw);
}
.vw-mt-\[230px\]{
  margin-top: calc(230 / 19.2 * 1vw);
}
.vw-mt-\[240px\]{
  margin-top: calc(240 / 19.2 * 1vw);
}
.vw-mt-\[265px\]{
  margin-top: calc(265 / 19.2 * 1vw);
}
.vw-mt-\[330px\]{
  margin-top: calc(330 / 19.2 * 1vw);
}
.vw-mt-\[40px\]{
  margin-top: calc(40 / 19.2 * 1vw);
}
.vw-pb-\[103px\]{
  padding-bottom: calc(103 / 19.2 * 1vw);
}
.vw-pb-\[120px\]{
  padding-bottom: calc(120 / 19.2 * 1vw);
}
.vw-pb-\[128px\]{
  padding-bottom: calc(128 / 19.2 * 1vw);
}
.vw-pb-\[152px\]{
  padding-bottom: calc(152 / 19.2 * 1vw);
}
.vw-pb-\[160px\]{
  padding-bottom: calc(160 / 19.2 * 1vw);
}
.vw-pb-\[180px\]{
  padding-bottom: calc(180 / 19.2 * 1vw);
}
.vw-pb-\[208px\]{
  padding-bottom: calc(208 / 19.2 * 1vw);
}
.vw-pb-\[224px\]{
  padding-bottom: calc(224 / 19.2 * 1vw);
}
.vw-pb-\[240px\]{
  padding-bottom: calc(240 / 19.2 * 1vw);
}
.vw-pb-\[246px\]{
  padding-bottom: calc(246 / 19.2 * 1vw);
}
.vw-pb-\[300px\]{
  padding-bottom: calc(300 / 19.2 * 1vw);
}
.vw-pb-\[45px\]{
  padding-bottom: calc(45 / 19.2 * 1vw);
}
.vw-pb-\[80px\]{
  padding-bottom: calc(80 / 19.2 * 1vw);
}
.vw-pl-\[135px\]{
  padding-left: calc(135 / 19.2 * 1vw);
}
.vw-pl-\[192px\]{
  padding-left: calc(192 / 19.2 * 1vw);
}
.vw-pl-\[208px\]{
  padding-left: calc(208 / 19.2 * 1vw);
}
.vw-pl-\[220px\]{
  padding-left: calc(220 / 19.2 * 1vw);
}
.vw-pl-\[64px\]{
  padding-left: calc(64 / 19.2 * 1vw);
}
.vw-pl-\[70px\]{
  padding-left: calc(70 / 19.2 * 1vw);
}
.vw-pr-\[135px\]{
  padding-right: calc(135 / 19.2 * 1vw);
}
.vw-pr-\[220px\]{
  padding-right: calc(220 / 19.2 * 1vw);
}
.vw-pr-\[56px\]{
  padding-right: calc(56 / 19.2 * 1vw);
}
.vw-pr-\[64px\]{
  padding-right: calc(64 / 19.2 * 1vw);
}
.vw-pr-\[70px\]{
  padding-right: calc(70 / 19.2 * 1vw);
}
.vw-pt-\[103px\]{
  padding-top: calc(103 / 19.2 * 1vw);
}
.vw-pt-\[120px\]{
  padding-top: calc(120 / 19.2 * 1vw);
}
.vw-pt-\[125px\]{
  padding-top: calc(125 / 19.2 * 1vw);
}
.vw-pt-\[156px\]{
  padding-top: calc(156 / 19.2 * 1vw);
}
.vw-pt-\[160px\]{
  padding-top: calc(160 / 19.2 * 1vw);
}
.vw-pt-\[170px\]{
  padding-top: calc(170 / 19.2 * 1vw);
}
.vw-pt-\[175px\]{
  padding-top: calc(175 / 19.2 * 1vw);
}
.vw-pt-\[190px\]{
  padding-top: calc(190 / 19.2 * 1vw);
}
.vw-pt-\[192px\]{
  padding-top: calc(192 / 19.2 * 1vw);
}
.vw-pt-\[208px\]{
  padding-top: calc(208 / 19.2 * 1vw);
}
.vw-pt-\[220px\]{
  padding-top: calc(220 / 19.2 * 1vw);
}
.vw-pt-\[224px\]{
  padding-top: calc(224 / 19.2 * 1vw);
}
.vw-pt-\[256px\]{
  padding-top: calc(256 / 19.2 * 1vw);
}
.vw-pt-\[280px\]{
  padding-top: calc(280 / 19.2 * 1vw);
}
.vw-pt-\[300px\]{
  padding-top: calc(300 / 19.2 * 1vw);
}
.vw-pt-\[345px\]{
  padding-top: calc(345 / 19.2 * 1vw);
}
.vw-pt-\[45px\]{
  padding-top: calc(45 / 19.2 * 1vw);
}
.vw-px-48{
  padding-left: calc(192 / 19.2 * 1vw);
  padding-right: calc(192 / 19.2 * 1vw);
}
.vw-right-\[102px\]{
  right: calc(102 / 19.2 * 1vw);
}
.vw-right-\[200px\]{
  right: calc(200 / 19.2 * 1vw);
}
.vw-right-\[90px\]{
  right: calc(90 / 19.2 * 1vw);
}
.vw-top-\[144px\]{
  top: calc(144 / 19.2 * 1vw);
}
.vw-top-\[160px\]{
  top: calc(160 / 19.2 * 1vw);
}
.vw-top-\[270px\]{
  top: calc(270 / 19.2 * 1vw);
}
.vw-top-\[397px\]{
  top: calc(397 / 19.2 * 1vw);
}
.vw-top-\[430px\]{
  top: calc(430 / 19.2 * 1vw);
}
.vw-w-\[1064px\]{
  width: calc(1064 / 19.2 * 1vw);
}
.vw-w-\[1200px\]{
  width: calc(1200 / 19.2 * 1vw);
}
.vw-w-\[1280px\]{
  width: calc(1280 / 19.2 * 1vw);
}
.vw-w-\[1325px\]{
  width: calc(1325 / 19.2 * 1vw);
}
.vw-w-\[1409px\]{
  width: calc(1409 / 19.2 * 1vw);
}
.vw-w-\[145px\]{
  width: calc(145 / 19.2 * 1vw);
}
.vw-w-\[151px\]{
  width: calc(151 / 19.2 * 1vw);
}
.vw-w-\[1590px\]{
  width: calc(1590 / 19.2 * 1vw);
}
.vw-w-\[170px\]{
  width: calc(170 / 19.2 * 1vw);
}
.vw-w-\[1777px\]{
  width: calc(1777 / 19.2 * 1vw);
}
.vw-w-\[187px\]{
  width: calc(187 / 19.2 * 1vw);
}
.vw-w-\[202px\]{
  width: calc(202 / 19.2 * 1vw);
}
.vw-w-\[208px\]{
  width: calc(208 / 19.2 * 1vw);
}
.vw-w-\[210px\]{
  width: calc(210 / 19.2 * 1vw);
}
.vw-w-\[228px\]{
  width: calc(228 / 19.2 * 1vw);
}
.vw-w-\[345px\]{
  width: calc(345 / 19.2 * 1vw);
}
.vw-w-\[370px\]{
  width: calc(370 / 19.2 * 1vw);
}
.vw-w-\[375px\]{
  width: calc(375 / 19.2 * 1vw);
}
.vw-w-\[377px\]{
  width: calc(377 / 19.2 * 1vw);
}
.vw-w-\[384px\]{
  width: calc(384 / 19.2 * 1vw);
}
.vw-w-\[417px\]{
  width: calc(417 / 19.2 * 1vw);
}
.vw-w-\[450px\]{
  width: calc(450 / 19.2 * 1vw);
}
.vw-w-\[483px\]{
  width: calc(483 / 19.2 * 1vw);
}
.vw-w-\[485px\]{
  width: calc(485 / 19.2 * 1vw);
}
.vw-w-\[505px\]{
  width: calc(505 / 19.2 * 1vw);
}
.vw-w-\[535px\]{
  width: calc(535 / 19.2 * 1vw);
}
.vw-w-\[552px\]{
  width: calc(552 / 19.2 * 1vw);
}
.vw-w-\[560px\]{
  width: calc(560 / 19.2 * 1vw);
}
.vw-w-\[611px\]{
  width: calc(611 / 19.2 * 1vw);
}
.vw-w-\[633px\]{
  width: calc(633 / 19.2 * 1vw);
}
.vw-w-\[796px\]{
  width: calc(796 / 19.2 * 1vw);
}
.vw-w-\[890px\]{
  width: calc(890 / 19.2 * 1vw);
}
.vw-w-\[894px\]{
  width: calc(894 / 19.2 * 1vw);
}
.vw-w-\[89px\]{
  width: calc(89 / 19.2 * 1vw);
}
.vw-w-\[906px\]{
  width: calc(906 / 19.2 * 1vw);
}
.vw-w-\[90px\]{
  width: calc(90 / 19.2 * 1vw);
}
.vw-w-\[920px\]{
  width: calc(920 / 19.2 * 1vw);
}
.vw-w-\[960px\]{
  width: calc(960 / 19.2 * 1vw);
}
.basic-show.is-show {
    opacity: 1;
    pointer-events: all;
  }
.basic-hover {
    cursor: pointer;
    transition: all 0.3s;
  }
.basic-hover:hover {
    scale: 1.2;
  }
.writing-vertical-lr {
    writing-mode: vertical-lr;
  }
.writing-vertical {
    writing-mode: vertical-rl;
  }
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.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));
  }
.tf-x {
    left: 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));
  }
.tf-y {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.flip-y {
    --tw-rotate-x: 0deg;
    --tw-rotate-y: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.zoom-40 {
    zoom: 0.4;
  }
.zoom-45 {
    zoom: 0.45;
  }
.zoom-50 {
    zoom: 0.5;
  }
.\[clip-path\:circle\(0\%_at_100\%_0\%\)\]{
  clip-path: circle(0% at 100% 0%);
}
.\[hostname\:port\]{
  hostname: port;
}
.\[text-align-last\:center\]{
  -moz-text-align-last: center;
       text-align-last: center;
}
.\[text-orientation\:mixed\]{
  text-orientation: mixed;
}
.\[text-orientation\:upright\]{
  text-orientation: upright;
}
.\[transform\:none\]{
  transform: none;
}
.\[writing-mod\:revert-layer\]{
  writing-mod: revert-layer;
}
.\[writing-mode\:vertical-lr\]{
  writing-mode: vertical-lr;
}
.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}
@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;
}

body {
  interpolate-size: allow-keywords;
  overflow-x: clip;
  --lock: 0px;
}
body.is-lock {
  overflow-y: hidden;
  margin-right: var(--lock);
}
@media (max-width: 900px) {
  body.is-lock {
    margin-right: 0;
    overflow: hidden;
  }
}

.chapter-zh{
  font-family: Noto Serif SC, Noto Serif TC, serif;
  font-weight: 600;
  font-size: 43px;
  line-height: 1;
  color: #4d4d4d;
}

.chapter-en {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  color: #957f6c;
}

.normal-zh {
  font-family: "Noto Sans CJK TC", serif;
  font-size: 17px;
  font-weight: 400;
  color: #9b7336;
}
.normal-zh.bold-600 {
  font-weight: 600;
  color: #666666;
}

.normal-135 {
  font-family: "Noto Sans CJK TC", serif;
  font-size: 13.5px;
  font-weight: 300;
  color: #9b7336;
}

.normal-25 {
  font-family: "Noto Sans CJK TC", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: justify;
  color: #9b7336;
}

.normal-21 {
  font-family: "Source Han Serif TC", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: justify;
  color: #9b7336;
}

.crimson-21 {
  font-family: "Crimson Text", serif;
  font-size: 21px;
  font-weight: 600;
  text-align: justify;
  color: #a47c4a;
}

.crimson-16 {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  color: #a47c4a;
}

.crimson-12 {
  font-family: "Crimson Text", serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #9b7336;
}

.crimson-share {
  font-family: "Crimson Text", serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  color: #9b7336;
}

.normal-15 {
  font-family: "Noto Sans CJK TC", serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: justify;
  color: #666666;
  line-height: 27px;
}
.normal-15.white {
  color: #fff;
}

.number {
  font-family: "Source Han Serif TC", serif;
  font-weight: 600;
  color: #666666;
}

main.news .cataWrap .active {
  background-color: #9b7336;
  color: #fff;
}

input::-moz-placeholder {
  color: #9b7336;
  opacity: 0.5;
  letter-spacing: 1px;
}

input::placeholder {
  color: #9b7336;
  opacity: 0.5;
  letter-spacing: 1px;
}

img {
  box-sizing: border-box;
}

.loction-word {
  color: #ddb47f;
}

.page span {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  color: #9b7336;
}
.page span::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -7px;
  background-color: #9b7336;
  opacity: 0;
}
.page .active::after {
  opacity: 1;
}

.article-title {
  font-size: 25px;
  font-weight: 500;
  font-family: "Noto Sans CJK TC", serif;
  line-height: 34px;
  color: #9b7336;
}

.article-subtitle {
  position: relative;
  font-size: 23px;
  font-weight: 700;
  font-family: "Source Han Serif TC", serif;
  padding-left: 15px;
}
.article-subtitle::after {
  content: "";
  width: 3px;
  height: 70%;
  display: block;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background-color: #9b7336;
}

.article-date {
  font-size: 38px;
  font-weight: 500;
  font-family: "Crimson Text", serif;
  line-height: 58px;
  letter-spacing: 1px;
  color: #9b7336;
}

.article-year {
  font-size: 16px;
  color: #9b7336;
  font-family: "Crimson Text", serif;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 500;
}

.store-line {
  position: relative;
}

@keyframes logo-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-logo-rotate {
  animation-name: logo-rotate;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.section-mask {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none; /* 確保遮罩不會攔截滑鼠事件 */
}

/* 自定義淡入動畫 */
@keyframes custom-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.custom-fade-in {
  animation: custom-fade-in 0.8s ease-in-out forwards;
}

.transWrap {
  overflow: hidden;
  position: relative;
  width: 1170px;
  height: 980px;
}
.transWrap #transList {
  position: absolute;
  overflow: hidden;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.transWrap #transList #index-sliderList {
  width: 100%;
  height: 100%;
}

.about-scroll-top {
  animation: scroll-up 30s linear infinite;
}

.about-scroll-bottom {
  animation: scroll-down 30s linear infinite;
}

.index-scroll-right {
  animation: scroll-right 20s linear infinite;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.culture_text {
  -webkit-mask-image: linear-gradient(45deg, transparent 0%, transparent 40%, #fff 60%, #fff 100%);
          mask-image: linear-gradient(45deg, transparent 0%, transparent 40%, #fff 60%, #fff 100%);
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-size: 900% 100%;
          mask-size: 900% 100%;
}

#hori-6 a .place-content-center {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#hori-6 a:hover .place-content-center {
  transform: scale(1.1);
}

.hori-4_prev circle,
.hori-4_prev polyline {
  transition: fill 0.6s;
}

.hori-4_next circle,
.hori-4_next polyline {
  transition: fill 0.6s;
}

.hori-4_prev:hover circle,
.hori-4_prev:hover polyline {
  fill: #9b7336;
}

.hori-4_prev:hover circle {
  stroke: transparent;
}

.hori-4_next:hover circle {
  stroke: transparent;
}

.hori-4_next:hover circle,
.hori-4_next:hover polyline {
  fill: #9b7336;
}

.m-h2-ch{
  font-family: Noto Serif SC, Noto Serif TC, serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

@media (max-width: 1200px){
  .m-h2-ch{
    font-size: 38px;
  }
}

.m-h2-en{
  font-family: Crimson Text, sans-serif;
  font-size: 27px;
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}

@media (max-width: 1200px) {
  section.News_content nav a .m-h2-en div {
    font-size: 10px;
  }
  .m-h2-en{
    font-size: 27px;
  }
}

.m-h4-en{
  font-family: Crimson Text, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}

@media (max-width: 1200px) {
  section.News_content nav a .m-h4-en div {
    font-size: 10px;
  }
}

.m-slogan{
  font-family: Noto Serif SC, Noto Serif TC, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 9px;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
    writing-mode: vertical-rl;
}

@media (max-width: 1200px){
  .m-slogan{
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 6px;
  }
}

.m-slogan-flag{
  position: absolute;
  top: -1.75rem;
  left: -1rem;
  opacity: 0;
  transition-delay: 500ms;
  transition-duration: 500ms;
}

.group.is-enter .m-slogan-flag{
  opacity: 1;
}

@media (max-width: 1200px){
  .m-slogan-flag{
    left: -1.25rem;
    zoom: 0.9;
  }
}

.m-culture-ch{
  font-family: Noto Serif SC, Noto Serif TC, serif;
  font-size: 33px;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
    writing-mode: vertical-rl;
}

.m-culture-en{
  margin-top: 1rem;
  font-family: Crimson Text, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
    writing-mode: vertical-rl;
}

@media (max-width: 1200px) {
  section.News_content nav a .m-culture-en div {
    font-size: 10px;
  }
}

.m-culture-content{
  margin-left: 1.75rem;
  height: 650px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 6px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
    writing-mode: vertical-lr;
}

.ryder-mask {
  --zz: -1;
  position: relative;
  z-index: var(--zz);
  -webkit-mask-image: linear-gradient(0deg, #fff 0, #fff 30%, transparent 70%, transparent 100%);
          mask-image: linear-gradient(0deg, #fff 0, #fff 30%, transparent 70%, transparent 100%);
  -webkit-mask-position: 50% 0%;
          mask-position: 50% 0%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
}
.ryder-mask.is-enter {
  -webkit-mask-position: 50% 100%;
          mask-position: 50% 100%;
  transition: -webkit-mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1), -webkit-mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1);
}

.ab-mask {
  -webkit-mask-image: linear-gradient(0deg, #fff 0, #fff 30%, transparent 70%, transparent 100%);
          mask-image: linear-gradient(0deg, #fff 0, #fff 30%, transparent 70%, transparent 100%);
  -webkit-mask-position: 50% 0%;
          mask-position: 50% 0%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
}
.ab-mask.is-enter {
  -webkit-mask-position: 50% 100%;
          mask-position: 50% 100%;
}

.enter-mask {
  -webkit-mask-image: linear-gradient(45deg, transparent 0%, transparent 40%, #fff 60%, #fff 100%);
          mask-image: linear-gradient(45deg, transparent 0%, transparent 40%, #fff 60%, #fff 100%);
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

.slogan-mask, .m-slogan {
  -webkit-mask-image: linear-gradient(45deg, transparent 0%, transparent 40%, #fff 60%, #fff 100%);
          mask-image: linear-gradient(45deg, transparent 0%, transparent 40%, #fff 60%, #fff 100%);
  -webkit-mask-position: 0% 50%;
          mask-position: 0% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
  transition: -webkit-mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition: mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1), -webkit-mask-position 3s cubic-bezier(0.115, 0.405, 0.24, 1);
}
.slogan-mask.is-enter, .is-enter.m-slogan {
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
}

.group.is-enter .slogan-mask, .group.is-enter .m-slogan {
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
}

.animate-scroll {
  animation: ScrollnavigateAnimation 4s infinite cubic-bezier(0.77, 0, 0.18, 1);
}

@keyframes ScrollnavigateAnimation {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
.msg-box-box {
  position: relative;
  width: 100%;
  max-width: 865px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 667px) {
  .msg-box-box {
    margin-left: 15px;
  }
}

.msg-top,
.msg-bottom {
  width: 100%;
  display: block;
}

.msg-mid {
  background: #fff;
  padding: 40px 80px 40px 40px;
  border-radius: 25px 25px 25px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 839px;
  transition: border-radius 0.3s ease;
}
@media (max-width: 667px) {
  .msg-mid {
    padding: 15px 45px 15px 20px;
    border-radius: 15px 15px 15px 0px;
  }
}

.msg-mid .title {
  line-height: 1.6;
  color: #4d4d4d;
  font-size: 24px;
  max-height: 200px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.3s ease;
}
@media (max-width: 667px) {
  .msg-mid .title {
    font-size: 16px;
  }
}

.msg-box .content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, opacity 0.3s ease;
}

.msg-box .content .content-text {
  line-height: 1.6;
  color: #4d4d4d;
  font-size: 18px;
  letter-spacing: 3px;
}
@media (max-width: 667px) {
  .msg-box .content .content-text {
    font-size: 16px;
  }
}

.msg-box .content .msg-mid {
  border-radius: 25px 25px 0px 25px;
}

.msg-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 30px;
}
@media (max-width: 667px) {
  .msg-icon {
    right: 15px;
    bottom: 10px;
    top: unset;
  }
}

.msg-icon svg {
  width: 100%;
  height: 100%;
}

.msg-box .right-img {
  transform: scale(0.8);
  opacity: 0;
}
@media (max-width: 667px) {
  .msg-box .right-img {
    width: 38px;
    position: absolute;
    right: 3px;
    bottom: 20px;
  }
  .msg-box .right {
    margin-right: 20px;
  }
}

.msg-box .left-img {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 667px) {
  .msg-box .left-img {
    width: 38px;
    position: absolute;
    bottom: 23px;
  }
}

.msg-box .right-img,
.msg-box .left-img {
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
}

.msg-box.active .right-img {
  transform: scale(1);
  opacity: 1;
}

.msg-box.active .content {
  max-height: 600px;
  opacity: 1;
}
@media (max-width: 667px) {
  .msg-box.active .content {
    position: relative;
  }
}

.msg-icon .path-2 {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.6s ease;
}

@media (max-width: 667px) {
  #exp-reserve-card.expanded .expanded-btn,
  #exp-reserve-card-2.expanded .expanded-btn,
  #exp-reserve-card-3.expanded .expanded-btn,
  #exp-reserve-card-4.expanded .expanded-btn {
    display: flex;
    opacity: 1;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 80px;
    padding: 2px;
  }
}
.cataBox ul li.active > img:first-of-type {
  transform: translateX(-50%) translateY(100%) !important;
  opacity: 0 !important;
}
.cataBox ul li.active > img:nth-of-type(2) {
  transform: translateX(-50%) translateY(0) !important;
  opacity: 1 !important;
}
.cataBox ul li.active > span:first-of-type {
  transform: translateX(-50%) translateY(100%) !important;
  opacity: 0 !important;
}
.cataBox ul li.active > span:nth-of-type(2) {
  transform: translateX(-50%) translateY(0) !important;
  opacity: 1 !important;
}

.location-btn.active {
  background-color: #9b7336;
}
.location-btn.active h5 {
  color: white;
  font-family: Noto Serif SC, Noto Serif TC, serif;
}
.location-btn.active span {
  max-width: 100px;
  opacity: 1;
}

.img_wfull img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_wfull a {
  color: #9b7336;
}

.arrowLoop {
  overflow: visible;
}

.arrowLoop .shaft,
.arrowLoop .chev {
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrowLoop .shaft {
  transform-box: fill-box;
  transform-origin: center;
  animation: shaftGrow 1.2s ease-in-out infinite;
}

@keyframes shaftGrow {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.1);
  }
  100% {
    transform: scaleX(1);
  }
}
.arrowLoop .chev.left {
  animation: nudgeL 1.2s ease-in-out infinite;
  transform-origin: 40px 64px;
}

.arrowLoop .chev.right {
  animation: nudgeR 1.2s ease-in-out infinite;
  transform-origin: 87px 64px;
}

@keyframes nudgeL {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.9;
  }
  50% {
    transform: translateX(-3px);
    opacity: 1;
  }
}
@keyframes nudgeR {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.9;
  }
  50% {
    transform: translateX(3px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .arrowLoop .shaft,
  .arrowLoop .chev {
    animation: none;
  }
}
.\*\:col-start-1 > *{
  grid-column-start: 1;
}
.\*\:row-start-1 > *{
  grid-row-start: 1;
}
.placeholder\:tracking-wide::-moz-placeholder{
  letter-spacing: 3px;
}
.placeholder\:tracking-wide::placeholder{
  letter-spacing: 3px;
}
.placeholder\:tracking-widest::-moz-placeholder{
  letter-spacing: 9px;
}
.placeholder\:tracking-widest::placeholder{
  letter-spacing: 9px;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-\[-15px\]::before{
  content: var(--tw-content);
  left: -15px;
}
.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:h-\[100\%\]::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[1px\]::before{
  content: var(--tw-content);
  width: 1px;
}
.before\:translate-y-\[-50\%\]::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:bg-\[\#cba671\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(203 166 113 / var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:right-\[-15px\]::after{
  content: var(--tw-content);
  right: -15px;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:h-\[100\%\]::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}
.after\:translate-y-\[-50\%\]::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-\[\#cba671\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(203 166 113 / var(--tw-bg-opacity, 1));
}
.after\:\!text-\[20px\]::after{
  content: var(--tw-content);
  font-size: 20px !important;
}
.after\:\!text-\[30px\]::after{
  content: var(--tw-content);
  font-size: 30px !important;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:flex-\[2\.2_1_0\]:hover{
  flex: 2.2 1 0;
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[105\%\]:hover{
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#333\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#9B7336\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f9f3ef\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ffffff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(162 113 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:\!text-\[\#9B7336\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-\[\#A47C4A\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(164 124 74 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#9B7336\]:hover{
  --tw-text-opacity: 1;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#9b7336\]:hover{
  --tw-text-opacity: 1;
  color: rgb(155 115 54 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-400:hover{
  --tw-text-opacity: 1;
  color: rgb(162 113 39 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:\[animation-play-state\:paused\]:hover{
  animation-play-state: paused;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:left-\[193px\]{
  left: 193px;
}
.group:hover .group-hover\:top-0{
  top: 0px;
}
.group:hover .group-hover\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:inline-block{
  display: inline-block;
}
.group:hover .group-hover\:hidden{
  display: none;
}
.group:hover .group-hover\:h-\[25px\]{
  height: 25px;
}
.group:hover .group-hover\:h-auto{
  height: auto;
}
.group:hover .group-hover\:max-h-\[240px\]{
  max-height: 240px;
}
.group:hover .group-hover\:min-w-\[100px\]{
  min-width: 100px;
}
.group:hover .group-hover\:-translate-y-3{
  --tw-translate-y: -0.75rem;
  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-\[2px\]{
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-3{
  --tw-translate-x: 0.75rem;
  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-x-\[2px\]{
  --tw-translate-x: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[110\%\]{
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  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\:rounded-\[20px\]{
  border-radius: 20px;
}
.group:hover .group-hover\:rounded-\[40px\]{
  border-radius: 40px;
}
.group:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.group\/a:hover .group-hover\/a\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#957F6C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 127 108 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#9B7336\]{
  --tw-bg-opacity: 1;
  background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#9b7336\]{
  --tw-bg-opacity: 1;
  background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[\#a47c4a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(164 124 74 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(162 113 39 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:fill-\[\#A47C4A\]{
  fill: #A47C4A;
}
.group:hover .group-hover\:font-serif{
  font-family: Noto Serif SC, Noto Serif TC, serif;
}
.group\/a:hover .group-hover\/a\:font-\[600\]{
  font-weight: 600;
}
.group:hover .group-hover\:tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.group\/a:hover .group-hover\/a\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}
.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}
.group:hover .group-hover\:delay-\[1000ms\]{
  transition-delay: 1000ms;
}
.group.current .group-\[\&\.current\]\:-top-3{
  top: -0.75rem;
}
.group.current .group-\[\&\.current\]\:top-6{
  top: 1.5rem;
}
.group.current .group-\[\.current\]\:z-20{
  z-index: 20;
}
.group.is-white .group-\[\.is-white\]\:block{
  display: block;
}
.group.is-white .group-\[\.is-white\]\:hidden{
  display: none;
}
.group.current .group-\[\.current\]\:w-auto{
  width: auto;
}
.group.current .group-\[\.current\]\:translate-x-\[-100px\]{
  --tw-translate-x: -100px;
  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.current .group-\[\.current\]\:translate-x-\[104px\]{
  --tw-translate-x: 104px;
  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.is-show .group-\[\&\.is-show\]\:rotate-\[90deg\]{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.current .group-\[\.current\]\:rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.is-active .group-\[\.is-active\]\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.current .group-\[\.current\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.group.is-show .group-\[\&\.is-show\]\:bg-\[\#957F6C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 127 108 / var(--tw-bg-opacity, 1));
}
.group.is-show .group-\[\&\.is-show\]\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group.current .group-\[\.current\]\:bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(149 127 108 / var(--tw-bg-opacity, 1));
}
.group.current .group-\[\.current\]\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group.current .group-\[\&\.current\]\:fill-\[\#9B7336\]{
  fill: #9B7336;
}
.group.current .group-\[\&\.current\]\:fill-\[\#A47C4A\]{
  fill: #A47C4A;
}
.group.current .group-\[\&\.current\]\:fill-\[\#ADADAD\]{
  fill: #ADADAD;
}
.group.current .group-\[\&\.current\]\:fill-white{
  fill: #fff;
}
.group.current .group-\[\.current\]\:fill-\[\#9b7336\]{
  fill: #9b7336;
}
.group.current .group-\[\.current\]\:fill-\[\#A47C4A\]{
  fill: #A47C4A;
}
.group.current .group-\[\.current\]\:fill-gray-200{
  fill: #adadad;
}
.group.current .group-\[\.current\]\:fill-gray-500{
  fill: #514e4d;
}
.group.current .group-\[\.current\]\:fill-white{
  fill: #fff;
}
.group.current .group-\[\&\.current\]\:text-\[98px\]{
  font-size: 98px;
}
.group.current .group-\[\&\.current\]\:text-\[\#957F6C\]{
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}
.group.current .group-\[\&\.current\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group.current .group-\[\.current\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group.is-active .group-\[\.is-active\]\:text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(149 127 108 / var(--tw-text-opacity, 1));
}
.group.current .group-\[\&\.current\]\:opacity-100{
  opacity: 1;
}
.group.current .group-\[\.current\]\:opacity-0{
  opacity: 0;
}
.group.current .group-\[\.current\]\:opacity-100{
  opacity: 1;
}
.group.has-border .group-\[\.has-border\]\:opacity-100{
  opacity: 1;
}
.group.is-active .group-\[\.is-active\]\:opacity-100{
  opacity: 1;
}
.group.is-selected .group-\[\.is-selected\]\:opacity-100{
  opacity: 1;
}
.group.current .group-\[\.current\]\:flip-y {
    --tw-rotate-x: 0deg;
    --tw-rotate-y: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
.group[data-active="true"] .group-data-\[active\=true\]\:max-h-\[240px\]{
  max-height: 240px;
}
.group[data-active="true"] .group-data-\[active\=true\]\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-active="true"] .group-data-\[active\=true\]\:opacity-100{
  opacity: 1;
}
@media (min-width: 1201px) and (max-width: 1700px){
  .xl\:bottom-10{
    bottom: 2.5rem;
  }
  .xl\:left-20{
    left: 5rem;
  }
  .xl\:left-\[-105px\]{
    left: -105px;
  }
  .xl\:left-\[100px\]{
    left: 100px;
  }
  .xl\:right-9{
    right: 2.25rem;
  }
  .xl\:right-\[-105px\]{
    right: -105px;
  }
  .xl\:ml-8{
    margin-left: 2rem;
  }
  .xl\:mr-\[168px\]{
    margin-right: 168px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-16{
    margin-top: 4rem;
  }
  .xl\:mt-32{
    margin-top: 8rem;
  }
  .xl\:mt-5{
    margin-top: 1.25rem;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:h-\[220px\]{
    height: 220px;
  }
  .xl\:h-\[54px\]{
    height: 54px;
  }
  .xl\:h-\[600px\]{
    height: 600px;
  }
  .xl\:h-\[810px\]{
    height: 810px;
  }
  .xl\:w-\[1335px\]{
    width: 1335px;
  }
  .xl\:w-\[380px\]{
    width: 380px;
  }
  .xl\:origin-top{
    transform-origin: top;
  }
  .xl\:scale-\[0\.78\]{
    --tw-scale-x: 0.78;
    --tw-scale-y: 0.78;
    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\:grid-cols-\[repeat\(3\2c auto\)\]{
    grid-template-columns: repeat(3,auto);
  }
  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:pl-16{
    padding-left: 4rem;
  }
  .xl\:pl-\[10vw\]{
    padding-left: 10vw;
  }
  .xl\:pt-12{
    padding-top: 3rem;
  }
  .xl\:pt-\[12vh\]{
    padding-top: 12vh;
  }
  .xl\:vw-basis-\[300px\]{
    flex-basis: calc(300 / 19.2 * 1vw);
  }
  .xl\:vw-left-\[200px\]{
    left: calc(200 / 19.2 * 1vw);
  }
  .xl\:zoom-\[0\.9\]{
    zoom: 0.9;
  }
  .xl\:zoom-80 {
    zoom: 0.8;
  }
}
@media (max-width: 1440px){
  .lg2\:\!bottom-\[14\%\]{
    bottom: 14% !important;
  }
  .lg2\:bottom-\[35\%\]{
    bottom: 35%;
  }
  .lg2\:top-\[150px\]{
    top: 150px;
  }
  .lg2\:top-\[60\%\]{
    top: 60%;
  }
  .lg2\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .lg2\:ml-0{
    margin-left: 0px;
  }
  .lg2\:mt-0{
    margin-top: 0px;
  }
  .lg2\:mt-\[30px\]{
    margin-top: 30px;
  }
  .lg2\:h-\[195px\]{
    height: 195px;
  }
  .lg2\:h-\[40vh\]{
    height: 40vh;
  }
  .lg2\:h-\[450px\]{
    height: 450px;
  }
  .lg2\:h-\[490px\]{
    height: 490px;
  }
  .lg2\:h-\[570px\]{
    height: 570px;
  }
  .lg2\:w-\[630px\]{
    width: 630px;
  }
  .lg2\:w-\[810px\]{
    width: 810px;
  }
  .lg2\:w-\[90\%\]{
    width: 90%;
  }
  .lg2\:max-w-\[630px\]{
    max-width: 630px;
  }
  .lg2\:overflow-hidden{
    overflow: hidden;
  }
  .lg2\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg2\:pl-\[60px\]{
    padding-left: 60px;
  }
  .lg2\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg2\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg2\:text-\[16px\]{
    font-size: 16px;
  }
  .lg2\:leading-\[30px\]{
    line-height: 30px;
  }
}
@media (max-width: 1200px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:-bottom-9{
    bottom: -2.25rem;
  }
  .lg\:-left-3\.5{
    left: -0.875rem;
  }
  .lg\:-top-2{
    top: -0.5rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-16{
    bottom: 4rem;
  }
  .lg\:bottom-6{
    bottom: 1.5rem;
  }
  .lg\:bottom-\[-6\%\]{
    bottom: -6%;
  }
  .lg\:bottom-\[16\%\]{
    bottom: 16%;
  }
  .lg\:bottom-\[20\%\]{
    bottom: 20%;
  }
  .lg\:bottom-\[24\%\]{
    bottom: 24%;
  }
  .lg\:bottom-\[25\%\]{
    bottom: 25%;
  }
  .lg\:bottom-\[28\%\]{
    bottom: 28%;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:left-\[100px\]{
    left: 100px;
  }
  .lg\:left-\[15px\]{
    left: 15px;
  }
  .lg\:left-\[25px\]{
    left: 25px;
  }
  .lg\:left-\[28px\]{
    left: 28px;
  }
  .lg\:left-\[3\%\]{
    left: 3%;
  }
  .lg\:left-\[30\%\]{
    left: 30%;
  }
  .lg\:left-\[35\%\]{
    left: 35%;
  }
  .lg\:left-\[4\%\]{
    left: 4%;
  }
  .lg\:left-\[40\%\]{
    left: 40%;
  }
  .lg\:left-\[505px\]{
    left: 505px;
  }
  .lg\:left-\[unset\]{
    left: unset;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-1\/2{
    right: 50%;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:right-\[-135px\]{
    right: -135px;
  }
  .lg\:right-\[-20px\]{
    right: -20px;
  }
  .lg\:right-\[-55px\]{
    right: -55px;
  }
  .lg\:right-\[100px\]{
    right: 100px;
  }
  .lg\:right-\[20px\]{
    right: 20px;
  }
  .lg\:right-\[3\%\]{
    right: 3%;
  }
  .lg\:right-\[4\%\]{
    right: 4%;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-1{
    top: 0.25rem;
  }
  .lg\:top-3{
    top: 0.75rem;
  }
  .lg\:top-4{
    top: 1rem;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:top-\[-170px\]{
    top: -170px;
  }
  .lg\:top-\[-20px\]{
    top: -20px;
  }
  .lg\:top-\[114px\]{
    top: 114px;
  }
  .lg\:top-\[18\%\]{
    top: 18%;
  }
  .lg\:top-\[20\%\]{
    top: 20%;
  }
  .lg\:top-\[25\%\]{
    top: 25%;
  }
  .lg\:top-\[2px\]{
    top: 2px;
  }
  .lg\:top-\[40\%\]{
    top: 40%;
  }
  .lg\:top-\[450px\]{
    top: 450px;
  }
  .lg\:top-\[470px\]{
    top: 470px;
  }
  .lg\:top-\[5\%\]{
    top: 5%;
  }
  .lg\:top-\[50\%\]{
    top: 50%;
  }
  .lg\:top-\[65px\]{
    top: 65px;
  }
  .lg\:top-\[8\%\]{
    top: 8%;
  }
  .lg\:top-\[unset\]{
    top: unset;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:m-auto{
    margin: auto;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-\[5px\]{
    margin-left: 5px;
    margin-right: 5px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg\:my-\[25px\]{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lg\:my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg\:\!mt-0{
    margin-top: 0px !important;
  }
  .lg\:\!mt-3{
    margin-top: 0.75rem !important;
  }
  .lg\:-mr-10{
    margin-right: -2.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mb-\[-25px\]{
    margin-bottom: -25px;
  }
  .lg\:mb-\[0px\]{
    margin-bottom: 0px;
  }
  .lg\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .lg\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .lg\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .lg\:mb-\[45px\]{
    margin-bottom: 45px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:ml-\[15px\]{
    margin-left: 15px;
  }
  .lg\:ml-\[275px\]{
    margin-left: 275px;
  }
  .lg\:ml-\[31\%\]{
    margin-left: 31%;
  }
  .lg\:ml-\[9px\]{
    margin-left: 9px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:mt-\[-14\%\]{
    margin-top: -14%;
  }
  .lg\:mt-\[-20px\]{
    margin-top: -20px;
  }
  .lg\:mt-\[-62px\]{
    margin-top: -62px;
  }
  .lg\:mt-\[0px\]{
    margin-top: 0px;
  }
  .lg\:mt-\[100px\]{
    margin-top: 100px;
  }
  .lg\:mt-\[10px\]{
    margin-top: 10px;
  }
  .lg\:mt-\[15px\]{
    margin-top: 15px;
  }
  .lg\:mt-\[25px\]{
    margin-top: 25px;
  }
  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }
  .lg\:mt-\[34px\]{
    margin-top: 34px;
  }
  .lg\:mt-\[40px\]{
    margin-top: 40px;
  }
  .lg\:mt-\[55px\]{
    margin-top: 55px;
  }
  .lg\:mt-\[5px\]{
    margin-top: 5px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }
  .lg\:mt-\[90px\]{
    margin-top: 90px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:table{
    display: table;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:\!hidden{
    display: none !important;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[355\/231\]{
    aspect-ratio: 355/231;
  }
  .lg\:aspect-\[375\/382\]{
    aspect-ratio: 375/382;
  }
  .lg\:size-\[70px\]{
    width: 70px;
    height: 70px;
  }
  .lg\:\!h-\[100vh\]{
    height: 100vh !important;
  }
  .lg\:\!h-\[14000\%\]{
    height: 14000% !important;
  }
  .lg\:\!h-\[unset\]{
    height: unset !important;
  }
  .lg\:\!h-auto{
    height: auto !important;
  }
  .lg\:h-0{
    height: 0px;
  }
  .lg\:h-\[100\%\]{
    height: 100%;
  }
  .lg\:h-\[1000px\]{
    height: 1000px;
  }
  .lg\:h-\[100px\]{
    height: 100px;
  }
  .lg\:h-\[100vh\]{
    height: 100vh;
  }
  .lg\:h-\[1200px\]{
    height: 1200px;
  }
  .lg\:h-\[123px\]{
    height: 123px;
  }
  .lg\:h-\[12px\]{
    height: 12px;
  }
  .lg\:h-\[130px\]{
    height: 130px;
  }
  .lg\:h-\[15\%\]{
    height: 15%;
  }
  .lg\:h-\[1500px\]{
    height: 1500px;
  }
  .lg\:h-\[15px\]{
    height: 15px;
  }
  .lg\:h-\[16px\]{
    height: 16px;
  }
  .lg\:h-\[18px\]{
    height: 18px;
  }
  .lg\:h-\[195px\]{
    height: 195px;
  }
  .lg\:h-\[200px\]{
    height: 200px;
  }
  .lg\:h-\[255px\]{
    height: 255px;
  }
  .lg\:h-\[2900px\]{
    height: 2900px;
  }
  .lg\:h-\[30vh\]{
    height: 30vh;
  }
  .lg\:h-\[310px\]{
    height: 310px;
  }
  .lg\:h-\[350px\]{
    height: 350px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:h-\[40px\]{
    height: 40px;
  }
  .lg\:h-\[430px\]{
    height: 430px;
  }
  .lg\:h-\[440px\]{
    height: 440px;
  }
  .lg\:h-\[45\%\]{
    height: 45%;
  }
  .lg\:h-\[46\.5\%\]{
    height: 46.5%;
  }
  .lg\:h-\[50\%\]{
    height: 50%;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[51px\]{
    height: 51px;
  }
  .lg\:h-\[52px\]{
    height: 52px;
  }
  .lg\:h-\[600px\]{
    height: 600px;
  }
  .lg\:h-\[62px\]{
    height: 62px;
  }
  .lg\:h-\[63px\]{
    height: 63px;
  }
  .lg\:h-\[640px\]{
    height: 640px;
  }
  .lg\:h-\[64px\]{
    height: 64px;
  }
  .lg\:h-\[70\%\]{
    height: 70%;
  }
  .lg\:h-\[750px\]{
    height: 750px;
  }
  .lg\:h-\[78vw\]{
    height: 78vw;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-\[80vh\]{
    height: 80vh;
  }
  .lg\:h-\[83\.7333333333vw\]{
    height: 83.7333333333vw;
  }
  .lg\:h-\[870px\]{
    height: 870px;
  }
  .lg\:h-\[unset\]{
    height: unset;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-px{
    height: 1px;
  }
  .lg\:max-h-0{
    max-height: 0px;
  }
  .lg\:max-h-\[100vh\]{
    max-height: 100vh;
  }
  .lg\:max-h-\[30px\]{
    max-height: 30px;
  }
  .lg\:\!w-\[fit-content\]{
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .lg\:\!w-full{
    width: 100% !important;
  }
  .lg\:w-\[0px\]{
    width: 0px;
  }
  .lg\:w-\[10\%\]{
    width: 10%;
  }
  .lg\:w-\[100\%\]{
    width: 100%;
  }
  .lg\:w-\[100px\]{
    width: 100px;
  }
  .lg\:w-\[102px\]{
    width: 102px;
  }
  .lg\:w-\[103px\]{
    width: 103px;
  }
  .lg\:w-\[114px\]{
    width: 114px;
  }
  .lg\:w-\[12px\]{
    width: 12px;
  }
  .lg\:w-\[150px\]{
    width: 150px;
  }
  .lg\:w-\[160px\]{
    width: 160px;
  }
  .lg\:w-\[161px\]{
    width: 161px;
  }
  .lg\:w-\[162px\]{
    width: 162px;
  }
  .lg\:w-\[17px\]{
    width: 17px;
  }
  .lg\:w-\[18px\]{
    width: 18px;
  }
  .lg\:w-\[20px\]{
    width: 20px;
  }
  .lg\:w-\[224px\]{
    width: 224px;
  }
  .lg\:w-\[22px\]{
    width: 22px;
  }
  .lg\:w-\[23px\]{
    width: 23px;
  }
  .lg\:w-\[25\%\]{
    width: 25%;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[30px\]{
    width: 30px;
  }
  .lg\:w-\[33px\]{
    width: 33px;
  }
  .lg\:w-\[340px\]{
    width: 340px;
  }
  .lg\:w-\[35px\]{
    width: 35px;
  }
  .lg\:w-\[370px\]{
    width: 370px;
  }
  .lg\:w-\[436px\]{
    width: 436px;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[485px\]{
    width: 485px;
  }
  .lg\:w-\[500px\]{
    width: 500px;
  }
  .lg\:w-\[51px\]{
    width: 51px;
  }
  .lg\:w-\[54px\]{
    width: 54px;
  }
  .lg\:w-\[55px\]{
    width: 55px;
  }
  .lg\:w-\[560px\]{
    width: 560px;
  }
  .lg\:w-\[58px\]{
    width: 58px;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[67px\]{
    width: 67px;
  }
  .lg\:w-\[68px\]{
    width: 68px;
  }
  .lg\:w-\[7\%\]{
    width: 7%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[72px\]{
    width: 72px;
  }
  .lg\:w-\[75\%\]{
    width: 75%;
  }
  .lg\:w-\[750px\]{
    width: 750px;
  }
  .lg\:w-\[752px\]{
    width: 752px;
  }
  .lg\:w-\[765px\]{
    width: 765px;
  }
  .lg\:w-\[78px\]{
    width: 78px;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-\[80vw\]{
    width: 80vw;
  }
  .lg\:w-\[85\%\]{
    width: 85%;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-\[fit-content\]{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[400px\]{
    min-width: 400px;
  }
  .lg\:min-w-\[unset\]{
    min-width: unset;
  }
  .lg\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .lg\:max-w-\[245px\]{
    max-width: 245px;
  }
  .lg\:max-w-\[54px\]{
    max-width: 54px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .lg\:max-w-\[unset\]{
    max-width: unset;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:basis-0{
    flex-basis: 0px;
  }
  .lg\:\!translate-y-\[35\%\]{
    --tw-translate-y: 35% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\: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));
  }
  .lg\: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));
  }
  .lg\:rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-\[unset\]{
    --tw-rotate: unset;
    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));
  }
  .lg\:scale-\[0\.34\]{
    --tw-scale-x: 0.34;
    --tw-scale-y: 0.34;
    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));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-\[100px\]{
    gap: 100px;
  }
  .lg\:gap-\[10px\]{
    gap: 10px;
  }
  .lg\:gap-\[15px\]{
    gap: 15px;
  }
  .lg\:gap-\[25px\]{
    gap: 25px;
  }
  .lg\:gap-\[30px\]{
    gap: 30px;
  }
  .lg\:gap-\[45px\]{
    gap: 45px;
  }
  .lg\:gap-\[55px\]{
    gap: 55px;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }
  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:divide-\[\#9b7336\] > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(155 115 54 / var(--tw-divide-opacity, 1));
  }
  .lg\:self-end{
    align-self: flex-end;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .lg\:rounded-\[0px\]{
    border-radius: 0px;
  }
  .lg\:rounded-\[18px\]{
    border-radius: 18px;
  }
  .lg\:rounded-\[8px\]{
    border-radius: 8px;
  }
  .lg\:rounded-md{
    border-radius: 14px;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:border-0{
    border-width: 0px;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-b-0{
    border-bottom-width: 0px;
  }
  .lg\:border-b-\[\#CBA671\]{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 166 113 / var(--tw-border-opacity, 1));
  }
  .lg\:bg-\[\#F9EEE4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 238 228 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-\[\#F9F3EF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 243 239 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-\[\#f9ede363\]{
    background-color: #f9ede363;
  }
  .lg\:bg-\[transparent\]{
    background-color: transparent;
  }
  .lg\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgb(162 113 39 / var(--tw-bg-opacity, 1));
  }
  .lg\:bg-\[linear-gradient\(180deg\2c _\#f9eee4_0\%\2c _\#ffffff_15\%\)\]{
    background-image: linear-gradient(180deg, #f9eee4 0%, #ffffff 15%);
  }
  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-2{
    padding: 0.5rem;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[41px\]{
    padding-left: 41px;
    padding-right: 41px;
  }
  .lg\:px-\[45px\]{
    padding-left: 45px;
    padding-right: 45px;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[27px\]{
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .lg\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:\!pb-4{
    padding-bottom: 1rem !important;
  }
  .lg\:\!pt-\[95px\]{
    padding-top: 95px !important;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pb-\[0px\]{
    padding-bottom: 0px;
  }
  .lg\:pb-\[15\%\]{
    padding-bottom: 15%;
  }
  .lg\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .lg\:pb-\[25px\]{
    padding-bottom: 25px;
  }
  .lg\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .lg\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .lg\:pb-\[54px\]{
    padding-bottom: 54px;
  }
  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-2{
    padding-top: 0.5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-\[0px\]{
    padding-top: 0px;
  }
  .lg\:pt-\[10px\]{
    padding-top: 10px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[25px\]{
    padding-top: 25px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[45px\]{
    padding-top: 45px;
  }
  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:pt-\[58px\]{
    padding-top: 58px;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:font-sans{
    font-family: Noto Sans TC, sans-serif;
  }
  .lg\:font-serif{
    font-family: Noto Serif SC, Noto Serif TC, serif;
  }
  .lg\:\!text-\[14px\]{
    font-size: 14px !important;
  }
  .lg\:\!text-\[24px\]{
    font-size: 24px !important;
  }
  .lg\:\!text-\[26px\]{
    font-size: 26px !important;
  }
  .lg\:\!text-base{
    font-size: 16px !important;
  }
  .lg\:\!text-sm{
    font-size: 14px !important;
  }
  .lg\:text-\[10px\]{
    font-size: 10px;
  }
  .lg\:text-\[12px\]{
    font-size: 12px;
  }
  .lg\:text-\[14\.5px\]{
    font-size: 14.5px;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[30px\]{
    font-size: 30px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[35px\]{
    font-size: 35px;
  }
  .lg\:text-\[39px\]{
    font-size: 39px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[41px\]{
    font-size: 41px;
  }
  .lg\:text-\[53px\]{
    font-size: 53px;
  }
  .lg\:text-\[55px\]{
    font-size: 55px;
  }
  .lg\:text-\[56px\]{
    font-size: 56px;
  }
  .lg\:text-base{
    font-size: 16px;
  }
  .lg\:text-lg{
    font-size: 18px;
  }
  .lg\:text-sm{
    font-size: 14px;
  }
  .lg\:text-xl{
    font-size: 20px;
  }
  .lg\:text-xs{
    font-size: 12px;
  }
  .lg\:font-\[500\]{
    font-weight: 500;
  }
  .lg\:font-medium{
    font-weight: 500;
  }
  .lg\:font-normal{
    font-weight: 400;
  }
  .lg\:font-semibold{
    font-weight: 600;
  }
  .lg\:leading-1\.2{
    line-height: 1.2;
  }
  .lg\:leading-2{
    line-height: 2;
  }
  .lg\:leading-\[2\.5\]{
    line-height: 2.5;
  }
  .lg\:leading-\[50px\]{
    line-height: 50px;
  }
  .lg\:leading-normal{
    line-height: 1.5;
  }
  .lg\:tracking-\[0\]{
    letter-spacing: 0;
  }
  .lg\:tracking-normal{
    letter-spacing: 1px;
  }
  .lg\:tracking-wide{
    letter-spacing: 3px;
  }
  .lg\:\!text-\[\#C7A371\]{
    --tw-text-opacity: 1 !important;
    color: rgb(199 163 113 / var(--tw-text-opacity, 1)) !important;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .lg\:opacity-100{
    opacity: 1;
  }
  .lg\:shadow-\[0_2px_5px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
    --tw-shadow: 0 2px 5px rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 2px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:transition-\[width\]{
    transition-property: width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lg\:duration-300{
    transition-duration: 300ms;
  }
  .lg\:duration-500{
    transition-duration: 500ms;
  }
  .lg\:vw-bottom-\[unset\]{
    bottom: unset;
  }
  .lg\:vw-gap-\[43px\]{
    gap: calc(43 / 19.2 * 1vw);
  }
  .lg\:vw-h-\[767px\]{
    height: calc(767 / 19.2 * 1vw);
  }
  .lg\:vw-right-\[42px\]{
    right: calc(42 / 19.2 * 1vw);
  }
  .lg\:zoom-\[0\.6\]{
    zoom: 0.6;
  }
  .lg\:zoom-\[0\.8\]{
    zoom: 0.8;
  }
  .lg\:zoom-\[1\.7\]{
    zoom: 1.7;
  }
  .lg\:writing-vertical {
    writing-mode: vertical-rl;
  }
  .lg\: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));
  }
  .lg\:tf-0 {
    top: 0%;
    left: 0%;
    --tw-translate-y: 0%;
    --tw-translate-x: 0%;
    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));
  }
  .lg\:tf-x {
    left: 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));
  }
  .lg\:tf-x-0 {
    left: 0%;
    --tw-translate-x: 0%;
    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));
  }
  .lg\:zoom-70 {
    zoom: 0.7;
  }
  .lg\:zoom-80 {
    zoom: 0.8;
  }
  .lg\:\[position\:unset\]{
    position: unset;
  }
  .lg\:placeholder\:text-\[\#B5B5B6\]::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(181 181 182 / var(--tw-text-opacity, 1));
  }
  .lg\:placeholder\:text-\[\#B5B5B6\]::placeholder{
    --tw-text-opacity: 1;
    color: rgb(181 181 182 / var(--tw-text-opacity, 1));
  }
  .lg\:hover\:w-\[250px\]:hover{
    width: 250px;
  }
  .group:hover .lg\:group-hover\:flex{
    display: flex;
  }
  .group.current .lg\:group-\[\.current\]\:max-h-\[210px\]{
    max-height: 210px;
  }
  .group.current .lg\:group-\[\.current\]\:rotate-\[270deg\]{
    --tw-rotate: 270deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 900px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-\[4\%\]{
    bottom: 4%;
  }
  .md\:left-\[2\%\]{
    left: 2%;
  }
  .md\:right-\[2\%\]{
    right: 2%;
  }
  .md\:right-\[4\%\]{
    right: 4%;
  }
  .md\:top-\[20\%\]{
    top: 20%;
  }
  .md\:top-\[250px\]{
    top: 250px;
  }
  .md\:my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-\[45px\]{
    margin-top: 45px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:\!h-\[1300px\]{
    height: 1300px !important;
  }
  .md\:h-\[1500px\]{
    height: 1500px;
  }
  .md\:h-\[2900px\]{
    height: 2900px;
  }
  .md\:h-\[450px\]{
    height: 450px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-\[70\%\]{
    max-height: 70%;
  }
  .md\:w-\[315px\]{
    width: 315px;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-\[300px\]{
    min-width: 300px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-\[25px\]{
    gap: 25px;
  }
  .md\:gap-y-\[80px\]{
    row-gap: 80px;
  }
  .md\:self-end{
    align-self: flex-end;
  }
  .md\:rounded-\[15px\]{
    border-radius: 15px;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:zoom-\[0\.7\]{
    zoom: 0.7;
  }
  .md\:hover\:w-\[45\%\]:hover{
    width: 45%;
  }
}
@media (max-width: 600px){
  .sm\:pointer-events-none{
    pointer-events: none;
  }
  .sm\:static{
    position: static;
  }
  .sm\:absolute{
    position: absolute;
  }
  .sm\:\!relative{
    position: relative !important;
  }
  .sm\:relative{
    position: relative;
  }
  .sm\:\!left-\[0px\]{
    left: 0px !important;
  }
  .sm\:\!left-\[65px\]{
    left: 65px !important;
  }
  .sm\:\!left-\[unset\]{
    left: unset !important;
  }
  .sm\:\!right-\[65px\]{
    right: 65px !important;
  }
  .sm\:\!right-\[unset\]{
    right: unset !important;
  }
  .sm\:\!top-0{
    top: 0px !important;
  }
  .sm\:\!top-\[80\%\]{
    top: 80% !important;
  }
  .sm\:\!top-\[unset\]{
    top: unset !important;
  }
  .sm\:-bottom-9{
    bottom: -2.25rem;
  }
  .sm\:-bottom-\[164px\]{
    bottom: -164px;
  }
  .sm\:-left-\[25px\]{
    left: -25px;
  }
  .sm\:-right-\[35px\]{
    right: -35px;
  }
  .sm\:-top-9{
    top: -2.25rem;
  }
  .sm\:-top-\[66px\]{
    top: -66px;
  }
  .sm\:-top-\[6vh\]{
    top: -6vh;
  }
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:bottom-\[-11\.5\%\]{
    bottom: -11.5%;
  }
  .sm\:bottom-\[-145px\]{
    bottom: -145px;
  }
  .sm\:bottom-\[-4\.7\%\]{
    bottom: -4.7%;
  }
  .sm\:bottom-\[0\%\]{
    bottom: 0%;
  }
  .sm\:bottom-\[0px\]{
    bottom: 0px;
  }
  .sm\:bottom-\[10px\]{
    bottom: 10px;
  }
  .sm\:bottom-\[15px\]{
    bottom: 15px;
  }
  .sm\:bottom-\[18\%\]{
    bottom: 18%;
  }
  .sm\:bottom-\[185px\]{
    bottom: 185px;
  }
  .sm\:bottom-\[2\%\]{
    bottom: 2%;
  }
  .sm\:bottom-\[20px\]{
    bottom: 20px;
  }
  .sm\:bottom-\[21\.5\%\]{
    bottom: 21.5%;
  }
  .sm\:bottom-\[22\%\]{
    bottom: 22%;
  }
  .sm\:bottom-\[260px\]{
    bottom: 260px;
  }
  .sm\:bottom-\[28\%\]{
    bottom: 28%;
  }
  .sm\:bottom-\[35px\]{
    bottom: 35px;
  }
  .sm\:bottom-\[38\%\]{
    bottom: 38%;
  }
  .sm\:bottom-\[44\%\]{
    bottom: 44%;
  }
  .sm\:bottom-\[5\%\]{
    bottom: 5%;
  }
  .sm\:bottom-\[50\%\]{
    bottom: 50%;
  }
  .sm\:bottom-\[unset\]{
    bottom: unset;
  }
  .sm\:left-0{
    left: 0px;
  }
  .sm\:left-1\/2{
    left: 50%;
  }
  .sm\:left-3{
    left: 0.75rem;
  }
  .sm\:left-\[-10\%\]{
    left: -10%;
  }
  .sm\:left-\[1\%\]{
    left: 1%;
  }
  .sm\:left-\[10\%\]{
    left: 10%;
  }
  .sm\:left-\[103px\]{
    left: 103px;
  }
  .sm\:left-\[104px\]{
    left: 104px;
  }
  .sm\:left-\[15px\]{
    left: 15px;
  }
  .sm\:left-\[30px\]{
    left: 30px;
  }
  .sm\:left-\[35px\]{
    left: 35px;
  }
  .sm\:left-\[38\%\]{
    left: 38%;
  }
  .sm\:left-\[40\%\]{
    left: 40%;
  }
  .sm\:left-\[5\%\]{
    left: 5%;
  }
  .sm\:left-\[57\%\]{
    left: 57%;
  }
  .sm\:left-\[60px\]{
    left: 60px;
  }
  .sm\:left-\[75px\]{
    left: 75px;
  }
  .sm\:left-\[8\%\]{
    left: 8%;
  }
  .sm\:left-\[90px\]{
    left: 90px;
  }
  .sm\:left-\[unset\]{
    left: unset;
  }
  .sm\:right-1\/2{
    right: 50%;
  }
  .sm\:right-\[-10\.5\%\]{
    right: -10.5%;
  }
  .sm\:right-\[-100px\]{
    right: -100px;
  }
  .sm\:right-\[-65px\]{
    right: -65px;
  }
  .sm\:right-\[0px\]{
    right: 0px;
  }
  .sm\:right-\[1\%\]{
    right: 1%;
  }
  .sm\:right-\[10\%\]{
    right: 10%;
  }
  .sm\:right-\[104px\]{
    right: 104px;
  }
  .sm\:right-\[15\%\]{
    right: 15%;
  }
  .sm\:right-\[25\%\]{
    right: 25%;
  }
  .sm\:right-\[28\%\]{
    right: 28%;
  }
  .sm\:right-\[3\%\]{
    right: 3%;
  }
  .sm\:right-\[35px\]{
    right: 35px;
  }
  .sm\:right-\[3vw\]{
    right: 3vw;
  }
  .sm\:right-\[40\%\]{
    right: 40%;
  }
  .sm\:right-\[45\%\]{
    right: 45%;
  }
  .sm\:right-\[48\%\]{
    right: 48%;
  }
  .sm\:right-\[5\%\]{
    right: 5%;
  }
  .sm\:right-\[70\%\]{
    right: 70%;
  }
  .sm\:right-\[75px\]{
    right: 75px;
  }
  .sm\:right-\[90px\]{
    right: 90px;
  }
  .sm\:right-\[unset\]{
    right: unset;
  }
  .sm\:top-0{
    top: 0px;
  }
  .sm\:top-6{
    top: 1.5rem;
  }
  .sm\:top-\[-10px\]{
    top: -10px;
  }
  .sm\:top-\[-450px\]{
    top: -450px;
  }
  .sm\:top-\[-7\%\]{
    top: -7%;
  }
  .sm\:top-\[-7px\]{
    top: -7px;
  }
  .sm\:top-\[0\%\]{
    top: 0%;
  }
  .sm\:top-\[10\%\]{
    top: 10%;
  }
  .sm\:top-\[110px\]{
    top: 110px;
  }
  .sm\:top-\[120px\]{
    top: 120px;
  }
  .sm\:top-\[1300px\]{
    top: 1300px;
  }
  .sm\:top-\[150px\]{
    top: 150px;
  }
  .sm\:top-\[17\%\]{
    top: 17%;
  }
  .sm\:top-\[20\%\]{
    top: 20%;
  }
  .sm\:top-\[22\%\]{
    top: 22%;
  }
  .sm\:top-\[25\%\]{
    top: 25%;
  }
  .sm\:top-\[28\%\]{
    top: 28%;
  }
  .sm\:top-\[29\%\]{
    top: 29%;
  }
  .sm\:top-\[33\%\]{
    top: 33%;
  }
  .sm\:top-\[35\%\]{
    top: 35%;
  }
  .sm\:top-\[3px\]{
    top: 3px;
  }
  .sm\:top-\[40\%\]{
    top: 40%;
  }
  .sm\:top-\[470px\]{
    top: 470px;
  }
  .sm\:top-\[5\%\]{
    top: 5%;
  }
  .sm\:top-\[50\%\]{
    top: 50%;
  }
  .sm\:top-\[6\%\]{
    top: 6%;
  }
  .sm\:top-\[60\%\]{
    top: 60%;
  }
  .sm\:top-\[65px\]{
    top: 65px;
  }
  .sm\:top-\[80\%\]{
    top: 80%;
  }
  .sm\:top-\[85px\]{
    top: 85px;
  }
  .sm\:top-\[90px\]{
    top: 90px;
  }
  .sm\:top-\[unset\]{
    top: unset;
  }
  .sm\:z-10{
    z-index: 10;
  }
  .sm\:z-20{
    z-index: 20;
  }
  .sm\:z-\[-1\]{
    z-index: -1;
  }
  .sm\:z-\[0\]{
    z-index: 0;
  }
  .sm\:z-\[10\]{
    z-index: 10;
  }
  .sm\:z-\[15\]{
    z-index: 15;
  }
  .sm\:z-\[1\]{
    z-index: 1;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:float-none{
    float: none;
  }
  .sm\:\!m-\[unset\]{
    margin: unset !important;
  }
  .sm\:m-0{
    margin: 0px;
  }
  .sm\:m-\[unset\]{
    margin: unset;
  }
  .sm\:m-auto{
    margin: auto;
  }
  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-\[-40px\]{
    margin-left: -40px;
    margin-right: -40px;
  }
  .sm\:mx-\[2px\]{
    margin-left: 2px;
    margin-right: 2px;
  }
  .sm\:mx-\[5px\]{
    margin-left: 5px;
    margin-right: 5px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:my-\[10px\]{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm\:my-\[15px\]{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm\:my-\[16px\]{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .sm\:my-\[20px\]{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm\:\!mb-0{
    margin-bottom: 0px !important;
  }
  .sm\:\!mb-\[0px\]{
    margin-bottom: 0px !important;
  }
  .sm\:\!mb-\[30px\]{
    margin-bottom: 30px !important;
  }
  .sm\:\!ml-\[0px\]{
    margin-left: 0px !important;
  }
  .sm\:\!mt-\[10px\]{
    margin-top: 10px !important;
  }
  .sm\:\!mt-\[45px\]{
    margin-top: 45px !important;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }
  .sm\:mb-\[0px\]{
    margin-bottom: 0px;
  }
  .sm\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .sm\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .sm\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .sm\:mb-\[26px\]{
    margin-bottom: 26px;
  }
  .sm\:mb-\[28px\]{
    margin-bottom: 28px;
  }
  .sm\:mb-\[31px\]{
    margin-bottom: 31px;
  }
  .sm\:mb-\[35px\]{
    margin-bottom: 35px;
  }
  .sm\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .sm\:mb-\[45px\]{
    margin-bottom: 45px;
  }
  .sm\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .sm\:mb-\[55px\]{
    margin-bottom: 55px;
  }
  .sm\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .sm\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .sm\:mb-\[7px\]{
    margin-bottom: 7px;
  }
  .sm\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .sm\:me-\[0px\]{
    margin-inline-end: 0px;
  }
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:ml-5{
    margin-left: 1.25rem;
  }
  .sm\:ml-\[-40px\]{
    margin-left: -40px;
  }
  .sm\:ml-\[-50px\]{
    margin-left: -50px;
  }
  .sm\:ml-\[0px\]{
    margin-left: 0px;
  }
  .sm\:ml-\[26\%\]{
    margin-left: 26%;
  }
  .sm\:ml-\[27px\]{
    margin-left: 27px;
  }
  .sm\:ml-\[35px\]{
    margin-left: 35px;
  }
  .sm\:ml-\[80px\]{
    margin-left: 80px;
  }
  .sm\:ml-\[unset\]{
    margin-left: unset;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mr-6{
    margin-right: 1.5rem;
  }
  .sm\:mr-\[-30px\]{
    margin-right: -30px;
  }
  .sm\:mr-\[0px\]{
    margin-right: 0px;
  }
  .sm\:ms-5{
    margin-inline-start: 1.25rem;
  }
  .sm\:ms-auto{
    margin-inline-start: auto;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-11{
    margin-top: 2.75rem;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:mt-3{
    margin-top: 0.75rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:mt-\[0px\]{
    margin-top: 0px;
  }
  .sm\:mt-\[100px\]{
    margin-top: 100px;
  }
  .sm\:mt-\[10px\]{
    margin-top: 10px;
  }
  .sm\:mt-\[120px\]{
    margin-top: 120px;
  }
  .sm\:mt-\[142px\]{
    margin-top: 142px;
  }
  .sm\:mt-\[15px\]{
    margin-top: 15px;
  }
  .sm\:mt-\[20px\]{
    margin-top: 20px;
  }
  .sm\:mt-\[25px\]{
    margin-top: 25px;
  }
  .sm\:mt-\[28px\]{
    margin-top: 28px;
  }
  .sm\:mt-\[30px\]{
    margin-top: 30px;
  }
  .sm\:mt-\[34px\]{
    margin-top: 34px;
  }
  .sm\:mt-\[35px\]{
    margin-top: 35px;
  }
  .sm\:mt-\[38px\]{
    margin-top: 38px;
  }
  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }
  .sm\:mt-\[45px\]{
    margin-top: 45px;
  }
  .sm\:mt-\[50px\]{
    margin-top: 50px;
  }
  .sm\:mt-\[55px\]{
    margin-top: 55px;
  }
  .sm\:mt-\[5px\]{
    margin-top: 5px;
  }
  .sm\:mt-\[60px\]{
    margin-top: 60px;
  }
  .sm\:mt-\[72px\]{
    margin-top: 72px;
  }
  .sm\:mt-\[80px\]{
    margin-top: 80px;
  }
  .sm\:mt-\[84px\]{
    margin-top: 84px;
  }
  .sm\:\!block{
    display: block !important;
  }
  .sm\:block{
    display: block;
  }
  .sm\:\!flex{
    display: flex !important;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:\!hidden{
    display: none !important;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:aspect-\[271\/265\]{
    aspect-ratio: 271/265;
  }
  .sm\:aspect-\[286\/163\]{
    aspect-ratio: 286/163;
  }
  .sm\:aspect-\[291\/194\]{
    aspect-ratio: 291/194;
  }
  .sm\:aspect-\[350\/176\]{
    aspect-ratio: 350/176;
  }
  .sm\:aspect-\[350\/224\]{
    aspect-ratio: 350/224;
  }
  .sm\:aspect-\[354\/178\]{
    aspect-ratio: 354/178;
  }
  .sm\:aspect-\[375\/300\]{
    aspect-ratio: 375/300;
  }
  .sm\:aspect-\[375\/382\]{
    aspect-ratio: 375/382;
  }
  .sm\:aspect-\[375\/617\]{
    aspect-ratio: 375/617;
  }
  .sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .sm\:size-\[26px\]{
    width: 26px;
    height: 26px;
  }
  .sm\:size-\[27px\]{
    width: 27px;
    height: 27px;
  }
  .sm\:size-\[50px\]{
    width: 50px;
    height: 50px;
  }
  .sm\:\!h-\[100vh\]{
    height: 100vh !important;
  }
  .sm\:\!h-\[160px\]{
    height: 160px !important;
  }
  .sm\:\!h-\[195px\]{
    height: 195px !important;
  }
  .sm\:\!h-\[200px\]{
    height: 200px !important;
  }
  .sm\:\!h-\[240px\]{
    height: 240px !important;
  }
  .sm\:\!h-\[260px\]{
    height: 260px !important;
  }
  .sm\:\!h-\[60px\]{
    height: 60px !important;
  }
  .sm\:\!h-auto{
    height: auto !important;
  }
  .sm\:h-2{
    height: 0.5rem;
  }
  .sm\:h-\[100\%\]{
    height: 100%;
  }
  .sm\:h-\[10px\]{
    height: 10px;
  }
  .sm\:h-\[126px\]{
    height: 126px;
  }
  .sm\:h-\[12px\]{
    height: 12px;
  }
  .sm\:h-\[145px\]{
    height: 145px;
  }
  .sm\:h-\[150px\]{
    height: 150px;
  }
  .sm\:h-\[1800px\]{
    height: 1800px;
  }
  .sm\:h-\[185px\]{
    height: 185px;
  }
  .sm\:h-\[187px\]{
    height: 187px;
  }
  .sm\:h-\[195px\]{
    height: 195px;
  }
  .sm\:h-\[200px\]{
    height: 200px;
  }
  .sm\:h-\[200vh\]{
    height: 200vh;
  }
  .sm\:h-\[20px\]{
    height: 20px;
  }
  .sm\:h-\[210px\]{
    height: 210px;
  }
  .sm\:h-\[220px\]{
    height: 220px;
  }
  .sm\:h-\[22px\]{
    height: 22px;
  }
  .sm\:h-\[254px\]{
    height: 254px;
  }
  .sm\:h-\[25px\]{
    height: 25px;
  }
  .sm\:h-\[260px\]{
    height: 260px;
  }
  .sm\:h-\[262px\]{
    height: 262px;
  }
  .sm\:h-\[26px\]{
    height: 26px;
  }
  .sm\:h-\[275px\]{
    height: 275px;
  }
  .sm\:h-\[28px\]{
    height: 28px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:h-\[30px\]{
    height: 30px;
  }
  .sm\:h-\[330px\]{
    height: 330px;
  }
  .sm\:h-\[33px\]{
    height: 33px;
  }
  .sm\:h-\[340px\]{
    height: 340px;
  }
  .sm\:h-\[344px\]{
    height: 344px;
  }
  .sm\:h-\[345px\]{
    height: 345px;
  }
  .sm\:h-\[34px\]{
    height: 34px;
  }
  .sm\:h-\[35\.67px\]{
    height: 35.67px;
  }
  .sm\:h-\[355px\]{
    height: 355px;
  }
  .sm\:h-\[35px\]{
    height: 35px;
  }
  .sm\:h-\[364px\]{
    height: 364px;
  }
  .sm\:h-\[366px\]{
    height: 366px;
  }
  .sm\:h-\[395px\]{
    height: 395px;
  }
  .sm\:h-\[400px\]{
    height: 400px;
  }
  .sm\:h-\[410px\]{
    height: 410px;
  }
  .sm\:h-\[412px\]{
    height: 412px;
  }
  .sm\:h-\[41px\]{
    height: 41px;
  }
  .sm\:h-\[420px\]{
    height: 420px;
  }
  .sm\:h-\[42px\]{
    height: 42px;
  }
  .sm\:h-\[430px\]{
    height: 430px;
  }
  .sm\:h-\[440px\]{
    height: 440px;
  }
  .sm\:h-\[45\.5\%\]{
    height: 45.5%;
  }
  .sm\:h-\[450px\]{
    height: 450px;
  }
  .sm\:h-\[45px\]{
    height: 45px;
  }
  .sm\:h-\[500px\]{
    height: 500px;
  }
  .sm\:h-\[50px\]{
    height: 50px;
  }
  .sm\:h-\[517px\]{
    height: 517px;
  }
  .sm\:h-\[540px\]{
    height: 540px;
  }
  .sm\:h-\[550px\]{
    height: 550px;
  }
  .sm\:h-\[600px\]{
    height: 600px;
  }
  .sm\:h-\[60px\]{
    height: 60px;
  }
  .sm\:h-\[630px\]{
    height: 630px;
  }
  .sm\:h-\[63px\]{
    height: 63px;
  }
  .sm\:h-\[730px\]{
    height: 730px;
  }
  .sm\:h-\[745px\]{
    height: 745px;
  }
  .sm\:h-\[770px\]{
    height: 770px;
  }
  .sm\:h-\[820px\]{
    height: 820px;
  }
  .sm\:h-\[900px\]{
    height: 900px;
  }
  .sm\:h-\[90vh\]{
    height: 90vh;
  }
  .sm\:h-\[unset\]{
    height: unset;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:max-h-\[450px\]{
    max-height: 450px;
  }
  .sm\:max-h-none{
    max-height: none;
  }
  .sm\:\!min-h-\[1400px\]{
    min-height: 1400px !important;
  }
  .sm\:min-h-0{
    min-height: 0px;
  }
  .sm\:min-h-\[210px\]{
    min-height: 210px;
  }
  .sm\:\!w-\[254px\]{
    width: 254px !important;
  }
  .sm\:\!w-\[327px\]{
    width: 327px !important;
  }
  .sm\:\!w-full{
    width: 100% !important;
  }
  .sm\:w-2{
    width: 0.5rem;
  }
  .sm\:w-\[100\%\]{
    width: 100%;
  }
  .sm\:w-\[100px\]{
    width: 100px;
  }
  .sm\:w-\[100vw\]{
    width: 100vw;
  }
  .sm\:w-\[10px\]{
    width: 10px;
  }
  .sm\:w-\[120\%\]{
    width: 120%;
  }
  .sm\:w-\[120px\]{
    width: 120px;
  }
  .sm\:w-\[12px\]{
    width: 12px;
  }
  .sm\:w-\[135px\]{
    width: 135px;
  }
  .sm\:w-\[148px\]{
    width: 148px;
  }
  .sm\:w-\[149px\]{
    width: 149px;
  }
  .sm\:w-\[15\%\]{
    width: 15%;
  }
  .sm\:w-\[150px\]{
    width: 150px;
  }
  .sm\:w-\[152px\]{
    width: 152px;
  }
  .sm\:w-\[153px\]{
    width: 153px;
  }
  .sm\:w-\[170px\]{
    width: 170px;
  }
  .sm\:w-\[195px\]{
    width: 195px;
  }
  .sm\:w-\[19px\]{
    width: 19px;
  }
  .sm\:w-\[20\%\]{
    width: 20%;
  }
  .sm\:w-\[20px\]{
    width: 20px;
  }
  .sm\:w-\[21\.73px\]{
    width: 21.73px;
  }
  .sm\:w-\[230px\]{
    width: 230px;
  }
  .sm\:w-\[233px\]{
    width: 233px;
  }
  .sm\:w-\[250px\]{
    width: 250px;
  }
  .sm\:w-\[253px\]{
    width: 253px;
  }
  .sm\:w-\[255\%\]{
    width: 255%;
  }
  .sm\:w-\[25px\]{
    width: 25px;
  }
  .sm\:w-\[265px\]{
    width: 265px;
  }
  .sm\:w-\[271px\]{
    width: 271px;
  }
  .sm\:w-\[28px\]{
    width: 28px;
  }
  .sm\:w-\[290px\]{
    width: 290px;
  }
  .sm\:w-\[2px\]{
    width: 2px;
  }
  .sm\:w-\[30\%\]{
    width: 30%;
  }
  .sm\:w-\[300px\]{
    width: 300px;
  }
  .sm\:w-\[30px\]{
    width: 30px;
  }
  .sm\:w-\[32\%\]{
    width: 32%;
  }
  .sm\:w-\[326px\]{
    width: 326px;
  }
  .sm\:w-\[344px\]{
    width: 344px;
  }
  .sm\:w-\[345px\]{
    width: 345px;
  }
  .sm\:w-\[350px\]{
    width: 350px;
  }
  .sm\:w-\[366px\]{
    width: 366px;
  }
  .sm\:w-\[400px\]{
    width: 400px;
  }
  .sm\:w-\[42\%\]{
    width: 42%;
  }
  .sm\:w-\[42px\]{
    width: 42px;
  }
  .sm\:w-\[45\%\]{
    width: 45%;
  }
  .sm\:w-\[45px\]{
    width: 45px;
  }
  .sm\:w-\[48px\]{
    width: 48px;
  }
  .sm\:w-\[50\%\]{
    width: 50%;
  }
  .sm\:w-\[56px\]{
    width: 56px;
  }
  .sm\:w-\[60\%\]{
    width: 60%;
  }
  .sm\:w-\[60px\]{
    width: 60px;
  }
  .sm\:w-\[70\%\]{
    width: 70%;
  }
  .sm\:w-\[70px\]{
    width: 70px;
  }
  .sm\:w-\[71px\]{
    width: 71px;
  }
  .sm\:w-\[75\%\]{
    width: 75%;
  }
  .sm\:w-\[80\%\]{
    width: 80%;
  }
  .sm\:w-\[80px\]{
    width: 80px;
  }
  .sm\:w-\[85\%\]{
    width: 85%;
  }
  .sm\:w-\[9\%\]{
    width: 9%;
  }
  .sm\:w-\[90\%\]{
    width: 90%;
  }
  .sm\:w-\[90px\]{
    width: 90px;
  }
  .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-\[101px\]{
    min-width: 101px;
  }
  .sm\:\!max-w-\[unset\]{
    max-width: unset !important;
  }
  .sm\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .sm\:max-w-\[420px\]{
    max-width: 420px;
  }
  .sm\:max-w-\[480px\]{
    max-width: 480px;
  }
  .sm\:max-w-\[570px\]{
    max-width: 570px;
  }
  .sm\:max-w-\[65vw\]{
    max-width: 65vw;
  }
  .sm\:max-w-\[calc\(100\%-41px\)\]{
    max-width: calc(100% - 41px);
  }
  .sm\:max-w-\[unset\]{
    max-width: unset;
  }
  .sm\:max-w-full{
    max-width: 100%;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:\!flex-\[unset\]{
    flex: unset !important;
  }
  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .sm\:shrink-0{
    flex-shrink: 0;
  }
  .sm\:\!translate-x-0{
    --tw-translate-x: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .sm\:\!translate-y-0{
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:-translate-y-\[50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:translate-x-\[unset\]{
    --tw-translate-x: unset;
    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-\[430px\]{
    --tw-translate-y: 430px;
    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-\[50\%\]{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:translate-y-\[unset\]{
    --tw-translate-y: unset;
    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-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));
  }
  .sm\: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));
  }
  .sm\:rotate-\[unset\]{
    --tw-rotate: unset;
    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\:\!scale-x-\[-1\]{
    --tw-scale-x: -1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .sm\:scale-x-\[-1\]{
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .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 !important;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .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\:\!gap-\[25px\]{
    gap: 25px !important;
  }
  .sm\:\!gap-\[35px\]{
    gap: 35px !important;
  }
  .sm\:\!gap-\[45px\]{
    gap: 45px !important;
  }
  .sm\:gap-0{
    gap: 0px;
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-\[0px\]{
    gap: 0px;
  }
  .sm\:gap-\[100px\]{
    gap: 100px;
  }
  .sm\:gap-\[10px\]{
    gap: 10px;
  }
  .sm\:gap-\[15px\]{
    gap: 15px;
  }
  .sm\:gap-\[25px\]{
    gap: 25px;
  }
  .sm\:gap-\[30px\]{
    gap: 30px;
  }
  .sm\:gap-\[40px\]{
    gap: 40px;
  }
  .sm\:gap-\[45px\]{
    gap: 45px;
  }
  .sm\:gap-\[50px\]{
    gap: 50px;
  }
  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:gap-y-0{
    row-gap: 0px;
  }
  .sm\:gap-y-12{
    row-gap: 3rem;
  }
  .sm\:gap-y-8{
    row-gap: 2rem;
  }
  .sm\:gap-y-\[12px\]{
    row-gap: 12px;
  }
  .sm\:gap-y-\[26px\]{
    row-gap: 26px;
  }
  .sm\:gap-y-\[30px\]{
    row-gap: 30px;
  }
  .sm\:gap-y-\[50px\]{
    row-gap: 50px;
  }
  .sm\:gap-y-\[56px\]{
    row-gap: 56px;
  }
  .sm\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-\[18px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }
  .sm\:overflow-hidden{
    overflow: hidden;
  }
  .sm\:overflow-y-auto{
    overflow-y: auto;
  }
  .sm\:whitespace-normal{
    white-space: normal;
  }
  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:rounded-\[0px\]{
    border-radius: 0px;
  }
  .sm\:rounded-\[10px\]{
    border-radius: 10px;
  }
  .sm\:rounded-\[15px\]{
    border-radius: 15px;
  }
  .sm\:rounded-\[18px\]{
    border-radius: 18px;
  }
  .sm\:rounded-\[23px\]{
    border-radius: 23px;
  }
  .sm\:rounded-\[8px\]{
    border-radius: 8px;
  }
  .sm\:rounded-\[unset\]{
    border-radius: unset;
  }
  .sm\:rounded-md{
    border-radius: 14px;
  }
  .sm\:border-0{
    border-width: 0px;
  }
  .sm\:border-\[4px\]{
    border-width: 4px;
  }
  .sm\:border-b-\[2px\]{
    border-bottom-width: 2px;
  }
  .sm\:border-\[\#CBA671\]{
    --tw-border-opacity: 1;
    border-color: rgb(203 166 113 / var(--tw-border-opacity, 1));
  }
  .sm\:border-\[\#cba671\]{
    --tw-border-opacity: 1;
    border-color: rgb(203 166 113 / var(--tw-border-opacity, 1));
  }
  .sm\:border-\[\#ffffff00\]{
    border-color: #ffffff00;
  }
  .sm\:border-\[transparent\]{
    border-color: transparent;
  }
  .sm\:bg-\[\#891826\]{
    --tw-bg-opacity: 1;
    background-color: rgb(137 24 38 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#9B7336\]{
    --tw-bg-opacity: 1;
    background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#F9EEE4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 238 228 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#F9F3EF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 243 239 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#eaded3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(234 222 211 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[\#f9f3ef\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 243 239 / var(--tw-bg-opacity, 1));
  }
  .sm\:bg-\[transparent\]{
    background-color: transparent;
  }
  .sm\:bg-\[linear-gradient\(180deg\2c rgba\(249\2c 240\2c 232\2c 1\)_10\%\2c rgba\(255\2c 255\2c 255\2c 1\)_85\%\)\]{
    background-image: linear-gradient(180deg,rgba(249,240,232,1) 10%,rgba(255,255,255,1) 85%);
  }
  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .sm\:bg-none{
    background-image: none;
  }
  .sm\:from-\[\#F9F0E8\]{
    --tw-gradient-from: #F9F0E8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 240 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .sm\:from-\[\#FFFFFF\]{
    --tw-gradient-from: #FFFFFF 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);
  }
  .sm\: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);
  }
  .sm\:via-pink-200{
    --tw-gradient-to: rgb(250 243 239 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #faf3ef var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .sm\:via-transparent{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .sm\:via-50\%{
    --tw-gradient-via-position: 50%;
  }
  .sm\:to-\[\#FFFFFF\]{
    --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
  }
  .sm\:stroke-\[\#9B7336\]{
    stroke: #9B7336;
  }
  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sm\:object-\[65\%\]{
    -o-object-position: 65%;
       object-position: 65%;
  }
  .sm\:object-\[center\]{
    -o-object-position: center;
       object-position: center;
  }
  .sm\:object-\[unset\]{
    -o-object-position: unset;
       object-position: unset;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-2{
    padding: 0.5rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:p-\[12px\]{
    padding: 12px;
  }
  .sm\:\!px-\[0px\]{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .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-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }
  .sm\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:px-\[21px\]{
    padding-left: 21px;
    padding-right: 21px;
  }
  .sm\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }
  .sm\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm\:px-\[41px\]{
    padding-left: 41px;
    padding-right: 41px;
  }
  .sm\:px-\[45px\]{
    padding-left: 45px;
    padding-right: 45px;
  }
  .sm\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm\:px-\[unset\]{
    padding-left: unset;
    padding-right: unset;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-\[0px\]{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sm\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sm\:py-\[65px\]{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sm\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sm\:py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .sm\:py-\[85px\]{
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .sm\:\!pt-\[110px\]{
    padding-top: 110px !important;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-11{
    padding-bottom: 2.75rem;
  }
  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }
  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pb-\[0px\]{
    padding-bottom: 0px;
  }
  .sm\:pb-\[10rem\]{
    padding-bottom: 10rem;
  }
  .sm\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .sm\:pb-\[25px\]{
    padding-bottom: 25px;
  }
  .sm\:pb-\[38px\]{
    padding-bottom: 38px;
  }
  .sm\:pb-\[3px\]{
    padding-bottom: 3px;
  }
  .sm\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .sm\:pb-\[45px\]{
    padding-bottom: 45px;
  }
  .sm\:pb-\[46px\]{
    padding-bottom: 46px;
  }
  .sm\:pb-\[48px\]{
    padding-bottom: 48px;
  }
  .sm\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .sm\:pb-\[54px\]{
    padding-bottom: 54px;
  }
  .sm\:pb-\[56px\]{
    padding-bottom: 56px;
  }
  .sm\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .sm\:pb-\[76px\]{
    padding-bottom: 76px;
  }
  .sm\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .sm\:pe-0{
    padding-inline-end: 0px;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pl-12{
    padding-left: 3rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:pl-\[50px\]{
    padding-left: 50px;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
  .sm\:pr-3{
    padding-right: 0.75rem;
  }
  .sm\:pr-4{
    padding-right: 1rem;
  }
  .sm\:pr-\[26px\]{
    padding-right: 26px;
  }
  .sm\:pr-\[unset\]{
    padding-right: unset;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-3{
    padding-top: 0.75rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:pt-\[100px\]{
    padding-top: 100px;
  }
  .sm\:pt-\[135px\]{
    padding-top: 135px;
  }
  .sm\:pt-\[40px\]{
    padding-top: 40px;
  }
  .sm\:pt-\[43px\]{
    padding-top: 43px;
  }
  .sm\:pt-\[45px\]{
    padding-top: 45px;
  }
  .sm\:pt-\[50px\]{
    padding-top: 50px;
  }
  .sm\:pt-\[56px\]{
    padding-top: 56px;
  }
  .sm\:pt-\[58px\]{
    padding-top: 58px;
  }
  .sm\:pt-\[60px\]{
    padding-top: 60px;
  }
  .sm\:pt-\[64px\]{
    padding-top: 64px;
  }
  .sm\:pt-\[65px\]{
    padding-top: 65px;
  }
  .sm\:pt-\[70px\]{
    padding-top: 70px;
  }
  .sm\:pt-\[80px\]{
    padding-top: 80px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-justify{
    text-align: justify;
  }
  .sm\:text-end{
    text-align: end;
  }
  .sm\:font-en{
    font-family: Crimson Text, sans-serif;
  }
  .sm\:font-serif{
    font-family: Noto Serif SC, Noto Serif TC, serif;
  }
  .sm\:\!text-\[17px\]{
    font-size: 17px !important;
  }
  .sm\:\!text-\[20px\]{
    font-size: 20px !important;
  }
  .sm\:\!text-\[24px\]{
    font-size: 24px !important;
  }
  .sm\:\!text-\[25px\]{
    font-size: 25px !important;
  }
  .sm\:\!text-\[27px\]{
    font-size: 27px !important;
  }
  .sm\:\!text-\[30px\]{
    font-size: 30px !important;
  }
  .sm\:\!text-\[35px\]{
    font-size: 35px !important;
  }
  .sm\:\!text-base{
    font-size: 16px !important;
  }
  .sm\:text-2xl{
    font-size: 24px;
  }
  .sm\:text-\[10px\]{
    font-size: 10px;
  }
  .sm\:text-\[12px\]{
    font-size: 12px;
  }
  .sm\:text-\[13\.5px\]{
    font-size: 13.5px;
  }
  .sm\:text-\[13px\]{
    font-size: 13px;
  }
  .sm\:text-\[14\.5px\]{
    font-size: 14.5px;
  }
  .sm\:text-\[14px\]{
    font-size: 14px;
  }
  .sm\:text-\[15px\]{
    font-size: 15px;
  }
  .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-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-\[21px\]{
    font-size: 21px;
  }
  .sm\:text-\[22px\]{
    font-size: 22px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[25pt\]{
    font-size: 25pt;
  }
  .sm\:text-\[25px\]{
    font-size: 25px;
  }
  .sm\:text-\[26px\]{
    font-size: 26px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[29px\]{
    font-size: 29px;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-\[32px\]{
    font-size: 32px;
  }
  .sm\:text-\[34px\]{
    font-size: 34px;
  }
  .sm\:text-\[35px\]{
    font-size: 35px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[42px\]{
    font-size: 42px;
  }
  .sm\:text-\[74px\]{
    font-size: 74px;
  }
  .sm\:text-\[7px\]{
    font-size: 7px;
  }
  .sm\:text-\[85px\]{
    font-size: 85px;
  }
  .sm\:text-\[8px\]{
    font-size: 8px;
  }
  .sm\:text-base{
    font-size: 16px;
  }
  .sm\:text-lg{
    font-size: 18px;
  }
  .sm\:text-sm{
    font-size: 14px;
  }
  .sm\:text-xl{
    font-size: 20px;
  }
  .sm\:text-xs{
    font-size: 12px;
  }
  .sm\:font-\[400\]{
    font-weight: 400;
  }
  .sm\:font-\[500\]{
    font-weight: 500;
  }
  .sm\:font-bold{
    font-weight: 700;
  }
  .sm\:font-medium{
    font-weight: 500;
  }
  .sm\:font-normal{
    font-weight: 400;
  }
  .sm\:font-semibold{
    font-weight: 600;
  }
  .sm\:leading-1\.8{
    line-height: 1.8;
  }
  .sm\:leading-\[1\.1\]{
    line-height: 1.1;
  }
  .sm\:leading-\[1\.4\]{
    line-height: 1.4;
  }
  .sm\:leading-\[2\]{
    line-height: 2;
  }
  .sm\:leading-\[60px\]{
    line-height: 60px;
  }
  .sm\:leading-\[normal\]{
    line-height: normal;
  }
  .sm\:leading-loose{
    line-height: 2;
  }
  .sm\:leading-none{
    line-height: 1;
  }
  .sm\:leading-normal{
    line-height: 1.5;
  }
  .sm\:\!tracking-normal{
    letter-spacing: 1px !important;
  }
  .sm\:tracking-\[1px\]{
    letter-spacing: 1px;
  }
  .sm\:tracking-\[2px\]{
    letter-spacing: 2px;
  }
  .sm\:tracking-\[3px\]{
    letter-spacing: 3px;
  }
  .sm\:tracking-\[5px\]{
    letter-spacing: 5px;
  }
  .sm\:tracking-normal{
    letter-spacing: 1px;
  }
  .sm\:tracking-wide{
    letter-spacing: 3px;
  }
  .sm\:\!text-\[\#4D4D4D\]{
    --tw-text-opacity: 1 !important;
    color: rgb(77 77 77 / var(--tw-text-opacity, 1)) !important;
  }
  .sm\:\!text-\[\#957F6C\]{
    --tw-text-opacity: 1 !important;
    color: rgb(149 127 108 / var(--tw-text-opacity, 1)) !important;
  }
  .sm\:\!text-\[\#9B7336\]{
    --tw-text-opacity: 1 !important;
    color: rgb(155 115 54 / var(--tw-text-opacity, 1)) !important;
  }
  .sm\:\!text-\[\#C7A371\]{
    --tw-text-opacity: 1 !important;
    color: rgb(199 163 113 / var(--tw-text-opacity, 1)) !important;
  }
  .sm\:\!text-\[400\]{
    color: 400 !important;
  }
  .sm\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
  .sm\:text-\[\#4D4D4D\]{
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#604c3f\]{
    --tw-text-opacity: 1;
    color: rgb(96 76 63 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#666666\]{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#957F6C\]{
    --tw-text-opacity: 1;
    color: rgb(149 127 108 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#9B7336\]{
    --tw-text-opacity: 1;
    color: rgb(155 115 54 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#CBA671\]{
    --tw-text-opacity: 1;
    color: rgb(203 166 113 / var(--tw-text-opacity, 1));
  }
  .sm\:text-\[\#cba671\]{
    --tw-text-opacity: 1;
    color: rgb(203 166 113 / 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-85{
    opacity: 0.85;
  }
  .sm\:transition-\[border-radius\2c transform\]{
    transition-property: border-radius,transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .sm\:transition-\[height\]{
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .sm\:duration-300{
    transition-duration: 300ms;
  }
  .sm\:duration-500{
    transition-duration: 500ms;
  }
  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .sm\:zoom-\[1\]{
    zoom: 1;
  }
  .sm\:zoom-90 {
    zoom: 0.9;
  }
  .sm\:\[border-style\:solid\]{
    border-style: solid;
  }
  .sm\:\[position\:unset\]{
    position: unset;
  }
  .sm\:\[text-align-last\:left\]{
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .sm\:\[transition-duration\:unset\]{
    transition-duration: unset;
  }
  .sm\:\!\[writing-mode\:vertical-lr\]{
    writing-mode: vertical-lr !important;
  }
  .sm\:placeholder\:text-\[\#B5B5B6\]::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(181 181 182 / var(--tw-text-opacity, 1));
  }
  .sm\:placeholder\:text-\[\#B5B5B6\]::placeholder{
    --tw-text-opacity: 1;
    color: rgb(181 181 182 / var(--tw-text-opacity, 1));
  }
  .sm\:hover\:w-\[100\%\]:hover{
    width: 100%;
  }
  .sm\:hover\:rounded-\[20px\]:hover{
    border-radius: 20px;
  }
  .sm\:hover\:bg-\[\#9b7336\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(155 115 54 / var(--tw-bg-opacity, 1));
  }
  .sm\:hover\:transition-all:hover{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .group:hover .sm\:group-hover\:h-\[43px\]{
    height: 43px;
  }
  .group:hover .sm\:group-hover\:h-auto{
    height: auto;
  }
  .group:hover .sm\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .sm\:group-hover\:translate-y-\[0px\]{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .sm\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group\/a:hover .sm\:group-hover\/a\:bg-\[transparent\]{
    background-color: transparent;
  }
  .group\/a:hover .sm\:group-hover\/a\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }
  .group.current .sm\:group-\[\&\.current\]\:fill-\[\#9B7336\]{
    fill: #9B7336;
  }
  .group[data-active="true"] .sm\:group-data-\[active\=true\]\:h-\[517px\]{
    height: 517px;
  }
  .group[data-active="true"] .sm\:group-data-\[active\=true\]\:max-h-none{
    max-height: none;
  }
  .group[data-active="true"] .sm\:group-data-\[active\=true\]\:min-h-0{
    min-height: 0px;
  }
  .group[data-active="true"] .sm\:group-data-\[active\=true\]\:w-full{
    width: 100%;
  }
  .group[data-active="true"] .sm\:group-data-\[active\=true\]\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }
}
@media (min-width: 1200px){
  .desktop\:ml-\[25\%\]{
    margin-left: 25%;
  }
  .desktop\:flex{
    display: flex;
  }
  .desktop\:hidden{
    display: none;
  }
  .desktop\:aspect-\[1\/0\.3645833333\]{
    aspect-ratio: 1/0.3645833333;
  }
  .desktop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .desktop\:duration-500{
    transition-duration: 500ms;
  }
  .desktop\:writing-vertical {
    writing-mode: vertical-rl;
  }
  .group:hover .desktop\:group-hover\:opacity-0{
    opacity: 0;
  }
}
@media (orientation: portrait){
  .portrait\:hidden{
    display: none;
  }
}
.\[\&\.current\]\:pointer-events-auto.current{
  pointer-events: auto;
}
.\[\&\.current\]\:top-4.current{
  top: 1rem;
}
.\[\&\.current\]\:z-10.current{
  z-index: 10;
}
.\[\&\.current\]\:border-white.current{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\[\&\.current\]\:bg-orange-400.current{
  --tw-bg-opacity: 1;
  background-color: rgb(162 113 39 / var(--tw-bg-opacity, 1));
}
.\[\&\.current\]\:py-3.current{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&\.current\]\:opacity-100.current{
  opacity: 1;
}
.\[\&\.is-hidden\]\:opacity-0.is-hidden{
  opacity: 0;
}
.\[\&\.is-show\]\:pointer-events-auto.is-show{
  pointer-events: auto;
}
.\[\&\.is-show\]\:translate-y-0.is-show{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\.is-show\]\:opacity-100.is-show{
  opacity: 1;
}
.\[\&\.is-show\]\:\[clip-path\:circle\(143\%_at_100\%_0\%\)\].is-show{
  clip-path: circle(143% at 100% 0%);
}
/*# sourceMappingURL=style.css.map */
