:root {

  --pg-bg: #1c1816;
  --pg-surface: #26211e;
  --pg-surface-alt: #302a26;
  --pg-text-primary: #f0ebe6;
  --pg-text-secondary: #b3aba6;
  --pg-accent: #d97034;
  --pg-accent-hover: #e8864a;
  --pg-border: #403833;
  --pg-font-serif: "Noto Serif SC", "Songti SC", "Georgia", serif;
  --pg-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --pg-max-width: 1200px;
  --pg-text-width: 680px;
  --pg-radius-sm: 4px;
  --pg-radius-md: 8px;
  --pg-radius-lg: 12px;
  --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;
  --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%);
}
div.sb56__6de9.z62b__0fe.n804eb__42361{
    background-color: var(--pg-bg);
    color: var(--pg-text-primary);
    font-family: var(--pg-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 4rem;
    }
div.sb56__6de9.z62b__0fe .u2bb9__d698{
    max-width: var(--pg-max-width);
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
    }
div.sb56__6de9.z62b__0fe .ea93d83_90{
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    }
div.sb56__6de9.z62b__0fe .qd95c5d7742{
    padding: 6rem 0 4rem;
    border-bottom: 1px solid var(--pg-border);
    }
div.sb56__6de9.z62b__0fe .y164f9a0{
    max-width: var(--pg-text-width);
    }
div.sb56__6de9.z62b__0fe .qd95c5d7742 h1{
    font-family: var(--pg-font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--pg-text-primary);
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
    }
div.sb56__6de9.z62b__0fe .qd95c5d7742 p{
    font-size: 1.125rem;
    color: var(--pg-text-secondary);
    margin: 0 0 2.5rem 0;
    }
div.sb56__6de9.z62b__0fe .da05e6__d4b90{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pg-accent);
    color: #1a1a2e;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--pg-radius-sm);
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 12px rgba(217, 112, 52, 0.2);
    }
div.sb56__6de9.z62b__0fe .da05e6__d4b90:hover{
    background-color: var(--pg-accent-hover);
    transform: translateY(-1px); color: #1a1a2e;}
div.sb56__6de9.z62b__0fe .j19e52_z0i{
    padding: 4rem 0;
    }
div.sb56__6de9.z62b__0fe .j9688fd_af20{
    max-width: var(--pg-text-width);
    margin-bottom: 3rem;
    }
div.sb56__6de9.z62b__0fe .j9688fd_af20 h2{
    font-family: var(--pg-font-serif);
    font-size: 2rem;
    color: var(--pg-text-primary);
    margin: 0 0 1rem 0;
    font-weight: 600;
    }
div.sb56__6de9.z62b__0fe .j9688fd_af20 p{
    color: var(--pg-text-secondary);
    font-size: 1.05rem;
    margin: 0;
    }
div.sb56__6de9.z62b__0fe .e966b50_ezj3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    }
@media (max-width: 860px) {div.sb56__6de9.z62b__0fe .e966b50_ezj3{
    grid-template-columns: 1fr;
    gap: 2.5rem;
    }}
div.sb56__6de9.z62b__0fe .r14279e9bb7{border-radius: var(--pg-radius-lg);
    overflow: hidden;
    border: 1px solid var(--pg-border);
    background-color: var(--pg-surface);
    position: relative;
    aspect-ratio: 16 / 10; isolation: isolate; color: #ffffff;}
div.sb56__6de9.z62b__0fe .r14279e9bb7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    }
div.sb56__6de9.z62b__0fe .r14279e9bb7:hover img{
    opacity: 1;
    }
div.sb56__6de9.z62b__0fe .a15150d_ef7{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    }
div.sb56__6de9.z62b__0fe .pa26dd__ff6{
    background-color: var(--pg-surface);
    padding: 1.5rem;
    border-radius: var(--pg-radius-md);
    border-left: 4px solid var(--pg-accent); color: #ffffff;}
div.sb56__6de9.z62b__0fe .pa26dd__ff6 h3{
    font-size: 1.125rem;
    margin: 0 0 0.75rem 0;
    color: var(--pg-text-primary);
    }
div.sb56__6de9.z62b__0fe .pa26dd__ff6 p{
    margin: 0;
    color: var(--pg-text-secondary);
    font-size: 0.95rem;
    }
div.sb56__6de9.z62b__0fe .zcbb01fa{
    color: var(--pg-accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.sb56__6de9.z62b__0fe .zcbb01fa:hover{
    border-bottom-color: var(--pg-accent);
    }
div.sb56__6de9.z62b__0fe .m2b74a_h3y{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    }
div.sb56__6de9.z62b__0fe .ahrnhs0hdr{
    background-color: var(--pg-surface);
    border: 1px solid var(--pg-border);
    padding: 2rem;
    border-radius: var(--pg-radius-md);
    transition: transform 0.2s ease, border-color 0.2s ease; color: #ffffff;}
div.sb56__6de9.z62b__0fe .ahrnhs0hdr:hover{
    border-color: var(--pg-accent);
    transform: translateY(-2px);
    }
div.sb56__6de9.z62b__0fe .ahrnhs0hdr h3{
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    color: var(--pg-text-primary);
    line-height: 1.4;
    }
div.sb56__6de9.z62b__0fe .ahrnhs0hdr p{
    margin: 0;
    color: var(--pg-text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    }
div.sb56__6de9.z62b__0fe .v84c73e_2v{
    background-color: var(--pg-surface-alt);
    padding: 3rem;
    border-radius: var(--pg-radius-lg);
    display: flex;
    flex-direction: column;
    gap: 1.5rem; color: #ffffff;}
div.sb56__6de9.z62b__0fe .v84c73e_2v h3{
    font-size: 1.5rem;
    margin: 0;
    font-family: var(--pg-font-serif);
    }
div.sb56__6de9.z62b__0fe .m52d__5a0{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--pg-border);
    }
div.sb56__6de9.z62b__0fe .m52d__5a0:last-child{
    border-bottom: none;
    padding-bottom: 0;
    }
div.sb56__6de9.z62b__0fe .f980856c509{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--pg-bg);
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 0.9rem;
    flex-shrink: 0;
    }
div.sb56__6de9.z62b__0fe .d2964e4a_uiqu{
    color: var(--pg-text-secondary);
    margin: 0;
    font-size: 1rem;
    }
div.sb56__6de9.z62b__0fe .x05315731{
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--pg-border);
    text-align: left; 
    }
div.sb56__6de9.z62b__0fe .x05315731 p{
    color: var(--pg-text-secondary);
    font-size: 0.875rem;
    margin: 0;
    }
.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; }}
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;}