:root {

  --primary-color: hsl(229, 66%, 58%);
  --secondary-color: hsl(125, 83%, 58%);
  --bg-color: hsl(125, 8%, 95%);
  --text-color: hsl(125, 10%, 13%);
  --text-muted: hsl(125, 5%, 45%);
  --border-color: rgba(20, 30, 20, 0.08);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 24px rgba(0,0,0,0.12);
  --nav-height: 64px;
  --max-width: 1200px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(242, 243, 242, 0.95);
  --nav-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --hub-bg-color: var(--page-background, #f7f9f8);
  --hub-surface-color: var(--surface-color, #ffffff);
  --hub-text-primary: var(--text-primary, #1a1f1c);
  --hub-text-secondary: var(--text-secondary, #4a544e);
  --hub-accent-color: hsl(150, 75%, 32%);
  --hub-accent-hover: hsl(150, 75%, 25%);
  --hub-border-color: var(--border-color, #e2e8e4);
  --hub-radius-lg: var(--border-radius-lg, 12px);
  --hub-radius-sm: var(--border-radius-sm, 6px);
  --hub-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --hub-container-width: 1200px;
  --hub-text-width: 680px;
  --hub-spacing-xl: 120px;
  --hub-spacing-lg: 80px;
  --hub-spacing-md: 40px;
  --hub-spacing-sm: 20px;
  --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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
.v32b10_be{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    font-family: var(--nav-font);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.cd521f__527{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.r93nmhuf8l{
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 40px; 
    }
.i1a6e7_76a{
    color: var(--text-color);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }
.rbvdycdsxa{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.kf643b_d52{
    display: flex;
    list-style: none;
    gap: 4px; 
    }
.k84f29__699{
    display: flex;
    align-items: center;
    }
.ec24a27{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.ec24a27:hover{
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
.ia77a115_w3y{
    margin-left: auto; 
    }
.y1e812973{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color); 
    color: #1a1a2e;                  
    text-decoration: none;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-sm);  
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.y1e812973:hover{
    background: hsl(229, 66%, 48%); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.y1e812973:active{
    transform: translateY(0);
    }
.v7593_77{
    display: none;
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    }
@media (max-width: 1024px){.kf643b_d52 {
    gap: 0;
    }
.ec24a27 {
    padding: 6px 8px;
    font-size: 13px;
    }}
@media (max-width: 860px){.v7593_77{
    display: block;
    }
.rbvdycdsxa{
    display: none; 
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.rbvdycdsxa.is-active{
    display: flex;
    }
.kf643b_d52{
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
    }
.ec24a27{
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    }
.ia77a115_w3y{
    margin-left: 0;
    width: 100%;
    }
.y1e812973{
    width: 100%;
    padding: 12px;
    }}
.ec24a27.active{background: rgba(0, 0, 0, 0.04); color: #ffffff;}
.ec24a27.active {background: rgba(0, 0, 0, 0.04); color: #ffffff;}
.m84fe111bcd{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 64px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.icbf30__a408{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.ceee2d_d14{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    text-align: left;
    }
.xysoh8m7v{
    flex: 1 1 320px;
    }
.u8422105{
    font-family: var(--nav-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.ilphsv4zy71{
    font-family: var(--nav-font);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 280px;
    }
.s691e8d_e28v{
    flex: 1 1 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.pa6aa0e6_eed{
    font-family: var(--nav-font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-color);
    margin-bottom: 8px;
    }
.jf3c1fc1569{
    font-family: var(--nav-font);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.jf3c1fc1569:hover{
    color: var(--primary-color);
    }
.tdc31__def{
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.j7bae93b335{
    font-family: var(--nav-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 16px;
    }
.q5fe58d_rw{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    }
.q5fe58d_rw:hover{
    filter: brightness(1.1);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.k212__6a4{
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 24px;
    width: 100%; color: #ffffff;}
.heahmpo40{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }
.fc1cdea59fb{
    font-family: var(--nav-font);
    font-size: 13px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.m84fe111bcd{
    padding-top: 40px;
    padding-bottom: 32px;
    }
.ceee2d_d14{
    flex-direction: column;
    gap: 32px;
    }
.xysoh8m7v{
    flex: 1 1 auto;
    }
.s691e8d_e28v{
    flex: 1 1 auto;
    }
.tdc31__def{
    flex: 1 1 auto;
    width: 100%;
    }}
div.v34ab895c.r9785b__d95.bd059e57_ebk5{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--hub-bg-color);
    color: var(--hub-text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: var(--hub-spacing-xl);
    }
div.v34ab895c.r9785b__d95.bd059e57_ebk5 *, div.v34ab895c.r9785b__d95.bd059e57_ebk5 *::before, div.v34ab895c.r9785b__d95.bd059e57_ebk5 *::after{
    box-sizing: border-box;
    }
div.v34ab895c.r9785b__d95 .dde6e1_0a{
    max-width: var(--hub-container-width);
    margin: 0 auto;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.v34ab895c.r9785b__d95 .a85047__174{
    width: 100%;
    min-height: 85vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--hub-spacing-lg);
    align-items: center;
    padding-top: var(--hub-spacing-xl);
    padding-bottom: var(--hub-spacing-xl);
    border-bottom: 1px solid var(--hub-border-color);
    }
div.v34ab895c.r9785b__d95 .t5f89327c{
    max-width: var(--hub-text-width);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.v34ab895c.r9785b__d95 .y877c0_8bya{
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 var(--hub-spacing-sm) 0;
    color: var(--hub-text-primary);
    }
div.v34ab895c.r9785b__d95 .s9859f140{
    font-size: 1.125rem;
    color: var(--hub-text-secondary);
    margin: 0 0 var(--hub-spacing-md) 0;
    max-width: 90%;
    }
div.v34ab895c.r9785b__d95 .t9c48cd5a0{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.v34ab895c.r9785b__d95 .ob776884c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--hub-radius-sm);
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    }
div.v34ab895c.r9785b__d95 .h58156_ee{
    background-color: var(--hub-accent-color);
    color: #1a1a2e;
    border: 2px solid var(--hub-accent-color);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
    }
div.v34ab895c.r9785b__d95 .h58156_ee:hover{
    background-color: var(--hub-accent-hover);
    border-color: var(--hub-accent-hover);
    transform: translateY(-1px); color: #ffffff;}
div.v34ab895c.r9785b__d95 .jsdjbp4v3d{
    background-color: transparent;
    color: var(--hub-text-primary);
    border: 2px solid var(--hub-border-color);
    }
div.v34ab895c.r9785b__d95 .jsdjbp4v3d:hover{
    border-color: var(--hub-text-primary);
    background-color: rgba(0,0,0,0.02); color: #ffffff;}
div.v34ab895c.r9785b__d95 .bd3515a_u6h{width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    border-radius: var(--hub-radius-lg);
    overflow: hidden;
    box-shadow: var(--hub-shadow); isolation: isolate;}
div.v34ab895c.r9785b__d95 .fq5lemxm73{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.v34ab895c.r9785b__d95 .p189bcfe_wy{
    width: 100%;
    padding: var(--hub-spacing-lg) 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--hub-spacing-md);
    border-bottom: 1px solid var(--hub-border-color);
    }
div.v34ab895c.r9785b__d95 .ze1690e80{
    max-width: var(--hub-text-width);
    }
div.v34ab895c.r9785b__d95 .d85513d{
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
    }
div.v34ab895c.r9785b__d95 .v7c6cf7c{
    max-width: var(--hub-text-width);
    font-size: 1.05rem;
    color: var(--hub-text-secondary);
    }
div.v34ab895c.r9785b__d95 .v7c6cf7c p{
    margin: 0 0 1.5em 0;
    }
div.v34ab895c.r9785b__d95 .a512bc49{
    background: var(--hub-surface-color);
    border: 1px solid var(--hub-border-color);
    border-radius: var(--hub-radius-lg);
    padding: var(--hub-spacing-md);
    margin-top: var(--hub-spacing-sm);
    width: 100%;
    max-width: 1000px; color: #1a1a2e;}
div.v34ab895c.r9785b__d95 .oc623c3_66f1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    }
div.v34ab895c.r9785b__d95 .b4tmvbytj h3{
    font-size: 1.125rem;
    color: var(--hub-text-primary);
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.v34ab895c.r9785b__d95 .b4tmvbytj h3::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--hub-accent-color);
    border-radius: 2px; color: #1a1a2e;}
div.v34ab895c.r9785b__d95 .b4tmvbytj ul{
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--hub-text-secondary);
    font-size: 0.95rem;
    }
div.v34ab895c.r9785b__d95 .b4tmvbytj ul li{
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
    }
div.v34ab895c.r9785b__d95 .b4tmvbytj ul li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--hub-border-color);
    }
div.v34ab895c.r9785b__d95 .e397c0516f{
    color: var(--hub-accent-color);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.v34ab895c.r9785b__d95 .e397c0516f:hover{
    border-bottom-color: var(--hub-accent-color);
    }
div.v34ab895c.r9785b__d95 .jd445b_01b{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--hub-spacing-lg);
    align-items: start;
    width: 100%;
    padding: var(--hub-spacing-lg) 0;
    }
div.v34ab895c.r9785b__d95 .a844f31{
    width: 100%;
    border-radius: var(--hub-radius-lg);
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #eaeaea; color: #1a1a2e;}
div.v34ab895c.r9785b__d95 .a844f31 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.v34ab895c.r9785b__d95 .r21627a055f{
    width: 100%;
    max-width: var(--hub-container-width);
    margin: var(--hub-spacing-xl) auto 0;
    padding: var(--hub-spacing-md) 5vw;
    border-top: 1px solid var(--hub-border-color);
    color: var(--hub-text-secondary);
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }
@media (max-width: 900px) {div.v34ab895c.r9785b__d95 .a85047__174{
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: var(--hub-spacing-lg);
    }
div.v34ab895c.r9785b__d95 .bd3515a_u6h{
    aspect-ratio: 16/9;
    min-height: auto;
    order: -1; 
    }
div.v34ab895c.r9785b__d95 .jd445b_01b{
    grid-template-columns: 1fr;
    }
div.v34ab895c.r9785b__d95 .y877c0_8bya{
    font-size: 2.25rem;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.v34ab895c img.k170b5be689 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.v34ab895c img.k170b5be689.mc582f208ee { aspect-ratio: 16 / 9; }
div.v34ab895c img.k170b5be689.a1ea__8deb { aspect-ratio: 16 / 10; }
div.v34ab895c img.k170b5be689.v5e0bf_dc7f { aspect-ratio: 4 / 3; }
div.v34ab895c img.k170b5be689.p77e6e_65ca { aspect-ratio: 1 / 1; }
div.v34ab895c :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.v34ab895c .i5f5c06ac {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.v34ab895c .i5f5c06ac.mc582f208ee { aspect-ratio: 16 / 9; }
div.v34ab895c .i5f5c06ac.a1ea__8deb { aspect-ratio: 16 / 10; }
div.v34ab895c .i5f5c06ac.v5e0bf_dc7f { aspect-ratio: 4 / 3; }
div.v34ab895c .i5f5c06ac.p77e6e_65ca { aspect-ratio: 1 / 1; }
div.v34ab895c .i5f5c06ac > img.k170b5be689,
    div.v34ab895c .i5f5c06ac > picture > img.k170b5be689 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.k1a9__a863 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.k1a9__a863 > :first-child,
    .k1a9__a863 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
.v32b10_be{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    font-family: var(--nav-font);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px); color: #1a1a2e;}
.cd521f__527{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.r93nmhuf8l{
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 40px; 
    }
.i1a6e7_76a{
    color: var(--text-color);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }
.rbvdycdsxa{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.kf643b_d52{
    display: flex;
    list-style: none;
    gap: 4px; 
    }
.k84f29__699{
    display: flex;
    align-items: center;
    }
.ec24a27{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.ec24a27:hover{
    background: rgba(0, 0, 0, 0.04);
    color: #ffffff;
    }
.ia77a115_w3y{
    margin-left: auto; 
    }
.y1e812973{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color); 
    color: #1a1a2e;                  
    text-decoration: none;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-sm);  
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.y1e812973:hover{
    background: hsl(229, 66%, 48%); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.y1e812973:active{
    transform: translateY(0);
    }
.v7593_77{
    display: none;
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    }
@media (max-width: 1024px){.kf643b_d52 {
    gap: 0;
    }
.ec24a27 {
    padding: 6px 8px;
    font-size: 13px;
    }}
@media (max-width: 860px){.v7593_77{
    display: block;
    }
.rbvdycdsxa{
    display: none; 
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.rbvdycdsxa.is-active{
    display: flex;
    }
.kf643b_d52{
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
    }
.ec24a27{
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    }
.ia77a115_w3y{
    margin-left: 0;
    width: 100%;
    }
.y1e812973{
    width: 100%;
    padding: 12px;
    }}
.ec24a27.active{background: rgba(0, 0, 0, 0.04); color: #ffffff;}
.ec24a27.active{background: rgba(0, 0, 0, 0.04); color: #ffffff;}
.m84fe111bcd{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 64px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.icbf30__a408{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    }
.ceee2d_d14{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    text-align: left;
    }
.xysoh8m7v{
    flex: 1 1 320px;
    }
.u8422105{
    font-family: var(--nav-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.ilphsv4zy71{
    font-family: var(--nav-font);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 280px;
    }
.s691e8d_e28v{
    flex: 1 1 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.pa6aa0e6_eed{
    font-family: var(--nav-font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-color);
    margin-bottom: 8px;
    }
.jf3c1fc1569{
    font-family: var(--nav-font);
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.jf3c1fc1569:hover{
    color: var(--primary-color);
    }
.tdc31__def{
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.j7bae93b335{
    font-family: var(--nav-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 16px;
    }
.q5fe58d_rw{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    }
.q5fe58d_rw:hover{
    filter: brightness(1.1);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
.k212__6a4{
    height: 1px;
    background-color: var(--border-color);
    margin-top: 48px;
    margin-bottom: 24px;
    width: 100%; color: #ffffff;}
.heahmpo40{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }
.fc1cdea59fb{
    font-family: var(--nav-font);
    font-size: 13px;
    color: var(--text-muted);
    }
@media (max-width: 768px){.m84fe111bcd{
    padding-top: 40px;
    padding-bottom: 32px;
    }
.ceee2d_d14{
    flex-direction: column;
    gap: 32px;
    }
.xysoh8m7v{
    flex: 1 1 auto;
    }
.s691e8d_e28v{
    flex: 1 1 auto;
    }
.tdc31__def{
    flex: 1 1 auto;
    width: 100%;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.v32b10_be{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  font-family: var(--nav-font);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(8px); color: #1a1a2e;}
.cd521f__527{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.r93nmhuf8l{
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 40px; 
}
.i1a6e7_76a{
  color: var(--text-color);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.rbvdycdsxa{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kf643b_d52{
  display: flex;
  list-style: none;
  gap: 4px; 
}
.k84f29__699{
  display: flex;
  align-items: center;
}
.ec24a27{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.ec24a27:hover{
  background: rgba(0, 0, 0, 0.04);
  color: #ffffff;
}
.ia77a115_w3y{
  margin-left: auto; 
}
.y1e812973{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color); 
  color: #1a1a2e;                  
  text-decoration: none;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);  
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}
.y1e812973:hover{
  background: hsl(229, 66%, 48%); 
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #ffffff;}
.y1e812973:active{
  transform: translateY(0);
}
.v7593_77{
  display: none;
  background: none;
  border: none;
  color: var(--text-color);
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
@media (max-width: 1024px){.kf643b_d52 {
    gap: 0;
  }
.ec24a27 {
    padding: 6px 8px;
    font-size: 13px;
  }}
@media (max-width: 860px){.v7593_77{
    display: block;
  }
.rbvdycdsxa{
    display: none; 
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.rbvdycdsxa.is-active{
    display: flex;
  }
.kf643b_d52{
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
  }
.ec24a27{
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
  }
.ia77a115_w3y{
    margin-left: 0;
    width: 100%;
  }
.y1e812973{
    width: 100%;
    padding: 12px;
  }}
.ec24a27.active{background: rgba(0, 0, 0, 0.04); color: #ffffff;}
.ec24a27.active{background: rgba(0, 0, 0, 0.04); color: #ffffff;}
.k439__6411{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 64px;
  padding-bottom: 40px;
  width: 100%; color: #1a1a2e;}
.c22506_21c8{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.b917f676d{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  text-align: left;
}
.w7d1__19dd{
  flex: 1 1 320px;
}
.ddf5ff_e8d5{
  font-family: var(--nav-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.j54746_ff76{
  font-family: var(--nav-font);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 280px;
}
.ae454645e9b{
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.je6e4d_03d7{
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-color);
  margin-bottom: 8px;
}
.u26b__6836{
  font-family: var(--nav-font);
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.u26b__6836:hover{
  color: var(--primary-color);
}
.j8ac20f28{
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dde4__c790{
  font-family: var(--nav-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 16px;
}
.w4c3a0_f385{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 20px;
  font-family: var(--nav-font);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-block;
}
.w4c3a0_f385:hover{
  filter: brightness(1.1);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
.dd79199ab{
  height: 1px;
  background-color: var(--border-color);
  margin-top: 48px;
  margin-bottom: 24px;
  width: 100%; color: #ffffff;}
.z60baef1633{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qc3f__bc15{
  font-family: var(--nav-font);
  font-size: 13px;
  color: var(--text-muted);
}
@media (max-width: 768px){.k439__6411{
    padding-top: 40px;
    padding-bottom: 32px;
  }
.b917f676d{
    flex-direction: column;
    gap: 32px;
  }
.w7d1__19dd{
    flex: 1 1 auto;
  }
.ae454645e9b{
    flex: 1 1 auto;
  }
.j8ac20f28{
    flex: 1 1 auto;
    width: 100%;
  }}
.xb8b78423{box-sizing:border-box;}
.d9b1da08b{box-sizing:border-box;}
.eec8874c800{box-sizing:border-box;}
.x283473acec{box-sizing:border-box;}
.a3a486e32a0{display:block;max-width:100%;height:auto;}