:root {

  --primary-color: hsl(133, 73%, 52%);
  --secondary-color: hsl(258, 58%, 52%);
  --bg-color: hsl(133, 7%, 96%);
  --text-color: hsl(133, 10%, 10%);
  --text-muted: hsl(133, 5%, 40%);
  --border-color: hsla(133, 10%, 10%, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 246, 244, 0.95);
  --font-serif: "Charter", "Bitstream Charter", "Sitka Text", Cambria, serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --jgz-color-primary: var(--primary-color, hsl(133, 73%, 52%));
  --jgz-color-secondary: var(--secondary-color, hsl(258, 58%, 52%));
  --jgz-color-text: var(--text-color, hsl(133, 10%, 10%));
  --jgz-color-text-muted: hsl(133, 5%, 40%);
  --jgz-color-bg: var(--bg-color, hsl(133, 7%, 96%));
  --jgz-color-surface: #ffffff;
  --jgz-color-border: rgba(0, 0, 0, 0.08);
  --jgz-radius-sm: 4px;
  --jgz-radius-md: 8px;
  --jgz-radius-lg: 16px;
  --jgz-shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --jgz-shadow-md: 0 8px 24px rgba(0,0,0,0.08);
  --jgz-font-serif: "Georgia", "Noto Serif SC", "Songti SC", serif;
  --jgz-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --jgz-layout-max: 1200px;
  --jgz-read-max: 680px;
  --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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.v79af95_fo0{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px); color: #1a1a2e;}
.ea6aa__8ab{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.w78ce1_2e{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.u2efb6e_k2{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.t6374f__35a15{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.m97e1__5857{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 450;
    transition: var(--transition);
    }
.m97e1__5857:hover{
    color: var(--text-color);
    }
.ogx0h0rdyj{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.hdebd0d_6f{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
    white-space: nowrap;
    }
.hdebd0d_6f:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.q5bec88f{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.a70c97cdf07{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
.w793dd8_023{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.ac9r41dti6jv{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
.rf6a90c_2eea{
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 500;
    }
.uc3f9994288{
    color: var(--secondary-color);
    font-weight: 700;
    }
@media (max-width: 1024px){.t6374f__35a15 {
    display: none; 
    }
.q5bec88f {
    display: flex; 
    }
.w78ce1_2e {
    gap: 0;
    }}
.q5bec88f:focus + .w793dd8_023, .q5bec88f:active + .w793dd8_023, .w793dd8_023:hover{
    display: block;
    }
div.ufb3fc14a{
    padding-top: var(--nav-height);
    }
.uc3f9994288.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.rf6a90c_2eea.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m97e1__5857.active{color: var(--text-color);}
.udac__f497{list-style:none;}
.m97e1__5857.active {color: var(--text-color);}
.rf6a90c_2eea.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.uc3f9994288.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.s520590_de9{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.g44fc549_gfql{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.zb32942_6f26{
    width: 100%;
    max-width: 680px; 
    margin-bottom: 40px;
    }
.zhgojk0z{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.fyjkrs9t{
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.ue5d5__17dd{
    width: 100%;
    margin-bottom: 60px;
    }
.g72787c0cd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--text-color); 
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.g72787c0cd:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.hka5lug8{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 40px; color: #ffffff;}
.cd4b2607{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    }
.qb69c5_9d{
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    flex-shrink: 0;
    }
.h3a78b__72856{
    display: flex;
    gap: 32px;
    flex-shrink: 0;
    }
.he09e_1ebd{
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.he09e_1ebd:hover{
    color: var(--secondary-color);
    }
@media (max-width: 768px){.s520590_de9{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.g44fc549_gfql{
    padding-left: 24px;
    padding-right: 24px;
    }
.cd4b2607{
    flex-direction: column;
    align-items: flex-start;
    }
.h3a78b__72856{
    flex-direction: column;
    gap: 16px;
    }}
div.ufb3fc14a.fvlzenw65yl.a39543__0f3{
    background-color: var(--jgz-color-bg);
    color: var(--jgz-color-text);
    font-family: var(--jgz-font-sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 80px;
    }
div.ufb3fc14a.fvlzenw65yl .we1ad5578c0{
    max-width: var(--jgz-layout-max);
    margin: 0 auto;
    padding: 0 5vw;
    }
div.ufb3fc14a.fvlzenw65yl .yf6d9b33{
    max-width: var(--jgz-read-max);
    margin-left: 0; 
    }
div.ufb3fc14a.fvlzenw65yl .zac287b40a{
    font-family: var(--jgz-font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem 0;
    color: var(--jgz-color-text);
    }
div.ufb3fc14a.fvlzenw65yl .o62b15__176{
    font-family: var(--jgz-font-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    line-height: 1.3;
    margin: 4rem 0 1.5rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--jgz-color-border);
    }
div.ufb3fc14a.fvlzenw65yl .k5ef30__39a2{
    font-family: var(--jgz-font-sans);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    }
div.ufb3fc14a.fvlzenw65yl .qa9d__8db99{
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
    color: var(--jgz-color-text);
    }
div.ufb3fc14a.fvlzenw65yl .elrpa1okamd2{
    color: var(--jgz-color-text-muted);
    font-size: 0.95rem;
    }
div.ufb3fc14a.fvlzenw65yl .s6982e_0eae{
    color: var(--jgz-color-secondary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    font-weight: 500;
    }
div.ufb3fc14a.fvlzenw65yl .s6982e_0eae:hover{
    border-bottom-color: var(--jgz-color-secondary);
    }
div.ufb3fc14a.fvlzenw65yl .t444cb_b4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--jgz-radius-md);
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    }
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1{
    background-color: var(--jgz-color-primary);
    color: #1a1a2e; 
    box-shadow: 0 4px 12px rgba(28, 196, 73, 0.3); 
    }
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(28, 196, 73, 0.4);
    filter: brightness(1.05);
    }
div.ufb3fc14a.fvlzenw65yl .v2bf6ef_81u{
    background-color: transparent;
    color: var(--jgz-color-text);
    border: 2px solid var(--jgz-color-border);
    }
div.ufb3fc14a.fvlzenw65yl .v2bf6ef_81u:hover{
    border-color: var(--jgz-color-text);
    background-color: rgba(0,0,0,0.02); color: #ffffff;}
div.ufb3fc14a.fvlzenw65yl .efd6fb22d{
    padding: 8vh 0 10vh 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    }
@media (min-width: 992px) {div.ufb3fc14a.fvlzenw65yl .efd6fb22d{
    grid-template-columns: 1fr 1fr;
    }}
div.ufb3fc14a.fvlzenw65yl .yc267_4f{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.ufb3fc14a.fvlzenw65yl .roc47kt6tesb{
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: rgba(28, 196, 73, 0.1);
    color: #1a1a2e;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 100px;
    margin-bottom: 1.5rem;
    }
div.ufb3fc14a.fvlzenw65yl .c3z5y86vua{
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    }
div.ufb3fc14a.fvlzenw65yl .bcc51cc_ly{
    border-radius: var(--jgz-radius-lg);
    overflow: hidden;
    box-shadow: var(--jgz-shadow-md);
    aspect-ratio: 4/3;
    background-color: var(--jgz-color-surface); color: #1a1a2e;}
div.ufb3fc14a.fvlzenw65yl .bcc51cc_ly img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.ufb3fc14a.fvlzenw65yl .kb9bb477{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 3rem 0;
    }
@media (min-width: 768px) {div.ufb3fc14a.fvlzenw65yl .kb9bb477{
    grid-template-columns: repeat(3, 1fr);
    }}
div.ufb3fc14a.fvlzenw65yl .qc492d7e{
    background: var(--jgz-color-surface);
    padding: 2.5rem 2rem;
    border-radius: var(--jgz-radius-md);
    border: 1px solid var(--jgz-color-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
div.ufb3fc14a.fvlzenw65yl .qc492d7e:hover{
    transform: translateY(-4px);
    box-shadow: var(--jgz-shadow-sm);
    }
div.ufb3fc14a.fvlzenw65yl .z7d869dea{
    width: 48px;
    height: 48px;
    background-color: var(--jgz-color-bg);
    border-radius: var(--jgz-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    }
div.ufb3fc14a.fvlzenw65yl .z7d869dea svg{
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
    }
div.ufb3fc14a.fvlzenw65yl .b75115_d88{
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 6rem 0;
    align-items: center;
    }
@media (min-width: 992px) {div.ufb3fc14a.fvlzenw65yl .b75115_d88{
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    }
div.ufb3fc14a.fvlzenw65yl .b75115_d88.reverse .c742ca_rlf{
    order: -1;
    }}
div.ufb3fc14a.fvlzenw65yl .he33ad__714e{
    background-color: var(--jgz-color-surface);
    border-radius: var(--jgz-radius-md);
    padding: 1rem;
    box-shadow: var(--jgz-shadow-sm);
    border: 1px solid var(--jgz-color-border); color: #1a1a2e;}
div.ufb3fc14a.fvlzenw65yl .he33ad__714e img{
    width: 100%;
    height: auto;
    border-radius: var(--jgz-radius-sm);
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover;
    }
div.ufb3fc14a.fvlzenw65yl .j878267790e{
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    }
div.ufb3fc14a.fvlzenw65yl .o2d1fab2_mi{
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
    }
div.ufb3fc14a.fvlzenw65yl .v80902a_bd8{
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: var(--jgz-color-text);
    color: var(--jgz-color-surface);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: var(--jgz-font-sans);
    font-size: 0.875rem;
    }
div.ufb3fc14a.fvlzenw65yl .m6fef69a670{
    margin-top: 6rem;
    padding-top: 3rem;
    border-top: 1px solid var(--jgz-color-border);
    text-align: left;
    }
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ufb3fc14a img.y6ea18cd1 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ufb3fc14a img.y6ea18cd1.f35340_cefa { aspect-ratio: 16 / 9; }
div.ufb3fc14a img.y6ea18cd1.b718f6699ea { aspect-ratio: 16 / 10; }
div.ufb3fc14a img.y6ea18cd1.q885950142f { aspect-ratio: 4 / 3; }
div.ufb3fc14a img.y6ea18cd1.af0b8e13965 { aspect-ratio: 1 / 1; }
div.ufb3fc14a :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.ufb3fc14a .sb2cdd_0f30 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ufb3fc14a .sb2cdd_0f30.f35340_cefa { aspect-ratio: 16 / 9; }
div.ufb3fc14a .sb2cdd_0f30.b718f6699ea { aspect-ratio: 16 / 10; }
div.ufb3fc14a .sb2cdd_0f30.q885950142f { aspect-ratio: 4 / 3; }
div.ufb3fc14a .sb2cdd_0f30.af0b8e13965 { aspect-ratio: 1 / 1; }
div.ufb3fc14a .sb2cdd_0f30 > img.y6ea18cd1,
    div.ufb3fc14a .sb2cdd_0f30 > picture > img.y6ea18cd1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1 a:not([class]):hover{opacity:0.92;}
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1 a[class=""]:hover{opacity:0.92;}
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1 a:not([class]):visited{color:#ffffff !important;}
div.ufb3fc14a.fvlzenw65yl .k6ff110a0e1 a[class=""]:visited{color:#ffffff !important;}
.s3199bf21ed {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.s3199bf21ed > :first-child,
    .s3199bf21ed > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.v79af95_fo0{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px); color: #1a1a2e;}
.ea6aa__8ab{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.w78ce1_2e{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.u2efb6e_k2{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.t6374f__35a15{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.m97e1__5857{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 450;
    transition: var(--transition);
    }
.m97e1__5857:hover{
    color: var(--text-color);
    }
.ogx0h0rdyj{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.hdebd0d_6f{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
    white-space: nowrap;
    }
.hdebd0d_6f:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.q5bec88f{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.a70c97cdf07{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
.w793dd8_023{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    padding: 24px;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.ac9r41dti6jv{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
.rf6a90c_2eea{
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 500;
    }
.uc3f9994288{
    color: var(--secondary-color);
    font-weight: 700;
    }
@media (max-width: 1024px){.t6374f__35a15 {
    display: none; 
    }
.q5bec88f {
    display: flex; 
    }
.w78ce1_2e {
    gap: 0;
    }}
.q5bec88f:focus + .w793dd8_023, .q5bec88f:active + .w793dd8_023, .w793dd8_023:hover{
    display: block;
    }
div.ufb3fc14a{
    padding-top: var(--nav-height);
    }
.uc3f9994288.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.rf6a90c_2eea.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m97e1__5857.active{color: var(--text-color);}
.udac__f497{list-style:none;}
.m97e1__5857.active{color: var(--text-color);}
.rf6a90c_2eea.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.uc3f9994288.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.s520590_de9{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.g44fc549_gfql{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.zb32942_6f26{
    width: 100%;
    max-width: 680px; 
    margin-bottom: 40px;
    }
.zhgojk0z{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.fyjkrs9t{
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.ue5d5__17dd{
    width: 100%;
    margin-bottom: 60px;
    }
.g72787c0cd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--text-color); 
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.g72787c0cd:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.05);
    }
.hka5lug8{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 40px; color: #ffffff;}
.cd4b2607{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    }
.qb69c5_9d{
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    flex-shrink: 0;
    }
.h3a78b__72856{
    display: flex;
    gap: 32px;
    flex-shrink: 0;
    }
.he09e_1ebd{
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.he09e_1ebd:hover{
    color: var(--secondary-color);
    }
@media (max-width: 768px){.s520590_de9{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.g44fc549_gfql{
    padding-left: 24px;
    padding-right: 24px;
    }
.cd4b2607{
    flex-direction: column;
    align-items: flex-start;
    }
.h3a78b__72856{
    flex-direction: column;
    gap: 16px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
.v79af95_fo0{
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  backdrop-filter: blur(10px); color: #1a1a2e;}
.ea6aa__8ab{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w78ce1_2e{
  display: flex;
  align-items: center;
  gap: 40px;
}
.u2efb6e_k2{
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.t6374f__35a15{
  display: flex;
  list-style: none;
  gap: 24px;
}
.m97e1__5857{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.925rem;
  font-weight: 450;
  transition: var(--transition);
}
.m97e1__5857:hover{
  color: var(--text-color);
}
.ogx0h0rdyj{
  display: flex;
  align-items: center;
  gap: 16px;
}
.hdebd0d_6f{
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
  white-space: nowrap;
}
.hdebd0d_6f:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #ffffff;}
.q5bec88f{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.a70c97cdf07{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #ffffff;}
.w793dd8_023{
  display: none;
  position: absolute;
  top: var(--nav-height);
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  padding: 24px;
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.ac9r41dti6jv{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rf6a90c_2eea{
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.1rem;
  font-weight: 500;
}
.uc3f9994288{
  color: var(--secondary-color);
  font-weight: 700;
}
@media (max-width: 1024px){.t6374f__35a15 {
    display: none; 
  }
.q5bec88f {
    display: flex; 
  }
.w78ce1_2e {
    gap: 0;
  }}
.q5bec88f:focus + .w793dd8_023, .q5bec88f:active + .w793dd8_023, .w793dd8_023:hover{
  display: block;
}
div.ufb3fc14a{
  padding-top: var(--nav-height);
}
.uc3f9994288.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.rf6a90c_2eea.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.m97e1__5857.active{color: var(--text-color);}
.udac__f497{list-style:none;}
.m97e1__5857.active{color: var(--text-color);}
.rf6a90c_2eea.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.uc3f9994288.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.xc38__e030{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%; color: #1a1a2e;}
.c92d7b_a009{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}
.re2472bf910{
  width: 100%;
  max-width: 680px; 
  margin-bottom: 40px;
}
.vb2b9d_b178{
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.w67244fc3{
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.cb0458235ac{
  width: 100%;
  margin-bottom: 60px;
}
.tc9a__83f4{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--text-color); 
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.tc9a__83f4:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  filter: brightness(1.05);
}
.gb5292a3c3e{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 40px; color: #ffffff;}
.x007__1dcd{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.bb89__aae1{
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  flex-shrink: 0;
}
.h2ff2ce43{
  display: flex;
  gap: 32px;
  flex-shrink: 0;
}
.tb7b__da0a{
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.tb7b__da0a:hover{
  color: var(--secondary-color);
}
@media (max-width: 768px){.xc38__e030{
    padding-top: 60px;
    padding-bottom: 40px;
  }
.c92d7b_a009{
    padding-left: 24px;
    padding-right: 24px;
  }
.x007__1dcd{
    flex-direction: column;
    align-items: flex-start;
  }
.h2ff2ce43{
    flex-direction: column;
    gap: 16px;
  }}
.e8d03d096{box-sizing:border-box;}
.m693761b7{box-sizing:border-box;}
.y241c7_1317{box-sizing:border-box;}
.o7fb4160b{box-sizing:border-box;}
@media (max-width: 768px) {.cd4b2607 { 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; }}