@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800&family=Red+Hat+Text:wght@400;500;600&display=swap');

:root {
    --bg-primary: #f5f5f4;
    --bg-secondary: #e8e7e6;
    --bg-card: #f8f7f7;
    --bg-card-hover: #eaeaea;
    --text-primary: #1e1e1d;
    --text-secondary: #636159;
    --text-muted: #80807f;
    --border-color: #dddcd9;
    --border-light: #c2c1be;
    --footer-dark-bg: #1e1f2c;
    --j14q7: #3b408d;
    --j15ub: #316c9b;
    --j16p7: #587b7b;
    --j1n6: linear-gradient(45deg, var(--j14q7), var(--j15ub));
    --j1n6-alt: linear-gradient(45deg, var(--j15ub), var(--j16p7));
    --accent-glow: 0 4px 20px rgba(59, 64, 141, 0.25);
}

:root {
    --j14q7: #3b408d;
    --j15ub: #316c9b;
    --j16p7: #587b7b;
    --j1n6: linear-gradient(45deg, var(--j14q7), var(--j15ub));
    --j3nh: 'Red Hat Display', sans-serif;
    --j5tl: 'Red Hat Text', sans-serif;
    --j19wo: 84px;
    --j20dc: 52px;
    --j21zj: 36px;
    --j17hx: 18px;
    --j18zb: 600;
    --j6q5: 0px;
    --j7dv: 0px;
    --j8mn: 0px;
    --j9vn: 0px;
    --j4nq: 0px;
    --j10xl: none;
    --j11kd: none;
    --j12j1: none;
    --j13wd: none;
    --css_mdh1o: 100px 0;
}
.css_acjxe {
    border-radius: 10px;
    padding: 14px 28px;
}
.css_mnigq, .css_qkz2m, .css_ioxmw, .css_j1vyq, .css_h5uav {
    border-width: 1px;
    border-color: var(--border-color);
}

.portfolio-item, .css_u9i4y {
    position: relative;
}
.portfolio-item::before, .css_u9i4y::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--j14q7);
    mix-blend-mode: color;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}
.portfolio-item:hover::before, .css_vqnmq:hover .css_u9i4y::before {
    opacity: 0;
}

.css_ncssc {
    transition: box-shadow 0.3s;
}
.css_ncssc:hover {
    box-shadow: 0 0 20px var(--j14q7), 0 0 40px rgba(var(--j14q7), 0.3);
}

.css_mnigq, .css_qkz2m, .css_j1vyq, .css_h5uav, .css_ioxmw {
    transform: rotate(-1.5deg);
    transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
}
.css_mnigq:hover, .css_qkz2m:hover, .css_j1vyq:hover, .css_h5uav:hover, .css_ioxmw:hover {
    transform: rotate(0deg) translateY(-4px);
}

.css_f747l {
    -webkit-text-stroke: 2px var(--j14q7);
    -webkit-text-fill-color: transparent;
}
.css_f747l:hover {
    -webkit-text-fill-color: var(--j14q7);
    transition: -webkit-text-fill-color 0.4s;
}

.css_mnigq, .css_qkz2m, .css_j1vyq, .css_h5uav, .css_ioxmw {
    position: relative;
    overflow: hidden;
}
.css_mnigq::after, .css_qkz2m::after, .css_j1vyq::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--j1n6);
}

.css_ehpu5 {
    position: relative;
    margin-top: 40px;
}
.css_ehpu5::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: inherit;
    clip-path: ellipse(55% 100% at 50% 100%);
}

.row > [class*="col"]:nth-child(2) { transform: translate(6px, 14px); }
.row > [class*="col"]:nth-child(3) { transform: translate(-6px, 28px); }
.row > [class*="col"]:nth-child(4) { transform: translate(6px, 14px); }
.row > [class*="col"]:nth-child(5) { transform: translate(-6px, 28px); }
.row > [class*="col"]:nth-child(6) { transform: translate(6px, 14px); }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.css_be7n8 {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.css_be7n8 .hero-bg { opacity: 0.5 !important; }
.css_be7n8 .css_zdoa4 {
    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;
}
.css_be7n8 .css_lo54x { text-align: center; }
.css_be7n8 .css_f747l { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.css_be7n8 .css_qn30d { color: rgba(255,255,255,0.85); }
.css_be7n8 .css_hogc8 { background: rgba(255,255,255,0.15); color: #fff !important; backdrop-filter: blur(8px); }
.css_be7n8 .css_tr760 { border-color: rgba(255,255,255,0.5); color: #fff; }
.css_be7n8 .css_r57zn { justify-content: center; }

.css_pnogu { background: transparent; padding: 24px 0; }
.css_pnogu .css_pt6fx { padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.css_pnogu.scrolled { background: var(--bg-primary); padding: 12px 0; }
.css_pnogu.scrolled .css_pt6fx { border-bottom: none; }
.css_oqkh9 .nav-link::after { display: none; }
.css_oqkh9 .nav-link:hover { opacity: 0.6; }
.css_juyp1 { font-weight: 400; letter-spacing: 2px; text-transform: uppercase; font-size: 18px; }

.css_bwl0x {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    padding-top: 100px;
    position: relative;
}
.css_bwl0x::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--footer-dark-bg));
}
.css_i6owg .css_dcxie::after { width: 100%; height: 1px; opacity: 0.2; background: #fff; }
.css_ajv6l a { border-radius: var(--j6q5); }

.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 .css_h9uvr { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--j8mn); box-shadow: var(--j11kd); }

.css_juyp1 { font-size: 18px; font-weight: 300; text-transform: uppercase; letter-spacing: 8px; }

.css_mnigq { counter-increment: card-counter; }
.css_s1fqi::before {
    content: counter(card-counter, decimal-leading-zero) '.';
    display: block;
    color: var(--j14q7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.6;
}
.services-section, .features-section { counter-reset: card-counter; }

.css_qkz2m img, .css_mnigq img, .css_j1vyq img, .portfolio-item img {
    border-radius: var(--j8mn) var(--j8mn) 0 0;
}

.css_c0nye { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.css_c0nye .css_rrwmo { width: 24px; height: 2px; border-radius: 2px; background: var(--j14q7); box-shadow: 0 0 6px var(--j14q7); transition: transform 0.35s ease, opacity 0.3s ease, box-shadow 0.3s ease; }
.css_c0nye:hover .css_rrwmo { box-shadow: 0 0 12px var(--j14q7), 0 0 24px var(--j14q7); }
.css_c0nye.active .css_rrwmo:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.css_c0nye.active .css_rrwmo:nth-child(2) { opacity: 0; }
.css_c0nye.active .css_rrwmo:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'';display:flex;justify-content:center;gap:8px;padding:15px 0;}main > section + section::before{content:'\25AA  \25AA  \25AA  \25AA  \25AA';text-align:center;display:block;color:var(--j14q7);opacity:0.2;font-size:8px;letter-spacing:6px;padding:15px 0;}

.cursor-glow{position:fixed;width:200px;height:200px;background:radial-gradient(circle,var(--j14q7) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:99998;opacity:0.07;transform:translate(-50%,-50%);transition:opacity 0.3s;}

.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(--j14q7);border-radius:2px;transition:height 0.1s;}@media(max-width:768px){.scroll-line{display:none;}}

.css_mnigq,.css_qkz2m,.css_j1vyq{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){.css_mnigq,.css_qkz2m,.css_j1vyq,.css_h5uav,.css_vqnmq,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0.015;background-image:linear-gradient(var(--j14q7) 1px,transparent 1px),linear-gradient(90deg,var(--j14q7) 1px,transparent 1px);background-size:60px 60px;}

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);
}
.css_be7n8 { opacity: 1 !important; transform: none !important; }

.css_mnigq,.css_qkz2m,.css_j1vyq,.css_ioxmw,.css_h5uav{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

.css_ajv6l a,.team-social a{transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1),background 0.3s,color 0.3s;}.css_ajv6l a:hover,.team-social a:hover{transform:translateY(-6px) scale(1.15);}

.css_mnigq,.css_qkz2m{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.css_mnigq:hover,.css_qkz2m:hover{background:var(--j14q7) !important;border-color:var(--j14q7) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.css_mnigq:hover .css_s1fqi,.css_mnigq:hover .css_nf0q3,.css_mnigq:hover i,.css_qkz2m:hover .card-title,.css_qkz2m:hover .card-text{color:#fff !important;}.css_mnigq:hover .css_trcjp{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.spin-ring{position:absolute;width:350px;height:350px;border:1px dashed var(--j14q7);border-radius:50%;opacity:0.08;animation:spinSlow 35s linear infinite;pointer-events:none;top:15%;right:-80px;z-index:0;}@keyframes spinSlow{to{transform:rotate(360deg);}}@media(max-width:768px){.spin-ring{width:200px;height:200px;right:-60px;}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-line{position:absolute;width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--j14q7),transparent);opacity:0.06;animation:lineDrift 18s ease-in-out infinite alternate;transform-origin:center;}@keyframes lineDrift{0%{transform:translateX(0) rotate(30deg);}100%{transform:translateX(80px) rotate(-30deg);}}

.css_be7n8::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,0,150,0.03),rgba(0,150,255,0.03),rgba(255,200,0,0.02),rgba(0,255,150,0.03),rgba(150,0,255,0.03));background-size:500% 500%;animation:iridescentShift 15s ease infinite;pointer-events:none;z-index:0;}.css_be7n8{position:relative;}@keyframes iridescentShift{0%,100%{background-position:0% 50%;}25%{background-position:50% 0%;}50%{background-position:100% 50%;}75%{background-position:50% 100%;}}

.css_mnigq,.css_qkz2m{background:rgba(var(--bg-card-rgb,255,255,255),0.75) !important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.18) !important;}.css_mnigq:hover,.css_qkz2m:hover{border-color:rgba(var(--j14q7-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

.css_eyg71{overflow:hidden;}.css_eyg71-inner{display:inline-block;transform:translateY(100%);opacity:0;transition:transform 0.8s cubic-bezier(0.16,1,0.3,1),opacity 0.8s ease;}.in-view .css_eyg71-inner,.wow.animated .css_eyg71-inner{transform:translateY(0);opacity:1;}

.js-marquee-v{position:fixed;left:0;top:0;width:30px;height:100vh;overflow:hidden;z-index:9989;opacity:0.06;pointer-events:none;writing-mode:vertical-rl;text-orientation:mixed;}.js-marquee-v-inner{display:flex;gap:20px;white-space:nowrap;animation:jsMarqueeV 20s linear infinite;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px;}@keyframes jsMarqueeV{from{transform:translateY(0);}to{transform:translateY(-50%);}}@media(max-width:992px){.js-marquee-v{display:none;}}

main > section:nth-child(3n+2):not(.css_lk4ot):not(.css_hddjl) { position: relative; overflow: clip; }
main > section:nth-child(3n+2):not(.css_lk4ot):not(.css_hddjl)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background:
        repeating-radial-gradient(circle at 0% 100%, transparent 0, transparent 30px, var(--j14q7) 30px, var(--j14q7) 31px),
        repeating-radial-gradient(circle at 100% 0%, transparent 0, transparent 45px, var(--j15ub, var(--j14q7)) 45px, var(--j15ub, var(--j14q7)) 46px);
}
.css_be7n8::before { display: none !important; }

html:not(.css_z26sv) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .css_pt6fx {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .css_oqkh9 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .css_oqkh9 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .css_xhwht, .css_f0cxk {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .css_xhwht .nav-link,
    .css_f0cxk .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .css_dhspl {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .css_juyp1 {
        flex-shrink: 0;
    }
}

div.css_ehpu5:not(.css_mdh1o) {
    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.css_ehpu5:not(.css_mdh1o) + .css_pnogu {
    top: 36px;
    background: var(--bg-primary, #ffffff);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

body:has(> div.css_ehpu5:not(.css_mdh1o)) {
    padding-top: 36px;
}
div.css_ehpu5.css_vmqlw {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.css_ehpu5.css_vmqlw + .css_pnogu,
div.css_ehpu5:not(.css_mdh1o) + .css_pnogu.scrolled {
    top: 0;
}
div.css_ehpu5:not(.css_mdh1o) ~ .css_be7n8,
div.css_ehpu5:not(.css_mdh1o) ~ main > .css_be7n8,
div.css_ehpu5:not(.css_mdh1o) ~ section.css_be7n8 {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div.css_ehpu5:not(.css_mdh1o) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div.css_ehpu5:not(.css_mdh1o) + .css_pnogu {
        top: 0;
    }
    
    body:has(> div.css_ehpu5:not(.css_mdh1o)) {
        padding-top: 0;
    }
    div.css_ehpu5:not(.css_mdh1o) ~ .css_be7n8,
    div.css_ehpu5:not(.css_mdh1o) ~ main > .css_be7n8,
    div.css_ehpu5:not(.css_mdh1o) ~ section.css_be7n8 {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    .css_c0nye {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .css_c0nye .css_rrwmo {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .css_oqkh9 {
        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;
    }
    .css_oqkh9 .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;
    }
    .css_oqkh9 .nav-link::after { display: none !important; }
    .css_dhspl { display: none !important; }
    .css_xhwht, .css_f0cxk { display: none !important; }
}

@media (max-width: 992px) {
    .css_oqkh9 { 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; }
    .css_oqkh9.active { left: 0 !important; }
    .css_oqkh9 .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; }
    .css_oqkh9.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .css_oqkh9.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .css_oqkh9.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .css_oqkh9.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .css_oqkh9.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .css_oqkh9.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .css_oqkh9.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .css_oqkh9.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .css_oqkh9.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.css_mnigq,
.css_qkz2m,
.css_j1vyq,
.css_h5uav,
.css_npans,
.css_vqnmq {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.css_mnigq *,
.css_qkz2m *,
.css_j1vyq *,
.css_h5uav *,
.css_npans * {
    filter: none !important;
}
@supports (animation: none) {
    .css_mnigq, .css_qkz2m, .css_j1vyq {
        animation-fill-mode: forwards !important;
    }
}
.css_j1vyq + .css_j1vyq {
    margin-top: 1.5rem;
}

.css_be7n8 .css_zdoa4 ~ .container,
.css_be7n8 .css_zdoa4 ~ .container * {
    color: #fff;
}
.css_be7n8 .css_zdoa4 ~ .container p,
.css_be7n8 .css_zdoa4 ~ .container .css_qn30d {
    color: rgba(255,255,255,0.85);
}
.css_be7n8 .css_zdoa4 ~ .container .css_acjxe {
    color: inherit;
}
.css_bwl0x[style*="background:none"] { background: none !important; }
.css_bwl0x[style*="background:none"]::before,
.css_bwl0x[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; }

.css_mnigq, .css_npans, .css_qkz2m, .css_j1vyq,
.css_h5uav, .css_vqnmq, .css_ioxmw, .counter-item,
.card { overflow: hidden; }

.css_mnigq h1, .css_mnigq h2, .css_mnigq h3, .css_mnigq h4, .css_mnigq h5, .css_mnigq h6,
.css_npans h1, .css_npans h2, .css_npans h3, .css_npans h4,
.css_qkz2m h1, .css_qkz2m h2, .css_qkz2m h3, .css_qkz2m 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;
}

.css_mnigq p, .css_mnigq span, .css_mnigq li,
.css_npans p, .css_qkz2m p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.css_ojxvr, .css_ojl6t, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.css_mnigq .stat-number, .css_mnigq [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.644;
    letter-spacing: 0.007em;
}

.css_mnigq, .css_qkz2m, .css_j1vyq, .css_ioxmw, .css_h5uav {
    padding: 32px;
}
.css_mnigq, .css_qkz2m, .css_j1vyq, .css_ioxmw, .css_h5uav .card-body {
    padding: 25px 23px;
}
.row > [class*="col"]:nth-child(1) .css_mnigq,
.row > [class*="col"]:nth-child(1) .css_qkz2m {
    padding: 32px;
    border-radius: calc(var(--j7dv) + 1px);
}
.row > [class*="col"]:nth-child(2) .css_mnigq,
.row > [class*="col"]:nth-child(2) .css_qkz2m {
    padding: 29px;
    border-radius: calc(var(--j7dv) + -1px);
}
.row > [class*="col"]:nth-child(3) .css_mnigq,
.row > [class*="col"]:nth-child(3) .css_qkz2m {
    padding: 29px;
    border-radius: calc(var(--j7dv) + 2px);
}
.row > [class*="col"]:nth-child(4) .css_mnigq,
.row > [class*="col"]:nth-child(4) .css_qkz2m {
    padding: 31px;
    border-radius: calc(var(--j7dv) + 1px);
}
.row > [class*="col"]:nth-child(5) .css_mnigq,
.row > [class*="col"]:nth-child(5) .css_qkz2m {
    padding: 34px;
    border-radius: calc(var(--j7dv) + -1px);
}
.row > [class*="col"]:nth-child(6) .css_mnigq,
.row > [class*="col"]:nth-child(6) .css_qkz2m {
    padding: 33px;
    border-radius: calc(var(--j7dv) + 3px);
}

.css_acjxe {
    padding: 14px 26px;
    font-size: 15px;
    letter-spacing: 0.208px;
    border-radius: calc(var(--j7dv) + -2px);
}
.css_tr760 {
    padding: 14px 28px;
    border-width: 1px;
}

main > section {
    padding-top: 80px;
    padding-bottom: 88px;
}
main > section:first-child {
    padding-top: 85px;
}
main > section:nth-child(3) {
    padding-top: 78px;
    padding-bottom: 72px;
}

.css_wfisw {
    margin-bottom: 50px;
}

.css_mnigq, .css_qkz2m, .css_j1vyq, .css_h5uav {
    box-shadow: 0px 5px 17px rgba(0,0,0,0.061);
}

.css_be7n8 {
    padding-top: 115px;
}
.css_f747l {
    margin-bottom: 28px;
}
.css_qn30d {
    margin-bottom: 38px;
    font-size: 19px;
    line-height: 1.547;
}
.css_hogc8 {
    font-size: 13px;
    letter-spacing: 2.349px;
    margin-bottom: 20px;
}
.css_r57zn {
    gap: 12px;
}

.css_hijlu img {
    border-radius: 12px;
    box-shadow: 0 15px 36px rgba(0,0,0,0.081);
}

.css_trcjp {
    width: 57px;
    height: 57px;
    font-size: 21px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.css_s1fqi, .card-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.css_nf0q3, .card-text {
    font-size: 14px;
    line-height: 1.587;
}

.css_eyg71 {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
.css_tjp4r {
    font-size: 14px;
    letter-spacing: 2.764px;
    margin-bottom: 13px;
}
.css_h8r8v {
    font-size: 16px;
    line-height: 1.694;
}

@media (min-width: 993px) {
    .css_oqkh9 {
        gap: 31px;
    }
    .css_oqkh9 .nav-link {
        font-size: 13px;
        padding: 6px 0;
    }
}

.css_bwl0x {
    padding-top: 70px;
}
.css_i6owg .css_dcxie {
    font-size: 18px;
    margin-bottom: 22px;
}
.css_ggdy5 a {
    font-size: 15px;
}
.css_ggdy5 li {
    margin-bottom: 9px;
}
.css_ajv6l {
    gap: 8px;
}
.css_ajv6l a {
    width: 39px;
    height: 39px;
}
.css_prwst {
    padding: 20px 0;
    margin-top: 44px;
}

.form-control {
    border-radius: 7px;
    padding: 12px 16px;
    font-size: 16px;
}

.css_ioxmw {
    padding: 32px;
}
.css_vzajw {
    font-size: 17px;
    line-height: 1.671;
    margin-bottom: 21px;
}
.css_d8nah {
    width: 47px;
    height: 47px;
}
.css_c7104 {
    font-size: 16px;
}
.css_u9xu3 {
    font-size: 14px;
}

.css_h5uav {
    padding: 34px;
}
.css_k0zlb {
    font-size: 22px;
    margin-bottom: 10px;
}
.css_j77lk {
    font-size: 41px;
    margin-bottom: 22px;
}
.css_oamcp li {
    padding: 10px 0;
    font-size: 15px;
}

.css_ojxvr, .stat-number {
    font-size: 37px;
    margin-bottom: 8px;
}
.css_ojl6t {
    font-size: 15px;
    letter-spacing: 0.433px;
}

.css_u9i4y img {
    border-radius: 16px;
}
.css_rc7am {
    font-size: 18px;
    margin-bottom: 4px;
}
.css_dartg {
    font-size: 14px;
}

.css_k0xmt {
    font-size: 28px;
    margin-bottom: 12px;
}
.css_ejf45 {
    font-size: 17px;
    margin-bottom: 10px;
}

.wow {
    animation-duration: 0.519s !important;
}
.css_mnigq, .css_qkz2m, .css_j1vyq, .css_ioxmw,
.css_h5uav, .css_vqnmq {
    transition-duration: 0.317s;
}

.row {
    --bs-gutter-y: 32px;
}

.css_lk4ot {
    padding: 80px 0;
}
.css_cek82 {
    font-size: 33px;
    margin-bottom: 16px;
}
.css_atjv9 {
    font-size: 18px;
    margin-bottom: 23px;
}

.css_j1vyq .css_fbp9h img {
    border-radius: 13px 13px 0 0;
}
.css_pbk6z {
    font-size: 12px;
    margin-bottom: 6px;
    gap: 14px;
}

.css_pnogu {
    padding: 15px 0;
}
.css_pnogu.scrolled {
    padding: 11px 0;
}
.css_juyp1 {
    font-size: 23px;
}
.css_dhspl {
    margin-left: 20px;
}

body {
    margin: 0;
}

#sec-home {
    margin-top: 0;
}

#sec-counter .css_ojxvr {
    color: var(--text-primary) !important;
}

#sec-counter .css_ojl6t {
    color: var(--text-secondary) !important;
}

#sec-counter .counter-suffix {
    color: var(--j14q7) !important;
}

.contact-map iframe {
    filter: grayscale(10%) contrast(1.05);
}

:root {
    --_ref: '5287900';
    --_env: 6.44;
}
.scope-tag { font-variant: normal }
.base-ref { display: inherit; vertical-align: baseline; outline: 0 solid transparent }
.grid-debug { unicode-bidi: normal }

.css_bwl0x { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.65) !important; }
.css_bwl0x h1, .css_bwl0x h2, .css_bwl0x h3,
.css_bwl0x h4, .css_bwl0x h5, .css_bwl0x h6,
.css_bwl0x .css_dcxie { color: #fff !important; }
.css_bwl0x p, .css_bwl0x li, .css_bwl0x span,
.css_bwl0x label { color: rgba(255,255,255,0.6) !important; }
.css_bwl0x a:not(.css_acjxe) { color: rgba(255,255,255,0.65) !important; }
.css_bwl0x a:not(.css_acjxe):hover { color: #fff !important; }

.css_hddjl { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.css_hddjl h1, .css_hddjl h2, .css_hddjl h3, .css_hddjl h4, .css_hddjl h5, .css_hddjl h6 { color: #fff !important; }
.css_hddjl p, .css_hddjl li, .css_hddjl span:not(.badge):not(.css_acjxe) { color: rgba(255,255,255,0.78) !important; }
.css_hddjl a:not(.css_acjxe):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_hddjl a:not(.css_acjxe):not(.nav-link):hover { color: #fff !important; }
.css_hddjl .css_ojxvr { color: #fff !important; }
.css_hddjl .css_ojl6t { 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(.css_acjxe) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.css_acjxe):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.css_acjxe):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .css_ojxvr { color: #fff !important; }
.bg-dark-custom .css_ojl6t { color: rgba(255,255,255,0.7) !important; }

.css_lk4ot { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.css_lk4ot h1, .css_lk4ot h2, .css_lk4ot h3, .css_lk4ot h4, .css_lk4ot h5, .css_lk4ot h6 { color: #fff !important; }
.css_lk4ot p, .css_lk4ot li, .css_lk4ot span:not(.badge):not(.css_acjxe) { color: rgba(255,255,255,0.78) !important; }
.css_lk4ot a:not(.css_acjxe):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_lk4ot a:not(.css_acjxe):not(.nav-link):hover { color: #fff !important; }
.css_lk4ot .css_ojxvr { color: #fff !important; }
.css_lk4ot .css_ojl6t { 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(.css_acjxe) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.css_acjxe):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.css_acjxe):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .css_ojxvr { color: #fff !important; }
.bg-gradient-custom .css_ojl6t { 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(.css_acjxe) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.css_acjxe):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.css_acjxe):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .css_ojxvr { color: #fff !important; }
.bg-accent-custom .css_ojl6t { color: rgba(255,255,255,0.7) !important; }

.css_hddjl .bg-card, .bg-dark-custom .bg-card,
.css_lk4ot .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
.css_hddjl .css_mnigq, .bg-dark-custom .css_mnigq,
.css_lk4ot .css_mnigq {
    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-orbit{position:relative;width:44px;height:44px;animation:plSpin 1.4s linear infinite;}@keyframes plSpin{to{transform:rotate(360deg)}}.pl-orbit span{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--j14q7);}.pl-orbit span:nth-child(1){top:0;left:50%;transform:translateX(-50%);}.pl-orbit span:nth-child(2){bottom:0;left:50%;transform:translateX(-50%);background:var(--j15ub,var(--j14q7));opacity:.6;}