:root {

  --primary-color: hsl(237, 78%, 61%);
  --secondary-color: hsl(328, 62%, 61%);
  --bg-color: hsl(237, 7%, 96%);
  --text-color: hsl(237, 10%, 11%);
  --text-muted: hsl(237, 8%, 45%);
  --border-color: hsla(237, 10%, 11%, 0.1);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 244, 247, 0.95);
  --font-serif: "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --v2-color-primary: hsl(237, 78%, 61%);
  --v2-color-primary-dark: hsl(237, 78%, 50%);
  --v2-color-secondary: hsl(328, 62%, 61%);
  --v2-color-text-main: hsl(237, 10%, 11%);
  --v2-color-text-muted: hsl(237, 5%, 35%);
  --v2-color-bg-base: hsl(237, 7%, 96%);
  --v2-color-bg-surface: #ffffff;
  --v2-color-bg-alt: hsl(237, 10%, 92%);
  --v2-color-border: hsl(237, 15%, 85%);
  --v2-font-heading: "Noto Serif SC", "SimSun", "Playfair Display", serif;
  --v2-font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --v2-spacing-section: 100px;
  --v2-spacing-element: 24px;
  --v2-shadow-solid: 4px 4px 0px 0px rgba(0,0,0,0.08);
  --v2-shadow-hover: 8px 8px 0px 0px rgba(0,0,0,0.12);
  --v2-radius-sharp: 0px;
  --v2-container-max: 1200px;
  --v2-text-max: 760px;
  --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;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    }
.qe98bd__f3fbf{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center; 
    width: 100%; color: #1a1a2e;}
.wc0f__034e{
    width: var(--max-width);
    max-width: 92vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    }
.w5ea68_fb{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    border-left: 4px solid var(--primary-color);
    padding-left: 12px;
    }
.v4f1704_ihsm{
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    }
.kd27__d5c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 14px;
    transition: var(--transition);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.kd27__d5c:hover{
    color: var(--primary-color);
    background: rgba(0, 0, 0, 0.03);
    }
.ce9451_leuu{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.d1e6a181{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    white-space: nowrap;
    }
.d1e6a181:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.ja4f432ed{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.q8e49cf99f{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.v4f1704_ihsm {
    display: none; 
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.v4f1704_ihsm.active {
    display: flex;
    }
.kd27__d5c {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    }
.ja4f432ed {
    display: flex;
    }
.ja4f432ed.active .q8e49cf99f:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.ja4f432ed.active .q8e49cf99f:nth-child(2) {
    opacity: 0;
    }
.ja4f432ed.active .q8e49cf99f:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (min-width: 1025px) and (max-width: 1200px){.kd27__d5c {
    padding: 8px 8px;
    font-size: 0.85rem;
    }}
.efb29__aaf{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.zzy0vuj1j2m{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.gff056__b731{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 48px;
    margin-bottom: 60px;
    }
.fl1th6xxp4{
    flex: 2;
    min-width: 280px;
    }
.u39575_1d1b{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    }
.p020097_d601{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 360px;
    margin: 0px;
    }
.rh5v9n13{
    flex: 1;
    min-width: 160px;
    }
.mhd14fks{
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.fa7c5__6ca03{
    list-style: none;
    padding: 0px;
    margin: 0px;
    }
.l8bek26jdxbm{
    margin-bottom: 12px;
    }
.s3d15a64{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.s3d15a64:hover{
    color: var(--primary-color);
    }
.e3iz3cdkd{
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ibd8850_j7dh{
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0px;
    margin-bottom: 24px;
    }
.c59155_fq15{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.c59155_fq15:hover{
    background-color: hsl(237, 78%, 55%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.s3ea770_7e7{
    width: 100%;
    border: 0px;
    border-top: 1px solid var(--border-color);
    margin-top: 0px;
    margin-bottom: 32px;
    }
.h8a117__2bb5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.e49238_nj{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0px;
    }
@media (max-width: 768px){.gff056__b731{
    flex-direction: column;
    gap: 40px;
    text-align: center;
    }
.fl1th6xxp4, .rh5v9n13, .e3iz3cdkd{
    flex: 1;
    align-items: center;
    min-width: 100%;
    }
.p020097_d601{
    margin-left: auto;
    margin-right: auto;
    }
.h8a117__2bb5{
    flex-direction: column;
    gap: 12px;
    }}
div.s2ee355db.ab47509_tmjg{
    font-family: var(--v2-font-body);
    color: var(--v2-color-text-main, #1c1c1f);
    background-color: var(--v2-color-bg-base, #f4f4f5);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.s2ee355db.ab47509_tmjg h1, div.s2ee355db.ab47509_tmjg h2, div.s2ee355db.ab47509_tmjg h3, div.s2ee355db.ab47509_tmjg h4{
    font-family: var(--v2-font-heading);
    font-weight: 700;
    margin-top: 0;
    color: var(--v2-color-text-main);
    letter-spacing: 0.5px;
    }
div.s2ee355db.ab47509_tmjg p{
    margin-top: 0;
    margin-bottom: var(--v2-spacing-element);
    color: var(--v2-color-text-muted);
    }
div.s2ee355db.ab47509_tmjg a{
    color: var(--v2-color-primary);
    text-decoration: none;
    transition: color 0.2s ease;
    }
div.s2ee355db.ab47509_tmjg a:hover{
    color: var(--v2-color-primary-dark);
    text-decoration: underline;
    }
div.s2ee355db.ab47509_tmjg .mfe60206{
    max-width: var(--v2-container-max);
    margin: 0 auto;
    padding: 0 5%;
    }
div.s2ee355db.ab47509_tmjg .cd2ce8e0_d9ct{
    max-width: var(--v2-text-max);
    margin-left: 0;
    margin-right: auto;
    text-align: center;
    }
div.s2ee355db.ab47509_tmjg .cea97a06{
    padding: var(--v2-spacing-section) 0;
    }
div.s2ee355db.ab47509_tmjg .otjnhmfqyp{
    background-color: var(--v2-color-bg-surface);
    border-top: 1px solid var(--v2-color-border);
    border-bottom: 1px solid var(--v2-color-border); color: #1a1a2e;}
div.s2ee355db.ab47509_tmjg .jec05f__d3bd{position: relative;
    padding: 140px 0 100px;
    background-color: var(--v2-color-bg-base);
    overflow: hidden;
    border-bottom: 1px solid var(--v2-color-border); isolation: isolate; color: #1a1a2e;}
div.s2ee355db.ab47509_tmjg .w067b4e634b{
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("../media/index-hero-context-1.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    z-index: 0;
    filter: grayscale(100%);
    }
div.s2ee355db.ab47509_tmjg .j8c4efb_ih{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center; 
    }
div.s2ee355db.ab47509_tmjg .ded1d2_yn{
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border: 1px solid var(--v2-color-primary);
    color: #1a1a2e;
    margin-bottom: 24px;
    background: rgba(255,255,255,0.5);
    }
div.s2ee355db.ab47509_tmjg .jec05f__d3bd h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    }
div.s2ee355db.ab47509_tmjg .jec05f__d3bd .kad5eb8569c{
    font-size: 1.125rem;
    margin-bottom: 40px;
    max-width: 680px;
    }
div.s2ee355db.ab47509_tmjg .a3b90__c5c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--v2-radius-sharp);
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    }
div.s2ee355db.ab47509_tmjg .a3b90__c5c:hover{
    text-decoration: none;
    }
div.s2ee355db.ab47509_tmjg .ssp84j828t{
    background-color: var(--v2-color-primary);
    color: #1a1a2e;
    box-shadow: var(--v2-shadow-solid);
    }
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover{
    background-color: var(--v2-color-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: var(--v2-shadow-hover);
    }
div.s2ee355db.ab47509_tmjg .vb0c6_2a{
    background-color: transparent;
    color: var(--v2-color-text-main);
    border: 2px solid var(--v2-color-text-main);
    }
div.s2ee355db.ab47509_tmjg .vb0c6_2a:hover{
    background-color: var(--v2-color-text-main);
    color: #ffffff;
    }
div.s2ee355db.ab47509_tmjg .w6a06_9af{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 60px;
    }
div.s2ee355db.ab47509_tmjg .i3cbb2b91{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 60px;
    }
div.s2ee355db.ab47509_tmjg .x4f8d_d1{
    background: var(--v2-color-bg-surface);
    border: 1px solid var(--v2-color-border);
    padding: 40px 32px;
    border-radius: var(--v2-radius-sharp);
    box-shadow: var(--v2-shadow-solid);
    transition: transform 0.2s ease; color: #1a1a2e;}
div.s2ee355db.ab47509_tmjg .x4f8d_d1:hover{
    transform: translateY(-4px);
    }
div.s2ee355db.ab47509_tmjg .k23e061cfae{
    width: 48px;
    height: 48px;
    background: var(--v2-color-bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.s2ee355db.ab47509_tmjg .k23e061cfae svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.s2ee355db.ab47509_tmjg .x4f8d_d1 h3{
    font-size: 1.4rem;
    margin-bottom: 16px;
    }
div.s2ee355db.ab47509_tmjg .b6n9c4uqtf3{
    display: flex;
    flex-direction: column;
    gap: 80px;
    }
div.s2ee355db.ab47509_tmjg .c5f700_94{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.s2ee355db.ab47509_tmjg .j98d12d9b{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid var(--v2-color-border);
    box-shadow: var(--v2-shadow-solid);
    }
div.s2ee355db.ab47509_tmjg .zf081e3_7f0e{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.s2ee355db.ab47509_tmjg .zf081e3_7f0e li{
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    color: var(--v2-color-text-muted);
    }
div.s2ee355db.ab47509_tmjg .zf081e3_7f0e li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: var(--v2-color-primary);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center / contain; color: #1a1a2e;}
div.s2ee355db.ab47509_tmjg .jd4964c406{
    text-align: center;
    max-width: var(--v2-text-max);
    margin: 0 auto 40px;
    }
div.s2ee355db.ab47509_tmjg .jd4964c406 h2{
    font-size: 2.2rem;
    margin-bottom: 16px;
    }
div.s2ee355db.ab47509_tmjg .o4e1__fbbc{
    background-color: var(--v2-color-text-main);
    color: var(--v2-color-bg-base);
    padding: 60px 0 40px;
    border-top: 4px solid var(--v2-color-primary);
    }
div.s2ee355db.ab47509_tmjg .r0930e7c92c{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    }
div.s2ee355db.ab47509_tmjg .t293ee440 h4{
    color: #ffffff;
    font-family: var(--v2-font-body);
    font-size: 1.1rem;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
    }
div.s2ee355db.ab47509_tmjg .t293ee440 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.s2ee355db.ab47509_tmjg .t293ee440 ul li{
    margin-bottom: 12px;
    }
div.s2ee355db.ab47509_tmjg .t293ee440 a{
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    }
div.s2ee355db.ab47509_tmjg .t293ee440 a:hover{
    color: #ffffff;
    }
div.s2ee355db.ab47509_tmjg .e2b4c3ec6{
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    }
@media (max-width: 900px) {div.s2ee355db.ab47509_tmjg .c5f700_94{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.s2ee355db.ab47509_tmjg .c5f700_94:nth-child(even) .fd0c5940662{
    order: 2;
    }
div.s2ee355db.ab47509_tmjg .c5f700_94:nth-child(even) .e55d853d0d2{
    order: 1;
    }}
@media (max-width: 768px) {div.s2ee355db.ab47509_tmjg .jec05f__d3bd{
    padding: 100px 0 60px;
    }
div.s2ee355db.ab47509_tmjg .jd4964c406 h2{
    font-size: 1.8rem;
    }}
div.s2ee355db.ab47509_tmjg .ifdbaa_1h{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.s2ee355db img.g59a8b1f01d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.s2ee355db img.g59a8b1f01d.u81b__839d { aspect-ratio: 16 / 9; }
div.s2ee355db img.g59a8b1f01d.nb7d__db2b { aspect-ratio: 16 / 10; }
div.s2ee355db img.g59a8b1f01d.b07a78fec { aspect-ratio: 4 / 3; }
div.s2ee355db img.g59a8b1f01d.vd9c10_f161 { aspect-ratio: 1 / 1; }
div.s2ee355db :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.s2ee355db .v33f41_c8c4 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.s2ee355db .v33f41_c8c4.u81b__839d { aspect-ratio: 16 / 9; }
div.s2ee355db .v33f41_c8c4.nb7d__db2b { aspect-ratio: 16 / 10; }
div.s2ee355db .v33f41_c8c4.b07a78fec { aspect-ratio: 4 / 3; }
div.s2ee355db .v33f41_c8c4.vd9c10_f161 { aspect-ratio: 1 / 1; }
div.s2ee355db .v33f41_c8c4 > img.g59a8b1f01d,
    div.s2ee355db .v33f41_c8c4 > picture > img.g59a8b1f01d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.s2ee355db.ab47509_tmjg .ssp84j828t a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.s2ee355db.ab47509_tmjg .ssp84j828t a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.s2ee355db.ab47509_tmjg .ssp84j828t a:not([class]):hover{opacity:0.92;}
div.s2ee355db.ab47509_tmjg .ssp84j828t a[class=""]:hover{opacity:0.92;}
div.s2ee355db.ab47509_tmjg .ssp84j828t a:not([class]):visited{color:#ffffff !important;}
div.s2ee355db.ab47509_tmjg .ssp84j828t a[class=""]:visited{color:#ffffff !important;}
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover a:not([class]):hover{opacity:0.92;}
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover a[class=""]:hover{opacity:0.92;}
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover a:not([class]):visited{color:#ffffff !important;}
div.s2ee355db.ab47509_tmjg .ssp84j828t:hover a[class=""]:visited{color:#ffffff !important;}
.l4baeb_0cbb {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.l4baeb_0cbb > :first-child,
    .l4baeb_0cbb > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    }
.qe98bd__f3fbf{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center; 
    width: 100%; color: #1a1a2e;}
.wc0f__034e{
    width: var(--max-width);
    max-width: 92vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    }
.w5ea68_fb{
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    border-left: 4px solid var(--primary-color);
    padding-left: 12px;
    }
.v4f1704_ihsm{
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    }
.kd27__d5c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 14px;
    transition: var(--transition);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.kd27__d5c:hover{
    color: var(--primary-color);
    background: rgba(0, 0, 0, 0.03);
    }
.ce9451_leuu{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.d1e6a181{
    background-color: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: inline-block;
    white-space: nowrap;
    }
.d1e6a181:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.ja4f432ed{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.q8e49cf99f{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.v4f1704_ihsm {
    display: none; 
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.v4f1704_ihsm.active {
    display: flex;
    }
.kd27__d5c {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    }
.ja4f432ed {
    display: flex;
    }
.ja4f432ed.active .q8e49cf99f:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    }
.ja4f432ed.active .q8e49cf99f:nth-child(2) {
    opacity: 0;
    }
.ja4f432ed.active .q8e49cf99f:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (min-width: 1025px) and (max-width: 1200px){.kd27__d5c {
    padding: 8px 8px;
    font-size: 0.85rem;
    }}
.efb29__aaf{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #1a1a2e;}
.zzy0vuj1j2m{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.gff056__b731{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 48px;
    margin-bottom: 60px;
    }
.fl1th6xxp4{
    flex: 2;
    min-width: 280px;
    }
.u39575_1d1b{
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    }
.p020097_d601{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 360px;
    margin: 0px;
    }
.rh5v9n13{
    flex: 1;
    min-width: 160px;
    }
.mhd14fks{
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.fa7c5__6ca03{
    list-style: none;
    padding: 0px;
    margin: 0px;
    }
.l8bek26jdxbm{
    margin-bottom: 12px;
    }
.s3d15a64{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.s3d15a64:hover{
    color: var(--primary-color);
    }
.e3iz3cdkd{
    flex: 2;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.ibd8850_j7dh{
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 0px;
    margin-bottom: 24px;
    }
.c59155_fq15{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.c59155_fq15:hover{
    background-color: hsl(237, 78%, 55%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.s3ea770_7e7{
    width: 100%;
    border: 0px;
    border-top: 1px solid var(--border-color);
    margin-top: 0px;
    margin-bottom: 32px;
    }
.h8a117__2bb5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.e49238_nj{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0px;
    }
@media (max-width: 768px){.gff056__b731{
    flex-direction: column;
    gap: 40px;
    text-align: center;
    }
.fl1th6xxp4, .rh5v9n13, .e3iz3cdkd{
    flex: 1;
    align-items: center;
    min-width: 100%;
    }
.p020097_d601{
    margin-left: auto;
    margin-right: auto;
    }
.h8a117__2bb5{
    flex-direction: column;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
}
.qe98bd__f3fbf{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center; 
  width: 100%; color: #1a1a2e;}
.wc0f__034e{
  width: var(--max-width);
  max-width: 92vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.w5ea68_fb{
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  flex-shrink: 0;
  border-left: 4px solid var(--primary-color);
  padding-left: 12px;
}
.v4f1704_ihsm{
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
}
.kd27__d5c{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  transition: var(--transition);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.kd27__d5c:hover{
  color: var(--primary-color);
  background: rgba(0, 0, 0, 0.03);
}
.ce9451_leuu{
  display: flex;
  align-items: center;
  gap: 16px;
}
.d1e6a181{
  background-color: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  padding: 10px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: inline-block;
  white-space: nowrap;
}
.d1e6a181:hover{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.ja4f432ed{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.q8e49cf99f{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.v4f1704_ihsm {
    display: none; 
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.v4f1704_ihsm.active {
    display: flex;
  }
.kd27__d5c {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
.ja4f432ed {
    display: flex;
  }
.ja4f432ed.active .q8e49cf99f:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
.ja4f432ed.active .q8e49cf99f:nth-child(2) {
    opacity: 0;
  }
.ja4f432ed.active .q8e49cf99f:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }}
@media (min-width: 1025px) and (max-width: 1200px){.kd27__d5c {
    padding: 8px 8px;
    font-size: 0.85rem;
  }}
.e48d465c2b3{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; color: #1a1a2e;}
.ta04a0299{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s5c8e5_7bd7{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 48px;
  margin-bottom: 60px;
}
.q94d79cf9{
  flex: 2;
  min-width: 280px;
}
.a857d989b{
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.m86f82_216d{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 360px;
  margin: 0px;
}
.o50371683{
  flex: 1;
  min-width: 160px;
}
.ha1c__247f{
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.v347ccddf1f{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ib05__a9b7{
  margin-bottom: 12px;
}
.k4921efa683{
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.k4921efa683:hover{
  color: var(--primary-color);
}
.q3ee11_1f18{
  flex: 2;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c7bc__4374{
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 0px;
  margin-bottom: 24px;
}
.g7a891_4082{
  display: inline-block;
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.g7a891_4082:hover{
  background-color: hsl(237, 78%, 55%);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #ffffff;}
.wb13ca78b{
  width: 100%;
  border: 0px;
  border-top: 1px solid var(--border-color);
  margin-top: 0px;
  margin-bottom: 32px;
}
.l69c35_2760{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m0260bcd869{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0px;
}
@media (max-width: 768px){.s5c8e5_7bd7{
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
.q94d79cf9, .o50371683, .q3ee11_1f18{
    flex: 1;
    align-items: center;
    min-width: 100%;
  }
.m86f82_216d{
    margin-left: auto;
    margin-right: auto;
  }
.l69c35_2760{
    flex-direction: column;
    gap: 12px;
  }}
.a4b0__efcb{box-sizing:border-box;}
.x49791f7b98{box-sizing:border-box;}
.x652d2fc3{box-sizing:border-box;}
.mbf715eb8{box-sizing:border-box;}
@media (max-width: 768px) {.h8a117__2bb5 { 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; }}