@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Inter:wght@400;500&display=swap');

:root {
    --j14rf: #BD700B;
    --j15ye: #0AA260;
    --j16a2: #8A0AEE;
    --j1iu: linear-gradient(90deg, var(--j14rf), var(--j15ye));
    --j3s3: 'Lora', serif;
    --j5tm: 'Inter', sans-serif;
    --j19x5: 34px;
    --j20pf: 24px;
    --j21d1: 18px;
    --j17te: 14px;
    --j18ye: 800;
    --j6yu: 2px;
    --j7mz: 4px;
    --j8oy: 6px;
    --j9tc: 8px;
    --j4i2: 4px;
    --j10ol: 3px 3px 0 rgba(0,0,0,0.08);
    --j11bg: 5px 5px 0 rgba(0,0,0,0.10);
    --j12ay: 8px 8px 0 rgba(0,0,0,0.12);
    --j13kz: 12px 12px 0 rgba(0,0,0,0.15);
    --css_ymmvt: 140px 0;
}
.css_wqr81 {
    border-radius: 8px;
    padding: 18px 36px;
}
.css_m9i2w, .css_wz0k5, .css_w9lpd, .css_iilfm, .css_y2d90 {
    border-width: 1px;
    border-color: var(--border-color);
}

.portfolio-item, .css_ck2gr {
    position: relative;
}
.portfolio-item::before, .css_ck2gr::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--j14rf);
    mix-blend-mode: color;
    opacity: 0.35;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}
.portfolio-item:hover::before, .css_pv8nw:hover .css_ck2gr::before {
    opacity: 0;
}

.css_zjms6 {
    background-image: radial-gradient(circle, var(--j14rf) 1px, transparent 1px);
    background-size: 24px 24px;
    background-blend-mode: overlay;
}

.css_zjms6 {
    position: relative;
    margin-top: 40px;
}
.css_zjms6::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: inherit;
    clip-path: ellipse(55% 100% at 50% 100%);
}

.css_m2ppk { 
    background: var(--bg-primary);
    border-bottom: 4px solid var(--text-primary);
    min-height: auto;
    padding: 140px 0 80px;
}
.css_b1jbw img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--j14rf);
    border: 3px solid var(--text-primary);
}
.css_p7o7m { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
.css_k8x8y { 
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
.css_eirlc { font-size: 18px; max-width: 500px; }
.css_pw2om .css_wqr81 { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

.css_myd69 {
    background: var(--bg-primary);
    padding: 18px 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}
.css_myd69.scrolled {
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    padding: 12px 0;
}
.css_anyrf { font-size: 26px; font-weight: 800; }
.css_xrm94 .nav-link { font-weight: 500; }

.css_ewdu3 {
    background: #f8f6f3;
    color: var(--text-secondary);
    padding-top: 80px;
    border-top: 4px double var(--text-primary);
}
.css_ewdu3 p, .css_ewdu3 li, .css_ewdu3 span,
.css_ewdu3 .css_pfehe p, .css_ewdu3 .footer-contact li { color: var(--text-secondary); }
.css_ewdu3 h1,.css_ewdu3 h2,.css_ewdu3 h3,.css_ewdu3 h4,.css_ewdu3 h5 { color: var(--text-primary); }
.css_pfehe .css_e72q3 {
    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;
}
.css_pfehe .css_e72q3::after { display: none; }
.css_r3j9p a { color: var(--text-secondary); font-size: 14px; }
.css_r3j9p a:hover { color: var(--text-primary); text-decoration: underline; }
.css_x13uv a { border-radius: 0; background: var(--text-primary); color: var(--bg-primary); border: none; }
.css_x13uv a:hover { background: var(--j14rf); }
.css_pkbbw { border-top: 1px solid var(--text-primary); }
.css_pkbbw 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(--j7mz);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--j14rf); box-shadow: 0 0 0 4px rgba(var(--j14rf), 0.08); transform: translateY(-2px); }
.contact-section .css_wqr81 { font-size: 16px; padding: 18px 36px; }

.css_anyrf { font-size: 24px; font-weight: 900; letter-spacing: -0.5px; }

.css_m9i2w { counter-increment: card-counter; }
.css_okzq0::before {
    content: counter(card-counter, decimal-leading-zero) '.';
    display: block;
    color: var(--j14rf);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0.6;
}
.services-section, .features-section { counter-reset: card-counter; }

.css_wz0k5 img, .css_m9i2w img, .css_iilfm img, .portfolio-item img {
    transition: filter 0.4s ease;
}
.css_wz0k5:hover img, .css_iilfm:hover img, .portfolio-item:hover img {
    filter: grayscale(0);
}
.css_wz0k5 img, .css_m9i2w img, .css_iilfm img, .portfolio-item img {
    filter: grayscale(0.7);
}

.css_rp1is { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; overflow: hidden; }
.css_rp1is .css_zz4p9 { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease; }
.css_rp1is:hover .css_zz4p9:nth-child(2) { transform: translateX(4px); }
.css_rp1is.active .css_zz4p9:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.css_rp1is.active .css_zz4p9:nth-child(2) { opacity: 0; transform: translateX(20px); }
.css_rp1is.active .css_zz4p9:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\2022  \2022  \2022';display:block;text-align:center;color:var(--j14rf);opacity:0.4;font-size:18px;letter-spacing:8px;padding:20px 0;}

.trail-dot{position:fixed;width:6px;height:6px;background:var(--j14rf);border-radius:50%;pointer-events:none;z-index:99999;opacity:0;transition:opacity 0.5s;}

.css_m9i2w,.css_wz0k5{opacity:0;animation:rotateIn 0.5s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.03s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.08s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.13s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.18s;}@keyframes rotateIn{from{opacity:0;transform:perspective(600px) rotateY(8deg) translateX(15px);}to{opacity:1;transform:perspective(600px) rotateY(0) translateX(0);}}

@media(prefers-reduced-motion:reduce){.css_m9i2w,.css_wz0k5,.css_iilfm,.css_y2d90,.css_pv8nw,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.nav-badge{position:relative;}.nav-badge::after{content:'';position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;animation:badgePing 1.5s cubic-bezier(0,0,0.2,1) infinite;}@keyframes badgePing{75%,100%{transform:scale(2);opacity:0;}}

.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);}}

.float-blobs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:0.035;will-change:transform;}

.css_zm97b{overflow:hidden;}.css_zm97b-inner{display:inline-block;transform:translateY(100%);opacity:0;transition:transform 0.8s cubic-bezier(0.16,1,0.3,1),opacity 0.8s ease;}.in-view .css_zm97b-inner,.wow.animated .css_zm97b-inner{transform:translateY(0);opacity:1;}

html:not(.css_vpiov) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .css_ysshh {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .css_xrm94 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .css_xrm94 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .css_djpqn, .css_u8kmk {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .css_djpqn .nav-link,
    .css_u8kmk .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .css_cmjen {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .css_anyrf {
        flex-shrink: 0;
    }
}

div.css_zjms6:not(.css_ymmvt) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.css_zjms6:not(.css_ymmvt) + .css_myd69 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.css_zjms6.css_b73gp {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.css_zjms6.css_b73gp + .css_myd69,
div.css_zjms6:not(.css_ymmvt) + .css_myd69.scrolled {
    top: 0;
}
div.css_zjms6:not(.css_ymmvt) ~ .css_m2ppk {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.css_zjms6:not(.css_ymmvt) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.css_zjms6:not(.css_ymmvt) + .css_myd69 {
        top: 0;
    }
    div.css_zjms6:not(.css_ymmvt) ~ .css_m2ppk {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .css_rp1is {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .css_rp1is .css_zz4p9 {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .css_xrm94 {
        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;
    }
    .css_xrm94 .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;
    }
    .css_xrm94 .nav-link::after { display: none !important; }
    .css_cmjen { display: none !important; }
    .css_djpqn, .css_u8kmk { display: none !important; }
}

@media (max-width: 992px) {
    .css_xrm94 { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: var(--bg-card) !important; padding: 100px 32px 40px !important; box-shadow: -8px 0 40px rgba(0,0,0,0.25) !important; border-left: 3px solid var(--j14rf) !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .css_xrm94.active { right: 0 !important; }
    .css_xrm94 .nav-link { opacity: 0 !important; transform: translateX(24px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .css_xrm94.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .css_xrm94.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .css_xrm94.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .css_xrm94.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .css_xrm94.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .css_xrm94.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .css_xrm94.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .css_xrm94.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .css_xrm94.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.css_m9i2w,
.css_wz0k5,
.css_iilfm,
.css_y2d90,
.css_pvpn3,
.css_pv8nw {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.css_m9i2w *,
.css_wz0k5 *,
.css_iilfm *,
.css_y2d90 *,
.css_pvpn3 * {
    filter: none !important;
}
@supports (animation: none) {
    .css_m9i2w, .css_wz0k5, .css_iilfm {
        animation-fill-mode: forwards !important;
    }
}
.css_iilfm + .css_iilfm {
    margin-top: 1.5rem;
}

.css_m2ppk .css_ynbcu ~ .container,
.css_m2ppk .css_ynbcu ~ .container * {
    color: #fff;
}
.css_m2ppk .css_ynbcu ~ .container p,
.css_m2ppk .css_ynbcu ~ .container .css_eirlc {
    color: rgba(255,255,255,0.85);
}
.css_m2ppk .css_ynbcu ~ .container .css_wqr81 {
    color: inherit;
}
.css_rr16e .css_k8x8y { color: #fff; }
.css_rr16e .css_e3kpp { color: var(--j14rf); }
.css_rr16e .css_l0w3a { color: rgba(255,255,255,0.55); }
.css_rr16e .css_r3j9p a { color: rgba(255,255,255,0.65); }
.css_rr16e .css_r3j9p a:hover { color: #fff; }
.css_ewdu3[style*="background:none"] { background: none !important; }
.css_ewdu3[style*="background:none"]::before,
.css_ewdu3[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%;
}

.css_x8aax {
    overflow: visible;
}
.css_x8aax .swiper-button-next,
.css_x8aax .swiper-button-prev {
    width: 36px; height: 36px;
    background: var(--bg-card, #fff);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 20;
}
.css_x8aax .swiper-button-next::after,
.css_x8aax .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.css_x8aax .swiper-button-next { right: 0; }
.css_x8aax .swiper-button-prev { left: 0; }

.css_m9i2w, .css_pvpn3, .css_wz0k5, .css_iilfm,
.css_y2d90, .css_pv8nw, .css_w9lpd, .counter-item,
.card { overflow: hidden; }

.css_m9i2w h1, .css_m9i2w h2, .css_m9i2w h3, .css_m9i2w h4, .css_m9i2w h5, .css_m9i2w h6,
.css_pvpn3 h1, .css_pvpn3 h2, .css_pvpn3 h3, .css_pvpn3 h4,
.css_wz0k5 h1, .css_wz0k5 h2, .css_wz0k5 h3, .css_wz0k5 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;
}

.css_m9i2w p, .css_m9i2w span, .css_m9i2w li,
.css_pvpn3 p, .css_wz0k5 p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.css_cp3z1, .css_m8iqd, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.css_m9i2w .stat-number, .css_m9i2w [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.622;
    letter-spacing: 0.012em;
}

.css_m9i2w, .css_wz0k5, .css_iilfm, .css_w9lpd, .css_y2d90 {
    padding: 27px;
}
.css_m9i2w, .css_wz0k5, .css_iilfm, .css_w9lpd, .css_y2d90 .card-body {
    padding: 25px 23px;
}
.row > [class*="col"]:nth-child(1) .css_m9i2w,
.row > [class*="col"]:nth-child(1) .css_wz0k5 {
    padding: 25px;
    border-radius: calc(var(--j7mz) + 2px);
}
.row > [class*="col"]:nth-child(2) .css_m9i2w,
.row > [class*="col"]:nth-child(2) .css_wz0k5 {
    padding: 29px;
    border-radius: calc(var(--j7mz) + 2px);
}
.row > [class*="col"]:nth-child(3) .css_m9i2w,
.row > [class*="col"]:nth-child(3) .css_wz0k5 {
    padding: 26px;
    border-radius: calc(var(--j7mz) + 2px);
}
.row > [class*="col"]:nth-child(4) .css_m9i2w,
.row > [class*="col"]:nth-child(4) .css_wz0k5 {
    padding: 27px;
    border-radius: calc(var(--j7mz) + 2px);
}
.row > [class*="col"]:nth-child(5) .css_m9i2w,
.row > [class*="col"]:nth-child(5) .css_wz0k5 {
    padding: 28px;
    border-radius: calc(var(--j7mz) + 2px);
}
.row > [class*="col"]:nth-child(6) .css_m9i2w,
.row > [class*="col"]:nth-child(6) .css_wz0k5 {
    padding: 26px;
    border-radius: calc(var(--j7mz) + 2px);
}

.css_wqr81 {
    padding: 13px 29px;
    font-size: 16px;
    letter-spacing: 0.422px;
    border-radius: calc(var(--j7mz) + 0px);
}
.css_sw9gs {
    padding: 13px 28px;
    border-width: 1px;
}

main > section {
    padding-top: 78px;
    padding-bottom: 82px;
}
main > section:first-child {
    padding-top: 82px;
}
main > section:nth-child(2) {
    padding-top: 82px;
    padding-bottom: 77px;
}
main > section:nth-child(4) {
    padding-top: 75px;
    padding-bottom: 84px;
}
main > section:nth-child(6) {
    padding-top: 76px;
    padding-bottom: 73px;
}

.css_e5jj2 {
    margin-bottom: 58px;
}

.css_m9i2w, .css_wz0k5, .css_iilfm, .css_y2d90 {
    box-shadow: 0px 5px 15px rgba(0,0,0,0.082);
}

.css_m2ppk {
    padding-top: 106px;
}
.css_p7o7m {
    margin-bottom: 23px;
}
.css_eirlc {
    margin-bottom: 33px;
    font-size: 17px;
    line-height: 1.555;
}
.css_k8x8y {
    font-size: 12px;
    letter-spacing: 2.425px;
    margin-bottom: 18px;
}
.css_pw2om {
    gap: 13px;
}

.css_b1jbw img {
    border-radius: 13px;
    box-shadow: 0 13px 28px rgba(0,0,0,0.099);
}

.css_oaet0 {
    width: 51px;
    height: 51px;
    font-size: 24px;
    border-radius: 10px;
    margin-bottom: 21px;
}

.css_okzq0, .card-title {
    font-size: 18px;
    margin-bottom: 11px;
}
.css_id09b, .card-text {
    font-size: 14px;
    line-height: 1.628;
}

.css_zm97b {
    margin-bottom: 18px;
    letter-spacing: 0.0px;
}
.css_e3kpp {
    font-size: 14px;
    letter-spacing: 2.492px;
    margin-bottom: 14px;
}
.css_vna3v {
    font-size: 17px;
    line-height: 1.695;
}

@media (min-width: 993px) {
    .css_xrm94 {
        gap: 26px;
    }
    .css_xrm94 .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }
}

.css_ewdu3 {
    padding-top: 68px;
}
.css_pfehe .css_e72q3 {
    font-size: 17px;
    margin-bottom: 20px;
}
.css_r3j9p a {
    font-size: 13px;
}
.css_r3j9p li {
    margin-bottom: 9px;
}
.css_x13uv {
    gap: 10px;
}
.css_x13uv a {
    width: 41px;
    height: 41px;
}
.css_pkbbw {
    padding: 22px 0;
    margin-top: 55px;
}

.form-control {
    border-radius: 9px;
    padding: 15px 18px;
    font-size: 14px;
}

.css_w9lpd {
    padding: 31px;
}
.css_yaqq4 {
    font-size: 18px;
    line-height: 1.608;
    margin-bottom: 21px;
}
.css_ud5i4 {
    width: 51px;
    height: 51px;
}
.css_xurev {
    font-size: 16px;
}
.css_qa6t0 {
    font-size: 12px;
}

.css_y2d90 {
    padding: 32px;
}
.css_yow4h {
    font-size: 22px;
    margin-bottom: 11px;
}
.css_hvjxy {
    font-size: 46px;
    margin-bottom: 16px;
}
.css_yvvwg li {
    padding: 10px 0;
    font-size: 14px;
}

.css_cp3z1, .stat-number {
    font-size: 41px;
    margin-bottom: 8px;
}
.css_m8iqd {
    font-size: 14px;
    letter-spacing: 0.43px;
}

.css_ck2gr img {
    border-radius: 17px;
}
.css_s6nl1 {
    font-size: 17px;
    margin-bottom: 5px;
}
.css_dmy11 {
    font-size: 13px;
}

.css_yfsno {
    font-size: 27px;
    margin-bottom: 9px;
}
.css_op40o {
    font-size: 17px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.535s !important;
}
.css_m9i2w, .css_wz0k5, .css_iilfm, .css_w9lpd,
.css_y2d90, .css_pv8nw {
    transition-duration: 0.27s;
}

.row {
    --bs-gutter-y: 25px;
}

.css_zg2ty {
    padding: 77px 0;
}
.css_g35ag {
    font-size: 36px;
    margin-bottom: 18px;
}
.css_rxfql {
    font-size: 16px;
    margin-bottom: 29px;
}

.css_iilfm .css_g5ygn img {
    border-radius: 10px 10px 0 0;
}
.css_v9cel {
    font-size: 14px;
    margin-bottom: 11px;
    gap: 10px;
}

.css_myd69 {
    padding: 19px 0;
}
.css_myd69.scrolled {
    padding: 15px 0;
}
.css_anyrf {
    font-size: 23px;
}
.css_cmjen {
    margin-left: 12px;
}

:root {
    --_flag: 96116;
    --_rev: 44500;
    --_build: 'f0fe9d8';
    --_hash: 78319;
    --_ver: 8.45;
}
.env-flag { content: ''; vertical-align: baseline; box-sizing: border-box }
.sr-only-fx { --_stamp: 477 }
.ctx-mark { display: inherit; --_stamp: 462; pointer-events: auto }

.css_rr16e h1, .css_rr16e h2, .css_rr16e h3, .css_rr16e h4, .css_rr16e h5, .css_rr16e h6 { color: #fff !important; }
.css_rr16e { color: rgba(255,255,255,0.85) !important; }
.css_rr16e p, .css_rr16e li, .css_rr16e span:not(.badge):not(.css_wqr81), .css_rr16e .css_jq9nk, .css_rr16e label, .css_rr16e blockquote, .css_rr16e figcaption, .css_rr16e dt, .css_rr16e dd, .css_rr16e td, .css_rr16e th { color: rgba(255,255,255,0.78) !important; }
.css_rr16e a:not(.css_wqr81):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_rr16e a:not(.css_wqr81):not(.nav-link):hover { color: #fff !important; }
.css_rr16e .css_cp3z1 { color: #fff !important; }
.css_rr16e .css_m8iqd { 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(.css_wqr81), .bg-dark-custom .css_jq9nk, .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(.css_wqr81):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.css_wqr81):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .css_cp3z1 { color: #fff !important; }
.bg-dark-custom .css_m8iqd { 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(.css_wqr81), .bg-gradient-custom .css_jq9nk, .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(.css_wqr81):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.css_wqr81):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .css_cp3z1 { color: #fff !important; }
.bg-gradient-custom .css_m8iqd { 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(.css_wqr81), .bg-accent-custom .css_jq9nk, .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(.css_wqr81):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.css_wqr81):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .css_cp3z1 { color: #fff !important; }
.bg-accent-custom .css_m8iqd { color: rgba(255,255,255,0.7) !important; }

.css_zg2ty h1, .css_zg2ty h2, .css_zg2ty h3, .css_zg2ty h4, .css_zg2ty h5, .css_zg2ty h6 { color: #fff !important; }
.css_zg2ty { color: rgba(255,255,255,0.85) !important; }
.css_zg2ty p, .css_zg2ty li, .css_zg2ty span:not(.badge):not(.css_wqr81), .css_zg2ty .css_jq9nk, .css_zg2ty label, .css_zg2ty blockquote, .css_zg2ty figcaption, .css_zg2ty dt, .css_zg2ty dd, .css_zg2ty td, .css_zg2ty th { color: rgba(255,255,255,0.78) !important; }
.css_zg2ty a:not(.css_wqr81):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_zg2ty a:not(.css_wqr81):not(.nav-link):hover { color: #fff !important; }
.css_zg2ty .css_cp3z1 { color: #fff !important; }
.css_zg2ty .css_m8iqd { color: rgba(255,255,255,0.7) !important; }

.css_ewdu3 { color: var(--text-secondary, #555) !important; }
.css_ewdu3 h1, .css_ewdu3 h2, .css_ewdu3 h3,
.css_ewdu3 h4, .css_ewdu3 h5, .css_ewdu3 h6,
.css_ewdu3 .css_e72q3 { color: var(--text-primary, #1a1a2e) !important; }
.css_ewdu3 p, .css_ewdu3 li, .css_ewdu3 span,
.css_ewdu3 label { color: var(--text-secondary, #555) !important; }
.css_ewdu3 a:not(.css_wqr81) { color: var(--text-secondary, #555) !important; }
.css_ewdu3 a:not(.css_wqr81):hover { color: var(--j14rf) !important; }
.css_ewdu3 .css_pkbbw p { color: var(--text-muted, #888) !important; }

.css_iox1m h1, .css_iox1m h2, .css_iox1m h3, .css_iox1m h4, .css_iox1m h5, .css_iox1m h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_iox1m p, .css_iox1m li, .css_iox1m span:not(.badge):not(.css_wqr81), .css_iox1m .css_jq9nk, .css_iox1m label, .css_iox1m blockquote, .css_iox1m figcaption, .css_iox1m dt, .css_iox1m dd, .css_iox1m td, .css_iox1m th { color: var(--text-secondary, #555) !important; }

.css_zjms6 h1, .css_zjms6 h2, .css_zjms6 h3, .css_zjms6 h4, .css_zjms6 h5, .css_zjms6 h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_zjms6 p, .css_zjms6 li, .css_zjms6 span:not(.badge):not(.css_wqr81), .css_zjms6 .css_jq9nk, .css_zjms6 label, .css_zjms6 blockquote, .css_zjms6 figcaption, .css_zjms6 dt, .css_zjms6 dd, .css_zjms6 td, .css_zjms6 th { color: var(--text-secondary, #555) !important; }

.css_cp3z1 { color:var(--text-primary,#1a1a2e) !important; }
.css_m8iqd { color:var(--text-muted,#888) !important; }
.css_cp3z1 .counter-suffix { color:var(--j14rf) !important; }
.counter-item .counter-icon { color:var(--j14rf) !important; }
.css_p7o7m { color:var(--text-primary,#1a1a2e) !important; }
.css_eirlc { color:var(--text-secondary,#555) !important; }
.css_k8x8y { color:var(--j14rf) !important; }
.css_g35ag { color:var(--text-primary,#1a1a2e) !important; }
.css_rxfql { color:var(--text-secondary,#555) !important; }
.portfolio-title { color:var(--text-primary,#1a1a2e) !important; }
.portfolio-category { color:var(--text-muted,#888) !important; }

.css_rr16e .css_cp3z1, .bg-dark-custom .css_cp3z1, .bg-gradient-custom .css_cp3z1, .bg-accent-custom .css_cp3z1, .css_zg2ty .css_cp3z1, .css_m2ppk .css_cp3z1, .css_gfcws .css_cp3z1 { color:#fff !important; }
.css_rr16e .css_m8iqd, .bg-dark-custom .css_m8iqd, .bg-gradient-custom .css_m8iqd, .bg-accent-custom .css_m8iqd, .css_zg2ty .css_m8iqd, .css_m2ppk .css_m8iqd, .css_gfcws .css_m8iqd { color:rgba(255,255,255,0.7) !important; }
.css_rr16e .css_cp3z1 .counter-suffix, .bg-dark-custom .css_cp3z1 .counter-suffix, .bg-gradient-custom .css_cp3z1 .counter-suffix, .bg-accent-custom .css_cp3z1 .counter-suffix, .css_zg2ty .css_cp3z1 .counter-suffix, .css_m2ppk .css_cp3z1 .counter-suffix, .css_gfcws .css_cp3z1 .counter-suffix { color:var(--j14rf) !important; }
.css_rr16e .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, .css_zg2ty .counter-item .counter-icon, .css_m2ppk .counter-item .counter-icon, .css_gfcws .counter-item .counter-icon { color:var(--j14rf) !important; }
.css_rr16e .css_p7o7m, .bg-dark-custom .css_p7o7m, .bg-gradient-custom .css_p7o7m, .bg-accent-custom .css_p7o7m, .css_zg2ty .css_p7o7m, .css_m2ppk .css_p7o7m, .css_gfcws .css_p7o7m { color:#fff !important; }
.css_rr16e .css_eirlc, .bg-dark-custom .css_eirlc, .bg-gradient-custom .css_eirlc, .bg-accent-custom .css_eirlc, .css_zg2ty .css_eirlc, .css_m2ppk .css_eirlc, .css_gfcws .css_eirlc { color:rgba(255,255,255,0.75) !important; }
.css_rr16e .css_k8x8y, .bg-dark-custom .css_k8x8y, .bg-gradient-custom .css_k8x8y, .bg-accent-custom .css_k8x8y, .css_zg2ty .css_k8x8y, .css_m2ppk .css_k8x8y, .css_gfcws .css_k8x8y { color:#fff !important; }
.css_rr16e .css_g35ag, .bg-dark-custom .css_g35ag, .bg-gradient-custom .css_g35ag, .bg-accent-custom .css_g35ag, .css_zg2ty .css_g35ag, .css_m2ppk .css_g35ag, .css_gfcws .css_g35ag { color:#fff !important; }
.css_rr16e .css_rxfql, .bg-dark-custom .css_rxfql, .bg-gradient-custom .css_rxfql, .bg-accent-custom .css_rxfql, .css_zg2ty .css_rxfql, .css_m2ppk .css_rxfql, .css_gfcws .css_rxfql { color:rgba(255,255,255,0.85) !important; }
.css_rr16e .portfolio-title, .bg-dark-custom .portfolio-title, .bg-gradient-custom .portfolio-title, .bg-accent-custom .portfolio-title, .css_zg2ty .portfolio-title, .css_m2ppk .portfolio-title, .css_gfcws .portfolio-title, .portfolio-overlay .portfolio-title { color:#fff !important; }
.css_rr16e .portfolio-category, .bg-dark-custom .portfolio-category, .bg-gradient-custom .portfolio-category, .bg-accent-custom .portfolio-category, .css_zg2ty .portfolio-category, .css_m2ppk .portfolio-category, .css_gfcws .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, .css_ynbcu h1, .css_ynbcu h2, .css_ynbcu h3, .css_ynbcu h4, .css_ynbcu h5, .css_ynbcu 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, .css_ynbcu p, .css_ynbcu span, .css_ynbcu a, .css_ynbcu li, .css_ynbcu small, .css_ynbcu 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; }

.css_rr16e.css_zjms6 .css_cp3z1,
.css_rr16e.css_iox1m .css_cp3z1,
.bg-dark-custom.css_zjms6 .css_cp3z1,
.bg-dark-custom.css_iox1m .css_cp3z1,
.bg-gradient-custom.css_zjms6 .css_cp3z1,
.bg-gradient-custom.css_iox1m .css_cp3z1,
.bg-accent-custom.css_zjms6 .css_cp3z1,
.bg-accent-custom.css_iox1m .css_cp3z1,
.css_zg2ty.css_zjms6 .css_cp3z1,
.css_zg2ty.css_iox1m .css_cp3z1,
.css_m2ppk.css_zjms6 .css_cp3z1,
.css_m2ppk.css_iox1m .css_cp3z1,
.css_gfcws.css_zjms6 .css_cp3z1,
.css_gfcws.css_iox1m .css_cp3z1 { color:var(--text-primary,#1a1a2e) !important; }
.css_rr16e.css_zjms6 .css_m8iqd,
.css_rr16e.css_iox1m .css_m8iqd,
.bg-dark-custom.css_zjms6 .css_m8iqd,
.bg-dark-custom.css_iox1m .css_m8iqd,
.bg-gradient-custom.css_zjms6 .css_m8iqd,
.bg-gradient-custom.css_iox1m .css_m8iqd,
.bg-accent-custom.css_zjms6 .css_m8iqd,
.bg-accent-custom.css_iox1m .css_m8iqd,
.css_zg2ty.css_zjms6 .css_m8iqd,
.css_zg2ty.css_iox1m .css_m8iqd,
.css_m2ppk.css_zjms6 .css_m8iqd,
.css_m2ppk.css_iox1m .css_m8iqd,
.css_gfcws.css_zjms6 .css_m8iqd,
.css_gfcws.css_iox1m .css_m8iqd { color:var(--text-muted,#888) !important; }
.css_rr16e.css_zjms6 .css_cp3z1 .counter-suffix,
.css_rr16e.css_iox1m .css_cp3z1 .counter-suffix,
.bg-dark-custom.css_zjms6 .css_cp3z1 .counter-suffix,
.bg-dark-custom.css_iox1m .css_cp3z1 .counter-suffix,
.bg-gradient-custom.css_zjms6 .css_cp3z1 .counter-suffix,
.bg-gradient-custom.css_iox1m .css_cp3z1 .counter-suffix,
.bg-accent-custom.css_zjms6 .css_cp3z1 .counter-suffix,
.bg-accent-custom.css_iox1m .css_cp3z1 .counter-suffix,
.css_zg2ty.css_zjms6 .css_cp3z1 .counter-suffix,
.css_zg2ty.css_iox1m .css_cp3z1 .counter-suffix,
.css_m2ppk.css_zjms6 .css_cp3z1 .counter-suffix,
.css_m2ppk.css_iox1m .css_cp3z1 .counter-suffix,
.css_gfcws.css_zjms6 .css_cp3z1 .counter-suffix,
.css_gfcws.css_iox1m .css_cp3z1 .counter-suffix { color:var(--j14rf) !important; }
.css_rr16e.css_zjms6 .counter-item .counter-icon,
.css_rr16e.css_iox1m .counter-item .counter-icon,
.bg-dark-custom.css_zjms6 .counter-item .counter-icon,
.bg-dark-custom.css_iox1m .counter-item .counter-icon,
.bg-gradient-custom.css_zjms6 .counter-item .counter-icon,
.bg-gradient-custom.css_iox1m .counter-item .counter-icon,
.bg-accent-custom.css_zjms6 .counter-item .counter-icon,
.bg-accent-custom.css_iox1m .counter-item .counter-icon,
.css_zg2ty.css_zjms6 .counter-item .counter-icon,
.css_zg2ty.css_iox1m .counter-item .counter-icon,
.css_m2ppk.css_zjms6 .counter-item .counter-icon,
.css_m2ppk.css_iox1m .counter-item .counter-icon,
.css_gfcws.css_zjms6 .counter-item .counter-icon,
.css_gfcws.css_iox1m .counter-item .counter-icon { color:var(--j14rf) !important; }
.css_rr16e.css_zjms6 .css_p7o7m,
.css_rr16e.css_iox1m .css_p7o7m,
.bg-dark-custom.css_zjms6 .css_p7o7m,
.bg-dark-custom.css_iox1m .css_p7o7m,
.bg-gradient-custom.css_zjms6 .css_p7o7m,
.bg-gradient-custom.css_iox1m .css_p7o7m,
.bg-accent-custom.css_zjms6 .css_p7o7m,
.bg-accent-custom.css_iox1m .css_p7o7m,
.css_zg2ty.css_zjms6 .css_p7o7m,
.css_zg2ty.css_iox1m .css_p7o7m,
.css_m2ppk.css_zjms6 .css_p7o7m,
.css_m2ppk.css_iox1m .css_p7o7m,
.css_gfcws.css_zjms6 .css_p7o7m,
.css_gfcws.css_iox1m .css_p7o7m { color:var(--text-primary,#1a1a2e) !important; }
.css_rr16e.css_zjms6 .css_eirlc,
.css_rr16e.css_iox1m .css_eirlc,
.bg-dark-custom.css_zjms6 .css_eirlc,
.bg-dark-custom.css_iox1m .css_eirlc,
.bg-gradient-custom.css_zjms6 .css_eirlc,
.bg-gradient-custom.css_iox1m .css_eirlc,
.bg-accent-custom.css_zjms6 .css_eirlc,
.bg-accent-custom.css_iox1m .css_eirlc,
.css_zg2ty.css_zjms6 .css_eirlc,
.css_zg2ty.css_iox1m .css_eirlc,
.css_m2ppk.css_zjms6 .css_eirlc,
.css_m2ppk.css_iox1m .css_eirlc,
.css_gfcws.css_zjms6 .css_eirlc,
.css_gfcws.css_iox1m .css_eirlc { color:var(--text-secondary,#555) !important; }
.css_rr16e.css_zjms6 .css_k8x8y,
.css_rr16e.css_iox1m .css_k8x8y,
.bg-dark-custom.css_zjms6 .css_k8x8y,
.bg-dark-custom.css_iox1m .css_k8x8y,
.bg-gradient-custom.css_zjms6 .css_k8x8y,
.bg-gradient-custom.css_iox1m .css_k8x8y,
.bg-accent-custom.css_zjms6 .css_k8x8y,
.bg-accent-custom.css_iox1m .css_k8x8y,
.css_zg2ty.css_zjms6 .css_k8x8y,
.css_zg2ty.css_iox1m .css_k8x8y,
.css_m2ppk.css_zjms6 .css_k8x8y,
.css_m2ppk.css_iox1m .css_k8x8y,
.css_gfcws.css_zjms6 .css_k8x8y,
.css_gfcws.css_iox1m .css_k8x8y { color:var(--j14rf) !important; }
.css_rr16e.css_zjms6 .css_g35ag,
.css_rr16e.css_iox1m .css_g35ag,
.bg-dark-custom.css_zjms6 .css_g35ag,
.bg-dark-custom.css_iox1m .css_g35ag,
.bg-gradient-custom.css_zjms6 .css_g35ag,
.bg-gradient-custom.css_iox1m .css_g35ag,
.bg-accent-custom.css_zjms6 .css_g35ag,
.bg-accent-custom.css_iox1m .css_g35ag,
.css_zg2ty.css_zjms6 .css_g35ag,
.css_zg2ty.css_iox1m .css_g35ag,
.css_m2ppk.css_zjms6 .css_g35ag,
.css_m2ppk.css_iox1m .css_g35ag,
.css_gfcws.css_zjms6 .css_g35ag,
.css_gfcws.css_iox1m .css_g35ag { color:var(--text-primary,#1a1a2e) !important; }
.css_rr16e.css_zjms6 .css_rxfql,
.css_rr16e.css_iox1m .css_rxfql,
.bg-dark-custom.css_zjms6 .css_rxfql,
.bg-dark-custom.css_iox1m .css_rxfql,
.bg-gradient-custom.css_zjms6 .css_rxfql,
.bg-gradient-custom.css_iox1m .css_rxfql,
.bg-accent-custom.css_zjms6 .css_rxfql,
.bg-accent-custom.css_iox1m .css_rxfql,
.css_zg2ty.css_zjms6 .css_rxfql,
.css_zg2ty.css_iox1m .css_rxfql,
.css_m2ppk.css_zjms6 .css_rxfql,
.css_m2ppk.css_iox1m .css_rxfql,
.css_gfcws.css_zjms6 .css_rxfql,
.css_gfcws.css_iox1m .css_rxfql { color:var(--text-secondary,#555) !important; }
.css_rr16e.css_zjms6 .portfolio-title,
.css_rr16e.css_iox1m .portfolio-title,
.bg-dark-custom.css_zjms6 .portfolio-title,
.bg-dark-custom.css_iox1m .portfolio-title,
.bg-gradient-custom.css_zjms6 .portfolio-title,
.bg-gradient-custom.css_iox1m .portfolio-title,
.bg-accent-custom.css_zjms6 .portfolio-title,
.bg-accent-custom.css_iox1m .portfolio-title,
.css_zg2ty.css_zjms6 .portfolio-title,
.css_zg2ty.css_iox1m .portfolio-title,
.css_m2ppk.css_zjms6 .portfolio-title,
.css_m2ppk.css_iox1m .portfolio-title,
.css_gfcws.css_zjms6 .portfolio-title,
.css_gfcws.css_iox1m .portfolio-title { color:var(--text-primary,#1a1a2e) !important; }
.css_rr16e.css_zjms6 .portfolio-category,
.css_rr16e.css_iox1m .portfolio-category,
.bg-dark-custom.css_zjms6 .portfolio-category,
.bg-dark-custom.css_iox1m .portfolio-category,
.bg-gradient-custom.css_zjms6 .portfolio-category,
.bg-gradient-custom.css_iox1m .portfolio-category,
.bg-accent-custom.css_zjms6 .portfolio-category,
.bg-accent-custom.css_iox1m .portfolio-category,
.css_zg2ty.css_zjms6 .portfolio-category,
.css_zg2ty.css_iox1m .portfolio-category,
.css_m2ppk.css_zjms6 .portfolio-category,
.css_m2ppk.css_iox1m .portfolio-category,
.css_gfcws.css_zjms6 .portfolio-category,
.css_gfcws.css_iox1m .portfolio-category { color:var(--text-muted,#888) !important; }

.css_rr16e .css_m9i2w h1,
.css_rr16e .css_m9i2w h2,
.css_rr16e .css_m9i2w h3,
.css_rr16e .css_m9i2w h4,
.css_rr16e .css_m9i2w h5,
.css_rr16e .css_m9i2w h6,
.css_rr16e .css_pvpn3 h1,
.css_rr16e .css_pvpn3 h2,
.css_rr16e .css_pvpn3 h3,
.css_rr16e .css_pvpn3 h4,
.css_rr16e .css_pvpn3 h5,
.css_rr16e .css_pvpn3 h6,
.css_rr16e .card h1,
.css_rr16e .card h2,
.css_rr16e .card h3,
.css_rr16e .card h4,
.css_rr16e .card h5,
.css_rr16e .card h6,
.css_rr16e .css_w9lpd h1,
.css_rr16e .css_w9lpd h2,
.css_rr16e .css_w9lpd h3,
.css_rr16e .css_w9lpd h4,
.css_rr16e .css_w9lpd h5,
.css_rr16e .css_w9lpd h6,
.css_rr16e .css_pv8nw h1,
.css_rr16e .css_pv8nw h2,
.css_rr16e .css_pv8nw h3,
.css_rr16e .css_pv8nw h4,
.css_rr16e .css_pv8nw h5,
.css_rr16e .css_pv8nw h6,
.css_rr16e .css_y2d90 h1,
.css_rr16e .css_y2d90 h2,
.css_rr16e .css_y2d90 h3,
.css_rr16e .css_y2d90 h4,
.css_rr16e .css_y2d90 h5,
.css_rr16e .css_y2d90 h6,
.css_rr16e .css_iilfm h1,
.css_rr16e .css_iilfm h2,
.css_rr16e .css_iilfm h3,
.css_rr16e .css_iilfm h4,
.css_rr16e .css_iilfm h5,
.css_rr16e .css_iilfm h6,
.css_rr16e .css_wz0k5 h1,
.css_rr16e .css_wz0k5 h2,
.css_rr16e .css_wz0k5 h3,
.css_rr16e .css_wz0k5 h4,
.css_rr16e .css_wz0k5 h5,
.css_rr16e .css_wz0k5 h6,
.css_rr16e .counter-item h1,
.css_rr16e .counter-item h2,
.css_rr16e .counter-item h3,
.css_rr16e .counter-item h4,
.css_rr16e .counter-item h5,
.css_rr16e .counter-item h6,
.bg-dark-custom .css_m9i2w h1,
.bg-dark-custom .css_m9i2w h2,
.bg-dark-custom .css_m9i2w h3,
.bg-dark-custom .css_m9i2w h4,
.bg-dark-custom .css_m9i2w h5,
.bg-dark-custom .css_m9i2w h6,
.bg-dark-custom .css_pvpn3 h1,
.bg-dark-custom .css_pvpn3 h2,
.bg-dark-custom .css_pvpn3 h3,
.bg-dark-custom .css_pvpn3 h4,
.bg-dark-custom .css_pvpn3 h5,
.bg-dark-custom .css_pvpn3 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 .css_w9lpd h1,
.bg-dark-custom .css_w9lpd h2,
.bg-dark-custom .css_w9lpd h3,
.bg-dark-custom .css_w9lpd h4,
.bg-dark-custom .css_w9lpd h5,
.bg-dark-custom .css_w9lpd h6,
.bg-dark-custom .css_pv8nw h1,
.bg-dark-custom .css_pv8nw h2,
.bg-dark-custom .css_pv8nw h3,
.bg-dark-custom .css_pv8nw h4,
.bg-dark-custom .css_pv8nw h5,
.bg-dark-custom .css_pv8nw h6,
.bg-dark-custom .css_y2d90 h1,
.bg-dark-custom .css_y2d90 h2,
.bg-dark-custom .css_y2d90 h3,
.bg-dark-custom .css_y2d90 h4,
.bg-dark-custom .css_y2d90 h5,
.bg-dark-custom .css_y2d90 h6,
.bg-dark-custom .css_iilfm h1,
.bg-dark-custom .css_iilfm h2,
.bg-dark-custom .css_iilfm h3,
.bg-dark-custom .css_iilfm h4,
.bg-dark-custom .css_iilfm h5,
.bg-dark-custom .css_iilfm h6,
.bg-dark-custom .css_wz0k5 h1,
.bg-dark-custom .css_wz0k5 h2,
.bg-dark-custom .css_wz0k5 h3,
.bg-dark-custom .css_wz0k5 h4,
.bg-dark-custom .css_wz0k5 h5,
.bg-dark-custom .css_wz0k5 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 .css_m9i2w h1,
.bg-gradient-custom .css_m9i2w h2,
.bg-gradient-custom .css_m9i2w h3,
.bg-gradient-custom .css_m9i2w h4,
.bg-gradient-custom .css_m9i2w h5,
.bg-gradient-custom .css_m9i2w h6,
.bg-gradient-custom .css_pvpn3 h1,
.bg-gradient-custom .css_pvpn3 h2,
.bg-gradient-custom .css_pvpn3 h3,
.bg-gradient-custom .css_pvpn3 h4,
.bg-gradient-custom .css_pvpn3 h5,
.bg-gradient-custom .css_pvpn3 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 .css_w9lpd h1,
.bg-gradient-custom .css_w9lpd h2,
.bg-gradient-custom .css_w9lpd h3,
.bg-gradient-custom .css_w9lpd h4,
.bg-gradient-custom .css_w9lpd h5,
.bg-gradient-custom .css_w9lpd h6,
.bg-gradient-custom .css_pv8nw h1,
.bg-gradient-custom .css_pv8nw h2,
.bg-gradient-custom .css_pv8nw h3,
.bg-gradient-custom .css_pv8nw h4,
.bg-gradient-custom .css_pv8nw h5,
.bg-gradient-custom .css_pv8nw h6,
.bg-gradient-custom .css_y2d90 h1,
.bg-gradient-custom .css_y2d90 h2,
.bg-gradient-custom .css_y2d90 h3,
.bg-gradient-custom .css_y2d90 h4,
.bg-gradient-custom .css_y2d90 h5,
.bg-gradient-custom .css_y2d90 h6,
.bg-gradient-custom .css_iilfm h1,
.bg-gradient-custom .css_iilfm h2,
.bg-gradient-custom .css_iilfm h3,
.bg-gradient-custom .css_iilfm h4,
.bg-gradient-custom .css_iilfm h5,
.bg-gradient-custom .css_iilfm h6,
.bg-gradient-custom .css_wz0k5 h1,
.bg-gradient-custom .css_wz0k5 h2,
.bg-gradient-custom .css_wz0k5 h3,
.bg-gradient-custom .css_wz0k5 h4,
.bg-gradient-custom .css_wz0k5 h5,
.bg-gradient-custom .css_wz0k5 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 .css_m9i2w h1,
.bg-accent-custom .css_m9i2w h2,
.bg-accent-custom .css_m9i2w h3,
.bg-accent-custom .css_m9i2w h4,
.bg-accent-custom .css_m9i2w h5,
.bg-accent-custom .css_m9i2w h6,
.bg-accent-custom .css_pvpn3 h1,
.bg-accent-custom .css_pvpn3 h2,
.bg-accent-custom .css_pvpn3 h3,
.bg-accent-custom .css_pvpn3 h4,
.bg-accent-custom .css_pvpn3 h5,
.bg-accent-custom .css_pvpn3 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 .css_w9lpd h1,
.bg-accent-custom .css_w9lpd h2,
.bg-accent-custom .css_w9lpd h3,
.bg-accent-custom .css_w9lpd h4,
.bg-accent-custom .css_w9lpd h5,
.bg-accent-custom .css_w9lpd h6,
.bg-accent-custom .css_pv8nw h1,
.bg-accent-custom .css_pv8nw h2,
.bg-accent-custom .css_pv8nw h3,
.bg-accent-custom .css_pv8nw h4,
.bg-accent-custom .css_pv8nw h5,
.bg-accent-custom .css_pv8nw h6,
.bg-accent-custom .css_y2d90 h1,
.bg-accent-custom .css_y2d90 h2,
.bg-accent-custom .css_y2d90 h3,
.bg-accent-custom .css_y2d90 h4,
.bg-accent-custom .css_y2d90 h5,
.bg-accent-custom .css_y2d90 h6,
.bg-accent-custom .css_iilfm h1,
.bg-accent-custom .css_iilfm h2,
.bg-accent-custom .css_iilfm h3,
.bg-accent-custom .css_iilfm h4,
.bg-accent-custom .css_iilfm h5,
.bg-accent-custom .css_iilfm h6,
.bg-accent-custom .css_wz0k5 h1,
.bg-accent-custom .css_wz0k5 h2,
.bg-accent-custom .css_wz0k5 h3,
.bg-accent-custom .css_wz0k5 h4,
.bg-accent-custom .css_wz0k5 h5,
.bg-accent-custom .css_wz0k5 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,
.css_zg2ty .css_m9i2w h1,
.css_zg2ty .css_m9i2w h2,
.css_zg2ty .css_m9i2w h3,
.css_zg2ty .css_m9i2w h4,
.css_zg2ty .css_m9i2w h5,
.css_zg2ty .css_m9i2w h6,
.css_zg2ty .css_pvpn3 h1,
.css_zg2ty .css_pvpn3 h2,
.css_zg2ty .css_pvpn3 h3,
.css_zg2ty .css_pvpn3 h4,
.css_zg2ty .css_pvpn3 h5,
.css_zg2ty .css_pvpn3 h6,
.css_zg2ty .card h1,
.css_zg2ty .card h2,
.css_zg2ty .card h3,
.css_zg2ty .card h4,
.css_zg2ty .card h5,
.css_zg2ty .card h6,
.css_zg2ty .css_w9lpd h1,
.css_zg2ty .css_w9lpd h2,
.css_zg2ty .css_w9lpd h3,
.css_zg2ty .css_w9lpd h4,
.css_zg2ty .css_w9lpd h5,
.css_zg2ty .css_w9lpd h6,
.css_zg2ty .css_pv8nw h1,
.css_zg2ty .css_pv8nw h2,
.css_zg2ty .css_pv8nw h3,
.css_zg2ty .css_pv8nw h4,
.css_zg2ty .css_pv8nw h5,
.css_zg2ty .css_pv8nw h6,
.css_zg2ty .css_y2d90 h1,
.css_zg2ty .css_y2d90 h2,
.css_zg2ty .css_y2d90 h3,
.css_zg2ty .css_y2d90 h4,
.css_zg2ty .css_y2d90 h5,
.css_zg2ty .css_y2d90 h6,
.css_zg2ty .css_iilfm h1,
.css_zg2ty .css_iilfm h2,
.css_zg2ty .css_iilfm h3,
.css_zg2ty .css_iilfm h4,
.css_zg2ty .css_iilfm h5,
.css_zg2ty .css_iilfm h6,
.css_zg2ty .css_wz0k5 h1,
.css_zg2ty .css_wz0k5 h2,
.css_zg2ty .css_wz0k5 h3,
.css_zg2ty .css_wz0k5 h4,
.css_zg2ty .css_wz0k5 h5,
.css_zg2ty .css_wz0k5 h6,
.css_zg2ty .counter-item h1,
.css_zg2ty .counter-item h2,
.css_zg2ty .counter-item h3,
.css_zg2ty .counter-item h4,
.css_zg2ty .counter-item h5,
.css_zg2ty .counter-item h6,
.css_m2ppk .css_m9i2w h1,
.css_m2ppk .css_m9i2w h2,
.css_m2ppk .css_m9i2w h3,
.css_m2ppk .css_m9i2w h4,
.css_m2ppk .css_m9i2w h5,
.css_m2ppk .css_m9i2w h6,
.css_m2ppk .css_pvpn3 h1,
.css_m2ppk .css_pvpn3 h2,
.css_m2ppk .css_pvpn3 h3,
.css_m2ppk .css_pvpn3 h4,
.css_m2ppk .css_pvpn3 h5,
.css_m2ppk .css_pvpn3 h6,
.css_m2ppk .card h1,
.css_m2ppk .card h2,
.css_m2ppk .card h3,
.css_m2ppk .card h4,
.css_m2ppk .card h5,
.css_m2ppk .card h6,
.css_m2ppk .css_w9lpd h1,
.css_m2ppk .css_w9lpd h2,
.css_m2ppk .css_w9lpd h3,
.css_m2ppk .css_w9lpd h4,
.css_m2ppk .css_w9lpd h5,
.css_m2ppk .css_w9lpd h6,
.css_m2ppk .css_pv8nw h1,
.css_m2ppk .css_pv8nw h2,
.css_m2ppk .css_pv8nw h3,
.css_m2ppk .css_pv8nw h4,
.css_m2ppk .css_pv8nw h5,
.css_m2ppk .css_pv8nw h6,
.css_m2ppk .css_y2d90 h1,
.css_m2ppk .css_y2d90 h2,
.css_m2ppk .css_y2d90 h3,
.css_m2ppk .css_y2d90 h4,
.css_m2ppk .css_y2d90 h5,
.css_m2ppk .css_y2d90 h6,
.css_m2ppk .css_iilfm h1,
.css_m2ppk .css_iilfm h2,
.css_m2ppk .css_iilfm h3,
.css_m2ppk .css_iilfm h4,
.css_m2ppk .css_iilfm h5,
.css_m2ppk .css_iilfm h6,
.css_m2ppk .css_wz0k5 h1,
.css_m2ppk .css_wz0k5 h2,
.css_m2ppk .css_wz0k5 h3,
.css_m2ppk .css_wz0k5 h4,
.css_m2ppk .css_wz0k5 h5,
.css_m2ppk .css_wz0k5 h6,
.css_m2ppk .counter-item h1,
.css_m2ppk .counter-item h2,
.css_m2ppk .counter-item h3,
.css_m2ppk .counter-item h4,
.css_m2ppk .counter-item h5,
.css_m2ppk .counter-item h6,
.css_gfcws .css_m9i2w h1,
.css_gfcws .css_m9i2w h2,
.css_gfcws .css_m9i2w h3,
.css_gfcws .css_m9i2w h4,
.css_gfcws .css_m9i2w h5,
.css_gfcws .css_m9i2w h6,
.css_gfcws .css_pvpn3 h1,
.css_gfcws .css_pvpn3 h2,
.css_gfcws .css_pvpn3 h3,
.css_gfcws .css_pvpn3 h4,
.css_gfcws .css_pvpn3 h5,
.css_gfcws .css_pvpn3 h6,
.css_gfcws .card h1,
.css_gfcws .card h2,
.css_gfcws .card h3,
.css_gfcws .card h4,
.css_gfcws .card h5,
.css_gfcws .card h6,
.css_gfcws .css_w9lpd h1,
.css_gfcws .css_w9lpd h2,
.css_gfcws .css_w9lpd h3,
.css_gfcws .css_w9lpd h4,
.css_gfcws .css_w9lpd h5,
.css_gfcws .css_w9lpd h6,
.css_gfcws .css_pv8nw h1,
.css_gfcws .css_pv8nw h2,
.css_gfcws .css_pv8nw h3,
.css_gfcws .css_pv8nw h4,
.css_gfcws .css_pv8nw h5,
.css_gfcws .css_pv8nw h6,
.css_gfcws .css_y2d90 h1,
.css_gfcws .css_y2d90 h2,
.css_gfcws .css_y2d90 h3,
.css_gfcws .css_y2d90 h4,
.css_gfcws .css_y2d90 h5,
.css_gfcws .css_y2d90 h6,
.css_gfcws .css_iilfm h1,
.css_gfcws .css_iilfm h2,
.css_gfcws .css_iilfm h3,
.css_gfcws .css_iilfm h4,
.css_gfcws .css_iilfm h5,
.css_gfcws .css_iilfm h6,
.css_gfcws .css_wz0k5 h1,
.css_gfcws .css_wz0k5 h2,
.css_gfcws .css_wz0k5 h3,
.css_gfcws .css_wz0k5 h4,
.css_gfcws .css_wz0k5 h5,
.css_gfcws .css_wz0k5 h6,
.css_gfcws .counter-item h1,
.css_gfcws .counter-item h2,
.css_gfcws .counter-item h3,
.css_gfcws .counter-item h4,
.css_gfcws .counter-item h5,
.css_gfcws .counter-item h6 { color:var(--text-primary,#1a1a2e) !important; }
.css_rr16e .css_m9i2w p,
.css_rr16e .css_m9i2w span:not(.badge),
.css_rr16e .css_m9i2w li,
.css_rr16e .css_m9i2w small,
.css_rr16e .css_m9i2w label,
.css_rr16e .css_pvpn3 p,
.css_rr16e .css_pvpn3 span:not(.badge),
.css_rr16e .css_pvpn3 li,
.css_rr16e .css_pvpn3 small,
.css_rr16e .css_pvpn3 label,
.css_rr16e .card p,
.css_rr16e .card span:not(.badge),
.css_rr16e .card li,
.css_rr16e .card small,
.css_rr16e .card label,
.css_rr16e .css_w9lpd p,
.css_rr16e .css_w9lpd span:not(.badge),
.css_rr16e .css_w9lpd li,
.css_rr16e .css_w9lpd small,
.css_rr16e .css_w9lpd label,
.css_rr16e .css_pv8nw p,
.css_rr16e .css_pv8nw span:not(.badge),
.css_rr16e .css_pv8nw li,
.css_rr16e .css_pv8nw small,
.css_rr16e .css_pv8nw label,
.css_rr16e .css_y2d90 p,
.css_rr16e .css_y2d90 span:not(.badge),
.css_rr16e .css_y2d90 li,
.css_rr16e .css_y2d90 small,
.css_rr16e .css_y2d90 label,
.css_rr16e .css_iilfm p,
.css_rr16e .css_iilfm span:not(.badge),
.css_rr16e .css_iilfm li,
.css_rr16e .css_iilfm small,
.css_rr16e .css_iilfm label,
.css_rr16e .css_wz0k5 p,
.css_rr16e .css_wz0k5 span:not(.badge),
.css_rr16e .css_wz0k5 li,
.css_rr16e .css_wz0k5 small,
.css_rr16e .css_wz0k5 label,
.css_rr16e .counter-item p,
.css_rr16e .counter-item span:not(.badge),
.css_rr16e .counter-item li,
.css_rr16e .counter-item small,
.css_rr16e .counter-item label,
.bg-dark-custom .css_m9i2w p,
.bg-dark-custom .css_m9i2w span:not(.badge),
.bg-dark-custom .css_m9i2w li,
.bg-dark-custom .css_m9i2w small,
.bg-dark-custom .css_m9i2w label,
.bg-dark-custom .css_pvpn3 p,
.bg-dark-custom .css_pvpn3 span:not(.badge),
.bg-dark-custom .css_pvpn3 li,
.bg-dark-custom .css_pvpn3 small,
.bg-dark-custom .css_pvpn3 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 .css_w9lpd p,
.bg-dark-custom .css_w9lpd span:not(.badge),
.bg-dark-custom .css_w9lpd li,
.bg-dark-custom .css_w9lpd small,
.bg-dark-custom .css_w9lpd label,
.bg-dark-custom .css_pv8nw p,
.bg-dark-custom .css_pv8nw span:not(.badge),
.bg-dark-custom .css_pv8nw li,
.bg-dark-custom .css_pv8nw small,
.bg-dark-custom .css_pv8nw label,
.bg-dark-custom .css_y2d90 p,
.bg-dark-custom .css_y2d90 span:not(.badge),
.bg-dark-custom .css_y2d90 li,
.bg-dark-custom .css_y2d90 small,
.bg-dark-custom .css_y2d90 label,
.bg-dark-custom .css_iilfm p,
.bg-dark-custom .css_iilfm span:not(.badge),
.bg-dark-custom .css_iilfm li,
.bg-dark-custom .css_iilfm small,
.bg-dark-custom .css_iilfm label,
.bg-dark-custom .css_wz0k5 p,
.bg-dark-custom .css_wz0k5 span:not(.badge),
.bg-dark-custom .css_wz0k5 li,
.bg-dark-custom .css_wz0k5 small,
.bg-dark-custom .css_wz0k5 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 .css_m9i2w p,
.bg-gradient-custom .css_m9i2w span:not(.badge),
.bg-gradient-custom .css_m9i2w li,
.bg-gradient-custom .css_m9i2w small,
.bg-gradient-custom .css_m9i2w label,
.bg-gradient-custom .css_pvpn3 p,
.bg-gradient-custom .css_pvpn3 span:not(.badge),
.bg-gradient-custom .css_pvpn3 li,
.bg-gradient-custom .css_pvpn3 small,
.bg-gradient-custom .css_pvpn3 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 .css_w9lpd p,
.bg-gradient-custom .css_w9lpd span:not(.badge),
.bg-gradient-custom .css_w9lpd li,
.bg-gradient-custom .css_w9lpd small,
.bg-gradient-custom .css_w9lpd label,
.bg-gradient-custom .css_pv8nw p,
.bg-gradient-custom .css_pv8nw span:not(.badge),
.bg-gradient-custom .css_pv8nw li,
.bg-gradient-custom .css_pv8nw small,
.bg-gradient-custom .css_pv8nw label,
.bg-gradient-custom .css_y2d90 p,
.bg-gradient-custom .css_y2d90 span:not(.badge),
.bg-gradient-custom .css_y2d90 li,
.bg-gradient-custom .css_y2d90 small,
.bg-gradient-custom .css_y2d90 label,
.bg-gradient-custom .css_iilfm p,
.bg-gradient-custom .css_iilfm span:not(.badge),
.bg-gradient-custom .css_iilfm li,
.bg-gradient-custom .css_iilfm small,
.bg-gradient-custom .css_iilfm label,
.bg-gradient-custom .css_wz0k5 p,
.bg-gradient-custom .css_wz0k5 span:not(.badge),
.bg-gradient-custom .css_wz0k5 li,
.bg-gradient-custom .css_wz0k5 small,
.bg-gradient-custom .css_wz0k5 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 .css_m9i2w p,
.bg-accent-custom .css_m9i2w span:not(.badge),
.bg-accent-custom .css_m9i2w li,
.bg-accent-custom .css_m9i2w small,
.bg-accent-custom .css_m9i2w label,
.bg-accent-custom .css_pvpn3 p,
.bg-accent-custom .css_pvpn3 span:not(.badge),
.bg-accent-custom .css_pvpn3 li,
.bg-accent-custom .css_pvpn3 small,
.bg-accent-custom .css_pvpn3 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 .css_w9lpd p,
.bg-accent-custom .css_w9lpd span:not(.badge),
.bg-accent-custom .css_w9lpd li,
.bg-accent-custom .css_w9lpd small,
.bg-accent-custom .css_w9lpd label,
.bg-accent-custom .css_pv8nw p,
.bg-accent-custom .css_pv8nw span:not(.badge),
.bg-accent-custom .css_pv8nw li,
.bg-accent-custom .css_pv8nw small,
.bg-accent-custom .css_pv8nw label,
.bg-accent-custom .css_y2d90 p,
.bg-accent-custom .css_y2d90 span:not(.badge),
.bg-accent-custom .css_y2d90 li,
.bg-accent-custom .css_y2d90 small,
.bg-accent-custom .css_y2d90 label,
.bg-accent-custom .css_iilfm p,
.bg-accent-custom .css_iilfm span:not(.badge),
.bg-accent-custom .css_iilfm li,
.bg-accent-custom .css_iilfm small,
.bg-accent-custom .css_iilfm label,
.bg-accent-custom .css_wz0k5 p,
.bg-accent-custom .css_wz0k5 span:not(.badge),
.bg-accent-custom .css_wz0k5 li,
.bg-accent-custom .css_wz0k5 small,
.bg-accent-custom .css_wz0k5 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,
.css_zg2ty .css_m9i2w p,
.css_zg2ty .css_m9i2w span:not(.badge),
.css_zg2ty .css_m9i2w li,
.css_zg2ty .css_m9i2w small,
.css_zg2ty .css_m9i2w label,
.css_zg2ty .css_pvpn3 p,
.css_zg2ty .css_pvpn3 span:not(.badge),
.css_zg2ty .css_pvpn3 li,
.css_zg2ty .css_pvpn3 small,
.css_zg2ty .css_pvpn3 label,
.css_zg2ty .card p,
.css_zg2ty .card span:not(.badge),
.css_zg2ty .card li,
.css_zg2ty .card small,
.css_zg2ty .card label,
.css_zg2ty .css_w9lpd p,
.css_zg2ty .css_w9lpd span:not(.badge),
.css_zg2ty .css_w9lpd li,
.css_zg2ty .css_w9lpd small,
.css_zg2ty .css_w9lpd label,
.css_zg2ty .css_pv8nw p,
.css_zg2ty .css_pv8nw span:not(.badge),
.css_zg2ty .css_pv8nw li,
.css_zg2ty .css_pv8nw small,
.css_zg2ty .css_pv8nw label,
.css_zg2ty .css_y2d90 p,
.css_zg2ty .css_y2d90 span:not(.badge),
.css_zg2ty .css_y2d90 li,
.css_zg2ty .css_y2d90 small,
.css_zg2ty .css_y2d90 label,
.css_zg2ty .css_iilfm p,
.css_zg2ty .css_iilfm span:not(.badge),
.css_zg2ty .css_iilfm li,
.css_zg2ty .css_iilfm small,
.css_zg2ty .css_iilfm label,
.css_zg2ty .css_wz0k5 p,
.css_zg2ty .css_wz0k5 span:not(.badge),
.css_zg2ty .css_wz0k5 li,
.css_zg2ty .css_wz0k5 small,
.css_zg2ty .css_wz0k5 label,
.css_zg2ty .counter-item p,
.css_zg2ty .counter-item span:not(.badge),
.css_zg2ty .counter-item li,
.css_zg2ty .counter-item small,
.css_zg2ty .counter-item label,
.css_m2ppk .css_m9i2w p,
.css_m2ppk .css_m9i2w span:not(.badge),
.css_m2ppk .css_m9i2w li,
.css_m2ppk .css_m9i2w small,
.css_m2ppk .css_m9i2w label,
.css_m2ppk .css_pvpn3 p,
.css_m2ppk .css_pvpn3 span:not(.badge),
.css_m2ppk .css_pvpn3 li,
.css_m2ppk .css_pvpn3 small,
.css_m2ppk .css_pvpn3 label,
.css_m2ppk .card p,
.css_m2ppk .card span:not(.badge),
.css_m2ppk .card li,
.css_m2ppk .card small,
.css_m2ppk .card label,
.css_m2ppk .css_w9lpd p,
.css_m2ppk .css_w9lpd span:not(.badge),
.css_m2ppk .css_w9lpd li,
.css_m2ppk .css_w9lpd small,
.css_m2ppk .css_w9lpd label,
.css_m2ppk .css_pv8nw p,
.css_m2ppk .css_pv8nw span:not(.badge),
.css_m2ppk .css_pv8nw li,
.css_m2ppk .css_pv8nw small,
.css_m2ppk .css_pv8nw label,
.css_m2ppk .css_y2d90 p,
.css_m2ppk .css_y2d90 span:not(.badge),
.css_m2ppk .css_y2d90 li,
.css_m2ppk .css_y2d90 small,
.css_m2ppk .css_y2d90 label,
.css_m2ppk .css_iilfm p,
.css_m2ppk .css_iilfm span:not(.badge),
.css_m2ppk .css_iilfm li,
.css_m2ppk .css_iilfm small,
.css_m2ppk .css_iilfm label,
.css_m2ppk .css_wz0k5 p,
.css_m2ppk .css_wz0k5 span:not(.badge),
.css_m2ppk .css_wz0k5 li,
.css_m2ppk .css_wz0k5 small,
.css_m2ppk .css_wz0k5 label,
.css_m2ppk .counter-item p,
.css_m2ppk .counter-item span:not(.badge),
.css_m2ppk .counter-item li,
.css_m2ppk .counter-item small,
.css_m2ppk .counter-item label,
.css_gfcws .css_m9i2w p,
.css_gfcws .css_m9i2w span:not(.badge),
.css_gfcws .css_m9i2w li,
.css_gfcws .css_m9i2w small,
.css_gfcws .css_m9i2w label,
.css_gfcws .css_pvpn3 p,
.css_gfcws .css_pvpn3 span:not(.badge),
.css_gfcws .css_pvpn3 li,
.css_gfcws .css_pvpn3 small,
.css_gfcws .css_pvpn3 label,
.css_gfcws .card p,
.css_gfcws .card span:not(.badge),
.css_gfcws .card li,
.css_gfcws .card small,
.css_gfcws .card label,
.css_gfcws .css_w9lpd p,
.css_gfcws .css_w9lpd span:not(.badge),
.css_gfcws .css_w9lpd li,
.css_gfcws .css_w9lpd small,
.css_gfcws .css_w9lpd label,
.css_gfcws .css_pv8nw p,
.css_gfcws .css_pv8nw span:not(.badge),
.css_gfcws .css_pv8nw li,
.css_gfcws .css_pv8nw small,
.css_gfcws .css_pv8nw label,
.css_gfcws .css_y2d90 p,
.css_gfcws .css_y2d90 span:not(.badge),
.css_gfcws .css_y2d90 li,
.css_gfcws .css_y2d90 small,
.css_gfcws .css_y2d90 label,
.css_gfcws .css_iilfm p,
.css_gfcws .css_iilfm span:not(.badge),
.css_gfcws .css_iilfm li,
.css_gfcws .css_iilfm small,
.css_gfcws .css_iilfm label,
.css_gfcws .css_wz0k5 p,
.css_gfcws .css_wz0k5 span:not(.badge),
.css_gfcws .css_wz0k5 li,
.css_gfcws .css_wz0k5 small,
.css_gfcws .css_wz0k5 label,
.css_gfcws .counter-item p,
.css_gfcws .counter-item span:not(.badge),
.css_gfcws .counter-item li,
.css_gfcws .counter-item small,
.css_gfcws .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-ring{width:48px;height:48px;border:3px solid rgba(var(--j14rf-rgb,99,102,241),.15);border-top-color:var(--j14rf);border-radius:50%;animation:plSpin .8s linear infinite;}@keyframes plSpin{to{transform:rotate(360deg);}}