@import url('https://fonts.googleapis.com/css2?family=Mate:wght@400;700&family=Open+Sans:wght@400;500&display=swap');

:root {
    --x14e9: #BF461E;
    --x15nl: #1EA037;
    --x16zk: #4A1ADA;
    --x1ve: linear-gradient(to bottom right, var(--x14e9), var(--x15nl));
    --x3lw: 'Mate', serif;
    --x5sk: 'Open Sans', sans-serif;
    --x19pd: 84px;
    --x20dw: 52px;
    --x21q6: 36px;
    --x17bl: 18px;
    --x18sw: 500;
    --x6v7: 14px;
    --x7ea: 20px;
    --x8bj: 28px;
    --x9eo: 40px;
    --x4k0: 50px;
    --x10c5: 0 4px 12px rgba(0,0,0,0.1);
    --x11cl: 0 8px 24px rgba(0,0,0,0.14);
    --x12y1: 0 16px 40px rgba(0,0,0,0.18);
    --x13to: 0 24px 60px rgba(0,0,0,0.22);
    --_mnjuxb: 60px 0;
}
._l0cu0q {
    border-radius: 20px 4px 20px 4px;
    padding: 14px 32px;
}
._hy4rp7, ._dw8c4y, ._g73oc0, ._x03sr88, ._r4ea9 {
    border-width: 0px;
    border-color: transparent;
}

._hy4rp7, ._dw8c4y, ._x03sr88, ._r4ea9, ._g73oc0 {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
._hy4rp7:hover, ._dw8c4y:hover, ._x03sr88:hover, ._r4ea9:hover, ._g73oc0:hover {
    transform: scale(1.04);
    box-shadow: var(--x13to);
    z-index: 2;
    position: relative;
}

._hj0zach strong, ._hj0zach em, ._bx2kiv strong {
    background: linear-gradient(transparent 60%, var(--x14e9) 60%);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 4px;
    -webkit-text-fill-color: initial;
}

._n028w {
    position: relative;
    margin-top: 30px;
}
._n028w::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

._af4di { 
    background: var(--bg-primary);
    border-bottom: 4px solid var(--text-primary);
    min-height: auto;
    padding: 140px 0 80px;
}
._uifj5 img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--x14e9);
    border: 3px solid var(--text-primary);
}
._hj0zach { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
._s8otxb { 
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
._twutv { font-size: 18px; max-width: 500px; }
._qwqfej ._l0cu0q { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

._oerl0 {
    background: var(--footer-dark-bg);
    padding: 16px 0;
    border-bottom: 2px solid var(--x14e9);
    box-shadow: 0 2px 20px color-mix(in srgb, var(--x14e9) 40%, transparent);
}
._oerl0 ._btsdy { color: #fff; }
._oerl0 .nav-link { color: rgba(255,255,255,0.7) !important; }
._oerl0 .nav-link:hover, ._oerl0 .nav-link.active { color: var(--x14e9) !important; }
._oerl0 .nav-link::after { background: var(--x14e9); }
._oerl0 ._lxzlz { background: var(--x14e9); color: #fff; border-color: var(--x14e9); }
._oerl0 ._fz4iwy ._ilsck47 { background: #fff; }
._oerl0.scrolled { box-shadow: 0 4px 25px color-mix(in srgb, var(--x14e9) 30%, transparent); }

._wjoyw8 {
    background: transparent;
    padding: 0 20px 40px;
}
._wjoyw8 > .container {
    background: var(--footer-dark-bg);
    border-radius: var(--x9eo);
    padding: 60px 40px 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
._wjoyw8 h4,._wjoyw8 h5 { color: #fff; }
._wjoyw8 ._n5l0qa3 ._ez9wg8p::after { background: var(--x14e9); }
._ohh027r { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 40px; }
._ohh027r p { color: rgba(255,255,255,0.3); }

.contact-section .form-control {
    padding: 18px 20px;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--x7ea);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--x14e9); box-shadow: 0 0 0 4px rgba(var(--x14e9), 0.08); transform: translateY(-2px); }
.contact-section ._l0cu0q { font-size: 16px; padding: 18px 36px; }

._btsdy { font-size: 16px; font-weight: 700; background: var(--x1ve); color: #fff !important; padding: 8px 22px; border-radius: var(--x4k0); letter-spacing: 0.5px; }
._btsdy:hover { opacity: 0.9; color: #fff; }

._hy4rp7 { counter-increment: card-counter; }
._fu7e2::before {
    content: counter(card-counter, decimal-leading-zero) '.';
    display: block;
    color: var(--x14e9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.6;
}
.services-section, .features-section { counter-reset: card-counter; }

._dw8c4y img, ._hy4rp7 img, ._x03sr88 img, .portfolio-item img {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

._fz4iwy { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; transition: transform 0.4s ease; }
._fz4iwy ._ilsck47 { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
._fz4iwy.active { transform: rotate(180deg); }
._fz4iwy.active ._ilsck47:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._fz4iwy.active ._ilsck47:nth-child(2) { opacity: 0; }
._fz4iwy.active ._ilsck47:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:100px;height:6px;border-top:2px solid var(--x14e9);border-bottom:2px solid var(--x14e9);margin:15px auto;opacity:0.3;}

.scroll-nums{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:16px;font-size:11px;font-weight:700;opacity:0.3;font-family:var(--x5sk);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--x14e9);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

._hy4rp7,._dw8c4y,._x03sr88,._r4ea9,._knbd6ap{opacity:0;animation:staggerIn 0.6s ease forwards;}.row>[class*="col"]:nth-child(1) ._hy4rp7,.row>[class*="col"]:nth-child(1) ._dw8c4y,.row>[class*="col"]:nth-child(1) ._x03sr88{animation-delay:0.1s;}.row>[class*="col"]:nth-child(2) ._hy4rp7,.row>[class*="col"]:nth-child(2) ._dw8c4y,.row>[class*="col"]:nth-child(2) ._x03sr88{animation-delay:0.2s;}.row>[class*="col"]:nth-child(3) ._hy4rp7,.row>[class*="col"]:nth-child(3) ._dw8c4y,.row>[class*="col"]:nth-child(3) ._x03sr88{animation-delay:0.3s;}.row>[class*="col"]:nth-child(4) ._hy4rp7,.row>[class*="col"]:nth-child(4) ._dw8c4y{animation-delay:0.4s;}.row>[class*="col"]:nth-child(5) ._hy4rp7{animation-delay:0.5s;}.row>[class*="col"]:nth-child(6) ._hy4rp7{animation-delay:0.6s;}@keyframes staggerIn{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}

@media(prefers-reduced-motion:reduce){._hy4rp7,._dw8c4y,._x03sr88,._r4ea9,._knbd6ap,.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 i{position:absolute;width:3px;height:3px;background:var(--x14e9);border-radius:50%;opacity:0;animation:decoSparkle 4s ease-in-out infinite;}@keyframes decoSparkle{0%,100%{opacity:0;transform:scale(0);}50%{opacity:0.06;transform:scale(1);}}

._af4di { perspective: 1px; transform-style: preserve-3d; }
main > section { position: relative; }
main > section ._ox4lv {
    transition: transform 0.05s linear;
}

.hover-tooltip{position:fixed;padding:6px 14px;background:var(--text-primary);color:#fff;font-size:11px;font-weight:600;border-radius:var(--x6v7);pointer-events:none;z-index:99999;opacity:0;transition:opacity 0.2s;font-family:var(--x5sk);letter-spacing:0.5px;white-space:nowrap;}

._hy4rp7,._dw8c4y,._x03sr88,._g73oc0,._r4ea9{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

._l0cu0q,._j2fo3,._s9f9fq{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;}}

@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(var(--x14e9-rgb,99,102,241),0.45);}70%{box-shadow:0 0 0 14px rgba(var(--x14e9-rgb,99,102,241),0);}}
._af4di ._j2fo3,._af4di ._l0cu0q{animation:pulseGlow 2.5s ease-in-out infinite;}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--x14e9);border-radius:50%;margin-left:10px;vertical-align:middle;animation:pulseDot 2s ease-in-out infinite;}@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.8);opacity:0.3;}}

.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(--x14e9),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);}}

._af4di::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;}._af4di{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%;}}

._bx2kiv{overflow:hidden;}._bx2kiv-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 ._bx2kiv-inner,.wow.animated ._bx2kiv-inner{transform:translateY(0);opacity:1;}

.js-marquee{overflow:hidden;padding:10px 0;background:var(--bg-card,#111);border-top:1px solid var(--x14e9);border-bottom:1px solid var(--x14e9);}.js-marquee-inner{display:flex;gap:30px;white-space:nowrap;animation:jsMarquee 30s linear infinite;}.js-marquee-inner span{font-size:13px;font-weight:400;font-family:'Courier New',Courier,monospace;letter-spacing:2px;color:var(--x14e9);opacity:0.6;flex-shrink:0;}.js-marquee-inner span.sym{opacity:0.3;}@keyframes jsMarquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

main > section:nth-child(3n+2):not(._otqfj):not(._aag5rj) { position: relative; overflow: clip; }
main > section:nth-child(3n+2):not(._otqfj):not(._aag5rj)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='px'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='1' stitchTiles='stitch'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 1'/%3E%3CfeFuncG type='discrete' tableValues='0 1'/%3E%3CfeFuncB type='discrete' tableValues='0 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23px)'/%3E%3C/svg%3E");
    background-size: 150px 150px;
}
._af4di::before { display: none !important; }

main > section:nth-child(3n+2):not(._otqfj):not(._aag5rj) { position: relative; overflow: clip; }
main > section:nth-child(3n+2):not(._otqfj):not(._aag5rj)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background-image: radial-gradient(var(--x14e9) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    background-position: 0 0;
    mask-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
    -webkit-mask-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
}
._af4di::before { display: none !important; }

html:not(._env7gec) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    ._aw679 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    ._v6ojk {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    ._v6ojk .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    ._xsenxg, ._n03j17q {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    ._xsenxg .nav-link,
    ._n03j17q .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    ._lxzlz {
        flex-shrink: 0;
        white-space: nowrap;
    }
    ._btsdy {
        flex-shrink: 0;
    }
}

div._n028w:not(._mnjuxb) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div._n028w:not(._mnjuxb) + ._oerl0 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div._n028w._r97ma45 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div._n028w._r97ma45 + ._oerl0,
div._n028w:not(._mnjuxb) + ._oerl0.scrolled {
    top: 0;
}
div._n028w:not(._mnjuxb) ~ ._af4di {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div._n028w:not(._mnjuxb) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div._n028w:not(._mnjuxb) + ._oerl0 {
        top: 0;
    }
    div._n028w:not(._mnjuxb) ~ ._af4di {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    ._fz4iwy {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    ._fz4iwy ._ilsck47 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    ._v6ojk {
        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;
    }
    ._v6ojk .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;
    }
    ._v6ojk .nav-link::after { display: none !important; }
    ._lxzlz { display: none !important; }
    ._xsenxg, ._n03j17q { display: none !important; }
}

@media (max-width: 992px) {
    ._v6ojk { right: -100% !important; left: auto !important; width: min(300px,80vw) !important; background: var(--x14e9) !important; padding: 100px 32px 40px !important; box-shadow: -8px 0 40px rgba(0,0,0,0.3) !important; border-left: none !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    ._v6ojk.active { right: 0 !important; }
    ._v6ojk .nav-link { color: #fff !important; font-weight: 600 !important; border-bottom: 1px solid rgba(255,255,255,0.2) !important; opacity: 0 !important; transform: translateX(20px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; }
    ._v6ojk.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    ._v6ojk.active .nav-link:hover { color: rgba(255,255,255,0.75) !important; }
    ._v6ojk.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    ._v6ojk.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    ._v6ojk.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    ._v6ojk.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    ._v6ojk.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    ._v6ojk.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    ._v6ojk.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    ._v6ojk.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

._hy4rp7,
._dw8c4y,
._x03sr88,
._r4ea9,
._v4cf3yy,
._knbd6ap {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
._hy4rp7 *,
._dw8c4y *,
._x03sr88 *,
._r4ea9 *,
._v4cf3yy * {
    filter: none !important;
}
@supports (animation: none) {
    ._hy4rp7, ._dw8c4y, ._x03sr88 {
        animation-fill-mode: forwards !important;
    }
}
._x03sr88 + ._x03sr88 {
    margin-top: 1.5rem;
}

._af4di ._hub78u ~ .container,
._af4di ._hub78u ~ .container * {
    color: #fff;
}
._af4di ._hub78u ~ .container p,
._af4di ._hub78u ~ .container ._twutv {
    color: rgba(255,255,255,0.85);
}
._af4di ._hub78u ~ .container ._l0cu0q {
    color: inherit;
}
._aag5rj ._s8otxb { color: #fff; }
._aag5rj ._zz6pt2 { color: var(--x14e9); }
._aag5rj ._uugo5 { color: rgba(255,255,255,0.55); }
._aag5rj ._esqggul a { color: rgba(255,255,255,0.65); }
._aag5rj ._esqggul a:hover { color: #fff; }

/* ── Countdown to Launch ── */
.ix-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 48px 0 40px;
}
.ix-cd-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 28px 36px 20px;
    min-width: 120px;
    backdrop-filter: blur(6px);
    transition: background 0.3s ease, transform 0.3s ease;
}
.ix-cd-item:hover {
    background: rgba(191,70,30,0.18);
    transform: translateY(-4px);
}
.ix-cd-num {
    font-family: var(--x3lw);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    letter-spacing: -2px;
}
.ix-cd-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--x14e9) !important;
    margin-top: 10px;
}
.ix-cd-sep {
    font-family: var(--x3lw);
    font-size: 52px;
    font-weight: 700;
    color: rgba(255,255,255,0.35) !important;
    line-height: 1;
    margin-bottom: 24px;
    user-select: none;
}
@media (max-width: 576px) {
    .ix-cd-item { min-width: 80px; padding: 18px 20px 14px; }
    .ix-cd-num  { font-size: 40px; }
    .ix-cd-sep  { font-size: 32px; }
}
._wjoyw8[style*="background:none"] { background: none !important; }
._wjoyw8[style*="background:none"]::before,
._wjoyw8[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.681;
    letter-spacing: 0.0em;
}

._hy4rp7, ._dw8c4y, ._x03sr88, ._g73oc0, ._r4ea9 {
    padding: 26px;
}
._hy4rp7, ._dw8c4y, ._x03sr88, ._g73oc0, ._r4ea9 .card-body {
    padding: 26px 19px;
}
.row > [class*="col"]:nth-child(1) ._hy4rp7,
.row > [class*="col"]:nth-child(1) ._dw8c4y {
    padding: 28px;
    border-radius: calc(var(--x7ea) + 3px);
}
.row > [class*="col"]:nth-child(2) ._hy4rp7,
.row > [class*="col"]:nth-child(2) ._dw8c4y {
    padding: 24px;
    border-radius: calc(var(--x7ea) + -1px);
}
.row > [class*="col"]:nth-child(3) ._hy4rp7,
.row > [class*="col"]:nth-child(3) ._dw8c4y {
    padding: 24px;
    border-radius: calc(var(--x7ea) + 3px);
}
.row > [class*="col"]:nth-child(4) ._hy4rp7,
.row > [class*="col"]:nth-child(4) ._dw8c4y {
    padding: 24px;
    border-radius: calc(var(--x7ea) + -2px);
}
.row > [class*="col"]:nth-child(5) ._hy4rp7,
.row > [class*="col"]:nth-child(5) ._dw8c4y {
    padding: 26px;
    border-radius: calc(var(--x7ea) + -2px);
}
.row > [class*="col"]:nth-child(6) ._hy4rp7,
.row > [class*="col"]:nth-child(6) ._dw8c4y {
    padding: 27px;
    border-radius: calc(var(--x7ea) + -1px);
}

._l0cu0q {
    padding: 12px 27px;
    font-size: 14px;
    letter-spacing: 0.341px;
    border-radius: calc(var(--x7ea) + -1px);
}
._s9f9fq {
    padding: 13px 29px;
    border-width: 2px;
}

main > section {
    padding-top: 88px;
    padding-bottom: 95px;
}
main > section:first-child {
    padding-top: 98px;
}
main > section:nth-child(2) {
    padding-top: 96px;
    padding-bottom: 83px;
}
main > section:nth-child(5) {
    padding-top: 92px;
    padding-bottom: 95px;
}
main > section:nth-child(6) {
    padding-top: 87px;
    padding-bottom: 94px;
}

._ox4lv {
    margin-bottom: 50px;
}

._hy4rp7, ._dw8c4y, ._x03sr88, ._r4ea9 {
    box-shadow: 0px 6px 13px rgba(0,0,0,0.057);
}

._af4di {
    padding-top: 119px;
}
._hj0zach {
    margin-bottom: 26px;
}
._twutv {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.543;
}
._s8otxb {
    font-size: 11px;
    letter-spacing: 3.066px;
    margin-bottom: 26px;
}
._qwqfej {
    gap: 17px;
}

._uifj5 img {
    border-radius: 11px;
    box-shadow: 0 14px 41px rgba(0,0,0,0.088);
}

._kftug {
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 15px;
    margin-bottom: 19px;
}

._fu7e2, .card-title {
    font-size: 19px;
    margin-bottom: 12px;
}
._tux5ud, .card-text {
    font-size: 16px;
    line-height: 1.584;
}

._bx2kiv {
    margin-bottom: 19px;
    letter-spacing: 0.07px;
}
._zz6pt2 {
    font-size: 12px;
    letter-spacing: 3.476px;
    margin-bottom: 11px;
}
._oj5ijok {
    font-size: 18px;
    line-height: 1.689;
}

@media (min-width: 993px) {
    ._v6ojk {
        gap: 32px;
    }
    ._v6ojk .nav-link {
        font-size: 13px;
        padding: 10px 0;
    }
}

._wjoyw8 {
    padding-top: 78px;
}
._n5l0qa3 ._ez9wg8p {
    font-size: 18px;
    margin-bottom: 20px;
}
._esqggul a {
    font-size: 15px;
}
._esqggul li {
    margin-bottom: 11px;
}
._jhhizxo {
    gap: 11px;
}
._jhhizxo a {
    width: 35px;
    height: 35px;
}
._ohh027r {
    padding: 22px 0;
    margin-top: 48px;
}

.form-control {
    border-radius: 8px;
    padding: 11px 13px;
    font-size: 14px;
}

._g73oc0 {
    padding: 37px;
}
._mqejzf6 {
    font-size: 16px;
    line-height: 1.678;
    margin-bottom: 24px;
}
._juvx9 {
    width: 44px;
    height: 44px;
}
._d24pg0v {
    font-size: 14px;
}
._bqy64ib {
    font-size: 14px;
}

._r4ea9 {
    padding: 41px;
}
._pwl61i2 {
    font-size: 18px;
    margin-bottom: 11px;
}
._qvlyzh {
    font-size: 47px;
    margin-bottom: 16px;
}
._tjft7lw li {
    padding: 12px 0;
    font-size: 13px;
}

._o6bls, .stat-number {
    font-size: 37px;
    margin-bottom: 4px;
}
._bos1z38 {
    font-size: 13px;
    letter-spacing: 0.657px;
}

._e6t6d img {
    border-radius: 7px;
}
._k3fxgy {
    font-size: 18px;
    margin-bottom: 4px;
}
._ebgjx {
    font-size: 13px;
}

._dhsy7j6 {
    font-size: 37px;
    margin-bottom: 9px;
}
._dipe6p {
    font-size: 18px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.712s !important;
}
._hy4rp7, ._dw8c4y, ._x03sr88, ._g73oc0,
._r4ea9, ._knbd6ap {
    transition-duration: 0.257s;
}

.row {
    --bs-gutter-y: 32px;
}

._otqfj {
    padding: 85px 0;
}
._r4kdn {
    font-size: 36px;
    margin-bottom: 14px;
}
._yugki6 {
    font-size: 16px;
    margin-bottom: 25px;
}

._x03sr88 ._xse6q7q img {
    border-radius: 11px 11px 0 0;
}
._g4jfln {
    font-size: 14px;
    margin-bottom: 11px;
    gap: 12px;
}

._oerl0 {
    padding: 20px 0;
}
._oerl0.scrolled {
    padding: 18px 0;
}
._btsdy {
    font-size: 23px;
}
._lxzlz {
    margin-left: 13px;
}

:root {
    --_run: 'f67627';
    --_rev: 'ea0b8870';
    --_build: 4.72;
    --_seed: '1c13ae';
}
.bind-ref { outline: 0 solid transparent; font-style: inherit; font-variant: normal }
.node-stub { content: ''; unicode-bidi: normal }
.data-layer { content: ''; --_stamp: 887; pointer-events: auto }
.dom-hook { font-style: inherit; pointer-events: auto; --_stamp: 643 }

._aag5rj h1, ._aag5rj h2, ._aag5rj h3, ._aag5rj h4, ._aag5rj h5, ._aag5rj h6 { color: #fff !important; }
._aag5rj { color: rgba(255,255,255,0.85) !important; }
._aag5rj p, ._aag5rj li, ._aag5rj span:not(.badge):not(._l0cu0q), ._aag5rj ._fn0ps, ._aag5rj label, ._aag5rj blockquote, ._aag5rj figcaption, ._aag5rj dt, ._aag5rj dd, ._aag5rj td, ._aag5rj th { color: rgba(255,255,255,0.78) !important; }
._aag5rj a:not(._l0cu0q):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._aag5rj a:not(._l0cu0q):not(.nav-link):hover { color: #fff !important; }
._aag5rj ._o6bls { color: #fff !important; }
._aag5rj ._bos1z38 { 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(._l0cu0q), .bg-dark-custom ._fn0ps, .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(._l0cu0q):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(._l0cu0q):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom ._o6bls { color: #fff !important; }
.bg-dark-custom ._bos1z38 { 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(._l0cu0q), .bg-gradient-custom ._fn0ps, .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(._l0cu0q):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(._l0cu0q):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom ._o6bls { color: #fff !important; }
.bg-gradient-custom ._bos1z38 { 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(._l0cu0q), .bg-accent-custom ._fn0ps, .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(._l0cu0q):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(._l0cu0q):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom ._o6bls { color: #fff !important; }
.bg-accent-custom ._bos1z38 { color: rgba(255,255,255,0.7) !important; }

._otqfj h1, ._otqfj h2, ._otqfj h3, ._otqfj h4, ._otqfj h5, ._otqfj h6 { color: #fff !important; }
._otqfj { color: rgba(255,255,255,0.85) !important; }
._otqfj p, ._otqfj li, ._otqfj span:not(.badge):not(._l0cu0q), ._otqfj ._fn0ps, ._otqfj label, ._otqfj blockquote, ._otqfj figcaption, ._otqfj dt, ._otqfj dd, ._otqfj td, ._otqfj th { color: rgba(255,255,255,0.78) !important; }
._otqfj a:not(._l0cu0q):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._otqfj a:not(._l0cu0q):not(.nav-link):hover { color: #fff !important; }
._otqfj ._o6bls { color: #fff !important; }
._otqfj ._bos1z38 { color: rgba(255,255,255,0.7) !important; }

._wjoyw8 { color: rgba(255,255,255,0.65) !important; }
._wjoyw8 h1, ._wjoyw8 h2, ._wjoyw8 h3,
._wjoyw8 h4, ._wjoyw8 h5, ._wjoyw8 h6,
._wjoyw8 ._ez9wg8p { color: #fff !important; }
._wjoyw8 p, ._wjoyw8 li, ._wjoyw8 span,
._wjoyw8 label { color: rgba(255,255,255,0.6) !important; }
._wjoyw8 a:not(._l0cu0q) { color: rgba(255,255,255,0.65) !important; }
._wjoyw8 a:not(._l0cu0q):hover { color: #fff !important; }

._yky2p h1, ._yky2p h2, ._yky2p h3, ._yky2p h4, ._yky2p h5, ._yky2p h6 { color: var(--text-primary, #1a1a2e) !important; }
._yky2p p, ._yky2p li, ._yky2p span:not(.badge):not(._l0cu0q), ._yky2p ._fn0ps, ._yky2p label, ._yky2p blockquote, ._yky2p figcaption, ._yky2p dt, ._yky2p dd, ._yky2p td, ._yky2p th { color: var(--text-secondary, #555) !important; }

._n028w h1, ._n028w h2, ._n028w h3, ._n028w h4, ._n028w h5, ._n028w h6 { color: var(--text-primary, #1a1a2e) !important; }
._n028w p, ._n028w li, ._n028w span:not(.badge):not(._l0cu0q), ._n028w ._fn0ps, ._n028w label, ._n028w blockquote, ._n028w figcaption, ._n028w dt, ._n028w dd, ._n028w td, ._n028w th { color: var(--text-secondary, #555) !important; }
