:root {

  --sync-primary: hsl(242, 76%, 60%);
  --sync-secondary: hsl(28, 61%, 60%);
  --sync-text: hsl(242, 10%, 12%);
  --sync-bg: hsl(242, 7%, 95%);
  --sync-card-bg: hsl(0, 0%, 100%);
  --sync-border: hsl(242, 10%, 85%);
  --primary-color: hsl(242, 76%, 60%);
  --secondary-color: hsl(28, 61%, 60%);
  --bg-color: hsl(242, 7%, 95%);
  --text-color: hsl(242, 10%, 12%);
  --text-muted: hsl(242, 10%, 40%);
  --border-color: rgba(14, 14, 34, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --shadow-sm: 0 4px 12px rgba(75, 82, 235, 0.12);
  --shadow-md: 0 8px 24px rgba(75, 82, 235, 0.2);
  --shadow-lg: 0 16px 40px rgba(75, 82, 235, 0.3);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --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.n1b856e2a.f6810__e075 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.n1b856e2a.f6810__e075{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--sync-text, #1f1f23);
    background: var(--sync-bg, #f0f0f2);
    line-height: 1.6;
    }
div.n1b856e2a.f6810__e075 .ib8244_9fd{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.n1b856e2a.f6810__e075 .bd4d917a_1gcr{
    padding: 80px 0 60px;
    }
div.n1b856e2a.f6810__e075 .bd4d917a_1gcr h1{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 680px;
    }
div.n1b856e2a.f6810__e075 .d45d097{
    font-size: 18px;
    color: hsl(242, 10%, 35%);
    max-width: 680px;
    margin-bottom: 32px;
    }
div.n1b856e2a.f6810__e075 .mea9bb_8q7g{
    display: inline-block;
    padding: 14px 32px;
    background: var(--sync-primary, #5b5bf6);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(91, 91, 246, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.n1b856e2a.f6810__e075 .mea9bb_8q7g:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(91, 91, 246, 0.35);
    }
div.n1b856e2a.f6810__e075 .be7bc009{
    padding: 60px 0;
    }
div.n1b856e2a.f6810__e075 .be7bc009 h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
    }
div.n1b856e2a.f6810__e075 .j2c2290c_4j{
    font-size: 17px;
    color: hsl(242, 10%, 35%);
    margin-bottom: 40px;
    text-align: left;
    }
div.n1b856e2a.f6810__e075 .ee35baa_2w{
    display: grid;
    gap: 24px;
    }
div.n1b856e2a.f6810__e075 .ksv6pcd8d{
    background: var(--sync-card-bg, white);
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--sync-border, #d4d4d9); color: #1a1a2e;}
div.n1b856e2a.f6810__e075 .ksv6pcd8d h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--sync-primary, #5b5bf6);
    }
div.n1b856e2a.f6810__e075 .ksv6pcd8d p{
    font-size: 16px;
    line-height: 1.7;
    color: hsl(242, 10%, 25%);
    }
div.n1b856e2a.f6810__e075 .ksv6pcd8d ul{
    list-style: none;
    margin-top: 16px;
    }
div.n1b856e2a.f6810__e075 .ksv6pcd8d li{
    padding: 8px 0 8px 24px;
    position: relative;
    font-size: 16px;
    }
div.n1b856e2a.f6810__e075 .ksv6pcd8d li:before{
    content: "•";
    position: absolute;
    left: 0;
    color: var(--sync-secondary, #d9914d);
    font-weight: bold;
    }
div.n1b856e2a.f6810__e075 .l5aa6ec_d9{
    counter-reset: step;
    }
div.n1b856e2a.f6810__e075 .x9dd3rh57aue{
    background: var(--sync-card-bg, white);
    padding: 28px 32px;
    border-radius: 12px;
    border: 1px solid var(--sync-border, #d4d4d9);
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px; color: #1a1a2e;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before{
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 28px;
    top: 28px;
    width: 36px;
    height: 36px;
    background: var(--sync-primary, #5b5bf6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    }
div.n1b856e2a.f6810__e075 .x9dd3rh57aue h4{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    }
div.n1b856e2a.f6810__e075 .x9dd3rh57aue p{
    font-size: 16px;
    color: hsl(242, 10%, 30%);
    line-height: 1.6;
    }
div.n1b856e2a.f6810__e075 .nllhyhuiruk1{
    margin: 60px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }
div.n1b856e2a.f6810__e075 .nllhyhuiruk1 img{
    width: 100%;
    height: auto;
    display: block;
    }
div.n1b856e2a.f6810__e075 .zb3dbb21{
    background: var(--sync-card-bg, white);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid var(--sync-border, #d4d4d9);
    margin-top: 40px; color: #1a1a2e;}
div.n1b856e2a.f6810__e075 .n22ldv8ivc{
    margin-bottom: 28px;
    }
div.n1b856e2a.f6810__e075 .n22ldv8ivc:last-child{
    margin-bottom: 0;
    }
div.n1b856e2a.f6810__e075 .vr79ti5gs{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--sync-primary, #5b5bf6);
    }
div.n1b856e2a.f6810__e075 .adbe__3657{
    font-size: 16px;
    line-height: 1.7;
    color: hsl(242, 10%, 25%);
    }
div.n1b856e2a.f6810__e075 .b091__92e0{
    background: hsl(242, 10%, 12%);
    color: hsl(242, 7%, 85%);
    padding: 48px 0;
    margin-top: 80px;
    }
div.n1b856e2a.f6810__e075 .d2271eb742a{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    }
div.n1b856e2a.f6810__e075 .gdd5__56a9{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
    }
div.n1b856e2a.f6810__e075 .fd89__4095{
    font-size: 15px;
    color: hsl(242, 7%, 70%);
    margin-bottom: 24px;
    }
div.n1b856e2a.f6810__e075 .rfb7594f9b7{
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    }
div.n1b856e2a.f6810__e075 .rfb7594f9b7 a{
    color: hsl(242, 7%, 75%);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
    }
div.n1b856e2a.f6810__e075 .rfb7594f9b7 a:hover{
    color: white;
    }
div.n1b856e2a.f6810__e075 .oe1a40_d30e{
    font-size: 14px;
    color: hsl(242, 7%, 60%);
    }
@media (max-width: 768px) {div.n1b856e2a.f6810__e075 .bd4d917a_1gcr h1{
    font-size: 32px;
    }
div.n1b856e2a.f6810__e075 .be7bc009 h2{
    font-size: 26px;
    text-align: left;
    }
div.n1b856e2a.f6810__e075 .j2c2290c_4j{
    text-align: left;
    }
div.n1b856e2a.f6810__e075 .x9dd3rh57aue{
    padding-left: 32px;
    padding-top: 60px;
    }
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before{
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    }}
.p9c23__dac50{
    background-color: #ffffff;
    padding: 80px 0 40px;
    border-top-left-radius: var(--radius-lg, 32px);
    border-top-right-radius: var(--radius-lg, 32px);
    box-shadow: 0 -4px 24px rgba(14, 14, 34, 0.02);
    font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.d421eea3c{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    }
.ga5guw8xxg{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    margin-bottom: 64px;
    }
.of8b2c4_7f6{
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, hsl(242, 76%, 60%));
    letter-spacing: 0.5px;
    }
.xbc0bc512a{
    width: 100%;
    font-size: 20px;
    color: var(--text-muted, hsl(242, 10%, 40%));
    line-height: 1.6;
    }
.j4a9e900_9i20{
    width: 100%;
    display: flex;
    gap: 32px;
    margin-top: 16px;
    }
.ld3b431_12f{
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color, hsl(242, 10%, 12%));
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.ld3b431_12f:hover{
    color: var(--primary-color, hsl(242, 76%, 60%));
    border-bottom-color: var(--primary-color, hsl(242, 76%, 60%));
    }
.j02da4edb1{
    width: 100%;
    font-size: 14px;
    color: var(--text-muted, hsl(242, 10%, 40%));
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(14, 14, 34, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
@media (max-width: 768px){.p9c23__dac50{
    padding: 56px 0 32px;
    border-top-left-radius: var(--radius-md, 16px);
    border-top-right-radius: var(--radius-md, 16px);
    }
.d421eea3c{
    padding: 0 20px;
    }
.ga5guw8xxg{
    margin-bottom: 48px;
    gap: 20px;
    }
.of8b2c4_7f6{
    font-size: 28px;
    }
.xbc0bc512a{
    font-size: 18px;
    }
.j4a9e900_9i20{
    margin-top: 8px;
    gap: 24px;
    }}
.kc895f5da54{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    box-shadow: 0 1px 0 var(--border-color);
    
    font-family: "Noto Serif SC", "Songti SC", "PT Serif", "Georgia", serif;
    transition: var(--transition); color: #1a1a2e;}
.kfe12f_sspr{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.c0ytgl90ahoy{
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    }
.v896c13_u8sp{
    display: none;
    }
.g6ae60_394{
    display: none;
    cursor: pointer;
    width: 28px;
    height: 24px;
    position: relative;
    z-index: 1001;
    }
.m613ec4_9r9b, .m613ec4_9r9b::before, .m613ec4_9r9b::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #ffffff;}
.m613ec4_9r9b{
    top: 11px;
    }
.m613ec4_9r9b::before{
    top: -8px;
    }
.m613ec4_9r9b::after{
    top: 8px;
    }
.a97eaab_de6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    
    margin-left: 56px;
    }
.ca6a7_5328{
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.j724__4afa{
    position: relative;
    }
.ua4182d_q2aj{
    text-decoration: none;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
    opacity: 0.85;
    }
.ua4182d_q2aj:hover{
    color: var(--primary-color);
    opacity: 1;
    }
.v1926_f5a1{
    display: flex;
    align-items: center;
    }
.u7ecc7_qui{
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 32px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    }
.u7ecc7_qui:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
@media (max-width: 992px){.g6ae60_394 {
    display: block;
    }
.a97eaab_de6 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 4vw;
    margin-left: 0;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.v896c13_u8sp:checked ~ .a97eaab_de6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b {
    background-color: transparent;
    }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b::before {
    transform: rotate(45deg);
    top: 0;
    }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b::after {
    transform: rotate(-45deg);
    top: 0;
    }
.ca6a7_5328 {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
    }
.ua4182d_q2aj {
    font-size: 18px;
    display: block;
    width: 100%;
    }
.v1926_f5a1 {
    width: 100%;
    }
.u7ecc7_qui {
    width: 100%;
    box-sizing: border-box;
    }}
.ua4182d_q2aj.active{color: var(--primary-color); opacity: 1;}
@media (min-width: 993px){.kc895f5da54 #nte1403d8c2d, .kc895f5da54 label[for="nte1403d8c2d"]{ display: none !important; }}
@media (min-width: 993px){.kc895f5da54 .a97eaab_de6{ 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: 993px){.kc895f5da54 .a97eaab_de6{ 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: 993px){.kc895f5da54 .a97eaab_de6 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ua4182d_q2aj.active {color: var(--primary-color); opacity: 1;}
#nte1403d8c2d:checked ~ .a97eaab_de6 { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.kc895f5da54.n0b611b037d .a97eaab_de6 { 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: 992px) {#nte1403d8c2d:checked ~ .a97eaab_de6 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.kc895f5da54.n0b611b037d #nte1403d8c2d, .kc895f5da54.n0b611b037d label[for="nte1403d8c2d"] { display: none !important; }}
@media (min-width: 993px) {.kc895f5da54.n0b611b037d .a97eaab_de6 { 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: 993px) {.kc895f5da54.n0b611b037d .a97eaab_de6 { 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: 993px) {.kc895f5da54.n0b611b037d .a97eaab_de6 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.n1b856e2a img.t62f70221 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.n1b856e2a img.t62f70221.l744b547b0c { aspect-ratio: 16 / 9; }
div.n1b856e2a img.t62f70221.re753cc0d { aspect-ratio: 16 / 10; }
div.n1b856e2a img.t62f70221.iceab4702d4 { aspect-ratio: 4 / 3; }
div.n1b856e2a img.t62f70221.xca9__c709 { aspect-ratio: 1 / 1; }
div.n1b856e2a :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.n1b856e2a .a5a75de68 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.n1b856e2a .a5a75de68.l744b547b0c { aspect-ratio: 16 / 9; }
div.n1b856e2a .a5a75de68.re753cc0d { aspect-ratio: 16 / 10; }
div.n1b856e2a .a5a75de68.iceab4702d4 { aspect-ratio: 4 / 3; }
div.n1b856e2a .a5a75de68.xca9__c709 { aspect-ratio: 1 / 1; }
div.n1b856e2a .a5a75de68 > img.t62f70221,
    div.n1b856e2a .a5a75de68 > picture > img.t62f70221 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.n1b856e2a.f6810__e075 .mea9bb_8q7g a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.n1b856e2a.f6810__e075 .mea9bb_8q7g a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.n1b856e2a.f6810__e075 .mea9bb_8q7g a:not([class]):hover{opacity:0.92;}
div.n1b856e2a.f6810__e075 .mea9bb_8q7g a[class=""]:hover{opacity:0.92;}
div.n1b856e2a.f6810__e075 .mea9bb_8q7g a:not([class]):visited{color:#ffffff !important;}
div.n1b856e2a.f6810__e075 .mea9bb_8q7g a[class=""]:visited{color:#ffffff !important;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before a:not([class]):hover{opacity:0.92;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before a[class=""]:hover{opacity:0.92;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before a:not([class]):visited{color:#ffffff !important;}
div.n1b856e2a.f6810__e075 .x9dd3rh57aue:before a[class=""]:visited{color:#ffffff !important;}
.kc895f5da54{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    box-shadow: 0 1px 0 var(--border-color);
    
    font-family: "Noto Serif SC", "Songti SC", "PT Serif", "Georgia", serif;
    transition: var(--transition); color: #1a1a2e;}
.kfe12f_sspr{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.c0ytgl90ahoy{
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    }
.v896c13_u8sp{
    display: none;
    }
.g6ae60_394{
    display: none;
    cursor: pointer;
    width: 28px;
    height: 24px;
    position: relative;
    z-index: 1001;
    }
.m613ec4_9r9b, .m613ec4_9r9b::before, .m613ec4_9r9b::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #ffffff;}
.m613ec4_9r9b{
    top: 11px;
    }
.m613ec4_9r9b::before{
    top: -8px;
    }
.m613ec4_9r9b::after{
    top: 8px;
    }
.a97eaab_de6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    
    margin-left: 56px;
    }
.ca6a7_5328{
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.j724__4afa{
    position: relative;
    }
.ua4182d_q2aj{
    text-decoration: none;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
    opacity: 0.85;
    }
.ua4182d_q2aj:hover{
    color: var(--primary-color);
    opacity: 1;
    }
.v1926_f5a1{
    display: flex;
    align-items: center;
    }
.u7ecc7_qui{
    background-color: var(--primary-color);
    color: var(--btn-text);
    padding: 12px 32px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    }
.u7ecc7_qui:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
@media (max-width: 992px){.g6ae60_394 {
    display: block;
    }
.a97eaab_de6 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 4vw;
    margin-left: 0;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.v896c13_u8sp:checked ~ .a97eaab_de6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b {
    background-color: transparent;
    }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b::before {
    transform: rotate(45deg);
    top: 0;
    }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b::after {
    transform: rotate(-45deg);
    top: 0;
    }
.ca6a7_5328 {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
    }
.ua4182d_q2aj {
    font-size: 18px;
    display: block;
    width: 100%;
    }
.v1926_f5a1 {
    width: 100%;
    }
.u7ecc7_qui {
    width: 100%;
    box-sizing: border-box;
    }}
.ua4182d_q2aj.active{color: var(--primary-color); opacity: 1;}
@media (min-width: 993px){.kc895f5da54 #nte1403d8c2d, .kc895f5da54 label[for="nte1403d8c2d"]{ display: none !important; }}
@media (min-width: 993px){.kc895f5da54 .a97eaab_de6{ 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: 993px){.kc895f5da54 .a97eaab_de6{ 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: 993px){.kc895f5da54 .a97eaab_de6 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ua4182d_q2aj.active{color: var(--primary-color); opacity: 1;}
#nte1403d8c2d:checked ~ .a97eaab_de6{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.kc895f5da54.n0b611b037d .a97eaab_de6{ 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: 992px){#nte1403d8c2d:checked ~ .a97eaab_de6{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.kc895f5da54.n0b611b037d #nte1403d8c2d, .kc895f5da54.n0b611b037d label[for="nte1403d8c2d"]{ display: none !important; }}
@media (min-width: 993px){.kc895f5da54.n0b611b037d .a97eaab_de6{ 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: 993px){.kc895f5da54.n0b611b037d .a97eaab_de6{ 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: 993px){.kc895f5da54.n0b611b037d .a97eaab_de6 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.p9c23__dac50{
    background-color: #ffffff;
    padding: 80px 0 40px;
    border-top-left-radius: var(--radius-lg, 32px);
    border-top-right-radius: var(--radius-lg, 32px);
    box-shadow: 0 -4px 24px rgba(14, 14, 34, 0.02);
    font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.d421eea3c{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    }
.ga5guw8xxg{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    margin-bottom: 64px;
    }
.of8b2c4_7f6{
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, hsl(242, 76%, 60%));
    letter-spacing: 0.5px;
    }
.xbc0bc512a{
    width: 100%;
    font-size: 20px;
    color: var(--text-muted, hsl(242, 10%, 40%));
    line-height: 1.6;
    }
.j4a9e900_9i20{
    width: 100%;
    display: flex;
    gap: 32px;
    margin-top: 16px;
    }
.ld3b431_12f{
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color, hsl(242, 10%, 12%));
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.ld3b431_12f:hover{
    color: var(--primary-color, hsl(242, 76%, 60%));
    border-bottom-color: var(--primary-color, hsl(242, 76%, 60%));
    }
.j02da4edb1{
    width: 100%;
    font-size: 14px;
    color: var(--text-muted, hsl(242, 10%, 40%));
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(14, 14, 34, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
@media (max-width: 768px){.p9c23__dac50{
    padding: 56px 0 32px;
    border-top-left-radius: var(--radius-md, 16px);
    border-top-right-radius: var(--radius-md, 16px);
    }
.d421eea3c{
    padding: 0 20px;
    }
.ga5guw8xxg{
    margin-bottom: 48px;
    gap: 20px;
    }
.of8b2c4_7f6{
    font-size: 28px;
    }
.xbc0bc512a{
    font-size: 18px;
    }
.j4a9e900_9i20{
    margin-top: 8px;
    gap: 24px;
    }}
.kc895f5da54{
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  box-shadow: 0 1px 0 var(--border-color);
  
  font-family: "Noto Serif SC", "Songti SC", "PT Serif", "Georgia", serif;
  transition: var(--transition); color: #1a1a2e;}
.kfe12f_sspr{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c0ytgl90ahoy{
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.v896c13_u8sp{
  display: none;
}
.g6ae60_394{
  display: none;
  cursor: pointer;
  width: 28px;
  height: 24px;
  position: relative;
  z-index: 1001;
}
.m613ec4_9r9b, .m613ec4_9r9b::before, .m613ec4_9r9b::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  position: absolute;
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #ffffff;}
.m613ec4_9r9b{
  top: 11px;
}
.m613ec4_9r9b::before{
  top: -8px;
}
.m613ec4_9r9b::after{
  top: 8px;
}
.a97eaab_de6{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  
  margin-left: 56px;
}
.ca6a7_5328{
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.j724__4afa{
  position: relative;
}
.ua4182d_q2aj{
  text-decoration: none;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  transition: var(--transition);
  opacity: 0.85;
}
.ua4182d_q2aj:hover{
  color: var(--primary-color);
  opacity: 1;
}
.v1926_f5a1{
  display: flex;
  align-items: center;
}
.u7ecc7_qui{
  background-color: var(--primary-color);
  color: var(--btn-text);
  padding: 12px 32px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-block;
  text-align: center;
}
.u7ecc7_qui:hover{
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
@media (max-width: 992px){.g6ae60_394 {
    display: block;
  }
.a97eaab_de6 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 4vw;
    margin-left: 0;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #1a1a2e;}
.v896c13_u8sp:checked ~ .a97eaab_de6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b {
    background-color: transparent;
  }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b::before {
    transform: rotate(45deg);
    top: 0;
  }
.v896c13_u8sp:checked ~ .g6ae60_394 .m613ec4_9r9b::after {
    transform: rotate(-45deg);
    top: 0;
  }
.ca6a7_5328 {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
  }
.ua4182d_q2aj {
    font-size: 18px;
    display: block;
    width: 100%;
  }
.v1926_f5a1 {
    width: 100%;
  }
.u7ecc7_qui {
    width: 100%;
    box-sizing: border-box;
  }}
.ua4182d_q2aj.active{color: var(--primary-color); opacity: 1;}
@media (min-width: 993px){.kc895f5da54 #nte1403d8c2d, .kc895f5da54 label[for="nte1403d8c2d"]{ display: none !important; }}
@media (min-width: 993px){.kc895f5da54 .a97eaab_de6{ 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: 993px){.kc895f5da54 .a97eaab_de6{ 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: 993px){.kc895f5da54 .a97eaab_de6 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ua4182d_q2aj.active{color: var(--primary-color); opacity: 1;}
#nte1403d8c2d:checked ~ .a97eaab_de6{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.kc895f5da54.n0b611b037d .a97eaab_de6{ 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: 992px){#nte1403d8c2d:checked ~ .a97eaab_de6{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.kc895f5da54.n0b611b037d #nte1403d8c2d, .kc895f5da54.n0b611b037d label[for="nte1403d8c2d"]{ display: none !important; }}
@media (min-width: 993px){.kc895f5da54.n0b611b037d .a97eaab_de6{ 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: 993px){.kc895f5da54.n0b611b037d .a97eaab_de6{ 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: 993px){.kc895f5da54.n0b611b037d .a97eaab_de6 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u54f__46f9{
  background-color: #ffffff;
  padding: 80px 0 40px;
  border-top-left-radius: var(--radius-lg, 32px);
  border-top-right-radius: var(--radius-lg, 32px);
  box-shadow: 0 -4px 24px rgba(14, 14, 34, 0.02);
  font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.m2abbc7be13{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.lee2__03f9{
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 680px;
  margin-bottom: 64px;
}
.j57b__7cee{
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color, hsl(242, 76%, 60%));
  letter-spacing: 0.5px;
}
.j3f2ef_c157{
  width: 100%;
  font-size: 20px;
  color: var(--text-muted, hsl(242, 10%, 40%));
  line-height: 1.6;
}
.z46a83_a443{
  width: 100%;
  display: flex;
  gap: 32px;
  margin-top: 16px;
}
.r7ea2c719fb{
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color, hsl(242, 10%, 12%));
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: var(--transition, all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.r7ea2c719fb:hover{
  color: var(--primary-color, hsl(242, 76%, 60%));
  border-bottom-color: var(--primary-color, hsl(242, 76%, 60%));
}
.bb98c858552{
  width: 100%;
  font-size: 14px;
  color: var(--text-muted, hsl(242, 10%, 40%));
  padding-top: 32px;
  border-top: 1px solid var(--border-color, rgba(14, 14, 34, 0.08));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media (max-width: 768px){.u54f__46f9{
    padding: 56px 0 32px;
    border-top-left-radius: var(--radius-md, 16px);
    border-top-right-radius: var(--radius-md, 16px);
  }
.m2abbc7be13{
    padding: 0 20px;
  }
.lee2__03f9{
    margin-bottom: 48px;
    gap: 20px;
  }
.j57b__7cee{
    font-size: 28px;
  }
.j3f2ef_c157{
    font-size: 18px;
  }
.z46a83_a443{
    margin-top: 8px;
    gap: 24px;
  }}
.eaec__ea41{box-sizing:border-box;}
.f905__cd07{box-sizing:border-box;}
.oe1b56c6b{box-sizing:border-box;}
.r563__a46b{display:block;max-width:100%;height:auto;}