:root {

  --ts-font-serif: "Georgia", "Times New Roman", "Songti SC", "Noto Serif SC", serif;
  --ts-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ts-color-bg: var(--page-background, #FAF7F2);
  --ts-color-surface: var(--card-background, #FFFFFF);
  --ts-color-text-main: var(--text-primary, #3A342F);
  --ts-color-text-muted: var(--text-secondary, #6B6258);
  --ts-color-primary: var(--brand-primary, #D45034);
  --ts-color-primary-hover: #B83F27;
  --ts-color-border: var(--border-color, #EBE1D5);
  --ts-radius-xl: 24px;
  --ts-radius-lg: 16px;
  --ts-radius-md: 12px;
  --ts-shadow-soft: 0 12px 40px -8px rgba(140, 115, 100, 0.12);
  --ts-shadow-btn: 0 8px 20px rgba(212, 80, 52, 0.25);
  --ts-spacing-section: 6rem;
  --primary-color: hsl(28, 85%, 52%);
  --secondary-color: hsl(15, 75%, 45%);
  --bg-color: hsl(36, 40%, 97%);
  --text-color: hsl(28, 30%, 12%);
  --text-muted: hsl(28, 15%, 45%);
  --border-color: hsla(28, 30%, 20%, 0.1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 30px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
  --shadow-md: 0 8px 20px rgba(45, 25, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(45, 25, 0, 0.12);
  --nav-height: 80px;
  --max-width: min(1200px, 94vw);
  --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  --nav-bg: hsla(36, 40%, 97%, 0.95);
  --accent-soft: hsla(28, 85%, 52%, 0.1);
  --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.ba9e75f68.f43bd4e20.i2ba0_70ac{
    font-family: var(--ts-font-sans);
    color: #1a1a2e;
    background-color: var(--ts-color-bg);
    line-height: 1.7;
    padding-bottom: 4rem;
    }
div.ba9e75f68.f43bd4e20.i2ba0_70ac h1, div.ba9e75f68.f43bd4e20.i2ba0_70ac h2, div.ba9e75f68.f43bd4e20.i2ba0_70ac h3{
    font-family: var(--ts-font-serif);
    color: var(--ts-color-text-main);
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    }
div.ba9e75f68.f43bd4e20 .b91dcb87bf{
    max-width: 900px; 
    margin: 0 auto;
    padding: 0 2rem;
    }
div.ba9e75f68.f43bd4e20 .p39214__251{
    padding: 4rem 0 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    }
div.ba9e75f68.f43bd4e20 .o5371d26{
    border-radius: var(--ts-radius-xl);
    overflow: hidden;
    box-shadow: var(--ts-shadow-soft);
    background-color: var(--ts-color-surface);
    border: 1px solid var(--ts-color-border); color: #1a1a2e;}
div.ba9e75f68.f43bd4e20 .o5371d26 img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    }
div.ba9e75f68.f43bd4e20 .zf369b1_ef h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.ba9e75f68.f43bd4e20 .zf369b1_ef .g763ecd_alg4{
    font-size: 1.25rem;
    color: var(--ts-color-text-muted);
    max-width: 90%;
    margin-bottom: 0;
    }
div.ba9e75f68.f43bd4e20 .yf56e2bd{
    margin-bottom: var(--ts-spacing-section);
    }
div.ba9e75f68.f43bd4e20 .k21c01_9bd9{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--ts-color-border);
    }
div.ba9e75f68.f43bd4e20 .k21c01_9bd9 svg{
    width: 28px;
    height: 28px;
    color: var(--ts-color-primary);
    }
div.ba9e75f68.f43bd4e20 .k21c01_9bd9 h2{
    font-size: 2rem;
    margin-bottom: 0;
    }
div.ba9e75f68.f43bd4e20 .l6c40__cf6e0{
    background: var(--ts-color-surface);
    border-radius: var(--ts-radius-lg);
    padding: 3rem;
    box-shadow: var(--ts-shadow-soft);
    border: 1px solid var(--ts-color-border);
    margin-bottom: 2.5rem; color: #1a1a2e;}
div.ba9e75f68.f43bd4e20 .l6c40__cf6e0 h3{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    }
div.ba9e75f68.f43bd4e20 .xe4cf_b49{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter;
    }
div.ba9e75f68.f43bd4e20 .xe4cf_b49 li{
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
    }
div.ba9e75f68.f43bd4e20 .xe4cf_b49 li:last-child{
    margin-bottom: 0;
    }
div.ba9e75f68.f43bd4e20 .xe4cf_b49 li::before{
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    background-color: var(--ts-color-bg);
    color: #1a1a2e;
    border: 1px solid var(--ts-color-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ts-font-serif);
    font-weight: bold;
    font-size: 0.9rem;
    }
div.ba9e75f68.f43bd4e20 .n97ettrmm73f{
    background-color: var(--ts-color-bg);
    padding: 1.5rem;
    border-radius: var(--ts-radius-md);
    border-left: 4px solid var(--ts-color-primary);
    margin-top: 2rem; color: #1a1a2e;}
div.ba9e75f68.f43bd4e20 .n97ettrmm73f p{
    margin: 0;
    font-size: 0.95rem;
    color: var(--ts-color-text-muted);
    }
div.ba9e75f68.f43bd4e20 .n97ettrmm73f strong{
    color: var(--ts-color-text-main);
    }
div.ba9e75f68.f43bd4e20 .rf270077{
    color: var(--ts-color-primary);
    text-decoration: underline;
    text-decoration-color: rgba(212, 80, 52, 0.3);
    text-underline-offset: 4px;
    font-weight: 500;
    transition: background-color 0.2s, text-decoration-color 0.2s;
    }
div.ba9e75f68.f43bd4e20 .rf270077:hover{
    text-decoration-color: var(--ts-color-primary);
    background-color: rgba(212, 80, 52, 0.06);
    border-radius: 2px; color: #1a1a2e;}
div.ba9e75f68.f43bd4e20 .tn2sik47{
    background: linear-gradient(145deg, #FFFFFF 0%, #FAF1E8 100%);
    border: 1px solid var(--ts-color-border);
    border-radius: var(--ts-radius-xl);
    padding: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    box-shadow: var(--ts-shadow-soft); color: #1a1a2e;}
div.ba9e75f68.f43bd4e20 .c1b9b_a67 h2{
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    border-bottom: none;
    padding-bottom: 0;
    }
div.ba9e75f68.f43bd4e20 .c1b9b_a67 p{
    color: var(--ts-color-text-muted);
    margin: 0;
    font-size: 1.1rem;
    }
div.ba9e75f68.f43bd4e20 .p9cac7_9440{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a2e;
    background-color: var(--ts-color-primary);
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: var(--ts-shadow-btn);
    white-space: nowrap;
    }
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover{
    background-color: var(--ts-color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 80, 52, 0.35);
    color: #1a1a2e;
    }
div.ba9e75f68.f43bd4e20 .aca3__81d3{
    margin-top: 5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--ts-color-border);
    text-align: center;
    color: var(--ts-color-text-muted);
    font-size: 0.875rem;
    }
@media (max-width: 768px) {div.ba9e75f68.f43bd4e20 .p39214__251{ padding-top: 2rem; gap: 2rem; }
div.ba9e75f68.f43bd4e20 .zf369b1_ef h1{ font-size: 2rem; }
div.ba9e75f68.f43bd4e20 .l6c40__cf6e0{ padding: 2rem 1.5rem; }
div.ba9e75f68.f43bd4e20 .tn2sik47{
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 1.5rem;
    gap: 2rem;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", "PT Serif", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ne148_51d{
    width: 100%;
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 0;
    }
.nc8b__20ee{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 0 24px; color: #1a1a2e;}
.kf4753f_d2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.h2133_60e0{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    }
.z8zx262rk{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.z8zx262rk::after{
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: white;
    border-radius: 50%;
    opacity: 0.9; color: #1a1a2e;}
.o81434f0_hb1x{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.y1903f36c0b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.z8ezlecc8{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.x23fbb8319{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.x23fbb8319:hover{
    color: #1a1a2e;
    background: var(--accent-soft);
    }
.x23fbb8319.active{
    color: var(--text-color);
    font-weight: 600;
    }
.j1vw9s9io{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(28, 85%, 52%, 0.4);
    }
.j1vw9s9io:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(15, 75%, 45%, 0.5); color: #1a1a2e;}
.srpabdtextz{
    width: 16px;
    height: 16px;
    transition: var(--transition);
    }
.j1vw9s9io:hover .srpabdtextz{
    transform: translate(2px, -2px);
    }
.mae54__95b5{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.w34aa82_eb25{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z8ezlecc8 {
    display: none; 
    }
.y1903f36c0b {
    gap: 16px;
    }}
@media (max-width: 640px){.ne148_51d{
    padding: 8px 0;
    }
.nc8b__20ee{
    padding: 0 16px;
    }
.o81434f0_hb1x{
    font-size: 1.1rem;
    }
.mae54__95b5{
    display: flex;
    order: 3;
    }
.yfd0c__392a{
    display: none; 
    }}
.nc8b__20ee::before{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); color: #1a1a2e;}
.x23fbb8319.active {color: #1a1a2e; background: var(--accent-soft);}
.bdbe0a__0a55{
    background-color: var(--bg-color, hsl(36, 40%, 97%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(28, 30%, 20%, 0.1));
    font-family: "Georgia", "serif"; color: #1a1a2e;}
.l821e9_27{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
.c43f4d1{
    background: linear-gradient(135deg, var(--primary-color, hsl(28, 85%, 52%)), var(--secondary-color, hsl(15, 75%, 45%)));
    border-radius: var(--radius-lg, 30px);
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-lg, 0 12px 32px rgba(45, 25, 0, 0.12));
    flex-wrap: wrap;
    gap: 30px; color: #1a1a2e;}
.r1e59__2e8db{
    flex: 1;
    min-width: 300px;
    }
.m7f2d2b{
    color: #ffffff;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
.reaae_cdb1{
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 1.1rem;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.o03c198_5b{
    flex-shrink: 0;
    }
.af71be_dm{
    background-color: #ffffff;
    color: #1a1a2e;
    padding: 16px 32px;
    border-radius: var(--radius-lg, 30px);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: system-ui, -apple-system, sans-serif;
    }
.af71be_dm:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-color, hsl(36, 40%, 97%)); color: #1a1a2e;}
.y64e__4a2{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    }
.kfd1cf5{
    flex: 2;
    min-width: 280px;
    }
.b082a__4fb6{
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 20px;
    }
.sho8t6c8c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 360px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vhv38xo6lfv{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.edd27a2_e3{
    font-weight: 700;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 8px;
    font-size: 1rem;
    }
.tb22__8b3c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    font-family: system-ui, -apple-system, sans-serif;
    }
.tb22__8b3c:hover{
    color: var(--primary-color, hsl(28, 85%, 52%));
    padding-left: 4px;
    }
.i573a93_33{
    height: 1px;
    background-color: var(--border-color, hsla(28, 30%, 20%, 0.1));
    width: 100%; color: #ffffff;}
.m0s6grdg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    }
.m1db0a4{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
.x4efd891{
    color: var(--text-muted, hsl(28, 15%, 45%));
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    }
.hb38bc4_wrm{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    transition: color 0.3s ease;
    }
.hb38bc4_wrm:hover{
    color: var(--text-color, hsl(28, 30%, 12%));
    }
.t4261fc{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--accent-soft, hsla(28, 85%, 52%, 0.1));
    padding: 6px 14px;
    border-radius: var(--radius-lg, 30px); color: #1a1a2e;}
.fa2aa7a_fe{
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block; color: #1a1a2e;}
.m3e4d1__ee5{
    font-size: 0.85rem;
    color: var(--secondary-color, hsl(15, 75%, 45%));
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.c43f4d1{
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
    }
.m7f2d2b{
    font-size: 1.5rem;
    }
.y64e__4a2{
    flex-direction: column;
    gap: 32px;
    }
.kfd1cf5{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.vhv38xo6lfv{
    text-align: center;
    align-items: center;
    }
.m0s6grdg{
    flex-direction: column;
    text-align: center;
    }
.m1db0a4{
    justify-content: center;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.ba9e75f68 img.x89303_5bff {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ba9e75f68 img.x89303_5bff.z1c1e9ba101 { aspect-ratio: 16 / 9; }
div.ba9e75f68 img.x89303_5bff.gd95a74bd { aspect-ratio: 16 / 10; }
div.ba9e75f68 img.x89303_5bff.lbabd61b3 { aspect-ratio: 4 / 3; }
div.ba9e75f68 img.x89303_5bff.p625f7_2c31 { aspect-ratio: 1 / 1; }
div.ba9e75f68 :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.ba9e75f68 .idf2__51e3 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ba9e75f68 .idf2__51e3.z1c1e9ba101 { aspect-ratio: 16 / 9; }
div.ba9e75f68 .idf2__51e3.gd95a74bd { aspect-ratio: 16 / 10; }
div.ba9e75f68 .idf2__51e3.lbabd61b3 { aspect-ratio: 4 / 3; }
div.ba9e75f68 .idf2__51e3.p625f7_2c31 { aspect-ratio: 1 / 1; }
div.ba9e75f68 .idf2__51e3 > img.x89303_5bff,
    div.ba9e75f68 .idf2__51e3 > picture > img.x89303_5bff {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.ba9e75f68.f43bd4e20 .p9cac7_9440 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440 a:not([class]):hover{opacity:0.92;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440 a[class=""]:hover{opacity:0.92;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440 a:not([class]):visited{color:#ffffff !important;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440 a[class=""]:visited{color:#ffffff !important;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover a:not([class]):hover{opacity:0.92;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover a[class=""]:hover{opacity:0.92;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover a:not([class]):visited{color:#ffffff !important;}
div.ba9e75f68.f43bd4e20 .p9cac7_9440:hover a[class=""]:visited{color:#ffffff !important;}
.v8cb0946451 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.v8cb0946451 > :first-child,
    .v8cb0946451 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", "PT Serif", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.ne148_51d{
    width: 100%;
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 0;
    }
.nc8b__20ee{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 0 24px; color: #1a1a2e;}
.kf4753f_d2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.h2133_60e0{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    }
.z8zx262rk{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.z8zx262rk::after{
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: white;
    border-radius: 50%;
    opacity: 0.9; color: #1a1a2e;}
.o81434f0_hb1x{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.y1903f36c0b{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.z8ezlecc8{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.x23fbb8319{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.x23fbb8319:hover{
    color: #1a1a2e;
    background: var(--accent-soft);
    }
.x23fbb8319.active{
    color: var(--text-color);
    font-weight: 600;
    }
.j1vw9s9io{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(28, 85%, 52%, 0.4);
    }
.j1vw9s9io:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(15, 75%, 45%, 0.5); color: #1a1a2e;}
.srpabdtextz{
    width: 16px;
    height: 16px;
    transition: var(--transition);
    }
.j1vw9s9io:hover .srpabdtextz{
    transform: translate(2px, -2px);
    }
.mae54__95b5{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.w34aa82_eb25{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z8ezlecc8 {
    display: none; 
    }
.y1903f36c0b {
    gap: 16px;
    }}
@media (max-width: 640px){.ne148_51d{
    padding: 8px 0;
    }
.nc8b__20ee{
    padding: 0 16px;
    }
.o81434f0_hb1x{
    font-size: 1.1rem;
    }
.mae54__95b5{
    display: flex;
    order: 3;
    }
.yfd0c__392a{
    display: none; 
    }}
.nc8b__20ee::before{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); color: #1a1a2e;}
.x23fbb8319.active{color: #1a1a2e; background: var(--accent-soft);}
.bdbe0a__0a55{
    background-color: var(--bg-color, hsl(36, 40%, 97%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, hsla(28, 30%, 20%, 0.1));
    font-family: "Georgia", "serif"; color: #1a1a2e;}
.l821e9_27{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
.c43f4d1{
    background: linear-gradient(135deg, var(--primary-color, hsl(28, 85%, 52%)), var(--secondary-color, hsl(15, 75%, 45%)));
    border-radius: var(--radius-lg, 30px);
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-lg, 0 12px 32px rgba(45, 25, 0, 0.12));
    flex-wrap: wrap;
    gap: 30px; color: #1a1a2e;}
.r1e59__2e8db{
    flex: 1;
    min-width: 300px;
    }
.m7f2d2b{
    color: #ffffff;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    }
.reaae_cdb1{
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 1.1rem;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.o03c198_5b{
    flex-shrink: 0;
    }
.af71be_dm{
    background-color: #ffffff;
    color: #1a1a2e;
    padding: 16px 32px;
    border-radius: var(--radius-lg, 30px);
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: system-ui, -apple-system, sans-serif;
    }
.af71be_dm:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-color, hsl(36, 40%, 97%)); color: #1a1a2e;}
.y64e__4a2{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    }
.kfd1cf5{
    flex: 2;
    min-width: 280px;
    }
.b082a__4fb6{
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 20px;
    }
.sho8t6c8c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 360px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vhv38xo6lfv{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.edd27a2_e3{
    font-weight: 700;
    color: var(--text-color, hsl(28, 30%, 12%));
    margin-bottom: 8px;
    font-size: 1rem;
    }
.tb22__8b3c{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
    font-family: system-ui, -apple-system, sans-serif;
    }
.tb22__8b3c:hover{
    color: var(--primary-color, hsl(28, 85%, 52%));
    padding-left: 4px;
    }
.i573a93_33{
    height: 1px;
    background-color: var(--border-color, hsla(28, 30%, 20%, 0.1));
    width: 100%; color: #ffffff;}
.m0s6grdg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    }
.m1db0a4{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
.x4efd891{
    color: var(--text-muted, hsl(28, 15%, 45%));
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    }
.hb38bc4_wrm{
    color: var(--text-muted, hsl(28, 15%, 45%));
    text-decoration: none;
    font-size: 0.9rem;
    font-family: system-ui, -apple-system, sans-serif;
    transition: color 0.3s ease;
    }
.hb38bc4_wrm:hover{
    color: var(--text-color, hsl(28, 30%, 12%));
    }
.t4261fc{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--accent-soft, hsla(28, 85%, 52%, 0.1));
    padding: 6px 14px;
    border-radius: var(--radius-lg, 30px); color: #1a1a2e;}
.fa2aa7a_fe{
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block; color: #1a1a2e;}
.m3e4d1__ee5{
    font-size: 0.85rem;
    color: var(--secondary-color, hsl(15, 75%, 45%));
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.c43f4d1{
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
    }
.m7f2d2b{
    font-size: 1.5rem;
    }
.y64e__4a2{
    flex-direction: column;
    gap: 32px;
    }
.kfd1cf5{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.vhv38xo6lfv{
    text-align: center;
    align-items: center;
    }
.m0s6grdg{
    flex-direction: column;
    text-align: center;
    }
.m1db0a4{
    justify-content: center;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Georgia", "PT Serif", serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.ne148_51d{
  width: 100%;
  height: var(--nav-height);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 12px 0;
}
.nc8b__20ee{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 0 24px; color: #1a1a2e;}
.kf4753f_d2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.h2133_60e0{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: var(--transition);
}
.z8zx262rk{
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2); color: #1a1a2e;}
.z8zx262rk::after{
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: white;
  border-radius: 50%;
  opacity: 0.9; color: #1a1a2e;}
.o81434f0_hb1x{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
}
.y1903f36c0b{
  display: flex;
  align-items: center;
  gap: 32px;
}
.z8ezlecc8{
  display: flex;
  list-style: none;
  gap: 8px;
}
.x23fbb8319{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.x23fbb8319:hover{
  color: #1a1a2e;
  background: var(--accent-soft);
}
.x23fbb8319.active{
  color: var(--text-color);
  font-weight: 600;
}
.j1vw9s9io{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-color);
  color: #1a1a2e; 
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
  box-shadow: 0 4px 14px hsla(28, 85%, 52%, 0.4);
}
.j1vw9s9io:hover{
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px hsla(15, 75%, 45%, 0.5); color: #1a1a2e;}
.srpabdtextz{
  width: 16px;
  height: 16px;
  transition: var(--transition);
}
.j1vw9s9io:hover .srpabdtextz{
  transform: translate(2px, -2px);
}
.mae54__95b5{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.w34aa82_eb25{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 992px){.z8ezlecc8 {
    display: none; 
  }
.y1903f36c0b {
    gap: 16px;
  }}
@media (max-width: 640px){.ne148_51d{
    padding: 8px 0;
  }
.nc8b__20ee{
    padding: 0 16px;
  }
.o81434f0_hb1x{
    font-size: 1.1rem;
  }
.mae54__95b5{
    display: flex;
    order: 3;
  }
.yfd0c__392a{
    display: none; 
  }}
.nc8b__20ee::before{
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent); color: #1a1a2e;}
.x23fbb8319.active{color: #1a1a2e; background: var(--accent-soft);}
.q5e43b_3142{
  background-color: var(--bg-color, hsl(36, 40%, 97%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, hsla(28, 30%, 20%, 0.1));
  font-family: "Georgia", "serif"; color: #1a1a2e;}
.vdeca8_3a12{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.a7260d05599{
  background: linear-gradient(135deg, var(--primary-color, hsl(28, 85%, 52%)), var(--secondary-color, hsl(15, 75%, 45%)));
  border-radius: var(--radius-lg, 30px);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-lg, 0 12px 32px rgba(45, 25, 0, 0.12));
  flex-wrap: wrap;
  gap: 30px; color: #1a1a2e;}
.f01b5d_f3ec{
  flex: 1;
  min-width: 300px;
}
.z6075b28e3d{
  color: #ffffff;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ae76__b238{
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 1.1rem;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.de09__85d8{
  flex-shrink: 0;
}
.xa4db2aa0{
  background-color: #ffffff;
  color: #1a1a2e;
  padding: 16px 32px;
  border-radius: var(--radius-lg, 30px);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: system-ui, -apple-system, sans-serif;
}
.xa4db2aa0:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: var(--bg-color, hsl(36, 40%, 97%)); color: #1a1a2e;}
.gf8562e0f{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.ybf628737bf{
  flex: 2;
  min-width: 280px;
}
.ea2a__15c0{
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-color, hsl(28, 30%, 12%));
  margin-bottom: 20px;
}
.p20c0f9c6{
  color: var(--text-muted, hsl(28, 15%, 45%));
  line-height: 1.7;
  font-size: 0.95rem;
  max-width: 360px;
  font-family: system-ui, -apple-system, sans-serif;
}
.p21e12_bc6c{
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.n08efea20c3{
  font-weight: 700;
  color: var(--text-color, hsl(28, 30%, 12%));
  margin-bottom: 8px;
  font-size: 1rem;
}
.d24261_0df9{
  color: var(--text-muted, hsl(28, 15%, 45%));
  text-decoration: none;
  font-size: 0.95rem;
  transition: var(--transition, all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1));
  font-family: system-ui, -apple-system, sans-serif;
}
.d24261_0df9:hover{
  color: var(--primary-color, hsl(28, 85%, 52%));
  padding-left: 4px;
}
.we90ee34d{
  height: 1px;
  background-color: var(--border-color, hsla(28, 30%, 20%, 0.1));
  width: 100%; color: #ffffff;}
.r0ab08da0f2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.k11f269b3{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.b903__8b3e{
  color: var(--text-muted, hsl(28, 15%, 45%));
  font-size: 0.9rem;
  font-family: system-ui, -apple-system, sans-serif;
}
.f3ecc883a{
  color: var(--text-muted, hsl(28, 15%, 45%));
  text-decoration: none;
  font-size: 0.9rem;
  font-family: system-ui, -apple-system, sans-serif;
  transition: color 0.3s ease;
}
.f3ecc883a:hover{
  color: var(--text-color, hsl(28, 30%, 12%));
}
.y7241f_1eda{
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--accent-soft, hsla(28, 85%, 52%, 0.1));
  padding: 6px 14px;
  border-radius: var(--radius-lg, 30px); color: #1a1a2e;}
.y5ecb4cfb33{
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block; color: #1a1a2e;}
.q7ba__84ce{
  font-size: 0.85rem;
  color: var(--secondary-color, hsl(15, 75%, 45%));
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
}
@media (max-width: 768px){.a7260d05599{
    padding: 32px 24px;
    text-align: center;
    justify-content: center;
  }
.z6075b28e3d{
    font-size: 1.5rem;
  }
.gf8562e0f{
    flex-direction: column;
    gap: 32px;
  }
.ybf628737bf{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.p21e12_bc6c{
    text-align: center;
    align-items: center;
  }
.r0ab08da0f2{
    flex-direction: column;
    text-align: center;
  }
.k11f269b3{
    justify-content: center;
  }}
.he30db_0399{box-sizing:border-box;}
.yba74477bb1{box-sizing:border-box;}
.jccb__c221{box-sizing:border-box;}
.m1b24a008{box-sizing:border-box;}
.b26a552145b{display:block;max-width:100%;height:auto;}
.b498fd6e52a{box-sizing:border-box;}
@media (max-width: 768px) {.c43f4d1 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.c43f4d1 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.ba9e75f68.f43bd4e20 .tn2sik47 { 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; }
.c43f4d1 { 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; }
.m0s6grdg { 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; }}