:root {

  --wps-primary: hsl(168, 70%, 45%);
  --wps-primary-hover: hsl(168, 70%, 40%);
  --wps-secondary: hsl(302, 56%, 45%);
  --wps-bg: hsl(168, 7%, 96%);
  --wps-bg-darker: hsl(168, 7%, 92%);
  --wps-text: hsl(168, 10%, 15%);
  --wps-text-light: hsl(168, 10%, 35%);
  --wps-border: rgba(0, 0, 0, 0.1);
  --wps-radius: 12px;
  --wps-shadow: 0 10px 30px rgba(0,0,0,0.05);
  --wps-shadow-hover: 0 15px 40px rgba(0,0,0,0.1);
  --wps-font: system-ui, -apple-system, sans-serif;
  --primary-color: hsl(168, 80%, 25%);
  --secondary-color: hsl(302, 45%, 45%);
  --bg-color: hsl(168, 7%, 96%);
  --text-color: hsl(168, 20%, 12%);
  --text-muted: hsl(168, 10%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 0px;
  --radius-md: 2px;
  --radius-lg: 4px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);
  --nav-height: 64px;
  --max-width: 1200px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 246, 246, 0.8);
  --accent-color: hsl(168, 70%, 50%);
  --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.a8e304_b6d9.z4b2936.lpy930a3{
    font-family: var(--wps-font);
    color: var(--wps-text);
    background: var(--wps-bg);
    line-height: 1.6;
    }
div.a8e304_b6d9.z4b2936 .p58e6__d5811{position: relative;
    padding: 80px 5% 60px;
    background: linear-gradient(135deg, var(--wps-bg-darker) 0%, var(--wps-bg) 100%);
    text-align: left;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
div.a8e304_b6d9.z4b2936 .h7105__8159{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    }
div.a8e304_b6d9.z4b2936 .w1af163a5{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #1a1a2e;
    background: linear-gradient(to left, var(--wps-primary), var(--wps-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
div.a8e304_b6d9.z4b2936 .p418ccd_b750{
    font-size: 1.25rem;
    color: var(--wps-text-light);
    max-width: 600px;
    margin-left: 0;
    margin-bottom: 40px;
    }
div.a8e304_b6d9.z4b2936 .w154__5b5{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    border-radius: var(--wps-radius);
    overflow: hidden;
    box-shadow: var(--wps-shadow);
    aspect-ratio: 16/9;
    }
div.a8e304_b6d9.z4b2936 .u2wwv7tsphcf{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.a8e304_b6d9.z4b2936 .fwre00i7{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 5%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    }
@media(min-width: 900px) {div.a8e304_b6d9.z4b2936 .fwre00i7{
    grid-template-columns: 300px 1fr;
    align-items: start;
    }}
div.a8e304_b6d9.z4b2936 .w1ab__5122a{
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: var(--wps-radius);
    padding: 30px;
    box-shadow: var(--wps-shadow); color: #1a1a2e;}
div.a8e304_b6d9.z4b2936 .k507f32_7f91{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    }
div.a8e304_b6d9.z4b2936 .n168__6036{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    }
div.a8e304_b6d9.z4b2936 .n168__6036 li{
    margin-bottom: 10px;
    }
div.a8e304_b6d9.z4b2936 .n168__6036 a{
    color: var(--wps-text-light);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    padding: 8px 0;
    border-right: 3px solid transparent;
    padding-right: 15px;
    }
div.a8e304_b6d9.z4b2936 .n168__6036 a:hover, div.a8e304_b6d9.z4b2936 .n168__6036 a.active{
    color: var(--wps-primary);
    border-right-color: var(--wps-primary);
    }
div.a8e304_b6d9.z4b2936 .cfbb0__dc7{
    background: #fff;
    border-radius: var(--wps-radius);
    padding: 40px;
    box-shadow: var(--wps-shadow); color: #1a1a2e;}
div.a8e304_b6d9.z4b2936 .ucb8dd_e55{
    margin-bottom: 50px;
    }
div.a8e304_b6d9.z4b2936 .ucb8dd_e55:last-child{
    margin-bottom: 0;
    }
div.a8e304_b6d9.z4b2936 .kf5552__bb1d{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--wps-border);
    text-align: left;
    }
div.a8e304_b6d9.z4b2936 .o44849__566{
    margin-bottom: 25px;
    border-bottom: 1px dashed var(--wps-border);
    padding-bottom: 25px;
    }
div.a8e304_b6d9.z4b2936 .o44849__566:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
div.a8e304_b6d9.z4b2936 .v2cb7f3{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--wps-text);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    }
div.a8e304_b6d9.z4b2936 .v2cb7f3::before{
    content: "Q";
    color: var(--wps-primary);
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju{
    color: var(--wps-text-light);
    padding-left: 30px;
    position: relative;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju::before{
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wps-secondary);
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju p{
    margin-bottom: 10px;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju p:last-child{
    margin-bottom: 0;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju ul{
    margin-top: 10px;
    padding-left: 20px;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju a{
    color: var(--wps-primary);
    text-decoration: none;
    font-weight: 500;
    }
div.a8e304_b6d9.z4b2936 .lay7kzsu8ju a:hover{
    text-decoration: underline;
    }
div.a8e304_b6d9.z4b2936 .pc5134_5a37{
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: var(--wps-primary);
    color: #1a1a2e;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 100;
    }
div.a8e304_b6d9.z4b2936 .pc5134_5a37:hover{
    transform: translateY(-5px);
    background: var(--wps-primary-hover); color: #1a1a2e;}
div.a8e304_b6d9.z4b2936 .b395__ebda{
    background: #fff;
    padding: 40px 5%;
    text-align: center;
    border-top: 1px solid var(--wps-border);
    color: #1a1a2e;
    font-size: 0.9rem;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color); color: #1a1a2e;}
.k1a6b_70{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.x08b47d_132{
    width: var(--max-width);
    margin: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y01555c_743{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.ge7403_f3{
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    display: inline-block;
    transform: rotate(45deg); color: #ffffff;}
.m9e468_tls{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.hapash1i{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.t3a05__ce15c{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    }
.t3a05__ce15c:hover{
    color: var(--primary-color);
    }
.jefd1f_a7{
    background: var(--primary-color);
    color: #ffffff; 
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    display: inline-block;
    }
.jefd1f_a7:hover{
    background: var(--accent-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.jefd1f_a7:active{
    transform: translateY(0);
    }
.m97574_3a47{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.tef629d1a8{
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 968px){.m97574_3a47 {
    display: flex;
    }
.m9e468_tls {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--bg-color);
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    display: none; color: #1a1a2e;}
.hapash1i {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.y6d9c9c6c6 {
    width: 100%;
    text-align: center;
    }
.jefd1f_a7 {
    width: 100%;
    text-align: center;
    }
.x08b47d_132.is-open .m9e468_tls {
    display: flex;
    }}
body{
    padding-top: var(--nav-height);
    }
.t3a05__ce15c.active{color: var(--primary-color);}
.qb3d7dba7c{list-style:none;}
.t3a05__ce15c.active {color: var(--primary-color);}
.pd109_b96a{
    background-color: var(--bg-color, hsl(168, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.u65cd_10a{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.a8a0c876_a35{
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px;
    }
.g4c31754_xays{
    flex: 1 1 320px;
    }
.x3e1d9395e{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-color, hsl(168, 20%, 12%));
    margin-bottom: 24px;
    text-transform: uppercase;
    }
.x82bd__14083{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, hsl(168, 10%, 45%));
    margin-bottom: 32px;
    max-width: 360px;
    }
.b71bd987039{
    display: flex;
    gap: 12px;
    }
.wbac13a_ccc8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: var(--primary-color, hsl(168, 80%, 25%));
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.05));
    }
.wbac13a_ccc8:hover{
    background-color: var(--accent-color, hsl(168, 70%, 50%));
    transform: translateY(-1px); color: #1a1a2e;}
.uda7a74_g7o{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #ffffff;
    color: #1a1a2e;
    border: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.uda7a74_g7o:hover{
    background-color: var(--bg-color, hsl(168, 7%, 96%));
    border-color: var(--primary-color, hsl(168, 80%, 25%)); color: #1a1a2e;}
.nb7dagb92tq{
    flex: 2 1 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    }
.qpgpe410pk{
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 140px;
    }
.qf8a43a_2m6{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-color, hsl(168, 20%, 12%));
    margin-bottom: 8px;
    }
.t36353__16c7f{
    font-size: 14px;
    color: var(--text-muted, hsl(168, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.t36353__16c7f:hover{
    color: var(--primary-color, hsl(168, 80%, 25%));
    }
.p5a6a3_dn{
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.y6408d8_75c8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.yos4yf8tui{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    }
.ihdwdscv7t{
    font-size: 13px;
    color: var(--text-color, hsl(168, 20%, 12%));
    font-weight: 600;
    }
.ba3fe316{
    width: 1px;
    height: 12px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08)); color: #ffffff;}
.e064d__5d9{
    font-size: 12px;
    color: var(--text-muted, hsl(168, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.e064d__5d9:hover{
    color: var(--text-color, hsl(168, 20%, 12%));
    }
.dad38_9034{
    display: flex;
    gap: 24px;
    }
@media (max-width: 768px){.pd109_b96a{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.a8a0c876_a35{
    flex-direction: column;
    gap: 48px;
    }
.g4c31754_xays{
    flex: 1 1 auto;
    width: 100%;
    }
.nb7dagb92tq{
    flex: 1 1 auto;
    width: 100%;
    gap: 40px;
    }
.y6408d8_75c8{
    flex-direction: column;
    align-items: flex-start;
    }
.dad38_9034{
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.a8e304_b6d9 img.z24f631f74d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.a8e304_b6d9 img.z24f631f74d.h08f__0c33 { aspect-ratio: 16 / 9; }
div.a8e304_b6d9 img.z24f631f74d.y71b2d_63d5 { aspect-ratio: 16 / 10; }
div.a8e304_b6d9 img.z24f631f74d.gfa6__4e17 { aspect-ratio: 4 / 3; }
div.a8e304_b6d9 img.z24f631f74d.d9cbc069074 { aspect-ratio: 1 / 1; }
div.a8e304_b6d9 :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.a8e304_b6d9 .a5559ce7578 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.a8e304_b6d9 .a5559ce7578.h08f__0c33 { aspect-ratio: 16 / 9; }
div.a8e304_b6d9 .a5559ce7578.y71b2d_63d5 { aspect-ratio: 16 / 10; }
div.a8e304_b6d9 .a5559ce7578.gfa6__4e17 { aspect-ratio: 4 / 3; }
div.a8e304_b6d9 .a5559ce7578.d9cbc069074 { aspect-ratio: 1 / 1; }
div.a8e304_b6d9 .a5559ce7578 > img.z24f631f74d,
    div.a8e304_b6d9 .a5559ce7578 > picture > img.z24f631f74d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.a8e304_b6d9.z4b2936 .pc5134_5a37 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.a8e304_b6d9.z4b2936 .pc5134_5a37 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.a8e304_b6d9.z4b2936 .pc5134_5a37 a:not([class]):hover{opacity:0.92;}
div.a8e304_b6d9.z4b2936 .pc5134_5a37 a[class=""]:hover{opacity:0.92;}
div.a8e304_b6d9.z4b2936 .pc5134_5a37 a:not([class]):visited{color:#ffffff !important;}
div.a8e304_b6d9.z4b2936 .pc5134_5a37 a[class=""]:visited{color:#ffffff !important;}
.da4d2e2e3ef {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.da4d2e2e3ef > :first-child,
    .da4d2e2e3ef > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color); color: #1a1a2e;}
.k1a6b_70{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.x08b47d_132{
    width: var(--max-width);
    margin: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y01555c_743{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.ge7403_f3{
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    display: inline-block;
    transform: rotate(45deg); color: #ffffff;}
.m9e468_tls{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.hapash1i{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.t3a05__ce15c{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    }
.t3a05__ce15c:hover{
    color: var(--primary-color);
    }
.jefd1f_a7{
    background: var(--primary-color);
    color: #ffffff; 
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    display: inline-block;
    }
.jefd1f_a7:hover{
    background: var(--accent-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.jefd1f_a7:active{
    transform: translateY(0);
    }
.m97574_3a47{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.tef629d1a8{
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 968px){.m97574_3a47 {
    display: flex;
    }
.m9e468_tls {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--bg-color);
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    display: none; color: #1a1a2e;}
.hapash1i {
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.y6d9c9c6c6 {
    width: 100%;
    text-align: center;
    }
.jefd1f_a7 {
    width: 100%;
    text-align: center;
    }
.x08b47d_132.is-open .m9e468_tls {
    display: flex;
    }}
body{
    padding-top: var(--nav-height);
    }
.t3a05__ce15c.active{color: var(--primary-color);}
.qb3d7dba7c{list-style:none;}
.t3a05__ce15c.active{color: var(--primary-color);}
.pd109_b96a{
    background-color: var(--bg-color, hsl(168, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.u65cd_10a{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.a8a0c876_a35{
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px;
    }
.g4c31754_xays{
    flex: 1 1 320px;
    }
.x3e1d9395e{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-color, hsl(168, 20%, 12%));
    margin-bottom: 24px;
    text-transform: uppercase;
    }
.x82bd__14083{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, hsl(168, 10%, 45%));
    margin-bottom: 32px;
    max-width: 360px;
    }
.b71bd987039{
    display: flex;
    gap: 12px;
    }
.wbac13a_ccc8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: var(--primary-color, hsl(168, 80%, 25%));
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.05));
    }
.wbac13a_ccc8:hover{
    background-color: var(--accent-color, hsl(168, 70%, 50%));
    transform: translateY(-1px); color: #1a1a2e;}
.uda7a74_g7o{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #ffffff;
    color: #1a1a2e;
    border: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.uda7a74_g7o:hover{
    background-color: var(--bg-color, hsl(168, 7%, 96%));
    border-color: var(--primary-color, hsl(168, 80%, 25%)); color: #1a1a2e;}
.nb7dagb92tq{
    flex: 2 1 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    }
.qpgpe410pk{
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 140px;
    }
.qf8a43a_2m6{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-color, hsl(168, 20%, 12%));
    margin-bottom: 8px;
    }
.t36353__16c7f{
    font-size: 14px;
    color: var(--text-muted, hsl(168, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.t36353__16c7f:hover{
    color: var(--primary-color, hsl(168, 80%, 25%));
    }
.p5a6a3_dn{
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.y6408d8_75c8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.yos4yf8tui{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    }
.ihdwdscv7t{
    font-size: 13px;
    color: var(--text-color, hsl(168, 20%, 12%));
    font-weight: 600;
    }
.ba3fe316{
    width: 1px;
    height: 12px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08)); color: #ffffff;}
.e064d__5d9{
    font-size: 12px;
    color: var(--text-muted, hsl(168, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.e064d__5d9:hover{
    color: var(--text-color, hsl(168, 20%, 12%));
    }
.dad38_9034{
    display: flex;
    gap: 24px;
    }
@media (max-width: 768px){.pd109_b96a{
    padding-top: 48px;
    padding-bottom: 32px;
    }
.a8a0c876_a35{
    flex-direction: column;
    gap: 48px;
    }
.g4c31754_xays{
    flex: 1 1 auto;
    width: 100%;
    }
.nb7dagb92tq{
    flex: 1 1 auto;
    width: 100%;
    gap: 40px;
    }
.y6408d8_75c8{
    flex-direction: column;
    align-items: flex-start;
    }
.dad38_9034{
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-color); color: #1a1a2e;}
.k1a6b_70{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.x08b47d_132{
  width: var(--max-width);
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.y01555c_743{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.ge7403_f3{
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  display: inline-block;
  transform: rotate(45deg); color: #ffffff;}
.m9e468_tls{
  display: flex;
  align-items: center;
  gap: 32px;
}
.hapash1i{
  display: flex;
  list-style: none;
  gap: 24px;
}
.t3a05__ce15c{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
}
.t3a05__ce15c:hover{
  color: var(--primary-color);
}
.jefd1f_a7{
  background: var(--primary-color);
  color: #ffffff; 
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: 1px solid transparent;
  display: inline-block;
}
.jefd1f_a7:hover{
  background: var(--accent-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.jefd1f_a7:active{
  transform: translateY(0);
}
.m97574_3a47{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.tef629d1a8{
  width: 20px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 968px){.m97574_3a47 {
    display: flex;
  }
.m9e468_tls {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--bg-color);
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    display: none; color: #1a1a2e;}
.hapash1i {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.y6d9c9c6c6 {
    width: 100%;
    text-align: center;
  }
.jefd1f_a7 {
    width: 100%;
    text-align: center;
  }
.x08b47d_132.is-open .m9e468_tls {
    display: flex;
  }}
body{
  padding-top: var(--nav-height);
}
.t3a05__ce15c.active{color: var(--primary-color);}
.qb3d7dba7c{list-style:none;}
.t3a05__ce15c.active{color: var(--primary-color);}
.h3647e013{
  background-color: var(--bg-color, hsl(168, 7%, 96%));
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.vc9536d54{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.s2c0fae7832{
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 64px;
}
.q5bcee7a4e4{
  flex: 1 1 320px;
}
.i8fc__0b4a{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-color, hsl(168, 20%, 12%));
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cf6777b9ed0{
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted, hsl(168, 10%, 45%));
  margin-bottom: 32px;
  max-width: 360px;
}
.b51db5_ee9a{
  display: flex;
  gap: 12px;
}
.t80aef4f822{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--primary-color, hsl(168, 80%, 25%));
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm, 0px);
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, 0.05));
}
.t80aef4f822:hover{
  background-color: var(--accent-color, hsl(168, 70%, 50%));
  transform: translateY(-1px); color: #1a1a2e;}
.w4c3576da{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #1a1a2e;
  border: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm, 0px);
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
}
.w4c3576da:hover{
  background-color: var(--bg-color, hsl(168, 7%, 96%));
  border-color: var(--primary-color, hsl(168, 80%, 25%)); color: #1a1a2e;}
.m60577114ce{
  flex: 2 1 500px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.oed47e4aca6{
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 140px;
}
.ic5cd4_74ad{
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-color, hsl(168, 20%, 12%));
  margin-bottom: 8px;
}
.g4c14997315{
  font-size: 14px;
  color: var(--text-muted, hsl(168, 10%, 45%));
  text-decoration: none;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
}
.g4c14997315:hover{
  color: var(--primary-color, hsl(168, 80%, 25%));
}
.z5bab7a97b6{
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08));
  width: 100%;
  margin-bottom: 32px; color: #ffffff;}
.v7b8cbebf74{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.g13c73509ff{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.l83de7f07{
  font-size: 13px;
  color: var(--text-color, hsl(168, 20%, 12%));
  font-weight: 600;
}
.h612e5_333e{
  width: 1px;
  height: 12px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08)); color: #ffffff;}
.r651__88a2{
  font-size: 12px;
  color: var(--text-muted, hsl(168, 10%, 45%));
  text-decoration: none;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
}
.r651__88a2:hover{
  color: var(--text-color, hsl(168, 20%, 12%));
}
.t9d196932{
  display: flex;
  gap: 24px;
}
@media (max-width: 768px){.h3647e013{
    padding-top: 48px;
    padding-bottom: 32px;
  }
.s2c0fae7832{
    flex-direction: column;
    gap: 48px;
  }
.q5bcee7a4e4{
    flex: 1 1 auto;
    width: 100%;
  }
.m60577114ce{
    flex: 1 1 auto;
    width: 100%;
    gap: 40px;
  }
.v7b8cbebf74{
    flex-direction: column;
    align-items: flex-start;
  }
.t9d196932{
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
  }}
.ye10__5fc2{box-sizing:border-box;}
.jb8c8f093{box-sizing:border-box;}
.ea6052_7cd3{box-sizing:border-box;}
.z125ed0212e{box-sizing:border-box;}
.pb4593_062b{box-sizing:border-box;}
.x61a46b9b36{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.y6408d8_75c8 { 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; }
div.a8e304_b6d9.z4b2936 .fwre00i7 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}
@media (max-width: 768px) {div.a8e304_b6d9.z4b2936 .pc5134_5a37 { right: 16px !important; left: auto !important; bottom: 16px !important; max-width: calc(100vw - 32px) !important; width: auto !important; padding: 12px 18px !important; font-size: 0.95rem !important; border-radius: 18px !important; }}