:root {

  --sz-color-primary: hsl(248, 67%, 58%);
  --sz-color-primary-hover: hsl(248, 75%, 52%);
  --sz-color-secondary: hsl(347, 53%, 58%);
  --sz-color-text-main: hsl(248, 10%, 13%);
  --sz-color-text-muted: hsl(248, 10%, 40%);
  --sz-color-bg-base: hsl(248, 6%, 98%);
  --sz-color-bg-surface: #ffffff;
  --sz-color-border: hsl(248, 10%, 88%);
  --sz-layout-max-width: 1200px;
  --sz-spacing-section: 120px;
  --sz-font-heading: "Georgia", "Times New Roman", "Songti SC", "STSong", serif;
  --sz-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --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.l7e74__b3f *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.y5573f7c9.l7e74__b3f{
    font-family: var(--sz-font-body);
    color: var(--text-color, var(--sz-color-text-main));
    background-color: var(--bg-color, var(--sz-color-bg-base));
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    }
div.y5573f7c9.l7e74__b3f h1, div.y5573f7c9.l7e74__b3f h2, div.y5573f7c9.l7e74__b3f h3, div.y5573f7c9.l7e74__b3f h4{
    font-family: var(--sz-font-heading);
    color: var(--sz-color-text-main);
    font-weight: normal;
    }
div.y5573f7c9.l7e74__b3f a{
    color: var(--sz-color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    }
div.y5573f7c9.l7e74__b3f a:hover{
    color: var(--sz-color-primary-hover);
    }
div.y5573f7c9.l7e74__b3f .vstki5x2{
    max-width: var(--sz-layout-max-width);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    }
div.y5573f7c9.l7e74__b3f .p710447_eca{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 500;
    background-color: var(--sz-color-primary);
    color: #1a1a2e;
    border: none;
    border-radius: 2px; 
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(101, 84, 235, 0.2);
    }
div.y5573f7c9.l7e74__b3f .p710447_eca:hover{
    background-color: var(--sz-color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(101, 84, 235, 0.3); color: #ffffff;}
div.y5573f7c9.l7e74__b3f .iac957_e21e{
    background-color: transparent;
    color: var(--sz-color-text-main) !important;
    border: 1px solid var(--sz-color-border);
    box-shadow: none;
    }
div.y5573f7c9.l7e74__b3f .iac957_e21e:hover{
    background-color: var(--sz-color-bg-base);
    color: #1a1a2e;
    border-color: var(--sz-color-primary);
    transform: translateY(0);
    box-shadow: none;
    }
div.y5573f7c9.l7e74__b3f .le9efda7728{
    padding: 100px 0 80px;
    background-color: var(--sz-color-bg-surface);
    border-bottom: 1px solid var(--sz-color-border); color: #1a1a2e;}
div.y5573f7c9.l7e74__b3f .w5c6e4a{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.y5573f7c9.l7e74__b3f .ta02__4e9fa{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }
div.y5573f7c9.l7e74__b3f .le9efda7728 h1{
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.y5573f7c9.l7e74__b3f .le9efda7728 p{
    font-size: 1.125rem;
    color: var(--sz-color-text-muted);
    margin-bottom: 40px;
    max-width: 680px;
    }
div.y5573f7c9.l7e74__b3f .ff247e2bb{position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background-color: var(--sz-color-bg-base);
    border: 1px solid var(--sz-color-border);
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
div.y5573f7c9.l7e74__b3f .ff247e2bb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.y5573f7c9.l7e74__b3f .y7054972d6a{
    padding: var(--sz-spacing-section) 0;
    }
div.y5573f7c9.l7e74__b3f .e422f2c{
    margin-bottom: 64px;
    text-align: left; 
    max-width: 800px;
    }
div.y5573f7c9.l7e74__b3f .e422f2c h2{
    font-size: 2.25rem;
    margin-bottom: 16px;
    }
div.y5573f7c9.l7e74__b3f .e422f2c p{
    font-size: 1.125rem;
    color: var(--sz-color-text-muted);
    }
div.y5573f7c9.l7e74__b3f .od9012a3d41{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }
div.y5573f7c9.l7e74__b3f .b5bd27d9_bxm{
    background-color: var(--sz-color-bg-surface);
    padding: 40px 32px;
    border: 1px solid var(--sz-color-border);
    border-top: 4px solid var(--sz-color-primary);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.3s ease; color: #1a1a2e;}
div.y5573f7c9.l7e74__b3f .b5bd27d9_bxm:hover{
    transform: translateY(-4px);
    }
div.y5573f7c9.l7e74__b3f .qiukqzxcy3n0{
    font-family: var(--sz-font-heading);
    font-size: 1.5rem;
    color: var(--sz-color-primary);
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid var(--sz-color-primary);
    padding-bottom: 4px;
    }
div.y5573f7c9.l7e74__b3f .b5bd27d9_bxm h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    font-family: var(--sz-font-body);
    font-weight: 600;
    }
div.y5573f7c9.l7e74__b3f .b5bd27d9_bxm p{
    color: var(--sz-color-text-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
    }
div.y5573f7c9.l7e74__b3f .aa0b1_91{
    background-color: var(--sz-color-text-main);
    color: #ffffff;
    padding: 100px 0;
    }
div.y5573f7c9.l7e74__b3f .aa0b1_91 h2, div.y5573f7c9.l7e74__b3f .aa0b1_91 h3{
    color: #ffffff;
    }
div.y5573f7c9.l7e74__b3f .rgu66hr1{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    }
div.y5573f7c9.l7e74__b3f .k3dff7_3a1{
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 32px;
    }
div.y5573f7c9.l7e74__b3f .of0xt12xmbhw{
    margin-bottom: 32px;
    }
div.y5573f7c9.l7e74__b3f .of0xt12xmbhw:last-child{
    margin-bottom: 0;
    }
div.y5573f7c9.l7e74__b3f .of0xt12xmbhw h3{
    font-family: var(--sz-font-body);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.9);
    }
div.y5573f7c9.l7e74__b3f .of0xt12xmbhw p{
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    }
div.y5573f7c9.l7e74__b3f .f381ed5_8db0{
    background-color: var(--sz-color-bg-surface); color: #1a1a2e;}
div.y5573f7c9.l7e74__b3f .n057055b{
    max-width: 800px;
    border-top: 1px solid var(--sz-color-border);
    }
div.y5573f7c9.l7e74__b3f .a88d16bab4c{
    padding: 32px 0;
    border-bottom: 1px solid var(--sz-color-border);
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    }
div.y5573f7c9.l7e74__b3f .a88d16bab4c h3{
    font-family: var(--sz-font-body);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--sz-color-text-main);
    }
div.y5573f7c9.l7e74__b3f .a88d16bab4c p{
    color: var(--sz-color-text-muted);
    font-size: 0.95rem;
    }
div.y5573f7c9.l7e74__b3f .i1b43_e3{
    padding: 100px 0;
    text-align: left;
    background-color: var(--sz-color-bg-base);
    border-top: 1px solid var(--sz-color-border); color: #1a1a2e;}
div.y5573f7c9.l7e74__b3f .k0c871__060cd{
    max-width: 680px;
    }
div.y5573f7c9.l7e74__b3f .i1b43_e3 h2{
    font-size: 2.25rem;
    margin-bottom: 24px;
    }
div.y5573f7c9.l7e74__b3f .i1b43_e3 p{
    font-size: 1.125rem;
    color: var(--sz-color-text-muted);
    margin-bottom: 40px;
    }
@media (max-width: 992px) {div.y5573f7c9.l7e74__b3f .w5c6e4a, div.y5573f7c9.l7e74__b3f .rgu66hr1{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.y5573f7c9.l7e74__b3f .ff247e2bb{
    order: -1; 
    }
div.y5573f7c9.l7e74__b3f .od9012a3d41{
    grid-template-columns: 1fr 1fr;
    }}
@media (max-width: 768px) {div.y5573f7c9.l7e74__b3f .le9efda7728 h1{
    font-size: 2.5rem;
    }
div.y5573f7c9.l7e74__b3f .od9012a3d41{
    grid-template-columns: 1fr;
    }
div.y5573f7c9.l7e74__b3f .k3dff7_3a1{
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 32px;
    }}
.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.l7e74__b3f .p710447_eca a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.y5573f7c9.l7e74__b3f .p710447_eca a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.y5573f7c9.l7e74__b3f .p710447_eca a:not([class]):hover{opacity:0.92;}
div.y5573f7c9.l7e74__b3f .p710447_eca a[class=""]:hover{opacity:0.92;}
div.y5573f7c9.l7e74__b3f .p710447_eca a:not([class]):visited{color:#ffffff !important;}
div.y5573f7c9.l7e74__b3f .p710447_eca 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; }
div.y5573f7c9.l7e74__b3f .a88d16bab4c { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}