@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&family=Rubik:wght@400;500&display=swap');

:root {
    --bg-primary: #f8f7f6;
    --bg-secondary: #f3f1f0;
    --bg-card: #fdfcfc;
    --bg-card-hover: #f2efed;
    --text-primary: #332c27;
    --text-secondary: #7a5f4d;
    --text-muted: #9f8270;
    --border-color: #e4dbd4;
    --border-light: #d9d3ce;
    --footer-dark-bg: #1e1311;
    --g14y2: #d05a44;
    --g15m6: #bf8a23;
    --g16e8: #c730a3;
    --g1bc: linear-gradient(45deg, var(--g14y2), var(--g15m6));
    --g1bc-alt: linear-gradient(45deg, var(--g15m6), var(--g16e8));
    --accent-glow: 0 4px 20px rgba(208, 90, 68, 0.25);
}

:root {
    --g14y2: #d05a44;
    --g15m6: #bf8a23;
    --g16e8: #c730a3;
    --g1bc: linear-gradient(45deg, var(--g14y2), var(--g15m6));
    --g3n6: 'Teko', sans-serif;
    --g5vj: 'Rubik', sans-serif;
    --g19mq: 64px;
    --g20xh: 44px;
    --g21jw: 30px;
    --g17ez: 18px;
    --g18bk: 500;
    --g6p5: 18px;
    --g7mw: 24px;
    --g8nw: 32px;
    --g9m5: 44px;
    --g4dh: 50px;
    --g10d3: 0 4px 12px rgba(0,0,0,0.1);
    --g11iz: 0 8px 24px rgba(0,0,0,0.14);
    --g12go: 0 16px 40px rgba(0,0,0,0.18);
    --g13c7: 0 24px 60px rgba(0,0,0,0.22);
    --sc_nxlcf1: 40px 0;
}
.sc_qimee4 {
    border-radius: 6px;
    padding: 12px 24px;
}
.sc_griekr, .sc_i5nwh8, .sc_i42w8q, .sc_yj5er0, .sc_fj61kq {
    border-width: 1px;
    border-color: var(--border-color);
}

.sc_anjmp9 {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin: 40px 0;
}

.btn-link-custom::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--g14y2);
    transition: width 0.3s, left 0.3s;
}
.btn-link-custom:hover::after {
    width: 100%;
    left: 0;
}

.sc_anjmp9 {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.sc_uqe874 { min-height: 100vh; padding-bottom: 120px; }
.sc_nvncl6 img {
    border-radius: var(--g8nw);
    box-shadow: var(--g13c7);
}
.sc_izeuae {
    background: var(--bg-card, #fff);
    padding: 40px 36px;
    border-radius: var(--g8nw);
    box-shadow: var(--g12go);
    margin-top: -80px;
    position: relative;
    z-index: 5;
    border: 1px solid var(--border-color);
}
.sc_bq4fd9 { background: var(--g14y2); color: #fff !important; padding: 6px 16px; border-radius: var(--g6p5); font-size: 11px; }

.sc_ircxad { background: transparent; padding: 24px 0; }
.sc_ircxad .sc_ajitdn { padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }
.sc_ircxad.scrolled { background: var(--bg-primary); padding: 12px 0; }
.sc_ircxad.scrolled .sc_ajitdn { border-bottom: none; }
.sc_jqzcvw .nav-link::after { display: none; }
.sc_jqzcvw .nav-link:hover { opacity: 0.6; }
.sc_d20izp { font-weight: 400; letter-spacing: 2px; text-transform: uppercase; font-size: 18px; }

.sc_psoate {
    background: #2c1810;
    color: rgba(255,235,220,0.6);
    padding-top: 80px;
}
.sc_psoate h4,.sc_psoate h5 { color: #fff0e6; }
.sc_au989z .sc_bxatc3::after { background: #d4956a; width: 50px; }
.sc_y4bbjt a { color: rgba(255,235,220,0.6); }
.sc_y4bbjt a:hover { color: #d4956a; }
.footer-contact li { color: rgba(255,235,220,0.6); }
.footer-contact li i { color: #d4956a; }
.sc_klyfuo a { border-color: rgba(255,235,220,0.15); color: rgba(255,235,220,0.6); }
.sc_klyfuo a:hover { background: #d4956a; border-color: #d4956a; color: #2c1810; }
.sc_y66cp1 { border-top: 1px solid rgba(255,235,220,0.08); }
.sc_y66cp1 p { color: rgba(255,235,220,0.3); }

.contact-section .sc_tj2ryu {
    background: var(--bg-card, #fff);
    padding: 40px;
    border-radius: var(--g8nw);
    box-shadow: var(--g12go);
    border: 1px solid var(--border-color);
}
.contact-section .form-control { border-radius: var(--g7mw); padding: 14px 18px; }
.contact-section .sc_qimee4 { width: 100%; padding: 16px; }

.sc_d20izp { font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace; font-size: 18px; font-weight: 500; letter-spacing: -0.5px; }

.sc_agacb6, .card-title, .sc_iodrqv {
    background: var(--g1bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.sc_psoate .sc_agacb6, .sc_psoate .card-title, .sc_psoate .sc_iodrqv,
.sc_ircxad .sc_agacb6, .sc_ircxad .card-title, .sc_ircxad .sc_iodrqv {
    -webkit-text-fill-color: initial;
    background: none;
}

.sc_nvncl6 img {
    border: 3px solid var(--g14y2);
    outline: 3px solid var(--g14y2);
    outline-offset: 6px;
    border-radius: var(--g7mw);
}

.sc_lcbnb7 .sc_rby0kz img, .sc_rby0kz img {
    border-radius: 30%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 3px solid var(--g14y2);
}

section:not(.sc_uqe874) .col-lg-6 img, section:not(.sc_uqe874) .col-lg-5 img, .about-section img, section img.rounded {
    outline: 2px solid var(--g14y2);
    outline-offset: 8px;
    border-radius: var(--g7mw);
}

.sc_pu2639 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; transition: transform 0.15s ease; }
.sc_pu2639:active { transform: scale(0.88); }
.sc_pu2639 .sc_cjjlxv { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.35s cubic-bezier(0.23,1,0.32,1), opacity 0.25s ease; }
.sc_pu2639.active .sc_cjjlxv:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_pu2639.active .sc_cjjlxv:nth-child(2) { opacity: 0; transform: scaleX(0); }
.sc_pu2639.active .sc_cjjlxv:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'\2605';display:block;text-align:center;color:var(--g14y2);opacity:0.2;font-size:14px;padding:12px 0;}

.progress-pct{position:fixed;bottom:20px;left:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--g14y2);background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;z-index:9990;opacity:0.6;font-family:var(--g5vj);}@media(max-width:768px){.progress-pct{display:none;}}

.sc_griekr,.sc_i5nwh8{opacity:0;animation:slideLeft 0.45s ease forwards;}.row>[class*="col"]:nth-child(odd) .sc_griekr,.row>[class*="col"]:nth-child(odd) .sc_i5nwh8{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .sc_griekr,.row>[class*="col"]:nth-child(even) .sc_i5nwh8{animation-name:slideRight;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.05s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.1s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.15s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.2s;}@keyframes slideLeft{from{opacity:0;transform:translateX(-25px);}to{opacity:1;transform:translateX(0);}}@keyframes slideRight{from{opacity:0;transform:translateX(25px);}to{opacity:1;transform:translateX(0);}}

@media(prefers-reduced-motion:reduce){.sc_griekr,.sc_i5nwh8,.sc_yj5er0,.sc_fj61kq,.sc_lcbnb7,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle,var(--g14y2) 0.8px,transparent 0.8px);background-size:32px 32px;opacity:0.025;}

main > section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
main > section.in-view {
    opacity: 1;
    transform: translateY(0);
}
.sc_uqe874 { opacity: 1 !important; transform: none !important; }

.sc_griekr,.sc_i5nwh8,.sc_yj5er0,.sc_i42w8q,.sc_fj61kq{transition:border-color 0.4s ease,box-shadow 0.4s ease;}.sc_griekr:hover,.sc_i5nwh8:hover,.sc_yj5er0:hover,.sc_i42w8q:hover,.sc_fj61kq:hover{border-color:var(--g14y2) !important;box-shadow:0 0 0 1px var(--g14y2),0 8px 30px rgba(0,0,0,0.08) !important;}

.sc_jqzcvw .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--g14y2);transition:width 0.3s ease,left 0.3s ease;border-radius:1px;}.sc_jqzcvw .nav-link:hover::after,.sc_jqzcvw .nav-link.active::after{width:100%;left:0;}

.nav-badge{position:relative;}.nav-badge::after{content:'';position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%;animation:badgePing 1.5s cubic-bezier(0,0,0.2,1) infinite;}@keyframes badgePing{75%,100%{transform:scale(2);opacity:0;}}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-hex{position:absolute;width:60px;height:34px;background:var(--g14y2);opacity:0.025;animation:floatHex 22s ease-in-out infinite alternate;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);}@keyframes floatHex{0%{transform:translateY(0) rotate(0deg);}100%{transform:translateY(-80px) rotate(60deg);}}

html:not(.sc_ayu38r) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_ajitdn {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_jqzcvw {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_jqzcvw .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_vgvy0q, .sc_flkzxl {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_vgvy0q .nav-link,
    .sc_flkzxl .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_a5zicg {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_d20izp {
        flex-shrink: 0;
    }
}

div.sc_anjmp9:not(.sc_nxlcf1) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 0 !important;
    line-height: 1.5;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.sc_anjmp9:not(.sc_nxlcf1) + .sc_ircxad {
    top: 36px;
    background: var(--bg-primary, #ffffff);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

body:has(> div.sc_anjmp9:not(.sc_nxlcf1)) {
    padding-top: 36px;
}
div.sc_anjmp9.sc_oimkub {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_anjmp9.sc_oimkub + .sc_ircxad,
div.sc_anjmp9:not(.sc_nxlcf1) + .sc_ircxad.scrolled {
    top: 0;
}
div.sc_anjmp9:not(.sc_nxlcf1) ~ .sc_uqe874,
div.sc_anjmp9:not(.sc_nxlcf1) ~ main > .sc_uqe874,
div.sc_anjmp9:not(.sc_nxlcf1) ~ section.sc_uqe874 {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div.sc_anjmp9:not(.sc_nxlcf1) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div.sc_anjmp9:not(.sc_nxlcf1) + .sc_ircxad {
        top: 0;
    }
    
    body:has(> div.sc_anjmp9:not(.sc_nxlcf1)) {
        padding-top: 0;
    }
    div.sc_anjmp9:not(.sc_nxlcf1) ~ .sc_uqe874,
    div.sc_anjmp9:not(.sc_nxlcf1) ~ main > .sc_uqe874,
    div.sc_anjmp9:not(.sc_nxlcf1) ~ section.sc_uqe874 {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    .sc_pu2639 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_pu2639 .sc_cjjlxv {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_jqzcvw {
        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_jqzcvw .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_jqzcvw .nav-link::after { display: none !important; }
    .sc_a5zicg { display: none !important; }
    .sc_vgvy0q, .sc_flkzxl { display: none !important; }
}

@media (max-width: 992px) {
    .sc_jqzcvw { 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; }
    .sc_jqzcvw.active { right: 0 !important; }
    .sc_jqzcvw .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; }
    .sc_jqzcvw .nav-link::before { content: counter(nav-item, decimal-leading-zero) !important; font-size: 11px !important; font-weight: 700 !important; color: var(--g14y2) !important; letter-spacing: 1px !important; flex-shrink: 0 !important; width: 22px !important; display: inline !important; }
    .sc_jqzcvw.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .sc_jqzcvw.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .sc_jqzcvw.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.sc_griekr,
.sc_i5nwh8,
.sc_yj5er0,
.sc_fj61kq,
.sc_cuqamo,
.sc_lcbnb7 {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_griekr *,
.sc_i5nwh8 *,
.sc_yj5er0 *,
.sc_fj61kq *,
.sc_cuqamo * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_griekr, .sc_i5nwh8, .sc_yj5er0 {
        animation-fill-mode: forwards !important;
    }
}
.sc_yj5er0 + .sc_yj5er0 {
    margin-top: 1.5rem;
}

.sc_uqe874 .sc_vddac3 ~ .container,
.sc_uqe874 .sc_vddac3 ~ .container * {
    color: #fff;
}
.sc_uqe874 .sc_vddac3 ~ .container p,
.sc_uqe874 .sc_vddac3 ~ .container .sc_djbkgo {
    color: rgba(255,255,255,0.85);
}
.sc_uqe874 .sc_vddac3 ~ .container .sc_qimee4 {
    color: inherit;
}
.sc_psoate[style*="background:none"] { background: none !important; }
.sc_psoate[style*="background:none"]::before,
.sc_psoate[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%;
}

.flip-swiper .swiper-button-next,
.flip-swiper .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);
}
.flip-swiper .swiper-button-next::after,
.flip-swiper .swiper-button-prev::after {
    font-size: 14px;
    color: var(--text-primary, #1a1a2e);
}
.flip-swiper .swiper-button-next { right: 0; }
.flip-swiper .swiper-button-prev { left: 0; }

.sc_griekr, .sc_cuqamo, .sc_i5nwh8, .sc_yj5er0,
.sc_fj61kq, .sc_lcbnb7, .sc_i42w8q, .counter-item,
.card { overflow: hidden; }

.sc_griekr h1, .sc_griekr h2, .sc_griekr h3, .sc_griekr h4, .sc_griekr h5, .sc_griekr h6,
.sc_cuqamo h1, .sc_cuqamo h2, .sc_cuqamo h3, .sc_cuqamo h4,
.sc_i5nwh8 h1, .sc_i5nwh8 h2, .sc_i5nwh8 h3, .sc_i5nwh8 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;
}

.sc_griekr p, .sc_griekr span, .sc_griekr li,
.sc_cuqamo p, .sc_i5nwh8 p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.sc_f05dst, .sc_he2pj6, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.sc_griekr .stat-number, .sc_griekr [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.62;
    letter-spacing: 0.0em;
}

.sc_griekr, .sc_i5nwh8, .sc_yj5er0, .sc_i42w8q, .sc_fj61kq {
    padding: 26px;
}
.sc_griekr, .sc_i5nwh8, .sc_yj5er0, .sc_i42w8q, .sc_fj61kq .card-body {
    padding: 22px 23px;
}
.row > [class*="col"]:nth-child(1) .sc_griekr,
.row > [class*="col"]:nth-child(1) .sc_i5nwh8 {
    padding: 27px;
    border-radius: calc(var(--g7mw) + 1px);
}
.row > [class*="col"]:nth-child(2) .sc_griekr,
.row > [class*="col"]:nth-child(2) .sc_i5nwh8 {
    padding: 27px;
    border-radius: calc(var(--g7mw) + 1px);
}
.row > [class*="col"]:nth-child(3) .sc_griekr,
.row > [class*="col"]:nth-child(3) .sc_i5nwh8 {
    padding: 23px;
    border-radius: calc(var(--g7mw) + 1px);
}
.row > [class*="col"]:nth-child(4) .sc_griekr,
.row > [class*="col"]:nth-child(4) .sc_i5nwh8 {
    padding: 28px;
    border-radius: calc(var(--g7mw) + 0px);
}
.row > [class*="col"]:nth-child(5) .sc_griekr,
.row > [class*="col"]:nth-child(5) .sc_i5nwh8 {
    padding: 27px;
    border-radius: calc(var(--g7mw) + 0px);
}
.row > [class*="col"]:nth-child(6) .sc_griekr,
.row > [class*="col"]:nth-child(6) .sc_i5nwh8 {
    padding: 24px;
    border-radius: calc(var(--g7mw) + 1px);
}

.sc_qimee4 {
    padding: 13px 27px;
    font-size: 14px;
    letter-spacing: 0.402px;
    border-radius: calc(var(--g7mw) + 1px);
}
.sc_rnlb1n {
    padding: 14px 26px;
    border-width: 2px;
}

main > section {
    padding-top: 96px;
    padding-bottom: 94px;
}
main > section:first-child {
    padding-top: 106px;
}
main > section:nth-child(3) {
    padding-top: 99px;
    padding-bottom: 103px;
}
main > section:nth-child(4) {
    padding-top: 101px;
    padding-bottom: 103px;
}
main > section:nth-child(5) {
    padding-top: 95px;
    padding-bottom: 95px;
}

.sc_svujb5 {
    margin-bottom: 59px;
}

.sc_griekr, .sc_i5nwh8, .sc_yj5er0, .sc_fj61kq {
    box-shadow: 2px 3px 19px rgba(0,0,0,0.082);
}

.sc_uqe874 {
    padding-top: 105px;
}
.sc_sb1of1 {
    margin-bottom: 28px;
}
.sc_djbkgo {
    margin-bottom: 42px;
    font-size: 19px;
    line-height: 1.658;
}
.sc_bq4fd9 {
    font-size: 11px;
    letter-spacing: 3.059px;
    margin-bottom: 25px;
}
.sc_ll5gnm {
    gap: 12px;
}

.sc_nvncl6 img {
    border-radius: 13px;
    box-shadow: 0 11px 41px rgba(0,0,0,0.121);
}

.sc_a9tgnb {
    width: 50px;
    height: 50px;
    font-size: 21px;
    border-radius: 9px;
    margin-bottom: 18px;
}

.sc_agacb6, .card-title {
    font-size: 19px;
    margin-bottom: 7px;
}
.sc_idemnd, .card-text {
    font-size: 15px;
    line-height: 1.577;
}

.sc_iodrqv {
    margin-bottom: 16px;
    letter-spacing: 0.089px;
}
.sc_g98kju {
    font-size: 14px;
    letter-spacing: 3.269px;
    margin-bottom: 11px;
}
.sc_oo348z {
    font-size: 18px;
    line-height: 1.669;
}

@media (min-width: 993px) {
    .sc_jqzcvw {
        gap: 27px;
    }
    .sc_jqzcvw .nav-link {
        font-size: 15px;
        padding: 10px 0;
    }
}

.sc_psoate {
    padding-top: 80px;
}
.sc_au989z .sc_bxatc3 {
    font-size: 17px;
    margin-bottom: 18px;
}
.sc_y4bbjt a {
    font-size: 14px;
}
.sc_y4bbjt li {
    margin-bottom: 11px;
}
.sc_klyfuo {
    gap: 11px;
}
.sc_klyfuo a {
    width: 36px;
    height: 36px;
}
.sc_y66cp1 {
    padding: 20px 0;
    margin-top: 55px;
}

.form-control {
    border-radius: 5px;
    padding: 12px 17px;
    font-size: 16px;
}

.sc_i42w8q {
    padding: 36px;
}
.sc_x23ddh {
    font-size: 16px;
    line-height: 1.671;
    margin-bottom: 19px;
}
.sc_nuvlo4 {
    width: 48px;
    height: 48px;
}
.sc_d8alqv {
    font-size: 16px;
}
.sc_n6pr9o {
    font-size: 14px;
}

.sc_fj61kq {
    padding: 34px;
}
.sc_czkjis {
    font-size: 18px;
    margin-bottom: 11px;
}
.sc_szsp32 {
    font-size: 40px;
    margin-bottom: 22px;
}
.sc_qrn6uh li {
    padding: 8px 0;
    font-size: 13px;
}

.sc_f05dst, .stat-number {
    font-size: 41px;
    margin-bottom: 7px;
}
.sc_he2pj6 {
    font-size: 15px;
    letter-spacing: 0.251px;
}

.sc_rby0kz img {
    border-radius: 7px;
}
.sc_bj09lm {
    font-size: 19px;
    margin-bottom: 2px;
}
.sc_nea04b {
    font-size: 12px;
}

.sc_w6uwzi {
    font-size: 37px;
    margin-bottom: 14px;
}
.sc_qra8ql {
    font-size: 17px;
    margin-bottom: 6px;
}

.wow {
    animation-duration: 0.684s !important;
}
.sc_griekr, .sc_i5nwh8, .sc_yj5er0, .sc_i42w8q,
.sc_fj61kq, .sc_lcbnb7 {
    transition-duration: 0.306s;
}

.row {
    --bs-gutter-y: 26px;
}

.sc_zxuqif {
    padding: 83px 0;
}
.sc_yukan1 {
    font-size: 36px;
    margin-bottom: 14px;
}
.sc_z9e6nk {
    font-size: 17px;
    margin-bottom: 25px;
}

.sc_yj5er0 .sc_hefme0 img {
    border-radius: 13px 13px 0 0;
}
.sc_dfupne {
    font-size: 14px;
    margin-bottom: 8px;
    gap: 12px;
}

.sc_ircxad {
    padding: 19px 0;
}
.sc_ircxad.scrolled {
    padding: 15px 0;
}
.sc_d20izp {
    font-size: 25px;
}
.sc_a5zicg {
    margin-left: 19px;
}

:root {
    --_build: 'aff9';
    --_env: 2.76;
    --_ver: '106b5';
    --_rev: 65722;
}
.env-flag { vertical-align: baseline }
.a11y-skip { font-style: inherit; font-variant: normal; box-sizing: border-box }

.sc_psoate { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.65) !important; }
.sc_psoate h1, .sc_psoate h2, .sc_psoate h3,
.sc_psoate h4, .sc_psoate h5, .sc_psoate h6,
.sc_psoate .sc_bxatc3 { color: #fff !important; }
.sc_psoate p, .sc_psoate li, .sc_psoate span,
.sc_psoate label { color: rgba(255,255,255,0.6) !important; }
.sc_psoate a:not(.sc_qimee4) { color: rgba(255,255,255,0.65) !important; }
.sc_psoate a:not(.sc_qimee4):hover { color: #fff !important; }

.sc_husfec { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_husfec h1, .sc_husfec h2, .sc_husfec h3, .sc_husfec h4, .sc_husfec h5, .sc_husfec h6 { color: #fff !important; }
.sc_husfec p, .sc_husfec li, .sc_husfec span:not(.badge):not(.sc_qimee4) { color: rgba(255,255,255,0.78) !important; }
.sc_husfec a:not(.sc_qimee4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_husfec a:not(.sc_qimee4):not(.nav-link):hover { color: #fff !important; }
.sc_husfec .sc_f05dst { color: #fff !important; }
.sc_husfec .sc_he2pj6 { color: rgba(255,255,255,0.7) !important; }

.bg-dark-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-dark-custom li, .bg-dark-custom span:not(.badge):not(.sc_qimee4) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.sc_qimee4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_qimee4):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_f05dst { color: #fff !important; }
.bg-dark-custom .sc_he2pj6 { color: rgba(255,255,255,0.7) !important; }

.sc_zxuqif { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.sc_zxuqif h1, .sc_zxuqif h2, .sc_zxuqif h3, .sc_zxuqif h4, .sc_zxuqif h5, .sc_zxuqif h6 { color: #fff !important; }
.sc_zxuqif p, .sc_zxuqif li, .sc_zxuqif span:not(.badge):not(.sc_qimee4) { color: rgba(255,255,255,0.78) !important; }
.sc_zxuqif a:not(.sc_qimee4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_zxuqif a:not(.sc_qimee4):not(.nav-link):hover { color: #fff !important; }
.sc_zxuqif .sc_f05dst { color: #fff !important; }
.sc_zxuqif .sc_he2pj6 { color: rgba(255,255,255,0.7) !important; }

.bg-gradient-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-gradient-custom li, .bg-gradient-custom span:not(.badge):not(.sc_qimee4) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.sc_qimee4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_qimee4):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_f05dst { color: #fff !important; }
.bg-gradient-custom .sc_he2pj6 { color: rgba(255,255,255,0.7) !important; }

.bg-accent-custom { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !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 p, .bg-accent-custom li, .bg-accent-custom span:not(.badge):not(.sc_qimee4) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.sc_qimee4):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_qimee4):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_f05dst { color: #fff !important; }
.bg-accent-custom .sc_he2pj6 { color: rgba(255,255,255,0.7) !important; }

.sc_husfec .bg-card, .bg-dark-custom .bg-card,
.sc_zxuqif .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
.sc_husfec .sc_griekr, .bg-dark-custom .sc_griekr,
.sc_zxuqif .sc_griekr {
    background: rgba(255,255,255,0.05) !important;
    border-color: rgba(255,255,255,0.12) !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) !important; }
.text-force-dark p, .text-force-dark span, .text-force-dark li { color: var(--text-secondary) !important; }

.pl-bars{display:flex;align-items:center;gap:4px;height:36px;}.pl-bars span{width:4px;background:var(--g14y2);border-radius:2px;animation:plBar 1s ease-in-out infinite;}.pl-bars span:nth-child(1){height:12px;animation-delay:-.4s}.pl-bars span:nth-child(2){height:20px;animation-delay:-.3s}.pl-bars span:nth-child(3){height:28px;animation-delay:-.2s}.pl-bars span:nth-child(4){height:20px;animation-delay:-.1s}.pl-bars span:nth-child(5){height:12px}@keyframes plBar{0%,100%{transform:scaleY(.4);opacity:.5}50%{transform:scaleY(1);opacity:1}}