@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Barlow:wght@400;500&display=swap');

:root {
    --e1486: #1CA3D6;
    --e15xp: #766CC3;
    --e162s: #237B61;
    --e1ry: linear-gradient(to right, var(--e1486), var(--e15xp));
    --e3kc: 'Barlow Condensed', sans-serif;
    --e5rw: 'Barlow', sans-serif;
    --e19v9: 56px;
    --e20y4: 42px;
    --e21j2: 30px;
    --e175n: 17px;
    --e18cj: 700;
    --e6hi: 18px;
    --e746: 24px;
    --e8so: 32px;
    --e93r: 44px;
    --e4fq: 50px;
    --e109m: 0 1px 3px rgba(0,0,0,0.04);
    --e11f6: 0 2px 8px rgba(0,0,0,0.06);
    --e12wm: 0 4px 16px rgba(0,0,0,0.08);
    --e13eh: 0 8px 24px rgba(0,0,0,0.1);
    --sc_wzl852: 120px 0;
}
.sc_aevdo4 {
    border-radius: 10px;
    padding: 14px 28px;
}
.sc_1x8zvs, .sc_6yz2fz, .sc_9shks8, .sc_j4vxa4, .sc_iayqiy {
    border-width: 1px;
    border-color: var(--border-color);
}

.sc_grijzj {
    background:
        radial-gradient(ellipse at 20% 50%, var(--e1486) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, var(--e15xp, var(--e1486)) 0%, transparent 50%),
        var(--bg-secondary);
    background-blend-mode: overlay;
}
.sc_grijzj .hero-bg { opacity: 0.06; }

.row > [class*="col"]:nth-child(odd) .sc_1x8zvs,
.row > [class*="col"]:nth-child(odd) .sc_6yz2fz {
    transform: translateY(-10px);
}
.row > [class*="col"]:nth-child(even) .sc_1x8zvs,
.row > [class*="col"]:nth-child(even) .sc_6yz2fz {
    transform: translateY(10px);
}

.sc_6eubg1 img, .about-image img, .portfolio-item img, .sc_h5mzbg img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.sc_6eubg1:hover img, .about-image:hover img,
.portfolio-item:hover img, .sc_d57hfc:hover .sc_h5mzbg img {
    filter: grayscale(0%);
}

.sc_grijzj { 
    background: var(--bg-primary);
    border-bottom: 4px solid var(--text-primary);
    min-height: auto;
    padding: 140px 0 80px;
}
.sc_6eubg1 img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--e1486);
    border: 3px solid var(--text-primary);
}
.sc_nj4p6s { font-weight: 900; text-transform: uppercase; letter-spacing: -2px; }
.sc_0tzrtj { 
    background: var(--text-primary);
    color: var(--bg-primary) !important;
    padding: 6px 14px;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
}
.sc_v9adij { font-size: 18px; max-width: 500px; }
.sc_5eawli .sc_aevdo4 { border-radius: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }

.sc_9ts8tl {
    background: transparent;
    padding: 12px 16px;
}
.sc_9ts8tl .sc_6eo9p9 {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    border-radius: var(--e8so);
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
}
.sc_9ts8tl.scrolled { padding: 8px 16px; }
.sc_9ts8tl.scrolled .sc_6eo9p9 {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}
.sc_ahr9ce .nav-link { font-size: 13px; font-weight: 500; }

.sc_lwxm6t {
    background: rgba(10,10,20,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: rgba(255,255,255,0.5);
    padding-top: 80px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.sc_lwxm6t h4,.sc_lwxm6t h5 { color: #fff; }
.sc_spekh8 .sc_wdnfyb::after { background: var(--e1486); width: 30px; }
.sc_iwhvkn a { border-color: rgba(255,255,255,0.1); backdrop-filter: blur(10px); }
.sc_iwhvkn a:hover { background: var(--e1486); border-color: var(--e1486); }
.sc_cw73fl { border-top: 1px solid rgba(255,255,255,0.05); }

.contact-section .form-control {
    padding: 18px 20px;
    font-size: 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--e746);
    transition: all 0.3s;
}
.contact-section .form-control:focus { border-color: var(--e1486); box-shadow: 0 0 0 4px rgba(var(--e1486), 0.08); transform: translateY(-2px); }
.contact-section .sc_aevdo4 { font-size: 16px; padding: 18px 36px; }

.sc_m05uvz { font-size: 24px; font-weight: 700; color: var(--e1486) !important; }

.sc_xuptgz, .card-title, .sc_mjgpkg {
    padding-left: 14px;
    border-left: 3px solid var(--e1486);
}
h4, h5 { padding-left: 12px; border-left: 2px solid var(--e1486); }

.sc_d57hfc .sc_h5mzbg img, .sc_h5mzbg img {
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(var(--e1486-rgb, 99,102,241), 0.25);
    transition: box-shadow 0.3s ease;
}
.sc_d57hfc:hover .sc_h5mzbg img {
    box-shadow: 0 12px 40px rgba(var(--e1486-rgb, 99,102,241), 0.4);
}

.sc_x9gjte { width: 36px; height: 36px; gap: 8px; border: none; background: none; border-radius: 0; }
.sc_x9gjte .sc_o8lkcl { width: 22px; height: 1.5px; border-radius: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_x9gjte .sc_o8lkcl:nth-child(2) { display: none; }
.sc_x9gjte.active .sc_o8lkcl:nth-child(1) { transform: translateY(4.75px) rotate(45deg); }
.sc_x9gjte.active .sc_o8lkcl:nth-child(3) { transform: translateY(-4.75px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:12px;height:12px;border:2px solid var(--e1486);border-radius:50%;margin:15px auto;opacity:0.35;}

.cursor-glow{position:fixed;width:200px;height:200px;background:radial-gradient(circle,var(--e1486) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:99998;opacity:0.07;transform:translate(-50%,-50%);transition:opacity 0.3s;}

.scroll-nums{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:16px;font-size:11px;font-weight:700;opacity:0.3;font-family:var(--e5rw);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--e1486);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.progress-top{position:fixed;top:0;left:0;height:3px;background:var(--e1ry);z-index:99999;transition:width 0.05s;width:0;}

.sc_1x8zvs,.sc_6yz2fz,.portfolio-item{opacity:0;animation:scaleIn 0.5s 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;}.row>[class*="col"]:nth-child(5)>*{animation-delay:0.45s;}.row>[class*="col"]:nth-child(6)>*{animation-delay:0.55s;}@keyframes scaleIn{from{opacity:0;transform:scale(0.85);}to{opacity:1;transform:scale(1);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--e1486);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_1x8zvs,.sc_6yz2fz,.sc_j4vxa4,.sc_iayqiy,.sc_d57hfc,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.bg-deco span{position:absolute;border-radius:50%;filter:blur(60px);opacity:0.03;animation:decoBlob 22s ease-in-out infinite alternate;}@keyframes decoBlob{0%{transform:translate(0,0) scale(1);}50%{transform:translate(30px,-40px) scale(1.15);}100%{transform:translate(-20px,30px) scale(0.9);}}

.sc_1x8zvs,.sc_6yz2fz,.sc_j4vxa4,.sc_9shks8,.sc_iayqiy{transition:transform 0.4s ease,box-shadow 0.4s ease;transform-style:preserve-3d;will-change:transform;}

.sc_ahr9ce .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--e1486);transition:width 0.3s ease,left 0.3s ease;border-radius:1px;}.sc_ahr9ce .nav-link:hover::after,.sc_ahr9ce .nav-link.active::after{width:100%;left:0;}

.sc_aevdo4,.sc_xqujjv,.sc_ngrm6g{transition:transform 0.15s ease;}.sc_aevdo4:active,.sc_xqujjv:active,.sc_ngrm6g:active{transform:scale(0.93);}@keyframes btnBounce{0%{transform:scale(0.93);}40%{transform:scale(1.05);}70%{transform:scale(0.98);}100%{transform:scale(1);}}

.scroll-hint{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0.5;animation:scrollHintBounce 2s ease-in-out infinite;z-index:10;}.scroll-hint span{display:block;width:24px;height:24px;border-right:2px solid var(--text-primary);border-bottom:2px solid var(--text-primary);transform:rotate(45deg);}@keyframes scrollHintBounce{0%,100%{transform:translateX(-50%) translateY(0);opacity:0.5;}50%{transform:translateX(-50%) translateY(12px);opacity:1;}}

.sc_wivdbe{animation:taglinePulse 3s ease-in-out infinite;}@keyframes taglinePulse{0%,100%{opacity:1;}50%{opacity:0.5;}}

.counter-spin{animation:counterSlot 0.8s cubic-bezier(0.16,1,0.3,1) forwards;}@keyframes counterSlot{0%{transform:translateY(100%);filter:blur(4px);}100%{transform:translateY(0);filter:blur(0);}}

.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%);}}

.sc_1x8zvs,.sc_6yz2fz{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;}.sc_1x8zvs:hover,.sc_6yz2fz:hover{border-color:rgba(var(--e1486-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

html:not(.sc_6bhna0) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_6eo9p9 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_ahr9ce {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_ahr9ce .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_n12kbf, .sc_fl1ioe {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_n12kbf .nav-link,
    .sc_fl1ioe .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_ju1xvb {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_m05uvz {
        flex-shrink: 0;
    }
}

div.sc_b7d47h:not(.sc_wzl852) {
    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_b7d47h:not(.sc_wzl852) + .sc_9ts8tl {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_b7d47h.sc_k9pn1w {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_b7d47h.sc_k9pn1w + .sc_9ts8tl,
div.sc_b7d47h:not(.sc_wzl852) + .sc_9ts8tl.scrolled {
    top: 0;
}
div.sc_b7d47h:not(.sc_wzl852) ~ .sc_grijzj {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_b7d47h:not(.sc_wzl852) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_b7d47h:not(.sc_wzl852) + .sc_9ts8tl {
        top: 0;
    }
    div.sc_b7d47h:not(.sc_wzl852) ~ .sc_grijzj {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_x9gjte {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_x9gjte .sc_o8lkcl {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_ahr9ce {
        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_ahr9ce .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_ahr9ce .nav-link::after { display: none !important; }
    .sc_ju1xvb { display: none !important; }
    .sc_n12kbf, .sc_fl1ioe { display: none !important; }
}

@media (max-width: 992px) {
    .sc_ahr9ce { right: 0 !important; left: auto !important; width: min(300px,85vw) !important; background: var(--bg-card) !important; padding: 100px 28px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: scale(0.97) !important; transition: opacity 0.3s ease, visibility 0.3s, transform 0.3s ease !important; }
    .sc_ahr9ce.active { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: scale(1) !important; }
    .sc_ahr9ce .nav-link { opacity: 0 !important; transform: translateY(10px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .sc_ahr9ce.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .sc_ahr9ce.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(2){transition-delay:.20s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(3){transition-delay:.25s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(4){transition-delay:.30s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(5){transition-delay:.35s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(7){transition-delay:.45s !important;}
    .sc_ahr9ce.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.sc_1x8zvs,
.sc_6yz2fz,
.sc_j4vxa4,
.sc_iayqiy,
.sc_zmj2m0,
.sc_d57hfc {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_1x8zvs *,
.sc_6yz2fz *,
.sc_j4vxa4 *,
.sc_iayqiy *,
.sc_zmj2m0 * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_1x8zvs, .sc_6yz2fz, .sc_j4vxa4 {
        animation-fill-mode: forwards !important;
    }
}
.sc_j4vxa4 + .sc_j4vxa4 {
    margin-top: 1.5rem;
}

.sc_grijzj .sc_k7f8nw ~ .container,
.sc_grijzj .sc_k7f8nw ~ .container * {
    color: #fff;
}
.sc_grijzj .sc_k7f8nw ~ .container p,
.sc_grijzj .sc_k7f8nw ~ .container .sc_v9adij {
    color: rgba(255,255,255,0.85);
}
.sc_grijzj .sc_k7f8nw ~ .container .sc_aevdo4 {
    color: inherit;
}
.sc_aokxft .sc_0tzrtj { color: #fff; }
.sc_aokxft .sc_wivdbe { color: var(--e1486); }
.sc_aokxft .sc_gafhbp { color: rgba(255,255,255,0.55); }
.sc_aokxft .sc_q1vvog a { color: rgba(255,255,255,0.65); }
.sc_aokxft .sc_q1vvog a:hover { color: #fff; }
.sc_lwxm6t[style*="background:none"] { background: none !important; }
.sc_lwxm6t[style*="background:none"]::before,
.sc_lwxm6t[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.678;
    letter-spacing: 0.004em;
}

.sc_1x8zvs, .sc_6yz2fz, .sc_j4vxa4, .sc_9shks8, .sc_iayqiy {
    padding: 30px;
}
.sc_1x8zvs, .sc_6yz2fz, .sc_j4vxa4, .sc_9shks8, .sc_iayqiy .card-body {
    padding: 21px 18px;
}
.row > [class*="col"]:nth-child(1) .sc_1x8zvs,
.row > [class*="col"]:nth-child(1) .sc_6yz2fz {
    padding: 33px;
    border-radius: calc(var(--e746) + 2px);
}
.row > [class*="col"]:nth-child(2) .sc_1x8zvs,
.row > [class*="col"]:nth-child(2) .sc_6yz2fz {
    padding: 30px;
    border-radius: calc(var(--e746) + 0px);
}
.row > [class*="col"]:nth-child(3) .sc_1x8zvs,
.row > [class*="col"]:nth-child(3) .sc_6yz2fz {
    padding: 29px;
    border-radius: calc(var(--e746) + -1px);
}
.row > [class*="col"]:nth-child(4) .sc_1x8zvs,
.row > [class*="col"]:nth-child(4) .sc_6yz2fz {
    padding: 29px;
    border-radius: calc(var(--e746) + 0px);
}
.row > [class*="col"]:nth-child(5) .sc_1x8zvs,
.row > [class*="col"]:nth-child(5) .sc_6yz2fz {
    padding: 29px;
    border-radius: calc(var(--e746) + -2px);
}
.row > [class*="col"]:nth-child(6) .sc_1x8zvs,
.row > [class*="col"]:nth-child(6) .sc_6yz2fz {
    padding: 33px;
    border-radius: calc(var(--e746) + 0px);
}

.sc_aevdo4 {
    padding: 13px 28px;
    font-size: 16px;
    letter-spacing: 0.473px;
    border-radius: calc(var(--e746) + 2px);
}
.sc_ngrm6g {
    padding: 14px 27px;
    border-width: 1px;
}

main > section {
    padding-top: 96px;
    padding-bottom: 94px;
}
main > section:first-child {
    padding-top: 107px;
}
main > section:nth-child(2) {
    padding-top: 89px;
    padding-bottom: 99px;
}
main > section:nth-child(4) {
    padding-top: 97px;
    padding-bottom: 104px;
}
main > section:nth-child(5) {
    padding-top: 92px;
    padding-bottom: 92px;
}
main > section:nth-child(6) {
    padding-top: 101px;
    padding-bottom: 98px;
}

.sc_sak5k2 {
    margin-bottom: 47px;
}

.sc_1x8zvs, .sc_6yz2fz, .sc_j4vxa4, .sc_iayqiy {
    box-shadow: 1px 5px 20px rgba(0,0,0,0.082);
}

.sc_grijzj {
    padding-top: 99px;
}
.sc_nj4p6s {
    margin-bottom: 28px;
}
.sc_v9adij {
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 1.646;
}
.sc_0tzrtj {
    font-size: 13px;
    letter-spacing: 2.421px;
    margin-bottom: 19px;
}
.sc_5eawli {
    gap: 11px;
}

.sc_6eubg1 img {
    border-radius: 17px;
    box-shadow: 0 18px 36px rgba(0,0,0,0.155);
}

.sc_61nehr {
    width: 52px;
    height: 52px;
    font-size: 21px;
    border-radius: 15px;
    margin-bottom: 21px;
}

.sc_xuptgz, .card-title {
    font-size: 19px;
    margin-bottom: 10px;
}
.sc_lpnv4b, .card-text {
    font-size: 14px;
    line-height: 1.612;
}

.sc_rg8v82 {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
.sc_wivdbe {
    font-size: 12px;
    letter-spacing: 3.389px;
    margin-bottom: 13px;
}
.sc_yqy7k4 {
    font-size: 16px;
    line-height: 1.613;
}

@media (min-width: 993px) {
    .sc_ahr9ce {
        gap: 31px;
    }
    .sc_ahr9ce .nav-link {
        font-size: 15px;
        padding: 6px 0;
    }
}

.sc_lwxm6t {
    padding-top: 74px;
}
.sc_spekh8 .sc_wdnfyb {
    font-size: 17px;
    margin-bottom: 19px;
}
.sc_q1vvog a {
    font-size: 14px;
}
.sc_q1vvog li {
    margin-bottom: 10px;
}
.sc_iwhvkn {
    gap: 10px;
}
.sc_iwhvkn a {
    width: 37px;
    height: 37px;
}
.sc_cw73fl {
    padding: 22px 0;
    margin-top: 54px;
}

.form-control {
    border-radius: 10px;
    padding: 14px 13px;
    font-size: 14px;
}

.sc_9shks8 {
    padding: 33px;
}
.sc_lpd55n {
    font-size: 18px;
    line-height: 1.699;
    margin-bottom: 24px;
}
.sc_b74rf9 {
    width: 51px;
    height: 51px;
}
.sc_uew3gn {
    font-size: 15px;
}
.sc_e4abqd {
    font-size: 12px;
}

.sc_iayqiy {
    padding: 39px;
}
.sc_gxfjtb {
    font-size: 20px;
    margin-bottom: 9px;
}
.sc_z1f6gs {
    font-size: 46px;
    margin-bottom: 24px;
}
.sc_803f3e li {
    padding: 8px 0;
    font-size: 14px;
}

.sc_bkdd48, .stat-number {
    font-size: 42px;
    margin-bottom: 3px;
}
.sc_4926n7 {
    font-size: 15px;
    letter-spacing: 0.601px;
}

.sc_h5mzbg img {
    border-radius: 11px;
}
.sc_5am6d3 {
    font-size: 19px;
    margin-bottom: 5px;
}
.sc_fs9jih {
    font-size: 12px;
}

.sc_dttm1r {
    font-size: 27px;
    margin-bottom: 11px;
}
.sc_mjgpkg {
    font-size: 19px;
    margin-bottom: 10px;
}

.wow {
    animation-duration: 0.719s !important;
}

/* Fallback layout for the benefits grid carousel (when Swiper isn't initialized / CDN blocked). */
#grid-carousel .sc_mqol22:not(.swiper-initialized) {
    overflow: visible;
}
#grid-carousel .sc_mqol22:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
#grid-carousel .sc_mqol22:not(.swiper-initialized) .swiper-slide {
    width: auto;
    height: auto;
}
#grid-carousel .sc_mqol22:not(.swiper-initialized) .swiper-pagination {
    display: none;
}

@media (max-width: 992px) {
    #grid-carousel .sc_mqol22:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #grid-carousel .sc_mqol22:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    #grid-carousel .sc_mqol22:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: 1fr;
    }
}
.sc_1x8zvs, .sc_6yz2fz, .sc_j4vxa4, .sc_9shks8,
.sc_iayqiy, .sc_d57hfc {
    transition-duration: 0.306s;
}

.row {
    --bs-gutter-y: 26px;
}

.sc_7duur9 {
    padding: 79px 0;
}
.sc_sks5u1 {
    font-size: 34px;
    margin-bottom: 19px;
}
.sc_75qdjb {
    font-size: 16px;
    margin-bottom: 26px;
}

.sc_j4vxa4 .sc_b3shq1 img {
    border-radius: 11px 11px 0 0;
}
.sc_u0k3kk {
    font-size: 12px;
    margin-bottom: 5px;
    gap: 10px;
}

.sc_9ts8tl {
    padding: 15px 0;
}
.sc_9ts8tl.scrolled {
    padding: 10px 0;
}
.sc_m05uvz {
    font-size: 21px;
}
.sc_ju1xvb {
    margin-left: 12px;
}

:root {
    --_tag: '82c88';
    --_stamp: 82939;
}
.theme-marker { font-style: inherit; font-variant: normal; --_ref: '77' }
.frame-ref { --_ref: '542' }
.view-anchor { vertical-align: baseline; box-sizing: border-box }

.sc_aokxft h1, .sc_aokxft h2, .sc_aokxft h3, .sc_aokxft h4, .sc_aokxft h5, .sc_aokxft h6 { color: #fff !important; }
.sc_aokxft { color: rgba(255,255,255,0.85) !important; }
.sc_aokxft p, .sc_aokxft li, .sc_aokxft span:not(.badge):not(.sc_aevdo4), .sc_aokxft .sc_5xh7bj, .sc_aokxft label, .sc_aokxft blockquote, .sc_aokxft figcaption, .sc_aokxft dt, .sc_aokxft dd, .sc_aokxft td, .sc_aokxft th { color: rgba(255,255,255,0.78) !important; }
.sc_aokxft a:not(.sc_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_aokxft a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.sc_aokxft .sc_bkdd48 { color: #fff !important; }
.sc_aokxft .sc_4926n7 { 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_aevdo4), .bg-dark-custom .sc_5xh7bj, .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_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_bkdd48 { color: #fff !important; }
.bg-dark-custom .sc_4926n7 { 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_aevdo4), .bg-gradient-custom .sc_5xh7bj, .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_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_bkdd48 { color: #fff !important; }
.bg-gradient-custom .sc_4926n7 { 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_aevdo4), .bg-accent-custom .sc_5xh7bj, .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_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_bkdd48 { color: #fff !important; }
.bg-accent-custom .sc_4926n7 { color: rgba(255,255,255,0.7) !important; }

.sc_7duur9 h1, .sc_7duur9 h2, .sc_7duur9 h3, .sc_7duur9 h4, .sc_7duur9 h5, .sc_7duur9 h6 { color: #fff !important; }
.sc_7duur9 { color: rgba(255,255,255,0.85) !important; }
.sc_7duur9 p, .sc_7duur9 li, .sc_7duur9 span:not(.badge):not(.sc_aevdo4), .sc_7duur9 .sc_5xh7bj, .sc_7duur9 label, .sc_7duur9 blockquote, .sc_7duur9 figcaption, .sc_7duur9 dt, .sc_7duur9 dd, .sc_7duur9 td, .sc_7duur9 th { color: rgba(255,255,255,0.78) !important; }
.sc_7duur9 a:not(.sc_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_7duur9 a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.sc_7duur9 .sc_bkdd48 { color: #fff !important; }
.sc_7duur9 .sc_4926n7 { color: rgba(255,255,255,0.7) !important; }

.sc_2rge8g h1, .sc_2rge8g h2, .sc_2rge8g h3, .sc_2rge8g h4, .sc_2rge8g h5, .sc_2rge8g h6 { color: #fff !important; }
.sc_2rge8g { color: rgba(255,255,255,0.85) !important; }
.sc_2rge8g p, .sc_2rge8g li, .sc_2rge8g span:not(.badge):not(.sc_aevdo4), .sc_2rge8g .sc_5xh7bj, .sc_2rge8g label, .sc_2rge8g blockquote, .sc_2rge8g figcaption, .sc_2rge8g dt, .sc_2rge8g dd, .sc_2rge8g td, .sc_2rge8g th { color: rgba(255,255,255,0.78) !important; }
.sc_2rge8g a:not(.sc_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_2rge8g a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.sc_2rge8g .sc_bkdd48 { color: #fff !important; }
.sc_2rge8g .sc_4926n7 { color: rgba(255,255,255,0.7) !important; }

.sc_b7d47h h1, .sc_b7d47h h2, .sc_b7d47h h3, .sc_b7d47h h4, .sc_b7d47h h5, .sc_b7d47h h6 { color: #fff !important; }
.sc_b7d47h { color: rgba(255,255,255,0.85) !important; }
.sc_b7d47h p, .sc_b7d47h li, .sc_b7d47h span:not(.badge):not(.sc_aevdo4), .sc_b7d47h .sc_5xh7bj, .sc_b7d47h label, .sc_b7d47h blockquote, .sc_b7d47h figcaption, .sc_b7d47h dt, .sc_b7d47h dd, .sc_b7d47h td, .sc_b7d47h th { color: rgba(255,255,255,0.78) !important; }
.sc_b7d47h a:not(.sc_aevdo4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_b7d47h a:not(.sc_aevdo4):not(.nav-link):hover { color: #fff !important; }
.sc_b7d47h .sc_bkdd48 { color: #fff !important; }
.sc_b7d47h .sc_4926n7 { color: rgba(255,255,255,0.7) !important; }

.sc_lwxm6t { color: rgba(255,255,255,0.65) !important; }
.sc_lwxm6t h1, .sc_lwxm6t h2, .sc_lwxm6t h3,
.sc_lwxm6t h4, .sc_lwxm6t h5, .sc_lwxm6t h6,
.sc_lwxm6t .sc_wdnfyb { color: #fff !important; }
.sc_lwxm6t p, .sc_lwxm6t li, .sc_lwxm6t span,
.sc_lwxm6t label { color: rgba(255,255,255,0.6) !important; }
.sc_lwxm6t a:not(.sc_aevdo4) { color: rgba(255,255,255,0.65) !important; }
.sc_lwxm6t a:not(.sc_aevdo4):hover { color: #fff !important; }
