:root{--bt-green:#20A53A;--bt-green-dark:#137a2b;--bt-green-soft:#edf9f0;--bt-ink:#0d1b2a;--bt-text:#334155;--bt-muted:#64748b;--bt-line:#e6ece8;--bt-bg:#f7faf8;--bt-white:#fff;--bt-shadow:0 24px 70px rgba(13,27,42,.10);--bt-radius:26px;--bt-max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--bt-ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.bt-container{width:min(var(--bt-max),calc(100% - 40px));margin:auto}.bt-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:var(--bt-green-soft);border:1px solid rgba(32,165,58,.16);color:var(--bt-green);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.bt-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bt-green);box-shadow:0 0 0 5px rgba(32,165,58,.12)}.bt-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 19px;border:1px solid transparent;font-weight:850;transition:.25s ease;white-space:nowrap}.bt-btn-primary{background:var(--bt-green);color:#fff;box-shadow:0 16px 34px rgba(32,165,58,.25)}.bt-btn-primary:hover{background:var(--bt-green-dark);transform:translateY(-2px)}@keyframes btHeroProgress{0%{width:0}100%{width:100%}}.bt-system{position:relative;overflow:hidden;background:linear-gradient(180deg,#f4fbf6 0%,#fff 22%,#fff 100%);padding:54px 0 94px;border-top:1px solid rgba(32,165,58,.16)}.bt-system:before{content:"";position:absolute;left:-160px;top:90px;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.13),rgba(32,165,58,0) 70%)}.bt-system:after{content:"";position:absolute;right:-180px;bottom:-240px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.10),rgba(32,165,58,0) 72%)}.bt-system-bridge{position:relative;z-index:4;margin:0 auto 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bt-system-bridge-card{background:rgba(255,255,255,.94);border:1px solid rgba(32,165,58,.18);border-left:4px solid var(--bt-green);border-radius:18px;padding:17px 20px;box-shadow:0 16px 42px rgba(13,27,42,.06)}.bt-system-bridge-card strong{display:block;font-size:15px;color:#132236;margin-bottom:5px;letter-spacing:-.02em;line-height:1.25}.bt-system-bridge-card span{display:block;font-size:12.5px;color:var(--bt-muted);line-height:1.5}.bt-system-title{position:relative;z-index:2;max-width:980px;margin:0 auto 48px;text-align:center}.bt-system-title h2{margin:14px 0 0;font-size:clamp(34px,5vw,58px);line-height:1.04;letter-spacing:-.045em;font-weight:850;color:#10213b}.bt-system-title p{max-width:800px;margin:16px auto 0;color:var(--bt-muted);font-size:16px;line-height:1.75}.bt-system-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,430px) minmax(280px,1fr);gap:28px;align-items:center}.bt-system-col{display:grid;gap:18px;min-width:0}.bt-system-card{position:relative;overflow:hidden;display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start;min-height:156px;border:1px solid #e6eeea;border-radius:24px;background:rgba(255,255,255,.96);padding:22px;box-shadow:0 18px 48px rgba(13,27,42,.05);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;cursor:pointer;text-align:left}.bt-system-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--bt-green);transform:scaleY(0);transform-origin:top;transition:transform .28s ease}.bt-system-card:after{content:"";display:none}.bt-system-card:hover,.bt-system-card:focus,.bt-system-card.bt-active{transform:translateY(-4px);border-color:rgba(32,165,58,.38);box-shadow:0 28px 72px rgba(13,27,42,.10);outline:0}.bt-system-card:hover:before,.bt-system-card:focus:before,.bt-system-card.bt-active:before{transform:scaleY(1)}.bt-system-card.bt-active{background:linear-gradient(135deg,#ffffff 0%,#f3fbf5 100%)}.bt-system-card h3{margin:0 0 8px;color:#0d213d;font-size:21px;line-height:1.18;letter-spacing:-.035em;font-weight:850;transition:.25s ease}.bt-system-card p{margin:0;color:#647280;font-size:14.3px;line-height:1.65;transition:.25s ease}.bt-system-icon{position:relative;z-index:1;width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,var(--bt-green),var(--bt-green-dark));box-shadow:0 14px 28px rgba(32,165,58,.20);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:950;font-style:normal;letter-spacing:.04em;transition:.28s ease}.bt-system-card:hover .bt-system-icon,.bt-system-card:focus .bt-system-icon,.bt-system-card.bt-active .bt-system-icon{transform:rotate(-6deg) scale(1.04);background:#102017;color:#dfffe6;box-shadow:0 18px 34px rgba(32,165,58,.25)}.bt-system-core{position:relative;width:100%;max-width:430px;aspect-ratio:1;margin:auto;border-radius:50%;background:#0f1712;box-shadow:0 28px 88px rgba(13,27,42,.14);overflow:hidden;isolation:isolate;border:12px solid #fff}.bt-system-core img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.96) contrast(1.03);opacity:.88;transform:scale(1.04);transition:opacity .28s ease,transform .5s ease,filter .28s ease}.bt-system-core.bt-changing img{opacity:.42;transform:scale(1.10)}.bt-system-core:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,27,42,.08),rgba(13,27,42,.78));z-index:1}.bt-system-core:after{content:"SELECT A FUNCTION";position:absolute;left:50%;bottom:16%;transform:translateX(-50%);z-index:4;color:#fff;background:rgba(32,165,58,.88);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:9px 14px;font-size:11px;font-weight:950;letter-spacing:.14em;white-space:nowrap}.bt-system-core-info{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;width:74%;text-align:center;color:#fff;text-shadow:0 8px 20px rgba(0,0,0,.45)}.bt-system-core-info span{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);font-size:11px;font-weight:900;letter-spacing:.10em;text-transform:uppercase;color:#dfffe6}.bt-system-core-info h3{margin:0 0 10px;font-size:clamp(24px,3vw,34px);line-height:1.05;letter-spacing:-.045em;color:#fff}.bt-system-core-info p{margin:0;color:rgba(255,255,255,.82);font-size:13.5px;line-height:1.55}.bt-core-ring{position:absolute;inset:10%;border-radius:50%;border:1px solid rgba(255,255,255,.48);z-index:3;pointer-events:none}.bt-core-ring.bt-small{inset:25%;border-color:rgba(255,255,255,.30)}.bk-why{--bk-green:var(--bt-green);--bk-green-dark:var(--bt-green-dark);--bk-green-soft:var(--bt-green-soft);--bk-ink:var(--bt-ink);--bk-text:var(--bt-muted);--bk-line:var(--bt-line);--bk-white:#fff;--bk-shadow:0 24px 70px rgba(13,27,42,.10);padding:96px 0;background:#fff;overflow:hidden;position:relative}.bk-why:before{content:"";position:absolute;left:-180px;top:80px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.10),rgba(32,165,58,0) 70%)}.bk-container{width:min(var(--bt-max),calc(100% - 40px));margin:auto}.bk-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;background:var(--bk-green-soft);border:1px solid rgba(32,165,58,.16);color:var(--bk-green);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.bk-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bk-green);box-shadow:0 0 0 5px rgba(32,165,58,.12)}.bk-why-wrap{position:relative;z-index:1;display:grid;grid-template-columns:360px 1fr;gap:44px;align-items:center}.bk-why-title{position:relative}.bk-why-title .side-word{position:absolute;left:-70px;top:20px;writing-mode:vertical-rl;transform:rotate(180deg);font-size:58px;font-weight:900;letter-spacing:-.06em;color:rgba(32,165,58,.08);line-height:1}.bk-why-title h2{margin:14px 0 18px;font-size:clamp(36px,4.6vw,60px);line-height:1.02;letter-spacing:-.055em;color:var(--bk-ink)}.bk-why-title p{margin:0;color:var(--bk-text);line-height:1.75;font-size:15.5px}.bk-why-controls{display:flex;align-items:center;gap:10px;margin-top:28px}.bk-why-arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--bk-line);background:#fff;color:var(--bk-ink);font-size:18px;font-weight:900;cursor:pointer;transition:.25s ease}.bk-why-arrow:hover{background:var(--bk-green);color:#fff;border-color:var(--bk-green);transform:translateY(-2px)}.bk-why-dots{display:flex;gap:8px;margin-left:8px;align-items:center}.bk-why-dot{width:9px;height:9px;border-radius:99px;background:#cfe2d9;border:0;cursor:pointer;transition:.25s ease;padding:0}.bk-why-dot.active{width:28px;background:var(--bk-green)}.bk-why-stage{position:relative;min-height:430px}.bk-why-slide{position:absolute;inset:0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;opacity:0;transform:translateX(28px);transition:.45s ease;pointer-events:none}.bk-why-slide.active{opacity:1;transform:translateX(0);pointer-events:auto}.bk-reason-card{position:relative;border-radius:26px;background:#fff;border:1px solid var(--bk-line);box-shadow:0 18px 48px rgba(10,35,25,.06);padding:28px;min-height:205px;overflow:hidden;transition:.25s ease}.bk-reason-card:hover{transform:translateY(-6px);border-color:rgba(32,165,58,.32);box-shadow:0 26px 64px rgba(10,35,25,.10)}.bk-reason-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--bk-green),rgba(32,165,58,.15))}.bk-reason-card:after{content:attr(data-no);position:absolute;right:18px;bottom:-18px;font-size:92px;line-height:1;font-weight:900;letter-spacing:-.08em;color:rgba(32,165,58,.08)}.bk-reason-label{display:inline-flex;color:var(--bk-green-dark);font-weight:900;font-size:13px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:26px}.bk-reason-card h3{position:relative;margin:0 0 12px;font-size:24px;line-height:1.12;letter-spacing:-.035em;color:var(--bk-ink)}.bk-reason-card p{position:relative;margin:0;color:var(--bk-text);line-height:1.65;font-size:14px;max-width:330px}.bk-reason-card.big{grid-row:span 2;background:linear-gradient(145deg,#10251d,#163c2d);color:#fff}.bk-reason-card.big:before{background:#36dc96}.bk-reason-card.big:after{color:rgba(255,255,255,.08)}.bk-reason-card.big h3{color:#fff;font-size:30px;max-width:340px}.bk-reason-card.big p{color:rgba(255,255,255,.76);font-size:15px;max-width:360px}.bk-reason-card.big .bk-reason-label{color:#9ff0c8}@media (max-width:1024px){.bk-why-wrap{grid-template-columns:1fr}.bk-why-title .side-word{display:none}.bk-why-stage{min-height:455px}}@media (max-width:720px){.bk-why{padding:70px 0}.bk-why-slide{grid-template-columns:1fr;position:relative;display:none}.bk-why-slide.active{display:grid}.bk-why-stage{min-height:auto}.bk-reason-card.big{grid-row:auto}.bk-reason-card.big h3{font-size:26px}}.bk-solution-carousel{width:100%;padding:64px 5%}.bk-solution-container{max-width:1280px;margin:0 auto}.bk-solution-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.56fr);gap:34px;align-items:end;margin-bottom:28px}.bk-solution-kicker{display:inline-flex;margin-bottom:12px;color:#168a42;font-size:13px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.bk-solution-header h2{margin:0;max-width:760px;font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-1.4px;font-weight:900;color:#172033}.bk-solution-header p{margin:0;color:#5d6877;font-size:16px;line-height:1.65}.bk-carousel-shell{position:relative;overflow:hidden}.bk-carousel-stage{position:relative;overflow:hidden;background:#eef2f4}.bk-carousel-track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.bk-carousel-track::-webkit-scrollbar{display:none}.bk-carousel-slide{flex:0 0 100%;min-width:100%;scroll-snap-align:start;display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1.08fr);min-height:420px;background:#ffffff}.bk-slide-copy{padding:44px 42px;display:flex;flex-direction:column;justify-content:center;min-width:0}.bk-slide-number{display:inline-flex;width:fit-content;margin-bottom:14px;padding:6px 12px;border-radius:999px;background:#eef8f2;color:#168a42;font-size:12px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.bk-slide-copy h3{margin:0 0 14px;color:#172033;font-size:clamp(26px,3vw,40px);line-height:1.14;letter-spacing:-0.6px;font-weight:900}.bk-slide-copy p{margin:0;color:#5d6877;font-size:16px;line-height:1.74}.bk-slide-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.bk-slide-tags span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#f4f7f6;color:#168a42;border:1px solid #dcefe3;font-size:12px;font-weight:800}.bk-slide-list{display:grid;gap:8px;margin:22px 0 0;padding:0;list-style:none}.bk-slide-list li{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;color:#4e5b68;font-size:14px;line-height:1.5}.bk-slide-list b{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#eef8f2;color:#168a42;font-size:12px}.bk-slide-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.bk-slide-primary,.bk-slide-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 18px;border-radius:999px;font-size:14px;font-weight:900;transition:all 0.22s ease}.bk-slide-primary{background:#168a42;color:#ffffff;box-shadow:0 12px 24px rgba(22,138,66,0.18)}.bk-slide-primary:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(22,138,66,0.24)}.bk-slide-secondary{color:#172033;background:#ffffff;border:1px solid #dce4e8}.bk-slide-secondary:hover{color:#168a42;border-color:#168a42}.bk-slide-media{position:relative;min-height:420px;overflow:hidden;background:#eef2f4}.bk-slide-media img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.bk-slide-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.16));pointer-events:none}.bk-media-badge{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,0.92);backdrop-filter:blur(10px);box-shadow:0 16px 32px rgba(20,31,50,0.14);border-left:4px solid #168a42}.bk-media-badge span{display:block;margin-bottom:5px;color:#168a42;font-size:12px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.bk-media-badge strong{display:block;color:#172033;font-size:19px;line-height:1.28;font-weight:900}.bk-carousel-btn{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(23,32,51,0.68);color:#ffffff;font-size:26px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);transition:all 0.22s ease}.bk-carousel-btn:hover{background:#168a42}.bk-carousel-prev{left:16px}.bk-carousel-next{right:16px}.bk-carousel-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 4px 2px}.bk-carousel-thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}.bk-thumb{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 13px;border:1px solid #dfe7eb;border-radius:999px;background:#ffffff;color:#5d6877;font-size:13px;font-weight:800;cursor:pointer;transition:all 0.22s ease;white-space:nowrap}.bk-thumb b{color:#9aa4ad;font-size:12px}.bk-thumb.active{color:#168a42;border-color:#168a42;background:#eef8f2}.bk-thumb.active b{color:#168a42}.bk-carousel-progress{display:flex;align-items:center;gap:12px;min-width:160px}.bk-carousel-progress-bar{width:110px;height:4px;border-radius:999px;background:#dde5e9;overflow:hidden}.bk-carousel-progress-bar span{display:block;height:100%;width:20%;border-radius:999px;background:#168a42;transition:width 0.24s ease}.bk-carousel-count{color:#66727f;font-size:13px;font-weight:900;white-space:nowrap}@media (max-width:1020px){.bk-solution-header{grid-template-columns:1fr;gap:16px}.bk-carousel-slide{grid-template-columns:1fr}.bk-slide-copy{padding:38px 34px}.bk-slide-media{min-height:320px;order:-1}.bk-slide-media img{min-height:320px}.bk-carousel-btn{top:34%}}@media (max-width:640px){.bk-solution-carousel{padding:54px 20px}.bk-solution-header h2{letter-spacing:-0.8px}.bk-solution-header p{font-size:15px}.bk-carousel-shell{padding:12px;border-radius:22px}.bk-carousel-stage{border-radius:18px}.bk-slide-copy{padding:26px 22px 30px}.bk-slide-copy h3{font-size:25px}.bk-slide-copy p{font-size:15px}.bk-slide-media,.bk-slide-media img{min-height:230px;height:230px}.bk-media-badge{position:relative;left:auto;right:auto;bottom:auto;margin:12px;box-shadow:none;border:1px solid #e3ebef;border-left:4px solid #168a42}.bk-slide-actions{flex-direction:column}.bk-slide-primary,.bk-slide-secondary{width:100%}.bk-carousel-btn{top:132px;width:40px;height:40px;font-size:24px}.bk-carousel-prev{left:10px}.bk-carousel-next{right:10px}.bk-carousel-footer{grid-template-columns:1fr}.bk-carousel-progress{width:100%;justify-content:space-between}.bk-carousel-progress-bar{flex:1;width:auto}}.cases-carousel-section{width:100%;padding:78px 5% 90px;overflow:hidden}.cases-carousel-container{max-width:1500px;margin:0 auto}.cases-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px}.cases-carousel-title{display:flex;align-items:baseline;gap:24px}.cases-carousel-title h2{margin:0;font-size:44px;line-height:1.15;font-weight:800;color:#2b2f36}.cases-carousel-more{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;border:1px solid #c9cdd3;border-radius:999px;color:#303640;font-size:15px;white-space:nowrap;transition:all 0.25s ease}.cases-carousel-more:hover{background:linear-gradient(135deg,#2ed866 0%,#16b94e 100%);border-color:#22c55e;color:#ffffff}.cases-carousel-layout{display:grid}.case-tabs{position:relative}.case-tabs::before{content:"";position:absolute;left:10px;top:20px;bottom:20px;width:1px;background:linear-gradient(to bottom,#c8ccd2 55%,transparent 0%);background-size:1px 10px}.case-tab{position:relative;display:flex;align-items:center;gap:26px;cursor:pointer;color:#10213b;transition:all 0.25s ease}.case-tab::before{content:"";position:relative;z-index:2;width:11px;height:11px;margin-left:5px;border-radius:50%;background:#9da2a8;flex-shrink:0;transition:all 0.25s ease}.case-tab span{line-height:1.2;white-space:nowrap}.case-tab.active::before{width:26px;height:26px;margin-left:-2px;background:#ffffff;border:7px solid #22c55e;box-sizing:border-box;box-shadow:0 0 0 6px rgba(34,197,94,0.08)}.case-tab.active span{color:#22c55e;font-weight:800}.case-carousel-area{position:relative;min-width:0;overflow:hidden}.case-carousel-track{height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.case-carousel-track::-webkit-scrollbar{display:none}.case-carousel-slide{position:relative;flex:0 0 100%;min-width:100%;scroll-snap-align:start;overflow:hidden;color:#ffffff;background:linear-gradient(135deg,#f1fff6 0%,#e7f8ef 100%)}.case-carousel-slide img{width:100%;display:block}.case-carousel-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0.48) 0%,rgba(0,0,0,0.18) 52%,rgba(0,0,0,0.08) 100%);pointer-events:none}.case-carousel-content{position:absolute;z-index:2;left:50%;transform:translateX(-50%);background:rgba(255,255,255,0.94);backdrop-filter:blur(12px);box-shadow:0 18px 38px rgba(15,23,42,0.16);color:#10213b}.case-carousel-content .case-label{display:inline-flex;padding:6px 12px;border-radius:999px;background:#e8f9ee;color:#16a34a;font-size:13px;font-weight:800}.case-carousel-content h3{margin:0 0 16px;color:#10213b;font-weight:800}.case-carousel-content p{margin:0 0 26px;color:#53606a}.case-carousel-content .case-link{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:999px;background:linear-gradient(135deg,#2ed866 0%,#16b94e 100%);color:#ffffff;font-size:15px;font-weight:700;transition:all 0.25s ease}.case-carousel-content .case-link:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(34,197,94,0.22)}.case-carousel-btn{position:absolute;top:50%;z-index:6;transform:translateY(-50%);border:0;border-radius:50%;background:rgba(35,45,55,0.65);color:#ffffff;display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;transition:all 0.25s ease;backdrop-filter:blur(8px)}.case-carousel-btn:hover{background:linear-gradient(135deg,#2ed866 0%,#16b94e 100%)}.case-carousel-prev{left:22px}.case-carousel-next{right:22px}.case-carousel-dots{position:absolute;left:50%;z-index:6;transform:translateX(-50%);display:flex;gap:8px}.case-carousel-dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,0.75);border:1px solid rgba(255,255,255,0.85);transition:all 0.25s ease}.case-carousel-dot.active{width:26px;background:#22c55e;border-color:#22c55e}@media (max-width:1180px){.cases-carousel-layout{grid-template-columns:1fr;gap:30px}.case-tabs{display:flex;gap:12px;overflow-x:auto;padding:6px 0 14px;scrollbar-width:thin}.case-tabs::before{display:none}.case-tab{min-height:auto;padding:12px 22px;border:1px solid #d8dde3;border-radius:999px;background:#ffffff;white-space:nowrap;flex-shrink:0}.case-tab::before{display:none}.case-tab span{font-size:17px}.case-tab.active{background:linear-gradient(135deg,#2ed866 0%,#16b94e 100%);border-color:#22c55e}.case-tab.active span{color:#ffffff}.case-carousel-area,.case-carousel-slide,.case-carousel-slide img{min-height:500px}}@media (max-width:900px){.cases-carousel-title h2{font-size:36px}.cases-carousel-title span{font-size:22px}.case-carousel-area,.case-carousel-slide,.case-carousel-slide img{min-height:430px}.case-carousel-content{left:50%;bottom:46px;transform:translateX(-50%);width:min(680px,calc(100% - 68px));padding:32px 38px}.case-carousel-content h3{font-size:28px}}@media (max-width:640px){.cases-carousel-section{padding:54px 20px 64px}.cases-carousel-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}.cases-carousel-title{gap:14px}.cases-carousel-title h2{font-size:32px}.cases-carousel-title span{font-size:20px}.cases-carousel-more{width:100%;justify-content:center}.case-carousel-area{border-radius:20px;min-height:560px}.case-carousel-slide{min-height:560px}.case-carousel-slide img{height:260px;min-height:260px}.case-carousel-slide::after{display:none}.case-carousel-content{position:relative;left:auto;bottom:auto;transform:none;width:100%;padding:26px 24px 76px;border-radius:0;background:#ffffff;box-shadow:none}.case-carousel-content h3{font-size:24px}.case-carousel-content p{font-size:14px;line-height:1.75}.case-carousel-content .case-link{width:100%;justify-content:center}.case-carousel-btn{top:auto;bottom:18px;transform:none;width:44px;height:44px;font-size:26px}.case-carousel-prev{left:22px}.case-carousel-next{right:22px}.case-carousel-dots{bottom:34px}.case-carousel-dot{background:#d2d8dc;border-color:#d2d8dc}}.bk-product-spotlight{width:100%;padding:72px 5%;background:#ffffff;overflow:hidden}.bk-product-spotlight-container{max-width:1320px;margin:0 auto}.bk-product-spotlight-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.58fr);gap:36px;align-items:end;margin-bottom:30px}.bk-product-spotlight-kicker{display:inline-flex;margin-bottom:12px;color:#168a42;font-size:13px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.bk-product-spotlight-header h2{margin:0;max-width:760px;font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-1.3px;font-weight:900;color:#172033}.bk-product-spotlight-header p{margin:0;color:#5d6877;font-size:16px;line-height:1.65}.bk-product-spotlight-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.bk-product-spotlight-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.bk-product-spotlight-tab{flex:0 0 auto;min-height:40px;padding:10px 16px;border:1px solid #dce4e8;border-radius:999px;background:#ffffff;color:#596675;font-size:14px;font-weight:900;cursor:pointer;transition:all 0.22s ease;white-space:nowrap}.bk-product-spotlight-tab:hover,.bk-product-spotlight-tab.active{border-color:#168a42;background:#eef8f2;color:#168a42}.bk-product-spotlight-all{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 18px;border-radius:999px;background:#172033;color:#ffffff;font-size:14px;font-weight:900;transition:all 0.22s ease;white-space:nowrap}.bk-product-spotlight-all:hover{background:#168a42;transform:translateY(-2px)}.bk-product-spotlight-main{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(340px,0.72fr);min-height:430px;border-radius:32px;border:1px solid #e2e8ee;background:#f7f9fb;overflow:hidden;box-shadow:0 18px 46px rgba(20,31,50,0.07)}.bk-product-spotlight-copy{display:flex;flex-direction:column;justify-content:center;padding:46px;min-width:0}.bk-product-spotlight-label{display:inline-flex;width:fit-content;margin-bottom:16px;padding:7px 12px;border-radius:999px;background:#eef8f2;color:#168a42;font-size:12px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.bk-product-spotlight-copy h3{margin:0 0 14px;color:#172033;font-size:clamp(28px,3vw,42px);line-height:1.13;letter-spacing:-0.7px;font-weight:900}.bk-product-spotlight-copy p{margin:0;max-width:650px;color:#5d6877;font-size:16px;line-height:1.75}.bk-product-spotlight-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:24px 0 0;padding:0;list-style:none}.bk-product-spotlight-points li{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;padding:13px 14px;border-radius:16px;background:#ffffff;border:1px solid #e3ebef;color:#4e5b68;font-size:13px;line-height:1.45}.bk-product-spotlight-points b{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#eef8f2;color:#168a42;font-size:13px}.bk-product-spotlight-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.bk-product-spotlight-primary,.bk-product-spotlight-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 18px;border-radius:999px;font-size:14px;font-weight:900;transition:all 0.22s ease}.bk-product-spotlight-primary{background:#168a42;color:#ffffff;box-shadow:0 12px 24px rgba(22,138,66,0.16)}.bk-product-spotlight-primary:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(22,138,66,0.22)}.bk-product-spotlight-secondary{background:#ffffff;color:#172033;border:1px solid #dce4e8}.bk-product-spotlight-secondary:hover{color:#168a42;border-color:#168a42}.bk-product-spotlight-media{position:relative;min-height:430px;background:#e8edf1;overflow:hidden}.bk-product-spotlight-media img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block;transition:opacity 0.28s ease,transform 0.35s ease}.bk-product-spotlight-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.02),rgba(0,0,0,0.16));pointer-events:none}.bk-product-spotlight-media-card{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,0.92);backdrop-filter:blur(10px);box-shadow:0 16px 32px rgba(20,31,50,0.14);border-left:4px solid #168a42}.bk-product-spotlight-media-card span{display:block;margin-bottom:5px;color:#168a42;font-size:12px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.bk-product-spotlight-media-card strong{display:block;color:#172033;font-size:19px;line-height:1.28;font-weight:900}.bk-product-spotlight-carousel{margin-top:18px;position:relative}.bk-product-spotlight-strip{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;padding:2px 2px 8px}.bk-product-spotlight-strip::-webkit-scrollbar{display:none}.bk-product-mini-card{flex:0 0 250px;min-height:178px;padding:14px;border:1px solid #e4e9ee;border-radius:22px;background:#ffffff;cursor:pointer;transition:all 0.22s ease;box-shadow:0 12px 26px rgba(20,31,50,0.04)}.bk-product-mini-card:hover,.bk-product-mini-card.active{transform:translateY(-4px);border-color:rgba(22,138,66,0.40);box-shadow:0 16px 34px rgba(22,138,66,0.12)}.bk-product-mini-image{width:100%;height:86px;margin-bottom:12px;border-radius:16px;background:#f2f5f6;overflow:hidden}.bk-product-mini-image img{width:100%;height:100%;object-fit:cover;display:block}.bk-product-mini-card small{display:block;margin-bottom:6px;color:#168a42;font-size:11px;font-weight:900;letter-spacing:0.06em;text-transform:uppercase}.bk-product-mini-card strong{display:block;color:#172033;font-size:16px;line-height:1.28;font-weight:900}.bk-product-mini-card.hidden{display:none}.bk-product-spotlight-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.bk-product-control{width:40px;height:40px;border:0;border-radius:50%;background:#172033;color:#ffffff;font-size:24px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all 0.22s ease}.bk-product-control:hover{background:#168a42}@media (max-width:1080px){.bk-product-spotlight-header{grid-template-columns:1fr;gap:16px}.bk-product-spotlight-main{grid-template-columns:1fr}.bk-product-spotlight-media{order:-1;min-height:320px}.bk-product-spotlight-media img{min-height:320px}}@media (max-width:720px){.bk-product-spotlight-toolbar{flex-direction:column;align-items:stretch}.bk-product-spotlight-all{width:100%}.bk-product-spotlight-copy{padding:30px 24px}.bk-product-spotlight-points{grid-template-columns:1fr}}@media (max-width:560px){.bk-product-spotlight{padding:54px 20px}.bk-product-spotlight-header h2{letter-spacing:-0.8px}.bk-product-spotlight-header p{font-size:15px}.bk-product-spotlight-main{border-radius:22px}.bk-product-spotlight-media,.bk-product-spotlight-media img{min-height:230px;height:230px}.bk-product-spotlight-media-card{position:relative;left:auto;right:auto;bottom:auto;margin:12px;border:1px solid #e3ebef;border-left:4px solid #168a42;box-shadow:none}.bk-product-spotlight-copy h3{font-size:25px}.bk-product-spotlight-copy p{font-size:15px}.bk-product-spotlight-actions{flex-direction:column}.bk-product-spotlight-primary,.bk-product-spotlight-secondary{width:100%}.bk-product-mini-card{flex-basis:82%}}.bt-cta{position:relative;overflow:visible;background:linear-gradient(180deg,#fff 0%,#f7faf8 100%);color:#fff;padding:92px 0 96px;border-top:1px solid rgba(32,165,58,.10)}.bt-cta:before{content:"";position:absolute;left:-180px;bottom:-210px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.12),rgba(32,165,58,0) 70%);z-index:0}.bt-cta-box{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;border-radius:38px;background:linear-gradient(135deg,#132015 0%,#0f1512 100%);padding:70px 72px;box-shadow:0 34px 86px rgba(13,27,42,.22);overflow:hidden;border:1px solid rgba(32,165,58,.22)}.bt-cta-box:before{content:"";position:absolute;right:-120px;top:-160px;width:520px;height:520px;background:radial-gradient(circle,rgba(32,165,58,.38),rgba(32,165,58,0) 70%);border-radius:50%;z-index:0}.bt-cta-box:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(32,165,58,.65),transparent);z-index:1}.bt-cta-box>*{position:relative;z-index:2}.bt-cta h2{font-size:clamp(30px,4vw,54px);line-height:1.03;margin:0 0 14px;letter-spacing:-.04em}.bt-cta p{margin:0;color:rgba(255,255,255,.76);max-width:760px}@media (max-width:1120px){.bt-system-layout{grid-template-columns:1fr;gap:24px}.bt-system-core{max-width:380px;order:-1}.bt-system-col{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-system-card h3{font-size:20px}}@media (max-width:900px){.bt-system-bridge{grid-template-columns:1fr;margin:0 auto 42px}.bt-system-layout{grid-template-columns:1fr;gap:20px}.bt-system-core{width:min(390px,70vw);margin:0 auto 8px;order:-1}.bt-system-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bt-cta-box{grid-template-columns:1fr;padding:52px 42px;border-radius:32px}.bt-cta{padding:74px 0 80px}}@media (max-width:680px){.bt-container{width:min(100% - 28px,var(--bt-max))}.bt-system{padding:42px 0 64px}.bt-system-title{text-align:left;margin-bottom:32px}.bt-system-title p{margin-left:0}.bt-system-core{width:min(330px,82vw)}.bt-system-col{grid-template-columns:1fr}.bt-system-card{grid-template-columns:48px 1fr;padding:18px}.bt-system-icon{width:48px;height:48px;border-radius:16px}.bt-system-core-info h3{font-size:24px}.bt-system-core-info p{font-size:13px}.bt-system-bridge-card{padding:18px}.bt-cta{padding:58px 0 64px}.bt-cta:before{width:380px;height:380px;bottom:-180px}.bt-cta-box{padding:32px 24px;border-radius:26px}}.bt-hx-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--bt-green-dark);font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase;background:var(--bt-green-soft);border:1px solid rgba(32,165,58,.18);padding:8px 13px;border-radius:999px}.bt-hx-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--bt-green);box-shadow:0 0 0 5px rgba(32,165,58,.13)}.bt-hx-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.bt-hx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;font-weight:900;font-size:14px;border:1px solid transparent;transition:.25s ease;line-height:1.2}.bt-hx-btn-primary{background:var(--bt-green);color:#fff;box-shadow:0 14px 30px rgba(32,165,58,.28)}.bt-hx-btn-primary:hover{background:var(--bt-green-dark);transform:translateY(-2px)}.bt-hx-btn-ghost{background:#fff;border-color:var(--bt-line);color:var(--bt-ink)}.bt-hx-btn-ghost:hover{border-color:var(--bt-green);color:var(--bt-green-dark);transform:translateY(-2px)}.bt-mini-phone{position:absolute;left:50%;top:24px;transform:translateX(-50%);width:92px;height:130px;border-radius:19px;background:#173122;border:5px solid #294635;filter:drop-shadow(0 18px 26px rgba(16,32,24,.14))}.bt-mini-phone:before{content:"";position:absolute;left:18px;right:18px;top:18px;height:34px;border-radius:10px;background:#f2aa36}.bt-mini-phone:after{content:"";position:absolute;left:24px;right:24px;bottom:20px;height:52px;border-radius:26px;background:#284735}.bt-hero-style06{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f2faf4 100%);padding:54px 0 76px}.bt-hero-style06:before{content:"";position:absolute;left:-210px;top:-130px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.14),rgba(32,165,58,0) 70%)}.bt-hero-style06:after{content:"";position:absolute;right:-240px;bottom:-250px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.16),rgba(32,165,58,0) 72%)}.bt-hero06-box{position:relative;z-index:1;width:min(var(--bt-max),calc(100% - 40px));margin:auto;border-radius:36px;background:#fff;box-shadow:0 24px 70px rgba(13,27,42,.10);border:1px solid rgba(32,165,58,.12);overflow:hidden}.bt-hero06-wrap{padding:66px 64px 64px}.bt-hero06-topline{text-align:center;max-width:900px;margin:auto}.bt-hero06-topline h1{font-size:clamp(40px,5.6vw,72px);line-height:1.02;letter-spacing:-.06em;margin:20px 0 20px;color:var(--bt-ink)}.bt-hero06-topline h1 span{color:var(--bt-green)}.bt-hero06-topline p{margin:auto;color:var(--bt-muted);font-size:17px;max-width:780px;line-height:1.72}.bt-hero06-topline .bt-hx-actions{justify-content:center}.bt-hero06-catalog{margin-top:44px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.bt-hero06-card{min-height:272px;border-radius:26px;background:#fff;border:1px solid var(--bt-line);box-shadow:0 18px 38px rgba(16,32,24,.08);padding:18px;position:relative;overflow:hidden;transition:.25s ease}.bt-hero06-card:before{content:"";position:absolute;right:-58px;top:-62px;width:160px;height:160px;border-radius:50%;background:rgba(32,165,58,.08);transition:.25s ease}.bt-hero06-card:hover{transform:translateY(-5px);border-color:rgba(32,165,58,.5);box-shadow:0 26px 58px rgba(16,32,24,.12)}.bt-hero06-card:hover:before{background:rgba(32,165,58,.15);transform:scale(1.15)}.bt-hero06-card:nth-child(2) .bt-mini-phone{background:#e89328;border-color:#c86b23}.bt-hero06-card:nth-child(2) .bt-mini-phone:before{background:#172d21}.bt-hero06-card:nth-child(3) .bt-mini-phone{background:#c6d0cc;border-color:#aab7b2}.bt-hero06-card:nth-child(3) .bt-mini-phone:before{background:#172d21}.bt-hero06-card:nth-child(4) .bt-mini-phone{background:#102018;border-color:#31493a}.bt-hero06-card:nth-child(4) .bt-mini-phone:before{background:#f2aa36}.bt-hero06-card h3{position:relative;margin-top:154px;font-size:18px;line-height:1.18;letter-spacing:-.03em;color:var(--bt-ink)}.bt-hero06-card p{position:relative;font-size:13.2px;margin:9px 0 0;color:var(--bt-muted);line-height:1.55}.bt-hero06-strip{margin-top:20px;border-radius:22px;background:linear-gradient(135deg,#102018,#173322);color:#fff;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;overflow:hidden;position:relative}.bt-hero06-strip:after{content:"";position:absolute;right:-80px;top:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(32,165,58,.38),rgba(32,165,58,0) 70%)}.bt-hero06-strip strong{position:relative;display:block;font-size:18px;letter-spacing:-.03em}.bt-hero06-strip span{position:relative;color:rgba(255,255,255,.75);font-size:13px}.bt-hero06-tags{position:relative;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.bt-hero06-tags b{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);font-size:12px;color:#dfffe7;white-space:nowrap}@media (max-width:960px){.bt-hero-style06{padding:34px 0 56px}.bt-hero06-box{border-radius:26px}.bt-hero06-wrap{padding:46px 24px}.bt-hero06-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-hero06-strip{align-items:flex-start;flex-direction:column}.bt-hero06-tags{justify-content:flex-start}.bt-hero06-topline h1{letter-spacing:-.045em}}@media (max-width:560px){.bt-hero06-box{width:min(100% - 28px,var(--bt-max))}.bt-hero06-topline h1{font-size:38px}.bt-hero06-topline p{font-size:15px}.bt-hx-btn{width:100%}.bt-hero06-catalog{grid-template-columns:1fr}.bt-hero06-card{min-height:250px}.bt-hero06-card h3{margin-top:140px}.bt-hero06-strip{padding:18px}}@media (min-width:1021px){.bk-carousel-slide{grid-template-columns:minmax(0,1fr) minmax(0,0.98fr);min-height:390px}.bk-slide-copy{padding:36px 40px}.bk-slide-copy h3{font-size:clamp(26px,2.7vw,36px);line-height:1.12;margin-bottom:12px}.bk-slide-copy p{font-size:15px;line-height:1.62}.bk-slide-tags{margin-top:15px;gap:7px}.bk-slide-tags span{padding:6px 9px}.bk-slide-list{margin-top:15px;gap:6px}.bk-slide-list li{font-size:13.5px;line-height:1.42}.bk-slide-actions{margin-top:18px}.bk-slide-media{min-height:390px;height:390px;align-self:stretch}.bk-slide-media img{height:390px;min-height:390px}.bk-media-badge{left:18px;right:18px;bottom:18px;padding:13px 16px}.bk-media-badge strong{font-size:17px}}@media (min-width:1181px){.cases-carousel-layout{grid-template-columns:170px minmax(0,1fr);gap:42px;align-items:center}.case-tabs{height:460px;padding:0;display:flex;flex-direction:column;justify-content:space-between}.case-tabs::before{top:14px;bottom:14px}.case-tab{min-height:58px}.case-tab span{font-size:20px}.case-carousel-area,.case-carousel-slide,.case-carousel-slide img{min-height:460px;height:460px}.case-carousel-content{bottom:40px;width:min(760px,calc(100% - 120px));padding:26px 42px}.case-carousel-content .case-label{margin-bottom:10px}.case-carousel-content h3{margin-bottom:10px;font-size:28px;line-height:1.22}.case-carousel-content p{margin-bottom:18px;font-size:15px;line-height:1.65}.case-carousel-btn{width:50px;height:50px;font-size:30px}.case-carousel-dots{bottom:16px}}@media (max-width:1180px) and (min-width:901px){.case-carousel-area,.case-carousel-slide,.case-carousel-slide img{min-height:440px;height:440px}.case-carousel-content{bottom:36px;padding:26px 34px}}@media (max-width:900px) and (min-width:641px){.case-carousel-area,.case-carousel-slide,.case-carousel-slide img{min-height:400px;height:400px}.case-carousel-content{bottom:34px;padding:24px 30px}}@media (max-width:640px){.case-carousel-area,.case-carousel-slide{min-height:500px}.case-carousel-slide img{height:230px;min-height:230px}}.bk-solution-carousel .bk-slide-copy h3{max-width:680px}.bk-solution-carousel .bk-slide-tags span{background:#f3fbf6}@media (max-width:1020px){.bk-solution-carousel .bk-carousel-slide,.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{min-height:310px}}@media (max-width:640px){.bk-solution-carousel .bk-carousel-slide{min-height:auto}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{min-height:230px;height:230px}}.bk-product-spotlight-carousel .bk-product-mini-card{flex:0 0 clamp(240px,22vw,320px);min-height:auto;padding:18px}.bk-product-spotlight-carousel .bk-product-mini-image{width:100%;height:auto!important;aspect-ratio:4 / 3;margin-bottom:14px;border-radius:18px;background:#f2f7f4}.bk-product-spotlight-carousel .bk-product-mini-image img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width:560px){.bk-product-spotlight-carousel .bk-product-mini-card{flex-basis:82%}}:root{--bk-module-main-height:430px;--bk-module-radius:32px;--bk-module-border:#e2e8ee;--bk-module-bg:#f7f9fb;--bk-module-shadow:0 18px 46px rgba(20,31,50,.07)}.bk-solution-carousel,.cases-carousel-section{padding:72px 5%}.bk-solution-container,.cases-carousel-container{max-width:1320px}.bk-solution-header,.cases-carousel-header{min-height:92px;margin-bottom:30px}.bk-solution-header h2,.cases-carousel-title h2{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-1.3px;font-weight:900;color:#172033}.cases-carousel-title span{font-size:18px;color:#168a42;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bk-solution-carousel{background:#f7f9fb}.bk-carousel-shell{min-height:var(--bk-module-main-height);padding:0;border-radius:var(--bk-module-radius);border:1px solid var(--bk-module-border);background:#fff;box-shadow:var(--bk-module-shadow)}.bk-carousel-stage{border-radius:var(--bk-module-radius) var(--bk-module-radius) 0 0;min-height:var(--bk-module-main-height)}.bk-solution-carousel .bk-carousel-slide{min-height:var(--bk-module-main-height)!important;grid-template-columns:minmax(0,.95fr) minmax(340px,.72fr);background:var(--bk-module-bg)}.bk-solution-carousel .bk-slide-copy{padding:46px}.bk-solution-carousel .bk-slide-copy h3{font-size:clamp(28px,3vw,42px);line-height:1.13;letter-spacing:-.7px;margin-bottom:14px}.bk-solution-carousel .bk-slide-copy p{font-size:16px;line-height:1.75}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{height:var(--bk-module-main-height)!important;min-height:var(--bk-module-main-height)!important}.bk-solution-carousel .bk-media-badge{left:22px;right:22px;bottom:22px;padding:16px 18px;border-radius:18px}.bk-solution-carousel .bk-carousel-footer{padding:18px;background:#fff;border-top:1px solid #edf1f4}.cases-carousel-section{background:#fff}.cases-carousel-layout{grid-template-columns:170px minmax(0,1fr);gap:36px;align-items:stretch}.case-tabs{height:var(--bk-module-main-height);padding:0;display:flex;flex-direction:column;justify-content:space-between}.case-tab{min-height:52px}.case-tab span{font-size:18px;font-weight:800}.case-carousel-area{min-height:var(--bk-module-main-height)!important;height:var(--bk-module-main-height)!important;border-radius:var(--bk-module-radius);border:1px solid var(--bk-module-border);background:var(--bk-module-bg);box-shadow:var(--bk-module-shadow)}.case-carousel-slide{min-height:var(--bk-module-main-height)!important;height:var(--bk-module-main-height)!important}.case-carousel-slide img{height:var(--bk-module-main-height)!important;min-height:var(--bk-module-main-height)!important;object-fit:cover}.case-carousel-content{bottom:34px;width:min(760px,calc(100% - 110px));padding:24px 36px;border-radius:20px}.case-carousel-content .case-label{margin-bottom:10px}.case-carousel-content h3{margin-bottom:10px;font-size:28px;line-height:1.22}.case-carousel-content p{margin-bottom:16px;font-size:15px;line-height:1.65}.case-carousel-btn{width:46px;height:46px;font-size:28px}.case-carousel-dots{bottom:14px}@media (max-width:1080px){:root{--bk-module-main-height:320px}.bk-solution-header,.cases-carousel-header{min-height:auto}.bk-solution-carousel .bk-carousel-slide{grid-template-columns:1fr}.bk-solution-carousel .bk-slide-media{order:-1}.cases-carousel-layout{grid-template-columns:1fr;gap:18px}.case-tabs{height:auto;flex-direction:row;justify-content:flex-start;overflow-x:auto;padding:2px 0 10px}.case-tab{min-height:40px;padding:10px 18px}}@media (max-width:640px){:root{--bk-module-main-height:230px}.bk-solution-carousel,.cases-carousel-section{padding:54px 20px}.bk-carousel-shell,.bk-carousel-stage,.case-carousel-area{border-radius:22px}.bk-solution-carousel .bk-slide-copy{padding:26px 22px 30px}.bk-solution-carousel .bk-slide-copy h3,.case-carousel-content h3{font-size:24px}.case-carousel-area,.case-carousel-slide{height:auto!important;min-height:auto!important}.case-carousel-slide img{height:var(--bk-module-main-height)!important;min-height:var(--bk-module-main-height)!important}.case-carousel-content{position:relative;left:auto;bottom:auto;transform:none;width:100%;padding:24px 22px 72px;border-radius:0;box-shadow:none}.case-carousel-btn{width:40px;height:40px;bottom:18px}}:root{--bk-unified-panel-height:430px;--bk-unified-panel-radius:32px;--bk-unified-panel-border:#e2e8ee;--bk-unified-panel-bg:#f7f9fb;--bk-unified-panel-shadow:0 18px 46px rgba(20,31,50,.07)}.bk-product-spotlight-container,.bk-solution-container,.cases-carousel-container{max-width:1320px!important}@media (min-width:1081px){.bk-product-spotlight-main,.bk-carousel-shell,.cases-carousel-layout{height:var(--bk-unified-panel-height)!important;min-height:var(--bk-unified-panel-height)!important;max-height:var(--bk-unified-panel-height)!important}.bk-product-spotlight-main,.bk-carousel-shell,.case-carousel-area{border-radius:var(--bk-unified-panel-radius)!important;border:1px solid var(--bk-unified-panel-border)!important;background:var(--bk-unified-panel-bg)!important;box-shadow:var(--bk-unified-panel-shadow)!important;overflow:hidden!important}.bk-carousel-shell{position:relative!important;padding:0!important}.bk-carousel-stage,.bk-carousel-track,.bk-solution-carousel .bk-carousel-slide{height:100%!important;min-height:100%!important;max-height:100%!important;border-radius:var(--bk-unified-panel-radius)!important}.bk-solution-carousel .bk-carousel-slide{grid-template-columns:minmax(0,.95fr) minmax(340px,.72fr)!important;background:var(--bk-unified-panel-bg)!important}.bk-solution-carousel .bk-slide-copy{height:var(--bk-unified-panel-height)!important;padding:40px 42px 92px!important;justify-content:center!important;overflow:hidden!important}.bk-solution-carousel .bk-slide-number{margin-bottom:12px!important}.bk-solution-carousel .bk-slide-copy h3{font-size:clamp(28px,2.7vw,38px)!important;line-height:1.12!important;margin-bottom:12px!important}.bk-solution-carousel .bk-slide-copy p{font-size:15px!important;line-height:1.62!important}.bk-solution-carousel .bk-slide-tags{margin-top:14px!important;gap:7px!important}.bk-solution-carousel .bk-slide-tags span{padding:6px 9px!important;font-size:12px!important}.bk-solution-carousel .bk-slide-list{display:none!important}.bk-solution-carousel .bk-slide-actions{margin-top:18px!important}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{height:var(--bk-unified-panel-height)!important;min-height:var(--bk-unified-panel-height)!important;max-height:var(--bk-unified-panel-height)!important}.bk-solution-carousel .bk-slide-media{align-self:stretch!important}.bk-solution-carousel .bk-media-badge{left:22px!important;right:22px!important;bottom:78px!important;padding:13px 16px!important;border-radius:18px!important}.bk-solution-carousel .bk-media-badge strong{font-size:17px!important}.bk-carousel-footer{position:absolute!important;left:18px!important;right:18px!important;bottom:14px!important;z-index:8!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:10px 12px!important;border-radius:18px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(226,232,238,.88)!important;box-shadow:0 12px 28px rgba(20,31,50,.10)!important;backdrop-filter:blur(10px)!important}.bk-carousel-thumbs{padding-bottom:0!important;gap:8px!important}.bk-thumb{min-height:36px!important;padding:7px 11px!important;font-size:12px!important}.bk-carousel-progress{min-width:150px!important}.cases-carousel-layout{grid-template-columns:170px minmax(0,1fr)!important;gap:36px!important;align-items:stretch!important}.case-tabs{height:var(--bk-unified-panel-height)!important;min-height:var(--bk-unified-panel-height)!important;max-height:var(--bk-unified-panel-height)!important;padding:0!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.case-tab{min-height:50px!important}.case-tab span{font-size:18px!important;font-weight:800!important}.case-carousel-area,.case-carousel-track,.case-carousel-slide,.case-carousel-slide img{height:var(--bk-unified-panel-height)!important;min-height:var(--bk-unified-panel-height)!important;max-height:var(--bk-unified-panel-height)!important}.case-carousel-area{border-radius:var(--bk-unified-panel-radius)!important}.case-carousel-content{bottom:34px!important;width:min(760px,calc(100% - 110px))!important;padding:24px 36px!important;border-radius:20px!important}.case-carousel-content .case-label{margin-bottom:9px!important;font-size:12px!important}.case-carousel-content h3{margin-bottom:10px!important;font-size:28px!important;line-height:1.22!important}.case-carousel-content p{margin-bottom:16px!important;font-size:15px!important;line-height:1.62!important}.case-carousel-content .case-link{padding:10px 22px!important;font-size:14px!important}.case-carousel-btn{width:46px!important;height:46px!important;font-size:28px!important}.case-carousel-dots{bottom:14px!important}}@media (max-width:1080px) and (min-width:641px){:root{--bk-unified-panel-height:420px}.bk-product-spotlight-main,.bk-carousel-shell,.case-carousel-area{min-height:var(--bk-unified-panel-height)!important;border-radius:28px!important}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img,.case-carousel-slide,.case-carousel-slide img{min-height:280px!important;height:280px!important}.bk-carousel-footer{padding:14px 4px 2px!important}}@media (max-width:640px){.bk-product-spotlight-container,.bk-solution-container,.cases-carousel-container{max-width:100%!important}.bk-product-spotlight-main,.bk-carousel-shell,.case-carousel-area{border-radius:22px!important}}:root{--bk-solution-panel-height:500px}@media (min-width:1081px){.bk-solution-carousel .bk-carousel-shell{height:var(--bk-solution-panel-height)!important;min-height:var(--bk-solution-panel-height)!important;max-height:var(--bk-solution-panel-height)!important}.bk-solution-carousel .bk-carousel-stage,.bk-solution-carousel .bk-carousel-track,.bk-solution-carousel .bk-carousel-slide{height:100%!important;min-height:100%!important;max-height:100%!important}.bk-solution-carousel .bk-slide-copy{height:var(--bk-solution-panel-height)!important;padding:46px 46px 104px!important}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{height:var(--bk-solution-panel-height)!important;min-height:var(--bk-solution-panel-height)!important;max-height:var(--bk-solution-panel-height)!important}.bk-solution-carousel .bk-slide-copy h3{font-size:clamp(30px,2.9vw,42px)!important}.bk-solution-carousel .bk-slide-copy p{font-size:15.5px!important;line-height:1.68!important}.bk-solution-carousel .bk-slide-list{display:grid!important;margin-top:16px!important;gap:6px!important}.bk-solution-carousel .bk-slide-list li{font-size:13.5px!important;line-height:1.42!important}.bk-solution-carousel .bk-media-badge{bottom:84px!important}}@media (max-width:1080px) and (min-width:641px){:root{--bk-solution-panel-height:460px}.bk-solution-carousel .bk-carousel-shell{min-height:var(--bk-solution-panel-height)!important}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{min-height:320px!important;height:320px!important}}@media (min-width:1081px){.bk-solution-carousel .bk-carousel-shell{height:auto!important;min-height:0!important;max-height:none!important;padding:18px!important;overflow:visible!important}.bk-solution-carousel .bk-carousel-stage{height:var(--bk-solution-panel-height)!important;min-height:var(--bk-solution-panel-height)!important;max-height:var(--bk-solution-panel-height)!important;border-radius:24px!important;overflow:hidden!important}.bk-solution-carousel .bk-carousel-track,.bk-solution-carousel .bk-carousel-slide{height:100%!important;min-height:100%!important;max-height:100%!important}.bk-solution-carousel .bk-slide-copy{height:var(--bk-solution-panel-height)!important;padding:46px!important}.bk-solution-carousel .bk-slide-media,.bk-solution-carousel .bk-slide-media img{height:var(--bk-solution-panel-height)!important;min-height:var(--bk-solution-panel-height)!important;max-height:var(--bk-solution-panel-height)!important}.bk-solution-carousel .bk-media-badge{bottom:22px!important}.bk-solution-carousel .bk-carousel-footer{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;margin-top:16px!important;padding:14px 16px!important;border-radius:22px!important;background:#fff!important;border:1px solid #e2e8ee!important;box-shadow:0 12px 28px rgba(20,31,50,.08)!important;backdrop-filter:none!important}.bk-solution-carousel .bk-carousel-thumbs{padding-bottom:0!important;gap:10px!important}.bk-solution-carousel .bk-thumb{min-height:40px!important;padding:9px 13px!important;font-size:13px!important}}@media (max-width:1080px) and (min-width:641px){.bk-solution-carousel .bk-carousel-shell{height:auto!important;max-height:none!important;padding:14px!important;overflow:visible!important}.bk-solution-carousel .bk-carousel-stage{border-radius:22px!important;overflow:hidden!important}.bk-solution-carousel .bk-carousel-footer{position:static!important;margin-top:14px!important;padding:14px 0 0!important;background:transparent!important;border:0!important;box-shadow:none!important}}@media (min-width:1081px){.bk-solution-carousel .bk-carousel-footer{gap:22px!important;margin-top:18px!important;padding:18px 20px!important;border-radius:24px!important;min-height:84px!important}.bk-solution-carousel .bk-carousel-thumbs{gap:12px!important;align-items:center!important}.bk-solution-carousel .bk-thumb{min-height:48px!important;padding:11px 16px!important;font-size:14px!important}.bk-solution-carousel .bk-thumb b{font-size:13px!important}.bk-solution-carousel .bk-carousel-progress{min-width:190px!important;gap:14px!important}.bk-solution-carousel .bk-carousel-progress-bar{width:128px!important;height:6px!important}.bk-solution-carousel .bk-carousel-count{font-size:14px!important}}@media (max-width:1080px) and (min-width:641px){.bk-solution-carousel .bk-carousel-footer{margin-top:16px!important;padding:16px 4px 4px!important}.bk-solution-carousel .bk-thumb{min-height:44px!important;padding:10px 14px!important}}@media (min-width:1081px){.bk-product-spotlight-carousel{margin-top:26px!important;position:relative!important}.bk-product-spotlight-strip{align-items:stretch!important;padding:0 0 8px!important}.bk-product-mini-card,.bk-product-mini-card.active{transform:none!important}.bk-product-mini-card:hover{transform:translateY(-4px)!important}.bk-product-spotlight-controls{margin-top:16px!important;justify-content:flex-end!important;align-items:center!important}}@media (min-width:1081px){.bk-product-spotlight-main{position:relative!important;z-index:2!important}.bk-product-spotlight-carousel{margin-top:72px!important;clear:both!important;position:relative!important;z-index:1!important}.bk-product-spotlight-strip{padding-top:0!important;align-items:stretch!important}.bk-product-mini-card,.bk-product-mini-card.active{transform:none!important}.bk-product-mini-card:hover{transform:translateY(-4px)!important}.bk-product-spotlight-controls{margin-top:18px!important}}@media (min-width:1081px){.bk-product-spotlight .bk-product-spotlight-main{height:560px!important;min-height:560px!important;max-height:none!important;overflow:hidden!important;position:relative!important;z-index:2!important}.bk-product-spotlight .bk-product-spotlight-copy{justify-content:center!important;padding:48px 46px!important}.bk-product-spotlight .bk-product-spotlight-media,.bk-product-spotlight .bk-product-spotlight-media img{height:560px!important;min-height:560px!important}.bk-product-spotlight .bk-product-spotlight-media-card{bottom:30px!important}.bk-product-spotlight .bk-product-spotlight-carousel{margin-top:42px!important;padding-top:0!important;position:relative!important;z-index:1!important;clear:both!important}.bk-product-spotlight .bk-product-spotlight-strip{padding-top:0!important;padding-bottom:10px!important;align-items:stretch!important}.bk-product-spotlight .bk-product-mini-card,.bk-product-spotlight .bk-product-mini-card.active{transform:none!important}.bk-product-spotlight .bk-product-mini-card:hover{transform:translateY(-4px)!important}}@media (max-width:1080px) and (min-width:641px){.bk-product-spotlight .bk-product-spotlight-main{min-height:auto!important;max-height:none!important;overflow:visible!important}.bk-product-spotlight .bk-product-spotlight-carousel{margin-top:30px!important}}@media (min-width:1081px){.bk-product-spotlight .bk-product-spotlight-main{height:450px!important;min-height:450px!important;max-height:450px!important;overflow:hidden!important}.bk-product-spotlight .bk-product-spotlight-copy{padding:36px 42px!important}.bk-product-spotlight .bk-product-spotlight-media,.bk-product-spotlight .bk-product-spotlight-media img{height:450px!important;min-height:450px!important}.bk-product-spotlight .bk-product-spotlight-media-card{bottom:18px!important}.bk-product-spotlight .bk-product-spotlight-carousel{margin-top:34px!important}}.bek-footer{position:relative;overflow:hidden}.bek-footer:before{content:"";position:absolute;right:-160px;top:-150px;width:360px;height:360px;border-radius:50%;background:rgba(32,165,58,.16);filter:blur(4px)}.bek-footer .bek-footer-inner{margin:0 auto;position:relative;z-index:1}.bek-footer h3{letter-spacing:.01em}.bek-footer a{display:block;transition:.2s ease}.bek-footer a:hover{transform:translateX(3px)}.bek-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:13px;color:rgba(255,255,255,.54)}.bek-footer-bottom a{display:inline;margin:0;color:rgba(255,255,255,.54);font-size:13px}@media (max-width:1180px){.bek-footer-main{grid-template-columns:1.2fr 1fr 1fr;gap:28px}.bek-footer-about{grid-column:1/-1}}@media (max-width:860px){.bek-footer{padding:48px 0 24px}.bek-footer .bek-footer-inner{width:min(100% - 32px,1320px)}.bek-footer-main{grid-template-columns:1fr;gap:24px;padding-bottom:28px}.bek-footer-logo{width:142px}.bek-footer-bottom{display:block}.bek-footer-bottom-links{margin-top:12px;gap:12px}}@media (max-width:520px){.bek-footer-main{gap:20px}.bek-footer h3{margin-bottom:10px}.bek-footer a{margin:8px 0}}@media (max-width:860px){.bek-footer-logo{width:152px!important;height:46px!important;padding:7px 12px!important}}@media (max-width:520px){.bek-footer-logo{width:138px!important;height:44px!important;padding:6px 10px!important}}.bk-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.08)}.bk-mainnav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.bk-logo{display:flex;align-items:center;gap:0;min-width:auto;color:#111827;font-weight:950;letter-spacing:-.02em;flex:0 0 auto}.bk-logo-mark{border-radius:14px;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 14px 34px rgba(15,23,42,.10);position:relative;overflow:hidden}.bk-logo-mark::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#137a2b,#20a53a,#62d979)}.bk-logo-mark img{display:block;position:relative;z-index:1}.bk-nav{display:flex;align-items:center;justify-content:center;gap:34px;height:100%;font-size:15px;font-weight:850;color:#1f2937;flex:1}.bk-nav-item{height:100%;display:flex;align-items:center;position:static}.bk-nav-item>a{height:100%;display:flex;align-items:center;gap:7px;transition:.22s;text-transform:lowercase;color:#111827}.bk-nav-item>a::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-5px;opacity:.55}.bk-nav-item:hover>a{color:#20a53a}.bk-mega{position:absolute;left:50%;top:100%;width:min(920px,calc(100vw - 42px));transform:translateX(-50%) translateY(14px);opacity:0;visibility:hidden;pointer-events:none;transition:.24s ease;background:#fff;border:1px solid #e5e7eb;border-radius:0 0 26px 26px;box-shadow:0 30px 80px rgba(15,23,42,.16);padding:28px;display:grid;grid-template-columns:.86fr 1.14fr;gap:28px}.bk-nav-item:hover .bk-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.bk-mega-intro{border-radius:22px;background:linear-gradient(135deg,#111827,#0f2417 62%,#20a53a);padding:24px;color:#fff;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.bk-mega-intro h3{color:#fff;font-size:28px;line-height:1.08;margin:0;font-weight:950;letter-spacing:-.035em}.bk-mega-intro p{color:rgba(255,255,255,.76);font-size:14px;line-height:1.7;margin:12px 0 0}.bk-mega-link{display:inline-flex;margin-top:20px;align-items:center;gap:8px;color:#fff;font-weight:900;font-size:13px}.bk-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.bk-mega-group h4{font-size:14px;color:#111827;text-transform:capitalize;margin:0 0 11px;font-weight:950;padding:0 0 9px;border-bottom:1px solid #dfe7e3;position:relative}.bk-mega-group h4::after{content:"";position:absolute;left:0;bottom:-1px;width:42px;height:2px;border-radius:999px;background:#20a53a}.bk-mega-group a{display:block;color:#64748b;font-size:13px;line-height:1.5;margin:6px 0;transition:.2s}.bk-mega-group a:hover{color:#20a53a;transform:translateX(3px)}.bk-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.bk-search{width:42px;height:42px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;display:grid;place-items:center;color:#111827;font-weight:900;transition:.22s}.bk-search:hover{color:#20a53a;border-color:#20a53a}.bk-lang-dropdown{position:relative;height:42px;display:flex;align-items:center}.bk-lang-current{height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:13px;font-weight:900;cursor:pointer;transition:.22s;white-space:nowrap}.bk-lang-current::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-5px;opacity:.58}.bk-lang-dropdown:hover .bk-lang-current{border-color:#20a53a;color:#20a53a;box-shadow:0 10px 22px rgba(32,165,58,.10)}.bk-lang-menu{position:absolute;right:0;top:calc(100%+12px);width:210px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 24px 62px rgba(15,23,42,.16);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:.22s ease;z-index:1005}.bk-lang-dropdown:hover .bk-lang-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.bk-lang-menu::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.bk-lang-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;color:#475569;font-size:13px;font-weight:850;transition:.2s}.bk-lang-menu a:hover{background:#f2fbf4;color:#20a53a;transform:translateX(2px)}.bk-lang-menu a span{color:#94a3b8;font-size:11px;font-weight:900;text-transform:uppercase}.bk-mobile-lang{margin-top:16px;border-radius:22px;background:#f8fbf9;border:1px solid #e5efe8;padding:15px}.bk-mobile-lang-title{display:block;margin-bottom:12px;color:#111827;font-size:15px;font-weight:950}.bk-mobile-lang-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bk-mobile-lang-grid a{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;color:#475569;font-size:13px;font-weight:850}.bk-mobile-lang-grid a:hover{border-color:#20a53a;color:#20a53a;background:#f2fbf4}.bk-contact-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:#20a53a;color:#fff;font-weight:900;box-shadow:0 16px 28px rgba(32,165,58,.22);transition:.22s;white-space:nowrap}.bk-contact-btn:hover{background:#137a2b;transform:translateY(-2px);color:#fff}.bk-mobile-toggle{display:none;width:42px;height:42px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:22px;cursor:pointer}.bk-mobile-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.46);z-index:1001;opacity:0;visibility:hidden;transition:.25s ease}.bk-mobile-drawer{position:fixed;top:0;right:0;width:min(420px,88vw);height:100vh;z-index:1002;background:#fff;box-shadow:-24px 0 70px rgba(15,23,42,.24);transform:translateX(102%);transition:.28s ease;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #eef2f7}body.bk-menu-open{overflow:hidden}body.bk-menu-open .bk-mobile-backdrop{opacity:1;visibility:visible}body.bk-menu-open .bk-mobile-drawer{transform:translateX(0)}.bk-mobile-head{height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid #eef2f7;background:#fff}.bk-mobile-head .bk-logo-mark{box-shadow:none}.bk-mobile-close{width:42px;height:42px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:24px;line-height:1;display:grid;place-items:center;cursor:pointer}.bk-mobile-body{padding:18px 20px 24px;overflow:auto}.bk-mobile-section{border-bottom:1px solid #eef2f7;padding:15px 0}.bk-mobile-section:first-child{padding-top:0}.bk-mobile-summary{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0;color:#111827;font-size:18px;font-weight:950;text-transform:lowercase;cursor:pointer}.bk-mobile-summary::after{content:"";width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:.22s ease;color:#64748b;margin-top:-4px}.bk-mobile-section.open .bk-mobile-summary::after{transform:rotate(-135deg);margin-top:4px;color:#20a53a}.bk-mobile-panel{display:none;padding:15px 0 2px}.bk-mobile-section.open .bk-mobile-panel{display:block}.bk-mobile-intro{border-radius:20px;background:linear-gradient(135deg,#111827,#0f2417 62%,#20a53a);padding:18px;color:#fff;margin-bottom:14px}.bk-mobile-intro p{margin:8px 0 0;color:rgba(255,255,255,.76);font-size:13px;line-height:1.65}.bk-mobile-intro a{display:inline-flex;margin-top:12px;color:#fff;font-weight:900;font-size:13px}.bk-mobile-links{display:grid;grid-template-columns:1fr;gap:12px}.bk-mobile-group{border-radius:18px;background:#f2fbf4;border:1px solid #dcefe3;padding:14px}.bk-mobile-group h4{font-size:13px;font-weight:950;color:#137a2b;text-transform:capitalize;margin:0 0 9px;padding:0 0 8px;border-bottom:1px solid #dcefe3;position:relative}.bk-mobile-group h4::after{content:"";position:absolute;left:0;bottom:-1px;width:34px;height:2px;border-radius:999px;background:#20a53a}.bk-mobile-group a{display:block;color:#475569;font-size:14px;line-height:1.5;padding:5px 0}.bk-mobile-cta{display:flex;align-items:center;justify-content:center;margin-top:20px;width:100%;height:48px;border-radius:999px;background:#20a53a;color:#fff;font-weight:950;box-shadow:0 16px 28px rgba(32,165,58,.20)}@media (min-width:1051px){.bk-mobile-backdrop,.bk-mobile-drawer{display:none!important}}@media (max-width:1050px){.bk-mainnav{height:68px}.bk-nav{display:none}.bk-actions .bk-search,.bk-actions .bk-lang-dropdown{display:none}.bk-mobile-toggle{display:block}.bk-logo{min-width:0}.bk-contact-btn{padding:11px 16px}}@media (max-width:760px){.bk-mainnav{height:auto;padding:14px 0}.bk-logo{gap:0;min-width:0}.bk-logo-mark{width:138px;height:44px;padding:6px 10px}.bk-contact-btn{display:none}}.bk-logo-mark,.bk-mobile-head .bk-logo-mark{box-shadow:none!important;filter:none!important}.bk-logo-mark::after{display:none!important}.bk-header{box-shadow:none!important}.bk-logo,.bk-logo:hover,.bk-logo-mark,.bk-logo-mark:hover,.bk-logo-mark:focus,.bk-mobile-head .bk-logo-mark{box-shadow:none!important;filter:none!important;text-shadow:none!important;transform:none!important}.bk-logo-mark::after,.bk-logo::after{content:none!important;display:none!important}.bk-header,.bk-header:hover{filter:none!important}.bk-mainnav,.bk-mainnav::before,.bk-mainnav::after{border:0!important;box-shadow:none!important;background-image:none!important}.bk-logo,.bk-logo:hover,.bk-logo:focus,.bk-logo-mark,.bk-logo-mark:hover,.bk-logo-mark:focus,.bk-mobile-head .bk-logo-mark{box-shadow:none!important;filter:none!important;text-shadow:none!important}.bk-logo-mark{border:0!important;background:transparent!important}.bk-logo::before,.bk-logo::after,.bk-logo-mark::after{content:none!important;display:none!important;box-shadow:none!important}.bk-header,.bk-header:hover{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(15,23,42,.08)!important;box-shadow:0 12px 34px rgba(15,23,42,.06)!important}.bk-logo-mark,.bk-logo-mark:hover,.bk-logo-mark:focus,.bk-mobile-head .bk-logo-mark{box-shadow:none!important;filter:none!important;text-shadow:none!important}.bk-logo-mark img{box-shadow:none!important;filter:none!important;-webkit-filter:none!important}.bk-logo-mark{width:190px!important;height:56px!important;padding:5px 12px!important}.bk-logo-mark img{width:100%!important;height:100%!important;object-fit:contain!important}.bk-mobile-head .bk-logo-mark{width:170px!important;height:52px!important;padding:5px 10px!important}@media (max-width:760px){.bk-logo-mark{width:162px!important;height:50px!important;padding:5px 10px!important}}@media (max-width:1050px){.bk-actions .bk-lang-dropdown{display:flex!important;height:42px;order:2}.bk-actions .bk-contact-btn{display:none!important}.bk-actions .bk-mobile-toggle{order:3}.bk-actions{margin-left:auto;gap:12px}.bk-lang-current{width:72px;height:42px;padding:0 14px;justify-content:center;font-size:0!important;border-radius:14px}.bk-lang-current::before{content:"EN";font-size:13px;font-weight:950;line-height:1}.bk-lang-current::after{margin-left:7px;margin-top:-4px}.bk-lang-menu{right:0;top:calc(100%+10px);width:190px;border-radius:16px}.bk-lang-dropdown.open .bk-lang-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.bk-mobile-lang{display:none!important}}@media (max-width:520px){.bk-actions{gap:10px}.bk-lang-current{width:64px;height:40px}}@media (max-width:1050px){.bk-actions .bk-lang-dropdown:hover .bk-lang-current{border-color:#e5e7eb;color:#111827;box-shadow:none}.bk-actions .bk-lang-dropdown:hover .bk-lang-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important}.bk-actions .bk-lang-dropdown.open .bk-lang-current{border-color:#20a53a!important;color:#20a53a!important;box-shadow:0 10px 22px rgba(32,165,58,.10)!important}.bk-actions .bk-lang-dropdown.open .bk-lang-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}}@media (max-width:640px){.bk-solution-carousel{overflow:visible!important}.bk-solution-carousel .bk-carousel-shell{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:12px!important}.bk-solution-carousel .bk-carousel-stage{height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;border-radius:20px!important}.bk-solution-carousel .bk-carousel-track{height:auto!important;min-height:0!important;max-height:none!important;align-items:stretch!important;overflow-x:auto!important;overflow-y:visible!important}.bk-solution-carousel .bk-carousel-slide{height:auto!important;min-height:0!important;max-height:none!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto!important;align-content:start!important;background:#ffffff!important}.bk-solution-carousel .bk-slide-media{order:0!important;height:230px!important;min-height:230px!important;max-height:230px!important;overflow:hidden!important;border-radius:20px 20px 0 0!important}.bk-solution-carousel .bk-slide-media img{height:230px!important;min-height:230px!important;max-height:230px!important;width:100%!important;object-fit:cover!important}.bk-solution-carousel .bk-slide-copy{order:1!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:26px 22px 28px!important;justify-content:flex-start!important;background:#ffffff!important}.bk-solution-carousel .bk-slide-copy h3{font-size:24px!important;line-height:1.12!important;margin-bottom:12px!important}.bk-solution-carousel .bk-slide-copy p{font-size:15px!important;line-height:1.65!important}.bk-solution-carousel .bk-slide-tags,.bk-solution-carousel .bk-slide-list,.bk-solution-carousel .bk-slide-actions{display:flex!important}.bk-solution-carousel .bk-slide-tags{flex-wrap:wrap!important;margin-top:16px!important}.bk-solution-carousel .bk-slide-list{display:grid!important;margin-top:16px!important}.bk-solution-carousel .bk-slide-actions{flex-direction:column!important;margin-top:22px!important}.bk-solution-carousel .bk-media-badge{position:absolute!important;left:14px!important;right:14px!important;bottom:14px!important;margin:0!important;padding:12px 14px!important}.bk-solution-carousel .bk-carousel-footer{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin-top:14px!important;padding:12px 0 0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important}.bk-solution-carousel .bk-carousel-btn{top:115px!important}}.bek-footer-col{min-width:0}.bek-footer-toggle{display:block;width:100%;border:0;background:transparent;text-align:left;font:inherit;letter-spacing:.01em;padding:0;margin:0 0 16px;cursor:default}.bek-footer-toggle::after{display:none}.bek-footer-panel{display:block}@media (max-width:860px){.bek-footer{background:#fff!important;color:#0f172a!important;padding:0 0 24px!important;border-top:1px solid #e5e7eb!important}.bek-footer:before{display:none!important}.bek-footer .bek-footer-inner{width:min(100% - 30px,1320px)!important}.bek-footer-main{display:block!important;border-bottom:1px solid #d6d6d6!important;padding:0 0 10px!important}.bek-footer-about{display:none!important}.bek-footer-col{border-bottom:1px solid #d6d6d6!important}.bek-footer-col:last-child{border-bottom:0!important}.bek-footer-toggle{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:52px!important;padding:0!important;margin:0!important;color:#172033!important;background:#fff!important;font-size:15px!important;font-weight:500!important;line-height:1.2!important;text-transform:none!important;cursor:pointer!important}.bek-footer-toggle::after{content:"+"!important;display:block!important;color:#4b5563!important;font-size:20px!important;line-height:1!important;font-weight:400!important;margin-left:16px!important}.bek-footer-col.is-open .bek-footer-toggle::after{content:"−"!important}.bek-footer-panel{display:none!important;padding:2px 0 14px!important}.bek-footer-col.is-open .bek-footer-panel{display:block!important}.bek-footer-panel a{display:block!important;margin:0!important;padding:10px 0!important;color:#172033!important;font-size:15px!important;line-height:1.35!important;font-weight:400!important;transform:none!important}.bek-footer-panel a:hover{color:#20a53a!important;transform:none!important}.bek-footer-bottom{display:block!important;padding-top:18px!important;color:#64748b!important;font-size:12px!important}.bek-footer-bottom-links{display:flex!important;gap:14px!important;margin-top:10px!important}.bek-footer-bottom a{display:inline!important;color:#64748b!important;font-size:12px!important;margin:0!important}}@media (max-width:860px){.bek-footer{background:#08120d!important;color:rgba(255,255,255,.72)!important;padding:48px 0 24px!important;border-top:1px solid rgba(255,255,255,.08)!important}.bek-footer:before{display:block!important}.bek-footer .bek-footer-inner{width:min(100% - 32px,1320px)!important}.bek-footer-main{display:block!important;border-bottom:1px solid rgba(255,255,255,.10)!important;padding:0 0 14px!important}.bek-footer-about{display:block!important;margin-bottom:24px!important}.bek-footer-about p{color:rgba(255,255,255,.70)!important}.bek-footer-col{border-bottom:1px solid rgba(255,255,255,.12)!important}.bek-footer-col:last-child{border-bottom:0!important}.bek-footer-toggle{color:#fff!important;background:transparent!important;font-size:15px!important;font-weight:850!important;min-height:54px!important}.bek-footer-toggle::after{color:rgba(255,255,255,.72)!important}.bek-footer-panel{padding:0 0 16px!important}.bek-footer-panel a{color:rgba(255,255,255,.68)!important;padding:9px 0!important;font-size:14px!important}.bek-footer-panel a:hover{color:#9ff0b1!important}.bek-footer-bottom{color:rgba(255,255,255,.54)!important;padding-top:20px!important}.bek-footer-bottom a{color:rgba(255,255,255,.54)!important}.bek-footer-bottom a:hover{color:#fff!important}}@media (max-width:860px){.bek-footer-logo{width:152px!important;height:auto!important;padding:0!important}}@media (max-width:520px){.bek-footer-logo{width:138px!important;height:auto!important;padding:0!important}}.bek-footer{border-top:0!important}.bek-footer-about{display:block!important;padding-top:0!important}.bek-footer h3{margin:0 0 18px!important;color:#fff!important;font-size:16px!important;font-weight:950!important}.bek-footer a{margin:9px 0!important;color:rgba(255,255,255,.68)!important;font-size:14px!important;line-height:1.45!important}.bek-footer a:hover{color:#9ff0b1!important}@media (max-width:1180px){.bek-footer-main{grid-template-columns:1.25fr 1fr 1fr!important;gap:32px!important}.bek-footer-about{grid-column:1/-1!important}}@media (max-width:860px){.bek-footer{padding:44px 0 24px!important;background:#08120d!important}.bek-footer .bek-footer-inner{width:min(100% - 32px,1320px)!important}.bek-footer-main{display:block!important;padding-bottom:14px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.bek-footer-about{display:block!important;margin:0 0 26px 0!important;padding:0!important}.bek-footer-logo{width:178px!important;margin:0 0 20px 0!important}.bek-footer-about p{max-width:100%!important;margin-bottom:20px!important;font-size:14px!important;line-height:1.78!important}.bek-footer-col{border-bottom:1px solid rgba(255,255,255,.12)!important}.bek-footer-toggle{color:#fff!important;min-height:54px!important;font-size:15px!important;font-weight:850!important;background:transparent!important}.bek-footer-toggle::after{color:rgba(255,255,255,.72)!important}.bek-footer-panel a{color:rgba(255,255,255,.68)!important;padding:9px 0!important;font-size:14px!important}}.bek-footer{background:#08120d!important;color:rgba(255,255,255,.72)!important}.bek-footer .bek-footer-inner{width:min(100% - 48px,1320px)!important}.bek-footer-main{display:grid!important;grid-template-columns:minmax(420px,1.15fr) repeat(4,minmax(128px,.82fr))!important;align-items:start!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.bek-footer-about{position:relative!important;padding:0 58px 0 0!important;margin:0!important}.bek-footer-about:after{content:""!important;position:absolute!important;top:0!important;right:0!important;width:1px!important;height:100%!important;background:rgba(255,255,255,.18)!important}.bek-footer-logo{display:block!important;height:auto!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important;-webkit-filter:none!important;object-fit:contain!important;object-position:left center!important}.bek-footer-about p{color:rgba(255,255,255,.78)!important}.bek-footer-social-row{display:flex!important;align-items:center!important;flex-wrap:wrap!important;margin-top:0!important}.bek-footer-social-name{color:#fff!important;font-size:16px!important;line-height:1!important;margin-right:5px!important}.bek-footer-social-row a{margin:0!important;display:inline-grid!important;place-items:center!important;border-radius:50%!important;background:#13251b!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1!important;transition:.22s ease!important}.bek-footer-social-row a:hover{background:#20a53a!important;border-color:#20a53a!important;color:#fff!important;transform:translateY(-2px)!important}.bek-footer-toggle{color:#fff!important;font-size:16px!important;font-weight:950!important;text-transform:none!important}.bek-footer-panel a{color:rgba(255,255,255,.68)!important;font-size:14px!important}.bek-footer-panel a:hover{color:#9ff0b1!important;transform:translateX(3px)!important}@media (max-width:1180px){.bek-footer-main{grid-template-columns:1fr 1fr!important;gap:34px!important}.bek-footer-about{grid-column:1/-1!important;min-height:auto!important;padding-right:0!important;padding-bottom:34px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.bek-footer-about:after{display:none!important}}@media (max-width:860px){.bek-footer{padding:46px 0 24px!important}.bek-footer .bek-footer-inner{width:min(100% - 32px,1320px)!important}.bek-footer-main{display:block!important;padding-bottom:14px!important}.bek-footer-about{margin:0 0 24px 0!important;padding:0 0 26px 0!important;min-height:auto!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.bek-footer-logo{width:168px!important;margin:0 0 22px 0!important}.bek-footer-about p{max-width:100%!important;margin-bottom:24px!important;font-size:14px!important;line-height:1.78!important}.bek-footer-social-row{gap:11px!important}.bek-footer-social-name{width:100%!important;margin:0 0 2px 0!important;font-size:15px!important}.bek-footer-social-row a{width:31px!important;height:31px!important}.bek-footer-col{padding-top:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}}.bek-footer{padding:58px 0 24px!important}.bek-footer-logo{margin:0 0 20px 0!important}.bek-footer-about p{margin:0 0 22px 0!important;font-size:14.5px!important;max-width:430px!important}.bek-footer-social-row a{width:30px!important;height:30px!important}.bek-footer-panel a{line-height:1.38!important}@media (max-width:1180px){.bek-footer{padding:50px 0 22px!important}.bek-footer-main{gap:26px!important;padding-bottom:28px!important}.bek-footer-about{padding-bottom:26px!important}}@media (max-width:860px){.bek-footer{padding:34px 0 20px!important}.bek-footer-main{padding-bottom:10px!important}.bek-footer-about{margin:0 0 18px 0!important;padding:0 0 20px 0!important}.bek-footer-logo{width:150px!important;margin:0 0 16px 0!important}.bek-footer-about p{margin-bottom:18px!important;font-size:13.5px!important;line-height:1.62!important}.bek-footer-social-name{font-size:14px!important}.bek-footer-social-row a{width:29px!important;height:29px!important}.bek-footer-panel a{padding:7px 0!important;font-size:13.5px!important}}.bek-footer{padding-top:42px!important;padding-bottom:20px!important}.bek-footer-main{padding-bottom:26px!important;gap:28px!important}.bek-footer-about{min-height:260px!important;padding-right:38px!important}.bek-footer-logo{width:164px!important;margin-bottom:14px!important}.bek-footer-about p{margin-bottom:16px!important;line-height:1.52!important}.bek-footer-social-row{gap:10px!important}.bek-footer-col{padding-top:0!important}.bek-footer-toggle{margin-bottom:10px!important}.bek-footer-panel a{margin:5px 0!important}.bek-footer-bottom{padding-top:14px!important}@media (max-width:1180px){.bek-footer{padding-top:38px!important;padding-bottom:20px!important}.bek-footer-main{padding-bottom:22px!important}.bek-footer-about{padding-bottom:20px!important}}@media (max-width:860px){.bek-footer{padding-top:24px!important;padding-bottom:18px!important}.bek-footer-about{margin-bottom:14px!important;padding-bottom:16px!important}.bek-footer-logo{width:144px!important;margin-bottom:12px!important}.bek-footer-about p{margin-bottom:14px!important;line-height:1.5!important}.bek-footer-toggle{min-height:46px!important}.bek-footer-panel{padding-bottom:10px!important}.bek-footer-panel a{padding:5px 0!important}}.bek-footer-bottom-links{display:flex!important;align-items:center!important;gap:0!important;flex-wrap:wrap!important}.bek-footer-bottom-links a{position:relative!important;display:inline-flex!important;align-items:center!important;margin:0!important;padding:0 12px!important;line-height:1.4!important}.bek-footer-bottom-links a:first-child{padding-left:0!important}.bek-footer-bottom-links a+a::before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:1px!important;height:13px!important;background:rgba(255,255,255,.34)!important}@media (max-width:860px){.bek-footer-bottom-links{margin-top:10px!important;row-gap:8px!important}.bek-footer-bottom-links a{padding:0 10px!important}.bek-footer-bottom-links a:first-child{padding-left:0!important}}.bk-search{cursor:pointer;font-size:0;position:relative}.bk-search::before{content:"⌕";font-size:19px;line-height:1;font-weight:950}.bk-search-overlay{position:fixed;inset:0;z-index:1200;background:rgba(15,23,42,.46);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding:96px 20px 20px;opacity:0;visibility:hidden;pointer-events:none;transition:.24s ease}.bk-search-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.bk-search-box{width:min(720px,100%);position:relative;border-radius:28px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 34px 90px rgba(15,23,42,.24);padding:34px;transform:translateY(-14px);transition:.24s ease}.bk-search-overlay.open .bk-search-box{transform:translateY(0)}.bk-search-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:24px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.22s ease}.bk-search-close:hover{border-color:#20a53a;color:#20a53a}.bk-search-form label{display:block;margin:0 50px 18px 0;color:#111827;font-size:28px;line-height:1.15;font-weight:950;letter-spacing:-.04em}.bk-search-input-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.bk-search-input-row input{width:100%;height:54px;border-radius:999px;border:1px solid #dfe7e3;background:#f8fbf9;padding:0 20px;color:#111827;font-size:15px;outline:none;transition:.22s ease}.bk-search-input-row input:focus{border-color:#20a53a;background:#fff;box-shadow:0 0 0 5px rgba(32,165,58,.10)}.bk-search-input-row button{height:54px;border:0;border-radius:999px;background:#20a53a;color:#fff;font-size:15px;font-weight:950;padding:0 28px;cursor:pointer;box-shadow:0 14px 30px rgba(32,165,58,.22);transition:.22s ease}.bk-search-input-row button:hover{background:#137a2b;transform:translateY(-1px)}.bk-search-form p{margin:14px 0 0;color:#64748b;font-size:13.5px;line-height:1.6}body.bk-search-open{overflow:hidden}@media (max-width:1050px){.bk-actions .bk-search{display:grid!important;width:42px;height:42px}}@media (max-width:640px){.bk-search-overlay{padding:82px 14px 16px;align-items:flex-start}.bk-search-box{border-radius:22px;padding:28px 20px 22px}.bk-search-form label{font-size:24px;margin-right:46px}.bk-search-input-row{grid-template-columns:1fr}.bk-search-input-row button{width:100%}.bk-search-close{right:14px;top:14px}}.bk-solution-carousel .bk-slide-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important;max-height:none!important;align-self:center!important;border-radius:0 24px 24px 0!important}.bk-solution-carousel .bk-slide-media img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important}@media (min-width:1081px){.bk-solution-carousel .bk-carousel-stage{height:auto!important;min-height:0!important;max-height:none!important}.bk-solution-carousel .bk-carousel-track,.bk-solution-carousel .bk-carousel-slide{height:auto!important;min-height:0!important;max-height:none!important}.bk-solution-carousel .bk-carousel-slide{grid-template-columns:minmax(0,.95fr) minmax(420px,.72fr)!important;align-items:center!important}.bk-solution-carousel .bk-slide-copy{height:auto!important;min-height:0!important;max-height:none!important;padding:46px!important}.bk-solution-carousel .bk-slide-media{width:100%!important}}@media (max-width:1080px) and (min-width:641px){.bk-solution-carousel .bk-slide-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important;border-radius:22px 22px 0 0!important}.bk-solution-carousel .bk-slide-media img{height:100%!important;min-height:0!important}}@media (max-width:640px){.bk-solution-carousel .bk-slide-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important;max-height:none!important;border-radius:20px 20px 0 0!important}.bk-solution-carousel .bk-slide-media img{height:100%!important;min-height:0!important;max-height:none!important}}@media (min-width:1081px){.bk-product-spotlight .bk-product-spotlight-main{height:auto!important;min-height:0!important;max-height:none!important;grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr)!important;align-items:stretch!important}.bk-product-spotlight .bk-product-spotlight-copy{min-height:0!important;padding:40px 42px!important}.bk-product-spotlight .bk-product-spotlight-media{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4 / 3!important;align-self:stretch!important}.bk-product-spotlight .bk-product-spotlight-media img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important}.bk-product-spotlight .bk-product-spotlight-media-card{bottom:22px!important}}@media (max-width:1080px) and (min-width:641px){.bk-product-spotlight .bk-product-spotlight-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important}.bk-product-spotlight .bk-product-spotlight-media img{height:100%!important;min-height:0!important;object-fit:cover!important}}@media (max-width:640px){.bk-product-spotlight .bk-product-spotlight-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important;max-height:none!important}.bk-product-spotlight .bk-product-spotlight-media img{height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important}}@media (min-width:1081px){.bk-product-spotlight .bk-product-spotlight-main{height:auto!important;min-height:0!important;max-height:none!important;grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr)!important;align-items:stretch!important}.bk-product-spotlight .bk-product-spotlight-copy{min-height:0!important;padding:40px 42px!important}.bk-product-spotlight .bk-product-spotlight-media{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4 / 3!important;align-self:stretch!important}.bk-product-spotlight .bk-product-spotlight-media img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important}.bk-product-spotlight .bk-product-spotlight-media-card{bottom:22px!important}}@media (max-width:1080px) and (min-width:641px){.bk-product-spotlight .bk-product-spotlight-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important}.bk-product-spotlight .bk-product-spotlight-media img{height:100%!important;min-height:0!important;object-fit:cover!important}}@media (max-width:640px){.bk-product-spotlight .bk-product-spotlight-media{aspect-ratio:4 / 3!important;height:auto!important;min-height:0!important;max-height:none!important}.bk-product-spotlight .bk-product-spotlight-media img{height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important}}.bk-product-spotlight-strip{scroll-snap-type:x mandatory;scroll-padding-inline:18px;-webkit-overflow-scrolling:touch}.bk-product-mini-card{scroll-snap-align:center}@media (max-width:760px){.bk-product-spotlight-strip{padding-left:14px!important;padding-right:14px!important;gap:14px!important}.bk-product-mini-card{flex:0 0 82%!important;max-width:360px!important}}


/* ===== Hero product cards: real image address, 4:3 display ===== */
.bt-hero06-card{display:flex!important;flex-direction:column!important;min-height:0!important;padding:16px!important;}
.bt-hero06-card:before{right:-54px!important;top:-54px!important;}
.bt-hero06-image{position:relative!important;width:100%!important;aspect-ratio:4 / 3!important;margin:0 0 16px!important;border-radius:22px!important;overflow:hidden!important;background:#f2f8f4!important;border:1px solid rgba(32,165,58,.12)!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.bt-hero06-image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:14px!important;filter:drop-shadow(0 18px 20px rgba(15,23,42,.12))!important;}
.bt-hero06-card h3{margin:0 0 9px!important;}
.bt-hero06-card p{margin:0!important;}
@media(max-width:960px){.bt-hero06-image{border-radius:20px!important;}}


/* ===== Mobile solution carousel: keep only bottom progress bar, hide tab scrollbar ===== */
@media (max-width:640px){
  .bk-solution-carousel .bk-carousel-thumbs{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    padding-bottom:0!important;
  }
  .bk-solution-carousel .bk-carousel-thumbs::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
  .bk-solution-carousel .bk-carousel-footer{
    overflow:hidden!important;
  }
}



/* ===== Language dropdown position fix: open downward from header ===== */
.bk-lang-dropdown{position:relative!important;}
.bk-lang-menu{
  top:calc(100% + 10px)!important;
  bottom:auto!important;
  right:0!important;
  left:auto!important;
  transform:translateY(10px)!important;
  transform-origin:top right!important;
}
.bk-lang-dropdown:hover .bk-lang-menu,
.bk-lang-dropdown.open .bk-lang-menu{
  transform:translateY(0)!important;
}
.bk-lang-menu::before{
  top:-12px!important;
  bottom:auto!important;
  height:12px!important;
}
@media (max-width:1050px){
  .bk-actions .bk-lang-dropdown{position:relative!important;}
  .bk-actions .bk-lang-menu{
    top:calc(100% + 10px)!important;
    bottom:auto!important;
    right:0!important;
    left:auto!important;
    transform:translateY(10px)!important;
    transform-origin:top right!important;
  }
  .bk-actions .bk-lang-dropdown.open .bk-lang-menu{
    transform:translateY(0)!important;
  }
}


/* ===== Search empty keyword prompt ===== */
.bk-search-error-text{display:none;margin:10px 0 0;padding:10px 14px;border-radius:14px;background:#fff3f3;border:1px solid #ffd0d0;color:#d93025;font-size:13.5px;font-weight:800;line-height:1.45}
.bk-search-error-text.show{display:block}
.bk-search-input-error{border-color:#d93025!important;background:#fffafa!important;box-shadow:0 0 0 5px rgba(217,48,37,.10)!important}

/* ===== Final cleanup and mobile robustness ===== */
.bk-lang-menu{top:calc(100% + 12px)!important;bottom:auto!important;}
@media (max-width:1050px){.bk-lang-menu{top:calc(100% + 10px)!important;bottom:auto!important;}}
.bk-carousel-thumbs{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;}
@media (max-width:640px){
  .bk-solution-carousel .bk-carousel-thumbs{scrollbar-width:none!important;}
  .bk-solution-carousel .bk-carousel-thumbs::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
}


/* Static HTML carousel helpers: content stays in HTML, JS only toggles classes. */
.case-carousel-slide.is-hidden,.case-carousel-dot.is-hidden{display:none!important;}
.bk-product-mini-points[hidden]{display:none!important;}