@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&family=Rubik:wght@400;500&display=swap');

:root {
    --l14pb: #419072;
    --l15tk: #5749B2;
    --l16ho: #80314E;
    --l1yd: linear-gradient(160deg, var(--l14pb), var(--l15tk));
    --l3pt: 'Teko', sans-serif;
    --l5ma: 'Rubik', sans-serif;
    --l19eo: 48px;
    --l20is: 36px;
    --l21ev: 26px;
    --l17wg: 16px;
    --l18v6: 700;
    --l6bi: 6px;
    --l7f7: 10px;
    --l8s3: 14px;
    --l9vf: 20px;
    --l4mp: 40px;
    --l10v7: 3px 3px 0 rgba(0,0,0,0.08);
    --l11u3: 5px 5px 0 rgba(0,0,0,0.10);
    --l12sh: 8px 8px 0 rgba(0,0,0,0.12);
    --l13ql: 12px 12px 0 rgba(0,0,0,0.15);
    --css_ur1gs: 140px 0;
}
.css_gj1ln {
    border-radius: 50px;
    padding: 14px 34px;
}
.css_vg48y, .css_s9yqu, .css_jrtai, .css_laid1, .css_pkpbs {
    border-width: 2px;
    border-color: var(--border-color);
}

.css_mhygb {
    background-image: repeating-linear-gradient(
        135deg,
        transparent,
        transparent 40px,
        var(--l14pb) 40px,
        var(--l14pb) 41px
    );
    background-blend-mode: overlay;
}

.css_dfafa, .portfolio-item, .css_dxe3h {
    overflow: hidden;
}
.css_dfafa img, .portfolio-item img, .css_dxe3h img {
    transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
}
.css_dfafa:hover img, .portfolio-item:hover img, .css_ov8ov:hover .css_dxe3h img {
    transform: scale(1.08);
}

.css_vg48y, .css_s9yqu, .css_laid1, .css_pkpbs, .css_jrtai {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.css_vg48y:hover, .css_s9yqu:hover, .css_laid1:hover, .css_pkpbs:hover, .css_jrtai:hover {
    transform: scale(1.04);
    box-shadow: var(--l13ql);
    z-index: 2;
    position: relative;
}

.css_e3c97 {
    background: var(--bg-primary);
    min-height: 90vh;
    border-bottom: 1px solid var(--border-color);
}
.css_ba3b0 img {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid var(--border-color);
}
.css_k4lh7 {
    background: none;
    padding: 0;
    letter-spacing: 5px;
    font-size: 11px;
    color: var(--text-secondary) !important;
    text-transform: uppercase;
}
.css_kouuh { font-weight: 400; letter-spacing: -0.5px; }
.css_yop8j { font-size: 16px; letter-spacing: 0.3px; }
.css_q1bnu .css_frvlu { background: var(--text-primary); border-color: var(--text-primary); }
.css_q1bnu .css_m5flt { border-width: 1px; }

.css_h49kp {
    background: var(--bg-primary);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    position: fixed;
}
.css_h49kp.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    backdrop-filter: none;
}

.css_sl4pj { background: #1a1a2e; color: rgba(255,255,255,0.6); padding-top: 80px; }
.css_sl4pj h4,.css_sl4pj h5 { color: #fff; }
.css_d6crh .css_y4yun::after { background: var(--l14pb); }
.css_fp9g0 { background: #10101c; border-top: none; margin: 60px -1000px 0; padding: 24px 1000px; }
.css_fp9g0 p { color: rgba(255,255,255,0.3); }
.css_w2kdj a:hover { background: var(--l14pb); border-color: var(--l14pb); }

.contact-section { position: relative; }
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--bg-secondary);
    z-index: 0;
}
.contact-section .container { position: relative; z-index: 1; }
.contact-section .css_umq1i { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--l8s3); box-shadow: var(--l11u3); }

.css_cz9mr { font-size: 24px; font-weight: 900; letter-spacing: -0.5px; }

.css_fagrs, .card-title { font-size: 22px; font-weight: 800; line-height: 1.2; }
.css_u93l7 { font-size: 20px; font-weight: 700; }
h4 { font-size: 20px; font-weight: 700; }
h5 { font-size: 16px; font-weight: 600; }

.css_ba3b0 img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 4px solid var(--l14pb);
}

.css_s9yqu img, .css_vg48y img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.css_dxe3h {
    padding: 3px;
    background: var(--l1yd);
    border-radius: 50%;
    display: inline-block;
}
.css_ov8ov .css_dxe3h img, .css_dxe3h img {
    border-radius: 50%;
    display: block;
}

.css_v6y5k { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; transition: transform 0.4s ease; }
.css_v6y5k .css_vdoke { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.css_v6y5k.active { transform: rotate(180deg); }
.css_v6y5k.active .css_vdoke:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.css_v6y5k.active .css_vdoke:nth-child(2) { opacity: 0; }
.css_v6y5k.active .css_vdoke:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:100px;height:6px;border-top:2px solid var(--l14pb);border-bottom:2px solid var(--l14pb);margin:15px auto;opacity:0.3;}

.cursor-highlight-row{position:fixed;left:0;width:100%;height:40px;pointer-events:none;z-index:99998;background:linear-gradient(180deg,transparent,var(--l14pb),transparent);opacity:0.015;transition:top 0.08s;}

.css_vg48y,.css_s9yqu{animation:rotateIn 0.7s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.25s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.35s;}@keyframes rotateIn{from{opacity:0;transform:perspective(600px) rotateY(15deg) translateX(30px);}to{opacity:1;transform:perspective(600px) rotateY(0) translateX(0);}}

@media(prefers-reduced-motion:reduce){.css_vg48y,.css_s9yqu,.css_laid1,.css_pkpbs,.css_ov8ov,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle,var(--l14pb) 0.8px,transparent 0.8px);background-size:32px 32px;opacity:0.025;}

main > section {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}
main > section.in-view {
    opacity: 1;
    transform: translateY(0);
}
.css_e3c97 { opacity: 1 !important; transform: none !important; }
@media (max-width: 768px) {
    main > section { transform: none; transition: opacity 0.5s; }
}

.css_vg48y,.css_s9yqu{animation:borderPulse 4s ease-in-out infinite;}.css_vg48y:nth-child(odd),.css_s9yqu:nth-child(odd){animation-delay:-2s;}@keyframes borderPulse{0%,100%{border-color:var(--border-color);}50%{border-color:var(--l14pb);}}

.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;}}

.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;}

.shimmer-reveal{position:relative;overflow:hidden;}.shimmer-reveal::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.08) 50%,transparent 100%);transform:translateX(-100%);animation:shimmerLoad 1.5s ease forwards;}@keyframes shimmerLoad{to{transform:translateX(100%);}}

main>section:nth-child(even):not(.css_ygi57):not(.css_l856x){background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary,var(--bg-primary)),var(--bg-primary));background-size:400% 400%;animation:shimmerBg 12s ease infinite;}@keyframes shimmerBg{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

.highlight-text{display:inline;background:linear-gradient(var(--l14pb),var(--l14pb));background-size:0% 30%;background-position:0 90%;background-repeat:no-repeat;transition:background-size 1s ease;}.highlight-text.active{background-size:100% 30%;}

main > section:nth-child(even):not(.css_ygi57):not(.css_l856x) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.css_ygi57):not(.css_l856x)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cpath d='M0 40a40 40 0 0 1 40-40 40 40 0 0 1 40 40' fill='none' stroke='currentColor' stroke-width='0.8'/%3E%3Cpath d='M0 40a32 32 0 0 1 32-32 32 32 0 0 1 32 32' fill='none' stroke='currentColor' stroke-width='0.6' transform='translate(8 0)'/%3E%3Cpath d='M0 40a24 24 0 0 1 24-24 24 24 0 0 1 24 40' fill='none' stroke='currentColor' stroke-width='0.4' transform='translate(16 0)'/%3E%3C/svg%3E");
    background-size: 80px 40px;
}
.css_e3c97::before { display: none !important; }

html:not(.css_s1zei) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .css_qu075 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .css_y0ymy {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .css_y0ymy .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .css_xil03, .css_y7rbc {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .css_xil03 .nav-link,
    .css_y7rbc .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .css_pefld {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .css_cz9mr {
        flex-shrink: 0;
    }
}

div.css_mhygb:not(.css_ur1gs) {
    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_mhygb:not(.css_ur1gs) + .css_h49kp {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.css_mhygb.css_hz64z {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.css_mhygb.css_hz64z + .css_h49kp,
div.css_mhygb:not(.css_ur1gs) + .css_h49kp.scrolled {
    top: 0;
}
div.css_mhygb:not(.css_ur1gs) ~ .css_e3c97 {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.css_mhygb:not(.css_ur1gs) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.css_mhygb:not(.css_ur1gs) + .css_h49kp {
        top: 0;
    }
    div.css_mhygb:not(.css_ur1gs) ~ .css_e3c97 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .css_v6y5k {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .css_v6y5k .css_vdoke {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .css_y0ymy {
        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_y0ymy .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_y0ymy .nav-link::after { display: none !important; }
    .css_pefld { display: none !important; }
    .css_xil03, .css_y7rbc { display: none !important; }
}

@media (max-width: 992px) {
    .css_y0ymy { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: rgba(var(--bg-card-rgb,255,255,255),0.65) !important; backdrop-filter: blur(20px) !important; -webkit-backdrop-filter: blur(20px) !important; border-left: 1px solid rgba(255,255,255,0.2) !important; padding: 100px 32px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .css_y0ymy.active { right: 0 !important; }
    .css_y0ymy .nav-link { opacity: 0 !important; transform: translateX(16px) scale(0.96) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; border-bottom: 1px solid rgba(255,255,255,0.15) !important; }
    .css_y0ymy.active .nav-link { opacity: 1 !important; transform: translateX(0) scale(1) !important; }
    .css_y0ymy.active .nav-link:nth-child(1){transition-delay:.08s !important;}
    .css_y0ymy.active .nav-link:nth-child(2){transition-delay:.14s !important;}
    .css_y0ymy.active .nav-link:nth-child(3){transition-delay:.20s !important;}
    .css_y0ymy.active .nav-link:nth-child(4){transition-delay:.26s !important;}
    .css_y0ymy.active .nav-link:nth-child(5){transition-delay:.32s !important;}
    .css_y0ymy.active .nav-link:nth-child(6){transition-delay:.38s !important;}
    .css_y0ymy.active .nav-link:nth-child(7){transition-delay:.44s !important;}
    .css_y0ymy.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.css_vg48y,
.css_s9yqu,
.css_laid1,
.css_pkpbs,
.css_olafd,
.css_ov8ov {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.css_vg48y *,
.css_s9yqu *,
.css_laid1 *,
.css_pkpbs *,
.css_olafd * {
    filter: none !important;
}
@supports (animation: none) {
    .css_vg48y, .css_s9yqu, .css_laid1 {
        animation-fill-mode: forwards !important;
    }
}
.css_laid1 + .css_laid1 {
    margin-top: 1.5rem;
}

.css_e3c97 .css_tbuty ~ .container,
.css_e3c97 .css_tbuty ~ .container * {
    color: #fff;
}
.css_e3c97 .css_tbuty ~ .container p,
.css_e3c97 .css_tbuty ~ .container .css_yop8j {
    color: rgba(255,255,255,0.85);
}
.css_e3c97 .css_tbuty ~ .container .css_gj1ln {
    color: inherit;
}
.css_l856x .css_k4lh7 { color: #fff; }
.css_l856x .css_y084f { color: var(--l14pb); }
.css_l856x .css_p5wkc { color: rgba(255,255,255,0.55); }
.css_l856x .css_v85j4 a { color: rgba(255,255,255,0.65); }
.css_l856x .css_v85j4 a:hover { color: #fff; }
.css_sl4pj[style*="background:none"] { background: none !important; }
.css_sl4pj[style*="background:none"]::before,
.css_sl4pj[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.617;
    letter-spacing: 0.0em;
}

.css_vg48y, .css_s9yqu, .css_laid1, .css_jrtai, .css_pkpbs {
    padding: 27px;
}
.css_vg48y, .css_s9yqu, .css_laid1, .css_jrtai, .css_pkpbs .card-body {
    padding: 26px 17px;
}
.row > [class*="col"]:nth-child(1) .css_vg48y,
.row > [class*="col"]:nth-child(1) .css_s9yqu {
    padding: 26px;
    border-radius: calc(var(--l7f7) + 0px);
}
.row > [class*="col"]:nth-child(2) .css_vg48y,
.row > [class*="col"]:nth-child(2) .css_s9yqu {
    padding: 27px;
    border-radius: calc(var(--l7f7) + 2px);
}
.row > [class*="col"]:nth-child(3) .css_vg48y,
.row > [class*="col"]:nth-child(3) .css_s9yqu {
    padding: 24px;
    border-radius: calc(var(--l7f7) + -2px);
}
.row > [class*="col"]:nth-child(4) .css_vg48y,
.row > [class*="col"]:nth-child(4) .css_s9yqu {
    padding: 28px;
    border-radius: calc(var(--l7f7) + 2px);
}
.row > [class*="col"]:nth-child(5) .css_vg48y,
.row > [class*="col"]:nth-child(5) .css_s9yqu {
    padding: 26px;
    border-radius: calc(var(--l7f7) + 3px);
}
.row > [class*="col"]:nth-child(6) .css_vg48y,
.row > [class*="col"]:nth-child(6) .css_s9yqu {
    padding: 30px;
    border-radius: calc(var(--l7f7) + 0px);
}

.css_gj1ln {
    padding: 13px 29px;
    font-size: 15px;
    letter-spacing: 0.446px;
    border-radius: calc(var(--l7f7) + 1px);
}
.css_m5flt {
    padding: 14px 27px;
    border-width: 1px;
}

main > section {
    padding-top: 96px;
    padding-bottom: 95px;
}
main > section:first-child {
    padding-top: 107px;
}
main > section:nth-child(2) {
    padding-top: 103px;
    padding-bottom: 90px;
}
main > section:nth-child(3) {
    padding-top: 102px;
    padding-bottom: 93px;
}
main > section:nth-child(5) {
    padding-top: 101px;
    padding-bottom: 93px;
}
main > section:nth-child(6) {
    padding-top: 91px;
    padding-bottom: 92px;
}

.css_sfagl {
    margin-bottom: 55px;
}

.css_vg48y, .css_s9yqu, .css_laid1, .css_pkpbs {
    box-shadow: 1px 2px 18px rgba(0,0,0,0.068);
}

.css_e3c97 {
    padding-top: 110px;
}
.css_kouuh {
    margin-bottom: 25px;
}
.css_yop8j {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 1.595;
}
.css_k4lh7 {
    font-size: 13px;
    letter-spacing: 3.324px;
    margin-bottom: 26px;
}
.css_q1bnu {
    gap: 16px;
}

.css_ba3b0 img {
    border-radius: 11px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.119);
}

.css_v6k6r {
    width: 54px;
    height: 54px;
    font-size: 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.css_fagrs, .card-title {
    font-size: 19px;
    margin-bottom: 10px;
}
.css_u67pg, .card-text {
    font-size: 14px;
    line-height: 1.553;
}

.css_ygv07 {
    margin-bottom: 14px;
    letter-spacing: 0.03px;
}
.css_y084f {
    font-size: 12px;
    letter-spacing: 2.319px;
    margin-bottom: 11px;
}
.css_r887j {
    font-size: 17px;
    line-height: 1.68;
}

@media (min-width: 993px) {
    .css_y0ymy {
        gap: 30px;
    }
    .css_y0ymy .nav-link {
        font-size: 13px;
        padding: 7px 0;
    }
}

.css_sl4pj {
    padding-top: 73px;
}
.css_d6crh .css_y4yun {
    font-size: 18px;
    margin-bottom: 26px;
}
.css_v85j4 a {
    font-size: 14px;
}
.css_v85j4 li {
    margin-bottom: 11px;
}
.css_w2kdj {
    gap: 8px;
}
.css_w2kdj a {
    width: 38px;
    height: 38px;
}
.css_fp9g0 {
    padding: 21px 0;
    margin-top: 44px;
}

.form-control {
    border-radius: 9px;
    padding: 14px 14px;
    font-size: 16px;
}

.css_jrtai {
    padding: 28px;
}
.css_z4dy9 {
    font-size: 16px;
    line-height: 1.621;
    margin-bottom: 16px;
}
.css_r9xrh {
    width: 50px;
    height: 50px;
}
.css_a0ljl {
    font-size: 14px;
}
.css_dpoi5 {
    font-size: 14px;
}

.css_pkpbs {
    padding: 35px;
}
.css_l4c8f {
    font-size: 19px;
    margin-bottom: 6px;
}
.css_b6zeh {
    font-size: 41px;
    margin-bottom: 20px;
}
.css_c6duk li {
    padding: 8px 0;
    font-size: 15px;
}

.css_rjmrh, .stat-number {
    font-size: 44px;
    margin-bottom: 9px;
}
.css_t12uu {
    font-size: 14px;
    letter-spacing: 0.239px;
}

.css_dxe3h img {
    border-radius: 16px;
}
.css_ui2qr {
    font-size: 17px;
    margin-bottom: 2px;
}
.css_adas5 {
    font-size: 13px;
}

.css_vpfj3 {
    font-size: 33px;
    margin-bottom: 12px;
}
.css_u93l7 {
    font-size: 19px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.569s !important;
}
.css_vg48y, .css_s9yqu, .css_laid1, .css_jrtai,
.css_pkpbs, .css_ov8ov {
    transition-duration: 0.33s;
}

.row {
    --bs-gutter-y: 27px;
}

.css_ygi57 {
    padding: 78px 0;
}
.css_e14qk {
    font-size: 33px;
    margin-bottom: 18px;
}
.css_x06k2 {
    font-size: 16px;
    margin-bottom: 23px;
}

.css_laid1 .css_dfafa img {
    border-radius: 6px 6px 0 0;
}
.css_ia1k3 {
    font-size: 14px;
    margin-bottom: 6px;
    gap: 14px;
}

.css_h49kp {
    padding: 16px 0;
}
.css_h49kp.scrolled {
    padding: 10px 0;
}
.css_cz9mr {
    font-size: 22px;
}
.css_pefld {
    margin-left: 14px;
}

:root {
    --_ref: '3b149';
    --_hash: 'e2e2';
    --_tag: 1.27;
    --_ver: 4.83;
    --_run: 'c8bfd6';
}
.ui-ghost { box-sizing: border-box; --_stamp: 197 }
.render-flag { font-variant: normal; --_stamp: 968; pointer-events: auto }
.state-flag { pointer-events: auto; font-style: inherit; font-variant: normal }

.css_l856x h1, .css_l856x h2, .css_l856x h3, .css_l856x h4, .css_l856x h5, .css_l856x h6 { color: #fff !important; }
.css_l856x { color: rgba(255,255,255,0.85) !important; }
.css_l856x p, .css_l856x li, .css_l856x span:not(.badge):not(.css_gj1ln), .css_l856x .css_ynqut, .css_l856x label, .css_l856x blockquote, .css_l856x figcaption, .css_l856x dt, .css_l856x dd, .css_l856x td, .css_l856x th { color: rgba(255,255,255,0.78) !important; }
.css_l856x a:not(.css_gj1ln):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_l856x a:not(.css_gj1ln):not(.nav-link):hover { color: #fff !important; }
.css_l856x .css_rjmrh { color: #fff !important; }
.css_l856x .css_t12uu { 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_gj1ln), .bg-dark-custom .css_ynqut, .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_gj1ln):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.css_gj1ln):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .css_rjmrh { color: #fff !important; }
.bg-dark-custom .css_t12uu { 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_gj1ln), .bg-gradient-custom .css_ynqut, .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_gj1ln):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.css_gj1ln):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .css_rjmrh { color: #fff !important; }
.bg-gradient-custom .css_t12uu { 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_gj1ln), .bg-accent-custom .css_ynqut, .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_gj1ln):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.css_gj1ln):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .css_rjmrh { color: #fff !important; }
.bg-accent-custom .css_t12uu { color: rgba(255,255,255,0.7) !important; }

.css_ygi57 h1, .css_ygi57 h2, .css_ygi57 h3, .css_ygi57 h4, .css_ygi57 h5, .css_ygi57 h6 { color: #fff !important; }
.css_ygi57 { color: rgba(255,255,255,0.85) !important; }
.css_ygi57 p, .css_ygi57 li, .css_ygi57 span:not(.badge):not(.css_gj1ln), .css_ygi57 .css_ynqut, .css_ygi57 label, .css_ygi57 blockquote, .css_ygi57 figcaption, .css_ygi57 dt, .css_ygi57 dd, .css_ygi57 td, .css_ygi57 th { color: rgba(255,255,255,0.78) !important; }
.css_ygi57 a:not(.css_gj1ln):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_ygi57 a:not(.css_gj1ln):not(.nav-link):hover { color: #fff !important; }
.css_ygi57 .css_rjmrh { color: #fff !important; }
.css_ygi57 .css_t12uu { color: rgba(255,255,255,0.7) !important; }

.css_sl4pj { color: rgba(255,255,255,0.65) !important; }
.css_sl4pj h1, .css_sl4pj h2, .css_sl4pj h3,
.css_sl4pj h4, .css_sl4pj h5, .css_sl4pj h6,
.css_sl4pj .css_y4yun { color: #fff !important; }
.css_sl4pj p, .css_sl4pj li, .css_sl4pj span,
.css_sl4pj label { color: rgba(255,255,255,0.6) !important; }
.css_sl4pj a:not(.css_gj1ln) { color: rgba(255,255,255,0.65) !important; }
.css_sl4pj a:not(.css_gj1ln):hover { color: #fff !important; }

.css_fudko h1, .css_fudko h2, .css_fudko h3, .css_fudko h4, .css_fudko h5, .css_fudko h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_fudko p, .css_fudko li, .css_fudko span:not(.badge):not(.css_gj1ln), .css_fudko .css_ynqut, .css_fudko label, .css_fudko blockquote, .css_fudko figcaption, .css_fudko dt, .css_fudko dd, .css_fudko td, .css_fudko th { color: var(--text-secondary, #555) !important; }

.css_mhygb h1, .css_mhygb h2, .css_mhygb h3, .css_mhygb h4, .css_mhygb h5, .css_mhygb h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_mhygb p, .css_mhygb li, .css_mhygb span:not(.badge):not(.css_gj1ln), .css_mhygb .css_ynqut, .css_mhygb label, .css_mhygb blockquote, .css_mhygb figcaption, .css_mhygb dt, .css_mhygb dd, .css_mhygb td, .css_mhygb th { color: var(--text-secondary, #555) !important; }
