:root {

  --primary-color: hsl(154, 60%, 58%);
  --secondary-color: hsl(237, 48%, 58%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --bg-light: var(--bg-color, hsl(154, 6%, 97%));
  --max-width: 1200px;
  --content-width: 760px;
  --radius: 8px;
  --transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --bg-color: hsl(154, 6%, 97%);
  --text-color: hsl(154, 10%, 7%);
  --text-muted: hsl(154, 5%, 45%);
  --border-color: #000000;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px rgba(0,0,0,1);
  --shadow-md: 4px 4px 0px rgba(0,0,0,1);
  --shadow-lg: 8px 8px 0px rgba(0,0,0,1);
  --nav-height: 80px;
  --nav-bg: var(--bg-color);
  --nav-link-hover: var(--primary-color);
  --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.uc0b4670b.m5c8845_t3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.6;
    margin: 0 auto;
    overflow-x: hidden;
    }
div.uc0b4670b.m5c8845_t3 .n8xbqi5l7phw{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
div.uc0b4670b.m5c8845_t3 .l4ada88{ text-align: center; }
div.uc0b4670b.m5c8845_t3 .m-auto{ margin-left: 0; margin-right: auto; }
div.uc0b4670b.m5c8845_t3 h1, div.uc0b4670b.m5c8845_t3 h2, div.uc0b4670b.m5c8845_t3 h3{
    margin-top: 0;
    font-weight: 800;
    line-height: 1.2;
    }
div.uc0b4670b.m5c8845_t3 h1{ font-size: clamp(2.5rem, 5vw, 3.5rem); margin-bottom: 1.5rem; letter-spacing: -0.02em; }
div.uc0b4670b.m5c8845_t3 h2{ font-size: 2rem; margin-bottom: 1.2rem; }
div.uc0b4670b.m5c8845_t3 h3{ font-size: 1.25rem; margin-bottom: 0.8rem; }
div.uc0b4670b.m5c8845_t3 div{
    padding: 60px 0;
    }
div.uc0b4670b.m5c8845_t3 .oa8952_5r{ padding: 40px 0; }
div.uc0b4670b.m5c8845_t3 .h7n2nzinpyx{
    max-width: var(--content-width);
    padding-top: 80px;
    }
div.uc0b4670b.m5c8845_t3 .z222__6e0{
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
    }
div.uc0b4670b.m5c8845_t3 .q914c__48dcb{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    }
div.uc0b4670b.m5c8845_t3 .q914c__48dcb img{
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: var(--radius);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    }
div.uc0b4670b.m5c8845_t3 .p40e321_2x{
    max-width: var(--content-width);
    }
div.uc0b4670b.m5c8845_t3 .e46ccae_c7{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 24px;
    margin-top: 40px;
    }
div.uc0b4670b.m5c8845_t3 .p6413_10{
    background: #fff;
    padding: 32px;
    border-radius: var(--radius);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.uc0b4670b.m5c8845_t3 .p6413_10:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
    }
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt{
    display: inline-block;
    background: var(--primary-color);
    color: #1a1a2e;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    width: fit-content;
    }
div.uc0b4670b.m5c8845_t3 .ab5dfe__f6534{
    max-width: var(--content-width);
    margin: 0 auto;
    }
div.uc0b4670b.m5c8845_t3 .oytr5r5nvnt{
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    }
div.uc0b4670b.m5c8845_t3 .oytr5r5nvnt:last-child{ border-bottom: none; }
div.uc0b4670b.m5c8845_t3 .i8a14_38{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    }
div.uc0b4670b.m5c8845_t3 .p3a625_a2ab{
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius);
    transition: var(--transition);
    }
div.uc0b4670b.m5c8845_t3 .q346407_1480{
    background-color: var(--primary-color);
    color: #1a1a2e;
    box-shadow: 0 4px 14px 0 rgba(0, 118, 255, 0.1);
    }
div.uc0b4670b.m5c8845_t3 .q346407_1480:hover{
    background-color: hsl(154, 60%, 48%);
    transform: scale(1.02); color: #1a1a2e;}
div.uc0b4670b.m5c8845_t3 .d460__a6ac{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    }
div.uc0b4670b.m5c8845_t3 .m130__919d{
    border-top: 1px solid #333;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #888;
    }
@media (max-width: 768px) {div.uc0b4670b.m5c8845_t3 .e46ccae_c7{ grid-template-columns: 1fr; }
div.uc0b4670b.m5c8845_t3 h1{ font-size: 2rem; }
div.uc0b4670b.m5c8845_t3 .p3a625_a2ab{ width: 100%; justify-content: center; }
div.uc0b4670b.m5c8845_t3 .i8a14_38{ flex-direction: column; }}
.fjdbfbo72tga{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.d5be13c{
    width: 100%;
    max-width: var(--max-width);
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.fbf30d24c{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin-bottom: 60px;
    text-align: center;
    }
.p596__1bd{
    font-family: "Georgia", "Source Serif Pro", serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 32px;
    letter-spacing: -1px;
    }
.fa82ff76c9{
    background-color: var(--primary-color);
    color: #000000;
    padding: 16px 40px;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    }
.fa82ff76c9:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.u87fb17_e62f{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 60px; color: #ffffff;}
.g89fbbb_8yuh{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    }
.tc75d53{
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    }
.faf493af{
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: 1px;
    }
.f443697_2e0f{
    font-size: 0.9375rem;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.f443697_2e0f:hover{
    color: var(--primary-color);
    text-decoration: underline;
    }
.hebb2__a2c5{
    font-size: 0.9375rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    }
.wb774f5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.guszonfghvbn{
    flex: 0 0 auto;
    }
.o2jpwbgf{
    font-size: 0.8125rem;
    color: var(--text-color);
    font-weight: 600;
    }
.r7258f04{
    flex: 0 0 auto;
    }
.lf2b73be{
    font-size: 0.8125rem;
    color: var(--text-muted);
    }
@media (max-width: 768px){.p596__1bd{
    font-size: 2rem;
    }
.tc75d53{
    flex: 0 0 50%;
    }
.wb774f5{
    flex-direction: column;
    gap: 16px;
    text-align: center;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.wd234__ebc{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.r8f2ea2fe05{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.h11ae53895{
    flex-shrink: 0;
    }
.h7o4qnh18ve8{
    text-decoration: none;
    color: var(--text-color);
    font-family: "Playfair Display", "Georgia", serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }
.s9ed1b77_vso{
    flex: 1;
    display: flex;
    justify-content: center;
    }
.n3f52aafc5{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.s04ced6e_jv{
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: var(--transition);
    position: relative;
    padding: 4px 0;
    }
.s04ced6e_jv:hover{
    color: var(--secondary-color);
    }
.s04ced6e_jv::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.s04ced6e_jv:hover::after{
    width: 100%;
    }
.mc127ae27{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    }
.mlr1yxu7kgn{
    display: inline-block;
    background-color: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 10px 24px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.mlr1yxu7kgn:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.mlr1yxu7kgn:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.q83515a_ee{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.ic2431_6ba3{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.n3f52aafc5 {
    gap: 12px;
    }
.s04ced6e_jv {
    font-size: 12px;
    }}
@media (max-width: 860px){.q83515a_ee{
    display: flex;
    }
.s9ed1b77_vso{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 2px solid var(--border-color);
    display: none;
    flex-direction: column;
    padding: 24px; color: #1a1a2e;}
.s9ed1b77_vso.active{
    display: flex;
    }
.n3f52aafc5{
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
.s04ced6e_jv{
    font-size: 18px;
    }}
.s04ced6e_jv.active{color: var(--secondary-color);}
.idf9a6_uf{box-sizing:border-box;}
.od29__64ed9{list-style:none;}
.s04ced6e_jv.active {color: var(--secondary-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.uc0b4670b img.sf9a7ff6223 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.uc0b4670b img.sf9a7ff6223.c758921f7 { aspect-ratio: 16 / 9; }
div.uc0b4670b img.sf9a7ff6223.vd6c__ea91 { aspect-ratio: 16 / 10; }
div.uc0b4670b img.sf9a7ff6223.u13346e9b { aspect-ratio: 4 / 3; }
div.uc0b4670b img.sf9a7ff6223.l91178f2e { aspect-ratio: 1 / 1; }
div.uc0b4670b :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.uc0b4670b .r78ea29e642 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.uc0b4670b .r78ea29e642.c758921f7 { aspect-ratio: 16 / 9; }
div.uc0b4670b .r78ea29e642.vd6c__ea91 { aspect-ratio: 16 / 10; }
div.uc0b4670b .r78ea29e642.u13346e9b { aspect-ratio: 4 / 3; }
div.uc0b4670b .r78ea29e642.l91178f2e { aspect-ratio: 1 / 1; }
div.uc0b4670b .r78ea29e642 > img.sf9a7ff6223,
    div.uc0b4670b .r78ea29e642 > picture > img.sf9a7ff6223 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt a:not([class]):hover{opacity:0.92;}
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt a[class=""]:hover{opacity:0.92;}
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt a:not([class]):visited{color:#ffffff !important;}
div.uc0b4670b.m5c8845_t3 .h069eb4e_gjpt a[class=""]:visited{color:#ffffff !important;}
div.uc0b4670b.m5c8845_t3 .q346407_1480 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.uc0b4670b.m5c8845_t3 .q346407_1480 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.uc0b4670b.m5c8845_t3 .q346407_1480 a:not([class]):hover{opacity:0.92;}
div.uc0b4670b.m5c8845_t3 .q346407_1480 a[class=""]:hover{opacity:0.92;}
div.uc0b4670b.m5c8845_t3 .q346407_1480 a:not([class]):visited{color:#ffffff !important;}
div.uc0b4670b.m5c8845_t3 .q346407_1480 a[class=""]:visited{color:#ffffff !important;}
.vb06d2_0f3f {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.vb06d2_0f3f > :first-child,
    .vb06d2_0f3f > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.wd234__ebc{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.r8f2ea2fe05{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.h11ae53895{
    flex-shrink: 0;
    }
.h7o4qnh18ve8{
    text-decoration: none;
    color: var(--text-color);
    font-family: "Playfair Display", "Georgia", serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }
.s9ed1b77_vso{
    flex: 1;
    display: flex;
    justify-content: center;
    }
.n3f52aafc5{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.s04ced6e_jv{
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: var(--transition);
    position: relative;
    padding: 4px 0;
    }
.s04ced6e_jv:hover{
    color: var(--secondary-color);
    }
.s04ced6e_jv::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.s04ced6e_jv:hover::after{
    width: 100%;
    }
.mc127ae27{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    }
.mlr1yxu7kgn{
    display: inline-block;
    background-color: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 10px 24px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.mlr1yxu7kgn:hover{
    background-color: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    }
.mlr1yxu7kgn:active{
    transform: translate(0, 0);
    box-shadow: none;
    }
.q83515a_ee{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.ic2431_6ba3{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.n3f52aafc5 {
    gap: 12px;
    }
.s04ced6e_jv {
    font-size: 12px;
    }}
@media (max-width: 860px){.q83515a_ee{
    display: flex;
    }
.s9ed1b77_vso{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 2px solid var(--border-color);
    display: none;
    flex-direction: column;
    padding: 24px; color: #1a1a2e;}
.s9ed1b77_vso.active{
    display: flex;
    }
.n3f52aafc5{
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
.s04ced6e_jv{
    font-size: 18px;
    }}
.s04ced6e_jv.active{color: var(--secondary-color);}
.idf9a6_uf{box-sizing:border-box;}
.od29__64ed9{list-style:none;}
.s04ced6e_jv.active{color: var(--secondary-color);}
.fjdbfbo72tga{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.d5be13c{
    width: 100%;
    max-width: var(--max-width);
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.fbf30d24c{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin-bottom: 60px;
    text-align: center;
    }
.p596__1bd{
    font-family: "Georgia", "Source Serif Pro", serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 32px;
    letter-spacing: -1px;
    }
.fa82ff76c9{
    background-color: var(--primary-color);
    color: #000000;
    padding: 16px 40px;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    }
.fa82ff76c9:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.u87fb17_e62f{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 60px; color: #ffffff;}
.g89fbbb_8yuh{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
    }
.tc75d53{
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    }
.faf493af{
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: 1px;
    }
.f443697_2e0f{
    font-size: 0.9375rem;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.f443697_2e0f:hover{
    color: var(--primary-color);
    text-decoration: underline;
    }
.hebb2__a2c5{
    font-size: 0.9375rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    }
.wb774f5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.guszonfghvbn{
    flex: 0 0 auto;
    }
.o2jpwbgf{
    font-size: 0.8125rem;
    color: var(--text-color);
    font-weight: 600;
    }
.r7258f04{
    flex: 0 0 auto;
    }
.lf2b73be{
    font-size: 0.8125rem;
    color: var(--text-muted);
    }
@media (max-width: 768px){.p596__1bd{
    font-size: 2rem;
    }
.tc75d53{
    flex: 0 0 50%;
    }
.wb774f5{
    flex-direction: column;
    gap: 16px;
    text-align: center;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.wd234__ebc{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.r8f2ea2fe05{
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h11ae53895{
  flex-shrink: 0;
}
.h7o4qnh18ve8{
  text-decoration: none;
  color: var(--text-color);
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.s9ed1b77_vso{
  flex: 1;
  display: flex;
  justify-content: center;
}
.n3f52aafc5{
  display: flex;
  list-style: none;
  gap: 24px;
}
.s04ced6e_jv{
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  padding: 4px 0;
}
.s04ced6e_jv:hover{
  color: var(--secondary-color);
}
.s04ced6e_jv::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.s04ced6e_jv:hover::after{
  width: 100%;
}
.mc127ae27{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.mlr1yxu7kgn{
  display: inline-block;
  background-color: var(--primary-color);
  color: #000000; 
  text-decoration: none;
  padding: 10px 24px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.mlr1yxu7kgn:hover{
  background-color: var(--secondary-color);
  color: #1a1a2e;
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
}
.mlr1yxu7kgn:active{
  transform: translate(0, 0);
  box-shadow: none;
}
.q83515a_ee{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.ic2431_6ba3{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.n3f52aafc5 {
    gap: 12px;
  }
.s04ced6e_jv {
    font-size: 12px;
  }}
@media (max-width: 860px){.q83515a_ee{
    display: flex;
  }
.s9ed1b77_vso{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    border-bottom: 2px solid var(--border-color);
    display: none;
    flex-direction: column;
    padding: 24px; color: #1a1a2e;}
.s9ed1b77_vso.active{
    display: flex;
  }
.n3f52aafc5{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
.s04ced6e_jv{
    font-size: 18px;
  }}
.s04ced6e_jv.active{color: var(--secondary-color);}
.idf9a6_uf{box-sizing:border-box;}
.od29__64ed9{list-style:none;}
.s04ced6e_jv.active{color: var(--secondary-color);}
.c08d6400d62{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.jaf202_0e0f{
    width: 100%;
    max-width: var(--max-width);
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h3aa01_9227{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin-bottom: 60px;
    text-align: center;
}
.if08__c46a{
    font-family: "Georgia", "Source Serif Pro", serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 32px;
    letter-spacing: -1px;
}
.e182__db87{
    background-color: var(--primary-color);
    color: #000000;
    padding: 16px 40px;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border-radius: var(--radius-sm);
}
.e182__db87:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
}
.x83742_85d1{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 60px; color: #ffffff;}
.c59642_839f{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
}
.l6e4d7_209c{
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.zaf8ffb97{
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: 1px;
}
.x02047_a63d{
    font-size: 0.9375rem;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
}
.x02047_a63d:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.j01f__cb31{
    font-size: 0.9375rem;
    color: var(--text-muted);
    margin-bottom: 12px;
}
.aa5bf32c1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
}
.tad539e343b{
    flex: 0 0 auto;
}
.p0882660c{
    font-size: 0.8125rem;
    color: var(--text-color);
    font-weight: 600;
}
.sd995afd8{
    flex: 0 0 auto;
}
.p43a13b30{
    font-size: 0.8125rem;
    color: var(--text-muted);
}
@media (max-width: 768px){.if08__c46a{
        font-size: 2rem;
    }
.l6e4d7_209c{
        flex: 0 0 50%;
    }
.aa5bf32c1{
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }}
.g7c006_95b8{box-sizing:border-box;}
.w66d21_4e8f{box-sizing:border-box;}
.i996b5_3470{box-sizing:border-box;}
.ufe10553046{display:block;max-width:100%;height:auto;}
.u775e3_13f1{box-sizing:border-box;}
@media (max-width: 768px) {.wb774f5 { 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; }}