@import url('https://fonts.googleapis.com/css2?family=Satisfy:wght@400&family=Nunito+Sans:wght@400;500&display=swap');

:root {
    --s14yl: #D31D96;
    --s15uu: #E1C63A;
    --s16px: #1AA84A;
    --s1st: linear-gradient(90deg, var(--s14yl), var(--s15uu));
    --s3fl: 'Satisfy', cursive;
    --s5yy: 'Nunito Sans', sans-serif;
    --s19lp: 56px;
    --s20br: 42px;
    --s21gx: 30px;
    --s17py: 17px;
    --s18il: 700;
    --s6w0: 2px;
    --s7u0: 4px;
    --s8vg: 6px;
    --s9cz: 8px;
    --s4bg: 4px;
    --s10hc: 3px 3px 0 rgba(0,0,0,0.08);
    --s11dv: 5px 5px 0 rgba(0,0,0,0.10);
    --s12u8: 8px 8px 0 rgba(0,0,0,0.12);
    --s13p3: 12px 12px 0 rgba(0,0,0,0.15);
    --sc_fa2u4j: 100px 0;
}
.sc_ubd389 {
    border-radius: 2px;
    padding: 14px 28px;
}
.sc_jy7uz9, .sc_iao709, .sc_qt54pv, .sc_mph6un, .sc_zk490f {
    border-width: 1px;
    border-color: var(--border-color);
}

.sc_alwmuy::before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--s1st);
    border-radius: 2px;
    margin-bottom: 18px;
}
.sc_alwmuy.text-center::before {
    margin-left: auto;
    margin-right: auto;
}

.sc_vt98jo {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
}

.sc_d5gl4b img, .about-image img {
    transform: rotate(2deg) scale(1.02);
    transition: transform 0.5s ease;
}
.sc_d5gl4b:hover img, .about-image:hover img {
    transform: rotate(0deg) scale(1);
}

.sc_jy7uz9, .sc_iao709, .sc_mph6un, .sc_zk490f, .sc_qt54pv {
    position: relative;
}
.sc_jy7uz9::after, .sc_iao709::after {
    content: '';
    position: absolute;
    inset: 8px 8px -8px -8px;
    background: var(--s14yl);
    opacity: 0.12;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.3s;
}
.sc_jy7uz9:hover::after, .sc_iao709:hover::after {
    opacity: 0.22;
}

.sc_jy7uz9, .sc_iao709, .sc_mph6un, .sc_zk490f, .sc_qt54pv {
    border: 2px dashed var(--border-color);
    border-radius: var(--s7u0);
    box-shadow: none;
}
.sc_jy7uz9:hover, .sc_iao709:hover, .sc_mph6un:hover, .sc_zk490f:hover, .sc_qt54pv:hover {
    border-color: var(--s14yl);
}

.sc_t50q8s { min-height: 100vh; padding-bottom: 120px; }
.sc_d5gl4b img {
    border-radius: var(--s8vg);
    box-shadow: var(--s13p3);
}
.sc_hxj3kg {
    background: var(--bg-card, #fff);
    padding: 40px 36px;
    border-radius: var(--s8vg);
    box-shadow: var(--s12u8);
    margin-top: 0;
    position: relative;
    z-index: 5;
    border: 1px solid var(--border-color);
}
.sc_vqubvm { background: var(--s14yl); color: #fff !important; padding: 6px 16px; border-radius: var(--s6w0); font-size: 11px; }

.sc_ae60of {
    background: linear-gradient(135deg, var(--footer-dark-bg) 0%, color-mix(in srgb, var(--footer-dark-bg) 80%, var(--s14yl)) 100%);
    padding: 16px 0;
}
.sc_ae60of .sc_zld8wz { color: #fff; }
.sc_ae60of .nav-link { color: rgba(255,255,255,0.75) !important; }
.sc_ae60of .nav-link:hover, .sc_ae60of .nav-link.active { color: #fff !important; }
.sc_ae60of .nav-link::after { background: var(--s14yl); }
.sc_ae60of .sc_a8lxi0 { background: var(--s14yl); color: #fff; border-color: var(--s14yl); }
.sc_ae60of .sc_xnh7ew .sc_jhlcja { background: #fff; }
.sc_ae60of.scrolled {
    background: linear-gradient(135deg, var(--footer-dark-bg) 0%, color-mix(in srgb, var(--footer-dark-bg) 80%, var(--s14yl)) 100%);
    border-bottom: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 16px 0;
}

.sc_hhvel2 {
    background: #0a0a0f;
    color: rgba(255,255,255,0.5);
    padding-top: 80px;
}
.sc_hhvel2 h4,.sc_hhvel2 h5 { color: #fff; }
.sc_uzf5zy .sc_x4wtum::after { background: var(--s14yl); box-shadow: 0 0 10px var(--s14yl); }
.sc_zwguep a:hover { color: var(--s14yl); text-shadow: 0 0 8px color-mix(in srgb, var(--s14yl) 50%, transparent); }
.sc_axojoy a { border-color: rgba(255,255,255,0.1); }
.sc_axojoy a:hover { background: var(--s14yl); border-color: var(--s14yl); box-shadow: 0 0 15px color-mix(in srgb, var(--s14yl) 40%, transparent); }
.sc_xudfze { border-top: 1px solid rgba(255,255,255,0.06); }
.sc_xudfze p { color: rgba(255,255,255,0.25); }

.contact-section .form-control {
    background: var(--bg-secondary);
    border: none;
    border-radius: var(--s8vg);
    padding: 16px 20px;
    font-size: 15px;
}
.contact-section .form-control:focus { background: var(--bg-primary); box-shadow: 0 0 0 2px var(--s14yl); }
.contact-section .sc_ubd389 { border-radius: var(--s8vg); }

.sc_zld8wz { font-family: 'Dancing Script', 'Pacifico', cursive; font-size: 28px; font-weight: 700; letter-spacing: 1px; }

h3, h4, h5 { font-weight: 400; color: var(--text-primary); }
.sc_xzpc62, .card-title { font-weight: 400; font-size: 20px; letter-spacing: 0.5px; }
.sc_h8m670 { font-weight: 400; }

.sc_d5gl4b {
    position: relative;
}
.sc_d5gl4b::after {
    content: '';
    position: absolute;
    inset: 12px -12px -12px 12px;
    background: var(--s14yl);
    opacity: 0.15;
    border-radius: var(--s8vg);
    z-index: -1;
}

.sc_l5af7m .sc_pqfvsl img, .sc_pqfvsl img {
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(var(--s14yl-rgb, 99,102,241), 0.25);
    transition: box-shadow 0.3s ease;
}
.sc_l5af7m:hover .sc_pqfvsl img {
    box-shadow: 0 12px 40px rgba(var(--s14yl-rgb, 99,102,241), 0.4);
}

.sc_xnh7ew { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; position: relative; }
.sc_xnh7ew::after { content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%) scale(0); width: 5px; height: 5px; border-radius: 50%; background: var(--s14yl); transition: transform 0.25s ease; }
.sc_xnh7ew.active::after { transform: translateX(-50%) scale(1); }
.sc_xnh7ew .sc_jhlcja { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.sc_xnh7ew.active .sc_jhlcja:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_xnh7ew.active .sc_jhlcja:nth-child(2) { opacity: 0; }
.sc_xnh7ew.active .sc_jhlcja:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.scroll-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:9990;display:flex;flex-direction:column;gap:12px;}.scroll-dots .dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--s14yl);opacity:0.4;cursor:pointer;transition:all 0.3s;}.scroll-dots .dot.active{background:var(--s14yl);opacity:1;transform:scale(1.3);}@media(max-width:768px){.scroll-dots{display:none;}}

.sc_jy7uz9,.sc_iao709,.sc_mph6un{opacity:0;animation:blurIn 0.6s ease forwards;}.row>[class*="col"]:nth-child(1)>*{animation-delay:0.08s;}.row>[class*="col"]:nth-child(2)>*{animation-delay:0.18s;}.row>[class*="col"]:nth-child(3)>*{animation-delay:0.28s;}.row>[class*="col"]:nth-child(4)>*{animation-delay:0.38s;}@keyframes blurIn{from{opacity:0;filter:blur(4px);transform:translateY(12px);}to{opacity:1;filter:blur(0);transform:translateY(0);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--s14yl);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_jy7uz9,.sc_iao709,.sc_mph6un,.sc_zk490f,.sc_l5af7m,.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(--s14yl) 0.8px,transparent 0.8px);background-size:32px 32px;opacity:0.025;}

main > section {
    transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.6s ease;
    will-change: transform, opacity;
}
main > section.exit-left {
    transform: translateX(0);
    opacity: 1;
}
main > section.enter-right {
    transform: translateX(100vw);
    opacity: 0;
}
main > section.in-view {
    transform: translateX(0);
    opacity: 1;
}
.sc_t50q8s { transform: none !important; opacity: 1 !important; }
@media (max-width: 768px) {
    main > section.exit-left { transform: translateX(0); }
    main > section.enter-right { transform: translateX(60vw); }
}

.hover-tooltip{position:fixed;padding:6px 14px;background:var(--text-primary);color:#fff;font-size:11px;font-weight:600;border-radius:var(--s6w0);pointer-events:none;z-index:99999;opacity:0;transition:opacity 0.2s;font-family:var(--s5yy);letter-spacing:0.5px;white-space:nowrap;}

.sc_jy7uz9,.sc_iao709{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.sc_jy7uz9:hover,.sc_iao709:hover{background:var(--s14yl) !important;border-color:var(--s14yl) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.sc_jy7uz9:hover .sc_xzpc62,.sc_jy7uz9:hover .sc_x51v59,.sc_jy7uz9:hover i,.sc_iao709:hover .card-title,.sc_iao709:hover .card-text{color:#fff !important;}.sc_jy7uz9:hover .sc_upma8v{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.sc_jy7uz9,.sc_iao709,.sc_mph6un,.sc_zk490f{position:relative;overflow:hidden;}.sc_jy7uz9::before,.sc_iao709::before,.sc_mph6un::before,.sc_zk490f::before{content:'';position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.12),transparent);transform:skewX(-15deg);transition:left 0.6s ease;pointer-events:none;z-index:10;}.sc_jy7uz9:hover::before,.sc_iao709:hover::before,.sc_mph6un:hover::before,.sc_zk490f:hover::before{left:125%;}

.pulse-dot{display:inline-block;width:10px;height:10px;background:var(--s14yl);border-radius:50%;margin-left:10px;vertical-align:middle;animation:pulseDot 2s ease-in-out infinite;}@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.8);opacity:0.3;}}

@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(var(--s14yl-rgb,99,102,241),0.45);}70%{box-shadow:0 0 0 14px rgba(var(--s14yl-rgb,99,102,241),0);}}
.sc_t50q8s .sc_ia90w5,.sc_t50q8s .sc_ubd389{animation:pulseGlow 2.5s ease-in-out infinite;}

.sc_ia90w5,.sc_t50q8s .sc_ubd389{background:linear-gradient(90deg,var(--s14yl),var(--s15uu,var(--s14yl)),var(--s14yl));background-size:200% 100%;animation:shimmerBtn 3s ease-in-out infinite;}@keyframes shimmerBtn{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}

main > section:nth-child(even):not(.sc_grf3ij):not(.sc_c867j5) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.sc_grf3ij):not(.sc_c867j5)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image:
        linear-gradient(0deg, var(--s14yl) 1px, transparent 1px),
        linear-gradient(90deg, var(--s14yl) 1px, transparent 1px),
        linear-gradient(45deg, var(--s14yl) 0.5px, transparent 0.5px),
        linear-gradient(-45deg, var(--s14yl) 0.5px, transparent 0.5px);
    background-size: 8px 8px, 8px 8px, 12px 12px, 12px 12px;
}
.sc_t50q8s::before { display: none !important; }

html:not(.sc_x205rm) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_oeuajs {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_b4hkzg {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_b4hkzg .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_izoxbz, .sc_ludf31 {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_izoxbz .nav-link,
    .sc_ludf31 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_a8lxi0 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_zld8wz {
        flex-shrink: 0;
    }
}

div.sc_vt98jo:not(.sc_fa2u4j) {
    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_vt98jo:not(.sc_fa2u4j) + .sc_ae60of {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_vt98jo.sc_j648wp {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_vt98jo.sc_j648wp + .sc_ae60of,
div.sc_vt98jo:not(.sc_fa2u4j) + .sc_ae60of.scrolled {
    top: 0;
}
div.sc_vt98jo:not(.sc_fa2u4j) ~ .sc_t50q8s {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_vt98jo:not(.sc_fa2u4j) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_vt98jo:not(.sc_fa2u4j) + .sc_ae60of {
        top: 0;
    }
    div.sc_vt98jo:not(.sc_fa2u4j) ~ .sc_t50q8s {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_xnh7ew {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_xnh7ew .sc_jhlcja {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_b4hkzg {
        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_b4hkzg .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_b4hkzg .nav-link::after { display: none !important; }
    .sc_a8lxi0 { display: none !important; }
    .sc_izoxbz, .sc_ludf31 { display: none !important; }
}

@media (max-width: 992px) {
    .sc_b4hkzg { 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_b4hkzg.active { right: 0 !important; }
    .sc_b4hkzg .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_b4hkzg .nav-link::before { content: counter(nav-item, decimal-leading-zero) !important; font-size: 11px !important; font-weight: 700 !important; color: var(--s14yl) !important; letter-spacing: 1px !important; flex-shrink: 0 !important; width: 22px !important; display: inline !important; }
    .sc_b4hkzg.active .nav-link { opacity: 1 !important; transform: translateX(0) !important; }
    .sc_b4hkzg.active .nav-link:nth-child(1){transition-delay:.06s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(2){transition-delay:.12s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(3){transition-delay:.18s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(4){transition-delay:.24s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(5){transition-delay:.30s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(6){transition-delay:.36s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(7){transition-delay:.42s !important;}
    .sc_b4hkzg.active .nav-link:nth-child(8){transition-delay:.48s !important;}
}

.sc_jy7uz9,
.sc_iao709,
.sc_mph6un,
.sc_zk490f,
.sc_clv29m,
.sc_l5af7m {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_jy7uz9 *,
.sc_iao709 *,
.sc_mph6un *,
.sc_zk490f *,
.sc_clv29m * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_jy7uz9, .sc_iao709, .sc_mph6un {
        animation-fill-mode: forwards !important;
    }
}
.sc_mph6un + .sc_mph6un {
    margin-top: 1.5rem;
}

.sc_t50q8s .sc_ufygfd ~ .container,
.sc_t50q8s .sc_ufygfd ~ .container * {
    color: #fff;
}
.sc_t50q8s .sc_ufygfd ~ .container p,
.sc_t50q8s .sc_ufygfd ~ .container .sc_wlzhax {
    color: rgba(255,255,255,0.85);
}
.sc_t50q8s .sc_ufygfd ~ .container .sc_ubd389 {
    color: inherit;
}
.sc_c867j5 .sc_vqubvm { color: #fff; }
.sc_c867j5 .sc_wusabr { color: var(--s14yl); }
.sc_c867j5 .sc_ii7k21 { color: rgba(255,255,255,0.55); }
.sc_c867j5 .sc_zwguep a { color: rgba(255,255,255,0.65); }
.sc_c867j5 .sc_zwguep a:hover { color: #fff; }
.sc_hhvel2[style*="background:none"] { background: none !important; }
.sc_hhvel2[style*="background:none"]::before,
.sc_hhvel2[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.639;
    letter-spacing: 0.0em;
}

.sc_jy7uz9, .sc_iao709, .sc_mph6un, .sc_qt54pv, .sc_zk490f {
    padding: 25px;
}
.sc_jy7uz9, .sc_iao709, .sc_mph6un, .sc_qt54pv, .sc_zk490f .card-body {
    padding: 21px 18px;
}
.row > [class*="col"]:nth-child(1) .sc_jy7uz9,
.row > [class*="col"]:nth-child(1) .sc_iao709 {
    padding: 26px;
    border-radius: calc(var(--s7u0) + -2px);
}
.row > [class*="col"]:nth-child(2) .sc_jy7uz9,
.row > [class*="col"]:nth-child(2) .sc_iao709 {
    padding: 25px;
    border-radius: calc(var(--s7u0) + 3px);
}
.row > [class*="col"]:nth-child(3) .sc_jy7uz9,
.row > [class*="col"]:nth-child(3) .sc_iao709 {
    padding: 25px;
    border-radius: calc(var(--s7u0) + 0px);
}
.row > [class*="col"]:nth-child(4) .sc_jy7uz9,
.row > [class*="col"]:nth-child(4) .sc_iao709 {
    padding: 26px;
    border-radius: calc(var(--s7u0) + -1px);
}
.row > [class*="col"]:nth-child(5) .sc_jy7uz9,
.row > [class*="col"]:nth-child(5) .sc_iao709 {
    padding: 22px;
    border-radius: calc(var(--s7u0) + 2px);
}
.row > [class*="col"]:nth-child(6) .sc_jy7uz9,
.row > [class*="col"]:nth-child(6) .sc_iao709 {
    padding: 24px;
    border-radius: calc(var(--s7u0) + -2px);
}

.sc_ubd389 {
    padding: 16px 30px;
    font-size: 14px;
    letter-spacing: 0.498px;
    border-radius: calc(var(--s7u0) + 2px);
}
.sc_b2hrmw {
    padding: 15px 28px;
    border-width: 1px;
}

main > section {
    padding-top: 87px;
    padding-bottom: 82px;
}
main > section:first-child {
    padding-top: 99px;
}
main > section:nth-child(3) {
    padding-top: 92px;
    padding-bottom: 95px;
}
main > section:nth-child(4) {
    padding-top: 86px;
    padding-bottom: 89px;
}
main > section:nth-child(6) {
    padding-top: 82px;
    padding-bottom: 94px;
}

.sc_alwmuy {
    margin-bottom: 54px;
}

.sc_jy7uz9, .sc_iao709, .sc_mph6un, .sc_zk490f {
    box-shadow: 1px 5px 17px rgba(0,0,0,0.056);
}

.sc_t50q8s {
    padding-top: 101px;
}
.sc_m92t6j {
    margin-bottom: 27px;
}
.sc_wlzhax {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.586;
}
.sc_vqubvm {
    font-size: 13px;
    letter-spacing: 3.332px;
    margin-bottom: 23px;
}
.sc_n2le54 {
    gap: 16px;
}

.sc_d5gl4b img {
    border-radius: 16px;
    box-shadow: 0 13px 41px rgba(0,0,0,0.081);
}

.sc_upma8v {
    width: 57px;
    height: 57px;
    font-size: 24px;
    border-radius: 14px;
    margin-bottom: 15px;
}

.sc_xzpc62, .card-title {
    font-size: 20px;
    margin-bottom: 12px;
}
.sc_x51v59, .card-text {
    font-size: 14px;
    line-height: 1.593;
}

.sc_aezhwl {
    margin-bottom: 19px;
    letter-spacing: 0.0px;
}
.sc_wusabr {
    font-size: 13px;
    letter-spacing: 3.096px;
    margin-bottom: 14px;
}
.sc_rpyo4b {
    font-size: 16px;
    line-height: 1.611;
}

@media (min-width: 993px) {
    .sc_b4hkzg {
        gap: 34px;
    }
    .sc_b4hkzg .nav-link {
        font-size: 14px;
        padding: 8px 0;
    }
}

.sc_hhvel2 {
    padding-top: 71px;
}
.sc_uzf5zy .sc_x4wtum {
    font-size: 16px;
    margin-bottom: 18px;
}
.sc_zwguep a {
    font-size: 13px;
}
.sc_zwguep li {
    margin-bottom: 11px;
}
.sc_axojoy {
    gap: 12px;
}
.sc_axojoy a {
    width: 41px;
    height: 41px;
}
.sc_xudfze {
    padding: 26px 0;
    margin-top: 56px;
}

.form-control {
    border-radius: 9px;
    padding: 14px 15px;
    font-size: 16px;
}

.sc_qt54pv {
    padding: 32px;
}
.sc_o8cbte {
    font-size: 18px;
    line-height: 1.615;
    margin-bottom: 19px;
}
.sc_ud49uu {
    width: 50px;
    height: 50px;
}
.sc_kim828 {
    font-size: 14px;
}
.sc_dfun7e {
    font-size: 14px;
}

.sc_zk490f {
    padding: 40px;
}
.sc_v42qbp {
    font-size: 21px;
    margin-bottom: 6px;
}
.sc_s47itt {
    font-size: 42px;
    margin-bottom: 16px;
}
.sc_dyf9yv li {
    padding: 8px 0;
    font-size: 15px;
}

.sc_r2pf71, .stat-number {
    font-size: 40px;
    margin-bottom: 9px;
}
.sc_khkic8 {
    font-size: 14px;
    letter-spacing: 0.612px;
}

.sc_pqfvsl img {
    border-radius: 7px;
}
.sc_kwlick {
    font-size: 18px;
    margin-bottom: 5px;
}
.sc_fnqg0e {
    font-size: 13px;
}

.sc_ectb9s {
    font-size: 32px;
    margin-bottom: 12px;
}
.sc_h8m670 {
    font-size: 17px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.574s !important;
}
.sc_jy7uz9, .sc_iao709, .sc_mph6un, .sc_qt54pv,
.sc_zk490f, .sc_l5af7m {
    transition-duration: 0.255s;
}

.row {
    --bs-gutter-y: 26px;
}

.sc_grf3ij {
    padding: 69px 0;
}
.sc_wc3cma {
    font-size: 35px;
    margin-bottom: 20px;
}
.sc_t3ocgc {
    font-size: 16px;
    margin-bottom: 30px;
}

.sc_mph6un .sc_rfpgef img {
    border-radius: 9px 9px 0 0;
}
.sc_yjcogw {
    font-size: 13px;
    margin-bottom: 7px;
    gap: 15px;
}

.sc_ae60of {
    padding: 20px 0;
}
.sc_ae60of.scrolled {
    padding: 17px 0;
}
.sc_zld8wz {
    font-size: 23px;
}
.sc_a8lxi0 {
    margin-left: 13px;
}

:root {
    --_ref: 'c8fdd';
    --_rev: 9.86;
    --_uid: 8.16;
    --_stamp: 94292;
    --_ver: 4685;
}
.layout-anchor { outline: 0 solid transparent; vertical-align: baseline; visibility: inherit }
.bind-ref { font-variant: normal; font-style: inherit; box-sizing: border-box }
.page-ref { --_stamp: 343 }

.sc_c867j5 h1, .sc_c867j5 h2, .sc_c867j5 h3, .sc_c867j5 h4, .sc_c867j5 h5, .sc_c867j5 h6 { color: #fff !important; }
.sc_c867j5 { color: rgba(255,255,255,0.85) !important; }
.sc_c867j5 p, .sc_c867j5 li, .sc_c867j5 span:not(.badge):not(.sc_ubd389), .sc_c867j5 .sc_d2cb9m, .sc_c867j5 label, .sc_c867j5 blockquote, .sc_c867j5 figcaption, .sc_c867j5 dt, .sc_c867j5 dd, .sc_c867j5 td, .sc_c867j5 th { color: rgba(255,255,255,0.78) !important; }
.sc_c867j5 a:not(.sc_ubd389):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_c867j5 a:not(.sc_ubd389):not(.nav-link):hover { color: #fff !important; }
.sc_c867j5 .sc_r2pf71 { color: #fff !important; }
.sc_c867j5 .sc_khkic8 { 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_ubd389), .bg-dark-custom .sc_d2cb9m, .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_ubd389):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_ubd389):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_r2pf71 { color: #fff !important; }
.bg-dark-custom .sc_khkic8 { 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_ubd389), .bg-gradient-custom .sc_d2cb9m, .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_ubd389):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_ubd389):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_r2pf71 { color: #fff !important; }
.bg-gradient-custom .sc_khkic8 { 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_ubd389), .bg-accent-custom .sc_d2cb9m, .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_ubd389):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_ubd389):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_r2pf71 { color: #fff !important; }
.bg-accent-custom .sc_khkic8 { color: rgba(255,255,255,0.7) !important; }

.sc_grf3ij h1, .sc_grf3ij h2, .sc_grf3ij h3, .sc_grf3ij h4, .sc_grf3ij h5, .sc_grf3ij h6 { color: #fff !important; }
.sc_grf3ij { color: rgba(255,255,255,0.85) !important; }
.sc_grf3ij p, .sc_grf3ij li, .sc_grf3ij span:not(.badge):not(.sc_ubd389), .sc_grf3ij .sc_d2cb9m, .sc_grf3ij label, .sc_grf3ij blockquote, .sc_grf3ij figcaption, .sc_grf3ij dt, .sc_grf3ij dd, .sc_grf3ij td, .sc_grf3ij th { color: rgba(255,255,255,0.78) !important; }
.sc_grf3ij a:not(.sc_ubd389):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_grf3ij a:not(.sc_ubd389):not(.nav-link):hover { color: #fff !important; }
.sc_grf3ij .sc_r2pf71 { color: #fff !important; }
.sc_grf3ij .sc_khkic8 { color: rgba(255,255,255,0.7) !important; }

.sc_hhvel2 { color: rgba(255,255,255,0.65) !important; }
.sc_hhvel2 h1, .sc_hhvel2 h2, .sc_hhvel2 h3,
.sc_hhvel2 h4, .sc_hhvel2 h5, .sc_hhvel2 h6,
.sc_hhvel2 .sc_x4wtum { color: #fff !important; }
.sc_hhvel2 p, .sc_hhvel2 li, .sc_hhvel2 span,
.sc_hhvel2 label { color: rgba(255,255,255,0.6) !important; }
.sc_hhvel2 a:not(.sc_ubd389) { color: rgba(255,255,255,0.65) !important; }
.sc_hhvel2 a:not(.sc_ubd389):hover { color: #fff !important; }

.sc_v2mkqv h1, .sc_v2mkqv h2, .sc_v2mkqv h3, .sc_v2mkqv h4, .sc_v2mkqv h5, .sc_v2mkqv h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_v2mkqv p, .sc_v2mkqv li, .sc_v2mkqv span:not(.badge):not(.sc_ubd389), .sc_v2mkqv .sc_d2cb9m, .sc_v2mkqv label, .sc_v2mkqv blockquote, .sc_v2mkqv figcaption, .sc_v2mkqv dt, .sc_v2mkqv dd, .sc_v2mkqv td, .sc_v2mkqv th { color: var(--text-secondary, #555) !important; }

.sc_vt98jo h1, .sc_vt98jo h2, .sc_vt98jo h3, .sc_vt98jo h4, .sc_vt98jo h5, .sc_vt98jo h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_vt98jo p, .sc_vt98jo li, .sc_vt98jo span:not(.badge):not(.sc_ubd389), .sc_vt98jo .sc_d2cb9m, .sc_vt98jo label, .sc_vt98jo blockquote, .sc_vt98jo figcaption, .sc_vt98jo dt, .sc_vt98jo dd, .sc_vt98jo td, .sc_vt98jo th { color: var(--text-secondary, #555) !important; }
