:root {

  --primary-color: hsl(118, 83%, 57%);
  --secondary-color: hsl(275, 66%, 57%);
  --bg-color: hsl(118, 8%, 96%);
  --text-color: hsl(118, 10%, 10%);
  --text-muted: hsl(118, 10%, 45%);
  --border-color: hsl(118, 8%, 88%);
  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-lg: 0 4px 16px rgba(0,0,0,0.1);
  --nav-height: 68px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s ease;
  --nav-bg: hsl(118, 8%, 98%);
  --brand-primary: hsl(118, 83%, 57%);
  --brand-secondary: hsl(275, 66%, 57%);
  --text-primary: hsl(118, 10%, 10%);
  --bg-base: hsl(118, 8%, 96%);
  --bg-card: hsl(0, 0%, 100%);
  --shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.08);
  --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%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: Georgia, "Times New Roman", serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.s4eac5__38f25{
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.k2e81f_6e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    }
.b5aec95_9f8l{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    }
.z2434984{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.z2434984 span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.n1382_5bc7{
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    }
.j467730_roz9{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.j467730_roz9:hover{
    color: var(--text-color);
    }
.udc269a99b{
    background: var(--primary-color);
    color: #000000;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.udc269a99b:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
@media (max-width: 768px){.z2434984{
    display: flex;
    }
.n1382_5bc7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--nav-bg);
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: none; color: #1a1a2e;}
.n1382_5bc7.active{
    display: flex;
    }
.n1382_5bc7 li{
    width: 100%;
    }
.j467730_roz9, .udc269a99b{
    display: block;
    padding: 14px 24px;
    width: 100%;
    }
.udc269a99b{
    margin: 8px 24px;
    width: calc(100% - 48px);
    text-align: center;
    }}
.udc269a99b.active{background: var(--secondary-color); color: #1a1a2e; box-shadow: var(--shadow-md);}
.j467730_roz9.active{color: var(--text-color);}
.j467730_roz9.active {color: var(--text-color);}
.udc269a99b.active {background: var(--secondary-color); color: #1a1a2e; box-shadow: var(--shadow-md);}
.u884e84_56{
    background: hsl(118, 8%, 92%);
    padding: 64px 0 32px;
    margin-top: 120px;
    border-top: 1px solid var(--border-color, hsl(118, 8%, 88%)); color: #1a1a2e;}
.wo8eepmylbop{
    max-width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    padding: 0 24px;
    }
.xcsi69cedh{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 48px;
    }
.f4d2dc_jd2{
    flex: 0 0 280px;
    }
.ymmv4z5jfg{
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color, hsl(118, 10%, 10%));
    margin-bottom: 12px;
    }
.debaea_80gc{
    font-size: 15px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    line-height: 1.6;
    margin: 0;
    }
.u38fa_03{
    display: flex;
    gap: 64px;
    flex: 1;
    }
.k26279807b{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.s3cj4vfj5ta8{
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, hsl(118, 10%, 10%));
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.w68ff45423{
    font-size: 15px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.w68ff45423:hover{
    color: var(--primary-color, hsl(118, 83%, 57%));
    }
.ab7f9c__a34f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, hsl(118, 8%, 88%));
    }
.x28a9b57_zf1u{
    font-size: 14px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    margin: 0;
    }
.h9e4e68f5{
    font-size: 13px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    margin: 0;
    }
@media (max-width: 768px){.u884e84_56{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.xcsi69cedh{
    flex-direction: column;
    gap: 40px;
    }
.f4d2dc_jd2{
    flex: none;
    }
.u38fa_03{
    flex-direction: column;
    gap: 32px;
    }
.ab7f9c__a34f{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
div.u7a065_bafc.c3ec84f5_vt4v *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.u7a065_bafc.c3ec84f5_vt4v{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-primary, #1a1a1a);
    background: var(--bg-base, #f5f5f5);
    line-height: 1.6;
    }
div.u7a065_bafc.c3ec84f5_vt4v{
    min-height: 100vh;
    }
div.u7a065_bafc.c3ec84f5_vt4v .x1b457a5_d6{
    display: grid;
    grid-template-columns: 380px 1fr;
    min-height: 85vh;
    background: var(--bg-card, #fff); color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .g18ccc639{
    background: linear-gradient(165deg, var(--brand-primary, #4ade80) 0%, var(--brand-secondary, #a855f7) 100%);
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .g18ccc639 h1{
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: left;
    }
div.u7a065_bafc.c3ec84f5_vt4v .g18ccc639 p{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    text-align: left;
    margin-bottom: 36px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .nc5b87__4f26{
    display: inline-block;
    padding: 16px 48px;
    background: #fff;
    color: #1a1a2e;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    align-self: flex-end;
    }
div.u7a065_bafc.c3ec84f5_vt4v .nc5b87__4f26:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    }
div.u7a065_bafc.c3ec84f5_vt4v .ud05__b07{position: relative;
    overflow: hidden; isolation: isolate;}
div.u7a065_bafc.c3ec84f5_vt4v .xfa07e__af75b{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.u7a065_bafc.c3ec84f5_vt4v .gab3__e19{
    padding: 100px 60px;
    background: var(--bg-base, #f5f5f5); color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .gab3__e19 h2{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    color: var(--text-primary, #1a1a1a);
    }
div.u7a065_bafc.c3ec84f5_vt4v .g7q2osiwxs5{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .p2df1_b0c{
    background: var(--bg-card, #fff);
    padding: 48px;
    box-shadow: var(--shadow-soft, 0 4px 16px rgba(0, 0, 0, 0.08));
    position: relative; color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .p2df1_b0c::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--brand-primary, #4ade80), var(--brand-secondary, #a855f7)); color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .p2df1_b0c h3{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--text-primary, #1a1a1a);
    }
div.u7a065_bafc.c3ec84f5_vt4v .p2df1_b0c p{
    font-size: 1rem;
    color: var(--text-primary, #1a1a1a);
    opacity: 0.8;
    line-height: 1.7;
    }
div.u7a065_bafc.c3ec84f5_vt4v .tbd2__418{
    padding: 100px 60px;
    background: var(--bg-card, #fff); color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .tbd2__418 h2{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    color: var(--text-primary, #1a1a1a);
    }
div.u7a065_bafc.c3ec84f5_vt4v .ra06ac1_41{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.u7a065_bafc.c3ec84f5_vt4v .z0c6__897f{
    width: 100%;
    height: 480px;
    object-fit: cover;
    box-shadow: var(--shadow-soft, 0 4px 16px rgba(0, 0, 0, 0.08));
    }
div.u7a065_bafc.c3ec84f5_vt4v .ea1471cc4fd{
    display: flex;
    flex-direction: column;
    gap: 32px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .platform-item{
    padding: 32px;
    background: var(--bg-base, #f5f5f5);
    border-left: 4px solid var(--brand-primary, #4ade80); color: #1a1a2e;}
div.u7a065_bafc.c3ec84f5_vt4v .platform-item h3{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-primary, #1a1a1a);
    }
div.u7a065_bafc.c3ec84f5_vt4v .platform-item p{
    font-size: 0.95rem;
    color: var(--text-primary, #1a1a1a);
    opacity: 0.75;
    }
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating{
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 20px 56px;
    background: linear-gradient(135deg, var(--brand-primary, #4ade80), var(--brand-secondary, #a855f7));
    color: #1a1a2e;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(74, 222, 128, 0.4);
    z-index: 100;
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(74, 222, 128, 0.5);
    }
div.u7a065_bafc.c3ec84f5_vt4v div.sa7052_64c9{
    padding: 60px 60px 40px;
    background: var(--text-primary, #1a1a1a);
    color: rgba(255, 255, 255, 0.7);
    }
div.u7a065_bafc.c3ec84f5_vt4v .xcsi69cedh{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .f4d2dc_jd2 h3{
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 16px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .f4d2dc_jd2 p{
    font-size: 0.95rem;
    line-height: 1.7;
    }
div.u7a065_bafc.c3ec84f5_vt4v .u38fa_03 h4{
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 600;
    }
div.u7a065_bafc.c3ec84f5_vt4v .u38fa_03 ul{
    list-style: none;
    }
div.u7a065_bafc.c3ec84f5_vt4v .u38fa_03 li{
    margin-bottom: 12px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .u38fa_03 a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
    }
div.u7a065_bafc.c3ec84f5_vt4v .u38fa_03 a:hover{
    color: var(--brand-primary, #4ade80);
    }
div.u7a065_bafc.c3ec84f5_vt4v .ab7f9c__a34f{
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    }
@media (max-width: 1024px) {div.u7a065_bafc.c3ec84f5_vt4v .x1b457a5_d6{
    grid-template-columns: 1fr;
    }
div.u7a065_bafc.c3ec84f5_vt4v .g18ccc639{
    padding: 60px 40px;
    }
div.u7a065_bafc.c3ec84f5_vt4v .g18ccc639 h1{
    text-align: left;
    }
div.u7a065_bafc.c3ec84f5_vt4v .g18ccc639 p{
    text-align: left;
    }
div.u7a065_bafc.c3ec84f5_vt4v .nc5b87__4f26{
    align-self: flex-start;
    }
div.u7a065_bafc.c3ec84f5_vt4v .g7q2osiwxs5{
    grid-template-columns: 1fr;
    }
div.u7a065_bafc.c3ec84f5_vt4v .ra06ac1_41{
    grid-template-columns: 1fr;
    }
div.u7a065_bafc.c3ec84f5_vt4v .xcsi69cedh{
    grid-template-columns: 1fr;
    gap: 40px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.u7a065_bafc img.jd12d35d626 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.u7a065_bafc img.jd12d35d626.n516__ebb3 { aspect-ratio: 16 / 9; }
div.u7a065_bafc img.jd12d35d626.n13b0747e { aspect-ratio: 16 / 10; }
div.u7a065_bafc img.jd12d35d626.i62d__ed5a { aspect-ratio: 4 / 3; }
div.u7a065_bafc img.jd12d35d626.rdade9_cd1c { aspect-ratio: 1 / 1; }
div.u7a065_bafc :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.u7a065_bafc .fe1c19ff2cb {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.u7a065_bafc .fe1c19ff2cb.n516__ebb3 { aspect-ratio: 16 / 9; }
div.u7a065_bafc .fe1c19ff2cb.n13b0747e { aspect-ratio: 16 / 10; }
div.u7a065_bafc .fe1c19ff2cb.i62d__ed5a { aspect-ratio: 4 / 3; }
div.u7a065_bafc .fe1c19ff2cb.rdade9_cd1c { aspect-ratio: 1 / 1; }
div.u7a065_bafc .fe1c19ff2cb > img.jd12d35d626,
    div.u7a065_bafc .fe1c19ff2cb > picture > img.jd12d35d626 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating a:not([class]):hover{opacity:0.92;}
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating a[class=""]:hover{opacity:0.92;}
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating a:not([class]):visited{color:#ffffff !important;}
div.u7a065_bafc.c3ec84f5_vt4v .cta-floating a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: Georgia, "Times New Roman", serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.s4eac5__38f25{
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.k2e81f_6e{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    }
.b5aec95_9f8l{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    }
.z2434984{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.z2434984 span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.n1382_5bc7{
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    }
.j467730_roz9{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    }
.j467730_roz9:hover{
    color: var(--text-color);
    }
.udc269a99b{
    background: var(--primary-color);
    color: #000000;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.udc269a99b:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
    }
@media (max-width: 768px){.z2434984{
    display: flex;
    }
.n1382_5bc7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--nav-bg);
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: none; color: #1a1a2e;}
.n1382_5bc7.active{
    display: flex;
    }
.n1382_5bc7 li{
    width: 100%;
    }
.j467730_roz9, .udc269a99b{
    display: block;
    padding: 14px 24px;
    width: 100%;
    }
.udc269a99b{
    margin: 8px 24px;
    width: calc(100% - 48px);
    text-align: center;
    }}
.udc269a99b.active{background: var(--secondary-color); color: #1a1a2e; box-shadow: var(--shadow-md);}
.j467730_roz9.active{color: var(--text-color);}
.j467730_roz9.active{color: var(--text-color);}
.udc269a99b.active{background: var(--secondary-color); color: #1a1a2e; box-shadow: var(--shadow-md);}
.u884e84_56{
    background: hsl(118, 8%, 92%);
    padding: 64px 0 32px;
    margin-top: 120px;
    border-top: 1px solid var(--border-color, hsl(118, 8%, 88%)); color: #1a1a2e;}
.wo8eepmylbop{
    max-width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    padding: 0 24px;
    }
.xcsi69cedh{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 48px;
    }
.f4d2dc_jd2{
    flex: 0 0 280px;
    }
.ymmv4z5jfg{
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color, hsl(118, 10%, 10%));
    margin-bottom: 12px;
    }
.debaea_80gc{
    font-size: 15px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    line-height: 1.6;
    margin: 0;
    }
.u38fa_03{
    display: flex;
    gap: 64px;
    flex: 1;
    }
.k26279807b{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.s3cj4vfj5ta8{
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, hsl(118, 10%, 10%));
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.w68ff45423{
    font-size: 15px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.w68ff45423:hover{
    color: var(--primary-color, hsl(118, 83%, 57%));
    }
.ab7f9c__a34f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, hsl(118, 8%, 88%));
    }
.x28a9b57_zf1u{
    font-size: 14px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    margin: 0;
    }
.h9e4e68f5{
    font-size: 13px;
    color: var(--text-muted, hsl(118, 10%, 45%));
    margin: 0;
    }
@media (max-width: 768px){.u884e84_56{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.xcsi69cedh{
    flex-direction: column;
    gap: 40px;
    }
.f4d2dc_jd2{
    flex: none;
    }
.u38fa_03{
    flex-direction: column;
    gap: 32px;
    }
.ab7f9c__a34f{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text-color);
  background: var(--bg-color);
}
.s4eac5__38f25{
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.k2e81f_6e{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.b5aec95_9f8l{
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.z2434984{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.z2434984 span{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.n1382_5bc7{
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.j467730_roz9{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
}
.j467730_roz9:hover{
  color: var(--text-color);
}
.udc269a99b{
  background: var(--primary-color);
  color: #000000;
  padding: 10px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.udc269a99b:hover{
  background: var(--secondary-color);
  color: #1a1a2e;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
@media (max-width: 768px){.z2434984{
    display: flex;
  }
.n1382_5bc7{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--nav-bg);
    flex-direction: column;
    gap: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: none; color: #1a1a2e;}
.n1382_5bc7.active{
    display: flex;
  }
.n1382_5bc7 li{
    width: 100%;
  }
.j467730_roz9, .udc269a99b{
    display: block;
    padding: 14px 24px;
    width: 100%;
  }
.udc269a99b{
    margin: 8px 24px;
    width: calc(100% - 48px);
    text-align: center;
  }}
.udc269a99b.active{background: var(--secondary-color); color: #1a1a2e; box-shadow: var(--shadow-md);}
.j467730_roz9.active{color: var(--text-color);}
.j467730_roz9.active{color: var(--text-color);}
.udc269a99b.active{background: var(--secondary-color); color: #1a1a2e; box-shadow: var(--shadow-md);}
.o0624b_6ebf{
  background: hsl(118, 8%, 92%);
  padding: 64px 0 32px;
  margin-top: 120px;
  border-top: 1px solid var(--border-color, hsl(118, 8%, 88%)); color: #1a1a2e;}
.zefd93569{
  max-width: var(--max-width, min(1200px, 92vw));
  margin: 0 auto;
  padding: 0 24px;
}
.g026618c6ce{
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 48px;
}
.h745584c730{
  flex: 0 0 280px;
}
.i96555_ce15{
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color, hsl(118, 10%, 10%));
  margin-bottom: 12px;
}
.a8b888_8957{
  font-size: 15px;
  color: var(--text-muted, hsl(118, 10%, 45%));
  line-height: 1.6;
  margin: 0;
}
.q869c9_72cc{
  display: flex;
  gap: 64px;
  flex: 1;
}
.i8ee__07ae{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rd70c36a6{
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color, hsl(118, 10%, 10%));
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dd34d35e36a{
  font-size: 15px;
  color: var(--text-muted, hsl(118, 10%, 45%));
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.dd34d35e36a:hover{
  color: var(--primary-color, hsl(118, 83%, 57%));
}
.oc1096c89{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, hsl(118, 8%, 88%));
}
.r7962c_c154{
  font-size: 14px;
  color: var(--text-muted, hsl(118, 10%, 45%));
  margin: 0;
}
.xe7674b9342{
  font-size: 13px;
  color: var(--text-muted, hsl(118, 10%, 45%));
  margin: 0;
}
@media (max-width: 768px){.o0624b_6ebf{
    padding: 48px 0 24px;
    margin-top: 80px;
  }
.g026618c6ce{
    flex-direction: column;
    gap: 40px;
  }
.h745584c730{
    flex: none;
  }
.q869c9_72cc{
    flex-direction: column;
    gap: 32px;
  }
.oc1096c89{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }}
.r2b4e0_6542{box-sizing:border-box;}
.ed8e8bae9{display:block;max-width:100%;height:auto;}
.dced__6dc3{box-sizing:border-box;}
.h6381dac6{box-sizing:border-box;}
@media (max-width: 768px) {.ab7f9c__a34f { 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; }}
@media (max-width: 768px) {div.u7a065_bafc.c3ec84f5_vt4v .cta-floating { right: 16px !important; left: auto !important; bottom: 16px !important; max-width: calc(100vw - 32px) !important; width: auto !important; padding: 12px 18px !important; font-size: 0.95rem !important; border-radius: 18px !important; }}