:root {

  --primary-color: hsl(14, 95%, 60%);
  --secondary-color: hsl(28, 90%, 50%);
  --bg-color: hsl(20, 15%, 8%);
  --text-color: hsl(20, 20%, 96%);
  --text-muted: hsl(20, 10%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.6);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(26, 22, 20, 0.95);
  --btn-text: #ffffff;
  --accent-glow: hsla(14, 95%, 60%, 0.3);
  --chrome-primary: var(--primary-color, hsl(166, 71%, 53%));
  --chrome-secondary: var(--secondary-color, hsl(279, 57%, 53%));
  --chrome-text: var(--content-text, hsl(220, 10%, 11%));
  --chrome-bg: var(--content-page-bg, hsl(220, 7%, 96%));
  --chrome-card-bg: var(--content-surface-bg, #ffffff);
  --chrome-radius: var(--radius-m, 12px);
  --chrome-shadow: var(--shadow-sm, 0 4px 12px rgba(0,0,0,0.05));
  --content-width: 680px;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    }
.nf8d329{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    backdrop-filter: blur(12px); color: #ffffff;}
.a4wvo7to{
    height: var(--nav-height);
    width: 100%;
    }
.fowr0h8wz{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.p15d2_87{
    margin-right: 40px;
    }
.q5ea8f99{
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: var(--transition);
    }
.q5ea8f99:hover{
    color: var(--primary-color);
    }
.iy9qvmw732w8{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between; 
    }
.mestslxr{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.a933a_b6f{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.a933a_b6f:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.m8ce__effaf{
    margin-left: 24px;
    }
.u90a950{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 12px var(--accent-glow);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.u90a950:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px var(--accent-glow); color: #1a1a2e;}
.o2c266d_fmk{
    display: none;
    }
.qgqs1yze6vk9{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.v4493f4_57b2{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #1a1a2e;}
.v4493f4_57b2::before, .v4493f4_57b2::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.v4493f4_57b2::before{ top: -6px; }
.v4493f4_57b2::after{ bottom: -6px; }
@media (max-width: 1024px){.a933a_b6f {
    font-size: 13px;
    padding: 6px 8px;
    }}
@media (max-width: 900px){.qgqs1yze6vk9{
    display: block;
    margin-left: auto;
    }
.iy9qvmw732w8{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    display: none; 
    box-shadow: var(--shadow-lg); color: #ffffff;}
.mestslxr{
    flex-direction: column;
    width: 100%;
    }
.a933a_b6f{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    }
.m8ce__effaf{
    margin-left: 0;
    width: 100%;
    }
.u90a950{
    width: 100%;
    text-align: center;
    padding: 14px;
    }
.o2c266d_fmk:checked ~ .iy9qvmw732w8{
    display: flex;
    }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2{
    background: transparent;
    }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2::before{
    transform: rotate(45deg);
    top: 0;
    }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2::after{
    transform: rotate(-45deg);
    bottom: 0;
    }}
.a933a_b6f.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
@media (min-width: 1025px){.nf8d329 #nt5648974071, .nf8d329 label[for="nt5648974071"]{ display: none !important; }}
@media (min-width: 1025px){.nf8d329 .iy9qvmw732w8{ 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){.nf8d329 .iy9qvmw732w8{ 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){.nf8d329 .iy9qvmw732w8 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.kfff770_71{list-style:none;}
.a933a_b6f.active {color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
#nt5648974071:checked ~ .iy9qvmw732w8 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.nf8d329.t004__34c0 .iy9qvmw732w8 { 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) {#nt5648974071:checked ~ .iy9qvmw732w8 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.nf8d329.t004__34c0 #nt5648974071, .nf8d329.t004__34c0 label[for="nt5648974071"] { display: none !important; }}
@media (min-width: 1025px) {.nf8d329.t004__34c0 .iy9qvmw732w8 { 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) {.nf8d329.t004__34c0 .iy9qvmw732w8 { 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) {.nf8d329.t004__34c0 .iy9qvmw732w8 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.o0180b2_g6je{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #ffffff;}
.z1be22__4cdc{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    }
.x8dd31f44{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    }
.d8fe91a26d{
    flex: 1 1 300px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    }
.gap829sjp6r{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    }
.cdcfa_5d41{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.y3f99a6a{
    flex: 2 1 400px;
    display: flex;
    gap: 64px;
    justify-content: flex-start;
    }
.ie73811{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 120px;
    }
.ua4omxquj0g{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    }
.mcb548__82913{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.mcb548__82913:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.twhkwap7v3{
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.b0f6846e_c4m{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.n2faa7_l7{
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    }
.z8a0373dab{
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    color: #1a1a2e;
    font-size: 14px;
    transition: var(--transition);
    outline: none;
    }
.z8a0373dab:focus{
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08); color: #1a1a2e;}
.y73a1b_o5{
    background-color: var(--primary-color);
    color: #1a1a2e;
    border: none;
    border-radius: var(--radius-md);
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    }
.y73a1b_o5:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--accent-glow); color: #1a1a2e;}
.d93bfc_5a1{
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.s317ff4_mv8{
    font-size: 13px;
    color: var(--text-muted);
    }
.cf5a2ca{
    font-size: 13px;
    color: var(--text-muted);
    font-style: italic;
    }
@media (max-width: 768px){.o0180b2_g6je{
    padding: 60px 20px 30px 20px;
    }
.x8dd31f44{
    flex-direction: column;
    gap: 40px;
    }
.y3f99a6a{
    flex-direction: column;
    gap: 40px;
    }
.n2faa7_l7{
    flex-direction: column;
    }
.y73a1b_o5{
    width: 100%;
    }
.d93bfc_5a1{
    flex-direction: column;
    align-items: flex-start;
    }}
div.g08b6e0e4.s8c8111f{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--chrome-text);
    background-color: var(--chrome-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.g08b6e0e4.s8c8111f div{
    padding: 80px 24px;
    max-width: var(--max-width);
    margin: 0 auto;
    }
div.g08b6e0e4.s8c8111f .mdca9c5_v8eh{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.g08b6e0e4.s8c8111f .n3jan12xszsn{
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 120px;
    position: relative;
    radial-gradient(circle at 10% 80%, hsla(279, 57%, 53%, 0.05), transparent 40%);
    }
div.g08b6e0e4.s8c8111f .h5477db_c57b{
    max-width: var(--content-width);
    z-index: 2;
    }
div.g08b6e0e4.s8c8111f h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--chrome-text);
    }
div.g08b6e0e4.s8c8111f .e85052_9x77{
    font-size: 1.25rem;
    margin-bottom: 40px;
    color: #555;
    max-width: 600px;
    }
div.g08b6e0e4.s8c8111f .n27d3__62ebd{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.g08b6e0e4.s8c8111f .wedbe18_7c{
    padding: 16px 32px;
    border-radius: var(--chrome-radius);
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
div.g08b6e0e4.s8c8111f .i48566b_edf7{
    background-color: var(--chrome-primary);
    color: #1a1a2e;
    box-shadow: 0 8px 20px rgba(0, 166, 147, 0.2);
    }
div.g08b6e0e4.s8c8111f .i48566b_edf7:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 166, 147, 0.3);
    }
div.g08b6e0e4.s8c8111f .g8de42__3126{
    border: 2px solid var(--chrome-primary);
    color: var(--chrome-primary);
    }
div.g08b6e0e4.s8c8111f .ee8k0y9tiyt{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.g08b6e0e4.s8c8111f .ee8k0y9tiyt.q4019e8_5e0{
    direction: rtl;
    }
div.g08b6e0e4.s8c8111f .ee8k0y9tiyt.q4019e8_5e0 .g2f87b_up2c{
    direction: ltr;
    }
div.g08b6e0e4.s8c8111f .ld7316bae5{
    width: 100%;
    border-radius: var(--chrome-radius);
    overflow: hidden;
    box-shadow: var(--chrome-shadow);
    }
div.g08b6e0e4.s8c8111f .ld7316bae5 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    }
div.g08b6e0e4.s8c8111f h2{
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--chrome-text);
    }
div.g08b6e0e4.s8c8111f .h20149de3b{
    font-size: 1.1rem;
    color: #444;
    }
div.g08b6e0e4.s8c8111f .w7e00ab6_oz{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
    }
div.g08b6e0e4.s8c8111f .w838__cedec{
    background: var(--chrome-card-bg);
    padding: 32px;
    border-radius: var(--chrome-radius);
    border: 1px solid rgba(0,0,0,0.05);
    transition: border-color 0.3s; color: #1a1a2e;}
div.g08b6e0e4.s8c8111f .w838__cedec:hover{
    border-color: var(--chrome-primary);
    }
div.g08b6e0e4.s8c8111f .w838__cedec h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    }
div.g08b6e0e4.s8c8111f .w838__cedec p{
    font-size: 0.95rem;
    color: #666;
    }
div.g08b6e0e4.s8c8111f .t9c2366_1q{
    background: #fff;
    padding: 40px;
    border-radius: var(--chrome-radius);
    border-left: 4px solid var(--chrome-primary); color: #1a1a2e;}
div.g08b6e0e4.s8c8111f .o688f__b2e{
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    }
div.g08b6e0e4.s8c8111f .t9192be9e7{
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: var(--chrome-primary);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    }
div.g08b6e0e4.s8c8111f div.j566e6857f1{
    padding: 60px 24px;
    background: #1a1a1a;
    color: #ccc;
    margin-top: 80px;
    }
div.g08b6e0e4.s8c8111f .v2bcff_a630{
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }
div.g08b6e0e4.s8c8111f .acfe9__ae2{
    color: #999;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    }
div.g08b6e0e4.s8c8111f .acfe9__ae2:hover{
    color: var(--chrome-primary);
    }
div.g08b6e0e4.s8c8111f .copyright{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 0.85rem;
    }
@media (max-width: 992px) {div.g08b6e0e4.s8c8111f .ee8k0y9tiyt{
    grid-template-columns: 1fr;
    }
div.g08b6e0e4.s8c8111f .w7e00ab6_oz{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 600px) {div.g08b6e0e4.s8c8111f .w7e00ab6_oz{
    grid-template-columns: 1fr;
    }
div.g08b6e0e4.s8c8111f h1{
    font-size: 2.5rem;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.g08b6e0e4 img.s9945c71f {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.g08b6e0e4 img.s9945c71f.fe6de1288 { aspect-ratio: 16 / 9; }
div.g08b6e0e4 img.s9945c71f.a4abb6fb1b6 { aspect-ratio: 16 / 10; }
div.g08b6e0e4 img.s9945c71f.ie6196_c1af { aspect-ratio: 4 / 3; }
div.g08b6e0e4 img.s9945c71f.w1a55a_a623 { aspect-ratio: 1 / 1; }
div.g08b6e0e4 :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.g08b6e0e4 .d20a__3d5f {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.g08b6e0e4 .d20a__3d5f.fe6de1288 { aspect-ratio: 16 / 9; }
div.g08b6e0e4 .d20a__3d5f.a4abb6fb1b6 { aspect-ratio: 16 / 10; }
div.g08b6e0e4 .d20a__3d5f.ie6196_c1af { aspect-ratio: 4 / 3; }
div.g08b6e0e4 .d20a__3d5f.w1a55a_a623 { aspect-ratio: 1 / 1; }
div.g08b6e0e4 .d20a__3d5f > img.s9945c71f,
    div.g08b6e0e4 .d20a__3d5f > picture > img.s9945c71f {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.g08b6e0e4.s8c8111f .i48566b_edf7 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.g08b6e0e4.s8c8111f .i48566b_edf7 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.g08b6e0e4.s8c8111f .i48566b_edf7 a:not([class]):hover{opacity:0.92;}
div.g08b6e0e4.s8c8111f .i48566b_edf7 a[class=""]:hover{opacity:0.92;}
div.g08b6e0e4.s8c8111f .i48566b_edf7 a:not([class]):visited{color:#ffffff !important;}
div.g08b6e0e4.s8c8111f .i48566b_edf7 a[class=""]:visited{color:#ffffff !important;}
div.g08b6e0e4.s8c8111f .t9192be9e7 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.g08b6e0e4.s8c8111f .t9192be9e7 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.g08b6e0e4.s8c8111f .t9192be9e7 a:not([class]):hover{opacity:0.92;}
div.g08b6e0e4.s8c8111f .t9192be9e7 a[class=""]:hover{opacity:0.92;}
div.g08b6e0e4.s8c8111f .t9192be9e7 a:not([class]):visited{color:#ffffff !important;}
div.g08b6e0e4.s8c8111f .t9192be9e7 a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    }
.nf8d329{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    backdrop-filter: blur(12px); color: #ffffff;}
.a4wvo7to{
    height: var(--nav-height);
    width: 100%;
    }
.fowr0h8wz{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.p15d2_87{
    margin-right: 40px;
    }
.q5ea8f99{
    font-size: 22px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: var(--transition);
    }
.q5ea8f99:hover{
    color: var(--primary-color);
    }
.iy9qvmw732w8{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between; 
    }
.mestslxr{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.a933a_b6f{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.a933a_b6f:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.m8ce__effaf{
    margin-left: 24px;
    }
.u90a950{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 12px var(--accent-glow);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.u90a950:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px var(--accent-glow); color: #1a1a2e;}
.o2c266d_fmk{
    display: none;
    }
.qgqs1yze6vk9{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.v4493f4_57b2{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #1a1a2e;}
.v4493f4_57b2::before, .v4493f4_57b2::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.v4493f4_57b2::before{ top: -6px; }
.v4493f4_57b2::after{ bottom: -6px; }
@media (max-width: 1024px){.a933a_b6f {
    font-size: 13px;
    padding: 6px 8px;
    }}
@media (max-width: 900px){.qgqs1yze6vk9{
    display: block;
    margin-left: auto;
    }
.iy9qvmw732w8{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    display: none; 
    box-shadow: var(--shadow-lg); color: #ffffff;}
.mestslxr{
    flex-direction: column;
    width: 100%;
    }
.a933a_b6f{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    }
.m8ce__effaf{
    margin-left: 0;
    width: 100%;
    }
.u90a950{
    width: 100%;
    text-align: center;
    padding: 14px;
    }
.o2c266d_fmk:checked ~ .iy9qvmw732w8{
    display: flex;
    }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2{
    background: transparent;
    }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2::before{
    transform: rotate(45deg);
    top: 0;
    }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2::after{
    transform: rotate(-45deg);
    bottom: 0;
    }}
.a933a_b6f.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
@media (min-width: 1025px){.nf8d329 #nt5648974071, .nf8d329 label[for="nt5648974071"]{ display: none !important; }}
@media (min-width: 1025px){.nf8d329 .iy9qvmw732w8{ 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){.nf8d329 .iy9qvmw732w8{ 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){.nf8d329 .iy9qvmw732w8 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.kfff770_71{list-style:none;}
.a933a_b6f.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
#nt5648974071:checked ~ .iy9qvmw732w8{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.nf8d329.t004__34c0 .iy9qvmw732w8{ 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){#nt5648974071:checked ~ .iy9qvmw732w8{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.nf8d329.t004__34c0 #nt5648974071, .nf8d329.t004__34c0 label[for="nt5648974071"]{ display: none !important; }}
@media (min-width: 1025px){.nf8d329.t004__34c0 .iy9qvmw732w8{ 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){.nf8d329.t004__34c0 .iy9qvmw732w8{ 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){.nf8d329.t004__34c0 .iy9qvmw732w8 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.o0180b2_g6je{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 24px 40px 24px;
    width: 100%;
    box-sizing: border-box; color: #ffffff;}
.z1be22__4cdc{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
    }
.x8dd31f44{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: flex-start;
    align-items: flex-start;
    }
.d8fe91a26d{
    flex: 1 1 300px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    }
.gap829sjp6r{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    }
.cdcfa_5d41{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.y3f99a6a{
    flex: 2 1 400px;
    display: flex;
    gap: 64px;
    justify-content: flex-start;
    }
.ie73811{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 120px;
    }
.ua4omxquj0g{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    }
.mcb548__82913{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.mcb548__82913:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.twhkwap7v3{
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.b0f6846e_c4m{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
.n2faa7_l7{
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    }
.z8a0373dab{
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    color: #1a1a2e;
    font-size: 14px;
    transition: var(--transition);
    outline: none;
    }
.z8a0373dab:focus{
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08); color: #1a1a2e;}
.y73a1b_o5{
    background-color: var(--primary-color);
    color: #1a1a2e;
    border: none;
    border-radius: var(--radius-md);
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    }
.y73a1b_o5:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--accent-glow); color: #1a1a2e;}
.d93bfc_5a1{
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.s317ff4_mv8{
    font-size: 13px;
    color: var(--text-muted);
    }
.cf5a2ca{
    font-size: 13px;
    color: var(--text-muted);
    font-style: italic;
    }
@media (max-width: 768px){.o0180b2_g6je{
    padding: 60px 20px 30px 20px;
    }
.x8dd31f44{
    flex-direction: column;
    gap: 40px;
    }
.y3f99a6a{
    flex-direction: column;
    gap: 40px;
    }
.n2faa7_l7{
    flex-direction: column;
    }
.y73a1b_o5{
    width: 100%;
    }
.d93bfc_5a1{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.5;
}
.nf8d329{
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: blur(12px); color: #ffffff;}
.a4wvo7to{
  height: var(--nav-height);
  width: 100%;
}
.fowr0h8wz{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  
  justify-content: flex-start;
}
.p15d2_87{
  margin-right: 40px;
}
.q5ea8f99{
  font-size: 22px;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: var(--transition);
}
.q5ea8f99:hover{
  color: var(--primary-color);
}
.iy9qvmw732w8{
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between; 
}
.mestslxr{
  display: flex;
  list-style: none;
  gap: 8px;
}
.a933a_b6f{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.a933a_b6f:hover{
  color: #1a1a2e;
  background-color: rgba(255, 255, 255, 0.05);
}
.m8ce__effaf{
  margin-left: 24px;
}
.u90a950{
  display: inline-block;
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 12px var(--accent-glow);
  transition: var(--transition);
  border: 1px solid transparent;
}
.u90a950:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--accent-glow); color: #1a1a2e;}
.o2c266d_fmk{
  display: none;
}
.qgqs1yze6vk9{
  display: none;
  cursor: pointer;
  padding: 10px;
}
.v4493f4_57b2{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #1a1a2e;}
.v4493f4_57b2::before, .v4493f4_57b2::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
.v4493f4_57b2::before{ top: -6px; }
.v4493f4_57b2::after{ bottom: -6px; }
@media (max-width: 1024px){.a933a_b6f {
    font-size: 13px;
    padding: 6px 8px;
  }}
@media (max-width: 900px){.qgqs1yze6vk9{
    display: block;
    margin-left: auto;
  }
.iy9qvmw732w8{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    display: none; 
    box-shadow: var(--shadow-lg); color: #ffffff;}
.mestslxr{
    flex-direction: column;
    width: 100%;
  }
.a933a_b6f{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
.m8ce__effaf{
    margin-left: 0;
    width: 100%;
  }
.u90a950{
    width: 100%;
    text-align: center;
    padding: 14px;
  }
.o2c266d_fmk:checked ~ .iy9qvmw732w8{
    display: flex;
  }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2{
    background: transparent;
  }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2::before{
    transform: rotate(45deg);
    top: 0;
  }
.o2c266d_fmk:checked + .qgqs1yze6vk9 .v4493f4_57b2::after{
    transform: rotate(-45deg);
    bottom: 0;
  }}
.a933a_b6f.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
@media (min-width: 1025px){.nf8d329 #nt5648974071, .nf8d329 label[for="nt5648974071"]{ display: none !important; }}
@media (min-width: 1025px){.nf8d329 .iy9qvmw732w8{ 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){.nf8d329 .iy9qvmw732w8{ 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){.nf8d329 .iy9qvmw732w8 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.kfff770_71{list-style:none;}
.a933a_b6f.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
#nt5648974071:checked ~ .iy9qvmw732w8{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.nf8d329.t004__34c0 .iy9qvmw732w8{ 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){#nt5648974071:checked ~ .iy9qvmw732w8{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.nf8d329.t004__34c0 #nt5648974071, .nf8d329.t004__34c0 label[for="nt5648974071"]{ display: none !important; }}
@media (min-width: 1025px){.nf8d329.t004__34c0 .iy9qvmw732w8{ 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){.nf8d329.t004__34c0 .iy9qvmw732w8{ 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){.nf8d329.t004__34c0 .iy9qvmw732w8 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.s56d8be4c7a{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding: 80px 24px 40px 24px;
  width: 100%;
  box-sizing: border-box; color: #ffffff;}
.s802__94c0{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.i6719b92640{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
}
.n6cce7b35{
  flex: 1 1 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.k12a8e_42d7{
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -0.5px;
}
.z8544a6ff40{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.qc224dcbd{
  flex: 2 1 400px;
  display: flex;
  gap: 64px;
  justify-content: flex-start;
}
.of80567b6{
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 120px;
}
.ne5977_6e2d{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.c2e8__4cb6{
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
  width: fit-content;
}
.c2e8__4cb6:hover{
  color: var(--primary-color);
  transform: translateX(4px);
}
.a731d0_06e9{
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.g86a32_c297{
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.a589__7bd0{
  display: flex;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}
.tf42__a030{
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  color: #1a1a2e;
  font-size: 14px;
  transition: var(--transition);
  outline: none;
}
.tf42__a030:focus{
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.08); color: #1a1a2e;}
.r4d3327ed98{
  background-color: var(--primary-color);
  color: #1a1a2e;
  border: none;
  border-radius: var(--radius-md);
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.r4d3327ed98:hover{
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--accent-glow); color: #1a1a2e;}
.t3ef__fa85{
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.j4c292_4025{
  font-size: 13px;
  color: var(--text-muted);
}
.x7ccbe_94f8{
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
}
@media (max-width: 768px){.s56d8be4c7a{
    padding: 60px 20px 30px 20px;
  }
.i6719b92640{
    flex-direction: column;
    gap: 40px;
  }
.qc224dcbd{
    flex-direction: column;
    gap: 40px;
  }
.a589__7bd0{
    flex-direction: column;
  }
.r4d3327ed98{
    width: 100%;
  }
.t3ef__fa85{
    flex-direction: column;
    align-items: flex-start;
  }}
.f532__a3a3{box-sizing:border-box;}
.b443e052542{box-sizing:border-box;}
.v274__cbd9{display:block;max-width:100%;height:auto;}
.da64__3b48{box-sizing:border-box;}
@media (max-width: 768px) {.d93bfc_5a1 { 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; }}