:root {

  --faq-primary: var(--primary-color, #2b5cff);
  --faq-primary-hover: var(--primary-hover, #1e45d1);
  --faq-secondary: var(--secondary-color, #00d2ff);
  --faq-bg: var(--bg-color, #f8faff);
  --faq-surface: var(--surface-color, #ffffff);
  --faq-text: var(--text-color, #111827);
  --faq-text-muted: var(--text-muted-color, #4b5563);
  --faq-border: var(--border-color, #e5e7eb);
  --faq-radius-lg: 24px;
  --faq-radius-md: 16px;
  --faq-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  --faq-shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  --faq-shadow-lg: 0 25px 50px -12px rgba(43, 92, 255, 0.15);
  --faq-font: var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  --primary-color: hsl(102, 63%, 49%);
  --secondary-color: hsl(212, 50%, 49%);
  --bg-color: #ffffff;
  --text-color: hsl(102, 6%, 7%);
  --text-muted: #5c5f58;
  --border-color: rgba(0, 0, 0, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(102, 161, 48, 0.2);
  --nav-height: 80px;
  --max-width: min(1280px, 94vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(255, 255, 255, 0.85);
  --nav-link-hover: var(--primary-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.n662050c980.q0cb__2e4.ykauhgp068v{
    font-family: var(--faq-font);
    background-color: var(--faq-bg);
    color: var(--faq-text);
    line-height: 1.6;
    overflow-x: hidden;
    padding-bottom: 2rem;
    }
div.n662050c980.q0cb__2e4.ykauhgp068v *{
    box-sizing: border-box;
    }
div.n662050c980.q0cb__2e4.ykauhgp068v h1{
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: var(--faq-text);
    }
div.n662050c980.q0cb__2e4.ykauhgp068v h2{
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--faq-text);
    letter-spacing: -0.01em;
    }
div.n662050c980.q0cb__2e4.ykauhgp068v h3{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--faq-text);
    }
div.n662050c980.q0cb__2e4.ykauhgp068v p{
    font-size: 1.125rem;
    color: var(--faq-text-muted);
    }
div.n662050c980.q0cb__2e4 .xaad6a7_fy{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    }
div.n662050c980.q0cb__2e4 .p31699__25b{
    min-height: 85vh;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 5rem;
    padding-top: 100px; 
    padding-bottom: 4rem;
    }
div.n662050c980.q0cb__2e4 .y2hd5gfid{order: 1; 
    position: relative;
    border-radius: var(--faq-radius-lg);
    overflow: hidden;
    box-shadow: var(--faq-shadow-lg);
    aspect-ratio: 4/3; isolation: isolate;}
div.n662050c980.q0cb__2e4 .gpd1z2upv0r{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    }
div.n662050c980.q0cb__2e4 .y2hd5gfid:hover .gpd1z2upv0r{
    transform: scale(1.03);
    }
div.n662050c980.q0cb__2e4 .v7e77__94f{
    order: 2;
    text-align: left;
    }
div.n662050c980.q0cb__2e4 .qeedf5__ca1ef{
    padding: 6rem 0;
    margin-top: 2rem;
    }
div.n662050c980.q0cb__2e4 .hac0c__cef{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    }
div.n662050c980.q0cb__2e4 .x5330a4cee{
    border-bottom: 2px solid var(--faq-border);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    }
div.n662050c980.q0cb__2e4 .pf7d6919{
    background: var(--faq-surface);
    border-radius: var(--faq-radius-md);
    margin-bottom: 1.25rem;
    box-shadow: var(--faq-shadow-sm);
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); color: #1a1a2e;}
div.n662050c980.q0cb__2e4 .pf7d6919[open]{
    box-shadow: var(--faq-shadow-md);
    border-color: rgba(43, 92, 255, 0.3);
    }
div.n662050c980.q0cb__2e4 .ub03__937e{
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--faq-text);
    user-select: none;
    }
div.n662050c980.q0cb__2e4 .ub03__937e::-webkit-details-marker{
    display: none;
    }
div.n662050c980.q0cb__2e4 .ub03__937e::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b5cff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    }
div.n662050c980.q0cb__2e4 .pf7d6919[open] .ub03__937e::after{
    transform: rotate(45deg);
    }
div.n662050c980.q0cb__2e4 .k305a_06e{
    padding: 0 2rem 2rem 2rem;
    color: var(--faq-text-muted);
    line-height: 1.8;
    }
div.n662050c980.q0cb__2e4 .k305a_06e strong{
    color: var(--faq-text);
    }
div.n662050c980.q0cb__2e4 .e06a7e_56b1{
    color: var(--faq-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px dashed rgba(43, 92, 255, 0.4);
    transition: all 0.2s ease;
    padding-bottom: 1px;
    }
div.n662050c980.q0cb__2e4 .e06a7e_56b1:hover{
    color: var(--faq-primary-hover);
    border-bottom-style: solid;
    border-bottom-color: var(--faq-primary-hover);
    }
div.n662050c980.q0cb__2e4 .n7b7d3f6_f2f{padding: 6rem 5%;
    text-align: center;
    background: linear-gradient(135deg, #ebf0ff 0%, #e0f7ff 100%);
    border-radius: var(--faq-radius-lg);
    margin: 6rem 0 4rem 0;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5); isolation: isolate; color: #1a1a2e;}
div.n662050c980.q0cb__2e4 .n7b7d3f6_f2f::before{
    content: "";
    position: absolute;
    top: -50%; left: -10%;
    width: 50%; height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, transparent 60%);
    transform: rotate(30deg);
    pointer-events: none; color: #1a1a2e;}
div.n662050c980.q0cb__2e4 .hd324__8f547{
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: var(--faq-text);
    margin-bottom: 1.5rem;
    }
div.n662050c980.q0cb__2e4 .hh9i8qe99{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--faq-primary), var(--faq-secondary));
    color: #1a1a2e;
    padding: 1.25rem 3.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: var(--faq-shadow-lg);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s ease;
    margin-top: 2.5rem;
    }
div.n662050c980.q0cb__2e4 .hh9i8qe99:hover{
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 30px 40px -10px rgba(43, 92, 255, 0.35);
    color: #ffffff;
    }
div.n662050c980.q0cb__2e4 .g2ca1badd{
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid var(--faq-border);
    color: var(--faq-text-muted);
    font-size: 0.95rem;
    }
@media (max-width: 1024px) {div.n662050c980.q0cb__2e4 .p31699__25b{
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 80px;
    min-height: auto;
    }
div.n662050c980.q0cb__2e4 .y2hd5gfid{
    max-height: 50vh;
    }
div.n662050c980.q0cb__2e4 .hac0c__cef{
    grid-template-columns: 1fr;
    gap: 3rem;
    }}
@media (max-width: 640px) {div.n662050c980.q0cb__2e4 .qeedf5__ca1ef{
    padding: 3rem 0;
    }
div.n662050c980.q0cb__2e4 .n7b7d3f6_f2f{
    padding: 4rem 1.5rem;
    }
div.n662050c980.q0cb__2e4 .ub03__937e{
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
    }
div.n662050c980.q0cb__2e4 .k305a_06e{
    padding: 0 1.5rem 1.5rem 1.5rem;
    }
div.n662050c980.q0cb__2e4 .hh9i8qe99{
    width: 100%;
    padding: 1.25rem 1rem;
    }}
div.n662050c980.q0cb__2e4 .g71f1fc0_60w{box-sizing:border-box;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.5;
    }
.a9cfe_51d{
    height: var(--nav-height);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: var(--nav-bg);
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center; color: #1a1a2e;}
.oeb05bf{
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    }
.q2a8__6ec .adbc8633_ory{
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    transition: var(--transition);
    }
.q2a8__6ec .adbc8633_ory:hover{
    color: var(--primary-color);
    }
.n9044_8b{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    }
.ka2cd832c6{
    display: flex;
    list-style: none;
    gap: 1.5rem;
    }
.d7ecdd5a183{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    }
.d7ecdd5a183:hover{
    color: var(--primary-color);
    }
.k450ab88_7k{
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    display: inline-block;
    border: none;
    }
.k450ab88_7k:hover{
    background: var(--secondary-color); 
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(45, 108, 191, 0.25); color: #1a1a2e;}
.q1d8c477_dy{
    display: none;
    }
.z4eb__2fc53{
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    padding: 4px;
    }
.z4eb__2fc53 .f0508c_043{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.j635a0e078{
    height: var(--nav-height);
    }
@media (max-width: 1024px){.n9044_8b {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-110%);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden; color: #1a1a2e;}
.ka2cd832c6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.d7ecdd5a183 {
    font-size: 1.1rem;
    padding: 0.75rem 0;
    }
.z4eb__2fc53 {
    display: flex;
    }
.q1d8c477_dy:checked ~ .n9044_8b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    box-shadow: var(--shadow-md);
    }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(2) {
    opacity: 0;
    }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
.d7ecdd5a183.active{color: var(--primary-color);}
@media (min-width: 1025px){.a9cfe_51d #ntdfc9117428, .a9cfe_51d label[for="ntdfc9117428"]{ display: none !important; }}
@media (min-width: 1025px){.a9cfe_51d .n9044_8b{ 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: 1025px){.a9cfe_51d .n9044_8b{ 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: 1025px){.a9cfe_51d .n9044_8b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.hnwsr2xb1{box-sizing:border-box;}
.d8dd700_ci{list-style:none;}
.d7ecdd5a183.active {color: var(--primary-color);}
#ntdfc9117428:checked ~ .n9044_8b { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.a9cfe_51d.h99f599fd27 .n9044_8b { 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: 1024px) {#ntdfc9117428:checked ~ .n9044_8b { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.a9cfe_51d.h99f599fd27 #ntdfc9117428, .a9cfe_51d.h99f599fd27 label[for="ntdfc9117428"] { display: none !important; }}
@media (min-width: 1025px) {.a9cfe_51d.h99f599fd27 .n9044_8b { 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: 1025px) {.a9cfe_51d.h99f599fd27 .n9044_8b { 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: 1025px) {.a9cfe_51d.h99f599fd27 .n9044_8b a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.j2a5af7_1f2{
    background-color: #f4f6f8;
    padding-top: 64px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    }
.ffd9d9_i6gk{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.u9eb214{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    }
.ea37593_26yk{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    }
.xcdda_3ed0{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    width: max-content;
    }
.tc4a87_dz{
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    }
.yefc7e5d7c{
    flex: 0 0 auto;
    }
.aa64cf8_e226{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: var(--secondary-color);
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    box-sizing: border-box;
    }
.aa64cf8_e226:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(33, 150, 243, 0.3);
    background-color: var(--primary-color); color: #1a1a2e;}
.x24495f8_ep9c{
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.l897__004{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.j22615c4f{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted);
    }
.z71e69e9654{
    flex: 0 0 auto;
    display: flex;
    gap: 24px;
    align-items: center;
    }
.yf80293395{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.yf80293395:hover{
    color: var(--secondary-color);
    }
.sa954c__c30a{
    font-size: 14px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.j2a5af7_1f2{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.u9eb214{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.yefc7e5d7c{
    width: 100%;
    }
.aa64cf8_e226{
    width: 100%;
    }
.l897__004{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.z71e69e9654{
    flex-wrap: wrap;
    gap: 16px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.n662050c980 img.ed1ac1c9dba {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.n662050c980 img.ed1ac1c9dba.lc7653f609d { aspect-ratio: 16 / 9; }
div.n662050c980 img.ed1ac1c9dba.mc7e__6008 { aspect-ratio: 16 / 10; }
div.n662050c980 img.ed1ac1c9dba.vff5__d26c { aspect-ratio: 4 / 3; }
div.n662050c980 img.ed1ac1c9dba.n0f219b6d8d { aspect-ratio: 1 / 1; }
div.n662050c980 :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.n662050c980 .tce8d205294 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.n662050c980 .tce8d205294.lc7653f609d { aspect-ratio: 16 / 9; }
div.n662050c980 .tce8d205294.mc7e__6008 { aspect-ratio: 16 / 10; }
div.n662050c980 .tce8d205294.vff5__d26c { aspect-ratio: 4 / 3; }
div.n662050c980 .tce8d205294.n0f219b6d8d { aspect-ratio: 1 / 1; }
div.n662050c980 .tce8d205294 > img.ed1ac1c9dba,
    div.n662050c980 .tce8d205294 > picture > img.ed1ac1c9dba {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.n662050c980.q0cb__2e4 .hh9i8qe99 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.n662050c980.q0cb__2e4 .hh9i8qe99 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.n662050c980.q0cb__2e4 .hh9i8qe99 a:not([class]):hover{opacity:0.92;}
div.n662050c980.q0cb__2e4 .hh9i8qe99 a[class=""]:hover{opacity:0.92;}
div.n662050c980.q0cb__2e4 .hh9i8qe99 a:not([class]):visited{color:#ffffff !important;}
div.n662050c980.q0cb__2e4 .hh9i8qe99 a[class=""]:visited{color:#ffffff !important;}
.x1b1b7691 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.x1b1b7691 > :first-child,
    .x1b1b7691 > :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;
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.5;
    }
.a9cfe_51d{
    height: var(--nav-height);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: var(--nav-bg);
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center; color: #1a1a2e;}
.oeb05bf{
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    }
.q2a8__6ec .adbc8633_ory{
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    transition: var(--transition);
    }
.q2a8__6ec .adbc8633_ory:hover{
    color: var(--primary-color);
    }
.n9044_8b{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    }
.ka2cd832c6{
    display: flex;
    list-style: none;
    gap: 1.5rem;
    }
.d7ecdd5a183{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    }
.d7ecdd5a183:hover{
    color: var(--primary-color);
    }
.k450ab88_7k{
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    display: inline-block;
    border: none;
    }
.k450ab88_7k:hover{
    background: var(--secondary-color); 
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(45, 108, 191, 0.25); color: #1a1a2e;}
.q1d8c477_dy{
    display: none;
    }
.z4eb__2fc53{
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    padding: 4px;
    }
.z4eb__2fc53 .f0508c_043{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.j635a0e078{
    height: var(--nav-height);
    }
@media (max-width: 1024px){.n9044_8b {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-110%);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden; color: #1a1a2e;}
.ka2cd832c6 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.d7ecdd5a183 {
    font-size: 1.1rem;
    padding: 0.75rem 0;
    }
.z4eb__2fc53 {
    display: flex;
    }
.q1d8c477_dy:checked ~ .n9044_8b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    box-shadow: var(--shadow-md);
    }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(2) {
    opacity: 0;
    }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
.d7ecdd5a183.active{color: var(--primary-color);}
@media (min-width: 1025px){.a9cfe_51d #ntdfc9117428, .a9cfe_51d label[for="ntdfc9117428"]{ display: none !important; }}
@media (min-width: 1025px){.a9cfe_51d .n9044_8b{ 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: 1025px){.a9cfe_51d .n9044_8b{ 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: 1025px){.a9cfe_51d .n9044_8b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.hnwsr2xb1{box-sizing:border-box;}
.d8dd700_ci{list-style:none;}
.d7ecdd5a183.active{color: var(--primary-color);}
#ntdfc9117428:checked ~ .n9044_8b{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.a9cfe_51d.h99f599fd27 .n9044_8b{ 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: 1024px){#ntdfc9117428:checked ~ .n9044_8b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.a9cfe_51d.h99f599fd27 #ntdfc9117428, .a9cfe_51d.h99f599fd27 label[for="ntdfc9117428"]{ display: none !important; }}
@media (min-width: 1025px){.a9cfe_51d.h99f599fd27 .n9044_8b{ 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: 1025px){.a9cfe_51d.h99f599fd27 .n9044_8b{ 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: 1025px){.a9cfe_51d.h99f599fd27 .n9044_8b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.j2a5af7_1f2{
    background-color: #f4f6f8;
    padding-top: 64px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    }
.ffd9d9_i6gk{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.u9eb214{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    }
.ea37593_26yk{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    }
.xcdda_3ed0{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    width: max-content;
    }
.tc4a87_dz{
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    }
.yefc7e5d7c{
    flex: 0 0 auto;
    }
.aa64cf8_e226{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    background-color: var(--secondary-color);
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    box-sizing: border-box;
    }
.aa64cf8_e226:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(33, 150, 243, 0.3);
    background-color: var(--primary-color); color: #1a1a2e;}
.x24495f8_ep9c{
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    width: 100%; color: #ffffff;}
.l897__004{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.j22615c4f{
    flex: 1;
    font-size: 14px;
    color: var(--text-muted);
    }
.z71e69e9654{
    flex: 0 0 auto;
    display: flex;
    gap: 24px;
    align-items: center;
    }
.yf80293395{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.yf80293395:hover{
    color: var(--secondary-color);
    }
.sa954c__c30a{
    font-size: 14px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.j2a5af7_1f2{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.u9eb214{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.yefc7e5d7c{
    width: 100%;
    }
.aa64cf8_e226{
    width: 100%;
    }
.l897__004{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.z71e69e9654{
    flex-wrap: wrap;
    gap: 16px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.5;
}
.a9cfe_51d{
  height: var(--nav-height);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--nav-bg);
  backdrop-filter: blur(12px); 
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center; color: #1a1a2e;}
.oeb05bf{
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.q2a8__6ec .adbc8633_ory{
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -1px;
  transition: var(--transition);
}
.q2a8__6ec .adbc8633_ory:hover{
  color: var(--primary-color);
}
.n9044_8b{
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.ua695d44_bu{
  display: flex;
  list-style: none;
  gap: 1.5rem;
}
.d7ecdd5a183{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  padding: 0.5rem 0;
}
.d7ecdd5a183:hover{
  color: var(--primary-color);
}
.k450ab88_7k{
  background: var(--primary-color);
  color: #1a1a2e; 
  padding: 12px 28px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  display: inline-block;
  border: none;
}
.k450ab88_7k:hover{
  background: var(--secondary-color); 
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(45, 108, 191, 0.25); color: #1a1a2e;}
.q1d8c477_dy{
  display: none;
}
.z4eb__2fc53{
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 4px;
}
.z4eb__2fc53 .f0508c_043{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: 2px; color: #ffffff;}
.j635a0e078{
  height: var(--nav-height);
}
@media (max-width: 1024px){.n9044_8b {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-110%);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden; color: #1a1a2e;}
.ua695d44_bu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.d7ecdd5a183 {
    font-size: 1.1rem;
    padding: 0.75rem 0;
  }
.z4eb__2fc53 {
    display: flex;
  }
.q1d8c477_dy:checked ~ .n9044_8b {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    box-shadow: var(--shadow-md);
  }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(2) {
    opacity: 0;
  }
.q1d8c477_dy:checked + .z4eb__2fc53 .f0508c_043:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }}
.d7ecdd5a183.active{color: var(--primary-color);}
@media (min-width: 1025px){.a9cfe_51d #ntdfc9117428, .a9cfe_51d label[for="ntdfc9117428"]{ display: none !important; }}
@media (min-width: 1025px){.a9cfe_51d .n9044_8b{ 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: 1025px){.a9cfe_51d .n9044_8b{ 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: 1025px){.a9cfe_51d .n9044_8b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.hnwsr2xb1{box-sizing:border-box;}
.d8dd700_ci{list-style:none;}
.d7ecdd5a183.active{color: var(--primary-color);}
#ntdfc9117428:checked ~ .n9044_8b{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.a9cfe_51d.h99f599fd27 .n9044_8b{ 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: 1024px){#ntdfc9117428:checked ~ .n9044_8b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.a9cfe_51d.h99f599fd27 #ntdfc9117428, .a9cfe_51d.h99f599fd27 label[for="ntdfc9117428"]{ display: none !important; }}
@media (min-width: 1025px){.a9cfe_51d.h99f599fd27 .n9044_8b{ 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: 1025px){.a9cfe_51d.h99f599fd27 .n9044_8b{ 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: 1025px){.a9cfe_51d.h99f599fd27 .n9044_8b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ae5e__9a87{
  background-color: #f4f6f8;
  padding-top: 64px;
  padding-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-color);
}
.l53706f70{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.q62d8e_4000{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.p50952fe0{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wcfd__f47f{
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  width: max-content;
}
.xc39__0966{
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.a326bc_968b{
  flex: 0 0 auto;
}
.qc6187_ee63{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: var(--secondary-color);
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  box-sizing: border-box;
}
.qc6187_ee63:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(33, 150, 243, 0.3);
  background-color: var(--primary-color); color: #1a1a2e;}
.f1c9d9837e5{
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 32px;
  width: 100%; color: #ffffff;}
.xfa725_b504{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.we970f64547{
  flex: 1;
  font-size: 14px;
  color: var(--text-muted);
}
.o764210d320{
  flex: 0 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.pc6e31899{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.pc6e31899:hover{
  color: var(--secondary-color);
}
.of1c9878223{
  font-size: 14px;
  color: var(--text-muted);
}
@media (max-width: 768px){.ae5e__9a87{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.q62d8e_4000{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
.a326bc_968b{
    width: 100%;
  }
.qc6187_ee63{
    width: 100%;
  }
.xfa725_b504{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.o764210d320{
    flex-wrap: wrap;
    gap: 16px;
  }}
.abcc39765{box-sizing:border-box;}
.j0754b_eabf{display:block;max-width:100%;height:auto;}
.l08e04f65{box-sizing:border-box;}
.o37aed_2280{box-sizing:border-box;}
@media (max-width: 768px) {div.n662050c980.q0cb__2e4 .ub03__937e { 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; }
.u9eb214 { 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; }
.l897__004 { 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; }}