:root {

  --mx-primary: var(--brand-primary, hsl(98, 90%, 61%));
  --mx-secondary: var(--brand-secondary, hsl(256, 72%, 61%));
  --mx-text-main: hsl(98, 10%, 9%);
  --mx-text-muted: hsl(98, 5%, 35%);
  --mx-bg-page: hsl(98, 9%, 96%);
  --mx-surface: #ffffff;
  --mx-border: hsl(98, 15%, 85%);
  --mx-radius-sm: 4px;
  --mx-radius-md: 8px;
  --mx-radius-lg: 16px;
  --mx-font-heading: "Merriweather", "Noto Serif SC", "Songti SC", serif;
  --mx-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mx-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --mx-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --mx-shadow-float: 0 12px 32px rgba(16, 20, 15, 0.15);
  --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;
  --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.o356__f35e.o95f477c.f9def2_57{
    font-family: var(--mx-font-body);
    color: var(--mx-text-main);
    background-color: var(--mx-bg-page);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 80px; 
    }
div.o356__f35e.o95f477c.f9def2_57 h1, div.o356__f35e.o95f477c.f9def2_57 h2, div.o356__f35e.o95f477c.f9def2_57 h3{
    font-family: var(--mx-font-heading);
    color: var(--mx-text-main);
    margin-top: 0;
    font-weight: 700;
    }
div.o356__f35e.o95f477c.f9def2_57 img{
    max-width: 100%;
    height: auto;
    display: block;
    }
div.o356__f35e.o95f477c .yfa6e41e{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.o356__f35e.o95f477c .mx-container-narrow{
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.o356__f35e.o95f477c .tyaykkptkw{
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 24px 60px;
    background: linear-gradient(180deg, var(--mx-surface) 0%, var(--mx-bg-page) 100%);
    border-bottom: 1px solid var(--mx-border); color: #1a1a2e;}
div.o356__f35e.o95f477c .ctnmek3vnviv{
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 99px;
    background-color: var(--mx-text-main);
    color: var(--mx-surface);
    margin-bottom: 24px;
    }
div.o356__f35e.o95f477c .tyaykkptkw h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.15;
    margin-bottom: 24px;
    max-width: 900px;
    letter-spacing: -0.02em;
    }
div.o356__f35e.o95f477c .tyaykkptkw p{
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: var(--mx-text-muted);
    max-width: 760px;
    margin-bottom: 40px;
    }
div.o356__f35e.o95f477c .n2nazhaq{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--mx-radius-sm);
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    }
div.o356__f35e.o95f477c .xfce7a4a_py{
    background-color: var(--mx-primary);
    color: var(--mx-text-main); 
    box-shadow: 4px 4px 0px var(--mx-text-main);
    border: 2px solid var(--mx-text-main);
    }
div.o356__f35e.o95f477c .xfce7a4a_py:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--mx-text-main);
    }
div.o356__f35e.o95f477c .gec24cc2bc2{
    background-color: var(--mx-secondary);
    color: #1a1a2e;
    border: 2px solid var(--mx-secondary);
    box-shadow: 0 4px 14px rgba(120, 80, 200, 0.3);
    }
div.o356__f35e.o95f477c .gec24cc2bc2:hover{
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(120, 80, 200, 0.4);
    }
div.o356__f35e.o95f477c .i2b9ec__e14b6{
    color: var(--mx-text-main);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--mx-primary);
    text-decoration-thickness: 3px;
    text-underline-offset: 2px;
    transition: background-color 0.2s;
    }
div.o356__f35e.o95f477c .i2b9ec__e14b6:hover{
    background-color: var(--mx-primary);
    color: var(--mx-text-main);
    }
div.o356__f35e.o95f477c .jcf2d__9f33e{
    padding: 80px 0;
    }
div.o356__f35e.o95f477c .d7111e_zl{
    background-color: var(--mx-surface);
    border-top: 1px solid var(--mx-border);
    border-bottom: 1px solid var(--mx-border); color: #1a1a2e;}
div.o356__f35e.o95f477c .ulsmen1ks5j8{
    text-align: center;
    margin-bottom: 60px;
    max-width: 760px;
    margin-left: 0;
    margin-right: auto;
    }
div.o356__f35e.o95f477c .ulsmen1ks5j8 h2{
    font-size: 2.2rem;
    margin-bottom: 16px;
    }
div.o356__f35e.o95f477c .g68c__e09{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.o356__f35e.o95f477c .g68c__e09.sgqp32j26qw .tc124571ee9{
    order: 2;
    }
div.o356__f35e.o95f477c .g68c__e09.sgqp32j26qw .a30b__6e9ff{
    order: 1;
    }
div.o356__f35e.o95f477c .vdff9__558{
    border-radius: var(--mx-radius-md);
    overflow: hidden;
    border: 1px solid var(--mx-border);
    box-shadow: var(--mx-shadow-md);
    background-color: var(--mx-bg-page); color: #1a1a2e;}
div.o356__f35e.o95f477c .vdff9__558 img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    }
div.o356__f35e.o95f477c .vgviqrol8ud9{
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    }
div.o356__f35e.o95f477c .vgviqrol8ud9 li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 24px;
    font-size: 1.05rem;
    }
div.o356__f35e.o95f477c .vgviqrol8ud9 li::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mx-text-main);
    font-weight: bold;
    }
div.o356__f35e.o95f477c .vgviqrol8ud9 strong{
    display: block;
    font-size: 1.15rem;
    margin-bottom: 4px;
    color: var(--mx-text-main);
    }
div.o356__f35e.o95f477c .s0f70_ce{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    }
div.o356__f35e.o95f477c .m001__f51{
    background: var(--mx-surface);
    border: 1px solid var(--mx-border);
    border-radius: var(--mx-radius-sm);
    padding: 32px 24px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.o356__f35e.o95f477c .m001__f51:hover{
    transform: translateY(-4px);
    box-shadow: var(--mx-shadow-md);
    }
div.o356__f35e.o95f477c .xkhgc890dy{
    width: 48px;
    height: 48px;
    background-color: var(--mx-bg-page);
    border: 1px solid var(--mx-text-main);
    border-radius: var(--mx-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: var(--mx-font-heading);
    font-size: 1.2rem; color: #1a1a2e;}
div.o356__f35e.o95f477c .m001__f51 h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-family: var(--mx-font-body); 
    }
div.o356__f35e.o95f477c .m001__f51 p{
    color: var(--mx-text-muted);
    font-size: 0.95rem;
    margin: 0;
    flex-grow: 1;
    }
div.o356__f35e.o95f477c .y7cb41ac4{
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    background: var(--mx-surface);
    border: 1px solid var(--mx-text-main); color: #1a1a2e;}
div.o356__f35e.o95f477c .y7cb41ac4 th, div.o356__f35e.o95f477c .y7cb41ac4 td{
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid var(--mx-border);
    }
div.o356__f35e.o95f477c .y7cb41ac4 th{
    font-family: var(--mx-font-heading);
    background-color: var(--mx-text-main);
    color: var(--mx-surface);
    font-weight: normal;
    letter-spacing: 0.05em;
    }
div.o356__f35e.o95f477c .y7cb41ac4 tr:last-child td{
    border-bottom: none;
    }
div.o356__f35e.o95f477c .xd45b7baa{
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
    background: var(--mx-bg-page);
    border: 1px solid var(--mx-border);
    font-weight: 600; color: #1a1a2e;}
div.o356__f35e.o95f477c .hiizysor{
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    background-color: var(--mx-text-main);
    color: var(--mx-surface);
    padding: 16px 32px;
    border-radius: 99px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--mx-shadow-float);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s ease, background-color 0.2s;
    border: 2px solid transparent;
    }
div.o356__f35e.o95f477c .hiizysor:hover{
    transform: scale(1.05);
    background-color: var(--mx-primary);
    color: var(--mx-text-main);
    border-color: var(--mx-text-main);
    }
div.o356__f35e.o95f477c .hiizysor::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    }
div.o356__f35e.o95f477c .zb17__0ffa{
    padding: 80px 24px 40px;
    background-color: var(--mx-surface);
    border-top: 1px solid var(--mx-border);
    text-align: center; color: #1a1a2e;}
div.o356__f35e.o95f477c .zb17__0ffa h2{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.o356__f35e.o95f477c .zb17__0ffa p{
    color: var(--mx-text-muted);
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
    }
div.o356__f35e.o95f477c .mx-copyright{
    margin-top: 60px;
    font-size: 0.85rem;
    color: var(--mx-text-muted);
    border-top: 1px solid var(--mx-border);
    padding-top: 24px;
    }
@media (max-width: 1024px) {div.o356__f35e.o95f477c .s0f70_ce{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 768px) {div.o356__f35e.o95f477c .g68c__e09{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.o356__f35e.o95f477c .g68c__e09.sgqp32j26qw .tc124571ee9{
    order: 1;
    }
div.o356__f35e.o95f477c .g68c__e09.sgqp32j26qw .a30b__6e9ff{
    order: 2;
    }
div.o356__f35e.o95f477c .tyaykkptkw{
    padding-top: 60px;
    }
div.o356__f35e.o95f477c .y7cb41ac4{
    display: block;
    overflow-x: auto;
    }
div.o356__f35e.o95f477c .hiizysor{
    bottom: 24px;
    right: 24px;
    padding: 12px 24px;
    }}
@media (max-width: 480px) {div.o356__f35e.o95f477c .s0f70_ce{
    grid-template-columns: 1fr;
    }}
div.o356__f35e.o95f477c .d565__69e{box-sizing:border-box;}
.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);}
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;
    }
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;}
@media (max-width: 768px) {div.o356__f35e.o95f477c .hiizysor { right: 16px !important; left: auto !important; bottom: 16px !important; max-width: calc(100vw - 32px) !important; width: auto !important; padding: 12px 18px !important; font-size: 0.95rem !important; border-radius: 18px !important; }}