:root {

  --primary-color: hsl(230, 85%, 55%);
  --secondary-color: hsl(280, 80%, 55%);
  --bg-color: hsl(220, 15%, 98%);
  --text-color: hsl(220, 30%, 12%);
  --text-muted: hsl(220, 15%, 45%);
  --border-color: hsla(220, 20%, 50%, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 100px;
  --shadow-sm: 0 2px 8px hsla(220, 50%, 20%, 0.05);
  --shadow-md: 0 8px 24px hsla(220, 50%, 20%, 0.08);
  --shadow-lg: 0 16px 40px hsla(220, 50%, 20%, 0.12);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: hsla(220, 15%, 98%, 0.85);
  --btn-text: #ffffff;
  --font-serif: "Playfair Display", "Merriweather", "Noto Serif SC", serif;
  --h-bg-color: var(--page-bg, hsl(82, 8%, 96%));
  --h-text-main: var(--page-text, hsl(82, 10%, 9%));
  --h-text-muted: var(--page-text-muted, hsl(82, 5%, 40%));
  --h-primary: var(--brand-primary, hsl(82, 82%, 40%));
  --h-secondary: var(--brand-secondary, hsl(197, 66%, 45%));
  --h-accent: var(--brand-accent, hsl(240, 60%, 55%));
  --h-surface: var(--surface-bg, #ffffff);
  --h-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --h-radius-sm: 8px;
  --h-radius-md: 16px;
  --h-radius-lg: 24px;
  --h-radius-xl: 32px;
  --h-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
  --h-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
  --h-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.12);
  --h-font-serif: "Merriweather", "Georgia", "Noto Serif SC", serif;
  --h-font-sans: "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  --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%);
}
.v95c16d23, .v95c16d23 *{
    box-sizing: border-box;
    }
.v95c16d23{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    font-family: var(--font-serif); color: #1a1a2e;}
.iy61fgqy7xlt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: var(--nav-height);
    margin: 0 auto;
    }
.qd130__4df6{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.qd130__4df6:hover{
    opacity: 0.85;
    }
.t793fc__b7f{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    }
.uccf__ede{
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }
.i96f6f4{
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 24px;
    }
.o59619d_oww{
    display: flex;
    align-items: center;
    gap: 6px; 
    list-style: none;
    margin: 0;
    padding: 0;
    }
.vfa2bae_45{
    position: relative;
    }
.nzygupwk7xg6{
    display: inline-block;
    padding: 8px 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.nzygupwk7xg6::after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition); color: #ffffff;}
.nzygupwk7xg6:hover{
    color: #ffffff;
    background: hsla(230, 85%, 55%, 0.05);
    }
.nzygupwk7xg6:hover::after{
    transform: scaleX(1);
    }
.b9f8f753e3{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dcf2c5_drm7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-lg);
    
    background: var(--primary-color);
    color: var(--btn-text);
    
    box-shadow: 0 4px 0 hsl(230, 85%, 45%), 0 8px 16px hsla(230, 85%, 55%, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s ease;
    }
.dcf2c5_drm7:hover{
    
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 hsl(280, 80%, 45%), 0 12px 24px hsla(280, 80%, 55%, 0.3);
    }
.dcf2c5_drm7:active{
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent, 0 2px 4px hsla(280, 80%, 55%, 0.1);
    }
.xe588e_fc{
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--transition);
    }
.xe588e_fc:hover{
    background: hsla(220, 20%, 50%, 0.05); color: #1a1a2e;}
.dvgmkpzd, .dvgmkpzd::before, .dvgmkpzd::after{
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.dvgmkpzd::before{
    content: "";
    top: -7px;
    }
.dvgmkpzd::after{
    content: "";
    bottom: -7px;
    }
.wf65acc51{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.h2489c77a39{
    list-style: none;
    padding: 16px var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: var(--max-width);
    }
.gkn3rnfyc{
    width: 100%;
    }
.t95c7_30{
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    background: transparent;
    transition: var(--transition);
    }
.t95c7_30:hover{
    background: hsla(230, 85%, 55%, 0.08);
    color: #ffffff;
    padding-left: 28px;
    }
.t938c__65f:checked ~ .wf65acc51{
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 24px;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd{
    background-color: transparent;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::before{
    top: 0;
    transform: rotate(45deg);
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::after{
    bottom: 0;
    transform: rotate(-45deg);
    }
@media (max-width: 992px){.i96f6f4 {
    display: none; 
    }
.xe588e_fc {
    display: flex; 
    }
.dcf2c5_drm7 {
    padding: 10px 20px;
    font-size: 0.95rem;
    }}
@media (max-width: 480px){.uccf__ede{
    font-size: 1.5rem;
    }
.b9f8f753e3{
    gap: 12px;
    }
.dcf2c5_drm7{
    box-shadow: 0 2px 0 hsl(230, 85%, 45%);
    }
.dcf2c5_drm7:hover{
    box-shadow: 0 4px 0 hsl(280, 80%, 45%);
    transform: translateY(-1px);
    }
.dcf2c5_drm7:active{
    transform: translateY(2px);
    }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
@media (min-width: 993px){.v95c16d23 #nt60e7726998, .v95c16d23 label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ 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){.v95c16d23 .iy61fgqy7xlt{ 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){.v95c16d23 .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nzygupwk7xg6.active {color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active {background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
#nt60e7726998:checked ~ .iy61fgqy7xlt { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.v95c16d23.w62442cb22c .iy61fgqy7xlt { 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) {#nt60e7726998:checked ~ .iy61fgqy7xlt { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.v95c16d23.w62442cb22c #nt60e7726998, .v95c16d23.w62442cb22c label[for="nt60e7726998"] { display: none !important; }}
@media (min-width: 993px) {.v95c16d23.w62442cb22c .iy61fgqy7xlt { 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) {.v95c16d23.w62442cb22c .iy61fgqy7xlt { 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) {.v95c16d23.w62442cb22c .iy61fgqy7xlt a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w04f8649d3{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; color: #1a1a2e;}
.oc3a428df6b{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    }
.d0d1541_jgoe{width: 100%;
    max-width: 1000px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-md);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--shadow-lg);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.r6654__500{
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.15) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    top: -150px;
    left: -150px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.z3b0e7e0a1b{
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.ud50fd9_2ec{
    width: 100%;
    max-width: 760px;
    font-family: var(--font-serif);
    font-size: 42px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    }
.n47d1271{
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    color: hsla(0, 0%, 100%, 0.9);
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    }
.ub2803e0_c9b4{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    }
.pafeae6_roe4{
    width: auto;
    min-width: 200px;
    background-color: var(--text-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    box-shadow: 0 10px 30px hsla(220, 30%, 12%, 0.4);
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    }
.pafeae6_roe4:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 40px hsla(220, 30%, 12%, 0.6);
    background-color: #000000; color: #ffffff;}
.t50f__02d18{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    }
.qafd__d27{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    }
.i7da__c93{
    width: auto;
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.rfc55__e4f20{
    width: 100%;
    color: var(--text-muted);
    font-size: 15px;
    text-align: center;
    margin: 0;
    }
@media (max-width: 768px){.w04f8649d3{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.d0d1541_jgoe{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    border-radius: var(--radius-sm);
    }
.ud50fd9_2ec{
    font-size: 32px;
    margin-bottom: 16px;
    }
.n47d1271{
    font-size: 16px;
    margin-bottom: 32px;
    }
.pafeae6_roe4{
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    max-width: 300px;
    }}
div.i3b14b_7757.g5f5cd1d.x34f__fe47a{
    background-color: var(--h-bg-color);
    color: var(--h-text-main);
    font-family: var(--h-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    }
div.i3b14b_7757.g5f5cd1d .q6de6a0{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    }
div.i3b14b_7757.g5f5cd1d .n2e7__9706{
    text-align: center;
    }
div.i3b14b_7757.g5f5cd1d .u14ae__590{
    position: relative;
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(circle at top center, rgba(162, 235, 33, 0.15) 0%, rgba(245, 247, 243, 0) 70%); color: #1a1a2e;}
div.i3b14b_7757.g5f5cd1d .xc113_ebaf{
    max-width: 760px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    }
div.i3b14b_7757.g5f5cd1d .h5b07_e13{
    display: inline-block;
    padding: 6px 16px;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--h-secondary);
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    }
div.i3b14b_7757.g5f5cd1d .u14ae__590 h1{
    font-family: var(--h-font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--h-text-main);
    letter-spacing: -0.02em;
    }
div.i3b14b_7757.g5f5cd1d .sa67__f49ca{
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: var(--h-text-muted);
    margin-bottom: 40px;
    max-width: 680px;
    }
div.i3b14b_7757.g5f5cd1d .b29fd_5a3{
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    }
div.i3b14b_7757.g5f5cd1d .tqscdt0qw8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: var(--h-radius-md);
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: none;
    }
div.i3b14b_7757.g5f5cd1d .xbb6c_4e{
    background: linear-gradient(135deg, var(--h-secondary), var(--h-accent));
    color: #1a1a2e;
    box-shadow: 0 8px 20px rgba(45, 150, 200, 0.3);
    }
div.i3b14b_7757.g5f5cd1d .xbb6c_4e:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(45, 150, 200, 0.4);
    }
div.i3b14b_7757.g5f5cd1d .g87b2b9c4{
    background-color: var(--h-surface);
    color: var(--h-text-main);
    border: 1px solid var(--h-border);
    box-shadow: var(--h-shadow-sm);
    }
div.i3b14b_7757.g5f5cd1d .g87b2b9c4:hover{
    transform: translateY(-2px);
    box-shadow: var(--h-shadow-md);
    border-color: var(--h-text-muted);
    }
div.i3b14b_7757.g5f5cd1d .tfgemga1z70{
    padding: 100px 0;
    }
div.i3b14b_7757.g5f5cd1d .p0a932__112{
    max-width: 760px;
    margin: 0 auto 64px;
    text-align: center;
    }
div.i3b14b_7757.g5f5cd1d .p0a932__112 h2{
    font-family: var(--h-font-serif);
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 16px;
    }
div.i3b14b_7757.g5f5cd1d .p0a932__112 p{
    color: var(--h-text-muted);
    font-size: 1.125rem;
    }
div.i3b14b_7757.g5f5cd1d .ud3ec749802{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
    }
div.i3b14b_7757.g5f5cd1d .ud3ec749802.wora2257p0ly{
    direction: rtl;
    }
div.i3b14b_7757.g5f5cd1d .ud3ec749802.wora2257p0ly > *{
    direction: ltr;
    }
div.i3b14b_7757.g5f5cd1d .x2be0e45{
    padding: 20px 0;
    }
div.i3b14b_7757.g5f5cd1d .x2be0e45 h3{
    font-family: var(--h-font-serif);
    font-size: 2rem;
    margin-bottom: 24px;
    line-height: 1.3;
    }
div.i3b14b_7757.g5f5cd1d .x2be0e45 p{
    color: var(--h-text-muted);
    font-size: 1.1rem;
    margin-bottom: 24px;
    }
div.i3b14b_7757.g5f5cd1d .xbce7a__57a{position: relative;
    border-radius: var(--h-radius-lg);
    overflow: hidden;
    box-shadow: var(--h-shadow-md);
    aspect-ratio: 4/3;
    background-color: var(--h-surface); isolation: isolate; color: #1a1a2e;}
div.i3b14b_7757.g5f5cd1d .xbce7a__57a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    }
div.i3b14b_7757.g5f5cd1d .xbce7a__57a:hover img{
    transform: scale(1.03);
    }
div.i3b14b_7757.g5f5cd1d .qc8bde_7a{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    }
div.i3b14b_7757.g5f5cd1d .o847a0bb0{
    background-color: var(--h-surface);
    padding: 40px 32px;
    border-radius: var(--h-radius-lg);
    box-shadow: var(--h-shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid var(--h-border);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.i3b14b_7757.g5f5cd1d .o847a0bb0:hover{
    transform: translateY(-8px);
    box-shadow: var(--h-shadow-hover);
    border-color: rgba(0,0,0,0);
    }
div.i3b14b_7757.g5f5cd1d .jk5bs8156253{
    width: 48px;
    height: 48px;
    background-color: rgba(45, 150, 200, 0.1);
    border-radius: var(--h-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.i3b14b_7757.g5f5cd1d .jk5bs8156253 svg{
    width: 24px;
    height: 24px;
    }
div.i3b14b_7757.g5f5cd1d .o847a0bb0 h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    font-weight: 700;
    }
div.i3b14b_7757.g5f5cd1d .o847a0bb0 p{
    color: var(--h-text-muted);
    font-size: 0.95rem;
    flex-grow: 1;
    }
div.i3b14b_7757.g5f5cd1d .x9c5c9_47ab{
    color: var(--h-secondary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(45, 150, 200, 0.3);
    transition: border-color 0.2s;
    }
div.i3b14b_7757.g5f5cd1d .x9c5c9_47ab:hover{
    border-color: var(--h-secondary);
    }
div.i3b14b_7757.g5f5cd1d .htqkx0r7jxj{background-color: var(--h-surface);
    border-radius: var(--h-radius-xl);
    padding: 80px 40px;
    text-align: center;
    box-shadow: var(--h-shadow-md);
    margin: 60px auto 100px;
    max-width: 1000px;
    position: relative;
    overflow: hidden; isolation: isolate; color: #1a1a2e;}
div.i3b14b_7757.g5f5cd1d .htqkx0r7jxj::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--h-primary), var(--h-secondary), var(--h-accent)); color: #1a1a2e;}
div.i3b14b_7757.g5f5cd1d .htqkx0r7jxj h2{
    font-family: var(--h-font-serif);
    font-size: 2.5rem;
    margin-bottom: 24px;
    }
div.i3b14b_7757.g5f5cd1d .htqkx0r7jxj p{
    color: var(--h-text-muted);
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto 40px;
    }
div.i3b14b_7757.g5f5cd1d .p521cd4a2{
    border-top: 1px solid var(--h-border);
    padding: 60px 0 40px;
    background-color: var(--h-surface); color: #1a1a2e;}
div.i3b14b_7757.g5f5cd1d .s34fb0654{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.i3b14b_7757.g5f5cd1d .g9309f5e7{
    font-family: var(--h-font-serif);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--h-text-main);
    }
div.i3b14b_7757.g5f5cd1d .z489__0f51{
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    justify-content: center;
    }
div.i3b14b_7757.g5f5cd1d .z489__0f51 a{
    color: var(--h-text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
    }
div.i3b14b_7757.g5f5cd1d .z489__0f51 a:hover{
    color: var(--h-secondary);
    }
div.i3b14b_7757.g5f5cd1d .h-copyright{
    color: var(--h-text-muted);
    font-size: 0.875rem;
    opacity: 0.7;
    }
@media (max-width: 1024px) {div.i3b14b_7757.g5f5cd1d .ud3ec749802{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.i3b14b_7757.g5f5cd1d .ud3ec749802.wora2257p0ly{
    direction: ltr;
    }
div.i3b14b_7757.g5f5cd1d .xbce7a__57a{
    order: -1; 
    }
div.i3b14b_7757.g5f5cd1d .qc8bde_7a{
    grid-template-columns: repeat(2, 1fr);
    }}
@media (max-width: 640px) {div.i3b14b_7757.g5f5cd1d .u14ae__590{
    padding: 80px 0 60px;
    }
div.i3b14b_7757.g5f5cd1d .qc8bde_7a{
    grid-template-columns: 1fr;
    }
div.i3b14b_7757.g5f5cd1d .b29fd_5a3{
    flex-direction: column;
    width: 100%;
    }
div.i3b14b_7757.g5f5cd1d .tqscdt0qw8{
    width: 100%;
    }
div.i3b14b_7757.g5f5cd1d .htqkx0r7jxj{
    padding: 50px 20px;
    border-radius: var(--h-radius-lg);
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.i3b14b_7757 img.i131__3606 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.i3b14b_7757 img.i131__3606.q0da7097f { aspect-ratio: 16 / 9; }
div.i3b14b_7757 img.i131__3606.o717302fe { aspect-ratio: 16 / 10; }
div.i3b14b_7757 img.i131__3606.n210__e750 { aspect-ratio: 4 / 3; }
div.i3b14b_7757 img.i131__3606.pefbd94d169 { aspect-ratio: 1 / 1; }
div.i3b14b_7757 :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.i3b14b_7757 .qd353a_0dd5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.i3b14b_7757 .qd353a_0dd5.q0da7097f { aspect-ratio: 16 / 9; }
div.i3b14b_7757 .qd353a_0dd5.o717302fe { aspect-ratio: 16 / 10; }
div.i3b14b_7757 .qd353a_0dd5.n210__e750 { aspect-ratio: 4 / 3; }
div.i3b14b_7757 .qd353a_0dd5.pefbd94d169 { aspect-ratio: 1 / 1; }
div.i3b14b_7757 .qd353a_0dd5 > img.i131__3606,
    div.i3b14b_7757 .qd353a_0dd5 > picture > img.i131__3606 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.v95c16d23, .v95c16d23 *{
    box-sizing: border-box;
    }
.v95c16d23{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    font-family: var(--font-serif); color: #1a1a2e;}
.iy61fgqy7xlt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: var(--nav-height);
    margin: 0 auto;
    }
.qd130__4df6{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.qd130__4df6:hover{
    opacity: 0.85;
    }
.t793fc__b7f{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    }
.uccf__ede{
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }
.i96f6f4{
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 24px;
    }
.o59619d_oww{
    display: flex;
    align-items: center;
    gap: 6px; 
    list-style: none;
    margin: 0;
    padding: 0;
    }
.vfa2bae_45{
    position: relative;
    }
.nzygupwk7xg6{
    display: inline-block;
    padding: 8px 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.nzygupwk7xg6::after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition); color: #ffffff;}
.nzygupwk7xg6:hover{
    color: #ffffff;
    background: hsla(230, 85%, 55%, 0.05);
    }
.nzygupwk7xg6:hover::after{
    transform: scaleX(1);
    }
.b9f8f753e3{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dcf2c5_drm7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-lg);
    
    background: var(--primary-color);
    color: var(--btn-text);
    
    box-shadow: 0 4px 0 hsl(230, 85%, 45%), 0 8px 16px hsla(230, 85%, 55%, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s ease;
    }
.dcf2c5_drm7:hover{
    
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 hsl(280, 80%, 45%), 0 12px 24px hsla(280, 80%, 55%, 0.3);
    }
.dcf2c5_drm7:active{
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent, 0 2px 4px hsla(280, 80%, 55%, 0.1);
    }
.xe588e_fc{
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--transition);
    }
.xe588e_fc:hover{
    background: hsla(220, 20%, 50%, 0.05); color: #1a1a2e;}
.dvgmkpzd, .dvgmkpzd::before, .dvgmkpzd::after{
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.dvgmkpzd::before{
    content: "";
    top: -7px;
    }
.dvgmkpzd::after{
    content: "";
    bottom: -7px;
    }
.wf65acc51{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.h2489c77a39{
    list-style: none;
    padding: 16px var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: var(--max-width);
    }
.gkn3rnfyc{
    width: 100%;
    }
.t95c7_30{
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    background: transparent;
    transition: var(--transition);
    }
.t95c7_30:hover{
    background: hsla(230, 85%, 55%, 0.08);
    color: #ffffff;
    padding-left: 28px;
    }
.t938c__65f:checked ~ .wf65acc51{
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 24px;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd{
    background-color: transparent;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::before{
    top: 0;
    transform: rotate(45deg);
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::after{
    bottom: 0;
    transform: rotate(-45deg);
    }
@media (max-width: 992px){.i96f6f4 {
    display: none; 
    }
.xe588e_fc {
    display: flex; 
    }
.dcf2c5_drm7 {
    padding: 10px 20px;
    font-size: 0.95rem;
    }}
@media (max-width: 480px){.uccf__ede{
    font-size: 1.5rem;
    }
.b9f8f753e3{
    gap: 12px;
    }
.dcf2c5_drm7{
    box-shadow: 0 2px 0 hsl(230, 85%, 45%);
    }
.dcf2c5_drm7:hover{
    box-shadow: 0 4px 0 hsl(280, 80%, 45%);
    transform: translateY(-1px);
    }
.dcf2c5_drm7:active{
    transform: translateY(2px);
    }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
@media (min-width: 993px){.v95c16d23 #nt60e7726998, .v95c16d23 label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ 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){.v95c16d23 .iy61fgqy7xlt{ 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){.v95c16d23 .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ 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){#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c #nt60e7726998, .v95c16d23.w62442cb22c label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ 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){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ 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){.v95c16d23.w62442cb22c .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w04f8649d3{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; color: #1a1a2e;}
.oc3a428df6b{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    }
.d0d1541_jgoe{width: 100%;
    max-width: 1000px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-md);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--shadow-lg);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.r6654__500{
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.15) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    top: -150px;
    left: -150px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.z3b0e7e0a1b{
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.ud50fd9_2ec{
    width: 100%;
    max-width: 760px;
    font-family: var(--font-serif);
    font-size: 42px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    }
.n47d1271{
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    color: hsla(0, 0%, 100%, 0.9);
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    }
.ub2803e0_c9b4{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    }
.pafeae6_roe4{
    width: auto;
    min-width: 200px;
    background-color: var(--text-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    box-shadow: 0 10px 30px hsla(220, 30%, 12%, 0.4);
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    }
.pafeae6_roe4:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 40px hsla(220, 30%, 12%, 0.6);
    background-color: #000000; color: #ffffff;}
.t50f__02d18{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    }
.qafd__d27{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    }
.i7da__c93{
    width: auto;
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.rfc55__e4f20{
    width: 100%;
    color: var(--text-muted);
    font-size: 15px;
    text-align: center;
    margin: 0;
    }
@media (max-width: 768px){.w04f8649d3{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.d0d1541_jgoe{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    border-radius: var(--radius-sm);
    }
.ud50fd9_2ec{
    font-size: 32px;
    margin-bottom: 16px;
    }
.n47d1271{
    font-size: 16px;
    margin-bottom: 32px;
    }
.pafeae6_roe4{
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    max-width: 300px;
    }}
.v95c16d23, .v95c16d23 *{
  box-sizing: border-box;
}
.v95c16d23{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-serif); color: #1a1a2e;}
.iy61fgqy7xlt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  height: var(--nav-height);
  margin: 0 auto;
}
.qd130__4df6{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.qd130__4df6:hover{
  opacity: 0.85;
}
.t793fc__b7f{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.uccf__ede{
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-color);
}
.i96f6f4{
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.o59619d_oww{
  display: flex;
  align-items: center;
  gap: 6px; 
  list-style: none;
  margin: 0;
  padding: 0;
}
.vfa2bae_45{
  position: relative;
}
.nzygupwk7xg6{
  display: inline-block;
  padding: 8px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}
.nzygupwk7xg6::after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: var(--transition); color: #ffffff;}
.nzygupwk7xg6:hover{
  color: #ffffff;
  background: hsla(230, 85%, 55%, 0.05);
}
.nzygupwk7xg6:hover::after{
  transform: scaleX(1);
}
.b9f8f753e3{
  display: flex;
  align-items: center;
  gap: 16px;
}
.dcf2c5_drm7{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-lg);

  background: var(--primary-color);
  color: var(--btn-text);

  box-shadow: 0 4px 0 hsl(230, 85%, 45%), 0 8px 16px hsla(230, 85%, 55%, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s ease;
}
.dcf2c5_drm7:hover{
  
  background: var(--secondary-color);
  color: #1a1a2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 0 hsl(280, 80%, 45%), 0 12px 24px hsla(280, 80%, 55%, 0.3);
}
.dcf2c5_drm7:active{
  transform: translateY(4px);
  box-shadow: 0 0 0 transparent, 0 2px 4px hsla(280, 80%, 55%, 0.1);
}
.xe588e_fc{
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: var(--transition);
}
.xe588e_fc:hover{
  background: hsla(220, 20%, 50%, 0.05); color: #1a1a2e;}
.dvgmkpzd, .dvgmkpzd::before, .dvgmkpzd::after{
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--text-color);
  position: absolute;
  transition: var(--transition);
  border-radius: 2px; color: #ffffff;}
.dvgmkpzd::before{
  content: "";
  top: -7px;
}
.dvgmkpzd::after{
  content: "";
  bottom: -7px;
}
.wf65acc51{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);

  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.h2489c77a39{
  list-style: none;
  padding: 16px var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: var(--max-width);
}
.gkn3rnfyc{
  width: 100%;
}
.t95c7_30{
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  background: transparent;
  transition: var(--transition);
}
.t95c7_30:hover{
  background: hsla(230, 85%, 55%, 0.08);
  color: #ffffff;
  padding-left: 28px;
}
.t938c__65f:checked ~ .wf65acc51{
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 24px;
}
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd{
  background-color: transparent;
}
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::before{
  top: 0;
  transform: rotate(45deg);
}
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::after{
  bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 992px){.i96f6f4 {
    display: none; 
  }
.xe588e_fc {
    display: flex; 
  }
.dcf2c5_drm7 {
    padding: 10px 20px;
    font-size: 0.95rem;
  }}
@media (max-width: 480px){.uccf__ede{
    font-size: 1.5rem;
  }
.b9f8f753e3{
    gap: 12px;
  }
.dcf2c5_drm7{
    box-shadow: 0 2px 0 hsl(230, 85%, 45%);
  }
.dcf2c5_drm7:hover{
    box-shadow: 0 4px 0 hsl(280, 80%, 45%);
    transform: translateY(-1px);
  }
.dcf2c5_drm7:active{
    transform: translateY(2px);
  }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
@media (min-width: 993px){.v95c16d23 #nt60e7726998, .v95c16d23 label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ 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){.v95c16d23 .iy61fgqy7xlt{ 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){.v95c16d23 .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ 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){#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c #nt60e7726998, .v95c16d23.w62442cb22c label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ 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){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ 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){.v95c16d23.w62442cb22c .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t18f__296a{
  width: 100%;
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; color: #1a1a2e;}
.l5304a_5582{
  width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.r618d63c6{width: 100%;
  max-width: 1000px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: var(--radius-md);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-lg);
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.tbe004_5c9a{
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, hsla(0, 0%, 100%, 0.15) 0%, hsla(0, 0%, 100%, 0) 70%);
  position: absolute;
  top: -150px;
  left: -150px;
  border-radius: 50%;
  pointer-events: none; color: #1a1a2e;}
.x4b3__eea8{
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 70%);
  position: absolute;
  bottom: -200px;
  right: -200px;
  border-radius: 50%;
  pointer-events: none; color: #1a1a2e;}
.g059dd617{
  width: 100%;
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: 42px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.u5d2__02a5{
  width: 100%;
  max-width: 600px;
  font-size: 20px;
  color: hsla(0, 0%, 100%, 0.9);
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.hb87dd833ba{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.b67f82_fbf1{
  width: auto;
  min-width: 200px;
  background-color: var(--text-color);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  box-shadow: 0 10px 30px hsla(220, 30%, 12%, 0.4);
  transition: var(--transition);
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.b67f82_fbf1:hover{
  transform: translateY(-4px);
  box-shadow: 0 15px 40px hsla(220, 30%, 12%, 0.6);
  background-color: #000000; color: #ffffff;}
.a4aad8ed772{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 40px;
}
.ke80ca1bb{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.f82657b56{
  width: auto;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.d3109a_9463{
  width: 100%;
  color: var(--text-muted);
  font-size: 15px;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px){.t18f__296a{
    padding-top: 60px;
    padding-bottom: 30px;
  }
.r618d63c6{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    border-radius: var(--radius-sm);
  }
.g059dd617{
    font-size: 32px;
    margin-bottom: 16px;
  }
.u5d2__02a5{
    font-size: 16px;
    margin-bottom: 32px;
  }
.b67f82_fbf1{
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    max-width: 300px;
  }}
.g68ad8_42b5{box-sizing:border-box;}
.jf06f7_5f83{box-sizing:border-box;}
.paec52971d1{box-sizing:border-box;}