:root {

  --faq-bg: var(--bg-color, hsl(118, 8%, 96%));
  --faq-text: var(--text-color, hsl(118, 10%, 10%));
  --faq-primary: var(--primary-color, hsl(118, 83%, 57%));
  --faq-secondary: var(--secondary-color, hsl(275, 66%, 57%));
  --faq-border-width: 3px;
  --faq-border: var(--faq-border-width) solid var(--faq-text);
  --faq-font-serif: "Georgia", "Times New Roman", serif;
  --faq-font-sans: "Helvetica Neue", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
  --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%);
  --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.u7a065_bafc.df895__fe1.m8fdd__54849{
    background-color: var(--faq-bg);
    color: var(--faq-text);
    font-family: var(--faq-font-sans);
    line-height: 1.6;
    position: relative;
    padding-bottom: 5rem;
    overflow-x: hidden;
    }
div.u7a065_bafc.df895__fe1.m8fdd__54849 h1, div.u7a065_bafc.df895__fe1.m8fdd__54849 h2, div.u7a065_bafc.df895__fe1.m8fdd__54849 h3{
    font-family: var(--faq-font-serif);
    color: var(--faq-text);
    margin-top: 0;
    }
div.u7a065_bafc.df895__fe1.m8fdd__54849 p{
    margin: 0 0 1rem 0;
    color: #222;
    }
div.u7a065_bafc.df895__fe1.m8fdd__54849 a{
    color: var(--faq-text);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: var(--faq-primary);
    font-weight: bold;
    transition: all 0.2s ease;
    }
div.u7a065_bafc.df895__fe1.m8fdd__54849 a:hover{
    background-color: var(--faq-primary);
    color: #000;
    }
div.u7a065_bafc.df895__fe1 .q334b_92f{
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 5rem 2rem;
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: var(--faq-border);
    }
@media(min-width: 992px) {div.u7a065_bafc.df895__fe1 .q334b_92f{
    flex-direction: row;
    align-items: stretch;
    }}
div.u7a065_bafc.df895__fe1 .s0483e_a2{
    flex: 1;
    border: var(--faq-border);
    box-shadow: 12px 12px 0 var(--faq-primary);
    background-color: #fff;
    position: relative; color: #1a1a2e;}
div.u7a065_bafc.df895__fe1 .s0483e_a2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    display: block;
    }
div.u7a065_bafc.df895__fe1 .t7hiyfy6uo1{
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
div.u7a065_bafc.df895__fe1 .t7hiyfy6uo1 h1{
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.u7a065_bafc.df895__fe1 .t7hiyfy6uo1 .zbc21kowc7j3{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    }
div.u7a065_bafc.df895__fe1 .z7ad47__794c{
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 5rem 2rem;
    max-width: 1280px;
    margin: 0 auto;
    }
@media(min-width: 992px) {div.u7a065_bafc.df895__fe1 .z7ad47__794c{
    grid-template-columns: 300px 1fr;
    }}
div.u7a065_bafc.df895__fe1 .r09b601h{
    text-align: left;
    border-right: none;
    padding-right: 0;
    }
@media(min-width: 992px) {div.u7a065_bafc.df895__fe1 .r09b601h{
    border-right: var(--faq-border);
    padding-right: 2rem;
    }}
div.u7a065_bafc.df895__fe1 .r09b601h h2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    }
div.u7a065_bafc.df895__fe1 .r09b601h h2::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 50%;
    height: 4px;
    background-color: var(--faq-secondary); color: #1a1a2e;}
div.u7a065_bafc.df895__fe1 .r09b601h ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.u7a065_bafc.df895__fe1 .r09b601h li{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    cursor: pointer;
    transition: transform 0.2s ease;
    }
div.u7a065_bafc.df895__fe1 .r09b601h li:hover{
    transform: translateX(-10px);
    color: var(--faq-primary);
    }
div.u7a065_bafc.df895__fe1 .tdb958vmq63d{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    }
div.u7a065_bafc.df895__fe1 .ue753b_750{
    border: var(--faq-border);
    background-color: var(--faq-secondary);
    color: #1a1a2e;
    padding: 2rem;
    text-align: left;
    box-shadow: -8px 8px 0 var(--faq-text);
    }
div.u7a065_bafc.df895__fe1 .ue753b_750 strong{
    font-family: var(--faq-font-serif);
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.5rem;
    }
div.u7a065_bafc.df895__fe1 .ue753b_750 p{
    color: #fff;
    margin: 0;
    font-size: 1.1rem;
    }
div.u7a065_bafc.df895__fe1 .c0d00790{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    }
@media(min-width: 768px) {div.u7a065_bafc.df895__fe1 .c0d00790{
    grid-template-columns: repeat(2, 1fr);
    }}
div.u7a065_bafc.df895__fe1 .r385c671b{
    border: var(--faq-border);
    background-color: #fff;
    padding: 2rem;
    box-shadow: 8px 8px 0 var(--faq-bg), 8px 8px 0 var(--faq-border-width) var(--faq-text);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.u7a065_bafc.df895__fe1 .r385c671b:hover{
    transform: translate(-4px, -4px);
    box-shadow: 12px 12px 0 var(--faq-primary), 12px 12px 0 calc(var(--faq-border-width) + 12px) var(--faq-text);
    }
div.u7a065_bafc.df895__fe1 .r385c671b h3{
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px dashed var(--faq-text);
    text-align: left;
    }
div.u7a065_bafc.df895__fe1 .r385c671b p{
    font-size: 1rem;
    color: #333;
    flex-grow: 1;
    }
div.u7a065_bafc.df895__fe1 .e9f1dab2_8i{
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    background-color: var(--faq-primary);
    color: #000;
    padding: 1.25rem 2.5rem;
    font-family: var(--faq-font-sans);
    font-weight: 900;
    font-size: 1.2rem;
    text-decoration: none;
    border: var(--faq-border);
    box-shadow: 8px 8px 0 var(--faq-text);
    z-index: 999;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
div.u7a065_bafc.df895__fe1 .e9f1dab2_8i:hover{
    transform: translate(-4px, -4px);
    box-shadow: 12px 12px 0 var(--faq-text);
    background-color: #fff;
    color: var(--faq-text);
    }
*{
    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;
    }}
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.df895__fe1 .s0483e_a2 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.u7a065_bafc.df895__fe1 .s0483e_a2 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.u7a065_bafc.df895__fe1 .s0483e_a2 a:not([class]):hover{opacity:0.92;}
div.u7a065_bafc.df895__fe1 .s0483e_a2 a[class=""]:hover{opacity:0.92;}
div.u7a065_bafc.df895__fe1 .s0483e_a2 a:not([class]):visited{color:#ffffff !important;}
div.u7a065_bafc.df895__fe1 .s0483e_a2 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;}
.sa7052_64c9{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.df895__fe1 .e9f1dab2_8i { 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; }}