@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&family=Inter:wght@400;500&display=swap');

:root {
    --p14dl: #E52C97;
    --p15jf: #D1231F;
    --p16zn: #C542E2;
    --p1h1: linear-gradient(45deg, var(--p14dl), var(--p15jf));
    --p3fy: 'Bebas Neue', sans-serif;
    --p5ng: 'Inter', sans-serif;
    --p19ky: 40px;
    --p20hi: 30px;
    --p21gd: 22px;
    --p17ws: 15px;
    --p18wt: 700;
    --p6g2: 14px;
    --p7k7: 20px;
    --p8nc: 28px;
    --p9ps: 40px;
    --p4vv: 50px;
    --p10u2: none;
    --p11su: none;
    --p12wh: none;
    --p13sp: none;
    --xvpwmq: 80px 0;
}
.vl1ugh {
    border-radius: 4px;
    padding: 10px 24px;
}
.bors, .oeb6, .vtwe9a, .migul, .ez0j9 {
    border-width: 1px;
    border-color: var(--border-color);
}

.bors, .oeb6, .migul, .ez0j9, .vtwe9a {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bors:hover, .oeb6:hover, .migul:hover, .ez0j9:hover, .vtwe9a:hover {
    transform: scale(1.04);
    box-shadow: var(--p13sp);
    z-index: 2;
    position: relative;
}

.eqhal1 {
    position: relative;
    margin-top: 30px;
}
.eqhal1::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: inherit;
    border-radius: 50% 50% 0 0;
}

.pcc6vz {
    position: relative;
    margin-top: 40px;
}
.pcc6vz::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: inherit;
    clip-path: ellipse(55% 100% at 50% 100%);
}

.uw5fn {
    transition: box-shadow 0.3s;
}
.uw5fn:hover {
    box-shadow: 0 0 20px var(--p14dl), 0 0 40px rgba(var(--p14dl), 0.3);
}

.eniaoj {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.eniaoj .hero-bg { opacity: 0.5 !important; }
.eniaoj .tb6k {
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%) !important;
}
.eniaoj .xrvc6u { text-align: left; }
.eniaoj .dws8u { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.eniaoj .oyt7 { color: rgba(255,255,255,0.85); }
.eniaoj .da39 { background: rgba(255,255,255,0.15); color: #fff !important; backdrop-filter: blur(8px); }
.eniaoj .en2ea3 { border-color: rgba(255,255,255,0.5); color: #fff; }
.eniaoj .hrhj3 { justify-content: flex-start; }

/* Hero stats */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.hero-stat-item {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
}
.hero-stat-item:first-child { padding-left: 0; }
.hero-stat-item strong {
    font-family: var(--p3fy);
    font-size: 32px;
    font-weight: 800;
    color: var(--p14dl);
    line-height: 1;
}
.hero-stat-item span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}
.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

/* Hero image */
.hero-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.hero-main-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: var(--p8nc);
    display: block;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.hero-img-badge {
    position: absolute;
    bottom: 28px;
    left: -20px;
    background: var(--p14dl);
    color: #fff;
    padding: 12px 20px;
    border-radius: var(--p7k7);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    z-index: 2;
}
.hero-img-badge i { font-size: 18px; }
.hero-img-dot {
    position: absolute;
    border-radius: 50%;
    background: var(--p14dl);
    opacity: 0.25;
    animation: heroFloat 4s ease-in-out infinite;
}
.hero-img-dot-1 { width: 80px; height: 80px; top: -20px; right: -20px; animation-delay: 0s; }
.hero-img-dot-2 { width: 40px; height: 40px; top: 40px; right: 20px; animation-delay: 1s; }
@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
    .hero-img-wrap { display: none; }
    .eniaoj .xrvc6u { text-align: center; }
    .eniaoj .hrhj3 { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-stat-item:first-child { padding-left: 24px; }
}

.qbrbi3 {
    background: transparent;
    padding: 28px 40px;
}
.qbrbi3 .nz5447 { gap: 40px; }
.hatpmi { font-size: 28px; font-weight: 300; letter-spacing: 4px; text-transform: uppercase; }
.dbt3 { gap: 36px; }
.dbt3 .nav-link { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
.dbt3 .nav-link::after { height: 1px; bottom: -6px; }
.cgqb8t { letter-spacing: 1px; text-transform: uppercase; font-size: 11px; padding: 14px 28px !important; }
.qbrbi3.scrolled { background: var(--bg-primary); padding: 16px 40px; box-shadow: 0 1px 0 var(--border-color); }

.pcc6vz { background: var(--bg-primary); color: var(--text-secondary); padding: 60px 0; text-align: center; border-top: 1px solid var(--border-color); }
.pcc6vz p, .pcc6vz li, .pcc6vz span,
.pcc6vz .cfcx p, .pcc6vz .footer-contact li { color: var(--text-secondary); }
.pcc6vz h1,.pcc6vz h2,.pcc6vz h3,.pcc6vz h4,.pcc6vz h5 { color: var(--text-primary); }
.cfcx { text-align: center; }
.cfcx .jy9un::after { margin: 12px auto 0; }
.gtwc { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.gtwc li { margin-bottom: 0; }
.gtwc a { color: var(--text-secondary); }
.hrpvb { justify-content: center; }
.hrpvb a { background: var(--bg-secondary); border-color: var(--border-color); color: var(--text-secondary); }
.pn1ya { text-align: center; border-top: 1px solid var(--border-color); margin-top: 40px; }
.pn1ya p { color: var(--text-muted); }

.contact-section .form-control {
    border: none;
    border-bottom: 2px solid var(--border-color);
    border-radius: 0;
    padding: 12px 0;
    background: transparent;
    font-size: 16px;
}
.contact-section .form-control:focus { border-bottom-color: var(--p14dl); box-shadow: none; }
.contact-section .vl1ugh { border-radius: 0; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; padding: 16px 40px; }

.hatpmi { font-size: 24px; font-weight: 800; color: var(--p14dl) !important; text-shadow: 0 0 10px rgba(var(--p14dl-rgb, 99,102,241), 0.5), 0 0 20px rgba(var(--p14dl-rgb, 99,102,241), 0.3); }
.hatpmi:hover { text-shadow: 0 0 15px rgba(var(--p14dl-rgb, 99,102,241), 0.7), 0 0 30px rgba(var(--p14dl-rgb, 99,102,241), 0.4); }

.aq5o, .card-title, .flxode {
    background: var(--p1h1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}
.pcc6vz .aq5o, .pcc6vz .card-title, .pcc6vz .flxode,
.qbrbi3 .aq5o, .qbrbi3 .card-title, .qbrbi3 .flxode {
    -webkit-text-fill-color: initial;
    background: none;
}

.oeb6 img, .bors img {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.dbuu { width: 36px; height: 36px; gap: 8px; border: none; background: none; border-radius: 0; }
.dbuu .qu7et { width: 22px; height: 1.5px; border-radius: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.dbuu .qu7et:nth-child(2) { display: none; }
.dbuu.active .qu7et:nth-child(1) { transform: translateY(4.75px) rotate(45deg); }
.dbuu.active .qu7et:nth-child(3) { transform: translateY(-4.75px) rotate(-45deg); }

.scroll-line{position:fixed;right:16px;top:20%;height:60%;width:3px;background:var(--border-color);border-radius:2px;z-index:9990;opacity:0.4;}.scroll-line .indicator{width:100%;background:var(--p14dl);border-radius:2px;transition:height 0.1s;}@media(max-width:768px){.scroll-line{display:none;}}

.bors,.oeb6{opacity:0;animation:slideLeft 0.6s ease forwards;}.row>[class*="col"]:nth-child(odd) .bors,.row>[class*="col"]:nth-child(odd) .oeb6{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .bors,.row>[class*="col"]:nth-child(even) .oeb6{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);}}

@media(prefers-reduced-motion:reduce){.bors,.oeb6,.migul,.ez0j9,.xgn32d,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

main > section {
    transition: transform 0.8s cubic-bezier(0.22,1,0.36,1), opacity 0.8s ease;
    will-change: transform, opacity;
    opacity: 0;
}
main > section:nth-child(odd):not(.omjnif):not(.itge) { transform: translateY(60px) scale(0.95); }
main > section:nth-child(even):not(.omjnif):not(.itge) { transform: translateY(60px) scale(0.95); }
main > section.in-view {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.eniaoj { transform: none !important; opacity: 1 !important; }
@media (max-width: 768px) {
    main > section:nth-child(odd):not(.omjnif):not(.itge),
    main > section:nth-child(even):not(.omjnif):not(.itge) { transform: translateY(40px); }
}

.oeb6 img,.migul img,.portfolio-item img,.bors img{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1);}.oeb6:hover img,.migul:hover img,.portfolio-item:hover img,.bors:hover img{transform:scale(1.08) rotate(1.5deg);}

.vl1ugh,.uw5fn,.en2ea3{position:relative;overflow:hidden;}.btn-ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,0.35);transform:scale(0);animation:rippleAnim 0.6s ease-out;pointer-events:none;}@keyframes rippleAnim{to{transform:scale(4);opacity:0;}}

.bors,.oeb6{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.bors:hover,.oeb6:hover{background:var(--p14dl) !important;border-color:var(--p14dl) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.bors:hover .aq5o,.bors:hover .taqq,.bors:hover i,.oeb6:hover .card-title,.oeb6:hover .card-text{color:#fff !important;}.bors:hover .exgyzk{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

main > section:nth-child(even):not(.omjnif):not(.itge) {
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: clip;
}
.eniaoj { border-radius: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }
@media (max-width: 768px) {
    main > section:nth-child(even):not(.omjnif):not(.itge) { border-radius: 20px; margin-left: 8px; margin-right: 8px; }
}

main > section:nth-child(even):not(.omjnif):not(.itge) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.omjnif):not(.itge)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 120px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='currentColor' d='M0,64L48,69.3C96,75,192,85,288,80C384,75,480,53,576,48C672,43,768,53,864,64C960,75,1056,85,1152,80C1248,75,1344,53,1392,42.7L1440,32L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z'/%3E%3C/svg%3E") repeat-x;
    background-size: 50% 100%;
    animation: waveDrift 18s linear infinite;
}
@keyframes waveDrift {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.eniaoj::after { display: none !important; }

html:not(.pnzihw) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .nz5447 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .dbt3 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .dbt3 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .ep4c, .bsxi6 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .ep4c .nav-link,
    .bsxi6 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .cgqb8t {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .hatpmi {
        flex-shrink: 0;
    }
}

div.eqhal1:not(.xvpwmq) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 6px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
div.eqhal1:not(.xvpwmq) + .qbrbi3 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.eqhal1.qagld {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.eqhal1.qagld + .qbrbi3,
div.eqhal1:not(.xvpwmq) + .qbrbi3.scrolled {
    top: 0;
}
div.eqhal1:not(.xvpwmq) ~ .eniaoj {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.eqhal1:not(.xvpwmq) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.eqhal1:not(.xvpwmq) + .qbrbi3 {
        top: 0;
    }
    div.eqhal1:not(.xvpwmq) ~ .eniaoj {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .dbuu {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .dbuu .qu7et {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .dbt3 {
        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;
    }
    .dbt3 .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;
    }
    .dbt3 .nav-link::after { display: none !important; }
    .cgqb8t { display: none !important; }
    .ep4c, .bsxi6 { display: none !important; }
}

@media (max-width: 992px) {
    .dbt3 { right: -100% !important; left: auto !important; width: min(320px,85vw) !important; background: var(--bg-card) !important; padding: 100px 32px 40px !important; box-shadow: -8px 0 40px rgba(0,0,0,0.25) !important; border-left: 3px solid var(--p14dl) !important; transition: right 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .dbt3.active { right: 0 !important; }
    .dbt3 .nav-link { opacity: 0 !important; transform: translateX(24px) !important; transition: opacity 0.35s ease, transform 0.35s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .dbt3.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .dbt3.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .dbt3.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .dbt3.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .dbt3.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .dbt3.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .dbt3.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .dbt3.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .dbt3.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.bors,
.oeb6,
.migul,
.ez0j9,
.jhg7o,
.xgn32d {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.bors *,
.oeb6 *,
.migul *,
.ez0j9 *,
.jhg7o * {
    filter: none !important;
}
@supports (animation: none) {
    .bors, .oeb6, .migul {
        animation-fill-mode: forwards !important;
    }
}
.migul + .migul {
    margin-top: 1.5rem;
}

.eniaoj .tb6k ~ .container,
.eniaoj .tb6k ~ .container * {
    color: #fff;
}
.eniaoj .tb6k ~ .container p,
.eniaoj .tb6k ~ .container .oyt7 {
    color: rgba(255,255,255,0.85);
}
.eniaoj .tb6k ~ .container .vl1ugh {
    color: inherit;
}
.itge .da39 { color: #fff; }
.itge .wlcqx { color: var(--p14dl); }
.itge .hkjdch { color: rgba(255,255,255,0.55); }
.itge .gtwc a { color: rgba(255,255,255,0.65); }
.itge .gtwc a:hover { color: #fff; }
.pcc6vz[style*="background:none"] { background: none !important; }
.pcc6vz[style*="background:none"]::before,
.pcc6vz[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.629;
    letter-spacing: 0.0em;
}

.bors, .oeb6, .migul, .vtwe9a, .ez0j9 {
    padding: 29px;
}
.bors, .oeb6, .migul, .vtwe9a, .ez0j9 .card-body {
    padding: 24px 24px;
}
.row > [class*="col"]:nth-child(1) .bors,
.row > [class*="col"]:nth-child(1) .oeb6 {
    padding: 29px;
    border-radius: calc(var(--p7k7) + 3px);
}
.row > [class*="col"]:nth-child(2) .bors,
.row > [class*="col"]:nth-child(2) .oeb6 {
    padding: 26px;
    border-radius: calc(var(--p7k7) + 3px);
}
.row > [class*="col"]:nth-child(3) .bors,
.row > [class*="col"]:nth-child(3) .oeb6 {
    padding: 29px;
    border-radius: calc(var(--p7k7) + 3px);
}
.row > [class*="col"]:nth-child(4) .bors,
.row > [class*="col"]:nth-child(4) .oeb6 {
    padding: 32px;
    border-radius: calc(var(--p7k7) + 1px);
}
.row > [class*="col"]:nth-child(5) .bors,
.row > [class*="col"]:nth-child(5) .oeb6 {
    padding: 27px;
    border-radius: calc(var(--p7k7) + 0px);
}
.row > [class*="col"]:nth-child(6) .bors,
.row > [class*="col"]:nth-child(6) .oeb6 {
    padding: 30px;
    border-radius: calc(var(--p7k7) + -1px);
}

.vl1ugh {
    padding: 15px 30px;
    font-size: 14px;
    letter-spacing: 0.163px;
    border-radius: calc(var(--p7k7) + 3px);
}
.en2ea3 {
    padding: 16px 32px;
    border-width: 1px;
}

main > section {
    padding-top: 98px;
    padding-bottom: 94px;
}
main > section:first-child {
    padding-top: 111px;
}
main > section:nth-child(3) {
    padding-top: 103px;
    padding-bottom: 98px;
}
main > section:nth-child(6) {
    padding-top: 93px;
    padding-bottom: 106px;
}

.tvow {
    margin-bottom: 52px;
}

.bors, .oeb6, .migul, .ez0j9 {
    box-shadow: 0px 2px 12px rgba(0,0,0,0.081);
}

.eniaoj {
    padding-top: 121px;
}
.dws8u {
    margin-bottom: 24px;
}
.oyt7 {
    margin-bottom: 37px;
    font-size: 17px;
    line-height: 1.629;
}
.da39 {
    font-size: 13px;
    letter-spacing: 2.973px;
    margin-bottom: 26px;
}
.hrhj3 {
    gap: 15px;
}

.th2r img {
    border-radius: 10px;
    box-shadow: 0 12px 39px rgba(0,0,0,0.089);
}

.exgyzk {
    width: 56px;
    height: 56px;
    font-size: 23px;
    border-radius: 10px;
    margin-bottom: 19px;
}

.aq5o, .card-title {
    font-size: 18px;
    margin-bottom: 11px;
}
.taqq, .card-text {
    font-size: 16px;
    line-height: 1.614;
}

.flxode {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
.wlcqx {
    font-size: 13px;
    letter-spacing: 3.682px;
    margin-bottom: 12px;
}
.illk {
    font-size: 18px;
    line-height: 1.69;
}

@media (min-width: 993px) {
    .dbt3 {
        gap: 27px;
    }
    .dbt3 .nav-link {
        font-size: 13px;
        padding: 10px 0;
    }
}

.pcc6vz {
    padding-top: 79px;
}
.cfcx .jy9un {
    font-size: 17px;
    margin-bottom: 20px;
}
.gtwc a {
    font-size: 15px;
}
.gtwc li {
    margin-bottom: 8px;
}
.hrpvb {
    gap: 11px;
}
.hrpvb a {
    width: 39px;
    height: 39px;
}
.pn1ya {
    padding: 21px 0;
    margin-top: 60px;
}

.form-control {
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
}

.vtwe9a {
    padding: 33px;
}
.kzaxj .swiper-slide {
    height: auto !important;
}
.kzaxj .vtwe9a {
    height: 100%;
    box-sizing: border-box;
    overflow: visible;
}
.ku9a {
    font-size: 18px;
    line-height: 1.691;
    margin-bottom: 18px;
}
.zve7h {
    width: 47px;
    height: 47px;
}
.dy1272 {
    font-size: 16px;
}
.cq5ulh {
    font-size: 12px;
}

.ez0j9 {
    padding: 36px;
}
.op0c {
    font-size: 21px;
    margin-bottom: 11px;
}
.va3sc {
    font-size: 41px;
    margin-bottom: 20px;
}
.bi1jz li {
    padding: 11px 0;
    font-size: 15px;
}

.db56, .stat-number {
    font-size: 44px;
    margin-bottom: 3px;
}
.wiok {
    font-size: 14px;
    letter-spacing: 0.548px;
}

.apbm img {
    border-radius: 14px;
}
.kh42 {
    font-size: 18px;
    margin-bottom: 2px;
}
.nkwj {
    font-size: 12px;
}

.svd9z {
    font-size: 33px;
    margin-bottom: 9px;
}
.huz0z1 {
    font-size: 19px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.648s !important;
}
.bors, .oeb6, .migul, .vtwe9a,
.ez0j9, .xgn32d {
    transition-duration: 0.312s;
}

.row {
    --bs-gutter-y: 27px;
}

.omjnif {
    padding: 79px 0;
}
.gsaw38 {
    font-size: 35px;
    margin-bottom: 19px;
}
.ugpls {
    font-size: 16px;
    margin-bottom: 33px;
}

.migul .ae4kt img {
    border-radius: 11px 11px 0 0;
}
.eoo6a {
    font-size: 12px;
    margin-bottom: 11px;
    gap: 12px;
}

.qbrbi3 {
    padding: 21px 0;
}
.qbrbi3.scrolled {
    padding: 17px 0;
}
.hatpmi {
    font-size: 22px;
}
.cgqb8t {
    margin-left: 20px;
}

:root {
    --_key: 10127;
    --_idx: 6.66;
    --_stamp: 'fe9960e';
    --_ref: 5.91;
    --_env: 3.50;
}
.frame-ref { pointer-events: auto }
.a11y-skip { font-style: inherit; vertical-align: baseline }

.itge h1, .itge h2, .itge h3, .itge h4, .itge h5, .itge h6 { color: #fff !important; }
.itge { color: rgba(255,255,255,0.85) !important; }
.itge p, .itge li, .itge span:not(.badge):not(.vl1ugh), .itge .vm8dy, .itge label, .itge blockquote, .itge figcaption, .itge dt, .itge dd, .itge td, .itge th { color: rgba(255,255,255,0.78) !important; }
.itge a:not(.vl1ugh):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.itge a:not(.vl1ugh):not(.nav-link):hover { color: #fff !important; }
.itge .db56 { color: #fff !important; }
.itge .wiok { 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(.vl1ugh), .bg-dark-custom .vm8dy, .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(.vl1ugh):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.vl1ugh):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .db56 { color: #fff !important; }
.bg-dark-custom .wiok { 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(.vl1ugh), .bg-gradient-custom .vm8dy, .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(.vl1ugh):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.vl1ugh):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .db56 { color: #fff !important; }
.bg-gradient-custom .wiok { 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(.vl1ugh), .bg-accent-custom .vm8dy, .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(.vl1ugh):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.vl1ugh):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .db56 { color: #fff !important; }
.bg-accent-custom .wiok { color: rgba(255,255,255,0.7) !important; }

.omjnif h1, .omjnif h2, .omjnif h3, .omjnif h4, .omjnif h5, .omjnif h6 { color: #fff !important; }
.omjnif { color: rgba(255,255,255,0.85) !important; }
.omjnif p, .omjnif li, .omjnif span:not(.badge):not(.vl1ugh), .omjnif .vm8dy, .omjnif label, .omjnif blockquote, .omjnif figcaption, .omjnif dt, .omjnif dd, .omjnif td, .omjnif th { color: rgba(255,255,255,0.78) !important; }
.omjnif a:not(.vl1ugh):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.omjnif a:not(.vl1ugh):not(.nav-link):hover { color: #fff !important; }
.omjnif .db56 { color: #fff !important; }
.omjnif .wiok { color: rgba(255,255,255,0.7) !important; }

.pcc6vz { color: var(--text-secondary, #555) !important; }
.pcc6vz h1, .pcc6vz h2, .pcc6vz h3,
.pcc6vz h4, .pcc6vz h5, .pcc6vz h6,
.pcc6vz .jy9un { color: var(--text-primary, #1a1a2e) !important; }
.pcc6vz p, .pcc6vz li, .pcc6vz span,
.pcc6vz label { color: var(--text-secondary, #555) !important; }
.pcc6vz a:not(.vl1ugh) { color: var(--text-secondary, #555) !important; }
.pcc6vz a:not(.vl1ugh):hover { color: var(--p14dl) !important; }
.pcc6vz .pn1ya p { color: var(--text-muted, #888) !important; }

.vb23 h1, .vb23 h2, .vb23 h3, .vb23 h4, .vb23 h5, .vb23 h6 { color: var(--text-primary, #1a1a2e) !important; }
.vb23 p, .vb23 li, .vb23 span:not(.badge):not(.vl1ugh), .vb23 .vm8dy, .vb23 label, .vb23 blockquote, .vb23 figcaption, .vb23 dt, .vb23 dd, .vb23 td, .vb23 th { color: var(--text-secondary, #555) !important; }

.eqhal1 h1, .eqhal1 h2, .eqhal1 h3, .eqhal1 h4, .eqhal1 h5, .eqhal1 h6 { color: var(--text-primary, #1a1a2e) !important; }
.eqhal1 p, .eqhal1 li, .eqhal1 span:not(.badge):not(.vl1ugh), .eqhal1 .vm8dy, .eqhal1 label, .eqhal1 blockquote, .eqhal1 figcaption, .eqhal1 dt, .eqhal1 dd, .eqhal1 td, .eqhal1 th { color: var(--text-secondary, #555) !important; }

.pl-flip{width:32px;height:32px;background:var(--p14dl);animation:plFlip 1.2s ease-in-out infinite;border-radius:4px;}@keyframes plFlip{0%{transform:perspective(200px) rotateX(0) rotateY(0)}50%{transform:perspective(200px) rotateX(180deg) rotateY(0)}100%{transform:perspective(200px) rotateX(180deg) rotateY(180deg)}}