:root {

  --primary-color: hsl(243, 65%, 45%);
  --secondary-color: hsl(183, 71%, 35%);
  --bg-color: hsl(220, 18%, 7%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --text-muted: hsl(220, 10%, 65%);
  --max-width: min(1200px, 92vw);
  --content-reading-width: 680px;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.5);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.7);
  --text-color: hsl(220, 10%, 96%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-lg: 0 16px 32px rgba(0, 0, 0, 0.9);
  --nav-height: 64px;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: rgba(15, 17, 21, 0.85);
  --nav-hover-bg: rgba(255, 255, 255, 0.03);
  --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.k2fde1_8529.w0a4b1ff_13g{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: var(--bg-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
div.k2fde1_8529.w0a4b1ff_13g .k71bfd53c{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.k2fde1_8529.w0a4b1ff_13g .vcqnlv16ht5{
    padding: 80px 0 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    }
div.k2fde1_8529.w0a4b1ff_13g .s90364__2a60{
    width: 100%;
    max-height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    order: -1; 
    }
div.k2fde1_8529.w0a4b1ff_13g .s90364__2a60 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 7;
    }
div.k2fde1_8529.w0a4b1ff_13g .c7a2e8_4d{
    max-width: var(--content-reading-width);
    text-align: left; 
    }
div.k2fde1_8529.w0a4b1ff_13g h1{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-main);
    letter-spacing: -0.02em;
    }
div.k2fde1_8529.w0a4b1ff_13g .mbs4rj6tq7{
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    }
div.k2fde1_8529.w0a4b1ff_13g .v1126185a{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    }
div.k2fde1_8529.w0a4b1ff_13g .t4223__64a{
    background: var(--primary-color);
    color: #000;
    padding: 16px 36px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 14px rgba(0, 188, 212, 0.4);
    display: inline-flex;
    align-items: center;
    }
div.k2fde1_8529.w0a4b1ff_13g .t4223__64a:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.6);
    }
div.k2fde1_8529.w0a4b1ff_13g .ud6f95_6caf{
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-smooth);
    }
div.k2fde1_8529.w0a4b1ff_13g .h7ebf__e97f{
    padding: 100px 0;
    background: #fff; color: #1a1a2e;}
div.k2fde1_8529.w0a4b1ff_13g .pfa05d6{
    max-width: var(--content-reading-width);
    margin-bottom: 60px;
    text-align: left;
    }
div.k2fde1_8529.w0a4b1ff_13g .pfa05d6 h2{
    font-size: 2.25rem;
    margin-bottom: 16px;
    }
div.k2fde1_8529.w0a4b1ff_13g .p2b9862{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    }
div.k2fde1_8529.w0a4b1ff_13g .e75602_f24c{
    padding: 32px;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
div.k2fde1_8529.w0a4b1ff_13g .e75602_f24c:hover{
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
    }
div.k2fde1_8529.w0a4b1ff_13g .e75602_f24c h3{
    font-size: 1.25rem;
    margin: 0;
    }
div.k2fde1_8529.w0a4b1ff_13g .e75602_f24c ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    }
div.k2fde1_8529.w0a4b1ff_13g .e75602_f24c li{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.k2fde1_8529.w0a4b1ff_13g .u43bfefa61{
    padding: 100px 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
    }
div.k2fde1_8529.w0a4b1ff_13g .ufd75dec1{
    max-width: 500px;
    }
div.k2fde1_8529.w0a4b1ff_13g .ufd75dec1 h2{
    font-size: 2rem;
    margin-bottom: 24px;
    }
div.k2fde1_8529.w0a4b1ff_13g .q3687caec7{
    background: #fdfdfd;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #eee; color: #1a1a2e;}
div.k2fde1_8529.w0a4b1ff_13g .x97b__cef1{
    counter-reset: step;
    list-style: none;
    padding: 0;
    }
div.k2fde1_8529.w0a4b1ff_13g .j6c93__de62{
    position: relative;
    padding-left: 50px;
    margin-bottom: 32px;
    }
div.k2fde1_8529.w0a4b1ff_13g .j6c93__de62::before{
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: var(--secondary-color);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    }
div.k2fde1_8529.w0a4b1ff_13g .i4bc1a_903{
    padding: 100px 0;
    }
div.k2fde1_8529.w0a4b1ff_13g .x965a2_9idz{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    }
div.k2fde1_8529.w0a4b1ff_13g .faee39_f1e9 h4{
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: var(--text-main);
    }
div.k2fde1_8529.w0a4b1ff_13g .faee39_f1e9 p{
    font-size: 0.95rem;
    color: var(--text-muted);
    }
div.k2fde1_8529.w0a4b1ff_13g .zabbb30c33f{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    }
div.k2fde1_8529.w0a4b1ff_13g .t478bc5e8ff h5{
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1rem;
    }
div.k2fde1_8529.w0a4b1ff_13g .t478bc5e8ff a{
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    font-size: 0.9rem;
    }
div.k2fde1_8529.w0a4b1ff_13g .bb8d__75af{
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 0.8rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    }
div.k2fde1_8529.w0a4b1ff_13g .m54dea_9db{
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
@media (max-width: 1024px) {div.k2fde1_8529.w0a4b1ff_13g .p2b9862{ grid-template-columns: repeat(2, 1fr); }
div.k2fde1_8529.w0a4b1ff_13g .u43bfefa61{ grid-template-columns: 1fr; gap: 40px; }
div.k2fde1_8529.w0a4b1ff_13g .zabbb30c33f{ grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 640px) {div.k2fde1_8529.w0a4b1ff_13g h1{ font-size: 2.5rem; }
div.k2fde1_8529.w0a4b1ff_13g .p2b9862{ grid-template-columns: 1fr; }
div.k2fde1_8529.w0a4b1ff_13g .k71bfd53c{ padding: 0 20px; }}
.aeb78c357{
    width: 100%;
    background-color: var(--bg-color);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.hb011cc{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    flex: 0 0 2px; color: #1a1a2e;}
.dbbd93_wc{
    max-width: var(--max-width);
    width: 100%;
    padding: 80px 0 64px 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    }
.zd2047__ef5ae{
    display: flex;
    flex-direction: row;
    gap: 64px;
    width: 100%;
    flex: 1 1 auto;
    }
.j1f38__b30c{
    flex: 0 0 380px;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-color);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-lg, 0px); color: #1a1a2e;}
.s0dc__5ca36{
    width: 40px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 0 0 24px 0;
    flex: 0 0 4px; color: #ffffff;}
.fc93a_bac{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 16px 0;
    line-height: 1.2;
    flex: 0 0 auto;
    width: 100%;
    }
.m68737f_c65w{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 32px 0;
    line-height: 1.6;
    flex: 1 1 auto;
    width: 100%;
    }
.j5a2__322c5{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 14px 28px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--radius-md, 0px);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    flex: 0 0 auto;
    width: max-content;
    cursor: pointer;
    }
.j5a2__322c5:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.oee1c__151{
    flex: 1 1 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    }
.h2c0046a{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 auto;
    }
.cxyarelm5376{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px 0;
    width: 100%;
    flex: 0 0 auto;
    }
.l9deb167782{
    width: 24px;
    height: 24px;
    color: var(--text-color);
    flex: 0 0 24px;
    }
.ca17__adf6{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    flex: 1 1 auto;
    width: auto;
    }
.e68ea4a{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    max-width: 480px;
    width: 100%;
    flex: 0 0 auto;
    }
.b8vkm7wm{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin: 32px 0 0 0;
    padding: 24px 32px;
    background-color: rgba(255, 255, 255, 0.015);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm, 0px);
    width: fit-content;
    flex: 0 0 auto; color: #1a1a2e;}
.i0b4c315_2bl{
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 0 0 auto;
    width: auto;
    }
.khnucnz30{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    flex: 0 0 auto;
    width: 100%;
    }
.q1d1d490_wd5o{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    flex: 0 0 auto;
    width: 100%;
    }
.sf8882c5{
    width: 1px;
    height: 36px;
    background-color: var(--border-color);
    flex: 0 0 1px; color: #1a1a2e;}
.h02fde_fce{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto 0 0 0;
    padding: 48px 0 0 0;
    width: 100%;
    flex: 0 0 auto;
    }
.y23f4b__4cf{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    }
.h56cba5_9a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex: 0 0 auto;
    }
.w0aa__a3640{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    width: auto;
    flex: 0 0 auto;
    }
.wdcb951_km{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: var(--border-color);
    margin: 0;
    width: auto;
    flex: 0 0 auto;
    }
@media (max-width: 992px){.zd2047__ef5ae{
    flex-direction: column;
    gap: 48px;
    }
.j1f38__b30c{
    flex: 1 1 auto;
    width: 100%;
    }
.h02fde_fce{
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid var(--border-color);
    }}
@media (max-width: 576px){.dbbd93_wc{
    padding: 48px 0 40px 0;
    }
.b8vkm7wm{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 24px;
    }
.sf8882c5{
    width: 100%;
    height: 1px;
    flex: 0 0 1px;
    }}
.kcf71bb840{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box; color: #ffffff;}
.kcf71bb840 *, .kcf71bb840 *::before, .kcf71bb840 *::after{
    box-sizing: inherit;
    }
.x506c_03{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    z-index: 101; color: #1a1a2e;}
.t040a_fc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.q62e78b{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 48px;
    }
.t5vc6zoe{
    display: flex;
    align-items: center;
    height: 100%;
    }
.a444654b{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.a444654b:hover{
    opacity: 0.8;
    }
.tafxrcqlcf3{
    width: 24px;
    height: 24px;
    color: var(--text-color);
    }
.k6440ea8{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    }
.sdd0c13fb9{
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    }
.g4b33176_ef9w{
    height: 100%;
    display: flex;
    align-items: center;
    }
.v14618ad17{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: var(--transition);
    position: relative;
    }
.v14618ad17::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #1a1a2e;}
.v14618ad17:hover{
    color: #1a1a2e;
    background: var(--nav-hover-bg);
    }
.v14618ad17:hover::after, .v14618ad17.active::after{
    transform: scaleX(1);
    }
.v14618ad17.active{
    color: var(--text-color);
    }
.nc905cf1_77{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 20px;
    background: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.nc905cf1_77:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.nc905cf1_77:active{
    transform: translateY(0);
    }
.ul9ft8rl4oy5{
    display: inline-block;
    }
.ynv8u26vt36{
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
    }
.nc905cf1_77:hover .ynv8u26vt36{
    transform: translateX(3px);
    }
.x806cba37{
    display: none;
    }
.rd74__da3ac{
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
    align-items: center;
    justify-content: center;
    }
.y17aba77_3uy, .y17aba77_3uy::before, .y17aba77_3uy::after{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    position: absolute; color: #1a1a2e;}
.y17aba77_3uy::before{
    content: "";
    top: -6px;
    }
.y17aba77_3uy::after{
    content: "";
    bottom: -6px;
    }
@media (max-width: 1024px){.q62e78b {
    gap: 20px;
    }
.rd74__da3ac {
    display: flex;
    }
.sdd0c13fb9 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.x806cba37:checked ~ .sdd0c13fb9 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
.g4b33176_ef9w {
    width: 100%;
    height: auto;
    }
.v14618ad17 {
    width: 100%;
    height: 52px;
    padding: 0 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }
.v14618ad17::after {
    display: none;
    }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy {
    background: transparent;
    }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy::before {
    top: 0;
    transform: rotate(45deg);
    }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy::after {
    bottom: 0;
    transform: rotate(-45deg);
    }}
@media (max-width: 480px){.nc905cf1_77{
    padding: 0 14px;
    font-size: 12px;
    }
.k6440ea8{
    display: none; 
    }}
@media (min-width: 1025px){.kcf71bb840 #nt2ba2fa2c69, .kcf71bb840 label[for="nt2ba2fa2c69"]{ display: none !important; }}
@media (min-width: 1025px){.kcf71bb840 .sdd0c13fb9{ 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){.kcf71bb840 .sdd0c13fb9{ 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){.kcf71bb840 .sdd0c13fb9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt2ba2fa2c69:checked ~ .sdd0c13fb9 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9 { 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) {#nt2ba2fa2c69:checked ~ .sdd0c13fb9 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.kcf71bb840.bc8c35_a6e7 #nt2ba2fa2c69, .kcf71bb840.bc8c35_a6e7 label[for="nt2ba2fa2c69"] { display: none !important; }}
@media (min-width: 1025px) {.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9 { 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) {.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9 { 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) {.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9 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.k2fde1_8529 img.pc034e_f130 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.k2fde1_8529 img.pc034e_f130.bb0e46b25fa { aspect-ratio: 16 / 9; }
div.k2fde1_8529 img.pc034e_f130.y4fbf93c2 { aspect-ratio: 16 / 10; }
div.k2fde1_8529 img.pc034e_f130.j781__7436 { aspect-ratio: 4 / 3; }
div.k2fde1_8529 img.pc034e_f130.u21fa413c2a { aspect-ratio: 1 / 1; }
div.k2fde1_8529 :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.k2fde1_8529 .ee01__6a05 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.k2fde1_8529 .ee01__6a05.bb0e46b25fa { aspect-ratio: 16 / 9; }
div.k2fde1_8529 .ee01__6a05.y4fbf93c2 { aspect-ratio: 16 / 10; }
div.k2fde1_8529 .ee01__6a05.j781__7436 { aspect-ratio: 4 / 3; }
div.k2fde1_8529 .ee01__6a05.u21fa413c2a { aspect-ratio: 1 / 1; }
div.k2fde1_8529 .ee01__6a05 > img.pc034e_f130,
    div.k2fde1_8529 .ee01__6a05 > picture > img.pc034e_f130 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
@media (max-width: 768px) {div.k2fde1_8529.w0a4b1ff_13g .u43bfefa61 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}
.kcf71bb840{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box; color: #ffffff;}
.kcf71bb840 *, .kcf71bb840 *::before, .kcf71bb840 *::after{
    box-sizing: inherit;
    }
.x506c_03{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    z-index: 101; color: #1a1a2e;}
.t040a_fc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    }
.q62e78b{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 48px;
    }
.t5vc6zoe{
    display: flex;
    align-items: center;
    height: 100%;
    }
.a444654b{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.a444654b:hover{
    opacity: 0.8;
    }
.tafxrcqlcf3{
    width: 24px;
    height: 24px;
    color: var(--text-color);
    }
.k6440ea8{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    }
.sdd0c13fb9{
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    }
.g4b33176_ef9w{
    height: 100%;
    display: flex;
    align-items: center;
    }
.v14618ad17{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: var(--transition);
    position: relative;
    }
.v14618ad17::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #1a1a2e;}
.v14618ad17:hover{
    color: #1a1a2e;
    background: var(--nav-hover-bg);
    }
.v14618ad17:hover::after, .v14618ad17.active::after{
    transform: scaleX(1);
    }
.v14618ad17.active{
    color: var(--text-color);
    }
.nc905cf1_77{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 20px;
    background: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.nc905cf1_77:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.nc905cf1_77:active{
    transform: translateY(0);
    }
.ul9ft8rl4oy5{
    display: inline-block;
    }
.ynv8u26vt36{
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
    }
.nc905cf1_77:hover .ynv8u26vt36{
    transform: translateX(3px);
    }
.x806cba37{
    display: none;
    }
.rd74__da3ac{
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
    align-items: center;
    justify-content: center;
    }
.y17aba77_3uy, .y17aba77_3uy::before, .y17aba77_3uy::after{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
    position: absolute; color: #1a1a2e;}
.y17aba77_3uy::before{
    content: "";
    top: -6px;
    }
.y17aba77_3uy::after{
    content: "";
    bottom: -6px;
    }
@media (max-width: 1024px){.q62e78b {
    gap: 20px;
    }
.rd74__da3ac {
    display: flex;
    }
.sdd0c13fb9 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.x806cba37:checked ~ .sdd0c13fb9 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
.g4b33176_ef9w {
    width: 100%;
    height: auto;
    }
.v14618ad17 {
    width: 100%;
    height: 52px;
    padding: 0 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }
.v14618ad17::after {
    display: none;
    }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy {
    background: transparent;
    }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy::before {
    top: 0;
    transform: rotate(45deg);
    }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy::after {
    bottom: 0;
    transform: rotate(-45deg);
    }}
@media (max-width: 480px){.nc905cf1_77{
    padding: 0 14px;
    font-size: 12px;
    }
.k6440ea8{
    display: none; 
    }}
@media (min-width: 1025px){.kcf71bb840 #nt2ba2fa2c69, .kcf71bb840 label[for="nt2ba2fa2c69"]{ display: none !important; }}
@media (min-width: 1025px){.kcf71bb840 .sdd0c13fb9{ 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){.kcf71bb840 .sdd0c13fb9{ 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){.kcf71bb840 .sdd0c13fb9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt2ba2fa2c69:checked ~ .sdd0c13fb9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9{ 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){#nt2ba2fa2c69:checked ~ .sdd0c13fb9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.kcf71bb840.bc8c35_a6e7 #nt2ba2fa2c69, .kcf71bb840.bc8c35_a6e7 label[for="nt2ba2fa2c69"]{ display: none !important; }}
@media (min-width: 1025px){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9{ 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){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9{ 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){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.aeb78c357{
    width: 100%;
    background-color: var(--bg-color);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.hb011cc{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    flex: 0 0 2px; color: #1a1a2e;}
.dbbd93_wc{
    max-width: var(--max-width);
    width: 100%;
    padding: 80px 0 64px 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    }
.zd2047__ef5ae{
    display: flex;
    flex-direction: row;
    gap: 64px;
    width: 100%;
    flex: 1 1 auto;
    }
.j1f38__b30c{
    flex: 0 0 380px;
    width: 380px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-color);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-lg, 0px); color: #1a1a2e;}
.s0dc__5ca36{
    width: 40px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 0 0 24px 0;
    flex: 0 0 4px; color: #ffffff;}
.fc93a_bac{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 16px 0;
    line-height: 1.2;
    flex: 0 0 auto;
    width: 100%;
    }
.m68737f_c65w{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 32px 0;
    line-height: 1.6;
    flex: 1 1 auto;
    width: 100%;
    }
.j5a2__322c5{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 14px 28px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--radius-md, 0px);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    flex: 0 0 auto;
    width: max-content;
    cursor: pointer;
    }
.j5a2__322c5:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.oee1c__151{
    flex: 1 1 0%;
    width: 100%;
    display: flex;
    flex-direction: column;
    }
.h2c0046a{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 auto;
    }
.cxyarelm5376{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px 0;
    width: 100%;
    flex: 0 0 auto;
    }
.l9deb167782{
    width: 24px;
    height: 24px;
    color: var(--text-color);
    flex: 0 0 24px;
    }
.ca17__adf6{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    flex: 1 1 auto;
    width: auto;
    }
.e68ea4a{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    max-width: 480px;
    width: 100%;
    flex: 0 0 auto;
    }
.b8vkm7wm{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin: 32px 0 0 0;
    padding: 24px 32px;
    background-color: rgba(255, 255, 255, 0.015);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm, 0px);
    width: fit-content;
    flex: 0 0 auto; color: #1a1a2e;}
.i0b4c315_2bl{
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 0 0 auto;
    width: auto;
    }
.khnucnz30{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    flex: 0 0 auto;
    width: 100%;
    }
.q1d1d490_wd5o{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    flex: 0 0 auto;
    width: 100%;
    }
.sf8882c5{
    width: 1px;
    height: 36px;
    background-color: var(--border-color);
    flex: 0 0 1px; color: #1a1a2e;}
.h02fde_fce{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto 0 0 0;
    padding: 48px 0 0 0;
    width: 100%;
    flex: 0 0 auto;
    }
.y23f4b__4cf{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    }
.h56cba5_9a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex: 0 0 auto;
    }
.w0aa__a3640{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    width: auto;
    flex: 0 0 auto;
    }
.wdcb951_km{
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: var(--border-color);
    margin: 0;
    width: auto;
    flex: 0 0 auto;
    }
@media (max-width: 992px){.zd2047__ef5ae{
    flex-direction: column;
    gap: 48px;
    }
.j1f38__b30c{
    flex: 1 1 auto;
    width: 100%;
    }
.h02fde_fce{
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid var(--border-color);
    }}
@media (max-width: 576px){.dbbd93_wc{
    padding: 48px 0 40px 0;
    }
.b8vkm7wm{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 24px;
    }
.sf8882c5{
    width: 100%;
    height: 1px;
    flex: 0 0 1px;
    }}
.kcf71bb840{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box; color: #ffffff;}
.kcf71bb840 *, .kcf71bb840 *::before, .kcf71bb840 *::after{
  box-sizing: inherit;
}
.x506c_03{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
  z-index: 101; color: #1a1a2e;}
.t040a_fc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
}
.q62e78b{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 48px;
}
.t5vc6zoe{
  display: flex;
  align-items: center;
  height: 100%;
}
.a444654b{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.a444654b:hover{
  opacity: 0.8;
}
.tafxrcqlcf3{
  width: 24px;
  height: 24px;
  color: var(--text-color);
}
.k6440ea8{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sdd0c13fb9{
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.g4b33176_ef9w{
  height: 100%;
  display: flex;
  align-items: center;
}
.v14618ad17{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
}
.v14618ad17::after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--text-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #1a1a2e;}
.v14618ad17:hover{
  color: #1a1a2e;
  background: var(--nav-hover-bg);
}
.v14618ad17:hover::after, .v14618ad17.active::after{
  transform: scaleX(1);
}
.v14618ad17.active{
  color: var(--text-color);
}
.nc905cf1_77{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 20px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nc905cf1_77:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.nc905cf1_77:active{
  transform: translateY(0);
}
.ul9ft8rl4oy5{
  display: inline-block;
}
.ynv8u26vt36{
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.nc905cf1_77:hover .ynv8u26vt36{
  transform: translateX(3px);
}
.x806cba37{
  display: none;
}
.rd74__da3ac{
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.y17aba77_3uy, .y17aba77_3uy::before, .y17aba77_3uy::after{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition);
  position: absolute; color: #1a1a2e;}
.y17aba77_3uy::before{
  content: "";
  top: -6px;
}
.y17aba77_3uy::after{
  content: "";
  bottom: -6px;
}
@media (max-width: 1024px){.q62e78b {
    gap: 20px;
  }
.rd74__da3ac {
    display: flex;
  }
.sdd0c13fb9 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: #ffffff;}
.x806cba37:checked ~ .sdd0c13fb9 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
.g4b33176_ef9w {
    width: 100%;
    height: auto;
  }
.v14618ad17 {
    width: 100%;
    height: 52px;
    padding: 0 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
.v14618ad17::after {
    display: none;
  }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy {
    background: transparent;
  }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy::before {
    top: 0;
    transform: rotate(45deg);
  }
.x806cba37:checked + .rd74__da3ac .y17aba77_3uy::after {
    bottom: 0;
    transform: rotate(-45deg);
  }}
@media (max-width: 480px){.nc905cf1_77{
    padding: 0 14px;
    font-size: 12px;
  }
.k6440ea8{
    display: none; 
  }}
@media (min-width: 1025px){.kcf71bb840 #nt2ba2fa2c69, .kcf71bb840 label[for="nt2ba2fa2c69"]{ display: none !important; }}
@media (min-width: 1025px){.kcf71bb840 .sdd0c13fb9{ 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){.kcf71bb840 .sdd0c13fb9{ 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){.kcf71bb840 .sdd0c13fb9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt2ba2fa2c69:checked ~ .sdd0c13fb9{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9{ 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){#nt2ba2fa2c69:checked ~ .sdd0c13fb9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.kcf71bb840.bc8c35_a6e7 #nt2ba2fa2c69, .kcf71bb840.bc8c35_a6e7 label[for="nt2ba2fa2c69"]{ display: none !important; }}
@media (min-width: 1025px){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9{ 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){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9{ 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){.kcf71bb840.bc8c35_a6e7 .sdd0c13fb9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.v36dba_4d8c{
  width: 100%;
  background-color: var(--bg-color);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--border-color); color: #ffffff;}
.i225f0f58{
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  flex: 0 0 2px; color: #1a1a2e;}
.sb03__d960{
  max-width: var(--max-width);
  width: 100%;
  padding: 80px 0 64px 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.xde7e6_0817{
  display: flex;
  flex-direction: row;
  gap: 64px;
  width: 100%;
  flex: 1 1 auto;
}
.c8279d311{
  flex: 0 0 380px;
  width: 380px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-lg, 0px); color: #1a1a2e;}
.f95e__5d18{
  width: 40px;
  height: 4px;
  background-color: var(--primary-color);
  margin: 0 0 24px 0;
  flex: 0 0 4px; color: #ffffff;}
.y747a8cf696{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 16px 0;
  line-height: 1.2;
  flex: 0 0 auto;
  width: 100%;
}
.k41957ca4{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 32px 0;
  line-height: 1.6;
  flex: 1 1 auto;
  width: 100%;
}
.i75338_c326{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 14px 28px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius-md, 0px);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  flex: 0 0 auto;
  width: max-content;
  cursor: pointer;
}
.i75338_c326:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.v02459fff{
  flex: 1 1 0%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.o4955b4aab1{
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 0 auto;
}
.yd21e69a2{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px 0;
  width: 100%;
  flex: 0 0 auto;
}
.nbebf4_5629{
  width: 24px;
  height: 24px;
  color: var(--text-color);
  flex: 0 0 24px;
}
.x552e74489d{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.5px;
  flex: 1 1 auto;
  width: auto;
}
.wdc8099e4{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
  max-width: 480px;
  width: 100%;
  flex: 0 0 auto;
}
.mf5b__e723{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin: 32px 0 0 0;
  padding: 24px 32px;
  background-color: rgba(255, 255, 255, 0.015);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 0px);
  width: fit-content;
  flex: 0 0 auto; color: #1a1a2e;}
.ufab__55f6{
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 auto;
  width: auto;
}
.q1bec456b59{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color);
  flex: 0 0 auto;
  width: 100%;
}
.ode8__2b58{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  flex: 0 0 auto;
  width: 100%;
}
.q5d60e_1022{
  width: 1px;
  height: 36px;
  background-color: var(--border-color);
  flex: 0 0 1px; color: #1a1a2e;}
.odae75_4311{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto 0 0 0;
  padding: 48px 0 0 0;
  width: 100%;
  flex: 0 0 auto;
}
.h46ce3_3555{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  width: 100%;
  flex: 0 0 auto;
}
.fdc430_1588{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex: 0 0 auto;
}
.d6889dbeb29{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  width: auto;
  flex: 0 0 auto;
}
.td8c__6143{
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 13px;
  color: var(--border-color);
  margin: 0;
  width: auto;
  flex: 0 0 auto;
}
@media (max-width: 992px){.xde7e6_0817{
    flex-direction: column;
    gap: 48px;
  }
.c8279d311{
    flex: 1 1 auto;
    width: 100%;
  }
.odae75_4311{
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
    border-top: 1px solid var(--border-color);
  }}
@media (max-width: 576px){.sb03__d960{
    padding: 48px 0 40px 0;
  }
.mf5b__e723{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 24px;
  }
.q5d60e_1022{
    width: 100%;
    height: 1px;
    flex: 0 0 1px;
  }}
.ladb41629c5{box-sizing:border-box;}
.zd05__207d{box-sizing:border-box;}
.xade540478d{box-sizing:border-box;}
.nd9e042592c{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.b8vkm7wm { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.b8vkm7wm > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.k2fde1_8529.w0a4b1ff_13g .u43bfefa61 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}