:root {

  --primary-color: hsl(263, 77%, 58%);
  --secondary-color: hsl(6, 62%, 58%);
  --text-color: hsl(263, 10%, 96%);
  --text-muted: hsl(263, 5%, 65%);
  --bg-color: hsl(263, 15%, 8%);
  --card-bg: #ffffff;
  --border-radius: var(--radius-lg, 16px);
  --box-shadow: var(--shadow-sm, 0 4px 20px rgba(0, 0, 0, 0.05));
  --max-width: min(1200px, 92vw);
  --reading-width: 680px;
  --transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 100px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 32px rgba(105, 33, 212, 0.3);
  --nav-height: 72px;
  --nav-bg: rgba(18, 15, 22, 0.85);
  --btn-text: #ffffff;
  --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.i2b4efa26.s4616__bf0{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color, #333);
    background-color: var(--bg-color, #f9f9f9);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.i2b4efa26.s4616__bf0 .ss8z8yr8aw{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.i2b4efa26.s4616__bf0 .d709301_e3{
    padding: 100px 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    }
div.i2b4efa26.s4616__bf0 .y5243_5c4d{
    flex: 1;
    min-width: 320px;
    max-width: var(--reading-width);
    text-align: left; 
    }
div.i2b4efa26.s4616__bf0 .y5243_5c4d h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-color);
    }
div.i2b4efa26.s4616__bf0 .y5243_5c4d p{
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 32px;
    }
div.i2b4efa26.s4616__bf0 .q9009__43c{
    display: flex;
    gap: 16px;
    }
div.i2b4efa26.s4616__bf0 .agrr6cg1he{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 28px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px -5px rgba(106, 58, 222, 0.3);
    transition: var(--transition);
    }
div.i2b4efa26.s4616__bf0 .agrr6cg1he:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(106, 58, 222, 0.4);
    }
div.i2b4efa26.s4616__bf0 .xff3__6b9d{
    padding: 80px 0;
    }
div.i2b4efa26.s4616__bf0 .h0a7d0_p5ok{
    margin-bottom: 60px;
    text-align: left; 
    }
div.i2b4efa26.s4616__bf0 .h0a7d0_p5ok h2{
    font-size: 2rem;
    position: relative;
    display: inline-block;
    }
div.i2b4efa26.s4616__bf0 .h0a7d0_p5ok h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 4px;
    background: var(--secondary-color); color: #1a1a2e;}
div.i2b4efa26.s4616__bf0 .le78dd8a_bo{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    }
div.i2b4efa26.s4616__bf0 .h52388db1{
    background: var(--card-bg);
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.i2b4efa26.s4616__bf0 .h52388db1:hover{
    border-color: var(--primary-color);
    }
div.i2b4efa26.s4616__bf0 .h52388db1 .l16bb0_a9b1{
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    }
div.i2b4efa26.s4616__bf0 .h52388db1 h3{
    margin-bottom: 16px;
    font-size: 1.5rem;
    }
div.i2b4efa26.s4616__bf0 .z531a24_za{margin: 80px 0;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    height: 450px; isolation: isolate;}
div.i2b4efa26.s4616__bf0 .z531a24_za img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.i2b4efa26.s4616__bf0 .cf2aa0_ruh4{
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 100%);
    display: flex;
    align-items: center;
    padding: 60px; color: #ffffff;}
div.i2b4efa26.s4616__bf0 .g8828d_08{
    max-width: 500px;
    color: #fff;
    }
div.i2b4efa26.s4616__bf0 .gqra656hp1{
    max-width: var(--reading-width);
    margin: 80px 0;
    }
div.i2b4efa26.s4616__bf0 .knn76ilksa{
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
div.i2b4efa26.s4616__bf0 .f90de3_7648{
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    }
div.i2b4efa26.s4616__bf0 .y257c6c_2nj{
    color: var(--text-muted);
    padding-left: 28px;
    }
div.i2b4efa26.s4616__bf0 .j54c57af3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
div.i2b4efa26.s4616__bf0 .iaholcxwsm{
    font-weight: 800;
    font-size: 1.25rem;
    }
div.i2b4efa26.s4616__bf0 .mbb47e0_1j{
    display: flex;
    gap: 24px;
    }
div.i2b4efa26.s4616__bf0 .mbb47e0_1j a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    }
div.i2b4efa26.s4616__bf0 .mbb47e0_1j a:hover{
    color: var(--primary-color);
    }
@media (max-width: 992px) {div.i2b4efa26.s4616__bf0 .le78dd8a_bo{ grid-template-columns: 1fr; }
div.i2b4efa26.s4616__bf0 .d709301_e3{ padding-top: 60px; }}
@media (max-width: 640px) {div.i2b4efa26.s4616__bf0 .ss8z8yr8aw{ padding: 0 24px; }
div.i2b4efa26.s4616__bf0 .cf2aa0_ruh4{ padding: 30px; }}
.cmqasu1h{
    width: 100%;
    background: var(--bg-color, hsl(263, 15%, 8%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center; color: #ffffff;}
.tc30__f27a{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 auto;
    }
.iaholcxwsm{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
    flex: 0 0 auto;
    }
.dd71b529{
    width: auto;
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-color, hsl(263, 77%, 58%)), var(--secondary-color, hsl(6, 62%, 58%)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #1a1a2e;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    }
.y4cd2b06_tja0{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(263, 5%, 65%));
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    }
.a73add__e85{
    width: 100%;
    height: 1px;
    background: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 32px;
    flex: 0 0 auto; color: #1a1a2e;}
.g29f07_j9{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 auto;
    }
.v748b29_2597{
    width: auto;
    font-size: 14px;
    color: var(--text-muted, hsl(263, 5%, 65%));
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 1 1 auto;
    }
.mbb47e0_1j{
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex: 0 0 auto;
    }
.g0egucyysw83{
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted, hsl(263, 5%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    }
.g0egucyysw83:hover{
    color: var(--text-color, hsl(263, 10%, 96%));
    }
@media (max-width: 768px){.cmqasu1h{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.iaholcxwsm{
    margin-bottom: 40px;
    }
.g29f07_j9{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.v748b29_2597{
    flex: 0 0 auto;
    width: 100%;
    }
.mbb47e0_1j{
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    }}
.j25e303_fc9a{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: "Inter", system-ui, -apple-system, sans-serif; color: #ffffff;}
.nd1cd921_0oe{
    width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.y36180_7f88{
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    z-index: 1001; 
    }
.okkq1pb6n{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.v126__d2409{
    display: none;
    }
.e77389__19c56{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    }
.q2fdba4e_qsyu{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #1a1a2e;}
.lz0lmeynh{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    }
.o1c92ec{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    }
.p00da__4466{
    margin: 0;
    }
.l3fb__0b0{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    }
.l3fb__0b0:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.06);
    }
.s623f96_sco4{
    display: flex;
    align-items: center;
    }
.npjsvixyq4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary-color), hsl(280, 85%, 60%));
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 700;
    padding: 0 28px;
    height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(120, 35, 210, 0.3);
    letter-spacing: 0.5px;
    }
.npjsvixyq4:hover{
    background: linear-gradient(135deg, hsl(280, 85%, 65%), var(--secondary-color));
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 50, 50, 0.3); 
    color: #1a1a2e;
    }
@media (max-width: 992px){.y36180_7f88 {
    margin-right: 0;
    }
.e77389__19c56 {
    display: flex;
    }
.lz0lmeynh {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 4vw 40px 4vw; 
    box-sizing: border-box;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition); color: #ffffff;}
.v126__d2409:checked ~ .lz0lmeynh {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(2) {
    opacity: 0;
    }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
    }
.o1c92ec {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.p00da__4466 {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.l3fb__0b0 {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 0;
    font-size: 16px;
    }
.l3fb__0b0:hover {
    background: transparent;
    color: var(--primary-color);
    transform: translateX(8px); 
    }
.s623f96_sco4 {
    margin: 32px 0 0 0;
    width: 100%;
    }
.npjsvixyq4 {
    width: 100%;
    height: 52px;
    font-size: 16px;
    }}
.l3fb__0b0.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
@media (min-width: 993px){.j25e303_fc9a #nte028519a59, .j25e303_fc9a label[for="nte028519a59"]{ display: none !important; }}
@media (min-width: 993px){.j25e303_fc9a .lz0lmeynh{ 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: 993px){.j25e303_fc9a .lz0lmeynh{ 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: 993px){.j25e303_fc9a .lz0lmeynh a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.l3fb__0b0.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
#nte028519a59:checked ~ .lz0lmeynh { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.j25e303_fc9a.de1fa8978 .lz0lmeynh { 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: 992px) {#nte028519a59:checked ~ .lz0lmeynh { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.j25e303_fc9a.de1fa8978 #nte028519a59, .j25e303_fc9a.de1fa8978 label[for="nte028519a59"] { display: none !important; }}
@media (min-width: 993px) {.j25e303_fc9a.de1fa8978 .lz0lmeynh { 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: 993px) {.j25e303_fc9a.de1fa8978 .lz0lmeynh { 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: 993px) {.j25e303_fc9a.de1fa8978 .lz0lmeynh a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.i2b4efa26 img.a65466d286f {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.i2b4efa26 img.a65466d286f.f0d7f34951a { aspect-ratio: 16 / 9; }
div.i2b4efa26 img.a65466d286f.j8b4__2a73 { aspect-ratio: 16 / 10; }
div.i2b4efa26 img.a65466d286f.f3ecd7f8a { aspect-ratio: 4 / 3; }
div.i2b4efa26 img.a65466d286f.kafcd6325 { aspect-ratio: 1 / 1; }
div.i2b4efa26 :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.i2b4efa26 .zad560_5b15 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.i2b4efa26 .zad560_5b15.f0d7f34951a { aspect-ratio: 16 / 9; }
div.i2b4efa26 .zad560_5b15.j8b4__2a73 { aspect-ratio: 16 / 10; }
div.i2b4efa26 .zad560_5b15.f3ecd7f8a { aspect-ratio: 4 / 3; }
div.i2b4efa26 .zad560_5b15.kafcd6325 { aspect-ratio: 1 / 1; }
div.i2b4efa26 .zad560_5b15 > img.a65466d286f,
    div.i2b4efa26 .zad560_5b15 > picture > img.a65466d286f {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.i2b4efa26.s4616__bf0 .agrr6cg1he a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.i2b4efa26.s4616__bf0 .agrr6cg1he a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.i2b4efa26.s4616__bf0 .agrr6cg1he a:not([class]):hover{opacity:0.92;}
div.i2b4efa26.s4616__bf0 .agrr6cg1he a[class=""]:hover{opacity:0.92;}
div.i2b4efa26.s4616__bf0 .agrr6cg1he a:not([class]):visited{color:#ffffff !important;}
div.i2b4efa26.s4616__bf0 .agrr6cg1he a[class=""]:visited{color:#ffffff !important;}
.l98c__bbd8 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.l98c__bbd8 > :first-child,
    .l98c__bbd8 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.j25e303_fc9a{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: "Inter", system-ui, -apple-system, sans-serif; color: #ffffff;}
.nd1cd921_0oe{
    width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.y36180_7f88{
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    z-index: 1001; 
    }
.okkq1pb6n{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.v126__d2409{
    display: none;
    }
.e77389__19c56{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    }
.q2fdba4e_qsyu{
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition); color: #1a1a2e;}
.lz0lmeynh{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    }
.o1c92ec{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    }
.p00da__4466{
    margin: 0;
    }
.l3fb__0b0{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    }
.l3fb__0b0:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.06);
    }
.s623f96_sco4{
    display: flex;
    align-items: center;
    }
.npjsvixyq4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary-color), hsl(280, 85%, 60%));
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 700;
    padding: 0 28px;
    height: 44px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(120, 35, 210, 0.3);
    letter-spacing: 0.5px;
    }
.npjsvixyq4:hover{
    background: linear-gradient(135deg, hsl(280, 85%, 65%), var(--secondary-color));
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 50, 50, 0.3); 
    color: #1a1a2e;
    }
@media (max-width: 992px){.y36180_7f88 {
    margin-right: 0;
    }
.e77389__19c56 {
    display: flex;
    }
.lz0lmeynh {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 4vw 40px 4vw; 
    box-sizing: border-box;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition); color: #ffffff;}
.v126__d2409:checked ~ .lz0lmeynh {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(2) {
    opacity: 0;
    }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
    }
.o1c92ec {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.p00da__4466 {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.l3fb__0b0 {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 0;
    font-size: 16px;
    }
.l3fb__0b0:hover {
    background: transparent;
    color: var(--primary-color);
    transform: translateX(8px); 
    }
.s623f96_sco4 {
    margin: 32px 0 0 0;
    width: 100%;
    }
.npjsvixyq4 {
    width: 100%;
    height: 52px;
    font-size: 16px;
    }}
.l3fb__0b0.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
@media (min-width: 993px){.j25e303_fc9a #nte028519a59, .j25e303_fc9a label[for="nte028519a59"]{ display: none !important; }}
@media (min-width: 993px){.j25e303_fc9a .lz0lmeynh{ 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: 993px){.j25e303_fc9a .lz0lmeynh{ 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: 993px){.j25e303_fc9a .lz0lmeynh a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.l3fb__0b0.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
#nte028519a59:checked ~ .lz0lmeynh{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.j25e303_fc9a.de1fa8978 .lz0lmeynh{ 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: 992px){#nte028519a59:checked ~ .lz0lmeynh{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.j25e303_fc9a.de1fa8978 #nte028519a59, .j25e303_fc9a.de1fa8978 label[for="nte028519a59"]{ display: none !important; }}
@media (min-width: 993px){.j25e303_fc9a.de1fa8978 .lz0lmeynh{ 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: 993px){.j25e303_fc9a.de1fa8978 .lz0lmeynh{ 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: 993px){.j25e303_fc9a.de1fa8978 .lz0lmeynh a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cmqasu1h{
    width: 100%;
    background: var(--bg-color, hsl(263, 15%, 8%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    display: flex;
    flex-direction: column;
    align-items: center; color: #ffffff;}
.tc30__f27a{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 auto;
    }
.iaholcxwsm{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
    flex: 0 0 auto;
    }
.dd71b529{
    width: auto;
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-color, hsl(263, 77%, 58%)), var(--secondary-color, hsl(6, 62%, 58%)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #1a1a2e;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    }
.y4cd2b06_tja0{
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(263, 5%, 65%));
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    }
.a73add__e85{
    width: 100%;
    height: 1px;
    background: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 32px;
    flex: 0 0 auto; color: #1a1a2e;}
.g29f07_j9{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 auto;
    }
.v748b29_2597{
    width: auto;
    font-size: 14px;
    color: var(--text-muted, hsl(263, 5%, 65%));
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 1 1 auto;
    }
.mbb47e0_1j{
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex: 0 0 auto;
    }
.g0egucyysw83{
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted, hsl(263, 5%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    }
.g0egucyysw83:hover{
    color: var(--text-color, hsl(263, 10%, 96%));
    }
@media (max-width: 768px){.cmqasu1h{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.iaholcxwsm{
    margin-bottom: 40px;
    }
.g29f07_j9{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.v748b29_2597{
    flex: 0 0 auto;
    width: 100%;
    }
.mbb47e0_1j{
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    }}
.j25e303_fc9a{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  align-items: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif; color: #ffffff;}
.nd1cd921_0oe{
  width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.y36180_7f88{
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 48px;
  z-index: 1001; 
}
.okkq1pb6n{
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.v126__d2409{
  display: none;
}
.e77389__19c56{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
  margin-left: auto;
}
.q2fdba4e_qsyu{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: var(--radius-sm);
  transition: var(--transition); color: #1a1a2e;}
.lz0lmeynh{
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.o1c92ec{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.p00da__4466{
  margin: 0;
}
.l3fb__0b0{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
}
.l3fb__0b0:hover{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.06);
}
.s623f96_sco4{
  display: flex;
  align-items: center;
}
.npjsvixyq4{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(135deg, var(--primary-color), hsl(280, 85%, 60%));
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 700;
  padding: 0 28px;
  height: 44px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  box-shadow: 0 4px 16px rgba(120, 35, 210, 0.3);
  letter-spacing: 0.5px;
}
.npjsvixyq4:hover{
  background: linear-gradient(135deg, hsl(280, 85%, 65%), var(--secondary-color));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(220, 50, 50, 0.3); 
  color: #1a1a2e;
}
@media (max-width: 992px){.y36180_7f88 {
    margin-right: 0;
  }
.e77389__19c56 {
    display: flex;
  }
.lz0lmeynh {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 4vw 40px 4vw; 
    box-sizing: border-box;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition); color: #ffffff;}
.v126__d2409:checked ~ .lz0lmeynh {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(2) {
    opacity: 0;
  }
.v126__d2409:checked ~ .e77389__19c56 .q2fdba4e_qsyu:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
.o1c92ec {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.p00da__4466 {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }
.l3fb__0b0 {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 0;
    font-size: 16px;
  }
.l3fb__0b0:hover {
    background: transparent;
    color: var(--primary-color);
    transform: translateX(8px); 
  }
.s623f96_sco4 {
    margin: 32px 0 0 0;
    width: 100%;
  }
.npjsvixyq4 {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }}
.l3fb__0b0.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
@media (min-width: 993px){.j25e303_fc9a #nte028519a59, .j25e303_fc9a label[for="nte028519a59"]{ display: none !important; }}
@media (min-width: 993px){.j25e303_fc9a .lz0lmeynh{ 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: 993px){.j25e303_fc9a .lz0lmeynh{ 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: 993px){.j25e303_fc9a .lz0lmeynh a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.l3fb__0b0.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
#nte028519a59:checked ~ .lz0lmeynh{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.j25e303_fc9a.de1fa8978 .lz0lmeynh{ 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: 992px){#nte028519a59:checked ~ .lz0lmeynh{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.j25e303_fc9a.de1fa8978 #nte028519a59, .j25e303_fc9a.de1fa8978 label[for="nte028519a59"]{ display: none !important; }}
@media (min-width: 993px){.j25e303_fc9a.de1fa8978 .lz0lmeynh{ 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: 993px){.j25e303_fc9a.de1fa8978 .lz0lmeynh{ 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: 993px){.j25e303_fc9a.de1fa8978 .lz0lmeynh a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z617611843b{
  width: 100%;
  background: var(--bg-color, hsl(263, 15%, 8%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  display: flex;
  flex-direction: column;
  align-items: center; color: #ffffff;}
.afd93477f{
  width: var(--max-width, min(1200px, 92vw));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 auto;
}
.m6476d_4068{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 64px;
  flex: 0 0 auto;
}
.o30d09a6484{
  width: auto;
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(90deg, var(--primary-color, hsl(263, 77%, 58%)), var(--secondary-color, hsl(6, 62%, 58%)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #1a1a2e;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex: 0 0 auto;
}
.fab5__508e{
  width: 100%;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, hsl(263, 5%, 65%));
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex: 0 0 auto;
}
.h2a6__6c07{
  width: 100%;
  height: 1px;
  background: var(--border-color, rgba(255, 255, 255, 0.08));
  margin-bottom: 32px;
  flex: 0 0 auto; color: #1a1a2e;}
.k7538f1cccc{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
}
.d1d9f3ed7{
  width: auto;
  font-size: 14px;
  color: var(--text-muted, hsl(263, 5%, 65%));
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex: 1 1 auto;
}
.x3a57ad73{
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  flex: 0 0 auto;
}
.o422__c23d{
  width: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted, hsl(263, 5%, 65%));
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex: 0 0 auto;
}
.o422__c23d:hover{
  color: var(--text-color, hsl(263, 10%, 96%));
}
@media (max-width: 768px){.z617611843b{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.m6476d_4068{
    margin-bottom: 40px;
  }
.k7538f1cccc{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
.d1d9f3ed7{
    flex: 0 0 auto;
    width: 100%;
  }
.x3a57ad73{
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
  }}
.kc8f__d8f5{box-sizing:border-box;}
.ydf500dfd58{box-sizing:border-box;}
.b7e497_d74c{box-sizing:border-box;}
@media (max-width: 768px) {div.i2b4efa26.s4616__bf0 .j54c57af3 { 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; }
.g29f07_j9 { 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; }}