:root {

  --page-primary: hsl(48, 58%, 51%);
  --page-secondary: hsl(195, 46%, 51%);
  --page-text: hsl(48, 10%, 9%);
  --page-bg: hsl(48, 5%, 96%);
  --page-card-bg: hsl(0, 0%, 100%);
  --primary-color: hsl(48, 58%, 51%);
  --secondary-color: hsl(195, 46%, 51%);
  --bg-color: hsl(48, 5%, 96%);
  --text-color: hsl(48, 10%, 9%);
  --text-muted: hsl(48, 5%, 35%);
  --border-color: rgba(0, 0, 0, 0.15);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 4px 4px 0px rgba(0,0,0,0.1);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --font-serif: "Georgia", "Times New Roman", "Source Han Serif SC", "Songti SC", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --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.u529__2add.md75f6_z4 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.u529__2add.md75f6_z4{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--page-text);
    background: var(--page-bg);
    line-height: 1.6;
    }
div.u529__2add.md75f6_z4{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px 0;
    }
div.u529__2add.md75f6_z4 .sprsp9e4m0tg{
    text-align: center;
    padding: 60px 0 80px;
    }
div.u529__2add.md75f6_z4 .sprsp9e4m0tg h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--page-text);
    }
div.u529__2add.md75f6_z4 .sprsp9e4m0tg p{
    font-size: 18px;
    color: hsl(48, 10%, 40%);
    max-width: 600px;
    margin: 0 auto;
    }
div.u529__2add.md75f6_z4 .k3ccfae_0daf{
    display: grid;
    gap: 24px;
    margin-bottom: 80px;
    }
div.u529__2add.md75f6_z4 .lc74d81{
    background: var(--page-card-bg);
    padding: 32px;
    border-left: 4px solid var(--page-primary); color: #1a1a2e;}
div.u529__2add.md75f6_z4 .lc74d81 h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--page-text);
    }
div.u529__2add.md75f6_z4 .lc74d81 p{
    font-size: 16px;
    line-height: 1.7;
    color: hsl(48, 10%, 30%);
    margin-bottom: 12px;
    }
div.u529__2add.md75f6_z4 .lc74d81 ul{
    list-style: none;
    padding-left: 0;
    }
div.u529__2add.md75f6_z4 .lc74d81 li{
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
    color: hsl(48, 10%, 30%);
    }
div.u529__2add.md75f6_z4 .lc74d81 li::before{
    content: "•";
    position: absolute;
    left: 8px;
    color: var(--page-primary);
    font-weight: bold;
    }
div.u529__2add.md75f6_z4 .lc74d81 code{
    background: hsl(48, 5%, 92%);
    padding: 2px 8px;
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 14px; color: #1a1a2e;}
div.u529__2add.md75f6_z4 .g6384f_m80{
    background: linear-gradient(135deg, var(--page-primary), var(--page-secondary));
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 80px; color: #1a1a2e;}
div.u529__2add.md75f6_z4 .g6384f_m80 h2{
    font-size: 32px;
    color: white;
    margin-bottom: 24px;
    }
div.u529__2add.md75f6_z4 .p076caeb_yi{
    display: inline-block;
    background: white;
    color: var(--page-text);
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.2s;
    }
div.u529__2add.md75f6_z4 .p076caeb_yi:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    }
@media (max-width: 768px) {div.u529__2add.md75f6_z4 .sprsp9e4m0tg h1{
    font-size: 32px;
    }
div.u529__2add.md75f6_z4 .lc74d81{
    padding: 24px;
    }
div.u529__2add.md75f6_z4 .g6384f_m80{
    padding: 40px 24px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.pdd55e26{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 2px solid var(--text-color); 
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.x7734__c97a1{
    width: min(var(--max-width), 94vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.pvekdf6p{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    }
.x2880_cb10{
    background: var(--text-color);
    color: var(--primary-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-weight: bold;
    font-size: 24px;
    }
.p10656bbc{
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    }
.n65fe00_bb{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.qeed92_ztf{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.jyul0y9v9buc{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 8px 0;
    position: relative;
    }
.jyul0y9v9buc:hover{
    color: var(--text-color);
    }
.jyul0y9v9buc::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.jyul0y9v9buc:hover::after{
    width: 100%;
    }
.g085a_5e8{
    display: flex;
    align-items: center;
    }
.zy7gs2lq8um{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 12px 28px;
    font-weight: 700;
    font-family: var(--font-serif);
    border: 2px solid var(--text-color);
    box-shadow: 4px 4px 0px var(--text-color);
    transition: all 0.1s;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.zy7gs2lq8um:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color);
    }
.zy7gs2lq8um:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--text-color);
    }
.m805228c{
    display: none;
    }
.h6d31c4_l46q{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.cf72370_86{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.cf72370_86::before, .cf72370_86::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.cf72370_86::before{ top: -8px; }
.cf72370_86::after{ bottom: -8px; }
@media (max-width: 992px){.n65fe00_bb {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    border-bottom: 2px solid var(--text-color);
    transform: translateY(-110%);
    transition: var(--transition);
    z-index: 999; color: #1a1a2e;}
.qeed92_ztf {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.jyul0y9v9buc {
    font-size: 1.2rem;
    }
.h6d31c4_l46q {
    display: block;
    }
.m805228c:checked ~ .n65fe00_bb {
    transform: translateY(0);
    box-shadow: var(--shadow-lg);
    }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86 {
    background: transparent;
    }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86::before {
    transform: rotate(45deg);
    top: 0;
    }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
.jyul0y9v9buc.active{color: var(--text-color);}
@media (min-width: 993px){.pdd55e26 #ntdfc282c27a, .pdd55e26 label[for="ntdfc282c27a"]{ display: none !important; }}
@media (min-width: 993px){.pdd55e26 .n65fe00_bb{ 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: 993px){.pdd55e26 .n65fe00_bb{ 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: 993px){.pdd55e26 .n65fe00_bb a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k0631d__aa0f9{list-style:none;}
.jyul0y9v9buc.active {color: var(--text-color);}
#ntdfc282c27a:checked ~ .n65fe00_bb { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.pdd55e26.v048e9e19e3 .n65fe00_bb { 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: 992px) {#ntdfc282c27a:checked ~ .n65fe00_bb { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.pdd55e26.v048e9e19e3 #ntdfc282c27a, .pdd55e26.v048e9e19e3 label[for="ntdfc282c27a"] { display: none !important; }}
@media (min-width: 993px) {.pdd55e26.v048e9e19e3 .n65fe00_bb { 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: 993px) {.pdd55e26.v048e9e19e3 .n65fe00_bb { 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: 993px) {.pdd55e26.v048e9e19e3 .n65fe00_bb a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iad1c7146f{
    background-color: var(--bg-color);
    padding: 80px 40px 40px 40px;
    border-top: 1px solid var(--border-color);
    font-family: var(--font-sans);
    color: var(--text-color);
    }
.egdc8h3wmb{
    max-width: var(--max-width);
    margin: 0 auto 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.u339a2_e0{
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    color: var(--text-color);
    }
.ofc4408{
    background-color: var(--primary-color);
    color: #000000;
    padding: 16px 40px;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    transition: var(--transition);
    border: 1px solid #000000;
    box-shadow: 4px 4px 0px #000000;
    }
.ofc4408:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #000000;
    }
.x502a55aa54{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    }
.ed1d70_6c8a{
    flex: 1 1 300px;
    }
.y3d3617_px{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    }
.m4851069{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 260px;
    }
.r17c14a2d{
    flex: 1 1 150px;
    display: flex;
    flex-direction: column;
    }
.hbtdz2n3gh{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: var(--text-color);
    }
.g6fb454_1a{
    font-size: 15px;
    text-decoration: none;
    color: var(--text-muted);
    margin-bottom: 12px;
    transition: var(--transition);
    width: fit-content;
    }
.g6fb454_1a:hover{
    color: var(--secondary-color);
    padding-left: 4px;
    }
.eb48a99_59{
    max-width: var(--max-width);
    height: 1px;
    background-color: var(--border-color);
    margin: 60px auto 30px auto; color: #ffffff;}
.q7540af_53d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.hb5t62exqpcb{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex: 1 1 auto;
    }
.o441cb3_f4{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    }
.y83015__2a3{
    font-size: 13px;
    color: var(--text-muted);
    }
.l728b__5605{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    flex: 0 0 auto;
    }
@media (max-width: 768px){.iad1c7146f{
    padding: 40px 20px;
    }
.egdc8h3wmb{
    padding: 40px 20px;
    margin-bottom: 40px;
    }
.u339a2_e0{
    font-size: 24px;
    }
.x502a55aa54{
    flex-direction: column;
    gap: 30px;
    }
.ed1d70_6c8a{
    flex: 1 1 100%;
    margin-bottom: 20px;
    }
.q7540af_53d{
    flex-direction: column;
    align-items: flex-start;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.u529__2add img.jc7718_ef44 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.u529__2add img.jc7718_ef44.acb44bdedc5 { aspect-ratio: 16 / 9; }
div.u529__2add img.jc7718_ef44.j158a6b55 { aspect-ratio: 16 / 10; }
div.u529__2add img.jc7718_ef44.dbad80be6cc { aspect-ratio: 4 / 3; }
div.u529__2add img.jc7718_ef44.p078__0225 { aspect-ratio: 1 / 1; }
div.u529__2add :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.u529__2add .z216ef769fa {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.u529__2add .z216ef769fa.acb44bdedc5 { aspect-ratio: 16 / 9; }
div.u529__2add .z216ef769fa.j158a6b55 { aspect-ratio: 16 / 10; }
div.u529__2add .z216ef769fa.dbad80be6cc { aspect-ratio: 4 / 3; }
div.u529__2add .z216ef769fa.p078__0225 { aspect-ratio: 1 / 1; }
div.u529__2add .z216ef769fa > img.jc7718_ef44,
    div.u529__2add .z216ef769fa > picture > img.jc7718_ef44 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.pdd55e26{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 2px solid var(--text-color); 
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.x7734__c97a1{
    width: min(var(--max-width), 94vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.pvekdf6p{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    }
.x2880_cb10{
    background: var(--text-color);
    color: var(--primary-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-weight: bold;
    font-size: 24px;
    }
.p10656bbc{
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    }
.n65fe00_bb{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.qeed92_ztf{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.jyul0y9v9buc{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 8px 0;
    position: relative;
    }
.jyul0y9v9buc:hover{
    color: var(--text-color);
    }
.jyul0y9v9buc::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.jyul0y9v9buc:hover::after{
    width: 100%;
    }
.g085a_5e8{
    display: flex;
    align-items: center;
    }
.zy7gs2lq8um{
    background: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 12px 28px;
    font-weight: 700;
    font-family: var(--font-serif);
    border: 2px solid var(--text-color);
    box-shadow: 4px 4px 0px var(--text-color);
    transition: all 0.1s;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.zy7gs2lq8um:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color);
    }
.zy7gs2lq8um:active{
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0px var(--text-color);
    }
.m805228c{
    display: none;
    }
.h6d31c4_l46q{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.cf72370_86{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.cf72370_86::before, .cf72370_86::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.cf72370_86::before{ top: -8px; }
.cf72370_86::after{ bottom: -8px; }
@media (max-width: 992px){.n65fe00_bb {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    border-bottom: 2px solid var(--text-color);
    transform: translateY(-110%);
    transition: var(--transition);
    z-index: 999; color: #1a1a2e;}
.qeed92_ztf {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.jyul0y9v9buc {
    font-size: 1.2rem;
    }
.h6d31c4_l46q {
    display: block;
    }
.m805228c:checked ~ .n65fe00_bb {
    transform: translateY(0);
    box-shadow: var(--shadow-lg);
    }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86 {
    background: transparent;
    }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86::before {
    transform: rotate(45deg);
    top: 0;
    }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
.jyul0y9v9buc.active{color: var(--text-color);}
@media (min-width: 993px){.pdd55e26 #ntdfc282c27a, .pdd55e26 label[for="ntdfc282c27a"]{ display: none !important; }}
@media (min-width: 993px){.pdd55e26 .n65fe00_bb{ 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: 993px){.pdd55e26 .n65fe00_bb{ 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: 993px){.pdd55e26 .n65fe00_bb a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k0631d__aa0f9{list-style:none;}
.jyul0y9v9buc.active{color: var(--text-color);}
#ntdfc282c27a:checked ~ .n65fe00_bb{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.pdd55e26.v048e9e19e3 .n65fe00_bb{ 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: 992px){#ntdfc282c27a:checked ~ .n65fe00_bb{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.pdd55e26.v048e9e19e3 #ntdfc282c27a, .pdd55e26.v048e9e19e3 label[for="ntdfc282c27a"]{ display: none !important; }}
@media (min-width: 993px){.pdd55e26.v048e9e19e3 .n65fe00_bb{ 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: 993px){.pdd55e26.v048e9e19e3 .n65fe00_bb{ 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: 993px){.pdd55e26.v048e9e19e3 .n65fe00_bb a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iad1c7146f{
    background-color: var(--bg-color);
    padding: 80px 40px 40px 40px;
    border-top: 1px solid var(--border-color);
    font-family: var(--font-sans);
    color: var(--text-color);
    }
.egdc8h3wmb{
    max-width: var(--max-width);
    margin: 0 auto 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.u339a2_e0{
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    color: var(--text-color);
    }
.ofc4408{
    background-color: var(--primary-color);
    color: #000000;
    padding: 16px 40px;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    transition: var(--transition);
    border: 1px solid #000000;
    box-shadow: 4px 4px 0px #000000;
    }
.ofc4408:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #000000;
    }
.x502a55aa54{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    }
.ed1d70_6c8a{
    flex: 1 1 300px;
    }
.y3d3617_px{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    }
.m4851069{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 260px;
    }
.r17c14a2d{
    flex: 1 1 150px;
    display: flex;
    flex-direction: column;
    }
.hbtdz2n3gh{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: var(--text-color);
    }
.g6fb454_1a{
    font-size: 15px;
    text-decoration: none;
    color: var(--text-muted);
    margin-bottom: 12px;
    transition: var(--transition);
    width: fit-content;
    }
.g6fb454_1a:hover{
    color: var(--secondary-color);
    padding-left: 4px;
    }
.eb48a99_59{
    max-width: var(--max-width);
    height: 1px;
    background-color: var(--border-color);
    margin: 60px auto 30px auto; color: #ffffff;}
.q7540af_53d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.hb5t62exqpcb{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex: 1 1 auto;
    }
.o441cb3_f4{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    }
.y83015__2a3{
    font-size: 13px;
    color: var(--text-muted);
    }
.l728b__5605{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    flex: 0 0 auto;
    }
@media (max-width: 768px){.iad1c7146f{
    padding: 40px 20px;
    }
.egdc8h3wmb{
    padding: 40px 20px;
    margin-bottom: 40px;
    }
.u339a2_e0{
    font-size: 24px;
    }
.x502a55aa54{
    flex-direction: column;
    gap: 30px;
    }
.ed1d70_6c8a{
    flex: 1 1 100%;
    margin-bottom: 20px;
    }
.q7540af_53d{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-sans);
  background-color: var(--bg-color);
  color: var(--text-color);
}
.pdd55e26{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 2px solid var(--text-color); 
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.x7734__c97a1{
  width: min(var(--max-width), 94vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pvekdf6p{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color);
}
.x2880_cb10{
  background: var(--text-color);
  color: var(--primary-color);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: bold;
  font-size: 24px;
}
.p10656bbc{
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.n65fe00_bb{
  display: flex;
  align-items: center;
  gap: 40px;
}
.qeed92_ztf{
  display: flex;
  list-style: none;
  gap: 24px;
}
.jyul0y9v9buc{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  padding: 8px 0;
  position: relative;
}
.jyul0y9v9buc:hover{
  color: var(--text-color);
}
.jyul0y9v9buc::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.jyul0y9v9buc:hover::after{
  width: 100%;
}
.g085a_5e8{
  display: flex;
  align-items: center;
}
.zy7gs2lq8um{
  background: var(--primary-color);
  color: #000000; 
  text-decoration: none;
  padding: 12px 28px;
  font-weight: 700;
  font-family: var(--font-serif);
  border: 2px solid var(--text-color);
  box-shadow: 4px 4px 0px var(--text-color);
  transition: all 0.1s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.zy7gs2lq8um:hover{
  background: var(--secondary-color);
  color: #1a1a2e;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px var(--text-color);
}
.zy7gs2lq8um:active{
  transform: translate(2px, 2px);
  box-shadow: 0px 0px 0px var(--text-color);
}
.m805228c{
  display: none;
}
.h6d31c4_l46q{
  display: none;
  cursor: pointer;
  padding: 10px;
}
.cf72370_86{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.cf72370_86::before, .cf72370_86::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.cf72370_86::before{ top: -8px; }
.cf72370_86::after{ bottom: -8px; }
@media (max-width: 992px){.n65fe00_bb {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    border-bottom: 2px solid var(--text-color);
    transform: translateY(-110%);
    transition: var(--transition);
    z-index: 999; color: #1a1a2e;}
.qeed92_ztf {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.jyul0y9v9buc {
    font-size: 1.2rem;
  }
.h6d31c4_l46q {
    display: block;
  }
.m805228c:checked ~ .n65fe00_bb {
    transform: translateY(0);
    box-shadow: var(--shadow-lg);
  }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86 {
    background: transparent;
  }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86::before {
    transform: rotate(45deg);
    top: 0;
  }
.m805228c:checked ~ .h6d31c4_l46q .cf72370_86::after {
    transform: rotate(-45deg);
    bottom: 0;
  }}
.jyul0y9v9buc.active{color: var(--text-color);}
@media (min-width: 993px){.pdd55e26 #ntdfc282c27a, .pdd55e26 label[for="ntdfc282c27a"]{ display: none !important; }}
@media (min-width: 993px){.pdd55e26 .n65fe00_bb{ 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: 993px){.pdd55e26 .n65fe00_bb{ 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: 993px){.pdd55e26 .n65fe00_bb a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k0631d__aa0f9{list-style:none;}
.jyul0y9v9buc.active{color: var(--text-color);}
#ntdfc282c27a:checked ~ .n65fe00_bb{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.pdd55e26.v048e9e19e3 .n65fe00_bb{ 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: 992px){#ntdfc282c27a:checked ~ .n65fe00_bb{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.pdd55e26.v048e9e19e3 #ntdfc282c27a, .pdd55e26.v048e9e19e3 label[for="ntdfc282c27a"]{ display: none !important; }}
@media (min-width: 993px){.pdd55e26.v048e9e19e3 .n65fe00_bb{ 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: 993px){.pdd55e26.v048e9e19e3 .n65fe00_bb{ 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: 993px){.pdd55e26.v048e9e19e3 .n65fe00_bb a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.m31f87_62f7{
  background-color: var(--bg-color);
  padding: 80px 40px 40px 40px;
  border-top: 1px solid var(--border-color);
  font-family: var(--font-sans);
  color: var(--text-color);
}
.ia5280_d171{
  max-width: var(--max-width);
  margin: 0 auto 80px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.n23127ea9{
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--text-color);
}
.h032ed96c6a{
  background-color: var(--primary-color);
  color: #000000;
  padding: 16px 40px;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  transition: var(--transition);
  border: 1px solid #000000;
  box-shadow: 4px 4px 0px #000000;
}
.h032ed96c6a:hover{
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #000000;
}
.xed93f_0feb{
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.wf0aa8_ece5{
  flex: 1 1 300px;
}
.bf13407e0{
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.hbc8__5125{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 260px;
}
.nb9c__c112{
  flex: 1 1 150px;
  display: flex;
  flex-direction: column;
}
.w669__47b3{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  color: var(--text-color);
}
.u1c3__c0b3{
  font-size: 15px;
  text-decoration: none;
  color: var(--text-muted);
  margin-bottom: 12px;
  transition: var(--transition);
  width: fit-content;
}
.u1c3__c0b3:hover{
  color: var(--secondary-color);
  padding-left: 4px;
}
.m4c6__252c{
  max-width: var(--max-width);
  height: 1px;
  background-color: var(--border-color);
  margin: 60px auto 30px auto; color: #ffffff;}
.d88e91288{
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.se6d3122686{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex: 1 1 auto;
}
.yaa8eb_010a{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
.t8fe198c3{
  font-size: 13px;
  color: var(--text-muted);
}
.o20028_bdb8{
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
  padding: 6px 12px;
  border: 1px solid var(--border-color);
  flex: 0 0 auto;
}
@media (max-width: 768px){.m31f87_62f7{
    padding: 40px 20px;
  }
.ia5280_d171{
    padding: 40px 20px;
    margin-bottom: 40px;
  }
.n23127ea9{
    font-size: 24px;
  }
.xed93f_0feb{
    flex-direction: column;
    gap: 30px;
  }
.wf0aa8_ece5{
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
.d88e91288{
    flex-direction: column;
    align-items: flex-start;
  }}
.j239ebd24{box-sizing:border-box;}
.uf0640cb8{box-sizing:border-box;}
.b4f8492c860{box-sizing:border-box;}
.zd0a952092d{box-sizing:border-box;}
.id43aee98{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.q7540af_53d { 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; }}