@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Raleway:wght@400;500;600&display=swap');

:root {
    --bg-primary: #1b1716;
    --bg-secondary: #211a17;
    --bg-card: #29211e;
    --bg-card-hover: #3d2f29;
    --text-primary: #f1f0f0;
    --text-secondary: #c5bcb9;
    --text-muted: #9d9491;
    --border-color: #3c2d26;
    --border-light: #513a31;
    --footer-dark-bg: #1b1716;
    --f14y6: #ece841;
    --f15tf: #ec9d53;
    --f16wh: #bd817d;
    --f1ya: linear-gradient(to right, var(--f14y6), var(--f15tf));
    --f1ya-alt: linear-gradient(to right, var(--f15tf), var(--f16wh));
    --accent-glow: 0 4px 20px rgba(236, 232, 65, 0.25);
}

:root {
    --f14y6: #ece841;
    --f15tf: #ec9d53;
    --f16wh: #bd817d;
    --f1ya: linear-gradient(to right, var(--f14y6), var(--f15tf));
    --f3c0: 'Cardo', serif;
    --f5m6: 'Raleway', sans-serif;
    --f19z3: 48px;
    --f20b3: 36px;
    --f21u5: 26px;
    --f17hq: 16px;
    --f18fz: 600;
    --f6zy: 14px;
    --f7rw: 20px;
    --f8bb: 28px;
    --f9rp: 40px;
    --f4vz: 50px;
    --f10u8: 0 2px 8px #ece84118;
    --f11ds: 0 4px 16px #ece84122;
    --f12x5: 0 8px 32px #ece84130;
    --f13b6: 0 16px 48px #ece84140;
    --sc_auas6t: 100px 0;
}
.sc_tmej3i {
    border-radius: 2px;
    padding: 14px 28px;
}
.sc_n0a1kd, .sc_gmh9nk, .sc_psyz9p, .sc_yead41, .sc_q2v8pw {
    border-width: 3px;
    border-color: #ece841;
}

.sc_yw323u img, .about-image img, .portfolio-item img, .sc_vzi9vm img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.sc_yw323u:hover img, .about-image:hover img,
.portfolio-item:hover img, .sc_oesyft:hover .sc_vzi9vm img {
    filter: grayscale(0%);
}

.sc_k7jzsg {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin: 40px 0;
}

.process-item {
    position: relative;
    padding-top: 60px;
}
.process-item .sc_bb9554 {
    font-size: 80px;
    font-weight: 900;
    opacity: 0.08;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.sc_np8plf {
    background:
        radial-gradient(ellipse at 20% 50%, var(--f14y6) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, var(--f15tf, var(--f14y6)) 0%, transparent 50%),
        var(--bg-secondary);
    background-blend-mode: overlay;
}
.sc_np8plf .hero-bg { opacity: 0.06; }

.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--f14y6);
    transition: width 0.3s, left 0.3s;
}
.btn-link-custom:hover::after {
    width: 100%;
    left: 0;
}

.sc_n0a1kd, .sc_gmh9nk, .sc_yead41, .sc_q2v8pw, .sc_psyz9p {
    border-left: 4px solid var(--f14y6);
    border-bottom: 4px solid var(--f15tf, var(--f14y6));
    border-radius: 0;
}

.sc_ouywcj, .sc_fuz0hf {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 700;
}

.sc_np8plf { min-height: 100vh; position: relative; overflow: hidden; }
.sc_np8plf::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: var(--f14y6);
    opacity: 0.06;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
.sc_yw323u { position: relative; z-index: 1; }
.sc_yw323u img {
    border-radius: 0 0 0 var(--f9rp);
    box-shadow: -20px 20px 60px rgba(0,0,0,0.15);
}
.sc_ys6t1k { position: relative; z-index: 2; }
.sc_fuz0hf { border-left: 3px solid var(--f14y6); padding-left: 12px; background: none; border-radius: 0; }

.sc_ht4b0r {
    background: var(--bg-primary);
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}
.sc_ht4b0r .sc_qk3f9o { gap: 16px; }
.sc_zhcncw { font-size: 18px; }
.sc_t5z0iu { gap: 16px; }
.sc_t5z0iu .nav-link { font-size: 12px; padding: 4px 0; }
.sc_t5z0iu .nav-link::after { height: 1px; }
.sc_i4kx6m { padding: 6px 16px !important; font-size: 12px !important; }
.sc_ht4b0r.scrolled { padding: 6px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }

.sc_sbljwn {
    background: #0a0a0f;
    color: rgba(255,255,255,0.5);
    padding-top: 80px;
}
.sc_sbljwn h4,.sc_sbljwn h5 { color: #fff; }
.sc_e6yajr .sc_pgg4zh::after { background: var(--f14y6); box-shadow: 0 0 10px var(--f14y6); }
.sc_duncsj a:hover { color: var(--f14y6); text-shadow: 0 0 8px color-mix(in srgb, var(--f14y6) 50%, transparent); }
.sc_w535s3 a { border-color: rgba(255,255,255,0.1); }
.sc_w535s3 a:hover { background: var(--f14y6); border-color: var(--f14y6); box-shadow: 0 0 15px color-mix(in srgb, var(--f14y6) 40%, transparent); }
.sc_pra6lb { border-top: 1px solid rgba(255,255,255,0.06); }
.sc_pra6lb p { color: rgba(255,255,255,0.25); }

.contact-section { position: relative; }
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--bg-secondary);
    z-index: 0;
}
.contact-section .container { position: relative; z-index: 1; }
.contact-section .sc_y120gr { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--f8bb); box-shadow: var(--f11ds); }

.sc_zhcncw { font-size: 18px; font-weight: 700; background: rgba(var(--f14y6-rgb, 99,102,241), 0.1); color: var(--f14y6) !important; padding: 8px 18px; border-radius: var(--f7rw); }

.sc_er4jnx, .card-title, .sc_v53cn0 {
    background: var(--f1ya);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.sc_sbljwn .sc_er4jnx, .sc_sbljwn .card-title, .sc_sbljwn .sc_v53cn0,
.sc_ht4b0r .sc_er4jnx, .sc_ht4b0r .card-title, .sc_ht4b0r .sc_v53cn0 {
    -webkit-text-fill-color: initial;
    background: none;
}

section:not(.sc_np8plf) .col-lg-6 img, section:not(.sc_np8plf) .col-lg-5 img, .about-section img, section img.rounded {
    outline: 2px solid var(--f14y6);
    outline-offset: 8px;
    border-radius: var(--f7rw);
}

.sc_ca1l76 { width: 42px; height: 42px; gap: 5px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); border-radius: var(--f7rw, 8px); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.sc_ca1l76 .sc_wppndm { width: 20px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_ca1l76:hover { background: rgba(255,255,255,0.16); }
.sc_ca1l76.active { border-color: var(--f14y6); background: rgba(var(--f14y6-rgb, 99,102,241), 0.15); }
.sc_ca1l76.active .sc_wppndm:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_ca1l76.active .sc_wppndm:nth-child(2) { opacity: 0; }
.sc_ca1l76.active .sc_wppndm:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.progress-pct{position:fixed;bottom:20px;left:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--f14y6);background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;z-index:9990;opacity:0.6;font-family:var(--f5m6);}@media(max-width:768px){.progress-pct{display:none;}}

.sc_n0a1kd,.sc_gmh9nk,.sc_yead41{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);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--f14y6);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.sc_n0a1kd,.sc_gmh9nk,.sc_yead41,.sc_q2v8pw,.sc_oesyft,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle,var(--f14y6) 0.8px,transparent 0.8px);background-size:32px 32px;opacity:0.025;}

main > section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
main > section.in-view {
    opacity: 1;
    transform: translateY(0);
}
.sc_np8plf { opacity: 1 !important; transform: none !important; }

.sc_n0a1kd,.sc_gmh9nk{animation:borderPulse 4s ease-in-out infinite;}.sc_n0a1kd:nth-child(odd),.sc_gmh9nk:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--f14y6);}}

.sc_ouywcj{animation:taglinePulse 3s ease-in-out infinite;}@keyframes taglinePulse{0%,100%{opacity:1;}50%{opacity:0.5;}}

.counter-spin{animation:counterSlot 0.8s cubic-bezier(0.16,1,0.3,1) forwards;}@keyframes counterSlot{0%{transform:translateY(100%);filter:blur(4px);}100%{transform:translateY(0);filter:blur(0);}}

.sc_n0a1kd,.sc_gmh9nk,.sc_q2v8pw{position:relative;overflow:hidden;border:none !important;}.sc_n0a1kd::after,.sc_gmh9nk::after,.sc_q2v8pw::after{content:'';position:absolute;inset:-2px;background:conic-gradient(from var(--shimmer-angle,0deg),var(--f14y6),var(--f15tf,var(--f14y6)),transparent,var(--f14y6));border-radius:inherit;z-index:-1;animation:shimmerBorder 4s linear infinite;}.sc_n0a1kd::before,.sc_gmh9nk::before,.sc_q2v8pw::before{content:'';position:absolute;inset:2px;background:var(--bg-card);border-radius:inherit;z-index:-1;}@keyframes shimmerBorder{to{--shimmer-angle:360deg;}}@property --shimmer-angle{syntax:'<angle>';initial-value:0deg;inherits:false;}

html:not(.sc_gmfk5b) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_qk3f9o {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_t5z0iu {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_t5z0iu .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_eisdl2, .sc_s1i1vv {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_eisdl2 .nav-link,
    .sc_s1i1vv .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_i4kx6m {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_zhcncw {
        flex-shrink: 0;
    }
}

div.sc_k7jzsg:not(.sc_auas6t) {
    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_k7jzsg:not(.sc_auas6t) + .sc_ht4b0r {
    top: 36px;
    background: var(--bg-primary, #ffffff);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

body:has(> div.sc_k7jzsg:not(.sc_auas6t)) {
    padding-top: 36px;
}
div.sc_k7jzsg.sc_rbwvyc {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_k7jzsg.sc_rbwvyc + .sc_ht4b0r,
div.sc_k7jzsg:not(.sc_auas6t) + .sc_ht4b0r.scrolled {
    top: 0;
}
div.sc_k7jzsg:not(.sc_auas6t) ~ .sc_np8plf,
div.sc_k7jzsg:not(.sc_auas6t) ~ main > .sc_np8plf,
div.sc_k7jzsg:not(.sc_auas6t) ~ section.sc_np8plf {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div.sc_k7jzsg:not(.sc_auas6t) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div.sc_k7jzsg:not(.sc_auas6t) + .sc_ht4b0r {
        top: 0;
    }
    
    body:has(> div.sc_k7jzsg:not(.sc_auas6t)) {
        padding-top: 0;
    }
    div.sc_k7jzsg:not(.sc_auas6t) ~ .sc_np8plf,
    div.sc_k7jzsg:not(.sc_auas6t) ~ main > .sc_np8plf,
    div.sc_k7jzsg:not(.sc_auas6t) ~ section.sc_np8plf {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    .sc_ca1l76 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_ca1l76 .sc_wppndm {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_t5z0iu {
        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_t5z0iu .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_t5z0iu .nav-link::after { display: none !important; }
    .sc_i4kx6m { display: none !important; }
    .sc_eisdl2, .sc_s1i1vv { display: none !important; }
}

@media (max-width: 992px) {
    .sc_t5z0iu { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: rgba(var(--bg-card-rgb,255,255,255),0.65) !important; backdrop-filter: blur(20px) !important; -webkit-backdrop-filter: blur(20px) !important; border-left: 1px solid rgba(255,255,255,0.2) !important; padding: 100px 32px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_t5z0iu.active { right: 0 !important; }
    .sc_t5z0iu .nav-link { opacity: 0 !important; transform: translateX(16px) scale(0.96) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; border-bottom: 1px solid rgba(255,255,255,0.15) !important; }
    .sc_t5z0iu.active .nav-link { opacity: 1 !important; transform: translateX(0) scale(1) !important; }
    .sc_t5z0iu.active .nav-link:nth-child(1){transition-delay:.08s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(2){transition-delay:.14s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(3){transition-delay:.20s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(4){transition-delay:.26s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(5){transition-delay:.32s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(6){transition-delay:.38s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(7){transition-delay:.44s !important;}
    .sc_t5z0iu.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.sc_n0a1kd,
.sc_gmh9nk,
.sc_yead41,
.sc_q2v8pw,
.sc_tazo6v,
.sc_oesyft {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_n0a1kd *,
.sc_gmh9nk *,
.sc_yead41 *,
.sc_q2v8pw *,
.sc_tazo6v * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_n0a1kd, .sc_gmh9nk, .sc_yead41 {
        animation-fill-mode: forwards !important;
    }
}
.sc_yead41 + .sc_yead41 {
    margin-top: 1.5rem;
}

.sc_np8plf .sc_yhep3r ~ .container,
.sc_np8plf .sc_yhep3r ~ .container * {
    color: #fff;
}
.sc_np8plf .sc_yhep3r ~ .container p,
.sc_np8plf .sc_yhep3r ~ .container .sc_puoivy {
    color: rgba(255,255,255,0.85);
}
.sc_np8plf .sc_yhep3r ~ .container .sc_tmej3i {
    color: inherit;
}
.sc_sbljwn[style*="background:none"] { background: none !important; }
.sc_sbljwn[style*="background:none"]::before,
.sc_sbljwn[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_n0a1kd, .sc_tazo6v, .sc_gmh9nk, .sc_yead41,
.sc_q2v8pw, .sc_oesyft, .sc_psyz9p, .counter-item,
.card { overflow: hidden; }

.sc_n0a1kd h1, .sc_n0a1kd h2, .sc_n0a1kd h3, .sc_n0a1kd h4, .sc_n0a1kd h5, .sc_n0a1kd h6,
.sc_tazo6v h1, .sc_tazo6v h2, .sc_tazo6v h3, .sc_tazo6v h4,
.sc_gmh9nk h1, .sc_gmh9nk h2, .sc_gmh9nk h3, .sc_gmh9nk 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_n0a1kd p, .sc_n0a1kd span, .sc_n0a1kd li,
.sc_tazo6v p, .sc_gmh9nk p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.sc_olq2wb, .sc_uhq6ol, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.sc_n0a1kd .stat-number, .sc_n0a1kd [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.63;
    letter-spacing: 0.003em;
}

.sc_n0a1kd, .sc_gmh9nk, .sc_yead41, .sc_psyz9p, .sc_q2v8pw {
    padding: 28px;
}
.sc_n0a1kd, .sc_gmh9nk, .sc_yead41, .sc_psyz9p, .sc_q2v8pw .card-body {
    padding: 27px 18px;
}
.row > [class*="col"]:nth-child(1) .sc_n0a1kd,
.row > [class*="col"]:nth-child(1) .sc_gmh9nk {
    padding: 26px;
    border-radius: calc(var(--f7rw) + -2px);
}
.row > [class*="col"]:nth-child(2) .sc_n0a1kd,
.row > [class*="col"]:nth-child(2) .sc_gmh9nk {
    padding: 25px;
    border-radius: calc(var(--f7rw) + 0px);
}
.row > [class*="col"]:nth-child(3) .sc_n0a1kd,
.row > [class*="col"]:nth-child(3) .sc_gmh9nk {
    padding: 31px;
    border-radius: calc(var(--f7rw) + -2px);
}
.row > [class*="col"]:nth-child(4) .sc_n0a1kd,
.row > [class*="col"]:nth-child(4) .sc_gmh9nk {
    padding: 28px;
    border-radius: calc(var(--f7rw) + 0px);
}
.row > [class*="col"]:nth-child(5) .sc_n0a1kd,
.row > [class*="col"]:nth-child(5) .sc_gmh9nk {
    padding: 25px;
    border-radius: calc(var(--f7rw) + -1px);
}
.row > [class*="col"]:nth-child(6) .sc_n0a1kd,
.row > [class*="col"]:nth-child(6) .sc_gmh9nk {
    padding: 25px;
    border-radius: calc(var(--f7rw) + -2px);
}

.sc_tmej3i {
    padding: 16px 28px;
    font-size: 15px;
    letter-spacing: 0.359px;
    border-radius: calc(var(--f7rw) + -2px);
}
.sc_or7x1n {
    padding: 17px 27px;
    border-width: 1px;
}

main > section {
    padding-top: 88px;
    padding-bottom: 88px;
}
main > section:first-child {
    padding-top: 94px;
}
main > section:nth-child(2) {
    padding-top: 93px;
    padding-bottom: 85px;
}
main > section:nth-child(3) {
    padding-top: 91px;
    padding-bottom: 88px;
}
main > section:nth-child(6) {
    padding-top: 83px;
    padding-bottom: 94px;
}

.sc_wlz7u0 {
    margin-bottom: 52px;
}

.sc_n0a1kd, .sc_gmh9nk, .sc_yead41, .sc_q2v8pw {
    box-shadow: 1px 5px 14px rgba(0,0,0,0.083);
}

.sc_np8plf {
    padding-top: 105px;
}
.sc_ik4of8 {
    margin-bottom: 23px;
}
.sc_puoivy {
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 1.598;
}
.sc_fuz0hf {
    font-size: 12px;
    letter-spacing: 2.373px;
    margin-bottom: 23px;
}
.sc_kq91xb {
    gap: 16px;
}

.sc_yw323u img {
    border-radius: 16px;
    box-shadow: 0 9px 36px rgba(0,0,0,0.082);
}

.sc_blhj76 {
    width: 54px;
    height: 54px;
    font-size: 20px;
    border-radius: 15px;
    margin-bottom: 17px;
}

.sc_er4jnx, .card-title {
    font-size: 20px;
    margin-bottom: 13px;
}
.sc_jq21bt, .card-text {
    font-size: 15px;
    line-height: 1.605;
}

.sc_v53cn0 {
    margin-bottom: 18px;
    letter-spacing: 0.0px;
}
.sc_ouywcj {
    font-size: 13px;
    letter-spacing: 3.35px;
    margin-bottom: 11px;
}
.sc_zrh4bc {
    font-size: 17px;
    line-height: 1.684;
}

@media (min-width: 993px) {
    .sc_t5z0iu {
        gap: 27px;
    }
    .sc_t5z0iu .nav-link {
        font-size: 13px;
        padding: 9px 0;
    }
}

.sc_sbljwn {
    padding-top: 69px;
}
.sc_e6yajr .sc_pgg4zh {
    font-size: 17px;
    margin-bottom: 19px;
}
.sc_duncsj a {
    font-size: 15px;
}
.sc_duncsj li {
    margin-bottom: 8px;
}
.sc_w535s3 {
    gap: 9px;
}
.sc_w535s3 a {
    width: 39px;
    height: 39px;
}
.sc_pra6lb {
    padding: 26px 0;
    margin-top: 58px;
}

.form-control {
    border-radius: 7px;
    padding: 14px 18px;
    font-size: 16px;
}

.sc_psyz9p {
    padding: 34px;
}
.sc_wr78jk {
    font-size: 16px;
    line-height: 1.651;
    margin-bottom: 24px;
}
.sc_bcq03i {
    width: 48px;
    height: 48px;
}
.sc_lfx7yf {
    font-size: 14px;
}
.sc_boqteb {
    font-size: 12px;
}

.sc_q2v8pw {
    padding: 36px;
}
.sc_xs8wak {
    font-size: 19px;
    margin-bottom: 6px;
}
.sc_mzccsu {
    font-size: 43px;
    margin-bottom: 22px;
}
.sc_ib4g4p li {
    padding: 10px 0;
    font-size: 14px;
}

.sc_olq2wb, .stat-number {
    font-size: 40px;
    margin-bottom: 4px;
}
.sc_uhq6ol {
    font-size: 14px;
    letter-spacing: 0.77px;
}

.sc_vzi9vm img {
    border-radius: 17px;
}
.sc_vs8mmm {
    font-size: 18px;
    margin-bottom: 3px;
}
.sc_gcsle0 {
    font-size: 13px;
}

.sc_bb9554 {
    font-size: 31px;
    margin-bottom: 10px;
}
.sc_kc4c4f {
    font-size: 19px;
    margin-bottom: 6px;
}

.wow {
    animation-duration: 0.669s !important;
}
.sc_n0a1kd, .sc_gmh9nk, .sc_yead41, .sc_psyz9p,
.sc_q2v8pw, .sc_oesyft {
    transition-duration: 0.248s;
}

.row {
    --bs-gutter-y: 28px;
}

.sc_gfwfpm {
    padding: 90px 0;
}
.sc_qmqsct {
    font-size: 35px;
    margin-bottom: 13px;
}
.sc_bd5lqc {
    font-size: 17px;
    margin-bottom: 31px;
}

.sc_yead41 .sc_k3xiha img {
    border-radius: 8px 8px 0 0;
}
.sc_kejsw7 {
    font-size: 14px;
    margin-bottom: 6px;
    gap: 12px;
}

.sc_ht4b0r {
    padding: 19px 0;
}
.sc_ht4b0r.scrolled {
    padding: 17px 0;
}
.sc_zhcncw {
    font-size: 24px;
}
.sc_i4kx6m {
    margin-left: 13px;
}

:root {
    --_rev: 2.49;
    --_run: 4.70;
    --_seed: '8d12e916';
}
.a11y-skip { unicode-bidi: normal; pointer-events: auto; font-style: inherit }
.vis-helper { display: inherit; content: '' }
.theme-marker { vertical-align: baseline }
.ctx-mark { pointer-events: auto; font-style: inherit; unicode-bidi: normal }
.node-stub { unicode-bidi: normal }

.sc_sbljwn { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.65) !important; }
.sc_sbljwn h1, .sc_sbljwn h2, .sc_sbljwn h3,
.sc_sbljwn h4, .sc_sbljwn h5, .sc_sbljwn h6,
.sc_sbljwn .sc_pgg4zh { color: #fff !important; }
.sc_sbljwn p, .sc_sbljwn li, .sc_sbljwn span,
.sc_sbljwn label { color: rgba(255,255,255,0.6) !important; }
.sc_sbljwn a:not(.sc_tmej3i) { color: rgba(255,255,255,0.65) !important; }
.sc_sbljwn a:not(.sc_tmej3i):hover { color: #fff !important; }

.sc_liejth { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_liejth h1, .sc_liejth h2, .sc_liejth h3, .sc_liejth h4, .sc_liejth h5, .sc_liejth h6 { color: #fff !important; }
.sc_liejth p, .sc_liejth li, .sc_liejth span:not(.badge):not(.sc_tmej3i) { color: rgba(255,255,255,0.78) !important; }
.sc_liejth a:not(.sc_tmej3i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_liejth a:not(.sc_tmej3i):not(.nav-link):hover { color: #fff !important; }
.sc_liejth .sc_olq2wb { color: #fff !important; }
.sc_liejth .sc_uhq6ol { 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_tmej3i) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.sc_tmej3i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_tmej3i):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_olq2wb { color: #fff !important; }
.bg-dark-custom .sc_uhq6ol { color: rgba(255,255,255,0.7) !important; }

.sc_gfwfpm { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_gfwfpm h1, .sc_gfwfpm h2, .sc_gfwfpm h3, .sc_gfwfpm h4, .sc_gfwfpm h5, .sc_gfwfpm h6 { color: #fff !important; }
.sc_gfwfpm p, .sc_gfwfpm li, .sc_gfwfpm span:not(.badge):not(.sc_tmej3i) { color: rgba(255,255,255,0.78) !important; }
.sc_gfwfpm a:not(.sc_tmej3i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_gfwfpm a:not(.sc_tmej3i):not(.nav-link):hover { color: #fff !important; }
.sc_gfwfpm .sc_olq2wb { color: #fff !important; }
.sc_gfwfpm .sc_uhq6ol { 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_tmej3i) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.sc_tmej3i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_tmej3i):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_olq2wb { color: #fff !important; }
.bg-gradient-custom .sc_uhq6ol { 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_tmej3i) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.sc_tmej3i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_tmej3i):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_olq2wb { color: #fff !important; }
.bg-accent-custom .sc_uhq6ol { color: rgba(255,255,255,0.7) !important; }

.sc_liejth .bg-card, .bg-dark-custom .bg-card,
.sc_gfwfpm .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
.sc_liejth .sc_n0a1kd, .bg-dark-custom .sc_n0a1kd,
.sc_gfwfpm .sc_n0a1kd {
    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; }

.sc_fuz0hf, .sc_zhcncw, .card-tag, .badge-accent, .sc_tmej3i.btn-accent, .accent-bg-text, .bg-accent-custom.bg-accent-text-fix { color: #1a1a2e !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: #1a1a2e !important; }
.bg-accent-custom p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.sc_tmej3i) { color: rgba(26,26,46,0.85) !important; }

.pl-bars{display:flex;align-items:center;gap:4px;height:36px;}.pl-bars span{width:4px;background:var(--f14y6);border-radius:2px;animation:plBar 1s ease-in-out infinite;}.pl-bars span:nth-child(1){height:12px;animation-delay:-.4s}.pl-bars span:nth-child(2){height:20px;animation-delay:-.3s}.pl-bars span:nth-child(3){height:28px;animation-delay:-.2s}.pl-bars span:nth-child(4){height:20px;animation-delay:-.1s}.pl-bars span:nth-child(5){height:12px}@keyframes plBar{0%,100%{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}

.ix-price-toggle{display:inline-flex;align-items:center;gap:12px;}
.ix-pt-label{font-size:15px;font-weight:600;color:var(--text-secondary);transition:color 0.3s;}
.ix-pt-label.ix-pt-active{color:var(--text-primary);}
.ix-pt-switch{width:52px;height:28px;border-radius:14px;background:var(--border-color);border:none;cursor:pointer;position:relative;transition:background 0.3s;padding:0;}
.ix-pt-switch.active{background:var(--f14y6);}
.ix-pt-dot{position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 1px 4px rgba(0,0,0,0.15);}
.ix-pt-switch.active .ix-pt-dot{transform:translateX(24px);}
.ix-pt-badge{font-size:12px;font-weight:700;color:var(--f14y6);background:rgba(var(--f14y6-rgb,99,102,241),0.1);padding:3px 10px;border-radius:20px;}
.ix-price{margin:20px 0;line-height:1;}
.ix-price-currency{font-size:20px;font-weight:700;vertical-align:top;margin-right:2px;}
.ix-price-value{font-size:52px;font-weight:800;font-family:var(--f3c0);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);}
.ix-price-value.ix-updating{transform:translateY(-8px);opacity:0;}
.ix-price-period{font-size:15px;font-weight:400;opacity:0.7;}