:root {

  --page-bg-main: #0a0c0b;
  --page-bg-card: #121614;
  --page-bg-card-hover: #1a201d;
  --page-primary: hsl(157, 65%, 58%);
  --page-primary-dim: hsla(157, 65%, 58%, 0.15);
  --page-secondary: hsl(317, 52%, 58%);
  --page-text-title: #f0f4f2;
  --page-text-body: #a3b0aa;
  --page-text-muted: #6b7a73;
  --page-text-inverse: #05140e;
  --page-border: rgba(255, 255, 255, 0.08);
  --page-border-hover: rgba(255, 255, 255, 0.15);
  --page-radius-lg: 24px;
  --page-radius-md: 16px;
  --page-radius-sm: 8px;
  --page-container-w: 1200px;
  --page-read-w: 760px;
  --page-space-section: 120px;
  --page-space-element: 24px;
  --primary-color: #D13F1A;
  --secondary-color: #F0562D;
  --bg-color: #120E0D;
  --text-color: #FDFBFA;
  --text-muted: #9E9390;
  --border-color: rgba(255, 255, 255, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 12px 32px rgba(209, 63, 26, 0.25);
  --nav-height: 76px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: rgba(18, 14, 13, 0.8);
  --nav-border: var(--border-color);
  --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.ve5f53a04.o5facd0_2c32.bnpgyg65i{
    background-color: var(--page-bg-main);
    color: var(--page-text-body);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
    padding-top: 60px; 
    }
div.ve5f53a04.o5facd0_2c32.bnpgyg65i::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(circle, var(--page-primary-dim) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0; color: #1a1a2e;}
div.ve5f53a04.o5facd0_2c32 .n0nl5bavux{
    max-width: var(--page-container-w);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    }
div.ve5f53a04.o5facd0_2c32 .t1e6607_9831{
    max-width: var(--page-read-w);
    margin: 0 auto;
    }
div.ve5f53a04.o5facd0_2c32 .fhxc7mrrq44s{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.ve5f53a04.o5facd0_2c32 .g8f6c7a71{
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 800;
    color: var(--page-text-title);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: var(--page-space-element);
    text-wrap: balance;
    }
div.ve5f53a04.o5facd0_2c32 .ok1tarzzut9{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--page-text-title);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    }
div.ve5f53a04.o5facd0_2c32 .oc4196_5b8c{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--page-text-title);
    margin-bottom: 12px;
    }
div.ve5f53a04.o5facd0_2c32 .r6625f_c3{
    font-size: 1.25rem;
    color: var(--page-text-body);
    margin-bottom: 40px;
    max-width: 680px;
    text-wrap: balance;
    }
div.ve5f53a04.o5facd0_2c32 .b717e7c_8a70{
    margin-bottom: 16px;
    }
div.ve5f53a04.o5facd0_2c32 .yoifzqg1l{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background-color: var(--page-primary);
    color: var(--page-text-inverse);
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--page-radius-sm);
    transition: all 0.2s ease;
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    }
div.ve5f53a04.o5facd0_2c32 .yoifzqg1l:hover{
    background-color: #5ce0a6; 
    transform: translateY(-2px);
    inset 0 1px 0 rgba(255, 255, 255, 0.4); color: #1a1a2e;}
div.ve5f53a04.o5facd0_2c32 .b8dd3d87_245t{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: transparent;
    color: var(--page-text-title);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: var(--page-radius-sm);
    border: 1px solid var(--page-border);
    transition: all 0.2s ease;
    }
div.ve5f53a04.o5facd0_2c32 .b8dd3d87_245t:hover{
    background-color: var(--page-bg-card-hover);
    border-color: var(--page-border-hover); color: #ffffff;}
div.ve5f53a04.o5facd0_2c32 .r04e36_3xy{
    color: var(--page-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    font-weight: 500;
    }
div.ve5f53a04.o5facd0_2c32 .r04e36_3xy:hover{
    border-bottom-color: var(--page-primary);
    }
div.ve5f53a04.o5facd0_2c32 .ff032dc_7afd{
    padding: var(--page-space-section) 0;
    }
div.ve5f53a04.o5facd0_2c32 .b561a5__92d14{
    padding-top: 80px;
    padding-bottom: 80px;
    }
div.ve5f53a04.o5facd0_2c32 .n03kz4db74{margin-top: 60px;
    width: 100%;
    border-radius: var(--page-radius-lg);
    overflow: hidden;
    border: 1px solid var(--page-border);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
    position: relative;
    aspect-ratio: 16 / 9;
    max-height: 600px; isolation: isolate;}
div.ve5f53a04.o5facd0_2c32 .n03kz4db74 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.ve5f53a04.o5facd0_2c32 .qca53__7077{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
    width: 100%;
    }
div.ve5f53a04.o5facd0_2c32 .q1bc437ade{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
    width: 100%;
    }
div.ve5f53a04.o5facd0_2c32 .d8beb8_r6v2{
    background-color: var(--page-bg-card);
    border: 1px solid var(--page-border);
    border-radius: var(--page-radius-md);
    padding: 40px 32px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left; color: #ffffff;}
div.ve5f53a04.o5facd0_2c32 .d8beb8_r6v2:hover{
    transform: translateY(-4px);
    border-color: var(--page-border-hover);
    background-color: var(--page-bg-card-hover); color: #ffffff;}
div.ve5f53a04.o5facd0_2c32 .xea7__33d{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--page-primary-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.ve5f53a04.o5facd0_2c32 .xea7__33d svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.ve5f53a04.o5facd0_2c32 .j1glznw9p{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter;
    }
div.ve5f53a04.o5facd0_2c32 .tbf738__a67d9{
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    }
div.ve5f53a04.o5facd0_2c32 .tbf738__a67d9::before{
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--page-bg-card);
    border: 1px solid var(--page-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--page-text-title);
    }
div.ve5f53a04.o5facd0_2c32 .yca4728cd{
    border-top: 1px solid var(--page-border);
    padding: 60px 0 40px;
    margin-top: 60px;
    text-align: center;
    }
div.ve5f53a04.o5facd0_2c32 .n586__5d1{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--page-text-title);
    margin-bottom: 16px;
    }
div.ve5f53a04.o5facd0_2c32 .p6dc8c49b0{
    color: var(--page-text-muted);
    font-size: 0.875rem;
    }
@media (max-width: 1024px) {div.ve5f53a04.o5facd0_2c32 .qca53__7077{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 768px) {div.ve5f53a04.o5facd0_2c32 .qca53__7077, div.ve5f53a04.o5facd0_2c32 .q1bc437ade{
    grid-template-columns: 1fr;
    }
div.ve5f53a04.o5facd0_2c32 .ff032dc_7afd{
    padding: 80px 0;
    }
div.ve5f53a04.o5facd0_2c32 .d8beb8_r6v2{
    padding: 32px 24px;
    }}
div.ve5f53a04.o5facd0_2c32 .zb20f6b_a08k{box-sizing:border-box;}
.ye7be_88b{position: relative;
    width: 100%;
    background-color: var(--bg-color, #120E0D);
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
    z-index: 1; isolation: isolate; color: #ffffff;}
.r4042aad933{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: radial-gradient(ellipse at 50% 100%, rgba(209, 63, 26, 0.15) 0%, rgba(18, 14, 13, 0) 70%);
    pointer-events: none;
    z-index: -1; color: #1a1a2e;}
.o2b3a6a96{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.h29ab134e38{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.n586__5d1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    }
.m16db61e_ao{
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--primary-color, #D13F1A), var(--secondary-color, #F0562D));
    border-radius: var(--radius-sm, 6px);
    margin-right: 12px;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.4)); color: #1a1a2e;}
.g087__f6aa7{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color, #FDFBFA);
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: auto;
    }
.veb5c09{
    width: 100%;
    max-width: 400px;
    text-align: center;
    color: var(--text-muted, #9E9390);
    font-size: 15px;
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.n74r9pazn22{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.06));
    margin-top: 48px;
    margin-bottom: 32px; color: #1a1a2e;}
.acc04b__a71a7{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
.p6dc8c49b0{
    width: auto;
    font-size: 14px;
    color: var(--text-muted, #9E9390);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-align: center;
    }
@media (max-width: 768px){.ye7be_88b{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.n74r9pazn22{
    margin-top: 32px;
    margin-bottom: 24px;
    }
.veb5c09{
    font-size: 14px;
    }}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color); color: #ffffff;}
.h57359eb{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--nav-border);
    z-index: 1000; color: #ffffff;}
.hdqfcxmf7{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.gzl6y46j{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    z-index: 1001; 
    transition: var(--transition);
    }
.gzl6y46j:hover{
    opacity: 0.85;
    }
.baa8caf2_gp{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    filter: drop-shadow(0 0 8px rgba(209, 63, 26, 0.4)); 
    }
.gc021af21{
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.02em;
    }
.e83bcf7{
    display: none;
    }
.wb0e6_3f2{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    }
.rb5d4b0_0ejf{
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.rb5d4b0_0ejf::before, .rb5d4b0_0ejf::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    border-radius: 2px;
    left: 0; color: #1a1a2e;}
.rb5d4b0_0ejf::before{ top: -6px; }
.rb5d4b0_0ejf::after{ bottom: -6px; }
.s9kaq5xlozxg{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    }
.n9dfb08b_oym{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto; 
    padding: 0;
    list-style: none;
    }
.g4733c7d9a9{
    margin: 0;
    padding: 0;
    }
.uefb043259c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.uefb043259c:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05); 
    }
.fb61f4e6_j729{
    margin-left: 16px;
    }
.a797834f7c4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), #B53616); 
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), var(--shadow-lg); 
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.2);
    }
.a797834f7c4:hover{
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 16px 40px rgba(240, 86, 45, 0.35); 
    color: #1a1a2e;
    }
@media (max-width: 860px){.wb0e6_3f2 {
    display: flex;
    }
.s9kaq5xlozxg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--bg-color); 
    flex-direction: column;
    padding: 24px var(--max-width);
    border-bottom: 1px solid var(--nav-border);
    box-shadow: var(--shadow-md);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #ffffff;}
.e83bcf7:checked ~ .s9kaq5xlozxg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf {
    background: transparent;
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf::before {
    transform: rotate(45deg) translate(4px, 4px);
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf::after {
    transform: rotate(-45deg) translate(4px, -4px);
    }
.n9dfb08b_oym {
    flex-direction: column;
    width: 100%;
    gap: 4px;
    }
.g4733c7d9a9 {
    width: 100%;
    }
.uefb043259c {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: var(--radius-md);
    box-sizing: border-box;
    }
.uefb043259c:hover {
    background: rgba(255, 255, 255, 0.03); color: #1a1a2e;}
.fb61f4e6_j729 {
    margin: 24px 0 8px 0;
    width: 100%;
    }
.a797834f7c4 {
    width: 100%;
    padding: 14px 24px;
    box-sizing: border-box;
    }}
.uefb043259c.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
@media (min-width: 861px){.h57359eb #nt98e3ce31d6, .h57359eb label[for="nt98e3ce31d6"]{ display: none !important; }}
@media (min-width: 861px){.h57359eb .s9kaq5xlozxg{ 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: 861px){.h57359eb .s9kaq5xlozxg{ 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: 861px){.h57359eb .s9kaq5xlozxg a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.uefb043259c.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
#nt98e3ce31d6:checked ~ .s9kaq5xlozxg { right: 0 !important; left: auto !important; }
@media (max-width: 860px) {.h57359eb.ze34__281a .s9kaq5xlozxg { 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: 860px) {#nt98e3ce31d6:checked ~ .s9kaq5xlozxg { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 861px) {.h57359eb.ze34__281a #nt98e3ce31d6, .h57359eb.ze34__281a label[for="nt98e3ce31d6"] { display: none !important; }}
@media (min-width: 861px) {.h57359eb.ze34__281a .s9kaq5xlozxg { 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: 861px) {.h57359eb.ze34__281a .s9kaq5xlozxg { 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: 861px) {.h57359eb.ze34__281a .s9kaq5xlozxg a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ve5f53a04 img.z07ec5_0f16 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ve5f53a04 img.z07ec5_0f16.c83811a98b6 { aspect-ratio: 16 / 9; }
div.ve5f53a04 img.z07ec5_0f16.l9c2ce_88a3 { aspect-ratio: 16 / 10; }
div.ve5f53a04 img.z07ec5_0f16.u39ce328799 { aspect-ratio: 4 / 3; }
div.ve5f53a04 img.z07ec5_0f16.he45afabbdf { aspect-ratio: 1 / 1; }
div.ve5f53a04 :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.ve5f53a04 .z2023cd65 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ve5f53a04 .z2023cd65.c83811a98b6 { aspect-ratio: 16 / 9; }
div.ve5f53a04 .z2023cd65.l9c2ce_88a3 { aspect-ratio: 16 / 10; }
div.ve5f53a04 .z2023cd65.u39ce328799 { aspect-ratio: 4 / 3; }
div.ve5f53a04 .z2023cd65.he45afabbdf { aspect-ratio: 1 / 1; }
div.ve5f53a04 .z2023cd65 > img.z07ec5_0f16,
    div.ve5f53a04 .z2023cd65 > picture > img.z07ec5_0f16 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.n38361_9930 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.n38361_9930 > :first-child,
    .n38361_9930 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color); color: #ffffff;}
.h57359eb{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--nav-border);
    z-index: 1000; color: #ffffff;}
.hdqfcxmf7{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.gzl6y46j{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    z-index: 1001; 
    transition: var(--transition);
    }
.gzl6y46j:hover{
    opacity: 0.85;
    }
.baa8caf2_gp{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    filter: drop-shadow(0 0 8px rgba(209, 63, 26, 0.4)); 
    }
.gc021af21{
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.02em;
    }
.e83bcf7{
    display: none;
    }
.wb0e6_3f2{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    }
.rb5d4b0_0ejf{
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.rb5d4b0_0ejf::before, .rb5d4b0_0ejf::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    border-radius: 2px;
    left: 0; color: #1a1a2e;}
.rb5d4b0_0ejf::before{ top: -6px; }
.rb5d4b0_0ejf::after{ bottom: -6px; }
.s9kaq5xlozxg{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    }
.n9dfb08b_oym{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto; 
    padding: 0;
    list-style: none;
    }
.g4733c7d9a9{
    margin: 0;
    padding: 0;
    }
.uefb043259c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.uefb043259c:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05); 
    }
.fb61f4e6_j729{
    margin-left: 16px;
    }
.a797834f7c4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), #B53616); 
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), var(--shadow-lg); 
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.2);
    }
.a797834f7c4:hover{
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 16px 40px rgba(240, 86, 45, 0.35); 
    color: #1a1a2e;
    }
@media (max-width: 860px){.wb0e6_3f2 {
    display: flex;
    }
.s9kaq5xlozxg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--bg-color); 
    flex-direction: column;
    padding: 24px var(--max-width);
    border-bottom: 1px solid var(--nav-border);
    box-shadow: var(--shadow-md);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    box-sizing: border-box; color: #ffffff;}
.e83bcf7:checked ~ .s9kaq5xlozxg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf {
    background: transparent;
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf::before {
    transform: rotate(45deg) translate(4px, 4px);
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf::after {
    transform: rotate(-45deg) translate(4px, -4px);
    }
.n9dfb08b_oym {
    flex-direction: column;
    width: 100%;
    gap: 4px;
    }
.g4733c7d9a9 {
    width: 100%;
    }
.uefb043259c {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: var(--radius-md);
    box-sizing: border-box;
    }
.uefb043259c:hover {
    background: rgba(255, 255, 255, 0.03); color: #1a1a2e;}
.fb61f4e6_j729 {
    margin: 24px 0 8px 0;
    width: 100%;
    }
.a797834f7c4 {
    width: 100%;
    padding: 14px 24px;
    box-sizing: border-box;
    }}
.uefb043259c.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
@media (min-width: 861px){.h57359eb #nt98e3ce31d6, .h57359eb label[for="nt98e3ce31d6"]{ display: none !important; }}
@media (min-width: 861px){.h57359eb .s9kaq5xlozxg{ 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: 861px){.h57359eb .s9kaq5xlozxg{ 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: 861px){.h57359eb .s9kaq5xlozxg a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.uefb043259c.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
#nt98e3ce31d6:checked ~ .s9kaq5xlozxg{ right: 0 !important; left: auto !important; }
@media (max-width: 860px){.h57359eb.ze34__281a .s9kaq5xlozxg{ 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: 860px){#nt98e3ce31d6:checked ~ .s9kaq5xlozxg{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 861px){.h57359eb.ze34__281a #nt98e3ce31d6, .h57359eb.ze34__281a label[for="nt98e3ce31d6"]{ display: none !important; }}
@media (min-width: 861px){.h57359eb.ze34__281a .s9kaq5xlozxg{ 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: 861px){.h57359eb.ze34__281a .s9kaq5xlozxg{ 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: 861px){.h57359eb.ze34__281a .s9kaq5xlozxg a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ye7be_88b{position: relative;
    width: 100%;
    background-color: var(--bg-color, #120E0D);
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
    z-index: 1; isolation: isolate; color: #ffffff;}
.r4042aad933{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: radial-gradient(ellipse at 50% 100%, rgba(209, 63, 26, 0.15) 0%, rgba(18, 14, 13, 0) 70%);
    pointer-events: none;
    z-index: -1; color: #1a1a2e;}
.o2b3a6a96{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.h29ab134e38{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.n586__5d1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    }
.m16db61e_ao{
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--primary-color, #D13F1A), var(--secondary-color, #F0562D));
    border-radius: var(--radius-sm, 6px);
    margin-right: 12px;
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.4)); color: #1a1a2e;}
.g087__f6aa7{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color, #FDFBFA);
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: auto;
    }
.veb5c09{
    width: 100%;
    max-width: 400px;
    text-align: center;
    color: var(--text-muted, #9E9390);
    font-size: 15px;
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.n74r9pazn22{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.06));
    margin-top: 48px;
    margin-bottom: 32px; color: #1a1a2e;}
.acc04b__a71a7{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
.p6dc8c49b0{
    width: auto;
    font-size: 14px;
    color: var(--text-muted, #9E9390);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-align: center;
    }
@media (max-width: 768px){.ye7be_88b{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.n74r9pazn22{
    margin-top: 32px;
    margin-bottom: 24px;
    }
.veb5c09{
    font-size: 14px;
    }}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color); color: #ffffff;}
.h57359eb{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--nav-border);
    z-index: 1000; color: #ffffff;}
.hdqfcxmf7{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
}
.gzl6y46j{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    z-index: 1001; 
    transition: var(--transition);
}
.gzl6y46j:hover{
    opacity: 0.85;
}
.baa8caf2_gp{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    filter: drop-shadow(0 0 8px rgba(209, 63, 26, 0.4)); 
}
.gc021af21{
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.02em;
}
.e83bcf7{
    display: none;
}
.wb0e6_3f2{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}
.rb5d4b0_0ejf{
    position: relative;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.rb5d4b0_0ejf::before, .rb5d4b0_0ejf::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    border-radius: 2px;
    left: 0; color: #1a1a2e;}
.rb5d4b0_0ejf::before{ top: -6px; }
.rb5d4b0_0ejf::after{ bottom: -6px; }
.s9kaq5xlozxg{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}
.n9dfb08b_oym{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto; 
    padding: 0;
    list-style: none;
}
.g4733c7d9a9{
    margin: 0;
    padding: 0;
}
.uefb043259c{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
}
.uefb043259c:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05); 
}
.fb61f4e6_j729{
    margin-left: 16px;
}
.a797834f7c4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), #B53616); 
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), var(--shadow-lg); 
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.2);
}
.a797834f7c4:hover{
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 16px 40px rgba(240, 86, 45, 0.35); 
    color: #1a1a2e;
}
@media (max-width: 860px){.wb0e6_3f2 {
        display: flex;
    }
.s9kaq5xlozxg {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bg-color); 
        flex-direction: column;
        padding: 24px var(--max-width);
        border-bottom: 1px solid var(--nav-border);
        box-shadow: var(--shadow-md);

        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: var(--transition);
        box-sizing: border-box; color: #ffffff;}
.e83bcf7:checked ~ .s9kaq5xlozxg {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf {
        background: transparent;
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf::before {
        transform: rotate(45deg) translate(4px, 4px);
    }
.e83bcf7:checked ~ .wb0e6_3f2 .rb5d4b0_0ejf::after {
        transform: rotate(-45deg) translate(4px, -4px);
    }
.n9dfb08b_oym {
        flex-direction: column;
        width: 100%;
        gap: 4px;
    }
.g4733c7d9a9 {
        width: 100%;
    }
.uefb043259c {
        display: block;
        width: 100%;
        padding: 16px;
        border-radius: var(--radius-md);
        box-sizing: border-box;
    }
.uefb043259c:hover {
        background: rgba(255, 255, 255, 0.03); color: #1a1a2e;}
.fb61f4e6_j729 {
        margin: 24px 0 8px 0;
        width: 100%;
    }
.a797834f7c4 {
        width: 100%;
        padding: 14px 24px;
        box-sizing: border-box;
    }}
.uefb043259c.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
@media (min-width: 861px){.h57359eb #nt98e3ce31d6, .h57359eb label[for="nt98e3ce31d6"]{ display: none !important; }}
@media (min-width: 861px){.h57359eb .s9kaq5xlozxg{ 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: 861px){.h57359eb .s9kaq5xlozxg{ 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: 861px){.h57359eb .s9kaq5xlozxg a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.uefb043259c.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.05);}
#nt98e3ce31d6:checked ~ .s9kaq5xlozxg{ right: 0 !important; left: auto !important; }
@media (max-width: 860px){.h57359eb.ze34__281a .s9kaq5xlozxg{ 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: 860px){#nt98e3ce31d6:checked ~ .s9kaq5xlozxg{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 861px){.h57359eb.ze34__281a #nt98e3ce31d6, .h57359eb.ze34__281a label[for="nt98e3ce31d6"]{ display: none !important; }}
@media (min-width: 861px){.h57359eb.ze34__281a .s9kaq5xlozxg{ 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: 861px){.h57359eb.ze34__281a .s9kaq5xlozxg{ 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: 861px){.h57359eb.ze34__281a .s9kaq5xlozxg a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.raa13a90e27{position: relative;
  width: 100%;
  background-color: var(--bg-color, #120E0D);
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  z-index: 1; isolation: isolate; color: #ffffff;}
.r4042aad933{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: radial-gradient(ellipse at 50% 100%, rgba(209, 63, 26, 0.15) 0%, rgba(18, 14, 13, 0) 70%);
  pointer-events: none;
  z-index: -1; color: #1a1a2e;}
.h49e1b_1d76{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h29ab134e38{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mb97a582f{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
}
.tfb4f4148{
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--primary-color, #D13F1A), var(--secondary-color, #F0562D));
  border-radius: var(--radius-sm, 6px);
  margin-right: 12px;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.4)); color: #1a1a2e;}
.y16cf1ccb{
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color, #FDFBFA);
  letter-spacing: 0.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: auto;
}
.jbed966da{
  width: 100%;
  max-width: 400px;
  text-align: center;
  color: var(--text-muted, #9E9390);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.g8af__152a{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.06));
  margin-top: 48px;
  margin-bottom: 32px; color: #1a1a2e;}
.d057e88c093{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.b8b9ee_0881{
  width: auto;
  font-size: 14px;
  color: var(--text-muted, #9E9390);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: center;
}
@media (max-width: 768px){.raa13a90e27{
    padding-top: 60px;
    padding-bottom: 32px;
  }
.g8af__152a{
    margin-top: 32px;
    margin-bottom: 24px;
  }
.jbed966da{
    font-size: 14px;
  }}
.h665__d3eb{box-sizing:border-box;}
.ee373e_5fb9{box-sizing:border-box;}
.q8e8c5_d427{box-sizing:border-box;}