:root {

  --wps-primary: var(--primary-color, hsl(188, 75%, 57%));
  --wps-secondary: var(--secondary-color, hsl(252, 60%, 57%));
  --wps-text: var(--text-color, hsl(188, 10%, 11%));
  --wps-bg: var(--bg-color, hsl(188, 7%, 96%));
  --wps-card-bg: #ffffff;
  --wps-radius: var(--border-radius, 24px);
  --wps-shadow: var(--box-shadow, 0 10px 30px rgba(0,0,0,0.05));
  --max-width: 1200px;
  --reading-width: 800px;
  --primary-color: hsl(14, 55%, 36%);
  --secondary-color: hsl(28, 45%, 45%);
  --bg-color: hsl(30, 15%, 96%);
  --text-color: hsl(30, 12%, 15%);
  --text-muted: hsl(30, 8%, 45%);
  --border-color: hsla(30, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(140, 61, 43, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.1);
  --nav-height: 80px;
  --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --nav-bg: hsla(30, 15%, 96%, 0.85);
  --font-main: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: "Georgia", serif;
  --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.kcbeee_05c7.mc2879_c47{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--wps-text);
    background-color: var(--wps-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.kcbeee_05c7.mc2879_c47 .g7d9e0b32e2{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.kcbeee_05c7.mc2879_c47 .w65fed84{
    padding: 100px 0 60px;
    text-align: center;
    }
div.kcbeee_05c7.mc2879_c47 .bc064_d7c3{
    max-width: var(--reading-width);
    margin: 0 auto;
    }
div.kcbeee_05c7.mc2879_c47 .w65fed84 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--wps-text);
    letter-spacing: -0.02em;
    }
div.kcbeee_05c7.mc2879_c47 .w65fed84 p{
    font-size: 1.25rem;
    color: rgba(29, 33, 34, 0.7);
    margin-bottom: 40px;
    }
div.kcbeee_05c7.mc2879_c47 .qef13e5_439{
    background: var(--wps-card-bg);
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow: var(--wps-shadow);
    max-width: 600px;
    margin: 0 auto 60px;
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.kcbeee_05c7.mc2879_c47 .qef13e5_439 input{
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    background: transparent;
    }
div.kcbeee_05c7.mc2879_c47 .d26d00_86c{
    background: var(--wps-primary);
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
    }
div.kcbeee_05c7.mc2879_c47 .d26d00_86c:hover{
    transform: scale(1.05);
    }
div.kcbeee_05c7.mc2879_c47 .c4549_f29{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 80px;
    }
div.kcbeee_05c7.mc2879_c47 .ee02__3be{
    background: var(--wps-card-bg);
    padding: 40px;
    border-radius: var(--wps-radius);
    box-shadow: var(--wps-shadow);
    transition: all 0.3s ease;
    border: 1px solid transparent; color: #1a1a2e;}
div.kcbeee_05c7.mc2879_c47 .ee02__3be:hover{
    border-color: var(--wps-primary);
    transform: translateY(-5px);
    }
div.kcbeee_05c7.mc2879_c47 .ee02__3be h3{
    font-size: 1.35rem;
    margin-bottom: 16px;
    color: var(--wps-text);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    }
div.kcbeee_05c7.mc2879_c47 .ee02__3be h3 svg{
    flex-shrink: 0;
    margin-top: 4px;
    color: var(--wps-primary);
    }
div.kcbeee_05c7.mc2879_c47 .ee02__3be p{
    color: rgba(29, 33, 34, 0.8);
    font-size: 1.05rem;
    }
div.kcbeee_05c7.mc2879_c47 .ee02__3be ul{
    margin: 16px 0 0 20px;
    padding: 0;
    }
div.kcbeee_05c7.mc2879_c47 .ee02__3be li{
    margin-bottom: 8px;
    }
div.kcbeee_05c7.mc2879_c47 .r1c118c_5d{
    background: #ffffff;
    border-radius: var(--wps-radius);
    margin-bottom: 80px;
    overflow: hidden;
    display: flex;
    align-items: center; color: #1a1a2e;}
div.kcbeee_05c7.mc2879_c47 .p7e3a_58a3{
    width: 50%;
    aspect-ratio: 4/3;
    object-fit: cover;
    }
div.kcbeee_05c7.mc2879_c47 .h99zn12h9{
    width: 50%;
    padding: 60px;
    }
div.kcbeee_05c7.mc2879_c47 .h99zn12h9 h2{
    font-size: 2rem;
    margin-bottom: 24px;
    }
div.kcbeee_05c7.mc2879_c47 .xaozzictf84r{
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    background: var(--wps-bg);
    border-radius: 12px;
    overflow: hidden; color: #1a1a2e;}
div.kcbeee_05c7.mc2879_c47 .xaozzictf84r th, div.kcbeee_05c7.mc2879_c47 .xaozzictf84r td{
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }
div.kcbeee_05c7.mc2879_c47 .xaozzictf84r th{
    background: rgba(0,0,0,0.02);
    font-weight: 600; color: #ffffff;}
div.kcbeee_05c7.mc2879_c47 .cff9__2e6{
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(180deg, transparent, rgba(173, 232, 244, 0.1)); color: #1a1a2e;}
div.kcbeee_05c7.mc2879_c47 .a56efa0{
    max-width: var(--reading-width);
    margin: 0 auto;
    }
div.kcbeee_05c7.mc2879_c47 .xkderrmmo{
    display: inline-block;
    background: var(--wps-primary);
    color: #fff;
    padding: 18px 48px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px rgba(0, 180, 216, 0.2);
    transition: all 0.3s ease;
    margin: 10px;
    }
div.kcbeee_05c7.mc2879_c47 .xkderrmmo:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 180, 216, 0.3);
    }
div.kcbeee_05c7.mc2879_c47 .yf64422cf4{
    display: inline-block;
    background: transparent;
    color: var(--wps-text);
    padding: 18px 48px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    border: 2px solid var(--wps-text);
    transition: all 0.3s ease;
    margin: 10px;
    }
div.kcbeee_05c7.mc2879_c47 .yf64422cf4:hover{
    background: var(--wps-text);
    color: #fff;
    }
div.kcbeee_05c7.mc2879_c47 .b5f35d06a6c{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    }
div.kcbeee_05c7.mc2879_c47 .vc5db5_c91b{
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--wps-text);
    margin-bottom: 16px;
    }
div.kcbeee_05c7.mc2879_c47 .f4c42e1b4 h4{
    color: var(--wps-text);
    margin-bottom: 20px;
    }
div.kcbeee_05c7.mc2879_c47 .f4c42e1b4 a{
    display: block;
    color: inherit;
    text-decoration: none;
    margin-bottom: 12px;
    }
div.kcbeee_05c7.mc2879_c47 .f4c42e1b4 a:hover{
    color: var(--wps-primary);
    }
@media (max-width: 992px) {div.kcbeee_05c7.mc2879_c47 .c4549_f29{ grid-template-columns: 1fr; }
div.kcbeee_05c7.mc2879_c47 .r1c118c_5d{ flex-direction: column; }
div.kcbeee_05c7.mc2879_c47 .p7e3a_58a3, div.kcbeee_05c7.mc2879_c47 .h99zn12h9{ width: 100%; }
div.kcbeee_05c7.mc2879_c47 .b5f35d06a6c{ grid-template-columns: repeat(2, 1fr); }}
div.kcbeee_05c7.mc2879_c47 .ue3aft31{box-sizing:border-box;}
.x51b55b_4d6{
    background-color: var(--bg-color, hsl(30, 15%, 96%));
    padding-top: 100px;
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.x158288_bp{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    }
.tg2bl3dy8joj{
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    }
.n8811__6b3{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 55%, 36%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.b089e6_0c{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(30, 8%, 45%));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.aj4z98qzq{
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.w8fad_0562{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(14, 55%, 36%));
    color: #ffffff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 32px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    width: auto;
    }
.w8fad_0562:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
    background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z98f__c0f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
    }
.c2d0cf_m4cj{
    color: var(--text-color, hsl(30, 12%, 15%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    border-bottom: 1px solid transparent;
    }
.c2d0cf_m4cj:hover{
    color: var(--primary-color, hsl(14, 55%, 36%));
    border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
    }
.m173__bf89{
    color: var(--text-muted, hsl(30, 8%, 45%));
    font-size: 15px;
    }
.sdb106ae4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.mcb7aa2bb{
    text-align: center;
    width: 100%;
    }
.rb86b9fd4{
    font-size: 14px;
    color: var(--text-muted, hsl(30, 8%, 45%));
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.x51b55b_4d6{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.n8811__6b3{
    font-size: 32px;
    }
.b089e6_0c{
    font-size: 16px;
    }
.z98f__c0f{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.w8fad_0562{
    width: 100%;
    max-width: 300px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n5ff3__4ae7{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.mc99__3c7d{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    }
.sd4334_46b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.w206310_b9d5{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.peec4_073c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.peec4_073c:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.c90b43712{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary-color);
    }
.pddcbfc5_4smr{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
    display: inline-block;
    background-color: var(--primary-color);
    color: #ffffff; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.jf7d5e74:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.j36da4__c9a{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
    }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
    }}
@media (max-width: 860px){.vebmjgar{
    display: block;
    }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
    }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
    }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
    }
.u8f96e89c{
    width: 100%;
    text-align: center;
    }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
    }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active {color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kcbeee_05c7 img.lbaeef8ce {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kcbeee_05c7 img.lbaeef8ce.f060__85be { aspect-ratio: 16 / 9; }
div.kcbeee_05c7 img.lbaeef8ce.f316__e90c { aspect-ratio: 16 / 10; }
div.kcbeee_05c7 img.lbaeef8ce.va08__0c42 { aspect-ratio: 4 / 3; }
div.kcbeee_05c7 img.lbaeef8ce.wbbf766bc97 { aspect-ratio: 1 / 1; }
div.kcbeee_05c7 :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.kcbeee_05c7 .q557aa_c594 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kcbeee_05c7 .q557aa_c594.f060__85be { aspect-ratio: 16 / 9; }
div.kcbeee_05c7 .q557aa_c594.f316__e90c { aspect-ratio: 16 / 10; }
div.kcbeee_05c7 .q557aa_c594.va08__0c42 { aspect-ratio: 4 / 3; }
div.kcbeee_05c7 .q557aa_c594.wbbf766bc97 { aspect-ratio: 1 / 1; }
div.kcbeee_05c7 .q557aa_c594 > img.lbaeef8ce,
    div.kcbeee_05c7 .q557aa_c594 > picture > img.lbaeef8ce {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.kcbeee_05c7.mc2879_c47 .d26d00_86c a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.kcbeee_05c7.mc2879_c47 .d26d00_86c a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.kcbeee_05c7.mc2879_c47 .d26d00_86c a:not([class]):hover{opacity:0.92;}
div.kcbeee_05c7.mc2879_c47 .d26d00_86c a[class=""]:hover{opacity:0.92;}
div.kcbeee_05c7.mc2879_c47 .d26d00_86c a:not([class]):visited{color:#ffffff !important;}
div.kcbeee_05c7.mc2879_c47 .d26d00_86c a[class=""]:visited{color:#ffffff !important;}
div.kcbeee_05c7.mc2879_c47 .xkderrmmo a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.kcbeee_05c7.mc2879_c47 .xkderrmmo a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.kcbeee_05c7.mc2879_c47 .xkderrmmo a:not([class]):hover{opacity:0.92;}
div.kcbeee_05c7.mc2879_c47 .xkderrmmo a[class=""]:hover{opacity:0.92;}
div.kcbeee_05c7.mc2879_c47 .xkderrmmo a:not([class]):visited{color:#ffffff !important;}
div.kcbeee_05c7.mc2879_c47 .xkderrmmo a[class=""]:visited{color:#ffffff !important;}
.mef710_e6d2 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.mef710_e6d2 > :first-child,
    .mef710_e6d2 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.n5ff3__4ae7{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.mc99__3c7d{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    flex-shrink: 0;
    }
.sd4334_46b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.w206310_b9d5{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.peec4_073c{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.peec4_073c:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.c90b43712{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--secondary-color);
    }
.pddcbfc5_4smr{
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
    display: inline-block;
    background-color: var(--primary-color);
    color: #ffffff; 
    text-decoration: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.jf7d5e74:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.j36da4__c9a{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
    }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
    }}
@media (max-width: 860px){.vebmjgar{
    display: block;
    }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
    }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
    }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
    }
.u8f96e89c{
    width: 100%;
    text-align: center;
    }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
    }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.x51b55b_4d6{
    background-color: var(--bg-color, hsl(30, 15%, 96%));
    padding-top: 100px;
    padding-bottom: 60px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.x158288_bp{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    }
.tg2bl3dy8joj{
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
    }
.n8811__6b3{
    font-family: var(--font-serif, "Georgia", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 55%, 36%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.b089e6_0c{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(30, 8%, 45%));
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.aj4z98qzq{
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    }
.w8fad_0562{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(14, 55%, 36%));
    color: #ffffff;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-lg, 32px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    width: auto;
    }
.w8fad_0562:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
    background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z98f__c0f{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    width: 100%;
    }
.c2d0cf_m4cj{
    color: var(--text-color, hsl(30, 12%, 15%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
    border-bottom: 1px solid transparent;
    }
.c2d0cf_m4cj:hover{
    color: var(--primary-color, hsl(14, 55%, 36%));
    border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
    }
.m173__bf89{
    color: var(--text-muted, hsl(30, 8%, 45%));
    font-size: 15px;
    }
.sdb106ae4{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.mcb7aa2bb{
    text-align: center;
    width: 100%;
    }
.rb86b9fd4{
    font-size: 14px;
    color: var(--text-muted, hsl(30, 8%, 45%));
    letter-spacing: 0.05em;
    }
@media (max-width: 768px){.x51b55b_4d6{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.n8811__6b3{
    font-size: 32px;
    }
.b089e6_0c{
    font-size: 16px;
    }
.z98f__c0f{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.w8fad_0562{
    width: 100%;
    max-width: 300px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-main);
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.n5ff3__4ae7{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.la30d4_e49e{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mc99__3c7d{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}
.sd4334_46b{
  display: flex;
  align-items: center;
  gap: 32px;
}
.w206310_b9d5{
  display: flex;
  list-style: none;
  gap: 8px;
}
.peec4_073c{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.peec4_073c:hover{
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0.03);
}
.c90b43712{
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--secondary-color);
}
.pddcbfc5_4smr{
  width: 6px;
  height: 6px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px var(--secondary-color); color: #1a1a2e;}
.jf7d5e74{
  display: inline-block;
  background-color: var(--primary-color);
  color: #ffffff; 
  text-decoration: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid transparent;
}
.jf7d5e74:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.vebmjgar{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.j36da4__c9a{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.j36da4__c9a::before, .j36da4__c9a::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  left: 0; color: #ffffff;}
.j36da4__c9a::before{ top: -6px; }
.j36da4__c9a::after{ bottom: -6px; }
@media (max-width: 1024px){.w206310_b9d5 {
    gap: 2px;
  }
.peec4_073c {
    padding: 8px 10px;
    font-size: 13px;
  }}
@media (max-width: 860px){.vebmjgar{
    display: block;
  }
.sd4334_46b{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: var(--shadow-lg);
    display: none; 
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.sd4334_46b.active{
    display: flex;
  }
.w206310_b9d5{
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
.peec4_073c{
    display: block;
    font-size: 16px;
    padding: 12px;
  }
.u8f96e89c{
    width: 100%;
    text-align: center;
  }
.jf7d5e74{
    width: 80%;
    max-width: 300px;
  }}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.mz407yfe{list-style:none;}
.c90b43712.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.peec4_073c.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.a8b684_023e{
  background-color: var(--bg-color, hsl(30, 15%, 96%));
  padding-top: 100px;
  padding-bottom: 60px;
  width: 100%;
  border-top: 1px solid var(--border-color, hsla(30, 10%, 10%, 0.08)); color: #1a1a2e;}
.e43073_33ee{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.occ1a2_6f19{
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
.na36b6b22{
  font-family: var(--font-serif, "Georgia", serif);
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color, hsl(14, 55%, 36%));
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.e140c5_a432{
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted, hsl(30, 8%, 45%));
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sff2cafd7{
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.d334a3db2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, hsl(14, 55%, 36%));
  color: #ffffff;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-lg, 32px);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(140, 61, 43, 0.15));
  transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
  width: auto;
}
.d334a3db2:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg, 0 16px 40px rgba(0, 0, 0, 0.1));
  background-color: var(--secondary-color, hsl(28, 45%, 45%)); color: #1a1a2e;}
.z96a2c_ca88{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
  width: 100%;
}
.x2d32af5b{
  color: var(--text-color, hsl(30, 12%, 15%));
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition, all 0.4s cubic-bezier(0.23, 1, 0.32, 1));
  border-bottom: 1px solid transparent;
}
.x2d32af5b:hover{
  color: var(--primary-color, hsl(14, 55%, 36%));
  border-bottom-color: var(--primary-color, hsl(14, 55%, 36%));
}
.o041974a6ce{
  color: var(--text-muted, hsl(30, 8%, 45%));
  font-size: 15px;
}
.n347476f5ec{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, hsla(30, 10%, 10%, 0.08));
  margin-bottom: 40px; color: #ffffff;}
.xbf9204f0a9{
  text-align: center;
  width: 100%;
}
.if811c9be{
  font-size: 14px;
  color: var(--text-muted, hsl(30, 8%, 45%));
  letter-spacing: 0.05em;
}
@media (max-width: 768px){.a8b684_023e{
    padding-top: 60px;
    padding-bottom: 40px;
  }
.na36b6b22{
    font-size: 32px;
  }
.e140c5_a432{
    font-size: 16px;
  }
.z96a2c_ca88{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
.d334a3db2{
    width: 100%;
    max-width: 300px;
  }}
.y9e0b323a82{box-sizing:border-box;}
.s37c83_c7bd{box-sizing:border-box;}
.p7daeafc8{box-sizing:border-box;}
.i896b0b70e0{box-sizing:border-box;}
.mb1d43ae6ff{display:block;max-width:100%;height:auto;}
.i16622fd600{box-sizing:border-box;}