:root {

  --primary-color: #FF5A00;
  --secondary-color: #E63946;
  --bg-color: #FFF8F0;
  --text-color: #1A0F0A;
  --text-muted: #6B574F;
  --border-color: #1A0F0A;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 0 var(--border-color);
  --shadow-md: 0 4px 0 var(--border-color);
  --shadow-lg: 0 8px 0 var(--border-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --v2n-hue-main: 154;
  --v2n-hue-sec: 218;
  --v2n-color-primary: hsl(var(--v2n-hue-main), 87%, 40%);
  --v2n-color-primary-light: hsl(var(--v2n-hue-main), 87%, 61%);
  --v2n-color-secondary: hsl(var(--v2n-hue-sec), 70%, 50%);
  --v2n-color-bg: hsl(var(--v2n-hue-main), 8%, 97%);
  --v2n-color-surface: #ffffff;
  --v2n-color-text-main: hsl(var(--v2n-hue-main), 15%, 12%);
  --v2n-color-text-muted: hsl(var(--v2n-hue-main), 10%, 35%);
  --v2n-color-dark-bg: hsl(var(--v2n-hue-main), 20%, 10%);
  --v2n-font-serif: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif;
  --v2n-font-sans: "Inter", "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --v2n-radius-lg: 16px;
  --v2n-radius-md: 8px;
  --v2n-shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  --v2n-shadow-btn: 0 4px 12px rgba(19, 211, 122, 0.3);
  --v2n-container-max: 1200px;
  --v2n-read-width: 680px;
  --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%);
}
.tdd6a5_bl{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color); color: #1a1a2e;}
.jlywvszlz0{
    max-width: var(--max-width);
    margin: 0 auto; 
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y14yye3lwivq{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    }
.obd06a_3rm3{
    width: 16px;
    height: 16px;
    background-color: var(--primary-color);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    box-shadow: 2px 2px 0 var(--border-color);
    display: inline-block; color: #1a1a2e;}
.rhyez03hdg1e{
    display: none;
    }
.tbf8bdb_cczr{
    flex: 1;
    display: flex;
    margin-left: 2.5rem; 
    }
.h9403_e7{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    }
.tse2ifab{
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-muted);
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    transition: var(--transition);
    }
.tse2ifab:hover{
    color: var(--text-color);
    background-color: #FFE5D4;
    border-color: var(--border-color);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
    }
.i68b__e6ad{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.z4358c1_8d3{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: var(--font-serif);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-lg);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.z4358c1_8d3:hover{
    background-color: var(--secondary-color);
    transform: translateY(2px);
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.bdefa267a0{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: var(--nav-bg);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition); color: #1a1a2e;}
.bdefa267a0:active{
    transform: translateY(2px);
    box-shadow: none;
    }
.x4ee__05ba8{
    position: relative;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.x4ee__05ba8::before, .x4ee__05ba8::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px;
    left: 0; color: #ffffff;}
.x4ee__05ba8::before{
    top: -6px;
    }
.x4ee__05ba8::after{
    bottom: -6px;
    }
@media (max-width: 1024px){.tbf8bdb_cczr {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    margin-left: 0;
    padding: 1.5rem 0;
    box-shadow: 0 8px 24px rgba(26, 15, 10, 0.15); color: #1a1a2e;}
.h9403_e7 {
    flex-direction: column;
    gap: 0.5rem;
    max-width: var(--max-width);
    margin: 0 auto;
    }
.tse2ifab {
    display: block;
    padding: 0.8rem 1rem;
    border: 2px solid transparent;
    }
.bdefa267a0 {
    display: flex;
    }
.rhyez03hdg1e:checked ~ .tbf8bdb_cczr {
    display: block;
    animation: menuSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8 {
    background-color: transparent;
    }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8::before {
    transform: rotate(45deg);
    top: 0;
    }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
@keyframes menuSlideDown{from {
    opacity: 0;
    transform: translateY(-4px);
    }
to {
    opacity: 1;
    transform: translateY(0);
    }}
.tse2ifab.active{color: var(--text-color); background-color: #FFE5D4; border-color: var(--border-color); box-shadow: var(--shadow-sm);}
@media (min-width: 1025px){.tdd6a5_bl #ntaa38fdd02c, .tdd6a5_bl label[for="ntaa38fdd02c"]{ display: none !important; }}
@media (min-width: 1025px){.tdd6a5_bl .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl .tbf8bdb_cczr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.tse2ifab.active {color: var(--text-color); background-color: #FFE5D4; border-color: var(--border-color); box-shadow: var(--shadow-sm);}
#ntaa38fdd02c:checked ~ .tbf8bdb_cczr { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr { 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: 1024px) {#ntaa38fdd02c:checked ~ .tbf8bdb_cczr { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.tdd6a5_bl.d038f85b886 #ntaa38fdd02c, .tdd6a5_bl.d038f85b886 label[for="ntaa38fdd02c"] { display: none !important; }}
@media (min-width: 1025px) {.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr { 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: 1025px) {.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr { 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: 1025px) {.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d5843__38f6{
    background-color: var(--bg-color);
    border-top: 6px solid var(--border-color);
    padding-top: 80px;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
.d858118_t36o{
    flex: 1 1 auto;
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.w0frszvp7z{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.u525c5__5c6b{
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    }
.ba1ec8c8{
    flex: 0 0 auto;
    display: inline-flex;
    width: max-content;
    background-color: var(--primary-color);
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    padding: 12px 24px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center; color: #1a1a2e;}
.p934ad7b_68y{
    flex: 0 0 auto;
    width: max-content;
    font-family: var(--font-serif);
    font-size: 36px;
    font-weight: 800;
    color: var(--text-color);
    line-height: 1;
    letter-spacing: 0.5px;
    }
.if831a0f72{
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.6;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    }
.af742aed86a{
    flex: 0 1 200px;
    display: flex;
    }
.la96__eb32{
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.t3e8e35e59c{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 8px;
    }
.w825305_v5{
    flex: 0 0 auto;
    width: max-content;
    font-size: 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    display: inline-block;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    }
.w825305_v5:hover{
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    transform: translateX(4px);
    }
.w825305_v5:focus{
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
    }
.fvfs54mmia6{
    flex: 0 0 auto;
    width: 100%;
    height: 4px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    border-radius: 2px; color: #ffffff;}
.g11ca3_3k8{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    }
.br4rl8k3{
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    }
.c7dd06a_qbyq{
    flex: 1 1 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }
.a2362b152{
    flex: 0 0 auto;
    width: max-content;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 700;
    display: inline-block;
    }
.j0b353bc{
    flex: 0 0 auto;
    width: max-content;
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 600;
    display: inline-block;
    }
.k4c0c__8eb94{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    height: 32px;
    }
.e8440c_hpye{
    flex: 1 1 50%;
    width: 50%;
    background-color: var(--secondary-color);
    border-top: 6px solid var(--border-color);
    border-right: 6px solid var(--border-color); color: #1a1a2e;}
.k86a0_4cdc{
    flex: 1 1 50%;
    width: 50%;
    background-color: var(--primary-color);
    border-top: 6px solid var(--border-color); color: #1a1a2e;}
@media (max-width: 768px){.d5843__38f6{
    padding-top: 48px;
    }
.w0frszvp7z{
    gap: 32px;
    margin-bottom: 48px;
    }
.af742aed86a{
    flex: 1 1 100%;
    }
.c7dd06a_qbyq{
    justify-content: flex-start;
    }}
div.oe33__35fe.j116717_8j.f3a64d_9172{
    font-family: var(--v2n-font-sans);
    color: var(--v2n-color-text-main);
    background-color: var(--v2n-color-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    }
div.oe33__35fe.j116717_8j .l34c578f_3ur{
    max-width: var(--v2n-container-max);
    margin: 0 auto;
    padding: 0 5vw;
    }
div.oe33__35fe.j116717_8j .ge9a4_478, div.oe33__35fe.j116717_8j .l869411_bq5, div.oe33__35fe.j116717_8j .ob0c7c_u12{
    font-family: var(--v2n-font-serif);
    color: var(--v2n-color-text-main);
    margin-top: 0;
    font-weight: 700;
    }
div.oe33__35fe.j116717_8j .xgbl63i4m9p{
    color: var(--v2n-color-text-muted);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    }
div.oe33__35fe.j116717_8j .c72dda92{
    color: var(--v2n-color-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.oe33__35fe.j116717_8j .c72dda92:hover{
    border-color: var(--v2n-color-primary);
    }
div.oe33__35fe.j116717_8j .r17803__45b{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: var(--v2n-radius-md);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: none;
    }
div.oe33__35fe.j116717_8j .n4d5__5934{
    background: linear-gradient(135deg, var(--v2n-color-primary), hsl(var(--v2n-hue-main), 80%, 30%));
    color: #1a1a2e;
    box-shadow: var(--v2n-shadow-btn);
    }
div.oe33__35fe.j116717_8j .n4d5__5934:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(19, 211, 122, 0.4);
    }
div.oe33__35fe.j116717_8j .q9c8b807ec{
    background-color: var(--v2n-color-surface);
    color: var(--v2n-color-text-main);
    border: 2px solid var(--v2n-color-text-main);
    }
div.oe33__35fe.j116717_8j .q9c8b807ec:hover{
    background-color: var(--v2n-color-text-main);
    color: var(--v2n-color-surface);
    }
div.oe33__35fe.j116717_8j .f381768_2dc{
    padding: 8rem 0 6rem;
    background: linear-gradient(to bottom, #ffffff, var(--v2n-color-bg)); color: #1a1a2e;}
div.oe33__35fe.j116717_8j .yey170h3k{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
div.oe33__35fe.j116717_8j .q0980a9_94{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    max-width: var(--v2n-read-width);
    }
div.oe33__35fe.j116717_8j .f381768_2dc .ge9a4_478{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.oe33__35fe.j116717_8j .f381768_2dc .e6615_c471{
    font-size: 1.15rem;
    color: var(--v2n-color-text-muted);
    margin-bottom: 2.5rem;
    max-width: 90%;
    }
div.oe33__35fe.j116717_8j .ue043__f5bd4{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    }
div.oe33__35fe.j116717_8j .a939a3db_g6fj{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }
div.oe33__35fe.j116717_8j .z5b4400f4 img{
    border-radius: var(--v2n-radius-lg);
    box-shadow: var(--v2n-shadow-card);
    aspect-ratio: 4/3;
    }
div.oe33__35fe.j116717_8j .ea22f53f_me{
    padding: 6rem 0;
    }
div.oe33__35fe.j116717_8j .vd93c__7299{
    background-color: var(--v2n-color-surface); color: #1a1a2e;}
div.oe33__35fe.j116717_8j .z2d67a_d4b{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    }
div.oe33__35fe.j116717_8j .hfic8tepbf23{
    max-width: var(--v2n-read-width);
    }
div.oe33__35fe.j116717_8j .hfic8tepbf23 .l869411_bq5{
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    }
div.oe33__35fe.j116717_8j .vd98b1fc72d img{
    border-radius: var(--v2n-radius-lg);
    box-shadow: var(--v2n-shadow-card);
    aspect-ratio: 16/10;
    }
div.oe33__35fe.j116717_8j .r10a97_8wh{
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
    }
div.oe33__35fe.j116717_8j .r10a97_8wh li{
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    color: var(--v2n-color-text-muted);
    }
div.oe33__35fe.j116717_8j .r10a97_8wh li::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--v2n-color-primary);
    font-weight: bold;
    }
div.oe33__35fe.j116717_8j .r10a97_8wh strong{
    color: var(--v2n-color-text-main);
    }
div.oe33__35fe.j116717_8j .a9e5de88e{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    }
div.oe33__35fe.j116717_8j .o4305a0{
    background: var(--v2n-color-surface);
    padding: 2.5rem;
    border-radius: var(--v2n-radius-lg);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: 1px solid var(--v2n-color-bg);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.oe33__35fe.j116717_8j .o4305a0:hover{
    transform: translateY(-5px);
    }
div.oe33__35fe.j116717_8j .o4305a0 .ob0c7c_u12{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--v2n-color-text-main);
    }
div.oe33__35fe.j116717_8j .bzeywdl0tmvn{
    background-color: var(--v2n-color-dark-bg);
    color: rgba(255,255,255,0.9);
    }
div.oe33__35fe.j116717_8j .bzeywdl0tmvn .l869411_bq5{
    color: #ffffff;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    }
div.oe33__35fe.j116717_8j .l56cae6465{
    max-width: 800px;
    }
div.oe33__35fe.j116717_8j .vcb98_0949{
    margin: 2rem 0;
    padding-left: 1.5rem;
    }
div.oe33__35fe.j116717_8j .vcb98_0949 li{
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    }
div.oe33__35fe.j116717_8j .vcb98_0949 strong{
    color: var(--v2n-color-primary-light);
    }
div.oe33__35fe.j116717_8j .f2801d_2a{
    color: var(--v2n-color-primary-light);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.oe33__35fe.j116717_8j .ze61752885{
    margin-top: 3rem;
    }
div.oe33__35fe.j116717_8j .he11343{
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.5);
    }
div.oe33__35fe.j116717_8j .he11343:hover{
    background: #ffffff;
    color: var(--v2n-color-dark-bg);
    }
div.oe33__35fe.j116717_8j .x5eb8ff60b3{
    background-color: var(--v2n-color-surface);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.oe33__35fe.j116717_8j .maa8d456b{
    max-width: var(--v2n-read-width);
    }
div.oe33__35fe.j116717_8j .ld38__783d{
    font-family: var(--v2n-font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--v2n-color-primary);
    margin-bottom: 1rem;
    }
div.oe33__35fe.j116717_8j .ne20288c654{
    color: var(--v2n-color-text-muted);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    }
div.oe33__35fe.j116717_8j .v2n-copyright{
    font-size: 0.85rem;
    color: rgba(0,0,0,0.4);
    }
@media (max-width: 992px) {div.oe33__35fe.j116717_8j .yey170h3k, div.oe33__35fe.j116717_8j .z2d67a_d4b{
    grid-template-columns: 1fr;
    gap: 3rem;
    }
div.oe33__35fe.j116717_8j .z2d67a_d4b .vd98b1fc72d{
    order: -1; 
    }
div.oe33__35fe.j116717_8j .f381768_2dc{
    padding: 5rem 0 4rem;
    }
div.oe33__35fe.j116717_8j .ea22f53f_me{
    padding: 4rem 0;
    }}
@media (max-width: 576px) {div.oe33__35fe.j116717_8j .ue043__f5bd4{
    flex-direction: column;
    width: 100%;
    }
div.oe33__35fe.j116717_8j .r17803__45b{
    width: 100%;
    }}
div.oe33__35fe.j116717_8j .k0bce5c58{display:block;max-width:100%;height:auto;}
div.oe33__35fe.j116717_8j .dfa5c4__d94d7{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.oe33__35fe img.d4e67956a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.oe33__35fe img.d4e67956a.pf95__8f37 { aspect-ratio: 16 / 9; }
div.oe33__35fe img.d4e67956a.aa420fc62 { aspect-ratio: 16 / 10; }
div.oe33__35fe img.d4e67956a.pceaaed33 { aspect-ratio: 4 / 3; }
div.oe33__35fe img.d4e67956a.if96__40d5 { aspect-ratio: 1 / 1; }
div.oe33__35fe :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.oe33__35fe .w407__c7cc {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.oe33__35fe .w407__c7cc.pf95__8f37 { aspect-ratio: 16 / 9; }
div.oe33__35fe .w407__c7cc.aa420fc62 { aspect-ratio: 16 / 10; }
div.oe33__35fe .w407__c7cc.pceaaed33 { aspect-ratio: 4 / 3; }
div.oe33__35fe .w407__c7cc.if96__40d5 { aspect-ratio: 1 / 1; }
div.oe33__35fe .w407__c7cc > img.d4e67956a,
    div.oe33__35fe .w407__c7cc > picture > img.d4e67956a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.oe33__35fe.j116717_8j .n4d5__5934 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.oe33__35fe.j116717_8j .n4d5__5934 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.oe33__35fe.j116717_8j .n4d5__5934 a:not([class]):hover{opacity:0.92;}
div.oe33__35fe.j116717_8j .n4d5__5934 a[class=""]:hover{opacity:0.92;}
div.oe33__35fe.j116717_8j .n4d5__5934 a:not([class]):visited{color:#ffffff !important;}
div.oe33__35fe.j116717_8j .n4d5__5934 a[class=""]:visited{color:#ffffff !important;}
.ed0b__395d {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.ed0b__395d > :first-child,
    .ed0b__395d > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.tdd6a5_bl{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color); color: #1a1a2e;}
.jlywvszlz0{
    max-width: var(--max-width);
    margin: 0 auto; 
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y14yye3lwivq{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    }
.obd06a_3rm3{
    width: 16px;
    height: 16px;
    background-color: var(--primary-color);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    box-shadow: 2px 2px 0 var(--border-color);
    display: inline-block; color: #1a1a2e;}
.rhyez03hdg1e{
    display: none;
    }
.tbf8bdb_cczr{
    flex: 1;
    display: flex;
    margin-left: 2.5rem; 
    }
.h9403_e7{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    }
.tse2ifab{
    font-family: var(--font-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-muted);
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    transition: var(--transition);
    }
.tse2ifab:hover{
    color: var(--text-color);
    background-color: #FFE5D4;
    border-color: var(--border-color);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
    }
.i68b__e6ad{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.z4358c1_8d3{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: var(--font-serif);
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-lg);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.z4358c1_8d3:hover{
    background-color: var(--secondary-color);
    transform: translateY(2px);
    box-shadow: var(--shadow-sm); color: #1a1a2e;}
.bdefa267a0{
    display: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: var(--nav-bg);
    border: 2px solid var(--border-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    transition: var(--transition); color: #1a1a2e;}
.bdefa267a0:active{
    transform: translateY(2px);
    box-shadow: none;
    }
.x4ee__05ba8{
    position: relative;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.x4ee__05ba8::before, .x4ee__05ba8::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px;
    left: 0; color: #ffffff;}
.x4ee__05ba8::before{
    top: -6px;
    }
.x4ee__05ba8::after{
    bottom: -6px;
    }
@media (max-width: 1024px){.tbf8bdb_cczr {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    margin-left: 0;
    padding: 1.5rem 0;
    box-shadow: 0 8px 24px rgba(26, 15, 10, 0.15); color: #1a1a2e;}
.h9403_e7 {
    flex-direction: column;
    gap: 0.5rem;
    max-width: var(--max-width);
    margin: 0 auto;
    }
.tse2ifab {
    display: block;
    padding: 0.8rem 1rem;
    border: 2px solid transparent;
    }
.bdefa267a0 {
    display: flex;
    }
.rhyez03hdg1e:checked ~ .tbf8bdb_cczr {
    display: block;
    animation: menuSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8 {
    background-color: transparent;
    }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8::before {
    transform: rotate(45deg);
    top: 0;
    }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
@keyframes menuSlideDown{from {
    opacity: 0;
    transform: translateY(-4px);
    }
to {
    opacity: 1;
    transform: translateY(0);
    }}
.tse2ifab.active{color: var(--text-color); background-color: #FFE5D4; border-color: var(--border-color); box-shadow: var(--shadow-sm);}
@media (min-width: 1025px){.tdd6a5_bl #ntaa38fdd02c, .tdd6a5_bl label[for="ntaa38fdd02c"]{ display: none !important; }}
@media (min-width: 1025px){.tdd6a5_bl .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl .tbf8bdb_cczr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.tse2ifab.active{color: var(--text-color); background-color: #FFE5D4; border-color: var(--border-color); box-shadow: var(--shadow-sm);}
#ntaa38fdd02c:checked ~ .tbf8bdb_cczr{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr{ 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: 1024px){#ntaa38fdd02c:checked ~ .tbf8bdb_cczr{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.tdd6a5_bl.d038f85b886 #ntaa38fdd02c, .tdd6a5_bl.d038f85b886 label[for="ntaa38fdd02c"]{ display: none !important; }}
@media (min-width: 1025px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d5843__38f6{
    background-color: var(--bg-color);
    border-top: 6px solid var(--border-color);
    padding-top: 80px;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
.d858118_t36o{
    flex: 1 1 auto;
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.w0frszvp7z{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.u525c5__5c6b{
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    }
.ba1ec8c8{
    flex: 0 0 auto;
    display: inline-flex;
    width: max-content;
    background-color: var(--primary-color);
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    padding: 12px 24px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center; color: #1a1a2e;}
.p934ad7b_68y{
    flex: 0 0 auto;
    width: max-content;
    font-family: var(--font-serif);
    font-size: 36px;
    font-weight: 800;
    color: var(--text-color);
    line-height: 1;
    letter-spacing: 0.5px;
    }
.if831a0f72{
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.6;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    }
.af742aed86a{
    flex: 0 1 200px;
    display: flex;
    }
.la96__eb32{
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.t3e8e35e59c{
    flex: 0 0 auto;
    width: 100%;
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 8px;
    }
.w825305_v5{
    flex: 0 0 auto;
    width: max-content;
    font-size: 16px;
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    display: inline-block;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    }
.w825305_v5:hover{
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    transform: translateX(4px);
    }
.w825305_v5:focus{
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
    }
.fvfs54mmia6{
    flex: 0 0 auto;
    width: 100%;
    height: 4px;
    background-color: var(--border-color);
    margin-bottom: 32px;
    border-radius: 2px; color: #ffffff;}
.g11ca3_3k8{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    }
.br4rl8k3{
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    }
.c7dd06a_qbyq{
    flex: 1 1 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }
.a2362b152{
    flex: 0 0 auto;
    width: max-content;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 700;
    display: inline-block;
    }
.j0b353bc{
    flex: 0 0 auto;
    width: max-content;
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 600;
    display: inline-block;
    }
.k4c0c__8eb94{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    height: 32px;
    }
.e8440c_hpye{
    flex: 1 1 50%;
    width: 50%;
    background-color: var(--secondary-color);
    border-top: 6px solid var(--border-color);
    border-right: 6px solid var(--border-color); color: #1a1a2e;}
.k86a0_4cdc{
    flex: 1 1 50%;
    width: 50%;
    background-color: var(--primary-color);
    border-top: 6px solid var(--border-color); color: #1a1a2e;}
@media (max-width: 768px){.d5843__38f6{
    padding-top: 48px;
    }
.w0frszvp7z{
    gap: 32px;
    margin-bottom: 48px;
    }
.af742aed86a{
    flex: 1 1 100%;
    }
.c7dd06a_qbyq{
    justify-content: flex-start;
    }}
.tdd6a5_bl{
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--nav-bg);
  border-bottom: 3px solid var(--border-color); color: #1a1a2e;}
.jlywvszlz0{
  max-width: var(--max-width);
  margin: 0 auto; 
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.y14yye3lwivq{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.obd06a_3rm3{
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  border: 2px solid var(--border-color);
  border-radius: 50%;
  box-shadow: 2px 2px 0 var(--border-color);
  display: inline-block; color: #1a1a2e;}
.rhyez03hdg1e{
  display: none;
}
.tbf8bdb_cczr{
  flex: 1;
  display: flex;
  margin-left: 2.5rem; 
}
.h9403_e7{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.tse2ifab{
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-muted);
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: var(--transition);
}
.tse2ifab:hover{
  color: var(--text-color);
  background-color: #FFE5D4;
  border-color: var(--border-color);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.i68b__e6ad{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.z4358c1_8d3{
  display: inline-block;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-lg);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}
.z4358c1_8d3:hover{
  background-color: var(--secondary-color);
  transform: translateY(2px);
  box-shadow: var(--shadow-sm); color: #1a1a2e;}
.bdefa267a0{
  display: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background-color: var(--nav-bg);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: var(--transition); color: #1a1a2e;}
.bdefa267a0:active{
  transform: translateY(2px);
  box-shadow: none;
}
.x4ee__05ba8{
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: 2px; color: #ffffff;}
.x4ee__05ba8::before, .x4ee__05ba8::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: 2px;
  left: 0; color: #ffffff;}
.x4ee__05ba8::before{
  top: -6px;
}
.x4ee__05ba8::after{
  bottom: -6px;
}
@media (max-width: 1024px){.tbf8bdb_cczr {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    margin-left: 0;
    padding: 1.5rem 0;
    box-shadow: 0 8px 24px rgba(26, 15, 10, 0.15); color: #1a1a2e;}
.h9403_e7 {
    flex-direction: column;
    gap: 0.5rem;
    max-width: var(--max-width);
    margin: 0 auto;
  }
.tse2ifab {
    display: block;
    padding: 0.8rem 1rem;
    border: 2px solid transparent;
  }
.bdefa267a0 {
    display: flex;
  }
.rhyez03hdg1e:checked ~ .tbf8bdb_cczr {
    display: block;
    animation: menuSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8 {
    background-color: transparent;
  }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8::before {
    transform: rotate(45deg);
    top: 0;
  }
.rhyez03hdg1e:checked ~ .i68b__e6ad .bdefa267a0 .x4ee__05ba8::after {
    transform: rotate(-45deg);
    bottom: 0;
  }}
@keyframes menuSlideDown{from {
    opacity: 0;
    transform: translateY(-4px);
  }
to {
    opacity: 1;
    transform: translateY(0);
  }}
.tse2ifab.active{color: var(--text-color); background-color: #FFE5D4; border-color: var(--border-color); box-shadow: var(--shadow-sm);}
@media (min-width: 1025px){.tdd6a5_bl #ntaa38fdd02c, .tdd6a5_bl label[for="ntaa38fdd02c"]{ display: none !important; }}
@media (min-width: 1025px){.tdd6a5_bl .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl .tbf8bdb_cczr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.tse2ifab.active{color: var(--text-color); background-color: #FFE5D4; border-color: var(--border-color); box-shadow: var(--shadow-sm);}
#ntaa38fdd02c:checked ~ .tbf8bdb_cczr{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr{ 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: 1024px){#ntaa38fdd02c:checked ~ .tbf8bdb_cczr{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.tdd6a5_bl.d038f85b886 #ntaa38fdd02c, .tdd6a5_bl.d038f85b886 label[for="ntaa38fdd02c"]{ display: none !important; }}
@media (min-width: 1025px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr{ 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: 1025px){.tdd6a5_bl.d038f85b886 .tbf8bdb_cczr a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.idcf__2899{
  background-color: var(--bg-color);
  border-top: 6px solid var(--border-color);
  padding-top: 80px;
  display: flex;
  flex-direction: column; color: #1a1a2e;}
.eda0e84d6{
  flex: 1 1 auto;
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.t0328e_309a{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.w9d9e3_e35a{
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
}
.e87e0d6e96a{
  flex: 0 0 auto;
  display: inline-flex;
  width: max-content;
  background-color: var(--primary-color);
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-sm);
  padding: 12px 24px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center; color: #1a1a2e;}
.v50e__b1e3{
  flex: 0 0 auto;
  width: max-content;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 800;
  color: var(--text-color);
  line-height: 1;
  letter-spacing: 0.5px;
}
.cd5d__3ad6{
  flex: 0 0 auto;
  width: 100%;
  max-width: 480px;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.6;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.y3d4df0a3{
  flex: 0 1 200px;
  display: flex;
}
.u7dff0_b488{
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.g1e189d14{
  flex: 0 0 auto;
  width: 100%;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 8px;
}
.afae8a65b{
  flex: 0 0 auto;
  width: max-content;
  font-size: 16px;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  display: inline-block;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.afae8a65b:hover{
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
  transform: translateX(4px);
}
.afae8a65b:focus{
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
}
.fd95ca_992d{
  flex: 0 0 auto;
  width: 100%;
  height: 4px;
  background-color: var(--border-color);
  margin-bottom: 32px;
  border-radius: 2px; color: #ffffff;}
.m10e978e0{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.z5f8adead36{
  flex: 1 1 200px;
  display: flex;
  align-items: center;
}
.hb9a__4bec{
  flex: 1 1 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.t6fc91_bec5{
  flex: 0 0 auto;
  width: max-content;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 700;
  display: inline-block;
}
.g907f4_05f9{
  flex: 0 0 auto;
  width: max-content;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 600;
  display: inline-block;
}
.h670__597a{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  height: 32px;
}
.gf2b0c_4db7{
  flex: 1 1 50%;
  width: 50%;
  background-color: var(--secondary-color);
  border-top: 6px solid var(--border-color);
  border-right: 6px solid var(--border-color); color: #1a1a2e;}
.b4d8__037d{
  flex: 1 1 50%;
  width: 50%;
  background-color: var(--primary-color);
  border-top: 6px solid var(--border-color); color: #1a1a2e;}
@media (max-width: 768px){.idcf__2899{
    padding-top: 48px;
  }
.t0328e_309a{
    gap: 32px;
    margin-bottom: 48px;
  }
.y3d4df0a3{
    flex: 1 1 100%;
  }
.hb9a__4bec{
    justify-content: flex-start;
  }}
.xbdf__7c50{box-sizing:border-box;}
.ub7d__68ac{box-sizing:border-box;}
.vac4__fc40{box-sizing:border-box;}