@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500&display=swap');

:root {
    --g14lh: #239AA9;
    --g15vf: #82143F;
    --g16fv: #AF7D2D;
    --g1c6: linear-gradient(45deg, var(--g14lh), var(--g15vf));
    --g3x7: 'IBM Plex Sans', sans-serif;
    --g5mf: 'IBM Plex Sans', sans-serif;
    --g19a4: 56px;
    --g20mb: 42px;
    --g21uf: 30px;
    --g17i5: 17px;
    --g18yc: 500;
    --g6p1: 2px;
    --g7id: 4px;
    --g8x7: 6px;
    --g9s5: 8px;
    --g4wr: 4px;
    --g10hm: 0 2px 8px #239AA918;
    --g11cf: 0 4px 16px #239AA922;
    --g12av: 0 8px 32px #239AA930;
    --g13b2: 0 16px 48px #239AA940;
    --sc_xk7ltd: 120px 0;
}
.sc_xmpk6i {
    border-radius: 20px 4px 20px 4px;
    padding: 14px 32px;
}
.sc_qk8zsr, .sc_y481vu, .sc_zbg8hu, .sc_gmj7cx, .sc_uvsol1 {
    border-width: 3px;
    border-color: #239AA9;
}

.row > [class*="col"]:nth-child(odd) .sc_qk8zsr,
.row > [class*="col"]:nth-child(odd) .sc_y481vu {
    transform: translateY(-10px);
}
.row > [class*="col"]:nth-child(even) .sc_qk8zsr,
.row > [class*="col"]:nth-child(even) .sc_y481vu {
    transform: translateY(10px);
}

main > section:nth-child(even):not(.sc_j92nk8):not(.sc_yzksn2) {
    border-radius: 32px;
    margin: 10px 16px;
    overflow: hidden;
}
.sc_bu8ka6 { border-radius: 0 !important; margin: 0 !important; }
@media (max-width: 768px) {
    main > section:nth-child(even):not(.sc_j92nk8):not(.sc_yzksn2) { border-radius: 20px; margin: 8px; }
}

.sc_qk8zsr, .sc_y481vu, .sc_gmj7cx, .sc_uvsol1, .sc_zbg8hu {
    position: relative;
    overflow: hidden;
}
.sc_qk8zsr::after, .sc_y481vu::after, .sc_gmj7cx::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--g1c6);
}

.row > [class*="col"]:nth-child(2) { transform: translateY(18px); }
.row > [class*="col"]:nth-child(3) { transform: translateY(36px); }
.row > [class*="col"]:nth-child(4) { transform: translateY(18px); }
.row > [class*="col"]:nth-child(5) { transform: translateY(36px); }
.row > [class*="col"]:nth-child(6) { transform: translateY(18px); }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.sc_bu8ka6::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--g14lh);
    opacity: 0.08;
    top: -100px;
    right: -100px;
    filter: blur(80px);
}
.sc_bu8ka6::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: var(--g15vf, var(--g14lh));
    opacity: 0.06;
    bottom: -50px;
    left: -50px;
    filter: blur(60px);
    z-index: 0;
}
.sc_aeo7wc img {
    border-radius: var(--g9s5);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.sc_x2z8mf { position: relative; z-index: 2; }
.sc_fnhchm { background: linear-gradient(135deg, var(--g14lh), var(--g15vf, var(--g14lh))); color: #fff !important; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 700; padding: 0; }

.sc_wm4374 {
    background: var(--bg-primary);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    position: fixed;
}
.sc_wm4374.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    backdrop-filter: none;
}

.sc_tz0ylm {
    background: transparent;
    padding: 0 20px 40px;
}
.sc_tz0ylm > .container {
    background: var(--footer-dark-bg);
    border-radius: var(--g9s5);
    padding: 60px 40px 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.sc_tz0ylm h4,.sc_tz0ylm h5 { color: #fff; }
.sc_tz0ylm .sc_i5370j .sc_ixzeif::after { background: var(--g14lh); }
.sc_ovxmo6 { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 40px; }
.sc_ovxmo6 p { color: rgba(255,255,255,0.3); }

.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 .sc_woe3xd { background: var(--bg-card, #fff); padding: 40px; border-radius: var(--g8x7); box-shadow: var(--g11cf); }

.sc_amgzne { font-size: 16px; font-weight: 700; border: 2px solid var(--g14lh); padding: 6px 18px; border-radius: var(--g6p1); color: var(--g14lh) !important; }

h3, h4, h5 { font-weight: 400; color: var(--text-primary); }
.sc_v70c7q, .card-title { font-weight: 400; font-size: 20px; letter-spacing: 0.5px; }
.sc_zs3bv5 { font-weight: 400; }

.sc_aeo7wc {
    padding: 4px;
    background: var(--g1c6);
    border-radius: var(--g8x7);
    display: inline-block;
}
.sc_aeo7wc img {
    border-radius: calc(var(--g8x7) - 4px);
    display: block;
}

.sc_y481vu img, .sc_qk8zsr img, .sc_gmj7cx img, .portfolio-item img {
    border-radius: var(--g8x7) var(--g8x7) 0 0;
}

.sc_gzixa2 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; }
.sc_gzixa2 .sc_yexq1a { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_gzixa2.active .sc_yexq1a:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_gzixa2.active .sc_yexq1a:nth-child(2) { opacity: 0; }
.sc_gzixa2.active .sc_yexq1a:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\2605';display:block;text-align:center;color:var(--g14lh);opacity:0.2;font-size:14px;padding:12px 0;}

.scroll-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:12px;}.scroll-dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--g14lh);opacity:0.4;cursor:pointer;transition:all 0.3s;}.scroll-dots .dot.active{background:var(--g14lh);opacity:1;transform:scale(1.3);}@media(max-width:768px){.scroll-dots{display:none;}}

.sc_qk8zsr,.sc_y481vu{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .sc_qk8zsr,.row>[class*="col"]:nth-child(odd) .sc_y481vu{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .sc_qk8zsr,.row>[class*="col"]:nth-child(even) .sc_y481vu{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(--g14lh);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.sc_qk8zsr,.sc_y481vu,.sc_gmj7cx,.sc_uvsol1,.sc_smv6cf,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0.015;background-image:linear-gradient(var(--g14lh) 1px,transparent 1px),linear-gradient(90deg,var(--g14lh) 1px,transparent 1px);background-size:60px 60px;}

.sc_xmpk6i,.sc_zmuqt8{transition:transform 0.25s cubic-bezier(0.23,1,0.32,1);}

.sc_qk8zsr,.sc_y481vu,.sc_gmj7cx,.sc_uvsol1{position:relative;overflow:hidden;}.sc_qk8zsr::before,.sc_y481vu::before,.sc_gmj7cx::before,.sc_uvsol1::before{content:'';position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.12),transparent);transform:skewX(-15deg);transition:left 0.6s ease;pointer-events:none;z-index:10;}.sc_qk8zsr:hover::before,.sc_y481vu:hover::before,.sc_gmj7cx:hover::before,.sc_uvsol1:hover::before{left:125%;}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--g14lh);border-radius:50%;margin-left:10px;vertical-align:middle;animation:pulseDot 2s ease-in-out infinite;}@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.8);opacity:0.3;}}

.sc_qk8zsr .sc_a3ozgk i,.sc_qk8zsr .sc_a3ozgk svg{animation:iconPulse 3s ease-in-out infinite;}.sc_qk8zsr:nth-child(2) .sc_a3ozgk i{animation-delay:-0.5s;}.sc_qk8zsr:nth-child(3) .sc_a3ozgk i{animation-delay:-1s;}.sc_qk8zsr:nth-child(4) .sc_a3ozgk i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

.sc_bu8ka6::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,0,150,0.03),rgba(0,150,255,0.03),rgba(255,200,0,0.02),rgba(0,255,150,0.03),rgba(150,0,255,0.03));background-size:500% 500%;animation:iridescentShift 15s ease infinite;pointer-events:none;z-index:0;}.sc_bu8ka6{position:relative;}@keyframes iridescentShift{0%,100%{background-position:0% 50%;}25%{background-position:50% 0%;}50%{background-position:100% 50%;}75%{background-position:50% 100%;}}

.hero-geo-frame{position:absolute;inset:30px;border:1px solid var(--g14lh);opacity:0.07;pointer-events:none;z-index:0;border-radius:var(--g8x7,16px);}
.hero-geo-corner{position:absolute;width:50px;height:50px;border:2px solid var(--g14lh);opacity:0.1;pointer-events:none;z-index:0;}
.hero-geo-corner.tl{top:20px;left:20px;border-right:none;border-bottom:none;border-radius:6px 0 0 0;}
.hero-geo-corner.br{bottom:20px;right:20px;border-left:none;border-top:none;border-radius:0 0 6px 0;}
@media(max-width:768px){.hero-geo-frame,.hero-geo-corner{display:none;}}

html:not(.sc_e0bpzu) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_cm3b4p {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_vxcezq {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_vxcezq .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_wxcgh3, .sc_a2vwhr {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_wxcgh3 .nav-link,
    .sc_a2vwhr .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_qbrfou {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_amgzne {
        flex-shrink: 0;
    }
}

div.sc_xmqyi3:not(.sc_xk7ltd) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_xmqyi3:not(.sc_xk7ltd) + .sc_wm4374 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_xmqyi3.sc_mtxjgq {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_xmqyi3.sc_mtxjgq + .sc_wm4374,
div.sc_xmqyi3:not(.sc_xk7ltd) + .sc_wm4374.scrolled {
    top: 0;
}
div.sc_xmqyi3:not(.sc_xk7ltd) ~ .sc_bu8ka6 {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_xmqyi3:not(.sc_xk7ltd) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_xmqyi3:not(.sc_xk7ltd) + .sc_wm4374 {
        top: 0;
    }
    div.sc_xmqyi3:not(.sc_xk7ltd) ~ .sc_bu8ka6 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_gzixa2 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_gzixa2 .sc_yexq1a {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_vxcezq {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
        height: 100dvh !important;
        z-index: 10000 !important;
        overflow-y: auto !important;
    }
    .sc_vxcezq .nav-link {
        font-size: 18px !important;
        padding: 14px 0 !important;
        display: block !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
    }
    .sc_vxcezq .nav-link::after { display: none !important; }
    .sc_qbrfou { display: none !important; }
    .sc_wxcgh3, .sc_a2vwhr { display: none !important; }
}

@media (max-width: 992px) {
    .sc_vxcezq { left: -100% !important; right: auto !important; width: min(300px,80vw) !important; background: var(--bg-primary) !important; padding: 100px 28px 40px !important; box-shadow: 8px 0 40px rgba(0,0,0,0.2) !important; border-right: 2px solid var(--border-color) !important; transition: left 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_vxcezq.active { left: 0 !important; }
    .sc_vxcezq .nav-link { opacity: 0 !important; transform: translateX(-20px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .sc_vxcezq.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .sc_vxcezq.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .sc_vxcezq.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .sc_vxcezq.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .sc_vxcezq.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .sc_vxcezq.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .sc_vxcezq.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .sc_vxcezq.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .sc_vxcezq.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.sc_qk8zsr,
.sc_y481vu,
.sc_gmj7cx,
.sc_uvsol1,
.sc_o7jbhx,
.sc_smv6cf {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_qk8zsr *,
.sc_y481vu *,
.sc_gmj7cx *,
.sc_uvsol1 *,
.sc_o7jbhx * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_qk8zsr, .sc_y481vu, .sc_gmj7cx {
        animation-fill-mode: forwards !important;
    }
}
.sc_gmj7cx + .sc_gmj7cx {
    margin-top: 1.5rem;
}

.sc_bu8ka6 .sc_fyydbo ~ .container,
.sc_bu8ka6 .sc_fyydbo ~ .container * {
    color: #fff;
}
.sc_bu8ka6 .sc_fyydbo ~ .container p,
.sc_bu8ka6 .sc_fyydbo ~ .container .sc_h2868o {
    color: rgba(255,255,255,0.85);
}
.sc_bu8ka6 .sc_fyydbo ~ .container .sc_xmpk6i {
    color: inherit;
}
.sc_yzksn2 .sc_fnhchm { color: #fff; }
.sc_yzksn2 .sc_ye34bj { color: var(--g14lh); }
.sc_yzksn2 .sc_naf0dv { color: rgba(255,255,255,0.55); }
.sc_yzksn2 .sc_deytx2 a { color: rgba(255,255,255,0.65); }
.sc_yzksn2 .sc_deytx2 a:hover { color: #fff; }
.sc_tz0ylm[style*="background:none"] { background: none !important; }
.sc_tz0ylm[style*="background:none"]::before,
.sc_tz0ylm[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.688;
    letter-spacing: 0.0em;
}

.sc_qk8zsr, .sc_y481vu, .sc_gmj7cx, .sc_zbg8hu, .sc_uvsol1 {
    padding: 27px;
}
.sc_qk8zsr, .sc_y481vu, .sc_gmj7cx, .sc_zbg8hu, .sc_uvsol1 .card-body {
    padding: 23px 19px;
}
.row > [class*="col"]:nth-child(1) .sc_qk8zsr,
.row > [class*="col"]:nth-child(1) .sc_y481vu {
    padding: 24px;
    border-radius: calc(var(--g7id) + 2px);
}
.row > [class*="col"]:nth-child(2) .sc_qk8zsr,
.row > [class*="col"]:nth-child(2) .sc_y481vu {
    padding: 28px;
    border-radius: calc(var(--g7id) + -1px);
}
.row > [class*="col"]:nth-child(3) .sc_qk8zsr,
.row > [class*="col"]:nth-child(3) .sc_y481vu {
    padding: 24px;
    border-radius: calc(var(--g7id) + 1px);
}
.row > [class*="col"]:nth-child(4) .sc_qk8zsr,
.row > [class*="col"]:nth-child(4) .sc_y481vu {
    padding: 29px;
    border-radius: calc(var(--g7id) + 3px);
}
.row > [class*="col"]:nth-child(5) .sc_qk8zsr,
.row > [class*="col"]:nth-child(5) .sc_y481vu {
    padding: 30px;
    border-radius: calc(var(--g7id) + 2px);
}
.row > [class*="col"]:nth-child(6) .sc_qk8zsr,
.row > [class*="col"]:nth-child(6) .sc_y481vu {
    padding: 27px;
    border-radius: calc(var(--g7id) + -1px);
}

.sc_xmpk6i {
    padding: 14px 26px;
    font-size: 16px;
    letter-spacing: 0.109px;
    border-radius: calc(var(--g7id) + -1px);
}
.sc_g63h5i {
    padding: 14px 27px;
    border-width: 1px;
}

main > section {
    padding-top: 72px;
    padding-bottom: 71px;
}
main > section:first-child {
    padding-top: 80px;
}
main > section:nth-child(2) {
    padding-top: 66px;
    padding-bottom: 65px;
}
main > section:nth-child(3) {
    padding-top: 67px;
    padding-bottom: 75px;
}
main > section:nth-child(5) {
    padding-top: 71px;
    padding-bottom: 70px;
}
main > section:nth-child(6) {
    padding-top: 76px;
    padding-bottom: 77px;
}

.sc_uqybnv {
    margin-bottom: 44px;
}

.sc_qk8zsr, .sc_y481vu, .sc_gmj7cx, .sc_uvsol1 {
    box-shadow: 0px 6px 18px rgba(0,0,0,0.082);
}

.sc_bu8ka6 {
    padding-top: 104px;
}
.sc_hpbvmt {
    margin-bottom: 21px;
}
.sc_h2868o {
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 1.644;
}
.sc_fnhchm {
    font-size: 13px;
    letter-spacing: 2.407px;
    margin-bottom: 26px;
}
.sc_k0j4uc {
    gap: 16px;
}

.sc_aeo7wc img {
    border-radius: 16px;
    box-shadow: 0 18px 33px rgba(0,0,0,0.15);
}

.sc_a3ozgk {
    width: 49px;
    height: 49px;
    font-size: 23px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.sc_v70c7q, .card-title {
    font-size: 20px;
    margin-bottom: 9px;
}
.sc_jj2irw, .card-text {
    font-size: 14px;
    line-height: 1.648;
}

.sc_say1rg {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
.sc_ye34bj {
    font-size: 13px;
    letter-spacing: 3.498px;
    margin-bottom: 14px;
}
.sc_m1cd6l {
    font-size: 17px;
    line-height: 1.643;
}

@media (min-width: 993px) {
    .sc_vxcezq {
        gap: 28px;
    }
    .sc_vxcezq .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }
}

.sc_tz0ylm {
    padding-top: 80px;
}
.sc_i5370j .sc_ixzeif {
    font-size: 17px;
    margin-bottom: 21px;
}
.sc_deytx2 a {
    font-size: 14px;
}
.sc_deytx2 li {
    margin-bottom: 11px;
}
.sc_nuk3d3 {
    gap: 11px;
}
.sc_nuk3d3 a {
    width: 38px;
    height: 38px;
}
.sc_ovxmo6 {
    padding: 18px 0;
    margin-top: 49px;
}

.form-control {
    border-radius: 8px;
    padding: 13px 15px;
    font-size: 15px;
}

.sc_zbg8hu {
    padding: 35px;
}
.sc_fcm8gs {
    font-size: 17px;
    line-height: 1.666;
    margin-bottom: 17px;
}
.sc_xx0s48 {
    width: 45px;
    height: 45px;
}
.sc_e58j4r {
    font-size: 14px;
}
.sc_sera8x {
    font-size: 12px;
}

.sc_uvsol1 {
    padding: 37px;
}
.sc_n0xv59 {
    font-size: 20px;
    margin-bottom: 7px;
}
.sc_h1rzku {
    font-size: 48px;
    margin-bottom: 22px;
}
.sc_ad2udp li {
    padding: 10px 0;
    font-size: 14px;
}

.sc_bf4lj0, .stat-number {
    font-size: 40px;
    margin-bottom: 5px;
}
.sc_ldw83t {
    font-size: 15px;
    letter-spacing: 0.213px;
}

.sc_pkw2nh img {
    border-radius: 9px;
}
.sc_l5w2b6 {
    font-size: 17px;
    margin-bottom: 4px;
}
.sc_y62cd0 {
    font-size: 13px;
}

.sc_jv0xve {
    font-size: 34px;
    margin-bottom: 14px;
}
.sc_zs3bv5 {
    font-size: 18px;
    margin-bottom: 6px;
}

.wow {
    animation-duration: 0.695s !important;
}
.sc_qk8zsr, .sc_y481vu, .sc_gmj7cx, .sc_zbg8hu,
.sc_uvsol1, .sc_smv6cf {
    transition-duration: 0.292s;
}

.row {
    --bs-gutter-y: 30px;
}

.sc_j92nk8 {
    padding: 87px 0;
}
.sc_uy8jlb {
    font-size: 36px;
    margin-bottom: 18px;
}
.sc_ixypz8 {
    font-size: 17px;
    margin-bottom: 27px;
}

.sc_gmj7cx .sc_onfebp img {
    border-radius: 7px 7px 0 0;
}
.sc_su43np {
    font-size: 13px;
    margin-bottom: 5px;
    gap: 14px;
}

.sc_wm4374 {
    padding: 15px 0;
}
.sc_wm4374.scrolled {
    padding: 13px 0;
}
.sc_amgzne {
    font-size: 23px;
}
.sc_qbrfou {
    margin-left: 20px;
}

:root {
    --_flag: '86b16';
    --_hash: 'f98a';
    --_key: '65e335';
    --_rev: 1.67;
}
.ui-ghost { font-variant: normal }
.sr-only-fx { outline: 0 solid transparent }
.ctx-mark { --_ref: 'c67'; font-variant: normal }
.grid-debug { box-sizing: border-box }
.render-flag { display: inherit }

.sc_yzksn2 h1, .sc_yzksn2 h2, .sc_yzksn2 h3, .sc_yzksn2 h4, .sc_yzksn2 h5, .sc_yzksn2 h6 { color: #fff !important; }
.sc_yzksn2 { color: rgba(255,255,255,0.85) !important; }
.sc_yzksn2 p, .sc_yzksn2 li, .sc_yzksn2 span:not(.badge):not(.sc_xmpk6i), .sc_yzksn2 .sc_qkl711, .sc_yzksn2 label, .sc_yzksn2 blockquote, .sc_yzksn2 figcaption, .sc_yzksn2 dt, .sc_yzksn2 dd, .sc_yzksn2 td, .sc_yzksn2 th { color: rgba(255,255,255,0.78) !important; }
.sc_yzksn2 a:not(.sc_xmpk6i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_yzksn2 a:not(.sc_xmpk6i):not(.nav-link):hover { color: #fff !important; }
.sc_yzksn2 .sc_bf4lj0 { color: #fff !important; }
.sc_yzksn2 .sc_ldw83t { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom h1, .bg-dark-custom h2, .bg-dark-custom h3, .bg-dark-custom h4, .bg-dark-custom h5, .bg-dark-custom h6 { color: #fff !important; }
.bg-dark-custom { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(.sc_xmpk6i), .bg-dark-custom .sc_qkl711, .bg-dark-custom label, .bg-dark-custom blockquote, .bg-dark-custom figcaption, .bg-dark-custom dt, .bg-dark-custom dd, .bg-dark-custom td, .bg-dark-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.sc_xmpk6i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_xmpk6i):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_bf4lj0 { color: #fff !important; }
.bg-dark-custom .sc_ldw83t { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom h1, .bg-gradient-custom h2, .bg-gradient-custom h3, .bg-gradient-custom h4, .bg-gradient-custom h5, .bg-gradient-custom h6 { color: #fff !important; }
.bg-gradient-custom { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(.sc_xmpk6i), .bg-gradient-custom .sc_qkl711, .bg-gradient-custom label, .bg-gradient-custom blockquote, .bg-gradient-custom figcaption, .bg-gradient-custom dt, .bg-gradient-custom dd, .bg-gradient-custom td, .bg-gradient-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.sc_xmpk6i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_xmpk6i):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_bf4lj0 { color: #fff !important; }
.bg-gradient-custom .sc_ldw83t { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom h1, .bg-accent-custom h2, .bg-accent-custom h3, .bg-accent-custom h4, .bg-accent-custom h5, .bg-accent-custom h6 { color: #fff !important; }
.bg-accent-custom { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.sc_xmpk6i), .bg-accent-custom .sc_qkl711, .bg-accent-custom label, .bg-accent-custom blockquote, .bg-accent-custom figcaption, .bg-accent-custom dt, .bg-accent-custom dd, .bg-accent-custom td, .bg-accent-custom th { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.sc_xmpk6i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_xmpk6i):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_bf4lj0 { color: #fff !important; }
.bg-accent-custom .sc_ldw83t { color: rgba(255,255,255,0.7) !important; }

.sc_j92nk8 h1, .sc_j92nk8 h2, .sc_j92nk8 h3, .sc_j92nk8 h4, .sc_j92nk8 h5, .sc_j92nk8 h6 { color: #fff !important; }
.sc_j92nk8 { color: rgba(255,255,255,0.85) !important; }
.sc_j92nk8 p, .sc_j92nk8 li, .sc_j92nk8 span:not(.badge):not(.sc_xmpk6i), .sc_j92nk8 .sc_qkl711, .sc_j92nk8 label, .sc_j92nk8 blockquote, .sc_j92nk8 figcaption, .sc_j92nk8 dt, .sc_j92nk8 dd, .sc_j92nk8 td, .sc_j92nk8 th { color: rgba(255,255,255,0.78) !important; }
.sc_j92nk8 a:not(.sc_xmpk6i):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_j92nk8 a:not(.sc_xmpk6i):not(.nav-link):hover { color: #fff !important; }
.sc_j92nk8 .sc_bf4lj0 { color: #fff !important; }
.sc_j92nk8 .sc_ldw83t { color: rgba(255,255,255,0.7) !important; }

.sc_tz0ylm { color: rgba(255,255,255,0.65) !important; }
.sc_tz0ylm h1, .sc_tz0ylm h2, .sc_tz0ylm h3,
.sc_tz0ylm h4, .sc_tz0ylm h5, .sc_tz0ylm h6,
.sc_tz0ylm .sc_ixzeif { color: #fff !important; }
.sc_tz0ylm p, .sc_tz0ylm li, .sc_tz0ylm span,
.sc_tz0ylm label { color: rgba(255,255,255,0.6) !important; }
.sc_tz0ylm a:not(.sc_xmpk6i) { color: rgba(255,255,255,0.65) !important; }
.sc_tz0ylm a:not(.sc_xmpk6i):hover { color: #fff !important; }

.sc_fy5it9 h1, .sc_fy5it9 h2, .sc_fy5it9 h3, .sc_fy5it9 h4, .sc_fy5it9 h5, .sc_fy5it9 h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_fy5it9 p, .sc_fy5it9 li, .sc_fy5it9 span:not(.badge):not(.sc_xmpk6i), .sc_fy5it9 .sc_qkl711, .sc_fy5it9 label, .sc_fy5it9 blockquote, .sc_fy5it9 figcaption, .sc_fy5it9 dt, .sc_fy5it9 dd, .sc_fy5it9 td, .sc_fy5it9 th { color: var(--text-secondary, #555) !important; }

.sc_xmqyi3 h1, .sc_xmqyi3 h2, .sc_xmqyi3 h3, .sc_xmqyi3 h4, .sc_xmqyi3 h5, .sc_xmqyi3 h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_xmqyi3 p, .sc_xmqyi3 li, .sc_xmqyi3 span:not(.badge):not(.sc_xmpk6i), .sc_xmqyi3 .sc_qkl711, .sc_xmqyi3 label, .sc_xmqyi3 blockquote, .sc_xmqyi3 figcaption, .sc_xmqyi3 dt, .sc_xmqyi3 dd, .sc_xmqyi3 td, .sc_xmqyi3 th { color: var(--text-secondary, #555) !important; }
