:root {

  --page-primary: hsl(333, 77%, 55%);
  --page-primary-hover: hsl(333, 77%, 45%);
  --page-secondary: hsl(99, 61%, 55%);
  --page-bg: hsl(333, 7%, 96%);
  --page-card-bg: #ffffff;
  --page-text-main: hsl(333, 10%, 8%);
  --page-text-muted: hsl(333, 10%, 35%);
  --page-border: hsl(333, 10%, 88%);
  --page-radius: 12px;
  --page-max-width: 1200px;
  --page-reading-width: 850px;
  --page-intro-width: 680px;
  --primary-color: hsl(14, 75%, 55%);
  --secondary-color: hsl(35, 30%, 45%);
  --bg-color: hsl(333, 7%, 96%);
  --text-color: hsl(333, 10%, 12%);
  --text-muted: hsl(333, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.02);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.05);
  --shadow-lg: 0 12px 30px rgba(0,0,0,0.08);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(245, 244, 244, 0.85);
  --serif-font: "Playfair Display", "Lora", serif;
  --sans-font: "Inter", -apple-system, system-ui, sans-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.h113f4_e37c.f4057b9_ws.z98c__a68{
    background-color: var(--page-bg);
    color: var(--text-color, var(--page-text-main));
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    }
div.h113f4_e37c.f4057b9_ws.z98c__a68 h1, div.h113f4_e37c.f4057b9_ws.z98c__a68 h2, div.h113f4_e37c.f4057b9_ws.z98c__a68 h3, div.h113f4_e37c.f4057b9_ws.z98c__a68 h4{
    font-family: "Georgia", "Times New Roman", serif; 
    font-weight: 600;
    color: var(--text-color);
    text-align: left; 
    margin-top: 0;
    }
div.h113f4_e37c.f4057b9_ws .icd4__f30bb{
    max-width: var(--page-max-width);
    margin: 0 auto;
    padding: 0 5%;
    }
div.h113f4_e37c.f4057b9_ws .x2934a_e97b{
    padding: 7rem 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 1.5rem;
    border-bottom: 1px solid var(--page-border);
    }
div.h113f4_e37c.f4057b9_ws .x2934a_e97b h1{
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    max-width: var(--page-reading-width);
    line-height: 1.2;
    letter-spacing: -0.02em;
    }
div.h113f4_e37c.f4057b9_ws .x2934a_e97b .lead-desc{
    font-size: 1.15rem;
    color: var(--page-text-muted);
    max-width: var(--page-intro-width);
    margin: 0;
    }
div.h113f4_e37c.f4057b9_ws .floating-action-bar{
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    background: var(--page-card-bg);
    padding: 1rem 1.5rem;
    border-radius: 100px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--page-border);
    margin-top: 1.5rem;
    position: relative;
    z-index: 10; color: #1a1a2e;}
div.h113f4_e37c.f4057b9_ws .neeb__5071{
    background: var(--page-primary);
    color: #1a1a2e;
    padding: 0.75rem 2rem;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 12px rgba(226, 11, 102, 0.3); 
    }
div.h113f4_e37c.f4057b9_ws .neeb__5071:hover{
    background: var(--page-primary-hover);
    transform: translateY(-1px); color: #ffffff;}
div.h113f4_e37c.f4057b9_ws .bd460a9a3{
    color: var(--page-text-main);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    }
div.h113f4_e37c.f4057b9_ws .bd460a9a3:hover{
    color: var(--page-primary);
    }
div.h113f4_e37c.f4057b9_ws .bbec__bc284{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    padding: 4rem 0;
    }
div.h113f4_e37c.f4057b9_ws .z6u5x3h9vt{
    background: var(--page-card-bg);
    padding: 2.5rem 2rem;
    border-radius: var(--page-radius);
    border: 1px solid var(--page-border);
    transition: box-shadow 0.3s ease; color: #1a1a2e;}
div.h113f4_e37c.f4057b9_ws .z6u5x3h9vt:hover{
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
div.h113f4_e37c.f4057b9_ws .z6u5x3h9vt h3{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--page-text-main);
    }
div.h113f4_e37c.f4057b9_ws .z6u5x3h9vt p{
    color: var(--page-text-muted);
    font-size: 0.95rem;
    margin: 0;
    }
div.h113f4_e37c.f4057b9_ws .m338c1_xe6{
    max-width: var(--page-reading-width);
    margin: 0; 
    padding: 3rem 0 5rem;
    }
div.h113f4_e37c.f4057b9_ws .s041f3_bf{
    margin-bottom: 4rem;
    }
div.h113f4_e37c.f4057b9_ws .s041f3_bf h2{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    }
div.h113f4_e37c.f4057b9_ws .s041f3_bf h2::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--page-primary);
    border-radius: 2px; color: #1a1a2e;}
div.h113f4_e37c.f4057b9_ws .s041f3_bf p{
    color: var(--page-text-muted);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    }
div.h113f4_e37c.f4057b9_ws .pa4f9__13981{
    background: rgba(226, 11, 102, 0.04);
    border-left: 4px solid var(--page-primary);
    padding: 1.5rem;
    border-radius: 0 var(--page-radius) var(--page-radius) 0;
    margin: 2rem 0; color: #ffffff;}
div.h113f4_e37c.f4057b9_ws .pa4f9__13981 h4{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-family: system-ui, sans-serif; 
    }
div.h113f4_e37c.f4057b9_ws .pa4f9__13981 ul{
    margin: 0;
    padding-left: 1.2rem;
    color: var(--page-text-muted);
    }
div.h113f4_e37c.f4057b9_ws .pa4f9__13981 li{
    margin-bottom: 0.5rem;
    }
div.h113f4_e37c.f4057b9_ws .cc0e7ec{
    width: 100%;
    height: auto;
    border-radius: var(--page-radius);
    margin: 2rem 0;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--page-border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    }
div.h113f4_e37c.f4057b9_ws .v7l2jt6s1j{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
    }
div.h113f4_e37c.f4057b9_ws .v7l2jt6s1j img{
    aspect-ratio: 4 / 3;
    margin: 0;
    }
div.h113f4_e37c.f4057b9_ws .zvd63wp7{
    color: var(--page-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.h113f4_e37c.f4057b9_ws .zvd63wp7:hover{
    border-bottom-color: var(--page-primary);
    }
div.h113f4_e37c.f4057b9_ws .o59e__72f2{
    background-color: var(--page-text-main);
    color: var(--page-bg);
    padding: 4rem 0;
    margin-top: 2rem;
    border-top: 4px solid var(--page-primary);
    }
div.h113f4_e37c.f4057b9_ws .hf740d_1b8a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: var(--page-intro-width);
    }
div.h113f4_e37c.f4057b9_ws .o59e__72f2 h2{
    color: #ffffff;
    margin: 0;
    font-size: 1.8rem;
    }
div.h113f4_e37c.f4057b9_ws .o59e__72f2 h2::after{
    display: none;
    }
div.h113f4_e37c.f4057b9_ws .o59e__72f2 p{
    color: rgba(255,255,255,0.7);
    margin: 0;
    }
div.h113f4_e37c.f4057b9_ws .l101__a6b3{
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    }
div.h113f4_e37c.f4057b9_ws .l101__a6b3 a{
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    opacity: 0.8;
    transition: opacity 0.2s;
    }
div.h113f4_e37c.f4057b9_ws .l101__a6b3 a:hover{
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.h113f4_e37c.f4057b9_ws .copyright{
    margin-top: 3rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4);
    }
@media (max-width: 768px) {div.h113f4_e37c.f4057b9_ws .x2934a_e97b{
    padding: 5rem 0 3rem;
    }
div.h113f4_e37c.f4057b9_ws .x2934a_e97b h1{
    font-size: 2rem;
    }
div.h113f4_e37c.f4057b9_ws .floating-action-bar{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    }
div.h113f4_e37c.f4057b9_ws .v7l2jt6s1j{
    grid-template-columns: 1fr;
    }
div.h113f4_e37c.f4057b9_ws .m338c1_xe6{
    padding: 2rem 0;
    }}
.hf71320f35e{
    background-color: var(--bg-color, hsl(333, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.l4b9577_igm{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.dca0__1ed84{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 48px;
    }
.ce9003_0j53{
    width: 680px;
    text-align: left;
    }
.l270b7e07e4{
    display: block;
    font-family: var(--serif-font, "Playfair Display", serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 75%, 55%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.uee439_8t7{
    font-family: var(--sans-font, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(333, 5%, 45%));
    margin: 0;
    }
.a203f1f_3az0{
    width: 200px;
    display: flex;
    justify-content: flex-end;
    }
.x207c01_kc{
    display: inline-block;
    background-color: var(--primary-color, hsl(14, 75%, 55%));
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md, 10px);
    font-family: var(--sans-font, sans-serif);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.05));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.x207c01_kc:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 69, 36, 0.25);
    filter: brightness(1.1);
    }
.q5f7b_861{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.zm7n2vl4j0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.o461c_de{
    display: flex;
    align-items: center;
    gap: 24px;
    width: 50%;
    }
.r000a6234{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(333, 5%, 45%));
    }
.l91fa62b_t3c5{
    font-family: var(--sans-font, sans-serif);
    font-size: 12px;
    color: var(--secondary-color, hsl(35, 30%, 45%));
    background-color: rgba(0, 0, 0, 0.03);
    padding: 4px 12px;
    border-radius: 20px;
    }
.q7fb766e8{
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    width: 50%;
    }
.hf89fb_wx{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color, hsl(333, 10%, 12%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.hf89fb_wx:hover{
    color: var(--primary-color, hsl(14, 75%, 55%));
    }
@media (max-width: 768px){.dca0__1ed84{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.ce9003_0j53{
    width: 100%;
    }
.a203f1f_3az0{
    width: 100%;
    justify-content: flex-start;
    }
.zm7n2vl4j0{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    }
.q7fb766e8{
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    }
.o461c_de{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color); color: #1a1a2e;}
.l350a0_5496{
    width: 100%;
    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: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.d998daa{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.vf57a8dcb{
    display: flex;
    align-items: center;
    flex: 1;
    }
.uda2a9__716f6{
    font-family: var(--serif-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    letter-spacing: -0.5px;
    }
.aba573a{
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.q7af688fa07{
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    }
.fafe256{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.fafe256:hover{
    color: var(--primary-color);
    }
.ne1439_ffp{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.f620e1_0c5{
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(220, 80, 50, 0.25);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.f620e1_0c5:hover{
    background: hsl(14, 80%, 48%); 
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(220, 80, 50, 0.35); color: #1a1a2e;}
.ydac19b364{
    transition: transform 0.3s ease;
    }
.f620e1_0c5:hover .ydac19b364{
    transform: translateX(3px);
    }
.u22fbd5358{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.k4826883_pb2p{
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.q7af688fa07 {
    display: none; 
    }
.u22fbd5358 {
    display: flex;
    }
.uda2a9__716f6 {
    margin-right: 0;
    }}
body{
    padding-top: var(--nav-height); 
    }
.fafe256.active{color: var(--primary-color);}
.bedee2b_d94{list-style:none;}
.fafe256.active {color: var(--primary-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.h113f4_e37c img.ka2c54_7b58 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.h113f4_e37c img.ka2c54_7b58.e5ab__8108 { aspect-ratio: 16 / 9; }
div.h113f4_e37c img.ka2c54_7b58.p9b744083 { aspect-ratio: 16 / 10; }
div.h113f4_e37c img.ka2c54_7b58.i7ec6f012ff { aspect-ratio: 4 / 3; }
div.h113f4_e37c img.ka2c54_7b58.afed0617087 { aspect-ratio: 1 / 1; }
div.h113f4_e37c :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.h113f4_e37c .mfe746bf5d0 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.h113f4_e37c .mfe746bf5d0.e5ab__8108 { aspect-ratio: 16 / 9; }
div.h113f4_e37c .mfe746bf5d0.p9b744083 { aspect-ratio: 16 / 10; }
div.h113f4_e37c .mfe746bf5d0.i7ec6f012ff { aspect-ratio: 4 / 3; }
div.h113f4_e37c .mfe746bf5d0.afed0617087 { aspect-ratio: 1 / 1; }
div.h113f4_e37c .mfe746bf5d0 > img.ka2c54_7b58,
    div.h113f4_e37c .mfe746bf5d0 > picture > img.ka2c54_7b58 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.h113f4_e37c.f4057b9_ws .neeb__5071 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.h113f4_e37c.f4057b9_ws .neeb__5071 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.h113f4_e37c.f4057b9_ws .neeb__5071 a:not([class]):hover{opacity:0.92;}
div.h113f4_e37c.f4057b9_ws .neeb__5071 a[class=""]:hover{opacity:0.92;}
div.h113f4_e37c.f4057b9_ws .neeb__5071 a:not([class]):visited{color:#ffffff !important;}
div.h113f4_e37c.f4057b9_ws .neeb__5071 a[class=""]:visited{color:#ffffff !important;}
.ib4e6ad93 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.ib4e6ad93 > :first-child,
    .ib4e6ad93 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color); color: #1a1a2e;}
.l350a0_5496{
    width: 100%;
    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: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.d998daa{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.vf57a8dcb{
    display: flex;
    align-items: center;
    flex: 1;
    }
.uda2a9__716f6{
    font-family: var(--serif-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 48px;
    letter-spacing: -0.5px;
    }
.aba573a{
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.q7af688fa07{
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    }
.fafe256{
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.fafe256:hover{
    color: var(--primary-color);
    }
.ne1439_ffp{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.f620e1_0c5{
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-family: var(--sans-font);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(220, 80, 50, 0.25);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.f620e1_0c5:hover{
    background: hsl(14, 80%, 48%); 
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(220, 80, 50, 0.35); color: #1a1a2e;}
.ydac19b364{
    transition: transform 0.3s ease;
    }
.f620e1_0c5:hover .ydac19b364{
    transform: translateX(3px);
    }
.u22fbd5358{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.k4826883_pb2p{
    width: 22px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.q7af688fa07 {
    display: none; 
    }
.u22fbd5358 {
    display: flex;
    }
.uda2a9__716f6 {
    margin-right: 0;
    }}
body{
    padding-top: var(--nav-height); 
    }
.fafe256.active{color: var(--primary-color);}
.bedee2b_d94{list-style:none;}
.fafe256.active{color: var(--primary-color);}
.hf71320f35e{
    background-color: var(--bg-color, hsl(333, 7%, 96%));
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%; color: #1a1a2e;}
.l4b9577_igm{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    }
.dca0__1ed84{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 48px;
    }
.ce9003_0j53{
    width: 680px;
    text-align: left;
    }
.l270b7e07e4{
    display: block;
    font-family: var(--serif-font, "Playfair Display", serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, hsl(14, 75%, 55%));
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    }
.uee439_8t7{
    font-family: var(--sans-font, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(333, 5%, 45%));
    margin: 0;
    }
.a203f1f_3az0{
    width: 200px;
    display: flex;
    justify-content: flex-end;
    }
.x207c01_kc{
    display: inline-block;
    background-color: var(--primary-color, hsl(14, 75%, 55%));
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md, 10px);
    font-family: var(--sans-font, sans-serif);
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.05));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.x207c01_kc:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 69, 36, 0.25);
    filter: brightness(1.1);
    }
.q5f7b_861{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-bottom: 40px; color: #ffffff;}
.zm7n2vl4j0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.o461c_de{
    display: flex;
    align-items: center;
    gap: 24px;
    width: 50%;
    }
.r000a6234{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    color: var(--text-muted, hsl(333, 5%, 45%));
    }
.l91fa62b_t3c5{
    font-family: var(--sans-font, sans-serif);
    font-size: 12px;
    color: var(--secondary-color, hsl(35, 30%, 45%));
    background-color: rgba(0, 0, 0, 0.03);
    padding: 4px 12px;
    border-radius: 20px;
    }
.q7fb766e8{
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    width: 50%;
    }
.hf89fb_wx{
    font-family: var(--sans-font, sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color, hsl(333, 10%, 12%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.hf89fb_wx:hover{
    color: var(--primary-color, hsl(14, 75%, 55%));
    }
@media (max-width: 768px){.dca0__1ed84{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    }
.ce9003_0j53{
    width: 100%;
    }
.a203f1f_3az0{
    width: 100%;
    justify-content: flex-start;
    }
.zm7n2vl4j0{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    }
.q7fb766e8{
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    }
.o461c_de{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color); color: #1a1a2e;}
.l350a0_5496{
  width: 100%;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.d998daa{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.vf57a8dcb{
  display: flex;
  align-items: center;
  flex: 1;
}
.uda2a9__716f6{
  font-family: var(--serif-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 48px;
  letter-spacing: -0.5px;
}
.aba573a{
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.q7af688fa07{
  display: flex;
  list-style: none;
  gap: 28px;
  align-items: center;
}
.fafe256{
  text-decoration: none;
  color: var(--text-muted);
  font-family: var(--sans-font);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.fafe256:hover{
  color: var(--primary-color);
}
.ne1439_ffp{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto; 
}
.f620e1_0c5{
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-family: var(--sans-font);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(220, 80, 50, 0.25);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.f620e1_0c5:hover{
  background: hsl(14, 80%, 48%); 
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(220, 80, 50, 0.35); color: #1a1a2e;}
.ydac19b364{
  transition: transform 0.3s ease;
}
.f620e1_0c5:hover .ydac19b364{
  transform: translateX(3px);
}
.u22fbd5358{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.k4826883_pb2p{
  width: 22px;
  height: 2px;
  background: var(--text-color);
  border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.q7af688fa07 {
    display: none; 
  }
.u22fbd5358 {
    display: flex;
  }
.uda2a9__716f6 {
    margin-right: 0;
  }}
body{
  padding-top: var(--nav-height); 
}
.fafe256.active{color: var(--primary-color);}
.bedee2b_d94{list-style:none;}
.fafe256.active{color: var(--primary-color);}
.oa7f10_18fa{
  background-color: var(--bg-color, hsl(333, 7%, 96%));
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%; color: #1a1a2e;}
.b65f5f_f162{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.t8a103_7717{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 48px;
}
.d777ac43b5c{
  width: 680px;
  text-align: left;
}
.kbe4fddd0{
  display: block;
  font-family: var(--serif-font, "Playfair Display", serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color, hsl(14, 75%, 55%));
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.p46382_f5dc{
  font-family: var(--sans-font, sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, hsl(333, 5%, 45%));
  margin: 0;
}
.hb713b08525{
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.y2e33c292{
  display: inline-block;
  background-color: var(--primary-color, hsl(14, 75%, 55%));
  color: #1a1a2e;
  padding: 12px 28px;
  border-radius: var(--radius-md, 10px);
  font-family: var(--sans-font, sans-serif);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.05));
  transition: var(--transition, all 0.3s ease);
  text-align: center;
}
.y2e33c292:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(214, 69, 36, 0.25);
  filter: brightness(1.1);
}
.p211bd_c578{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08));
  margin-bottom: 40px; color: #ffffff;}
.o4d828_cf10{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.n09970_cb87{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 50%;
}
.u003bb16414{
  font-family: var(--sans-font, sans-serif);
  font-size: 14px;
  color: var(--text-muted, hsl(333, 5%, 45%));
}
.me44989a557{
  font-family: var(--sans-font, sans-serif);
  font-size: 12px;
  color: var(--secondary-color, hsl(35, 30%, 45%));
  background-color: rgba(0, 0, 0, 0.03);
  padding: 4px 12px;
  border-radius: 20px;
}
.taed43_bf11{
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  width: 50%;
}
.q66c6399e{
  font-family: var(--sans-font, sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color, hsl(333, 10%, 12%));
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.q66c6399e:hover{
  color: var(--primary-color, hsl(14, 75%, 55%));
}
@media (max-width: 768px){.t8a103_7717{
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
.d777ac43b5c{
    width: 100%;
  }
.hb713b08525{
    width: 100%;
    justify-content: flex-start;
  }
.o4d828_cf10{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }
.taed43_bf11{
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }
.n09970_cb87{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }}
.g16d5334ffa{box-sizing:border-box;}
.w569c2d98{box-sizing:border-box;}
.ec63cb92f{box-sizing:border-box;}
.l06c2b539ec{box-sizing:border-box;}
@media (max-width: 768px) {.zm7n2vl4j0 { 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; }}