@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&family=Urbanist:wght@400;500&display=swap');

:root {
    --f14lu: #ADA635;
    --f15c6: #6EAD3B;
    --f16mn: #CB7950;
    --f1nf: linear-gradient(120deg, var(--f14lu), var(--f15c6));
    --f378: 'Urbanist', sans-serif;
    --f5s3: 'Urbanist', sans-serif;
    --f197n: 56px;
    --f20eg: 42px;
    --f2170: 30px;
    --f17fp: 17px;
    --f18gv: 600;
    --f6su: 18px;
    --f781: 24px;
    --f8wg: 32px;
    --f99m: 44px;
    --f49h: 50px;
    --f10ob: inset 0 1px 3px rgba(0,0,0,0.06);
    --f11k9: inset 0 2px 6px rgba(0,0,0,0.08);
    --f12hg: inset 0 4px 12px rgba(0,0,0,0.1);
    --f13ts: inset 0 6px 20px rgba(0,0,0,0.12);
    --sc_6diwyg: 60px 0;
}
.sc_s6bis5 {
    border-radius: 8px;
    padding: 18px 36px;
}
.sc_934att, .sc_ydx2x4, .sc_y9k074, .sc_icdxjw, .sc_4xnpxt {
    border-width: 1px;
    border-color: #ADA63533;
}

.sc_dbsn9m::before {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--f1nf);
    border-radius: 2px;
    margin-bottom: 18px;
}
.sc_dbsn9m.text-center::before {
    margin-left: auto;
    margin-right: auto;
}

.sc_934att, .sc_ydx2x4, .sc_icdxjw, .sc_4xnpxt, .sc_y9k074 {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sc_934att:hover, .sc_ydx2x4:hover, .sc_icdxjw:hover, .sc_4xnpxt:hover, .sc_y9k074:hover {
    transform: scale(1.04);
    box-shadow: var(--f13ts);
    z-index: 2;
    position: relative;
}

.row > [class*="col"]:nth-child(1) { transform: rotate(-1.5deg); }
.row > [class*="col"]:nth-child(2) { transform: rotate(-0.5deg); }
.row > [class*="col"]:nth-child(3) { transform: rotate(0.5deg); }
.row > [class*="col"]:nth-child(4) { transform: rotate(1.5deg); }
.row > [class*="col"]:hover { transform: rotate(0deg) !important; }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.sc_934att, .sc_ydx2x4, .sc_icdxjw, .sc_4xnpxt, .sc_y9k074 {
    border-left: 5px solid var(--f14lu);
    border-radius: 0 var(--f781) var(--f781) 0;
}

.sc_fahw1q {
    background: var(--bg-primary);
    min-height: 90vh;
    border-bottom: 1px solid var(--border-color);
}
.sc_i5k130 img {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid var(--border-color);
}
.sc_f17dpz {
    background: none;
    padding: 0;
    letter-spacing: 5px;
    font-size: 11px;
    color: var(--text-secondary) !important;
    text-transform: uppercase;
}
.sc_pmga1y { font-weight: 400; letter-spacing: -0.5px; }
.sc_c0e4rc { font-size: 16px; letter-spacing: 0.3px; }
.sc_fornyr .sc_aynjil { background: var(--text-primary); border-color: var(--text-primary); }
.sc_fornyr .sc_i64wha { border-width: 1px; }

.sc_87zwe8 { background: var(--bg-primary); padding: 18px 0; border-bottom: 2px solid var(--text-primary); }
.sc_2en1bj .nav-link { font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; }
.sc_2en1bj .nav-link::after { height: 3px; background: var(--f14lu); bottom: -4px; border-radius: 0; }
.sc_87zwe8.scrolled { background: var(--bg-primary); box-shadow: none; border-bottom-color: var(--f14lu); }

.sc_14x58x {
    background: #2c1810;
    color: rgba(255,235,220,0.6);
    padding-top: 80px;
}
.sc_14x58x h4,.sc_14x58x h5 { color: #fff0e6; }
.sc_md8rgt .sc_jb0hma::after { background: #d4956a; width: 50px; }
.sc_6lkejl a { color: rgba(255,235,220,0.6); }
.sc_6lkejl a:hover { color: #d4956a; }
.footer-contact li { color: rgba(255,235,220,0.6); }
.footer-contact li i { color: #d4956a; }
.sc_sudctn a { border-color: rgba(255,235,220,0.15); color: rgba(255,235,220,0.6); }
.sc_sudctn a:hover { background: #d4956a; border-color: #d4956a; color: #2c1810; }
.sc_ajon91 { border-top: 1px solid rgba(255,235,220,0.08); }
.sc_ajon91 p { color: rgba(255,235,220,0.3); }

.contact-section .sc_kzmnec {
    background: var(--footer-dark-bg);
    padding: 48px;
    border-radius: var(--f8wg);
}
.contact-section .sc_kzmnec .form-control {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: var(--f6su);
}
.contact-section .sc_kzmnec .form-control::placeholder { color: rgba(255,255,255,0.4); }
.contact-section .sc_kzmnec .form-control:focus { border-color: var(--f14lu); background: rgba(255,255,255,0.12); }
.contact-section .sc_kzmnec .sc_s6bis5 { background: #fff; color: var(--footer-dark-bg); border-color: #fff; }
.contact-section .sc_kzmnec label { color: rgba(255,255,255,0.7); }

.sc_gss1o8 { font-size: 16px; font-weight: 700; background: var(--f1nf); color: #fff !important; padding: 8px 22px; border-radius: var(--f49h); letter-spacing: 0.5px; }
.sc_gss1o8:hover { opacity: 0.9; color: #fff; }

.sc_e95lr1, .card-title, .sc_24406j, .sc_jb0hma {
    position: relative;
    padding-bottom: 10px;
}
.sc_e95lr1::after, .card-title::after, .sc_24406j::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--f14lu);
    border-radius: 1px;
}

.sc_i5k130 img {
    border-radius: 50% 50% var(--f6su) var(--f6su);
    object-fit: cover;
}

.sc_mel48n .sc_p3rb68 img, .sc_p3rb68 img {
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(var(--f14lu-rgb, 99,102,241), 0.25);
    transition: box-shadow 0.3s ease;
}
.sc_mel48n:hover .sc_p3rb68 img {
    box-shadow: 0 12px 40px rgba(var(--f14lu-rgb, 99,102,241), 0.4);
}

.sc_j3cme0 { width: 40px; height: 40px; gap: 6px; border: none; background: none; border-radius: 0; align-items: flex-start; padding-left: 8px; }
.sc_j3cme0 .sc_tt2pov { width: 24px; height: 2px; border-radius: 2px; transition: transform 0.35s ease, width 0.35s ease, opacity 0.3s ease; }
.sc_j3cme0 .sc_tt2pov:nth-child(2) { width: 16px; transition: width 0.3s ease, opacity 0.3s ease; }
.sc_j3cme0:hover .sc_tt2pov:nth-child(2) { width: 24px; }
.sc_j3cme0.active .sc_tt2pov:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.sc_j3cme0.active .sc_tt2pov:nth-child(2) { opacity: 0; width: 0; }
.sc_j3cme0.active .sc_tt2pov:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

main > section + section::before{content:'';display:flex;justify-content:center;gap:8px;padding:15px 0;}main > section + section::before{content:'\25AA  \25AA  \25AA  \25AA  \25AA';text-align:center;display:block;color:var(--f14lu);opacity:0.2;font-size:8px;letter-spacing:6px;padding:15px 0;}

.cursor-spot{position:fixed;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,0.04) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);}

.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(--f5s3);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--f14lu);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.progress-circle{position:fixed;bottom:80px;right:20px;width:44px;height:44px;z-index:9990;opacity:0.6;}.progress-circle svg{transform:rotate(-90deg);}.progress-circle .bg{fill:none;stroke:var(--border-color);stroke-width:3;}.progress-circle .fill{fill:none;stroke:var(--f14lu);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset 0.1s;}@media(max-width:768px){.progress-circle{display:none;}}

.sc_934att,.sc_ydx2x4{opacity:0;animation:rotateIn 0.7s 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;}@keyframes rotateIn{from{opacity:0;transform:perspective(600px) rotateY(15deg) translateX(30px);}to{opacity:1;transform:perspective(600px) rotateY(0) translateX(0);}}

.ix-tabs{margin-top:24px;}
.ix-tabs-nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;}
.ix-tab-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);padding:10px 16px;border-radius:var(--f6su);font-weight:600;font-size:14px;transition:all 0.2s ease;}
.ix-tab-btn i{color:var(--f14lu);}
.ix-tab-btn.active{background:var(--f14lu);border-color:var(--f14lu);color:#fff;}
.ix-tab-btn.active i{color:#fff;}
.ix-tabs-content{position:relative;}
.ix-tab-pane{display:none;}
.ix-tab-pane.active{display:block;}
@media (max-width: 768px){.ix-tabs-nav{justify-content:center;}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--f14lu);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_934att,.sc_ydx2x4,.sc_icdxjw,.sc_4xnpxt,.sc_mel48n,.portfolio-item{opacity:1!important;transform:none!important;animation:none!important;}}

.bg-deco{position:fixed;pointer-events:none;z-index:0;}.bg-deco .ring{position:fixed;border:1px solid var(--f14lu);border-radius:50%;opacity:0.03;animation:decoSpin 40s linear infinite;}.bg-deco .ring:nth-child(2){animation-direction:reverse;animation-duration:55s;}@keyframes decoSpin{to{transform:rotate(360deg);}}

.sc_934att .sc_k5raxw i,.sc_934att .sc_k5raxw svg{animation:iconPulse 3s ease-in-out infinite;}.sc_934att:nth-child(2) .sc_k5raxw i{animation-delay:-0.5s;}.sc_934att:nth-child(3) .sc_k5raxw i{animation-delay:-1s;}.sc_934att:nth-child(4) .sc_k5raxw i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(var(--f14lu-rgb,99,102,241),0.45);}70%{box-shadow:0 0 0 14px rgba(var(--f14lu-rgb,99,102,241),0);}}
.sc_fahw1q .sc_aynjil,.sc_fahw1q .sc_s6bis5{animation:pulseGlow 2.5s ease-in-out infinite;}

.float-shapes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;}.float-tri{position:absolute;width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:52px solid var(--f14lu);opacity:0.03;animation:floatDrift 20s ease-in-out infinite alternate;}@keyframes floatDrift{0%{transform:translate(0,0) rotate(0deg);}50%{transform:translate(40px,-60px) rotate(90deg);}100%{transform:translate(-30px,40px) rotate(180deg);}}

main > section:nth-child(even):not(.sc_wy3ko1):not(.sc_okzl7v) { position: relative; overflow: clip; }
main > section:nth-child(even):not(.sc_wy3ko1):not(.sc_okzl7v)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cpath d='M0 40a40 40 0 0 1 40-40 40 40 0 0 1 40 40' fill='none' stroke='currentColor' stroke-width='0.8'/%3E%3Cpath d='M0 40a32 32 0 0 1 32-32 32 32 0 0 1 32 32' fill='none' stroke='currentColor' stroke-width='0.6' transform='translate(8 0)'/%3E%3Cpath d='M0 40a24 24 0 0 1 24-24 24 24 0 0 1 24 40' fill='none' stroke='currentColor' stroke-width='0.4' transform='translate(16 0)'/%3E%3C/svg%3E");
    background-size: 80px 40px;
}
.sc_fahw1q::before { display: none !important; }

main > section:nth-child(3n+2):not(.sc_wy3ko1):not(.sc_okzl7v) { position: relative; overflow: clip; }
main > section:nth-child(3n+2):not(.sc_wy3ko1):not(.sc_okzl7v)::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background-image: radial-gradient(var(--f14lu) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    background-position: 0 0;
    mask-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
    -webkit-mask-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
}
.sc_fahw1q::before { display: none !important; }

html:not(.sc_ara4fe) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .sc_bij1b1 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .sc_2en1bj {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .sc_2en1bj .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .sc_h33jho, .sc_lidr6x {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .sc_h33jho .nav-link,
    .sc_lidr6x .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .sc_khwono {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .sc_gss1o8 {
        flex-shrink: 0;
    }
}

div.sc_3m3hom:not(.sc_6diwyg) {
    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_3m3hom:not(.sc_6diwyg) + .sc_87zwe8 {
    top: 33px;
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
div.sc_3m3hom.sc_2c1lvd {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.sc_3m3hom.sc_2c1lvd + .sc_87zwe8,
div.sc_3m3hom:not(.sc_6diwyg) + .sc_87zwe8.scrolled {
    top: 0;
}
div.sc_3m3hom:not(.sc_6diwyg) ~ .sc_fahw1q {
    padding-top: 200px;
}

@media (max-width: 992px) {
    div.sc_3m3hom:not(.sc_6diwyg) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        padding: 4px 0;
    }
    div.sc_3m3hom:not(.sc_6diwyg) + .sc_87zwe8 {
        top: 0;
    }
    div.sc_3m3hom:not(.sc_6diwyg) ~ .sc_fahw1q {
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .sc_j3cme0 {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .sc_j3cme0 .sc_tt2pov {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sc_2en1bj {
        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_2en1bj .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_2en1bj .nav-link::after { display: none !important; }
    .sc_khwono { display: none !important; }
    .sc_h33jho, .sc_lidr6x { display: none !important; }
}

@media (max-width: 992px) {
    .sc_2en1bj { right: -100% !important; left: auto !important; width: min(400px,90vw) !important; background: var(--bg-secondary) !important; padding: 90px 40px 40px !important; box-shadow: -4px 0 60px rgba(0,0,0,0.2) !important; border-left: 1px solid var(--border-color) !important; transition: right 0.5s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_2en1bj.active { right: 0 !important; }
    .sc_2en1bj .nav-link { font-size: 22px !important; font-weight: 800 !important; letter-spacing: -0.5px !important; padding: 16px 0 !important; border-bottom: 1px solid var(--border-color) !important; opacity: 0 !important; transform: translateY(20px) !important; transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.4,0,0.2,1) !important; }
    .sc_2en1bj.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .sc_2en1bj.active .nav-link:nth-child(1){transition-delay:.10s !important;}
    .sc_2en1bj.active .nav-link:nth-child(2){transition-delay:.17s !important;}
    .sc_2en1bj.active .nav-link:nth-child(3){transition-delay:.24s !important;}
    .sc_2en1bj.active .nav-link:nth-child(4){transition-delay:.31s !important;}
    .sc_2en1bj.active .nav-link:nth-child(5){transition-delay:.38s !important;}
    .sc_2en1bj.active .nav-link:nth-child(6){transition-delay:.45s !important;}
    .sc_2en1bj.active .nav-link:nth-child(7){transition-delay:.52s !important;}
    .sc_2en1bj.active .nav-link:nth-child(8){transition-delay:.59s !important;}
}

.sc_934att,
.sc_ydx2x4,
.sc_icdxjw,
.sc_4xnpxt,
.sc_2ao49g,
.sc_mel48n {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.sc_934att *,
.sc_ydx2x4 *,
.sc_icdxjw *,
.sc_4xnpxt *,
.sc_2ao49g * {
    filter: none !important;
}
@supports (animation: none) {
    .sc_934att, .sc_ydx2x4, .sc_icdxjw {
        animation-fill-mode: forwards !important;
    }
}
.sc_icdxjw + .sc_icdxjw {
    margin-top: 1.5rem;
}

.sc_fahw1q .sc_z9ie2h ~ .container,
.sc_fahw1q .sc_z9ie2h ~ .container * {
    color: #fff;
}
.sc_fahw1q .sc_z9ie2h ~ .container p,
.sc_fahw1q .sc_z9ie2h ~ .container .sc_c0e4rc {
    color: rgba(255,255,255,0.85);
}
.sc_fahw1q .sc_z9ie2h ~ .container .sc_s6bis5 {
    color: inherit;
}
.sc_okzl7v .sc_f17dpz { color: #fff; }
.sc_okzl7v .sc_pj38cs { color: var(--f14lu); }
.sc_okzl7v .sc_kjy764 { color: rgba(255,255,255,0.55); }
.sc_okzl7v .sc_6lkejl a { color: rgba(255,255,255,0.65); }
.sc_okzl7v .sc_6lkejl a:hover { color: #fff; }
.sc_14x58x[style*="background:none"] { background: none !important; }
.sc_14x58x[style*="background:none"]::before,
.sc_14x58x[style*="background:none"]::after { display: none !important; }

body {
    line-height: 1.685;
    letter-spacing: 0.0em;
}

.sc_934att, .sc_ydx2x4, .sc_icdxjw, .sc_y9k074, .sc_4xnpxt {
    padding: 24px;
}
.sc_934att, .sc_ydx2x4, .sc_icdxjw, .sc_y9k074, .sc_4xnpxt .card-body {
    padding: 21px 22px;
}
.row > [class*="col"]:nth-child(1) .sc_934att,
.row > [class*="col"]:nth-child(1) .sc_ydx2x4 {
    padding: 21px;
    border-radius: calc(var(--f781) + -2px);
}
.row > [class*="col"]:nth-child(2) .sc_934att,
.row > [class*="col"]:nth-child(2) .sc_ydx2x4 {
    padding: 25px;
    border-radius: calc(var(--f781) + 2px);
}
.row > [class*="col"]:nth-child(3) .sc_934att,
.row > [class*="col"]:nth-child(3) .sc_ydx2x4 {
    padding: 22px;
    border-radius: calc(var(--f781) + 3px);
}
.row > [class*="col"]:nth-child(4) .sc_934att,
.row > [class*="col"]:nth-child(4) .sc_ydx2x4 {
    padding: 23px;
    border-radius: calc(var(--f781) + -2px);
}
.row > [class*="col"]:nth-child(5) .sc_934att,
.row > [class*="col"]:nth-child(5) .sc_ydx2x4 {
    padding: 21px;
    border-radius: calc(var(--f781) + 3px);
}
.row > [class*="col"]:nth-child(6) .sc_934att,
.row > [class*="col"]:nth-child(6) .sc_ydx2x4 {
    padding: 26px;
    border-radius: calc(var(--f781) + 0px);
}

.sc_s6bis5 {
    padding: 15px 28px;
    font-size: 15px;
    letter-spacing: 0.369px;
    border-radius: calc(var(--f781) + -2px);
}
.sc_i64wha {
    padding: 16px 30px;
    border-width: 1px;
}

main > section {
    padding-top: 91px;
    padding-bottom: 87px;
}
main > section:first-child {
    padding-top: 95px;
}
main > section:nth-child(3) {
    padding-top: 90px;
    padding-bottom: 84px;
}
main > section:nth-child(4) {
    padding-top: 87px;
    padding-bottom: 92px;
}
main > section:nth-child(6) {
    padding-top: 92px;
    padding-bottom: 95px;
}

.sc_dbsn9m {
    margin-bottom: 59px;
}

.sc_934att, .sc_ydx2x4, .sc_icdxjw, .sc_4xnpxt {
    box-shadow: 1px 5px 15px rgba(0,0,0,0.076);
}

.sc_fahw1q {
    padding-top: 107px;
}
.sc_pmga1y {
    margin-bottom: 23px;
}
.sc_c0e4rc {
    margin-bottom: 42px;
    font-size: 17px;
    line-height: 1.642;
}
.sc_f17dpz {
    font-size: 13px;
    letter-spacing: 2.593px;
    margin-bottom: 19px;
}
.sc_fornyr {
    gap: 16px;
}

.sc_i5k130 img {
    border-radius: 16px;
    box-shadow: 0 12px 46px rgba(0,0,0,0.153);
}

.sc_k5raxw {
    width: 47px;
    height: 47px;
    font-size: 22px;
    border-radius: 13px;
    margin-bottom: 18px;
}

.sc_e95lr1, .card-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.sc_bhxzaj, .card-text {
    font-size: 14px;
    line-height: 1.628;
}

.sc_gs0mcz {
    margin-bottom: 19px;
    letter-spacing: 0.0px;
}
.sc_pj38cs {
    font-size: 12px;
    letter-spacing: 3.139px;
    margin-bottom: 12px;
}
.sc_4c9ra6 {
    font-size: 18px;
    line-height: 1.671;
}

@media (min-width: 993px) {
    .sc_2en1bj {
        gap: 32px;
    }
    .sc_2en1bj .nav-link {
        font-size: 15px;
        padding: 9px 0;
    }
}

.sc_14x58x {
    padding-top: 80px;
}
.sc_md8rgt .sc_jb0hma {
    font-size: 16px;
    margin-bottom: 22px;
}
.sc_6lkejl a {
    font-size: 14px;
}
.sc_6lkejl li {
    margin-bottom: 10px;
}
.sc_sudctn {
    gap: 8px;
}
.sc_sudctn a {
    width: 35px;
    height: 35px;
}
.sc_ajon91 {
    padding: 23px 0;
    margin-top: 54px;
}

.form-control {
    border-radius: 5px;
    padding: 11px 14px;
    font-size: 14px;
}

.sc_y9k074 {
    padding: 29px;
}
.sc_8mygz7 {
    font-size: 18px;
    line-height: 1.676;
    margin-bottom: 18px;
}
.sc_pmdgse {
    width: 44px;
    height: 44px;
}
.sc_z3d7xe {
    font-size: 14px;
}
.sc_enltnp {
    font-size: 12px;
}

.sc_4xnpxt {
    padding: 37px;
}
.sc_xokdr6 {
    font-size: 18px;
    margin-bottom: 6px;
}
.sc_fl9eea {
    font-size: 43px;
    margin-bottom: 18px;
}
.sc_1xmw5h li {
    padding: 8px 0;
    font-size: 15px;
}

.sc_b3qjvx, .stat-number {
    font-size: 39px;
    margin-bottom: 7px;
}
.sc_pcuz3p {
    font-size: 15px;
    letter-spacing: 0.21px;
}

.sc_p3rb68 img {
    border-radius: 11px;
}
.sc_52mll5 {
    font-size: 17px;
    margin-bottom: 2px;
}
.sc_ubhnn1 {
    font-size: 13px;
}

.sc_flw7fh {
    font-size: 35px;
    margin-bottom: 14px;
}
.sc_24406j {
    font-size: 18px;
    margin-bottom: 7px;
}

.wow {
    animation-duration: 0.487s !important;
}
.sc_934att, .sc_ydx2x4, .sc_icdxjw, .sc_y9k074,
.sc_4xnpxt, .sc_mel48n {
    transition-duration: 0.253s;
}

.row {
    --bs-gutter-y: 32px;
}

.sc_wy3ko1 {
    padding: 85px 0;
}
.sc_5dkziu {
    font-size: 36px;
    margin-bottom: 16px;
}
.sc_oi02gi {
    font-size: 18px;
    margin-bottom: 30px;
}

.sc_icdxjw .sc_wvmhkf img {
    border-radius: 6px 6px 0 0;
}
.sc_2ympr9 {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 10px;
}

.sc_87zwe8 {
    padding: 15px 0;
}
.sc_87zwe8.scrolled {
    padding: 10px 0;
}
.sc_gss1o8 {
    font-size: 21px;
}
.sc_khwono {
    margin-left: 17px;
}

:root {
    --_hash: '129c8f';
    --_flag: 24213;
    --_ref: 96077;
    --_run: 9.29;
    --_gen: '98eea1b';
}
.env-flag { visibility: inherit }
.dom-hook { --_ref: 'bf1c' }

.sc_okzl7v h1, .sc_okzl7v h2, .sc_okzl7v h3, .sc_okzl7v h4, .sc_okzl7v h5, .sc_okzl7v h6 { color: #fff !important; }
.sc_okzl7v { color: rgba(255,255,255,0.85) !important; }
.sc_okzl7v p, .sc_okzl7v li, .sc_okzl7v span:not(.badge):not(.sc_s6bis5), .sc_okzl7v .sc_v1xl6o, .sc_okzl7v label, .sc_okzl7v blockquote, .sc_okzl7v figcaption, .sc_okzl7v dt, .sc_okzl7v dd, .sc_okzl7v td, .sc_okzl7v th { color: rgba(255,255,255,0.78) !important; }
.sc_okzl7v a:not(.sc_s6bis5):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_okzl7v a:not(.sc_s6bis5):not(.nav-link):hover { color: #fff !important; }
.sc_okzl7v .sc_b3qjvx { color: #fff !important; }
.sc_okzl7v .sc_pcuz3p { 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_s6bis5), .bg-dark-custom .sc_v1xl6o, .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_s6bis5):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.sc_s6bis5):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .sc_b3qjvx { color: #fff !important; }
.bg-dark-custom .sc_pcuz3p { 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_s6bis5), .bg-gradient-custom .sc_v1xl6o, .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_s6bis5):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.sc_s6bis5):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .sc_b3qjvx { color: #fff !important; }
.bg-gradient-custom .sc_pcuz3p { 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_s6bis5), .bg-accent-custom .sc_v1xl6o, .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_s6bis5):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.sc_s6bis5):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .sc_b3qjvx { color: #fff !important; }
.bg-accent-custom .sc_pcuz3p { color: rgba(255,255,255,0.7) !important; }

.sc_wy3ko1 h1, .sc_wy3ko1 h2, .sc_wy3ko1 h3, .sc_wy3ko1 h4, .sc_wy3ko1 h5, .sc_wy3ko1 h6 { color: #fff !important; }
.sc_wy3ko1 { color: rgba(255,255,255,0.85) !important; }
.sc_wy3ko1 p, .sc_wy3ko1 li, .sc_wy3ko1 span:not(.badge):not(.sc_s6bis5), .sc_wy3ko1 .sc_v1xl6o, .sc_wy3ko1 label, .sc_wy3ko1 blockquote, .sc_wy3ko1 figcaption, .sc_wy3ko1 dt, .sc_wy3ko1 dd, .sc_wy3ko1 td, .sc_wy3ko1 th { color: rgba(255,255,255,0.78) !important; }
.sc_wy3ko1 a:not(.sc_s6bis5):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.sc_wy3ko1 a:not(.sc_s6bis5):not(.nav-link):hover { color: #fff !important; }
.sc_wy3ko1 .sc_b3qjvx { color: #fff !important; }
.sc_wy3ko1 .sc_pcuz3p { color: rgba(255,255,255,0.7) !important; }

.sc_14x58x { color: rgba(255,255,255,0.65) !important; }
.sc_14x58x h1, .sc_14x58x h2, .sc_14x58x h3,
.sc_14x58x h4, .sc_14x58x h5, .sc_14x58x h6,
.sc_14x58x .sc_jb0hma { color: #fff !important; }
.sc_14x58x p, .sc_14x58x li, .sc_14x58x span,
.sc_14x58x label { color: rgba(255,255,255,0.6) !important; }
.sc_14x58x a:not(.sc_s6bis5) { color: rgba(255,255,255,0.65) !important; }
.sc_14x58x a:not(.sc_s6bis5):hover { color: #fff !important; }

.sc_qvlspb h1, .sc_qvlspb h2, .sc_qvlspb h3, .sc_qvlspb h4, .sc_qvlspb h5, .sc_qvlspb h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_qvlspb p, .sc_qvlspb li, .sc_qvlspb span:not(.badge):not(.sc_s6bis5), .sc_qvlspb .sc_v1xl6o, .sc_qvlspb label, .sc_qvlspb blockquote, .sc_qvlspb figcaption, .sc_qvlspb dt, .sc_qvlspb dd, .sc_qvlspb td, .sc_qvlspb th { color: var(--text-secondary, #555) !important; }

.sc_3m3hom h1, .sc_3m3hom h2, .sc_3m3hom h3, .sc_3m3hom h4, .sc_3m3hom h5, .sc_3m3hom h6 { color: var(--text-primary, #1a1a2e) !important; }
.sc_3m3hom p, .sc_3m3hom li, .sc_3m3hom span:not(.badge):not(.sc_s6bis5), .sc_3m3hom .sc_v1xl6o, .sc_3m3hom label, .sc_3m3hom blockquote, .sc_3m3hom figcaption, .sc_3m3hom dt, .sc_3m3hom dd, .sc_3m3hom td, .sc_3m3hom th { color: var(--text-secondary, #555) !important; }
