:root {

  --primary-color: hsl(149, 70%, 32%);
  --secondary-color: hsl(321, 56%, 42%);
  --bg-color: hsl(149, 7%, 95%);
  --text-color: hsl(149, 10%, 13%);
  --text-muted: hsl(149, 10%, 40%);
  --border-color: rgba(28, 36, 31, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 9999px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 12px 28px rgba(24, 138, 73, 0.25);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --oc-bg-base: hsl(149, 7%, 95%);
  --oc-bg-surface: #ffffff;
  --oc-text-main: hsl(149, 10%, 13%);
  --oc-text-muted: #5a6b61;
  --oc-accent-primary: hsl(149, 70%, 59%);
  --oc-accent-primary-hover: hsl(149, 70%, 52%);
  --oc-accent-secondary: hsl(321, 56%, 59%);
  --oc-border-light: rgba(26, 36, 30, 0.08);
  --oc-radius-lg: 16px;
  --oc-radius-md: 12px;
  --oc-shadow-sm: 0 4px 12px rgba(0,0,0,0.03);
  --oc-shadow-md: 0 12px 32px rgba(0,0,0,0.06);
  --oc-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --oc-font-serif: Georgia, "Times New Roman", 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%);
}
.oli0mm4v2p{
    
    font-family: "Merriweather", "Georgia", "Times New Roman", serif;
    background-color: var(--nav-bg);
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.d8c4a3cb36{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.xhyvnea2i{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    }
.v1a907_b2{
    display: none;
    }
.x808d264_bjr{
    display: none;
    cursor: pointer;
    padding: 0.5rem;
    }
.d900016_3d9{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #ffffff;}
.d900016_3d9::before, .d900016_3d9::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #ffffff;}
.d900016_3d9::before{ top: -8px; }
.d900016_3d9::after{ bottom: -8px; }
.g3b3df91cd9{
    display: flex;
    align-items: center;
    flex: 1;
    
    justify-content: flex-start;
    margin-left: 3.5rem;
    }
.za2dad__418{
    display: flex;
    list-style: none;
    margin: 0 auto 0 0; 
    padding: 0;
    gap: 2.5rem;
    }
.dc77562_ddfe{
    margin: 0;
    }
.d487fcb7_31{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.d487fcb7_31:hover{
    color: var(--primary-color);
    }
.d487fcb7_31::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.d487fcb7_31:hover::after{
    width: 100%;
    }
.uef0p268i{
    display: flex;
    align-items: center;
    }
.p2e7f0__f8c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    
    box-shadow: var(--shadow-lg);
    }
.p2e7f0__f8c:hover{
    background: var(--secondary-color);
    color: var(--btn-text);
    transform: translateY(-2px);
    
    box-shadow: 0 12px 28px rgba(168, 47, 126, 0.25);
    }
@media (max-width: 992px){.x808d264_bjr {
    display: block;
    z-index: 1001;
    }
.g3b3df91cd9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.4s ease;
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.v1a907_b2:checked ~ .g3b3df91cd9 {
    max-height: 500px;
    padding: 1rem 1.5rem 2rem;
    }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9 {
    background-color: transparent;
    }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9::before {
    transform: rotate(45deg);
    top: 0;
    }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9::after {
    transform: rotate(-45deg);
    bottom: 0;
    }
.za2dad__418 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin: 1rem 0 2rem;
    }
.uef0p268i {
    width: 100%;
    }
.p2e7f0__f8c {
    width: 100%;
    text-align: center;
    padding: 1rem;
    }}
.d487fcb7_31.active{color: var(--primary-color);}
@media (min-width: 993px){.oli0mm4v2p #ntc8c5275235, .oli0mm4v2p label[for="ntc8c5275235"]{ display: none !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d487fcb7_31.active {color: var(--primary-color);}
#ntc8c5275235:checked ~ .g3b3df91cd9 { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.oli0mm4v2p.m568__9243 .g3b3df91cd9 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px) {#ntc8c5275235:checked ~ .g3b3df91cd9 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.oli0mm4v2p.m568__9243 #ntc8c5275235, .oli0mm4v2p.m568__9243 label[for="ntc8c5275235"] { display: none !important; }}
@media (min-width: 993px) {.oli0mm4v2p.m568__9243 .g3b3df91cd9 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px) {.oli0mm4v2p.m568__9243 .g3b3df91cd9 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px) {.oli0mm4v2p.m568__9243 .g3b3df91cd9 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ce0a8__0add{
    background-color: var(--bg-color, hsl(149, 7%, 95%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(28, 36, 31, 0.08)); color: #1a1a2e;}
.g9ff__cbf{
    max-width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.ta6599_7bf{
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.cp3wsiza{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color, hsl(149, 10%, 13%));
    text-decoration: none;
    margin-bottom: 16px;
    width: max-content;
    letter-spacing: -0.02em;
    }
.ha2630_820{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-muted, hsl(149, 10%, 40%));
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    }
.q6d3a2__3e944{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(28, 36, 31, 0.08));
    margin-bottom: 32px; color: #ffffff;}
.rdqukzua{
    display: flex;
    flex-direction: row;
    width: 100%;
    }
.j54881b_f4b{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-muted, hsl(149, 10%, 40%));
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
@media (max-width: 768px){.ce0a8__0add{
    padding-top: 56px;
    padding-bottom: 32px;
    }
.ha2630_820{
    font-size: 15px;
    margin-bottom: 32px;
    }
.q6d3a2__3e944{
    margin-bottom: 24px;
    }}
div.oe4214_5b23.j233__beef4.jb1s84kc4q6{
    font-family: var(--oc-font-sans);
    color: #1a1a2e;
    background-color: var(--primary-color);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-top: 40px; 
    }
div.oe4214_5b23.j233__beef4.jb1s84kc4q6 *{
    box-sizing: border-box;
    }
div.oe4214_5b23.j233__beef4 .ge3b06301e{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.oe4214_5b23.j233__beef4 .kf500_23{
    max-width: 680px;
    margin-left: 0; 
    text-align: left;
    }
div.oe4214_5b23.j233__beef4 .g13b807_007{
    padding: 96px 0;
    border-bottom: 1px solid var(--oc-border-light);
    }
div.oe4214_5b23.j233__beef4 .g13b807_007:last-of-type{
    border-bottom: none;
    }
div.oe4214_5b23.j233__beef4 .r08268__2d5e8{
    font-family: var(--oc-font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--oc-text-main);
    }
div.oe4214_5b23.j233__beef4 .i0af8af3e{
    font-family: var(--oc-font-sans);
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--oc-text-main);
    }
div.oe4214_5b23.j233__beef4 .hri9kvp5q{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    }
div.oe4214_5b23.j233__beef4 .bbd1265a_varn{
    font-size: 1.125rem;
    color: var(--oc-text-muted);
    margin-bottom: 24px;
    }
div.oe4214_5b23.j233__beef4 .k56aad0f6{
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    }
div.oe4214_5b23.j233__beef4 .k56aad0f6 li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    color: var(--oc-text-main);
    }
div.oe4214_5b23.j233__beef4 .k56aad0f6 li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-color: var(--oc-bg-base);
    border: 2px solid var(--oc-accent-primary);
    border-radius: 4px; color: #1a1a2e;}
div.oe4214_5b23.j233__beef4 .k56aad0f6 li::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 8px;
    height: 12px;
    border: solid var(--oc-text-main);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
div.oe4214_5b23.j233__beef4 .gdfb6b5_8a8t{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    }
div.oe4214_5b23.j233__beef4 .a74a8__b87 .j45ff9a44c2{
    order: 2;
    }
div.oe4214_5b23.j233__beef4 .a74a8__b87 .e2ccf4d3_0x{
    order: 1;
    }
div.oe4214_5b23.j233__beef4 .x08a4d82{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
    }
div.oe4214_5b23.j233__beef4 .ti5vuzxyl2{
    background: var(--oc-bg-surface);
    padding: 40px 32px;
    border-radius: var(--oc-radius-lg);
    box-shadow: var(--oc-shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--oc-border-light);
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #1a1a2e;}
div.oe4214_5b23.j233__beef4 .ti5vuzxyl2:hover{
    transform: translateY(-4px);
    box-shadow: var(--oc-shadow-md);
    }
div.oe4214_5b23.j233__beef4 .t1252d_aadl{
    width: 48px;
    height: 48px;
    background: var(--oc-bg-base);
    border-radius: var(--oc-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.oe4214_5b23.j233__beef4 .t1252d_aadl svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.oe4214_5b23.j233__beef4 .dsg4p7semx{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, var(--oc-accent-primary));
    color: #0b1c12; 
    font-weight: 600;
    font-size: 1.125rem;
    padding: 16px 32px;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(79, 222, 144, 0.4);
    border: none;
    cursor: pointer;
    }
div.oe4214_5b23.j233__beef4 .dsg4p7semx:hover{
    background-color: var(--oc-accent-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 222, 144, 0.5); color: #1a1a2e;}
div.oe4214_5b23.j233__beef4 .q8a01b3_8b8a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--oc-text-main);
    font-weight: 600;
    font-size: 1.05rem;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    text-decoration: none;
    border: 2px solid var(--oc-border-light);
    transition: all 0.2s ease;
    }
div.oe4214_5b23.j233__beef4 .q8a01b3_8b8a:hover{
    border-color: var(--oc-text-main);
    background-color: rgba(0,0,0,0.02); color: #ffffff;}
div.oe4214_5b23.j233__beef4 .f39e4d65_g0{
    color: var(--oc-accent-secondary);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.2s ease;
    }
div.oe4214_5b23.j233__beef4 .f39e4d65_g0:hover{
    color: var(--oc-text-main);
    }
div.oe4214_5b23.j233__beef4 .u013__af5{border-radius: var(--oc-radius-lg);
    overflow: hidden;
    box-shadow: var(--oc-shadow-md);
    position: relative; isolation: isolate;}
div.oe4214_5b23.j233__beef4 .u013__af5::after{
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: inherit;
    pointer-events: none;
    }
div.oe4214_5b23.j233__beef4 .z92d0__4394{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
    }
div.oe4214_5b23.j233__beef4 .r7d9__d3e8{
    padding: 64px 0 40px;
    border-top: 1px solid var(--oc-border-light);
    margin-top: 64px;
    background-color: var(--oc-bg-surface); color: #1a1a2e;}
div.oe4214_5b23.j233__beef4 .xb5f18628{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
@media (max-width: 992px) {div.oe4214_5b23.j233__beef4 .gdfb6b5_8a8t{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.oe4214_5b23.j233__beef4 .a74a8__b87 .j45ff9a44c2, div.oe4214_5b23.j233__beef4 .a74a8__b87 .e2ccf4d3_0x{
    order: unset; 
    }
div.oe4214_5b23.j233__beef4 .g13b807_007{
    padding: 64px 0;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.oe4214_5b23 img.nd08__75f4 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.oe4214_5b23 img.nd08__75f4.n4d400_c371 { aspect-ratio: 16 / 9; }
div.oe4214_5b23 img.nd08__75f4.k442__ad21 { aspect-ratio: 16 / 10; }
div.oe4214_5b23 img.nd08__75f4.idfe__9a97 { aspect-ratio: 4 / 3; }
div.oe4214_5b23 img.nd08__75f4.w70235be8 { aspect-ratio: 1 / 1; }
div.oe4214_5b23 :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.oe4214_5b23 .v8fc71_66b0 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.oe4214_5b23 .v8fc71_66b0.n4d400_c371 { aspect-ratio: 16 / 9; }
div.oe4214_5b23 .v8fc71_66b0.k442__ad21 { aspect-ratio: 16 / 10; }
div.oe4214_5b23 .v8fc71_66b0.idfe__9a97 { aspect-ratio: 4 / 3; }
div.oe4214_5b23 .v8fc71_66b0.w70235be8 { aspect-ratio: 1 / 1; }
div.oe4214_5b23 .v8fc71_66b0 > img.nd08__75f4,
    div.oe4214_5b23 .v8fc71_66b0 > picture > img.nd08__75f4 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.la4dae845a3 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.la4dae845a3 > :first-child,
    .la4dae845a3 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.oli0mm4v2p{
    
    font-family: "Merriweather", "Georgia", "Times New Roman", serif;
    background-color: var(--nav-bg);
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.d8c4a3cb36{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.xhyvnea2i{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    }
.v1a907_b2{
    display: none;
    }
.x808d264_bjr{
    display: none;
    cursor: pointer;
    padding: 0.5rem;
    }
.d900016_3d9{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #ffffff;}
.d900016_3d9::before, .d900016_3d9::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #ffffff;}
.d900016_3d9::before{ top: -8px; }
.d900016_3d9::after{ bottom: -8px; }
.g3b3df91cd9{
    display: flex;
    align-items: center;
    flex: 1;
    
    justify-content: flex-start;
    margin-left: 3.5rem;
    }
.za2dad__418{
    display: flex;
    list-style: none;
    margin: 0 auto 0 0; 
    padding: 0;
    gap: 2.5rem;
    }
.dc77562_ddfe{
    margin: 0;
    }
.d487fcb7_31{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.d487fcb7_31:hover{
    color: var(--primary-color);
    }
.d487fcb7_31::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.d487fcb7_31:hover::after{
    width: 100%;
    }
.uef0p268i{
    display: flex;
    align-items: center;
    }
.p2e7f0__f8c{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    
    box-shadow: var(--shadow-lg);
    }
.p2e7f0__f8c:hover{
    background: var(--secondary-color);
    color: var(--btn-text);
    transform: translateY(-2px);
    
    box-shadow: 0 12px 28px rgba(168, 47, 126, 0.25);
    }
@media (max-width: 992px){.x808d264_bjr {
    display: block;
    z-index: 1001;
    }
.g3b3df91cd9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.4s ease;
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.v1a907_b2:checked ~ .g3b3df91cd9 {
    max-height: 500px;
    padding: 1rem 1.5rem 2rem;
    }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9 {
    background-color: transparent;
    }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9::before {
    transform: rotate(45deg);
    top: 0;
    }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9::after {
    transform: rotate(-45deg);
    bottom: 0;
    }
.za2dad__418 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin: 1rem 0 2rem;
    }
.uef0p268i {
    width: 100%;
    }
.p2e7f0__f8c {
    width: 100%;
    text-align: center;
    padding: 1rem;
    }}
.d487fcb7_31.active{color: var(--primary-color);}
@media (min-width: 993px){.oli0mm4v2p #ntc8c5275235, .oli0mm4v2p label[for="ntc8c5275235"]{ display: none !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d487fcb7_31.active{color: var(--primary-color);}
#ntc8c5275235:checked ~ .g3b3df91cd9{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.oli0mm4v2p.m568__9243 .g3b3df91cd9{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#ntc8c5275235:checked ~ .g3b3df91cd9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 #ntc8c5275235, .oli0mm4v2p.m568__9243 label[for="ntc8c5275235"]{ display: none !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 .g3b3df91cd9{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 .g3b3df91cd9{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 .g3b3df91cd9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ce0a8__0add{
    background-color: var(--bg-color, hsl(149, 7%, 95%));
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color, rgba(28, 36, 31, 0.08)); color: #1a1a2e;}
.g9ff__cbf{
    max-width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.ta6599_7bf{
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.cp3wsiza{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color, hsl(149, 10%, 13%));
    text-decoration: none;
    margin-bottom: 16px;
    width: max-content;
    letter-spacing: -0.02em;
    }
.ha2630_820{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-muted, hsl(149, 10%, 40%));
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    }
.q6d3a2__3e944{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(28, 36, 31, 0.08));
    margin-bottom: 32px; color: #ffffff;}
.rdqukzua{
    display: flex;
    flex-direction: row;
    width: 100%;
    }
.j54881b_f4b{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-muted, hsl(149, 10%, 40%));
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
@media (max-width: 768px){.ce0a8__0add{
    padding-top: 56px;
    padding-bottom: 32px;
    }
.ha2630_820{
    font-size: 15px;
    margin-bottom: 32px;
    }
.q6d3a2__3e944{
    margin-bottom: 24px;
    }}
.oli0mm4v2p{
  
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  background-color: var(--nav-bg);
  height: var(--nav-height);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.d8c4a3cb36{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xhyvnea2i{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
}
.v1a907_b2{
  display: none;
}
.x808d264_bjr{
  display: none;
  cursor: pointer;
  padding: 0.5rem;
}
.d900016_3d9{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: relative;
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #ffffff;}
.d900016_3d9::before, .d900016_3d9::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #ffffff;}
.d900016_3d9::before{ top: -8px; }
.d900016_3d9::after{ bottom: -8px; }
.g3b3df91cd9{
  display: flex;
  align-items: center;
  flex: 1;
  
  justify-content: flex-start;
  margin-left: 3.5rem;
}
.za2dad__418{
  display: flex;
  list-style: none;
  margin: 0 auto 0 0; 
  padding: 0;
  gap: 2.5rem;
}
.dc77562_ddfe{
  margin: 0;
}
.d487fcb7_31{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 0.5rem 0;
}
.d487fcb7_31:hover{
  color: var(--primary-color);
}
.d487fcb7_31::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #1a1a2e;}
.d487fcb7_31:hover::after{
  width: 100%;
}
.uef0p268i{
  display: flex;
  align-items: center;
}
.p2e7f0__f8c{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  
  box-shadow: var(--shadow-lg);
}
.p2e7f0__f8c:hover{
  background: var(--secondary-color);
  color: var(--btn-text);
  transform: translateY(-2px);
  
  box-shadow: 0 12px 28px rgba(168, 47, 126, 0.25);
}
@media (max-width: 992px){.x808d264_bjr {
    display: block;
    z-index: 1001;
  }
.g3b3df91cd9 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.4s ease;
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.v1a907_b2:checked ~ .g3b3df91cd9 {
    max-height: 500px;
    padding: 1rem 1.5rem 2rem;
  }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9 {
    background-color: transparent;
  }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9::before {
    transform: rotate(45deg);
    top: 0;
  }
.v1a907_b2:checked ~ .x808d264_bjr .d900016_3d9::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
.za2dad__418 {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin: 1rem 0 2rem;
  }
.uef0p268i {
    width: 100%;
  }
.p2e7f0__f8c {
    width: 100%;
    text-align: center;
    padding: 1rem;
  }}
.d487fcb7_31.active{color: var(--primary-color);}
@media (min-width: 993px){.oli0mm4v2p #ntc8c5275235, .oli0mm4v2p label[for="ntc8c5275235"]{ display: none !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p .g3b3df91cd9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d487fcb7_31.active{color: var(--primary-color);}
#ntc8c5275235:checked ~ .g3b3df91cd9{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.oli0mm4v2p.m568__9243 .g3b3df91cd9{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#ntc8c5275235:checked ~ .g3b3df91cd9{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 #ntc8c5275235, .oli0mm4v2p.m568__9243 label[for="ntc8c5275235"]{ display: none !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 .g3b3df91cd9{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 .g3b3df91cd9{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.oli0mm4v2p.m568__9243 .g3b3df91cd9 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.y7e2b94b2f2{
  background-color: var(--bg-color, hsl(149, 7%, 95%));
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color, rgba(28, 36, 31, 0.08)); color: #1a1a2e;}
.of83cdf6b{
  max-width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.d6a2__4339{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.j332__bcba{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color, hsl(149, 10%, 13%));
  text-decoration: none;
  margin-bottom: 16px;
  width: max-content;
  letter-spacing: -0.02em;
}
.pb39b6_1a36{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-muted, hsl(149, 10%, 40%));
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
.k22d2a_0779{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(28, 36, 31, 0.08));
  margin-bottom: 32px; color: #ffffff;}
.w49c1ec4e{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ccb2__f5ac{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-muted, hsl(149, 10%, 40%));
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 768px){.y7e2b94b2f2{
    padding-top: 56px;
    padding-bottom: 32px;
  }
.pb39b6_1a36{
    font-size: 15px;
    margin-bottom: 32px;
  }
.k22d2a_0779{
    margin-bottom: 24px;
  }}
.g06bdb53398{box-sizing:border-box;}
.cd1374b5893{box-sizing:border-box;}
.kf629bda978{box-sizing:border-box;}