:root {

  --mac-bg-color: #1a1614;
  --mac-text-main: #f4eee9;
  --mac-text-muted: #aba39d;
  --mac-primary: #e85d04;
  --mac-primary-hover: #ff7b00;
  --mac-surface: #26211d;
  --mac-border: #3d352f;
  --mac-radius: 16px;
  --mac-content-max: 1200px;
  --mac-text-max: 680px;
  --primary-color: #EA580C;
  --secondary-color: #C2410C;
  --bg-color: #1C1917;
  --text-color: #FAFAF9;
  --text-muted: #A8A29E;
  --border-color: rgba(250, 250, 249, 0.08);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 12px rgba(234, 88, 12, 0.25);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
  --nav-height: 56px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(28, 25, 23, 0.85);
  --btn-text: #ffffff;
  --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%);
}
div.f521c4_aaa0.sb8ced_vab.s490000_ti0{
    background-color: var(--mac-bg-color);
    color: var(--mac-text-main);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    padding-bottom: 6rem;
    overflow-x: hidden;
    }
div.f521c4_aaa0.sb8ced_vab .j3794b07{
    max-width: var(--mac-content-max);
    margin: 0 auto;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.f521c4_aaa0.sb8ced_vab .gtgpsre01{
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 0 4rem 0;
    border-bottom: 1px solid var(--mac-border);
    }
div.f521c4_aaa0.sb8ced_vab .k5620e__004{
    width: 100%;
    max-width: var(--mac-content-max);
    margin-bottom: 4rem;
    border-radius: var(--mac-radius);
    overflow: hidden;
    aspect-ratio: 21 / 9;
    background-color: var(--mac-surface);
    border: 1px solid var(--mac-border); color: #ffffff;}
div.f521c4_aaa0.sb8ced_vab .k5620e__004 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.85;
    mix-blend-mode: luminosity; 
    }
div.f521c4_aaa0.sb8ced_vab .t833f90_jra{
    max-width: var(--mac-text-max);
    text-align: left; 
    }
div.f521c4_aaa0.sb8ced_vab .t833f90_jra h1{
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    }
div.f521c4_aaa0.sb8ced_vab .t833f90_jra p{
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: var(--mac-text-muted);
    margin: 0 0 3rem 0;
    }
div.f521c4_aaa0.sb8ced_vab .cc3a__7da{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mac-primary);
    color: #1a1a2e;
    padding: 1.2rem 2.5rem;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(232, 93, 4, 0.3);
    }
div.f521c4_aaa0.sb8ced_vab .cc3a__7da:hover{
    background-color: var(--mac-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 93, 4, 0.4); color: #1a1a2e;}
div.f521c4_aaa0.sb8ced_vab .xd32318_3ljn{
    width: 100%;
    padding: 7rem 0;
    border-bottom: 1px solid var(--mac-border);
    }
div.f521c4_aaa0.sb8ced_vab .n382f7_2p{
    max-width: var(--mac-text-max);
    margin-bottom: 4rem;
    text-align: left;
    }
div.f521c4_aaa0.sb8ced_vab .n382f7_2p h2{
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin: 0 0 1rem 0;
    font-weight: 700;
    color: #ffffff;
    }
div.f521c4_aaa0.sb8ced_vab .n382f7_2p p{
    color: var(--mac-text-muted);
    font-size: 1.1rem;
    margin: 0;
    }
div.f521c4_aaa0.sb8ced_vab .n8cccpi5{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    width: 100%;
    }
div.f521c4_aaa0.sb8ced_vab .ye5df9c97f3{
    background-color: var(--mac-surface);
    padding: 2.5rem 2rem;
    border-radius: var(--mac-radius);
    border: 1px solid var(--mac-border);
    text-align: left; color: #ffffff;}
div.f521c4_aaa0.sb8ced_vab .ye5df9c97f3 h3{
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    color: var(--mac-primary);
    font-weight: 600;
    }
div.f521c4_aaa0.sb8ced_vab .ye5df9c97f3 p{
    margin: 0;
    font-size: 0.95rem;
    color: var(--mac-text-muted);
    line-height: 1.7;
    }
div.f521c4_aaa0.sb8ced_vab .r99905__90c9{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 800px;
    }
div.f521c4_aaa0.sb8ced_vab .w0129e_epa2{
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    }
div.f521c4_aaa0.sb8ced_vab .p5f1564a6c0{
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: var(--mac-surface);
    border: 1px solid var(--mac-primary);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    }
div.f521c4_aaa0.sb8ced_vab .e15880_da8 h3{
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    color: #ffffff;
    }
div.f521c4_aaa0.sb8ced_vab .e15880_da8 p{
    margin: 0;
    color: var(--mac-text-muted);
    }
div.f521c4_aaa0.sb8ced_vab .zbd6__73895{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 900px;
    width: 100%;
    }
div.f521c4_aaa0.sb8ced_vab .q6668__65b6f{
    background-color: var(--mac-surface);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--mac-primary); color: #ffffff;}
div.f521c4_aaa0.sb8ced_vab .q6668__65b6f h3{
    font-size: 1.15rem;
    margin: 0 0 1rem 0;
    color: #ffffff;
    }
div.f521c4_aaa0.sb8ced_vab .q6668__65b6f p{
    margin: 0;
    color: var(--mac-text-muted);
    font-size: 0.95rem;
    }
div.f521c4_aaa0.sb8ced_vab .u532aa_65b2{
    color: var(--mac-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--mac-primary);
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
    }
div.f521c4_aaa0.sb8ced_vab .u532aa_65b2:hover{
    color: var(--mac-primary-hover);
    border-color: var(--mac-primary-hover);
    }
div.f521c4_aaa0.sb8ced_vab .o9158813c{
    padding-top: 4rem;
    width: 100%;
    border-top: 1px solid var(--mac-border);
    margin-top: 4rem;
    }
div.f521c4_aaa0.sb8ced_vab .o9158813c p{
    color: var(--mac-text-muted);
    font-size: 0.85rem;
    margin: 0;
    }
@media (max-width: 768px) {div.f521c4_aaa0.sb8ced_vab .gtgpsre01{ padding: 6rem 0 3rem 0; }
div.f521c4_aaa0.sb8ced_vab .k5620e__004{ aspect-ratio: 16 / 9; margin-bottom: 2rem; }
div.f521c4_aaa0.sb8ced_vab .xd32318_3ljn{ padding: 4rem 0; }}
.k7a8fc_el1o{
    background-color: var(--bg-color, #1C1917);
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    padding-top: 64px;
    padding-bottom: 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; color: #ffffff;}
.alju0pbndh23{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    box-sizing: border-box;
    }
.u1cf74__af1{
    display: flex;
    flex-direction: column;
    flex: 0 0 280px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.f8i3ur38vu9x{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: -0.5px;
    }
.afe9e_1812{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    line-height: 1.6;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vef85d11c4{
    display: flex;
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
    }
.ub24fd8915f{
    background-color: var(--primary-color, #EA580C);
    color: #1a1a2e;
    padding: 12px 24px;
    border-radius: var(--radius-md, 6px);
    font-size: 14px;
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: pointer;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-md, 0 4px 12px rgba(234, 88, 12, 0.25));
    text-align: center;
    }
.ub24fd8915f:hover{
    background-color: var(--secondary-color, #C2410C); color: #1a1a2e;}
.ze39__bf817{
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 48px;
    box-sizing: border-box;
    justify-content: space-between;
    }
.t12385_qu{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 140px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.r9810a_z4l{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.h8b34c2c_0pg{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: default;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.h8b34c2c_0pg:hover{
    color: var(--primary-color, #EA580C);
    }
.pz7jkvkaba7{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    }
.ma46d_19{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.alju0pbndh23{
    flex-direction: column;
    gap: 40px;
    }
.u1cf74__af1{
    flex: 0 0 auto;
    width: 100%;
    }
.ze39__bf817{
    flex-direction: column;
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
    }
.t12385_qu{
    flex: 0 0 auto;
    width: 100%;
    }
.k7a8fc_el1o{
    padding-top: 48px;
    }
.pz7jkvkaba7{
    margin-top: 48px;
    }}
.n5a36a_e795{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    z-index: 1000;
    color: var(--text-color);
    box-sizing: border-box;
    }
.n5a36a_e795 *{
    box-sizing: border-box;
    }
.v7ef__6e1{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.td6fb094eab{
    display: flex;
    align-items: center;
    gap: 32px; 
    }
.k7ed0_62{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.k7ed0_62:hover{
    opacity: 0.85;
    }
.ze7a0924{
    width: 22px;
    height: 22px;
    color: var(--primary-color); 
    }
.l07d9232975{
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;     
    }
.m572e9_pf{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.bqok7syzfygz{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.8125rem;        
    font-weight: 500;
    transition: var(--transition);
    }
.bqok7syzfygz:hover{
    color: var(--text-color);
    }
.saefd_d4{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.pa73234_801e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    }
.pa73234_801e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.e7583f__78d2{
    display: none;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.e7583f__78d2:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a6dd3e_f757{
    width: 20px;
    height: 20px;
    display: block;
    }
@media (max-width: 860px){.m572e9_pf {
    display: none;
    }
.e7583f__78d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.f521c4_aaa0 img.x68d54618 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.f521c4_aaa0 img.x68d54618.zea91edf393 { aspect-ratio: 16 / 9; }
div.f521c4_aaa0 img.x68d54618.bb52966ea0a { aspect-ratio: 16 / 10; }
div.f521c4_aaa0 img.x68d54618.acbfea_5894 { aspect-ratio: 4 / 3; }
div.f521c4_aaa0 img.x68d54618.rd6d67098 { aspect-ratio: 1 / 1; }
div.f521c4_aaa0 :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.f521c4_aaa0 .i063__2975 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.f521c4_aaa0 .i063__2975.zea91edf393 { aspect-ratio: 16 / 9; }
div.f521c4_aaa0 .i063__2975.bb52966ea0a { aspect-ratio: 16 / 10; }
div.f521c4_aaa0 .i063__2975.acbfea_5894 { aspect-ratio: 4 / 3; }
div.f521c4_aaa0 .i063__2975.rd6d67098 { aspect-ratio: 1 / 1; }
div.f521c4_aaa0 .i063__2975 > img.x68d54618,
    div.f521c4_aaa0 .i063__2975 > picture > img.x68d54618 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.f521c4_aaa0.sb8ced_vab .cc3a__7da a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.f521c4_aaa0.sb8ced_vab .cc3a__7da a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.f521c4_aaa0.sb8ced_vab .cc3a__7da a:not([class]):hover{opacity:0.92;}
div.f521c4_aaa0.sb8ced_vab .cc3a__7da a[class=""]:hover{opacity:0.92;}
div.f521c4_aaa0.sb8ced_vab .cc3a__7da a:not([class]):visited{color:#ffffff !important;}
div.f521c4_aaa0.sb8ced_vab .cc3a__7da a[class=""]:visited{color:#ffffff !important;}
.n5a36a_e795{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    z-index: 1000;
    color: var(--text-color);
    box-sizing: border-box;
    }
.n5a36a_e795 *{
    box-sizing: border-box;
    }
.v7ef__6e1{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.td6fb094eab{
    display: flex;
    align-items: center;
    gap: 32px; 
    }
.k7ed0_62{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.k7ed0_62:hover{
    opacity: 0.85;
    }
.ze7a0924{
    width: 22px;
    height: 22px;
    color: var(--primary-color); 
    }
.l07d9232975{
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;     
    }
.m572e9_pf{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.bqok7syzfygz{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.8125rem;        
    font-weight: 500;
    transition: var(--transition);
    }
.bqok7syzfygz:hover{
    color: var(--text-color);
    }
.saefd_d4{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.pa73234_801e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    }
.pa73234_801e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.e7583f__78d2{
    display: none;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.e7583f__78d2:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a6dd3e_f757{
    width: 20px;
    height: 20px;
    display: block;
    }
@media (max-width: 860px){.m572e9_pf {
    display: none;
    }
.e7583f__78d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    }}
.k7a8fc_el1o{
    background-color: var(--bg-color, #1C1917);
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    padding-top: 64px;
    padding-bottom: 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; color: #ffffff;}
.alju0pbndh23{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    box-sizing: border-box;
    }
.u1cf74__af1{
    display: flex;
    flex-direction: column;
    flex: 0 0 280px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.f8i3ur38vu9x{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: -0.5px;
    }
.afe9e_1812{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    line-height: 1.6;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vef85d11c4{
    display: flex;
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
    }
.ub24fd8915f{
    background-color: var(--primary-color, #EA580C);
    color: #1a1a2e;
    padding: 12px 24px;
    border-radius: var(--radius-md, 6px);
    font-size: 14px;
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: pointer;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-md, 0 4px 12px rgba(234, 88, 12, 0.25));
    text-align: center;
    }
.ub24fd8915f:hover{
    background-color: var(--secondary-color, #C2410C); color: #1a1a2e;}
.ze39__bf817{
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 48px;
    box-sizing: border-box;
    justify-content: space-between;
    }
.t12385_qu{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 140px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.r9810a_z4l{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.h8b34c2c_0pg{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: default;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.h8b34c2c_0pg:hover{
    color: var(--primary-color, #EA580C);
    }
.pz7jkvkaba7{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    }
.ma46d_19{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.alju0pbndh23{
    flex-direction: column;
    gap: 40px;
    }
.u1cf74__af1{
    flex: 0 0 auto;
    width: 100%;
    }
.ze39__bf817{
    flex-direction: column;
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
    }
.t12385_qu{
    flex: 0 0 auto;
    width: 100%;
    }
.k7a8fc_el1o{
    padding-top: 48px;
    }
.pz7jkvkaba7{
    margin-top: 48px;
    }}
.n5a36a_e795{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  z-index: 1000;
  color: var(--text-color);
  box-sizing: border-box;
}
.n5a36a_e795 *{
  box-sizing: border-box;
}
.v7ef__6e1{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.td6fb094eab{
  display: flex;
  align-items: center;
  gap: 32px; 
}
.k7ed0_62{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.k7ed0_62:hover{
  opacity: 0.85;
}
.ze7a0924{
  width: 22px;
  height: 22px;
  color: var(--primary-color); 
}
.l07d9232975{
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;     
}
.m572e9_pf{
  display: flex;
  align-items: center;
  gap: 20px;
}
.bqok7syzfygz{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.8125rem;        
  font-weight: 500;
  transition: var(--transition);
}
.bqok7syzfygz:hover{
  color: var(--text-color);
}
.saefd_d4{
  display: flex;
  align-items: center;
  gap: 16px;
}
.pa73234_801e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: none;
}
.pa73234_801e:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.e7583f__78d2{
  display: none;
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.e7583f__78d2:hover{
  color: #1a1a2e;
  background-color: rgba(255, 255, 255, 0.05);
}
.a6dd3e_f757{
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 860px){.m572e9_pf {
    display: none;
  }
.e7583f__78d2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }}
.kb202fc32{
  background-color: var(--bg-color, #1C1917);
  border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
  padding-top: 64px;
  padding-bottom: 32px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; color: #ffffff;}
.nabf__8316{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 80px;
  box-sizing: border-box;
}
.gbad7f_56dc{
  display: flex;
  flex-direction: column;
  flex: 0 0 280px;
  box-sizing: border-box;
  align-items: flex-start;
}
.o4565f2b50a{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color, #FAFAF9);
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: -0.5px;
}
.l74c90_61a3{
  font-size: 14px;
  color: var(--text-muted, #A8A29E);
  line-height: 1.6;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.eec2__65d0{
  display: flex;
  width: 100%;
  margin-top: 24px;
  box-sizing: border-box;
}
.e19609aec{
  background-color: var(--primary-color, #EA580C);
  color: #1a1a2e;
  padding: 12px 24px;
  border-radius: var(--radius-md, 6px);
  font-size: 14px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
  box-shadow: var(--shadow-md, 0 4px 12px rgba(234, 88, 12, 0.25));
  text-align: center;
}
.e19609aec:hover{
  background-color: var(--secondary-color, #C2410C); color: #1a1a2e;}
.h278__6d45{
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 48px;
  box-sizing: border-box;
  justify-content: space-between;
}
.g60ff3ef073{
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 140px;
  box-sizing: border-box;
  align-items: flex-start;
}
.j50921a0d{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color, #FAFAF9);
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, sans-serif;
}
.h27e03ec9{
  font-size: 14px;
  color: var(--text-muted, #A8A29E);
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  cursor: default;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
}
.h27e03ec9:hover{
  color: var(--primary-color, #EA580C);
}
.c1db2fbc009{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-sizing: border-box;
}
.b55059_710c{
  font-size: 14px;
  color: var(--text-muted, #A8A29E);
  font-family: system-ui, -apple-system, sans-serif;
}
@media (max-width: 768px){.nabf__8316{
    flex-direction: column;
    gap: 40px;
  }
.gbad7f_56dc{
    flex: 0 0 auto;
    width: 100%;
  }
.h278__6d45{
    flex-direction: column;
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
  }
.g60ff3ef073{
    flex: 0 0 auto;
    width: 100%;
  }
.kb202fc32{
    padding-top: 48px;
  }
.c1db2fbc009{
    margin-top: 48px;
  }}
.j64be77ee2d{box-sizing:border-box;}
.g816__a5b6{box-sizing:border-box;}
.a52c__4e39{box-sizing:border-box;}
.c64c12_319c{display:block;max-width:100%;height:auto;}
.n333__5f91{box-sizing:border-box;}