:root {

  --primary-color: hsl(144, 69%, 36%);
  --secondary-color: hsl(255, 55%, 56%);
  --bg-color: hsl(144, 6%, 98%);
  --text-color: hsl(144, 10%, 15%);
  --text-muted: hsl(144, 8%, 40%);
  --border-color: rgba(20, 30, 24, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.ae5971_5040.kf50bb_lvw.g2496b_c58{
    --inst-bg: var(--page-bg-color, hsl(144, 6%, 96%));
    --inst-surface: var(--card-bg-color, #ffffff);
    --inst-text-main: var(--text-color, hsl(144, 10%, 10%));
    --inst-text-muted: var(--text-muted-color, hsl(144, 5%, 35%));
    --inst-primary: hsl(144, 69%, 56%); 
    --inst-secondary: hsl(255, 55%, 56%); 
    --inst-border-radius: 24px;
    --inst-font-serif: "Georgia", "Times New Roman", "Songti SC", serif;
    --inst-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: inherit;
    line-height: 1.6;
    overflow-x: hidden;
    }
div.ae5971_5040.kf50bb_lvw.g2496b_c58 h1, div.ae5971_5040.kf50bb_lvw.g2496b_c58 h2, div.ae5971_5040.kf50bb_lvw.g2496b_c58 h3{
    font-family: inherit;
    text-align: left;
    margin: 0 0 1rem 0;
    color: var(--text-color);
    font-weight: 700;
    }
div.ae5971_5040.kf50bb_lvw.g2496b_c58 p{
    margin: 0 0 1.5rem 0;
    color: var(--text-color);
    font-size: 1.05rem;
    }
div.ae5971_5040.kf50bb_lvw.g2496b_c58 a{
    color: var(--text-color);
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
    }
div.ae5971_5040.kf50bb_lvw.g2496b_c58 a:hover{
    background-color: var(--primary-color);
    color: #000;
    }
div.ae5971_5040.kf50bb_lvw .h84cb1a80e{
    min-height: 50vh;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    padding: 6rem 5% 4rem;
    align-items: center;
    position: relative;
    background: linear-gradient(to bottom right, var(--inst-bg), #ffffff); color: #1a1a2e;}
div.ae5971_5040.kf50bb_lvw .b44fba3e{
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    text-align: left;
    }
div.ae5971_5040.kf50bb_lvw .h84cb1a80e h1{
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 800px;
    }
div.ae5971_5040.kf50bb_lvw .hbzd5cfuf4s{
    font-size: 1.25rem;
    max-width: 600px;
    }
div.ae5971_5040.kf50bb_lvw .vq5cq1hay{position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    aspect-ratio: 4/3; isolation: isolate;}
div.ae5971_5040.kf50bb_lvw .vq5cq1hay img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.ae5971_5040.kf50bb_lvw .s53ba_13{
    position: absolute;
    bottom: -28px;
    right: 5%;
    z-index: 10;
    }
div.ae5971_5040.kf50bb_lvw .t9046ed1{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--primary-color);
    color: #052210; 
    padding: 18px 48px;
    border-radius: 40px;
    font-family: inherit;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(67, 225, 130, 0.3);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    }
div.ae5971_5040.kf50bb_lvw .t9046ed1:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(67, 225, 130, 0.4);
    background: var(--primary-color); 
    color: #052210;
    }
div.ae5971_5040.kf50bb_lvw .c6ee3c2735{
    padding: 5rem 5%;
    }
div.ae5971_5040.kf50bb_lvw .c6ee3c2735 h2{
    font-size: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 1rem;
    }
div.ae5971_5040.kf50bb_lvw .h841cc0_p0{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    }
div.ae5971_5040.kf50bb_lvw .d238fce_kfy0{
    background: var(--primary-color);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.02);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.ae5971_5040.kf50bb_lvw .d238fce_kfy0:hover{
    transform: translateY(-5px);
    }
div.ae5971_5040.kf50bb_lvw .jeb96zx85oq{
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 1.5rem;
    }
div.ae5971_5040.kf50bb_lvw .jeb96zx85oq svg{
    width: 48px;
    height: 48px;
    fill: inherit;
    }
div.ae5971_5040.kf50bb_lvw .d238fce_kfy0 h3{
    font-size: 1.5rem;
    }
div.ae5971_5040.kf50bb_lvw .d238fce_kfy0 p{
    text-align: left;
    font-size: 0.95rem;
    }
div.ae5971_5040.kf50bb_lvw .v18655_3vw{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 4rem;
    background: var(--primary-color);
    border-radius: var(--radius-md);
    padding: 4rem; color: #1a1a2e;}
div.ae5971_5040.kf50bb_lvw .a1c0bf81296{
    order: 2; 
    }
div.ae5971_5040.kf50bb_lvw .a1c0bf81296 p, div.ae5971_5040.kf50bb_lvw .a1c0bf81296 ul{
    text-align: left;
    direction: rtl; 
    }
div.ae5971_5040.kf50bb_lvw .a1c0bf81296 li{
    margin-bottom: 1rem;
    color: var(--text-color);
    }
div.ae5971_5040.kf50bb_lvw .a1c0bf81296 strong{
    color: var(--text-color);
    }
div.ae5971_5040.kf50bb_lvw .ycadfbd9{
    order: 1;
    border-radius: calc(var(--inst-border-radius) - 8px);
    overflow: hidden;
    }
div.ae5971_5040.kf50bb_lvw .ycadfbd9 img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    }
@media (max-width: 1024px) {div.ae5971_5040.kf50bb_lvw .h84cb1a80e{ grid-template-columns: 1fr; text-align: center; padding-top: 4rem; }
div.ae5971_5040.kf50bb_lvw .b44fba3e{ align-items: center; text-align: center; }
div.ae5971_5040.kf50bb_lvw.g2496b_c58 h1, div.ae5971_5040.kf50bb_lvw.g2496b_c58 h2, div.ae5971_5040.kf50bb_lvw.g2496b_c58 h3, div.ae5971_5040.kf50bb_lvw .d238fce_kfy0 p{ text-align: center; }
div.ae5971_5040.kf50bb_lvw .h841cc0_p0{ grid-template-columns: repeat(2, 1fr); }
div.ae5971_5040.kf50bb_lvw .s53ba_13{ position: static; margin-top: 2rem; }
div.ae5971_5040.kf50bb_lvw .jeb96zx85oq{ justify-content: center; }
div.ae5971_5040.kf50bb_lvw .v18655_3vw{ grid-template-columns: 1fr; padding: 2rem; }
div.ae5971_5040.kf50bb_lvw .a1c0bf81296{ order: 1; }
div.ae5971_5040.kf50bb_lvw .a1c0bf81296 p, div.ae5971_5040.kf50bb_lvw .a1c0bf81296 ul{ text-align: center; direction: ltr; }
div.ae5971_5040.kf50bb_lvw .ycadfbd9{ order: 2; }}
@media (max-width: 768px) {div.ae5971_5040.kf50bb_lvw .h841cc0_p0{ grid-template-columns: 1fr; }
div.ae5971_5040.kf50bb_lvw .h84cb1a80e h1{ font-size: 2.5rem; }}
div.ae5971_5040.kf50bb_lvw .p9859204ade{
    text-align: center;
    padding: 3rem 5%;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 4rem;
    font-size: 0.9rem;
    color: var(--text-color);
    }
.c0779__b39e{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    border-bottom: 1px solid var(--border-color);
    z-index: 9999;
    display: flex;
    align-items: center; color: #1a1a2e;}
.te8e7fb{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.g7fe1c21{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.hea95e21_5y8h{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.hea95e21_5y8h:hover{
    opacity: 0.85;
    }
.atrmdujg9{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    }
.i9dawyjql{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
.l1a36_61{
    display: none;
    }
.fe75d8_7y{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
    }
.v9ylus6znwo{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #ffffff;}
.p6b6a859_f61{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 2.5rem;
    }
.b738a__04eb{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.k25b90f419{
    position: relative;
    }
.f59d642{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    display: inline-block;
    }
.f59d642:hover{
    color: #ffffff;
    background-color: rgba(20, 30, 24, 0.05);
    }
.p40a22_xx1s{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.jbd3e8aa{
    background: linear-gradient(135deg, var(--primary-color), hsl(144, 69%, 30%));
    color: #1a1a2e;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-lg);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.jbd3e8aa:hover{
    background: linear-gradient(135deg, var(--secondary-color), hsl(255, 55%, 48%));
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.b738a__04eb {
    gap: 0;
    }
.f59d642 {
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
    }}
@media (max-width: 860px){.fe75d8_7y{
    display: flex;
    }
.p6b6a859_f61{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw 2rem 4vw;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(2){
    opacity: 0;
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
.b738a__04eb{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.4rem;
    }
.k25b90f419{
    width: 100%;
    }
.f59d642{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    }
.p40a22_xx1s{
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    }
.jbd3e8aa{
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
    }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
@media (min-width: 1025px){.c0779__b39e #nt5a349fbe0f, .c0779__b39e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e .p6b6a859_f61{ 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: 1025px){.c0779__b39e .p6b6a859_f61{ 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: 1025px){.c0779__b39e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f59d642.active {color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
#nt5a349fbe0f:checked ~ .p6b6a859_f61 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 { 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: 1024px) {#nt5a349fbe0f:checked ~ .p6b6a859_f61 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.c0779__b39e.lf14__4d3e #nt5a349fbe0f, .c0779__b39e.lf14__4d3e label[for="nt5a349fbe0f"] { display: none !important; }}
@media (min-width: 1025px) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 { 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: 1025px) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 { 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: 1025px) {.c0779__b39e.lf14__4d3e .p6b6a859_f61 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.leea__08d{
    background-color: var(--bg-color, hsl(144, 6%, 98%));
    padding: 64px 24px 32px 24px;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.gc10cwvsx{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.s5b7600a_kxc{
    background: linear-gradient(135deg, hsl(144, 25%, 92%), hsl(255, 15%, 95%));
    border-radius: var(--radius-lg, 24px);
    padding: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
    margin-bottom: 48px;
    box-sizing: border-box;
    border: 1px solid var(--border-color, rgba(20, 30, 24, 0.08)); color: #1a1a2e;}
.jne9cyv5m6it{
    flex: 1 1 auto;
    box-sizing: border-box;
    }
.j367b__3ecc{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    color: var(--text-color, hsl(144, 10%, 15%));
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    }
.cdc4c90d81{
    font-size: 18px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    margin: 0;
    line-height: 1.5;
    }
.l6cf79__4480{
    flex: 0 0 auto;
    margin-left: 48px;
    box-sizing: border-box;
    }
.j09dbb0a8a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color, hsl(144, 10%, 15%));
    color: #ffffff;
    padding: 16px 36px;
    border-radius: var(--radius-md, 12px);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s ease);
    box-sizing: border-box;
    }
.j09dbb0a8a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.12));
    background-color: var(--primary-color, hsl(144, 69%, 36%));
    color: #1a1a2e;
    }
.p446c2e_247{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(20, 30, 24, 0.08));
    box-sizing: border-box;
    }
.u13efe85b0{
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.x5bc6a4f26{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color, hsl(144, 10%, 15%));
    letter-spacing: -0.01em;
    }
.ea002ead9{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    box-sizing: border-box;
    }
.yad8__9da8{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
.j2e6__8f3af{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
@media (max-width: 768px){.leea__08d{
    padding: 40px 16px 24px 16px;
    }
.s5b7600a_kxc{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 32px;
    }
.j367b__3ecc{
    font-size: 26px;
    }
.cdc4c90d81{
    font-size: 16px;
    }
.l6cf79__4480{
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
    }
.j09dbb0a8a{
    width: 100%;
    }
.p446c2e_247{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.ea002ead9{
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ae5971_5040 img.rbc1387d3 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ae5971_5040 img.rbc1387d3.x49671b96 { aspect-ratio: 16 / 9; }
div.ae5971_5040 img.rbc1387d3.fb0a__3127 { aspect-ratio: 16 / 10; }
div.ae5971_5040 img.rbc1387d3.zb7a0e_b920 { aspect-ratio: 4 / 3; }
div.ae5971_5040 img.rbc1387d3.s3e9__6c7c { aspect-ratio: 1 / 1; }
div.ae5971_5040 :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.ae5971_5040 .fb09c4_8f26 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ae5971_5040 .fb09c4_8f26.x49671b96 { aspect-ratio: 16 / 9; }
div.ae5971_5040 .fb09c4_8f26.fb0a__3127 { aspect-ratio: 16 / 10; }
div.ae5971_5040 .fb09c4_8f26.zb7a0e_b920 { aspect-ratio: 4 / 3; }
div.ae5971_5040 .fb09c4_8f26.s3e9__6c7c { aspect-ratio: 1 / 1; }
div.ae5971_5040 .fb09c4_8f26 > img.rbc1387d3,
    div.ae5971_5040 .fb09c4_8f26 > picture > img.rbc1387d3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.c0779__b39e{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    border-bottom: 1px solid var(--border-color);
    z-index: 9999;
    display: flex;
    align-items: center; color: #1a1a2e;}
.te8e7fb{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.g7fe1c21{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.hea95e21_5y8h{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.hea95e21_5y8h:hover{
    opacity: 0.85;
    }
.atrmdujg9{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    }
.i9dawyjql{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
.l1a36_61{
    display: none;
    }
.fe75d8_7y{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
    }
.v9ylus6znwo{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #ffffff;}
.p6b6a859_f61{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 2.5rem;
    }
.b738a__04eb{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.k25b90f419{
    position: relative;
    }
.f59d642{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    display: inline-block;
    }
.f59d642:hover{
    color: #ffffff;
    background-color: rgba(20, 30, 24, 0.05);
    }
.p40a22_xx1s{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.jbd3e8aa{
    background: linear-gradient(135deg, var(--primary-color), hsl(144, 69%, 30%));
    color: #1a1a2e;
    padding: 0.6rem 1.4rem;
    border-radius: var(--radius-lg);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    }
.jbd3e8aa:hover{
    background: linear-gradient(135deg, var(--secondary-color), hsl(255, 55%, 48%));
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    color: #1a1a2e;
    }
@media (max-width: 1024px){.b738a__04eb {
    gap: 0;
    }
.f59d642 {
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
    }}
@media (max-width: 860px){.fe75d8_7y{
    display: flex;
    }
.p6b6a859_f61{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw 2rem 4vw;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(2){
    opacity: 0;
    }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }
.b738a__04eb{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.4rem;
    }
.k25b90f419{
    width: 100%;
    }
.f59d642{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    }
.p40a22_xx1s{
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    }
.jbd3e8aa{
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
    }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
@media (min-width: 1025px){.c0779__b39e #nt5a349fbe0f, .c0779__b39e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e .p6b6a859_f61{ 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: 1025px){.c0779__b39e .p6b6a859_f61{ 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: 1025px){.c0779__b39e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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: 1024px){#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e #nt5a349fbe0f, .c0779__b39e.lf14__4d3e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.leea__08d{
    background-color: var(--bg-color, hsl(144, 6%, 98%));
    padding: 64px 24px 32px 24px;
    font-family: system-ui, -apple-system, sans-serif;
    box-sizing: border-box; color: #1a1a2e;}
.gc10cwvsx{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.s5b7600a_kxc{
    background: linear-gradient(135deg, hsl(144, 25%, 92%), hsl(255, 15%, 95%));
    border-radius: var(--radius-lg, 24px);
    padding: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
    margin-bottom: 48px;
    box-sizing: border-box;
    border: 1px solid var(--border-color, rgba(20, 30, 24, 0.08)); color: #1a1a2e;}
.jne9cyv5m6it{
    flex: 1 1 auto;
    box-sizing: border-box;
    }
.j367b__3ecc{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 32px;
    color: var(--text-color, hsl(144, 10%, 15%));
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    }
.cdc4c90d81{
    font-size: 18px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    margin: 0;
    line-height: 1.5;
    }
.l6cf79__4480{
    flex: 0 0 auto;
    margin-left: 48px;
    box-sizing: border-box;
    }
.j09dbb0a8a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-color, hsl(144, 10%, 15%));
    color: #ffffff;
    padding: 16px 36px;
    border-radius: var(--radius-md, 12px);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s ease);
    box-sizing: border-box;
    }
.j09dbb0a8a:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.12));
    background-color: var(--primary-color, hsl(144, 69%, 36%));
    color: #1a1a2e;
    }
.p446c2e_247{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(20, 30, 24, 0.08));
    box-sizing: border-box;
    }
.u13efe85b0{
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.x5bc6a4f26{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color, hsl(144, 10%, 15%));
    letter-spacing: -0.01em;
    }
.ea002ead9{
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    box-sizing: border-box;
    }
.yad8__9da8{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
.j2e6__8f3af{
    font-size: 14px;
    color: var(--text-muted, hsl(144, 8%, 40%));
    }
@media (max-width: 768px){.leea__08d{
    padding: 40px 16px 24px 16px;
    }
.s5b7600a_kxc{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 32px;
    }
.j367b__3ecc{
    font-size: 26px;
    }
.cdc4c90d81{
    font-size: 16px;
    }
.l6cf79__4480{
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
    }
.j09dbb0a8a{
    width: 100%;
    }
.p446c2e_247{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.ea002ead9{
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    }}
.c0779__b39e{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border-color);
  z-index: 9999;
  display: flex;
  align-items: center; color: #1a1a2e;}
.te8e7fb{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.g7fe1c21{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hea95e21_5y8h{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.hea95e21_5y8h:hover{
  opacity: 0.85;
}
.atrmdujg9{
  width: 28px;
  height: 28px;
  color: var(--primary-color);
}
.i9dawyjql{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.l1a36_61{
  display: none;
}
.fe75d8_7y{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
  z-index: 100;
}
.v9ylus6znwo{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: var(--radius-sm);
  transition: var(--transition); color: #ffffff;}
.p6b6a859_f61{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 2.5rem;
}
.b738a__04eb{
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.k25b90f419{
  position: relative;
}
.f59d642{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
  display: inline-block;
}
.f59d642:hover{
  color: #ffffff;
  background-color: rgba(20, 30, 24, 0.05);
}
.p40a22_xx1s{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.jbd3e8aa{
  background: linear-gradient(135deg, var(--primary-color), hsl(144, 69%, 30%));
  color: #1a1a2e;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-lg);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.jbd3e8aa:hover{
  background: linear-gradient(135deg, var(--secondary-color), hsl(255, 55%, 48%));
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  color: #1a1a2e;
}
@media (max-width: 1024px){.b738a__04eb {
    gap: 0;
  }
.f59d642 {
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
  }}
@media (max-width: 860px){.fe75d8_7y{
    display: flex;
  }
.p6b6a859_f61{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 4vw 2rem 4vw;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: var(--transition); color: #1a1a2e;}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(2){
    opacity: 0;
  }
#nt5a349fbe0f:checked ~ .fe75d8_7y .v9ylus6znwo:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
.b738a__04eb{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0.4rem;
  }
.k25b90f419{
    width: 100%;
  }
.f59d642{
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 1rem;
  }
.p40a22_xx1s{
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
  }
.jbd3e8aa{
    width: 100%;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
  }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
@media (min-width: 1025px){.c0779__b39e #nt5a349fbe0f, .c0779__b39e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e .p6b6a859_f61{ 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: 1025px){.c0779__b39e .p6b6a859_f61{ 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: 1025px){.c0779__b39e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f59d642.active{color: #ffffff; background-color: rgba(20, 30, 24, 0.05);}
#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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: 1024px){#nt5a349fbe0f:checked ~ .p6b6a859_f61{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e #nt5a349fbe0f, .c0779__b39e.lf14__4d3e label[for="nt5a349fbe0f"]{ display: none !important; }}
@media (min-width: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61{ 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: 1025px){.c0779__b39e.lf14__4d3e .p6b6a859_f61 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.xa0eec2f24c{
  background-color: var(--bg-color, hsl(144, 6%, 98%));
  padding: 64px 24px 32px 24px;
  font-family: system-ui, -apple-system, sans-serif;
  box-sizing: border-box; color: #1a1a2e;}
.za07__5850{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.mcbbc2f59{
  background: linear-gradient(135deg, hsl(144, 25%, 92%), hsl(255, 15%, 95%));
  border-radius: var(--radius-lg, 24px);
  padding: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.04));
  margin-bottom: 48px;
  box-sizing: border-box;
  border: 1px solid var(--border-color, rgba(20, 30, 24, 0.08)); color: #1a1a2e;}
.k63e72301{
  flex: 1 1 auto;
  box-sizing: border-box;
}
.ra4f__4268{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 32px;
  color: var(--text-color, hsl(144, 10%, 15%));
  margin: 0 0 12px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.pfbf39fa3{
  font-size: 18px;
  color: var(--text-muted, hsl(144, 8%, 40%));
  margin: 0;
  line-height: 1.5;
}
.d2d7__546e{
  flex: 0 0 auto;
  margin-left: 48px;
  box-sizing: border-box;
}
.db6fdab85a1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--text-color, hsl(144, 10%, 15%));
  color: #ffffff;
  padding: 16px 36px;
  border-radius: var(--radius-md, 12px);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
  transition: var(--transition, all 0.3s ease);
  box-sizing: border-box;
}
.db6fdab85a1:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.12));
  background-color: var(--primary-color, hsl(144, 69%, 36%));
  color: #1a1a2e;
}
.nea6ae09a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, rgba(20, 30, 24, 0.08));
  box-sizing: border-box;
}
.f150__e65d{
  flex: 0 0 auto;
  box-sizing: border-box;
}
.r674ec0f71f{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color, hsl(144, 10%, 15%));
  letter-spacing: -0.01em;
}
.b79751_4b50{
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  box-sizing: border-box;
}
.l6679f00f{
  font-size: 14px;
  color: var(--text-muted, hsl(144, 8%, 40%));
}
.g0fdde_cab1{
  font-size: 14px;
  color: var(--text-muted, hsl(144, 8%, 40%));
}
@media (max-width: 768px){.xa0eec2f24c{
    padding: 40px 16px 24px 16px;
  }
.mcbbc2f59{
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    margin-bottom: 32px;
  }
.ra4f__4268{
    font-size: 26px;
  }
.pfbf39fa3{
    font-size: 16px;
  }
.d2d7__546e{
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }
.db6fdab85a1{
    width: 100%;
  }
.nea6ae09a{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
.b79751_4b50{
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
  }}
.m35c__1264{box-sizing:border-box;}
.w49f9d_0a0c{box-sizing:border-box;}
.k39e1c31f{display:block;max-width:100%;height:auto;}
.sf61__664a{box-sizing:border-box;}
@media (max-width: 768px) {.s5b7600a_kxc { 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; }
.p446c2e_247 { 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; }}