:root {

  --oc-primary: var(--primary-color, hsl(149, 70%, 59%));
  --oc-secondary: var(--secondary-color, hsl(321, 56%, 59%));
  --oc-bg: var(--bg-color, hsl(149, 7%, 95%));
  --oc-text: var(--text-color, hsl(149, 10%, 13%));
  --oc-text-muted: #555c58;
  --oc-card-bg: #ffffff;
  --oc-border: #e0e5e2;
  --oc-radius: var(--border-radius, 12px);
  --oc-shadow: var(--box-shadow, 0 4px 20px rgba(0,0,0,0.05));
  --max-width: min(1200px, 92vw);
  --reading-width: 680px;
  --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;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --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.oe4214_5b23.i8bba05_a952{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: var(--oc-text);
    background-color: var(--oc-bg);
    margin: 0 auto;
    padding: 60px 24px;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.oe4214_5b23.i8bba05_a952 h1{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: var(--oc-text);
    max-width: var(--reading-width);
    }
div.oe4214_5b23.i8bba05_a952 h2{
    font-size: 1.8rem;
    margin: 4rem 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--oc-primary);
    width: fit-content;
    }
div.oe4214_5b23.i8bba05_a952 h3{
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
    color: var(--oc-text);
    }
div.oe4214_5b23.i8bba05_a952 p{
    max-width: var(--reading-width);
    margin-bottom: 1.2rem;
    color: var(--oc-text-muted);
    }
div.oe4214_5b23.i8bba05_a952 .e3d96f_t23{
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    max-width: var(--reading-width);
    }
div.oe4214_5b23.i8bba05_a952 .e3d96f_t23 li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 1rem;
    color: var(--oc-text);
    }
div.oe4214_5b23.i8bba05_a952 .e3d96f_t23 li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--oc-primary);
    font-weight: bold;
    }
div.oe4214_5b23.i8bba05_a952 .ccc77e9{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    width: 100%;
    margin-top: 2rem;
    }
div.oe4214_5b23.i8bba05_a952 .u4b07_21{
    background: var(--oc-card-bg);
    padding: 2rem;
    border-radius: var(--oc-radius);
    box-shadow: var(--oc-shadow);
    border: 1px solid var(--oc-border);
    transition: transform 0.2s ease; color: #1a1a2e;}
div.oe4214_5b23.i8bba05_a952 .u4b07_21:hover{
    transform: translateY(-4px);
    }
div.oe4214_5b23.i8bba05_a952 .q95ce7840{
    width: 100%;
    max-width: var(--reading-width);
    margin-top: 2rem;
    }
div.oe4214_5b23.i8bba05_a952 .g7234__b8b{
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed var(--oc-border);
    }
div.oe4214_5b23.i8bba05_a952 .bd31692_97df{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    display: block;
    color: var(--oc-text);
    }
div.oe4214_5b23.i8bba05_a952 .v61b468{
    color: var(--oc-text-muted);
    font-size: 0.95rem;
    }
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew{
    display: inline-block;
    background-color: var(--oc-primary);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--oc-radius);
    text-decoration: none;
    font-weight: 600;
    margin-top: 2rem;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    }
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew:hover{
    filter: brightness(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }
div.oe4214_5b23.i8bba05_a952 .kdd92c9_olo{
    width: 100%;
    margin: 3rem 0;
    border-radius: var(--oc-radius);
    overflow: hidden;
    box-shadow: var(--oc-shadow);
    }
div.oe4214_5b23.i8bba05_a952 .kdd92c9_olo img{
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
    }
@media (max-width: 768px) {div.oe4214_5b23.i8bba05_a952 h1{ font-size: 2rem; }
div.oe4214_5b23.i8bba05_a952 .ccc77e9{ grid-template-columns: 1fr; }}
.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; }}
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;
    }
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew a:not([class]):hover{opacity:0.92;}
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew a[class=""]:hover{opacity:0.92;}
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew a:not([class]):visited{color:#ffffff !important;}
div.oe4214_5b23.i8bba05_a952 .u850d5_61ew a[class=""]:visited{color:#ffffff !important;}
.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;}