@import url('https://fonts.googleapis.com/css2?family=Staatliches:wght@400&family=Inter:wght@400;500&display=swap');

:root {
    --z14rq: #63B6B0;
    --z15fs: #D28E9A;
    --z16lr: #8C67BD;
    --z1cy: linear-gradient(160deg, var(--z14rq), var(--z15fs));
    --z3up: 'Staatliches', sans-serif;
    --z5m1: 'Inter', sans-serif;
    --z19fe: 64px;
    --z20en: 44px;
    --z21k6: 30px;
    --z17x5: 18px;
    --z18r4: 900;
    --z6wh: 0px;
    --z7b3: 0px;
    --z8lw: 0px;
    --z9xj: 0px;
    --z4ej: 0px;
    --z10gu: 0 4px 12px rgba(0,0,0,0.1);
    --z11xy: 0 8px 24px rgba(0,0,0,0.14);
    --z12k8: 0 16px 40px rgba(0,0,0,0.18);
    --z13qf: 0 24px 60px rgba(0,0,0,0.22);
    --_is0ji6: 140px 0;
}
._zs0t1y {
    border-radius: 50px;
    padding: 14px 34px;
}
._p6xe2z, ._zstqt60, ._j4uh8v, ._owjzzd, ._sndoisq {
    border-width: 1px;
    border-color: var(--border-color);
}

._xi0ll0q img, .about-image img, .portfolio-item img, ._ebru1x img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
._xi0ll0q:hover img, .about-image:hover img,
.portfolio-item:hover img, ._ui5ww:hover ._ebru1x img {
    filter: grayscale(0%);
}

._ywqf1w {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
._ywqf1w::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255,255,255,0.15);
    transition: height 0.35s ease;
    z-index: -1;
}
._ywqf1w:hover::before {
    height: 100%;
}

._kczlhdn {
    position: relative;
    margin-top: 40px;
}
._kczlhdn::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: inherit;
    clip-path: ellipse(55% 100% at 50% 100%);
}

._p6xe2z, ._zstqt60, ._owjzzd, ._sndoisq, ._j4uh8v {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
._p6xe2z:hover, ._zstqt60:hover, ._owjzzd:hover, ._sndoisq:hover, ._j4uh8v:hover {
    transform: scale(1.04);
    box-shadow: var(--z13qf);
    z-index: 2;
    position: relative;
}

._p6xe2z, ._zstqt60, ._owjzzd, ._sndoisq, ._j4uh8v {
    position: relative;
    overflow: hidden;
}
._p6xe2z::after, ._zstqt60::after, ._owjzzd::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--z1cy);
}

.row > [class*="col"]:nth-child(odd) { transform: scale(1.03); z-index: 1; }
.row > [class*="col"]:nth-child(even) { transform: scale(0.97); }
.row > [class*="col"]:hover { transform: scale(1.05) !important; z-index: 2; }
#s-services .row.align-items-end > [class*="col"] { transform: none !important; }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

._sndoisq.featured {
    overflow: hidden;
}
._sndoisq.featured::before {
    content: '★';
    position: absolute;
    top: 18px;
    right: -30px;
    width: 120px;
    text-align: center;
    padding: 4px 0;
    background: var(--z14rq);
    color: #fff;
    font-size: 12px;
    transform: rotate(45deg);
}

._z7b6p { 
    background: var(--bg-primary);
    border-bottom: 4px solid var(--text-primary);
    min-height: auto;
    padding: 140px 0 80px;
}
._xi0ll0q img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--z14rq);
    border: 3px solid var(--text-primary);
}
._hg5cpx { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
._qvvhh8 { 
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
._mtybapb { font-size: 18px; max-width: 500px; }
._o29uk1m ._zs0t1y { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

._bwtyykh { background: transparent; padding: 24px 0; }
._bwtyykh ._h1d69c { padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }
._bwtyykh.scrolled { background: var(--bg-primary); padding: 12px 0; }
._bwtyykh.scrolled ._h1d69c { border-bottom: none; }
._x9f1r .nav-link::after { display: none; }
._x9f1r .nav-link:hover { opacity: 0.6; }
._jgvt3 { font-weight: 400; letter-spacing: 2px; text-transform: uppercase; font-size: 18px; }

._x57v7 {
    background: var(--bg-primary);
    color: var(--text-primary);
    padding-top: 60px;
    border-top: 4px solid var(--text-primary);
}
._x57v7 p, ._x57v7 li, ._x57v7 span,
._x57v7 ._d6dgm p, ._x57v7 .footer-contact li { color: var(--text-secondary); }
._x57v7 a:not(._zs0t1y) { color: var(--text-primary); }
._x57v7 a:not(._zs0t1y):hover { color: var(--z14rq); }
._x57v7 h1,._x57v7 h2,._x57v7 h3,._x57v7 h4,._x57v7 h5 { color: var(--text-primary); }
._d6dgm ._maipu { text-transform: uppercase; font-weight: 900; letter-spacing: 2px; border-bottom: 2px solid var(--text-primary); padding-bottom: 10px; }
._d6dgm ._maipu::after { display: none; }
._wt9ka2 a { color: var(--text-primary); font-weight: 600; text-transform: uppercase; font-size: 12px; }
._wt9ka2 a:hover { color: var(--z14rq); padding-left: 10px; }
._u1r722 a { border-radius: 0; background: var(--text-primary); color: var(--bg-primary); border: none; }
._u1r722 a:hover { background: var(--z14rq); }
._xf5rn { border-top: 2px solid var(--text-primary); }
._xf5rn p { color: var(--text-secondary); }

.contact-section ._je0jf {
    border: 3px solid var(--text-primary);
    padding: 36px;
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--text-primary);
}
.contact-section .form-control {
    border: 2px solid var(--text-primary);
    border-radius: 0;
    padding: 14px 16px;
    font-weight: 600;
}
.contact-section .form-control:focus { border-color: var(--z14rq); box-shadow: 4px 4px 0 var(--z14rq); }
.contact-section ._zs0t1y { border-radius: 0; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; box-shadow: 4px 4px 0 var(--text-primary); }

._jgvt3 { font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 5px; }

h3, h4, h5 { font-family: var(--z3up); }
._vfk3n, .card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
._ldhoy { font-style: italic; font-weight: 500; }

._zstqt60 img, ._p6xe2z img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

section:not(._z7b6p) .col-lg-6 img, section:not(._z7b6p) .col-lg-5 img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

._yv2vc { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; transition: transform 0.4s ease; }
._yv2vc ._ed2an { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
._yv2vc.active { transform: rotate(180deg); }
._yv2vc.active ._ed2an:nth-child(1) { transform: translateY(8px) rotate(45deg); }
._yv2vc.active ._ed2an:nth-child(2) { opacity: 0; }
._yv2vc.active ._ed2an:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\276F';display:block;text-align:center;transform:rotate(90deg);color:var(--z14rq);opacity:0.3;font-size:20px;padding:10px 0;}

.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(--z14rq);opacity:0.4;cursor:pointer;transition:all 0.3s;}.scroll-dots .dot.active{background:var(--z14rq);opacity:1;transform:scale(1.3);}@media(max-width:768px){.scroll-dots{display:none;}}

.progress-circle{position:fixed;bottom:80px;right:20px;width:44px;height:44px;z-index:9990;opacity:0.6;}.progress-circle svg{transform:rotate(-90deg);}.progress-circle .bg{fill:none;stroke:var(--border-color);stroke-width:3;}.progress-circle .fill{fill:none;stroke:var(--z14rq);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset 0.1s;}@media(max-width:768px){.progress-circle{display:none;}}

._p6xe2z,._zstqt60,.portfolio-item{opacity:0;animation:scaleIn 0.5s 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;}.row>[class*="col"]:nth-child(5)>*{animation-delay:0.45s;}.row>[class*="col"]:nth-child(6)>*{animation-delay:0.55s;}@keyframes scaleIn{from{opacity:0;transform:scale(0.85);}to{opacity:1;transform:scale(1);}}

@media(prefers-reduced-motion:reduce){._p6xe2z,._zstqt60,._owjzzd,._sndoisq,._ui5ww,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--bg-primary);
    box-shadow: 0 -10px 40px rgba(0,0,0,0.08);
}
main > section:nth-child(even):not(._md0z4):not(._nq687qr) { background: var(--bg-secondary, var(--bg-primary)); }
main > section:nth-child(1):not(._md0z4):not(._nq687qr) { z-index: 2; }
main > section:nth-child(2):not(._md0z4):not(._nq687qr) { z-index: 3; }
main > section:nth-child(3):not(._md0z4):not(._nq687qr) { z-index: 4; }
main > section:nth-child(4):not(._md0z4):not(._nq687qr) { z-index: 5; }
main > section:nth-child(5):not(._md0z4):not(._nq687qr) { z-index: 6; }
main > section:nth-child(6):not(._md0z4):not(._nq687qr) { z-index: 7; }
main > section:nth-child(7):not(._md0z4):not(._nq687qr) { z-index: 8; }
main > section:nth-child(8):not(._md0z4):not(._nq687qr) { z-index: 9; }
main > section:nth-child(9):not(._md0z4):not(._nq687qr) { z-index: 10; }
main > section:nth-child(10):not(._md0z4):not(._nq687qr) { z-index: 11; }
main > section:nth-child(11):not(._md0z4):not(._nq687qr) { z-index: 12; }
main > section:nth-child(12):not(._md0z4):not(._nq687qr) { z-index: 13; }
._z7b6p { z-index: 0; position: relative; }
._x57v7 { position: relative; z-index: 20; }
@media (max-width: 768px) { main > section { position: relative; box-shadow: none; } }

._p6xe2z,._zstqt60,._owjzzd,._j4uh8v,._sndoisq{transition:border-color 0.4s ease,box-shadow 0.4s ease;}._p6xe2z:hover,._zstqt60:hover,._owjzzd:hover,._j4uh8v:hover,._sndoisq:hover{border-color:var(--z14rq) !important;box-shadow:0 0 0 1px var(--z14rq),0 8px 30px rgba(0,0,0,0.08) !important;}

._p6xe2z,._zstqt60{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}._p6xe2z:hover,._zstqt60:hover{background:var(--z14rq) !important;border-color:var(--z14rq) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}._p6xe2z:hover ._vfk3n,._p6xe2z:hover ._gxvm5a,._p6xe2z:hover i,._zstqt60:hover .card-title,._zstqt60:hover .card-text{color:#fff !important;}._p6xe2z:hover ._ecbb4{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.counter-spin{animation:counterSlot 0.8s cubic-bezier(0.16,1,0.3,1) forwards;}@keyframes counterSlot{0%{transform:translateY(100%);filter:blur(4px);}100%{transform:translateY(0);filter:blur(0);}}

._p6xe2z,._zstqt60{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;}._p6xe2z:hover,._zstqt60:hover{border-color:rgba(var(--z14rq-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

.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%);}}

.js-marquee{overflow:hidden;padding:24px 0;}.js-marquee-inner{display:flex;gap:60px;white-space:nowrap;animation:jsMarquee 28s linear infinite;}.js-marquee-inner span{font-size:clamp(36px,5vw,72px);font-weight:900;text-transform:uppercase;letter-spacing:-0.02em;-webkit-text-stroke:1.5px var(--text-primary);-webkit-text-fill-color:transparent;opacity:0.18;flex-shrink:0;}@keyframes jsMarquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

html:not(._bkw04v9) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    ._h1d69c {
        flex-wrap: nowrap;
        overflow: visible;
    }
    ._x9f1r {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    ._x9f1r .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    ._ju6y6eh, ._q76o75 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    ._ju6y6eh .nav-link,
    ._q76o75 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    ._ppded {
        flex-shrink: 0;
        white-space: nowrap;
    }
    ._jgvt3 {
        flex-shrink: 0;
    }
}

div._kczlhdn:not(._is0ji6) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div._kczlhdn:not(._is0ji6) + ._bwtyykh {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div._kczlhdn._eivuny9 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div._kczlhdn._eivuny9 + ._bwtyykh,
div._kczlhdn:not(._is0ji6) + ._bwtyykh.scrolled {
    top: 0;
}
div._kczlhdn:not(._is0ji6) ~ ._z7b6p {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div._kczlhdn:not(._is0ji6) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div._kczlhdn:not(._is0ji6) + ._bwtyykh {
        top: 0;
    }
    div._kczlhdn:not(._is0ji6) ~ ._z7b6p {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    ._yv2vc {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    ._yv2vc ._ed2an {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    ._x9f1r {
        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;
    }
    ._x9f1r .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;
    }
    ._x9f1r .nav-link::after { display: none !important; }
    ._ppded { display: none !important; }
    ._ju6y6eh, ._q76o75 { display: none !important; }
}

@media (max-width: 992px) {
    ._x9f1r { 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; }
    ._x9f1r.active { left: 0 !important; }
    ._x9f1r .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; }
    ._x9f1r.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    ._x9f1r.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    ._x9f1r.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    ._x9f1r.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    ._x9f1r.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    ._x9f1r.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    ._x9f1r.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    ._x9f1r.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    ._x9f1r.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

._p6xe2z,
._zstqt60,
._owjzzd,
._sndoisq,
._gylc8j,
._ui5ww {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
._p6xe2z *,
._zstqt60 *,
._owjzzd *,
._sndoisq *,
._gylc8j * {
    filter: none !important;
}
@supports (animation: none) {
    ._p6xe2z, ._zstqt60, ._owjzzd {
        animation-fill-mode: forwards !important;
    }
}
._owjzzd + ._owjzzd {
    margin-top: 1.5rem;
}

._z7b6p ._hb62qq ~ .container,
._z7b6p ._hb62qq ~ .container * {
    color: #fff;
}
._z7b6p ._hb62qq ~ .container p,
._z7b6p ._hb62qq ~ .container ._mtybapb {
    color: rgba(255,255,255,0.85);
}
._z7b6p ._hb62qq ~ .container ._zs0t1y {
    color: inherit;
}
._nq687qr ._qvvhh8 { color: #fff; }
._nq687qr ._v3d7jk { color: var(--z14rq); }
._nq687qr ._wkcyq { color: rgba(255,255,255,0.55); }
._nq687qr ._wt9ka2 a { color: rgba(255,255,255,0.65); }
._nq687qr ._wt9ka2 a:hover { color: #fff; }
._x57v7[style*="background:none"] { background: none !important; }
._x57v7[style*="background:none"]::before,
._x57v7[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.676;
    letter-spacing: 0.0em;
}

._p6xe2z, ._zstqt60, ._owjzzd, ._j4uh8v, ._sndoisq {
    padding: 27px;
}
._p6xe2z, ._zstqt60, ._owjzzd, ._j4uh8v, ._sndoisq .card-body {
    padding: 25px 21px;
}
.row > [class*="col"]:nth-child(1) ._p6xe2z,
.row > [class*="col"]:nth-child(1) ._zstqt60 {
    padding: 27px;
    border-radius: calc(var(--z7b3) + 0px);
}
.row > [class*="col"]:nth-child(2) ._p6xe2z,
.row > [class*="col"]:nth-child(2) ._zstqt60 {
    padding: 24px;
    border-radius: calc(var(--z7b3) + -1px);
}
.row > [class*="col"]:nth-child(3) ._p6xe2z,
.row > [class*="col"]:nth-child(3) ._zstqt60 {
    padding: 28px;
    border-radius: calc(var(--z7b3) + 1px);
}
.row > [class*="col"]:nth-child(4) ._p6xe2z,
.row > [class*="col"]:nth-child(4) ._zstqt60 {
    padding: 28px;
    border-radius: calc(var(--z7b3) + 3px);
}
.row > [class*="col"]:nth-child(5) ._p6xe2z,
.row > [class*="col"]:nth-child(5) ._zstqt60 {
    padding: 25px;
    border-radius: calc(var(--z7b3) + -1px);
}
.row > [class*="col"]:nth-child(6) ._p6xe2z,
.row > [class*="col"]:nth-child(6) ._zstqt60 {
    padding: 24px;
    border-radius: calc(var(--z7b3) + 0px);
}

._zs0t1y {
    padding: 15px 28px;
    font-size: 15px;
    letter-spacing: 0.401px;
    border-radius: calc(var(--z7b3) + -1px);
}
._m7ln7 {
    padding: 15px 29px;
    border-width: 1px;
}

main > section {
    padding-top: 80px;
    padding-bottom: 85px;
}
main > section:first-child {
    padding-top: 88px;
}
main > section:nth-child(2) {
    padding-top: 78px;
    padding-bottom: 79px;
}
main > section:nth-child(6) {
    padding-top: 79px;
    padding-bottom: 83px;
}

._m7x1t0 {
    margin-bottom: 48px;
}

._p6xe2z, ._zstqt60, ._owjzzd, ._sndoisq {
    box-shadow: 2px 6px 18px rgba(0,0,0,0.051);
}

._z7b6p {
    padding-top: 101px;
}
._hg5cpx {
    margin-bottom: 28px;
}
._mtybapb {
    margin-bottom: 33px;
    font-size: 19px;
    line-height: 1.639;
}
._qvvhh8 {
    font-size: 11px;
    letter-spacing: 3.657px;
    margin-bottom: 18px;
}
._o29uk1m {
    gap: 11px;
}

._xi0ll0q img {
    border-radius: 7px;
    box-shadow: 0 13px 34px rgba(0,0,0,0.081);
}

._ecbb4 {
    width: 54px;
    height: 54px;
    font-size: 21px;
    border-radius: 13px;
    margin-bottom: 20px;
}

._vfk3n, .card-title {
    font-size: 20px;
    margin-bottom: 13px;
}
._gxvm5a, .card-text {
    font-size: 15px;
    line-height: 1.584;
}

._ch71wq {
    margin-bottom: 17px;
    letter-spacing: 0.084px;
}
._v3d7jk {
    font-size: 12px;
    letter-spacing: 2.491px;
    margin-bottom: 11px;
}
._b86wgw {
    font-size: 18px;
    line-height: 1.651;
}

@media (min-width: 993px) {
    ._x9f1r {
        gap: 32px;
    }
    ._x9f1r .nav-link {
        font-size: 15px;
        padding: 6px 0;
    }
}

._x57v7 {
    padding-top: 81px;
}
._d6dgm ._maipu {
    font-size: 18px;
    margin-bottom: 18px;
}
._wt9ka2 a {
    font-size: 14px;
}
._wt9ka2 li {
    margin-bottom: 12px;
}
._u1r722 {
    gap: 10px;
}
._u1r722 a {
    width: 35px;
    height: 35px;
}
._xf5rn {
    padding: 22px 0;
    margin-top: 52px;
}

.form-control {
    border-radius: 6px;
    padding: 11px 16px;
    font-size: 16px;
}

._j4uh8v {
    padding: 29px;
}
._dz1hk2y {
    font-size: 17px;
    line-height: 1.608;
    margin-bottom: 19px;
}
._cmggid9 {
    width: 48px;
    height: 48px;
}
._er0zc5 {
    font-size: 14px;
}
._zlpw2f {
    font-size: 14px;
}

._sndoisq {
    padding: 39px;
}
._fxqya {
    font-size: 18px;
    margin-bottom: 11px;
}
._nrxace {
    font-size: 45px;
    margin-bottom: 22px;
}
._joqg4t li {
    padding: 12px 0;
    font-size: 14px;
}

._rmthl7, .stat-number {
    font-size: 40px;
    margin-bottom: 8px;
}
._cvg06 {
    font-size: 13px;
    letter-spacing: 0.597px;
}

._ebru1x img {
    border-radius: 17px;
}
._rpge6x7 {
    font-size: 17px;
    margin-bottom: 6px;
}
._yxj2xv5 {
    font-size: 12px;
}

._h55l6z {
    font-size: 35px;
    margin-bottom: 11px;
}
._ldhoy {
    font-size: 18px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.592s !important;
}
._p6xe2z, ._zstqt60, ._owjzzd, ._j4uh8v,
._sndoisq, ._ui5ww {
    transition-duration: 0.279s;
}

.row {
    --bs-gutter-y: 28px;
}

._md0z4 {
    padding: 72px 0;
}
._afq89 {
    font-size: 39px;
    margin-bottom: 18px;
}
._t3ebl {
    font-size: 17px;
    margin-bottom: 24px;
}

._owjzzd ._ouvnhu img {
    border-radius: 6px 6px 0 0;
}
._fcbun {
    font-size: 12px;
    margin-bottom: 11px;
    gap: 13px;
}

._bwtyykh {
    padding: 20px 0;
}
._bwtyykh.scrolled {
    padding: 15px 0;
}
._jgvt3 {
    font-size: 22px;
}
._ppded {
    margin-left: 20px;
}

:root {
    --_run: 89251;
    --_stamp: 61232;
    --_seed: 21091;
}
.env-flag { visibility: inherit; content: ''; font-variant: normal }
.base-ref { outline: 0 solid transparent }
.node-stub { outline: 0 solid transparent }
.style-tag { unicode-bidi: normal }

._nq687qr h1, ._nq687qr h2, ._nq687qr h3, ._nq687qr h4, ._nq687qr h5, ._nq687qr h6 { color: #fff !important; }
._nq687qr { color: rgba(255,255,255,0.85) !important; }
._nq687qr p, ._nq687qr li, ._nq687qr span:not(.badge):not(._zs0t1y), ._nq687qr ._lukx9, ._nq687qr label, ._nq687qr blockquote, ._nq687qr figcaption, ._nq687qr dt, ._nq687qr dd, ._nq687qr td, ._nq687qr th { color: rgba(255,255,255,0.78) !important; }
._nq687qr a:not(._zs0t1y):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._nq687qr a:not(._zs0t1y):not(.nav-link):hover { color: #fff !important; }
._nq687qr ._rmthl7 { color: #fff !important; }
._nq687qr ._cvg06 { 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(._zs0t1y), .bg-dark-custom ._lukx9, .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(._zs0t1y):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(._zs0t1y):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom ._rmthl7 { color: #fff !important; }
.bg-dark-custom ._cvg06 { 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(._zs0t1y), .bg-gradient-custom ._lukx9, .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(._zs0t1y):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(._zs0t1y):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom ._rmthl7 { color: #fff !important; }
.bg-gradient-custom ._cvg06 { 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(._zs0t1y), .bg-accent-custom ._lukx9, .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(._zs0t1y):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(._zs0t1y):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom ._rmthl7 { color: #fff !important; }
.bg-accent-custom ._cvg06 { color: rgba(255,255,255,0.7) !important; }

._md0z4 h1, ._md0z4 h2, ._md0z4 h3, ._md0z4 h4, ._md0z4 h5, ._md0z4 h6 { color: #fff !important; }
._md0z4 { color: rgba(255,255,255,0.85) !important; }
._md0z4 p, ._md0z4 li, ._md0z4 span:not(.badge):not(._zs0t1y), ._md0z4 ._lukx9, ._md0z4 label, ._md0z4 blockquote, ._md0z4 figcaption, ._md0z4 dt, ._md0z4 dd, ._md0z4 td, ._md0z4 th { color: rgba(255,255,255,0.78) !important; }
._md0z4 a:not(._zs0t1y):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
._md0z4 a:not(._zs0t1y):not(.nav-link):hover { color: #fff !important; }
._md0z4 ._rmthl7 { color: #fff !important; }
._md0z4 ._cvg06 { color: rgba(255,255,255,0.7) !important; }

._x57v7 { color: var(--text-secondary, #555) !important; }
._x57v7 h1, ._x57v7 h2, ._x57v7 h3,
._x57v7 h4, ._x57v7 h5, ._x57v7 h6,
._x57v7 ._maipu { color: var(--text-primary, #1a1a2e) !important; }
._x57v7 p, ._x57v7 li, ._x57v7 span,
._x57v7 label { color: var(--text-secondary, #555) !important; }
._x57v7 a:not(._zs0t1y) { color: var(--text-secondary, #555) !important; }
._x57v7 a:not(._zs0t1y):hover { color: var(--z14rq) !important; }
._x57v7 ._xf5rn p { color: var(--text-muted, #888) !important; }

._iu8yihr h1, ._iu8yihr h2, ._iu8yihr h3, ._iu8yihr h4, ._iu8yihr h5, ._iu8yihr h6 { color: var(--text-primary, #1a1a2e) !important; }
._iu8yihr p, ._iu8yihr li, ._iu8yihr span:not(.badge):not(._zs0t1y), ._iu8yihr ._lukx9, ._iu8yihr label, ._iu8yihr blockquote, ._iu8yihr figcaption, ._iu8yihr dt, ._iu8yihr dd, ._iu8yihr td, ._iu8yihr th { color: var(--text-secondary, #555) !important; }

._kczlhdn h1, ._kczlhdn h2, ._kczlhdn h3, ._kczlhdn h4, ._kczlhdn h5, ._kczlhdn h6 { color: var(--text-primary, #1a1a2e) !important; }
._kczlhdn p, ._kczlhdn li, ._kczlhdn span:not(.badge):not(._zs0t1y), ._kczlhdn ._lukx9, ._kczlhdn label, ._kczlhdn blockquote, ._kczlhdn figcaption, ._kczlhdn dt, ._kczlhdn dd, ._kczlhdn td, ._kczlhdn th { color: var(--text-secondary, #555) !important; }
