:root {

  --faq-bg-color: #111511;
  --faq-surface-color: #1c241c;
  --faq-surface-hover: #253125;
  --faq-text-primary: #ecfdf0;
  --faq-text-secondary: #a3b8a3;
  --faq-accent-main: hsl(123, 80%, 59%);
  --faq-accent-sub: hsl(161, 64%, 59%);
  --faq-border-color: rgba(77, 237, 77, 0.15);
  --faq-radius-lg: 24px;
  --faq-radius-md: 12px;
  --faq-spacing-base: 1.5rem;
  --primary-color: #c0392b;
  --secondary-color: #922b21;
  --bg-color: #121212;
  --text-color: #ffffff;
  --text-muted: #a0a0a0;
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 9999px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.5);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(18, 18, 18, 0.85);
  --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.x8672d_7aa2.v3e42__cfb89.w7d4b9__f8f6{
    background-color: var(--faq-bg-color, #111511);
    color: var(--faq-text-primary, #ecfdf0);
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    min-height: 100vh;
    padding-top: 80px; 
    box-sizing: border-box;
    }
div.x8672d_7aa2.v3e42__cfb89 .yc1ec86973d{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .vd833b34b4{
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--faq-border-color);
    margin-bottom: 3rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .vd833b34b4 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    background: linear-gradient(to right, var(--faq-text-primary), var(--faq-accent-sub));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em; color: #1a1a2e;}
div.x8672d_7aa2.v3e42__cfb89 .vd833b34b4 p{
    font-size: 1.25rem;
    color: var(--faq-text-secondary);
    max-width: 700px;
    margin: 0 0 2rem 0;
    line-height: 1.6;
    }
div.x8672d_7aa2.v3e42__cfb89 .o8biufhfmw{
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .mf2a4598d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background-color: var(--faq-accent-main);
    color: #000; 
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 20px rgba(77, 237, 77, 0.3);
    }
div.x8672d_7aa2.v3e42__cfb89 .mf2a4598d:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(77, 237, 77, 0.4);
    }
div.x8672d_7aa2.v3e42__cfb89 .qa68af_c1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .bkzmfq92{
    background-color: var(--faq-surface-color);
    border-radius: var(--faq-radius-lg);
    padding: 2.5rem;
    border: 1px solid var(--faq-border-color);
    transition: background-color 0.3s ease; color: #ffffff;}
div.x8672d_7aa2.v3e42__cfb89 .bkzmfq92:hover{
    background-color: var(--faq-surface-hover); color: #ffffff;}
div.x8672d_7aa2.v3e42__cfb89 .bkzmfq92 h2{
    font-size: 1.8rem;
    margin: 0 0 1.5rem 0;
    color: var(--faq-text-primary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .bkzmfq92 h2::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--faq-accent-main);
    border-radius: 50%; color: #1a1a2e;}
div.x8672d_7aa2.v3e42__cfb89 details.rmrjapu780f8{
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 1rem;
    }
div.x8672d_7aa2.v3e42__cfb89 details.rmrjapu780f8:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
div.x8672d_7aa2.v3e42__cfb89 summary.f7631a0{
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0;
    list-style: none;
    position: relative;
    padding-right: 2rem;
    color: var(--faq-text-primary);
    transition: color 0.2s ease;
    }
div.x8672d_7aa2.v3e42__cfb89 summary.f7631a0::-webkit-details-marker{
    display: none;
    }
div.x8672d_7aa2.v3e42__cfb89 summary.f7631a0::after{
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--faq-accent-main);
    transition: transform 0.3s ease;
    }
div.x8672d_7aa2.v3e42__cfb89 details[open] summary.f7631a0::after{
    transform: translateY(-50%) rotate(45deg);
    }
div.x8672d_7aa2.v3e42__cfb89 details[open] summary.f7631a0{
    color: var(--faq-accent-main);
    }
div.x8672d_7aa2.v3e42__cfb89 .xs16xjop5ma0{
    padding: 1rem 0 0.5rem;
    color: var(--faq-text-secondary);
    line-height: 1.7;
    font-size: 0.95rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .rb51b0__b34{
    margin: 4rem 0;
    border-radius: var(--faq-radius-lg);
    overflow: hidden;
    background-color: var(--faq-surface-color);
    border: 1px solid var(--faq-border-color);
    display: flex;
    flex-direction: column; color: #ffffff;}
@media (min-width: 768px) {div.x8672d_7aa2.v3e42__cfb89 .rb51b0__b34{
    flex-direction: row;
    align-items: center;
    }}
div.x8672d_7aa2.v3e42__cfb89 .rd48715{
    padding: 3rem;
    flex: 1;
    }
div.x8672d_7aa2.v3e42__cfb89 .rd48715 h3{
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    }
div.x8672d_7aa2.v3e42__cfb89 .rd48715 p{
    color: var(--faq-text-secondary);
    margin-bottom: 1.5rem;
    }
div.x8672d_7aa2.v3e42__cfb89 .szq57rq9zg1i{
    flex: 1;
    position: relative;
    min-height: 300px;
    }
div.x8672d_7aa2.v3e42__cfb89 .cd7729b2_no8{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    display: block;
    }
div.x8672d_7aa2.v3e42__cfb89 .e8625_eb{
    color: var(--faq-accent-sub);
    text-decoration: none;
    border-bottom: 1px dashed var(--faq-accent-sub);
    transition: color 0.2s, border-bottom-color 0.2s;
    }
div.x8672d_7aa2.v3e42__cfb89 .e8625_eb:hover{
    color: var(--faq-accent-main);
    border-bottom-color: var(--faq-accent-main);
    }
div.x8672d_7aa2.v3e42__cfb89 .c4feead55{
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid var(--faq-border-color);
    color: var(--faq-text-secondary);
    font-size: 0.9rem;
    margin-top: 4rem;
    }
@media (max-width: 768px) {div.x8672d_7aa2.v3e42__cfb89 .qa68af_c1{
    grid-template-columns: 1fr;
    }
div.x8672d_7aa2.v3e42__cfb89 .vd833b34b4 h1{
    font-size: 2.5rem;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.jadd2cc2d88{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color); color: #ffffff;}
.h775d3cf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    }
.d777f4_0gqc{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    z-index: 1010;
    transition: opacity 0.2s ease;
    }
.d777f4_0gqc:hover{
    opacity: 0.8;
    }
.r237a2edbb1{
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.15rem;
    box-shadow: var(--shadow-sm);
    }
.gc86__0303{
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    }
.p831a33f_i3q6{
    display: none;
    }
.h091__08d8{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.j176bb_ej{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    }
.j176bb_ej:hover{
    color: var(--text-color);
    }
.k7dd5a__26c{
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1010;
    }
.j4799_5a{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.j4799_5a:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.hc7d__f2b9{
    display: inline-flex;
    }
.u2cc48__74b2{
    display: none;
    cursor: pointer;
    color: var(--text-color);
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.u2cc48__74b2:hover{
    background-color: var(--border-color); color: #1a1a2e;}
.q0ae__d836{ display: block; }
.v56e__d8c7{ display: none; }
.i4b6c7_bvo{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    border-bottom-left-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    
    padding: 24px calc((100vw - var(--max-width)) / 2);
    display: flex;
    flex-direction: column;
    gap: 32px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition);
    z-index: 990;
    box-shadow: var(--shadow-lg); color: #ffffff;}
.r034__e1f8{
    display: flex;
    flex-direction: column;
    gap: 8px;
    }
.mobile-link{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
    }
.mobile-link:hover{
    color: var(--text-color);
    padding-left: 8px;
    }
.zba8__8ba8{
    display: flex;
    flex-direction: column;
    }
.mobile-cta{
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    }
@media (max-width: 860px){.h091__08d8 { display: none; }
.hc7d__f2b9 { display: none; }
.u2cc48__74b2 { display: block; }
.p831a33f_i3q6:checked ~ .k7dd5a__26c .q0ae__d836 {
    display: none;
    }
.p831a33f_i3q6:checked ~ .k7dd5a__26c .v56e__d8c7 {
    display: block;
    }
.p831a33f_i3q6:checked ~ .i4b6c7_bvo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }}
@media (min-width: 861px){.i4b6c7_bvo { display: none !important; }}
@media (max-width: 1200px){.i4b6c7_bvo {
    padding-left: 4vw;
    padding-right: 4vw;
    }}
.g3d194__b3a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--bg-color, #121212);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box; color: #ffffff;}
.hzl7nhp6ykz{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--max-width, 1200px);
    box-sizing: border-box;
    }
.r8b941_020f{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.lb8xvk0qmm{
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    box-sizing: border-box;
    }
.tce1c5_hse{
    color: var(--text-color, #ffffff);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    }
.rnfdqmh4{
    color: var(--text-muted, #a0a0a0);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    }
.e0799__32e{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    box-sizing: border-box;
    }
.d0eab0dcc2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, #c0392b);
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: var(--radius-lg, 9999px);
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.2));
    box-sizing: border-box;
    }
.d0eab0dcc2:hover{
    background-color: var(--secondary-color, #922b21);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.3)); color: #ffffff;}
.sc153_d2ba{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 32px;
    box-sizing: border-box; color: #1a1a2e;}
.qf1a937a_2s6k{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    }
.gaee6e0{
    display: flex;
    flex: 1;
    color: var(--text-muted, #a0a0a0);
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    }
.d66813_np{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    width: auto;
    box-sizing: border-box;
    }
.f7fsic2p0jl{
    color: var(--text-muted, #a0a0a0);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.f7fsic2p0jl:hover{
    color: var(--text-color, #ffffff);
    }
@media (max-width: 768px){.g3d194__b3a{
    padding-top: 56px;
    padding-bottom: 32px;
    }
.r8b941_020f{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
    }
.lb8xvk0qmm{
    flex: none;
    width: 100%;
    }
.e0799__32e{
    width: 100%;
    }
.d0eab0dcc2{
    width: 100%;
    }
.qf1a937a_2s6k{
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    }
.gaee6e0{
    flex: none;
    width: 100%;
    justify-content: center;
    text-align: center;
    }
.d66813_np{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.x8672d_7aa2 img.qaa0fef5f {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.x8672d_7aa2 img.qaa0fef5f.oa49ac6d1d5 { aspect-ratio: 16 / 9; }
div.x8672d_7aa2 img.qaa0fef5f.qd2c0b2922a { aspect-ratio: 16 / 10; }
div.x8672d_7aa2 img.qaa0fef5f.y57a02f1616 { aspect-ratio: 4 / 3; }
div.x8672d_7aa2 img.qaa0fef5f.xa9f__dc15 { aspect-ratio: 1 / 1; }
div.x8672d_7aa2 :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.x8672d_7aa2 .bd49da78af9 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.x8672d_7aa2 .bd49da78af9.oa49ac6d1d5 { aspect-ratio: 16 / 9; }
div.x8672d_7aa2 .bd49da78af9.qd2c0b2922a { aspect-ratio: 16 / 10; }
div.x8672d_7aa2 .bd49da78af9.y57a02f1616 { aspect-ratio: 4 / 3; }
div.x8672d_7aa2 .bd49da78af9.xa9f__dc15 { aspect-ratio: 1 / 1; }
div.x8672d_7aa2 .bd49da78af9 > img.qaa0fef5f,
    div.x8672d_7aa2 .bd49da78af9 > picture > img.qaa0fef5f {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.de59__4803 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.de59__4803 > :first-child,
    .de59__4803 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.jadd2cc2d88{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color); color: #ffffff;}
.h775d3cf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    }
.d777f4_0gqc{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    z-index: 1010;
    transition: opacity 0.2s ease;
    }
.d777f4_0gqc:hover{
    opacity: 0.8;
    }
.r237a2edbb1{
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.15rem;
    box-shadow: var(--shadow-sm);
    }
.gc86__0303{
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    }
.p831a33f_i3q6{
    display: none;
    }
.h091__08d8{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.j176bb_ej{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    }
.j176bb_ej:hover{
    color: var(--text-color);
    }
.k7dd5a__26c{
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1010;
    }
.j4799_5a{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.j4799_5a:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.hc7d__f2b9{
    display: inline-flex;
    }
.u2cc48__74b2{
    display: none;
    cursor: pointer;
    color: var(--text-color);
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.u2cc48__74b2:hover{
    background-color: var(--border-color); color: #1a1a2e;}
.q0ae__d836{ display: block; }
.v56e__d8c7{ display: none; }
.i4b6c7_bvo{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    border-bottom-left-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    
    padding: 24px calc((100vw - var(--max-width)) / 2);
    display: flex;
    flex-direction: column;
    gap: 32px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition);
    z-index: 990;
    box-shadow: var(--shadow-lg); color: #ffffff;}
.r034__e1f8{
    display: flex;
    flex-direction: column;
    gap: 8px;
    }
.mobile-link{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
    }
.mobile-link:hover{
    color: var(--text-color);
    padding-left: 8px;
    }
.zba8__8ba8{
    display: flex;
    flex-direction: column;
    }
.mobile-cta{
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    }
@media (max-width: 860px){.h091__08d8 { display: none; }
.hc7d__f2b9 { display: none; }
.u2cc48__74b2 { display: block; }
.p831a33f_i3q6:checked ~ .k7dd5a__26c .q0ae__d836 {
    display: none;
    }
.p831a33f_i3q6:checked ~ .k7dd5a__26c .v56e__d8c7 {
    display: block;
    }
.p831a33f_i3q6:checked ~ .i4b6c7_bvo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }}
@media (min-width: 861px){.i4b6c7_bvo { display: none !important; }}
@media (max-width: 1200px){.i4b6c7_bvo {
    padding-left: 4vw;
    padding-right: 4vw;
    }}
.g3d194__b3a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: var(--bg-color, #121212);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box; color: #ffffff;}
.hzl7nhp6ykz{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--max-width, 1200px);
    box-sizing: border-box;
    }
.r8b941_020f{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
    box-sizing: border-box;
    }
.lb8xvk0qmm{
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    box-sizing: border-box;
    }
.tce1c5_hse{
    color: var(--text-color, #ffffff);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    }
.rnfdqmh4{
    color: var(--text-muted, #a0a0a0);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    }
.e0799__32e{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    box-sizing: border-box;
    }
.d0eab0dcc2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, #c0392b);
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: var(--radius-lg, 9999px);
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.2));
    box-sizing: border-box;
    }
.d0eab0dcc2:hover{
    background-color: var(--secondary-color, #922b21);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.3)); color: #ffffff;}
.sc153_d2ba{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 32px;
    box-sizing: border-box; color: #1a1a2e;}
.qf1a937a_2s6k{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    }
.gaee6e0{
    display: flex;
    flex: 1;
    color: var(--text-muted, #a0a0a0);
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    }
.d66813_np{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    width: auto;
    box-sizing: border-box;
    }
.f7fsic2p0jl{
    color: var(--text-muted, #a0a0a0);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.f7fsic2p0jl:hover{
    color: var(--text-color, #ffffff);
    }
@media (max-width: 768px){.g3d194__b3a{
    padding-top: 56px;
    padding-bottom: 32px;
    }
.r8b941_020f{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
    }
.lb8xvk0qmm{
    flex: none;
    width: 100%;
    }
.e0799__32e{
    width: 100%;
    }
.d0eab0dcc2{
    width: 100%;
    }
.qf1a937a_2s6k{
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    }
.gaee6e0{
    flex: none;
    width: 100%;
    justify-content: center;
    text-align: center;
    }
.d66813_np{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.jadd2cc2d88{
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color); color: #ffffff;}
.h775d3cf{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
}
.d777f4_0gqc{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color);
  z-index: 1010;
  transition: opacity 0.2s ease;
}
.d777f4_0gqc:hover{
  opacity: 0.8;
}
.r237a2edbb1{
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.15rem;
  box-shadow: var(--shadow-sm);
}
.gc86__0303{
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.p831a33f_i3q6{
  display: none;
}
.h091__08d8{
  display: flex;
  align-items: center;
  gap: 32px;
}
.j176bb_ej{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}
.j176bb_ej:hover{
  color: var(--text-color);
}
.k7dd5a__26c{
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 1010;
}
.j4799_5a{
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.j4799_5a:hover{
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #ffffff;}
.hc7d__f2b9{
  display: inline-flex;
}
.u2cc48__74b2{
  display: none;
  cursor: pointer;
  color: var(--text-color);
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.u2cc48__74b2:hover{
  background-color: var(--border-color); color: #1a1a2e;}
.q0ae__d836{ display: block; }
.v56e__d8c7{ display: none; }
.i4b6c7_bvo{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);

  padding: 24px calc((100vw - var(--max-width)) / 2);

  display: flex;
  flex-direction: column;
  gap: 32px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: var(--transition);
  z-index: 990;
  box-shadow: var(--shadow-lg); color: #ffffff;}
.r034__e1f8{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-link{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}
.mobile-link:hover{
  color: var(--text-color);
  padding-left: 8px;
}
.zba8__8ba8{
  display: flex;
  flex-direction: column;
}
.mobile-cta{
  width: 100%;
  padding: 14px 24px;
  font-size: 1rem;
}
@media (max-width: 860px){.h091__08d8 { display: none; }
.hc7d__f2b9 { display: none; }
.u2cc48__74b2 { display: block; }
.p831a33f_i3q6:checked ~ .k7dd5a__26c .q0ae__d836 {
    display: none;
  }
.p831a33f_i3q6:checked ~ .k7dd5a__26c .v56e__d8c7 {
    display: block;
  }
.p831a33f_i3q6:checked ~ .i4b6c7_bvo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }}
@media (min-width: 861px){.i4b6c7_bvo { display: none !important; }}
@media (max-width: 1200px){.i4b6c7_bvo {
    padding-left: 4vw;
    padding-right: 4vw;
  }}
.yf827c_a989{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--bg-color, #121212);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box; color: #ffffff;}
.k04b4e_dfc3{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--max-width, 1200px);
  box-sizing: border-box;
}
.u2d6d0ca2{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  box-sizing: border-box;
}
.ufc2fb7f4{
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  box-sizing: border-box;
}
.q0e0__c4cd{
  color: var(--text-color, #ffffff);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.w4d8d87c1{
  color: var(--text-muted, #a0a0a0);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.c0b7e4_6ac6{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  box-sizing: border-box;
}
.qf726594e{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, #c0392b);
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: var(--radius-lg, 9999px);
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.2));
  box-sizing: border-box;
}
.qf726594e:hover{
  background-color: var(--secondary-color, #922b21);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.3)); color: #ffffff;}
.lc1e__e149{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.08));
  margin-bottom: 32px;
  box-sizing: border-box; color: #1a1a2e;}
.o20ca2_fe8f{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.f18fec_06af{
  display: flex;
  flex: 1;
  color: var(--text-muted, #a0a0a0);
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.i776db_2378{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: auto;
  box-sizing: border-box;
}
.g9c1e9_6a74{
  color: var(--text-muted, #a0a0a0);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.g9c1e9_6a74:hover{
  color: var(--text-color, #ffffff);
}
@media (max-width: 768px){.yf827c_a989{
    padding-top: 56px;
    padding-bottom: 32px;
  }
.u2d6d0ca2{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 48px;
  }
.ufc2fb7f4{
    flex: none;
    width: 100%;
  }
.c0b7e4_6ac6{
    width: 100%;
  }
.qf726594e{
    width: 100%;
  }
.o20ca2_fe8f{
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
.f18fec_06af{
    flex: none;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
.i776db_2378{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }}
.m8d92fa3e78{box-sizing:border-box;}
.s57a__72d1{box-sizing:border-box;}
.ud60d3cbb{display:block;max-width:100%;height:auto;}
.g6fb95b5b26{box-sizing:border-box;}
.t122e9e40{box-sizing:border-box;}
.i4207525c{box-sizing:border-box;}
@media (max-width: 768px) {.r8b941_020f { 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; }
.qf1a937a_2s6k { 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; }}