@import url('https://fonts.googleapis.com/css2?family=Michroma:wght@400&family=Inter:wght@400;500&display=swap');

:root {
    --h14bo: #D2BF4C;
    --h15ac: #2C8EBF;
    --h16n4: #957BD8;
    --h1gy: linear-gradient(180deg, var(--h14bo), var(--h15ac));
    --h3m1: 'Michroma', sans-serif;
    --h5rf: 'Inter', sans-serif;
    --h19bd: 84px;
    --h20xj: 52px;
    --h21p1: 36px;
    --h17p9: 18px;
    --h18o4: 600;
    --h6g4: 0px;
    --h7el: 0px;
    --h8hu: 0px;
    --h9vk: 0px;
    --h4tm: 0px;
    --h10v4: 0 1px 3px rgba(0,0,0,0.04);
    --h11hg: 0 2px 8px rgba(0,0,0,0.06);
    --h12gy: 0 4px 16px rgba(0,0,0,0.08);
    --h13mk: 0 8px 24px rgba(0,0,0,0.1);
    --sc_g4iorm: 40px 0;
}
.sc_dkekya {
    border-radius: 10px;
    padding: 14px 28px;
}
.sc_wznu9g, .sc_nf58nz, .sc_u9mmkx, .sc_o7se5j, .sc_dp0m7b {
    border-width: 0px;
    border-color: transparent;
}

.sc_wznu9g, .sc_nf58nz, .sc_o7se5j, .sc_dp0m7b, .sc_u9mmkx {
    position: relative;
}
.sc_wznu9g::after, .sc_nf58nz::after {
    content: '';
    position: absolute;
    inset: 8px 8px -8px -8px;
    background: var(--h14bo);
    opacity: 0.12;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s;
}
.sc_wznu9g:hover::after, .sc_nf58nz:hover::after {
    opacity: 0.22;
}

.sc_chsxpp::before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--h1gy);
    border-radius: 2px;
    margin-bottom: 18px;
}
.sc_chsxpp.text-center::before {
    margin-left: auto;
    margin-right: auto;
}

.about-section p:first-of-type::first-letter {
    font-size: 3.2em;
    float: left;
    line-height: 0.8;
    margin-right: 10px;
    margin-top: 6px;
    font-weight: 800;
    color: var(--h14bo);
}

.sc_okg8ud img, .about-image img, .portfolio-item img, .sc_ul8bb5 img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.sc_okg8ud:hover img, .about-image:hover img,
.portfolio-item:hover img, .sc_hg5h8t:hover .sc_ul8bb5 img {
    filter: grayscale(0%);
}

.sc_ltteq2 {
    background: var(--footer-dark-bg);
    color: #fff;
    border-radius: var(--h9vk);
    margin: 0 20px;
}
.sc_ltteq2 .sc_n1b5ws { color: #fff; }
.sc_ltteq2 .sc_nra23c { color: rgba(255,255,255,0.7); }
.sc_ltteq2 .sc_dkekya { background: #fff; color: var(--footer-dark-bg); }

.sc_wznu9g, .sc_nf58nz, .sc_o7se5j, .sc_dp0m7b, .sc_u9mmkx {
    border: 2px dashed var(--border-color);
    border-radius: var(--h7el);
    box-shadow: none;
}
.sc_wznu9g:hover, .sc_nf58nz:hover, .sc_o7se5j:hover, .sc_dp0m7b:hover, .sc_u9mmkx:hover {
    border-color: var(--h14bo);
}

.sc_fg3d0x {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc_fg3d0x::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.12);
    transition: left 0.35s ease;
    z-index: -1;
}
.sc_fg3d0x:hover::before {
    left: 0;
}

.sc_ub84bl { text-align: center; padding-top: 100px; background-color: #1a1a2e; }
.sc_okg8ud {
    max-width: 900px;
    margin: 0 auto 40px;
}
.sc_okg8ud img {
    border-radius: var(--h9vk);
    box-shadow: var(--h13mk);
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.sc_fte6tu { max-width: 700px; margin: 0 auto; }
.sc_ytg63r { justify-content: center; }
.sc_v6imhw { margin-bottom: 16px; }

.sc_nr28ho { background: var(--bg-primary); padding: 18px 0; border-bottom: 2px solid var(--text-primary); }
.sc_r96mvj .nav-link { font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; }
.sc_r96mvj .nav-link::after { height: 3px; background: var(--h14bo); bottom: -4px; border-radius: 0; }
.sc_nr28ho.scrolled { background: var(--bg-primary); box-shadow: none; border-bottom-color: var(--h14bo); }

.sc_xa0cxa { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding-top: 80px; }
.sc_p3pz3c .sc_j63qam::after { width: 40px; height: 2px; background: var(--h14bo); }
.sc_wrgr9w a { border-radius: 50%; }
.sc_qbogcl { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; margin-top: 60px; }

.contact-section .form-control {
    background: var(--bg-secondary);
    border: none;
    border-radius: var(--h8hu);
    padding: 16px 20px;
    font-size: 15px;
}
.contact-section .form-control:focus { background: var(--bg-primary); box-shadow: 0 0 0 2px var(--h14bo); }
.contact-section .sc_dkekya { border-radius: var(--h8hu); }

.sc_p0dk3q { font-size: 24px; font-weight: 900; letter-spacing: -0.5px; }

.sc_mdyq2f, .card-title { font-size: 22px; font-weight: 800; line-height: 1.2; }
.sc_ypxycx { font-size: 20px; font-weight: 700; }
h4 { font-size: 20px; font-weight: 700; }
h5 { font-size: 16px; font-weight: 600; }

.sc_nf58nz img, .sc_wznu9g img, .sc_o7se5j img, .portfolio-item img {
    transition: filter 0.4s ease;
}
.sc_nf58nz:hover img, .sc_o7se5j:hover img, .portfolio-item:hover img {
    filter: grayscale(0);
}
.sc_nf58nz img, .sc_wznu9g img, .sc_o7se5j img, .portfolio-item img {
    filter: grayscale(0.7);
}

section:not(.sc_ub84bl) .col-lg-6 img, section:not(.sc_ub84bl) .col-lg-5 img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.sc_jre242 { width: 44px; height: 40px; gap: 7px; border: none; background: none; border-radius: 0; }
.sc_jre242 .sc_gkue6z { width: 30px; height: 1.5px; border-radius: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_jre242.active .sc_gkue6z:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.sc_jre242.active .sc_gkue6z:nth-child(2) { opacity: 0; }
.sc_jre242.active .sc_gkue6z:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

main > section + section::before{content:'\2605';display:block;text-align:center;color:var(--h14bo);opacity:0.2;font-size:14px;padding:12px 0;}

.cursor-dot{position:fixed;width:8px;height:8px;background:var(--h14bo);border-radius:50%;pointer-events:none;z-index:99999;transition:transform 0.15s ease;mix-blend-mode:difference;}.cursor-dot.hover{transform:scale(3);}

.progress-pct{position:fixed;bottom:20px;left:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--h14bo);background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;z-index:9990;opacity:0.6;font-family:var(--h5rf);}@media(max-width:768px){.progress-pct{display:none;}}

.sc_wznu9g,.sc_nf58nz{opacity:0;animation:slideLeft 0.45s ease forwards;}.row>[class*="col"]:nth-child(odd) .sc_wznu9g,.row>[class*="col"]:nth-child(odd) .sc_nf58nz{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .sc_wznu9g,.row>[class*="col"]:nth-child(even) .sc_nf58nz{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);}}

@media(prefers-reduced-motion:reduce){.sc_wznu9g,.sc_nf58nz,.sc_o7se5j,.sc_dp0m7b,.sc_hg5h8t,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.sc_dkekya,.sc_fg3d0x,.sc_x8mfwr{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;}}

.sc_wznu9g,.sc_nf58nz,.sc_o7se5j,.sc_u9mmkx,.sc_dp0m7b{transition:border-color 0.4s ease,box-shadow 0.4s ease;}.sc_wznu9g:hover,.sc_nf58nz:hover,.sc_o7se5j:hover,.sc_u9mmkx:hover,.sc_dp0m7b:hover{border-color:var(--h14bo) !important;box-shadow:0 0 0 1px var(--h14bo),0 8px 30px rgba(0,0,0,0.08) !important;}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--h14bo);border-radius:50%;margin-left:10px;vertical-align:middle;animation:pulseDot 2s ease-in-out infinite;}@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.8);opacity:0.3;}}

.sc_wznu9g,.sc_nf58nz{animation:borderPulse 4s ease-in-out infinite;}.sc_wznu9g:nth-child(odd),.sc_nf58nz:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--h14bo);}}

.sc_ub84bl::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,0,150,0.03),rgba(0,150,255,0.03),rgba(255,200,0,0.02),rgba(0,255,150,0.03),rgba(150,0,255,0.03));background-size:500% 500%;animation:iridescentShift 15s ease infinite;pointer-events:none;z-index:0;}.sc_ub84bl{position:relative;}@keyframes iridescentShift{0%,100%{background-position:0% 50%;}25%{background-position:50% 0%;}50%{background-position:100% 50%;}75%{background-position:50% 100%;}}

.word-reveal{display:inline;opacity:0;transition:opacity 0.4s ease;}.word-reveal.visible{opacity:1;}

html:not(.sc_h0dy1x) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_l71wkx {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_r96mvj {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_r96mvj .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_x7gdho, .sc_lfuqe8 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_x7gdho .nav-link,
    .sc_lfuqe8 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_btpzdb {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_p0dk3q {
        flex-shrink: 0;
    }
}

div.sc_ox52ve:not(.sc_g4iorm) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_ox52ve:not(.sc_g4iorm) + .sc_nr28ho {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_ox52ve.sc_d9q79t {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_ox52ve.sc_d9q79t + .sc_nr28ho,
div.sc_ox52ve:not(.sc_g4iorm) + .sc_nr28ho.scrolled {
    top: 0;
}
div.sc_ox52ve:not(.sc_g4iorm) ~ .sc_ub84bl {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_ox52ve:not(.sc_g4iorm) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_ox52ve:not(.sc_g4iorm) + .sc_nr28ho {
        top: 0;
    }
    div.sc_ox52ve:not(.sc_g4iorm) ~ .sc_ub84bl {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_jre242 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_jre242 .sc_gkue6z {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_r96mvj {
        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;
    }
    .sc_r96mvj .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;
    }
    .sc_r96mvj .nav-link::after { display: none !important; }
    .sc_btpzdb { display: none !important; }
    .sc_x7gdho, .sc_lfuqe8 { display: none !important; }
}

@media (max-width: 992px) {
    .sc_r96mvj { right: -100vw !important; left: auto !important; width: 100vw !important; height: 100vh !important; height: 100dvh !important; background: var(--bg-primary) !important; padding: 0 !important; align-items: center !important; justify-content: center !important; gap: 0 !important; box-shadow: none !important; transition: right 0.45s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_r96mvj.active { right: 0 !important; }
    .sc_r96mvj .nav-link { font-size: 28px !important; font-weight: 700 !important; padding: 12px 24px !important; text-align: center !important; border-bottom: none !important; width: auto !important; opacity: 0 !important; transform: translateY(16px) !important; transition: opacity 0.4s ease, transform 0.4s ease !important; }
    .sc_r96mvj.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .sc_r96mvj.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .sc_r96mvj.active .nav-link:nth-child(2){transition-delay:.22s !important;}
    .sc_r96mvj.active .nav-link:nth-child(3){transition-delay:.29s !important;}
    .sc_r96mvj.active .nav-link:nth-child(4){transition-delay:.36s !important;}
    .sc_r96mvj.active .nav-link:nth-child(5){transition-delay:.43s !important;}
    .sc_r96mvj.active .nav-link:nth-child(6){transition-delay:.50s !important;}
    .sc_r96mvj.active .nav-link:nth-child(7){transition-delay:.57s !important;}
    .sc_r96mvj.active .nav-link:nth-child(8){transition-delay:.64s !important;}
}

.sc_wznu9g,
.sc_nf58nz,
.sc_o7se5j,
.sc_dp0m7b,
.sc_ndzrpp,
.sc_hg5h8t {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_wznu9g *,
.sc_nf58nz *,
.sc_o7se5j *,
.sc_dp0m7b *,
.sc_ndzrpp * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_wznu9g, .sc_nf58nz, .sc_o7se5j {
        animation-fill-mode: forwards !important;
    }
}
.sc_o7se5j + .sc_o7se5j {
    margin-top: 1.5rem;
}

.sc_ub84bl .sc_kxt7d9 ~ .container,
.sc_ub84bl .sc_kxt7d9 ~ .container * {
    color: #fff;
}
.sc_ub84bl .sc_kxt7d9 ~ .container p,
.sc_ub84bl .sc_kxt7d9 ~ .container .sc_gmbdjo {
    color: rgba(255,255,255,0.85);
}
.sc_ub84bl .sc_kxt7d9 ~ .container .sc_dkekya {
    color: inherit;
}
.sc_c4076r .sc_v6imhw { color: #fff; }
.sc_c4076r .sc_lwepwr { color: var(--h14bo); }
.sc_c4076r .sc_z31a6y { color: rgba(255,255,255,0.55); }
.sc_c4076r .sc_drvfi9 a { color: rgba(255,255,255,0.65); }
.sc_c4076r .sc_drvfi9 a:hover { color: #fff; }
.sc_xa0cxa[style*="background:none"] { background: none !important; }
.sc_xa0cxa[style*="background:none"]::before,
.sc_xa0cxa[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%;
}

.sc_z3gd9i .swiper-button-next,
.sc_z3gd9i .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);
}
.sc_z3gd9i .swiper-button-next::after,
.sc_z3gd9i .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.sc_z3gd9i .swiper-button-next { right: 0; }
.sc_z3gd9i .swiper-button-prev { left: 0; }

.sc_wznu9g, .sc_ndzrpp, .sc_nf58nz, .sc_o7se5j,
.sc_dp0m7b, .sc_hg5h8t, .sc_u9mmkx, .counter-item,
.card { overflow: hidden; }

.sc_wznu9g h1, .sc_wznu9g h2, .sc_wznu9g h3, .sc_wznu9g h4, .sc_wznu9g h5, .sc_wznu9g h6,
.sc_ndzrpp h1, .sc_ndzrpp h2, .sc_ndzrpp h3, .sc_ndzrpp h4,
.sc_nf58nz h1, .sc_nf58nz h2, .sc_nf58nz h3, .sc_nf58nz 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;
}

.sc_wznu9g p, .sc_wznu9g span, .sc_wznu9g li,
.sc_ndzrpp p, .sc_nf58nz p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.sc_elcn9j, .sc_kd8abo, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.sc_wznu9g .stat-number, .sc_wznu9g [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.636;
    letter-spacing: 0.012em;
}

.sc_wznu9g, .sc_nf58nz, .sc_o7se5j, .sc_u9mmkx, .sc_dp0m7b {
    padding: 30px;
}
.sc_wznu9g, .sc_nf58nz, .sc_o7se5j, .sc_u9mmkx, .sc_dp0m7b .card-body {
    padding: 27px 23px;
}
.row > [class*="col"]:nth-child(1) .sc_wznu9g,
.row > [class*="col"]:nth-child(1) .sc_nf58nz {
    padding: 31px;
    border-radius: calc(var(--h7el) + 2px);
}
.row > [class*="col"]:nth-child(2) .sc_wznu9g,
.row > [class*="col"]:nth-child(2) .sc_nf58nz {
    padding: 27px;
    border-radius: calc(var(--h7el) + -2px);
}
.row > [class*="col"]:nth-child(3) .sc_wznu9g,
.row > [class*="col"]:nth-child(3) .sc_nf58nz {
    padding: 27px;
    border-radius: calc(var(--h7el) + 2px);
}
.row > [class*="col"]:nth-child(4) .sc_wznu9g,
.row > [class*="col"]:nth-child(4) .sc_nf58nz {
    padding: 28px;
    border-radius: calc(var(--h7el) + -1px);
}
.row > [class*="col"]:nth-child(5) .sc_wznu9g,
.row > [class*="col"]:nth-child(5) .sc_nf58nz {
    padding: 32px;
    border-radius: calc(var(--h7el) + -2px);
}
.row > [class*="col"]:nth-child(6) .sc_wznu9g,
.row > [class*="col"]:nth-child(6) .sc_nf58nz {
    padding: 27px;
    border-radius: calc(var(--h7el) + 2px);
}

.sc_dkekya {
    padding: 13px 27px;
    font-size: 14px;
    letter-spacing: 0.238px;
    border-radius: calc(var(--h7el) + -2px);
}
.sc_x8mfwr {
    padding: 13px 26px;
    border-width: 2px;
}
.sc_ub84bl .sc_x8mfwr {
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}
.sc_ub84bl .sc_x8mfwr:hover {
    background: #fff;
    color: var(--h14bo);
    border-color: #fff;
}

main > section {
    padding-top: 98px;
    padding-bottom: 106px;
}
main > section:first-child {
    padding-top: 102px;
}
main > section:nth-child(2) {
    padding-top: 95px;
    padding-bottom: 100px;
}

.sc_chsxpp {
    margin-bottom: 52px;
}

.sc_wznu9g, .sc_nf58nz, .sc_o7se5j, .sc_dp0m7b {
    box-shadow: 0px 6px 16px rgba(0,0,0,0.058);
}

.sc_ub84bl {
    padding-top: 116px;
}
.sc_hdx38p {
    margin-bottom: 21px;
}
.sc_gmbdjo {
    margin-bottom: 39px;
    font-size: 17px;
    line-height: 1.647;
}
.sc_v6imhw {
    font-size: 12px;
    letter-spacing: 2.904px;
    margin-bottom: 20px;
}
.sc_ytg63r {
    gap: 17px;
}

.sc_okg8ud img {
    border-radius: 15px;
    box-shadow: 0 11px 35px rgba(0,0,0,0.094);
}

.sc_ipyet1 {
    width: 52px;
    height: 52px;
    font-size: 20px;
    border-radius: 16px;
    margin-bottom: 18px;
}

.sc_mdyq2f, .card-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.sc_wfpmt7, .card-text {
    font-size: 14px;
    line-height: 1.632;
}

.sc_xmme3r {
    margin-bottom: 18px;
    letter-spacing: 0.053px;
}
.sc_lwepwr {
    font-size: 12px;
    letter-spacing: 2.482px;
    margin-bottom: 15px;
}
.sc_z35v5x {
    font-size: 18px;
    line-height: 1.635;
}

@media (min-width: 993px) {
    .sc_r96mvj {
        gap: 28px;
    }
    .sc_r96mvj .nav-link {
        font-size: 15px;
        padding: 8px 0;
    }
}

.sc_xa0cxa {
    padding-top: 75px;
}
.sc_p3pz3c .sc_j63qam {
    font-size: 16px;
    margin-bottom: 19px;
}
.sc_drvfi9 a {
    font-size: 15px;
}
.sc_drvfi9 li {
    margin-bottom: 11px;
}
.sc_wrgr9w {
    gap: 10px;
}
.sc_wrgr9w a {
    width: 41px;
    height: 41px;
}
.sc_qbogcl {
    padding: 22px 0;
    margin-top: 46px;
}

.form-control {
    border-radius: 10px;
    padding: 13px 15px;
    font-size: 15px;
}

.sc_u9mmkx {
    padding: 29px;
}
.sc_yzs3fb {
    font-size: 18px;
    line-height: 1.618;
    margin-bottom: 23px;
}
.sc_yg6hhy {
    width: 45px;
    height: 45px;
}
.sc_e83wdy {
    font-size: 16px;
}
.sc_dkp1lb {
    font-size: 12px;
}

.sc_dp0m7b {
    padding: 41px;
}
.sc_tod8sm {
    font-size: 22px;
    margin-bottom: 5px;
}
.sc_og6ta5 {
    font-size: 44px;
    margin-bottom: 18px;
}
.sc_rqfj8h li {
    padding: 9px 0;
    font-size: 13px;
}

.sc_elcn9j, .stat-number {
    font-size: 44px;
    margin-bottom: 6px;
}
.sc_kd8abo {
    font-size: 15px;
    letter-spacing: 0.751px;
}

.sc_ul8bb5 img {
    border-radius: 14px;
}
.sc_hzwrls {
    font-size: 18px;
    margin-bottom: 2px;
}
.sc_dxfymp {
    font-size: 12px;
}

.sc_ibu6o4 {
    font-size: 33px;
    margin-bottom: 14px;
}
.sc_ypxycx {
    font-size: 18px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.578s !important;
}
.sc_wznu9g, .sc_nf58nz, .sc_o7se5j, .sc_u9mmkx,
.sc_dp0m7b, .sc_hg5h8t {
    transition-duration: 0.343s;
}

.row {
    --bs-gutter-y: 26px;
}

.sc_ltteq2 {
    padding: 83px 0;
}
.sc_n1b5ws {
    font-size: 36px;
    margin-bottom: 16px;
}
.sc_nra23c {
    font-size: 16px;
    margin-bottom: 23px;
}

.sc_o7se5j .sc_x9a0yn img {
    border-radius: 8px 8px 0 0;
}
.sc_xq8y4k {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 14px;
}

.sc_nr28ho {
    padding: 20px 0;
}
.sc_nr28ho.scrolled {
    padding: 14px 0;
}
.sc_p0dk3q {
    font-size: 23px;
}
.sc_btpzdb {
    margin-left: 17px;
}

:root {
    --_stamp: 9.42;
    --_run: 7.47;
    --_ver: '5262c';
    --_flag: 3.22;
    --_key: 56598;
}
.vis-helper { unicode-bidi: normal; display: inherit }
.page-ref { vertical-align: baseline; outline: 0 solid transparent }

.sc_c4076r h1, .sc_c4076r h2, .sc_c4076r h3, .sc_c4076r h4, .sc_c4076r h5, .sc_c4076r h6 { color: #fff !important; }
.sc_c4076r { color: rgba(255,255,255,0.85) !important; }
.sc_c4076r p, .sc_c4076r li, .sc_c4076r span:not(.badge):not(.sc_dkekya), .sc_c4076r .sc_vcnk84, .sc_c4076r label, .sc_c4076r blockquote, .sc_c4076r figcaption, .sc_c4076r dt, .sc_c4076r dd, .sc_c4076r td, .sc_c4076r th { color: rgba(255,255,255,0.78) !important; }
.sc_c4076r a:not(.sc_dkekya):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_c4076r a:not(.sc_dkekya):not(.nav-link):hover { color: #fff !important; }
.sc_c4076r .sc_elcn9j { color: #fff !important; }
.sc_c4076r .sc_kd8abo { 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(.sc_dkekya), .bg-dark-custom .sc_vcnk84, .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(.sc_dkekya):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_dkekya):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_elcn9j { color: #fff !important; }
.bg-dark-custom .sc_kd8abo { 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(.sc_dkekya), .bg-gradient-custom .sc_vcnk84, .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(.sc_dkekya):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_dkekya):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_elcn9j { color: #fff !important; }
.bg-gradient-custom .sc_kd8abo { 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(.sc_dkekya), .bg-accent-custom .sc_vcnk84, .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(.sc_dkekya):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_dkekya):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_elcn9j { color: #fff !important; }
.bg-accent-custom .sc_kd8abo { color: rgba(255,255,255,0.7) !important; }

.sc_ltteq2 h1, .sc_ltteq2 h2, .sc_ltteq2 h3, .sc_ltteq2 h4, .sc_ltteq2 h5, .sc_ltteq2 h6 { color: #fff !important; }
.sc_ltteq2 { color: rgba(255,255,255,0.85) !important; }
.sc_ltteq2 p, .sc_ltteq2 li, .sc_ltteq2 span:not(.badge):not(.sc_dkekya), .sc_ltteq2 .sc_vcnk84, .sc_ltteq2 label, .sc_ltteq2 blockquote, .sc_ltteq2 figcaption, .sc_ltteq2 dt, .sc_ltteq2 dd, .sc_ltteq2 td, .sc_ltteq2 th { color: rgba(255,255,255,0.78) !important; }
.sc_ltteq2 a:not(.sc_dkekya):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_ltteq2 a:not(.sc_dkekya):not(.nav-link):hover { color: #fff !important; }
.sc_ltteq2 .sc_elcn9j { color: #fff !important; }
.sc_ltteq2 .sc_kd8abo { color: rgba(255,255,255,0.7) !important; }

.sc_xa0cxa { color: rgba(255,255,255,0.65) !important; }
.sc_xa0cxa h1, .sc_xa0cxa h2, .sc_xa0cxa h3,
.sc_xa0cxa h4, .sc_xa0cxa h5, .sc_xa0cxa h6,
.sc_xa0cxa .sc_j63qam { color: #fff !important; }
.sc_xa0cxa p, .sc_xa0cxa li, .sc_xa0cxa span,
.sc_xa0cxa label { color: rgba(255,255,255,0.6) !important; }
.sc_xa0cxa a:not(.sc_dkekya) { color: rgba(255,255,255,0.65) !important; }
.sc_xa0cxa a:not(.sc_dkekya):hover { color: #fff !important; }

.sc_qhbcln h1, .sc_qhbcln h2, .sc_qhbcln h3, .sc_qhbcln h4, .sc_qhbcln h5, .sc_qhbcln h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_qhbcln p, .sc_qhbcln li, .sc_qhbcln span:not(.badge):not(.sc_dkekya), .sc_qhbcln .sc_vcnk84, .sc_qhbcln label, .sc_qhbcln blockquote, .sc_qhbcln figcaption, .sc_qhbcln dt, .sc_qhbcln dd, .sc_qhbcln td, .sc_qhbcln th { color: var(--text-secondary, #555) !important; }

.sc_ox52ve h1, .sc_ox52ve h2, .sc_ox52ve h3, .sc_ox52ve h4, .sc_ox52ve h5, .sc_ox52ve h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_ox52ve p, .sc_ox52ve li, .sc_ox52ve span:not(.badge):not(.sc_dkekya), .sc_ox52ve .sc_vcnk84, .sc_ox52ve label, .sc_ox52ve blockquote, .sc_ox52ve figcaption, .sc_ox52ve dt, .sc_ox52ve dd, .sc_ox52ve td, .sc_ox52ve th { color: var(--text-secondary, #555) !important; }

.sc_elcn9j { color:var(--text-primary,#1a1a2e) !important; }
.sc_kd8abo { color:var(--text-muted,#888) !important; }
.sc_elcn9j .counter-suffix { color:var(--h14bo) !important; }
.counter-item .counter-icon { color:var(--h14bo) !important; }
.sc_hdx38p { color:var(--text-primary,#1a1a2e) !important; }
.sc_gmbdjo { color:var(--text-secondary,#555) !important; }
.sc_v6imhw { color:var(--h14bo) !important; }
.sc_n1b5ws { color:var(--text-primary,#1a1a2e) !important; }
.sc_nra23c { color:var(--text-secondary,#555) !important; }
.portfolio-title { color:var(--text-primary,#1a1a2e) !important; }
.portfolio-category { color:var(--text-muted,#888) !important; }

.sc_c4076r .sc_elcn9j, .bg-dark-custom .sc_elcn9j, .bg-gradient-custom .sc_elcn9j, .bg-accent-custom .sc_elcn9j, .sc_ltteq2 .sc_elcn9j, .sc_ub84bl .sc_elcn9j, .sc_vs54he .sc_elcn9j { color:#fff !important; }
.sc_c4076r .sc_kd8abo, .bg-dark-custom .sc_kd8abo, .bg-gradient-custom .sc_kd8abo, .bg-accent-custom .sc_kd8abo, .sc_ltteq2 .sc_kd8abo, .sc_ub84bl .sc_kd8abo, .sc_vs54he .sc_kd8abo { color:rgba(255,255,255,0.7) !important; }
.sc_c4076r .sc_elcn9j .counter-suffix, .bg-dark-custom .sc_elcn9j .counter-suffix, .bg-gradient-custom .sc_elcn9j .counter-suffix, .bg-accent-custom .sc_elcn9j .counter-suffix, .sc_ltteq2 .sc_elcn9j .counter-suffix, .sc_ub84bl .sc_elcn9j .counter-suffix, .sc_vs54he .sc_elcn9j .counter-suffix { color:var(--h14bo) !important; }
.sc_c4076r .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, .sc_ltteq2 .counter-item .counter-icon, .sc_ub84bl .counter-item .counter-icon, .sc_vs54he .counter-item .counter-icon { color:var(--h14bo) !important; }
.sc_c4076r .sc_hdx38p, .bg-dark-custom .sc_hdx38p, .bg-gradient-custom .sc_hdx38p, .bg-accent-custom .sc_hdx38p, .sc_ltteq2 .sc_hdx38p, .sc_ub84bl .sc_hdx38p, .sc_vs54he .sc_hdx38p { color:#fff !important; }
.sc_c4076r .sc_gmbdjo, .bg-dark-custom .sc_gmbdjo, .bg-gradient-custom .sc_gmbdjo, .bg-accent-custom .sc_gmbdjo, .sc_ltteq2 .sc_gmbdjo, .sc_ub84bl .sc_gmbdjo, .sc_vs54he .sc_gmbdjo { color:rgba(255,255,255,0.75) !important; }
.sc_c4076r .sc_v6imhw, .bg-dark-custom .sc_v6imhw, .bg-gradient-custom .sc_v6imhw, .bg-accent-custom .sc_v6imhw, .sc_ltteq2 .sc_v6imhw, .sc_ub84bl .sc_v6imhw, .sc_vs54he .sc_v6imhw { color:#fff !important; }
.sc_c4076r .sc_n1b5ws, .bg-dark-custom .sc_n1b5ws, .bg-gradient-custom .sc_n1b5ws, .bg-accent-custom .sc_n1b5ws, .sc_ltteq2 .sc_n1b5ws, .sc_ub84bl .sc_n1b5ws, .sc_vs54he .sc_n1b5ws { color:#fff !important; }
.sc_c4076r .sc_nra23c, .bg-dark-custom .sc_nra23c, .bg-gradient-custom .sc_nra23c, .bg-accent-custom .sc_nra23c, .sc_ltteq2 .sc_nra23c, .sc_ub84bl .sc_nra23c, .sc_vs54he .sc_nra23c { color:rgba(255,255,255,0.85) !important; }
.sc_c4076r .portfolio-title, .bg-dark-custom .portfolio-title, .bg-gradient-custom .portfolio-title, .bg-accent-custom .portfolio-title, .sc_ltteq2 .portfolio-title, .sc_ub84bl .portfolio-title, .sc_vs54he .portfolio-title, .portfolio-overlay .portfolio-title { color:#fff !important; }
.sc_c4076r .portfolio-category, .bg-dark-custom .portfolio-category, .bg-gradient-custom .portfolio-category, .bg-accent-custom .portfolio-category, .sc_ltteq2 .portfolio-category, .sc_ub84bl .portfolio-category, .sc_vs54he .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, .sc_kxt7d9 h1, .sc_kxt7d9 h2, .sc_kxt7d9 h3, .sc_kxt7d9 h4, .sc_kxt7d9 h5, .sc_kxt7d9 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, .sc_kxt7d9 p, .sc_kxt7d9 span, .sc_kxt7d9 a, .sc_kxt7d9 li, .sc_kxt7d9 small, .sc_kxt7d9 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; }

.sc_c4076r.sc_ox52ve .sc_elcn9j,
.sc_c4076r.sc_qhbcln .sc_elcn9j,
.bg-dark-custom.sc_ox52ve .sc_elcn9j,
.bg-dark-custom.sc_qhbcln .sc_elcn9j,
.bg-gradient-custom.sc_ox52ve .sc_elcn9j,
.bg-gradient-custom.sc_qhbcln .sc_elcn9j,
.bg-accent-custom.sc_ox52ve .sc_elcn9j,
.bg-accent-custom.sc_qhbcln .sc_elcn9j,
.sc_ltteq2.sc_ox52ve .sc_elcn9j,
.sc_ltteq2.sc_qhbcln .sc_elcn9j,
.sc_ub84bl.sc_ox52ve .sc_elcn9j,
.sc_ub84bl.sc_qhbcln .sc_elcn9j,
.sc_vs54he.sc_ox52ve .sc_elcn9j,
.sc_vs54he.sc_qhbcln .sc_elcn9j { color:var(--text-primary,#1a1a2e) !important; }
.sc_c4076r.sc_ox52ve .sc_kd8abo,
.sc_c4076r.sc_qhbcln .sc_kd8abo,
.bg-dark-custom.sc_ox52ve .sc_kd8abo,
.bg-dark-custom.sc_qhbcln .sc_kd8abo,
.bg-gradient-custom.sc_ox52ve .sc_kd8abo,
.bg-gradient-custom.sc_qhbcln .sc_kd8abo,
.bg-accent-custom.sc_ox52ve .sc_kd8abo,
.bg-accent-custom.sc_qhbcln .sc_kd8abo,
.sc_ltteq2.sc_ox52ve .sc_kd8abo,
.sc_ltteq2.sc_qhbcln .sc_kd8abo,
.sc_ub84bl.sc_ox52ve .sc_kd8abo,
.sc_ub84bl.sc_qhbcln .sc_kd8abo,
.sc_vs54he.sc_ox52ve .sc_kd8abo,
.sc_vs54he.sc_qhbcln .sc_kd8abo { color:var(--text-muted,#888) !important; }
.sc_c4076r.sc_ox52ve .sc_elcn9j .counter-suffix,
.sc_c4076r.sc_qhbcln .sc_elcn9j .counter-suffix,
.bg-dark-custom.sc_ox52ve .sc_elcn9j .counter-suffix,
.bg-dark-custom.sc_qhbcln .sc_elcn9j .counter-suffix,
.bg-gradient-custom.sc_ox52ve .sc_elcn9j .counter-suffix,
.bg-gradient-custom.sc_qhbcln .sc_elcn9j .counter-suffix,
.bg-accent-custom.sc_ox52ve .sc_elcn9j .counter-suffix,
.bg-accent-custom.sc_qhbcln .sc_elcn9j .counter-suffix,
.sc_ltteq2.sc_ox52ve .sc_elcn9j .counter-suffix,
.sc_ltteq2.sc_qhbcln .sc_elcn9j .counter-suffix,
.sc_ub84bl.sc_ox52ve .sc_elcn9j .counter-suffix,
.sc_ub84bl.sc_qhbcln .sc_elcn9j .counter-suffix,
.sc_vs54he.sc_ox52ve .sc_elcn9j .counter-suffix,
.sc_vs54he.sc_qhbcln .sc_elcn9j .counter-suffix { color:var(--h14bo) !important; }
.sc_c4076r.sc_ox52ve .counter-item .counter-icon,
.sc_c4076r.sc_qhbcln .counter-item .counter-icon,
.bg-dark-custom.sc_ox52ve .counter-item .counter-icon,
.bg-dark-custom.sc_qhbcln .counter-item .counter-icon,
.bg-gradient-custom.sc_ox52ve .counter-item .counter-icon,
.bg-gradient-custom.sc_qhbcln .counter-item .counter-icon,
.bg-accent-custom.sc_ox52ve .counter-item .counter-icon,
.bg-accent-custom.sc_qhbcln .counter-item .counter-icon,
.sc_ltteq2.sc_ox52ve .counter-item .counter-icon,
.sc_ltteq2.sc_qhbcln .counter-item .counter-icon,
.sc_ub84bl.sc_ox52ve .counter-item .counter-icon,
.sc_ub84bl.sc_qhbcln .counter-item .counter-icon,
.sc_vs54he.sc_ox52ve .counter-item .counter-icon,
.sc_vs54he.sc_qhbcln .counter-item .counter-icon { color:var(--h14bo) !important; }
.sc_c4076r.sc_ox52ve .sc_hdx38p,
.sc_c4076r.sc_qhbcln .sc_hdx38p,
.bg-dark-custom.sc_ox52ve .sc_hdx38p,
.bg-dark-custom.sc_qhbcln .sc_hdx38p,
.bg-gradient-custom.sc_ox52ve .sc_hdx38p,
.bg-gradient-custom.sc_qhbcln .sc_hdx38p,
.bg-accent-custom.sc_ox52ve .sc_hdx38p,
.bg-accent-custom.sc_qhbcln .sc_hdx38p,
.sc_ltteq2.sc_ox52ve .sc_hdx38p,
.sc_ltteq2.sc_qhbcln .sc_hdx38p,
.sc_ub84bl.sc_ox52ve .sc_hdx38p,
.sc_ub84bl.sc_qhbcln .sc_hdx38p,
.sc_vs54he.sc_ox52ve .sc_hdx38p,
.sc_vs54he.sc_qhbcln .sc_hdx38p { color:var(--text-primary,#1a1a2e) !important; }
.sc_c4076r.sc_ox52ve .sc_gmbdjo,
.sc_c4076r.sc_qhbcln .sc_gmbdjo,
.bg-dark-custom.sc_ox52ve .sc_gmbdjo,
.bg-dark-custom.sc_qhbcln .sc_gmbdjo,
.bg-gradient-custom.sc_ox52ve .sc_gmbdjo,
.bg-gradient-custom.sc_qhbcln .sc_gmbdjo,
.bg-accent-custom.sc_ox52ve .sc_gmbdjo,
.bg-accent-custom.sc_qhbcln .sc_gmbdjo,
.sc_ltteq2.sc_ox52ve .sc_gmbdjo,
.sc_ltteq2.sc_qhbcln .sc_gmbdjo,
.sc_ub84bl.sc_ox52ve .sc_gmbdjo,
.sc_ub84bl.sc_qhbcln .sc_gmbdjo,
.sc_vs54he.sc_ox52ve .sc_gmbdjo,
.sc_vs54he.sc_qhbcln .sc_gmbdjo { color:var(--text-secondary,#555) !important; }
.sc_c4076r.sc_ox52ve .sc_v6imhw,
.sc_c4076r.sc_qhbcln .sc_v6imhw,
.bg-dark-custom.sc_ox52ve .sc_v6imhw,
.bg-dark-custom.sc_qhbcln .sc_v6imhw,
.bg-gradient-custom.sc_ox52ve .sc_v6imhw,
.bg-gradient-custom.sc_qhbcln .sc_v6imhw,
.bg-accent-custom.sc_ox52ve .sc_v6imhw,
.bg-accent-custom.sc_qhbcln .sc_v6imhw,
.sc_ltteq2.sc_ox52ve .sc_v6imhw,
.sc_ltteq2.sc_qhbcln .sc_v6imhw,
.sc_ub84bl.sc_ox52ve .sc_v6imhw,
.sc_ub84bl.sc_qhbcln .sc_v6imhw,
.sc_vs54he.sc_ox52ve .sc_v6imhw,
.sc_vs54he.sc_qhbcln .sc_v6imhw { color:var(--h14bo) !important; }
.sc_c4076r.sc_ox52ve .sc_n1b5ws,
.sc_c4076r.sc_qhbcln .sc_n1b5ws,
.bg-dark-custom.sc_ox52ve .sc_n1b5ws,
.bg-dark-custom.sc_qhbcln .sc_n1b5ws,
.bg-gradient-custom.sc_ox52ve .sc_n1b5ws,
.bg-gradient-custom.sc_qhbcln .sc_n1b5ws,
.bg-accent-custom.sc_ox52ve .sc_n1b5ws,
.bg-accent-custom.sc_qhbcln .sc_n1b5ws,
.sc_ltteq2.sc_ox52ve .sc_n1b5ws,
.sc_ltteq2.sc_qhbcln .sc_n1b5ws,
.sc_ub84bl.sc_ox52ve .sc_n1b5ws,
.sc_ub84bl.sc_qhbcln .sc_n1b5ws,
.sc_vs54he.sc_ox52ve .sc_n1b5ws,
.sc_vs54he.sc_qhbcln .sc_n1b5ws { color:var(--text-primary,#1a1a2e) !important; }
.sc_c4076r.sc_ox52ve .sc_nra23c,
.sc_c4076r.sc_qhbcln .sc_nra23c,
.bg-dark-custom.sc_ox52ve .sc_nra23c,
.bg-dark-custom.sc_qhbcln .sc_nra23c,
.bg-gradient-custom.sc_ox52ve .sc_nra23c,
.bg-gradient-custom.sc_qhbcln .sc_nra23c,
.bg-accent-custom.sc_ox52ve .sc_nra23c,
.bg-accent-custom.sc_qhbcln .sc_nra23c,
.sc_ltteq2.sc_ox52ve .sc_nra23c,
.sc_ltteq2.sc_qhbcln .sc_nra23c,
.sc_ub84bl.sc_ox52ve .sc_nra23c,
.sc_ub84bl.sc_qhbcln .sc_nra23c,
.sc_vs54he.sc_ox52ve .sc_nra23c,
.sc_vs54he.sc_qhbcln .sc_nra23c { color:var(--text-secondary,#555) !important; }
.sc_c4076r.sc_ox52ve .portfolio-title,
.sc_c4076r.sc_qhbcln .portfolio-title,
.bg-dark-custom.sc_ox52ve .portfolio-title,
.bg-dark-custom.sc_qhbcln .portfolio-title,
.bg-gradient-custom.sc_ox52ve .portfolio-title,
.bg-gradient-custom.sc_qhbcln .portfolio-title,
.bg-accent-custom.sc_ox52ve .portfolio-title,
.bg-accent-custom.sc_qhbcln .portfolio-title,
.sc_ltteq2.sc_ox52ve .portfolio-title,
.sc_ltteq2.sc_qhbcln .portfolio-title,
.sc_ub84bl.sc_ox52ve .portfolio-title,
.sc_ub84bl.sc_qhbcln .portfolio-title,
.sc_vs54he.sc_ox52ve .portfolio-title,
.sc_vs54he.sc_qhbcln .portfolio-title { color:var(--text-primary,#1a1a2e) !important; }
.sc_c4076r.sc_ox52ve .portfolio-category,
.sc_c4076r.sc_qhbcln .portfolio-category,
.bg-dark-custom.sc_ox52ve .portfolio-category,
.bg-dark-custom.sc_qhbcln .portfolio-category,
.bg-gradient-custom.sc_ox52ve .portfolio-category,
.bg-gradient-custom.sc_qhbcln .portfolio-category,
.bg-accent-custom.sc_ox52ve .portfolio-category,
.bg-accent-custom.sc_qhbcln .portfolio-category,
.sc_ltteq2.sc_ox52ve .portfolio-category,
.sc_ltteq2.sc_qhbcln .portfolio-category,
.sc_ub84bl.sc_ox52ve .portfolio-category,
.sc_ub84bl.sc_qhbcln .portfolio-category,
.sc_vs54he.sc_ox52ve .portfolio-category,
.sc_vs54he.sc_qhbcln .portfolio-category { color:var(--text-muted,#888) !important; }

.sc_c4076r .sc_wznu9g h1,
.sc_c4076r .sc_wznu9g h2,
.sc_c4076r .sc_wznu9g h3,
.sc_c4076r .sc_wznu9g h4,
.sc_c4076r .sc_wznu9g h5,
.sc_c4076r .sc_wznu9g h6,
.sc_c4076r .sc_ndzrpp h1,
.sc_c4076r .sc_ndzrpp h2,
.sc_c4076r .sc_ndzrpp h3,
.sc_c4076r .sc_ndzrpp h4,
.sc_c4076r .sc_ndzrpp h5,
.sc_c4076r .sc_ndzrpp h6,
.sc_c4076r .card h1,
.sc_c4076r .card h2,
.sc_c4076r .card h3,
.sc_c4076r .card h4,
.sc_c4076r .card h5,
.sc_c4076r .card h6,
.sc_c4076r .sc_u9mmkx h1,
.sc_c4076r .sc_u9mmkx h2,
.sc_c4076r .sc_u9mmkx h3,
.sc_c4076r .sc_u9mmkx h4,
.sc_c4076r .sc_u9mmkx h5,
.sc_c4076r .sc_u9mmkx h6,
.sc_c4076r .sc_hg5h8t h1,
.sc_c4076r .sc_hg5h8t h2,
.sc_c4076r .sc_hg5h8t h3,
.sc_c4076r .sc_hg5h8t h4,
.sc_c4076r .sc_hg5h8t h5,
.sc_c4076r .sc_hg5h8t h6,
.sc_c4076r .sc_dp0m7b h1,
.sc_c4076r .sc_dp0m7b h2,
.sc_c4076r .sc_dp0m7b h3,
.sc_c4076r .sc_dp0m7b h4,
.sc_c4076r .sc_dp0m7b h5,
.sc_c4076r .sc_dp0m7b h6,
.sc_c4076r .sc_o7se5j h1,
.sc_c4076r .sc_o7se5j h2,
.sc_c4076r .sc_o7se5j h3,
.sc_c4076r .sc_o7se5j h4,
.sc_c4076r .sc_o7se5j h5,
.sc_c4076r .sc_o7se5j h6,
.sc_c4076r .sc_nf58nz h1,
.sc_c4076r .sc_nf58nz h2,
.sc_c4076r .sc_nf58nz h3,
.sc_c4076r .sc_nf58nz h4,
.sc_c4076r .sc_nf58nz h5,
.sc_c4076r .sc_nf58nz h6,
.sc_c4076r .counter-item h1,
.sc_c4076r .counter-item h2,
.sc_c4076r .counter-item h3,
.sc_c4076r .counter-item h4,
.sc_c4076r .counter-item h5,
.sc_c4076r .counter-item h6,
.bg-dark-custom .sc_wznu9g h1,
.bg-dark-custom .sc_wznu9g h2,
.bg-dark-custom .sc_wznu9g h3,
.bg-dark-custom .sc_wznu9g h4,
.bg-dark-custom .sc_wznu9g h5,
.bg-dark-custom .sc_wznu9g h6,
.bg-dark-custom .sc_ndzrpp h1,
.bg-dark-custom .sc_ndzrpp h2,
.bg-dark-custom .sc_ndzrpp h3,
.bg-dark-custom .sc_ndzrpp h4,
.bg-dark-custom .sc_ndzrpp h5,
.bg-dark-custom .sc_ndzrpp 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 .sc_u9mmkx h1,
.bg-dark-custom .sc_u9mmkx h2,
.bg-dark-custom .sc_u9mmkx h3,
.bg-dark-custom .sc_u9mmkx h4,
.bg-dark-custom .sc_u9mmkx h5,
.bg-dark-custom .sc_u9mmkx h6,
.bg-dark-custom .sc_hg5h8t h1,
.bg-dark-custom .sc_hg5h8t h2,
.bg-dark-custom .sc_hg5h8t h3,
.bg-dark-custom .sc_hg5h8t h4,
.bg-dark-custom .sc_hg5h8t h5,
.bg-dark-custom .sc_hg5h8t h6,
.bg-dark-custom .sc_dp0m7b h1,
.bg-dark-custom .sc_dp0m7b h2,
.bg-dark-custom .sc_dp0m7b h3,
.bg-dark-custom .sc_dp0m7b h4,
.bg-dark-custom .sc_dp0m7b h5,
.bg-dark-custom .sc_dp0m7b h6,
.bg-dark-custom .sc_o7se5j h1,
.bg-dark-custom .sc_o7se5j h2,
.bg-dark-custom .sc_o7se5j h3,
.bg-dark-custom .sc_o7se5j h4,
.bg-dark-custom .sc_o7se5j h5,
.bg-dark-custom .sc_o7se5j h6,
.bg-dark-custom .sc_nf58nz h1,
.bg-dark-custom .sc_nf58nz h2,
.bg-dark-custom .sc_nf58nz h3,
.bg-dark-custom .sc_nf58nz h4,
.bg-dark-custom .sc_nf58nz h5,
.bg-dark-custom .sc_nf58nz 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 .sc_wznu9g h1,
.bg-gradient-custom .sc_wznu9g h2,
.bg-gradient-custom .sc_wznu9g h3,
.bg-gradient-custom .sc_wznu9g h4,
.bg-gradient-custom .sc_wznu9g h5,
.bg-gradient-custom .sc_wznu9g h6,
.bg-gradient-custom .sc_ndzrpp h1,
.bg-gradient-custom .sc_ndzrpp h2,
.bg-gradient-custom .sc_ndzrpp h3,
.bg-gradient-custom .sc_ndzrpp h4,
.bg-gradient-custom .sc_ndzrpp h5,
.bg-gradient-custom .sc_ndzrpp 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 .sc_u9mmkx h1,
.bg-gradient-custom .sc_u9mmkx h2,
.bg-gradient-custom .sc_u9mmkx h3,
.bg-gradient-custom .sc_u9mmkx h4,
.bg-gradient-custom .sc_u9mmkx h5,
.bg-gradient-custom .sc_u9mmkx h6,
.bg-gradient-custom .sc_hg5h8t h1,
.bg-gradient-custom .sc_hg5h8t h2,
.bg-gradient-custom .sc_hg5h8t h3,
.bg-gradient-custom .sc_hg5h8t h4,
.bg-gradient-custom .sc_hg5h8t h5,
.bg-gradient-custom .sc_hg5h8t h6,
.bg-gradient-custom .sc_dp0m7b h1,
.bg-gradient-custom .sc_dp0m7b h2,
.bg-gradient-custom .sc_dp0m7b h3,
.bg-gradient-custom .sc_dp0m7b h4,
.bg-gradient-custom .sc_dp0m7b h5,
.bg-gradient-custom .sc_dp0m7b h6,
.bg-gradient-custom .sc_o7se5j h1,
.bg-gradient-custom .sc_o7se5j h2,
.bg-gradient-custom .sc_o7se5j h3,
.bg-gradient-custom .sc_o7se5j h4,
.bg-gradient-custom .sc_o7se5j h5,
.bg-gradient-custom .sc_o7se5j h6,
.bg-gradient-custom .sc_nf58nz h1,
.bg-gradient-custom .sc_nf58nz h2,
.bg-gradient-custom .sc_nf58nz h3,
.bg-gradient-custom .sc_nf58nz h4,
.bg-gradient-custom .sc_nf58nz h5,
.bg-gradient-custom .sc_nf58nz 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 .sc_wznu9g h1,
.bg-accent-custom .sc_wznu9g h2,
.bg-accent-custom .sc_wznu9g h3,
.bg-accent-custom .sc_wznu9g h4,
.bg-accent-custom .sc_wznu9g h5,
.bg-accent-custom .sc_wznu9g h6,
.bg-accent-custom .sc_ndzrpp h1,
.bg-accent-custom .sc_ndzrpp h2,
.bg-accent-custom .sc_ndzrpp h3,
.bg-accent-custom .sc_ndzrpp h4,
.bg-accent-custom .sc_ndzrpp h5,
.bg-accent-custom .sc_ndzrpp 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 .sc_u9mmkx h1,
.bg-accent-custom .sc_u9mmkx h2,
.bg-accent-custom .sc_u9mmkx h3,
.bg-accent-custom .sc_u9mmkx h4,
.bg-accent-custom .sc_u9mmkx h5,
.bg-accent-custom .sc_u9mmkx h6,
.bg-accent-custom .sc_hg5h8t h1,
.bg-accent-custom .sc_hg5h8t h2,
.bg-accent-custom .sc_hg5h8t h3,
.bg-accent-custom .sc_hg5h8t h4,
.bg-accent-custom .sc_hg5h8t h5,
.bg-accent-custom .sc_hg5h8t h6,
.bg-accent-custom .sc_dp0m7b h1,
.bg-accent-custom .sc_dp0m7b h2,
.bg-accent-custom .sc_dp0m7b h3,
.bg-accent-custom .sc_dp0m7b h4,
.bg-accent-custom .sc_dp0m7b h5,
.bg-accent-custom .sc_dp0m7b h6,
.bg-accent-custom .sc_o7se5j h1,
.bg-accent-custom .sc_o7se5j h2,
.bg-accent-custom .sc_o7se5j h3,
.bg-accent-custom .sc_o7se5j h4,
.bg-accent-custom .sc_o7se5j h5,
.bg-accent-custom .sc_o7se5j h6,
.bg-accent-custom .sc_nf58nz h1,
.bg-accent-custom .sc_nf58nz h2,
.bg-accent-custom .sc_nf58nz h3,
.bg-accent-custom .sc_nf58nz h4,
.bg-accent-custom .sc_nf58nz h5,
.bg-accent-custom .sc_nf58nz 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,
.sc_ltteq2 .sc_wznu9g h1,
.sc_ltteq2 .sc_wznu9g h2,
.sc_ltteq2 .sc_wznu9g h3,
.sc_ltteq2 .sc_wznu9g h4,
.sc_ltteq2 .sc_wznu9g h5,
.sc_ltteq2 .sc_wznu9g h6,
.sc_ltteq2 .sc_ndzrpp h1,
.sc_ltteq2 .sc_ndzrpp h2,
.sc_ltteq2 .sc_ndzrpp h3,
.sc_ltteq2 .sc_ndzrpp h4,
.sc_ltteq2 .sc_ndzrpp h5,
.sc_ltteq2 .sc_ndzrpp h6,
.sc_ltteq2 .card h1,
.sc_ltteq2 .card h2,
.sc_ltteq2 .card h3,
.sc_ltteq2 .card h4,
.sc_ltteq2 .card h5,
.sc_ltteq2 .card h6,
.sc_ltteq2 .sc_u9mmkx h1,
.sc_ltteq2 .sc_u9mmkx h2,
.sc_ltteq2 .sc_u9mmkx h3,
.sc_ltteq2 .sc_u9mmkx h4,
.sc_ltteq2 .sc_u9mmkx h5,
.sc_ltteq2 .sc_u9mmkx h6,
.sc_ltteq2 .sc_hg5h8t h1,
.sc_ltteq2 .sc_hg5h8t h2,
.sc_ltteq2 .sc_hg5h8t h3,
.sc_ltteq2 .sc_hg5h8t h4,
.sc_ltteq2 .sc_hg5h8t h5,
.sc_ltteq2 .sc_hg5h8t h6,
.sc_ltteq2 .sc_dp0m7b h1,
.sc_ltteq2 .sc_dp0m7b h2,
.sc_ltteq2 .sc_dp0m7b h3,
.sc_ltteq2 .sc_dp0m7b h4,
.sc_ltteq2 .sc_dp0m7b h5,
.sc_ltteq2 .sc_dp0m7b h6,
.sc_ltteq2 .sc_o7se5j h1,
.sc_ltteq2 .sc_o7se5j h2,
.sc_ltteq2 .sc_o7se5j h3,
.sc_ltteq2 .sc_o7se5j h4,
.sc_ltteq2 .sc_o7se5j h5,
.sc_ltteq2 .sc_o7se5j h6,
.sc_ltteq2 .sc_nf58nz h1,
.sc_ltteq2 .sc_nf58nz h2,
.sc_ltteq2 .sc_nf58nz h3,
.sc_ltteq2 .sc_nf58nz h4,
.sc_ltteq2 .sc_nf58nz h5,
.sc_ltteq2 .sc_nf58nz h6,
.sc_ltteq2 .counter-item h1,
.sc_ltteq2 .counter-item h2,
.sc_ltteq2 .counter-item h3,
.sc_ltteq2 .counter-item h4,
.sc_ltteq2 .counter-item h5,
.sc_ltteq2 .counter-item h6,
.sc_ub84bl .sc_wznu9g h1,
.sc_ub84bl .sc_wznu9g h2,
.sc_ub84bl .sc_wznu9g h3,
.sc_ub84bl .sc_wznu9g h4,
.sc_ub84bl .sc_wznu9g h5,
.sc_ub84bl .sc_wznu9g h6,
.sc_ub84bl .sc_ndzrpp h1,
.sc_ub84bl .sc_ndzrpp h2,
.sc_ub84bl .sc_ndzrpp h3,
.sc_ub84bl .sc_ndzrpp h4,
.sc_ub84bl .sc_ndzrpp h5,
.sc_ub84bl .sc_ndzrpp h6,
.sc_ub84bl .card h1,
.sc_ub84bl .card h2,
.sc_ub84bl .card h3,
.sc_ub84bl .card h4,
.sc_ub84bl .card h5,
.sc_ub84bl .card h6,
.sc_ub84bl .sc_u9mmkx h1,
.sc_ub84bl .sc_u9mmkx h2,
.sc_ub84bl .sc_u9mmkx h3,
.sc_ub84bl .sc_u9mmkx h4,
.sc_ub84bl .sc_u9mmkx h5,
.sc_ub84bl .sc_u9mmkx h6,
.sc_ub84bl .sc_hg5h8t h1,
.sc_ub84bl .sc_hg5h8t h2,
.sc_ub84bl .sc_hg5h8t h3,
.sc_ub84bl .sc_hg5h8t h4,
.sc_ub84bl .sc_hg5h8t h5,
.sc_ub84bl .sc_hg5h8t h6,
.sc_ub84bl .sc_dp0m7b h1,
.sc_ub84bl .sc_dp0m7b h2,
.sc_ub84bl .sc_dp0m7b h3,
.sc_ub84bl .sc_dp0m7b h4,
.sc_ub84bl .sc_dp0m7b h5,
.sc_ub84bl .sc_dp0m7b h6,
.sc_ub84bl .sc_o7se5j h1,
.sc_ub84bl .sc_o7se5j h2,
.sc_ub84bl .sc_o7se5j h3,
.sc_ub84bl .sc_o7se5j h4,
.sc_ub84bl .sc_o7se5j h5,
.sc_ub84bl .sc_o7se5j h6,
.sc_ub84bl .sc_nf58nz h1,
.sc_ub84bl .sc_nf58nz h2,
.sc_ub84bl .sc_nf58nz h3,
.sc_ub84bl .sc_nf58nz h4,
.sc_ub84bl .sc_nf58nz h5,
.sc_ub84bl .sc_nf58nz h6,
.sc_ub84bl .counter-item h1,
.sc_ub84bl .counter-item h2,
.sc_ub84bl .counter-item h3,
.sc_ub84bl .counter-item h4,
.sc_ub84bl .counter-item h5,
.sc_ub84bl .counter-item h6,
.sc_vs54he .sc_wznu9g h1,
.sc_vs54he .sc_wznu9g h2,
.sc_vs54he .sc_wznu9g h3,
.sc_vs54he .sc_wznu9g h4,
.sc_vs54he .sc_wznu9g h5,
.sc_vs54he .sc_wznu9g h6,
.sc_vs54he .sc_ndzrpp h1,
.sc_vs54he .sc_ndzrpp h2,
.sc_vs54he .sc_ndzrpp h3,
.sc_vs54he .sc_ndzrpp h4,
.sc_vs54he .sc_ndzrpp h5,
.sc_vs54he .sc_ndzrpp h6,
.sc_vs54he .card h1,
.sc_vs54he .card h2,
.sc_vs54he .card h3,
.sc_vs54he .card h4,
.sc_vs54he .card h5,
.sc_vs54he .card h6,
.sc_vs54he .sc_u9mmkx h1,
.sc_vs54he .sc_u9mmkx h2,
.sc_vs54he .sc_u9mmkx h3,
.sc_vs54he .sc_u9mmkx h4,
.sc_vs54he .sc_u9mmkx h5,
.sc_vs54he .sc_u9mmkx h6,
.sc_vs54he .sc_hg5h8t h1,
.sc_vs54he .sc_hg5h8t h2,
.sc_vs54he .sc_hg5h8t h3,
.sc_vs54he .sc_hg5h8t h4,
.sc_vs54he .sc_hg5h8t h5,
.sc_vs54he .sc_hg5h8t h6,
.sc_vs54he .sc_dp0m7b h1,
.sc_vs54he .sc_dp0m7b h2,
.sc_vs54he .sc_dp0m7b h3,
.sc_vs54he .sc_dp0m7b h4,
.sc_vs54he .sc_dp0m7b h5,
.sc_vs54he .sc_dp0m7b h6,
.sc_vs54he .sc_o7se5j h1,
.sc_vs54he .sc_o7se5j h2,
.sc_vs54he .sc_o7se5j h3,
.sc_vs54he .sc_o7se5j h4,
.sc_vs54he .sc_o7se5j h5,
.sc_vs54he .sc_o7se5j h6,
.sc_vs54he .sc_nf58nz h1,
.sc_vs54he .sc_nf58nz h2,
.sc_vs54he .sc_nf58nz h3,
.sc_vs54he .sc_nf58nz h4,
.sc_vs54he .sc_nf58nz h5,
.sc_vs54he .sc_nf58nz h6,
.sc_vs54he .counter-item h1,
.sc_vs54he .counter-item h2,
.sc_vs54he .counter-item h3,
.sc_vs54he .counter-item h4,
.sc_vs54he .counter-item h5,
.sc_vs54he .counter-item h6 { color:var(--text-primary,#1a1a2e) !important; }
.sc_c4076r .sc_wznu9g p,
.sc_c4076r .sc_wznu9g span:not(.badge),
.sc_c4076r .sc_wznu9g li,
.sc_c4076r .sc_wznu9g small,
.sc_c4076r .sc_wznu9g label,
.sc_c4076r .sc_ndzrpp p,
.sc_c4076r .sc_ndzrpp span:not(.badge),
.sc_c4076r .sc_ndzrpp li,
.sc_c4076r .sc_ndzrpp small,
.sc_c4076r .sc_ndzrpp label,
.sc_c4076r .card p,
.sc_c4076r .card span:not(.badge),
.sc_c4076r .card li,
.sc_c4076r .card small,
.sc_c4076r .card label,
.sc_c4076r .sc_u9mmkx p,
.sc_c4076r .sc_u9mmkx span:not(.badge),
.sc_c4076r .sc_u9mmkx li,
.sc_c4076r .sc_u9mmkx small,
.sc_c4076r .sc_u9mmkx label,
.sc_c4076r .sc_hg5h8t p,
.sc_c4076r .sc_hg5h8t span:not(.badge),
.sc_c4076r .sc_hg5h8t li,
.sc_c4076r .sc_hg5h8t small,
.sc_c4076r .sc_hg5h8t label,
.sc_c4076r .sc_dp0m7b p,
.sc_c4076r .sc_dp0m7b span:not(.badge),
.sc_c4076r .sc_dp0m7b li,
.sc_c4076r .sc_dp0m7b small,
.sc_c4076r .sc_dp0m7b label,
.sc_c4076r .sc_o7se5j p,
.sc_c4076r .sc_o7se5j span:not(.badge),
.sc_c4076r .sc_o7se5j li,
.sc_c4076r .sc_o7se5j small,
.sc_c4076r .sc_o7se5j label,
.sc_c4076r .sc_nf58nz p,
.sc_c4076r .sc_nf58nz span:not(.badge),
.sc_c4076r .sc_nf58nz li,
.sc_c4076r .sc_nf58nz small,
.sc_c4076r .sc_nf58nz label,
.sc_c4076r .counter-item p,
.sc_c4076r .counter-item span:not(.badge),
.sc_c4076r .counter-item li,
.sc_c4076r .counter-item small,
.sc_c4076r .counter-item label,
.bg-dark-custom .sc_wznu9g p,
.bg-dark-custom .sc_wznu9g span:not(.badge),
.bg-dark-custom .sc_wznu9g li,
.bg-dark-custom .sc_wznu9g small,
.bg-dark-custom .sc_wznu9g label,
.bg-dark-custom .sc_ndzrpp p,
.bg-dark-custom .sc_ndzrpp span:not(.badge),
.bg-dark-custom .sc_ndzrpp li,
.bg-dark-custom .sc_ndzrpp small,
.bg-dark-custom .sc_ndzrpp 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 .sc_u9mmkx p,
.bg-dark-custom .sc_u9mmkx span:not(.badge),
.bg-dark-custom .sc_u9mmkx li,
.bg-dark-custom .sc_u9mmkx small,
.bg-dark-custom .sc_u9mmkx label,
.bg-dark-custom .sc_hg5h8t p,
.bg-dark-custom .sc_hg5h8t span:not(.badge),
.bg-dark-custom .sc_hg5h8t li,
.bg-dark-custom .sc_hg5h8t small,
.bg-dark-custom .sc_hg5h8t label,
.bg-dark-custom .sc_dp0m7b p,
.bg-dark-custom .sc_dp0m7b span:not(.badge),
.bg-dark-custom .sc_dp0m7b li,
.bg-dark-custom .sc_dp0m7b small,
.bg-dark-custom .sc_dp0m7b label,
.bg-dark-custom .sc_o7se5j p,
.bg-dark-custom .sc_o7se5j span:not(.badge),
.bg-dark-custom .sc_o7se5j li,
.bg-dark-custom .sc_o7se5j small,
.bg-dark-custom .sc_o7se5j label,
.bg-dark-custom .sc_nf58nz p,
.bg-dark-custom .sc_nf58nz span:not(.badge),
.bg-dark-custom .sc_nf58nz li,
.bg-dark-custom .sc_nf58nz small,
.bg-dark-custom .sc_nf58nz 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 .sc_wznu9g p,
.bg-gradient-custom .sc_wznu9g span:not(.badge),
.bg-gradient-custom .sc_wznu9g li,
.bg-gradient-custom .sc_wznu9g small,
.bg-gradient-custom .sc_wznu9g label,
.bg-gradient-custom .sc_ndzrpp p,
.bg-gradient-custom .sc_ndzrpp span:not(.badge),
.bg-gradient-custom .sc_ndzrpp li,
.bg-gradient-custom .sc_ndzrpp small,
.bg-gradient-custom .sc_ndzrpp 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 .sc_u9mmkx p,
.bg-gradient-custom .sc_u9mmkx span:not(.badge),
.bg-gradient-custom .sc_u9mmkx li,
.bg-gradient-custom .sc_u9mmkx small,
.bg-gradient-custom .sc_u9mmkx label,
.bg-gradient-custom .sc_hg5h8t p,
.bg-gradient-custom .sc_hg5h8t span:not(.badge),
.bg-gradient-custom .sc_hg5h8t li,
.bg-gradient-custom .sc_hg5h8t small,
.bg-gradient-custom .sc_hg5h8t label,
.bg-gradient-custom .sc_dp0m7b p,
.bg-gradient-custom .sc_dp0m7b span:not(.badge),
.bg-gradient-custom .sc_dp0m7b li,
.bg-gradient-custom .sc_dp0m7b small,
.bg-gradient-custom .sc_dp0m7b label,
.bg-gradient-custom .sc_o7se5j p,
.bg-gradient-custom .sc_o7se5j span:not(.badge),
.bg-gradient-custom .sc_o7se5j li,
.bg-gradient-custom .sc_o7se5j small,
.bg-gradient-custom .sc_o7se5j label,
.bg-gradient-custom .sc_nf58nz p,
.bg-gradient-custom .sc_nf58nz span:not(.badge),
.bg-gradient-custom .sc_nf58nz li,
.bg-gradient-custom .sc_nf58nz small,
.bg-gradient-custom .sc_nf58nz 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 .sc_wznu9g p,
.bg-accent-custom .sc_wznu9g span:not(.badge),
.bg-accent-custom .sc_wznu9g li,
.bg-accent-custom .sc_wznu9g small,
.bg-accent-custom .sc_wznu9g label,
.bg-accent-custom .sc_ndzrpp p,
.bg-accent-custom .sc_ndzrpp span:not(.badge),
.bg-accent-custom .sc_ndzrpp li,
.bg-accent-custom .sc_ndzrpp small,
.bg-accent-custom .sc_ndzrpp 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 .sc_u9mmkx p,
.bg-accent-custom .sc_u9mmkx span:not(.badge),
.bg-accent-custom .sc_u9mmkx li,
.bg-accent-custom .sc_u9mmkx small,
.bg-accent-custom .sc_u9mmkx label,
.bg-accent-custom .sc_hg5h8t p,
.bg-accent-custom .sc_hg5h8t span:not(.badge),
.bg-accent-custom .sc_hg5h8t li,
.bg-accent-custom .sc_hg5h8t small,
.bg-accent-custom .sc_hg5h8t label,
.bg-accent-custom .sc_dp0m7b p,
.bg-accent-custom .sc_dp0m7b span:not(.badge),
.bg-accent-custom .sc_dp0m7b li,
.bg-accent-custom .sc_dp0m7b small,
.bg-accent-custom .sc_dp0m7b label,
.bg-accent-custom .sc_o7se5j p,
.bg-accent-custom .sc_o7se5j span:not(.badge),
.bg-accent-custom .sc_o7se5j li,
.bg-accent-custom .sc_o7se5j small,
.bg-accent-custom .sc_o7se5j label,
.bg-accent-custom .sc_nf58nz p,
.bg-accent-custom .sc_nf58nz span:not(.badge),
.bg-accent-custom .sc_nf58nz li,
.bg-accent-custom .sc_nf58nz small,
.bg-accent-custom .sc_nf58nz 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,
.sc_ltteq2 .sc_wznu9g p,
.sc_ltteq2 .sc_wznu9g span:not(.badge),
.sc_ltteq2 .sc_wznu9g li,
.sc_ltteq2 .sc_wznu9g small,
.sc_ltteq2 .sc_wznu9g label,
.sc_ltteq2 .sc_ndzrpp p,
.sc_ltteq2 .sc_ndzrpp span:not(.badge),
.sc_ltteq2 .sc_ndzrpp li,
.sc_ltteq2 .sc_ndzrpp small,
.sc_ltteq2 .sc_ndzrpp label,
.sc_ltteq2 .card p,
.sc_ltteq2 .card span:not(.badge),
.sc_ltteq2 .card li,
.sc_ltteq2 .card small,
.sc_ltteq2 .card label,
.sc_ltteq2 .sc_u9mmkx p,
.sc_ltteq2 .sc_u9mmkx span:not(.badge),
.sc_ltteq2 .sc_u9mmkx li,
.sc_ltteq2 .sc_u9mmkx small,
.sc_ltteq2 .sc_u9mmkx label,
.sc_ltteq2 .sc_hg5h8t p,
.sc_ltteq2 .sc_hg5h8t span:not(.badge),
.sc_ltteq2 .sc_hg5h8t li,
.sc_ltteq2 .sc_hg5h8t small,
.sc_ltteq2 .sc_hg5h8t label,
.sc_ltteq2 .sc_dp0m7b p,
.sc_ltteq2 .sc_dp0m7b span:not(.badge),
.sc_ltteq2 .sc_dp0m7b li,
.sc_ltteq2 .sc_dp0m7b small,
.sc_ltteq2 .sc_dp0m7b label,
.sc_ltteq2 .sc_o7se5j p,
.sc_ltteq2 .sc_o7se5j span:not(.badge),
.sc_ltteq2 .sc_o7se5j li,
.sc_ltteq2 .sc_o7se5j small,
.sc_ltteq2 .sc_o7se5j label,
.sc_ltteq2 .sc_nf58nz p,
.sc_ltteq2 .sc_nf58nz span:not(.badge),
.sc_ltteq2 .sc_nf58nz li,
.sc_ltteq2 .sc_nf58nz small,
.sc_ltteq2 .sc_nf58nz label,
.sc_ltteq2 .counter-item p,
.sc_ltteq2 .counter-item span:not(.badge),
.sc_ltteq2 .counter-item li,
.sc_ltteq2 .counter-item small,
.sc_ltteq2 .counter-item label,
.sc_ub84bl .sc_wznu9g p,
.sc_ub84bl .sc_wznu9g span:not(.badge),
.sc_ub84bl .sc_wznu9g li,
.sc_ub84bl .sc_wznu9g small,
.sc_ub84bl .sc_wznu9g label,
.sc_ub84bl .sc_ndzrpp p,
.sc_ub84bl .sc_ndzrpp span:not(.badge),
.sc_ub84bl .sc_ndzrpp li,
.sc_ub84bl .sc_ndzrpp small,
.sc_ub84bl .sc_ndzrpp label,
.sc_ub84bl .card p,
.sc_ub84bl .card span:not(.badge),
.sc_ub84bl .card li,
.sc_ub84bl .card small,
.sc_ub84bl .card label,
.sc_ub84bl .sc_u9mmkx p,
.sc_ub84bl .sc_u9mmkx span:not(.badge),
.sc_ub84bl .sc_u9mmkx li,
.sc_ub84bl .sc_u9mmkx small,
.sc_ub84bl .sc_u9mmkx label,
.sc_ub84bl .sc_hg5h8t p,
.sc_ub84bl .sc_hg5h8t span:not(.badge),
.sc_ub84bl .sc_hg5h8t li,
.sc_ub84bl .sc_hg5h8t small,
.sc_ub84bl .sc_hg5h8t label,
.sc_ub84bl .sc_dp0m7b p,
.sc_ub84bl .sc_dp0m7b span:not(.badge),
.sc_ub84bl .sc_dp0m7b li,
.sc_ub84bl .sc_dp0m7b small,
.sc_ub84bl .sc_dp0m7b label,
.sc_ub84bl .sc_o7se5j p,
.sc_ub84bl .sc_o7se5j span:not(.badge),
.sc_ub84bl .sc_o7se5j li,
.sc_ub84bl .sc_o7se5j small,
.sc_ub84bl .sc_o7se5j label,
.sc_ub84bl .sc_nf58nz p,
.sc_ub84bl .sc_nf58nz span:not(.badge),
.sc_ub84bl .sc_nf58nz li,
.sc_ub84bl .sc_nf58nz small,
.sc_ub84bl .sc_nf58nz label,
.sc_ub84bl .counter-item p,
.sc_ub84bl .counter-item span:not(.badge),
.sc_ub84bl .counter-item li,
.sc_ub84bl .counter-item small,
.sc_ub84bl .counter-item label,
.sc_vs54he .sc_wznu9g p,
.sc_vs54he .sc_wznu9g span:not(.badge),
.sc_vs54he .sc_wznu9g li,
.sc_vs54he .sc_wznu9g small,
.sc_vs54he .sc_wznu9g label,
.sc_vs54he .sc_ndzrpp p,
.sc_vs54he .sc_ndzrpp span:not(.badge),
.sc_vs54he .sc_ndzrpp li,
.sc_vs54he .sc_ndzrpp small,
.sc_vs54he .sc_ndzrpp label,
.sc_vs54he .card p,
.sc_vs54he .card span:not(.badge),
.sc_vs54he .card li,
.sc_vs54he .card small,
.sc_vs54he .card label,
.sc_vs54he .sc_u9mmkx p,
.sc_vs54he .sc_u9mmkx span:not(.badge),
.sc_vs54he .sc_u9mmkx li,
.sc_vs54he .sc_u9mmkx small,
.sc_vs54he .sc_u9mmkx label,
.sc_vs54he .sc_hg5h8t p,
.sc_vs54he .sc_hg5h8t span:not(.badge),
.sc_vs54he .sc_hg5h8t li,
.sc_vs54he .sc_hg5h8t small,
.sc_vs54he .sc_hg5h8t label,
.sc_vs54he .sc_dp0m7b p,
.sc_vs54he .sc_dp0m7b span:not(.badge),
.sc_vs54he .sc_dp0m7b li,
.sc_vs54he .sc_dp0m7b small,
.sc_vs54he .sc_dp0m7b label,
.sc_vs54he .sc_o7se5j p,
.sc_vs54he .sc_o7se5j span:not(.badge),
.sc_vs54he .sc_o7se5j li,
.sc_vs54he .sc_o7se5j small,
.sc_vs54he .sc_o7se5j label,
.sc_vs54he .sc_nf58nz p,
.sc_vs54he .sc_nf58nz span:not(.badge),
.sc_vs54he .sc_nf58nz li,
.sc_vs54he .sc_nf58nz small,
.sc_vs54he .sc_nf58nz label,
.sc_vs54he .counter-item p,
.sc_vs54he .counter-item span:not(.badge),
.sc_vs54he .counter-item li,
.sc_vs54he .counter-item small,
.sc_vs54he .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; }

.ix-exp-cards{display:flex;gap:8px;height:400px;overflow:hidden;border-radius:var(--h8hu,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(--h7el,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(--h3m1);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;}}