:root {

  --req-bg-color: var(--page-bg-color, #FAF7F2);
  --req-text-color: var(--page-text-color, #2D2422);
  --req-primary-color: var(--page-primary-color, #E85022);
  --req-secondary-color: var(--page-secondary-color, #F2A900);
  --req-border-color: var(--page-border-color, #2D2422);
  --req-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --primary-color: hsl(167, 83%, 61%);
  --secondary-color: hsl(302, 66%, 61%);
  --bg-color: hsl(167, 8%, 96%);
  --text-color: hsl(167, 10%, 11%);
  --text-muted: hsl(167, 5%, 40%);
  --border-color: hsla(167, 10%, 11%, 0.1);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow-md: 4px 4px 0px rgba(0, 0, 0, 0.08);
  --shadow-lg: 8px 8px 0px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --max-width: min(1280px, 94vw);
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --nav-link-hover: var(--primary-color);
  --btn-text: #ffffff;
  --btn-text-dark: var(--text-color);
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.r9c314342.rfaa91b969.ra4d367dbc{
    background-color: var(--primary-color);
    color: var(--text-color);
    font-family: var(--req-font-sans);
    line-height: 1.6;
    padding-bottom: 4rem;
    box-sizing: border-box;
    }
div.r9c314342.rfaa91b969.ra4d367dbc *{
    box-sizing: border-box;
    }
div.r9c314342.rfaa91b969 .e26d35_js6r{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 55vh;
    border-bottom: 3px solid var(--req-border-color);
    }
div.r9c314342.rfaa91b969 .fc67c5_0d{
    padding: 6rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-right: 3px solid var(--req-border-color);
    }
div.r9c314342.rfaa91b969 .df64065ac{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    }
div.r9c314342.rfaa91b969 .vcc0a93_b0c9{
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 90%;
    color: var(--text-color);
    }
div.r9c314342.rfaa91b969 .w9e7f3_lzm{
    font-size: 0.9rem;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 0.25rem 0.75rem;
    border: 2px solid var(--req-border-color);
    margin-bottom: 3rem;
    display: inline-block; color: #1a1a2e;}
div.r9c314342.rfaa91b969 .fcdilm9sa6d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border: 2px solid var(--req-border-color);
    box-shadow: 6px 6px 0 var(--req-border-color);
    transition: all 0.2s ease;
    text-transform: uppercase;
    }
div.r9c314342.rfaa91b969 .fcdilm9sa6d:hover{
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--req-border-color);
    color: #FFFFFF;
    }
div.r9c314342.rfaa91b969 .m6cpjc8xzmgh{position: relative;
    overflow: hidden;
    background-color: var(--primary-color); isolation: isolate; color: #1a1a2e;}
div.r9c314342.rfaa91b969 .m6cpjc8xzmgh img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: contrast(1.1) saturate(1.1);
    }
div.r9c314342.rfaa91b969 .vdf3247db6{
    display: grid;
    grid-template-columns: 250px 1fr;
    max-width: 1440px;
    margin: 0 auto;
    border-left: 3px solid var(--req-border-color);
    border-right: 3px solid var(--req-border-color);
    }
div.r9c314342.rfaa91b969 .kc1e003{
    border-right: 3px solid var(--req-border-color);
    padding: 3rem 2rem;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: var(--primary-color); color: #1a1a2e;}
div.r9c314342.rfaa91b969 .kc1e003 h3{
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    color: var(--text-color);
    }
div.r9c314342.rfaa91b969 .kc1e003 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.r9c314342.rfaa91b969 .kc1e003 li{
    margin-bottom: 1rem;
    }
div.r9c314342.rfaa91b969 .kc1e003 a{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
    }
div.r9c314342.rfaa91b969 .kc1e003 a:hover{
    border-bottom-color: inherit;
    }
div.r9c314342.rfaa91b969 .fbipydqmfeci{
    padding: 0;
    }
div.r9c314342.rfaa91b969 .ef6115_29{
    padding: 4rem;
    border-bottom: 3px solid var(--req-border-color);
    }
div.r9c314342.rfaa91b969 .n418l9ofy80m{
    margin-bottom: 3rem;
    }
div.r9c314342.rfaa91b969 .ef6115_29 h2{
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
    font-weight: 800;
    }
div.r9c314342.rfaa91b969 .ef6115_29 p{
    font-size: 1.1rem;
    max-width: 800px;
    margin-bottom: 2rem;
    }
div.r9c314342.rfaa91b969 .n5e25f60_zva{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    }
div.r9c314342.rfaa91b969 .nd7f__427{
    background-color: #FFFFFF;
    border: 2px solid var(--req-border-color);
    padding: 1.5rem;
    box-shadow: 4px 4px 0 var(--req-border-color);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.r9c314342.rfaa91b969 .nd7f__427 h4{
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: var(--text-color);
    text-transform: uppercase;
    }
div.r9c314342.rfaa91b969 .nd7f__427 p{
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    }
div.r9c314342.rfaa91b969 .o9907441_y3s{
    background-color: var(--primary-color);
    padding: 3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid var(--req-border-color); color: #1a1a2e;}
div.r9c314342.rfaa91b969 .g1922__f6f60 h3{
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    }
div.r9c314342.rfaa91b969 .xd2413b{
    color: var(--text-color);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    }
div.r9c314342.rfaa91b969 .xd2413b:hover{
    color: var(--text-color);
    }
div.r9c314342.rfaa91b969 .q4a20e_a1e8{
    padding: 4rem;
    text-align: center;
    background-color: var(--primary-color);
    border-top: 3px solid var(--req-border-color); color: #1a1a2e;}
div.r9c314342.rfaa91b969 .a5c6__57cd{
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    }
div.r9c314342.rfaa91b969 .g04eae776{
    font-size: 1rem;
    color: var(--text-color);
    opacity: 0.8;
    }
@media (max-width: 1200px) {div.r9c314342.rfaa91b969 .n5e25f60_zva{
    grid-template-columns: repeat(2, 1fr);
    }
div.r9c314342.rfaa91b969 .fc67c5_0d{
    padding: 4rem 2rem;
    }
div.r9c314342.rfaa91b969 .df64065ac{
    font-size: 2.8rem;
    }}
@media (max-width: 992px) {div.r9c314342.rfaa91b969 .e26d35_js6r{
    grid-template-columns: 1fr;
    min-height: auto;
    }
div.r9c314342.rfaa91b969 .fc67c5_0d{
    border-right: none;
    border-bottom: 3px solid var(--req-border-color);
    }
div.r9c314342.rfaa91b969 .m6cpjc8xzmgh{
    height: 300px;
    }
div.r9c314342.rfaa91b969 .vdf3247db6{
    grid-template-columns: 1fr;
    border-left: none;
    border-right: none;
    }
div.r9c314342.rfaa91b969 .kc1e003{
    height: auto;
    position: relative;
    border-right: none;
    border-bottom: 3px solid var(--req-border-color);
    padding: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    overflow-x: auto;
    }
div.r9c314342.rfaa91b969 .kc1e003 ul{
    display: flex;
    gap: 1.5rem;
    }
div.r9c314342.rfaa91b969 .kc1e003 li{
    margin-bottom: 0;
    white-space: nowrap;
    }
div.r9c314342.rfaa91b969 .ef6115_29{
    padding: 3rem 2rem;
    }
div.r9c314342.rfaa91b969 .o9907441_y3s{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    }}
@media (max-width: 576px) {div.r9c314342.rfaa91b969 .n5e25f60_zva{
    grid-template-columns: 1fr;
    }
div.r9c314342.rfaa91b969 .df64065ac{
    font-size: 2.2rem;
    }
div.r9c314342.rfaa91b969 .ef6115_29 h2{
    font-size: 2rem;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.ndb00__09b61{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.x1b177a{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.e4q5590yot{
    display: flex;
    align-items: center;
    }
.le390bc{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-color);
    letter-spacing: -1px;
    border: 3px solid var(--text-color);
    padding: 2px 10px;
    transition: var(--transition);
    }
.le390bc:hover{
    background-color: var(--text-color);
    color: var(--bg-color);
    }
.rfin4i29ve{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.znj17ataw4{
    display: flex;
    list-style: none;
    gap: 32px;
    }
.k559cbe_ou{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.k559cbe_ou:hover, .k559cbe_ou.uddbe11_c9a0{
    color: var(--text-color);
    }
.k559cbe_ou::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.k559cbe_ou:hover::after, .k559cbe_ou.uddbe11_c9a0::after{
    width: 100%;
    }
.k0736a_6f2s{
    background-color: var(--primary-color);
    color: var(--btn-text-dark); 
    text-decoration: none;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    }
.k0736a_6f2s:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.k0736a_6f2s:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.lbwcar4uilml{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.gg3nm0bkx{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.gg3nm0bkx::before, .gg3nm0bkx::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.gg3nm0bkx::before{ top: -8px; }
.gg3nm0bkx::after{ bottom: -8px; }
@media (max-width: 1024px){.znj17ataw4 {
    gap: 20px;
    }
.rfin4i29ve {
    gap: 20px;
    }}
@media (max-width: 768px){.lbwcar4uilml{
    display: block;
    }
.rfin4i29ve{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    border-bottom: 2px solid var(--border-color);
    display: none; color: #1a1a2e;}
.x1b177a:hover .rfin4i29ve{
    display: flex;
    }
.znj17ataw4{
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.e527d2_27{
    width: 100%;
    text-align: center;
    }
.k0736a_6f2s{
    width: 100%;
    text-align: center;
    }}
.uddbe11_c9a0.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.k559cbe_ou.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.g2a1597_pcg{box-sizing:border-box;}
.k559cbe_ou.active {color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.uddbe11_c9a0.active {color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.k3754e452b{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.ll1jaqlqic{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.y3a94__424{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    width: 100%;
    }
.u0ai0crhf{
    flex: 2;
    min-width: 280px;
    }
.f9cd3930_e1{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    }
.s45675ccad{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 320px;
    }
.c2b4dae_5g{
    display: flex;
    gap: 12px;
    }
.z8ebf__215d6{
    width: 32px;
    height: 32px;
    background-color: var(--border-color);
    border-radius: var(--radius-sm); color: #ffffff;}
.d6c93__eaf0{
    flex: 2;
    display: flex;
    gap: 40px;
    min-width: 280px;
    }
.e8c2__aa39{
    flex: 1;
    display: flex;
    flex-direction: column;
    }
.y9e7f1c_p0{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    }
.h5aij611{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.h5aij611:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.g7pciciw1{
    flex: 1.5;
    min-width: 260px;
    }
.e37243_muwk{
    background-color: #ffffff;
    padding: 24px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
.u4f081_a38{
    font-size: 10px;
    font-weight: 900;
    padding: 2px 8px;
    background-color: var(--secondary-color);
    color: #1a1a2e;
    margin-bottom: 12px;
    }
.hz3xcf9nk3zw{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 20px;
    }
.k276__2214{
    background-color: var(--primary-color);
    color: var(--btn-text-dark);
    text-decoration: none;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 4px 4px 0px var(--text-color);
    transition: var(--transition);
    width: 100%;
    text-align: center;
    border: 1px solid var(--text-color);
    }
.k276__2214:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color);
    }
.edbc71_2qu{
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.wwulhgms24n{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    }
.xb82bd1c6{
    display: flex;
    align-items: center;
    gap: 12px;
    }
.raf0f7_2l{
    font-size: 14px;
    color: var(--text-muted);
    }
.v865211a9{
    color: var(--border-color);
    font-size: 12px;
    }
.bxivb41xul{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.bxivb41xul:hover{
    color: var(--text-color);
    }
.snc15enqsgr{
    display: flex;
    }
.j92f7455_9l55{
    font-size: 13px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.k3754e452b{
    padding-top: 40px;
    }
.y3a94__424{
    flex-direction: column;
    gap: 32px;
    }
.u0ai0crhf{
    width: 100%;
    }
.d6c93__eaf0{
    width: 100%;
    gap: 20px;
    }
.g7pciciw1{
    width: 100%;
    }
.wwulhgms24n{
    flex-direction: column;
    align-items: flex-start;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.r9c314342 img.m8e565_d79b {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.r9c314342 img.m8e565_d79b.u241d4d20 { aspect-ratio: 16 / 9; }
div.r9c314342 img.m8e565_d79b.df050d6c805 { aspect-ratio: 16 / 10; }
div.r9c314342 img.m8e565_d79b.sd9ae07bab8 { aspect-ratio: 4 / 3; }
div.r9c314342 img.m8e565_d79b.a52d885a4 { aspect-ratio: 1 / 1; }
div.r9c314342 :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.r9c314342 .obc80836f {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.r9c314342 .obc80836f.u241d4d20 { aspect-ratio: 16 / 9; }
div.r9c314342 .obc80836f.df050d6c805 { aspect-ratio: 16 / 10; }
div.r9c314342 .obc80836f.sd9ae07bab8 { aspect-ratio: 4 / 3; }
div.r9c314342 .obc80836f.a52d885a4 { aspect-ratio: 1 / 1; }
div.r9c314342 .obc80836f > img.m8e565_d79b,
    div.r9c314342 .obc80836f > picture > img.m8e565_d79b {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.r9c314342.rfaa91b969 .fcdilm9sa6d a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.r9c314342.rfaa91b969 .fcdilm9sa6d a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.r9c314342.rfaa91b969 .fcdilm9sa6d a:not([class]):hover{opacity:0.92;}
div.r9c314342.rfaa91b969 .fcdilm9sa6d a[class=""]:hover{opacity:0.92;}
div.r9c314342.rfaa91b969 .fcdilm9sa6d a:not([class]):visited{color:#ffffff !important;}
div.r9c314342.rfaa91b969 .fcdilm9sa6d a[class=""]:visited{color:#ffffff !important;}
.z0f1e2_d62d {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.z0f1e2_d62d > :first-child,
    .z0f1e2_d62d > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.ndb00__09b61{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.x1b177a{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.e4q5590yot{
    display: flex;
    align-items: center;
    }
.le390bc{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-color);
    letter-spacing: -1px;
    border: 3px solid var(--text-color);
    padding: 2px 10px;
    transition: var(--transition);
    }
.le390bc:hover{
    background-color: var(--text-color);
    color: var(--bg-color);
    }
.rfin4i29ve{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.znj17ataw4{
    display: flex;
    list-style: none;
    gap: 32px;
    }
.k559cbe_ou{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.k559cbe_ou:hover, .k559cbe_ou.uddbe11_c9a0{
    color: var(--text-color);
    }
.k559cbe_ou::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.k559cbe_ou:hover::after, .k559cbe_ou.uddbe11_c9a0::after{
    width: 100%;
    }
.k0736a_6f2s{
    background-color: var(--primary-color);
    color: var(--btn-text-dark); 
    text-decoration: none;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    }
.k0736a_6f2s:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.k0736a_6f2s:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.lbwcar4uilml{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.gg3nm0bkx{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.gg3nm0bkx::before, .gg3nm0bkx::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.gg3nm0bkx::before{ top: -8px; }
.gg3nm0bkx::after{ bottom: -8px; }
@media (max-width: 1024px){.znj17ataw4 {
    gap: 20px;
    }
.rfin4i29ve {
    gap: 20px;
    }}
@media (max-width: 768px){.lbwcar4uilml{
    display: block;
    }
.rfin4i29ve{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    border-bottom: 2px solid var(--border-color);
    display: none; color: #1a1a2e;}
.x1b177a:hover .rfin4i29ve{
    display: flex;
    }
.znj17ataw4{
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.e527d2_27{
    width: 100%;
    text-align: center;
    }
.k0736a_6f2s{
    width: 100%;
    text-align: center;
    }}
.uddbe11_c9a0.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.k559cbe_ou.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.g2a1597_pcg{box-sizing:border-box;}
.k559cbe_ou.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.uddbe11_c9a0.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.k3754e452b{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.ll1jaqlqic{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.y3a94__424{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    width: 100%;
    }
.u0ai0crhf{
    flex: 2;
    min-width: 280px;
    }
.f9cd3930_e1{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    }
.s45675ccad{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 320px;
    }
.c2b4dae_5g{
    display: flex;
    gap: 12px;
    }
.z8ebf__215d6{
    width: 32px;
    height: 32px;
    background-color: var(--border-color);
    border-radius: var(--radius-sm); color: #ffffff;}
.d6c93__eaf0{
    flex: 2;
    display: flex;
    gap: 40px;
    min-width: 280px;
    }
.e8c2__aa39{
    flex: 1;
    display: flex;
    flex-direction: column;
    }
.y9e7f1c_p0{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    }
.h5aij611{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.h5aij611:hover{
    color: var(--primary-color);
    transform: translateX(4px);
    }
.g7pciciw1{
    flex: 1.5;
    min-width: 260px;
    }
.e37243_muwk{
    background-color: #ffffff;
    padding: 24px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
.u4f081_a38{
    font-size: 10px;
    font-weight: 900;
    padding: 2px 8px;
    background-color: var(--secondary-color);
    color: #1a1a2e;
    margin-bottom: 12px;
    }
.hz3xcf9nk3zw{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 20px;
    }
.k276__2214{
    background-color: var(--primary-color);
    color: var(--btn-text-dark);
    text-decoration: none;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 4px 4px 0px var(--text-color);
    transition: var(--transition);
    width: 100%;
    text-align: center;
    border: 1px solid var(--text-color);
    }
.k276__2214:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color);
    }
.edbc71_2qu{
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.wwulhgms24n{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    }
.xb82bd1c6{
    display: flex;
    align-items: center;
    gap: 12px;
    }
.raf0f7_2l{
    font-size: 14px;
    color: var(--text-muted);
    }
.v865211a9{
    color: var(--border-color);
    font-size: 12px;
    }
.bxivb41xul{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.bxivb41xul:hover{
    color: var(--text-color);
    }
.snc15enqsgr{
    display: flex;
    }
.j92f7455_9l55{
    font-size: 13px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.k3754e452b{
    padding-top: 40px;
    }
.y3a94__424{
    flex-direction: column;
    gap: 32px;
    }
.u0ai0crhf{
    width: 100%;
    }
.d6c93__eaf0{
    width: 100%;
    gap: 20px;
    }
.g7pciciw1{
    width: 100%;
    }
.wwulhgms24n{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.ndb00__09b61{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.x1b177a{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.e4q5590yot{
  display: flex;
  align-items: center;
}
.le390bc{
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-color);
  letter-spacing: -1px;
  border: 3px solid var(--text-color);
  padding: 2px 10px;
  transition: var(--transition);
}
.le390bc:hover{
  background-color: var(--text-color);
  color: var(--bg-color);
}
.rfin4i29ve{
  display: flex;
  align-items: center;
  gap: 40px;
}
.znj17ataw4{
  display: flex;
  list-style: none;
  gap: 32px;
}
.k559cbe_ou{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 600;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.k559cbe_ou:hover, .k559cbe_ou.uddbe11_c9a0{
  color: var(--text-color);
}
.k559cbe_ou::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.k559cbe_ou:hover::after, .k559cbe_ou.uddbe11_c9a0::after{
  width: 100%;
}
.k0736a_6f2s{
  background-color: var(--primary-color);
  color: var(--btn-text-dark); 
  text-decoration: none;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-block;
}
.k0736a_6f2s:hover{
  background-color: var(--secondary-color);
  color: #1a1a2e;
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
}
.k0736a_6f2s:active{
  transform: translate(0, 0);
  box-shadow: none;
}
.lbwcar4uilml{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.gg3nm0bkx{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.gg3nm0bkx::before, .gg3nm0bkx::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.gg3nm0bkx::before{ top: -8px; }
.gg3nm0bkx::after{ bottom: -8px; }
@media (max-width: 1024px){.znj17ataw4 {
    gap: 20px;
  }
.rfin4i29ve {
    gap: 20px;
  }}
@media (max-width: 768px){.lbwcar4uilml{
    display: block;
  }
.rfin4i29ve{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    border-bottom: 2px solid var(--border-color);
    display: none; color: #1a1a2e;}
.x1b177a:hover .rfin4i29ve{
    display: flex;
  }
.znj17ataw4{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.e527d2_27{
    width: 100%;
    text-align: center;
  }
.k0736a_6f2s{
    width: 100%;
    text-align: center;
  }}
.uddbe11_c9a0.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.k559cbe_ou.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.g2a1597_pcg{box-sizing:border-box;}
.k559cbe_ou.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.uddbe11_c9a0.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.l190511db{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.a555bd57d{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ee8025_3f58{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    width: 100%;
}
.edc7fc97ea0{
    flex: 2;
    min-width: 280px;
}
.c2764be3191{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.maf9bd50b6d{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 24px;
    max-width: 320px;
}
.c0cc4e_acd0{
    display: flex;
    gap: 12px;
}
.g6823a_b4ad{
    width: 32px;
    height: 32px;
    background-color: var(--border-color);
    border-radius: var(--radius-sm); color: #ffffff;}
.qcbf4d_9b19{
    flex: 2;
    display: flex;
    gap: 40px;
    min-width: 280px;
}
.sfb141_d1e9{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.z976d1ab1{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
}
.ra596c_04eb{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
}
.ra596c_04eb:hover{
    color: var(--primary-color);
    transform: translateX(4px);
}
.jfe77342d{
    flex: 1.5;
    min-width: 260px;
}
.ye0fa6_e4d5{
    background-color: #ffffff;
    padding: 24px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
.h37c__b500{
    font-size: 10px;
    font-weight: 900;
    padding: 2px 8px;
    background-color: var(--secondary-color);
    color: #1a1a2e;
    margin-bottom: 12px;
}
.j9561e_a538{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 20px;
}
.x84a0c1ef{
    background-color: var(--primary-color);
    color: var(--btn-text-dark);
    text-decoration: none;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 4px 4px 0px var(--text-color);
    transition: var(--transition);
    width: 100%;
    text-align: center;
    border: 1px solid var(--text-color);
}
.x84a0c1ef:hover{
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px var(--text-color);
}
.p1e8c3_94a7{
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.t71fdd7cf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.d781a7_3fb3{
    display: flex;
    align-items: center;
    gap: 12px;
}
.cdbd30_8949{
    font-size: 14px;
    color: var(--text-muted);
}
.rdc6df0d127{
    color: var(--border-color);
    font-size: 12px;
}
.z4b5__1f88{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
}
.z4b5__1f88:hover{
    color: var(--text-color);
}
.fde9b5a03{
    display: flex;
}
.y27d4f671ec{
    font-size: 13px;
    color: var(--text-muted);
}
@media (max-width: 768px){.l190511db{
        padding-top: 40px;
    }
.ee8025_3f58{
        flex-direction: column;
        gap: 32px;
    }
.edc7fc97ea0{
        width: 100%;
    }
.qcbf4d_9b19{
        width: 100%;
        gap: 20px;
    }
.jfe77342d{
        width: 100%;
    }
.t71fdd7cf{
        flex-direction: column;
        align-items: flex-start;
    }}
.ufa923_62f6{box-sizing:border-box;}
.p8e8dc3a9{box-sizing:border-box;}
.q3e26dce7{display:block;max-width:100%;height:auto;}
.hc2d__3742{box-sizing:border-box;}
.hcaefc_fccf{box-sizing:border-box;}
@media (max-width: 768px) {div.r9c314342.rfaa91b969 .o9907441_y3s { 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; }
.wwulhgms24n { 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; }}