:root {

  --primary-color: hsl(269, 83%, 56%);
  --secondary-color: hsl(86, 66%, 56%);
  --bg-color: hsl(269, 8%, 96%);
  --text-color: hsl(269, 10%, 10%);
  --text-muted: hsl(269, 10%, 40%);
  --border-color: hsla(269, 10%, 10%, 0.08);
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 30px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(245, 244, 246, 0.95);
  --nav-link-hover: var(--primary-color);
  --chrome-primary: hsl(269, 83%, 56%);
  --chrome-secondary: hsl(86, 66%, 56%);
  --chrome-text: var(--content-text, hsl(220, 10%, 11%));
  --chrome-bg: var(--content-page-bg, hsl(220, 7%, 96%));
  --chrome-accent-gray: #ececec;
  --read-width: 680px;
  --border-radius-lg: 24px;
  --transition-smooth: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.i92cd6_28dd{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center; color: #1a1a2e;}
.tab2zg0nxhw{
    width: min(var(--max-width), 92vw);
    height: 100%;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.uacc10d_fml{
    margin-right: 48px;
    flex-shrink: 0;
    }
.b039627_d0{
    font-family: "Georgia", serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.l3c5694_0g{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    }
.g77ee378384{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.d1b0e71{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    }
.d1b0e71:hover{
    color: var(--primary-color);
    }
.b5b3609{
    margin-left: auto; 
    }
.q763__7b2b{
    display: inline-block;
    padding: 10px 24px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.q763__7b2b:hover{
    background: hsl(269, 83%, 46%); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.fac2d4_a9{
    display: none;
    }
.va9e__64e{
    display: none;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
    }
.x171f4beee1{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.x171f4beee1::before, .x171f4beee1::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.x171f4beee1::before{ top: -6px; }
.x171f4beee1::after{ bottom: -6px; }
@media (max-width: 1024px){.g77ee378384 {
    gap: 16px;
    }
.uacc10d_fml {
    margin-right: 24px;
    }}
@media (max-width: 768px){.va9e__64e{
    display: block;
    }
.l3c5694_0g{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-120%);
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.fac2d4_a9:checked ~ .l3c5694_0g{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    }
.g77ee378384{
    flex-direction: column;
    width: 100%;
    gap: 16px;
    }
.d1b0e71{
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 8px 0;
    }
.b5b3609{
    margin-left: 0;
    width: 100%;
    }
.q763__7b2b{
    width: 100%;
    text-align: center;
    padding: 14px;
    }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1{
    background: transparent;
    }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1::before{
    transform: rotate(45deg) translate(4px, 4px);
    }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1::after{
    transform: rotate(-45deg) translate(4px, -4px);
    }}
.d1b0e71.active{color: var(--primary-color);}
@media (min-width: 1025px){.i92cd6_28dd #nt92ce329ad4, .i92cd6_28dd label[for="nt92ce329ad4"]{ display: none !important; }}
@media (min-width: 1025px){.i92cd6_28dd .l3c5694_0g{ 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){.i92cd6_28dd .l3c5694_0g{ 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){.i92cd6_28dd .l3c5694_0g a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f13c79e_bcts{list-style:none;}
.d1b0e71.active {color: var(--primary-color);}
#nt92ce329ad4:checked ~ .l3c5694_0g { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.i92cd6_28dd.d7f7b5e3a .l3c5694_0g { 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) {#nt92ce329ad4:checked ~ .l3c5694_0g { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.i92cd6_28dd.d7f7b5e3a #nt92ce329ad4, .i92cd6_28dd.d7f7b5e3a label[for="nt92ce329ad4"] { display: none !important; }}
@media (min-width: 1025px) {.i92cd6_28dd.d7f7b5e3a .l3c5694_0g { 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) {.i92cd6_28dd.d7f7b5e3a .l3c5694_0g { 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) {.i92cd6_28dd.d7f7b5e3a .l3c5694_0g a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.l7d337__53653{
    background-color: var(--bg-color, hsl(269, 8%, 96%));
    padding: 80px 40px 40px 40px;
    border-top: 1px solid var(--border-color, hsla(269, 10%, 10%, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.tbd63fa_mcu{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.k10e56b_e9{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
    margin-bottom: 60px;
    }
.u5da__218{
    flex: 0 0 320px;
    width: 320px;
    }
.vf32__6e5b{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, hsl(269, 10%, 10%));
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    }
.wb330f__fdd21{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(269, 10%, 40%));
    margin: 0;
    }
.lv12zw57yru{
    flex: 0 0 140px;
    width: 140px;
    }
.e0376a_w9{
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, hsl(269, 10%, 10%));
    margin-top: 0;
    margin-bottom: 24px;
    }
.uf187d8_b8{
    display: block;
    font-size: 14px;
    color: var(--text-muted, hsl(269, 10%, 40%));
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.3s ease);
    }
.uf187d8_b8:hover{
    color: var(--primary-color, hsl(269, 83%, 56%));
    }
.tdc5__f6a{
    flex: 1 0 280px;
    max-width: 340px;
    }
.lccce__9b8{
    font-size: 14px;
    color: var(--text-muted, hsl(269, 10%, 40%));
    margin-bottom: 20px;
    }
.ef01c01b4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(269, 83%, 56%));
    color: #1a1a2e;
    padding: 14px 28px;
    border-radius: var(--radius-md, 12px);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s ease);
    }
.ef01c01b4:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.12));
    filter: brightness(1.1);
    }
.sf82831_c941{
    height: 1px;
    background-color: var(--border-color, hsla(269, 10%, 10%, 0.08));
    width: 100%;
    margin-bottom: 30px; color: #ffffff;}
.u2a27ea{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.vc75e119{
    font-size: 13px;
    color: var(--text-muted, hsl(269, 10%, 40%));
    }
.ce3e895_95c{
    font-size: 12px;
    color: var(--secondary-color, hsl(86, 66%, 56%));
    display: flex;
    align-items: center;
    }
.ce3e895_95c::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 8px;
    }
@media (max-width: 768px){.l7d337__53653 {
    padding: 60px 24px 30px 24px;
    }
.k10e56b_e9 {
    flex-direction: column;
    gap: 40px;
    }
.u5da__218,
    .lv12zw57yru,
    .tdc5__f6a {
    width: 100%;
    flex: none;
    }
.u2a27ea {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
div.kcd92ee2e.avt1faxw.rc4l3l8gaip1{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--chrome-text, #1a1a1a);
    background-color: var(--chrome-bg, #f9f9f9);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.kcd92ee2e.avt1faxw .n62d1187_10{
    padding: 100px 5%;
    max-width: var(--max-width);
    margin: 0 auto;
    }
div.kcd92ee2e.avt1faxw .ff33df65dc{
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f5 100%);
    padding-top: 60px; color: #1a1a2e;}
div.kcd92ee2e.avt1faxw .s8a6f_f1f2{
    position: absolute;
    right: 0;
    top: 10%;
    width: 55%;
    height: 80%;
    z-index: 1;
    opacity: 0.9;
    }
div.kcd92ee2e.avt1faxw .s8a6f_f1f2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
    box-shadow: -20px 20px 60px rgba(0,0,0,0.1);
    }
div.kcd92ee2e.avt1faxw .o5ab116_69{
    position: relative;
    z-index: 2;
    max-width: var(--read-width);
    text-align: left; 
    }
div.kcd92ee2e.avt1faxw h1.k96864__01a{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--chrome-primary);
    letter-spacing: -0.02em;
    }
div.kcd92ee2e.avt1faxw .x2a581_cn2{
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 32px;
    font-weight: 400;
    }
div.kcd92ee2e.avt1faxw .iaced_d8a{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.kcd92ee2e.avt1faxw .yc0a2fa{
    background: var(--chrome-primary);
    color: #1a1a2e;
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 25px rgba(138, 43, 226, 0.3);
    transition: var(--transition-smooth);
    }
div.kcd92ee2e.avt1faxw .yc0a2fa:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(138, 43, 226, 0.4);
    }
div.kcd92ee2e.avt1faxw .id7e__7bc2{
    background: #fff;
    color: var(--chrome-text);
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid var(--chrome-accent-gray);
    transition: var(--transition-smooth);
    }
div.kcd92ee2e.avt1faxw .id7e__7bc2:hover{
    background: #f0f0f0; color: #1a1a2e;}
div.kcd92ee2e.avt1faxw .s8df6bd3_uui{
    text-align: left; 
    margin-bottom: 60px;
    }
div.kcd92ee2e.avt1faxw .s8df6bd3_uui h2{
    font-size: 2.5rem;
    color: var(--chrome-primary);
    }
div.kcd92ee2e.avt1faxw .ba5c947{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 40px;
    }
div.kcd92ee2e.avt1faxw .j88c71a203b{
    background: #fff;
    padding: 60px;
    border-radius: var(--border-radius-lg);
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03); color: #1a1a2e;}
div.kcd92ee2e.avt1faxw .j88c71a203b:nth-child(even){
    flex-direction: row-reverse;
    }
div.kcd92ee2e.avt1faxw .asuug9563{
    flex: 1;
    max-width: 500px;
    }
div.kcd92ee2e.avt1faxw .asuug9563 img{
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    }
div.kcd92ee2e.avt1faxw .ua083jb058x{
    flex: 1;
    text-align: left;
    }
div.kcd92ee2e.avt1faxw .ua083jb058x h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--chrome-text);
    }
div.kcd92ee2e.avt1faxw .c4ab3__1c1{
    background: #111;
    color: #fff;
    border-radius: var(--border-radius-lg);
    padding: 80px;
    }
div.kcd92ee2e.avt1faxw .p9d3f32_d56{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    }
div.kcd92ee2e.avt1faxw .nba55__8be66{
    border-left: 2px solid var(--chrome-secondary);
    padding-left: 24px;
    }
div.kcd92ee2e.avt1faxw .nba55__8be66 h4{
    color: var(--chrome-secondary);
    font-size: 1.4rem;
    margin-bottom: 15px;
    }
div.kcd92ee2e.avt1faxw .hiv4ur1i0u{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
    border-top: 1px solid var(--chrome-accent-gray);
    }
div.kcd92ee2e.avt1faxw .q91f1e9b_5nfq{
    font-weight: 500;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.kcd92ee2e.avt1faxw .k04e__c65a{
    background: #f0f0f0;
    padding: 60px 5%;
    margin-top: 100px; color: #1a1a2e;}
div.kcd92ee2e.avt1faxw .tbd63fa_mcu{
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }
div.kcd92ee2e.avt1faxw .i4b0d7_0b42 h5{
    font-size: 1.1rem;
    margin-bottom: 20px;
    }
div.kcd92ee2e.avt1faxw .i4b0d7_0b42 ul{
    list-style: none;
    padding: 0;
    }
div.kcd92ee2e.avt1faxw .i4b0d7_0b42 ul li{
    margin-bottom: 12px;
    }
div.kcd92ee2e.avt1faxw .i4b0d7_0b42 a{
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    }
div.kcd92ee2e.avt1faxw .i4b0d7_0b42 a:hover{
    color: var(--chrome-primary);
    }
div.kcd92ee2e.avt1faxw .copyright{
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 0.85rem;
    }
@media (max-width: 992px) {div.kcd92ee2e.avt1faxw .s8a6f_f1f2{
    display: none;
    }
div.kcd92ee2e.avt1faxw .o5ab116_69{
    max-width: 100%;
    }
div.kcd92ee2e.avt1faxw .j88c71a203b, div.kcd92ee2e.avt1faxw .j88c71a203b:nth-child(even){
    flex-direction: column;
    padding: 30px;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.kcd92ee2e img.m4eb41ad179 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.kcd92ee2e img.m4eb41ad179.se496d05a1b { aspect-ratio: 16 / 9; }
div.kcd92ee2e img.m4eb41ad179.f518__66b8 { aspect-ratio: 16 / 10; }
div.kcd92ee2e img.m4eb41ad179.q3827604cf9 { aspect-ratio: 4 / 3; }
div.kcd92ee2e img.m4eb41ad179.ee3c__152d { aspect-ratio: 1 / 1; }
div.kcd92ee2e :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.kcd92ee2e .eaa5abc0b {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.kcd92ee2e .eaa5abc0b.se496d05a1b { aspect-ratio: 16 / 9; }
div.kcd92ee2e .eaa5abc0b.f518__66b8 { aspect-ratio: 16 / 10; }
div.kcd92ee2e .eaa5abc0b.q3827604cf9 { aspect-ratio: 4 / 3; }
div.kcd92ee2e .eaa5abc0b.ee3c__152d { aspect-ratio: 1 / 1; }
div.kcd92ee2e .eaa5abc0b > img.m4eb41ad179,
    div.kcd92ee2e .eaa5abc0b > picture > img.m4eb41ad179 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.kcd92ee2e.avt1faxw .yc0a2fa a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.kcd92ee2e.avt1faxw .yc0a2fa a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.kcd92ee2e.avt1faxw .yc0a2fa a:not([class]):hover{opacity:0.92;}
div.kcd92ee2e.avt1faxw .yc0a2fa a[class=""]:hover{opacity:0.92;}
div.kcd92ee2e.avt1faxw .yc0a2fa a:not([class]):visited{color:#ffffff !important;}
div.kcd92ee2e.avt1faxw .yc0a2fa a[class=""]:visited{color:#ffffff !important;}
.kd6d7d_3f27 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.kd6d7d_3f27 > :first-child,
    .kd6d7d_3f27 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.i92cd6_28dd{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center; color: #1a1a2e;}
.tab2zg0nxhw{
    width: min(var(--max-width), 92vw);
    height: 100%;
    display: flex;
    align-items: center;
    
    justify-content: flex-start;
    }
.uacc10d_fml{
    margin-right: 48px;
    flex-shrink: 0;
    }
.b039627_d0{
    font-family: "Georgia", serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.l3c5694_0g{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    }
.g77ee378384{
    display: flex;
    list-style: none;
    gap: 24px;
    }
.d1b0e71{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    }
.d1b0e71:hover{
    color: var(--primary-color);
    }
.b5b3609{
    margin-left: auto; 
    }
.q763__7b2b{
    display: inline-block;
    padding: 10px 24px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.q763__7b2b:hover{
    background: hsl(269, 83%, 46%); 
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #ffffff;}
.fac2d4_a9{
    display: none;
    }
.va9e__64e{
    display: none;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
    }
.x171f4beee1{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #ffffff;}
.x171f4beee1::before, .x171f4beee1::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.x171f4beee1::before{ top: -6px; }
.x171f4beee1::after{ bottom: -6px; }
@media (max-width: 1024px){.g77ee378384 {
    gap: 16px;
    }
.uacc10d_fml {
    margin-right: 24px;
    }}
@media (max-width: 768px){.va9e__64e{
    display: block;
    }
.l3c5694_0g{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-120%);
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.fac2d4_a9:checked ~ .l3c5694_0g{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    }
.g77ee378384{
    flex-direction: column;
    width: 100%;
    gap: 16px;
    }
.d1b0e71{
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 8px 0;
    }
.b5b3609{
    margin-left: 0;
    width: 100%;
    }
.q763__7b2b{
    width: 100%;
    text-align: center;
    padding: 14px;
    }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1{
    background: transparent;
    }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1::before{
    transform: rotate(45deg) translate(4px, 4px);
    }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1::after{
    transform: rotate(-45deg) translate(4px, -4px);
    }}
.d1b0e71.active{color: var(--primary-color);}
@media (min-width: 1025px){.i92cd6_28dd #nt92ce329ad4, .i92cd6_28dd label[for="nt92ce329ad4"]{ display: none !important; }}
@media (min-width: 1025px){.i92cd6_28dd .l3c5694_0g{ 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){.i92cd6_28dd .l3c5694_0g{ 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){.i92cd6_28dd .l3c5694_0g a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f13c79e_bcts{list-style:none;}
.d1b0e71.active{color: var(--primary-color);}
#nt92ce329ad4:checked ~ .l3c5694_0g{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g{ 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){#nt92ce329ad4:checked ~ .l3c5694_0g{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.i92cd6_28dd.d7f7b5e3a #nt92ce329ad4, .i92cd6_28dd.d7f7b5e3a label[for="nt92ce329ad4"]{ display: none !important; }}
@media (min-width: 1025px){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g{ 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){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g{ 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){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.l7d337__53653{
    background-color: var(--bg-color, hsl(269, 8%, 96%));
    padding: 80px 40px 40px 40px;
    border-top: 1px solid var(--border-color, hsla(269, 10%, 10%, 0.08));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.tbd63fa_mcu{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.k10e56b_e9{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px;
    margin-bottom: 60px;
    }
.u5da__218{
    flex: 0 0 320px;
    width: 320px;
    }
.vf32__6e5b{
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, hsl(269, 10%, 10%));
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    }
.wb330f__fdd21{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(269, 10%, 40%));
    margin: 0;
    }
.lv12zw57yru{
    flex: 0 0 140px;
    width: 140px;
    }
.e0376a_w9{
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, hsl(269, 10%, 10%));
    margin-top: 0;
    margin-bottom: 24px;
    }
.uf187d8_b8{
    display: block;
    font-size: 14px;
    color: var(--text-muted, hsl(269, 10%, 40%));
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.3s ease);
    }
.uf187d8_b8:hover{
    color: var(--primary-color, hsl(269, 83%, 56%));
    }
.tdc5__f6a{
    flex: 1 0 280px;
    max-width: 340px;
    }
.lccce__9b8{
    font-size: 14px;
    color: var(--text-muted, hsl(269, 10%, 40%));
    margin-bottom: 20px;
    }
.ef01c01b4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, hsl(269, 83%, 56%));
    color: #1a1a2e;
    padding: 14px 28px;
    border-radius: var(--radius-md, 12px);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s ease);
    }
.ef01c01b4:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.12));
    filter: brightness(1.1);
    }
.sf82831_c941{
    height: 1px;
    background-color: var(--border-color, hsla(269, 10%, 10%, 0.08));
    width: 100%;
    margin-bottom: 30px; color: #ffffff;}
.u2a27ea{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.vc75e119{
    font-size: 13px;
    color: var(--text-muted, hsl(269, 10%, 40%));
    }
.ce3e895_95c{
    font-size: 12px;
    color: var(--secondary-color, hsl(86, 66%, 56%));
    display: flex;
    align-items: center;
    }
.ce3e895_95c::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 8px;
    }
@media (max-width: 768px){.l7d337__53653 {
    padding: 60px 24px 30px 24px;
    }
.k10e56b_e9 {
    flex-direction: column;
    gap: 40px;
    }
.u5da__218,
    .lv12zw57yru,
    .tdc5__f6a {
    width: 100%;
    flex: none;
    }
.u2a27ea {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.i92cd6_28dd{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center; color: #1a1a2e;}
.tab2zg0nxhw{
  width: min(var(--max-width), 92vw);
  height: 100%;
  display: flex;
  align-items: center;
  
  justify-content: flex-start;
}
.uacc10d_fml{
  margin-right: 48px;
  flex-shrink: 0;
}
.b039627_d0{
  font-family: "Georgia", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.l3c5694_0g{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.g77ee378384{
  display: flex;
  list-style: none;
  gap: 24px;
}
.d1b0e71{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}
.d1b0e71:hover{
  color: var(--primary-color);
}
.b5b3609{
  margin-left: auto; 
}
.q763__7b2b{
  display: inline-block;
  padding: 10px 24px;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.q763__7b2b:hover{
  background: hsl(269, 83%, 46%); 
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #ffffff;}
.fac2d4_a9{
  display: none;
}
.va9e__64e{
  display: none;
  cursor: pointer;
  padding: 10px;
  margin-left: auto;
}
.x171f4beee1{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #ffffff;}
.x171f4beee1::before, .x171f4beee1::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.x171f4beee1::before{ top: -6px; }
.x171f4beee1::after{ bottom: -6px; }
@media (max-width: 1024px){.g77ee378384 {
    gap: 16px;
  }
.uacc10d_fml {
    margin-right: 24px;
  }}
@media (max-width: 768px){.va9e__64e{
    display: block;
  }
.l3c5694_0g{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border-bottom: 1px solid var(--border-color);
    transform: translateY(-120%);
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.fac2d4_a9:checked ~ .l3c5694_0g{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
.g77ee378384{
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
.d1b0e71{
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 8px 0;
  }
.b5b3609{
    margin-left: 0;
    width: 100%;
  }
.q763__7b2b{
    width: 100%;
    text-align: center;
    padding: 14px;
  }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1{
    background: transparent;
  }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1::before{
    transform: rotate(45deg) translate(4px, 4px);
  }
.fac2d4_a9:checked + .va9e__64e .x171f4beee1::after{
    transform: rotate(-45deg) translate(4px, -4px);
  }}
.d1b0e71.active{color: var(--primary-color);}
@media (min-width: 1025px){.i92cd6_28dd #nt92ce329ad4, .i92cd6_28dd label[for="nt92ce329ad4"]{ display: none !important; }}
@media (min-width: 1025px){.i92cd6_28dd .l3c5694_0g{ 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){.i92cd6_28dd .l3c5694_0g{ 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){.i92cd6_28dd .l3c5694_0g a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.f13c79e_bcts{list-style:none;}
.d1b0e71.active{color: var(--primary-color);}
#nt92ce329ad4:checked ~ .l3c5694_0g{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g{ 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){#nt92ce329ad4:checked ~ .l3c5694_0g{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.i92cd6_28dd.d7f7b5e3a #nt92ce329ad4, .i92cd6_28dd.d7f7b5e3a label[for="nt92ce329ad4"]{ display: none !important; }}
@media (min-width: 1025px){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g{ 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){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g{ 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){.i92cd6_28dd.d7f7b5e3a .l3c5694_0g a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.xb0d08b2b{
  background-color: var(--bg-color, hsl(269, 8%, 96%));
  padding: 80px 40px 40px 40px;
  border-top: 1px solid var(--border-color, hsla(269, 10%, 10%, 0.08));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.qb56bb_bf19{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.zf23a6_4992{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}
.y47815570{
  flex: 0 0 320px;
  width: 320px;
}
.g83ad8394{
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color, hsl(269, 10%, 10%));
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.s6d7e0c6d{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted, hsl(269, 10%, 40%));
  margin: 0;
}
.ob78__d653{
  flex: 0 0 140px;
  width: 140px;
}
.q4cb6c1aefe{
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color, hsl(269, 10%, 10%));
  margin-top: 0;
  margin-bottom: 24px;
}
.bcc1__e024{
  display: block;
  font-size: 14px;
  color: var(--text-muted, hsl(269, 10%, 40%));
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition, all 0.3s ease);
}
.bcc1__e024:hover{
  color: var(--primary-color, hsl(269, 83%, 56%));
}
.j27451_5fda{
  flex: 1 0 280px;
  max-width: 340px;
}
.c6311b_9d83{
  font-size: 14px;
  color: var(--text-muted, hsl(269, 10%, 40%));
  margin-bottom: 20px;
}
.e3c9a491b{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, hsl(269, 83%, 56%));
  color: #1a1a2e;
  padding: 14px 28px;
  border-radius: var(--radius-md, 12px);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
  transition: var(--transition, all 0.3s ease);
}
.e3c9a491b:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 12px 24px rgba(0, 0, 0, 0.12));
  filter: brightness(1.1);
}
.m652908d85e{
  height: 1px;
  background-color: var(--border-color, hsla(269, 10%, 10%, 0.08));
  width: 100%;
  margin-bottom: 30px; color: #ffffff;}
.cdfeb3_3697{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sae3__728f{
  font-size: 13px;
  color: var(--text-muted, hsl(269, 10%, 40%));
}
.q70c04d9c{
  font-size: 12px;
  color: var(--secondary-color, hsl(86, 66%, 56%));
  display: flex;
  align-items: center;
}
.q70c04d9c::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 8px;
}
@media (max-width: 768px){.xb0d08b2b {
    padding: 60px 24px 30px 24px;
  }
.zf23a6_4992 {
    flex-direction: column;
    gap: 40px;
  }
.y47815570,
  .ob78__d653,
  .j27451_5fda {
    width: 100%;
    flex: none;
  }
.cdfeb3_3697 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }}
.w21d19763f8{box-sizing:border-box;}
.q988__0373{box-sizing:border-box;}
.i5420d48a{box-sizing:border-box;}
.o6ca7c329{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.kcd92ee2e.avt1faxw .j88c71a203b { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.kcd92ee2e.avt1faxw .j88c71a203b > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.kcd92ee2e.avt1faxw .j88c71a203b:nth-child(even) { flex-direction: column !important; }
.u2a27ea { 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; }}