@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800&family=Rajdhani:wght@400;500;600&display=swap');

:root {
    --t14we: #E50C0C;
    --t15ve: #39E83A;
    --t16vn: #0A0CE8;
    --t1nh: linear-gradient(to bottom right, var(--t14we), var(--t15ve));
    --t3jl: 'Orbitron', sans-serif;
    --t5dw: 'Rajdhani', sans-serif;
    --t19sr: 84px;
    --t20by: 52px;
    --t21kz: 36px;
    --t17z2: 18px;
    --t18va: 500;
    --t6e8: 18px;
    --t7kt: 24px;
    --t8mz: 32px;
    --t9g8: 44px;
    --t4e6: 50px;
    --t10pa: 0 1px 3px rgba(0,0,0,0.04);
    --t11nb: 0 2px 8px rgba(0,0,0,0.06);
    --t12vc: 0 4px 16px rgba(0,0,0,0.08);
    --t13im: 0 8px 24px rgba(0,0,0,0.1);
    --qr9rd: 80px 0;
}
.rmhrm {
    border-radius: 20px 4px 20px 4px;
    padding: 14px 32px;
}
.ro1o6, .scl2r, .us1w1, .jmrvus, .fd3fo2 {
    border-width: 0px;
    border-color: transparent;
}

main > section:nth-child(even):not(.efsv):not(.lkuq) {
    border-radius: 32px;
    margin: 10px 16px;
    overflow: hidden;
}
.ikp3 { border-radius: 0 !important; margin: 0 !important; }
@media (max-width: 768px) {
    main > section:nth-child(even):not(.efsv):not(.lkuq) { border-radius: 20px; margin: 8px; }
}

.gayowl img, .about-image img, .portfolio-item img, .uffr img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.gayowl:hover img, .about-image:hover img,
.portfolio-item:hover img, .thnw1:hover .uffr img {
    filter: grayscale(0%);
}

.ro1o6, .scl2r, .jmrvus, .fd3fo2, .us1w1 {
    border: 2px dashed var(--border-color);
    border-radius: var(--t7kt);
    box-shadow: none;
}
.ro1o6:hover, .scl2r:hover, .jmrvus:hover, .fd3fo2:hover, .us1w1:hover {
    border-color: var(--t14we);
}

.owjs {
    -webkit-text-stroke: 2px var(--t14we);
    -webkit-text-fill-color: transparent;
}
.owjs:hover {
    -webkit-text-fill-color: var(--t14we);
    transition: -webkit-text-fill-color 0.4s;
}

.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--t14we);
    transition: width 0.3s, left 0.3s;
}
.btn-link-custom:hover::after {
    width: 100%;
    left: 0;
}

.row > [class*="col"]:nth-child(odd) .ro1o6,
.row > [class*="col"]:nth-child(odd) .scl2r {
    transform: translateY(-10px);
}
.row > [class*="col"]:nth-child(even) .ro1o6,
.row > [class*="col"]:nth-child(even) .scl2r {
    transform: translateY(10px);
}

.ikp3::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--t14we);
    opacity: 0.08;
    top: -100px;
    right: -100px;
    filter: blur(80px);
}
.ikp3::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: var(--t15ve, var(--t14we));
    opacity: 0.06;
    bottom: -50px;
    left: -50px;
    filter: blur(60px);
    z-index: 0;
}
.gayowl img {
    border-radius: var(--t9g8);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.mpwt3q { position: relative; z-index: 2; }
.zvl2d { background: linear-gradient(135deg, var(--t14we), var(--t15ve, var(--t14we))); color: #fff !important; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 700; padding: 0; }

.gt7j {
    background: transparent;
    padding: 28px 40px;
}
.gt7j .rg0u { gap: 40px; }
.ocml { font-size: 28px; font-weight: 300; letter-spacing: 4px; text-transform: uppercase; }
.tc2fq { gap: 36px; }
.tc2fq .nav-link { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
.tc2fq .nav-link::after { height: 1px; bottom: -6px; }
.emvg5 { letter-spacing: 1px; text-transform: uppercase; font-size: 11px; padding: 14px 28px !important; }
.gt7j.scrolled { background: var(--bg-primary); padding: 16px 40px; box-shadow: 0 1px 0 var(--border-color); }

.jfzfzd {
    background: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 0 20px 20px;
    border-top: none;
}
.jfzfzd p, .jfzfzd li, .jfzfzd span,
.jfzfzd .iwrmw p, .jfzfzd .footer-contact li { color: var(--text-secondary); }
.jfzfzd h1,.jfzfzd h2,.jfzfzd h3,.jfzfzd h4,.jfzfzd h5 { color: var(--text-primary); }
.jfzfzd > .container,
.jfzfzd > div > .container {
    background: var(--bg-primary);
    border-radius: var(--t8mz);
    padding: 60px 40px 30px;
    box-shadow: var(--t12vc);
    border: 1px solid var(--border-color);
}
.iwrmw .fsnst8 { color: var(--text-primary); }
.iwrmw .fsnst8::after { background: var(--t14we); }
.miow a { color: var(--text-secondary); }
.miow a:hover { color: var(--t14we); }
.ywkva8 a { background: var(--bg-secondary); border-color: var(--border-color); color: var(--text-secondary); }
.ywkva8 a:hover { background: var(--t14we); color: #fff; border-color: var(--t14we); }
.gkursl { border-top: 1px solid var(--border-color); margin-top: 40px; }
.gkursl p { color: var(--text-muted); }

.contact-section .form-control {
    background: var(--bg-secondary);
    border: none;
    border-radius: var(--t8mz);
    padding: 16px 20px;
    font-size: 15px;
}
.contact-section .form-control:focus { background: var(--bg-primary); box-shadow: 0 0 0 2px var(--t14we); }
.contact-section .rmhrm { border-radius: var(--t8mz); }

.ocml { font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 5px; }

h3, h4, h5 { font-weight: var(--t18va); color: var(--text-primary); }
.hd1qry, .card-title, .lau08e { font-weight: 600; }

.bwkd5 { width: 52px; height: 36px; gap: 4px; border: none; background: var(--bg-secondary, rgba(0,0,0,0.05)); border-radius: 20px; }
.bwkd5 .ky0e { width: 20px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.bwkd5:hover { background: var(--t14we); }
.bwkd5:hover .ky0e { background: #fff; }
.bwkd5.active .ky0e:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bwkd5.active .ky0e:nth-child(2) { opacity: 0; }
.bwkd5.active .ky0e:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

main > section + section::before{content:'\276F';display:block;text-align:center;transform:rotate(90deg);color:var(--t14we);opacity:0.3;font-size:20px;padding:10px 0;}

.progress-header{position:fixed;top:0;left:0;height:2px;z-index:100000;background:var(--t14we);width:0;opacity:0.8;}

.ro1o6,.scl2r{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){.ro1o6,.scl2r,.jmrvus,.fd3fo2,.thnw1,.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(--t14we) 1px,transparent 1px),linear-gradient(90deg,var(--t14we) 1px,transparent 1px);background-size:60px 60px;}

.ro1o6,.scl2r,.jmrvus,.fd3fo2{position:relative;overflow:hidden;}.ro1o6::before,.scl2r::before,.jmrvus::before,.fd3fo2::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;}.ro1o6:hover::before,.scl2r:hover::before,.jmrvus:hover::before,.fd3fo2:hover::before{left:125%;}

.ro1o6,.scl2r,.jmrvus,.us1w1,.fd3fo2{transition:border-color 0.4s ease,box-shadow 0.4s ease;}.ro1o6:hover,.scl2r:hover,.jmrvus:hover,.us1w1:hover,.fd3fo2:hover{border-color:var(--t14we) !important;box-shadow:0 0 0 1px var(--t14we),0 8px 30px rgba(0,0,0,0.08) !important;}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-cross{position:absolute;width:16px;height:16px;opacity:0.035;animation:crossFloat 20s ease-in-out infinite alternate;}.float-cross::before,.float-cross::after{content:'';position:absolute;background:var(--t14we);border-radius:1px;}.float-cross::before{width:100%;height:2px;top:50%;transform:translateY(-50%);}.float-cross::after{width:2px;height:100%;left:50%;transform:translateX(-50%);}@keyframes crossFloat{0%{transform:rotate(0deg) translate(0,0);}100%{transform:rotate(180deg) translate(30px,-50px);}}

.ro1o6,.scl2r{background:rgba(var(--bg-card-rgb,255,255,255),0.75) !important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.18) !important;}.ro1o6:hover,.scl2r:hover{border-color:rgba(var(--t14we-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

.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%);}}

.js-marquee{overflow:hidden;padding:14px 0;background:var(--t14we);}.js-marquee-inner{display:flex;gap:40px;white-space:nowrap;animation:jsMarquee 20s linear infinite;}.js-marquee-inner span{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--bg-primary);flex-shrink:0;opacity:0.9;}.js-marquee-inner span.sep{opacity:0.5;}@keyframes jsMarquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

.asym-shape{position:absolute;pointer-events:none;z-index:2;}.asym-shape.circ{border-radius:50%;border:2px solid var(--t14we);opacity:0.12;}.asym-shape.diamond{background:var(--t14we);opacity:0.08;transform:rotate(45deg);}.asym-shape.dash{height:2px;background:var(--t1nh);opacity:0.15;border-radius:1px;}

main > section:nth-child(even):not(.efsv):not(.lkuq) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.efsv):not(.lkuq)::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;
}
.ikp3::before { display: none !important; }

html:not(.ckek) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .rg0u {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .tc2fq {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .tc2fq .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .bc753b, .kj8a4 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .bc753b .nav-link,
    .kj8a4 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .emvg5 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .ocml {
        flex-shrink: 0;
    }
}

div.yknqs5:not(.qr9rd) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.yknqs5:not(.qr9rd) + .gt7j {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.yknqs5.cgj4 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.yknqs5.cgj4 + .gt7j,
div.yknqs5:not(.qr9rd) + .gt7j.scrolled {
    top: 0;
}
div.yknqs5:not(.qr9rd) ~ .ikp3 {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.yknqs5:not(.qr9rd) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.yknqs5:not(.qr9rd) + .gt7j {
        top: 0;
    }
    div.yknqs5:not(.qr9rd) ~ .ikp3 {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .bwkd5 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .bwkd5 .ky0e {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .tc2fq {
        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;
    }
    .tc2fq .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;
    }
    .tc2fq .nav-link::after { display: none !important; }
    .emvg5 { display: none !important; }
    .bc753b, .kj8a4 { display: none !important; }
}

@media (max-width: 992px) {
    .tc2fq { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: var(--bg-secondary) !important; padding: 100px 36px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; border-left: none !important; counter-reset: nav-item !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .tc2fq.active { right: 0 !important; }
    .tc2fq .nav-link { display: flex !important; align-items: center !important; gap: 14px !important; border-bottom: 1px solid var(--border-color) !important; counter-increment: nav-item !important; opacity: 0 !important; transform: translateX(20px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; }
    .tc2fq .nav-link::before { content: counter(nav-item, decimal-leading-zero) !important; font-size: 11px !important; font-weight: 700 !important; color: var(--t14we) !important; letter-spacing: 1px !important; flex-shrink: 0 !important; width: 22px !important; display: inline !important; }
    .tc2fq.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .tc2fq.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .tc2fq.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .tc2fq.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .tc2fq.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .tc2fq.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .tc2fq.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .tc2fq.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .tc2fq.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.ro1o6,
.scl2r,
.jmrvus,
.fd3fo2,
.wkm5,
.thnw1 {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.ro1o6 *,
.scl2r *,
.jmrvus *,
.fd3fo2 *,
.wkm5 * {
    filter: none !important;
}
@supports (animation: none) {
    .ro1o6, .scl2r, .jmrvus {
        animation-fill-mode: forwards !important;
    }
}
.jmrvus + .jmrvus {
    margin-top: 1.5rem;
}

.ikp3 .qkzyp ~ .container,
.ikp3 .qkzyp ~ .container * {
    color: #fff;
}
.ikp3 .qkzyp ~ .container p,
.ikp3 .qkzyp ~ .container .dceg9 {
    color: rgba(255,255,255,0.85);
}
.ikp3 .qkzyp ~ .container .rmhrm {
    color: inherit;
}
.lkuq .zvl2d { color: #fff; }
.lkuq .roh1 { color: var(--t14we); }
.lkuq .gd9rt5 { color: rgba(255,255,255,0.55); }
.lkuq .miow a { color: rgba(255,255,255,0.65); }
.lkuq .miow a:hover { color: #fff; }
.jfzfzd[style*="background:none"] { background: none !important; }
.jfzfzd[style*="background:none"]::before,
.jfzfzd[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%;
}

.gd26i6 .swiper-button-next,
.gd26i6 .swiper-button-prev {
    width: 32px; height: 32px;
    background: var(--bg-card, #fff);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.gd26i6 .swiper-button-next::after,
.gd26i6 .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.gd26i6 .swiper-button-next { right: 0; }
.gd26i6 .swiper-button-prev { left: 0; }

.ro1o6, .wkm5, .scl2r, .jmrvus,
.fd3fo2, .thnw1, .us1w1, .counter-item,
.card { overflow: hidden; }

.ro1o6 h1, .ro1o6 h2, .ro1o6 h3, .ro1o6 h4, .ro1o6 h5, .ro1o6 h6,
.wkm5 h1, .wkm5 h2, .wkm5 h3, .wkm5 h4,
.scl2r h1, .scl2r h2, .scl2r h3, .scl2r 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;
}

.ro1o6 p, .ro1o6 span, .ro1o6 li,
.wkm5 p, .scl2r p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.vlxj, .zbhd, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.ro1o6 .stat-number, .ro1o6 [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.663;
    letter-spacing: 0.0em;
}

.ro1o6, .scl2r, .jmrvus, .us1w1, .fd3fo2 {
    padding: 29px;
}
.ro1o6, .scl2r, .jmrvus, .us1w1, .fd3fo2 .card-body {
    padding: 24px 19px;
}
.row > [class*="col"]:nth-child(1) .ro1o6,
.row > [class*="col"]:nth-child(1) .scl2r {
    padding: 26px;
    border-radius: calc(var(--t7kt) + 2px);
}
.row > [class*="col"]:nth-child(2) .ro1o6,
.row > [class*="col"]:nth-child(2) .scl2r {
    padding: 29px;
    border-radius: calc(var(--t7kt) + 0px);
}
.row > [class*="col"]:nth-child(3) .ro1o6,
.row > [class*="col"]:nth-child(3) .scl2r {
    padding: 30px;
    border-radius: calc(var(--t7kt) + -2px);
}
.row > [class*="col"]:nth-child(4) .ro1o6,
.row > [class*="col"]:nth-child(4) .scl2r {
    padding: 27px;
    border-radius: calc(var(--t7kt) + 1px);
}
.row > [class*="col"]:nth-child(5) .ro1o6,
.row > [class*="col"]:nth-child(5) .scl2r {
    padding: 31px;
    border-radius: calc(var(--t7kt) + -2px);
}
.row > [class*="col"]:nth-child(6) .ro1o6,
.row > [class*="col"]:nth-child(6) .scl2r {
    padding: 27px;
    border-radius: calc(var(--t7kt) + 3px);
}

.rmhrm {
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0.127px;
    border-radius: calc(var(--t7kt) + 0px);
}
.kcwze {
    padding: 11px 32px;
    border-width: 2px;
}

main > section {
    padding-top: 99px;
    padding-bottom: 101px;
}
main > section:first-child {
    padding-top: 111px;
}
main > section:nth-child(2) {
    padding-top: 106px;
    padding-bottom: 105px;
}

.ps8o {
    margin-bottom: 46px;
}

.ro1o6, .scl2r, .jmrvus, .fd3fo2 {
    box-shadow: 2px 6px 16px rgba(0,0,0,0.07);
}

.ikp3 {
    padding-top: 98px;
}
.owjs {
    margin-bottom: 24px;
}
.dceg9 {
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 1.637;
}
.zvl2d {
    font-size: 12px;
    letter-spacing: 2.594px;
    margin-bottom: 21px;
}
.bm66jd {
    gap: 12px;
}

.gayowl img {
    border-radius: 11px;
    box-shadow: 0 8px 34px rgba(0,0,0,0.16);
}

.oc3y {
    width: 48px;
    height: 48px;
    font-size: 21px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.hd1qry, .card-title {
    font-size: 19px;
    margin-bottom: 8px;
}
.lo76, .card-text {
    font-size: 14px;
    line-height: 1.614;
}

.gkgl8 {
    margin-bottom: 19px;
    letter-spacing: 0.0px;
}
.roh1 {
    font-size: 12px;
    letter-spacing: 2.966px;
    margin-bottom: 12px;
}
.fa90 {
    font-size: 16px;
    line-height: 1.667;
}

@media (min-width: 993px) {
    .tc2fq {
        gap: 27px;
    }
    .tc2fq .nav-link {
        font-size: 14px;
        padding: 9px 0;
    }
}

.jfzfzd {
    padding-top: 82px;
}
.iwrmw .fsnst8 {
    font-size: 18px;
    margin-bottom: 26px;
}
.miow a {
    font-size: 13px;
}
.miow li {
    margin-bottom: 10px;
}
.ywkva8 {
    gap: 12px;
}
.ywkva8 a {
    width: 41px;
    height: 41px;
}
.gkursl {
    padding: 20px 0;
    margin-top: 55px;
}

.form-control {
    border-radius: 6px;
    padding: 13px 13px;
    font-size: 15px;
}

.us1w1 {
    padding: 30px;
}
.perqb {
    font-size: 17px;
    line-height: 1.639;
    margin-bottom: 24px;
}
.ffe9 {
    width: 47px;
    height: 47px;
}
.qr5db {
    font-size: 15px;
}
.mm7she {
    font-size: 14px;
}

.fd3fo2 {
    padding: 41px;
}
.ivv3x {
    font-size: 21px;
    margin-bottom: 5px;
}
.znnlr {
    font-size: 43px;
    margin-bottom: 17px;
}
.vqsfl li {
    padding: 10px 0;
    font-size: 15px;
}

.vlxj, .stat-number {
    font-size: 41px;
    margin-bottom: 7px;
}
.zbhd {
    font-size: 15px;
    letter-spacing: 0.354px;
}

.uffr img {
    border-radius: 10px;
}
.dhf5m {
    font-size: 17px;
    margin-bottom: 6px;
}
.pdg9 {
    font-size: 12px;
}

.dppg {
    font-size: 28px;
    margin-bottom: 12px;
}
.lau08e {
    font-size: 18px;
    margin-bottom: 9px;
}

.wow {
    animation-duration: 0.545s !important;
}
.ro1o6, .scl2r, .jmrvus, .us1w1,
.fd3fo2, .thnw1 {
    transition-duration: 0.334s;
}

.row {
    --bs-gutter-y: 32px;
}

.efsv {
    padding: 69px 0;
}
.brcayj {
    font-size: 33px;
    margin-bottom: 20px;
}
.faltt {
    font-size: 18px;
    margin-bottom: 32px;
}

.jmrvus .pr2v img {
    border-radius: 9px 9px 0 0;
}
.pntlv {
    font-size: 14px;
    margin-bottom: 5px;
    gap: 12px;
}

.gt7j {
    padding: 17px 0;
}
.gt7j.scrolled {
    padding: 14px 0;
}
.ocml {
    font-size: 24px;
}
.emvg5 {
    margin-left: 15px;
}

:root {
    --_uid: 82609;
    --_flag: 9.55;
}
.node-stub { content: '' }
.view-anchor { outline: 0 solid transparent; display: inherit }

.lkuq h1, .lkuq h2, .lkuq h3, .lkuq h4, .lkuq h5, .lkuq h6 { color: #fff !important; }
.lkuq { color: rgba(255,255,255,0.85) !important; }
.lkuq p, .lkuq li, .lkuq span:not(.badge):not(.rmhrm), .lkuq .rzhr, .lkuq label, .lkuq blockquote, .lkuq figcaption, .lkuq dt, .lkuq dd, .lkuq td, .lkuq th { color: rgba(255,255,255,0.78) !important; }
.lkuq a:not(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.lkuq a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.lkuq .vlxj { color: #fff !important; }
.lkuq .zbhd { 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(.rmhrm), .bg-dark-custom .rzhr, .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(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .vlxj { color: #fff !important; }
.bg-dark-custom .zbhd { 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(.rmhrm), .bg-gradient-custom .rzhr, .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(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .vlxj { color: #fff !important; }
.bg-gradient-custom .zbhd { 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(.rmhrm), .bg-accent-custom .rzhr, .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(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .vlxj { color: #fff !important; }
.bg-accent-custom .zbhd { color: rgba(255,255,255,0.7) !important; }

.efsv h1, .efsv h2, .efsv h3, .efsv h4, .efsv h5, .efsv h6 { color: #fff !important; }
.efsv { color: rgba(255,255,255,0.85) !important; }
.efsv p, .efsv li, .efsv span:not(.badge):not(.rmhrm), .efsv .rzhr, .efsv label, .efsv blockquote, .efsv figcaption, .efsv dt, .efsv dd, .efsv td, .efsv th { color: rgba(255,255,255,0.78) !important; }
.efsv a:not(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.efsv a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.efsv .vlxj { color: #fff !important; }
.efsv .zbhd { color: rgba(255,255,255,0.7) !important; }

.afzo h1, .afzo h2, .afzo h3, .afzo h4, .afzo h5, .afzo h6 { color: #fff !important; }
.afzo { color: rgba(255,255,255,0.85) !important; }
.afzo p, .afzo li, .afzo span:not(.badge):not(.rmhrm), .afzo .rzhr, .afzo label, .afzo blockquote, .afzo figcaption, .afzo dt, .afzo dd, .afzo td, .afzo th { color: rgba(255,255,255,0.78) !important; }
.afzo a:not(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.afzo a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.afzo .vlxj { color: #fff !important; }
.afzo .zbhd { color: rgba(255,255,255,0.7) !important; }

.yknqs5 h1, .yknqs5 h2, .yknqs5 h3, .yknqs5 h4, .yknqs5 h5, .yknqs5 h6 { color: #fff !important; }
.yknqs5 { color: rgba(255,255,255,0.85) !important; }
.yknqs5 p, .yknqs5 li, .yknqs5 span:not(.badge):not(.rmhrm), .yknqs5 .rzhr, .yknqs5 label, .yknqs5 blockquote, .yknqs5 figcaption, .yknqs5 dt, .yknqs5 dd, .yknqs5 td, .yknqs5 th { color: rgba(255,255,255,0.78) !important; }
.yknqs5 a:not(.rmhrm):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.yknqs5 a:not(.rmhrm):not(.nav-link):hover { color: #fff !important; }
.yknqs5 .vlxj { color: #fff !important; }
.yknqs5 .zbhd { color: rgba(255,255,255,0.7) !important; }

/* Fix contrast for About stats cards */
#about-d9 .col-6 > div {
    background: #ffffff !important;
}
#about-d9 .vlxj {
    color: #111128 !important;
}
#about-d9 .zbhd {
    color: rgba(17, 17, 40, 0.72) !important;
}

.jfzfzd { color: rgba(255,255,255,0.65) !important; }
.jfzfzd h1, .jfzfzd h2, .jfzfzd h3,
.jfzfzd h4, .jfzfzd h5, .jfzfzd h6,
.jfzfzd .fsnst8 { color: #fff !important; }
.jfzfzd p, .jfzfzd li, .jfzfzd span,
.jfzfzd label { color: rgba(255,255,255,0.6) !important; }
.jfzfzd a:not(.rmhrm) { color: rgba(255,255,255,0.65) !important; }
.jfzfzd a:not(.rmhrm):hover { color: #fff !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-morph{width:36px;height:36px;background:var(--t14we);animation:plMorph 1.4s ease-in-out infinite;}@keyframes plMorph{0%{border-radius:4px;transform:rotate(0) scale(1)}25%{border-radius:50%;transform:rotate(90deg) scale(.8)}50%{border-radius:4px;transform:rotate(180deg) scale(1)}75%{border-radius:50%;transform:rotate(270deg) scale(.8)}100%{border-radius:4px;transform:rotate(360deg) scale(1)}}