:root {

  --primary-color: hsl(14, 85%, 55%);
  --secondary-color: hsl(14, 75%, 45%);
  --bg-color: hsl(30, 15%, 98%);
  --text-color: hsl(20, 15%, 12%);
  --text-muted: hsl(20, 10%, 45%);
  --border-color: hsla(20, 15%, 12%, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --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.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(250, 249, 247, 0.95);
  --btn-text: #ffffff;
  --sg-primary: var(--primary-color, hsl(201, 66%, 53%));
  --sg-secondary: var(--secondary-color, hsl(293, 53%, 53%));
  --sg-text: var(--content-text, hsl(220, 10%, 11%));
  --sg-bg: var(--content-page-bg, hsl(220, 7%, 96%));
  --sg-white: #ffffff;
  --sg-gray: #ececec;
  --sg-radius: var(--border-radius, 8px);
  --sg-shadow: var(--box-shadow, 0 4px 12px rgba(0, 0, 0, 0.08));
  --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%);
}
*{
    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);
    }
.u890f5128{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px); color: #1a1a2e;}
.d6b0__225ce{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.b8725f7e_dud{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-right: 48px; 
    white-space: nowrap;
    }
.mf70b2ff034{
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%; color: #1a1a2e;}
.j0bkn6vke{
    flex-grow: 1;
    }
.hzndrrcfe2{
    list-style: none;
    display: flex;
    gap: 28px;
    align-items: center;
    }
.s149f__ce0bc{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.s149f__ce0bc:hover, .s149f__ce0bc.active{
    color: var(--text-color);
    }
.s149f__ce0bc.active::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 2px; color: #1a1a2e;}
.d4550__ec2{
    display: flex;
    align-items: center;
    margin-left: auto; 
    }
.d29e__c4f6d{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.d29e__c4f6d:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.d29e__c4f6d:active{
    transform: translateY(0);
    }
.ee2177b{
    display: none; 
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    margin-left: 12px;
    }
.mc1df7__6f61d{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.mc1df7__6f61d::before, .mc1df7__6f61d::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.mc1df7__6f61d::before{ top: -6px; }
.mc1df7__6f61d::after{ bottom: -6px; }
@media (max-width: 992px){.j0bkn6vke{
    display: none; 
    }
.ee2177b{
    display: block;
    }
.b8725f7e_dud{
    margin-right: auto;
    }
.d4550__ec2{
    margin-left: 0;
    }}
.se16a94_12{list-style:none;}
.l644e8_99{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.l8b3f930c7{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.cc950d4c45d{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    }
.y992958a526{
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.kmhy1sjvh1tr{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    }
.u1c227bfe7{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 320px;
    }
.b8a6__9a0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.b8a6__9a0:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.b0d8a__db7{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.af74__530{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.g01aa7__fa045{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.j60ca53_rz{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.j60ca53_rz:hover{
    color: var(--primary-color);
    }
.t9e0__6d6a{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.uvdstr0lfs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.a8f880kxv{
    font-size: 13px;
    color: var(--text-muted);
    }
.x0b41ce_3ir{
    display: flex;
    gap: 24px;
    }
.ccd153bf_of{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.ccd153bf_of:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.l8b3f930c7 {
    padding-left: 24px;
    padding-right: 24px;
    }
.cc950d4c45d {
    flex-direction: column;
    gap: 48px;
    }
.y992958a526 {
    flex: 1 1 auto;
    max-width: 100%;
    }
.uvdstr0lfs {
    flex-direction: column;
    align-items: flex-start;
    }
.x0b41ce_3ir {
    flex-wrap: wrap;
    gap: 16px;
    }}
div.v9ee6d00c.r9xivm8x6g{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--sg-text);
    background-color: var(--sg-bg);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-align: left;
    }
div.v9ee6d00c.r9xivm8x6g .b01cbc4{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    }
div.v9ee6d00c.r9xivm8x6g .gce69cce40{
    padding: 100px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-bottom: 1px solid var(--sg-gray); color: #1a1a2e;}
div.v9ee6d00c.r9xivm8x6g .ofizt7h3{
    max-width: 680px;
    }
div.v9ee6d00c.r9xivm8x6g h1{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px 0;
    color: var(--sg-text);
    }
div.v9ee6d00c.r9xivm8x6g .wc5c2746{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 32px;
    }
div.v9ee6d00c.r9xivm8x6g .a63c00a{
    display: flex;
    gap: 16px;
    align-items: center;
    }
div.v9ee6d00c.r9xivm8x6g .c73821__61ff{
    background-color: var(--sg-primary);
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--sg-radius);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 4px 14px rgba(33, 150, 243, 0.3);
    transition: transform 0.2s, background-color 0.2s;
    }
div.v9ee6d00c.r9xivm8x6g .c73821__61ff:hover{
    background-color: hsl(201, 76%, 43%);
    transform: translateY(-2px); color: #1a1a2e;}
div.v9ee6d00c.r9xivm8x6g .b579f58_d99{
    margin-top: 40px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--sg-shadow);
    }
div.v9ee6d00c.r9xivm8x6g .b579f58_d99 img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/7;
    }
div.v9ee6d00c.r9xivm8x6g .e0f50__4efd{
    padding: 80px 0;
    }
div.v9ee6d00c.r9xivm8x6g h2{
    font-size: 2.2rem;
    margin-bottom: 16px;
    font-weight: 700;
    }
div.v9ee6d00c.r9xivm8x6g .k33nfokw{
    max-width: 680px;
    margin-bottom: 48px;
    color: #666;
    font-size: 1.1rem;
    }
div.v9ee6d00c.r9xivm8x6g .k5744bf_e53{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    }
div.v9ee6d00c.r9xivm8x6g .sg6bt7la{
    background: var(--sg-white);
    padding: 40px;
    border-radius: var(--sg-radius);
    border: 1px solid rgba(0,0,0,0.05);
    transition: box-shadow 0.3s; color: #1a1a2e;}
div.v9ee6d00c.r9xivm8x6g .sg6bt7la:hover{
    box-shadow: var(--sg-shadow);
    }
div.v9ee6d00c.r9xivm8x6g .sg6bt7la h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.v9ee6d00c.r9xivm8x6g .p86927_jz1{
    width: 32px;
    height: 32px;
    color: var(--sg-primary);
    }
div.v9ee6d00c.r9xivm8x6g .m8a899__967c{
    list-style: none;
    padding: 0;
    margin: 24px 0;
    }
div.v9ee6d00c.r9xivm8x6g .m8a899__967c li{
    padding: 10px 0 10px 30px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    }
div.v9ee6d00c.r9xivm8x6g .m8a899__967c li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--sg-primary);
    font-weight: bold;
    }
div.v9ee6d00c.r9xivm8x6g .ba3228ee73{
    background: #fff;
    border-radius: 16px;
    padding: 60px;
    margin-top: 40px; color: #1a1a2e;}
div.v9ee6d00c.r9xivm8x6g .y7a8b1c{
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    }
div.v9ee6d00c.r9xivm8x6g .te0d5c_w1ai{
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--sg-gray);
    flex-shrink: 0;
    line-height: 1;
    }
div.v9ee6d00c.r9xivm8x6g .lbf9aaaf4 h4{
    font-size: 1.25rem;
    margin: 0 0 8px 0;
    }
div.v9ee6d00c.r9xivm8x6g div.z63a9cc4169{
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 0 40px;
    margin-top: 100px;
    }
div.v9ee6d00c.r9xivm8x6g .cc950d4c45d{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    }
div.v9ee6d00c.r9xivm8x6g .kdb4__9b79 h5{
    color: #fff;
    margin-bottom: 24px;
    font-size: 1rem;
    }
div.v9ee6d00c.r9xivm8x6g .r7499a_cf15{
    list-style: none;
    padding: 0;
    }
div.v9ee6d00c.r9xivm8x6g .r7499a_cf15 li{
    margin-bottom: 12px;
    }
div.v9ee6d00c.r9xivm8x6g .r7499a_cf15 a{
    color: inherit;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    }
div.v9ee6d00c.r9xivm8x6g .r7499a_cf15 a:hover{
    color: var(--sg-primary);
    }
div.v9ee6d00c.r9xivm8x6g .copyright{
    border-top: 1px solid #333;
    padding-top: 30px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    }
@media (max-width: 768px) {div.v9ee6d00c.r9xivm8x6g .k5744bf_e53{ grid-template-columns: 1fr; }
div.v9ee6d00c.r9xivm8x6g h1{ font-size: 2.5rem; }
div.v9ee6d00c.r9xivm8x6g .cc950d4c45d{ grid-template-columns: repeat(2, 1fr); }
div.v9ee6d00c.r9xivm8x6g .gce69cce40{ padding: 60px 0; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.v9ee6d00c img.p8a7bcaf0 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.v9ee6d00c img.p8a7bcaf0.ra86d77e983 { aspect-ratio: 16 / 9; }
div.v9ee6d00c img.p8a7bcaf0.p4ecf787194 { aspect-ratio: 16 / 10; }
div.v9ee6d00c img.p8a7bcaf0.cd609caa641 { aspect-ratio: 4 / 3; }
div.v9ee6d00c img.p8a7bcaf0.ia3bb6_82b7 { aspect-ratio: 1 / 1; }
div.v9ee6d00c :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.v9ee6d00c .l17eb8_a5e5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.v9ee6d00c .l17eb8_a5e5.ra86d77e983 { aspect-ratio: 16 / 9; }
div.v9ee6d00c .l17eb8_a5e5.p4ecf787194 { aspect-ratio: 16 / 10; }
div.v9ee6d00c .l17eb8_a5e5.cd609caa641 { aspect-ratio: 4 / 3; }
div.v9ee6d00c .l17eb8_a5e5.ia3bb6_82b7 { aspect-ratio: 1 / 1; }
div.v9ee6d00c .l17eb8_a5e5 > img.p8a7bcaf0,
    div.v9ee6d00c .l17eb8_a5e5 > picture > img.p8a7bcaf0 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.v9ee6d00c.r9xivm8x6g .c73821__61ff a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.v9ee6d00c.r9xivm8x6g .c73821__61ff a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.v9ee6d00c.r9xivm8x6g .c73821__61ff a:not([class]):hover{opacity:0.92;}
div.v9ee6d00c.r9xivm8x6g .c73821__61ff a[class=""]:hover{opacity:0.92;}
div.v9ee6d00c.r9xivm8x6g .c73821__61ff a:not([class]):visited{color:#ffffff !important;}
div.v9ee6d00c.r9xivm8x6g .c73821__61ff a[class=""]:visited{color:#ffffff !important;}
.g717__3b13 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.g717__3b13 > :first-child,
    .g717__3b13 > :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);
    }
.u890f5128{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px); color: #1a1a2e;}
.d6b0__225ce{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.b8725f7e_dud{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-right: 48px; 
    white-space: nowrap;
    }
.mf70b2ff034{
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%; color: #1a1a2e;}
.j0bkn6vke{
    flex-grow: 1;
    }
.hzndrrcfe2{
    list-style: none;
    display: flex;
    gap: 28px;
    align-items: center;
    }
.s149f__ce0bc{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.s149f__ce0bc:hover, .s149f__ce0bc.active{
    color: var(--text-color);
    }
.s149f__ce0bc.active::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 2px; color: #1a1a2e;}
.d4550__ec2{
    display: flex;
    align-items: center;
    margin-left: auto; 
    }
.d29e__c4f6d{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.d29e__c4f6d:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.d29e__c4f6d:active{
    transform: translateY(0);
    }
.ee2177b{
    display: none; 
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    margin-left: 12px;
    }
.mc1df7__6f61d{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.mc1df7__6f61d::before, .mc1df7__6f61d::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.mc1df7__6f61d::before{ top: -6px; }
.mc1df7__6f61d::after{ bottom: -6px; }
@media (max-width: 992px){.j0bkn6vke{
    display: none; 
    }
.ee2177b{
    display: block;
    }
.b8725f7e_dud{
    margin-right: auto;
    }
.d4550__ec2{
    margin-left: 0;
    }}
.se16a94_12{list-style:none;}
.l644e8_99{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.l8b3f930c7{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.cc950d4c45d{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    }
.y992958a526{
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.kmhy1sjvh1tr{
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    }
.u1c227bfe7{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 320px;
    }
.b8a6__9a0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.b8a6__9a0:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.b0d8a__db7{
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.af74__530{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.g01aa7__fa045{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.j60ca53_rz{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.j60ca53_rz:hover{
    color: var(--primary-color);
    }
.t9e0__6d6a{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 32px; color: #ffffff;}
.uvdstr0lfs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.a8f880kxv{
    font-size: 13px;
    color: var(--text-muted);
    }
.x0b41ce_3ir{
    display: flex;
    gap: 24px;
    }
.ccd153bf_of{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.ccd153bf_of:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.l8b3f930c7 {
    padding-left: 24px;
    padding-right: 24px;
    }
.cc950d4c45d {
    flex-direction: column;
    gap: 48px;
    }
.y992958a526 {
    flex: 1 1 auto;
    max-width: 100%;
    }
.uvdstr0lfs {
    flex-direction: column;
    align-items: flex-start;
    }
.x0b41ce_3ir {
    flex-wrap: wrap;
    gap: 16px;
    }}
*{
  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);
}
.u890f5128{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px); color: #1a1a2e;}
.d6b0__225ce{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.b8725f7e_dud{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-right: 48px; 
  white-space: nowrap;
}
.mf70b2ff034{
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%; color: #1a1a2e;}
.j0bkn6vke{
  flex-grow: 1;
}
.hzndrrcfe2{
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
}
.s149f__ce0bc{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.s149f__ce0bc:hover, .s149f__ce0bc.active{
  color: var(--text-color);
}
.s149f__ce0bc.active::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 2px; color: #1a1a2e;}
.d4550__ec2{
  display: flex;
  align-items: center;
  margin-left: auto; 
}
.d29e__c4f6d{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 8px 18px;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.d29e__c4f6d:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.d29e__c4f6d:active{
  transform: translateY(0);
}
.ee2177b{
  display: none; 
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  margin-left: 12px;
}
.mc1df7__6f61d{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.mc1df7__6f61d::before, .mc1df7__6f61d::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.mc1df7__6f61d::before{ top: -6px; }
.mc1df7__6f61d::after{ bottom: -6px; }
@media (max-width: 992px){.j0bkn6vke{
    display: none; 
  }
.ee2177b{
    display: block;
  }
.b8725f7e_dud{
    margin-right: auto;
  }
.d4550__ec2{
    margin-left: 0;
  }}
.se16a94_12{list-style:none;}
.q549__5fdc{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.p1c8e67d9d9{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.wee0__bdd2{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
.a2c9c8_9122{
  flex: 0 0 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ube0d7461{
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.rb9ca2_a2f6{
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 32px;
  max-width: 320px;
}
.d5b9c3_352a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.d5b9c3_352a:hover{
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.gf34__10b3{
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.l433165f9e2{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.xe65__7a6e{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ia1c3b_f09a{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.ia1c3b_f09a:hover{
  color: var(--primary-color);
}
.v6760c_e6c5{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 32px; color: #ffffff;}
.a5949f04d0e{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.s02eb21e325{
  font-size: 13px;
  color: var(--text-muted);
}
.h616813a5{
  display: flex;
  gap: 24px;
}
.l34b25f18d8{
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.l34b25f18d8:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.p1c8e67d9d9 {
    padding-left: 24px;
    padding-right: 24px;
  }
.wee0__bdd2 {
    flex-direction: column;
    gap: 48px;
  }
.a2c9c8_9122 {
    flex: 1 1 auto;
    max-width: 100%;
  }
.a5949f04d0e {
    flex-direction: column;
    align-items: flex-start;
  }
.h616813a5 {
    flex-wrap: wrap;
    gap: 16px;
  }}
.b60bba_1a41{box-sizing:border-box;}
.o7922fe49b3{box-sizing:border-box;}
.l5b6640e1a5{display:block;max-width:100%;height:auto;}
.b52b__fdeb{box-sizing:border-box;}
@media (max-width: 768px) {.uvdstr0lfs { 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; }}