:root {

  --primary-color: hsl(15, 100%, 50%);
  --secondary-color: hsl(45, 100%, 50%);
  --bg-color: hsl(0, 0%, 4%);
  --text-color: hsl(0, 0%, 96%);
  --text-muted: hsl(0, 0%, 65%);
  --border-color: hsla(0, 0%, 100%, 0.1);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.8);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: var(--bg-color);
  --nav-link-hover: var(--primary-color);
  --wps-primary: var(--primary-color, hsl(261, 79%, 56%));
  --wps-secondary: var(--secondary-color, hsl(66, 63%, 56%));
  --wps-text: var(--text-color, hsl(261, 10%, 13%));
  --wps-bg: var(--bg-color, hsl(261, 7%, 95%));
  --wps-accent: #ff4d4f;
  --wps-max-width: 1200px;
  --wps-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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color); color: #ffffff;}
.udb6b522b4a{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.le759_bc{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.m0c8b3__8c5{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.i7d1218d{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-left: 4px solid var(--primary-color);
    padding-left: 12px;
    line-height: 1;
    }
.ge8fbcfb_uo{
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
    }
.h156ea6d_9j{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    }
.h156ea6d_9j:hover{
    color: var(--text-color);
    }
.h2f437_da6{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.q0f15__b4f08{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    display: inline-block;
    }
.q0f15__b4f08:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.q0f15__b4f08:active{
    transform: translateY(0);
    }
.jb80bd8c74{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    padding: 4px;
    }
.jb80bd8c74 .lm7ja6getfg{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.ge8fbcfb_uo {
    display: none; 
    }
.jb80bd8c74 {
    display: flex;
    }
.le759_bc {
    max-width: 100%;
    }}
@media (max-width: 480px){.i7d1218d{
    font-size: 22px;
    }
.q0f15__b4f08{
    padding: 10px 16px;
    font-size: 12px;
    }}
.udb6b522b4a.scrolled{
    background-color: rgba(15, 14, 14, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.h156ea6d_9j.active{color: var(--text-color);}
.yjwailbp{list-style:none;}
.h156ea6d_9j.active {color: var(--text-color);}
.l60d33_0e1{
    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;}
.i2e7dd8_7fde{
    max-width: var(--max-width);
    margin-left: 0; 
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.u1b42e__911{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    }
.yc8d__be85{
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.twz4wetp38y8{
    color: var(--text-color);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
    }
.zbe8cc_6c{
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 320px;
    }
.l279df6aa7{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-block;
    }
.l279df6aa7:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.uxaotmia{
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: flex-start;
    }
.am9oj5p507fl{
    flex: 0 0 auto;
    }
.h4f1f0c77{
    color: var(--text-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    }
.e4e3e28{
    margin-bottom: 12px;
    }
.p5774_3d40{
    color: var(--text-muted);
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition);
    }
.p5774_3d40:hover{
    color: var(--primary-color);
    }
.n9d30969_k8cb{
    height: 1px;
    background-color: var(--border-color);
    margin: 60px 0 32px 0;
    width: 100%; color: #1a1a2e;}
.c1kz2zq5no6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.yf561_2e7{
    color: var(--text-muted);
    font-size: 13px;
    font-family: monospace;
    }
.m74ce__ba4c{
    color: var(--text-muted);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
@media (max-width: 992px){.u1b42e__911 {
    flex-direction: column;
    gap: 60px;
    }
.yc8d__be85 {
    flex: 1 1 auto;
    max-width: 100%;
    }
.uxaotmia {
    flex-direction: row;
    gap: 40px;
    }}
@media (max-width: 480px){.uxaotmia{
    flex-direction: column;
    gap: 40px;
    }
.c1kz2zq5no6{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
div.f878c796d65.i91928d_4a{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--wps-bg);
    color: var(--wps-text);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.f878c796d65.i91928d_4a .q4173__8aa{
    max-width: var(--wps-max-width);
    margin: 0 auto;
    padding: 0 24px;
    text-align: left;
    }
div.f878c796d65.i91928d_4a .te476d__6ac{
    padding: 80px 0 60px;
    }
div.f878c796d65.i91928d_4a h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--wps-text);
    max-width: var(--wps-content-width);
    }
div.f878c796d65.i91928d_4a .cd5a9b_6edf{
    font-size: 1.25rem;
    color: color-mix(in srgb, var(--wps-text), transparent 30%);
    max-width: var(--wps-content-width);
    margin-bottom: 40px;
    }
div.f878c796d65.i91928d_4a .wf93e_838{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    }
div.f878c796d65.i91928d_4a .i5a44_c4{
    background-color: var(--wps-primary);
    color: #1a1a2e;
    padding: 16px 36px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px -5px hsla(261, 79%, 56%, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.f878c796d65.i91928d_4a .i5a44_c4:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px hsla(261, 79%, 56%, 0.5);
    }
div.f878c796d65.i91928d_4a .r0ea8c__1435{
    background-color: transparent;
    border: 2px solid var(--wps-primary);
    color: var(--wps-primary);
    padding: 14px 34px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background 0.2s;
    }
div.f878c796d65.i91928d_4a .r0ea8c__1435:hover{
    background-color: hsla(261, 79%, 56%, 0.05); color: #1a1a2e;}
div.f878c796d65.i91928d_4a .ne00297_e94{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 80px;
    aspect-ratio: 16 / 9;
    }
div.f878c796d65.i91928d_4a .v711b08324{
    padding: 100px 0;
    border-top: 1px solid color-mix(in srgb, var(--wps-text), transparent 90%);
    }
div.f878c796d65.i91928d_4a .irrosiu1mya{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--wps-primary);
    margin-bottom: 16px;
    display: block;
    }
div.f878c796d65.i91928d_4a h2{
    font-size: 2.25rem;
    margin-bottom: 24px;
    max-width: var(--wps-content-width);
    }
div.f878c796d65.i91928d_4a .j45055_hj7b{
    font-size: 1.1rem;
    max-width: var(--wps-content-width);
    margin-bottom: 40px;
    }
div.f878c796d65.i91928d_4a .m082b__7ba{
    display: flex;
    flex-direction: column;
    gap: 24px;
    }
div.f878c796d65.i91928d_4a .l1d994dc2f{
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    border-left: 4px solid var(--wps-primary);
    transition: transform 0.2s; color: #1a1a2e;}
div.f878c796d65.i91928d_4a .l1d994dc2f:hover{
    transform: translateX(8px);
    }
div.f878c796d65.i91928d_4a .l1d994dc2f h3{
    font-size: 1.5rem;
    margin-bottom: 12px;
    }
div.f878c796d65.i91928d_4a .l1d994dc2f p{
    color: color-mix(in srgb, var(--wps-text), transparent 20%);
    }
div.f878c796d65.i91928d_4a .u44ac92_b6{
    background: var(--wps-text);
    color: #1a1a2e;
    padding: 100px 0;
    }
div.f878c796d65.i91928d_4a .u44ac92_b6 h2{
    color: var(--wps-secondary);
    }
div.f878c796d65.i91928d_4a .o718a73{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 60px;
    }
div.f878c796d65.i91928d_4a .s9zkx6rq9b3{
    border: 1px solid rgba(255,255,255,0.1);
    padding: 32px;
    border-radius: 4px;
    }
div.f878c796d65.i91928d_4a .s9zkx6rq9b3 h4{
    color: var(--wps-secondary);
    margin-bottom: 16px;
    font-size: 1.25rem;
    }
div.f878c796d65.i91928d_4a .ni6fzv8yplx7{
    display: flex;
    gap: 12px;
    margin-top: 24px;
    }
div.f878c796d65.i91928d_4a .z1f2cf_d87{
    font-size: 0.75rem;
    background: rgba(255,255,255,0.1);
    padding: 4px 12px;
    border-radius: 100px; color: #1a1a2e;}
div.f878c796d65.i91928d_4a div.pf63e2_b3b5{
    padding: 80px 0 40px;
    background: #ffffff;
    border-top: 1px solid #eee; color: #1a1a2e;}
div.f878c796d65.i91928d_4a .tfef32c74{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
    }
div.f878c796d65.i91928d_4a .ub1d0b_cf9d h5{
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 700;
    }
div.f878c796d65.i91928d_4a .ub1d0b_cf9d ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.f878c796d65.i91928d_4a .ub1d0b_cf9d ul li{
    margin-bottom: 12px;
    }
div.f878c796d65.i91928d_4a .ub1d0b_cf9d a{
    text-decoration: none;
    color: color-mix(in srgb, var(--wps-text), transparent 40%);
    font-size: 0.9rem;
    }
div.f878c796d65.i91928d_4a .ub1d0b_cf9d a:hover{
    color: var(--wps-primary);
    }
div.f878c796d65.i91928d_4a .z80f__d802{
    padding-top: 40px;
    border-top: 1px solid #eee;
    font-size: 0.8rem;
    color: #999;
    }
@media (max-width: 768px) {div.f878c796d65.i91928d_4a h1{ font-size: 2rem; }
div.f878c796d65.i91928d_4a .i5a44_c4, div.f878c796d65.i91928d_4a .r0ea8c__1435{ width: 100%; text-align: center; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.f878c796d65 img.c746df2f166 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.f878c796d65 img.c746df2f166.pfa1888bfbc { aspect-ratio: 16 / 9; }
div.f878c796d65 img.c746df2f166.v9db22d56 { aspect-ratio: 16 / 10; }
div.f878c796d65 img.c746df2f166.q159368816b { aspect-ratio: 4 / 3; }
div.f878c796d65 img.c746df2f166.v1e13dbeb { aspect-ratio: 1 / 1; }
div.f878c796d65 :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.f878c796d65 .j91e__cba0 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.f878c796d65 .j91e__cba0.pfa1888bfbc { aspect-ratio: 16 / 9; }
div.f878c796d65 .j91e__cba0.v9db22d56 { aspect-ratio: 16 / 10; }
div.f878c796d65 .j91e__cba0.q159368816b { aspect-ratio: 4 / 3; }
div.f878c796d65 .j91e__cba0.v1e13dbeb { aspect-ratio: 1 / 1; }
div.f878c796d65 .j91e__cba0 > img.c746df2f166,
    div.f878c796d65 .j91e__cba0 > picture > img.c746df2f166 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.f878c796d65.i91928d_4a .i5a44_c4 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.f878c796d65.i91928d_4a .i5a44_c4 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.f878c796d65.i91928d_4a .i5a44_c4 a:not([class]):hover{opacity:0.92;}
div.f878c796d65.i91928d_4a .i5a44_c4 a[class=""]:hover{opacity:0.92;}
div.f878c796d65.i91928d_4a .i5a44_c4 a:not([class]):visited{color:#ffffff !important;}
div.f878c796d65.i91928d_4a .i5a44_c4 a[class=""]:visited{color:#ffffff !important;}
.m9825941c35 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.m9825941c35 > :first-child,
    .m9825941c35 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color); color: #ffffff;}
.udb6b522b4a{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.le759_bc{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.m0c8b3__8c5{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.i7d1218d{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-left: 4px solid var(--primary-color);
    padding-left: 12px;
    line-height: 1;
    }
.ge8fbcfb_uo{
    display: flex;
    list-style: none;
    gap: 24px;
    align-items: center;
    }
.h156ea6d_9j{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    }
.h156ea6d_9j:hover{
    color: var(--text-color);
    }
.h2f437_da6{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.q0f15__b4f08{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    display: inline-block;
    }
.q0f15__b4f08:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.q0f15__b4f08:active{
    transform: translateY(0);
    }
.jb80bd8c74{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    padding: 4px;
    }
.jb80bd8c74 .lm7ja6getfg{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.ge8fbcfb_uo {
    display: none; 
    }
.jb80bd8c74 {
    display: flex;
    }
.le759_bc {
    max-width: 100%;
    }}
@media (max-width: 480px){.i7d1218d{
    font-size: 22px;
    }
.q0f15__b4f08{
    padding: 10px 16px;
    font-size: 12px;
    }}
.udb6b522b4a.scrolled{
    background-color: rgba(15, 14, 14, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.h156ea6d_9j.active{color: var(--text-color);}
.yjwailbp{list-style:none;}
.h156ea6d_9j.active{color: var(--text-color);}
.l60d33_0e1{
    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;}
.i2e7dd8_7fde{
    max-width: var(--max-width);
    margin-left: 0; 
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.u1b42e__911{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    flex-wrap: wrap;
    }
.yc8d__be85{
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.twz4wetp38y8{
    color: var(--text-color);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
    }
.zbe8cc_6c{
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 320px;
    }
.l279df6aa7{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-block;
    }
.l279df6aa7:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.uxaotmia{
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: flex-start;
    }
.am9oj5p507fl{
    flex: 0 0 auto;
    }
.h4f1f0c77{
    color: var(--text-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    }
.e4e3e28{
    margin-bottom: 12px;
    }
.p5774_3d40{
    color: var(--text-muted);
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition);
    }
.p5774_3d40:hover{
    color: var(--primary-color);
    }
.n9d30969_k8cb{
    height: 1px;
    background-color: var(--border-color);
    margin: 60px 0 32px 0;
    width: 100%; color: #1a1a2e;}
.c1kz2zq5no6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.yf561_2e7{
    color: var(--text-muted);
    font-size: 13px;
    font-family: monospace;
    }
.m74ce__ba4c{
    color: var(--text-muted);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
@media (max-width: 992px){.u1b42e__911 {
    flex-direction: column;
    gap: 60px;
    }
.yc8d__be85 {
    flex: 1 1 auto;
    max-width: 100%;
    }
.uxaotmia {
    flex-direction: row;
    gap: 40px;
    }}
@media (max-width: 480px){.uxaotmia{
    flex-direction: column;
    gap: 40px;
    }
.c1kz2zq5no6{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color); color: #ffffff;}
.udb6b522b4a{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #ffffff;}
.le759_bc{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m0c8b3__8c5{
  display: flex;
  align-items: center;
  gap: 40px;
}
.i7d1218d{
  font-size: 28px;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-left: 4px solid var(--primary-color);
  padding-left: 12px;
  line-height: 1;
}
.ge8fbcfb_uo{
  display: flex;
  list-style: none;
  gap: 24px;
  align-items: center;
}
.h156ea6d_9j{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}
.h156ea6d_9j:hover{
  color: var(--text-color);
}
.h2f437_da6{
  display: flex;
  align-items: center;
  gap: 16px;
}
.q0f15__b4f08{
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: none;
  display: inline-block;
}
.q0f15__b4f08:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.q0f15__b4f08:active{
  transform: translateY(0);
}
.jb80bd8c74{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}
.jb80bd8c74 .lm7ja6getfg{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.ge8fbcfb_uo {
    display: none; 
  }
.jb80bd8c74 {
    display: flex;
  }
.le759_bc {
    max-width: 100%;
  }}
@media (max-width: 480px){.i7d1218d{
    font-size: 22px;
  }
.q0f15__b4f08{
    padding: 10px 16px;
    font-size: 12px;
  }}
.udb6b522b4a.scrolled{
  background-color: rgba(15, 14, 14, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md); color: #ffffff;}
.h156ea6d_9j.active{color: var(--text-color);}
.yjwailbp{list-style:none;}
.h156ea6d_9j.active{color: var(--text-color);}
.d102ec41a{
  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;}
.se2921f7d{
  max-width: var(--max-width);
  margin-left: 0; 
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.g6ded86cb80{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}
.gbc832_dfc0{
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.d27278_d8c6{
  color: var(--text-color);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.od0301f41ee{
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 320px;
}
.k29c__1b3b{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-block;
}
.k29c__1b3b:hover{
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.fa393310ac0{
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: flex-start;
}
.zb94__1ea2{
  flex: 0 0 auto;
}
.eb7a8bf9e{
  color: var(--text-color);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.bf6dae_39da{
  margin-bottom: 12px;
}
.ve34e1_f4bd{
  color: var(--text-muted);
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
}
.ve34e1_f4bd:hover{
  color: var(--primary-color);
}
.e22f__3c82{
  height: 1px;
  background-color: var(--border-color);
  margin: 60px 0 32px 0;
  width: 100%; color: #1a1a2e;}
.x8716a_7282{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l147a94b4{
  color: var(--text-muted);
  font-size: 13px;
  font-family: monospace;
}
.k70de6_d8f9{
  color: var(--text-muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px){.g6ded86cb80 {
    flex-direction: column;
    gap: 60px;
  }
.gbc832_dfc0 {
    flex: 1 1 auto;
    max-width: 100%;
  }
.fa393310ac0 {
    flex-direction: row;
    gap: 40px;
  }}
@media (max-width: 480px){.fa393310ac0{
    flex-direction: column;
    gap: 40px;
  }
.x8716a_7282{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }}
.u024__e6e8{box-sizing:border-box;}
.d068ff_6540{display:block;max-width:100%;height:auto;}
.b76e9c48a7c{box-sizing:border-box;}
.y5d417_38e4{box-sizing:border-box;}
@media (max-width: 768px) {.c1kz2zq5no6 { 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; }}