@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow:wght@400;500&display=swap');

:root {
    --b14dm: #5A2EE1;
    --b15kf: #C48402;
    --b16v6: #1BCD72;
    --b1u0: linear-gradient(180deg, var(--b14dm), var(--b15kf));
    --b3u7: 'Barlow', sans-serif;
    --b5bi: 'Barlow', sans-serif;
    --b19zk: 56px;
    --b20hl: 42px;
    --b21k9: 30px;
    --b17sg: 17px;
    --b18pp: 900;
    --b6n1: 2px;
    --b7s4: 4px;
    --b8ry: 6px;
    --b9bk: 8px;
    --b4pj: 4px;
    --b10nx: none;
    --b11tr: none;
    --b12f5: none;
    --b13i8: none;
    --_u2g9kz: 40px 0;
}
._bsy6z {
    border-radius: 50px;
    padding: 14px 34px;
}
._f6iefmh, ._shzw6f, ._xqrk5, ._erdpy, ._xcq449 {
    border-width: 2px;
    border-color: var(--border-color);
}

.portfolio-item, ._h2e935 {
    position: relative;
}
.portfolio-item::before, ._h2e935::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--b14dm);
    mix-blend-mode: color;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}
.portfolio-item:hover::before, ._ocgnm:hover ._h2e935::before {
    opacity: 0;
}

._kriqp {
    background: var(--footer-dark-bg);
    color: #fff;
    border-radius: var(--b9bk);
    margin: 0 20px;
}
._kriqp ._plvd2 { color: #fff; }
._kriqp ._n7uzt { color: rgba(255,255,255,0.7); }
._kriqp ._bsy6z { background: #fff; color: var(--footer-dark-bg); }

._xqrk5 {
    position: relative;
    padding-top: 50px;
}
._xqrk5::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 72px;
    line-height: 1;
    color: var(--b14dm);
    opacity: 0.2;
    font-family: Georgia, serif;
}

._thmew {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
._thmew::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--b1u0);
    border-radius: 2px;
}
.text-center ._thmew::after {
    left: 50%;
    transform: translateX(-50%);
}

._kdsdny { text-align: center; padding-top: 100px; }
._chp7wsk {
    max-width: 900px;
    margin: 0 auto 40px;
}
._chp7wsk img {
    border-radius: var(--b9bk);
    box-shadow: var(--b13i8);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
._kpq23q { max-width: 700px; margin: 0 auto; }
._ifb0oc5 { justify-content: center; }
._hut7hi4 { margin-bottom: 16px; }

._ltqsl4s {
    background: var(--footer-dark-bg);
    padding: 16px 0;
    border-bottom: 2px solid var(--b14dm);
    box-shadow: 0 2px 20px color-mix(in srgb, var(--b14dm) 40%, transparent);
}
._ltqsl4s ._zyq64 { color: #fff; }
._ltqsl4s .nav-link { color: rgba(255,255,255,0.7) !important; }
._ltqsl4s .nav-link:hover, ._ltqsl4s .nav-link.active { color: var(--b14dm) !important; }
._ltqsl4s .nav-link::after { background: var(--b14dm); }
._ltqsl4s ._rcwrqm9 { background: var(--b14dm); color: #fff; border-color: var(--b14dm); }
._ltqsl4s ._p28bkk1 ._m063d6 { background: #fff; }
._ltqsl4s.scrolled { box-shadow: 0 4px 25px color-mix(in srgb, var(--b14dm) 30%, transparent); }

._bad0c7d {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 0 20px 20px;
    border-top: none;
}
._bad0c7d p, ._bad0c7d li, ._bad0c7d span,
._bad0c7d ._jdrojr6 p, ._bad0c7d .footer-contact li { color: var(--text-secondary); }
._bad0c7d h1,._bad0c7d h2,._bad0c7d h3,._bad0c7d h4,._bad0c7d h5 { color: var(--text-primary); }
._bad0c7d > .container,
._bad0c7d > div > .container {
    background: var(--bg-primary);
    border-radius: var(--b8ry);
    padding: 60px 40px 30px;
    box-shadow: var(--b12f5);
    border: 1px solid var(--border-color);
}
._jdrojr6 ._h0mta { color: var(--text-primary); }
._jdrojr6 ._h0mta::after { background: var(--b14dm); }
._rpezxgb a { color: var(--text-secondary); }
._rpezxgb a:hover { color: var(--b14dm); }
._xonaht a { background: var(--bg-secondary); border-color: var(--border-color); color: var(--text-secondary); }
._xonaht a:hover { background: var(--b14dm); color: #fff; border-color: var(--b14dm); }
._md3el28 { border-top: 1px solid var(--border-color); margin-top: 40px; }
._md3el28 p { color: var(--text-muted); }

.contact-section ._jrsbkj {
    background: var(--footer-dark-bg);
    padding: 48px;
    border-radius: var(--b8ry);
}
.contact-section ._jrsbkj .form-control {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: var(--b6n1);
}
.contact-section ._jrsbkj .form-control::placeholder { color: rgba(255,255,255,0.4); }
.contact-section ._jrsbkj .form-control:focus { border-color: var(--b14dm); background: rgba(255,255,255,0.12); }
.contact-section ._jrsbkj ._bsy6z { background: #fff; color: var(--footer-dark-bg); border-color: #fff; }
.contact-section ._jrsbkj label { color: rgba(255,255,255,0.7); }

._zyq64 { font-size: 22px; font-weight: 900; text-transform: uppercase; letter-spacing: -1px; }

._h8e4wtq, .card-title {
    display: inline;
    background: linear-gradient(transparent 55%, rgba(var(--b14dm-rgb, 37,99,235), 0.12) 55%);
    padding: 0 4px;
    font-weight: 700;
}

._shzw6f img, ._f6iefmh img, ._erdpy img, .portfolio-item img {
    border-radius: var(--b8ry) var(--b8ry) 0 0;
}

._p28bkk1 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; position: relative; }
._p28bkk1::after { content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%) scale(0); width: 5px; height: 5px; border-radius: 50%; background: var(--b14dm); transition: transform 0.25s ease; }
._p28bkk1.active::after { transform: translateX(-50%) scale(1); }
._p28bkk1 ._m063d6 { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
._p28bkk1.active ._m063d6:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._p28bkk1.active ._m063d6:nth-child(2) { opacity: 0; }
._p28bkk1.active ._m063d6:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.cursor-spot{position:fixed;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,0.04) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);}

.scroll-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:12px;}.scroll-dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--b14dm);opacity:0.4;cursor:pointer;transition:all 0.3s;}.scroll-dots .dot.active{background:var(--b14dm);opacity:1;transform:scale(1.3);}@media(max-width:768px){.scroll-dots{display:none;}}

.progress-header{position:fixed;top:0;left:0;height:2px;z-index:100000;background:var(--b14dm);width:0;opacity:0.8;}

._f6iefmh,._shzw6f,._erdpy{opacity:0;animation:blurIn 0.6s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.08s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.18s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.28s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.38s;}@keyframes blurIn{from{opacity:0;filter:blur(4px);transform:translateY(12px);}to{opacity:1;filter:blur(0);transform:translateY(0);}}

@media(prefers-reduced-motion:reduce){._f6iefmh,._shzw6f,._erdpy,._xcq449,._ocgnm,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.bg-deco span{position:absolute;border-radius:50%;border:1px solid var(--b14dm);opacity:0.04;animation:decoFloat 18s ease-in-out infinite alternate;}@keyframes decoFloat{0%{transform:translateY(0) rotate(0deg);}100%{transform:translateY(-60px) rotate(45deg);}}

._f6iefmh,._shzw6f,._erdpy,._xqrk5,._xcq449{transition:border-color 0.4s ease,box-shadow 0.4s ease;}._f6iefmh:hover,._shzw6f:hover,._erdpy:hover,._xqrk5:hover,._xcq449:hover{border-color:var(--b14dm) !important;box-shadow:0 0 0 1px var(--b14dm),0 8px 30px rgba(0,0,0,0.08) !important;}

.hover-tooltip{position:fixed;padding:6px 14px;background:var(--text-primary);color:#fff;font-size:11px;font-weight:600;border-radius:var(--b6n1);pointer-events:none;z-index:99999;opacity:0;transition:opacity 0.2s;font-family:var(--b5bi);letter-spacing:0.5px;white-space:nowrap;}

._bsy6z,._zhkit,._an4l2ik{transition:transform 0.15s ease;}._bsy6z:active,._zhkit:active,._an4l2ik:active{transform:scale(0.93);}@keyframes btnBounce{0%{transform:scale(0.93);}40%{transform:scale(1.05);}70%{transform:scale(0.98);}100%{transform:scale(1);}}

._f6iefmh,._shzw6f{animation:borderPulse 4s ease-in-out infinite;}._f6iefmh:nth-child(odd),._shzw6f:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--b14dm);}}

.spin-gear{position:absolute;font-size:80px;opacity:0.04;animation:spinSlow 25s linear infinite;pointer-events:none;z-index:0;top:20%;left:5%;}@keyframes spinSlow{to{transform:rotate(360deg);}}@media(max-width:768px){.spin-gear{font-size:50px;}}

.float-blobs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:0.035;will-change:transform;}

main>section:nth-child(even):not(._kriqp):not(._ui5wym){background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary,var(--bg-primary)),var(--bg-primary));background-size:400% 400%;animation:shimmerBg 12s ease infinite;}@keyframes shimmerBg{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

._kdsdny::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;}._kdsdny{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%;}}

._thmew{overflow:hidden;}._thmew-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 ._thmew-inner,.wow.animated ._thmew-inner{transform:translateY(0);opacity:1;}

main > section:nth-child(3n+2):not(._kriqp):not(._ui5wym) { position: relative; overflow: clip; }
main > section:nth-child(3n+2):not(._kriqp):not(._ui5wym)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background:
        radial-gradient(ellipse at 15% 20%, var(--b14dm) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 30%, var(--b15kf, var(--b14dm)) 0%, transparent 45%),
        radial-gradient(ellipse at 40% 80%, var(--b14dm) 0%, transparent 55%),
        radial-gradient(ellipse at 70% 70%, var(--b15kf, var(--b14dm)) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 50%, var(--b14dm) 0%, transparent 60%);
}
._kdsdny::before { display: none !important; }

main > section:nth-child(even):not(._kriqp):not(._ui5wym) { position: relative; overflow: clip; }
main > section:nth-child(even):not(._kriqp):not(._ui5wym)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.02;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='currentColor' stroke-width='1'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' fill='none' stroke='currentColor' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 56px 100px;
    filter: opacity(1);
}
._kdsdny::before { display: none !important; }

html:not(._nny6pf) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    ._hn4ycw3 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    ._p7y8k1 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    ._p7y8k1 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    ._knxjie, ._i6rmn {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    ._knxjie .nav-link,
    ._i6rmn .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    ._rcwrqm9 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    ._zyq64 {
        flex-shrink: 0;
    }
}

div._ajh6d:not(._u2g9kz) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div._ajh6d:not(._u2g9kz) + ._ltqsl4s {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div._ajh6d._lvhmff {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div._ajh6d._lvhmff + ._ltqsl4s,
div._ajh6d:not(._u2g9kz) + ._ltqsl4s.scrolled {
    top: 0;
}
div._ajh6d:not(._u2g9kz) ~ ._kdsdny {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div._ajh6d:not(._u2g9kz) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div._ajh6d:not(._u2g9kz) + ._ltqsl4s {
        top: 0;
    }
    div._ajh6d:not(._u2g9kz) ~ ._kdsdny {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    ._p28bkk1 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    ._p28bkk1 ._m063d6 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    ._p7y8k1 {
        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;
    }
    ._p7y8k1 .nav-link {
        font-size: 18px !important;
        padding: 14px 0 !important;
        display: block !important;
        width: 100% !important;
        color: #000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
    }
    ._p7y8k1 .nav-link:hover,
    ._p7y8k1 .nav-link.active {
        color: #000 !important;
    }
    ._p7y8k1 .nav-link::after { display: none !important; }
    ._rcwrqm9 { display: none !important; }
    ._knxjie, ._i6rmn { display: none !important; }
}

@media (max-width: 992px) {
    ._p7y8k1 { 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; }
    ._p7y8k1.active { right: 0 !important; }
    ._p7y8k1 .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; }
    ._p7y8k1.active .nav-link { opacity: 1 !important; transform: translateX(0) scale(1) !important; }
    ._p7y8k1.active .nav-link:nth-child(1){transition-delay:.08s !important;}
    ._p7y8k1.active .nav-link:nth-child(2){transition-delay:.14s !important;}
    ._p7y8k1.active .nav-link:nth-child(3){transition-delay:.20s !important;}
    ._p7y8k1.active .nav-link:nth-child(4){transition-delay:.26s !important;}
    ._p7y8k1.active .nav-link:nth-child(5){transition-delay:.32s !important;}
    ._p7y8k1.active .nav-link:nth-child(6){transition-delay:.38s !important;}
    ._p7y8k1.active .nav-link:nth-child(7){transition-delay:.44s !important;}
    ._p7y8k1.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

._f6iefmh,
._shzw6f,
._erdpy,
._xcq449,
._nochf1,
._ocgnm {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
._f6iefmh *,
._shzw6f *,
._erdpy *,
._xcq449 *,
._nochf1 * {
    filter: none !important;
}
@supports (animation: none) {
    ._f6iefmh, ._shzw6f, ._erdpy {
        animation-fill-mode: forwards !important;
    }
}
._erdpy + ._erdpy {
    margin-top: 1.5rem;
}

._kdsdny ._xuivk ~ .container,
._kdsdny ._xuivk ~ .container * {
    color: #fff;
}
._kdsdny ._xuivk ~ .container p,
._kdsdny ._xuivk ~ .container ._m7dopy8 {
    color: rgba(255,255,255,0.85);
}
._kdsdny ._xuivk ~ .container ._bsy6z {
    color: inherit;
}
._ui5wym ._hut7hi4 { color: #fff; }
._ui5wym ._syfxlbp { color: var(--b14dm); }
._ui5wym ._d208hc { color: rgba(255,255,255,0.55); }
._ui5wym ._rpezxgb a { color: rgba(255,255,255,0.65); }
._ui5wym ._rpezxgb a:hover { color: #fff; }
._bad0c7d[style*="background:none"] { background: none !important; }
._bad0c7d[style*="background:none"]::before,
._bad0c7d[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.662;
    letter-spacing: 0.005em;
}

._f6iefmh, ._shzw6f, ._erdpy, ._xqrk5, ._xcq449 {
    padding: 24px;
}
._f6iefmh, ._shzw6f, ._erdpy, ._xqrk5, ._xcq449 .card-body {
    padding: 25px 19px;
}
.row > [class*="col"]:nth-child(1) ._f6iefmh,
.row > [class*="col"]:nth-child(1) ._shzw6f {
    padding: 27px;
    border-radius: calc(var(--b7s4) + -1px);
}
.row > [class*="col"]:nth-child(2) ._f6iefmh,
.row > [class*="col"]:nth-child(2) ._shzw6f {
    padding: 27px;
    border-radius: calc(var(--b7s4) + -1px);
}
.row > [class*="col"]:nth-child(3) ._f6iefmh,
.row > [class*="col"]:nth-child(3) ._shzw6f {
    padding: 27px;
    border-radius: calc(var(--b7s4) + 0px);
}
.row > [class*="col"]:nth-child(4) ._f6iefmh,
.row > [class*="col"]:nth-child(4) ._shzw6f {
    padding: 24px;
    border-radius: calc(var(--b7s4) + 1px);
}
.row > [class*="col"]:nth-child(5) ._f6iefmh,
.row > [class*="col"]:nth-child(5) ._shzw6f {
    padding: 25px;
    border-radius: calc(var(--b7s4) + -2px);
}
.row > [class*="col"]:nth-child(6) ._f6iefmh,
.row > [class*="col"]:nth-child(6) ._shzw6f {
    padding: 24px;
    border-radius: calc(var(--b7s4) + 3px);
}

._bsy6z {
    padding: 12px 28px;
    font-size: 15px;
    letter-spacing: 0.195px;
    border-radius: calc(var(--b7s4) + -2px);
}
._an4l2ik {
    padding: 11px 26px;
    border-width: 1px;
}

main > section {
    padding-top: 90px;
    padding-bottom: 91px;
}
main > section:first-child {
    padding-top: 95px;
}
main > section:nth-child(2) {
    padding-top: 83px;
    padding-bottom: 82px;
}
main > section:nth-child(4) {
    padding-top: 86px;
    padding-bottom: 95px;
}
main > section:nth-child(5) {
    padding-top: 84px;
    padding-bottom: 89px;
}

._iz8o4 {
    margin-bottom: 56px;
}

._f6iefmh, ._shzw6f, ._erdpy, ._xcq449 {
    box-shadow: 0px 4px 17px rgba(0,0,0,0.087);
}

._kdsdny {
    padding-top: 109px;
}
._cla9nwg {
    margin-bottom: 25px;
}
._m7dopy8 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.605;
}
._hut7hi4 {
    font-size: 13px;
    letter-spacing: 2.56px;
    margin-bottom: 23px;
}
._ifb0oc5 {
    gap: 15px;
}

._chp7wsk img {
    border-radius: 9px;
    box-shadow: 0 6px 39px rgba(0,0,0,0.109);
}

._wvyqj {
    width: 55px;
    height: 55px;
    font-size: 23px;
    border-radius: 16px;
    margin-bottom: 16px;
}

._h8e4wtq, .card-title {
    font-size: 18px;
    margin-bottom: 13px;
}
._tasxj, .card-text {
    font-size: 16px;
    line-height: 1.628;
}

._thmew {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
._syfxlbp {
    font-size: 14px;
    letter-spacing: 2.593px;
    margin-bottom: 15px;
}
._p84d4 {
    font-size: 16px;
    line-height: 1.661;
}

@media (min-width: 993px) {
    ._p7y8k1 {
        gap: 28px;
    }
    ._p7y8k1 .nav-link {
        font-size: 14px;
        padding: 8px 0;
    }
}

._bad0c7d {
    padding-top: 80px;
}
._jdrojr6 ._h0mta {
    font-size: 18px;
    margin-bottom: 21px;
}
._rpezxgb a {
    font-size: 14px;
}
._rpezxgb li {
    margin-bottom: 9px;
}
._xonaht {
    gap: 10px;
}
._xonaht a {
    width: 38px;
    height: 38px;
}
._md3el28 {
    padding: 24px 0;
    margin-top: 45px;
}

.form-control {
    border-radius: 11px;
    padding: 11px 14px;
    font-size: 14px;
}

._xqrk5 {
    padding: 36px;
}
._xfkiik {
    font-size: 18px;
    line-height: 1.602;
    margin-bottom: 21px;
}
._vkb3b {
    width: 45px;
    height: 45px;
}
._fmjfpbh {
    font-size: 14px;
}
._kqqtx {
    font-size: 12px;
}

._xcq449 {
    padding: 37px;
}
._o00di {
    font-size: 22px;
    margin-bottom: 11px;
}
._kyd1ucu {
    font-size: 47px;
    margin-bottom: 20px;
}
._gguln li {
    padding: 10px 0;
    font-size: 13px;
}

._nni0l, .stat-number {
    font-size: 39px;
    margin-bottom: 9px;
}
._imfvoc {
    font-size: 14px;
    letter-spacing: 0.678px;
}

._h2e935 img {
    border-radius: 8px;
}
._kobuc {
    font-size: 19px;
    margin-bottom: 6px;
}
._emfzq {
    font-size: 12px;
}

._ottrs {
    font-size: 29px;
    margin-bottom: 9px;
}
._anwzm {
    font-size: 17px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.606s !important;
}
._f6iefmh, ._shzw6f, ._erdpy, ._xqrk5,
._xcq449, ._ocgnm {
    transition-duration: 0.274s;
}

.row {
    --bs-gutter-y: 25px;
}

._kriqp {
    padding: 80px 0;
}
._plvd2 {
    font-size: 35px;
    margin-bottom: 20px;
}
._n7uzt {
    font-size: 17px;
    margin-bottom: 23px;
}

._erdpy ._zgepcf img {
    border-radius: 11px 11px 0 0;
}
._mr2sxxh {
    font-size: 14px;
    margin-bottom: 7px;
    gap: 11px;
}

._ltqsl4s {
    padding: 18px 0;
}
._ltqsl4s.scrolled {
    padding: 13px 0;
}
._zyq64 {
    font-size: 22px;
}
._rcwrqm9 {
    margin-left: 15px;
}

:root {
    --_key: 3.1;
    --_env: 5.54;
    --_seed: 5.54;
    --_ref: 28999;
}
.bind-ref { box-sizing: border-box; visibility: inherit }
.init-marker { pointer-events: auto; --_stamp: 849; --_ref: '82fb' }
.data-layer { box-sizing: border-box }

._ui5wym h1, ._ui5wym h2, ._ui5wym h3, ._ui5wym h4, ._ui5wym h5, ._ui5wym h6 { color: #fff !important; }
._ui5wym { color: rgba(255,255,255,0.85) !important; }
._ui5wym p, ._ui5wym li, ._ui5wym span:not(.badge):not(._bsy6z), ._ui5wym ._saah1d, ._ui5wym label, ._ui5wym blockquote, ._ui5wym figcaption, ._ui5wym dt, ._ui5wym dd, ._ui5wym td, ._ui5wym th { color: rgba(255,255,255,0.78) !important; }
._ui5wym a:not(._bsy6z):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._ui5wym a:not(._bsy6z):not(.nav-link):hover { color: #fff !important; }
._ui5wym ._nni0l { color: #fff !important; }
._ui5wym ._imfvoc { color: rgba(255,255,255,0.7) !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 { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(._bsy6z), .bg-dark-custom ._saah1d, .bg-dark-custom label, .bg-dark-custom blockquote, .bg-dark-custom figcaption, .bg-dark-custom dt, .bg-dark-custom dd, .bg-dark-custom td, .bg-dark-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(._bsy6z):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(._bsy6z):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom ._nni0l { color: #fff !important; }
.bg-dark-custom ._imfvoc { color: rgba(255,255,255,0.7) !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 { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(._bsy6z), .bg-gradient-custom ._saah1d, .bg-gradient-custom label, .bg-gradient-custom blockquote, .bg-gradient-custom figcaption, .bg-gradient-custom dt, .bg-gradient-custom dd, .bg-gradient-custom td, .bg-gradient-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(._bsy6z):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(._bsy6z):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom ._nni0l { color: #fff !important; }
.bg-gradient-custom ._imfvoc { color: rgba(255,255,255,0.7) !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 { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(._bsy6z), .bg-accent-custom ._saah1d, .bg-accent-custom label, .bg-accent-custom blockquote, .bg-accent-custom figcaption, .bg-accent-custom dt, .bg-accent-custom dd, .bg-accent-custom td, .bg-accent-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(._bsy6z):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(._bsy6z):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom ._nni0l { color: #fff !important; }
.bg-accent-custom ._imfvoc { color: rgba(255,255,255,0.7) !important; }

._kriqp h1, ._kriqp h2, ._kriqp h3, ._kriqp h4, ._kriqp h5, ._kriqp h6 { color: #fff !important; }
._kriqp { color: rgba(255,255,255,0.85) !important; }
._kriqp p, ._kriqp li, ._kriqp span:not(.badge):not(._bsy6z), ._kriqp ._saah1d, ._kriqp label, ._kriqp blockquote, ._kriqp figcaption, ._kriqp dt, ._kriqp dd, ._kriqp td, ._kriqp th { color: rgba(255,255,255,0.78) !important; }
._kriqp a:not(._bsy6z):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._kriqp a:not(._bsy6z):not(.nav-link):hover { color: #fff !important; }
._kriqp ._nni0l { color: #fff !important; }
._kriqp ._imfvoc { color: rgba(255,255,255,0.7) !important; }

._bad0c7d { color: var(--text-secondary, #555) !important; }
._bad0c7d h1, ._bad0c7d h2, ._bad0c7d h3,
._bad0c7d h4, ._bad0c7d h5, ._bad0c7d h6,
._bad0c7d ._h0mta { color: var(--text-primary, #1a1a2e) !important; }
._bad0c7d p, ._bad0c7d li, ._bad0c7d span,
._bad0c7d label { color: var(--text-secondary, #555) !important; }
._bad0c7d a:not(._bsy6z) { color: var(--text-secondary, #555) !important; }
._bad0c7d a:not(._bsy6z):hover { color: var(--b14dm) !important; }
._bad0c7d ._md3el28 p { color: var(--text-muted, #888) !important; }

._w6wtkde h1, ._w6wtkde h2, ._w6wtkde h3, ._w6wtkde h4, ._w6wtkde h5, ._w6wtkde h6 { color: var(--text-primary, #1a1a2e) !important; }
._w6wtkde p, ._w6wtkde li, ._w6wtkde span:not(.badge):not(._bsy6z), ._w6wtkde ._saah1d, ._w6wtkde label, ._w6wtkde blockquote, ._w6wtkde figcaption, ._w6wtkde dt, ._w6wtkde dd, ._w6wtkde td, ._w6wtkde th { color: var(--text-secondary, #555) !important; }

._ajh6d h1, ._ajh6d h2, ._ajh6d h3, ._ajh6d h4, ._ajh6d h5, ._ajh6d h6 { color: var(--text-primary, #1a1a2e) !important; }
._ajh6d p, ._ajh6d li, ._ajh6d span:not(.badge):not(._bsy6z), ._ajh6d ._saah1d, ._ajh6d label, ._ajh6d blockquote, ._ajh6d figcaption, ._ajh6d dt, ._ajh6d dd, ._ajh6d td, ._ajh6d th { color: var(--text-secondary, #555) !important; }
