:root {

  --primary-color: #0ea5e9;
  --secondary-color: #8b5cf6;
  --bg-color: #0f1115;
  --text-color: #f8fafc;
  --text-muted: #94a3b8;
  --border-color: rgba(255, 255, 255, 0.1);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.6);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --primary-brand: hsl(145, 75%, 61%);
  --secondary-brand: hsl(269, 60%, 61%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --bg-main: hsl(145, 7%, 96%);
  --white: #ffffff;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
body{
    margin: 0;
    font-family: "Playfair Display", "Noto Serif SC", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.jb2a0dd_30d{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-sm); color: #ffffff;}
.vcb54__7e4{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.nw2qaenoup{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1px;
    }
.a85e416_6e9{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    }
.aqx3iq8upf{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    }
.zdb783a_b4{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.zdb783a_b4:hover{
    color: var(--text-color);
    }
.if40c97b{
    display: flex;
    align-items: center;
    }
.k4599_3c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    font-family: sans-serif; 
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: none;
    box-shadow: var(--shadow-md);
    letter-spacing: 0.5px;
    }
.k4599_3c:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a5245e__9118{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
    }
.x794aa_vwx{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 860px){.a85e416_6e9{
    display: none;
    }
.a5245e__9118{
    display: flex;
    }}
.zdb783a_b4.active{color: var(--text-color);}
.zdb783a_b4.active {color: var(--text-color);}
.kd7ojod88{
    background-color: var(--bg-color, #0f1115);
    padding: 80px 0 40px 0;
    color: var(--text-color, #f8fafc);
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    }
.x65176__347de{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    }
.pb21794{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    flex-wrap: wrap;
    }
.cc4f6a0fc{
    flex: 1;
    min-width: 300px;
    }
.w52187_001{
    font-family: "Times New Roman", Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
    color: var(--text-color, #f8fafc);
    }
.q201__dd4{
    font-size: 16px;
    color: var(--text-muted, #94a3b8);
    margin: 0;
    }
.p5bd6d_1da{
    flex: 0 0 auto;
    }
.kbb3c__dc8{
    display: inline-block;
    background-color: var(--primary-color, #0ea5e9);
    color: #1a1a2e;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.5));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    border: none;
    }
.kbb3c__dc8:hover{
    background-color: var(--secondary-color, #8b5cf6);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.6)); color: #1a1a2e;}
.mpj2ceqo07ta{
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.1));
    margin-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.ja79b3_5157{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }
.r81ceec_6f2c{
    flex: 0 0 25%;
    min-width: 200px;
    margin-bottom: 30px;
    }
.p28615_06d8{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    color: var(--text-color, #f8fafc);
    }
.qcf2b__3b23{
    display: flex;
    flex-direction: column;
    }
.df4208__863{
    color: var(--text-muted, #94a3b8);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
    }
.df4208__863:hover{
    color: var(--primary-color, #0ea5e9);
    }
.h4e4de_53{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    flex-wrap: wrap;
    }
.rc9c6cc4_j4{
    flex: 1;
    min-width: 300px;
    font-size: 13px;
    color: var(--text-muted, #94a3b8);
    }
.r3d8791_f9f8{
    margin-right: 20px;
    }
.q9196ef5_dfw{
    opacity: 0.8;
    }
.h2c4yqrfhm{
    display: flex;
    gap: 24px;
    flex: 0 0 auto;
    }
.kd60efc1_tb5{
    font-size: 13px;
    color: var(--text-muted, #94a3b8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.kd60efc1_tb5:hover{
    color: var(--text-color, #f8fafc);
    }
@media (max-width: 768px){.pb21794{
    flex-direction: column;
    align-items: flex-start;
    }
.p5bd6d_1da{
    margin-top: 30px;
    width: 100%;
    }
.kbb3c__dc8{
    width: 100%;
    text-align: center;
    }
.r81ceec_6f2c{
    flex: 0 0 50%;
    }
.h4e4de_53{
    flex-direction: column;
    align-items: flex-start;
    }
.h2c4yqrfhm{
    margin-top: 20px;
    gap: 16px;
    }}
div.zc3e__a837.j4aa0__24d66{
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--text-color, var(--text-main));
    background-color: var(--bg-color, var(--bg-main));
    line-height: 1.6;
    overflow-x: hidden;
    }
div.zc3e__a837.j4aa0__24d66 .lblgz2dtax{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    }
div.zc3e__a837.j4aa0__24d66 .z3e71f_3bd{
    padding: 100px 0;
    }
div.zc3e__a837.j4aa0__24d66 .f0f3__6a4{
    display: flex;
    min-height: 80vh;
    align-items: center;
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color); color: #1a1a2e;}
div.zc3e__a837.j4aa0__24d66 .if081de{
    flex: 1;
    padding-right: 60px;
    }
div.zc3e__a837.j4aa0__24d66 .k8235bf_7e43{
    flex: 1;
    height: 80vh;
    background-image: url("../img/index-ime-brand-visual-2.jpg");
    background-size: cover;
    background-position: center;
    }
div.zc3e__a837.j4aa0__24d66 h1{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--text-main);
    letter-spacing: -1px;
    }
div.zc3e__a837.j4aa0__24d66 .hkj10pbxwvz0{
    font-size: 1.25rem;
    margin-bottom: 40px;
    color: hsla(145, 10%, 9%, 0.8);
    max-width: 500px;
    }
div.zc3e__a837.j4aa0__24d66 .fafe8__8c27{
    display: flex;
    gap: 16px;
    align-items: center;
    }
div.zc3e__a837.j4aa0__24d66 .x6e882faac{
    background-color: var(--primary-brand);
    color: var(--text-main);
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    box-shadow: 0 4px 14px hsla(145, 75%, 61%, 0.4);
    transition: transform 0.2s ease;
    }
div.zc3e__a837.j4aa0__24d66 .x6e882faac:hover{
    transform: translateY(-2px);
    }
div.zc3e__a837.j4aa0__24d66 .lmvwu1myh{
    text-align: center;
    margin-bottom: 80px;
    }
div.zc3e__a837.j4aa0__24d66 h2{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    }
div.zc3e__a837.j4aa0__24d66 .a0312a_kz5{
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
div.zc3e__a837.j4aa0__24d66 .xd7f13db_r4j{
    display: grid;
    grid-template-columns: 1fr; 
    background: var(--white);
    padding: 60px;
    border: 1px solid var(--border-color); color: #1a1a2e;}
div.zc3e__a837.j4aa0__24d66 .fo0nh3vu{
    margin-bottom: 40px;
    }
div.zc3e__a837.j4aa0__24d66 .xd7f13db_r4j img{
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    border: 1px solid var(--border-color);
    }
div.zc3e__a837.j4aa0__24d66 .gogjfiqfmw{
    display: inline-block;
    padding: 4px 12px;
    background: var(--secondary-brand);
    color: #1a1a2e;
    font-size: 0.85rem;
    margin-bottom: 16px;
    }
div.zc3e__a837.j4aa0__24d66 .a50a6b_2bed{
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    background: var(--white); color: #1a1a2e;}
div.zc3e__a837.j4aa0__24d66 .a50a6b_2bed td{
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    }
div.zc3e__a837.j4aa0__24d66 .a50a6b_2bed td:first-child{
    font-weight: 600;
    width: 30%;
    }
div.zc3e__a837.j4aa0__24d66 .ue7a48_36{
    color: var(--text-main);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
    }
div.zc3e__a837.j4aa0__24d66 .ue7a48_36:hover{
    color: var(--secondary-brand);
    }
div.zc3e__a837.j4aa0__24d66 div.q9dd447ac{
    background: var(--text-main);
    color: var(--white);
    padding: 80px 0 40px;
    margin-top: 100px;
    }
div.zc3e__a837.j4aa0__24d66 .ja79b3_5157{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    }
div.zc3e__a837.j4aa0__24d66 .n5df6977a h4{
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: var(--primary-brand);
    }
div.zc3e__a837.j4aa0__24d66 .n5df6977a a{
    display: block;
    color: hsla(0, 0%, 100%, 0.6);
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.95rem;
    }
div.zc3e__a837.j4aa0__24d66 .n5df6977a a:hover{
    color: var(--white);
    }
div.zc3e__a837.j4aa0__24d66 .copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    text-align: center;
    font-size: 0.85rem;
    color: hsla(0, 0%, 100%, 0.4);
    }
@media (max-width: 768px) {div.zc3e__a837.j4aa0__24d66 .f0f3__6a4{ flex-direction: column; }
div.zc3e__a837.j4aa0__24d66 .k8235bf_7e43{ width: 100%; height: 40vh; }
div.zc3e__a837.j4aa0__24d66 .if081de{ padding: 60px 40px; }
div.zc3e__a837.j4aa0__24d66 h1{ font-size: 2.5rem; }
div.zc3e__a837.j4aa0__24d66 .ja79b3_5157{ grid-template-columns: 1fr 1fr; }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.zc3e__a837 img.cfc3c433b {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.zc3e__a837 img.cfc3c433b.u1d39b6f602 { aspect-ratio: 16 / 9; }
div.zc3e__a837 img.cfc3c433b.e2df36b0c { aspect-ratio: 16 / 10; }
div.zc3e__a837 img.cfc3c433b.a054a9371 { aspect-ratio: 4 / 3; }
div.zc3e__a837 img.cfc3c433b.w040__59b4 { aspect-ratio: 1 / 1; }
div.zc3e__a837 :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.zc3e__a837 .l192acea2 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.zc3e__a837 .l192acea2.u1d39b6f602 { aspect-ratio: 16 / 9; }
div.zc3e__a837 .l192acea2.e2df36b0c { aspect-ratio: 16 / 10; }
div.zc3e__a837 .l192acea2.a054a9371 { aspect-ratio: 4 / 3; }
div.zc3e__a837 .l192acea2.w040__59b4 { aspect-ratio: 1 / 1; }
div.zc3e__a837 .l192acea2 > img.cfc3c433b,
    div.zc3e__a837 .l192acea2 > picture > img.cfc3c433b {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.t5af236c1 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.t5af236c1 > :first-child,
    .t5af236c1 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: "Playfair Display", "Noto Serif SC", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.jb2a0dd_30d{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow-sm); color: #ffffff;}
.vcb54__7e4{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.nw2qaenoup{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 1px;
    }
.a85e416_6e9{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    }
.aqx3iq8upf{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    }
.zdb783a_b4{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.zdb783a_b4:hover{
    color: var(--text-color);
    }
.if40c97b{
    display: flex;
    align-items: center;
    }
.k4599_3c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    font-family: sans-serif; 
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: none;
    box-shadow: var(--shadow-md);
    letter-spacing: 0.5px;
    }
.k4599_3c:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a5245e__9118{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
    }
.x794aa_vwx{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 860px){.a85e416_6e9{
    display: none;
    }
.a5245e__9118{
    display: flex;
    }}
.zdb783a_b4.active{color: var(--text-color);}
.zdb783a_b4.active{color: var(--text-color);}
.kd7ojod88{
    background-color: var(--bg-color, #0f1115);
    padding: 80px 0 40px 0;
    color: var(--text-color, #f8fafc);
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    }
.x65176__347de{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    }
.pb21794{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    flex-wrap: wrap;
    }
.cc4f6a0fc{
    flex: 1;
    min-width: 300px;
    }
.w52187_001{
    font-family: "Times New Roman", Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
    color: var(--text-color, #f8fafc);
    }
.q201__dd4{
    font-size: 16px;
    color: var(--text-muted, #94a3b8);
    margin: 0;
    }
.p5bd6d_1da{
    flex: 0 0 auto;
    }
.kbb3c__dc8{
    display: inline-block;
    background-color: var(--primary-color, #0ea5e9);
    color: #1a1a2e;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm, 0px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.5));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    border: none;
    }
.kbb3c__dc8:hover{
    background-color: var(--secondary-color, #8b5cf6);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.6)); color: #1a1a2e;}
.mpj2ceqo07ta{
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.1));
    margin-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.ja79b3_5157{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }
.r81ceec_6f2c{
    flex: 0 0 25%;
    min-width: 200px;
    margin-bottom: 30px;
    }
.p28615_06d8{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    color: var(--text-color, #f8fafc);
    }
.qcf2b__3b23{
    display: flex;
    flex-direction: column;
    }
.df4208__863{
    color: var(--text-muted, #94a3b8);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
    }
.df4208__863:hover{
    color: var(--primary-color, #0ea5e9);
    }
.h4e4de_53{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    flex-wrap: wrap;
    }
.rc9c6cc4_j4{
    flex: 1;
    min-width: 300px;
    font-size: 13px;
    color: var(--text-muted, #94a3b8);
    }
.r3d8791_f9f8{
    margin-right: 20px;
    }
.q9196ef5_dfw{
    opacity: 0.8;
    }
.h2c4yqrfhm{
    display: flex;
    gap: 24px;
    flex: 0 0 auto;
    }
.kd60efc1_tb5{
    font-size: 13px;
    color: var(--text-muted, #94a3b8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.kd60efc1_tb5:hover{
    color: var(--text-color, #f8fafc);
    }
@media (max-width: 768px){.pb21794{
    flex-direction: column;
    align-items: flex-start;
    }
.p5bd6d_1da{
    margin-top: 30px;
    width: 100%;
    }
.kbb3c__dc8{
    width: 100%;
    text-align: center;
    }
.r81ceec_6f2c{
    flex: 0 0 50%;
    }
.h4e4de_53{
    flex-direction: column;
    align-items: flex-start;
    }
.h2c4yqrfhm{
    margin-top: 20px;
    gap: 16px;
    }}
body{
  margin: 0;
  font-family: "Playfair Display", "Noto Serif SC", serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
}
.jb2a0dd_30d{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  align-items: center;
  box-shadow: var(--shadow-sm); color: #ffffff;}
.vcb54__7e4{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nw2qaenoup{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 1px;
}
.a85e416_6e9{
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.aqx3iq8upf{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
.zdb783a_b4{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.zdb783a_b4:hover{
  color: var(--text-color);
}
.if40c97b{
  display: flex;
  align-items: center;
}
.k4599_3c{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-family: sans-serif; 
  border-radius: var(--radius-sm);
  transition: var(--transition);
  border: none;
  box-shadow: var(--shadow-md);
  letter-spacing: 0.5px;
}
.k4599_3c:hover{
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.a5245e__9118{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
}
.x794aa_vwx{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 860px){.a85e416_6e9{
    display: none;
  }
.a5245e__9118{
    display: flex;
  }}
.zdb783a_b4.active{color: var(--text-color);}
.zdb783a_b4.active{color: var(--text-color);}
.w4e4__7c66{
  background-color: var(--bg-color, #0f1115);
  padding: 80px 0 40px 0;
  color: var(--text-color, #f8fafc);
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
}
.qa05b74c6{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.x4542a48d9f{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.n0f5bf7dc{
  flex: 1;
  min-width: 300px;
}
.je3e51_b20f{
  font-family: "Times New Roman", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
  color: var(--text-color, #f8fafc);
}
.ee39554f11c{
  font-size: 16px;
  color: var(--text-muted, #94a3b8);
  margin: 0;
}
.i75483_d8bb{
  flex: 0 0 auto;
}
.qa0167d2727{
  display: inline-block;
  background-color: var(--primary-color, #0ea5e9);
  color: #1a1a2e;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm, 0px);
  box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.5));
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  border: none;
}
.qa0167d2727:hover{
  background-color: var(--secondary-color, #8b5cf6);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.6)); color: #1a1a2e;}
.w727__bcfb{
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.1));
  margin-bottom: 60px;
  width: 100%; color: #1a1a2e;}
.z70da271383{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.b4b5__e86f{
  flex: 0 0 25%;
  min-width: 200px;
  margin-bottom: 30px;
}
.sb753ac80ae{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  color: var(--text-color, #f8fafc);
}
.ed5753c31{
  display: flex;
  flex-direction: column;
}
.l24ba5f1f23{
  color: var(--text-muted, #94a3b8);
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 12px;
  transition: var(--transition, all 0.3s ease);
  width: fit-content;
}
.l24ba5f1f23:hover{
  color: var(--primary-color, #0ea5e9);
}
.r12b6455c{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
  flex-wrap: wrap;
}
.u2ac2a_92f9{
  flex: 1;
  min-width: 300px;
  font-size: 13px;
  color: var(--text-muted, #94a3b8);
}
.udbc76_e980{
  margin-right: 20px;
}
.w48a__f24b{
  opacity: 0.8;
}
.k6d3cc56f0b{
  display: flex;
  gap: 24px;
  flex: 0 0 auto;
}
.gc1d31ff2e6{
  font-size: 13px;
  color: var(--text-muted, #94a3b8);
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.gc1d31ff2e6:hover{
  color: var(--text-color, #f8fafc);
}
@media (max-width: 768px){.x4542a48d9f{
    flex-direction: column;
    align-items: flex-start;
  }
.i75483_d8bb{
    margin-top: 30px;
    width: 100%;
  }
.qa0167d2727{
    width: 100%;
    text-align: center;
  }
.b4b5__e86f{
    flex: 0 0 50%;
  }
.r12b6455c{
    flex-direction: column;
    align-items: flex-start;
  }
.k6d3cc56f0b{
    margin-top: 20px;
    gap: 16px;
  }}
.d7fe__2dc4{box-sizing:border-box;}
.v6e895_b076{box-sizing:border-box;}
.dfcb__c844{display:block;max-width:100%;height:auto;}
.u31986_dc0d{box-sizing:border-box;}
@media (max-width: 768px) {.h4e4de_53 { 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.zc3e__a837.j4aa0__24d66 .xd7f13db_r4j { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}