@import url('https://fonts.googleapis.com/css2?family=Michroma:wght@400&family=Inter:wght@400;500&display=swap');

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #f0f0f0;
    --bg-card: #ffffff;
    --bg-card-hover: #f5f5f5;
    --text-primary: #0e0e0f;
    --text-secondary: #363638;
    --text-muted: #818389;
    --border-color: #0f0f0f;
    --border-light: #9c9c9c;
    --footer-dark-bg: #2a221d;
    --i14in: #e66303;
    --i15w9: #e37320;
    --i16yn: #b1784e;
    --i1bu: linear-gradient(120deg, var(--i14in), var(--i15w9));
    --i1bu-alt: linear-gradient(120deg, var(--i15w9), var(--i16yn));
    --accent-glow: 0 4px 20px rgba(230, 99, 3, 0.25);
}

:root {
    --i14in: #e66303;
    --i15w9: #e37320;
    --i16yn: #b1784e;
    --i1bu: linear-gradient(120deg, var(--i14in), var(--i15w9));
    --i3mo: 'Michroma', sans-serif;
    --i5g9: 'Inter', sans-serif;
    --i19dt: 48px;
    --i20uo: 36px;
    --i21qd: 26px;
    --i17wh: 16px;
    --i18tr: 800;
    --i6po: 0px;
    --i7bh: 0px;
    --i8uo: 0px;
    --i9vl: 0px;
    --i4oi: 0px;
    --i10mg: 3px 3px 0 rgba(0,0,0,0.08);
    --i11hd: 5px 5px 0 rgba(0,0,0,0.10);
    --i12rd: 8px 8px 0 rgba(0,0,0,0.12);
    --i13td: 12px 12px 0 rgba(0,0,0,0.15);
    --css_tz8fd: 80px 0;
}
.css_zh7pz {
    border-radius: 50px;
    padding: 14px 34px;
}
.css_k5mrj, .css_fhbhz, .css_l2dd8, .css_xs0z1, .css_h9aig {
    border-width: 0px;
    border-color: transparent;
}

.row > [class*="col"]:nth-child(2) { transform: translateY(18px); }
.row > [class*="col"]:nth-child(3) { transform: translateY(36px); }
.row > [class*="col"]:nth-child(4) { transform: translateY(18px); }
.row > [class*="col"]:nth-child(5) { transform: translateY(36px); }
.row > [class*="col"]:nth-child(6) { transform: translateY(18px); }
@media (max-width: 768px) { .row > [class*="col"] { transform: none !important; } }

.css_k5mrj, .css_fhbhz, .css_xs0z1, .css_h9aig, .css_l2dd8 {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.css_k5mrj:hover, .css_fhbhz:hover, .css_xs0z1:hover, .css_h9aig:hover, .css_l2dd8:hover {
    transform: scale(1.04);
    box-shadow: var(--i13td);
    z-index: 2;
    position: relative;
}

.css_q1ydl img, .about-image img, .portfolio-item img, .css_x0k8z img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.css_q1ydl:hover img, .about-image:hover img,
.portfolio-item:hover img, .css_rgwdh:hover .css_x0k8z img {
    filter: grayscale(0%);
}

.css_k5mrj, .css_fhbhz, .css_xs0z1, .css_h9aig, .css_l2dd8 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.css_ydu51 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.css_ydu51::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.12);
    transition: left 0.35s ease;
    z-index: -1;
}
.css_ydu51:hover::before {
    left: 0;
}

.css_a8op9 { min-height: 100vh; position: relative; overflow: hidden; }
.css_a8op9::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: var(--i14in);
    opacity: 0.06;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}
.css_q1ydl { position: relative; z-index: 1; }
.css_q1ydl img {
    border-radius: 0 0 0 var(--i9vl);
    box-shadow: -20px 20px 60px rgba(0,0,0,0.15);
}
.css_zva7m { position: relative; z-index: 2; }
.css_pioi7 { border-left: 3px solid var(--i14in); padding-left: 12px; background: none; border-radius: 0; }

.css_tttuj {
    background: transparent;
    padding: 28px 40px;
}
.css_tttuj .css_r8i52 { gap: 40px; }
.css_atiet { font-size: 28px; font-weight: 300; letter-spacing: 4px; text-transform: uppercase; }
.css_os2h7 { gap: 36px; }
.css_os2h7 .nav-link { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
.css_os2h7 .nav-link::after { height: 1px; bottom: -6px; }
.css_pp0e7 { letter-spacing: 1px; text-transform: uppercase; font-size: 11px; padding: 14px 28px !important; }
.css_tttuj.scrolled { background: var(--bg-primary); padding: 16px 40px; box-shadow: 0 1px 0 var(--border-color); }

.css_swvho {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.6);
    padding-top: 80px;
    border-top: 4px solid var(--i14in);
}
.css_p40ah .css_c1blu { text-transform: uppercase; font-size: 13px; letter-spacing: 3px; }
.css_p40ah .css_c1blu::after { display: none; }
.css_jvl6q a { text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.css_udfr8 a { border-radius: 0; width: 36px; height: 36px; }

.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(--i14in); box-shadow: none; }
.contact-section .css_zh7pz { border-radius: 0; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; padding: 16px 40px; }

.css_atiet { font-size: 22px; font-weight: 700; position: relative; padding-bottom: 6px; }
.css_atiet::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--i1bu); border-radius: 2px; }

h3, h4, h5 { font-family: var(--i3mo); }
.css_cneut, .card-title {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
.css_dqbty { font-style: italic; font-weight: 500; }

.css_rgwdh .css_x0k8z img, .css_x0k8z img {
    border-radius: 30%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 3px solid var(--i14in);
}

section:not(.css_a8op9) .col-lg-6 img, section:not(.css_a8op9) .col-lg-5 img {
    shape-outside: ellipse(48% 48%);
    border-radius: 60% 40% 55% 45% / 55% 45% 55% 45%;
    float: left;
    margin: 0 24px 16px 0;
    max-width: 55%;
    object-fit: cover;
}

.css_y7lgz { width: 52px; height: 36px; gap: 4px; border: none; background: var(--bg-secondary, rgba(0,0,0,0.05)); border-radius: 20px; }
.css_y7lgz .css_a7v4e { width: 20px; height: 2px; border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.css_y7lgz:hover { background: var(--i14in); }
.css_y7lgz:hover .css_a7v4e { background: #fff; }
.css_y7lgz.active .css_a7v4e:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.css_y7lgz.active .css_a7v4e:nth-child(2) { opacity: 0; }
.css_y7lgz.active .css_a7v4e:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

main > section + section::before{content:'';display:block;width:60%;height:1px;margin:0 auto;background:radial-gradient(circle,var(--i14in) 1px,transparent 1px);background-size:12px 1px;opacity:0.25;}

.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(--i5g9);}.scroll-nums span{cursor:pointer;transition:all 0.3s;}.scroll-nums span.active{color:var(--i14in);opacity:1;transform:scale(1.5);}@media(max-width:768px){.scroll-nums{display:none;}}

.css_k5mrj,.css_fhbhz{opacity:0;animation:slideLeft 0.45s ease forwards;}.row>[class*="col"]:nth-child(odd) .css_k5mrj,.row>[class*="col"]:nth-child(odd) .css_fhbhz{animation-name:slideLeft;}.row>[class*="col"]:nth-child(even) .css_k5mrj,.row>[class*="col"]:nth-child(even) .css_fhbhz{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);}}

.typewriter-cursor{display:inline-block;width:2px;height:1em;background:var(--i14in);margin-left:4px;animation:twBlink 0.7s step-end infinite;vertical-align:text-bottom;}@keyframes twBlink{50%{opacity:0;}}

@media(prefers-reduced-motion:reduce){.css_k5mrj,.css_fhbhz,.css_xs0z1,.css_h9aig,.css_rgwdh,.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(--i14in);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);}}

main > section {
    position: sticky;
    top: 0;
    transition: transform 0.1s linear, opacity 0.1s linear;
    transform-origin: center top;
    background: var(--bg-primary);
    border-radius: var(--i9vl) var(--i9vl) 0 0;
}
main > section:nth-child(even):not(.css_n3xi4):not(.css_cjytu) { background: var(--bg-secondary, var(--bg-primary)); }
.css_a8op9 { position: relative; border-radius: 0; }
.css_swvho { position: relative; border-radius: var(--i9vl) var(--i9vl) 0 0; }
@media (max-width: 768px) { main > section { position: relative; border-radius: 0; } }

.css_zh7pz,.css_ydu51,.css_gcd23{transition:transform 0.15s ease;}.css_zh7pz:active,.css_ydu51:active,.css_gcd23:active{transform:scale(0.93);}@keyframes btnBounce{0%{transform:scale(0.93);}40%{transform:scale(1.05);}70%{transform:scale(0.98);}100%{transform:scale(1);}}

.css_k5mrj,.css_fhbhz{transition:background 0.4s ease,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;}.css_k5mrj:hover,.css_fhbhz:hover{background:var(--i14in) !important;border-color:var(--i14in) !important;box-shadow:0 12px 30px rgba(0,0,0,0.15) !important;}.css_k5mrj:hover .css_cneut,.css_k5mrj:hover .css_zltrh,.css_k5mrj:hover i,.css_fhbhz:hover .card-title,.css_fhbhz:hover .card-text{color:#fff !important;}.css_k5mrj:hover .css_wygqc{background:rgba(255,255,255,0.15) !important;color:#fff !important;}

.css_zh7pz,.css_ydu51{transition:transform 0.25s cubic-bezier(0.23,1,0.32,1);}

.css_k5mrj .css_wygqc i,.css_k5mrj .css_wygqc svg{animation:iconPulse 3s ease-in-out infinite;}.css_k5mrj:nth-child(2) .css_wygqc i{animation-delay:-0.5s;}.css_k5mrj:nth-child(3) .css_wygqc i{animation-delay:-1s;}.css_k5mrj:nth-child(4) .css_wygqc i{animation-delay:-1.5s;}@keyframes iconPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}

.orbit-wrap{position:relative;display:inline-block;}.orbit-dot{position:absolute;width:6px;height:6px;background:var(--i14in);border-radius:50%;top:50%;left:50%;margin:-3px;animation:orbitSpin 8s linear infinite;opacity:0.4;pointer-events:none;}@keyframes orbitSpin{to{transform:rotate(360deg) translateX(30px) rotate(-360deg);}}

.shimmer-reveal{position:relative;overflow:hidden;}.shimmer-reveal::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.08) 50%,transparent 100%);transform:translateX(-100%);animation:shimmerLoad 1.5s ease forwards;}@keyframes shimmerLoad{to{transform:translateX(100%);}}

.css_k5mrj,.css_fhbhz{background:rgba(var(--bg-card-rgb,255,255,255),0.75) !important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.18) !important;}.css_k5mrj:hover,.css_fhbhz:hover{border-color:rgba(var(--i14in-rgb,99,102,241),0.4) !important;background:rgba(var(--bg-card-rgb,255,255,255),0.88) !important;}

main > section:nth-child(3n+2):not(.css_n3xi4):not(.css_cjytu) {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}
main > section:nth-child(3n):not(.css_n3xi4):not(.css_cjytu) {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.css_a8op9 { clip-path: none !important; -webkit-clip-path: none !important; }
@media (max-width: 768px) {
    main > section:nth-child(3n+2):not(.css_n3xi4):not(.css_cjytu),
    main > section:nth-child(3n):not(.css_n3xi4):not(.css_cjytu) { clip-path: none; -webkit-clip-path: none; }
}

html:not(.css_g91rm) main > section {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
}

@media (min-width: 993px) {
    .css_r8i52 {
        flex-wrap: nowrap;
        overflow: visible;
    }
    .css_os2h7 {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: clamp(10px, 1.8vw, 36px) !important;
    }
    .css_os2h7 .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        padding: 8px 0;
        flex-shrink: 0;
    }
    .css_eb1px, .css_hd5lj {
        gap: clamp(8px, 1.4vw, 32px) !important;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .css_eb1px .nav-link,
    .css_hd5lj .nav-link {
        white-space: nowrap;
        font-size: clamp(11px, 1.1vw, 15px) !important;
        flex-shrink: 0;
    }
    .css_pp0e7 {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .css_tttuj .css_r8i52 > .css_atiet {
        flex: 0 1 auto;
        min-width: 0;
        max-width: min(32vw, 280px);
        font-size: clamp(11px, 1.05vw, 15px);
        letter-spacing: 0.06em;
        line-height: 1.2;
        white-space: normal;
        word-break: break-word;
        hyphens: auto;
        padding-bottom: 4px;
    }
}

@media (max-width: 992px) {
    .css_tttuj .css_r8i52 > .css_atiet {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 52px);
        padding-right: 10px;
        font-size: clamp(11px, 3.2vw, 15px);
        line-height: 1.2;
        white-space: normal;
        word-break: break-word;
    }
}

div.css_vbgr6:not(.css_tz8fd) {
    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.css_vbgr6:not(.css_tz8fd) + .css_tttuj {
    top: 36px;
    background: var(--bg-primary, #ffffff);
    transition: top 0.3s ease, background 0.3s ease, padding 0.3s ease;
}

body:has(> div.css_vbgr6:not(.css_tz8fd)) {
    padding-top: 36px;
}
div.css_vbgr6.css_dnb67 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
div.css_vbgr6.css_dnb67 + .css_tttuj,
div.css_vbgr6:not(.css_tz8fd) + .css_tttuj.scrolled {
    top: 0;
}
div.css_vbgr6:not(.css_tz8fd) ~ .css_a8op9,
div.css_vbgr6:not(.css_tz8fd) ~ main > .css_a8op9,
div.css_vbgr6:not(.css_tz8fd) ~ section.css_a8op9 {
    padding-top: 200px !important;
}

@media (max-width: 992px) {
    div.css_vbgr6:not(.css_tz8fd) {
        position: relative;
        z-index: auto;
        font-size: 11px;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 4px 0 !important;
        overflow: visible;
    }
    div.css_vbgr6:not(.css_tz8fd) + .css_tttuj {
        top: 0;
    }
    
    body:has(> div.css_vbgr6:not(.css_tz8fd)) {
        padding-top: 0;
    }
    div.css_vbgr6:not(.css_tz8fd) ~ .css_a8op9,
    div.css_vbgr6:not(.css_tz8fd) ~ main > .css_a8op9,
    div.css_vbgr6:not(.css_tz8fd) ~ section.css_a8op9 {
        padding-top: 140px !important;
    }
}

@media (max-width: 992px) {
    .css_y7lgz {
        display: flex !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        z-index: 10001 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
    }
    .css_y7lgz .css_a7v4e {
        pointer-events: none;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .css_os2h7 {
        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;
    }
    .css_os2h7 .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;
    }
    .css_os2h7 .nav-link::after { display: none !important; }
    .css_pp0e7 { display: none !important; }
    .css_eb1px, .css_hd5lj { display: none !important; }
}

@media (max-width: 992px) {
    .css_os2h7 { right: 0 !important; left: auto !important; width: min(300px,85vw) !important; background: var(--bg-card) !important; padding: 100px 28px 40px !important; box-shadow: -4px 0 30px rgba(0,0,0,0.15) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: scale(0.97) !important; transition: opacity 0.3s ease, visibility 0.3s, transform 0.3s ease !important; }
    .css_os2h7.active { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: scale(1) !important; }
    .css_os2h7 .nav-link { opacity: 0 !important; transform: translateY(10px) !important; transition: opacity 0.3s ease, transform 0.3s ease !important; border-bottom: 1px solid var(--border-color) !important; }
    .css_os2h7.active .nav-link { opacity: 1 !important; transform: translateY(0) !important; }
    .css_os2h7.active .nav-link:nth-child(1){transition-delay:.15s !important;}
    .css_os2h7.active .nav-link:nth-child(2){transition-delay:.20s !important;}
    .css_os2h7.active .nav-link:nth-child(3){transition-delay:.25s !important;}
    .css_os2h7.active .nav-link:nth-child(4){transition-delay:.30s !important;}
    .css_os2h7.active .nav-link:nth-child(5){transition-delay:.35s !important;}
    .css_os2h7.active .nav-link:nth-child(6){transition-delay:.40s !important;}
    .css_os2h7.active .nav-link:nth-child(7){transition-delay:.45s !important;}
    .css_os2h7.active .nav-link:nth-child(8){transition-delay:.50s !important;}
}

.css_k5mrj,
.css_fhbhz,
.css_xs0z1,
.css_h9aig,
.css_ntyo8,
.css_rgwdh {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
.css_k5mrj *,
.css_fhbhz *,
.css_xs0z1 *,
.css_h9aig *,
.css_ntyo8 * {
    filter: none !important;
}
@supports (animation: none) {
    .css_k5mrj, .css_fhbhz, .css_xs0z1 {
        animation-fill-mode: forwards !important;
    }
}
.css_xs0z1 + .css_xs0z1 {
    margin-top: 1.5rem;
}

.css_a8op9 .css_ii8xb ~ .container,
.css_a8op9 .css_ii8xb ~ .container * {
    color: #fff;
}
.css_a8op9 .css_ii8xb ~ .container p,
.css_a8op9 .css_ii8xb ~ .container .css_aiitz {
    color: rgba(255,255,255,0.85);
}
.css_a8op9 .css_ii8xb ~ .container .css_zh7pz {
    color: inherit;
}
.css_swvho[style*="background:none"] { background: none !important; }
.css_swvho[style*="background:none"]::before,
.css_swvho[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; }

.css_k5mrj, .css_ntyo8, .css_fhbhz, .css_xs0z1,
.css_h9aig, .css_rgwdh, .css_l2dd8, .counter-item,
.card { overflow: hidden; }

.css_k5mrj h1, .css_k5mrj h2, .css_k5mrj h3, .css_k5mrj h4, .css_k5mrj h5, .css_k5mrj h6,
.css_ntyo8 h1, .css_ntyo8 h2, .css_ntyo8 h3, .css_ntyo8 h4,
.css_fhbhz h1, .css_fhbhz h2, .css_fhbhz h3, .css_fhbhz 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;
}

.css_k5mrj p, .css_k5mrj span, .css_k5mrj li,
.css_ntyo8 p, .css_fhbhz p, .counter-item p,
.card p, .card span, .card li {
    overflow-wrap: break-word;
    word-break: break-word;
}

.css_w93or, .css_zs5xl, .counter-suffix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.css_k5mrj .stat-number, .css_k5mrj [class*="number"],
.counter-item .stat-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

body {
    line-height: 1.668;
    letter-spacing: 0.0em;
}

.css_k5mrj, .css_fhbhz, .css_xs0z1, .css_l2dd8, .css_h9aig {
    padding: 27px;
}
.css_k5mrj, .css_fhbhz, .css_xs0z1, .css_l2dd8, .css_h9aig .card-body {
    padding: 26px 19px;
}
.row > [class*="col"]:nth-child(1) .css_k5mrj,
.row > [class*="col"]:nth-child(1) .css_fhbhz {
    padding: 27px;
    border-radius: calc(var(--i7bh) + -2px);
}
.row > [class*="col"]:nth-child(2) .css_k5mrj,
.row > [class*="col"]:nth-child(2) .css_fhbhz {
    padding: 25px;
    border-radius: calc(var(--i7bh) + -1px);
}
.row > [class*="col"]:nth-child(3) .css_k5mrj,
.row > [class*="col"]:nth-child(3) .css_fhbhz {
    padding: 27px;
    border-radius: calc(var(--i7bh) + -1px);
}
.row > [class*="col"]:nth-child(4) .css_k5mrj,
.row > [class*="col"]:nth-child(4) .css_fhbhz {
    padding: 30px;
    border-radius: calc(var(--i7bh) + 3px);
}
.row > [class*="col"]:nth-child(5) .css_k5mrj,
.row > [class*="col"]:nth-child(5) .css_fhbhz {
    padding: 27px;
    border-radius: calc(var(--i7bh) + -2px);
}
.row > [class*="col"]:nth-child(6) .css_k5mrj,
.row > [class*="col"]:nth-child(6) .css_fhbhz {
    padding: 26px;
    border-radius: calc(var(--i7bh) + 2px);
}

.css_zh7pz {
    padding: 16px 26px;
    font-size: 14px;
    letter-spacing: 0.464px;
    border-radius: calc(var(--i7bh) + -1px);
}
.css_gcd23 {
    padding: 15px 26px;
    border-width: 1px;
}

main > section {
    padding-top: 100px;
    padding-bottom: 105px;
}
main > section:first-child {
    padding-top: 114px;
}
main > section:nth-child(2) {
    padding-top: 92px;
    padding-bottom: 104px;
}
main > section:nth-child(6) {
    padding-top: 100px;
    padding-bottom: 99px;
}

.css_wa8zg {
    margin-bottom: 47px;
}

.css_k5mrj, .css_fhbhz, .css_xs0z1, .css_h9aig {
    box-shadow: 1px 6px 16px rgba(0,0,0,0.054);
}

.css_a8op9 {
    padding-top: 122px;
}
.css_a8muv {
    margin-bottom: 26px;
}
.css_aiitz {
    margin-bottom: 42px;
    font-size: 17px;
    line-height: 1.62;
}
.css_pioi7 {
    font-size: 13px;
    letter-spacing: 2.572px;
    margin-bottom: 25px;
}
.css_ax2ws {
    gap: 17px;
}

.css_q1ydl img {
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.147);
}

.css_wygqc {
    width: 47px;
    height: 47px;
    font-size: 23px;
    border-radius: 15px;
    margin-bottom: 17px;
}

.css_cneut, .card-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.css_zltrh, .card-text {
    font-size: 16px;
    line-height: 1.573;
}

.css_yf7qe {
    margin-bottom: 13px;
    letter-spacing: 0.0px;
}
.css_ayt8s {
    font-size: 14px;
    letter-spacing: 2.972px;
    margin-bottom: 16px;
}
.css_a0s2k {
    font-size: 16px;
    line-height: 1.626;
}

@media (min-width: 993px) {
    .css_os2h7 {
        gap: 28px;
    }
    .css_os2h7 .nav-link {
        font-size: 14px;
        padding: 9px 0;
    }
}

.css_swvho {
    padding-top: 75px;
}
.css_p40ah .css_c1blu {
    font-size: 18px;
    margin-bottom: 24px;
}
.css_jvl6q a {
    font-size: 15px;
}
.css_jvl6q li {
    margin-bottom: 11px;
}
.css_udfr8 {
    gap: 10px;
}
.css_udfr8 a {
    width: 40px;
    height: 40px;
}
.css_b2cfy {
    padding: 19px 0;
    margin-top: 60px;
}

.form-control {
    border-radius: 5px;
    padding: 11px 16px;
    font-size: 14px;
}

.css_l2dd8 {
    padding: 32px;
}
.css_x1s4y {
    font-size: 17px;
    line-height: 1.638;
    margin-bottom: 18px;
}
.css_di93x {
    width: 46px;
    height: 46px;
}
.css_b1xcu {
    font-size: 15px;
}
.css_mpqui {
    font-size: 12px;
}

.css_h9aig {
    padding: 38px;
}
.css_etwg5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.css_j1zeo {
    font-size: 48px;
    margin-bottom: 21px;
}
.css_r7lyb li {
    padding: 8px 0;
    font-size: 14px;
}

.css_w93or, .stat-number {
    font-size: 39px;
    margin-bottom: 8px;
}
.css_zs5xl {
    font-size: 14px;
    letter-spacing: 0.624px;
}

.css_x0k8z img {
    border-radius: 10px;
}
.css_vs72j {
    font-size: 19px;
    margin-bottom: 5px;
}
.css_veu7r {
    font-size: 13px;
}

.css_lfcfk {
    font-size: 37px;
    margin-bottom: 12px;
}
.css_dqbty {
    font-size: 19px;
    margin-bottom: 8px;
}

.wow {
    animation-duration: 0.546s !important;
}
.css_k5mrj, .css_fhbhz, .css_xs0z1, .css_l2dd8,
.css_h9aig, .css_rgwdh {
    transition-duration: 0.36s;
}

.row {
    --bs-gutter-y: 30px;
}

.css_n3xi4 {
    padding: 73px 0;
}
.css_wred3 {
    font-size: 37px;
    margin-bottom: 12px;
}
.css_ik7y1 {
    font-size: 18px;
    margin-bottom: 33px;
}

.css_xs0z1 .css_y0rr6 img {
    border-radius: 11px 11px 0 0;
}
.css_k84su {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 10px;
}

.css_tttuj {
    padding: 15px 0;
}
.css_tttuj.scrolled {
    padding: 11px 0;
}
.css_atiet {
    font-size: 22px;
}
.css_pp0e7 {
    margin-left: 13px;
}

:root {
    --_rev: 'b5d16';
    --_gen: 69208;
    --_run: '12c9acb';
    --_flag: 3.89;
}
.bind-ref { outline: 0 solid transparent }
.env-flag { pointer-events: auto }
.grid-debug { display: inherit; --_stamp: 300; outline: 0 solid transparent }

.css_swvho { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.65) !important; }
.css_swvho h1, .css_swvho h2, .css_swvho h3,
.css_swvho h4, .css_swvho h5, .css_swvho h6,
.css_swvho .css_c1blu { color: #fff !important; }
.css_swvho p, .css_swvho li, .css_swvho span,
.css_swvho label { color: rgba(255,255,255,0.6) !important; }
.css_swvho a:not(.css_zh7pz) { color: rgba(255,255,255,0.65) !important; }
.css_swvho a:not(.css_zh7pz):hover { color: #fff !important; }

.css_cjytu { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.css_cjytu h1, .css_cjytu h2, .css_cjytu h3, .css_cjytu h4, .css_cjytu h5, .css_cjytu h6 { color: #fff !important; }
.css_cjytu p, .css_cjytu li, .css_cjytu span:not(.badge):not(.css_zh7pz) { color: rgba(255,255,255,0.78) !important; }
.css_cjytu a:not(.css_zh7pz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_cjytu a:not(.css_zh7pz):not(.nav-link):hover { color: #fff !important; }
.css_cjytu .css_w93or { color: #fff !important; }
.css_cjytu .css_zs5xl { 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(.css_zh7pz) { color: rgba(255,255,255,0.78) !important; }
.bg-dark-custom a:not(.css_zh7pz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-dark-custom a:not(.css_zh7pz):not(.nav-link):hover { color: #fff !important; }
.bg-dark-custom .css_w93or { color: #fff !important; }
.bg-dark-custom .css_zs5xl { color: rgba(255,255,255,0.7) !important; }

.css_n3xi4 { background: var(--footer-dark-bg) !important; color: rgba(255,255,255,0.85) !important; }
.css_n3xi4 h1, .css_n3xi4 h2, .css_n3xi4 h3, .css_n3xi4 h4, .css_n3xi4 h5, .css_n3xi4 h6 { color: #fff !important; }
.css_n3xi4 p, .css_n3xi4 li, .css_n3xi4 span:not(.badge):not(.css_zh7pz) { color: rgba(255,255,255,0.78) !important; }
.css_n3xi4 a:not(.css_zh7pz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.css_n3xi4 a:not(.css_zh7pz):not(.nav-link):hover { color: #fff !important; }
.css_n3xi4 .css_w93or { color: #fff !important; }
.css_n3xi4 .css_zs5xl { 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(.css_zh7pz) { color: rgba(255,255,255,0.78) !important; }
.bg-gradient-custom a:not(.css_zh7pz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-gradient-custom a:not(.css_zh7pz):not(.nav-link):hover { color: #fff !important; }
.bg-gradient-custom .css_w93or { color: #fff !important; }
.bg-gradient-custom .css_zs5xl { 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(.css_zh7pz) { color: rgba(255,255,255,0.78) !important; }
.bg-accent-custom a:not(.css_zh7pz):not(.nav-link) { color: rgba(255,255,255,0.85) !important; }
.bg-accent-custom a:not(.css_zh7pz):not(.nav-link):hover { color: #fff !important; }
.bg-accent-custom .css_w93or { color: #fff !important; }
.bg-accent-custom .css_zs5xl { color: rgba(255,255,255,0.7) !important; }

.css_cjytu .bg-card, .bg-dark-custom .bg-card,
.css_n3xi4 .bg-card, .bg-gradient-custom .bg-card, .bg-accent-custom .bg-card,
.css_cjytu .css_k5mrj, .bg-dark-custom .css_k5mrj,
.css_n3xi4 .css_k5mrj {
    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-logo{font-size:42px;font-weight:800;font-family:var(--i3mo,sans-serif);color:var(--i14in);animation:plLogoPulse 1.6s ease-in-out infinite;letter-spacing:-1px;user-select:none;}@keyframes plLogoPulse{0%,100%{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}

.ix-countdown{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;}
.ix-cd-item{text-align:center;min-width:90px;}
.ix-cd-num{display:block;font-size:clamp(40px,8vw,72px);font-weight:900;font-family:var(--i3mo);color:#fff;line-height:1;letter-spacing:-0.02em;}
.ix-cd-label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,0.5);margin-top:6px;}
.ix-cd-sep{font-size:clamp(28px,5vw,48px);font-weight:300;color:var(--i14in);opacity:0.6;padding-bottom:20px;}
@keyframes ixCdPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.05);}}
.ix-cd-num.ix-cd-tick{animation:ixCdPulse 0.3s ease;}