:root {

  --zip-primary: var(--primary-color, hsl(225, 74%, 60%));
  --zip-secondary: var(--secondary-color, hsl(14, 59%, 60%));
  --zip-bg: var(--bg-color, hsl(225, 7%, 96%));
  --zip-text: var(--text-color, hsl(225, 10%, 9%));
  --zip-text-muted: hsla(225, 10%, 9%, 0.7);
  --zip-card-bg: #ffffff;
  --zip-radius: var(--radius-lg, 16px);
  --zip-shadow: var(--shadow-sm, 0 4px 12px rgba(0,0,0,0.05));
  --zip-max-width: 1200px;
  --zip-content-width: 680px;
  --primary-color: hsl(225, 74%, 60%);
  --secondary-color: hsl(14, 59%, 60%);
  --bg-color: hsl(225, 10%, 9%);
  --text-color: hsl(225, 7%, 96%);
  --text-muted: hsl(225, 5%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 100px;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.4);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  --nav-bg: var(--bg-color);
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.fed7__fcbd.d97f6a4e3d{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--zip-bg);
    color: var(--zip-text);
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 40px;
    }
div.fed7__fcbd.d97f6a4e3d .nd346a3_24{
    max-width: var(--zip-max-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.fed7__fcbd.d97f6a4e3d .qcece9352c{
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    }
div.fed7__fcbd.d97f6a4e3d .p3a5a__8b35f{
    max-width: var(--zip-content-width);
    text-align: left; 
    }
div.fed7__fcbd.d97f6a4e3d h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--zip-text);
    }
div.fed7__fcbd.d97f6a4e3d .f81ba26c035{
    font-size: 1.25rem;
    color: var(--zip-text-muted);
    margin-bottom: 40px;
    max-width: 600px;
    }
div.fed7__fcbd.d97f6a4e3d .gc89__173{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.fed7__fcbd.d97f6a4e3d .d47bff7ca0c{
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    }
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek{
    background-color: var(--zip-primary);
    color: #1a1a2e;
    box-shadow: 0 10px 20px -5px hsla(225, 74%, 60%, 0.4);
    }
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
div.fed7__fcbd.d97f6a4e3d .uuflg3qozu6{
    border: 2px solid var(--zip-primary);
    color: var(--zip-primary);
    }
div.fed7__fcbd.d97f6a4e3d .iee458b_6f4{
    width: 100%;
    padding: 100px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    }
div.fed7__fcbd.d97f6a4e3d h2{
    font-size: 2rem;
    margin-bottom: 32px;
    text-align: left; 
    width: 100%;
    max-width: var(--zip-max-width);
    padding-right: 20px;
    }
div.fed7__fcbd.d97f6a4e3d .gx4znykgqtjg{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    width: 100%;
    margin-bottom: 40px;
    }
div.fed7__fcbd.d97f6a4e3d .t58e511_3cd{
    background: var(--zip-card-bg);
    padding: 32px;
    border-radius: var(--zip-radius);
    box-shadow: var(--zip-shadow);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.fed7__fcbd.d97f6a4e3d .t58e511_3cd:hover{
    transform: translateY(-8px);
    }
div.fed7__fcbd.d97f6a4e3d .t58e511_3cd h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--zip-primary);
    }
div.fed7__fcbd.d97f6a4e3d .t58e511_3cd p{
    font-size: 0.95rem;
    color: var(--zip-text-muted);
    }
div.fed7__fcbd.d97f6a4e3d .bed0c2efb9f{
    max-width: var(--zip-content-width);
    width: 100%;
    }
div.fed7__fcbd.d97f6a4e3d .dfnzshqn{
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 24px;
    }
div.fed7__fcbd.d97f6a4e3d .ff080b2b38e{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--zip-text);
    display: flex;
    align-items: flex-start;
    }
div.fed7__fcbd.d97f6a4e3d .ff080b2b38e::before{
    content: "Q:";
    color: var(--zip-secondary);
    margin-right: 12px;
    }
div.fed7__fcbd.d97f6a4e3d .dfg2vu1fa5{
    color: var(--zip-text-muted);
    font-size: 1rem;
    padding-left: 32px;
    }
div.fed7__fcbd.d97f6a4e3d .dfg2vu1fa5 p{
    margin-bottom: 12px;
    }
div.fed7__fcbd.d97f6a4e3d .w6623c6143{
    width: 100%;
    margin: 60px 0;
    border-radius: var(--zip-radius);
    overflow: hidden;
    aspect-ratio: 16 / 7;
    }
div.fed7__fcbd.d97f6a4e3d .w6623c6143 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.fed7__fcbd.d97f6a4e3d .caa44_e6{
    background: #111;
    color: #eee;
    padding: 40px;
    border-radius: var(--zip-radius);
    width: 100%;
    }
div.fed7__fcbd.d97f6a4e3d .caa44_e6 h4{
    color: var(--zip-secondary);
    margin-bottom: 20px;
    }
div.fed7__fcbd.d97f6a4e3d .moucrnmp3f13{
    list-style: none;
    padding: 0;
    }
div.fed7__fcbd.d97f6a4e3d .moucrnmp3f13 li{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    }
div.fed7__fcbd.d97f6a4e3d .moucrnmp3f13 li::before{
    content: "→";
    margin-right: 15px;
    color: var(--zip-secondary);
    }
div.fed7__fcbd.d97f6a4e3d .n3d145d5e{
    max-width: var(--zip-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    }
div.fed7__fcbd.d97f6a4e3d .v0242e_b3f6{
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--zip-text);
    }
div.fed7__fcbd.d97f6a4e3d .n26c__d2d4{
    display: flex;
    gap: 40px;
    }
div.fed7__fcbd.d97f6a4e3d .kf57__cf1d h5{
    margin-bottom: 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
div.fed7__fcbd.d97f6a4e3d .kf57__cf1d a{
    display: block;
    color: var(--zip-text-muted);
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 0.9rem;
    }
div.fed7__fcbd.d97f6a4e3d .copyright{
    width: 100%;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 0.85rem;
    color: #999;
    }
@media (max-width: 768px) {div.fed7__fcbd.d97f6a4e3d .nd346a3_24{ padding: 0 24px; }
div.fed7__fcbd.d97f6a4e3d h2{ text-align: left; }
div.fed7__fcbd.d97f6a4e3d .n26c__d2d4{ flex-direction: column; gap: 20px; }}
.xda06d_uxiy{
    background-color: var(--bg-color, hsl(225, 10%, 9%));
    padding-top: 120px;
    padding-bottom: 60px;
    color: var(--text-color, hsl(225, 7%, 96%));
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    }
.v9e8ab0e06{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.f228c0b2ca{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 680px;
    margin-bottom: 48px;
    }
.c04bn4q5aa{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--text-color, hsl(225, 7%, 96%));
    width: 100%;
    }
.f3cfc4_8h{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(225, 5%, 65%));
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.z07a3c5_3ogv{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    width: 100%;
    margin-bottom: 80px;
    }
.wecda_76{
    font-size: 16px;
    color: var(--text-color, hsl(225, 7%, 96%));
    text-decoration-line: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    }
.wecda_76:hover{
    color: var(--primary-color, hsl(225, 74%, 60%));
    }
.i8ccb6_400{
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    background-color: var(--primary-color, hsl(225, 74%, 60%));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: var(--radius-lg, 100px);
    text-decoration-line: none;
    transition-property: background-color, transform, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.2));
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    }
.i8ccb6_400:hover{
    background-color: var(--secondary-color, hsl(14, 59%, 60%));
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.4)); color: #1a1a2e;}
.ke4c974_45f{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    padding-top: 32px;
    }
.bce6859fa8{
    font-size: 14px;
    color: var(--text-muted, hsl(225, 5%, 65%));
    width: 100%;
    }
@media (max-width: 768px){.xda06d_uxiy{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.z07a3c5_3ogv{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 60px;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.de0oz53p{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.pj4lj52hhg{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.n4we8a6qs01{
    display: flex;
    align-items: center;
    height: 100%;
    }
.s2d41_33e{
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.i34d312dc{
    display: none;
    }
.u6a84c6_58{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 1001;
    }
.sb0e79e9d{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.mdenojfrl{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 64px;
    height: 100%;
    }
.b6fd__ad6{
    display: flex;
    list-style: none;
    gap: 36px;
    height: 100%;
    align-items: center;
    }
.n074ef3_706{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    }
.n074ef3_706:hover{
    color: var(--text-color);
    }
.rc393f__d31e{
    display: flex;
    align-items: center;
    }
.y4a8fe0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    
    0 4px 16px rgba(89, 123, 224, 0.25);
    }
.y4a8fe0:hover{
    background: hsl(225, 74%, 66%);
    transform: translateY(-2px);
    0 6px 24px rgba(89, 123, 224, 0.35); color: #1a1a2e;}
@media (max-width: 992px){.u6a84c6_58 {
    display: flex;
    }
.mdenojfrl {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 4vw 48px;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: var(--transition); color: #ffffff;}
.i34d312dc:checked ~ .mdenojfrl {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
.i34d312dc:checked ~ .u6a84c6_58 .b8a70aa {
    transform: translateY(4px) rotate(45deg);
    }
.i34d312dc:checked ~ .u6a84c6_58 .e582d__c3ad2 {
    transform: translateY(-4px) rotate(-45deg);
    }
.b6fd__ad6 {
    flex-direction: column;
    width: 100%;
    gap: 0;
    align-items: flex-start;
    }
.b6fd__ad6 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.b6fd__ad6 li:last-child {
    border-bottom: none;
    }
.n074ef3_706 {
    display: flex;
    padding: 20px 0;
    font-size: 16px;
    width: 100%;
    }
.rc393f__d31e {
    margin-top: 32px;
    width: 100%;
    }
.y4a8fe0 {
    width: 100%;
    height: 52px;
    font-size: 16px;
    }}
.n074ef3_706.active{color: var(--text-color);}
@media (min-width: 993px){.de0oz53p #nt555b73800b, .de0oz53p label[for="nt555b73800b"]{ display: none !important; }}
@media (min-width: 993px){.de0oz53p .mdenojfrl{ 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: 993px){.de0oz53p .mdenojfrl{ 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: 993px){.de0oz53p .mdenojfrl a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n074ef3_706.active {color: var(--text-color);}
#nt555b73800b:checked ~ .mdenojfrl { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.de0oz53p.q2c3a5_acb4 .mdenojfrl { 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: 992px) {#nt555b73800b:checked ~ .mdenojfrl { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.de0oz53p.q2c3a5_acb4 #nt555b73800b, .de0oz53p.q2c3a5_acb4 label[for="nt555b73800b"] { display: none !important; }}
@media (min-width: 993px) {.de0oz53p.q2c3a5_acb4 .mdenojfrl { 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: 993px) {.de0oz53p.q2c3a5_acb4 .mdenojfrl { 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: 993px) {.de0oz53p.q2c3a5_acb4 .mdenojfrl 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.fed7__fcbd img.w5f670_8a5a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.fed7__fcbd img.w5f670_8a5a.z1614ee8d { aspect-ratio: 16 / 9; }
div.fed7__fcbd img.w5f670_8a5a.y52548_b54e { aspect-ratio: 16 / 10; }
div.fed7__fcbd img.w5f670_8a5a.k349ac2bf { aspect-ratio: 4 / 3; }
div.fed7__fcbd img.w5f670_8a5a.hb1cd71cd { aspect-ratio: 1 / 1; }
div.fed7__fcbd :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.fed7__fcbd .x071f3896 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.fed7__fcbd .x071f3896.z1614ee8d { aspect-ratio: 16 / 9; }
div.fed7__fcbd .x071f3896.y52548_b54e { aspect-ratio: 16 / 10; }
div.fed7__fcbd .x071f3896.k349ac2bf { aspect-ratio: 4 / 3; }
div.fed7__fcbd .x071f3896.hb1cd71cd { aspect-ratio: 1 / 1; }
div.fed7__fcbd .x071f3896 > img.w5f670_8a5a,
    div.fed7__fcbd .x071f3896 > picture > img.w5f670_8a5a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek a:not([class]):hover{opacity:0.92;}
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek a[class=""]:hover{opacity:0.92;}
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek a:not([class]):visited{color:#ffffff !important;}
div.fed7__fcbd.d97f6a4e3d .jdf1d715_tek a[class=""]:visited{color:#ffffff !important;}
.o935ea_6e2f {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.o935ea_6e2f > :first-child,
    .o935ea_6e2f > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.de0oz53p{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.pj4lj52hhg{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.n4we8a6qs01{
    display: flex;
    align-items: center;
    height: 100%;
    }
.s2d41_33e{
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.i34d312dc{
    display: none;
    }
.u6a84c6_58{
    display: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 1001;
    }
.sb0e79e9d{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: 2px; color: #1a1a2e;}
.mdenojfrl{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 64px;
    height: 100%;
    }
.b6fd__ad6{
    display: flex;
    list-style: none;
    gap: 36px;
    height: 100%;
    align-items: center;
    }
.n074ef3_706{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    }
.n074ef3_706:hover{
    color: var(--text-color);
    }
.rc393f__d31e{
    display: flex;
    align-items: center;
    }
.y4a8fe0{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 28px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    
    0 4px 16px rgba(89, 123, 224, 0.25);
    }
.y4a8fe0:hover{
    background: hsl(225, 74%, 66%);
    transform: translateY(-2px);
    0 6px 24px rgba(89, 123, 224, 0.35); color: #1a1a2e;}
@media (max-width: 992px){.u6a84c6_58 {
    display: flex;
    }
.mdenojfrl {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 4vw 48px;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: var(--transition); color: #ffffff;}
.i34d312dc:checked ~ .mdenojfrl {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    }
.i34d312dc:checked ~ .u6a84c6_58 .b8a70aa {
    transform: translateY(4px) rotate(45deg);
    }
.i34d312dc:checked ~ .u6a84c6_58 .e582d__c3ad2 {
    transform: translateY(-4px) rotate(-45deg);
    }
.b6fd__ad6 {
    flex-direction: column;
    width: 100%;
    gap: 0;
    align-items: flex-start;
    }
.b6fd__ad6 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    }
.b6fd__ad6 li:last-child {
    border-bottom: none;
    }
.n074ef3_706 {
    display: flex;
    padding: 20px 0;
    font-size: 16px;
    width: 100%;
    }
.rc393f__d31e {
    margin-top: 32px;
    width: 100%;
    }
.y4a8fe0 {
    width: 100%;
    height: 52px;
    font-size: 16px;
    }}
.n074ef3_706.active{color: var(--text-color);}
@media (min-width: 993px){.de0oz53p #nt555b73800b, .de0oz53p label[for="nt555b73800b"]{ display: none !important; }}
@media (min-width: 993px){.de0oz53p .mdenojfrl{ 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: 993px){.de0oz53p .mdenojfrl{ 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: 993px){.de0oz53p .mdenojfrl a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n074ef3_706.active{color: var(--text-color);}
#nt555b73800b:checked ~ .mdenojfrl{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.de0oz53p.q2c3a5_acb4 .mdenojfrl{ 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: 992px){#nt555b73800b:checked ~ .mdenojfrl{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.de0oz53p.q2c3a5_acb4 #nt555b73800b, .de0oz53p.q2c3a5_acb4 label[for="nt555b73800b"]{ display: none !important; }}
@media (min-width: 993px){.de0oz53p.q2c3a5_acb4 .mdenojfrl{ 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: 993px){.de0oz53p.q2c3a5_acb4 .mdenojfrl{ 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: 993px){.de0oz53p.q2c3a5_acb4 .mdenojfrl a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.xda06d_uxiy{
    background-color: var(--bg-color, hsl(225, 10%, 9%));
    padding-top: 120px;
    padding-bottom: 60px;
    color: var(--text-color, hsl(225, 7%, 96%));
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    }
.v9e8ab0e06{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.f228c0b2ca{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 680px;
    margin-bottom: 48px;
    }
.c04bn4q5aa{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--text-color, hsl(225, 7%, 96%));
    width: 100%;
    }
.f3cfc4_8h{
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted, hsl(225, 5%, 65%));
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    }
.z07a3c5_3ogv{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    width: 100%;
    margin-bottom: 80px;
    }
.wecda_76{
    font-size: 16px;
    color: var(--text-color, hsl(225, 7%, 96%));
    text-decoration-line: none;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    }
.wecda_76:hover{
    color: var(--primary-color, hsl(225, 74%, 60%));
    }
.i8ccb6_400{
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    background-color: var(--primary-color, hsl(225, 74%, 60%));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: var(--radius-lg, 100px);
    text-decoration-line: none;
    transition-property: background-color, transform, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.2));
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    }
.i8ccb6_400:hover{
    background-color: var(--secondary-color, hsl(14, 59%, 60%));
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.4)); color: #1a1a2e;}
.ke4c974_45f{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
    padding-top: 32px;
    }
.bce6859fa8{
    font-size: 14px;
    color: var(--text-muted, hsl(225, 5%, 65%));
    width: 100%;
    }
@media (max-width: 768px){.xda06d_uxiy{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.z07a3c5_3ogv{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 60px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.de0oz53p{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  align-items: center; color: #ffffff;}
.pj4lj52hhg{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.n4we8a6qs01{
  display: flex;
  align-items: center;
  height: 100%;
}
.s2d41_33e{
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.i34d312dc{
  display: none;
}
.u6a84c6_58{
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 1001;
}
.sb0e79e9d{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: 2px; color: #1a1a2e;}
.mdenojfrl{
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 64px;
  height: 100%;
}
.b6fd__ad6{
  display: flex;
  list-style: none;
  gap: 36px;
  height: 100%;
  align-items: center;
}
.n074ef3_706{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
}
.n074ef3_706:hover{
  color: var(--text-color);
}
.rc393f__d31e{
  display: flex;
  align-items: center;
}
.y4a8fe0{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  
              0 4px 16px rgba(89, 123, 224, 0.25);
}
.y4a8fe0:hover{
  background: hsl(225, 74%, 66%);
  transform: translateY(-2px);
              0 6px 24px rgba(89, 123, 224, 0.35); color: #1a1a2e;}
@media (max-width: 992px){.u6a84c6_58 {
    display: flex;
  }
.mdenojfrl {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 4vw 48px;
    box-shadow: var(--shadow-md);
    border-bottom: 1px solid var(--border-color);
    margin-left: 0;

    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: var(--transition); color: #ffffff;}
.i34d312dc:checked ~ .mdenojfrl {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
.i34d312dc:checked ~ .u6a84c6_58 .b8a70aa {
    transform: translateY(4px) rotate(45deg);
  }
.i34d312dc:checked ~ .u6a84c6_58 .e582d__c3ad2 {
    transform: translateY(-4px) rotate(-45deg);
  }
.b6fd__ad6 {
    flex-direction: column;
    width: 100%;
    gap: 0;
    align-items: flex-start;
  }
.b6fd__ad6 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }
.b6fd__ad6 li:last-child {
    border-bottom: none;
  }
.n074ef3_706 {
    display: flex;
    padding: 20px 0;
    font-size: 16px;
    width: 100%;
  }
.rc393f__d31e {
    margin-top: 32px;
    width: 100%;
  }
.y4a8fe0 {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }}
.n074ef3_706.active{color: var(--text-color);}
@media (min-width: 993px){.de0oz53p #nt555b73800b, .de0oz53p label[for="nt555b73800b"]{ display: none !important; }}
@media (min-width: 993px){.de0oz53p .mdenojfrl{ 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: 993px){.de0oz53p .mdenojfrl{ 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: 993px){.de0oz53p .mdenojfrl a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n074ef3_706.active{color: var(--text-color);}
#nt555b73800b:checked ~ .mdenojfrl{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.de0oz53p.q2c3a5_acb4 .mdenojfrl{ 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: 992px){#nt555b73800b:checked ~ .mdenojfrl{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.de0oz53p.q2c3a5_acb4 #nt555b73800b, .de0oz53p.q2c3a5_acb4 label[for="nt555b73800b"]{ display: none !important; }}
@media (min-width: 993px){.de0oz53p.q2c3a5_acb4 .mdenojfrl{ 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: 993px){.de0oz53p.q2c3a5_acb4 .mdenojfrl{ 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: 993px){.de0oz53p.q2c3a5_acb4 .mdenojfrl a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.wc81f3105bd{
  background-color: var(--bg-color, hsl(225, 10%, 9%));
  padding-top: 120px;
  padding-bottom: 60px;
  color: var(--text-color, hsl(225, 7%, 96%));
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
}
.ja52c5950{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.se61cdf72{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  margin-bottom: 48px;
}
.o2af__dfa0{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--text-color, hsl(225, 7%, 96%));
  width: 100%;
}
.hf9d__5770{
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted, hsl(225, 5%, 65%));
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.m824__d7ac{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin-bottom: 80px;
}
.v0b2fe_f05c{
  font-size: 16px;
  color: var(--text-color, hsl(225, 7%, 96%));
  text-decoration-line: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.v0b2fe_f05c:hover{
  color: var(--primary-color, hsl(225, 74%, 60%));
}
.jb514a_521f{
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  background-color: var(--primary-color, hsl(225, 74%, 60%));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: var(--radius-lg, 100px);
  text-decoration-line: none;
  transition-property: background-color, transform, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.2));
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.jb514a_521f:hover{
  background-color: var(--secondary-color, hsl(14, 59%, 60%));
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.4)); color: #1a1a2e;}
.ba8fdebde{
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--border-color, rgba(255, 255, 255, 0.08));
  padding-top: 32px;
}
.ya1d__a8db{
  font-size: 14px;
  color: var(--text-muted, hsl(225, 5%, 65%));
  width: 100%;
}
@media (max-width: 768px){.wc81f3105bd{
    padding-top: 80px;
    padding-bottom: 40px;
  }
.m824__d7ac{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 60px;
  }}
.q733__3563{box-sizing:border-box;}
.ca26__7a53{box-sizing:border-box;}
.v5d00280421{box-sizing:border-box;}