:root {

  --page-primary: var(--primary-color, hsl(75, 79%, 52%));
  --page-secondary: var(--secondary-color, hsl(215, 63%, 52%));
  --page-text: var(--text-color, hsl(75, 10%, 7%));
  --page-bg: var(--bg-color, hsl(75, 7%, 97%));
  --max-width: 1200px;
  --reading-width: 760px;
  --border-radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --primary-color: hsl(75, 79%, 52%);
  --secondary-color: hsl(215, 63%, 52%);
  --bg-color: hsl(75, 7%, 97%);
  --text-color: hsl(75, 10%, 7%);
  --text-muted: hsl(75, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --nav-bg: rgba(248, 249, 247, 0.85);
  --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.fa3e0bcbf.t02168_e36{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--page-text);
    background-color: var(--page-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.fa3e0bcbf.t02168_e36 .v2cygmrq7y{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.fa3e0bcbf.t02168_e36 .qc169473{
    padding: 100px 0 60px;
    text-align: center;
    }
div.fa3e0bcbf.t02168_e36 .qc169473 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 24px;
    max-width: var(--reading-width);
    margin-left: 0;
    margin-right: auto;
    line-height: 1.1;
    color: var(--page-text);
    }
div.fa3e0bcbf.t02168_e36 .o2b67_8d{
    font-size: 1.25rem;
    max-width: var(--reading-width);
    margin: 0 auto 40px;
    color: rgba(0, 0, 0, 0.7);
    }
div.fa3e0bcbf.t02168_e36 .ee5683d_7x45{
    padding: 80px 0;
    display: flex;
    align-items: center;
    gap: 60px;
    }
div.fa3e0bcbf.t02168_e36 .ee5683d_7x45:nth-child(even){
    flex-direction: row-reverse;
    }
div.fa3e0bcbf.t02168_e36 .q0eb777cb7{
    flex: 1;
    }
div.fa3e0bcbf.t02168_e36 .r1d41a_r9j{
    flex: 1;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
div.fa3e0bcbf.t02168_e36 .r1d41a_r9j img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    }
div.fa3e0bcbf.t02168_e36 .q0eb777cb7 h2{
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    }
div.fa3e0bcbf.t02168_e36 .q0eb777cb7 h2::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 4px;
    background: var(--page-primary); color: #1a1a2e;}
div.fa3e0bcbf.t02168_e36 .q0eb777cb7 p{
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.8);
    }
div.fa3e0bcbf.t02168_e36 .cd957b__507d3{
    max-width: var(--reading-width);
    margin: 40px auto;
    }
div.fa3e0bcbf.t02168_e36 .d3706a__f42d{
    background: #fff;
    padding: 30px;
    border-radius: var(--border-radius);
    margin-bottom: 24px;
    border-left: 6px solid var(--page-primary);
    transition: var(--transition); color: #1a1a2e;}
div.fa3e0bcbf.t02168_e36 .d3706a__f42d:hover{
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
div.fa3e0bcbf.t02168_e36 .d3706a__f42d h3{
    margin-top: 0;
    font-size: 1.3rem;
    color: var(--page-secondary);
    }
div.fa3e0bcbf.t02168_e36 .y484fadce3{
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    border-radius: var(--border-radius);
    overflow: hidden; color: #1a1a2e;}
div.fa3e0bcbf.t02168_e36 .y484fadce3 th, div.fa3e0bcbf.t02168_e36 .y484fadce3 td{
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }
div.fa3e0bcbf.t02168_e36 .y484fadce3 th{
    background: var(--page-primary);
    color: #000;
    }
div.fa3e0bcbf.t02168_e36 .gqwqfmnqsy58{
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace;
    border-bottom: 2px solid #ccc; color: #1a1a2e;}
div.fa3e0bcbf.t02168_e36 .c37a0_59ec{
    background: var(--page-text);
    color: #fff;
    padding: 60px 40px;
    border-radius: 24px;
    text-align: center;
    margin: 80px 0;
    }
div.fa3e0bcbf.t02168_e36 .sc77c255{
    display: inline-block;
    background-color: var(--page-primary);
    color: #000;
    padding: 18px 48px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(188, 226, 46, 0.3);
    }
div.fa3e0bcbf.t02168_e36 .sc77c255:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(188, 226, 46, 0.4);
    }
div.fa3e0bcbf.t02168_e36 .pfba48_893f{
    color: var(--page-secondary);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.fa3e0bcbf.t02168_e36 .q2286f3_50{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    }
div.fa3e0bcbf.t02168_e36 .q7ba__5912{
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--page-text);
    }
@media (max-width: 768px) {div.fa3e0bcbf.t02168_e36 .ee5683d_7x45, div.fa3e0bcbf.t02168_e36 .ee5683d_7x45:nth-child(even){
    flex-direction: column;
    padding: 40px 0;
    }
div.fa3e0bcbf.t02168_e36 .qc169473{
    padding: 60px 0 40px;
    }}
.j029__0acb0{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.gh9q2crg8{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
.wbbe1fe_634{
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    }
.ob1m5bbnifu{
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -1px;
    margin-bottom: 16px;
    }
.k1b407e55e3{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    }
.q2286f3_50{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 60px;
    }
.i0d00ebd58{
    display: flex;
    flex-direction: column;
    align-items: center; 
    min-width: 160px;
    }
.e5e4012b{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.wc7f1434a{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    text-align: center;
    }
.wc7f1434a:hover{
    color: var(--secondary-color);
    }
.mktxn7oq4l9{
    width: 100%;
    border: none;
    border-top: 1px solid var(--border-color);
    margin-bottom: 40px;
    }
.i2lxahubyeyw{
    display: flex;
    justify-content: center;
    width: 100%;
    }
.v8e121__c198b{
    font-size: 13px;
    color: var(--text-muted);
    text-align: center;
    opacity: 0.8;
    }
@media (max-width: 768px){.j029__0acb0{
    padding: 60px 20px 30px 20px;
    }
.q2286f3_50{
    gap: 40px;
    flex-direction: column;
    align-items: center;
    }
.wbbe1fe_634{
    margin-bottom: 40px;
    }
.i0d00ebd58{
    min-width: 100%;
    }
.e5e4012b{
    margin-bottom: 16px;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.i50ffad_c5{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.f5cd2cd4{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.d9f7c82332{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--transition);
    }
.g928__904{
    background-color: var(--text-color);
    color: var(--primary-color);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border-radius: var(--radius-sm);
    }
.i38b0__48235{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    }
.of8c4dee_us{
    flex: 1;
    display: flex;
    justify-content: center; 
    }
.ttyg2ojcp4{
    display: flex;
    list-style: none;
    gap: 32px;
    }
.i39fd2a_6d{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.i39fd2a_6d:hover{
    color: var(--text-color);
    }
.i39fd2a_6d::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.i39fd2a_6d:hover::after{
    width: 100%;
    }
.jbf6f5e84{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.ydd351cc_sonk{
    background-color: var(--secondary-color); 
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    display: inline-block;
    }
.ydd351cc_sonk:hover{
    background-color: var(--text-color); 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.i6e6__1d94{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.ebsche41z15{
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.ttyg2ojcp4 {
    gap: 16px;
    }
.i39fd2a_6d {
    font-size: 14px;
    }}
@media (max-width: 768px){.of8c4dee_us{
    display: none; 
    }
.i6e6__1d94{
    display: flex;
    }
.f5cd2cd4{
    padding: 0 20px;
    }
.ydd351cc_sonk{
    padding: 8px 16px;
    font-size: 13px;
    }}
.i39fd2a_6d.active{color: var(--text-color);}
.t4f0da_72{list-style:none;}
.i39fd2a_6d.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.fa3e0bcbf img.oe9399_b087 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.fa3e0bcbf img.oe9399_b087.bbb7f29dc { aspect-ratio: 16 / 9; }
div.fa3e0bcbf img.oe9399_b087.mea2c93a7d1 { aspect-ratio: 16 / 10; }
div.fa3e0bcbf img.oe9399_b087.v885__ee90 { aspect-ratio: 4 / 3; }
div.fa3e0bcbf img.oe9399_b087.m385c2b83b9 { aspect-ratio: 1 / 1; }
div.fa3e0bcbf :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.fa3e0bcbf .e2a6__61e7 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.fa3e0bcbf .e2a6__61e7.bbb7f29dc { aspect-ratio: 16 / 9; }
div.fa3e0bcbf .e2a6__61e7.mea2c93a7d1 { aspect-ratio: 16 / 10; }
div.fa3e0bcbf .e2a6__61e7.v885__ee90 { aspect-ratio: 4 / 3; }
div.fa3e0bcbf .e2a6__61e7.m385c2b83b9 { aspect-ratio: 1 / 1; }
div.fa3e0bcbf .e2a6__61e7 > img.oe9399_b087,
    div.fa3e0bcbf .e2a6__61e7 > picture > img.oe9399_b087 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.k7a0f0f9f74 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.k7a0f0f9f74 > :first-child,
    .k7a0f0f9f74 > :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, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.i50ffad_c5{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.f5cd2cd4{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.d9f7c82332{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--transition);
    }
.g928__904{
    background-color: var(--text-color);
    color: var(--primary-color);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border-radius: var(--radius-sm);
    }
.i38b0__48235{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--text-color);
    }
.of8c4dee_us{
    flex: 1;
    display: flex;
    justify-content: center; 
    }
.ttyg2ojcp4{
    display: flex;
    list-style: none;
    gap: 32px;
    }
.i39fd2a_6d{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 8px 0;
    }
.i39fd2a_6d:hover{
    color: var(--text-color);
    }
.i39fd2a_6d::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.i39fd2a_6d:hover::after{
    width: 100%;
    }
.jbf6f5e84{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.ydd351cc_sonk{
    background-color: var(--secondary-color); 
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    display: inline-block;
    }
.ydd351cc_sonk:hover{
    background-color: var(--text-color); 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.i6e6__1d94{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.ebsche41z15{
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.ttyg2ojcp4 {
    gap: 16px;
    }
.i39fd2a_6d {
    font-size: 14px;
    }}
@media (max-width: 768px){.of8c4dee_us{
    display: none; 
    }
.i6e6__1d94{
    display: flex;
    }
.f5cd2cd4{
    padding: 0 20px;
    }
.ydd351cc_sonk{
    padding: 8px 16px;
    font-size: 13px;
    }}
.i39fd2a_6d.active{color: var(--text-color);}
.t4f0da_72{list-style:none;}
.i39fd2a_6d.active{color: var(--text-color);}
.j029__0acb0{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.gh9q2crg8{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
.wbbe1fe_634{
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    }
.ob1m5bbnifu{
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -1px;
    margin-bottom: 16px;
    }
.k1b407e55e3{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    }
.q2286f3_50{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 60px;
    }
.i0d00ebd58{
    display: flex;
    flex-direction: column;
    align-items: center; 
    min-width: 160px;
    }
.e5e4012b{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.wc7f1434a{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    text-align: center;
    }
.wc7f1434a:hover{
    color: var(--secondary-color);
    }
.mktxn7oq4l9{
    width: 100%;
    border: none;
    border-top: 1px solid var(--border-color);
    margin-bottom: 40px;
    }
.i2lxahubyeyw{
    display: flex;
    justify-content: center;
    width: 100%;
    }
.v8e121__c198b{
    font-size: 13px;
    color: var(--text-muted);
    text-align: center;
    opacity: 0.8;
    }
@media (max-width: 768px){.j029__0acb0{
    padding: 60px 20px 30px 20px;
    }
.q2286f3_50{
    gap: 40px;
    flex-direction: column;
    align-items: center;
    }
.wbbe1fe_634{
    margin-bottom: 40px;
    }
.i0d00ebd58{
    min-width: 100%;
    }
.e5e4012b{
    margin-bottom: 16px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.i50ffad_c5{
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.f5cd2cd4{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d9f7c82332{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: var(--transition);
}
.g928__904{
  background-color: var(--text-color);
  color: var(--primary-color);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  border-radius: var(--radius-sm);
}
.i38b0__48235{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--text-color);
}
.of8c4dee_us{
  flex: 1;
  display: flex;
  justify-content: center; 
}
.ttyg2ojcp4{
  display: flex;
  list-style: none;
  gap: 32px;
}
.i39fd2a_6d{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 8px 0;
}
.i39fd2a_6d:hover{
  color: var(--text-color);
}
.i39fd2a_6d::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.i39fd2a_6d:hover::after{
  width: 100%;
}
.jbf6f5e84{
  display: flex;
  align-items: center;
  gap: 16px;
}
.ydd351cc_sonk{
  background-color: var(--secondary-color); 
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
  display: inline-block;
}
.ydd351cc_sonk:hover{
  background-color: var(--text-color); 
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #ffffff;}
.i6e6__1d94{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.ebsche41z15{
  width: 22px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.ttyg2ojcp4 {
    gap: 16px;
  }
.i39fd2a_6d {
    font-size: 14px;
  }}
@media (max-width: 768px){.of8c4dee_us{
    display: none; 
  }
.i6e6__1d94{
    display: flex;
  }
.f5cd2cd4{
    padding: 0 20px;
  }
.ydd351cc_sonk{
    padding: 8px 16px;
    font-size: 13px;
  }}
.i39fd2a_6d.active{color: var(--text-color);}
.t4f0da_72{list-style:none;}
.i39fd2a_6d.active{color: var(--text-color);}
.x2b2__a7f5{
  background-color: var(--bg-color);
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color);
  width: 100%;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.q674f12e7{
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.i4b79e_5d45{
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.e3d6cf_0af8{
  font-size: 32px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.v221e6_3f78{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.fa075a_c1ee{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  width: 100%;
  margin-bottom: 60px;
}
.p469a5_330a{
  display: flex;
  flex-direction: column;
  align-items: center; 
  min-width: 160px;
}
.i5e35d_498b{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.xae1__e7e6{
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition);
  text-align: center;
}
.xae1__e7e6:hover{
  color: var(--secondary-color);
}
.s5c5__6b8c{
  width: 100%;
  border: none;
  border-top: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.t3cb81_63ab{
  display: flex;
  justify-content: center;
  width: 100%;
}
.dc16__e2a6{
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  opacity: 0.8;
}
@media (max-width: 768px){.x2b2__a7f5{
    padding: 60px 20px 30px 20px;
  }
.fa075a_c1ee{
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
.i4b79e_5d45{
    margin-bottom: 40px;
  }
.p469a5_330a{
    min-width: 100%;
  }
.i5e35d_498b{
    margin-bottom: 16px;
  }}
.t9a8__4b2d{box-sizing:border-box;}
.x09db9d7ff4{box-sizing:border-box;}
.f18f__59d1{box-sizing:border-box;}
.hf83f1_bd06{box-sizing:border-box;}
.d0c9b3_26cf{box-sizing:border-box;}
@media (max-width: 768px) {div.fa3e0bcbf.t02168_e36 .ee5683d_7x45 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.fa3e0bcbf.t02168_e36 .ee5683d_7x45 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.fa3e0bcbf.t02168_e36 .ee5683d_7x45:nth-child(even) { flex-direction: column !important; }}