@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@400;500;600;700;800&family=Inter:wght@400;500&display=swap');

:root {
    --bg-primary: #fdfdfd;
    --bg-secondary: #f3f4f4;
    --bg-card: #fefefe;
    --bg-card-hover: #f5f5f5;
    --text-primary: #1b2223;
    --text-secondary: #587073;
    --text-muted: #778a8c;
    --border-color: #e2e3e3;
    --border-light: #d3d4d4;
    --footer-dark-bg: #18141b;
    --f14fn: #9b35df;
    --f15at: #2815cf;
    --f16ct: #2c5bc1;
    --f1q9: linear-gradient(to right, var(--f14fn), var(--f15at));
    --f1q9-alt: linear-gradient(to right, var(--f15at), var(--f16ct));
    --accent-glow: 0 4px 20px rgba(155, 53, 223, 0.25);
}

:root {
    --f14fn: #9b35df;
    --f15at: #2815cf;
    --f16ct: #2c5bc1;
    --f1q9: linear-gradient(to right, var(--f14fn), var(--f15at));
    --f3rg: 'Noto Sans Display', sans-serif;
    --f5mp: 'Inter', sans-serif;
    --f19z6: 64px;
    --f20p5: 44px;
    --f21me: 30px;
    --f17xm: 18px;
    --f18ja: 600;
    --f6y8: 2px;
    --f7y4: 4px;
    --f8no: 6px;
    --f9d1: 8px;
    --f4xp: 4px;
    --f10za: 0 2px 8px rgba(0,0,0,0.06);
    --f11bb: 0 4px 16px rgba(0,0,0,0.08);
    --f12w6: 0 8px 32px rgba(0,0,0,0.12);
    --f13yn: 0 16px 48px rgba(0,0,0,0.16);
    --sc_tadzhv: 40px 0;
}
.sc_l2s4g7 {
    border-radius: 2px;
    padding: 14px 28px;
}
.sc_c3cqsz, .sc_s0uw6b, .sc_o76x5v, .sc_euolk3, .sc_gwres0 {
    border-width: 3px;
    border-color: #9b35df;
}

.sc_c3cqsz, .sc_s0uw6b, .sc_euolk3, .sc_gwres0, .sc_o76x5v {
    position: relative;
}
.sc_c3cqsz::after, .sc_s0uw6b::after {
    content: '';
    position: absolute;
    inset: 8px 8px -8px -8px;
    background: var(--f14fn);
    opacity: 0.12;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s;
}
.sc_c3cqsz:hover::after, .sc_s0uw6b:hover::after {
    opacity: 0.22;
}

.sc_o76x5v {
    position: relative;
    padding-top: 50px;
}
.sc_o76x5v::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 72px;
    line-height: 1;
    color: var(--f14fn);
    opacity: 0.2;
    font-family: Georgia, serif;
}

.portfolio-item, .sc_wsptbe {
    position: relative;
}
.portfolio-item::before, .sc_wsptbe::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--f14fn);
    mix-blend-mode: color;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}
.portfolio-item:hover::before, .sc_ea15d9:hover .sc_wsptbe::before {
    opacity: 0;
}

.sc_d69wt2 {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.sc_d69wt2 .hero-bg { opacity: 0.5 !important; }
.sc_d69wt2 .sc_ec7kby {
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%) !important;
}
.sc_d69wt2 .sc_dcwp0i { text-align: center; }
/* Light hero (no dark overlay): readable dark copy on var(--bg-primary)/secondary */
.sc_d69wt2:not(:has(.sc_ec7kby)) .sc_fvmxs3 { color: var(--text-primary); text-shadow: none; }
.sc_d69wt2:not(:has(.sc_ec7kby)) .sc_n94sze { color: var(--text-secondary); }
.sc_d69wt2:not(:has(.sc_ec7kby)) .sc_m6vyil {
    background: color-mix(in srgb, var(--f14fn) 14%, var(--bg-primary));
    color: var(--text-primary) !important;
    border: 1px solid color-mix(in srgb, var(--f14fn) 40%, var(--border-color));
    backdrop-filter: blur(8px);
}
.sc_d69wt2:not(:has(.sc_ec7kby)) .sc_q74mkv { border-color: var(--text-primary); color: var(--text-primary); }
/* Dark overlay hero (.sc_ec7kby present): light text */
.sc_d69wt2:has(.sc_ec7kby) .sc_fvmxs3 { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.sc_d69wt2:has(.sc_ec7kby) .sc_n94sze { color: rgba(255,255,255,0.85); }
.sc_d69wt2:has(.sc_ec7kby) .sc_m6vyil { background: rgba(255,255,255,0.15); color: #fff !important; backdrop-filter: blur(8px); border: none; }
.sc_d69wt2:has(.sc_ec7kby) .sc_q74mkv { border-color: rgba(255,255,255,0.5); color: #fff; }
.sc_d69wt2 .sc_q2o7in { justify-content: center; }

.sc_qxxxps {
    background: var(--footer-dark-bg);
    padding: 16px 0;
    border-bottom: 2px solid var(--f14fn);
    box-shadow: 0 2px 20px color-mix(in srgb, var(--f14fn) 40%, transparent);
}
.sc_qxxxps .sc_oks016 { color: #fff; }
.sc_qxxxps .nav-link { color: rgba(255,255,255,0.7) !important; }
.sc_qxxxps .nav-link:hover, .sc_qxxxps .nav-link.active { color: var(--f14fn) !important; }
.sc_qxxxps .nav-link::after { background: var(--f14fn); }
.sc_qxxxps .sc_n4f3wq { background: var(--f14fn); color: #fff; border-color: var(--f14fn); }
.sc_qxxxps .sc_thx0i5 .sc_owt00p { background: #fff; }
.sc_qxxxps.scrolled { box-shadow: 0 4px 25px color-mix(in srgb, var(--f14fn) 30%, transparent); }

.sc_mlsmjp { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding-top: 80px; }
.sc_pjieew .sc_ucff0r::after { width: 40px; height: 2px; background: var(--f14fn); }
.sc_tfkl5f a { border-radius: 50%; }
.sc_upj0ue { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 60px; }

.contact-section .form-control {
    background: var(--bg-secondary);
    border: none;
    border-radius: var(--f8no);
    padding: 16px 20px;
    font-size: 15px;
}
.contact-section .form-control:focus { background: var(--bg-primary); box-shadow: 0 0 0 2px var(--f14fn); }
.contact-section .sc_l2s4g7 { border-radius: var(--f8no); }

.sc_oks016 { font-family: 'Dancing Script', 'Pacifico', cursive; font-size: 28px; font-weight: 700; letter-spacing: 1px; }

.sc_c3cqsz { counter-increment: card-counter; }
.sc_golod0::before {
    content: counter(card-counter, decimal-leading-zero) '.';
    display: block;
    color: var(--f14fn);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.6;
}
.services-section, .features-section { counter-reset: card-counter; }

.sc_s0uw6b img, .sc_c3cqsz img, .sc_euolk3 img, .portfolio-item img {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.sc_thx0i5 { width: 44px; height: 44px; gap: 5px; border: 1px solid var(--f14fn); background: none; border-radius: 0; outline: 3px solid transparent; outline-offset: 2px; transition: outline-color 0.25s ease; }
.sc_thx0i5 .sc_owt00p { width: 20px; height: 1.5px; border-radius: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_thx0i5:hover { outline-color: var(--f14fn); }
.sc_thx0i5.active { background: var(--f14fn); outline-color: var(--f14fn); }
.sc_thx0i5.active .sc_owt00p { background: #fff; }
.sc_thx0i5.active .sc_owt00p:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.sc_thx0i5.active .sc_owt00p:nth-child(2) { opacity: 0; }
.sc_thx0i5.active .sc_owt00p:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:12px;height:12px;border:2px solid var(--f14fn);border-radius:50%;margin:15px auto;opacity:0.35;}

.scroll-line{position:fixed;right:16px;top:20%;height:60%;width:3px;background:var(--border-color);border-radius:2px;z-index:9990;opacity:0.4;}.scroll-line .indicator{width:100%;background:var(--f14fn);border-radius:2px;transition:height 0.1s;}@media(max-width:768px){.scroll-line{display:none;}}

.progress-circle{position:fixed;bottom:80px;right:20px;width:44px;height:44px;z-index:9990;opacity:0.6;}.progress-circle svg{transform:rotate(-90deg);}.progress-circle .bg{fill:none;stroke:var(--border-color);stroke-width:3;}.progress-circle .fill{fill:none;stroke:var(--f14fn);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset 0.1s;}@media(max-width:768px){.progress-circle{display:none;}}

.sc_c3cqsz,.sc_s0uw6b,.sc_euolk3{opacity:0;animation:blurIn 0.45s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.04s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.16s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.22s;}@keyframes blurIn{from{opacity:0;filter:blur(3px);transform:translateY(8px);}to{opacity:1;filter:blur(0);transform:translateY(0);}}

@media(prefers-reduced-motion:reduce){.sc_c3cqsz,.sc_s0uw6b,.sc_euolk3,.sc_gwres0,.sc_ea15d9,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--bg-primary);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.08);
}
main > section:nth-child(even):not(.sc_e0hthd):not(.sc_hx16jw) { background: var(--bg-secondary, var(--bg-primary)); }
main > section:nth-child(1):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 2; }
main > section:nth-child(2):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 3; }
main > section:nth-child(3):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 4; }
main > section:nth-child(4):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 5; }
main > section:nth-child(5):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 6; }
main > section:nth-child(6):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 7; }
main > section:nth-child(7):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 8; }
main > section:nth-child(8):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 9; }
main > section:nth-child(9):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 10; }
main > section:nth-child(10):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 11; }
main > section:nth-child(11):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 12; }
main > section:nth-child(12):not(.sc_e0hthd):not(.sc_hx16jw) { z-index: 13; }
.sc_d69wt2 { z-index: 0; position: relative; }
.sc_mlsmjp { position: relative; z-index: 20; }
@media (max-width: 768px) { main > section { position: relative; box-shadow: none; } }

.sc_l2s4g7,.sc_nvvft0,.sc_q74mkv{position:relative;overflow:hidden;}.btn-ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,0.35);transform:scale(0);animation:rippleAnim 0.6s ease-out;pointer-events:none;}@keyframes rippleAnim{to{transform:scale(4);opacity:0;}}

.sc_s0uw6b img,.sc_euolk3 img,.portfolio-item img,.sc_c3cqsz img{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1);}.sc_s0uw6b:hover img,.sc_euolk3:hover img,.portfolio-item:hover img,.sc_c3cqsz:hover img{transform:scale(1.08) rotate(1.5deg);}

.sc_c3cqsz,.sc_s0uw6b,.sc_euolk3,.sc_o76x5v,.sc_gwres0{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(var(--f14fn-rgb,99,102,241),0.45);}70%{box-shadow:0 0 0 14px rgba(var(--f14fn-rgb,99,102,241),0);}}
.sc_d69wt2 .sc_nvvft0,.sc_d69wt2 .sc_l2s4g7{animation:pulseGlow 2.5s ease-in-out infinite;}

.spin-gradient{position:fixed;width:500px;height:500px;border-radius:50%;background:conic-gradient(from 0deg,var(--f14fn),transparent 120deg,transparent);opacity:0.025;animation:spinSlow 30s linear infinite;pointer-events:none;z-index:0;top:-150px;right:-150px;}@keyframes spinSlow{to{transform:rotate(360deg);}}@media(max-width:768px){.spin-gradient{width:300px;height:300px;}}

.word-reveal{display:inline;opacity:0;transition:opacity 0.4s ease;}.word-reveal.visible{opacity:1;}

.hero-geo-frame{position:absolute;inset:30px;border:1px solid var(--f14fn);opacity:0.07;pointer-events:none;z-index:0;border-radius:var(--f8no,16px);}
.hero-geo-corner{position:absolute;width:50px;height:50px;border:2px solid var(--f14fn);opacity:0.1;pointer-events:none;z-index:0;}
.hero-geo-corner.tl{top:20px;left:20px;border-right:none;border-bottom:none;border-radius:6px 0 0 0;}
.hero-geo-corner.br{bottom:20px;right:20px;border-left:none;border-top:none;border-radius:0 0 6px 0;}
@media(max-width:768px){.hero-geo-frame,.hero-geo-corner{display:none;}}

main > section:nth-child(even):not(.sc_e0hthd):not(.sc_hx16jw) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.sc_e0hthd):not(.sc_hx16jw)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cpath d='M0 40a40 40 0 0 1 40-40 40 40 0 0 1 40 40' fill='none' stroke='currentColor' stroke-width='0.8'/%3E%3Cpath d='M0 40a32 32 0 0 1 32-32 32 32 0 0 1 32 32' fill='none' stroke='currentColor' stroke-width='0.6' transform='translate(8 0)'/%3E%3Cpath d='M0 40a24 24 0 0 1 24-24 24 24 0 0 1 24 40' fill='none' stroke='currentColor' stroke-width='0.4' transform='translate(16 0)'/%3E%3C/svg%3E");
    background-size: 80px 40px;
}
.sc_d69wt2::before { display: none !important; }

main > section:nth-child(odd):not(:first-child) { position: relative; overflow: clip; }
main > section:nth-child(odd):not(:first-child)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.015 0.08' numOctaves='5' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3C/svg%3E");
    background-size: 512px 512px;
    mix-blend-mode: overlay;
}
.sc_d69wt2::before { display: none !important; }

html:not(.sc_wz9q0u) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_xomtkf {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_opx6d8 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_opx6d8 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_wcytzv, .sc_a9x5ww {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_wcytzv .nav-link,
    .sc_a9x5ww .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_n4f3wq {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_oks016 {
        flex-shrink: 0;
    }
}

div.sc_p8eh6k:not(.sc_tadzhv) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 0 !important;
    line-height: 1.5;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_p8eh6k:not(.sc_tadzhv) + .sc_qxxxps {
    top: 36px;
    background: var(--footer-dark-bg, #000000);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_p8eh6k:not(.sc_tadzhv) + .sc_qxxxps.scrolled {
    background: var(--bg-primary, #ffffff);
}

body:has(> div.sc_p8eh6k:not(.sc_tadzhv)) {
    padding-top: 36px;
}
div.sc_p8eh6k.sc_t1py9f {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_p8eh6k.sc_t1py9f + .sc_qxxxps,
div.sc_p8eh6k:not(.sc_tadzhv) + .sc_qxxxps.scrolled {
    top: 0;
}
div.sc_p8eh6k:not(.sc_tadzhv) ~ .sc_d69wt2,
div.sc_p8eh6k:not(.sc_tadzhv) ~ main > .sc_d69wt2,
div.sc_p8eh6k:not(.sc_tadzhv) ~ section.sc_d69wt2 {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div.sc_p8eh6k:not(.sc_tadzhv) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div.sc_p8eh6k:not(.sc_tadzhv) + .sc_qxxxps {
        top: 0;
    }
    
    body:has(> div.sc_p8eh6k:not(.sc_tadzhv)) {
        padding-top: 0;
    }
    div.sc_p8eh6k:not(.sc_tadzhv) ~ .sc_d69wt2,
    div.sc_p8eh6k:not(.sc_tadzhv) ~ main > .sc_d69wt2,
    div.sc_p8eh6k:not(.sc_tadzhv) ~ section.sc_d69wt2 {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    .sc_thx0i5 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_thx0i5 .sc_owt00p {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_opx6d8 {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
        height: 100dvh !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
    }
    .sc_opx6d8 .nav-link {
        font-size: 18px !important;
        padding: 14px 0 !important;
        display: block !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
    }
    .sc_opx6d8 .nav-link::after { display: none !important; }
    .sc_n4f3wq { display: none !important; }
    .sc_wcytzv, .sc_a9x5ww { display: none !important; }
}

@media (max-width: 992px) {
    .sc_opx6d8 { left: -100% !important; right: auto !important; width: min(300px,80vw) !important; background: var(--bg-primary) !important; padding: 100px 28px 40px !important; box-shadow: 8px 0 40px rgba(0,0,0,0.2) !important; border-right: 2px solid var(--border-color) !important; transition: left 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_opx6d8.active { left: 0 !important; }
    .sc_opx6d8 .nav-link { opacity: 0 !important; transform: translateX(-20px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .sc_opx6d8.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .sc_opx6d8.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .sc_opx6d8.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .sc_opx6d8.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .sc_opx6d8.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .sc_opx6d8.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .sc_opx6d8.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .sc_opx6d8.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .sc_opx6d8.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.sc_c3cqsz,
.sc_s0uw6b,
.sc_euolk3,
.sc_gwres0,
.sc_yq9yuv,
.sc_ea15d9 {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_c3cqsz *,
.sc_s0uw6b *,
.sc_euolk3 *,
.sc_gwres0 *,
.sc_yq9yuv * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_c3cqsz, .sc_s0uw6b, .sc_euolk3 {
        animation-fill-mode: forwards !important;
    }
}
.sc_euolk3 + .sc_euolk3 {
    margin-top: 1.5rem;
}

.sc_d69wt2 .sc_ec7kby ~ .container,
.sc_d69wt2 .sc_ec7kby ~ .container * {
    color: #fff;
}
.sc_d69wt2 .sc_ec7kby ~ .container p,
.sc_d69wt2 .sc_ec7kby ~ .container .sc_n94sze {
    color: rgba(255,255,255,0.85);
}
.sc_d69wt2 .sc_ec7kby ~ .container .sc_l2s4g7 {
    color: inherit;
}
.sc_mlsmjp[style*="background:none"] { background: none !important; }
.sc_mlsmjp[style*="background:none"]::before,
.sc_mlsmjp[style*="background:none"]::after { display: none !important; }

.swiper:not(.swiper-initialized) { overflow: hidden; }
.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex; flex-wrap: nowrap;
}
.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0; width: 100%;
}

.flip-swiper .swiper-button-next,
.flip-swiper .swiper-button-prev {
    width: 32px; height: 32px;
    background: var(--bg-card, #fff);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.flip-swiper .swiper-button-next::after,
.flip-swiper .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.flip-swiper .swiper-button-next { right: 0; }
.flip-swiper .swiper-button-prev { left: 0; }

.sc_c3cqsz, .sc_yq9yuv, .sc_s0uw6b, .sc_euolk3,
.sc_gwres0, .sc_ea15d9, .sc_o76x5v, .counter-item,
.card { overflow: hidden; }

.sc_c3cqsz h1, .sc_c3cqsz h2, .sc_c3cqsz h3, .sc_c3cqsz h4, .sc_c3cqsz h5, .sc_c3cqsz h6,
.sc_yq9yuv h1, .sc_yq9yuv h2, .sc_yq9yuv h3, .sc_yq9yuv h4,
.sc_s0uw6b h1, .sc_s0uw6b h2, .sc_s0uw6b h3, .sc_s0uw6b h4,
.counter-item h1, .counter-item h2, .counter-item h3, .counter-item h4,
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.sc_c3cqsz p, .sc_c3cqsz span, .sc_c3cqsz li,
.sc_yq9yuv p, .sc_s0uw6b p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.sc_rweycl, .sc_tdeyni, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.sc_c3cqsz .stat-number, .sc_c3cqsz [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.668;
    letter-spacing: 0.004em;
}

.sc_c3cqsz, .sc_s0uw6b, .sc_euolk3, .sc_o76x5v, .sc_gwres0 {
    padding: 28px;
}
.sc_c3cqsz, .sc_s0uw6b, .sc_euolk3, .sc_o76x5v, .sc_gwres0 .card-body {
    padding: 23px 24px;
}
.row > [class*="col"]:nth-child(1) .sc_c3cqsz,
.row > [class*="col"]:nth-child(1) .sc_s0uw6b {
    padding: 26px;
    border-radius: calc(var(--f7y4) + -2px);
}
.row > [class*="col"]:nth-child(2) .sc_c3cqsz,
.row > [class*="col"]:nth-child(2) .sc_s0uw6b {
    padding: 29px;
    border-radius: calc(var(--f7y4) + 0px);
}
.row > [class*="col"]:nth-child(3) .sc_c3cqsz,
.row > [class*="col"]:nth-child(3) .sc_s0uw6b {
    padding: 30px;
    border-radius: calc(var(--f7y4) + 2px);
}
.row > [class*="col"]:nth-child(4) .sc_c3cqsz,
.row > [class*="col"]:nth-child(4) .sc_s0uw6b {
    padding: 31px;
    border-radius: calc(var(--f7y4) + 3px);
}
.row > [class*="col"]:nth-child(5) .sc_c3cqsz,
.row > [class*="col"]:nth-child(5) .sc_s0uw6b {
    padding: 30px;
    border-radius: calc(var(--f7y4) + -2px);
}
.row > [class*="col"]:nth-child(6) .sc_c3cqsz,
.row > [class*="col"]:nth-child(6) .sc_s0uw6b {
    padding: 29px;
    border-radius: calc(var(--f7y4) + -2px);
}

.sc_l2s4g7 {
    padding: 15px 28px;
    font-size: 16px;
    letter-spacing: 0.34px;
    border-radius: calc(var(--f7y4) + 0px);
}
.sc_q74mkv {
    padding: 15px 30px;
    border-width: 1px;
}

main > section {
    padding-top: 76px;
    padding-bottom: 80px;
}
main > section:first-child {
    padding-top: 91px;
}
main > section:nth-child(2) {
    padding-top: 82px;
    padding-bottom: 70px;
}
main > section:nth-child(4) {
    padding-top: 80px;
    padding-bottom: 75px;
}
main > section:nth-child(6) {
    padding-top: 83px;
    padding-bottom: 72px;
}

.sc_bgfbmi {
    margin-bottom: 52px;
}

.sc_c3cqsz, .sc_s0uw6b, .sc_euolk3, .sc_gwres0 {
    box-shadow: 1px 3px 19px rgba(0,0,0,0.079);
}

.sc_d69wt2 {
    padding-top: 99px;
}
.sc_fvmxs3 {
    margin-bottom: 20px;
}
.sc_n94sze {
    margin-bottom: 42px;
    font-size: 19px;
    line-height: 1.638;
}
.sc_m6vyil {
    font-size: 13px;
    letter-spacing: 3.432px;
    margin-bottom: 24px;
}
.sc_q2o7in {
    gap: 12px;
}

.sc_nk4diw img {
    border-radius: 16px;
    box-shadow: 0 6px 39px rgba(0,0,0,0.084);
}

.sc_htrv65 {
    width: 53px;
    height: 53px;
    font-size: 22px;
    border-radius: 9px;
    margin-bottom: 18px;
}

.sc_golod0, .card-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.sc_cdbx21, .card-text {
    font-size: 14px;
    line-height: 1.627;
}

.sc_b0garh {
    margin-bottom: 15px;
    letter-spacing: 0.08px;
}
.sc_km93gk {
    font-size: 13px;
    letter-spacing: 3.695px;
    margin-bottom: 15px;
}
.sc_fimin7 {
    font-size: 16px;
    line-height: 1.652;
}

@media (min-width: 993px) {
    .sc_opx6d8 {
        gap: 26px;
    }
    .sc_opx6d8 .nav-link {
        font-size: 14px;
        padding: 7px 0;
    }
}

.sc_mlsmjp {
    padding-top: 66px;
}
.sc_pjieew .sc_ucff0r {
    font-size: 18px;
    margin-bottom: 25px;
}
.sc_v3evc1 a {
    font-size: 13px;
}
.sc_v3evc1 li {
    margin-bottom: 8px;
}
.sc_tfkl5f {
    gap: 8px;
}
.sc_tfkl5f a {
    width: 40px;
    height: 40px;
}
.sc_upj0ue {
    padding: 26px 0;
    margin-top: 58px;
}

.form-control {
    border-radius: 5px;
    padding: 15px 13px;
    font-size: 14px;
}

.sc_o76x5v {
    padding: 31px;
}
.sc_v19yp6 {
    font-size: 18px;
    line-height: 1.646;
    margin-bottom: 21px;
}
.sc_wmujd6 {
    width: 50px;
    height: 50px;
}
.sc_vxb6xf {
    font-size: 14px;
}
.sc_kuzuk3 {
    font-size: 13px;
}

.sc_gwres0 {
    padding: 39px;
}
.sc_d6lc2o {
    font-size: 19px;
    margin-bottom: 7px;
}
.sc_rp0jo9 {
    font-size: 46px;
    margin-bottom: 20px;
}
.sc_ol0q27 li {
    padding: 12px 0;
    font-size: 13px;
}

.sc_rweycl, .stat-number {
    font-size: 37px;
    margin-bottom: 7px;
}
.sc_tdeyni {
    font-size: 15px;
    letter-spacing: 0.246px;
}

.sc_wsptbe img {
    border-radius: 15px;
}
.sc_l4h9zd {
    font-size: 18px;
    margin-bottom: 3px;
}
.sc_tnu0vs {
    font-size: 12px;
}

.sc_eeluag {
    font-size: 34px;
    margin-bottom: 9px;
}
.sc_h1dtdl {
    font-size: 19px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.572s !important;
}
.sc_c3cqsz, .sc_s0uw6b, .sc_euolk3, .sc_o76x5v,
.sc_gwres0, .sc_ea15d9 {
    transition-duration: 0.323s;
}

.row {
    --bs-gutter-y: 32px;
}

.sc_e0hthd {
    padding: 91px 0;
}
.sc_xnpyjf {
    font-size: 36px;
    margin-bottom: 18px;
}
.sc_thabrf {
    font-size: 17px;
    margin-bottom: 27px;
}

.sc_euolk3 .sc_tonbvw img {
    border-radius: 12px 12px 0 0;
}
.sc_lfpxbp {
    font-size: 14px;
    margin-bottom: 7px;
    gap: 12px;
}

.sc_qxxxps {
    padding: 21px 0;
}
.sc_qxxxps.scrolled {
    padding: 17px 0;
}
.sc_oks016 {
    font-size: 22px;
}
.sc_n4f3wq {
    margin-left: 19px;
}

:root {
    --_stamp: 'fa63d5';
    --_seed: '6d7467';
    --_flag: 36791;
}
.event-hook { visibility: inherit }
.build-stamp { box-sizing: border-box; visibility: inherit; vertical-align: baseline }
.layout-anchor { --_ref: '5ecb' }
.base-ref { box-sizing: border-box; content: '' }

.sc_mlsmjp { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.65) !important; }
.sc_mlsmjp h1, .sc_mlsmjp h2, .sc_mlsmjp h3,
.sc_mlsmjp h4, .sc_mlsmjp h5, .sc_mlsmjp h6,
.sc_mlsmjp .sc_ucff0r { color: #fff !important; }
.sc_mlsmjp p, .sc_mlsmjp li, .sc_mlsmjp span,
.sc_mlsmjp label { color: rgba(255,255,255,0.6) !important; }
.sc_mlsmjp a:not(.sc_l2s4g7) { color: rgba(255,255,255,0.65) !important; }
.sc_mlsmjp a:not(.sc_l2s4g7):hover { color: #fff !important; }

.sc_hx16jw { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_hx16jw h1, .sc_hx16jw h2, .sc_hx16jw h3, .sc_hx16jw h4, .sc_hx16jw h5, .sc_hx16jw h6 { color: #fff !important; }
.sc_hx16jw p, .sc_hx16jw li, .sc_hx16jw span:not(.badge):not(.sc_l2s4g7) { color: rgba(255,255,255,0.78) !important; }
.sc_hx16jw a:not(.sc_l2s4g7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_hx16jw a:not(.sc_l2s4g7):not(.nav-link):hover { color: #fff !important; }
.sc_hx16jw .sc_rweycl { color: #fff !important; }
.sc_hx16jw .sc_tdeyni { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom h1, .bg-dark-custom h2, .bg-dark-custom h3, .bg-dark-custom h4, .bg-dark-custom h5, .bg-dark-custom h6 { color: #fff !important; }
.bg-dark-custom p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(.sc_l2s4g7) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.sc_l2s4g7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_l2s4g7):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_rweycl { color: #fff !important; }
.bg-dark-custom .sc_tdeyni { color: rgba(255,255,255,0.7) !important; }

.sc_e0hthd { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_e0hthd h1, .sc_e0hthd h2, .sc_e0hthd h3, .sc_e0hthd h4, .sc_e0hthd h5, .sc_e0hthd h6 { color: #fff !important; }
.sc_e0hthd p, .sc_e0hthd li, .sc_e0hthd span:not(.badge):not(.sc_l2s4g7) { color: rgba(255,255,255,0.78) !important; }
.sc_e0hthd a:not(.sc_l2s4g7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_e0hthd a:not(.sc_l2s4g7):not(.nav-link):hover { color: #fff !important; }
.sc_e0hthd .sc_rweycl { color: #fff !important; }
.sc_e0hthd .sc_tdeyni { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3, .bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff !important; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(.sc_l2s4g7) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.sc_l2s4g7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_l2s4g7):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_rweycl { color: #fff !important; }
.bg-gradient-custom .sc_tdeyni { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom h1, .bg-accent-custom h2, .bg-accent-custom h3, .bg-accent-custom h4, .bg-accent-custom h5, .bg-accent-custom h6 { color: #fff !important; }
.bg-accent-custom p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.sc_l2s4g7) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.sc_l2s4g7):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_l2s4g7):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_rweycl { color: #fff !important; }
.bg-accent-custom .sc_tdeyni { color: rgba(255,255,255,0.7) !important; }

.sc_hx16jw .bg-card, .bg-dark-custom .bg-card,
.sc_e0hthd .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
.sc_hx16jw .sc_c3cqsz, .bg-dark-custom .sc_c3cqsz,
.sc_e0hthd .sc_c3cqsz {
    background: rgba(255,255,255,0.05) !important;
    border-color: rgba(255,255,255,0.12) !important;
}

.text-force-light, .text-force-light h1, .text-force-light h2, .text-force-light h3, .text-force-light h4, .text-force-light h5, .text-force-light h6 { color: #fff !important; }
.text-force-light p, .text-force-light span, .text-force-light a, .text-force-light li, .text-force-light label, .text-force-light td, .text-force-light small { color: rgba(255,255,255,0.8) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.65) !important; }
.text-force-dark, .text-force-dark h1, .text-force-dark h2, .text-force-dark h3, .text-force-dark h4, .text-force-dark h5, .text-force-dark h6 { color: var(--text-primary) !important; }
.text-force-dark p, .text-force-dark span, .text-force-dark li { color: var(--text-secondary) !important; }

.pl-logo{font-size:42px;font-weight:800;font-family:var(--f3rg,sans-serif);color:var(--f14fn);animation:plLogoPulse 1.6s ease-in-out infinite;letter-spacing:-1px;user-select:none;}@keyframes plLogoPulse{0%,100%{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}

.ix-countdown{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;}
.ix-cd-item{text-align:center;min-width:90px;}
.ix-cd-num{display:block;font-size:clamp(40px,8vw,72px);font-weight:900;font-family:var(--f3rg);color:#fff;line-height:1;letter-spacing:-0.02em;}
.ix-cd-label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,0.5);margin-top:6px;}
.ix-cd-sep{font-size:clamp(28px,5vw,48px);font-weight:300;color:var(--f14fn);opacity:0.6;padding-bottom:20px;}
@keyframes ixCdPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.05);}}
.ix-cd-num.ix-cd-tick{animation:ixCdPulse 0.3s ease;}

.ix-steps{position:relative;max-width:800px;margin:0 auto;}
.ix-steps-bar{position:absolute;top:24px;left:48px;right:48px;height:3px;background:var(--border-color);border-radius:2px;z-index:0;}
.ix-steps-progress{height:100%;width:0;background:var(--f1q9);border-radius:2px;transition:width 0.6s cubic-bezier(0.4,0,0.2,1);}
.ix-steps-row{display:flex;justify-content:space-between;position:relative;z-index:1;}
.ix-step{flex:1;text-align:center;cursor:pointer;padding:0 8px;opacity:0.45;transition:opacity 0.4s;max-width:200px;}
.ix-step.active{opacity:1;}
.ix-step-num{width:48px;height:48px;border-radius:50%;border:3px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin:0 auto;font-family:var(--f3rg);font-weight:800;font-size:16px;color:var(--text-secondary);background:var(--bg-primary);transition:all 0.4s;}
.ix-step.active .ix-step-num{border-color:var(--f14fn);background:var(--f14fn);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,0.15);}
@media(max-width:576px){.ix-steps-row{flex-wrap:wrap;gap:16px;}.ix-steps-bar{display:none;}}