:root {

  --sz-primary: var(--primary-color, hsl(248, 67%, 58%));
  --sz-secondary: var(--secondary-color, hsl(347, 53%, 58%));
  --sz-text-main: var(--text-color, hsl(248, 10%, 13%));
  --sz-text-muted: var(--text-muted-color, hsl(248, 8%, 40%));
  --sz-bg-page: var(--bg-color, hsl(248, 6%, 95%));
  --sz-bg-surface: var(--surface-color, hsl(0, 0%, 100%));
  --sz-border-color: var(--border-color, hsl(248, 15%, 85%));
  --sz-container-max: 1200px;
  --sz-content-max: 680px;
  --sz-radius: 2px;
  --sz-spacing-section: 120px;
  --sz-spacing-block: 48px;
  --primary-color: hsl(248, 67%, 58%);
  --secondary-color: hsl(347, 53%, 58%);
  --bg-color: hsl(248, 6%, 95%);
  --text-color: hsl(248, 10%, 13%);
  --text-muted: hsl(248, 10%, 40%);
  --border-color: rgba(30, 30, 36, 0.12);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 8px rgba(30, 30, 36, 0.04);
  --shadow-md: 0 4px 16px rgba(30, 30, 36, 0.08);
  --shadow-lg: 0 8px 32px rgba(30, 30, 36, 0.12);
  --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;
  --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.y5573f7c9.ps6g9fyz{
    background-color: var(--sz-bg-page);
    color: var(--sz-text-main);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-top: 60px; 
    }
div.y5573f7c9.ps6g9fyz h1, div.y5573f7c9.ps6g9fyz h2, div.y5573f7c9.ps6g9fyz h3, div.y5573f7c9.ps6g9fyz h4{
    font-family: "Noto Serif SC", "Songti SC", serif; 
    margin-top: 0;
    color: var(--sz-text-main);
    font-weight: 700;
    }
div.y5573f7c9.ps6g9fyz a{
    color: var(--sz-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
    }
div.y5573f7c9.ps6g9fyz a:hover{
    color: var(--sz-secondary);
    }
div.y5573f7c9.ps6g9fyz .r2d92bc_ef0{
    max-width: var(--sz-container-max);
    margin: 0 auto;
    padding: 0 5vw;
    box-sizing: border-box;
    }
div.y5573f7c9.ps6g9fyz .ff9cfcm878{
    max-width: var(--sz-content-max);
    
    }
div.y5573f7c9.ps6g9fyz .bcfeb1fd6b0{
    padding: var(--sz-spacing-section) 0 80px 0;
    border-bottom: 1px solid var(--sz-border-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.y5573f7c9.ps6g9fyz .bcfeb1fd6b0 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.y5573f7c9.ps6g9fyz .bcfeb1fd6b0 .slogan{
    font-size: 1.25rem;
    color: var(--sz-primary);
    font-weight: 600;
    margin-bottom: 24px;
    }
div.y5573f7c9.ps6g9fyz .bcfeb1fd6b0 .intro{
    font-size: 1.125rem;
    color: var(--sz-text-muted);
    margin-bottom: 40px;
    max-width: var(--sz-content-max);
    }
div.y5573f7c9.ps6g9fyz .ea0jf0de{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--sz-radius);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    }
div.y5573f7c9.ps6g9fyz .adc75__a50{
    background-color: var(--sz-primary);
    color: #1a1a2e;
    box-shadow: 0 4px 12px rgba(90, 74, 227, 0.3);
    }
div.y5573f7c9.ps6g9fyz .adc75__a50:hover{
    background-color: var(--sz-secondary);
    box-shadow: 0 6px 16px rgba(219, 77, 109, 0.4);
    transform: translateY(-2px); color: #1a1a2e;}
div.y5573f7c9.ps6g9fyz .d48b2b815{
    padding: var(--sz-spacing-section) 0;
    border-bottom: 1px solid var(--sz-border-color);
    }
div.y5573f7c9.ps6g9fyz .d48b2b815:nth-child(even){
    background-color: var(--sz-bg-surface); color: #1a1a2e;}
div.y5573f7c9.ps6g9fyz .xjndi32ukw8{
    margin-bottom: var(--sz-spacing-block);
    max-width: var(--sz-content-max);
    }
div.y5573f7c9.ps6g9fyz .xjndi32ukw8 h2{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.y5573f7c9.ps6g9fyz .xjndi32ukw8 p{
    font-size: 1.125rem;
    color: var(--sz-text-muted);
    }
div.y5573f7c9.ps6g9fyz .i13be16_6wib{
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    }
@media (min-width: 992px) {div.y5573f7c9.ps6g9fyz .i13be16_6wib{
    grid-template-columns: 1fr 1fr;
    align-items: start;
    }}
div.y5573f7c9.ps6g9fyz .j9e5__ef8b img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--sz-radius);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    display: block;
    }
div.y5573f7c9.ps6g9fyz .nizwup5dn h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    }
div.y5573f7c9.ps6g9fyz .nizwup5dn p{
    margin-bottom: 24px;
    color: var(--sz-text-muted);
    }
div.y5573f7c9.ps6g9fyz .kcbeae891b8{
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    }
div.y5573f7c9.ps6g9fyz .kcbeae891b8 li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: var(--sz-text-main);
    }
div.y5573f7c9.ps6g9fyz .kcbeae891b8 li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--sz-primary);
    font-size: 0.8rem;
    }
div.y5573f7c9.ps6g9fyz .xe24bcf{
    background-color: var(--sz-bg-page);
    border: 1px solid var(--sz-border-color);
    padding: 40px;
    border-radius: var(--sz-radius);
    margin-top: 40px; color: #1a1a2e;}
div.y5573f7c9.ps6g9fyz .xe24bcf h4{
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--sz-primary);
    }
div.y5573f7c9.ps6g9fyz .l4ruhm1hv{
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    }
div.y5573f7c9.ps6g9fyz .l4ruhm1hv:last-child{
    margin-bottom: 0;
    }
div.y5573f7c9.ps6g9fyz .laf02e_u4{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: var(--sz-text-main);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: var(--sz-radius);
    margin-right: 16px;
    font-family: "Noto Serif SC", serif;
    }
div.y5573f7c9.ps6g9fyz .ac17__591{
    padding: var(--sz-spacing-section) 0;
    background-color: var(--sz-text-main);
    color: var(--sz-bg-page);
    }
div.y5573f7c9.ps6g9fyz .ac17__591 h2, div.y5573f7c9.ps6g9fyz .ac17__591 h3{
    color: #ffffff;
    }
div.y5573f7c9.ps6g9fyz .ac17__591 .ff9cfcm878{
    margin-bottom: 40px;
    }
div.y5573f7c9.ps6g9fyz .ac17__591 p{
    color: rgba(255,255,255,0.8);
    font-size: 1.125rem;
    }
div.y5573f7c9.ps6g9fyz .t4ae181_1f0{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    }
div.y5573f7c9.ps6g9fyz .o53fb2__c3e{
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: none;
    }
div.y5573f7c9.ps6g9fyz .o53fb2__c3e:hover{
    border-color: #ffffff;
    background-color: rgba(255,255,255,0.1); color: #1a1a2e;}
div.y5573f7c9.ps6g9fyz .ff1873a179d{
    padding: 60px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    background-color: var(--sz-text-main);
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    }
.nce7c4__27fc{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e;}
.i044c87_s1{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.i3njvvp9ii{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-bottom: 60px;
    }
.r36bc18_ab{
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    }
.chz9s2nx{
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.fe0b2_5df{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    line-height: 1.2;
    }
.y52b4159_isy{
    flex: 0 0 auto;
    width: 100%;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    }
.z3a5b2_db2{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.n0111_e77{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.n0111_e77:hover{
    background-color: var(--text-color);
    color: #ffffff;
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    }
.oda0b511_9xo{
    flex: 0 0 1px;
    width: 100%;
    background-color: var(--border-color);
    margin: 0 0 32px 0; color: #ffffff;}
.re815b5_5l{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
.ldf5a4_093{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.y2b1b69_ei{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.nce7c4__27fc{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.i3njvvp9ii{
    flex-direction: column;
    gap: 48px;
    margin-bottom: 40px;
    }
.r36bc18_ab{
    flex: 1 1 auto;
    width: 100%;
    }
.chz9s2nx{
    flex: 1 1 auto;
    width: 100%;
    }
.re815b5_5l{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
*{
    box-sizing: border-box;
    }
body{
    margin: 0;
    font-family: "Playfair Display", "Noto Serif SC", "Times New Roman", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.uf4509_e8{
    background-color: var(--nav-bg);
    height: var(--nav-height);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.cd9b29ce{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.tfrksuli0h{
    font-family: "Playfair Display", "Noto Serif SC", "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    margin-right: 2.5rem;
    }
.h53d3a3_9556{
    display: none;
    }
.kwwmzzqm80a{
    display: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    }
.l74f71b3e{
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.l74f71b3e::before, .l74f71b3e::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.l74f71b3e::before{ top: -8px; }
.l74f71b3e::after{ bottom: -8px; }
.y30904__1bd4{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    }
.ddsudu2qm{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    }
.a07415de1{
    display: flex;
    align-items: center;
    }
.ovhpgbbbksw{
    color: var(--text-color);
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    opacity: 0.85;
    }
.ovhpgbbbksw::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ovhpgbbbksw:hover{
    color: var(--primary-color);
    opacity: 1;
    }
.ovhpgbbbksw:hover::after{
    width: 100%;
    }
.wr552igy{
    display: flex;
    align-items: center;
    margin-left: 2rem;
    flex-shrink: 0;
    }
.duslz0kyb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0 1.5rem;
    height: 44px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: var(--radius-sm);
    border: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.duslz0kyb:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 1080px){.ddsudu2qm {
    gap: 1rem;
    }
.ovhpgbbbksw {
    font-size: 0.85rem;
    }}
@media (max-width: 860px){.kwwmzzqm80a {
    display: block;
    }
.y30904__1bd4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 4vw; 
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition); color: #1a1a2e;}
.h53d3a3_9556:checked ~ .y30904__1bd4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.ddsudu2qm {
    flex-direction: column;
    width: 100%;
    gap: 1.25rem;
    margin-bottom: 2rem;
    }
.ovhpgbbbksw {
    display: block;
    font-size: 1.1rem;
    padding: 0.25rem 0;
    }
.wr552igy {
    margin-left: 0;
    width: 100%;
    }
.duslz0kyb {
    width: 100%;
    }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e {
    background-color: transparent;
    }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e::before {
    transform: rotate(45deg);
    top: 0;
    }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
.ovhpgbbbksw.active{color: var(--primary-color); opacity: 1;}
@media (min-width: 1081px){.uf4509_e8 #nt4b5b6764a5, .uf4509_e8 label[for="nt4b5b6764a5"]{ display: none !important; }}
@media (min-width: 1081px){.uf4509_e8 .y30904__1bd4{ 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: 1081px){.uf4509_e8 .y30904__1bd4{ 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: 1081px){.uf4509_e8 .y30904__1bd4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ovhpgbbbksw.active {color: var(--primary-color); opacity: 1;}
#nt4b5b6764a5:checked ~ .y30904__1bd4 { right: 0 !important; left: auto !important; }
@media (max-width: 1080px) {.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4 { 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: 1080px) {#nt4b5b6764a5:checked ~ .y30904__1bd4 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1081px) {.uf4509_e8.ha9fc8_a1b8 #nt4b5b6764a5, .uf4509_e8.ha9fc8_a1b8 label[for="nt4b5b6764a5"] { display: none !important; }}
@media (min-width: 1081px) {.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4 { 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: 1081px) {.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4 { 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: 1081px) {.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4 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.y5573f7c9 img.f8209b5f222 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.y5573f7c9 img.f8209b5f222.z99f37d4b { aspect-ratio: 16 / 9; }
div.y5573f7c9 img.f8209b5f222.g373d012d { aspect-ratio: 16 / 10; }
div.y5573f7c9 img.f8209b5f222.u959__4a2a { aspect-ratio: 4 / 3; }
div.y5573f7c9 img.f8209b5f222.v75247a5fa4 { aspect-ratio: 1 / 1; }
div.y5573f7c9 :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.y5573f7c9 .qeb9__8ecf {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.y5573f7c9 .qeb9__8ecf.z99f37d4b { aspect-ratio: 16 / 9; }
div.y5573f7c9 .qeb9__8ecf.g373d012d { aspect-ratio: 16 / 10; }
div.y5573f7c9 .qeb9__8ecf.u959__4a2a { aspect-ratio: 4 / 3; }
div.y5573f7c9 .qeb9__8ecf.v75247a5fa4 { aspect-ratio: 1 / 1; }
div.y5573f7c9 .qeb9__8ecf > img.f8209b5f222,
    div.y5573f7c9 .qeb9__8ecf > picture > img.f8209b5f222 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.y5573f7c9.ps6g9fyz .adc75__a50 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.y5573f7c9.ps6g9fyz .adc75__a50 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.y5573f7c9.ps6g9fyz .adc75__a50 a:not([class]):hover{opacity:0.92;}
div.y5573f7c9.ps6g9fyz .adc75__a50 a[class=""]:hover{opacity:0.92;}
div.y5573f7c9.ps6g9fyz .adc75__a50 a:not([class]):visited{color:#ffffff !important;}
div.y5573f7c9.ps6g9fyz .adc75__a50 a[class=""]:visited{color:#ffffff !important;}
.y66397e6e31 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.y66397e6e31 > :first-child,
    .y66397e6e31 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    }
body{
    margin: 0;
    font-family: "Playfair Display", "Noto Serif SC", "Times New Roman", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.uf4509_e8{
    background-color: var(--nav-bg);
    height: var(--nav-height);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.cd9b29ce{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.tfrksuli0h{
    font-family: "Playfair Display", "Noto Serif SC", "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    margin-right: 2.5rem;
    }
.h53d3a3_9556{
    display: none;
    }
.kwwmzzqm80a{
    display: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    }
.l74f71b3e{
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.l74f71b3e::before, .l74f71b3e::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.l74f71b3e::before{ top: -8px; }
.l74f71b3e::after{ bottom: -8px; }
.y30904__1bd4{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    }
.ddsudu2qm{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
    }
.a07415de1{
    display: flex;
    align-items: center;
    }
.ovhpgbbbksw{
    color: var(--text-color);
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    opacity: 0.85;
    }
.ovhpgbbbksw::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.ovhpgbbbksw:hover{
    color: var(--primary-color);
    opacity: 1;
    }
.ovhpgbbbksw:hover::after{
    width: 100%;
    }
.wr552igy{
    display: flex;
    align-items: center;
    margin-left: 2rem;
    flex-shrink: 0;
    }
.duslz0kyb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0 1.5rem;
    height: 44px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: var(--radius-sm);
    border: none;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.duslz0kyb:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 1080px){.ddsudu2qm {
    gap: 1rem;
    }
.ovhpgbbbksw {
    font-size: 0.85rem;
    }}
@media (max-width: 860px){.kwwmzzqm80a {
    display: block;
    }
.y30904__1bd4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 4vw; 
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition); color: #1a1a2e;}
.h53d3a3_9556:checked ~ .y30904__1bd4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.ddsudu2qm {
    flex-direction: column;
    width: 100%;
    gap: 1.25rem;
    margin-bottom: 2rem;
    }
.ovhpgbbbksw {
    display: block;
    font-size: 1.1rem;
    padding: 0.25rem 0;
    }
.wr552igy {
    margin-left: 0;
    width: 100%;
    }
.duslz0kyb {
    width: 100%;
    }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e {
    background-color: transparent;
    }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e::before {
    transform: rotate(45deg);
    top: 0;
    }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
.ovhpgbbbksw.active{color: var(--primary-color); opacity: 1;}
@media (min-width: 1081px){.uf4509_e8 #nt4b5b6764a5, .uf4509_e8 label[for="nt4b5b6764a5"]{ display: none !important; }}
@media (min-width: 1081px){.uf4509_e8 .y30904__1bd4{ 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: 1081px){.uf4509_e8 .y30904__1bd4{ 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: 1081px){.uf4509_e8 .y30904__1bd4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ovhpgbbbksw.active{color: var(--primary-color); opacity: 1;}
#nt4b5b6764a5:checked ~ .y30904__1bd4{ right: 0 !important; left: auto !important; }
@media (max-width: 1080px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4{ 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: 1080px){#nt4b5b6764a5:checked ~ .y30904__1bd4{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1081px){.uf4509_e8.ha9fc8_a1b8 #nt4b5b6764a5, .uf4509_e8.ha9fc8_a1b8 label[for="nt4b5b6764a5"]{ display: none !important; }}
@media (min-width: 1081px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4{ 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: 1081px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4{ 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: 1081px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nce7c4__27fc{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e;}
.i044c87_s1{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.i3njvvp9ii{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-bottom: 60px;
    }
.r36bc18_ab{
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    }
.chz9s2nx{
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.fe0b2_5df{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    line-height: 1.2;
    }
.y52b4159_isy{
    flex: 0 0 auto;
    width: 100%;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    }
.z3a5b2_db2{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
.n0111_e77{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.n0111_e77:hover{
    background-color: var(--text-color);
    color: #ffffff;
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
    }
.oda0b511_9xo{
    flex: 0 0 1px;
    width: 100%;
    background-color: var(--border-color);
    margin: 0 0 32px 0; color: #ffffff;}
.re815b5_5l{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
.ldf5a4_093{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.y2b1b69_ei{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.nce7c4__27fc{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.i3njvvp9ii{
    flex-direction: column;
    gap: 48px;
    margin-bottom: 40px;
    }
.r36bc18_ab{
    flex: 1 1 auto;
    width: 100%;
    }
.chz9s2nx{
    flex: 1 1 auto;
    width: 100%;
    }
.re815b5_5l{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    }}
*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: "Playfair Display", "Noto Serif SC", "Times New Roman", serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.uf4509_e8{
  background-color: var(--nav-bg);
  height: var(--nav-height);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.cd9b29ce{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tfrksuli0h{
  font-family: "Playfair Display", "Noto Serif SC", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
.h53d3a3_9556{
  display: none;
}
.kwwmzzqm80a{
  display: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}
.l74f71b3e{
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.l74f71b3e::before, .l74f71b3e::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.l74f71b3e::before{ top: -8px; }
.l74f71b3e::after{ bottom: -8px; }
.y30904__1bd4{
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
.ddsudu2qm{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
.a07415de1{
  display: flex;
  align-items: center;
}
.ovhpgbbbksw{
  color: var(--text-color);
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 0.5rem 0;
  opacity: 0.85;
}
.ovhpgbbbksw::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.ovhpgbbbksw:hover{
  color: var(--primary-color);
  opacity: 1;
}
.ovhpgbbbksw:hover::after{
  width: 100%;
}
.wr552igy{
  display: flex;
  align-items: center;
  margin-left: 2rem;
  flex-shrink: 0;
}
.duslz0kyb{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0 1.5rem;
  height: 44px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: var(--radius-sm);
  border: none;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.duslz0kyb:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px); color: #1a1a2e;}
@media (max-width: 1080px){.ddsudu2qm {
    gap: 1rem;
  }
.ovhpgbbbksw {
    font-size: 0.85rem;
  }}
@media (max-width: 860px){.kwwmzzqm80a {
    display: block;
  }
.y30904__1bd4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 4vw; 
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition); color: #1a1a2e;}
.h53d3a3_9556:checked ~ .y30904__1bd4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.ddsudu2qm {
    flex-direction: column;
    width: 100%;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
.ovhpgbbbksw {
    display: block;
    font-size: 1.1rem;
    padding: 0.25rem 0;
  }
.wr552igy {
    margin-left: 0;
    width: 100%;
  }
.duslz0kyb {
    width: 100%;
  }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e {
    background-color: transparent;
  }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e::before {
    transform: rotate(45deg);
    top: 0;
  }
.h53d3a3_9556:checked + .kwwmzzqm80a .l74f71b3e::after {
    transform: rotate(-45deg);
    bottom: 0;
  }}
.ovhpgbbbksw.active{color: var(--primary-color); opacity: 1;}
@media (min-width: 1081px){.uf4509_e8 #nt4b5b6764a5, .uf4509_e8 label[for="nt4b5b6764a5"]{ display: none !important; }}
@media (min-width: 1081px){.uf4509_e8 .y30904__1bd4{ 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: 1081px){.uf4509_e8 .y30904__1bd4{ 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: 1081px){.uf4509_e8 .y30904__1bd4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ovhpgbbbksw.active{color: var(--primary-color); opacity: 1;}
#nt4b5b6764a5:checked ~ .y30904__1bd4{ right: 0 !important; left: auto !important; }
@media (max-width: 1080px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4{ 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: 1080px){#nt4b5b6764a5:checked ~ .y30904__1bd4{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1081px){.uf4509_e8.ha9fc8_a1b8 #nt4b5b6764a5, .uf4509_e8.ha9fc8_a1b8 label[for="nt4b5b6764a5"]{ display: none !important; }}
@media (min-width: 1081px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4{ 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: 1081px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4{ 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: 1081px){.uf4509_e8.ha9fc8_a1b8 .y30904__1bd4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nb888f32b0d{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e;}
.w233__fc12{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.pd3281024{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-bottom: 60px;
}
.q0d665bd510{
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
}
.l53573_dda1{
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.b08315_538d{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 16px 0;
    line-height: 1.2;
}
.ne4b__e208{
    flex: 0 0 auto;
    width: 100%;
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}
.mbe767e08{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.rad49b_2e15{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}
.rad49b_2e15:hover{
    background-color: var(--text-color);
    color: #ffffff;
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}
.sa74__6e0a{
    flex: 0 0 1px;
    width: 100%;
    background-color: var(--border-color);
    margin: 0 0 32px 0; color: #ffffff;}
.j5c690e4ac2{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.a149c5299{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}
.yee4__84e2{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}
@media (max-width: 768px){.nb888f32b0d{
        padding-top: 60px;
        padding-bottom: 32px;
    }
.pd3281024{
        flex-direction: column;
        gap: 48px;
        margin-bottom: 40px;
    }
.q0d665bd510{
        flex: 1 1 auto;
        width: 100%;
    }
.l53573_dda1{
        flex: 1 1 auto;
        width: 100%;
    }
.j5c690e4ac2{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }}
.hd292a8b5{box-sizing:border-box;}
.e372aa703dc{box-sizing:border-box;}
.b47bc6ca71d{box-sizing:border-box;}
@media (max-width: 768px) {.re815b5_5l { 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; }}