:root {

  --primary-color: hsl(98, 90%, 61%);
  --secondary-color: hsl(256, 72%, 61%);
  --bg-color: hsl(98, 9%, 96%);
  --text-color: hsl(98, 10%, 9%);
  --text-muted: hsl(98, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --nav-height: 64px;
  --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: #000000;
  --page-bg: var(--bg-color, hsl(98, 9%, 96%));
  --text-primary: var(--text-color, hsl(98, 10%, 9%));
  --text-secondary: hsl(98, 5%, 40%);
  --surface-bg: #ffffff;
  --accent-primary: hsl(256, 72%, 61%);
  --accent-hover: hsl(256, 72%, 51%);
  --accent-secondary: hsl(98, 90%, 61%);
  --container-max: 1200px;
  --reading-max: 760px;
  --font-heading: Georgia, "Times New Roman", "Songti SC", "Noto Serif CJK SC", serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --spacing-sm: 1rem;
  --spacing-md: 2.5rem;
  --spacing-lg: 5rem;
  --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.04);
  --shadow-float: 0 20px 40px rgba(0, 0, 0, 0.08);
  --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%);
}
body{
    margin: 0;
    font-family: "Georgia", "Times New Roman", Times, serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.lcce5c1_ef{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(245, 246, 244, 0.9); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    height: var(--nav-height);
    display: flex;
    align-items: center; color: #1a1a2e;}
.l9fbbc7{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.de3ff42{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    flex-shrink: 0;
    }
.nhpf8tbviaet{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-grow: 1;
    justify-content: flex-end;
    }
.mrtgxk98s{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    }
.y66aa3_3822{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    opacity: 0.8;
    }
.y66aa3_3822:hover{
    opacity: 1;
    color: var(--secondary-color);
    }
.fjlu2fvunzz{
    flex-shrink: 0;
    }
.v02cd08{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    font-family: system-ui, -apple-system, sans-serif; 
    }
.v02cd08:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.n242a9bf5b{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
    }
.unodzvxf, .unodzvxf::before, .unodzvxf::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.unodzvxf::before, .unodzvxf::after{
    content: "";
    position: absolute;
    left: 0;
    }
.unodzvxf::before{ top: -6px; }
.unodzvxf::after{ top: 6px; }
@media (max-width: 900px){.n242a9bf5b {
    display: block;
    }
.nhpf8tbviaet {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.w46c82866 .nhpf8tbviaet {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    }
.w46c82866 .unodzvxf {
    background-color: transparent;
    }
.w46c82866 .unodzvxf::before {
    transform: rotate(45deg);
    top: 0;
    }
.w46c82866 .unodzvxf::after {
    transform: rotate(-45deg);
    top: 0;
    }
.mrtgxk98s {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.y66aa3_3822 {
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
    }
.v02cd08 {
    width: 100%;
    padding: 0.75rem 2rem;
    }}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.y66aa3_3822.active {opacity: 1; color: var(--secondary-color);}
.v8910r0l8hz2{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.g6517272eb9{
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0.85;
    flex-shrink: 0; color: #1a1a2e;}
.v9590_795f{
    width: 100%;
    max-width: var(--max-width);
    padding-top: 80px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.yc21b0c_h2{
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px;
    }
.ye36e_75{
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    }
.l935b_e1{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.lb57788137{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    flex-shrink: 0; color: #ffffff;}
.mcd60_66{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.n458wcx4{
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
    }
.duutrsxxk4xe{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    }
.j451e_242{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.t538bf0_8cee{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    }
@media (min-width: 768px){.mcd60_66{
    flex-direction: row;
    justify-content: space-between;
    }
.n458wcx4{
    width: auto;
    flex: 0 0 auto;
    text-align: left;
    }
.duutrsxxk4xe{
    width: auto;
    flex: 0 0 auto;
    }}
div.o356__f35e.a132b__faf *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.o356__f35e.a132b__faf{
    font-family: var(--font-body);
    color: var(--text-primary);
    background-color: var(--page-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.o356__f35e.a132b__faf h1, div.o356__f35e.a132b__faf h2, div.o356__f35e.a132b__faf h3, div.o356__f35e.a132b__faf h4{
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.3;
    margin-bottom: var(--spacing-sm);
    }
div.o356__f35e.a132b__faf p{
    margin-bottom: var(--spacing-sm);
    color: var(--text-secondary);
    }
div.o356__f35e.a132b__faf a{
    color: var(--accent-primary);
    text-decoration: none;
    transition: color 0.2s ease;
    }
div.o356__f35e.a132b__faf a:hover{
    color: var(--accent-hover);
    text-decoration: underline;
    }
div.o356__f35e.a132b__faf img{
    max-width: 100%;
    height: auto;
    display: block;
    }
div.o356__f35e.a132b__faf .bc78a7__e2e92{
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.o356__f35e.a132b__faf .j1109_d2{
    text-align: center;
    }
div.o356__f35e.a132b__faf .o4dad2d{
    max-width: var(--reading-max);
    margin-left: 0;
    margin-right: auto;
    }
div.o356__f35e.a132b__faf .m48949dd5db{
    padding: var(--spacing-lg) 0;
    }
div.o356__f35e.a132b__faf .v0449314c{
    margin-bottom: var(--spacing-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.o356__f35e.a132b__faf .ju3b6f3d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    }
div.o356__f35e.a132b__faf .y5415ba3f9{
    background-color: var(--accent-primary);
    color: #1a1a2e;
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.3);
    }
div.o356__f35e.a132b__faf .y5415ba3f9:hover{
    background-color: var(--accent-hover);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
    }
div.o356__f35e.a132b__faf .k515f71{
    background-color: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-color);
    }
div.o356__f35e.a132b__faf .k515f71:hover{
    border-color: var(--accent-primary);
    color: var(--accent-primary);
    }
div.o356__f35e.a132b__faf .h7d4e550060{
    padding: 8rem 0 5rem;
    background: linear-gradient(180deg, var(--surface-bg) 0%, var(--page-bg) 100%);
    border-bottom: 1px solid var(--border-color); color: #1a1a2e;}
div.o356__f35e.a132b__faf .j5d7197_5yi{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.o356__f35e.a132b__faf .jb47g47tkt3{
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    }
div.o356__f35e.a132b__faf .p5a50fe{
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    }
div.o356__f35e.a132b__faf .v433b5e_tnn4{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    }
div.o356__f35e.a132b__faf .bbjpnauzvz{
    background-color: var(--surface-bg);
    border-radius: var(--radius-lg);
    padding: 3rem;
    margin-top: -3rem;
    box-shadow: var(--shadow-float);
    position: relative;
    z-index: 10; color: #1a1a2e;}
div.o356__f35e.a132b__faf .a3693fd6_0xv{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    text-align: left;
    }
div.o356__f35e.a132b__faf .m25899_4c{
    padding-left: 2rem;
    position: relative;
    }
div.o356__f35e.a132b__faf .m25899_4c::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent-primary);
    font-weight: bold;
    }
div.o356__f35e.a132b__faf .m25899_4c h3{
    font-family: var(--font-body);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    }
div.o356__f35e.a132b__faf .m25899_4c p{
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
    }
div.o356__f35e.a132b__faf .jb238c_e5df{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    }
div.o356__f35e.a132b__faf .z67d__7146b{
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background-color: var(--surface-bg); color: #1a1a2e;}
div.o356__f35e.a132b__faf .z67d__7146b img{
    width: 100%;
    aspect-ratio: 21/9;
    object-fit: cover;
    object-position: center;
    }
div.o356__f35e.a132b__faf .q14ce3_a6{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
    }
div.o356__f35e.a132b__faf .o85297cb_jz3{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    }
div.o356__f35e.a132b__faf .zd76522297{
    background-color: var(--surface-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; color: #1a1a2e;}
div.o356__f35e.a132b__faf .zd76522297:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
    border-color: var(--accent-primary);
    }
div.o356__f35e.a132b__faf .j05663_6zco{
    width: 48px;
    height: 48px;
    background-color: var(--page-bg);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    }
div.o356__f35e.a132b__faf .zd76522297 h3{
    font-size: 1.2rem;
    }
div.o356__f35e.a132b__faf .zd76522297 p{
    font-size: 0.9rem;
    }
div.o356__f35e.a132b__faf .b2fb041f_v7p{
    background-color: var(--text-primary);
    color: var(--surface-bg);
    text-align: center;
    padding: 5rem 2rem;
    border-radius: var(--radius-lg);
    margin: 4rem auto;
    max-width: calc(var(--container-max) - 4rem);
    }
div.o356__f35e.a132b__faf .b2fb041f_v7p h2, div.o356__f35e.a132b__faf .b2fb041f_v7p p{
    color: var(--surface-bg);
    }
div.o356__f35e.a132b__faf .b2fb041f_v7p p{
    opacity: 0.8;
    }
@media (max-width: 1024px) {div.o356__f35e.a132b__faf .o85297cb_jz3{
    grid-template-columns: repeat(2, 1fr);
    }
div.o356__f35e.a132b__faf .q14ce3_a6{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 768px) {div.o356__f35e.a132b__faf .h7d4e550060{
    padding: 5rem 0 4rem;
    }
div.o356__f35e.a132b__faf .o85297cb_jz3, div.o356__f35e.a132b__faf .q14ce3_a6{
    grid-template-columns: 1fr;
    }
div.o356__f35e.a132b__faf .bbjpnauzvz{
    padding: 2rem;
    margin-top: -2rem;
    }
div.o356__f35e.a132b__faf .z67d__7146b img{
    aspect-ratio: 16/9;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.o356__f35e img.s261bf_0aaa {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.o356__f35e img.s261bf_0aaa.o3877c_2e10 { aspect-ratio: 16 / 9; }
div.o356__f35e img.s261bf_0aaa.d5512fc3196 { aspect-ratio: 16 / 10; }
div.o356__f35e img.s261bf_0aaa.b64d__3194 { aspect-ratio: 4 / 3; }
div.o356__f35e img.s261bf_0aaa.x32d__c113 { aspect-ratio: 1 / 1; }
div.o356__f35e :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.o356__f35e .c375__95da {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.o356__f35e .c375__95da.o3877c_2e10 { aspect-ratio: 16 / 9; }
div.o356__f35e .c375__95da.d5512fc3196 { aspect-ratio: 16 / 10; }
div.o356__f35e .c375__95da.b64d__3194 { aspect-ratio: 4 / 3; }
div.o356__f35e .c375__95da.x32d__c113 { aspect-ratio: 1 / 1; }
div.o356__f35e .c375__95da > img.s261bf_0aaa,
    div.o356__f35e .c375__95da > picture > img.s261bf_0aaa {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.o356__f35e.a132b__faf .y5415ba3f9 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.o356__f35e.a132b__faf .y5415ba3f9 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.o356__f35e.a132b__faf .y5415ba3f9 a:not([class]):hover{opacity:0.92;}
div.o356__f35e.a132b__faf .y5415ba3f9 a[class=""]:hover{opacity:0.92;}
div.o356__f35e.a132b__faf .y5415ba3f9 a:not([class]):visited{color:#ffffff !important;}
div.o356__f35e.a132b__faf .y5415ba3f9 a[class=""]:visited{color:#ffffff !important;}
body{
    margin: 0;
    font-family: "Georgia", "Times New Roman", Times, serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.lcce5c1_ef{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(245, 246, 244, 0.9); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    height: var(--nav-height);
    display: flex;
    align-items: center; color: #1a1a2e;}
.l9fbbc7{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.de3ff42{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    flex-shrink: 0;
    }
.nhpf8tbviaet{
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-grow: 1;
    justify-content: flex-end;
    }
.mrtgxk98s{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    }
.y66aa3_3822{
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    opacity: 0.8;
    }
.y66aa3_3822:hover{
    opacity: 1;
    color: var(--secondary-color);
    }
.fjlu2fvunzz{
    flex-shrink: 0;
    }
.v02cd08{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    font-family: system-ui, -apple-system, sans-serif; 
    }
.v02cd08:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.n242a9bf5b{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 101;
    }
.unodzvxf, .unodzvxf::before, .unodzvxf::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.unodzvxf::before, .unodzvxf::after{
    content: "";
    position: absolute;
    left: 0;
    }
.unodzvxf::before{ top: -6px; }
.unodzvxf::after{ top: 6px; }
@media (max-width: 900px){.n242a9bf5b {
    display: block;
    }
.nhpf8tbviaet {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.w46c82866 .nhpf8tbviaet {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    }
.w46c82866 .unodzvxf {
    background-color: transparent;
    }
.w46c82866 .unodzvxf::before {
    transform: rotate(45deg);
    top: 0;
    }
.w46c82866 .unodzvxf::after {
    transform: rotate(-45deg);
    top: 0;
    }
.mrtgxk98s {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.y66aa3_3822 {
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
    }
.v02cd08 {
    width: 100%;
    padding: 0.75rem 2rem;
    }}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.v8910r0l8hz2{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.g6517272eb9{
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0.85;
    flex-shrink: 0; color: #1a1a2e;}
.v9590_795f{
    width: 100%;
    max-width: var(--max-width);
    padding-top: 80px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.yc21b0c_h2{
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 56px;
    }
.ye36e_75{
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    }
.l935b_e1{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.lb57788137{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    flex-shrink: 0; color: #ffffff;}
.mcd60_66{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.n458wcx4{
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-family: system-ui, -apple-system, sans-serif;
    }
.duutrsxxk4xe{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    }
.j451e_242{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.t538bf0_8cee{
    font-size: 13px;
    color: var(--text-muted);
    flex-shrink: 0;
    }
@media (min-width: 768px){.mcd60_66{
    flex-direction: row;
    justify-content: space-between;
    }
.n458wcx4{
    width: auto;
    flex: 0 0 auto;
    text-align: left;
    }
.duutrsxxk4xe{
    width: auto;
    flex: 0 0 auto;
    }}
body{
  margin: 0;
  font-family: "Georgia", "Times New Roman", Times, serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
}
.lcce5c1_ef{
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(245, 246, 244, 0.9); 
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  height: var(--nav-height);
  display: flex;
  align-items: center; color: #1a1a2e;}
.l9fbbc7{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.de3ff42{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}
.nhpf8tbviaet{
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-grow: 1;
  justify-content: flex-end;
}
.mrtgxk98s{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
.y66aa3_3822{
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
  opacity: 0.8;
}
.y66aa3_3822:hover{
  opacity: 1;
  color: var(--secondary-color);
}
.fjlu2fvunzz{
  flex-shrink: 0;
}
.v02cd08{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  font-family: system-ui, -apple-system, sans-serif; 
}
.v02cd08:hover{
  background-color: var(--secondary-color);
  color: #1a1a2e;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.n242a9bf5b{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 101;
}
.unodzvxf, .unodzvxf::before, .unodzvxf::after{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: relative;
  transition: var(--transition); color: #ffffff;}
.unodzvxf::before, .unodzvxf::after{
  content: "";
  position: absolute;
  left: 0;
}
.unodzvxf::before{ top: -6px; }
.unodzvxf::after{ top: 6px; }
@media (max-width: 900px){.n242a9bf5b {
    display: block;
  }
.nhpf8tbviaet {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background-color: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.w46c82866 .nhpf8tbviaet {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
.w46c82866 .unodzvxf {
    background-color: transparent;
  }
.w46c82866 .unodzvxf::before {
    transform: rotate(45deg);
    top: 0;
  }
.w46c82866 .unodzvxf::after {
    transform: rotate(-45deg);
    top: 0;
  }
.mrtgxk98s {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.y66aa3_3822 {
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
  }
.v02cd08 {
    width: 100%;
    padding: 0.75rem 2rem;
  }}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.y66aa3_3822.active{opacity: 1; color: var(--secondary-color);}
.q61a1475f{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.q31d45_9590{
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  opacity: 0.85;
  flex-shrink: 0; color: #1a1a2e;}
.zf29b579b{
  width: 100%;
  max-width: var(--max-width);
  padding-top: 80px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ue621a0ff37{
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
}
.sc70ea_be03{
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  width: 100%;
}
.a71eaea7c{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.h743__fe92{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 32px;
  flex-shrink: 0; color: #ffffff;}
.p2c1b5056{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.a2beab_bfa5{
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
}
.l578ff_2f45{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.yf0a__4c70{
  font-size: 13px;
  color: var(--text-muted);
  flex-shrink: 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.n90b79043e0{
  font-size: 13px;
  color: var(--text-muted);
  flex-shrink: 0;
}
@media (min-width: 768px){.p2c1b5056{
    flex-direction: row;
    justify-content: space-between;
  }
.a2beab_bfa5{
    width: auto;
    flex: 0 0 auto;
    text-align: left;
  }
.l578ff_2f45{
    width: auto;
    flex: 0 0 auto;
  }}
.b9f9034b3{box-sizing:border-box;}
.d87433814e6{box-sizing:border-box;}
.jb61389ea87{box-sizing:border-box;}
.j245cf6e1{display:block;max-width:100%;height:auto;}
.o3e208_4833{box-sizing:border-box;}