@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Open+Sans:wght@400;500&display=swap');

:root {
    --y14md: #8B2DA4;
    --y15b0: #87411D;
    --y16n3: #43B12E;
    --y1jm: linear-gradient(120deg, var(--y14md), var(--y15b0));
    --y3ew: 'Josefin Sans', sans-serif;
    --y5i4: 'Open Sans', sans-serif;
    --y19p3: 40px;
    --y20r7: 30px;
    --y21kl: 22px;
    --y17ok: 15px;
    --y18i5: 900;
    --y6tr: 14px;
    --y7qo: 20px;
    --y8w0: 28px;
    --y9lq: 40px;
    --y4p7: 50px;
    --y10d0: 0 2px 8px #8B2DA418;
    --y11is: 0 4px 16px #8B2DA422;
    --y12x5: 0 8px 32px #8B2DA430;
    --y13to: 0 16px 48px #8B2DA440;
    --css_zohl3: 60px 0;
}
.css_b7gje {
    border-radius: 8px;
    padding: 18px 36px;
}
.css_r95p6, .css_fafsi, .css_u7xjs, .css_cwhme, .css_caox3 {
    border-width: 2px;
    border-color: var(--border-color);
}

.row > [class*="col"]:nth-child(odd) .css_r95p6,
.row > [class*="col"]:nth-child(odd) .css_fafsi {
    transform: translateY(-10px);
}
.row > [class*="col"]:nth-child(even) .css_r95p6,
.row > [class*="col"]:nth-child(even) .css_fafsi {
    transform: translateY(10px);
}

.css_xp5ah {
    position: relative;
    overflow: hidden;
    padding-right: 28px;
    transition: padding-right 0.3s;
}
.css_xp5ah::after {
    content: '\2192';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s;
}
.css_xp5ah:hover {
    padding-right: 40px;
}
.css_xp5ah:hover::after {
    right: 16px;
}

.css_qpoqk, .portfolio-item, .css_qhgnc {
    overflow: hidden;
}
.css_qpoqk img, .portfolio-item img, .css_qhgnc img {
    transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
}
.css_qpoqk:hover img, .portfolio-item:hover img, .css_kos45:hover .css_qhgnc img {
    transform: scale(1.08);
}

.process-item {
    position: relative;
    padding-top: 60px;
}
.process-item .css_a44h4 {
    font-size: 80px;
    font-weight: 900;
    opacity: 0.08;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.css_u4hzs {
    background: var(--footer-dark-bg);
    color: #fff;
    border-radius: var(--y9lq);
    margin: 0 20px;
}
.css_u4hzs .css_uq3fp { color: #fff; }
.css_u4hzs .css_mg05z { color: rgba(255,255,255,0.7); }
.css_u4hzs .css_b7gje { background: #fff; color: var(--footer-dark-bg); }

.css_z4d00 {
    position: relative;
    margin-top: 30px;
}
.css_z4d00::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

.css_lj4ku strong, .css_lj4ku em, .css_lkpqj strong {
    background: linear-gradient(transparent 60%, var(--y14md) 60%);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 4px;
    -webkit-text-fill-color: initial;
}

.css_m0i2s { position: relative; padding: 20px; }
.css_m0i2s::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--y14md);
    border-radius: var(--y8w0);
    transform: translate(12px, 12px);
    opacity: 0.3;
}
.css_m0i2s img {
    border-radius: var(--y8w0);
    position: relative;
    z-index: 1;
}
.css_lj4ku { letter-spacing: -1px; }
.css_zzu2f .css_b7gje:first-child { min-width: 200px; text-align: center; }

.css_nzps9 { background: transparent; padding: 20px 0; }
.css_nzps9 .css_wou7b {
    background: var(--bg-card, #fff);
    border-radius: var(--y7qo);
    padding: 12px 28px;
    border: 1px solid var(--border-color);
    max-width: 1000px;
    margin: 0 auto;
}
.css_nzps9.scrolled { padding: 10px 0; }
.css_nzps9.scrolled .css_wou7b { box-shadow: var(--y11is); }
.css_mv41f { gap: 24px; }

.css_yzz83 { background: #1a1a2e; color: rgba(255,255,255,0.6); padding-top: 80px; }
.css_yzz83 h4,.css_yzz83 h5 { color: #fff; }
.css_d8x04 .css_fynch::after { background: var(--y14md); }
.css_igurx { background: #10101c; border-top: none; margin: 60px -1000px 0; padding: 24px 1000px; }
.css_igurx p { color: rgba(255,255,255,0.3); }
.css_vs840 a:hover { background: var(--y14md); border-color: var(--y14md); }

.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_jac9c { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--y8w0); box-shadow: var(--y11is); }

.css_idqy2 { font-size: 24px; font-weight: 800; text-shadow: 3px 3px 0 rgba(var(--y14md-rgb, 99,102,241), 0.2); }

.css_z7t1j, .card-title { font-size: 22px; font-weight: 800; line-height: 1.2; }
.css_e3pem { font-size: 20px; font-weight: 700; }
h4 { font-size: 20px; font-weight: 700; }
h5 { font-size: 16px; font-weight: 600; }

.css_m0i2s img {
    clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.css_fafsi img, .css_r95p6 img, .css_cwhme img, .portfolio-item img {
    transition: filter 0.4s ease;
}
.css_fafsi:hover img, .css_cwhme:hover img, .portfolio-item:hover img {
    filter: grayscale(0);
}
.css_fafsi img, .css_r95p6 img, .css_cwhme img, .portfolio-item img {
    filter: grayscale(0.7);
}

.css_g5r75 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; position: relative; }
.css_g5r75::after { content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%) scale(0); width: 5px; height: 5px; border-radius: 50%; background: var(--y14md); transition: transform 0.25s ease; }
.css_g5r75.active::after { transform: translateX(-50%) scale(1); }
.css_g5r75 .css_i0epg { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.css_g5r75.active .css_i0epg:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.css_g5r75.active .css_i0epg:nth-child(2) { opacity: 0; }
.css_g5r75.active .css_i0epg:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:12px;height:12px;border:2px solid var(--y14md);border-radius:50%;margin:15px auto;opacity:0.35;}

.css_r95p6,.css_fafsi{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .css_r95p6,.row>[class*="col"]:nth-child(odd) .css_fafsi{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .css_r95p6,.row>[class*="col"]:nth-child(even) .css_fafsi{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.2s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.3s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.4s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-40px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--y14md);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.css_r95p6,.css_fafsi,.css_cwhme,.css_caox3,.css_kos45,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
main > section.in-view {
    opacity: 1;
    transform: scale(1);
}
.css_qi7cm { opacity: 1 !important; transform: none !important; }

.hover-tooltip{position:fixed;padding:6px 14px;background:var(--bg-card,#1a1a2e);color:var(--text-primary,#fff);font-size:11px;font-weight:600;border-radius:var(--y6tr);pointer-events:none;z-index:99999;opacity:0;transition:opacity 0.2s;font-family:var(--y5i4);letter-spacing:0.5px;white-space:nowrap;border:1px solid var(--border-color);}

.css_r95p6,.css_fafsi,.css_cwhme,.css_u7xjs,.css_caox3{transition:transform 0.35s ease,box-shadow 0.35s ease;}.css_r95p6:hover,.css_fafsi:hover,.css_cwhme:hover,.css_u7xjs:hover,.css_caox3:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,0.12) !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;}}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--y14md);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;}}

html:not(.css_dl5wf) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .css_wou7b {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .css_mv41f {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .css_mv41f .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .css_tckh4, .css_jxrs2 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .css_tckh4 .nav-link,
    .css_jxrs2 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .css_hec50 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .css_idqy2 {
        flex-shrink: 0;
    }
}

div.css_z4d00:not(.css_zohl3) {
    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_z4d00:not(.css_zohl3) + .css_nzps9 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.css_z4d00.css_o9h48 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.css_z4d00.css_o9h48 + .css_nzps9,
div.css_z4d00:not(.css_zohl3) + .css_nzps9.scrolled {
    top: 0;
}
div.css_z4d00:not(.css_zohl3) ~ .css_qi7cm {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.css_z4d00:not(.css_zohl3) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.css_z4d00:not(.css_zohl3) + .css_nzps9 {
        top: 0;
    }
    div.css_z4d00:not(.css_zohl3) ~ .css_qi7cm {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .css_g5r75 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .css_g5r75 .css_i0epg {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .css_mv41f {
        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_mv41f .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_mv41f .nav-link::after { display: none !important; }
    .css_hec50 { display: none !important; }
    .css_tckh4, .css_jxrs2 { display: none !important; }
}

@media (max-width: 992px) {
    .css_mv41f { top: auto !important; bottom: -100% !important; right: 0 !important; left: 0 !important; width: 100vw !important; height: auto !important; max-height: 75vh !important; background: var(--bg-card) !important; padding: 16px 32px 40px !important; border-radius: 20px 20px 0 0 !important; box-shadow: 0 -8px 40px rgba(0,0,0,0.2) !important; transition: bottom 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .css_mv41f::before { content: '' !important; display: block !important; width: 40px !important; height: 4px !important; background: var(--border-color) !important; border-radius: 2px !important; margin: 0 auto 24px !important; flex-shrink: 0 !important; }
    .css_mv41f.active { bottom: 0 !important; }
    .css_mv41f .nav-link { opacity: 0 !important; transform: translateY(16px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; text-align: center !important; }
    .css_mv41f.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .css_mv41f.active .nav-link:nth-child(1){transition-delay:.10s !important;}
    .css_mv41f.active .nav-link:nth-child(2){transition-delay:.16s !important;}
    .css_mv41f.active .nav-link:nth-child(3){transition-delay:.22s !important;}
    .css_mv41f.active .nav-link:nth-child(4){transition-delay:.28s !important;}
    .css_mv41f.active .nav-link:nth-child(5){transition-delay:.34s !important;}
    .css_mv41f.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .css_mv41f.active .nav-link:nth-child(7){transition-delay:.46s !important;}
    .css_mv41f.active .nav-link:nth-child(8){transition-delay:.52s !important;}
}

.css_r95p6,
.css_fafsi,
.css_cwhme,
.css_caox3,
.css_f6i2n,
.css_kos45 {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.css_r95p6 *,
.css_fafsi *,
.css_cwhme *,
.css_caox3 *,
.css_f6i2n * {
    filter: none !important;
}
@supports (animation: none) {
    .css_r95p6, .css_fafsi, .css_cwhme {
        animation-fill-mode: forwards !important;
    }
}
.css_cwhme + .css_cwhme {
    margin-top: 1.5rem;
}

.css_qi7cm .css_svsi6 ~ .container,
.css_qi7cm .css_svsi6 ~ .container * {
    color: #fff;
}
.css_qi7cm .css_svsi6 ~ .container p,
.css_qi7cm .css_svsi6 ~ .container .css_s1khi {
    color: rgba(255,255,255,0.85);
}
.css_qi7cm .css_svsi6 ~ .container .css_b7gje {
    color: inherit;
}
.css_hn7qz .css_n5wiz { color: #fff; }
.css_hn7qz .css_m9cgh { color: var(--y14md); }
.css_hn7qz .css_jldy7 { color: rgba(255,255,255,0.55); }
.css_hn7qz .css_x912e a { color: rgba(255,255,255,0.65); }
.css_hn7qz .css_x912e a:hover { color: #fff; }
.css_yzz83[style*="background:none"] { background: none !important; }
.css_yzz83[style*="background:none"]::before,
.css_yzz83[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.654;
    letter-spacing: 0.006em;
}

.css_r95p6, .css_fafsi, .css_cwhme, .css_u7xjs, .css_caox3 {
    padding: 27px;
}
.css_r95p6, .css_fafsi, .css_cwhme, .css_u7xjs, .css_caox3 .card-body {
    padding: 27px 17px;
}
.row > [class*="col"]:nth-child(1) .css_r95p6,
.row > [class*="col"]:nth-child(1) .css_fafsi {
    padding: 28px;
    border-radius: calc(var(--y7qo) + -2px);
}
.row > [class*="col"]:nth-child(2) .css_r95p6,
.row > [class*="col"]:nth-child(2) .css_fafsi {
    padding: 26px;
    border-radius: calc(var(--y7qo) + -1px);
}
.row > [class*="col"]:nth-child(3) .css_r95p6,
.row > [class*="col"]:nth-child(3) .css_fafsi {
    padding: 29px;
    border-radius: calc(var(--y7qo) + 2px);
}
.row > [class*="col"]:nth-child(4) .css_r95p6,
.row > [class*="col"]:nth-child(4) .css_fafsi {
    padding: 29px;
    border-radius: calc(var(--y7qo) + 3px);
}
.row > [class*="col"]:nth-child(5) .css_r95p6,
.row > [class*="col"]:nth-child(5) .css_fafsi {
    padding: 25px;
    border-radius: calc(var(--y7qo) + 3px);
}
.row > [class*="col"]:nth-child(6) .css_r95p6,
.row > [class*="col"]:nth-child(6) .css_fafsi {
    padding: 27px;
    border-radius: calc(var(--y7qo) + 1px);
}

.css_b7gje {
    padding: 16px 28px;
    font-size: 16px;
    letter-spacing: 0.425px;
    border-radius: calc(var(--y7qo) + 3px);
}
.css_qqogb {
    padding: 15px 26px;
    border-width: 1px;
}

main > section {
    padding-top: 93px;
    padding-bottom: 95px;
}
main > section:first-child {
    padding-top: 97px;
}
main > section:nth-child(2) {
    padding-top: 95px;
    padding-bottom: 96px;
}
main > section:nth-child(3) {
    padding-top: 97px;
    padding-bottom: 96px;
}
main > section:nth-child(4) {
    padding-top: 99px;
    padding-bottom: 98px;
}
main > section:nth-child(5) {
    padding-top: 95px;
    padding-bottom: 92px;
}

.css_uqu7g {
    margin-bottom: 47px;
}

.css_r95p6, .css_fafsi, .css_cwhme, .css_caox3 {
    box-shadow: 1px 4px 12px rgba(0,0,0,0.089);
}

.css_qi7cm {
    padding-top: 116px;
}
.css_lj4ku {
    margin-bottom: 25px;
}
.css_s1khi {
    margin-bottom: 36px;
    font-size: 19px;
    line-height: 1.592;
}
.css_n5wiz {
    font-size: 12px;
    letter-spacing: 3.123px;
    margin-bottom: 25px;
}
.css_zzu2f {
    gap: 12px;
}

.css_m0i2s img {
    border-radius: 8px;
    box-shadow: 0 6px 35px rgba(0,0,0,0.11);
}

.css_z73cv {
    width: 57px;
    height: 57px;
    font-size: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.css_z7t1j, .card-title {
    font-size: 18px;
    margin-bottom: 9px;
}
.css_gyjqa, .card-text {
    font-size: 16px;
    line-height: 1.564;
}

.css_lkpqj {
    margin-bottom: 18px;
    letter-spacing: 0.0px;
}
.css_m9cgh {
    font-size: 12px;
    letter-spacing: 2.576px;
    margin-bottom: 13px;
}
.css_qw4qk {
    font-size: 17px;
    line-height: 1.691;
}

@media (min-width: 993px) {
    .css_mv41f {
        gap: 26px;
    }
    .css_mv41f .nav-link {
        font-size: 14px;
        padding: 10px 0;
    }
}

.css_yzz83 {
    padding-top: 78px;
}
.css_d8x04 .css_fynch {
    font-size: 17px;
    margin-bottom: 21px;
}
.css_x912e a {
    font-size: 13px;
}
.css_x912e li {
    margin-bottom: 12px;
}
.css_vs840 {
    gap: 11px;
}
.css_vs840 a {
    width: 37px;
    height: 37px;
}
.css_igurx {
    padding: 18px 0;
    margin-top: 53px;
}

.form-control {
    border-radius: 11px;
    padding: 12px 16px;
    font-size: 14px;
}

.css_u7xjs {
    padding: 37px;
}
.css_ymfjn {
    font-size: 18px;
    line-height: 1.656;
    margin-bottom: 17px;
}
.css_zm1x1 {
    width: 49px;
    height: 49px;
}
.css_wugmp {
    font-size: 16px;
}
.css_tpruj {
    font-size: 12px;
}

.css_caox3 {
    padding: 35px;
}
.css_kvh0p {
    font-size: 20px;
    margin-bottom: 5px;
}
.css_aqurk {
    font-size: 47px;
    margin-bottom: 22px;
}
.css_abvv6 li {
    padding: 8px 0;
    font-size: 13px;
}

.css_mtlv7, .stat-number {
    font-size: 40px;
    margin-bottom: 9px;
}
.css_evfuf {
    font-size: 14px;
    letter-spacing: 0.35px;
}

.css_qhgnc img {
    border-radius: 10px;
}
.css_t63q8 {
    font-size: 19px;
    margin-bottom: 4px;
}
.css_hzx6a {
    font-size: 13px;
}

.css_a44h4 {
    font-size: 30px;
    margin-bottom: 11px;
}
.css_e3pem {
    font-size: 19px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.63s !important;
}
.css_r95p6, .css_fafsi, .css_cwhme, .css_u7xjs,
.css_caox3, .css_kos45 {
    transition-duration: 0.348s;
}

.row {
    --bs-gutter-y: 27px;
}

.css_u4hzs {
    padding: 82px 0;
}
.css_uq3fp {
    font-size: 38px;
    margin-bottom: 16px;
}
.css_mg05z {
    font-size: 17px;
    margin-bottom: 31px;
}

.css_cwhme .css_qpoqk img {
    border-radius: 6px 6px 0 0;
}
.css_lzx8y {
    font-size: 14px;
    margin-bottom: 10px;
    gap: 15px;
}

.css_nzps9 {
    padding: 15px 0;
}
.css_nzps9.scrolled {
    padding: 9px 0;
}
.css_idqy2 {
    font-size: 25px;
}
.css_hec50 {
    margin-left: 20px;
}

:root {
    --_uid: 4.10;
    --_key: '231214';
    --_env: 43858;
}
.view-anchor { --_ref: '1a'; outline: 0 solid transparent }
.a11y-skip { content: ''; box-sizing: border-box; font-style: inherit }
.base-ref { outline: 0 solid transparent; vertical-align: baseline }
.ui-ghost { --_stamp: 141; vertical-align: baseline }

.css_hn7qz h1, .css_hn7qz h2, .css_hn7qz h3, .css_hn7qz h4, .css_hn7qz h5, .css_hn7qz h6 { color: #fff !important; }
.css_hn7qz { color: rgba(255,255,255,0.85) !important; }
.css_hn7qz p, .css_hn7qz li, .css_hn7qz span:not(.badge):not(.css_b7gje), .css_hn7qz .css_m79rh, .css_hn7qz label, .css_hn7qz blockquote, .css_hn7qz figcaption, .css_hn7qz dt, .css_hn7qz dd, .css_hn7qz td, .css_hn7qz th { color: rgba(255,255,255,0.78) !important; }
.css_hn7qz a:not(.css_b7gje):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_hn7qz a:not(.css_b7gje):not(.nav-link):hover { color: #fff !important; }
.css_hn7qz .css_mtlv7 { color: #fff !important; }
.css_hn7qz .css_evfuf { 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_b7gje), .bg-dark-custom .css_m79rh, .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_b7gje):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.css_b7gje):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .css_mtlv7 { color: #fff !important; }
.bg-dark-custom .css_evfuf { 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_b7gje), .bg-gradient-custom .css_m79rh, .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_b7gje):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.css_b7gje):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .css_mtlv7 { color: #fff !important; }
.bg-gradient-custom .css_evfuf { 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_b7gje), .bg-accent-custom .css_m79rh, .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_b7gje):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.css_b7gje):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .css_mtlv7 { color: #fff !important; }
.bg-accent-custom .css_evfuf { color: rgba(255,255,255,0.7) !important; }

.css_u4hzs h1, .css_u4hzs h2, .css_u4hzs h3, .css_u4hzs h4, .css_u4hzs h5, .css_u4hzs h6 { color: #fff !important; }
.css_u4hzs { color: rgba(255,255,255,0.85) !important; }
.css_u4hzs p, .css_u4hzs li, .css_u4hzs span:not(.badge):not(.css_b7gje), .css_u4hzs .css_m79rh, .css_u4hzs label, .css_u4hzs blockquote, .css_u4hzs figcaption, .css_u4hzs dt, .css_u4hzs dd, .css_u4hzs td, .css_u4hzs th { color: rgba(255,255,255,0.78) !important; }
.css_u4hzs a:not(.css_b7gje):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_u4hzs a:not(.css_b7gje):not(.nav-link):hover { color: #fff !important; }
.css_u4hzs .css_mtlv7 { color: #fff !important; }
.css_u4hzs .css_evfuf { color: rgba(255,255,255,0.7) !important; }

.css_yzz83 { color: rgba(255,255,255,0.65) !important; }
.css_yzz83 h1, .css_yzz83 h2, .css_yzz83 h3,
.css_yzz83 h4, .css_yzz83 h5, .css_yzz83 h6,
.css_yzz83 .css_fynch { color: #fff !important; }
.css_yzz83 p, .css_yzz83 li, .css_yzz83 span,
.css_yzz83 label { color: rgba(255,255,255,0.6) !important; }
.css_yzz83 a:not(.css_b7gje) { color: rgba(255,255,255,0.65) !important; }
.css_yzz83 a:not(.css_b7gje):hover { color: #fff !important; }

.css_y4ip8 h1, .css_y4ip8 h2, .css_y4ip8 h3, .css_y4ip8 h4, .css_y4ip8 h5, .css_y4ip8 h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_y4ip8 p, .css_y4ip8 li, .css_y4ip8 span:not(.badge):not(.css_b7gje), .css_y4ip8 .css_m79rh, .css_y4ip8 label, .css_y4ip8 blockquote, .css_y4ip8 figcaption, .css_y4ip8 dt, .css_y4ip8 dd, .css_y4ip8 td, .css_y4ip8 th { color: var(--text-secondary, #555) !important; }

.css_z4d00 h1, .css_z4d00 h2, .css_z4d00 h3, .css_z4d00 h4, .css_z4d00 h5, .css_z4d00 h6 { color: var(--text-primary, #1a1a2e) !important; }
.css_z4d00 p, .css_z4d00 li, .css_z4d00 span:not(.badge):not(.css_b7gje), .css_z4d00 .css_m79rh, .css_z4d00 label, .css_z4d00 blockquote, .css_z4d00 figcaption, .css_z4d00 dt, .css_z4d00 dd, .css_z4d00 td, .css_z4d00 th { color: var(--text-secondary, #555) !important; }

.pl-orbit{position:relative;width:44px;height:44px;animation:plSpin 1.4s linear infinite;}@keyframes plSpin{to{transform:rotate(360deg)}}.pl-orbit span{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--y14md);}.pl-orbit span:nth-child(1){top:0;left:50%;transform:translateX(-50%);}.pl-orbit span:nth-child(2){bottom:0;left:50%;transform:translateX(-50%);background:var(--y15b0,var(--y14md));opacity:.6;}