@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&family=Nunito+Sans:wght@400;500&display=swap');

:root {
    --d14gq: #36E334;
    --d15ha: #171BE0;
    --d16uv: #E75F61;
    --d1zx: linear-gradient(200deg, var(--d14gq), var(--d15ha));
    --d3ho: 'Comfortaa', sans-serif;
    --d5go: 'Nunito Sans', sans-serif;
    --d19x3: 48px;
    --d20ge: 36px;
    --d21wm: 26px;
    --d17wk: 16px;
    --d18j0: 700;
    --d6k5: 10px;
    --d7vl: 16px;
    --d8ms: 24px;
    --d9mu: 32px;
    --d4fz: 50px;
    --d10ez: 3px 3px 0 rgba(0,0,0,0.08);
    --d11dy: 5px 5px 0 rgba(0,0,0,0.10);
    --d12sm: 8px 8px 0 rgba(0,0,0,0.12);
    --d13ig: 12px 12px 0 rgba(0,0,0,0.15);
    --_cvrbz: 80px 0;
}
._fs5ehj {
    border-radius: 20px 4px 20px 4px;
    padding: 14px 32px;
}
._ba2k7, ._y2zqp7, ._fe8reb, ._zn9ahm, ._gxzsi0 {
    border-width: 3px;
    border-color: #36E334;
}

._lcp7y0 {
    position: relative;
    margin-top: 30px;
}
._lcp7y0::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

._hbs3ett img, .about-image img {
    transform: rotate(2deg) scale(1.02);
    transition: transform 0.5s ease;
}
._hbs3ett:hover img, .about-image:hover img {
    transform: rotate(0deg) scale(1);
}

._ba2k7, ._y2zqp7, ._zn9ahm, ._gxzsi0, ._fe8reb {
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.3);
}

._y5kxskf { text-align: center; padding-top: 100px; }
._hbs3ett {
    max-width: 900px;
    margin: 0 auto 40px;
}
._hbs3ett img {
    border-radius: var(--d9mu);
    box-shadow: var(--d13ig);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
._gl50gs { max-width: 700px; margin: 0 auto; }
._y0ulwi { justify-content: center; }
._bocp5sg { margin-bottom: 16px; }

._bh7c6fx {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Header nav links: ensure contrast on translucent header over dark hero */
._bh7c6fx:not(.scrolled) ._bvn40xg .nav-link,
._bh7c6fx:not(.scrolled) ._mepim .nav-link {
    color: rgba(255, 255, 255, 0.92);
}
._bh7c6fx:not(.scrolled) ._bvn40xg .nav-link:hover,
._bh7c6fx:not(.scrolled) ._bvn40xg .nav-link.active,
._bh7c6fx:not(.scrolled) ._mepim .nav-link:hover,
._bh7c6fx:not(.scrolled) ._mepim .nav-link.active {
    color: #fff;
}
._bh7c6fx.scrolled {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    padding: 12px 0;
}

._y0npqq {
    background: var(--bg-primary);
    color: var(--text-primary);
    padding-top: 60px;
    border-top: 4px solid var(--text-primary);
}
._y0npqq p, ._y0npqq li, ._y0npqq span,
._y0npqq ._niucle p, ._y0npqq .footer-contact li { color: var(--text-secondary); }
._y0npqq a:not(._fs5ehj) { color: var(--text-primary); }
._y0npqq a:not(._fs5ehj):hover { color: var(--d14gq); }
._y0npqq h1,._y0npqq h2,._y0npqq h3,._y0npqq h4,._y0npqq h5 { color: var(--text-primary); }
._niucle ._tbhgs { text-transform: uppercase; font-weight: 900; letter-spacing: 2px; border-bottom: 2px solid var(--text-primary); padding-bottom: 10px; }
._niucle ._tbhgs::after { display: none; }
._zjqn8d a { color: var(--text-primary); font-weight: 600; text-transform: uppercase; font-size: 12px; }
._zjqn8d a:hover { color: var(--d14gq); padding-left: 10px; }
._s42h3 a { border-radius: 0; background: var(--text-primary); color: var(--bg-primary); border: none; }
._s42h3 a:hover { background: var(--d14gq); }
._i7e570 { border-top: 2px solid var(--text-primary); }
._i7e570 p { color: var(--text-secondary); }

.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 ._uc8awmg { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--d8ms); box-shadow: var(--d11dy); }

._h6gkak { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border: 2px solid var(--text-primary); padding: 6px 16px; border-radius: 0; }

._h9m2fhc, .card-title, ._jrk1xh {
    background: var(--d1zx);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
._y0npqq ._h9m2fhc, ._y0npqq .card-title, ._y0npqq ._jrk1xh,
._bh7c6fx ._h9m2fhc, ._bh7c6fx .card-title, ._bh7c6fx ._jrk1xh {
    -webkit-text-fill-color: initial;
    background: none;
}

._y2zqp7 img, ._ba2k7 img, ._zn9ahm img, .portfolio-item img {
    transition: filter 0.4s ease;
}
._y2zqp7:hover img, ._zn9ahm:hover img, .portfolio-item:hover img {
    filter: grayscale(0);
}
._y2zqp7 img, ._ba2k7 img, ._zn9ahm img, .portfolio-item img {
    filter: grayscale(0.7);
}

section:not(._y5kxskf) .col-lg-6 img, section:not(._y5kxskf) .col-lg-5 img {
    shape-outside: ellipse(48% 48%);
    border-radius: 60% 40% 55% 45% / 55% 45% 55% 45%;
    float: left;
    margin: 0 24px 16px 0;
    max-width: 55%;
    object-fit: cover;
}

._huysw9 { width: 42px; height: 42px; gap: 5px; border: none; background: var(--d14gq); border-radius: var(--d6k5, 6px); }
._huysw9 ._h5zn3 { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
._huysw9:hover { background: var(--d15ha, var(--d14gq)); }
._huysw9.active ._h5zn3:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._huysw9.active ._h5zn3:nth-child(2) { opacity: 0; }
._huysw9.active ._h5zn3:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:12px;height:12px;border:2px solid var(--d14gq);border-radius:50%;margin:15px auto;opacity:0.35;}

._ba2k7,._y2zqp7{opacity:0;animation:rotateIn 0.7s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.25s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.35s;}@keyframes rotateIn{from{opacity:0;transform:perspective(600px) rotateY(15deg) translateX(30px);}to{opacity:1;transform:perspective(600px) rotateY(0) translateX(0);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--d14gq);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){._ba2k7,._y2zqp7,._zn9ahm,._gxzsi0,._qv4hbk,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.6s ease;
    will-change: transform, opacity;
}
main > section.exit-left {
    transform: translateX(-100vw);
    opacity: 0;
}
main > section.enter-right {
    transform: translateX(100vw);
    opacity: 0;
}
main > section.in-view {
    transform: translateX(0);
    opacity: 1;
}
._y5kxskf { transform: none !important; opacity: 1 !important; }
@media (max-width: 768px) {
    main > section.exit-left { transform: translateX(-60vw); }
    main > section.enter-right { transform: translateX(60vw); }
}

._y2zqp7 img,._zn9ahm img,.portfolio-item img,._ba2k7 img{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1);}._y2zqp7:hover img,._zn9ahm:hover img,.portfolio-item:hover img,._ba2k7:hover img{transform:scale(1.08) rotate(1.5deg);}

._ba2k7,._y2zqp7,._zn9ahm,._fe8reb,._gxzsi0{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

.nav-badge{position:relative;}.nav-badge::after{content:'';position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;animation:badgePing 1.5s cubic-bezier(0,0,0.2,1) infinite;}@keyframes badgePing{75%,100%{transform:scale(2);opacity:0;}}

.orbit-wrap{position:relative;display:inline-block;}.orbit-dot{position:absolute;width:6px;height:6px;background:var(--d14gq);border-radius:50%;top:50%;left:50%;margin:-3px;animation:orbitSpin 8s linear infinite;opacity:0.4;pointer-events:none;}@keyframes orbitSpin{to{transform:rotate(360deg) translateX(30px) rotate(-360deg);}}

.shimmer-reveal{position:relative;overflow:hidden;}.shimmer-reveal::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.08) 50%,transparent 100%);transform:translateX(-100%);animation:shimmerLoad 1.5s ease forwards;}@keyframes shimmerLoad{to{transform:translateX(100%);}}

main > section:nth-child(3n+2):not(._z33yu7b):not(._ill79ia) { position: relative; overflow: clip; }
main > section:nth-child(3n+2):not(._z33yu7b):not(._ill79ia)::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(--d14gq) 30px, var(--d14gq) 31px),
        repeating-radial-gradient(circle at 100% 0%, transparent 0, transparent 45px, var(--d15ha, var(--d14gq)) 45px, var(--d15ha, var(--d14gq)) 46px);
}
._y5kxskf::before { display: none !important; }

html:not(._e8w12) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    ._xbg5w {
        flex-wrap: nowrap;
        overflow: visible;
    }
    ._lgu1x8l {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    ._lgu1x8l .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    ._bvn40xg, ._mepim {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    ._bvn40xg .nav-link,
    ._mepim .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    ._x1peot {
        flex-shrink: 0;
        white-space: nowrap;
    }
    ._h6gkak {
        flex-shrink: 0;
    }
}

div._lcp7y0:not(._cvrbz) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div._lcp7y0:not(._cvrbz) + ._bh7c6fx {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div._lcp7y0._s3zhtr {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div._lcp7y0._s3zhtr + ._bh7c6fx,
div._lcp7y0:not(._cvrbz) + ._bh7c6fx.scrolled {
    top: 0;
}
div._lcp7y0:not(._cvrbz) ~ ._y5kxskf {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div._lcp7y0:not(._cvrbz) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div._lcp7y0:not(._cvrbz) + ._bh7c6fx {
        top: 0;
    }
    div._lcp7y0:not(._cvrbz) ~ ._y5kxskf {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    ._huysw9 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    ._huysw9 ._h5zn3 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    ._lgu1x8l {
        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;
    }
    ._lgu1x8l .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;
    }
    ._lgu1x8l .nav-link::after { display: none !important; }
    ._x1peot { display: none !important; }
    ._bvn40xg, ._mepim { display: none !important; }
}

@media (max-width: 992px) {
    ._lgu1x8l { top: auto !important; bottom: -100% !important; right: 0 !important; left: 0 !important; width: 100vw !important; height: auto !important; max-height: 75vh !important; background: var(--bg-card) !important; padding: 16px 32px 40px !important; border-radius: 20px 20px 0 0 !important; box-shadow: 0 -8px 40px rgba(0,0,0,0.2) !important; transition: bottom 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    ._lgu1x8l::before { content: '' !important; display: block !important; width: 40px !important; height: 4px !important; background: var(--border-color) !important; border-radius: 2px !important; margin: 0 auto 24px !important; flex-shrink: 0 !important; }
    ._lgu1x8l.active { bottom: 0 !important; }
    ._lgu1x8l .nav-link { opacity: 0 !important; transform: translateY(16px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; text-align: center !important; }
    ._lgu1x8l.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    ._lgu1x8l.active .nav-link:nth-child(1){transition-delay:.10s !important;}
    ._lgu1x8l.active .nav-link:nth-child(2){transition-delay:.16s !important;}
    ._lgu1x8l.active .nav-link:nth-child(3){transition-delay:.22s !important;}
    ._lgu1x8l.active .nav-link:nth-child(4){transition-delay:.28s !important;}
    ._lgu1x8l.active .nav-link:nth-child(5){transition-delay:.34s !important;}
    ._lgu1x8l.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    ._lgu1x8l.active .nav-link:nth-child(7){transition-delay:.46s !important;}
    ._lgu1x8l.active .nav-link:nth-child(8){transition-delay:.52s !important;}
}

._ba2k7,
._y2zqp7,
._zn9ahm,
._gxzsi0,
._dr5236f,
._qv4hbk {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
._ba2k7 *,
._y2zqp7 *,
._zn9ahm *,
._gxzsi0 *,
._dr5236f * {
    filter: none !important;
}
@supports (animation: none) {
    ._ba2k7, ._y2zqp7, ._zn9ahm {
        animation-fill-mode: forwards !important;
    }
}
._zn9ahm + ._zn9ahm {
    margin-top: 1.5rem;
}

._y5kxskf ._wtq2wmn ~ .container,
._y5kxskf ._wtq2wmn ~ .container * {
    color: #fff;
}
._y5kxskf ._wtq2wmn ~ .container p,
._y5kxskf ._wtq2wmn ~ .container ._qokxq {
    color: rgba(255,255,255,0.85);
}
._y5kxskf ._wtq2wmn ~ .container ._fs5ehj {
    color: inherit;
}

/* Hero background layers must not block interaction with the hero form */
._y5kxskf .hero-bg,
._y5kxskf ._wtq2wmn {
    pointer-events: none;
}
._y5kxskf > .container {
    position: relative;
    z-index: 2;
}

/* Darker hero background */
._y5kxskf {
    background: var(--footer-dark-bg);
}
._y5kxskf .hero-bg {
    opacity: 0.35 !important; /* override inline opacity */
    filter: brightness(0.45) contrast(1.05);
}
._y5kxskf ._wtq2wmn {
    background: var(--footer-dark-bg);
    opacity: 0.72;
}
._ill79ia ._bocp5sg { color: #fff; }
._ill79ia ._hdkkva { color: var(--d14gq); }
._ill79ia ._o393o { color: rgba(255,255,255,0.55); }
._ill79ia ._zjqn8d a { color: rgba(255,255,255,0.65); }
._ill79ia ._zjqn8d a:hover { color: #fff; }
._y0npqq[style*="background:none"] { background: none !important; }
._y0npqq[style*="background:none"]::before,
._y0npqq[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.62;
    letter-spacing: 0.001em;
}

._ba2k7, ._y2zqp7, ._zn9ahm, ._fe8reb, ._gxzsi0 {
    padding: 26px;
}
._ba2k7, ._y2zqp7, ._zn9ahm, ._fe8reb, ._gxzsi0 .card-body {
    padding: 24px 24px;
}
.row > [class*="col"]:nth-child(1) ._ba2k7,
.row > [class*="col"]:nth-child(1) ._y2zqp7 {
    padding: 27px;
    border-radius: calc(var(--d7vl) + 2px);
}
.row > [class*="col"]:nth-child(2) ._ba2k7,
.row > [class*="col"]:nth-child(2) ._y2zqp7 {
    padding: 26px;
    border-radius: calc(var(--d7vl) + 0px);
}
.row > [class*="col"]:nth-child(3) ._ba2k7,
.row > [class*="col"]:nth-child(3) ._y2zqp7 {
    padding: 24px;
    border-radius: calc(var(--d7vl) + -1px);
}
.row > [class*="col"]:nth-child(4) ._ba2k7,
.row > [class*="col"]:nth-child(4) ._y2zqp7 {
    padding: 28px;
    border-radius: calc(var(--d7vl) + 1px);
}
.row > [class*="col"]:nth-child(5) ._ba2k7,
.row > [class*="col"]:nth-child(5) ._y2zqp7 {
    padding: 29px;
    border-radius: calc(var(--d7vl) + 3px);
}
.row > [class*="col"]:nth-child(6) ._ba2k7,
.row > [class*="col"]:nth-child(6) ._y2zqp7 {
    padding: 27px;
    border-radius: calc(var(--d7vl) + 0px);
}

._fs5ehj {
    padding: 14px 29px;
    font-size: 16px;
    letter-spacing: 0.1px;
    border-radius: calc(var(--d7vl) + -2px);
}
._xe7fy {
    padding: 13px 30px;
    border-width: 1px;
}

main > section {
    padding-top: 95px;
    padding-bottom: 90px;
}
main > section:first-child {
    padding-top: 101px;
}
main > section:nth-child(3) {
    padding-top: 87px;
    padding-bottom: 103px;
}
main > section:nth-child(5) {
    padding-top: 94px;
    padding-bottom: 91px;
}

._fugedd1 {
    margin-bottom: 45px;
}

._ba2k7, ._y2zqp7, ._zn9ahm, ._gxzsi0 {
    box-shadow: 0px 3px 14px rgba(0,0,0,0.083);
}

._y5kxskf {
    padding-top: 103px;
}
._xnk9ld3 {
    margin-bottom: 22px;
}
._qokxq {
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 1.601;
}
._bocp5sg {
    font-size: 11px;
    letter-spacing: 2.614px;
    margin-bottom: 21px;
}
._y0ulwi {
    gap: 13px;
}

._hbs3ett img {
    border-radius: 15px;
    box-shadow: 0 10px 39px rgba(0,0,0,0.114);
}

._mk0na {
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 14px;
    margin-bottom: 16px;
}

._h9m2fhc, .card-title {
    font-size: 20px;
    margin-bottom: 12px;
}
._kxg4fj, .card-text {
    font-size: 15px;
    line-height: 1.559;
}

._jrk1xh {
    margin-bottom: 19px;
    letter-spacing: 0.0px;
}
._hdkkva {
    font-size: 14px;
    letter-spacing: 2.987px;
    margin-bottom: 15px;
}
._ffzq6wj {
    font-size: 16px;
    line-height: 1.648;
}

@media (min-width: 993px) {
    ._lgu1x8l {
        gap: 26px;
    }
    ._lgu1x8l .nav-link {
        font-size: 13px;
        padding: 8px 0;
    }
}

._y0npqq {
    padding-top: 66px;
}
._niucle ._tbhgs {
    font-size: 16px;
    margin-bottom: 26px;
}
._zjqn8d a {
    font-size: 13px;
}
._zjqn8d li {
    margin-bottom: 8px;
}
._s42h3 {
    gap: 12px;
}
._s42h3 a {
    width: 38px;
    height: 38px;
}
._i7e570 {
    padding: 25px 0;
    margin-top: 44px;
}

.form-control {
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 14px;
}

._fe8reb {
    padding: 27px;
}
._aw7bxg8 {
    font-size: 18px;
    line-height: 1.615;
    margin-bottom: 21px;
}
._i4561 {
    width: 47px;
    height: 47px;
}
._v5flsv {
    font-size: 14px;
}
._tabg0 {
    font-size: 12px;
}

._gxzsi0 {
    padding: 38px;
}
._q82ty6 {
    font-size: 18px;
    margin-bottom: 7px;
}
._hfiww {
    font-size: 45px;
    margin-bottom: 18px;
}
._r5rcrvr li {
    padding: 8px 0;
    font-size: 13px;
}

._g4t6258, .stat-number {
    font-size: 39px;
    margin-bottom: 6px;
}
._gycn3a {
    font-size: 15px;
    letter-spacing: 0.525px;
}

._n4tcul img {
    border-radius: 10px;
}
._wjtvj {
    font-size: 17px;
    margin-bottom: 3px;
}
._qce1gsb {
    font-size: 14px;
}

._bpir10 {
    font-size: 32px;
    margin-bottom: 15px;
}
._gff7sx5 {
    font-size: 17px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.486s !important;
}
._ba2k7, ._y2zqp7, ._zn9ahm, ._fe8reb,
._gxzsi0, ._qv4hbk {
    transition-duration: 0.29s;
}

.row {
    --bs-gutter-y: 30px;
}

._z33yu7b {
    padding: 91px 0;
}
._b5hbqem {
    font-size: 34px;
    margin-bottom: 20px;
}
._p65jcq {
    font-size: 18px;
    margin-bottom: 33px;
}

._zn9ahm ._xclka9 img {
    border-radius: 14px 14px 0 0;
}
._vym018 {
    font-size: 14px;
    margin-bottom: 8px;
    gap: 13px;
}

._bh7c6fx {
    padding: 17px 0;
}
._bh7c6fx.scrolled {
    padding: 12px 0;
}
._h6gkak {
    font-size: 23px;
}
._x1peot {
    margin-left: 20px;
}

:root {
    --_uid: '0ccb8';
    --_idx: '532c7b';
    --_stamp: 1.29;
}
.theme-marker { --_ref: 'b9cf' }
.env-flag { font-variant: normal; pointer-events: auto; unicode-bidi: normal }

._ill79ia h1, ._ill79ia h2, ._ill79ia h3, ._ill79ia h4, ._ill79ia h5, ._ill79ia h6 { color: #fff !important; }
._ill79ia { color: rgba(255,255,255,0.85) !important; }
._ill79ia p, ._ill79ia li, ._ill79ia span:not(.badge):not(._fs5ehj), ._ill79ia ._lsjrqt, ._ill79ia label, ._ill79ia blockquote, ._ill79ia figcaption, ._ill79ia dt, ._ill79ia dd, ._ill79ia td, ._ill79ia th { color: rgba(255,255,255,0.78) !important; }
._ill79ia a:not(._fs5ehj):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._ill79ia a:not(._fs5ehj):not(.nav-link):hover { color: #fff !important; }
._ill79ia ._g4t6258 { color: #fff !important; }
._ill79ia ._gycn3a { 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(._fs5ehj), .bg-dark-custom ._lsjrqt, .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(._fs5ehj):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(._fs5ehj):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom ._g4t6258 { color: #fff !important; }
.bg-dark-custom ._gycn3a { 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(._fs5ehj), .bg-gradient-custom ._lsjrqt, .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(._fs5ehj):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(._fs5ehj):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom ._g4t6258 { color: #fff !important; }
.bg-gradient-custom ._gycn3a { 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(._fs5ehj), .bg-accent-custom ._lsjrqt, .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(._fs5ehj):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(._fs5ehj):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom ._g4t6258 { color: #fff !important; }
.bg-accent-custom ._gycn3a { color: rgba(255,255,255,0.7) !important; }

._z33yu7b h1, ._z33yu7b h2, ._z33yu7b h3, ._z33yu7b h4, ._z33yu7b h5, ._z33yu7b h6 { color: #fff !important; }
._z33yu7b { color: rgba(255,255,255,0.85) !important; }
._z33yu7b p, ._z33yu7b li, ._z33yu7b span:not(.badge):not(._fs5ehj), ._z33yu7b ._lsjrqt, ._z33yu7b label, ._z33yu7b blockquote, ._z33yu7b figcaption, ._z33yu7b dt, ._z33yu7b dd, ._z33yu7b td, ._z33yu7b th { color: rgba(255,255,255,0.78) !important; }
._z33yu7b a:not(._fs5ehj):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._z33yu7b a:not(._fs5ehj):not(.nav-link):hover { color: #fff !important; }
._z33yu7b ._g4t6258 { color: #fff !important; }
._z33yu7b ._gycn3a { color: rgba(255,255,255,0.7) !important; }

._y0npqq { color: var(--text-secondary, #555) !important; }
._y0npqq h1, ._y0npqq h2, ._y0npqq h3,
._y0npqq h4, ._y0npqq h5, ._y0npqq h6,
._y0npqq ._tbhgs { color: var(--text-primary, #1a1a2e) !important; }
._y0npqq p, ._y0npqq li, ._y0npqq span,
._y0npqq label { color: var(--text-secondary, #555) !important; }
._y0npqq a:not(._fs5ehj) { color: var(--text-secondary, #555) !important; }
._y0npqq a:not(._fs5ehj):hover { color: var(--d14gq) !important; }
._y0npqq ._i7e570 p { color: var(--text-muted, #888) !important; }

._zyv511 h1, ._zyv511 h2, ._zyv511 h3, ._zyv511 h4, ._zyv511 h5, ._zyv511 h6 { color: var(--text-primary, #1a1a2e) !important; }
._zyv511 p, ._zyv511 li, ._zyv511 span:not(.badge):not(._fs5ehj), ._zyv511 ._lsjrqt, ._zyv511 label, ._zyv511 blockquote, ._zyv511 figcaption, ._zyv511 dt, ._zyv511 dd, ._zyv511 td, ._zyv511 th { color: var(--text-secondary, #555) !important; }

._lcp7y0 h1, ._lcp7y0 h2, ._lcp7y0 h3, ._lcp7y0 h4, ._lcp7y0 h5, ._lcp7y0 h6 { color: var(--text-primary, #1a1a2e) !important; }
._lcp7y0 p, ._lcp7y0 li, ._lcp7y0 span:not(.badge):not(._fs5ehj), ._lcp7y0 ._lsjrqt, ._lcp7y0 label, ._lcp7y0 blockquote, ._lcp7y0 figcaption, ._lcp7y0 dt, ._lcp7y0 dd, ._lcp7y0 td, ._lcp7y0 th { color: var(--text-secondary, #555) !important; }
