:root {

  --primary-color: #CC4414;
  --secondary-color: #99330F;
  --bg-color: #1A1614;
  --text-color: #F7F3F0;
  --text-muted: #A3968E;
  --border-color: rgba(247, 243, 240, 0.12);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.7);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --nav-bg: var(--bg-color);
  --nav-btn-text: #ffffff;
  --sg-bg-color: #121212;
  --sg-surface-color: #1e1e1e;
  --sg-border-color: #333333;
  --sg-text-primary: #f5f5f5;
  --sg-text-secondary: #a3a3a3;
  --sg-accent-color: #e64a19;
  --sg-accent-hover: #d84315;
  --sg-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sg-font-serif: "Noto Serif SC", "Songti SC", STSong, serif;
  --sg-spacing-unit: 1.5rem;
  --sg-radius: 2px;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
body{
    margin: 0;
    font-family: "Playfair Display", "Noto Serif SC", "Songti SC", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.dd63__98d5{
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-sizing: border-box; color: #ffffff;}
.kcee0e22{
    display: flex;
    align-items: center;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.r9d492acbce{
    display: flex;
    align-items: center;
    margin-right: 64px;
    }
.xb8c59_2o{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1.5px;
    }
.h353ae_0wu{
    display: none;
    }
.c63s7v3nxv{
    display: flex;
    align-items: center;
    flex: 1;
    }
.y99a31_g5j{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 36px;
    }
.ad9dc2_a8v{
    display: flex;
    }
.rcaf5a7_9c49{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.5px;
    }
.rcaf5a7_9c49::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.rcaf5a7_9c49:hover{
    color: var(--text-color);
    }
.rcaf5a7_9c49:hover::after{
    width: 100%;
    }
.ua2462_5c{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.b453b2f9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    letter-spacing: 1px;
    }
.b453b2f9:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md); color: #ffffff;}
.n8d0__640d{
    display: none;
    }
.c6d3d5__7b3a{
    display: none;
    }
@media (max-width: 991px){.r9d492acbce {
    margin-right: auto;
    }
.c63s7v3nxv {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 32px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.h353ae_0wu:checked ~ .c63s7v3nxv {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.y99a31_g5j {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.ad9dc2_a8v {
    width: 100%;
    }
.rcaf5a7_9c49 {
    display: block;
    width: 100%;
    padding: 18px 4vw;
    border-bottom: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.rcaf5a7_9c49::after {
    display: none; 
    }
.d7f8f3_522 {
    display: none;
    }
.n8d0__640d {
    display: block;
    width: 100%;
    padding: 32px 4vw 0;
    box-sizing: border-box;
    }
.n8d0__640d .b453b2f9 {
    width: 100%;
    }
.c6d3d5__7b3a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    margin-left: 24px;
    }
.ud95e3_n2 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
    }
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(2) {
    opacity: 0;
    }
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
    }}
.rcaf5a7_9c49.active{color: var(--text-color);}
@media (min-width: 992px){.dd63__98d5 #nt9f7042c54e, .dd63__98d5 label[for="nt9f7042c54e"]{ display: none !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.rcaf5a7_9c49.active {color: var(--text-color);}
#nt9f7042c54e:checked ~ .c63s7v3nxv { right: 0 !important; left: auto !important; }
@media (max-width: 991px) {.dd63__98d5.vd6f7e83b .c63s7v3nxv { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 991px) {#nt9f7042c54e:checked ~ .c63s7v3nxv { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px) {.dd63__98d5.vd6f7e83b #nt9f7042c54e, .dd63__98d5.vd6f7e83b label[for="nt9f7042c54e"] { display: none !important; }}
@media (min-width: 992px) {.dd63__98d5.vd6f7e83b .c63s7v3nxv { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px) {.dd63__98d5.vd6f7e83b .c63s7v3nxv { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px) {.dd63__98d5.vd6f7e83b .c63s7v3nxv a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.m6fc9d2db3{
    background-color: var(--bg-color);
    color: var(--text-color);
    padding-top: 100px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
    width: 100%;
    box-sizing: border-box;
    }
.jf385c07f{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.a5a320e{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
    }
.xb1baab_6bp4{
    flex: 0 0 auto;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.w0fd60f_03w{
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    margin-bottom: 24px;
    letter-spacing: 2px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    transition: var(--transition);
    }
.w0fd60f_03w:hover{
    color: var(--primary-color);
    }
.e6b282eaf{
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.k0456__a4d8{
    flex: 1 1 auto;
    width: calc(100% - 460px);
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    }
.oe4a5_a5a{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    flex-direction: column;
    }
.oxwzw0pfn{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    }
.uca3d59_09{
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    }
.v567f_1c42{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    }
.yswhuoua57zn{
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    }
@media (max-width: 992px){.a5a320e{
    gap: 60px;
    margin-bottom: 60px;
    }
.xb1baab_6bp4{
    width: 100%;
    }
.k0456__a4d8{
    width: 100%;
    gap: 60px;
    }}
@media (max-width: 768px){.m6fc9d2db3{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.a5a320e{
    flex-direction: column;
    gap: 48px;
    }
.k0456__a4d8{
    flex-direction: column;
    gap: 40px;
    }
.oe4a5_a5a{
    width: 100%;
    }}
div.sb56__6de9.cce651_xpil.fad7d61_0bd8{
    background-color: var(--sg-bg-color);
    color: var(--sg-text-primary);
    font-family: var(--sg-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 4rem;
    }
div.sb56__6de9.cce651_xpil .y5c821415{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.sb56__6de9.cce651_xpil .h1cfdd99_opun{
    padding: 6rem 0 4rem 0;
    width: 100%;
    border-bottom: 1px solid var(--sg-border-color);
    margin-bottom: 3rem;
    }
div.sb56__6de9.cce651_xpil .r0af__323{
    max-width: 680px; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.sb56__6de9.cce651_xpil .h1cfdd99_opun h1{
    font-family: var(--sg-font-serif);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    color: var(--sg-text-primary);
    letter-spacing: -0.02em;
    }
div.sb56__6de9.cce651_xpil .h1cfdd99_opun p{
    font-size: 1.125rem;
    color: var(--sg-text-secondary);
    margin: 0 0 2.5rem 0;
    max-width: 100%;
    }
div.sb56__6de9.cce651_xpil .x2435d__86d1f{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sg-accent-color);
    color: #1a1a2e;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--sg-radius);
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }
div.sb56__6de9.cce651_xpil .x2435d__86d1f:hover{
    background-color: var(--sg-accent-hover);
    transform: translateY(-1px); color: #1a1a2e;}
div.sb56__6de9.cce651_xpil .c90fdc_5800{
    margin-top: 4rem;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius);
    background-color: var(--sg-surface-color); color: #ffffff;}
div.sb56__6de9.cce651_xpil .c90fdc_5800 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) contrast(1.1);
    }
div.sb56__6de9.cce651_xpil .if068d62f{
    width: 100%;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.sb56__6de9.cce651_xpil .t55330a_1t{
    max-width: 680px;
    margin-bottom: 2.5rem;
    }
div.sb56__6de9.cce651_xpil .t55330a_1t h2{
    font-family: var(--sg-font-serif);
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: var(--sg-text-primary);
    }
div.sb56__6de9.cce651_xpil .t55330a_1t p{
    color: var(--sg-text-secondary);
    font-size: 1rem;
    margin: 0;
    }
div.sb56__6de9.cce651_xpil .had0bc8b836{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem; 
    width: 100%;
    }
div.sb56__6de9.cce651_xpil .yd21949_c98{
    background-color: var(--sg-surface-color);
    border: 1px solid var(--sg-border-color);
    padding: 2rem;
    border-radius: var(--sg-radius);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.2s ease; color: #ffffff;}
div.sb56__6de9.cce651_xpil .yd21949_c98:hover{
    border-color: var(--sg-text-secondary);
    }
div.sb56__6de9.cce651_xpil .yd21949_c98 h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    font-family: var(--sg-font-serif);
    }
div.sb56__6de9.cce651_xpil .yd21949_c98 p{
    color: var(--sg-text-secondary);
    font-size: 0.9375rem;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
    }
div.sb56__6de9.cce651_xpil .xa47424d85b{
    color: var(--sg-text-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    border-bottom: 1px solid var(--sg-accent-color);
    padding-bottom: 2px;
    transition: color 0.2s ease;
    }
div.sb56__6de9.cce651_xpil .xa47424d85b:hover{
    color: var(--sg-accent-color);
    }
div.sb56__6de9.cce651_xpil .u256c5cn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    width: 100%;
    background-color: var(--sg-surface-color);
    border: 1px solid var(--sg-border-color);
    padding: 3rem;
    border-radius: var(--sg-radius); color: #ffffff;}
div.sb56__6de9.cce651_xpil .g2d3e74c_ky{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.sb56__6de9.cce651_xpil .x6852a00510{
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    }
div.sb56__6de9.cce651_xpil .x6852a00510::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    background-color: var(--sg-accent-color);
    border-radius: 50%; color: #1a1a2e;}
div.sb56__6de9.cce651_xpil .x6852a00510 h4{
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    }
div.sb56__6de9.cce651_xpil .x6852a00510 p{
    margin: 0;
    color: var(--sg-text-secondary);
    font-size: 0.9375rem;
    }
div.sb56__6de9.cce651_xpil .y13e170_2s3{
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border: 1px solid var(--sg-border-color);
    }
div.sb56__6de9.cce651_xpil .bb0afc2db{
    width: 100%;
    border-top: 1px solid var(--sg-border-color);
    padding-top: 3rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.sb56__6de9.cce651_xpil .k8ba265cbb9{
    color: var(--sg-text-secondary);
    font-size: 0.875rem;
    margin-top: 2rem;
    }
@media (max-width: 768px) {div.sb56__6de9.cce651_xpil .h1cfdd99_opun h1{ font-size: 2.5rem; }
div.sb56__6de9.cce651_xpil .u256c5cn{ grid-template-columns: 1fr; padding: 1.5rem; }
div.sb56__6de9.cce651_xpil .y5c821415{ padding: 0 1.25rem; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.sb56__6de9 img.n86ff0e4d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.sb56__6de9 img.n86ff0e4d.s07ee4ee5 { aspect-ratio: 16 / 9; }
div.sb56__6de9 img.n86ff0e4d.c0f075_83a8 { aspect-ratio: 16 / 10; }
div.sb56__6de9 img.n86ff0e4d.a3bc9cb40 { aspect-ratio: 4 / 3; }
div.sb56__6de9 img.n86ff0e4d.i83b1beaf93 { aspect-ratio: 1 / 1; }
div.sb56__6de9 :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.sb56__6de9 .g958a913e {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.sb56__6de9 .g958a913e.s07ee4ee5 { aspect-ratio: 16 / 9; }
div.sb56__6de9 .g958a913e.c0f075_83a8 { aspect-ratio: 16 / 10; }
div.sb56__6de9 .g958a913e.a3bc9cb40 { aspect-ratio: 4 / 3; }
div.sb56__6de9 .g958a913e.i83b1beaf93 { aspect-ratio: 1 / 1; }
div.sb56__6de9 .g958a913e > img.n86ff0e4d,
    div.sb56__6de9 .g958a913e > picture > img.n86ff0e4d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
body{
    margin: 0;
    font-family: "Playfair Display", "Noto Serif SC", "Songti SC", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.dd63__98d5{
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-sizing: border-box; color: #ffffff;}
.kcee0e22{
    display: flex;
    align-items: center;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.r9d492acbce{
    display: flex;
    align-items: center;
    margin-right: 64px;
    }
.xb8c59_2o{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1.5px;
    }
.h353ae_0wu{
    display: none;
    }
.c63s7v3nxv{
    display: flex;
    align-items: center;
    flex: 1;
    }
.y99a31_g5j{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 36px;
    }
.ad9dc2_a8v{
    display: flex;
    }
.rcaf5a7_9c49{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.5px;
    }
.rcaf5a7_9c49::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.rcaf5a7_9c49:hover{
    color: var(--text-color);
    }
.rcaf5a7_9c49:hover::after{
    width: 100%;
    }
.ua2462_5c{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.b453b2f9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    letter-spacing: 1px;
    }
.b453b2f9:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md); color: #ffffff;}
.n8d0__640d{
    display: none;
    }
.c6d3d5__7b3a{
    display: none;
    }
@media (max-width: 991px){.r9d492acbce {
    margin-right: auto;
    }
.c63s7v3nxv {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 32px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.h353ae_0wu:checked ~ .c63s7v3nxv {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.y99a31_g5j {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.ad9dc2_a8v {
    width: 100%;
    }
.rcaf5a7_9c49 {
    display: block;
    width: 100%;
    padding: 18px 4vw;
    border-bottom: 1px solid var(--border-color);
    box-sizing: border-box;
    }
.rcaf5a7_9c49::after {
    display: none; 
    }
.d7f8f3_522 {
    display: none;
    }
.n8d0__640d {
    display: block;
    width: 100%;
    padding: 32px 4vw 0;
    box-sizing: border-box;
    }
.n8d0__640d .b453b2f9 {
    width: 100%;
    }
.c6d3d5__7b3a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    margin-left: 24px;
    }
.ud95e3_n2 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
    }
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(2) {
    opacity: 0;
    }
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
    }}
.rcaf5a7_9c49.active{color: var(--text-color);}
@media (min-width: 992px){.dd63__98d5 #nt9f7042c54e, .dd63__98d5 label[for="nt9f7042c54e"]{ display: none !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.rcaf5a7_9c49.active{color: var(--text-color);}
#nt9f7042c54e:checked ~ .c63s7v3nxv{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.dd63__98d5.vd6f7e83b .c63s7v3nxv{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 991px){#nt9f7042c54e:checked ~ .c63s7v3nxv{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b #nt9f7042c54e, .dd63__98d5.vd6f7e83b label[for="nt9f7042c54e"]{ display: none !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b .c63s7v3nxv{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b .c63s7v3nxv{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b .c63s7v3nxv a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.m6fc9d2db3{
    background-color: var(--bg-color);
    color: var(--text-color);
    padding-top: 100px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
    width: 100%;
    box-sizing: border-box;
    }
.jf385c07f{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.a5a320e{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
    }
.xb1baab_6bp4{
    flex: 0 0 auto;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.w0fd60f_03w{
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    margin-bottom: 24px;
    letter-spacing: 2px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 4px;
    transition: var(--transition);
    }
.w0fd60f_03w:hover{
    color: var(--primary-color);
    }
.e6b282eaf{
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.k0456__a4d8{
    flex: 1 1 auto;
    width: calc(100% - 460px);
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    }
.oe4a5_a5a{
    flex: 0 0 auto;
    width: auto;
    display: flex;
    flex-direction: column;
    }
.oxwzw0pfn{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    }
.uca3d59_09{
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    }
.v567f_1c42{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    }
.yswhuoua57zn{
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    }
@media (max-width: 992px){.a5a320e{
    gap: 60px;
    margin-bottom: 60px;
    }
.xb1baab_6bp4{
    width: 100%;
    }
.k0456__a4d8{
    width: 100%;
    gap: 60px;
    }}
@media (max-width: 768px){.m6fc9d2db3{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.a5a320e{
    flex-direction: column;
    gap: 48px;
    }
.k0456__a4d8{
    flex-direction: column;
    gap: 40px;
    }
.oe4a5_a5a{
    width: 100%;
    }}
body{
  margin: 0;
  font-family: "Playfair Display", "Noto Serif SC", "Songti SC", serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.dd63__98d5{
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  box-sizing: border-box; color: #ffffff;}
.kcee0e22{
  display: flex;
  align-items: center;
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
}
.r9d492acbce{
  display: flex;
  align-items: center;
  margin-right: 64px;
}
.xb8c59_2o{
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 1.5px;
}
.h353ae_0wu{
  display: none;
}
.c63s7v3nxv{
  display: flex;
  align-items: center;
  flex: 1;
}
.y99a31_g5j{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 36px;
}
.ad9dc2_a8v{
  display: flex;
}
.rcaf5a7_9c49{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.5px;
}
.rcaf5a7_9c49::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.rcaf5a7_9c49:hover{
  color: var(--text-color);
}
.rcaf5a7_9c49:hover::after{
  width: 100%;
}
.ua2462_5c{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.b453b2f9{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  border: 1px solid var(--primary-color);
  cursor: pointer;
  letter-spacing: 1px;
}
.b453b2f9:hover{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: var(--shadow-md); color: #ffffff;}
.n8d0__640d{
  display: none;
}
.c6d3d5__7b3a{
  display: none;
}
@media (max-width: 991px){.r9d492acbce {
    margin-right: auto;
  }
.c63s7v3nxv {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 32px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.h353ae_0wu:checked ~ .c63s7v3nxv {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.y99a31_g5j {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.ad9dc2_a8v {
    width: 100%;
  }
.rcaf5a7_9c49 {
    display: block;
    width: 100%;
    padding: 18px 4vw;
    border-bottom: 1px solid var(--border-color);
    box-sizing: border-box;
  }
.rcaf5a7_9c49::after {
    display: none; 
  }
.d7f8f3_522 {
    display: none;
  }
.n8d0__640d {
    display: block;
    width: 100%;
    padding: 32px 4vw 0;
    box-sizing: border-box;
  }
.n8d0__640d .b453b2f9 {
    width: 100%;
  }
.c6d3d5__7b3a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    margin-left: 24px;
  }
.ud95e3_n2 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(2) {
    opacity: 0;
  }
.h353ae_0wu:checked ~ .ua2462_5c .c6d3d5__7b3a .ud95e3_n2:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }}
.rcaf5a7_9c49.active{color: var(--text-color);}
@media (min-width: 992px){.dd63__98d5 #nt9f7042c54e, .dd63__98d5 label[for="nt9f7042c54e"]{ display: none !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.dd63__98d5 .c63s7v3nxv a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.rcaf5a7_9c49.active{color: var(--text-color);}
#nt9f7042c54e:checked ~ .c63s7v3nxv{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.dd63__98d5.vd6f7e83b .c63s7v3nxv{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 991px){#nt9f7042c54e:checked ~ .c63s7v3nxv{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b #nt9f7042c54e, .dd63__98d5.vd6f7e83b label[for="nt9f7042c54e"]{ display: none !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b .c63s7v3nxv{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b .c63s7v3nxv{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 992px){.dd63__98d5.vd6f7e83b .c63s7v3nxv a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i88ae7140{
  background-color: var(--bg-color);
  color: var(--text-color);
  padding-top: 100px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color);
  font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
  width: 100%;
  box-sizing: border-box;
}
.pca4b28a66e{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lf23__627e{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
}
.k164__e72d{
  flex: 0 0 auto;
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m45371_38b1{
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  margin-bottom: 24px;
  letter-spacing: 2px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
  transition: var(--transition);
}
.m45371_38b1:hover{
  color: var(--primary-color);
}
.o5d6d9ff9{
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.o0e8__f94a{
  flex: 1 1 auto;
  width: calc(100% - 460px);
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}
.a074a0329{
  flex: 0 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
}
.ed6193901{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
}
.u90f__f9bd{
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.f4acd8677ac{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
  width: 100%;
}
.zfaebc_fab6{
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media (max-width: 992px){.lf23__627e{
    gap: 60px;
    margin-bottom: 60px;
  }
.k164__e72d{
    width: 100%;
  }
.o0e8__f94a{
    width: 100%;
    gap: 60px;
  }}
@media (max-width: 768px){.i88ae7140{
    padding-top: 60px;
    padding-bottom: 30px;
  }
.lf23__627e{
    flex-direction: column;
    gap: 48px;
  }
.o0e8__f94a{
    flex-direction: column;
    gap: 40px;
  }
.a074a0329{
    width: 100%;
  }}
.b8a638ac541{box-sizing:border-box;}
.l493__d232{box-sizing:border-box;}
.l1729c8a0e7{box-sizing:border-box;}
.ge4f__255f{display:block;max-width:100%;height:auto;}