:root {

  --primary-color: hsl(196, 71%, 60%);
  --secondary-color: hsl(298, 57%, 60%);
  --bg-color: hsl(200, 18%, 8%);
  --text-color: hsl(196, 20%, 98%);
  --text-muted: hsl(196, 10%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.7);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  --nav-bg: rgba(18, 22, 25, 0.75);
  --wps-primary: var(--nav-primary-color, hsl(196, 71%, 60%));
  --wps-primary-dark: hsl(196, 75%, 45%);
  --wps-secondary: var(--nav-secondary-color, hsl(298, 57%, 60%));
  --wps-text-main: var(--text-color, hsl(196, 10%, 9%));
  --wps-text-muted: hsl(196, 10%, 40%);
  --wps-bg-main: var(--bg-color, hsl(196, 7%, 96%));
  --wps-bg-card: #ffffff;
  --wps-border-color: rgba(10, 25, 47, 0.08);
  --wps-radius: var(--nav-border-radius, 12px);
  --wps-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --wps-shadow-lg: var(--nav-box-shadow, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04));
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --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%);
}
.hf7e3638{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text-color);
    display: flex;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    }
.z98e113_057{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.le6365_zh8{
    display: flex;
    align-items: center;
    width: 25%;
    flex-shrink: 0;
    }
.je2b5__d5c1{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: var(--transition);
    }
.je2b5__d5c1:hover{
    opacity: 0.8;
    }
.hde4f7e5_os{
    width: 32px;
    height: 32px;
    }
.i32cbb9b{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    }
.lcef7_f76{
    display: none;
    }
.n6fc948e_sr{
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    }
.yb16636_gxsb{
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    }
.w288872_13{
    height: 100%;
    display: flex;
    align-items: center;
    }
.i092e71649{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.i092e71649:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.06);
    }
.i092e71649.active{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.1);
    }
.a18de8827c{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 25%;
    flex-shrink: 0;
    }
.pc7ec10_3opi{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    
    background: var(--primary-color);
    
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    padding: 10px 20px;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.pc7ec10_3opi:hover{
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    filter: brightness(1.1);
    }
.pc7ec10_3opi:active{
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
    }
.ea34d25_6d{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    }
.gb0149a_508{
    flex-shrink: 0;
    }
.v6q6p0bspa{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.v6q6p0bspa:hover{
    background: rgba(255, 255, 255, 0.08); color: #1a1a2e;}
.hadb2_7e{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 900px){.le6365_zh8, .a18de8827c {
    width: auto;
    }
.v6q6p0bspa {
    display: flex;
    }
.n6fc948e_sr {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition); color: #ffffff;}
.yb16636_gxsb {
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
    gap: 8px;
    }
.w288872_13 {
    width: 100%;
    height: auto;
    justify-content: center;
    }
.i092e71649 {
    width: 88%;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    }
.lcef7_f76:checked ~ .n6fc948e_sr {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(2) {
    opacity: 0;
    }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (max-width: 480px){.ea34d25_6d{
    display: none;
    }
.pc7ec10_3opi{
    padding: 10px;
    border-radius: var(--radius-md);
    }
.gb0149a_508{
    margin: 0;
    }}
@media (min-width: 901px){.hf7e3638 #nt9bf7f70211, .hf7e3638 label[for="nt9bf7f70211"]{ display: none !important; }}
@media (min-width: 901px){.hf7e3638 .n6fc948e_sr{ 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: 901px){.hf7e3638 .n6fc948e_sr{ 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: 901px){.hf7e3638 .n6fc948e_sr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i092e71649.active {color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
#nt9bf7f70211:checked ~ .n6fc948e_sr { right: 0 !important; left: auto !important; }
@media (max-width: 900px) {.hf7e3638.la89a6_3fe1 .n6fc948e_sr { 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: 900px) {#nt9bf7f70211:checked ~ .n6fc948e_sr { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px) {.hf7e3638.la89a6_3fe1 #nt9bf7f70211, .hf7e3638.la89a6_3fe1 label[for="nt9bf7f70211"] { display: none !important; }}
@media (min-width: 901px) {.hf7e3638.la89a6_3fe1 .n6fc948e_sr { 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: 901px) {.hf7e3638.la89a6_3fe1 .n6fc948e_sr { 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: 901px) {.hf7e3638.la89a6_3fe1 .n6fc948e_sr a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ydc0071_et1{
    background-color: var(--bg-color, hsl(200, 18%, 8%));
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color, hsl(196, 20%, 98%));
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    }
.syqk9xbv{
    max-width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.fkeogo4gy{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 64px;
    width: 100%;
    margin-bottom: 80px;
    }
.kc042__1f4a{
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    }
.i6b4b2_tz{
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #1a1a2e;
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(135deg, var(--text-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
.s9e07bbd443{
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted, hsl(196, 10%, 65%));
    margin-top: 0;
    margin-bottom: 32px;
    width: 100%;
    max-width: 360px;
    }
.b30185c58{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 8px);
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
    box-shadow: var(--shadow-sm, 0 4px 12px rgba(0, 0, 0, 0.3));
    width: max-content;
    border: none;
    letter-spacing: 0.3px;
    }
.b30185c58:hover{
    box-shadow: 0 8px 24px rgba(111, 195, 223, 0.3);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.ob6398e689{
    flex: 2 1 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
    justify-content: space-between;
    }
.d9dd7d5{
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    }
.x7c0b__470a4{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, hsl(196, 20%, 98%));
    margin-bottom: 8px;
    width: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
    }
.x9f62aef6{
    font-size: 15px;
    color: var(--text-muted, hsl(196, 10%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
    width: max-content;
    line-height: 1.5;
    }
.x9f62aef6:hover{
    color: var(--primary-color, hsl(196, 71%, 60%));
    transform: translateX(4px);
    }
.k22df1__eef8{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    }
.c2d669_357{
    font-size: 14px;
    color: var(--text-muted, hsl(196, 10%, 65%));
    flex: 1 1 auto;
    width: auto;
    }
.s4ec__bb4f{
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex: 0 0 auto;
    width: auto;
    flex-wrap: wrap;
    }
.km5ceta95f{
    font-size: 14px;
    color: var(--text-muted, hsl(196, 10%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
    width: max-content;
    }
.km5ceta95f:hover{
    color: var(--text-color, hsl(196, 20%, 98%));
    }
@media (max-width: 900px){.fkeogo4gy{
    gap: 48px;
    }}
@media (max-width: 768px){.ydc0071_et1{
    padding-top: 64px;
    padding-bottom: 32px;
    }
.fkeogo4gy{
    flex-direction: column;
    gap: 56px;
    margin-bottom: 48px;
    }
.kc042__1f4a{
    flex: 1 1 auto;
    }
.ob6398e689{
    flex: 1 1 auto;
    flex-direction: column;
    gap: 40px;
    }
.d9dd7d5{
    flex: 1 1 auto;
    }
.k22df1__eef8{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    }
.s4ec__bb4f{
    flex-direction: column;
    gap: 16px;
    width: 100%;
    }
.km5ceta95f{
    width: 100%;
    }}
div.m3cbc230c.u25f262_fc *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.m3cbc230c.u25f262_fc{
    font-family: var(--font-sans);
    color: var(--wps-text-main, #151a1c);
    background-color: var(--wps-bg-main, #f3f5f6);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.m3cbc230c.u25f262_fc .l806450_63d{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.m3cbc230c.u25f262_fc div{
    padding: 4rem 0;
    }
div.m3cbc230c.u25f262_fc .n8383c_9ob8{
    text-align: left;
    margin-bottom: 2.5rem;
    }
div.m3cbc230c.u25f262_fc .fs6ffykrbd{
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--wps-text-main) 0%, var(--wps-primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
div.m3cbc230c.u25f262_fc .w0704_d52{
    font-size: 1.125rem;
    color: var(--wps-text-muted);
    max-width: 600px;
    margin-left: 0;
    }
div.m3cbc230c.u25f262_fc .j30f__65c{
    padding: 6rem 0 4rem;
    background: linear-gradient(to bottom, #ffffff, var(--wps-bg-main));
    border-bottom: 1px solid var(--wps-border-color); color: #1a1a2e;}
div.m3cbc230c.u25f262_fc .fyucm9dtmfr3{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
    }
div.m3cbc230c.u25f262_fc .y47d7c0c{position: relative;
    border-radius: var(--wps-radius);
    overflow: hidden;
    box-shadow: var(--wps-shadow-lg);
    aspect-ratio: 16/10; isolation: isolate;}
div.m3cbc230c.u25f262_fc .y47d7c0c img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.m3cbc230c.u25f262_fc .ycad24_rd8a{
    text-align: left;
    }
div.m3cbc230c.u25f262_fc .ecde2ab_xla0{
    display: inline-block;
    padding: 4px 12px;
    background-color: rgba(53, 179, 230, 0.1);
    color: #1a1a2e;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    }
div.m3cbc230c.u25f262_fc .ky32vc4o80{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    color: var(--wps-text-main);
    }
div.m3cbc230c.u25f262_fc .vhp6jjsk6m{
    font-size: 1.25rem;
    color: var(--wps-text-muted);
    margin-bottom: 2.5rem;
    margin-left: 0;
    }
div.m3cbc230c.u25f262_fc .t77409cc{
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    }
div.m3cbc230c.u25f262_fc .zbfc__c0958{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    }
div.m3cbc230c.u25f262_fc .t64f21767f{
    background: linear-gradient(135deg, var(--wps-primary) 0%, var(--wps-primary-dark) 100%);
    color: #1a1a2e;
    box-shadow: 0 4px 14px 0 rgba(53, 179, 230, 0.39);
    border: none;
    }
div.m3cbc230c.u25f262_fc .t64f21767f:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(53, 179, 230, 0.5);
    }
div.m3cbc230c.u25f262_fc .w1b87_c1f{
    background-color: var(--wps-bg-card);
    color: #1a1a2e;
    border: 1px solid var(--wps-border-color);
    box-shadow: var(--wps-shadow-sm);
    }
div.m3cbc230c.u25f262_fc .w1b87_c1f:hover{
    border-color: var(--wps-text-muted);
    background-color: #f8fafc; color: #1a1a2e;}
div.m3cbc230c.u25f262_fc .j88e415b86{
    font-size: 0.875rem;
    color: var(--wps-text-muted);
    }
div.m3cbc230c.u25f262_fc .qik9j5dpf{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    }
div.m3cbc230c.u25f262_fc .p1732231a{
    background-color: var(--wps-bg-card);
    border: 1px solid var(--wps-border-color);
    border-radius: var(--wps-radius);
    padding: 2rem 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left; color: #1a1a2e;}
div.m3cbc230c.u25f262_fc .p1732231a:hover{
    transform: translateY(-4px);
    box-shadow: var(--wps-shadow-lg);
    }
div.m3cbc230c.u25f262_fc .qde3467_t1tb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(53, 179, 230, 0.1);
    color: #1a1a2e;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    }
div.m3cbc230c.u25f262_fc .qde3467_t1tb svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.m3cbc230c.u25f262_fc .p1732231a h3{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--wps-text-main);
    }
div.m3cbc230c.u25f262_fc .p1732231a p{
    font-size: 0.9375rem;
    color: var(--wps-text-muted);
    }
div.m3cbc230c.u25f262_fc .m9ef3a__464c{
    background-color: #ffffff;
    border-top: 1px solid var(--wps-border-color);
    border-bottom: 1px solid var(--wps-border-color); color: #1a1a2e;}
div.m3cbc230c.u25f262_fc .l61f09e726{
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    }
div.m3cbc230c.u25f262_fc .v6e77b__4df9b{
    text-align: left;
    }
div.m3cbc230c.u25f262_fc .gd335__f29a{
    list-style: none;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    }
div.m3cbc230c.u25f262_fc .gd335__f29a li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    font-size: 1rem;
    color: var(--wps-text-muted);
    }
div.m3cbc230c.u25f262_fc .mfce63b{
    color: var(--wps-secondary);
    flex-shrink: 0;
    }
div.m3cbc230c.u25f262_fc .ga5b6rsv50we{
    color: var(--wps-primary-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.2s;
    }
div.m3cbc230c.u25f262_fc .ga5b6rsv50we:hover{
    color: var(--wps-primary);
    }
div.m3cbc230c.u25f262_fc .wb996256{
    border-radius: var(--wps-radius);
    overflow: hidden;
    box-shadow: var(--wps-shadow-lg);
    }
div.m3cbc230c.u25f262_fc .wb996256 img{
    width: 100%;
    height: auto;
    display: block;
    }
div.m3cbc230c.u25f262_fc .g649ebab_0ri3{background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: var(--wps-radius);
    padding: 4rem;
    text-align: center;
    color: #ffffff;
    margin: 4rem auto;
    position: relative;
    overflow: hidden; isolation: isolate;}
div.m3cbc230c.u25f262_fc .g649ebab_0ri3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/index-office-data-visual-3.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
    }
div.m3cbc230c.u25f262_fc .woptmrs0i9a9{
    position: relative;
    z-index: 1;
    }
div.m3cbc230c.u25f262_fc .g649ebab_0ri3 h2{
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    }
div.m3cbc230c.u25f262_fc .g649ebab_0ri3 p{
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto 2rem;
    }
div.m3cbc230c.u25f262_fc .e44af3_0246{
    background-color: #ffffff;
    padding: 3rem 0;
    border-top: 1px solid var(--wps-border-color);
    text-align: left; color: #1a1a2e;}
div.m3cbc230c.u25f262_fc .sb47__9efd{
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 1.5rem;
    }
div.m3cbc230c.u25f262_fc .sb47__9efd a{
    color: var(--wps-text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    }
div.m3cbc230c.u25f262_fc .sb47__9efd a:hover{
    color: var(--wps-primary);
    }
div.m3cbc230c.u25f262_fc .u67b__49c5{
    font-size: 0.875rem;
    color: #94a3b8;
    }
@media (max-width: 1024px) {div.m3cbc230c.u25f262_fc .fyucm9dtmfr3, div.m3cbc230c.u25f262_fc .l61f09e726{
    grid-template-columns: 1fr;
    }
div.m3cbc230c.u25f262_fc .y47d7c0c{
    order: -1; 
    }
div.m3cbc230c.u25f262_fc .qik9j5dpf{
    grid-template-columns: repeat(2, 1fr);
    }
div.m3cbc230c.u25f262_fc .ycad24_rd8a, div.m3cbc230c.u25f262_fc .n8383c_9ob8, div.m3cbc230c.u25f262_fc .v6e77b__4df9b, div.m3cbc230c.u25f262_fc .p1732231a{
    text-align: left;
    }
div.m3cbc230c.u25f262_fc .vhp6jjsk6m, div.m3cbc230c.u25f262_fc .w0704_d52{
    margin-left: 0;
    }
div.m3cbc230c.u25f262_fc .t77409cc, div.m3cbc230c.u25f262_fc .sb47__9efd, div.m3cbc230c.u25f262_fc .gd335__f29a li{
    justify-content: flex-start;
    }
div.m3cbc230c.u25f262_fc .gd335__f29a li{
    flex-direction: row-reverse;
    justify-content: flex-start;
    }}
@media (max-width: 640px) {div.m3cbc230c.u25f262_fc .qik9j5dpf{
    grid-template-columns: 1fr;
    }
div.m3cbc230c.u25f262_fc .ky32vc4o80{
    font-size: 2.5rem;
    }
div.m3cbc230c.u25f262_fc .g649ebab_0ri3{
    padding: 2rem 1.5rem;
    }}
div.m3cbc230c.u25f262_fc .ra8f4ea78{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.m3cbc230c img.q3ed__440c {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.m3cbc230c img.q3ed__440c.i31395e64b3 { aspect-ratio: 16 / 9; }
div.m3cbc230c img.q3ed__440c.m3d65f4dc78 { aspect-ratio: 16 / 10; }
div.m3cbc230c img.q3ed__440c.yebcf4b9c { aspect-ratio: 4 / 3; }
div.m3cbc230c img.q3ed__440c.u56e84fadab { aspect-ratio: 1 / 1; }
div.m3cbc230c :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.m3cbc230c .d8d3__bca9 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.m3cbc230c .d8d3__bca9.i31395e64b3 { aspect-ratio: 16 / 9; }
div.m3cbc230c .d8d3__bca9.m3d65f4dc78 { aspect-ratio: 16 / 10; }
div.m3cbc230c .d8d3__bca9.yebcf4b9c { aspect-ratio: 4 / 3; }
div.m3cbc230c .d8d3__bca9.u56e84fadab { aspect-ratio: 1 / 1; }
div.m3cbc230c .d8d3__bca9 > img.q3ed__440c,
    div.m3cbc230c .d8d3__bca9 > picture > img.q3ed__440c {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.m3cbc230c.u25f262_fc .t64f21767f a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.m3cbc230c.u25f262_fc .t64f21767f a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.m3cbc230c.u25f262_fc .t64f21767f a:not([class]):hover{opacity:0.92;}
div.m3cbc230c.u25f262_fc .t64f21767f a[class=""]:hover{opacity:0.92;}
div.m3cbc230c.u25f262_fc .t64f21767f a:not([class]):visited{color:#ffffff !important;}
div.m3cbc230c.u25f262_fc .t64f21767f a[class=""]:visited{color:#ffffff !important;}
.hf7e3638{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text-color);
    display: flex;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    }
.z98e113_057{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.le6365_zh8{
    display: flex;
    align-items: center;
    width: 25%;
    flex-shrink: 0;
    }
.je2b5__d5c1{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: var(--transition);
    }
.je2b5__d5c1:hover{
    opacity: 0.8;
    }
.hde4f7e5_os{
    width: 32px;
    height: 32px;
    }
.i32cbb9b{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: 0.5px;
    }
.lcef7_f76{
    display: none;
    }
.n6fc948e_sr{
    flex: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    }
.yb16636_gxsb{
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    }
.w288872_13{
    height: 100%;
    display: flex;
    align-items: center;
    }
.i092e71649{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.i092e71649:hover{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.06);
    }
.i092e71649.active{
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.1);
    }
.a18de8827c{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    width: 25%;
    flex-shrink: 0;
    }
.pc7ec10_3opi{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    
    background: var(--primary-color);
    
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    padding: 10px 20px;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.pc7ec10_3opi:hover{
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    filter: brightness(1.1);
    }
.pc7ec10_3opi:active{
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
    }
.ea34d25_6d{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    }
.gb0149a_508{
    flex-shrink: 0;
    }
.v6q6p0bspa{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.v6q6p0bspa:hover{
    background: rgba(255, 255, 255, 0.08); color: #1a1a2e;}
.hadb2_7e{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 900px){.le6365_zh8, .a18de8827c {
    width: auto;
    }
.v6q6p0bspa {
    display: flex;
    }
.n6fc948e_sr {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition); color: #ffffff;}
.yb16636_gxsb {
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
    gap: 8px;
    }
.w288872_13 {
    width: 100%;
    height: auto;
    justify-content: center;
    }
.i092e71649 {
    width: 88%;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    }
.lcef7_f76:checked ~ .n6fc948e_sr {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(2) {
    opacity: 0;
    }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (max-width: 480px){.ea34d25_6d{
    display: none;
    }
.pc7ec10_3opi{
    padding: 10px;
    border-radius: var(--radius-md);
    }
.gb0149a_508{
    margin: 0;
    }}
@media (min-width: 901px){.hf7e3638 #nt9bf7f70211, .hf7e3638 label[for="nt9bf7f70211"]{ display: none !important; }}
@media (min-width: 901px){.hf7e3638 .n6fc948e_sr{ 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: 901px){.hf7e3638 .n6fc948e_sr{ 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: 901px){.hf7e3638 .n6fc948e_sr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i092e71649.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
#nt9bf7f70211:checked ~ .n6fc948e_sr{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr{ 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: 900px){#nt9bf7f70211:checked ~ .n6fc948e_sr{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.hf7e3638.la89a6_3fe1 #nt9bf7f70211, .hf7e3638.la89a6_3fe1 label[for="nt9bf7f70211"]{ display: none !important; }}
@media (min-width: 901px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr{ 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: 901px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr{ 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: 901px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ydc0071_et1{
    background-color: var(--bg-color, hsl(200, 18%, 8%));
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color, hsl(196, 20%, 98%));
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    }
.syqk9xbv{
    max-width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.fkeogo4gy{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 64px;
    width: 100%;
    margin-bottom: 80px;
    }
.kc042__1f4a{
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    }
.i6b4b2_tz{
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #1a1a2e;
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(135deg, var(--text-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
.s9e07bbd443{
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted, hsl(196, 10%, 65%));
    margin-top: 0;
    margin-bottom: 32px;
    width: 100%;
    max-width: 360px;
    }
.b30185c58{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 8px);
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
    box-shadow: var(--shadow-sm, 0 4px 12px rgba(0, 0, 0, 0.3));
    width: max-content;
    border: none;
    letter-spacing: 0.3px;
    }
.b30185c58:hover{
    box-shadow: 0 8px 24px rgba(111, 195, 223, 0.3);
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
.ob6398e689{
    flex: 2 1 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
    justify-content: space-between;
    }
.d9dd7d5{
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    }
.x7c0b__470a4{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, hsl(196, 20%, 98%));
    margin-bottom: 8px;
    width: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
    }
.x9f62aef6{
    font-size: 15px;
    color: var(--text-muted, hsl(196, 10%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
    width: max-content;
    line-height: 1.5;
    }
.x9f62aef6:hover{
    color: var(--primary-color, hsl(196, 71%, 60%));
    transform: translateX(4px);
    }
.k22df1__eef8{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
    }
.c2d669_357{
    font-size: 14px;
    color: var(--text-muted, hsl(196, 10%, 65%));
    flex: 1 1 auto;
    width: auto;
    }
.s4ec__bb4f{
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex: 0 0 auto;
    width: auto;
    flex-wrap: wrap;
    }
.km5ceta95f{
    font-size: 14px;
    color: var(--text-muted, hsl(196, 10%, 65%));
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
    width: max-content;
    }
.km5ceta95f:hover{
    color: var(--text-color, hsl(196, 20%, 98%));
    }
@media (max-width: 900px){.fkeogo4gy{
    gap: 48px;
    }}
@media (max-width: 768px){.ydc0071_et1{
    padding-top: 64px;
    padding-bottom: 32px;
    }
.fkeogo4gy{
    flex-direction: column;
    gap: 56px;
    margin-bottom: 48px;
    }
.kc042__1f4a{
    flex: 1 1 auto;
    }
.ob6398e689{
    flex: 1 1 auto;
    flex-direction: column;
    gap: 40px;
    }
.d9dd7d5{
    flex: 1 1 auto;
    }
.k22df1__eef8{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
    }
.s4ec__bb4f{
    flex-direction: column;
    gap: 16px;
    width: 100%;
    }
.km5ceta95f{
    width: 100%;
    }}
.hf7e3638{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text-color);
  display: flex;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}
.z98e113_057{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.le6365_zh8{
  display: flex;
  align-items: center;
  width: 25%;
  flex-shrink: 0;
}
.je2b5__d5c1{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: var(--transition);
}
.je2b5__d5c1:hover{
  opacity: 0.8;
}
.hde4f7e5_os{
  width: 32px;
  height: 32px;
}
.i32cbb9b{
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: 0.5px;
}
.lcef7_f76{
  display: none;
}
.n6fc948e_sr{
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
}
.yb16636_gxsb{
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.w288872_13{
  height: 100%;
  display: flex;
  align-items: center;
}
.i092e71649{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}
.i092e71649:hover{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.06);
}
.i092e71649.active{
  color: #1a1a2e;
  background: rgba(255, 255, 255, 0.1);
}
.a18de8827c{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 25%;
  flex-shrink: 0;
}
.pc7ec10_3opi{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  
  background: var(--primary-color);
  
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #1a1a2e;
  padding: 10px 20px;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.pc7ec10_3opi:hover{
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  filter: brightness(1.1);
}
.pc7ec10_3opi:active{
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}
.ea34d25_6d{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.gb0149a_508{
  flex-shrink: 0;
}
.v6q6p0bspa{
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.v6q6p0bspa:hover{
  background: rgba(255, 255, 255, 0.08); color: #1a1a2e;}
.hadb2_7e{
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 900px){.le6365_zh8, .a18de8827c {
    width: auto;
  }
.v6q6p0bspa {
    display: flex;
  }
.n6fc948e_sr {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition); color: #ffffff;}
.yb16636_gxsb {
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
    gap: 8px;
  }
.w288872_13 {
    width: 100%;
    height: auto;
    justify-content: center;
  }
.i092e71649 {
    width: 88%;
    text-align: center;
    padding: 12px;
    font-size: 15px;
  }
.lcef7_f76:checked ~ .n6fc948e_sr {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(2) {
    opacity: 0;
  }
.lcef7_f76:checked ~ .a18de8827c .v6q6p0bspa .hadb2_7e:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }}
@media (max-width: 480px){.ea34d25_6d{
    display: none;
  }
.pc7ec10_3opi{
    padding: 10px;
    border-radius: var(--radius-md);
  }
.gb0149a_508{
    margin: 0;
  }}
@media (min-width: 901px){.hf7e3638 #nt9bf7f70211, .hf7e3638 label[for="nt9bf7f70211"]{ display: none !important; }}
@media (min-width: 901px){.hf7e3638 .n6fc948e_sr{ 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: 901px){.hf7e3638 .n6fc948e_sr{ 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: 901px){.hf7e3638 .n6fc948e_sr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.i092e71649.active{color: #1a1a2e; background: rgba(255, 255, 255, 0.06);}
#nt9bf7f70211:checked ~ .n6fc948e_sr{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr{ 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: 900px){#nt9bf7f70211:checked ~ .n6fc948e_sr{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.hf7e3638.la89a6_3fe1 #nt9bf7f70211, .hf7e3638.la89a6_3fe1 label[for="nt9bf7f70211"]{ display: none !important; }}
@media (min-width: 901px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr{ 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: 901px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr{ 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: 901px){.hf7e3638.la89a6_3fe1 .n6fc948e_sr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.y27516732{
  background-color: var(--bg-color, hsl(200, 18%, 8%));
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color, hsl(196, 20%, 98%));
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}
.wa1ed1270{
  max-width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.a0979e464{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px;
  width: 100%;
  margin-bottom: 80px;
}
.l9f87da02{
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.wd9c322de{
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #1a1a2e;
  margin-bottom: 20px;
  width: 100%;
  background: linear-gradient(135deg, var(--text-color), var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fa222a3a8{
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted, hsl(196, 10%, 65%));
  margin-top: 0;
  margin-bottom: 32px;
  width: 100%;
  max-width: 360px;
}
.j82c6a906{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm, 8px);
  transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
  box-shadow: var(--shadow-sm, 0 4px 12px rgba(0, 0, 0, 0.3));
  width: max-content;
  border: none;
  letter-spacing: 0.3px;
}
.j82c6a906:hover{
  box-shadow: 0 8px 24px rgba(111, 195, 223, 0.3);
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.w1ac8dd2c6a{
  flex: 2 1 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  width: 100%;
  justify-content: space-between;
}
.t174808f8{
  flex: 1 1 140px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.q766__0616{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color, hsl(196, 20%, 98%));
  margin-bottom: 8px;
  width: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.9;
}
.c711__aac4{
  font-size: 15px;
  color: var(--text-muted, hsl(196, 10%, 65%));
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
  width: max-content;
  line-height: 1.5;
}
.c711__aac4:hover{
  color: var(--primary-color, hsl(196, 71%, 60%));
  transform: translateX(4px);
}
.ga4d__f102{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}
.rcc1aee55{
  font-size: 14px;
  color: var(--text-muted, hsl(196, 10%, 65%));
  flex: 1 1 auto;
  width: auto;
}
.y996__e351{
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex: 0 0 auto;
  width: auto;
  flex-wrap: wrap;
}
.p7b8__c549{
  font-size: 14px;
  color: var(--text-muted, hsl(196, 10%, 65%));
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.25, 1, 0.5, 1));
  width: max-content;
}
.p7b8__c549:hover{
  color: var(--text-color, hsl(196, 20%, 98%));
}
@media (max-width: 900px){.a0979e464{
    gap: 48px;
  }}
@media (max-width: 768px){.y27516732{
    padding-top: 64px;
    padding-bottom: 32px;
  }
.a0979e464{
    flex-direction: column;
    gap: 56px;
    margin-bottom: 48px;
  }
.l9f87da02{
    flex: 1 1 auto;
  }
.w1ac8dd2c6a{
    flex: 1 1 auto;
    flex-direction: column;
    gap: 40px;
  }
.t174808f8{
    flex: 1 1 auto;
  }
.ga4d__f102{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
.y996__e351{
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
.p7b8__c549{
    width: 100%;
  }}
.i176f30b8{box-sizing:border-box;}
.j2d8822e700{box-sizing:border-box;}
.t1130e_8496{box-sizing:border-box;}
.db201a_29bb{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.m3cbc230c.u25f262_fc .gd335__f29a li { flex-direction: column !important; }
.k22df1__eef8 { 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; }}