:root{--vkf-bg:#f3f7ff;--vkf-surface:#ffffff;--vkf-surface-soft:#f8fbff;--vkf-navy:#10213f;--vkf-text:#2c3d57;--vkf-muted:#66758c;--vkf-blue:#1f5eff;--vkf-blue-dark:#1748c9;--vkf-blue-soft:#e8efff;--vkf-border:#d9e4f5;--vkf-shadow:0 18px 48px rgba(16, 33, 63, 0.10);--vkf-shadow-strong:0 28px 80px rgba(16, 33, 63, 0.16);--vkf-radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--vkf-bg);color:var(--vkf-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}.vkf-container{width:min(1180px, calc(100% - 40px));margin:0 auto}.vkf-header{position:sticky;top:0;z-index:100;background:rgb(255 255 255 / .94);border-bottom:1px solid rgb(217 228 245 / .9);backdrop-filter:blur(18px);transition:box-shadow 0.25s ease}.vkf-header.is-scrolled{box-shadow:0 12px 34px rgb(16 33 63 / .08)}.vkf-header__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.vkf-header__brand{display:inline-flex;align-items:center;gap:13px;text-decoration:none}.vkf-header__logo{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--vkf-navy);color:#fff;font-weight:900;letter-spacing:-.08em}.vkf-header__brand-text{display:grid;gap:2px}.vkf-header__brand-text strong{color:var(--vkf-navy);font-size:1.1rem;letter-spacing:-.04em}.vkf-header__brand-text small{color:var(--vkf-muted);font-size:.76rem;font-weight:700}.vkf-header__nav{display:flex;align-items:center;gap:22px}.vkf-header__nav a{color:var(--vkf-text);text-decoration:none;font-size:.92rem;font-weight:750;transition:color 0.2s ease}.vkf-header__nav a:hover{color:var(--vkf-blue)}.vkf-header__button{min-height:42px;padding:0 18px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--vkf-blue);color:#fff;text-decoration:none;font-weight:850;font-size:.92rem;box-shadow:0 12px 26px rgb(31 94 255 / .22)}.vkf-button{min-height:48px;width:fit-content;max-width:100%;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;font-size:.96rem;line-height:1.15;border:1px solid #fff0;transition:transform 0.2s ease,box-shadow 0.2s ease,background 0.2s ease}.vkf-button:hover{transform:translateY(-2px)}.vkf-button--primary{background:var(--vkf-blue);color:#fff;box-shadow:0 14px 30px rgb(31 94 255 / .24)}.vkf-button--primary:hover{background:var(--vkf-blue-dark)}.vkf-button--secondary{background:#fff;color:var(--vkf-navy);border-color:var(--vkf-border);box-shadow:0 10px 24px rgb(16 33 63 / .06)}.vkf-page{background:radial-gradient(circle at 20% 0%,rgb(31 94 255 / .1),transparent 34rem),linear-gradient(180deg,#f3f7ff 0%,#ffffff 42%,#f7faff 100%)}.vkf-kicker{width:fit-content;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;padding:8px 12px;border-radius:999px;background:var(--vkf-blue-soft);color:var(--vkf-blue);border:1px solid rgb(31 94 255 / .12);font-size:.74rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.vkf-hero{padding:clamp(72px, 9vw, 120px) 0 84px}.vkf-hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,0.96fr);gap:clamp(36px, 6vw, 82px);align-items:center}.vkf-hero__content{max-width:680px}.vkf-hero__content h1{margin:0;color:var(--vkf-navy);font-size:clamp(2.7rem, 5.8vw, 5.4rem);line-height:.98;letter-spacing:-.07em}.vkf-hero__content p{max-width:620px;margin:24px 0 0;color:var(--vkf-muted);font-size:clamp(1.02rem, 1.3vw, 1.18rem);line-height:1.72}.vkf-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.vkf-hero__trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.vkf-hero__trust span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--vkf-border);color:var(--vkf-text);font-size:.86rem;font-weight:750}.vkf-hero__media{position:relative;min-height:560px;padding:14px;border-radius:34px;background:var(--vkf-surface);border:1px solid var(--vkf-border);box-shadow:var(--vkf-shadow-strong)}.vkf-hero__media img,.vkf-about__media img,.vkf-image-placeholder{width:100%;height:100%;min-height:532px;object-fit:cover;border-radius:24px}.vkf-image-placeholder{display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#eef4ff,#ffffff);border:1px solid var(--vkf-border)}.vkf-image-placeholder strong{display:block;color:rgb(16 33 63 / .12);font-size:clamp(5rem, 10vw, 9rem);letter-spacing:-.1em}.vkf-image-placeholder span{display:block;margin-top:-24px;color:var(--vkf-muted);font-weight:800}.vkf-hero__badge{position:absolute;left:32px;right:32px;bottom:32px;padding:18px 20px;border-radius:20px;background:rgb(255 255 255 / .94);border:1px solid var(--vkf-border);box-shadow:0 16px 40px rgb(16 33 63 / .12);backdrop-filter:blur(18px)}.vkf-hero__badge strong,.vkf-hero__badge span{display:block}.vkf-hero__badge strong{color:var(--vkf-navy);font-size:1rem}.vkf-hero__badge span{margin-top:4px;color:var(--vkf-muted);font-size:.9rem}.vkf-section{padding:clamp(88px, 9vw, 138px) 0}.vkf-section__head{max-width:780px;margin:0 auto 44px;text-align:center}.vkf-section__head .vkf-kicker{margin-left:auto;margin-right:auto}.vkf-section__head h2{margin:0;color:var(--vkf-navy);font-size:clamp(2.1rem, 4vw, 4rem);line-height:1.03;letter-spacing:-.055em}.vkf-section__head p{max-width:650px;margin:18px auto 0;color:var(--vkf-muted);font-size:1.05rem;line-height:1.72}.vkf-products__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.vkf-product-card{min-height:260px;padding:22px;border-radius:24px;background:var(--vkf-surface);border:1px solid var(--vkf-border);box-shadow:0 14px 38px rgb(16 33 63 / .07);display:flex;flex-direction:column;transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.22s ease}.vkf-product-card:hover{transform:translateY(-5px);border-color:rgb(31 94 255 / .26);box-shadow:var(--vkf-shadow)}.vkf-product-card__top{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;background:var(--vkf-blue-soft);color:var(--vkf-blue);font-weight:900}.vkf-product-card h3{margin:0;color:var(--vkf-navy);font-size:1.06rem;line-height:1.22;letter-spacing:-.03em}.vkf-product-card p{margin:11px 0 18px;color:var(--vkf-muted);font-size:.94rem;line-height:1.55}.vkf-card-link{margin-top:auto;width:fit-content;padding:9px 12px;border-radius:12px;background:var(--vkf-navy);color:#fff;text-decoration:none;font-size:.88rem;font-weight:850}.vkf-panel{border-radius:var(--vkf-radius);background:var(--vkf-surface);border:1px solid var(--vkf-border);box-shadow:var(--vkf-shadow)}.vkf-consulting__grid{display:grid;grid-template-columns:minmax(280px,0.9fr) minmax(0,1.1fr);gap:clamp(28px, 5vw, 64px);align-items:start}.vkf-consulting__intro{position:sticky;top:104px;padding:clamp(28px, 4vw, 46px)}.vkf-consulting__intro h2,.vkf-about__content h2,.vkf-contact__content h2{margin:0;color:var(--vkf-navy);font-size:clamp(2rem, 3.8vw, 3.8rem);line-height:1.03;letter-spacing:-.055em}.vkf-consulting__intro p,.vkf-about__content p,.vkf-contact__content p{margin:20px 0 0;color:var(--vkf-muted);line-height:1.72;font-size:1.02rem}.vkf-consulting__intro .vkf-button{margin-top:28px}.vkf-consulting__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vkf-info-card{min-height:210px;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--vkf-border);box-shadow:0 14px 38px rgb(16 33 63 / .07)}.vkf-info-card h3{margin:0;color:var(--vkf-navy);font-size:1.16rem;letter-spacing:-.03em}.vkf-info-card p{margin:12px 0 0;color:var(--vkf-muted);line-height:1.62}.vkf-process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vkf-step-card{min-height:250px;padding:24px;border-radius:24px;background:var(--vkf-surface-soft);border:1px solid var(--vkf-border)}.vkf-step-card span{display:block;margin-bottom:34px;color:var(--vkf-blue);font-size:.9rem;font-weight:900;letter-spacing:.14em}.vkf-step-card h3{margin:0;color:var(--vkf-navy);font-size:1.22rem}.vkf-step-card p{margin:12px 0 0;color:var(--vkf-muted);line-height:1.62}.vkf-about__grid{display:grid;grid-template-columns:minmax(320px,0.92fr) minmax(0,1.08fr);gap:clamp(28px, 5vw, 64px);align-items:center}.vkf-about__media{min-height:540px;padding:14px;border-radius:34px;background:#fff;border:1px solid var(--vkf-border);box-shadow:var(--vkf-shadow)}.vkf-about__media img,.vkf-about__media .vkf-image-placeholder{min-height:512px}.vkf-about__content{padding:clamp(28px, 4vw, 48px)}.vkf-about__content blockquote{margin:28px 0 0;padding:20px 22px;border-radius:18px;background:var(--vkf-blue-soft);color:var(--vkf-navy);border:1px solid rgb(31 94 255 / .14);font-weight:850;line-height:1.55}.vkf-career__box{padding:clamp(30px, 5vw, 58px);border-radius:32px;background:var(--vkf-navy);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;box-shadow:var(--vkf-shadow-strong)}.vkf-career__box .vkf-kicker{background:rgb(255 255 255 / .1);color:#fff;border-color:rgb(255 255 255 / .16)}.vkf-career__box h2{margin:0;color:#fff;font-size:clamp(2rem, 4vw, 4rem);line-height:1.03;letter-spacing:-.055em}.vkf-career__box p{max-width:720px;margin:18px 0 0;color:#cdd8ea;line-height:1.72;font-size:1.05rem}.vkf-career__actions{display:flex;gap:12px;flex-wrap:wrap}.vkf-career__box .vkf-button--secondary{background:rgb(255 255 255 / .08);color:#fff;border-color:rgb(255 255 255 / .18)}.vkf-contact__grid{display:grid;grid-template-columns:minmax(280px,0.9fr) minmax(0,1.1fr);gap:clamp(28px, 5vw, 64px);align-items:start}.vkf-contact__content,.vkf-contact__form{padding:clamp(28px, 4vw, 46px)}.vkf-contact__content .vkf-button{margin-top:28px}.vkf-contact__form{min-height:420px}.vkf-form-placeholder{min-height:340px;border-radius:22px;border:1px dashed rgb(31 94 255 / .32);background:var(--vkf-blue-soft);display:grid;place-items:center;text-align:center;padding:24px}.vkf-form-placeholder strong{display:block;color:var(--vkf-navy);font-size:1.15rem}.vkf-form-placeholder span{display:block;margin-top:7px;color:var(--vkf-muted)}.vkf-contact .forminator-ui{color:var(--vkf-text)}.vkf-contact .forminator-label{color:var(--vkf-navy)!important;font-weight:850!important}.vkf-contact .forminator-ui input,.vkf-contact .forminator-ui textarea,.vkf-contact .forminator-ui select{border-radius:14px!important;background:#ffffff!important;border:1px solid var(--vkf-border)!important;color:var(--vkf-navy)!important;box-shadow:none!important}.vkf-contact .forminator-button-submit{min-height:48px!important;padding:0 22px!important;border-radius:14px!important;background:var(--vkf-blue)!important;color:#ffffff!important;font-weight:900!important;box-shadow:0 14px 30px rgb(31 94 255 / .24)!important}.vkf-final{padding:clamp(88px, 9vw, 138px) 0}.vkf-final__box{max-width:980px;margin:0 auto;padding:clamp(34px, 6vw, 70px);border-radius:34px;background:radial-gradient(circle at top,rgb(31 94 255 / .1),transparent 28rem),var(--vkf-surface);border:1px solid var(--vkf-border);box-shadow:var(--vkf-shadow);text-align:center}.vkf-final__box .vkf-kicker{margin-left:auto;margin-right:auto}.vkf-final__box h2{max-width:800px;margin:0 auto;color:var(--vkf-navy);font-size:clamp(2rem, 4vw, 4rem);line-height:1.03;letter-spacing:-.055em}.vkf-final__box p{max-width:650px;margin:18px auto 0;color:var(--vkf-muted);line-height:1.72}.vkf-final__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:30px}.vkf-floating-whatsapp,.vkf-scroll-top{position:fixed;right:22px;z-index:95;width:52px;height:52px;border-radius:18px;display:grid;place-items:center;border:0;background:var(--vkf-blue);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 16px 36px rgb(31 94 255 / .26);cursor:pointer}.vkf-floating-whatsapp{bottom:90px}.vkf-scroll-top{bottom:24px;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease}.vkf-scroll-top.is-visible{opacity:1;visibility:visible}.vkf-footer{padding:68px 0 32px;background:var(--vkf-navy);color:#fff}.vkf-footer__top{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(160px,0.7fr) minmax(160px,0.7fr);gap:34px}.vkf-footer__brand strong{display:block;font-size:1.28rem}.vkf-footer__brand span{display:block;margin-top:6px;color:#a9c2ff;font-weight:800}.vkf-footer__brand p{max-width:420px;margin:16px 0 0;color:#cdd8ea;line-height:1.65}.vkf-footer__nav,.vkf-footer__legal{display:grid;gap:11px}.vkf-footer__nav a,.vkf-footer__legal a{color:#dbe6f7;text-decoration:none}.vkf-footer__bottom{display:grid;gap:7px;margin-top:42px;padding-top:24px;border-top:1px solid rgb(255 255 255 / .14)}.vkf-footer__bottom p{margin:0;color:#b8c6dc;font-size:.9rem;line-height:1.5}@media (max-width:1120px){.vkf-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vkf-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.vkf-header__nav{display:none}.vkf-hero__grid,.vkf-consulting__grid,.vkf-about__grid,.vkf-contact__grid{grid-template-columns:1fr}.vkf-hero__content{max-width:100%}.vkf-consulting__intro{position:relative;top:auto}.vkf-career__box{grid-template-columns:1fr}}@media (max-width:760px){.vkf-container{width:min(100% - 28px, 1180px)}.vkf-header__inner{min-height:70px}.vkf-header__brand-text small{display:none}.vkf-products__grid,.vkf-consulting__cards,.vkf-process__grid{grid-template-columns:1fr}.vkf-hero{padding-top:54px}.vkf-hero__media,.vkf-about__media{min-height:360px}.vkf-hero__media img,.vkf-about__media img,.vkf-image-placeholder,.vkf-about__media .vkf-image-placeholder{min-height:332px}.vkf-hero__actions,.vkf-career__actions,.vkf-final__actions{flex-direction:column}.vkf-button{width:100%}.vkf-header__button{padding:0 14px}}@media (max-width:460px){.vkf-header__logo{width:38px;height:38px}.vkf-header__brand-text strong{font-size:1rem}.vkf-header__button{min-height:38px;font-size:.86rem}.vkf-hero__content h1{font-size:2.45rem}.vkf-floating-whatsapp,.vkf-scroll-top{right:16px;width:48px;height:48px;border-radius:16px}}.vkf-legal{padding:clamp(84px, 9vw, 132px) 0;background:radial-gradient(circle at top left,rgb(31 94 255 / .08),transparent 30rem),linear-gradient(180deg,#f3f7ff 0%,#ffffff 100%)}.vkf-legal__panel{max-width:940px;margin:0 auto;padding:clamp(30px, 5vw, 58px);border-radius:32px;background:#fff;border:1px solid var(--vkf-border);box-shadow:var(--vkf-shadow)}.vkf-legal__panel h1{margin:0 0 34px;color:var(--vkf-navy);font-size:clamp(2.4rem, 5vw, 4.8rem);line-height:1.02;letter-spacing:-.06em}.vkf-legal__content h2{margin:34px 0 12px;color:var(--vkf-navy);font-size:1.2rem;letter-spacing:-.03em}.vkf-legal__content h2:first-child{margin-top:0}.vkf-legal__content p{margin:0 0 16px;color:var(--vkf-muted);line-height:1.75}.vkf-legal__content strong{color:var(--vkf-navy)}.vkf-legal__content a{color:var(--vkf-blue);font-weight:800;text-decoration:none}.vkf-legal__content a:hover{text-decoration:underline}@media (max-width:560px){.vkf-legal__panel{padding:26px 20px;border-radius:24px}}.vkf-footer__links{display:flex;gap:64px;justify-content:flex-end}.vkf-footer__nav strong,.vkf-footer__legal strong{display:block;margin-bottom:16px;color:#fff;font-size:.92rem;letter-spacing:-.02em}@media (max-width:760px){.vkf-footer__links{width:100%;justify-content:space-between;gap:28px}.vkf-footer__nav,.vkf-footer__legal{flex:1}}html,body{width:100%;max-width:100%;overflow-x:hidden!important}.vkf-page,.vkf-header,.vkf-footer,.vkf-section,.vkf-final,.vkf-hero,.vkf-container{max-width:100%;overflow-x:hidden}@media (max-width:760px){.vkf-footer__top{display:grid!important;grid-template-columns:1fr!important;gap:34px!important}.vkf-footer__links{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;width:100%!important;justify-content:start!important}.vkf-footer__nav,.vkf-footer__legal{width:100%!important;min-width:0!important}.vkf-footer__nav a,.vkf-footer__legal a{display:block!important;width:fit-content!important}.vkf-footer__bottom{width:100%!important;overflow-wrap:break-word}}.vkf-floating-whatsapp,.vkf-scroll-top{right:14px!important}@media (max-width:460px){.vkf-header__inner{gap:12px!important}.vkf-header__button{white-space:nowrap}}.vkf-hero__grid{display:grid;grid-template-columns:1fr 520px;gap:54px;align-items:center}.vkf-hero__right{position:relative}.vkf-hero__image-wrap{position:relative;border-radius:38px;overflow:hidden;background:#fff;box-shadow:0 40px 90px rgb(15 23 42 / .12),0 10px 30px rgb(37 99 235 / .08)}.vkf-hero__image{width:100%;height:720px;object-fit:cover;display:block}.vkf-hero__floating-card{position:absolute;left:24px;right:24px;bottom:24px;padding:20px 24px;border-radius:24px;background:rgb(255 255 255 / .82);backdrop-filter:blur(18px);border:1px solid rgb(255 255 255 / .65);box-shadow:0 10px 40px rgb(15 23 42 / .08)}.vkf-hero__floating-card strong{display:block;margin-bottom:6px;color:var(--vkf-navy);font-size:1rem}.vkf-hero__floating-card span{color:var(--vkf-muted);font-size:.92rem}@media (max-width:980px){.vkf-hero__grid{grid-template-columns:1fr}.vkf-hero__right{order:-1}.vkf-hero__image{height:420px}}@media (max-width:760px){.vkf-footer{text-align:center}.vkf-footer__top{display:flex!important;flex-direction:column!important;align-items:center!important;gap:42px!important}.vkf-footer__brand{display:flex;flex-direction:column;align-items:center;text-align:center}.vkf-footer__brand p{max-width:320px;margin-left:auto;margin-right:auto}.vkf-footer__links{width:100%;display:flex!important;justify-content:center!important;align-items:flex-start!important;gap:54px!important;text-align:center}.vkf-footer__nav,.vkf-footer__legal{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;min-width:120px}.vkf-footer__nav strong,.vkf-footer__legal strong{margin-bottom:6px;text-align:center}.vkf-footer__nav a,.vkf-footer__legal a{width:auto!important;text-align:center}.vkf-footer__bottom{text-align:center!important;justify-items:center}.vkf-footer__bottom p{max-width:320px;margin-left:auto;margin-right:auto;text-align:center!important}}body .vkf-page .vkf-legal .vkf-legal__panel{text-align:left!important}body .vkf-page .vkf-legal .vkf-legal__panel>.vkf-kicker{margin-left:0!important;margin-right:auto!important}body .vkf-page .vkf-legal .vkf-legal__panel h1{text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;word-break:normal!important;overflow-wrap:anywhere!important}@media (max-width:560px){body .vkf-page .vkf-legal .vkf-legal__panel h1{font-size:30px!important;line-height:1.02!important}}.vkf-header__logo img,.vkf-header__logo .custom-logo{width:42px;height:42px;object-fit:contain;display:block}.vkf-hero{display:none!important}.vkf-hero-bg{position:relative;min-height:calc(100vh - 78px);display:flex;align-items:center;padding:clamp(88px, 10vw, 150px) 0;background-color:#10213f;background-size:cover;background-position:center right;overflow:hidden}.vkf-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(255 255 255 / .04),#fff0),radial-gradient(circle at 18% 38%,rgb(31 94 255 / .28),transparent 28rem);pointer-events:none}.vkf-hero-bg .vkf-container{position:relative;z-index:2}.vkf-hero-bg__content{max-width:760px}.vkf-kicker--light{background:rgb(255 255 255 / .14);color:#fff;border-color:rgb(255 255 255 / .22);backdrop-filter:blur(14px)}.vkf-hero-bg__content h1{margin:0;color:#fff;font-size:clamp(2.85rem, 6vw, 5.8rem);line-height:.98;letter-spacing:-.07em}.vkf-hero-bg__content p{max-width:650px;margin:24px 0 0;color:rgb(255 255 255 / .82);font-size:clamp(1.04rem, 1.45vw, 1.24rem);line-height:1.72}.vkf-hero-bg__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.vkf-button--glass{background:rgb(255 255 255 / .14);color:#fff;border-color:rgb(255 255 255 / .28);backdrop-filter:blur(16px);box-shadow:none}.vkf-button--glass:hover{background:rgb(255 255 255 / .2)}.vkf-hero-bg__trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.vkf-hero-bg__trust span{padding:9px 12px;border-radius:999px;background:rgb(255 255 255 / .13);border:1px solid rgb(255 255 255 / .22);color:#fff;font-size:.88rem;font-weight:800;backdrop-filter:blur(14px)}@media (max-width:760px){.vkf-hero-bg{min-height:calc(100vh - 70px);padding:90px 0 76px;background-position:center center}.vkf-hero-bg::before{content:"";position:absolute;inset:0;background:rgb(16 33 63 / .54);pointer-events:none}.vkf-hero-bg__content{max-width:100%}.vkf-hero-bg__actions{flex-direction:column}.vkf-hero-bg__actions .vkf-button{width:100%}}body,.vkf-page{background:#dfe8ff}.vkf-hero-bg{background-color:#cfdcff!important}.vkf-section,.vkf-products,.vkf-consulting,.vkf-process,.vkf-about,.vkf-career,.vkf-contact,.vkf-final{background:transparent!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-career__box,.vkf-final__box{background:rgb(255 255 255 / .72);backdrop-filter:blur(18px);border:1px solid rgb(20 52 120 / .08);box-shadow:0 10px 30px rgb(31 64 140 / .08),0 2px 8px rgb(31 64 140 / .04)}.vkf-section__head p,.vkf-product-card p,.vkf-info-card p,.vkf-step-card p,.vkf-about__content p,.vkf-contact__content p,.vkf-final__box p{color:#5d6885}.vkf-page::before{content:"";position:fixed;inset:0;background:radial-gradient(circle at top left,rgb(67 114 255 / .16),transparent 34rem),radial-gradient(circle at top right,rgb(115 155 255 / .18),transparent 40rem),linear-gradient(180deg,#edf3ff 0%,#dfe8ff 100%);z-index:-2}html,body{background:linear-gradient(180deg,rgb(16 33 63 / .1),rgb(31 94 255 / .08)),radial-gradient(circle at top left,rgb(31 94 255 / .22),transparent 34rem),radial-gradient(circle at top right,rgb(79 140 255 / .18),transparent 38rem),#dfe8ff!important}.vkf-page{background:linear-gradient(180deg,rgb(16 33 63 / .08),rgb(31 94 255 / .06)),radial-gradient(circle at 20% 0%,rgb(31 94 255 / .18),transparent 34rem),#dfe8ff!important}.vkf-products,.vkf-consulting,.vkf-process,.vkf-about,.vkf-career,.vkf-contact,.vkf-final,.vkf-section{background:transparent!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-final__box{background:rgb(255 255 255 / .74)!important;backdrop-filter:blur(22px)}.vkf-hero-company{display:block;margin-bottom:18px;color:rgb(255 255 255 / .82);font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 4px 18px rgb(0 0 0 / .22)}.vkf-product-card{display:flex;flex-direction:column;align-items:flex-start;padding:38px;border-radius:34px;background:rgb(255 255 255 / .74);backdrop-filter:blur(22px);border:1px solid rgb(19 48 102 / .08);box-shadow:0 8px 30px rgb(17 43 89 / .06),0 2px 10px rgb(17 43 89 / .04);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.vkf-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgb(17 43 89 / .1),0 6px 16px rgb(17 43 89 / .06)}.vkf-product-card h3{margin:0 0 18px}.vkf-product-card p{margin:0 0 30px;color:#66708c;line-height:1.7}.vkf-card-link{margin-top:0}.vkf-career__box{background:#10213f!important;color:#ffffff!important;border:1px solid rgb(255 255 255 / .12)!important}.vkf-career__box h2,.vkf-career__box p,.vkf-career__box .vkf-kicker{color:#ffffff!important}.vkf-career__box p{color:rgb(255 255 255 / .78)!important}.vkf-career__box .vkf-button--secondary{background:rgb(255 255 255 / .1)!important;color:#ffffff!important;border:1px solid rgb(255 255 255 / .22)!important}.vkf-career__box .vkf-kicker{background:rgb(255 255 255 / .12)!important;border-color:rgb(255 255 255 / .18)!important}.vkf-section,.vkf-final{padding-top:46px!important;padding-bottom:46px!important;margin-top:0!important;margin-bottom:0!important}.vkf-section__head{margin-bottom:32px!important}.vkf-consulting,.vkf-process,.vkf-about,.vkf-career,.vkf-contact,.vkf-final{margin-top:0!important;margin-bottom:0!important}.vkf-products__grid,.vkf-consulting__cards,.vkf-process__grid,.vkf-contact__grid{gap:22px!important}@media (max-width:768px){.vkf-section,.vkf-final{padding-top:34px!important;padding-bottom:34px!important}.vkf-section__head{margin-bottom:26px!important}.vkf-products__grid,.vkf-consulting__cards,.vkf-process__grid,.vkf-contact__grid{gap:18px!important}}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-about__media,.vkf-about__content,.vkf-career__box,.vkf-contact__content,.vkf-contact__form,.vkf-final__box{opacity:0;transform:scale(.98);transition:opacity 0.65s ease,transform 0.65s ease;will-change:opacity,transform}.vkf-product-card.is-visible,.vkf-info-card.is-visible,.vkf-step-card.is-visible,.vkf-about__media.is-visible,.vkf-about__content.is-visible,.vkf-career__box.is-visible,.vkf-contact__content.is-visible,.vkf-contact__form.is-visible,.vkf-final__box.is-visible{opacity:1;transform:scale(1)}:root{--vkf-logo-width:300px;--vkf-logo-height:90px;--vkf-logo-x:-30px;--vkf-logo-y:0px}.vkf-header,.vkf-header__inner,.vkf-header__brand{overflow:visible!important}.vkf-header__brand{display:flex!important;align-items:center!important;gap:14px!important;position:relative!important}@media (max-width:768px){:root{--vkf-logo-width:200px;--vkf-logo-height:72px;--vkf-logo-x:-22px;--vkf-logo-y:0px}}.vkf-header__logo-link{width:var(--vkf-logo-width)!important;height:var(--vkf-logo-height)!important;min-width:var(--vkf-logo-width)!important;display:block!important;position:relative!important;z-index:20!important;text-decoration:none!important;flex-shrink:0!important}.vkf-header__logo{width:var(--vkf-logo-width)!important;height:var(--vkf-logo-height)!important;position:absolute!important;top:0!important;left:0!important;transform:translate(var(--vkf-logo-x),var(--vkf-logo-y))!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border-radius:0!important;overflow:visible!important}.vkf-header__logo-img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.vkf-header__logo-fallback{width:52px!important;height:52px!important;border-radius:16px!important;background:#10213f!important;color:#ffffff!important;display:grid!important;place-items:center!important;font-weight:900!important}.vkf-header__brand-text{text-decoration:none!important;color:#10213f!important}.vkf-header__brand-text strong{color:#10213f!important;font-size:1.1rem!important}.vkf-header__brand-text{display:none!important}.vkf-header{background:#E7EBFA!important}.vkf-header__inner{background:#E7EBFA!important}.vkf-header__actions{display:flex;align-items:center;gap:12px;margin-left:auto}.vkf-header__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:rgb(255 255 255 / .52);backdrop-filter:blur(12px);font-size:1.2rem;text-decoration:none;transition:all .22s ease}.vkf-header__icon:hover{transform:translateY(-2px);background:#fff}@media (max-width:768px){.vkf-header__icon{width:44px;height:44px;border-radius:14px;font-size:1.05rem}}:root{--vkf-menu-x:40px;--vkf-menu-y:0px}.vkf-header__nav{position:relative!important;left:var(--vkf-menu-x)!important;top:var(--vkf-menu-y)!important}.vkf-header__nav a{font-family:'Outfit',sans-serif!important;font-size:0.98rem!important;font-weight:600!important;letter-spacing:-0.01em!important;color:#10213f!important;text-decoration:none!important;position:relative!important;transition:opacity .2s ease,transform .2s ease,color .2s ease}.vkf-header__nav a:hover{color:#295dff!important;transform:translateY(-1px)}.vkf-header__nav a::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#295dff;border-radius:99px;transition:width .22s ease}.vkf-header__nav a:hover::after{width:100%}.vkf-product-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.vkf-product-card p{flex:1!important}.vkf-card-link{margin-top:auto!important;align-self:flex-start!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-about__content,.vkf-career__box,.vkf-contact__content,.vkf-contact__form,.vkf-final__box{text-align:center!important;align-items:center!important;justify-content:center!important}.vkf-product-card h3,.vkf-product-card p,.vkf-info-card h3,.vkf-info-card p,.vkf-step-card span,.vkf-step-card h3,.vkf-step-card p,.vkf-about__content h2,.vkf-about__content p,.vkf-about__content blockquote,.vkf-career__box h2,.vkf-career__box p,.vkf-contact__content h2,.vkf-contact__content p,.vkf-contact__form,.vkf-final__box h2,.vkf-final__box p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.vkf-kicker{margin-left:auto!important;margin-right:auto!important}.vkf-button,.vkf-card-link{align-self:center!important;margin-left:auto!important;margin-right:auto!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-career__box,.vkf-final__box{position:relative!important;overflow:hidden!important;border:1px solid rgb(255 255 255 / .62)!important;box-shadow:0 16px 42px rgb(31 45 90 / .12),inset 0 1px 0 rgb(255 255 255 / .55)!important}.vkf-product-card>*,.vkf-info-card>*,.vkf-step-card>*,.vkf-panel>*,.vkf-career__box>*,.vkf-final__box>*{position:relative!important;z-index:2!important}.vkf-product-card::before,.vkf-info-card::before,.vkf-step-card::before,.vkf-panel::before,.vkf-career__box::before,.vkf-final__box::before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;opacity:1!important;pointer-events:none!important}.vkf-product-card::after,.vkf-info-card::after,.vkf-step-card::after,.vkf-panel::after,.vkf-career__box::after,.vkf-final__box::after{content:""!important;position:absolute!important;right:-60px!important;bottom:-60px!important;width:190px!important;height:190px!important;border-radius:999px!important;background:rgb(255 255 255 / .34)!important;filter:blur(22px)!important;z-index:1!important;pointer-events:none!important}.vkf-career__box::before{background:radial-gradient(circle at top right,rgb(41 98 255 / .42),transparent 32rem),linear-gradient(145deg,#10213f 0%,#162b55 100%)!important}.vkf-career__box h2,.vkf-career__box p,.vkf-career__box .vkf-kicker{color:#ffffff!important}.vkf-career__box p{color:rgb(255 255 255 / .78)!important}.vkf-final__box::before{background:linear-gradient(145deg,#ffffff 0%,#b9d4ff 55%,#c5ffe9 100%)!important}.vkf-form-placeholder{text-align:center!important;display:grid!important;place-items:center!important}@media (max-width:768px){.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-about__content,.vkf-career__box,.vkf-contact__content,.vkf-contact__form,.vkf-final__box{padding-left:28px!important;padding-right:28px!important}}.vkf-products__grid{align-items:stretch!important}.vkf-product-card{display:flex!important;flex-direction:column!important;justify-content:space-between!important;text-align:center!important;min-height:340px!important;padding:34px 28px!important}.vkf-product-card h3{margin:0 0 18px!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.2!important}.vkf-product-card p{flex-grow:1!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin:0 auto 28px!important;max-width:240px!important;line-height:1.7!important}.vkf-product-card .vkf-card-link{margin-top:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.vkf-product-card,.vkf-info-card,.vkf-step-card{min-height:0!important;padding:30px 24px!important;gap:14px!important}.vkf-product-card h3,.vkf-info-card h3,.vkf-step-card h3{margin-bottom:6px!important;line-height:1.15!important}.vkf-product-card p,.vkf-info-card p,.vkf-step-card p{margin-bottom:0!important;line-height:1.5!important}.vkf-card-link,.vkf-product-card .vkf-button,.vkf-info-card .vkf-button,.vkf-step-card .vkf-button{margin-top:12px!important}.vkf-products__grid{gap:22px!important}@media (max-width:768px){.vkf-product-card,.vkf-info-card,.vkf-step-card{padding:24px 20px!important;border-radius:34px!important}.vkf-product-card h3,.vkf-info-card h3,.vkf-step-card h3{font-size:1.45rem!important}.vkf-product-card p,.vkf-info-card p,.vkf-step-card p{font-size:1rem!important}}.vkf-product-card__image{width:100%;max-width:150px;aspect-ratio:1 / 1;margin:8px auto 16px;border-radius:28px;overflow:hidden;background:rgb(255 255 255 / .45);box-shadow:0 14px 30px rgb(17 34 68 / .12)}.vkf-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.vkf-product-card{min-height:unset!important;padding:28px 22px!important;gap:12px!important}.vkf-product-card h3{font-size:clamp(1.25rem, 2vw, 1.55rem)!important;line-height:1.15!important;margin:0!important}.vkf-product-card__image{width:clamp(110px, 32vw, 150px)!important;max-width:150px!important;margin:10px auto 10px!important;border-radius:12px!important}.vkf-product-card p{font-size:clamp(0.95rem, 1.4vw, 1.05rem)!important;line-height:1.45!important;margin:0!important}.vkf-card-link{margin-top:10px!important;min-height:42px!important;padding:0 18px!important;font-size:0.95rem!important}@media (max-width:768px){.vkf-product-card{padding:26px 20px!important;border-radius:34px!important}.vkf-product-card__image{width:128px!important;max-width:128px!important}}@media (max-width:920px) and (orientation:landscape){.vkf-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.vkf-product-card{padding:22px 18px!important;border-radius:26px!important}.vkf-product-card__image{width:96px!important;max-width:96px!important;border-radius:18px!important}.vkf-product-card h3{font-size:1.15rem!important}.vkf-product-card p{font-size:0.92rem!important;line-height:1.35!important}.vkf-card-link{min-height:38px!important;font-size:0.88rem!important}}@media (max-width:920px) and (orientation:landscape){.vkf-products__grid,.vkf-process__grid,.vkf-consulting__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.vkf-product-card,.vkf-step-card,.vkf-info-card,.vkf-panel,.vkf-career__box,.vkf-final__box{padding:24px 20px!important;border-radius:28px!important;min-height:unset!important}.vkf-product-card h3,.vkf-step-card h3,.vkf-info-card h3,.vkf-panel h2,.vkf-career__box h2,.vkf-final__box h2{font-size:1.4rem!important;line-height:1.15!important;margin-bottom:12px!important}.vkf-product-card p,.vkf-step-card p,.vkf-info-card p,.vkf-panel p,.vkf-career__box p,.vkf-final__box p{font-size:0.96rem!important;line-height:1.45!important}.vkf-product-card__image{width:96px!important;max-width:96px!important;margin:8px auto 10px!important;border-radius:18px!important}.vkf-step-card span{font-size:1.6rem!important;margin-bottom:8px!important}.vkf-button,.vkf-card-link{min-height:40px!important;font-size:0.92rem!important;padding:0 18px!important}.vkf-section__head h2{font-size:2rem!important;line-height:1.05!important}.vkf-section__head p{font-size:1rem!important}}@media (max-width:768px){.vkf-products__grid,.vkf-consulting__cards,.vkf-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.vkf-product-card,.vkf-info-card,.vkf-step-card{padding:22px 14px!important;border-radius:26px!important;min-height:0!important;gap:9px!important}.vkf-product-card h3,.vkf-info-card h3,.vkf-step-card h3{font-size:1rem!important;line-height:1.15!important;margin:0!important;word-break:normal!important;hyphens:auto!important}.vkf-product-card p,.vkf-info-card p,.vkf-step-card p{font-size:0.82rem!important;line-height:1.38!important;margin:0!important}.vkf-product-card__image{width:86px!important;max-width:86px!important;margin:8px auto!important;border-radius:18px!important}.vkf-card-link,.vkf-button{min-height:36px!important;padding:0 13px!important;font-size:0.78rem!important;border-radius:13px!important;margin-top:7px!important}.vkf-step-card span{font-size:1rem!important;line-height:1!important;margin-bottom:4px!important}}.vkf-products__grid,.vkf-consulting__cards,.vkf-process__grid,.vkf-about__grid,.vkf-contact__grid{background:transparent!important;background-image:none!important;box-shadow:none!important;border:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.vkf-products__grid::before,.vkf-products__grid::after,.vkf-consulting__cards::before,.vkf-consulting__cards::after,.vkf-process__grid::before,.vkf-process__grid::after,.vkf-about__grid::before,.vkf-about__grid::after,.vkf-contact__grid::before,.vkf-contact__grid::after,.vkf-product-card::before,.vkf-product-card::after,.vkf-info-card::before,.vkf-info-card::after,.vkf-step-card::before,.vkf-step-card::after,.vkf-panel::before,.vkf-panel::after,.vkf-career__box::before,.vkf-career__box::after,.vkf-final__box::before,.vkf-final__box::after{display:none!important;content:none!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-about__content,.vkf-contact__content,.vkf-contact__form,.vkf-final__box{border:1px solid rgb(255 255 255 / .78)!important;box-shadow:0 14px 34px rgb(16 33 63 / .08)!important;overflow:hidden!important}.vkf-about__content blockquote{background:rgb(255 255 255 / .46)!important;border:1px solid rgb(255 255 255 / .78)!important;box-shadow:none!important}:root{--vkf-bg:#e7ebfa;--vkf-page-bg:#e7ebfa}html,body,.vkf-page,.vkf-section,.vkf-products,.vkf-consulting,.vkf-process,.vkf-about,.vkf-career,.vkf-contact,.vkf-final,.vkf-products>.vkf-container,.vkf-consulting>.vkf-container,.vkf-process>.vkf-container,.vkf-about>.vkf-container,.vkf-career>.vkf-container,.vkf-contact>.vkf-container,.vkf-final>.vkf-container,.vkf-products__grid,.vkf-consulting__grid,.vkf-consulting__cards,.vkf-process__grid,.vkf-about__grid,.vkf-contact__grid{background:#e7ebfa!important;background-color:#e7ebfa!important;background-image:none!important;box-shadow:none!important}.vkf-products,.vkf-consulting,.vkf-process,.vkf-about,.vkf-career,.vkf-contact,.vkf-final,.vkf-products__grid,.vkf-consulting__grid,.vkf-consulting__cards,.vkf-process__grid,.vkf-about__grid,.vkf-contact__grid{border-radius:0!important;border:none!important;overflow:visible!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-about__content,.vkf-career__box,.vkf-contact__content,.vkf-contact__form,.vkf-final__box{position:relative!important;overflow:hidden!important;border:1px solid rgb(255 255 255 / .75)!important;box-shadow:0 14px 34px rgb(16 33 63 / .08)!important}.vkf-product-card::before,.vkf-product-card::after,.vkf-info-card::before,.vkf-info-card::after,.vkf-step-card::before,.vkf-step-card::after,.vkf-panel::before,.vkf-panel::after,.vkf-career__box::before,.vkf-career__box::after,.vkf-final__box::before,.vkf-final__box::after{display:none!important;content:none!important}.vkf-about__content blockquote{background:rgb(255 255 255 / .48)!important;border:1px solid rgb(255 255 255 / .8)!important;box-shadow:none!important}.vkf-partner-strip{position:relative;width:100%;overflow:hidden;padding:54px 0 34px;background:transparent!important}.vkf-partner-strip__head{max-width:760px;margin:0 auto 28px;text-align:center}.vkf-partner-strip__head .vkf-kicker{margin-left:auto;margin-right:auto}.vkf-partner-strip__head p{margin:14px auto 0;max-width:680px;color:var(--vkf-muted);font-size:.98rem;line-height:1.65}.vkf-partner-marquee{position:relative;width:100%;overflow:hidden;padding:10px 0}.vkf-partner-marquee::before,.vkf-partner-marquee::after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:3;pointer-events:none}.vkf-partner-marquee::before{left:0;background:linear-gradient(90deg,#d9d8ea 0%,#fff0 100%)}.vkf-partner-marquee::after{right:0;background:linear-gradient(270deg,#d9d8ea 0%,#fff0 100%)}.vkf-partner-marquee__track{display:flex;align-items:center;gap:76px;width:max-content;animation:vkfPartnerMarquee 42s linear infinite;will-change:transform}.vkf-partner-logo{flex:0 0 auto;min-width:130px;height:54px;display:flex;align-items:center;justify-content:center;color:#10213f;font-size:.95rem;font-weight:850;letter-spacing:-.02em;white-space:nowrap;opacity:.68;transition:opacity 0.25s ease,transform 0.25s ease,filter 0.25s ease}.vkf-partner-logo img{max-height:38px;max-width:150px;width:auto;height:auto;object-fit:contain;display:block;filter:grayscale(100%);opacity:.78}.vkf-partner-logo:hover{opacity:1;transform:translateY(-2px)}.vkf-partner-logo:hover img{filter:grayscale(0%);opacity:1}@keyframes vkfPartnerMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}@media (max-width:768px){.vkf-partner-strip{padding:38px 0 24px}.vkf-partner-strip__head{margin-bottom:22px}.vkf-partner-strip__head p{font-size:.9rem}.vkf-partner-marquee__track{gap:46px;animation-duration:34s}.vkf-partner-logo{min-width:108px;height:46px;font-size:.82rem}.vkf-partner-logo img{max-height:30px;max-width:118px}.vkf-partner-marquee::before,.vkf-partner-marquee::after{width:54px}}.vkf-partner-inline{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;text-align:center;color:var(--vkf-muted);font-size:1rem;line-height:1.7;margin:0 auto 36px}.vkf-inline-logo{height:26px;width:auto;object-fit:contain;opacity:.82;transform:translateY(1px)}.vkf-inline-logo{filter:brightness(0) saturate(100%) drop-shadow(0 100px 100px rgb(0 0 0 / .72))}.vkf-partner-headline{margin:34px 0 18px;text-align:center;font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgb(16 33 63 / .48)}.vkf-hero-bg,.vkf-hero-bg__content{overflow:hidden!important}.vkf-hero-company{opacity:0;transform:translate3d(-18px,0,0);animation:vkfFadeLeft 0.9s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:0.15s;margin-top:-4px!important;margin-bottom:58px!important}.vkf-hero-bg__content h1{opacity:0;transform:translate3d(0,24px,0) scale(.985);animation:vkfFadeHeroTitle 1.1s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:0.42s}.vkf-hero-bg__content p{opacity:0;transform:translate3d(18px,0,0);animation:vkfFadeRight 0.95s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:0.72s}.vkf-hero-bg__actions{opacity:0;transform:translate3d(0,18px,0);animation:vkfFadeUp 0.85s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:1s}.vkf-hero-company,.vkf-hero-bg__content h1,.vkf-hero-bg__content p,.vkf-hero-bg__actions{will-change:opacity,transform;backface-visibility:hidden;transform-style:preserve-3d}@keyframes vkfFadeLeft{from{opacity:0;transform:translate3d(-18px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes vkfFadeRight{from{opacity:0;transform:translate3d(18px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes vkfFadeUp{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes vkfFadeHeroTitle{from{opacity:0;transform:translate3d(0,24px,0) scale(.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}.vkf-hero-bg,.vkf-hero{padding-top:38px!important;padding-bottom:38px!important}@media (max-width:768px){.vkf-hero-bg,.vkf-hero{padding-top:38px!important;padding-bottom:38px!important;min-height:auto!important}.vkf-hero-bg .vkf-container,.vkf-hero .vkf-container{padding-top:0!important;padding-bottom:0!important}}*,*::before,*::after{border-radius:1!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-career__box,.vkf-final__box,.vkf-about__content,.vkf-about__media,.vkf-contact__content,.vkf-contact__form,.vkf-hero__media,.vkf-hero-bg,.vkf-button,.vkf-card-link,.vkf-kicker,.vkf-header,.vkf-footer,.vkf-form-placeholder,.vkf-inline-logo{border-radius:0!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-career__box,.vkf-final__box,.vkf-about__content,.vkf-about__media,.vkf-contact__content,.vkf-contact__form,.vkf-image-placeholder{background:#ececf1!important;background-image:none!important;border:1px solid rgb(0 0 0 / .05)!important;box-shadow:0 8px 22px rgb(0 0 0 / .04)!important}.vkf-product-card h1,.vkf-product-card h2,.vkf-product-card h3,.vkf-product-card p,.vkf-product-card span,.vkf-info-card h1,.vkf-info-card h2,.vkf-info-card h3,.vkf-info-card p,.vkf-info-card span,.vkf-step-card h1,.vkf-step-card h2,.vkf-step-card h3,.vkf-step-card p,.vkf-step-card span,.vkf-panel h1,.vkf-panel h2,.vkf-panel h3,.vkf-panel p,.vkf-panel span,.vkf-about__content *,.vkf-contact__content *,.vkf-contact__form *{color:#000000!important}.vkf-product-card .vkf-card-link,.vkf-products .vkf-button{background:transparent!important;color:#000000!important;border:2px solid rgb(0 0 0 / .12)!important;box-shadow:none!important}.vkf-product-card .vkf-card-link:hover,.vkf-products .vkf-button:hover{background:rgb(0 0 0 / .04)!important;color:#000000!important}.vkf-kicker{background:rgb(0 0 0 / .03)!important;color:#000000!important;border:1px solid rgb(0 0 0 / .06)!important}.vkf-product-card,.vkf-info-card,.vkf-step-card,.vkf-panel,.vkf-career__box,.vkf-final__box,.vkf-about__content,.vkf-about__media,.vkf-contact__content,.vkf-contact__form{background:linear-gradient(145deg,rgb(245 245 248 / .96) 0%,rgb(232 232 238 / .92) 100%)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-radius:1px!important;border:1px solid rgb(255 255 255 / .65)!important;box-shadow:0 10px 34px rgb(22 28 45 / .06),inset 0 1px 0 rgb(255 255 255 / .72)!important;overflow:hidden!important;transition:transform 0.25s ease,box-shadow 0.25s ease!important}.vkf-product-card:hover,.vkf-info-card:hover,.vkf-step-card:hover,.vkf-panel:hover{transform:translateY(-3px)!important;box-shadow:0 18px 48px rgb(22 28 45 / .1),inset 0 1px 0 rgb(255 255 255 / .72)!important}.vkf-product-card h1,.vkf-product-card h2,.vkf-product-card h3,.vkf-product-card p,.vkf-product-card span,.vkf-info-card h1,.vkf-info-card h2,.vkf-info-card h3,.vkf-info-card p,.vkf-info-card span,.vkf-step-card h1,.vkf-step-card h2,.vkf-step-card h3,.vkf-step-card p,.vkf-step-card span,.vkf-panel h1,.vkf-panel h2,.vkf-panel h3,.vkf-panel p,.vkf-panel span,.vkf-about__content *,.vkf-contact__content *,.vkf-contact__form *{color:#111111!important}.vkf-career__box h1,.vkf-career__box h2,.vkf-career__box h3,.vkf-career__box p,.vkf-career__box span{color:#111111!important}.vkf-career__box .vkf-button,.vkf-career__box .vkf-button span{color:#111111!important}.vkf-consulting__intro{text-align:center!important}.vkf-consulting__intro h1,.vkf-consulting__intro h2,.vkf-consulting__intro h3,.vkf-consulting__intro p,.vkf-consulting__intro span{text-align:center!important}.vkf-consulting__intro .vkf-button{margin-left:auto!important;margin-right:auto!important;display:flex!important;justify-content:center!important}.vkf-consulting__intro{text-align:center!important}.vkf-consulting__intro h1,.vkf-consulting__intro h2,.vkf-consulting__intro h3,.vkf-consulting__intro p,.vkf-consulting__intro span{text-align:center!important}.vkf-consulting__intro .vkf-button{margin-left:auto!important;margin-right:auto!important;display:flex!important;justify-content:center!important}.vkf-info-card h3::after{display:block;font-size:42px;line-height:1;margin:18px auto 20px;font-weight:400}.vkf-info-card:nth-child(1) h3::after{content:"📊"}.vkf-info-card:nth-child(2) h3::after{content:"🛡️"}.vkf-info-card:nth-child(3) h3::after{content:"🏛️"}.vkf-info-card:nth-child(4) h3::after{content:"📈"}.vkf-info-card:nth-child(5) h3::after{content:"🏥"}.vkf-info-card:nth-child(6) h3::after{content:"💼"!important}:root{--vkf-product-image-width:130%;--vkf-product-image-max:145px;--vkf-product-image-top:-6px;--vkf-product-image-bottom:-6px;--vkf-product-title-top:-20px}.vkf-product-card h3{margin-top:var(--vkf-product-title-top)!important;margin-bottom:var(--vkf-product-image-top)!important}.vkf-product-card__image{width:var(--vkf-product-image-width)!important;max-width:var(--vkf-product-image-max)!important;aspect-ratio:1 / 1!important;margin:0 auto var(--vkf-product-image-bottom)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.vkf-product-card__image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}@media (min-width:981px){.vkf-product-card h3{font-size:1rem!important;line-height:1.18!important;letter-spacing:-0.01em!important;word-break:break-word!important;overflow-wrap:break-word!important;text-align:center!important;max-width:100%!important}}.vkf-product-card h3{hyphens:auto!important;-webkit-hyphens:auto!important;-ms-hyphens:auto!important;word-break:normal!important;overflow-wrap:break-word!important;line-height:1.15!important;text-align:center!important}.vkf-section__head p,.vkf-product-card p,.vkf-info-card p,.vkf-step-card p,.vkf-panel p,.vkf-about__content p,.vkf-contact__content p,.vkf-career__box p,.vkf-final__box p{color:#000000!important;opacity:1!important}.vkf-step-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important}.vkf-step-card span:first-child{display:block!important;font-size:22px!important;font-weight:800!important;line-height:1!important;margin-bottom:0px!important}.vkf-step-card:nth-child(1) span:first-child::after{content:"\A📊"}.vkf-step-card:nth-child(2) span:first-child::after{content:"\A🧭"}.vkf-step-card:nth-child(3) span:first-child::after{content:"\A⚙️"}.vkf-step-card:nth-child(4) span:first-child::after{content:"\A💼"}.vkf-step-card span:first-child::after{white-space:pre!important;display:block!important;font-size:36px!important;line-height:1!important;margin-top:-20px!important}.vkf-step-card h3{margin-top:12px!important}.vkf-floating-whatsapp{display:none!important}.vkf-scroll-top{background:rgb(255 255 255 / .16)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border:1px solid #000000!important;box-shadow:0 10px 28px rgb(0 0 0 / .12)!important;color:#000000!important;border-radius:22px!important}.vkf-scroll-top svg,.vkf-scroll-top i,.vkf-scroll-top span{color:#000000!important;fill:#000000!important;stroke:#000000!important}.vkf-final-location__box{text-align:center!important}.vkf-location__address{display:grid;gap:6px;margin:28px auto 30px;color:#000;font-size:1.05rem;line-height:1.55}.vkf-location__address strong{font-size:1.18rem;color:#000}.vkf-location__map{margin-top:36px;height:420px;overflow:hidden;border-radius:18px;border:1px solid rgb(0 0 0 / .08)}@media (max-width:768px){.vkf-location__map{height:320px}}@media (max-width:768px){.vkf-contact__form .forminator-g-recaptcha,.vkf-contact__form .forminator-recaptcha,.vkf-contact__form [class*="recaptcha"],.vkf-contact__form [id*="recaptcha"]{width:260px!important;max-width:260px!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}.vkf-contact__form iframe[src*="recaptcha"],.vkf-contact__form iframe[title*="reCAPTCHA"]{transform:scale(.84)!important;transform-origin:0 0!important}.vkf-contact__form .forminator-field{overflow:visible!important}}@media (max-width:768px){.vkf-contact__form,.vkf-contact__form .forminator-row,.vkf-contact__form .forminator-field,.vkf-contact__form .forminator-col,.vkf-contact__form .forminator-g-recaptcha,.vkf-contact__form .g-recaptcha{overflow:visible!important}.vkf-contact__form .g-recaptcha,.vkf-contact__form .forminator-g-recaptcha{width:304px!important;max-width:304px!important;margin-left:auto!important;margin-right:auto!important;transform:scale(.78)!important;transform-origin:center top!important}.vkf-contact__form iframe[src*="recaptcha"],.vkf-contact__form iframe[title*="reCAPTCHA"]{transform:none!important;width:304px!important;max-width:304px!important}}.vkf-contact__form .forminator-row:has(.g-recaptcha),.vkf-contact__form .forminator-row:has([class*="captcha"]),.vkf-contact__form .forminator-field:has(.g-recaptcha),.vkf-contact__form .forminator-field:has([class*="captcha"]){display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}.vkf-contact__form .g-recaptcha,.vkf-contact__form [class*="captcha"]{margin-left:auto!important;margin-right:auto!important}.forminator-consent__label,.forminator-checkbox__label{width:100%!important;max-width:100%!important}.forminator-checkbox{display:flex!important;align-items:flex-start!important;gap:12px!important}