@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700;800&family=Roboto:wght@400;500&display=swap');

:root {
    --m14ib: #C61633;
    --m15yx: #00D980;
    --m16yb: #3916C4;
    --m1p3: linear-gradient(180deg, var(--m14ib), var(--m15yx));
    --m3gu: 'Roboto Condensed', sans-serif;
    --m5hd: 'Roboto', sans-serif;
    --m19an: 56px;
    --m20qb: 42px;
    --m21lq: 30px;
    --m17ue: 17px;
    --m18z5: 900;
    --m6dl: 2px;
    --m7dv: 4px;
    --m8s3: 6px;
    --m9v3: 8px;
    --m4y4: 4px;
    --m10zs: 3px 3px 0 rgba(0,0,0,0.08);
    --m11wu: 5px 5px 0 rgba(0,0,0,0.10);
    --m12v5: 8px 8px 0 rgba(0,0,0,0.12);
    --m13l9: 12px 12px 0 rgba(0,0,0,0.15);
    --ke7co: 100px 0;
}
.gnz1p {
    border-radius: 6px;
    padding: 12px 24px;
}
.dt87o5, .gdrerd, .yg1ln, .eac6rq, .vhjtrh {
    border-width: 1px;
    border-color: #C6163333;
}

.dt87o5, .gdrerd, .eac6rq, .vhjtrh, .yg1ln {
    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);
}

[data-category] {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tjqidi {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
.tjqidi::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--m1p3);
    border-radius: 2px;
}
.text-center .tjqidi::after {
    left: 50%;
    transform: translateX(-50%);
}

.dt87o5, .gdrerd, .eac6rq, .vhjtrh, .yg1ln {
    position: relative;
}
.dt87o5::after, .gdrerd::after {
    content: '';
    position: absolute;
    inset: 8px 8px -8px -8px;
    background: var(--m14ib);
    opacity: 0.12;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s;
}
.dt87o5:hover::after, .gdrerd:hover::after {
    opacity: 0.22;
}

.hma2 img, .about-image img {
    transform: rotate(2deg) scale(1.02);
    transition: transform 0.5s ease;
}
.hma2:hover img, .about-image:hover img {
    transform: rotate(0deg) scale(1);
}

.dt87o5, .gdrerd, .eac6rq, .vhjtrh, .yg1ln {
    border-top: 4px solid var(--m14ib);
    border-radius: 0 0 var(--m7dv) var(--m7dv);
}

.quiy5 {
    position: relative;
    margin-top: 30px;
}
.quiy5::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

.quiy5 {
    background-image: radial-gradient(circle, var(--m14ib) 1px, transparent 1px);
    background-size: 24px 24px;
    background-blend-mode: overlay;
}

.rfu5 { text-align: center; padding-top: 100px; }
.hma2 {
    max-width: 900px;
    margin: 0 auto 40px;
}
.hma2 img {
    border-radius: var(--m9v3);
    box-shadow: var(--m13l9);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.ubxpp6 { max-width: 700px; margin: 0 auto; }
.hc4ms { justify-content: center; }
.sxtq3m { margin-bottom: 16px; }

.ybjk {
    background: var(--bg-primary);
    padding: 18px 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}
.ybjk.scrolled {
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    padding: 12px 0;
}
.uwkt3p { font-size: 26px; font-weight: 800; }
.sc5ml .nav-link { font-weight: 500; }

.zgxw {
    background: #f8f6f3;
    color: var(--text-secondary);
    padding-top: 80px;
    border-top: 4px double var(--text-primary);
}
.zgxw p, .zgxw li, .zgxw span,
.zgxw .mob42q p, .zgxw .footer-contact li { color: var(--text-secondary); }
.zgxw h1,.zgxw h2,.zgxw h3,.zgxw h4,.zgxw h5 { color: var(--text-primary); }
.mob42q .yebtq {
    color: var(--text-primary);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 1px solid var(--text-primary);
    padding-bottom: 12px;
}
.mob42q .yebtq::after { display: none; }
.ujn43 a { color: var(--text-secondary); font-size: 14px; }
.ujn43 a:hover { color: var(--text-primary); text-decoration: underline; }
.wr3vs1 a { border-radius: 0; background: var(--text-primary); color: var(--bg-primary); border: none; }
.wr3vs1 a:hover { background: var(--m14ib); }
.wdf3 { border-top: 1px solid var(--text-primary); }
.wdf3 p { color: var(--text-secondary); font-style: italic; }

.contact-section .form-control {
    padding: 18px 20px;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--m7dv);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--m14ib); box-shadow: 0 0 0 4px rgba(var(--m14ib), 0.08); transform: translateY(-2px); }
.contact-section .gnz1p { font-size: 16px; padding: 18px 36px; }

.uwkt3p { font-size: 24px; font-weight: 700; color: var(--m14ib) !important; }

.qrr5zz, .card-title, .dwz7w, .yebtq {
    position: relative;
    padding-bottom: 10px;
}
.qrr5zz::after, .card-title::after, .dwz7w::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--m14ib);
    border-radius: 1px;
}

.hma2 img {
    border: 3px solid var(--m14ib);
    outline: 3px solid var(--m14ib);
    outline-offset: 6px;
    border-radius: var(--m7dv);
}

.jbg8 { width: 42px; height: 42px; gap: 5px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); border-radius: var(--m7dv, 8px); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.jbg8 .wnfld { width: 20px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.jbg8:hover { background: rgba(255,255,255,0.16); }
.jbg8.active { border-color: var(--m14ib); background: rgba(var(--m14ib-rgb, 99,102,241), 0.15); }
.jbg8.active .wnfld:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.jbg8.active .wnfld:nth-child(2) { opacity: 0; }
.jbg8.active .wnfld:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:12px;height:12px;border:2px solid var(--m14ib);border-radius:50%;margin:15px auto;opacity:0.35;}

.dt87o5,.gdrerd{opacity:0;animation:slideLeft 0.45s ease forwards;}.row>[class*="col"]:nth-child(odd) .dt87o5,.row>[class*="col"]:nth-child(odd) .gdrerd{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .dt87o5,.row>[class*="col"]:nth-child(even) .gdrerd{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.2s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-25px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(25px);}to{opacity:1;transform:translateX(0);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--m14ib);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.dt87o5,.gdrerd,.eac6rq,.vhjtrh,.samqp,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;pointer-events:none;z-index:0;}.bg-deco .ring{position:fixed;border:1px solid var(--m14ib);border-radius:50%;opacity:0.03;animation:decoSpin 40s linear infinite;}.bg-deco .ring:nth-child(2){animation-direction:reverse;animation-duration:55s;}@keyframes decoSpin{to{transform:rotate(360deg);}}

main > section {
    position: sticky;
    top: 0;
    transition: transform 0.1s linear, opacity 0.1s linear;
    transform-origin: center top;
    background: var(--bg-primary);
    border-radius: var(--m9v3) var(--m9v3) 0 0;
}
main > section:nth-child(even):not(.lmhm):not(.dtj2) { background: var(--bg-secondary, var(--bg-primary)); }
.rfu5 { position: relative; border-radius: 0; }
.zgxw { position: relative; border-radius: var(--m9v3) var(--m9v3) 0 0; }
@media (max-width: 768px) { main > section { position: relative; border-radius: 0; } }

.gnz1p,.hidtw,.lccwkd{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;}}

.gnz1p,.hidtw{transition:transform 0.25s cubic-bezier(0.23,1,0.32,1);}

.wr3vs1 a,.team-social a{transition:transform 0.3s cubic-bezier(0.34,1.56,0.64,1),background 0.3s,color 0.3s;}.wr3vs1 a:hover,.team-social a:hover{transform:translateY(-6px) scale(1.15);}

.dt87o5,.gdrerd{animation:borderPulse 4s ease-in-out infinite;}.dt87o5:nth-child(odd),.gdrerd:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--m14ib);}}

.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);}}

.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%);}}

.qpto5k{background:linear-gradient(90deg,var(--text-primary) 0%,var(--m14ib) 25%,var(--text-primary) 50%,var(--m14ib) 75%,var(--text-primary) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmerText 4s linear infinite;}@keyframes shimmerText{to{background-position:200% center;}}

main > section:nth-child(even):not(.lmhm):not(.dtj2) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.lmhm):not(.dtj2)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cpath d='M0 40a40 40 0 0 1 40-40 40 40 0 0 1 40 40' fill='none' stroke='currentColor' stroke-width='0.8'/%3E%3Cpath d='M0 40a32 32 0 0 1 32-32 32 32 0 0 1 32 32' fill='none' stroke='currentColor' stroke-width='0.6' transform='translate(8 0)'/%3E%3Cpath d='M0 40a24 24 0 0 1 24-24 24 24 0 0 1 24 40' fill='none' stroke='currentColor' stroke-width='0.4' transform='translate(16 0)'/%3E%3C/svg%3E");
    background-size: 80px 40px;
}
.rfu5::before { display: none !important; }

main > section:nth-child(even):not(.lmhm):not(.dtj2) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.lmhm):not(.dtj2)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    background-image:
        linear-gradient(var(--m14ib) 1px, transparent 1px),
        linear-gradient(90deg, var(--m14ib) 1px, transparent 1px),
        linear-gradient(var(--m14ib) 0.5px, transparent 0.5px),
        linear-gradient(90deg, var(--m14ib) 0.5px, transparent 0.5px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
}
.rfu5::before { display: none !important; }

html:not(.os1og) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .gkcx2 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc5ml {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc5ml .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .ti2l, .gykff {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .ti2l .nav-link,
    .gykff .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .duml8 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .uwkt3p {
        flex-shrink: 0;
    }
}

div.quiy5:not(.ke7co) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.quiy5:not(.ke7co) + .ybjk {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.quiy5.xnxy8q {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.quiy5.xnxy8q + .ybjk,
div.quiy5:not(.ke7co) + .ybjk.scrolled {
    top: 0;
}
div.quiy5:not(.ke7co) ~ .rfu5 {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.quiy5:not(.ke7co) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.quiy5:not(.ke7co) + .ybjk {
        top: 0;
    }
    div.quiy5:not(.ke7co) ~ .rfu5 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .jbg8 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .jbg8 .wnfld {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc5ml {
        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;
    }
    .sc5ml .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;
    }
    .sc5ml .nav-link::after { display: none !important; }
    .duml8 { display: none !important; }
    .ti2l, .gykff { display: none !important; }
}

@media (max-width: 992px) {
    .sc5ml { right: 0 !important; left: auto !important; width: min(300px,85vw) !important; background: var(--bg-card) !important; padding: 100px 28px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: scale(0.97) !important; transition: opacity 0.3s ease, visibility 0.3s, transform 0.3s ease !important; }
    .sc5ml.active { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: scale(1) !important; }
    .sc5ml .nav-link { opacity: 0 !important; transform: translateY(10px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .sc5ml.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .sc5ml.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .sc5ml.active .nav-link:nth-child(2){transition-delay:.20s !important;}
    .sc5ml.active .nav-link:nth-child(3){transition-delay:.25s !important;}
    .sc5ml.active .nav-link:nth-child(4){transition-delay:.30s !important;}
    .sc5ml.active .nav-link:nth-child(5){transition-delay:.35s !important;}
    .sc5ml.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .sc5ml.active .nav-link:nth-child(7){transition-delay:.45s !important;}
    .sc5ml.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.dt87o5,
.gdrerd,
.eac6rq,
.vhjtrh,
.jcqk,
.samqp {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.dt87o5 *,
.gdrerd *,
.eac6rq *,
.vhjtrh *,
.jcqk * {
    filter: none !important;
}
@supports (animation: none) {
    .dt87o5, .gdrerd, .eac6rq {
        animation-fill-mode: forwards !important;
    }
}
.eac6rq + .eac6rq {
    margin-top: 1.5rem;
}

.rfu5 .gpzch ~ .container,
.rfu5 .gpzch ~ .container * {
    color: #fff;
}
.rfu5 .gpzch ~ .container p,
.rfu5 .gpzch ~ .container .sg6clk {
    color: rgba(255,255,255,0.85);
}
.rfu5 .gpzch ~ .container .gnz1p {
    color: inherit;
}
.dtj2 .sxtq3m { color: #fff; }
.dtj2 .zfjr1o { color: var(--m14ib); }
.dtj2 .mg9z3c { color: rgba(255,255,255,0.55); }
.dtj2 .ujn43 a { color: rgba(255,255,255,0.65); }
.dtj2 .ujn43 a:hover { color: #fff; }
.zgxw[style*="background:none"] { background: none !important; }
.zgxw[style*="background:none"]::before,
.zgxw[style*="background:none"]::after { display: none !important; }

.swiper:not(.swiper-initialized) { overflow: hidden; }
.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex; flex-wrap: nowrap;
}
.swiper:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 0; width: 100%;
}

.ld9v .swiper-button-next,
.ld9v .swiper-button-prev {
    width: 32px; height: 32px;
    background: var(--bg-card, #fff);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.ld9v .swiper-button-next::after,
.ld9v .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.ld9v .swiper-button-next { right: 0; }
.ld9v .swiper-button-prev { left: 0; }

.dt87o5, .jcqk, .gdrerd, .eac6rq,
.vhjtrh, .samqp, .yg1ln, .counter-item,
.card { overflow: hidden; }

.dt87o5 h1, .dt87o5 h2, .dt87o5 h3, .dt87o5 h4, .dt87o5 h5, .dt87o5 h6,
.jcqk h1, .jcqk h2, .jcqk h3, .jcqk h4,
.gdrerd h1, .gdrerd h2, .gdrerd h3, .gdrerd h4,
.counter-item h1, .counter-item h2, .counter-item h3, .counter-item h4,
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.dt87o5 p, .dt87o5 span, .dt87o5 li,
.jcqk p, .gdrerd p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.iguakq, .shy1v, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.dt87o5 .stat-number, .dt87o5 [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.67;
    letter-spacing: 0.0em;
}

.dt87o5, .gdrerd, .eac6rq, .yg1ln, .vhjtrh {
    padding: 29px;
}
.dt87o5, .gdrerd, .eac6rq, .yg1ln, .vhjtrh .card-body {
    padding: 26px 16px;
}
.row > [class*="col"]:nth-child(1) .dt87o5,
.row > [class*="col"]:nth-child(1) .gdrerd {
    padding: 30px;
    border-radius: calc(var(--m7dv) + 0px);
}
.row > [class*="col"]:nth-child(2) .dt87o5,
.row > [class*="col"]:nth-child(2) .gdrerd {
    padding: 29px;
    border-radius: calc(var(--m7dv) + -2px);
}
.row > [class*="col"]:nth-child(3) .dt87o5,
.row > [class*="col"]:nth-child(3) .gdrerd {
    padding: 31px;
    border-radius: calc(var(--m7dv) + 0px);
}
.row > [class*="col"]:nth-child(4) .dt87o5,
.row > [class*="col"]:nth-child(4) .gdrerd {
    padding: 27px;
    border-radius: calc(var(--m7dv) + -1px);
}
.row > [class*="col"]:nth-child(5) .dt87o5,
.row > [class*="col"]:nth-child(5) .gdrerd {
    padding: 29px;
    border-radius: calc(var(--m7dv) + -2px);
}
.row > [class*="col"]:nth-child(6) .dt87o5,
.row > [class*="col"]:nth-child(6) .gdrerd {
    padding: 30px;
    border-radius: calc(var(--m7dv) + -2px);
}

.gnz1p {
    padding: 15px 29px;
    font-size: 16px;
    letter-spacing: 0.479px;
    border-radius: calc(var(--m7dv) + 3px);
}
.lccwkd {
    padding: 14px 31px;
    border-width: 1px;
}

main > section {
    padding-top: 77px;
    padding-bottom: 77px;
}
main > section:first-child {
    padding-top: 86px;
}
main > section:nth-child(3) {
    padding-top: 71px;
    padding-bottom: 73px;
}
main > section:nth-child(6) {
    padding-top: 83px;
    padding-bottom: 70px;
}

.xj3ik {
    margin-bottom: 60px;
}

.dt87o5, .gdrerd, .eac6rq, .vhjtrh {
    box-shadow: 1px 4px 18px rgba(0,0,0,0.054);
}

.rfu5 {
    padding-top: 118px;
}
.qpto5k {
    margin-bottom: 24px;
}
.sg6clk {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.564;
}
.sxtq3m {
    font-size: 11px;
    letter-spacing: 2.911px;
    margin-bottom: 26px;
}
.hc4ms {
    gap: 16px;
}

.hma2 img {
    border-radius: 15px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.134);
}

.wfuks {
    width: 51px;
    height: 51px;
    font-size: 23px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.qrr5zz, .card-title {
    font-size: 19px;
    margin-bottom: 7px;
}
.ryzzd, .card-text {
    font-size: 15px;
    line-height: 1.646;
}

.tjqidi {
    margin-bottom: 18px;
    letter-spacing: 0.0px;
}
.zfjr1o {
    font-size: 13px;
    letter-spacing: 2.463px;
    margin-bottom: 11px;
}
.fgog {
    font-size: 16px;
    line-height: 1.686;
}

@media (min-width: 993px) {
    .sc5ml {
        gap: 29px;
    }
    .sc5ml .nav-link {
        font-size: 13px;
        padding: 10px 0;
    }
}

.zgxw {
    padding-top: 65px;
}
.mob42q .yebtq {
    font-size: 16px;
    margin-bottom: 23px;
}
.ujn43 a {
    font-size: 15px;
}
.ujn43 li {
    margin-bottom: 11px;
}
.wr3vs1 {
    gap: 10px;
}
.wr3vs1 a {
    width: 40px;
    height: 40px;
}
.wdf3 {
    padding: 23px 0;
    margin-top: 49px;
}

.form-control {
    border-radius: 10px;
    padding: 11px 15px;
    font-size: 16px;
}

.yg1ln {
    padding: 32px;
}
.jtbdx {
    font-size: 16px;
    line-height: 1.653;
    margin-bottom: 21px;
}
.zmra {
    width: 48px;
    height: 48px;
}
.mlwb0 {
    font-size: 15px;
}
.brwjy {
    font-size: 13px;
}

.vhjtrh {
    padding: 32px;
}
.ctwee5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.yqfcp {
    font-size: 48px;
    margin-bottom: 23px;
}
.deprzz li {
    padding: 11px 0;
    font-size: 13px;
}

.iguakq, .stat-number {
    font-size: 43px;
    margin-bottom: 3px;
}
.shy1v {
    font-size: 15px;
    letter-spacing: 0.707px;
}

.xje7m img {
    border-radius: 10px;
}
.essg {
    font-size: 19px;
    margin-bottom: 3px;
}
.kkp9 {
    font-size: 12px;
}

.nwg1zo {
    font-size: 33px;
    margin-bottom: 14px;
}
.dwz7w {
    font-size: 18px;
    margin-bottom: 10px;
}

.wow {
    animation-duration: 0.516s !important;
}
.dt87o5, .gdrerd, .eac6rq, .yg1ln,
.vhjtrh, .samqp {
    transition-duration: 0.25s;
}

.row {
    --bs-gutter-y: 32px;
}

.lmhm {
    padding: 78px 0;
}
.fpysdb {
    font-size: 33px;
    margin-bottom: 12px;
}
.qabg {
    font-size: 18px;
    margin-bottom: 24px;
}

.eac6rq .skki img {
    border-radius: 7px 7px 0 0;
}
.yfnd {
    font-size: 13px;
    margin-bottom: 8px;
    gap: 11px;
}

.ybjk {
    padding: 17px 0;
}
.ybjk.scrolled {
    padding: 14px 0;
}
.uwkt3p {
    font-size: 24px;
}
.duml8 {
    margin-left: 17px;
}

:root {
    --_rev: 3.86;
    --_build: 9.84;
}
.init-marker { display: inherit }
.theme-marker { font-style: inherit }
.style-tag { --_stamp: 535; display: inherit; box-sizing: border-box }
.frame-ref { unicode-bidi: normal }

.dtj2 h1, .dtj2 h2, .dtj2 h3, .dtj2 h4, .dtj2 h5, .dtj2 h6 { color: #fff !important; }
.dtj2 { color: rgba(255,255,255,0.85) !important; }
.dtj2 p, .dtj2 li, .dtj2 span:not(.badge):not(.gnz1p), .dtj2 .qo9ah4, .dtj2 label, .dtj2 blockquote, .dtj2 figcaption, .dtj2 dt, .dtj2 dd, .dtj2 td, .dtj2 th { color: rgba(255,255,255,0.78) !important; }
.dtj2 a:not(.gnz1p):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.dtj2 a:not(.gnz1p):not(.nav-link):hover { color: #fff !important; }
.dtj2 .iguakq { color: #fff !important; }
.dtj2 .shy1v { 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(.gnz1p), .bg-dark-custom .qo9ah4, .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(.gnz1p):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.gnz1p):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .iguakq { color: #fff !important; }
.bg-dark-custom .shy1v { 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(.gnz1p), .bg-gradient-custom .qo9ah4, .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(.gnz1p):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.gnz1p):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .iguakq { color: #fff !important; }
.bg-gradient-custom .shy1v { 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(.gnz1p), .bg-accent-custom .qo9ah4, .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(.gnz1p):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.gnz1p):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .iguakq { color: #fff !important; }
.bg-accent-custom .shy1v { color: rgba(255,255,255,0.7) !important; }

.lmhm h1, .lmhm h2, .lmhm h3, .lmhm h4, .lmhm h5, .lmhm h6 { color: #fff !important; }
.lmhm { color: rgba(255,255,255,0.85) !important; }
.lmhm p, .lmhm li, .lmhm span:not(.badge):not(.gnz1p), .lmhm .qo9ah4, .lmhm label, .lmhm blockquote, .lmhm figcaption, .lmhm dt, .lmhm dd, .lmhm td, .lmhm th { color: rgba(255,255,255,0.78) !important; }
.lmhm a:not(.gnz1p):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.lmhm a:not(.gnz1p):not(.nav-link):hover { color: #fff !important; }
.lmhm .iguakq { color: #fff !important; }
.lmhm .shy1v { color: rgba(255,255,255,0.7) !important; }

.zgxw { color: #fff !important; }
.zgxw h1, .zgxw h2, .zgxw h3,
.zgxw h4, .zgxw h5, .zgxw h6,
.zgxw .yebtq { color: #fff !important; }
.zgxw p, .zgxw li, .zgxw span,
.zgxw label { color: #fff !important; }
.zgxw a:not(.gnz1p) { color: rgba(255,255,255,0.9) !important; }
.zgxw a:not(.gnz1p):hover { color: #fff !important; }
.zgxw .wdf3 p { color: rgba(255,255,255,0.8) !important; }

.vn39wa h1, .vn39wa h2, .vn39wa h3, .vn39wa h4, .vn39wa h5, .vn39wa h6 { color: var(--text-primary, #1a1a2e) !important; }
.vn39wa p, .vn39wa li, .vn39wa span:not(.badge):not(.gnz1p), .vn39wa .qo9ah4, .vn39wa label, .vn39wa blockquote, .vn39wa figcaption, .vn39wa dt, .vn39wa dd, .vn39wa td, .vn39wa th { color: var(--text-secondary, #555) !important; }

.quiy5 h1, .quiy5 h2, .quiy5 h3, .quiy5 h4, .quiy5 h5, .quiy5 h6 { color: var(--text-primary, #1a1a2e) !important; }
.quiy5 p, .quiy5 li, .quiy5 span:not(.badge):not(.gnz1p), .quiy5 .qo9ah4, .quiy5 label, .quiy5 blockquote, .quiy5 figcaption, .quiy5 dt, .quiy5 dd, .quiy5 td, .quiy5 th { color: var(--text-secondary, #555) !important; }

.iguakq { color:var(--text-primary,#1a1a2e) !important; }
.shy1v { color:var(--text-muted,#888) !important; }
.iguakq .counter-suffix { color:var(--m14ib) !important; }
.counter-item .counter-icon { color:var(--m14ib) !important; }
.qpto5k { color:var(--text-primary,#1a1a2e) !important; }
.sg6clk { color:var(--text-secondary,#555) !important; }
.sxtq3m { color:var(--m14ib) !important; }
.fpysdb { color:var(--text-primary,#1a1a2e) !important; }
.qabg { color:var(--text-secondary,#555) !important; }
.portfolio-title { color:var(--text-primary,#1a1a2e) !important; }
.portfolio-category { color:var(--text-muted,#888) !important; }

.dtj2 .iguakq, .bg-dark-custom .iguakq, .bg-gradient-custom .iguakq, .bg-accent-custom .iguakq, .lmhm .iguakq, .rfu5 .iguakq { color:#fff !important; }
.dtj2 .shy1v, .bg-dark-custom .shy1v, .bg-gradient-custom .shy1v, .bg-accent-custom .shy1v, .lmhm .shy1v, .rfu5 .shy1v { color:rgba(255,255,255,0.7) !important; }
.dtj2 .iguakq .counter-suffix, .bg-dark-custom .iguakq .counter-suffix, .bg-gradient-custom .iguakq .counter-suffix, .bg-accent-custom .iguakq .counter-suffix, .lmhm .iguakq .counter-suffix, .rfu5 .iguakq .counter-suffix { color:var(--m14ib) !important; }
.dtj2 .counter-item .counter-icon, .bg-dark-custom .counter-item .counter-icon, .bg-gradient-custom .counter-item .counter-icon, .bg-accent-custom .counter-item .counter-icon, .lmhm .counter-item .counter-icon, .rfu5 .counter-item .counter-icon { color:var(--m14ib) !important; }
.dtj2 .qpto5k, .bg-dark-custom .qpto5k, .bg-gradient-custom .qpto5k, .bg-accent-custom .qpto5k, .lmhm .qpto5k, .rfu5 .qpto5k, .npiw .qpto5k { color:#fff !important; }
.dtj2 .sg6clk, .bg-dark-custom .sg6clk, .bg-gradient-custom .sg6clk, .bg-accent-custom .sg6clk, .lmhm .sg6clk, .rfu5 .sg6clk, .npiw .sg6clk { color:rgba(255,255,255,0.75) !important; }
.dtj2 .sxtq3m, .bg-dark-custom .sxtq3m, .bg-gradient-custom .sxtq3m, .bg-accent-custom .sxtq3m, .lmhm .sxtq3m, .rfu5 .sxtq3m, .npiw .sxtq3m { color:#fff !important; }
.dtj2 .fpysdb, .bg-dark-custom .fpysdb, .bg-gradient-custom .fpysdb, .bg-accent-custom .fpysdb, .lmhm .fpysdb, .rfu5 .fpysdb, .npiw .fpysdb { color:#fff !important; }
.dtj2 .qabg, .bg-dark-custom .qabg, .bg-gradient-custom .qabg, .bg-accent-custom .qabg, .lmhm .qabg, .rfu5 .qabg, .npiw .qabg { color:rgba(255,255,255,0.85) !important; }
.dtj2 .portfolio-title, .bg-dark-custom .portfolio-title, .bg-gradient-custom .portfolio-title, .bg-accent-custom .portfolio-title, .lmhm .portfolio-title, .rfu5 .portfolio-title, .npiw .portfolio-title, .portfolio-overlay .portfolio-title { color:#fff !important; }
.dtj2 .portfolio-category, .bg-dark-custom .portfolio-category, .bg-gradient-custom .portfolio-category, .bg-accent-custom .portfolio-category, .lmhm .portfolio-category, .rfu5 .portfolio-category, .npiw .portfolio-category, .portfolio-overlay .portfolio-category { color:rgba(255,255,255,0.7) !important; }

.portfolio-overlay h1, .portfolio-overlay h2, .portfolio-overlay h3, .portfolio-overlay h4, .portfolio-overlay h5, .portfolio-overlay h6, .card-overlay h1, .card-overlay h2, .card-overlay h3, .card-overlay h4, .card-overlay h5, .card-overlay h6, .gpzch h1, .gpzch h2, .gpzch h3, .gpzch h4, .gpzch h5, .gpzch h6, .ix-exp-content h1, .ix-exp-content h2, .ix-exp-content h3, .ix-exp-content h4, .ix-exp-content h5, .ix-exp-content h6 { color:#fff !important; }
.portfolio-overlay p, .portfolio-overlay span, .portfolio-overlay a, .portfolio-overlay li, .portfolio-overlay small, .portfolio-overlay figcaption, .card-overlay p, .card-overlay span, .card-overlay a, .card-overlay li, .card-overlay small, .card-overlay figcaption, .gpzch p, .gpzch span, .gpzch a, .gpzch li, .gpzch small, .gpzch figcaption, .ix-exp-content p, .ix-exp-content span, .ix-exp-content a, .ix-exp-content li, .ix-exp-content small, .ix-exp-content figcaption { color:rgba(255,255,255,0.8) !important; }

.dtj2.quiy5 .iguakq,
.dtj2.vn39wa .iguakq,
.bg-dark-custom.quiy5 .iguakq,
.bg-dark-custom.vn39wa .iguakq,
.bg-gradient-custom.quiy5 .iguakq,
.bg-gradient-custom.vn39wa .iguakq,
.bg-accent-custom.quiy5 .iguakq,
.bg-accent-custom.vn39wa .iguakq,
.lmhm.quiy5 .iguakq,
.lmhm.vn39wa .iguakq,
.rfu5.quiy5 .iguakq,
.rfu5.vn39wa .iguakq,
.npiw.quiy5 .iguakq,
.npiw.vn39wa .iguakq { color:var(--text-primary,#1a1a2e) !important; }
.dtj2.quiy5 .shy1v,
.dtj2.vn39wa .shy1v,
.bg-dark-custom.quiy5 .shy1v,
.bg-dark-custom.vn39wa .shy1v,
.bg-gradient-custom.quiy5 .shy1v,
.bg-gradient-custom.vn39wa .shy1v,
.bg-accent-custom.quiy5 .shy1v,
.bg-accent-custom.vn39wa .shy1v,
.lmhm.quiy5 .shy1v,
.lmhm.vn39wa .shy1v,
.rfu5.quiy5 .shy1v,
.rfu5.vn39wa .shy1v,
.npiw.quiy5 .shy1v,
.npiw.vn39wa .shy1v { color:var(--text-muted,#888) !important; }
.dtj2.quiy5 .iguakq .counter-suffix,
.dtj2.vn39wa .iguakq .counter-suffix,
.bg-dark-custom.quiy5 .iguakq .counter-suffix,
.bg-dark-custom.vn39wa .iguakq .counter-suffix,
.bg-gradient-custom.quiy5 .iguakq .counter-suffix,
.bg-gradient-custom.vn39wa .iguakq .counter-suffix,
.bg-accent-custom.quiy5 .iguakq .counter-suffix,
.bg-accent-custom.vn39wa .iguakq .counter-suffix,
.lmhm.quiy5 .iguakq .counter-suffix,
.lmhm.vn39wa .iguakq .counter-suffix,
.rfu5.quiy5 .iguakq .counter-suffix,
.rfu5.vn39wa .iguakq .counter-suffix,
.npiw.quiy5 .iguakq .counter-suffix,
.npiw.vn39wa .iguakq .counter-suffix { color:var(--m14ib) !important; }
.dtj2.quiy5 .counter-item .counter-icon,
.dtj2.vn39wa .counter-item .counter-icon,
.bg-dark-custom.quiy5 .counter-item .counter-icon,
.bg-dark-custom.vn39wa .counter-item .counter-icon,
.bg-gradient-custom.quiy5 .counter-item .counter-icon,
.bg-gradient-custom.vn39wa .counter-item .counter-icon,
.bg-accent-custom.quiy5 .counter-item .counter-icon,
.bg-accent-custom.vn39wa .counter-item .counter-icon,
.lmhm.quiy5 .counter-item .counter-icon,
.lmhm.vn39wa .counter-item .counter-icon,
.rfu5.quiy5 .counter-item .counter-icon,
.rfu5.vn39wa .counter-item .counter-icon,
.npiw.quiy5 .counter-item .counter-icon,
.npiw.vn39wa .counter-item .counter-icon { color:var(--m14ib) !important; }
.dtj2.quiy5 .qpto5k,
.dtj2.vn39wa .qpto5k,
.bg-dark-custom.quiy5 .qpto5k,
.bg-dark-custom.vn39wa .qpto5k,
.bg-gradient-custom.quiy5 .qpto5k,
.bg-gradient-custom.vn39wa .qpto5k,
.bg-accent-custom.quiy5 .qpto5k,
.bg-accent-custom.vn39wa .qpto5k,
.lmhm.quiy5 .qpto5k,
.lmhm.vn39wa .qpto5k,
.rfu5.quiy5 .qpto5k,
.rfu5.vn39wa .qpto5k,
.npiw.quiy5 .qpto5k,
.npiw.vn39wa .qpto5k { color:var(--text-primary,#1a1a2e) !important; }
.dtj2.quiy5 .sg6clk,
.dtj2.vn39wa .sg6clk,
.bg-dark-custom.quiy5 .sg6clk,
.bg-dark-custom.vn39wa .sg6clk,
.bg-gradient-custom.quiy5 .sg6clk,
.bg-gradient-custom.vn39wa .sg6clk,
.bg-accent-custom.quiy5 .sg6clk,
.bg-accent-custom.vn39wa .sg6clk,
.lmhm.quiy5 .sg6clk,
.lmhm.vn39wa .sg6clk,
.rfu5.quiy5 .sg6clk,
.rfu5.vn39wa .sg6clk,
.npiw.quiy5 .sg6clk,
.npiw.vn39wa .sg6clk { color:var(--text-secondary,#555) !important; }
.dtj2.quiy5 .sxtq3m,
.dtj2.vn39wa .sxtq3m,
.bg-dark-custom.quiy5 .sxtq3m,
.bg-dark-custom.vn39wa .sxtq3m,
.bg-gradient-custom.quiy5 .sxtq3m,
.bg-gradient-custom.vn39wa .sxtq3m,
.bg-accent-custom.quiy5 .sxtq3m,
.bg-accent-custom.vn39wa .sxtq3m,
.lmhm.quiy5 .sxtq3m,
.lmhm.vn39wa .sxtq3m,
.rfu5.quiy5 .sxtq3m,
.rfu5.vn39wa .sxtq3m,
.npiw.quiy5 .sxtq3m,
.npiw.vn39wa .sxtq3m { color:var(--m14ib) !important; }
.dtj2.quiy5 .fpysdb,
.dtj2.vn39wa .fpysdb,
.bg-dark-custom.quiy5 .fpysdb,
.bg-dark-custom.vn39wa .fpysdb,
.bg-gradient-custom.quiy5 .fpysdb,
.bg-gradient-custom.vn39wa .fpysdb,
.bg-accent-custom.quiy5 .fpysdb,
.bg-accent-custom.vn39wa .fpysdb,
.lmhm.quiy5 .fpysdb,
.lmhm.vn39wa .fpysdb,
.rfu5.quiy5 .fpysdb,
.rfu5.vn39wa .fpysdb,
.npiw.quiy5 .fpysdb,
.npiw.vn39wa .fpysdb { color:var(--text-primary,#1a1a2e) !important; }
.dtj2.quiy5 .qabg,
.dtj2.vn39wa .qabg,
.bg-dark-custom.quiy5 .qabg,
.bg-dark-custom.vn39wa .qabg,
.bg-gradient-custom.quiy5 .qabg,
.bg-gradient-custom.vn39wa .qabg,
.bg-accent-custom.quiy5 .qabg,
.bg-accent-custom.vn39wa .qabg,
.lmhm.quiy5 .qabg,
.lmhm.vn39wa .qabg,
.rfu5.quiy5 .qabg,
.rfu5.vn39wa .qabg,
.npiw.quiy5 .qabg,
.npiw.vn39wa .qabg { color:var(--text-secondary,#555) !important; }
.dtj2.quiy5 .portfolio-title,
.dtj2.vn39wa .portfolio-title,
.bg-dark-custom.quiy5 .portfolio-title,
.bg-dark-custom.vn39wa .portfolio-title,
.bg-gradient-custom.quiy5 .portfolio-title,
.bg-gradient-custom.vn39wa .portfolio-title,
.bg-accent-custom.quiy5 .portfolio-title,
.bg-accent-custom.vn39wa .portfolio-title,
.lmhm.quiy5 .portfolio-title,
.lmhm.vn39wa .portfolio-title,
.rfu5.quiy5 .portfolio-title,
.rfu5.vn39wa .portfolio-title,
.npiw.quiy5 .portfolio-title,
.npiw.vn39wa .portfolio-title { color:var(--text-primary,#1a1a2e) !important; }
.dtj2.quiy5 .portfolio-category,
.dtj2.vn39wa .portfolio-category,
.bg-dark-custom.quiy5 .portfolio-category,
.bg-dark-custom.vn39wa .portfolio-category,
.bg-gradient-custom.quiy5 .portfolio-category,
.bg-gradient-custom.vn39wa .portfolio-category,
.bg-accent-custom.quiy5 .portfolio-category,
.bg-accent-custom.vn39wa .portfolio-category,
.lmhm.quiy5 .portfolio-category,
.lmhm.vn39wa .portfolio-category,
.rfu5.quiy5 .portfolio-category,
.rfu5.vn39wa .portfolio-category,
.npiw.quiy5 .portfolio-category,
.npiw.vn39wa .portfolio-category { color:var(--text-muted,#888) !important; }

.dtj2 .dt87o5 h1,
.dtj2 .dt87o5 h2,
.dtj2 .dt87o5 h3,
.dtj2 .dt87o5 h4,
.dtj2 .dt87o5 h5,
.dtj2 .dt87o5 h6,
.dtj2 .jcqk h1,
.dtj2 .jcqk h2,
.dtj2 .jcqk h3,
.dtj2 .jcqk h4,
.dtj2 .jcqk h5,
.dtj2 .jcqk h6,
.dtj2 .card h1,
.dtj2 .card h2,
.dtj2 .card h3,
.dtj2 .card h4,
.dtj2 .card h5,
.dtj2 .card h6,
.dtj2 .yg1ln h1,
.dtj2 .yg1ln h2,
.dtj2 .yg1ln h3,
.dtj2 .yg1ln h4,
.dtj2 .yg1ln h5,
.dtj2 .yg1ln h6,
.dtj2 .samqp h1,
.dtj2 .samqp h2,
.dtj2 .samqp h3,
.dtj2 .samqp h4,
.dtj2 .samqp h5,
.dtj2 .samqp h6,
.dtj2 .vhjtrh h1,
.dtj2 .vhjtrh h2,
.dtj2 .vhjtrh h3,
.dtj2 .vhjtrh h4,
.dtj2 .vhjtrh h5,
.dtj2 .vhjtrh h6,
.dtj2 .eac6rq h1,
.dtj2 .eac6rq h2,
.dtj2 .eac6rq h3,
.dtj2 .eac6rq h4,
.dtj2 .eac6rq h5,
.dtj2 .eac6rq h6,
.dtj2 .gdrerd h1,
.dtj2 .gdrerd h2,
.dtj2 .gdrerd h3,
.dtj2 .gdrerd h4,
.dtj2 .gdrerd h5,
.dtj2 .gdrerd h6,
.dtj2 .counter-item h1,
.dtj2 .counter-item h2,
.dtj2 .counter-item h3,
.dtj2 .counter-item h4,
.dtj2 .counter-item h5,
.dtj2 .counter-item h6,
.bg-dark-custom .dt87o5 h1,
.bg-dark-custom .dt87o5 h2,
.bg-dark-custom .dt87o5 h3,
.bg-dark-custom .dt87o5 h4,
.bg-dark-custom .dt87o5 h5,
.bg-dark-custom .dt87o5 h6,
.bg-dark-custom .jcqk h1,
.bg-dark-custom .jcqk h2,
.bg-dark-custom .jcqk h3,
.bg-dark-custom .jcqk h4,
.bg-dark-custom .jcqk h5,
.bg-dark-custom .jcqk h6,
.bg-dark-custom .card h1,
.bg-dark-custom .card h2,
.bg-dark-custom .card h3,
.bg-dark-custom .card h4,
.bg-dark-custom .card h5,
.bg-dark-custom .card h6,
.bg-dark-custom .yg1ln h1,
.bg-dark-custom .yg1ln h2,
.bg-dark-custom .yg1ln h3,
.bg-dark-custom .yg1ln h4,
.bg-dark-custom .yg1ln h5,
.bg-dark-custom .yg1ln h6,
.bg-dark-custom .samqp h1,
.bg-dark-custom .samqp h2,
.bg-dark-custom .samqp h3,
.bg-dark-custom .samqp h4,
.bg-dark-custom .samqp h5,
.bg-dark-custom .samqp h6,
.bg-dark-custom .vhjtrh h1,
.bg-dark-custom .vhjtrh h2,
.bg-dark-custom .vhjtrh h3,
.bg-dark-custom .vhjtrh h4,
.bg-dark-custom .vhjtrh h5,
.bg-dark-custom .vhjtrh h6,
.bg-dark-custom .eac6rq h1,
.bg-dark-custom .eac6rq h2,
.bg-dark-custom .eac6rq h3,
.bg-dark-custom .eac6rq h4,
.bg-dark-custom .eac6rq h5,
.bg-dark-custom .eac6rq h6,
.bg-dark-custom .gdrerd h1,
.bg-dark-custom .gdrerd h2,
.bg-dark-custom .gdrerd h3,
.bg-dark-custom .gdrerd h4,
.bg-dark-custom .gdrerd h5,
.bg-dark-custom .gdrerd h6,
.bg-dark-custom .counter-item h1,
.bg-dark-custom .counter-item h2,
.bg-dark-custom .counter-item h3,
.bg-dark-custom .counter-item h4,
.bg-dark-custom .counter-item h5,
.bg-dark-custom .counter-item h6,
.bg-gradient-custom .dt87o5 h1,
.bg-gradient-custom .dt87o5 h2,
.bg-gradient-custom .dt87o5 h3,
.bg-gradient-custom .dt87o5 h4,
.bg-gradient-custom .dt87o5 h5,
.bg-gradient-custom .dt87o5 h6,
.bg-gradient-custom .jcqk h1,
.bg-gradient-custom .jcqk h2,
.bg-gradient-custom .jcqk h3,
.bg-gradient-custom .jcqk h4,
.bg-gradient-custom .jcqk h5,
.bg-gradient-custom .jcqk h6,
.bg-gradient-custom .card h1,
.bg-gradient-custom .card h2,
.bg-gradient-custom .card h3,
.bg-gradient-custom .card h4,
.bg-gradient-custom .card h5,
.bg-gradient-custom .card h6,
.bg-gradient-custom .yg1ln h1,
.bg-gradient-custom .yg1ln h2,
.bg-gradient-custom .yg1ln h3,
.bg-gradient-custom .yg1ln h4,
.bg-gradient-custom .yg1ln h5,
.bg-gradient-custom .yg1ln h6,
.bg-gradient-custom .samqp h1,
.bg-gradient-custom .samqp h2,
.bg-gradient-custom .samqp h3,
.bg-gradient-custom .samqp h4,
.bg-gradient-custom .samqp h5,
.bg-gradient-custom .samqp h6,
.bg-gradient-custom .vhjtrh h1,
.bg-gradient-custom .vhjtrh h2,
.bg-gradient-custom .vhjtrh h3,
.bg-gradient-custom .vhjtrh h4,
.bg-gradient-custom .vhjtrh h5,
.bg-gradient-custom .vhjtrh h6,
.bg-gradient-custom .eac6rq h1,
.bg-gradient-custom .eac6rq h2,
.bg-gradient-custom .eac6rq h3,
.bg-gradient-custom .eac6rq h4,
.bg-gradient-custom .eac6rq h5,
.bg-gradient-custom .eac6rq h6,
.bg-gradient-custom .gdrerd h1,
.bg-gradient-custom .gdrerd h2,
.bg-gradient-custom .gdrerd h3,
.bg-gradient-custom .gdrerd h4,
.bg-gradient-custom .gdrerd h5,
.bg-gradient-custom .gdrerd h6,
.bg-gradient-custom .counter-item h1,
.bg-gradient-custom .counter-item h2,
.bg-gradient-custom .counter-item h3,
.bg-gradient-custom .counter-item h4,
.bg-gradient-custom .counter-item h5,
.bg-gradient-custom .counter-item h6,
.bg-accent-custom .dt87o5 h1,
.bg-accent-custom .dt87o5 h2,
.bg-accent-custom .dt87o5 h3,
.bg-accent-custom .dt87o5 h4,
.bg-accent-custom .dt87o5 h5,
.bg-accent-custom .dt87o5 h6,
.bg-accent-custom .jcqk h1,
.bg-accent-custom .jcqk h2,
.bg-accent-custom .jcqk h3,
.bg-accent-custom .jcqk h4,
.bg-accent-custom .jcqk h5,
.bg-accent-custom .jcqk h6,
.bg-accent-custom .card h1,
.bg-accent-custom .card h2,
.bg-accent-custom .card h3,
.bg-accent-custom .card h4,
.bg-accent-custom .card h5,
.bg-accent-custom .card h6,
.bg-accent-custom .yg1ln h1,
.bg-accent-custom .yg1ln h2,
.bg-accent-custom .yg1ln h3,
.bg-accent-custom .yg1ln h4,
.bg-accent-custom .yg1ln h5,
.bg-accent-custom .yg1ln h6,
.bg-accent-custom .samqp h1,
.bg-accent-custom .samqp h2,
.bg-accent-custom .samqp h3,
.bg-accent-custom .samqp h4,
.bg-accent-custom .samqp h5,
.bg-accent-custom .samqp h6,
.bg-accent-custom .vhjtrh h1,
.bg-accent-custom .vhjtrh h2,
.bg-accent-custom .vhjtrh h3,
.bg-accent-custom .vhjtrh h4,
.bg-accent-custom .vhjtrh h5,
.bg-accent-custom .vhjtrh h6,
.bg-accent-custom .eac6rq h1,
.bg-accent-custom .eac6rq h2,
.bg-accent-custom .eac6rq h3,
.bg-accent-custom .eac6rq h4,
.bg-accent-custom .eac6rq h5,
.bg-accent-custom .eac6rq h6,
.bg-accent-custom .gdrerd h1,
.bg-accent-custom .gdrerd h2,
.bg-accent-custom .gdrerd h3,
.bg-accent-custom .gdrerd h4,
.bg-accent-custom .gdrerd h5,
.bg-accent-custom .gdrerd h6,
.bg-accent-custom .counter-item h1,
.bg-accent-custom .counter-item h2,
.bg-accent-custom .counter-item h3,
.bg-accent-custom .counter-item h4,
.bg-accent-custom .counter-item h5,
.bg-accent-custom .counter-item h6,
.lmhm .dt87o5 h1,
.lmhm .dt87o5 h2,
.lmhm .dt87o5 h3,
.lmhm .dt87o5 h4,
.lmhm .dt87o5 h5,
.lmhm .dt87o5 h6,
.lmhm .jcqk h1,
.lmhm .jcqk h2,
.lmhm .jcqk h3,
.lmhm .jcqk h4,
.lmhm .jcqk h5,
.lmhm .jcqk h6,
.lmhm .card h1,
.lmhm .card h2,
.lmhm .card h3,
.lmhm .card h4,
.lmhm .card h5,
.lmhm .card h6,
.lmhm .yg1ln h1,
.lmhm .yg1ln h2,
.lmhm .yg1ln h3,
.lmhm .yg1ln h4,
.lmhm .yg1ln h5,
.lmhm .yg1ln h6,
.lmhm .samqp h1,
.lmhm .samqp h2,
.lmhm .samqp h3,
.lmhm .samqp h4,
.lmhm .samqp h5,
.lmhm .samqp h6,
.lmhm .vhjtrh h1,
.lmhm .vhjtrh h2,
.lmhm .vhjtrh h3,
.lmhm .vhjtrh h4,
.lmhm .vhjtrh h5,
.lmhm .vhjtrh h6,
.lmhm .eac6rq h1,
.lmhm .eac6rq h2,
.lmhm .eac6rq h3,
.lmhm .eac6rq h4,
.lmhm .eac6rq h5,
.lmhm .eac6rq h6,
.lmhm .gdrerd h1,
.lmhm .gdrerd h2,
.lmhm .gdrerd h3,
.lmhm .gdrerd h4,
.lmhm .gdrerd h5,
.lmhm .gdrerd h6,
.lmhm .counter-item h1,
.lmhm .counter-item h2,
.lmhm .counter-item h3,
.lmhm .counter-item h4,
.lmhm .counter-item h5,
.lmhm .counter-item h6,
.rfu5 .dt87o5 h1,
.rfu5 .dt87o5 h2,
.rfu5 .dt87o5 h3,
.rfu5 .dt87o5 h4,
.rfu5 .dt87o5 h5,
.rfu5 .dt87o5 h6,
.rfu5 .jcqk h1,
.rfu5 .jcqk h2,
.rfu5 .jcqk h3,
.rfu5 .jcqk h4,
.rfu5 .jcqk h5,
.rfu5 .jcqk h6,
.rfu5 .card h1,
.rfu5 .card h2,
.rfu5 .card h3,
.rfu5 .card h4,
.rfu5 .card h5,
.rfu5 .card h6,
.rfu5 .yg1ln h1,
.rfu5 .yg1ln h2,
.rfu5 .yg1ln h3,
.rfu5 .yg1ln h4,
.rfu5 .yg1ln h5,
.rfu5 .yg1ln h6,
.rfu5 .samqp h1,
.rfu5 .samqp h2,
.rfu5 .samqp h3,
.rfu5 .samqp h4,
.rfu5 .samqp h5,
.rfu5 .samqp h6,
.rfu5 .vhjtrh h1,
.rfu5 .vhjtrh h2,
.rfu5 .vhjtrh h3,
.rfu5 .vhjtrh h4,
.rfu5 .vhjtrh h5,
.rfu5 .vhjtrh h6,
.rfu5 .eac6rq h1,
.rfu5 .eac6rq h2,
.rfu5 .eac6rq h3,
.rfu5 .eac6rq h4,
.rfu5 .eac6rq h5,
.rfu5 .eac6rq h6,
.rfu5 .gdrerd h1,
.rfu5 .gdrerd h2,
.rfu5 .gdrerd h3,
.rfu5 .gdrerd h4,
.rfu5 .gdrerd h5,
.rfu5 .gdrerd h6,
.rfu5 .counter-item h1,
.rfu5 .counter-item h2,
.rfu5 .counter-item h3,
.rfu5 .counter-item h4,
.rfu5 .counter-item h5,
.rfu5 .counter-item h6,
.npiw .dt87o5 h1,
.npiw .dt87o5 h2,
.npiw .dt87o5 h3,
.npiw .dt87o5 h4,
.npiw .dt87o5 h5,
.npiw .dt87o5 h6,
.npiw .jcqk h1,
.npiw .jcqk h2,
.npiw .jcqk h3,
.npiw .jcqk h4,
.npiw .jcqk h5,
.npiw .jcqk h6,
.npiw .card h1,
.npiw .card h2,
.npiw .card h3,
.npiw .card h4,
.npiw .card h5,
.npiw .card h6,
.npiw .yg1ln h1,
.npiw .yg1ln h2,
.npiw .yg1ln h3,
.npiw .yg1ln h4,
.npiw .yg1ln h5,
.npiw .yg1ln h6,
.npiw .samqp h1,
.npiw .samqp h2,
.npiw .samqp h3,
.npiw .samqp h4,
.npiw .samqp h5,
.npiw .samqp h6,
.npiw .vhjtrh h1,
.npiw .vhjtrh h2,
.npiw .vhjtrh h3,
.npiw .vhjtrh h4,
.npiw .vhjtrh h5,
.npiw .vhjtrh h6,
.npiw .eac6rq h1,
.npiw .eac6rq h2,
.npiw .eac6rq h3,
.npiw .eac6rq h4,
.npiw .eac6rq h5,
.npiw .eac6rq h6,
.npiw .gdrerd h1,
.npiw .gdrerd h2,
.npiw .gdrerd h3,
.npiw .gdrerd h4,
.npiw .gdrerd h5,
.npiw .gdrerd h6,
.npiw .counter-item h1,
.npiw .counter-item h2,
.npiw .counter-item h3,
.npiw .counter-item h4,
.npiw .counter-item h5,
.npiw .counter-item h6 { color:var(--text-primary,#1a1a2e) !important; }
.dtj2 .dt87o5 p,
.dtj2 .dt87o5 span:not(.badge),
.dtj2 .dt87o5 li,
.dtj2 .dt87o5 small,
.dtj2 .dt87o5 label,
.dtj2 .jcqk p,
.dtj2 .jcqk span:not(.badge),
.dtj2 .jcqk li,
.dtj2 .jcqk small,
.dtj2 .jcqk label,
.dtj2 .card p,
.dtj2 .card span:not(.badge),
.dtj2 .card li,
.dtj2 .card small,
.dtj2 .card label,
.dtj2 .yg1ln p,
.dtj2 .yg1ln span:not(.badge),
.dtj2 .yg1ln li,
.dtj2 .yg1ln small,
.dtj2 .yg1ln label,
.dtj2 .samqp p,
.dtj2 .samqp span:not(.badge),
.dtj2 .samqp li,
.dtj2 .samqp small,
.dtj2 .samqp label,
.dtj2 .vhjtrh p,
.dtj2 .vhjtrh span:not(.badge),
.dtj2 .vhjtrh li,
.dtj2 .vhjtrh small,
.dtj2 .vhjtrh label,
.dtj2 .eac6rq p,
.dtj2 .eac6rq span:not(.badge),
.dtj2 .eac6rq li,
.dtj2 .eac6rq small,
.dtj2 .eac6rq label,
.dtj2 .gdrerd p,
.dtj2 .gdrerd span:not(.badge),
.dtj2 .gdrerd li,
.dtj2 .gdrerd small,
.dtj2 .gdrerd label,
.dtj2 .counter-item p,
.dtj2 .counter-item span:not(.badge),
.dtj2 .counter-item li,
.dtj2 .counter-item small,
.dtj2 .counter-item label,
.bg-dark-custom .dt87o5 p,
.bg-dark-custom .dt87o5 span:not(.badge),
.bg-dark-custom .dt87o5 li,
.bg-dark-custom .dt87o5 small,
.bg-dark-custom .dt87o5 label,
.bg-dark-custom .jcqk p,
.bg-dark-custom .jcqk span:not(.badge),
.bg-dark-custom .jcqk li,
.bg-dark-custom .jcqk small,
.bg-dark-custom .jcqk label,
.bg-dark-custom .card p,
.bg-dark-custom .card span:not(.badge),
.bg-dark-custom .card li,
.bg-dark-custom .card small,
.bg-dark-custom .card label,
.bg-dark-custom .yg1ln p,
.bg-dark-custom .yg1ln span:not(.badge),
.bg-dark-custom .yg1ln li,
.bg-dark-custom .yg1ln small,
.bg-dark-custom .yg1ln label,
.bg-dark-custom .samqp p,
.bg-dark-custom .samqp span:not(.badge),
.bg-dark-custom .samqp li,
.bg-dark-custom .samqp small,
.bg-dark-custom .samqp label,
.bg-dark-custom .vhjtrh p,
.bg-dark-custom .vhjtrh span:not(.badge),
.bg-dark-custom .vhjtrh li,
.bg-dark-custom .vhjtrh small,
.bg-dark-custom .vhjtrh label,
.bg-dark-custom .eac6rq p,
.bg-dark-custom .eac6rq span:not(.badge),
.bg-dark-custom .eac6rq li,
.bg-dark-custom .eac6rq small,
.bg-dark-custom .eac6rq label,
.bg-dark-custom .gdrerd p,
.bg-dark-custom .gdrerd span:not(.badge),
.bg-dark-custom .gdrerd li,
.bg-dark-custom .gdrerd small,
.bg-dark-custom .gdrerd label,
.bg-dark-custom .counter-item p,
.bg-dark-custom .counter-item span:not(.badge),
.bg-dark-custom .counter-item li,
.bg-dark-custom .counter-item small,
.bg-dark-custom .counter-item label,
.bg-gradient-custom .dt87o5 p,
.bg-gradient-custom .dt87o5 span:not(.badge),
.bg-gradient-custom .dt87o5 li,
.bg-gradient-custom .dt87o5 small,
.bg-gradient-custom .dt87o5 label,
.bg-gradient-custom .jcqk p,
.bg-gradient-custom .jcqk span:not(.badge),
.bg-gradient-custom .jcqk li,
.bg-gradient-custom .jcqk small,
.bg-gradient-custom .jcqk label,
.bg-gradient-custom .card p,
.bg-gradient-custom .card span:not(.badge),
.bg-gradient-custom .card li,
.bg-gradient-custom .card small,
.bg-gradient-custom .card label,
.bg-gradient-custom .yg1ln p,
.bg-gradient-custom .yg1ln span:not(.badge),
.bg-gradient-custom .yg1ln li,
.bg-gradient-custom .yg1ln small,
.bg-gradient-custom .yg1ln label,
.bg-gradient-custom .samqp p,
.bg-gradient-custom .samqp span:not(.badge),
.bg-gradient-custom .samqp li,
.bg-gradient-custom .samqp small,
.bg-gradient-custom .samqp label,
.bg-gradient-custom .vhjtrh p,
.bg-gradient-custom .vhjtrh span:not(.badge),
.bg-gradient-custom .vhjtrh li,
.bg-gradient-custom .vhjtrh small,
.bg-gradient-custom .vhjtrh label,
.bg-gradient-custom .eac6rq p,
.bg-gradient-custom .eac6rq span:not(.badge),
.bg-gradient-custom .eac6rq li,
.bg-gradient-custom .eac6rq small,
.bg-gradient-custom .eac6rq label,
.bg-gradient-custom .gdrerd p,
.bg-gradient-custom .gdrerd span:not(.badge),
.bg-gradient-custom .gdrerd li,
.bg-gradient-custom .gdrerd small,
.bg-gradient-custom .gdrerd label,
.bg-gradient-custom .counter-item p,
.bg-gradient-custom .counter-item span:not(.badge),
.bg-gradient-custom .counter-item li,
.bg-gradient-custom .counter-item small,
.bg-gradient-custom .counter-item label,
.bg-accent-custom .dt87o5 p,
.bg-accent-custom .dt87o5 span:not(.badge),
.bg-accent-custom .dt87o5 li,
.bg-accent-custom .dt87o5 small,
.bg-accent-custom .dt87o5 label,
.bg-accent-custom .jcqk p,
.bg-accent-custom .jcqk span:not(.badge),
.bg-accent-custom .jcqk li,
.bg-accent-custom .jcqk small,
.bg-accent-custom .jcqk label,
.bg-accent-custom .card p,
.bg-accent-custom .card span:not(.badge),
.bg-accent-custom .card li,
.bg-accent-custom .card small,
.bg-accent-custom .card label,
.bg-accent-custom .yg1ln p,
.bg-accent-custom .yg1ln span:not(.badge),
.bg-accent-custom .yg1ln li,
.bg-accent-custom .yg1ln small,
.bg-accent-custom .yg1ln label,
.bg-accent-custom .samqp p,
.bg-accent-custom .samqp span:not(.badge),
.bg-accent-custom .samqp li,
.bg-accent-custom .samqp small,
.bg-accent-custom .samqp label,
.bg-accent-custom .vhjtrh p,
.bg-accent-custom .vhjtrh span:not(.badge),
.bg-accent-custom .vhjtrh li,
.bg-accent-custom .vhjtrh small,
.bg-accent-custom .vhjtrh label,
.bg-accent-custom .eac6rq p,
.bg-accent-custom .eac6rq span:not(.badge),
.bg-accent-custom .eac6rq li,
.bg-accent-custom .eac6rq small,
.bg-accent-custom .eac6rq label,
.bg-accent-custom .gdrerd p,
.bg-accent-custom .gdrerd span:not(.badge),
.bg-accent-custom .gdrerd li,
.bg-accent-custom .gdrerd small,
.bg-accent-custom .gdrerd label,
.bg-accent-custom .counter-item p,
.bg-accent-custom .counter-item span:not(.badge),
.bg-accent-custom .counter-item li,
.bg-accent-custom .counter-item small,
.bg-accent-custom .counter-item label,
.lmhm .dt87o5 p,
.lmhm .dt87o5 span:not(.badge),
.lmhm .dt87o5 li,
.lmhm .dt87o5 small,
.lmhm .dt87o5 label,
.lmhm .jcqk p,
.lmhm .jcqk span:not(.badge),
.lmhm .jcqk li,
.lmhm .jcqk small,
.lmhm .jcqk label,
.lmhm .card p,
.lmhm .card span:not(.badge),
.lmhm .card li,
.lmhm .card small,
.lmhm .card label,
.lmhm .yg1ln p,
.lmhm .yg1ln span:not(.badge),
.lmhm .yg1ln li,
.lmhm .yg1ln small,
.lmhm .yg1ln label,
.lmhm .samqp p,
.lmhm .samqp span:not(.badge),
.lmhm .samqp li,
.lmhm .samqp small,
.lmhm .samqp label,
.lmhm .vhjtrh p,
.lmhm .vhjtrh span:not(.badge),
.lmhm .vhjtrh li,
.lmhm .vhjtrh small,
.lmhm .vhjtrh label,
.lmhm .eac6rq p,
.lmhm .eac6rq span:not(.badge),
.lmhm .eac6rq li,
.lmhm .eac6rq small,
.lmhm .eac6rq label,
.lmhm .gdrerd p,
.lmhm .gdrerd span:not(.badge),
.lmhm .gdrerd li,
.lmhm .gdrerd small,
.lmhm .gdrerd label,
.lmhm .counter-item p,
.lmhm .counter-item span:not(.badge),
.lmhm .counter-item li,
.lmhm .counter-item small,
.lmhm .counter-item label,
.rfu5 .dt87o5 p,
.rfu5 .dt87o5 span:not(.badge),
.rfu5 .dt87o5 li,
.rfu5 .dt87o5 small,
.rfu5 .dt87o5 label,
.rfu5 .jcqk p,
.rfu5 .jcqk span:not(.badge),
.rfu5 .jcqk li,
.rfu5 .jcqk small,
.rfu5 .jcqk label,
.rfu5 .card p,
.rfu5 .card span:not(.badge),
.rfu5 .card li,
.rfu5 .card small,
.rfu5 .card label,
.rfu5 .yg1ln p,
.rfu5 .yg1ln span:not(.badge),
.rfu5 .yg1ln li,
.rfu5 .yg1ln small,
.rfu5 .yg1ln label,
.rfu5 .samqp p,
.rfu5 .samqp span:not(.badge),
.rfu5 .samqp li,
.rfu5 .samqp small,
.rfu5 .samqp label,
.rfu5 .vhjtrh p,
.rfu5 .vhjtrh span:not(.badge),
.rfu5 .vhjtrh li,
.rfu5 .vhjtrh small,
.rfu5 .vhjtrh label,
.rfu5 .eac6rq p,
.rfu5 .eac6rq span:not(.badge),
.rfu5 .eac6rq li,
.rfu5 .eac6rq small,
.rfu5 .eac6rq label,
.rfu5 .gdrerd p,
.rfu5 .gdrerd span:not(.badge),
.rfu5 .gdrerd li,
.rfu5 .gdrerd small,
.rfu5 .gdrerd label,
.rfu5 .counter-item p,
.rfu5 .counter-item span:not(.badge),
.rfu5 .counter-item li,
.rfu5 .counter-item small,
.rfu5 .counter-item label,
.npiw .dt87o5 p,
.npiw .dt87o5 span:not(.badge),
.npiw .dt87o5 li,
.npiw .dt87o5 small,
.npiw .dt87o5 label,
.npiw .jcqk p,
.npiw .jcqk span:not(.badge),
.npiw .jcqk li,
.npiw .jcqk small,
.npiw .jcqk label,
.npiw .card p,
.npiw .card span:not(.badge),
.npiw .card li,
.npiw .card small,
.npiw .card label,
.npiw .yg1ln p,
.npiw .yg1ln span:not(.badge),
.npiw .yg1ln li,
.npiw .yg1ln small,
.npiw .yg1ln label,
.npiw .samqp p,
.npiw .samqp span:not(.badge),
.npiw .samqp li,
.npiw .samqp small,
.npiw .samqp label,
.npiw .vhjtrh p,
.npiw .vhjtrh span:not(.badge),
.npiw .vhjtrh li,
.npiw .vhjtrh small,
.npiw .vhjtrh label,
.npiw .eac6rq p,
.npiw .eac6rq span:not(.badge),
.npiw .eac6rq li,
.npiw .eac6rq small,
.npiw .eac6rq label,
.npiw .gdrerd p,
.npiw .gdrerd span:not(.badge),
.npiw .gdrerd li,
.npiw .gdrerd small,
.npiw .gdrerd label,
.npiw .counter-item p,
.npiw .counter-item span:not(.badge),
.npiw .counter-item li,
.npiw .counter-item small,
.npiw .counter-item label { color:var(--text-secondary,#555) !important; }

.text-force-light, .text-force-light h1, .text-force-light h2, .text-force-light h3, .text-force-light h4, .text-force-light h5, .text-force-light h6 { color: #fff !important; }
.text-force-light p, .text-force-light span, .text-force-light a, .text-force-light li, .text-force-light label, .text-force-light td, .text-force-light small { color: rgba(255,255,255,0.8) !important; }
.text-force-light-soft { color: rgba(255,255,255,0.65) !important; }
.text-force-dark, .text-force-dark h1, .text-force-dark h2, .text-force-dark h3, .text-force-dark h4, .text-force-dark h5, .text-force-dark h6 { color: var(--text-primary, #1a1a2e) !important; }
.text-force-dark p, .text-force-dark span, .text-force-dark li { color: var(--text-secondary, #555) !important; }

.pl-morph{width:36px;height:36px;background:var(--m14ib);animation:plMorph 1.4s ease-in-out infinite;}@keyframes plMorph{0%{border-radius:4px;transform:rotate(0) scale(1)}25%{border-radius:50%;transform:rotate(90deg) scale(.8)}50%{border-radius:4px;transform:rotate(180deg) scale(1)}75%{border-radius:50%;transform:rotate(270deg) scale(.8)}100%{border-radius:4px;transform:rotate(360deg) scale(1)}}

.ix-exp-cards{display:flex;gap:8px;height:400px;overflow:hidden;border-radius:var(--m8s3,16px);}
.ix-exp-card{flex:1;min-width:60px;position:relative;background-size:cover;background-position:center;cursor:pointer;transition:flex 0.6s cubic-bezier(0.4,0,0.2,1);overflow:hidden;border-radius:var(--m7dv,12px);}
.ix-exp-card.active{flex:4;}
.ix-exp-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.4) 45%,transparent 80%);transition:opacity 0.4s;}
.ix-exp-content{position:absolute;bottom:0;left:0;right:0;padding:24px;color:#fff;transform:translateY(20px);opacity:0;transition:all 0.4s 0.2s;}
.ix-exp-card.active .ix-exp-content{transform:translateY(0);opacity:1;}
.ix-exp-content h4{font-family:var(--m3gu);font-size:20px;margin-bottom:6px;color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,0.6);}
.ix-exp-content p{font-size:14px;opacity:0.9;margin:0;color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,0.5);}
@media(max-width:768px){.ix-exp-cards{height:300px;}.ix-exp-card.active{flex:3;}}