:root {

  --comp-primary: hsl(204, 70%, 67%);
  --comp-primary-dark: hsl(204, 70%, 57%);
  --comp-secondary: hsl(324, 56%, 67%);
  --comp-bg: hsl(204, 7%, 96%);
  --comp-text: hsl(204, 10%, 10%);
  --comp-text-light: hsl(204, 10%, 30%);
  --comp-border: hsl(204, 10%, 85%);
  --comp-card-bg: #ffffff;
  --comp-max-width: 1200px;
  --comp-read-width: 680px;
  --comp-radius: 8px;
  --comp-font-serif: "Georgia", "Times New Roman", serif;
  --comp-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --primary-color: hsl(15, 50%, 45%);
  --secondary-color: hsl(204, 70%, 67%);
  --bg-color: hsl(30, 15%, 96%);
  --text-color: hsl(20, 15%, 15%);
  --text-muted: hsl(20, 10%, 45%);
  --border-color: hsla(20, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --nav-height: 72px;
  --max-width: 1200px;
  --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);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(30, 15%, 96%, 0.85);
  --cta-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.j9fc4a_e083.up72hc26e3wy.m507d__f14{
    background-color: var(--comp-bg);
    color: var(--text-color, var(--comp-text));
    font-family: var(--comp-font-sans);
    padding-top: 40px;
    line-height: 1.6;
    }
div.j9fc4a_e083.up72hc26e3wy .n454db9_905c{
    max-width: var(--comp-max-width);
    margin: 0 auto;
    padding: 0 20px;
    }
div.j9fc4a_e083.up72hc26e3wy .gcc7414_6c9{
    margin-bottom: 32px;
    }
div.j9fc4a_e083.up72hc26e3wy .gcc7414_6c9 img{
    width: 100%;
    max-width: var(--comp-read-width);
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--comp-radius);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
div.j9fc4a_e083.up72hc26e3wy .m36c54_c4f, div.j9fc4a_e083.up72hc26e3wy .v419b9__cfc0{
    text-align: left;
    max-width: var(--comp-read-width);
    margin-left: 0;
    }
div.j9fc4a_e083.up72hc26e3wy .m36c54_c4f h1{
    font-family: var(--comp-font-serif);
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 16px 0;
    color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .m36c54_c4f p{
    font-size: 1.125rem;
    margin: 0 0 24px 0;
    color: var(--comp-text-light);
    }
div.j9fc4a_e083.up72hc26e3wy .t8d6adf52{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    }
div.j9fc4a_e083.up72hc26e3wy .sn6kqadse0la{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--comp-primary);
    color: var(--comp-text);
    padding: 12px 28px;
    border-radius: var(--comp-radius);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(111, 179, 230, 0.4);
    transition: all 0.2s ease;
    }
div.j9fc4a_e083.up72hc26e3wy .sn6kqadse0la:hover{
    background: var(--comp-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(111, 179, 230, 0.5); color: #1a1a2e;}
div.j9fc4a_e083.up72hc26e3wy .o147ac__c8cc{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--comp-text);
    padding: 12px 28px;
    border-radius: var(--comp-radius);
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--comp-text);
    transition: all 0.2s ease;
    }
div.j9fc4a_e083.up72hc26e3wy .o147ac__c8cc:hover{
    background: var(--comp-text);
    color: var(--comp-bg);
    }
div.j9fc4a_e083.up72hc26e3wy .e5fd54dac33{
    margin-bottom: 48px;
    }
div.j9fc4a_e083.up72hc26e3wy .e5fd54dac33 h2{
    font-family: var(--comp-font-serif);
    font-size: 1.75rem;
    margin: 0 0 16px 0;
    color: var(--comp-text);
    border-bottom: 2px solid var(--comp-primary);
    display: inline-block;
    padding-bottom: 8px;
    }
div.j9fc4a_e083.up72hc26e3wy .e5fd54dac33 > p{
    margin: 0 0 24px 0;
    color: var(--comp-text-light);
    }
div.j9fc4a_e083.up72hc26e3wy .e5fd54dac33 a{
    color: var(--comp-primary-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.j9fc4a_e083.up72hc26e3wy .e5fd54dac33 a:hover{
    color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .v3cbb9_b4f{
    background: var(--comp-card-bg);
    border: 1px solid var(--comp-border);
    border-radius: var(--comp-radius);
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02); color: #1a1a2e;}
div.j9fc4a_e083.up72hc26e3wy .v3cbb9_b4f h3{
    font-family: var(--comp-font-serif);
    margin: 0 0 12px 0;
    font-size: 1.25rem;
    color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .v3cbb9_b4f ul{
    padding-left: 20px;
    margin: 0;
    color: var(--comp-text-light);
    }
div.j9fc4a_e083.up72hc26e3wy .v3cbb9_b4f li{
    margin-bottom: 8px;
    }
div.j9fc4a_e083.up72hc26e3wy .v3cbb9_b4f li:last-child{
    margin-bottom: 0;
    }
div.j9fc4a_e083.up72hc26e3wy .v3cbb9_b4f strong{
    color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .p416f5477c7{
    background: var(--comp-card-bg);
    border: 1px solid var(--comp-border);
    border-radius: var(--comp-radius);
    padding: 24px; color: #1a1a2e;}
div.j9fc4a_e083.up72hc26e3wy .mf18b991{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--comp-border);
    }
div.j9fc4a_e083.up72hc26e3wy .mf18b991:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
div.j9fc4a_e083.up72hc26e3wy .mf18b991 h4{
    font-family: var(--comp-font-serif);
    font-size: 1.1rem;
    margin: 0 0 10px 0;
    color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .mf18b991 p{
    margin: 0;
    color: var(--comp-text-light);
    }
div.j9fc4a_e083.up72hc26e3wy .jda566_12{
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 32px;
    background: var(--comp-secondary);
    border-radius: var(--comp-radius);
    color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .jda566_12 h2{
    font-family: var(--comp-font-serif);
    font-size: 1.5rem;
    margin: 0 0 12px 0;
    }
div.j9fc4a_e083.up72hc26e3wy .jda566_12 p{
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    }
div.j9fc4a_e083.up72hc26e3wy .jda566_12 .sn6kqadse0la{
    background: var(--comp-text);
    color: var(--comp-bg);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
div.j9fc4a_e083.up72hc26e3wy .jda566_12 .sn6kqadse0la:hover{
    background: #333;
    transform: translateY(-2px); color: #ffffff;}
div.j9fc4a_e083.up72hc26e3wy .jda566_12 .o147ac__c8cc{
    border-color: var(--comp-text);
    }
div.j9fc4a_e083.up72hc26e3wy .y664760_9968{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.j9fc4a_e083.up72hc26e3wy .j20e__7094{
    border-top: 1px solid var(--comp-border);
    padding: 32px 0;
    color: var(--comp-text-light);
    font-size: 0.875rem;
    }
@media (max-width: 768px) {div.j9fc4a_e083.up72hc26e3wy .m36c54_c4f h1{
    font-size: 2rem;
    }
div.j9fc4a_e083.up72hc26e3wy .t8d6adf52, div.j9fc4a_e083.up72hc26e3wy .y664760_9968{
    flex-direction: column;
    align-items: stretch;
    }
div.j9fc4a_e083.up72hc26e3wy .sn6kqadse0la, div.j9fc4a_e083.up72hc26e3wy .o147ac__c8cc{
    text-align: center;
    width: 100%;
    }}
div.j9fc4a_e083.up72hc26e3wy .iodl8ao46t10{box-sizing:border-box;}
div.j9fc4a_e083.up72hc26e3wy .ysjroiclm{box-sizing:border-box;}
.rk44bp8w{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.v55c47__b56d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.e6fdfb__3cdbf{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
    }
.nd7c48a1{
    flex: 1 1 480px;
    max-width: 680px; 
    }
.sf7c06ebc0{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
.q938bb8a9{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    }
.na81f3feb48{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.na81f3feb48:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.hb5e6b684{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
    }
.n519d7_9a59{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.x99c9ba_d60{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
    }
.a87ebb6_b62{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.a87ebb6_b62:hover{
    color: var(--primary-color);
    }
.nab4__6751{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y38c22__711c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dzc23b0ut5{
    font-size: 14px;
    color: var(--text-muted);
    }
.o9c07adad{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.r6dae7__2514{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
    }
.v81bd6e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.rk44bp8w {
    padding: 60px 20px 40px 20px;
    }
.e6fdfb__3cdbf {
    gap: 48px;
    }
.hb5e6b684 {
    gap: 40px;
    flex: 1 1 100%;
    }
.nab4__6751 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ldd7__0bf4{
    height: var(--nav-height);
    background: 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;
    align-items: center; color: #1a1a2e;}
.h676__5a96a{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.x034b5_23{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.o39a525857c{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
    font-family: "Georgia", serif; 
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.hwnl4i0h5exh{
    display: flex;
    list-style: none;
    gap: 24px;
    margin-right: auto; 
    }
.b7dfee_20i2{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.b7dfee_20i2:hover{
    color: var(--text-color);
    }
.b7dfee_20i2::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
    width: 100%;
    }
.y95a2f9{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.o21midjbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.o21midjbm:hover{
    background: hsl(15, 50%, 38%);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.r520314_o4q{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
    }
.k5dc__d35 {
    display: flex;
    }
.h676__5a96a {
    justify-content: space-between; 
    }
.x034b5_23 {
    margin-right: 0;
    }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
    }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active {color: var(--text-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.j9fc4a_e083 img.jf0de6_1f6a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.j9fc4a_e083 img.jf0de6_1f6a.s06219_6787 { aspect-ratio: 16 / 9; }
div.j9fc4a_e083 img.jf0de6_1f6a.nf012a_5144 { aspect-ratio: 16 / 10; }
div.j9fc4a_e083 img.jf0de6_1f6a.qd1ac8_3e74 { aspect-ratio: 4 / 3; }
div.j9fc4a_e083 img.jf0de6_1f6a.u441e4b89b0 { aspect-ratio: 1 / 1; }
div.j9fc4a_e083 :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.j9fc4a_e083 .a65cd2c52cd {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.j9fc4a_e083 .a65cd2c52cd.s06219_6787 { aspect-ratio: 16 / 9; }
div.j9fc4a_e083 .a65cd2c52cd.nf012a_5144 { aspect-ratio: 16 / 10; }
div.j9fc4a_e083 .a65cd2c52cd.qd1ac8_3e74 { aspect-ratio: 4 / 3; }
div.j9fc4a_e083 .a65cd2c52cd.u441e4b89b0 { aspect-ratio: 1 / 1; }
div.j9fc4a_e083 .a65cd2c52cd > img.jf0de6_1f6a,
    div.j9fc4a_e083 .a65cd2c52cd > picture > img.jf0de6_1f6a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ldd7__0bf4{
    height: var(--nav-height);
    background: 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;
    align-items: center; color: #1a1a2e;}
.h676__5a96a{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.x034b5_23{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 48px; 
    flex-shrink: 0;
    }
.o39a525857c{
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
    font-family: "Georgia", serif; 
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.hwnl4i0h5exh{
    display: flex;
    list-style: none;
    gap: 24px;
    margin-right: auto; 
    }
.b7dfee_20i2{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.925rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.b7dfee_20i2:hover{
    color: var(--text-color);
    }
.b7dfee_20i2::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
    width: 100%;
    }
.y95a2f9{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.o21midjbm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.o21midjbm:hover{
    background: hsl(15, 50%, 38%);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.r520314_o4q{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
    }
.k5dc__d35 {
    display: flex;
    }
.h676__5a96a {
    justify-content: space-between; 
    }
.x034b5_23 {
    margin-right: 0;
    }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
    }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active{color: var(--text-color);}
.rk44bp8w{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.v55c47__b56d{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
.e6fdfb__3cdbf{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
    }
.nd7c48a1{
    flex: 1 1 480px;
    max-width: 680px; 
    }
.sf7c06ebc0{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
.q938bb8a9{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
    }
.na81f3feb48{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
    }
.na81f3feb48:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.hb5e6b684{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
    }
.n519d7_9a59{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
    }
.x99c9ba_d60{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
    }
.a87ebb6_b62{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
    }
.a87ebb6_b62:hover{
    color: var(--primary-color);
    }
.nab4__6751{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y38c22__711c{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dzc23b0ut5{
    font-size: 14px;
    color: var(--text-muted);
    }
.o9c07adad{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.r6dae7__2514{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
    }
.v81bd6e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.rk44bp8w {
    padding: 60px 20px 40px 20px;
    }
.e6fdfb__3cdbf {
    gap: 48px;
    }
.hb5e6b684 {
    gap: 40px;
    flex: 1 1 100%;
    }
.nab4__6751 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.ldd7__0bf4{
  height: var(--nav-height);
  background: 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;
  align-items: center; color: #1a1a2e;}
.h676__5a96a{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.x034b5_23{
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 48px; 
  flex-shrink: 0;
}
.o39a525857c{
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  margin-right: 12px; color: #1a1a2e;}
.aa5b3a_a7{
  font-family: "Georgia", serif; 
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
}
.hwnl4i0h5exh{
  display: flex;
  list-style: none;
  gap: 24px;
  margin-right: auto; 
}
.b7dfee_20i2{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.925rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.b7dfee_20i2:hover{
  color: var(--text-color);
}
.b7dfee_20i2::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.b7dfee_20i2:hover::after{
  width: 100%;
}
.y95a2f9{
  display: flex;
  align-items: center;
  gap: 16px;
}
.o21midjbm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.o21midjbm:hover{
  background: hsl(15, 50%, 38%);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #ffffff;}
.k5dc__d35{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.r520314_o4q{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.hwnl4i0h5exh {
    display: none; 
  }
.k5dc__d35 {
    display: flex;
  }
.h676__5a96a {
    justify-content: space-between; 
  }
.x034b5_23 {
    margin-right: 0;
  }}
@media (max-width: 480px){.aa5b3a_a7 {
    display: none; 
  }
.o21midjbm {
    padding: 8px 16px;
    font-size: 0.85rem;
  }}
.b7dfee_20i2.active{color: var(--text-color);}
.t400__6db4{list-style:none;}
.b7dfee_20i2.active{color: var(--text-color);}
.o546__877c{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 100px 24px 60px 24px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.ide5__d2d7{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}
.m786cbf31ba{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 80px;
}
.he56cb_e0ab{
    flex: 1 1 480px;
    max-width: 680px; 
}
.s22c__fa71{
    font-family: "Georgia", "Source Serif Pro", serif; 
    font-size: 28px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}
.tc87c2e4b{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px 0;
}
.e7bb__2b4d{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.e7bb__2b4d:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
}
.xa17aa_4597{
    display: flex;
    gap: 60px;
    flex: 1 1 300px;
}
.x4ceab6d5a0{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 140px;
}
.j922__c0f3{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin: 0 0 8px 0;
}
.s72ce28dc{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    width: fit-content;
}
.s72ce28dc:hover{
    color: var(--primary-color);
}
.x72a40d3d15{
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.r24e__c01b{
    display: flex;
    align-items: center;
    gap: 16px;
}
.l5118a48bea{
    font-size: 14px;
    color: var(--text-muted);
}
.j65427_d61a{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--border-color); color: #ffffff;}
.h254b4_57f2{
    font-size: 14px;
    color: var(--text-muted);
    font-style: italic;
    font-family: serif;
}
.h7092b_2f3e{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}
@media (max-width: 768px){.o546__877c {
        padding: 60px 20px 40px 20px;
    }
.m786cbf31ba {
        gap: 48px;
    }
.xa17aa_4597 {
        gap: 40px;
        flex: 1 1 100%;
    }
.x72a40d3d15 {
        flex-direction: column;
        align-items: flex-start;
    }}
.l1dd65d82{box-sizing:border-box;}
.p02f5866274{box-sizing:border-box;}
.ac9b__4b72{box-sizing:border-box;}
.y51379766cc{box-sizing:border-box;}
.k439193c5{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.nab4__6751 { 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; }}