:root {

  --env-primary-color: var(--theme-primary, hsl(195, 85%, 35%));
  --env-accent-color: var(--theme-accent, hsl(210, 100%, 50%));
  --env-bg-color: var(--theme-bg, hsl(210, 20%, 98%));
  --env-surface-color: var(--theme-surface, #ffffff);
  --env-text-main: var(--theme-text-main, hsl(220, 30%, 15%));
  --env-text-muted: var(--theme-text-muted, hsl(220, 15%, 45%));
  --env-border-color: var(--theme-border, hsl(210, 20%, 85%));
  --env-font-heading: "Noto Serif SC", "Songti SC", "STSong", serif;
  --env-font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --env-radius-lg: 16px;
  --env-radius-md: 8px;
  --env-radius-sm: 4px;
  --env-shadow-button: 0 4px 14px 0 hsla(195, 85%, 35%, 0.3);
  --env-shadow-card: 0 8px 30px rgba(0, 0, 0, 0.04);
  --primary-color: #0044FF;
  --secondary-color: #7209B7;
  --bg-color: #F8F9FB;
  --text-color: #0B132B;
  --text-muted: #5C677D;
  --border-color: #0B132B;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 4px 4px 0px var(--border-color);
  --shadow-md: 6px 6px 0px var(--border-color);
  --shadow-lg: 8px 8px 0px var(--border-color);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #FFFFFF;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.jf96__e552.hc533ab66.rejjvrca{
    background-color: var(--env-bg-color);
    color: var(--env-text-main);
    font-family: var(--env-font-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.jf96__e552.hc533ab66 .vd53a5b6146{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.jf96__e552.hc533ab66.rejjvrca h1, div.jf96__e552.hc533ab66.rejjvrca h2, div.jf96__e552.hc533ab66.rejjvrca h3{
    font-family: var(--env-font-heading);
    font-weight: 700;
    color: var(--env-text-main);
    margin-top: 0;
    text-align: left;
    }
div.jf96__e552.hc533ab66 .za3d414{
    padding: 120px 0 80px 0;
    width: 100%;
    border-bottom: 1px solid var(--env-border-color);
    background: linear-gradient(135deg, var(--env-bg-color) 0%, #ffffff 100%); color: #1a1a2e;}
div.jf96__e552.hc533ab66 .j3a61a24_iu{
    
    max-width: 680px;
    }
div.jf96__e552.hc533ab66 .za3d414 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: var(--env-primary-color);
    }
div.jf96__e552.hc533ab66 .za3d414 p{
    font-size: 1.125rem;
    color: var(--env-text-muted);
    margin-bottom: 40px;
    }
div.jf96__e552.hc533ab66 .ye2c2131d1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background-color: var(--env-primary-color);
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--env-radius-sm);
    box-shadow: var(--env-shadow-button);
    transition: all 0.2s ease;
    border: 1px solid transparent;
    }
div.jf96__e552.hc533ab66 .ye2c2131d1:hover{
    background-color: var(--env-accent-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 hsla(210, 100%, 50%, 0.4); color: #1a1a2e;}
div.jf96__e552.hc533ab66 .ed5bf_b30{
    padding: 100px 0;
    width: 100%;
    }
div.jf96__e552.hc533ab66 .mcrzy1wnm{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.jf96__e552.hc533ab66 .c711b6_2xs9{
    font-size: 1.125rem;
    color: var(--env-text-muted);
    max-width: 680px;
    margin-bottom: 48px;
    }
div.jf96__e552.hc533ab66 .x35dd841_coar{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    width: 100%;
    }
div.jf96__e552.hc533ab66 .cvwtwl8uj{
    background: var(--env-surface-color);
    border: 1px solid var(--env-border-color);
    border-radius: var(--env-radius-md);
    padding: 32px;
    box-shadow: var(--env-shadow-card);
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
div.jf96__e552.hc533ab66 .cvwtwl8uj h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--env-primary-color);
    padding-bottom: 8px;
    display: inline-block;
    }
div.jf96__e552.hc533ab66 .r5448_46cd{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    }
div.jf96__e552.hc533ab66 .r5448_46cd li{
    font-size: 0.95rem;
    color: var(--env-text-muted);
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    }
div.jf96__e552.hc533ab66 .r5448_46cd li::before{
    content: "■";
    color: var(--env-primary-color);
    font-size: 0.6rem;
    position: absolute;
    left: 0;
    top: 6px;
    }
div.jf96__e552.hc533ab66 .l43b__b63b5{
    padding: 100px 0;
    background-color: var(--env-surface-color);
    width: 100%;
    border-top: 1px solid var(--env-border-color);
    border-bottom: 1px solid var(--env-border-color); color: #1a1a2e;}
div.jf96__e552.hc533ab66 .x3931_d5{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    width: 100%;
    }
div.jf96__e552.hc533ab66 .xc206623e32{
    flex: 1;
    max-width: 600px;
    }
div.jf96__e552.hc533ab66 .cbcde__08e7{
    flex: 1;
    width: 100%;
    border-radius: var(--env-radius-lg);
    overflow: hidden;
    box-shadow: var(--env-shadow-card);
    }
div.jf96__e552.hc533ab66 .cbcde__08e7 img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    }
div.jf96__e552.hc533ab66 .q38349264{
    padding: 100px 0;
    width: 100%;
    }
div.jf96__e552.hc533ab66 .za23955f5c{
    width: 100%;
    max-width: 800px; 
    }
div.jf96__e552.hc533ab66 .af7b351018f{
    border-bottom: 1px solid var(--env-border-color);
    padding: 24px 0;
    }
div.jf96__e552.hc533ab66 .af7b351018f:first-child{
    border-top: 1px solid var(--env-border-color);
    }
div.jf96__e552.hc533ab66 .f749__239{
    font-family: var(--env-font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--env-text-main);
    margin-bottom: 12px;
    }
div.jf96__e552.hc533ab66 .s0cd6ed7c9{
    font-size: 1rem;
    color: var(--env-text-muted);
    }
div.jf96__e552.hc533ab66 .o78b74700{
    color: var(--env-primary-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    }
div.jf96__e552.hc533ab66 .o78b74700:hover{
    color: var(--env-accent-color);
    }
div.jf96__e552.hc533ab66 .b6cadea9166{
    background-color: var(--env-text-main);
    color: #ffffff;
    padding: 80px 0 40px 0;
    width: 100%;
    }
div.jf96__e552.hc533ab66 .cfa8__c862{
    max-width: 680px;
    }
div.jf96__e552.hc533ab66 .b6cadea9166 h2{
    color: #ffffff;
    margin-bottom: 24px;
    }
div.jf96__e552.hc533ab66 .b6cadea9166 p{
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    }
div.jf96__e552.hc533ab66 .v386cf_04a5{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    }
div.jf96__e552.hc533ab66 .v386cf_04a5:hover{
    background-color: #ffffff;
    color: var(--env-text-main);
    box-shadow: none;
    }
div.jf96__e552.hc533ab66 .env-copyright{
    margin-top: 80px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    }
@media (max-width: 992px) {div.jf96__e552.hc533ab66 .x3931_d5{
    flex-direction: column;
    }
div.jf96__e552.hc533ab66 .cbcde__08e7{
    max-width: 100%;
    }}
@media (max-width: 768px) {div.jf96__e552.hc533ab66 .za3d414{
    padding: 80px 0 60px 0;
    }
div.jf96__e552.hc533ab66 .mcrzy1wnm{
    font-size: 1.5rem;
    }
div.jf96__e552.hc533ab66 .x35dd841_coar{
    grid-template-columns: 1fr;
    }}
.z16aeb1_h6ne{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px; color: #1a1a2e;}
.bcce3_c9{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    }
.k4o93vw4ye{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    max-width: 680px;
    }
.v6645__190{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
    }
.cdb4ff_ns{
    width: 24px;
    height: 24px;
    background-color: var(--secondary-color);
    border: 2px solid var(--border-color);
    flex: 0 0 auto; color: #ffffff;}
.jcba52f3236{
    font-family: "Playfair Display", "Noto Serif SC", serif;
    font-size: 42px;
    font-weight: 900;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    flex: 1 1 auto;
    }
.b778__4f0{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
    }
.d67315_5824{
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    margin-top: 0;
    margin-bottom: 40px;
    flex: 0 0 auto; color: #ffffff;}
.t7b2a5b{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 32px;
    }
.ef12c94_36{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    }
.q23af64{
    display: flex;
    flex: 0 0 auto;
    }
.edb96bded{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    transition: var(--transition);
    cursor: pointer;
    }
.edb96bded:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    background-color: var(--secondary-color); color: #ffffff;}
@media (max-width: 768px){.z16aeb1_h6ne{
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    }
.jcba52f3236{
    font-size: 32px;
    }
.b778__4f0{
    font-size: 16px;
    }
.t7b2a5b{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }}
.h5f0fcf95, .h5f0fcf95 *{
    box-sizing: border-box;
    }
.h5f0fcf95{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    z-index: 9999;
    
    font-family: "Noto Serif SC", "Songti SC", "SimSun", "Times New Roman", serif; color: #1a1a2e;}
.h64c2acb_a6a{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    }
.t6a11ea9_fo7{
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.dpnwt3qwk8u5{
    display: none;
    }
.s951f6_czs{
    display: none;
    width: 32px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    }
.re044__d52{
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.m40488_7f4s{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 48px;
    }
.b832ed1f{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.w5b9__d8e{
    display: inline-block;
    }
.pa1d0b0_21l{
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
    transition: var(--transition);
    }
.pa1d0b0_21l::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.pa1d0b0_21l:hover{
    color: var(--primary-color);
    }
.pa1d0b0_21l:hover::after{
    width: 100%;
    }
.ied21a5aaa{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.w9f9e8_be05{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0 32px;
    height: 48px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-md);
    }
.w9f9e8_be05:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px); color: #ffffff;}
.w9f9e8_be05:active{
    box-shadow: 0 0 0 var(--border-color);
    transform: translate(2px, 2px);
    }
@media (max-width: 1150px){.m40488_7f4s {
    margin-left: 24px;
    }
.b832ed1f {
    gap: 16px;
    }
.w9f9e8_be05 {
    padding: 0 20px;
    }}
@media (max-width: 960px){.h64c2acb_a6a{
    justify-content: space-between;
    }
.s951f6_czs{
    display: flex;
    }
.m40488_7f4s{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.dpnwt3qwk8u5:checked ~ .m40488_7f4s{
    max-height: 800px;
    padding-bottom: 32px;
    }
.b832ed1f{
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.w5b9__d8e{
    width: 100%;
    border-bottom: 1px solid rgba(11, 19, 43, 0.1);
    }
.pa1d0b0_21l{
    display: block;
    padding: 16px 24px;
    }
.ied21a5aaa{
    margin: 32px 24px 0 24px;
    width: calc(100% - 48px);
    }
.w9f9e8_be05{
    width: 100%;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(2){
    opacity: 0;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
    }}
.pa1d0b0_21l.active{color: var(--primary-color);}
@media (min-width: 1151px){.h5f0fcf95 #ntef6c87fc3d, .h5f0fcf95 label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa1d0b0_21l.active {color: var(--primary-color);}
#ntef6c87fc3d:checked ~ .m40488_7f4s { right: 0 !important; left: auto !important; }
@media (max-width: 1150px) {.h5f0fcf95.o018__273d .m40488_7f4s { 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: 1150px) {#ntef6c87fc3d:checked ~ .m40488_7f4s { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px) {.h5f0fcf95.o018__273d #ntef6c87fc3d, .h5f0fcf95.o018__273d label[for="ntef6c87fc3d"] { display: none !important; }}
@media (min-width: 1151px) {.h5f0fcf95.o018__273d .m40488_7f4s { 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: 1151px) {.h5f0fcf95.o018__273d .m40488_7f4s { 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: 1151px) {.h5f0fcf95.o018__273d .m40488_7f4s 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.jf96__e552 img.a592__0a2a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.jf96__e552 img.a592__0a2a.xf2424e28 { aspect-ratio: 16 / 9; }
div.jf96__e552 img.a592__0a2a.b657__ef13 { aspect-ratio: 16 / 10; }
div.jf96__e552 img.a592__0a2a.yfe0cd_2498 { aspect-ratio: 4 / 3; }
div.jf96__e552 img.a592__0a2a.y8a3__784a { aspect-ratio: 1 / 1; }
div.jf96__e552 :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.jf96__e552 .h6b6808c1 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.jf96__e552 .h6b6808c1.xf2424e28 { aspect-ratio: 16 / 9; }
div.jf96__e552 .h6b6808c1.b657__ef13 { aspect-ratio: 16 / 10; }
div.jf96__e552 .h6b6808c1.yfe0cd_2498 { aspect-ratio: 4 / 3; }
div.jf96__e552 .h6b6808c1.y8a3__784a { aspect-ratio: 1 / 1; }
div.jf96__e552 .h6b6808c1 > img.a592__0a2a,
    div.jf96__e552 .h6b6808c1 > picture > img.a592__0a2a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.jf96__e552.hc533ab66 .ye2c2131d1 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.jf96__e552.hc533ab66 .ye2c2131d1 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.jf96__e552.hc533ab66 .ye2c2131d1 a:not([class]):hover{opacity:0.92;}
div.jf96__e552.hc533ab66 .ye2c2131d1 a[class=""]:hover{opacity:0.92;}
div.jf96__e552.hc533ab66 .ye2c2131d1 a:not([class]):visited{color:#ffffff !important;}
div.jf96__e552.hc533ab66 .ye2c2131d1 a[class=""]:visited{color:#ffffff !important;}
.l865a8_759e {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.l865a8_759e > :first-child,
    .l865a8_759e > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.h5f0fcf95, .h5f0fcf95 *{
    box-sizing: border-box;
    }
.h5f0fcf95{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    z-index: 9999;
    
    font-family: "Noto Serif SC", "Songti SC", "SimSun", "Times New Roman", serif; color: #1a1a2e;}
.h64c2acb_a6a{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    }
.t6a11ea9_fo7{
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.dpnwt3qwk8u5{
    display: none;
    }
.s951f6_czs{
    display: none;
    width: 32px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    }
.re044__d52{
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.m40488_7f4s{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 48px;
    }
.b832ed1f{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.w5b9__d8e{
    display: inline-block;
    }
.pa1d0b0_21l{
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
    transition: var(--transition);
    }
.pa1d0b0_21l::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.pa1d0b0_21l:hover{
    color: var(--primary-color);
    }
.pa1d0b0_21l:hover::after{
    width: 100%;
    }
.ied21a5aaa{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.w9f9e8_be05{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0 32px;
    height: 48px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-md);
    }
.w9f9e8_be05:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px); color: #ffffff;}
.w9f9e8_be05:active{
    box-shadow: 0 0 0 var(--border-color);
    transform: translate(2px, 2px);
    }
@media (max-width: 1150px){.m40488_7f4s {
    margin-left: 24px;
    }
.b832ed1f {
    gap: 16px;
    }
.w9f9e8_be05 {
    padding: 0 20px;
    }}
@media (max-width: 960px){.h64c2acb_a6a{
    justify-content: space-between;
    }
.s951f6_czs{
    display: flex;
    }
.m40488_7f4s{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.dpnwt3qwk8u5:checked ~ .m40488_7f4s{
    max-height: 800px;
    padding-bottom: 32px;
    }
.b832ed1f{
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.w5b9__d8e{
    width: 100%;
    border-bottom: 1px solid rgba(11, 19, 43, 0.1);
    }
.pa1d0b0_21l{
    display: block;
    padding: 16px 24px;
    }
.ied21a5aaa{
    margin: 32px 24px 0 24px;
    width: calc(100% - 48px);
    }
.w9f9e8_be05{
    width: 100%;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(2){
    opacity: 0;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
    }}
.pa1d0b0_21l.active{color: var(--primary-color);}
@media (min-width: 1151px){.h5f0fcf95 #ntef6c87fc3d, .h5f0fcf95 label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa1d0b0_21l.active{color: var(--primary-color);}
#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; }
@media (max-width: 1150px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1150px){#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d #ntef6c87fc3d, .h5f0fcf95.o018__273d label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z16aeb1_h6ne{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px; color: #1a1a2e;}
.bcce3_c9{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    }
.k4o93vw4ye{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    max-width: 680px;
    }
.v6645__190{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
    }
.cdb4ff_ns{
    width: 24px;
    height: 24px;
    background-color: var(--secondary-color);
    border: 2px solid var(--border-color);
    flex: 0 0 auto; color: #ffffff;}
.jcba52f3236{
    font-family: "Playfair Display", "Noto Serif SC", serif;
    font-size: 42px;
    font-weight: 900;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    flex: 1 1 auto;
    }
.b778__4f0{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
    }
.d67315_5824{
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    margin-top: 0;
    margin-bottom: 40px;
    flex: 0 0 auto; color: #ffffff;}
.t7b2a5b{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 32px;
    }
.ef12c94_36{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    }
.q23af64{
    display: flex;
    flex: 0 0 auto;
    }
.edb96bded{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    transition: var(--transition);
    cursor: pointer;
    }
.edb96bded:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    background-color: var(--secondary-color); color: #ffffff;}
@media (max-width: 768px){.z16aeb1_h6ne{
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    }
.jcba52f3236{
    font-size: 32px;
    }
.b778__4f0{
    font-size: 16px;
    }
.t7b2a5b{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }}
.h5f0fcf95, .h5f0fcf95 *{
  box-sizing: border-box;
}
.h5f0fcf95{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  z-index: 9999;
  
  font-family: "Noto Serif SC", "Songti SC", "SimSun", "Times New Roman", serif; color: #1a1a2e;}
.h64c2acb_a6a{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
}
.t6a11ea9_fo7{
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.dpnwt3qwk8u5{
  display: none;
}
.s951f6_czs{
  display: none;
  width: 32px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.re044__d52{
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.m40488_7f4s{
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 48px;
}
.b832ed1f{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.w5b9__d8e{
  display: inline-block;
}
.pa1d0b0_21l{
  color: var(--text-color);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 0;
  position: relative;
  transition: var(--transition);
}
.pa1d0b0_21l::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #ffffff;}
.pa1d0b0_21l:hover{
  color: var(--primary-color);
}
.pa1d0b0_21l:hover::after{
  width: 100%;
}
.ied21a5aaa{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.w9f9e8_be05{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--btn-text);
  
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 32px;
  height: 48px;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius-md);
}
.w9f9e8_be05:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translate(-2px, -2px); color: #ffffff;}
.w9f9e8_be05:active{
  box-shadow: 0 0 0 var(--border-color);
  transform: translate(2px, 2px);
}
@media (max-width: 1150px){.m40488_7f4s {
    margin-left: 24px;
  }
.b832ed1f {
    gap: 16px;
  }
.w9f9e8_be05 {
    padding: 0 20px;
  }}
@media (max-width: 960px){.h64c2acb_a6a{
    justify-content: space-between;
  }
.s951f6_czs{
    display: flex;
  }
.m40488_7f4s{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.dpnwt3qwk8u5:checked ~ .m40488_7f4s{
    max-height: 800px;
    padding-bottom: 32px;
  }
.b832ed1f{
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.w5b9__d8e{
    width: 100%;
    border-bottom: 1px solid rgba(11, 19, 43, 0.1);
  }
.pa1d0b0_21l{
    display: block;
    padding: 16px 24px;
  }
.ied21a5aaa{
    margin: 32px 24px 0 24px;
    width: calc(100% - 48px);
  }
.w9f9e8_be05{
    width: 100%;
  }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(2){
    opacity: 0;
  }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
  }}
.pa1d0b0_21l.active{color: var(--primary-color);}
@media (min-width: 1151px){.h5f0fcf95 #ntef6c87fc3d, .h5f0fcf95 label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa1d0b0_21l.active{color: var(--primary-color);}
#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; }
@media (max-width: 1150px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1150px){#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d #ntef6c87fc3d, .h5f0fcf95.o018__273d label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w5c4af_f700{
  background-color: var(--bg-color);
  border-top: 4px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px; color: #1a1a2e;}
.ta47__9688{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.vcedcc567f9{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
  max-width: 680px;
}
.fa85e948a63{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
}
.o7d50a_db5e{
  width: 24px;
  height: 24px;
  background-color: var(--secondary-color);
  border: 2px solid var(--border-color);
  flex: 0 0 auto; color: #ffffff;}
.f4232c_5443{
  font-family: "Playfair Display", "Noto Serif SC", serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  flex: 1 1 auto;
}
.nc2dd8112{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
}
.j192f9_ad2d{
  width: 100%;
  height: 2px;
  background-color: var(--border-color);
  margin-top: 0;
  margin-bottom: 40px;
  flex: 0 0 auto; color: #ffffff;}
.s344__1b4e{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}
.r4d0c36a74c{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.m06b9c_7270{
  display: flex;
  flex: 0 0 auto;
}
.mc82__7d09{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--btn-text);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex: 0 0 auto;
  transition: var(--transition);
  cursor: pointer;
}
.mc82__7d09:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
  background-color: var(--secondary-color); color: #ffffff;}
@media (max-width: 768px){.w5c4af_f700{
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
.f4232c_5443{
    font-size: 32px;
  }
.nc2dd8112{
    font-size: 16px;
  }
.s344__1b4e{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }}
.x2c4__dbcb{box-sizing:border-box;}
.uc049228c{box-sizing:border-box;}
.v1077f410{box-sizing:border-box;}
.p82d2d_de65{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.t7b2a5b { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}