:root {

  --wps-primary: var(--primary-color, hsl(96, 86%, 57%));
  --wps-secondary: var(--secondary-color, hsl(174, 68%, 57%));
  --wps-text: var(--text-color, hsl(96, 10%, 6%));
  --wps-bg: var(--bg-color, hsl(96, 8%, 97%));
  --wps-card-bg: #ffffff;
  --wps-radius: var(--radius-m, 12px);
  --wps-shadow: var(--shadow-sm, 0 4px 12px rgba(0,0,0,0.05));
  --max-width: 1200px;
  --content-width: 680px;
  --primary-color: hsl(96, 86%, 45%);
  --secondary-color: hsl(174, 68%, 45%);
  --bg-color: hsl(96, 8%, 97%);
  --text-color: hsl(96, 10%, 6%);
  --text-muted: hsl(96, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.08);
  --nav-height: 72px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(247, 248, 247, 0.8);
  --btn-text: #ffffff;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.hfd2a77f4.u8285ab026{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--wps-bg);
    color: var(--wps-text);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.hfd2a77f4.u8285ab026 .me137__4d0a{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 40px 24px;
    }
div.hfd2a77f4.u8285ab026 .mets5mk5dxh{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    }
div.hfd2a77f4.u8285ab026 h1{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin: 0 0 1rem 0;
    max-width: var(--content-width);
    line-height: 1.1;
    text-align: left;
    }
div.hfd2a77f4.u8285ab026 h2{
    font-size: 1.5rem;
    color: var(--wps-text);
    text-align: left; 
    margin: 60px 0 30px 0;
    border-bottom: 2px solid var(--wps-primary);
    padding-bottom: 8px;
    letter-spacing: 1px;
    }
div.hfd2a77f4.u8285ab026 h3{
    font-size: 1.25rem;
    margin: 24px 0 12px 0;
    text-align: left;
    }
div.hfd2a77f4.u8285ab026 p{
    max-width: var(--content-width);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: rgba(0, 0, 0, 0.75);
    }
div.hfd2a77f4.u8285ab026 div{
    padding: 20px 0;
    }
div.hfd2a77f4.u8285ab026 .of1e2a13_4f{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
    }
div.hfd2a77f4.u8285ab026 .l78bkqhp9ua{
    background: var(--wps-card-bg);
    padding: 32px;
    border-radius: var(--wps-radius);
    box-shadow: var(--wps-shadow);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between; color: #1a1a2e;}
div.hfd2a77f4.u8285ab026 .l78bkqhp9ua:hover{
    transform: translateY(-5px);
    }
div.hfd2a77f4.u8285ab026 .gpd9e8nlr448{
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--wps-secondary);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    }
div.hfd2a77f4.u8285ab026 .l78bkqhp9ua h3{
    margin-top: 0;
    }
div.hfd2a77f4.u8285ab026 .wbe2de2d{
    margin: 40px 0;
    padding: 40px;
    background: #000;
    border-radius: var(--wps-radius);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.hfd2a77f4.u8285ab026 .j029d__8ee64{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background-color: var(--wps-primary);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.2s ease;
    box-shadow: 0 10px 20px -5px rgba(154, 235, 56, 0.4);
    font-size: 1.1rem;
    }
div.hfd2a77f4.u8285ab026 .j029d__8ee64:hover{
    transform: scale(1.05);
    background-color: #fff; color: #1a1a2e;}
div.hfd2a77f4.u8285ab026 .viim7q2p{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 12px;
    box-shadow: none;
    }
div.hfd2a77f4.u8285ab026 .q162d6_nxy{
    list-style: none;
    padding: 0;
    max-width: var(--content-width);
    }
div.hfd2a77f4.u8285ab026 .q162d6_nxy li{
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    }
div.hfd2a77f4.u8285ab026 .q162d6_nxy li::before{
    content: "✓";
    color: var(--wps-secondary);
    font-weight: bold;
    margin-right: 12px;
    }
div.hfd2a77f4.u8285ab026 .pba3b6f_e1e{
    margin: 40px 0;
    border-radius: var(--wps-radius);
    overflow: hidden;
    background: #eee;
    aspect-ratio: 16 / 9; color: #1a1a2e;}
div.hfd2a77f4.u8285ab026 .pba3b6f_e1e img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.hfd2a77f4.u8285ab026 .yed57_b6{
    color: var(--wps-text);
    text-decoration: underline;
    text-decoration-color: var(--wps-primary);
    text-underline-offset: 4px;
    font-weight: 600;
    }
div.hfd2a77f4.u8285ab026 .yed57_b6:hover{
    background: var(--wps-primary);
    text-decoration: none; color: #1a1a2e;}
div.hfd2a77f4.u8285ab026 .afab__1d01{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }
@media (max-width: 768px) {div.hfd2a77f4.u8285ab026 h1{ font-size: 2.5rem; }
div.hfd2a77f4.u8285ab026 h2{ text-align: left; }
div.hfd2a77f4.u8285ab026 .me137__4d0a{ padding: 20px; }}
.x2ae__3cc2{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.f65ed109e5{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    width: 100%;
    }
.mee1f5_2930{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 80px;
    margin-bottom: 60px;
    }
.xd285a9d{
    flex: 0 1 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.z0dbcfe_5p{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    }
.id9c3__d45{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.lpannsermp{
    font-size: 24px;
    font-weight: 400;
    color: var(--text-muted);
    }
.t9f1af73c08{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 24px 0;
    max-width: 280px;
    }
.gd7b2b5_hizv{
    width: auto;
    }
.x1cti6wm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(114, 184, 23, 0.25); 
    }
.x1cti6wm:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(114, 184, 23, 0.35);
    filter: brightness(1.1);
    }
.w5793imlk98{
    display: flex;
    flex: 1;
    justify-content: flex-start;
    gap: 64px;
    }
.t1b2ee8d2f9{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
    }
.ge0ef3139{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    }
.r4b5cc__6df{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.r4b5cc__6df:hover{
    color: var(--primary-color);
    }
.u5cd04e4efa{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.euunazwc910z{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.c6a08ea8cf4{
    display: flex;
    align-items: center;
    gap: 12px;
    }
.o6b5__d71d7{
    font-size: 13px;
    color: var(--text-muted);
    }
.j634ac__b4e{
    color: var(--border-color);
    font-size: 12px;
    }
.l40ea_090a{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.l40ea_090a:hover{
    color: var(--text-color);
    }
.dsoc15m3{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 20px; color: #ffffff;}
.cd21e79_4a{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.c2695c8c_nd{
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    }
@media (max-width: 768px){.mee1f5_2930 {
    flex-direction: column;
    gap: 48px;
    }
.xd285a9d {
    flex: none;
    width: 100%;
    }
.w5793imlk98 {
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
    }
.t1b2ee8d2f9 {
    flex: 1 1 140px;
    }
.euunazwc910z {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.dsoc15m3 {
    order: -1;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.i8x72qzax{
    height: var(--nav-height);
    width: 100%;
    background-color: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.c1eb8635604{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.ifa2c__e74a{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.jcae837_48{
    text-decoration: none;
    display: flex;
    align-items: center;
    }
.h9faem0ir4e{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: lowercase;
    color: var(--text-color);
    transition: var(--transition);
    }
.h9faem0ir4e:hover{
    opacity: 0.7;
    }
.rcd0__6f70{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.h62d6f85{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    padding: 8px 4px;
    }
.h62d6f85:hover{
    color: var(--text-color);
    }
.k4z0dvu6{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.c76b7__291{
    text-decoration: none;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-block;
    }
.c76b7__291:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.c76b7__291:active{
    transform: translateY(0);
    }
.ya2c__201{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.r6de730_vql{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.r6de730_vql::before, .r6de730_vql::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.r6de730_vql::before{ top: -6px; }
.r6de730_vql::after{ bottom: -6px; }
@media (max-width: 1024px){.rcd0__6f70 {
    gap: 16px;
    }}
@media (max-width: 860px){.rcd0__6f70{
    display: none; 
    }
.ya2c__201{
    display: block;
    }
.ifa2c__e74a{
    gap: 0;
    }}
body{
    padding-top: var(--nav-height);
    }
.h62d6f85.active{color: var(--text-color);}
.z9ae__93a5d{list-style:none;}
.h62d6f85.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.hfd2a77f4 img.ca14da35384 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.hfd2a77f4 img.ca14da35384.fe37188e750 { aspect-ratio: 16 / 9; }
div.hfd2a77f4 img.ca14da35384.kc1b__ad0b { aspect-ratio: 16 / 10; }
div.hfd2a77f4 img.ca14da35384.ua436beba { aspect-ratio: 4 / 3; }
div.hfd2a77f4 img.ca14da35384.d725__347f { aspect-ratio: 1 / 1; }
div.hfd2a77f4 :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.hfd2a77f4 .gaa4__e793 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.hfd2a77f4 .gaa4__e793.fe37188e750 { aspect-ratio: 16 / 9; }
div.hfd2a77f4 .gaa4__e793.kc1b__ad0b { aspect-ratio: 16 / 10; }
div.hfd2a77f4 .gaa4__e793.ua436beba { aspect-ratio: 4 / 3; }
div.hfd2a77f4 .gaa4__e793.d725__347f { aspect-ratio: 1 / 1; }
div.hfd2a77f4 .gaa4__e793 > img.ca14da35384,
    div.hfd2a77f4 .gaa4__e793 > picture > img.ca14da35384 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.i7406827033 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.i7406827033 > :first-child,
    .i7406827033 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.i8x72qzax{
    height: var(--nav-height);
    width: 100%;
    background-color: var(--nav-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.c1eb8635604{
    width: var(--max-width);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.ifa2c__e74a{
    display: flex;
    align-items: center;
    gap: 40px;
    }
.jcae837_48{
    text-decoration: none;
    display: flex;
    align-items: center;
    }
.h9faem0ir4e{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: lowercase;
    color: var(--text-color);
    transition: var(--transition);
    }
.h9faem0ir4e:hover{
    opacity: 0.7;
    }
.rcd0__6f70{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.h62d6f85{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    padding: 8px 4px;
    }
.h62d6f85:hover{
    color: var(--text-color);
    }
.k4z0dvu6{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.c76b7__291{
    text-decoration: none;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    display: inline-block;
    }
.c76b7__291:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.c76b7__291:active{
    transform: translateY(0);
    }
.ya2c__201{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.r6de730_vql{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.r6de730_vql::before, .r6de730_vql::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.r6de730_vql::before{ top: -6px; }
.r6de730_vql::after{ bottom: -6px; }
@media (max-width: 1024px){.rcd0__6f70 {
    gap: 16px;
    }}
@media (max-width: 860px){.rcd0__6f70{
    display: none; 
    }
.ya2c__201{
    display: block;
    }
.ifa2c__e74a{
    gap: 0;
    }}
body{
    padding-top: var(--nav-height);
    }
.h62d6f85.active{color: var(--text-color);}
.z9ae__93a5d{list-style:none;}
.h62d6f85.active{color: var(--text-color);}
.x2ae__3cc2{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.f65ed109e5{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    width: 100%;
    }
.mee1f5_2930{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 80px;
    margin-bottom: 60px;
    }
.xd285a9d{
    flex: 0 1 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.z0dbcfe_5p{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    }
.id9c3__d45{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.lpannsermp{
    font-size: 24px;
    font-weight: 400;
    color: var(--text-muted);
    }
.t9f1af73c08{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 24px 0;
    max-width: 280px;
    }
.gd7b2b5_hizv{
    width: auto;
    }
.x1cti6wm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(114, 184, 23, 0.25); 
    }
.x1cti6wm:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(114, 184, 23, 0.35);
    filter: brightness(1.1);
    }
.w5793imlk98{
    display: flex;
    flex: 1;
    justify-content: flex-start;
    gap: 64px;
    }
.t1b2ee8d2f9{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
    }
.ge0ef3139{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    }
.r4b5cc__6df{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.r4b5cc__6df:hover{
    color: var(--primary-color);
    }
.u5cd04e4efa{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.euunazwc910z{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.c6a08ea8cf4{
    display: flex;
    align-items: center;
    gap: 12px;
    }
.o6b5__d71d7{
    font-size: 13px;
    color: var(--text-muted);
    }
.j634ac__b4e{
    color: var(--border-color);
    font-size: 12px;
    }
.l40ea_090a{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.l40ea_090a:hover{
    color: var(--text-color);
    }
.dsoc15m3{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 20px; color: #ffffff;}
.cd21e79_4a{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.c2695c8c_nd{
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    }
@media (max-width: 768px){.mee1f5_2930 {
    flex-direction: column;
    gap: 48px;
    }
.xd285a9d {
    flex: none;
    width: 100%;
    }
.w5793imlk98 {
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
    }
.t1b2ee8d2f9 {
    flex: 1 1 140px;
    }
.euunazwc910z {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.dsoc15m3 {
    order: -1;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.i8x72qzax{
  height: var(--nav-height);
  width: 100%;
  background-color: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.c1eb8635604{
  width: var(--max-width);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ifa2c__e74a{
  display: flex;
  align-items: center;
  gap: 40px;
}
.jcae837_48{
  text-decoration: none;
  display: flex;
  align-items: center;
}
.h9faem0ir4e{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: lowercase;
  color: var(--text-color);
  transition: var(--transition);
}
.h9faem0ir4e:hover{
  opacity: 0.7;
}
.rcd0__6f70{
  display: flex;
  list-style: none;
  gap: 24px;
}
.h62d6f85{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
  padding: 8px 4px;
}
.h62d6f85:hover{
  color: var(--text-color);
}
.k4z0dvu6{
  display: flex;
  align-items: center;
  gap: 16px;
}
.c76b7__291{
  text-decoration: none;
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  display: inline-block;
}
.c76b7__291:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.c76b7__291:active{
  transform: translateY(0);
}
.ya2c__201{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.r6de730_vql{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.r6de730_vql::before, .r6de730_vql::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.r6de730_vql::before{ top: -6px; }
.r6de730_vql::after{ bottom: -6px; }
@media (max-width: 1024px){.rcd0__6f70 {
    gap: 16px;
  }}
@media (max-width: 860px){.rcd0__6f70{
    display: none; 
  }
.ya2c__201{
    display: block;
  }
.ifa2c__e74a{
    gap: 0;
  }}
body{
  padding-top: var(--nav-height);
}
.h62d6f85.active{color: var(--text-color);}
.z9ae__93a5d{list-style:none;}
.h62d6f85.active{color: var(--text-color);}
.e2362ac70{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.z9ea__cbce{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    width: 100%;
}
.m57b183a0{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 80px;
    margin-bottom: 60px;
}
.fab97ff1772{
    flex: 0 1 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rc7560_9e50{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}
.z09335c49bf{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
}
.qa73__33a6{
    font-size: 24px;
    font-weight: 400;
    color: var(--text-muted);
}
.gbb12958927{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0 0 24px 0;
    max-width: 280px;
}
.m63106a31{
    width: auto;
}
.q44bf6125{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(114, 184, 23, 0.25); 
}
.q44bf6125:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(114, 184, 23, 0.35);
    filter: brightness(1.1);
}
.o005__c5db{
    display: flex;
    flex: 1;
    justify-content: flex-start;
    gap: 64px;
}
.r21d__658b{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
}
.f4efba_a548{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
}
.vad93c_d49d{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
}
.vad93c_d49d:hover{
    color: var(--primary-color);
}
.n547__cfd8{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.w2fd__e0c3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.db67__47bf{
    display: flex;
    align-items: center;
    gap: 12px;
}
.ee23072127f{
    font-size: 13px;
    color: var(--text-muted);
}
.y4ba372e1{
    color: var(--border-color);
    font-size: 12px;
}
.j60962_ead3{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
}
.j60962_ead3:hover{
    color: var(--text-color);
}
.jad8eaf2763{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 20px; color: #ffffff;}
.k4a2__09d5{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.zf00701b1{
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
}
@media (max-width: 768px){.m57b183a0 {
        flex-direction: column;
        gap: 48px;
    }
.fab97ff1772 {
        flex: none;
        width: 100%;
    }
.o005__c5db {
        width: 100%;
        flex-wrap: wrap;
        gap: 40px;
    }
.r21d__658b {
        flex: 1 1 140px;
    }
.w2fd__e0c3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
.jad8eaf2763 {
        order: -1;
    }}
.r08d96_f15c{box-sizing:border-box;}
.tef513_4d0f{box-sizing:border-box;}
.r60bd891f95{box-sizing:border-box;}
.h439__7e09{box-sizing:border-box;}
.k995d77b01d{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.euunazwc910z { 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; }}