:root {

  --primary-color: hsl(218, 75%, 52%);
  --secondary-color: hsl(327, 60%, 52%);
  --bg-color: hsl(218, 7%, 96%);
  --text-color: hsl(218, 10%, 8%);
  --text-muted: hsl(218, 10%, 40%);
  --border-color: rgba(18, 19, 22, 0.1);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 8px rgba(0,0,0,0.08);
  --shadow-lg: 0 16px 32px rgba(0,0,0,0.12);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --sg-primary: hsl(218, 75%, 59%);
  --sg-secondary: hsl(327, 60%, 59%);
  --sg-bg-base: hsl(218, 7%, 96%);
  --sg-bg-surface: #ffffff;
  --sg-text-main: var(--content-text, hsl(220, 10%, 11%));
  --sg-text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
  --sg-text-light: hsl(218, 10%, 50%);
  --sg-border-color: rgba(20, 25, 35, 0.08);
  --sg-radius-lg: 12px;
  --sg-radius-md: 8px;
  --sg-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --sg-shadow-md: 0 8px 24px rgba(26, 43, 80, 0.12);
  --sg-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sg-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --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%);
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&family=Inter:wght@400;500;600;700&display=swap");
body{
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.jb313__dce5d{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.h7382747{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.w05tq1ocq{
    display: flex;
    align-items: center;
    height: 100%;
    }
.lf57178_li2o{
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 64px;
    }
.o473c__8b42{
    font-family: "Noto Serif SC", serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    }
.zdzz9nrxm6xj{
    display: none;
    }
.haa0e4e5_hrl{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    }
.jpihxrhwf{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
.e717357_40a{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
    height: 100%;
    }
.c401769b30b{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 36px;
    }
.t14858_403{
    font-size: 15px;
    font-weight: 600;
    color: var(--text-muted);
    transition: var(--transition);
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    }
.t14858_403:hover{
    color: var(--text-color);
    text-decoration-color: var(--text-color);
    }
.x51cb3iazr0{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.h4467363a4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 48px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 2px solid var(--text-color);
    box-shadow: 4px 4px 0px var(--text-color);
    }
.h4467363a4:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color); color: #1a1a2e;}
.h4467363a4:active{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--text-color);
    }
@media (max-width: 991px){.haa0e4e5_hrl {
    display: flex;
    }
.e717357_40a {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--nav-height));
    background: var(--nav-bg);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 4vw;
    box-sizing: border-box;
    clip-path: inset(0 0 100% 0); 
    transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #1a1a2e;}
.zdzz9nrxm6xj:checked ~ .e717357_40a {
    clip-path: inset(0 0 0 0);
    }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(2) {
    opacity: 0;
    }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.c401769b30b {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
    gap: 0;
    margin-bottom: 40px;
    }
.t14858_403 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    }
.x51cb3iazr0 {
    width: 100%;
    margin-left: 0;
    }
.h4467363a4 {
    width: 100%;
    }}
@media (min-width: 992px){.jb313__dce5d #nt08b417f200, .jb313__dce5d label[for="nt08b417f200"]{ display: none !important; }}
@media (min-width: 992px){.jb313__dce5d .e717357_40a{ 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){.jb313__dce5d .e717357_40a{ 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){.jb313__dce5d .e717357_40a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt08b417f200:checked ~ .e717357_40a { right: 0 !important; left: auto !important; }
@media (max-width: 991px) {.jb313__dce5d.p61b446b5 .e717357_40a { 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) {#nt08b417f200:checked ~ .e717357_40a { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px) {.jb313__dce5d.p61b446b5 #nt08b417f200, .jb313__dce5d.p61b446b5 label[for="nt08b417f200"] { display: none !important; }}
@media (min-width: 992px) {.jb313__dce5d.p61b446b5 .e717357_40a { 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) {.jb313__dce5d.p61b446b5 .e717357_40a { 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) {.jb313__dce5d.p61b446b5 .e717357_40a a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n3a4b_3a{
    background-color: #08090C;
    padding: 120px 0 40px 0;
    color: #FFFFFF;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.bac5777{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    gap: 120px;
    }
.ufbb43__4a3d{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.y30c57_994{
    width: 100%;
    font-family: "Georgia", "Times New Roman", "Songti SC", serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    }
.c1509c_2d{
    width: 100%;
    max-width: 540px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    }
.g7a05__e6d1{
    width: 180px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(218, 75%, 52%));
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    box-sizing: border-box;
    }
.g7a05__e6d1:hover{
    background-color: #FFFFFF;
    color: #08090C;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.15);
    }
.b03ad00_4e7a{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
.ydc5ff_e0e8{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.02em;
    }
.j394a990{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.02em;
    }
@media (max-width: 768px){.n3a4b_3a{
    padding: 80px 0 32px 0;
    }
.bac5777{
    gap: 64px;
    }
.y30c57_994{
    font-size: 40px;
    }
.c1509c_2d{
    font-size: 16px;
    }
.b03ad00_4e7a{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
div.o4d4__6800.ac544__2de59{
    font-family: var(--sg-font-family, sans-serif);
    color: var(--text-color, var(--sg-text-main));
    background-color: var(--sg-bg-base);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.o4d4__6800.ac544__2de59 h1, div.o4d4__6800.ac544__2de59 h2, div.o4d4__6800.ac544__2de59 h3{
    color: var(--sg-text-main);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    }
div.o4d4__6800.ac544__2de59 p{
    margin-top: 0;
    margin-bottom: 1.5rem;
    }
div.o4d4__6800.ac544__2de59 img{
    max-width: 100%;
    height: auto;
    display: block;
    }
div.o4d4__6800.ac544__2de59 a{
    text-decoration: none;
    color: var(--sg-primary);
    transition: var(--sg-transition);
    }
div.o4d4__6800.ac544__2de59 a:hover{
    color: var(--sg-secondary);
    }
div.o4d4__6800.ac544__2de59 .te86bf_a9a{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    }
div.o4d4__6800.ac544__2de59 .o582fe1{
    padding: 120px 0 80px;
    background-color: var(--sg-bg-base);
    min-height: 85vh;
    display: flex;
    align-items: center; color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .g8a193f3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    width: 100%;
    }
div.o4d4__6800.ac544__2de59 .m5d1a3e9_16z{
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    }
div.o4d4__6800.ac544__2de59 .o582fe1 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    width: 100%;
    }
div.o4d4__6800.ac544__2de59 .o582fe1 p{
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: var(--sg-text-muted);
    margin-bottom: 2.5rem;
    width: 100%;
    }
div.o4d4__6800.ac544__2de59 .f75ab__781f{
    display: flex;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    }
div.o4d4__6800.ac544__2de59 .f437ca1_9e{
    border-radius: var(--sg-radius-lg);
    overflow: hidden;
    box-shadow: var(--sg-shadow-md);
    aspect-ratio: 4/3;
    background-color: var(--sg-bg-surface); color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .f437ca1_9e img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.o4d4__6800.ac544__2de59 .k86a__67c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--sg-radius-md);
    transition: var(--sg-transition);
    cursor: pointer;
    border: 2px solid transparent;
    }
div.o4d4__6800.ac544__2de59 .o71bf_2df8{
    background-color: var(--sg-primary);
    color: #1a1a2e;
    box-shadow: 0 6px 16px rgba(100, 149, 237, 0.3);
    }
div.o4d4__6800.ac544__2de59 .o71bf_2df8:hover{
    background-color: var(--sg-secondary);
    box-shadow: 0 8px 24px rgba(219, 112, 147, 0.4);
    transform: translateY(-2px); color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .eacb387_0bls{
    background-color: transparent;
    color: var(--sg-text-main) !important;
    border-color: var(--sg-border-color);
    }
div.o4d4__6800.ac544__2de59 .eacb387_0bls:hover{
    border-color: var(--sg-primary);
    color: #1a1a2e;
    background-color: rgba(100, 149, 237, 0.05);
    }
div.o4d4__6800.ac544__2de59 .l2bf8bc7f77{
    padding: 100px 0;
    background-color: var(--sg-bg-surface); color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .kbbbf8_75{
    background-color: var(--sg-bg-base); color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .ybe19__f5c{
    max-width: 680px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    }
div.o4d4__6800.ac544__2de59 .ybe19__f5c h2{
    font-size: 2.25rem;
    margin-bottom: 1rem;
    }
div.o4d4__6800.ac544__2de59 .ybe19__f5c p{
    font-size: 1.125rem;
    color: var(--sg-text-muted);
    }
div.o4d4__6800.ac544__2de59 .p8da__adc{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    }
div.o4d4__6800.ac544__2de59 .m7df1a__d73{
    background-color: var(--sg-bg-surface);
    border: 1px solid var(--sg-border-color);
    border-radius: var(--sg-radius-lg);
    padding: 32px 24px;
    transition: var(--sg-transition);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left; color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .m7df1a__d73:hover{
    box-shadow: var(--sg-shadow-md);
    border-color: transparent;
    transform: translateY(-4px);
    }
div.o4d4__6800.ac544__2de59 .mmu8trwmytz{
    width: 48px;
    height: 48px;
    background-color: rgba(100, 149, 237, 0.1);
    border-radius: var(--sg-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #1a1a2e;
    }
div.o4d4__6800.ac544__2de59 .m7df1a__d73 h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    }
div.o4d4__6800.ac544__2de59 .m7df1a__d73 p{
    font-size: 0.95rem;
    color: var(--sg-text-muted);
    margin-bottom: 0;
    flex-grow: 1;
    }
div.o4d4__6800.ac544__2de59 .e91c785f8e2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    }
div.o4d4__6800.ac544__2de59 .e91c785f8e2.r552e3a8d{
    grid-template-columns: 1fr 1fr;
    }
div.o4d4__6800.ac544__2de59 .p1650_808{
    max-width: 540px;
    }
div.o4d4__6800.ac544__2de59 .p1650_808 ul{
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    }
div.o4d4__6800.ac544__2de59 .p1650_808 li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: var(--sg-text-muted);
    }
div.o4d4__6800.ac544__2de59 .p1650_808 li::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sg-primary);
    font-weight: bold;
    }
div.o4d4__6800.ac544__2de59 .m9a62__04da8{
    padding: 100px 0;
    background-color: var(--sg-text-main);
    color: var(--sg-bg-surface);
    }
div.o4d4__6800.ac544__2de59 .m9a62__04da8 h2{
    color: var(--sg-bg-surface);
    }
div.o4d4__6800.ac544__2de59 .m9a62__04da8 p{
    color: rgba(255, 255, 255, 0.7);
    }
div.o4d4__6800.ac544__2de59 .k5cc752_c7{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    }
div.o4d4__6800.ac544__2de59 .w0a27b4_f328{
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: var(--sg-radius-lg); color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .w0a27b4_f328 h3{
    color: var(--sg-bg-surface);
    }
div.o4d4__6800.ac544__2de59 .a5c8a30{
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 600;
    color: var(--sg-primary);
    }
div.o4d4__6800.ac544__2de59 .a5c8a30::after{
    content: "↗";
    margin-left: 6px;
    transition: transform 0.2s;
    }
div.o4d4__6800.ac544__2de59 .a5c8a30:hover::after{
    transform: translate(2px, -2px);
    }
div.o4d4__6800.ac544__2de59 .qdfd60_9fdd{
    background-color: var(--sg-bg-base);
    padding: 60px 0 40px;
    border-top: 1px solid var(--sg-border-color);
    text-align: left; color: #1a1a2e;}
div.o4d4__6800.ac544__2de59 .lc9e8a_623b{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    }
div.o4d4__6800.ac544__2de59 .wff43797d{
    max-width: 300px;
    }
div.o4d4__6800.ac544__2de59 .wff43797d h4{
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--sg-text-main);
    }
div.o4d4__6800.ac544__2de59 .wff43797d p{
    font-size: 0.9rem;
    color: var(--sg-text-light);
    }
div.o4d4__6800.ac544__2de59 .m5cfff1f8{
    padding-top: 24px;
    border-top: 1px solid var(--sg-border-color);
    color: var(--sg-text-light);
    font-size: 0.875rem;
    }
@media (max-width: 1024px) {div.o4d4__6800.ac544__2de59 .g8a193f3, div.o4d4__6800.ac544__2de59 .e91c785f8e2, div.o4d4__6800.ac544__2de59 .e91c785f8e2.r552e3a8d{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.o4d4__6800.ac544__2de59 .p8da__adc{
    grid-template-columns: repeat(2, 1fr);
    }
div.o4d4__6800.ac544__2de59 .o582fe1{
    padding-top: 100px;
    min-height: auto;
    }
div.o4d4__6800.ac544__2de59 .m5d1a3e9_16z{
    max-width: 100%;
    }}
@media (max-width: 768px) {div.o4d4__6800.ac544__2de59 .p8da__adc, div.o4d4__6800.ac544__2de59 .k5cc752_c7{
    grid-template-columns: 1fr;
    }
div.o4d4__6800.ac544__2de59 .o582fe1 h1{
    font-size: 2.25rem;
    }
div.o4d4__6800.ac544__2de59 .l2bf8bc7f77{
    padding: 60px 0;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.o4d4__6800 img.c0f9__dc99 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.o4d4__6800 img.c0f9__dc99.x1b4__d2d8 { aspect-ratio: 16 / 9; }
div.o4d4__6800 img.c0f9__dc99.g44001_3f15 { aspect-ratio: 16 / 10; }
div.o4d4__6800 img.c0f9__dc99.v469__d260 { aspect-ratio: 4 / 3; }
div.o4d4__6800 img.c0f9__dc99.z3b2e7_8968 { aspect-ratio: 1 / 1; }
div.o4d4__6800 :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.o4d4__6800 .y0008db2a {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.o4d4__6800 .y0008db2a.x1b4__d2d8 { aspect-ratio: 16 / 9; }
div.o4d4__6800 .y0008db2a.g44001_3f15 { aspect-ratio: 16 / 10; }
div.o4d4__6800 .y0008db2a.v469__d260 { aspect-ratio: 4 / 3; }
div.o4d4__6800 .y0008db2a.z3b2e7_8968 { aspect-ratio: 1 / 1; }
div.o4d4__6800 .y0008db2a > img.c0f9__dc99,
    div.o4d4__6800 .y0008db2a > picture > img.c0f9__dc99 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.o4d4__6800.ac544__2de59 .o71bf_2df8 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.o4d4__6800.ac544__2de59 .o71bf_2df8 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.o4d4__6800.ac544__2de59 .o71bf_2df8 a:not([class]):hover{opacity:0.92;}
div.o4d4__6800.ac544__2de59 .o71bf_2df8 a[class=""]:hover{opacity:0.92;}
div.o4d4__6800.ac544__2de59 .o71bf_2df8 a:not([class]):visited{color:#ffffff !important;}
div.o4d4__6800.ac544__2de59 .o71bf_2df8 a[class=""]:visited{color:#ffffff !important;}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&family=Inter:wght@400;500;600;700&display=swap");
body{
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.jb313__dce5d{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.h7382747{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.w05tq1ocq{
    display: flex;
    align-items: center;
    height: 100%;
    }
.lf57178_li2o{
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 64px;
    }
.o473c__8b42{
    font-family: "Noto Serif SC", serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    }
.zdzz9nrxm6xj{
    display: none;
    }
.haa0e4e5_hrl{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    }
.jpihxrhwf{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
.e717357_40a{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
    height: 100%;
    }
.c401769b30b{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 36px;
    }
.t14858_403{
    font-size: 15px;
    font-weight: 600;
    color: var(--text-muted);
    transition: var(--transition);
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    }
.t14858_403:hover{
    color: var(--text-color);
    text-decoration-color: var(--text-color);
    }
.x51cb3iazr0{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.h4467363a4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 48px;
    background: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 2px solid var(--text-color);
    box-shadow: 4px 4px 0px var(--text-color);
    }
.h4467363a4:hover{
    background: var(--secondary-color);
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color); color: #1a1a2e;}
.h4467363a4:active{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--text-color);
    }
@media (max-width: 991px){.haa0e4e5_hrl {
    display: flex;
    }
.e717357_40a {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--nav-height));
    background: var(--nav-bg);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 4vw;
    box-sizing: border-box;
    clip-path: inset(0 0 100% 0); 
    transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #1a1a2e;}
.zdzz9nrxm6xj:checked ~ .e717357_40a {
    clip-path: inset(0 0 0 0);
    }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(2) {
    opacity: 0;
    }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }
.c401769b30b {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
    gap: 0;
    margin-bottom: 40px;
    }
.t14858_403 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    }
.x51cb3iazr0 {
    width: 100%;
    margin-left: 0;
    }
.h4467363a4 {
    width: 100%;
    }}
@media (min-width: 992px){.jb313__dce5d #nt08b417f200, .jb313__dce5d label[for="nt08b417f200"]{ display: none !important; }}
@media (min-width: 992px){.jb313__dce5d .e717357_40a{ 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){.jb313__dce5d .e717357_40a{ 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){.jb313__dce5d .e717357_40a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt08b417f200:checked ~ .e717357_40a{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.jb313__dce5d.p61b446b5 .e717357_40a{ 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){#nt08b417f200:checked ~ .e717357_40a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.jb313__dce5d.p61b446b5 #nt08b417f200, .jb313__dce5d.p61b446b5 label[for="nt08b417f200"]{ display: none !important; }}
@media (min-width: 992px){.jb313__dce5d.p61b446b5 .e717357_40a{ 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){.jb313__dce5d.p61b446b5 .e717357_40a{ 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){.jb313__dce5d.p61b446b5 .e717357_40a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n3a4b_3a{
    background-color: #08090C;
    padding: 120px 0 40px 0;
    color: #FFFFFF;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.bac5777{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    gap: 120px;
    }
.ufbb43__4a3d{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.y30c57_994{
    width: 100%;
    font-family: "Georgia", "Times New Roman", "Songti SC", serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    }
.c1509c_2d{
    width: 100%;
    max-width: 540px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    }
.g7a05__e6d1{
    width: 180px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(218, 75%, 52%));
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    box-sizing: border-box;
    }
.g7a05__e6d1:hover{
    background-color: #FFFFFF;
    color: #08090C;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.15);
    }
.b03ad00_4e7a{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
.ydc5ff_e0e8{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.02em;
    }
.j394a990{
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.02em;
    }
@media (max-width: 768px){.n3a4b_3a{
    padding: 80px 0 32px 0;
    }
.bac5777{
    gap: 64px;
    }
.y30c57_994{
    font-size: 40px;
    }
.c1509c_2d{
    font-size: 16px;
    }
.b03ad00_4e7a{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&family=Inter:wght@400;500;600;700&display=swap");
body{
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.jb313__dce5d{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.h7382747{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  
  justify-content: flex-start;
}
.w05tq1ocq{
  display: flex;
  align-items: center;
  height: 100%;
}
.lf57178_li2o{
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 64px;
}
.o473c__8b42{
  font-family: "Noto Serif SC", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: 0.5px;
}
.zdzz9nrxm6xj{
  display: none;
}
.haa0e4e5_hrl{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  margin-left: auto;
}
.jpihxrhwf{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  transform-origin: center; color: #ffffff;}
.e717357_40a{
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
}
.c401769b30b{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 36px;
}
.t14858_403{
  font-size: 15px;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition);
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.t14858_403:hover{
  color: var(--text-color);
  text-decoration-color: var(--text-color);
}
.x51cb3iazr0{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.h4467363a4{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 48px;
  background: var(--primary-color);
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  border: 2px solid var(--text-color);
  box-shadow: 4px 4px 0px var(--text-color);
}
.h4467363a4:hover{
  background: var(--secondary-color);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px var(--text-color); color: #1a1a2e;}
.h4467363a4:active{
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px var(--text-color);
}
@media (max-width: 991px){.haa0e4e5_hrl {
    display: flex;
  }
.e717357_40a {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--nav-height));
    background: var(--nav-bg);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 4vw;
    box-sizing: border-box;
    clip-path: inset(0 0 100% 0); 
    transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #1a1a2e;}
.zdzz9nrxm6xj:checked ~ .e717357_40a {
    clip-path: inset(0 0 0 0);
  }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(2) {
    opacity: 0;
  }
.zdzz9nrxm6xj:checked ~ .haa0e4e5_hrl .jpihxrhwf:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
.c401769b30b {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
    gap: 0;
    margin-bottom: 40px;
  }
.t14858_403 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
  }
.x51cb3iazr0 {
    width: 100%;
    margin-left: 0;
  }
.h4467363a4 {
    width: 100%;
  }}
@media (min-width: 992px){.jb313__dce5d #nt08b417f200, .jb313__dce5d label[for="nt08b417f200"]{ display: none !important; }}
@media (min-width: 992px){.jb313__dce5d .e717357_40a{ 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){.jb313__dce5d .e717357_40a{ 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){.jb313__dce5d .e717357_40a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt08b417f200:checked ~ .e717357_40a{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.jb313__dce5d.p61b446b5 .e717357_40a{ 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){#nt08b417f200:checked ~ .e717357_40a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.jb313__dce5d.p61b446b5 #nt08b417f200, .jb313__dce5d.p61b446b5 label[for="nt08b417f200"]{ display: none !important; }}
@media (min-width: 992px){.jb313__dce5d.p61b446b5 .e717357_40a{ 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){.jb313__dce5d.p61b446b5 .e717357_40a{ 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){.jb313__dce5d.p61b446b5 .e717357_40a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.g3e4bd19ea9{
  background-color: #08090C;
  padding: 120px 0 40px 0;
  color: #FFFFFF;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ke1058_c989{
  width: var(--max-width, min(1200px, 92vw));
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.fcdedb604{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.a764dc_ff5d{
  width: 100%;
  font-family: "Georgia", "Times New Roman", "Songti SC", serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
.zc6309f9ede{
  width: 100%;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.u5d9__8915{
  width: 180px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, hsl(218, 75%, 52%));
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  box-sizing: border-box;
}
.u5d9__8915:hover{
  background-color: #FFFFFF;
  color: #08090C;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 255, 255, 0.15);
}
.se6494622{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m78957d03a4{
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 0.02em;
}
.p0f334bdea1{
  flex: 0 0 auto;
  width: auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 768px){.g3e4bd19ea9{
    padding: 80px 0 32px 0;
  }
.ke1058_c989{
    gap: 64px;
  }
.a764dc_ff5d{
    font-size: 40px;
  }
.zc6309f9ede{
    font-size: 16px;
  }
.se6494622{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }}
.p542bcb9ffa{box-sizing:border-box;}
.oc59__90d7{box-sizing:border-box;}
.i22d__c58d{box-sizing:border-box;}
.d32db0e3837{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.b03ad00_4e7a { 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; }}