:root{--font-montserrat:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-instrument-sans:"Instrument Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--header-height:100px;--font-bebas-neue:"Bebas Neue",system-ui,sans-serif;--font-plus-jakarta:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{overflow-x:hidden}body{margin:0;font-family:var(--font-montserrat)}.footer{padding:clamp(3rem,6vw,5rem) 40px 2rem;background-color:#fff;box-sizing:border-box}.footer__inner{max-width:1280px;margin:0 auto}.footer__main{justify-content:space-between;gap:clamp(1rem,2.5vw,2rem);align-items:center;display:flex}.footer__grid{flex:1;grid-template-columns:minmax(200px,1.35fr) repeat(3,minmax(0,1fr)) auto;min-width:0;gap:clamp(2rem,4vw,3rem) clamp(1.25rem,3vw,2rem);align-items:start;display:grid}.footer__brand{min-width:0}.footer__logo-link{line-height:0;display:inline-block}.footer__logo-link img{height:auto;max-width:146px;object-fit:contain;width:100%;display:block}.footer__tagline{font-size:clamp(13px,1.85vw,15px);font-weight:400;color:#000;max-width:36rem;margin:1.25rem 0 1.5rem;line-height:1.65}.footer__cta,.footer__tagline{font-family:var(--font-montserrat)}.footer__cta{padding:12px 22px;font-size:15px;text-decoration:none;font-weight:500;color:#fff;transition:background-color .2s ease,opacity .2s ease,transform .2s ease;gap:10px;background-color:#0a0e1a;align-items:center;border-radius:9999px;display:inline-flex}.footer__cta:hover{background-color:#141a29}.footer__cta:active{transform:scale(.98)}.footer__cta-icon{flex-shrink:0}.footer__nav-title{font-size:15px;font-weight:700;color:#999;letter-spacing:.02em;margin:0 0 1rem;font-family:var(--font-montserrat)}.footer__nav-list{list-style:none;padding:0;flex-direction:column;gap:.65rem;margin:0;display:flex}.footer__nav-link{font-size:14px;text-decoration:none;font-weight:400;color:#000;transition:color .2s ease,opacity .2s ease;line-height:1.45;font-family:var(--font-montserrat)}.footer__nav-link:hover{color:#0a0e1a;opacity:.85}.footer__nav-link--underline{text-decoration:underline;text-underline-offset:3px}.footer__social{min-width:0}.footer__social-row{list-style:none;padding:0;flex-wrap:wrap;gap:20px;margin:0;align-items:center;display:flex}.footer__social-link{height:25px;justify-content:center;color:#fff;transition:opacity .2s ease,transform .2s ease;align-items:center;border-radius:50%;width:25px;display:flex}.footer__social-link:hover{opacity:.88}.footer__social-link:active{transform:scale(.96)}.footer__social-link img{height:100%;object-fit:contain;width:100%;display:block}.footer__scroll-wrap{flex-shrink:0}.footer__scroll-top,.footer__scroll-wrap{justify-content:center;align-items:center;display:flex}.footer__scroll-top{height:46px;padding:0;border:1.5px solid #000;color:#000;transition:background-color .2s ease,color .2s ease,border-color .2s ease;border-radius:50%;background:transparent;cursor:pointer;width:46px}.footer__scroll-top:hover{color:#fff;background-color:#000}.footer__bottom{padding-top:clamp(1.25rem,2.5vw,1.5rem);justify-content:space-between;border-top:1px solid rgba(0,0,0,.06);gap:1.5rem 2rem;align-items:center;margin-top:clamp(2.5rem,5vw,3.5rem);display:flex}.footer__copyright{flex-shrink:0;font-size:13px;font-weight:400;color:#999;margin:0;font-family:var(--font-montserrat)}.footer__legal{min-width:0}.footer__legal-list{list-style:none;padding:0;justify-content:flex-end;flex-wrap:wrap;gap:.35rem 0;margin:0}.footer__legal-list,.footer__legal-list li{align-items:center;display:flex}.footer__legal-list li:not(:last-child):after{height:12px;content:"";background-color:#0000001f;margin:0 clamp(.65rem,1.5vw,.85rem);width:1px;display:block}.footer__legal-link{font-size:12px;text-decoration:none;font-weight:400;color:#999;transition:color .2s ease;line-height:1.4;white-space:nowrap;font-family:var(--font-montserrat)}.footer__legal-link:hover{color:#000}@media (max-width:1050px){.footer__main{flex-direction:column;gap:clamp(1.25rem,4vw,2rem);align-items:stretch}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__brand,.footer__social{grid-column:1/-1}.footer__scroll-wrap{align-self:flex-end}}@media (max-width:900px){.footer__bottom{flex-direction:column;gap:1rem;align-items:flex-start}.footer__legal-list{justify-content:flex-start}.footer__legal-link{white-space:normal}}@media (max-width:700px){.footer{padding-right:20px;padding-left:20px}.footer__grid{grid-template-columns:1fr}.footer__nav-column{padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.footer__nav-column:first-of-type{padding-top:1rem}.footer__social .footer__nav-title{margin-bottom:.75rem}}.header{padding:0 40px;right:0;transition:background-color .3s ease,box-shadow .3s ease;position:fixed;top:0;background-color:transparent;box-sizing:border-box;box-shadow:none;left:0;width:100%;z-index:100}.header--scrolled{background-color:#fff;box-shadow:0 2px 12px #00000014}.header__inner{height:var(--header-height);justify-content:space-between;position:relative;max-width:1280px;margin:0 auto;align-items:center;display:flex}.header__logo img{height:68px;object-fit:cover;width:146px;display:block}.header__menu{transform:translate(-50%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:21px 38px;position:absolute;gap:24px;top:50%;align-items:center;border-radius:40px;left:50%;margin-top:-33px;display:flex}.header__hamburger{height:44px;padding:0;justify-content:center;border:1px solid rgba(1,30,100,.2);flex-direction:column;gap:5px;align-items:center;border-radius:10px;background:#fff;cursor:pointer;width:44px;display:none}.header__hamburger span{height:2px;transition:transform .25s ease,opacity .25s ease;background-color:#011e64;border-radius:999px;width:18px}.header__hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__menu-item{font-size:16px;text-decoration:none;font-weight:400;color:#202020;gap:4px;align-items:center;line-height:1.4;white-space:nowrap;font-family:var(--font-montserrat);display:flex}.header__menu-item--active{font-weight:700}.nav-arrow{height:24px;overflow:hidden;flex-shrink:0;align-items:center;width:24px;display:flex}.nav-arrow img{height:100%;width:100%}.nav-dropdown{position:relative}.nav-mega__panel{transform:translate(-50%);max-width:calc(100vw - 80px);min-width:0;left:50%;width:880px}.nav-mega__grid{grid-template-columns:repeat(2,1fr);padding:10px 0;gap:4px;display:grid}.nav-mega__grid .header__menu-item{word-break:break-word;white-space:normal}.nav-dropdown>button{padding:0;border:0;background:transparent;cursor:pointer}.nav-dropdown__panel{padding:6px;border:1px solid #e8edf5;flex-direction:column;min-width:220px;gap:2px;top:120%;box-shadow:0 8px 24px #0000001a;border-radius:12px;background:#fff;display:none;z-index:200}.nav-dropdown__panel,.nav-dropdown__panel:before{transform:translate(-50%);position:absolute;left:50%}.nav-dropdown__panel:before{height:20px;content:"";top:-10px;width:100%}.nav-dropdown__panel .header__menu-item{padding:10px 14px;font-size:15px;border-radius:8px}.nav-dropdown__panel .header__menu-item:hover{background:#f5f7fb}@media (min-width:993px){.nav-dropdown:hover .nav-dropdown__panel{display:flex}}.nav-dropdown[data-open] .nav-dropdown__panel{display:flex}.header__cta{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:16px 56px;font-size:16px;border:none;text-decoration:none;font-weight:700;color:#fff;background-color:#011e64;border-radius:40px;cursor:pointer;line-height:1.4;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif}.header__cta:hover{background-color:#022a8a}@media (max-width:992px){.header{padding:0 16px}.header__inner{height:80px}.header__logo img{height:56px;width:120px}.header__hamburger{order:3;display:inline-flex}.header__cta{padding:12px 22px;font-size:14px;order:2}.header__menu{transform:none;padding:10px;right:0;position:absolute;flex-direction:column;gap:0;top:calc(100% + 8px);background-color:#fff;align-items:stretch;box-shadow:0 12px 28px #00000024;border-radius:14px;left:0;margin-top:0;display:none}.header__menu--open{display:flex}.header__menu-item{padding:10px 12px;justify-content:space-between;box-sizing:border-box;border-radius:10px;width:100%}.header__menu-item:hover{background-color:#f5f7fb}.nav-dropdown>button{padding:10px 12px;box-sizing:border-box;width:100%}.nav-dropdown__panel{transform:none;padding:0 0 4px 12px;border:none;position:static;min-width:0;box-shadow:none;border-radius:0;background:transparent;width:100%}.nav-dropdown__panel .header__menu-item{padding:8px 12px;font-size:14px}.nav-mega__panel{max-width:100%;width:100%}.nav-mega__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.header__cta{display:none}}.page-loader{pointer-events:all;justify-content:center;right:0;transition:opacity .25s ease,visibility .25s ease;position:fixed;opacity:1;bottom:0;visibility:visible;top:0;align-items:center;background:#fff;left:0;display:flex;z-index:9999}.page-loader--hidden{pointer-events:none;opacity:0;visibility:hidden}.page-loader__spinner{animation:pl-spin .75s linear infinite;height:52px;border:3px solid rgba(1,30,100,.12);border-top-color:#011e64;border-radius:50%;width:52px}@keyframes pl-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.page-loader{display:none!important}}.call-to-action{padding:96px 40px;background-color:#fff}.call-to-action__banner{overflow:hidden;padding:clamp(2.5rem,5vw,4rem);position:relative;max-width:1280px;background-size:cover;background-color:#001a5e;margin:0 auto;background-position:100%;border-radius:40px;background-image:url(https://quantummachine.info/home/cta/bg.webp);background-repeat:no-repeat}.call-to-action__inner{position:relative;max-width:640px;z-index:1}.call-to-action__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:400;color:#fff;margin:0;line-height:1.12;font-family:var(--font-montserrat)}.call-to-action__title-accent{font-weight:700;font-style:italic}.call-to-action__description{font-size:1rem;font-weight:400;color:#ffffffe0;max-width:52ch;margin:clamp(1.25rem,3vw,1.75rem) 0 clamp(1.5rem,3vw,2rem);line-height:1.65;font-family:var(--font-montserrat)}.call-to-action__actions{flex-wrap:wrap;gap:12px 16px;align-items:center;display:flex}.call-to-action__btn{padding:12px 24px;justify-content:center;font-size:15px;text-decoration:none;font-weight:500;transition:opacity .2s ease,transform .2s ease,background-color .2s ease,border-color .2s ease;align-items:center;border-radius:9999px;font-family:var(--font-montserrat);display:inline-flex}.call-to-action__btn:hover{opacity:.92}.call-to-action__btn:active{transform:scale(.98)}.call-to-action__btn--primary{border:2px solid transparent;color:#001a5e;background-color:#fff}.call-to-action__btn--secondary{border:1px solid hsla(0,0%,100%,.65);color:#fff;background-color:transparent}.call-to-action__btn--secondary:hover{border-color:#fffffff2}@media (max-width:600px){.call-to-action{padding:56px 20px}.call-to-action__banner{padding:2rem 1.5rem;border-radius:28px}.call-to-action__btn{width:100%}}.hero{padding:var(--header-height) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.hero__inner{min-height:620px;grid-template-columns:1fr 1fr;max-width:1280px;gap:24px;margin:0 auto;align-items:center;display:grid}.hero__title{font-size:clamp(38px,5vw,60px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:Montserrat,sans-serif}.hero__accent{font-weight:700;font-style:italic;color:#1279ff}.hero__description{font-size:20px;color:#5f6376;max-width:510px;margin:24px 0 0;line-height:1.6;font-family:var(--font-plus-jakarta)}.hero__actions{gap:12px;margin-top:34px;display:flex}.hero__button{height:56px;padding:0 30px;font-size:17px;text-decoration:none;font-weight:700;border-radius:999px;cursor:pointer;line-height:56px;font-family:Plus Jakarta Sans,sans-serif}.hero__button--primary{border:0;color:#fff;background:#012571}.hero__button--secondary{border:1px solid #012571;color:#012571;background:transparent}.hero__visual{--hero-parallax-main-y:0px;min-height:520px;position:relative;--hero-parallax-main-x:0px;--hero-parallax-floating-x:0px;place-items:center;--hero-parallax-floating-y:0px;display:grid}.hero__floating-image{transform:translate(calc(-50% + var(--hero-parallax-floating-x))) translateY(calc(-50% + var(--hero-parallax-floating-y)));position:absolute;bottom:0;left:0;width:332px;z-index:1}.hero__floating-image,.hero__visual-image{transition:transform .22s ease-out;object-fit:cover;will-change:transform}.hero__visual-image{transform:translate(var(--hero-parallax-main-x)) translateY(var(--hero-parallax-main-y));border-radius:28px;width:100%;display:block}@media (prefers-reduced-motion:reduce){.hero__floating-image,.hero__visual-image{transform:none;transition:none}}@media (max-width:1100px){.hero__inner{grid-template-columns:1fr}.hero__content{max-width:100%}.hero__visual{display:none}}@media (max-width:640px){.hero__actions{flex-direction:column}.hero__button{text-align:center;width:auto}}.references{overflow:hidden;padding:32px 0 56px;width:100%}.references__title{font-size:17px;font-weight:500;color:#a0a0a0;letter-spacing:.08em;text-align:center;margin:0;font-family:var(--font-montserrat)}.references__marquee{overflow:hidden;width:100%;margin-top:24px}.references__track{animation:references-scroll 22s linear infinite;gap:24px;align-items:center;width:max-content;display:flex}.references__item{height:64px;padding:0 28px;font-size:22px;font-weight:700;color:#022a74;min-width:220px;border-radius:18px;background:#f7faff;white-space:nowrap;place-items:center;font-family:var(--font-instrument-sans);display:grid}@keyframes references-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:992px){.references__item{height:54px;font-size:22px;min-width:180px}}.end-to-end-system{padding:80px 40px;background-color:#fff}.end-to-end-system__controls{flex-direction:row;gap:8px;margin-top:16px;display:flex}.end-to-end-system__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.end-to-end-system__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.end-to-end-system__controls button svg{height:20px;width:20px}.end-to-end-system__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.end-to-end-system__top-row{grid-template-columns:1fr 1fr 1fr;max-width:1280px;gap:48px;margin:0 auto;align-items:start;display:grid}.end-to-end-system__title{font-size:clamp(32px,4.2vw,48px);font-weight:500;color:#1f2327;letter-spacing:-.01em;margin:0;line-height:1.08;font-family:var(--font-montserrat)}.end-to-end-system__image-wrap{place-items:center;display:grid}.end-to-end-system__image{height:auto;max-width:520px;width:100%;display:block}.end-to-end-system__description{padding-top:12px;font-size:16px;font-weight:400;color:#5a5a5a;margin:0;line-height:1.6;font-family:var(--font-montserrat);padding-left:80px}.end-to-end-system__bottom-row{max-width:1280px;margin:26px auto 0}.end-to-end-system__cards-desktop{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.end-to-end-system__cards-mobile{display:none}.end-to-end-system__card{min-height:260px;padding:32px 28px 64px;border:1px solid #d9d9d9;text-decoration:none;color:inherit;transition:border-color .22s ease;position:relative;text-align:left;background-color:#fff;border-radius:20px;cursor:pointer}.end-to-end-system__card:hover{border-color:#1f2327}.end-to-end-system__card-title{font-size:28px;font-weight:400;color:#1a202c;margin:0;line-height:1.28;font-family:var(--font-montserrat)}.end-to-end-system__card-content{font-size:14px;font-weight:400;color:#5a5a5a;margin:18px 0 0;line-height:1.6;font-family:var(--font-montserrat)}.end-to-end-system__card-arrow-box{height:32px;right:20px;transition:transform .22s ease;position:absolute;bottom:20px;background-color:#1f2327;transform-origin:center;border-radius:7px;width:32px;place-items:center;display:grid}.end-to-end-system__card-arrow{height:auto;width:16px;display:block}.end-to-end-system__card:hover .end-to-end-system__card-arrow-box{transform:rotate(-45deg)}@media (max-width:1100px){.end-to-end-system{padding:30px 24px}.end-to-end-system__top-row{grid-template-columns:1fr;gap:28px}.end-to-end-system__image-wrap{order:2}.end-to-end-system__description{padding-left:0}.end-to-end-system__cards-desktop{display:none}.end-to-end-system__cards-mobile{display:block}.end-to-end-system__cards-mobile .swiper{overflow:visible}.end-to-end-system__cards-mobile .swiper-slide{height:auto}.end-to-end-system__card{min-height:240px}}:root{--swiper-theme-color:#007aff}:host{margin-right:auto;position:relative;margin-left:auto;display:block;z-index:1}.swiper{list-style:none;overflow:hidden;padding:0;margin-right:auto;position:relative;margin-left:auto;display:block;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{height:100%;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);position:relative;box-sizing:content-box;width:100%;transition-property:transform;display:flex;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{height:100%;flex-shrink:0;position:relative;width:100%;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{scroll-margin-inline-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{flex-shrink:0;content:"";order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;pointer-events:none;position:absolute;top:0;left:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{height:42px;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));position:absolute;border-top:4px solid transparent;top:50%;transform-origin:50%;box-sizing:border-box;border-radius:50%;margin-left:-21px;left:50%;width:42px;margin-top:-21px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.differences__controls{flex-direction:row;gap:8px;margin-top:12px;display:flex}.differences__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.differences__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.differences__controls button svg{height:20px;width:20px}.differences__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.differences__title{font-size:42px;font-weight:500;color:#1f2327;margin:0;line-height:1.2;font-family:Montserrat,sans-serif}.differences__accent{font-weight:700;font-style:italic;color:#0080ff}.differences__content{font-size:14px;font-weight:400;color:#1a202c;max-width:760px;margin:28px auto 0;line-height:1.65;font-family:Montserrat,sans-serif}.differences__cards{position:relative;margin-top:100px}.differences__cards_image,.differences__cards_image img{width:100%}.differences__cards_card{padding:32px 28px;font-size:20px;position:absolute;top:0;background-color:#fff;box-shadow:0 0 10px #0000001a;border-radius:20px;left:0;width:30%}.differences__cards_card:first-child{transform:translateY(-50%) translate(-20%);left:0}.differences__cards_card:nth-child(2){transform:translateY(-50%) translate(-50%);left:50%}.differences__cards_card:nth-child(3){transform:translateY(-50%) translate(-80%);left:100%}.differences__bottom-cards{position:relative;top:-130px;padding-bottom:80px}.differences__bottom-cards_card{padding:28px 20px;font-size:16px;border:1px solid #e4e8ee;font-weight:500;color:#1f2327;position:absolute;text-align:center;background-color:#fff;box-shadow:0 12px 30px #c7d2fe;border-radius:12px;width:22%;line-height:1.45;font-family:Montserrat,sans-serif}.differences__bottom-cards_card--1{top:120px;left:0}.differences__bottom-cards_card--2{top:0;left:22%}.differences__bottom-cards_card--3{right:22%;top:0}.differences__bottom-cards_card--4{right:0;top:120px}.floating-icons__icon{animation:floating-icons-random var(--float-duration,6s) ease-in-out var(--float-delay,0s) infinite alternate;transform:translate(-50%,-50%);position:absolute;will-change:transform;top:0;left:0}.differences__mobile-swiper{display:none}.differences__swiper-card{min-height:110px;padding:24px 20px;font-size:16px;border:1px solid #e4e8ee;font-weight:500;color:#1f2327;background-color:#fff;align-items:center;box-shadow:0 8px 24px #c7d2fe99;border-radius:16px;line-height:1.5;font-family:Montserrat,sans-serif;display:flex}@media (max-width:768px){.differences{padding:56px 20px}.differences__title{font-size:28px}.differences__bottom-cards,.differences__cards,.floating-icons{display:none}.differences__mobile-swiper{margin-top:36px;display:block}}.how-we-work{padding:96px 40px;background-size:cover;background-position:50%;background-image:url(https://quantummachine.info/home/how-we-work-bg.webp);background-repeat:no-repeat}.how-we-work__container{justify-content:space-between;flex-wrap:wrap;max-width:1280px;gap:48px;margin:0 auto;align-items:start;display:flex}.how-we-work__title{font-size:64px;font-weight:500;text-align:left;line-height:1.05}.how-we-work__content,.how-we-work__title{flex:1;color:#fff;margin:0;font-family:var(--font-montserrat)}.how-we-work__content{font-size:16px;font-weight:400;max-width:400px;text-align:right;line-height:1.6}.how-we-work__steps{min-height:360px;grid-template-columns:.6fr 1fr;gap:24px;width:100%;display:grid}.how-we-work__carousel-col{flex-direction:column;display:flex}.how-we-work__controls{position:relative;flex-direction:row;gap:8px;margin-top:12px;display:flex;z-index:2}.how-we-work__controls button{height:38px;justify-content:center;border:1px solid hsla(0,0%,100%,.3);color:#fff;transition:background .2s;align-items:center;border-radius:50%;background:#ffffff26;cursor:pointer;width:38px;display:flex}.how-we-work__controls button:hover{background:#ffffff47}.how-we-work__controls button svg{height:20px;width:20px}.how-we-work__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.how-we-work__carousel-wrap{height:410px}.how-we-work__carousel{height:100%;padding:20px}.how-we-work__carousel .swiper-slide{height:auto}.how-we-work__slide-item{gap:30px;align-items:flex-start;display:flex}.how-we-work__slide-title{font-size:22px;font-weight:700;color:#fff;margin-top:10px;font-family:var(--font-montserrat)}.how-we-work__slide-index{height:45px;padding:0;justify-content:center;font-size:40px;border:0;font-weight:700;color:#0080ff;transition:transform .35s;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:45px;font-family:var(--font-montserrat);display:flex}.how-we-work__slide-index:before{height:65px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:65px;z-index:-1}.how-we-work__slide-content{transition:opacity .35s;position:relative;flex-direction:column;width:calc(100% - 80px);display:flex}.how-we-work__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:40px;background-color:#edf4ff80;border-radius:20px;left:22px;width:1px;z-index:0}.how-we-work__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.how-we-work__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.how-we-work__carousel .swiper-slide:not(.swiper-slide-active) .how-we-work__slide-index{transform:scale(.5)}.how-we-work__carousel .swiper-slide:not(.swiper-slide-active) .how-we-work__slide-content{opacity:0}.how-we-work__slide-description{font-size:13px;font-weight:500;color:#c4d8ff;width:90%;font-family:var(--font-montserrat)}.how-we-work__details{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.how-we-work__details-text{padding:24px;font-size:18px;font-weight:500;color:#fff;position:relative;background-size:cover;margin:0;background-position:100% 100%;border-radius:24px;background-image:url(https://quantummachine.info/home/how-we-work/cite-bg.svg);line-height:1.5;background-repeat:no-repeat;font-family:var(--font-montserrat);display:flex}.how-we-work__details-text-description{justify-content:space-between;flex-direction:column;gap:12px;display:flex}.how-we-work__details-text p{font-size:22px;font-weight:700;font-style:italic;color:#0f1011;font-family:var(--font-plus-jakarta)}.how-we-work__details-link{height:50px;padding:10px;justify-content:center;right:0;transition:all .35s;position:absolute;bottom:0;background-color:#011e64;align-items:center;border-radius:50%;width:50px;display:flex}.how-we-work__details-link:hover{transform:rotate(-45deg)}.how-we-work__details-text-author{gap:12px;align-items:center;display:flex}.how-we-work__details-text-author-name{font-size:15px;font-weight:500;color:#000;line-height:1.2;font-family:var(--font-plus-jakarta)}.how-we-work__details-text-author-name span{font-size:12px;font-weight:400;color:#011e64}.how-we-work__details-image{min-height:160px;border-radius:20px;background:#ffffff1f}.how-we-work__details-image img{width:100%}@media (max-width:960px){.how-we-work{padding:56px 24px}.how-we-work__container{flex-direction:column;gap:24px}.how-we-work__carousel-wrap{height:250px}.how-we-work__title{font-size:clamp(36px,9vw,64px)}.how-we-work__content{max-width:none;text-align:left}.how-we-work__steps{grid-template-columns:1fr}.how-we-work__carousel-wrap{min-height:320px}.how-we-work__details{grid-template-columns:1fr}}.selected-success-stories{padding:96px 40px;background-color:#f3f3f6}.selected-success-stories__controls{padding:0;flex-direction:row;gap:8px;display:flex}.selected-success-stories__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.selected-success-stories__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.selected-success-stories__controls button svg{height:20px;width:20px}.selected-success-stories__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.selected-success-stories__container{justify-content:space-between;flex-wrap:wrap;max-width:1280px;gap:48px;margin:0 auto;align-items:flex-start;display:flex}.selected-success-stories__title{font-size:55px;font-style:italic;line-height:1.1}.selected-success-stories__description,.selected-success-stories__title{flex:1;font-weight:500;color:#090b21;margin:0;font-family:var(--font-montserrat)}.selected-success-stories__description{font-size:16px;max-width:470px;text-align:right;line-height:1.5}.selected-success-stories__swiper{padding:0 4px 8px;width:100%;margin-top:42px}.selected-success-stories__item{min-height:300px;padding:24px;justify-content:space-between;position:relative;background:url(https://quantummachine.info/home/success-stories/story-bg.png) no-repeat 50%;background-size:cover;gap:20px;border-radius:24px;display:flex}.selected-success-stories__item:before{font-size:144px;font-weight:700;right:24px;color:#fff;content:attr(data-index);position:absolute;opacity:.2;top:0;font-family:var(--font-montserrat);z-index:1}.selected-success-stories__item-title{font-size:24px;font-weight:700;color:#fff;line-height:1.6;font-family:var(--font-montserrat)}.selected-success-stories__item-description{font-size:12px;font-weight:500;color:#c4dbff;letter-spacing:.8px;line-height:1.8;font-family:var(--font-montserrat)}.selected-success-stories__item-content{justify-content:space-between;flex-direction:column;gap:12px;display:flex}.selected-success-stories__item-image{position:relative}.selected-success-stories__item-image>img{border-radius:18px;width:260px;display:block}.selected-success-stories__item-cta{justify-content:flex-end;display:flex}.selected-success-stories__item-cta a{font-size:12px;text-decoration:none;font-weight:500;color:#fff;gap:10px;align-items:center;font-family:var(--font-montserrat);display:flex}.selected-success-stories__item-cta a img{transition:transform .35s}.selected-success-stories__item-cta a:hover img{transform:rotate(-45deg)}@media (max-width:960px){.selected-success-stories{padding:56px 24px}.selected-success-stories__container{flex-direction:column;gap:24px}.selected-success-stories__item-image{display:none}.selected-success-stories__title{font-size:clamp(36px,9vw,55px)}.selected-success-stories__description{max-width:none;text-align:left}.selected-success-stories__item-image>img{max-width:260px;width:100%}}.pre-export-resources__kvkk{margin-bottom:4px;gap:10px;align-items:flex-start;display:flex}.pre-export-resources__kvkk input[type=checkbox]{height:16px;flex-shrink:0;accent-color:#1a56db;cursor:pointer;width:16px;margin-top:3px}.pre-export-resources__kvkk label{font-size:13px;font-weight:400;color:#555;flex-direction:unset;gap:unset;cursor:pointer;line-height:1.5!important;margin-top:0!important;display:block!important}.pre-export-resources__kvkk label a{text-decoration:underline;color:#1a56db}.pre-export-resources{padding:96px 40px;background-color:#fff}.pre-export-resources__container{grid-template-columns:1fr .2fr 1fr;position:relative;max-width:1280px;gap:60px;margin:0 auto;align-items:start;display:grid;z-index:1}.pre-export-resources__map-container{max-width:1280px;margin:0 auto}.pre-export-resources__left{justify-content:space-between;flex-direction:column;gap:30px;display:flex}.pre-export-resources__title{font-size:48px;font-weight:400;color:#090b21;margin:0;line-height:1.1;font-family:var(--font-montserrat)}.pre-export-resources__title span{font-weight:700;font-style:italic;color:#0080ff}.pre-export-resources__description{font-size:16px;font-weight:400;color:#1a202c;max-width:560px;margin:24px 0 0;line-height:1.6;font-family:var(--font-montserrat)}.pre-export-resources__list{flex-direction:column;gap:16px;margin-top:36px;display:flex}.pre-export-resources__item{grid-template-columns:64px 1fr 40px;padding:18px;border:1px solid #eef3ff;text-decoration:none;transition:all .3s;gap:16px;align-items:center;box-shadow:0 14px 40px #14285a14;box-shadow:0 14px 40px #14285a00;border-radius:18px;background:#fff;display:grid}.pre-export-resources__item .pre-export-resources__item-link{transition:all .3s}.pre-export-resources__item:hover{box-shadow:0 14px 40px #14285a1f}.pre-export-resources__item:hover .pre-export-resources__item-link{transform:rotate(-45deg)}.pre-export-resources__item-image{width:64px}.pre-export-resources__item-file{height:64px;font-size:20px;font-weight:700;color:#0080ff;border-radius:14px;background:#f1f7ff;width:64px;place-items:center;font-family:var(--font-montserrat);display:grid}.pre-export-resources__item-content h3{font-size:17px;font-weight:700;color:#090b21;margin:0;line-height:1.2;font-family:var(--font-montserrat)}.pre-export-resources__item-content p{font-size:12px;font-weight:500;color:#1a202c;margin:8px 0 0;line-height:1.4;font-family:var(--font-montserrat)}.pre-export-resources__item-link{height:36px;justify-content:center;transition:transform .3s;align-items:center;border-radius:50%;background:#0b1120;width:36px;display:flex}.pre-export-resources__item-link:hover{transform:rotate(-45deg)}.pre-export-resources__item-link img{height:16px;width:16px}.pre-export-resources__right{padding:36px 30px;border-radius:28px;background:url(https://quantummachine.info/home/pre-export/form-bg.webp) no-repeat 50%;background-size:cover;box-shadow:0 18px 48px #1627511c}.pre-export-resources__form-title{font-size:24px;font-weight:700;color:#090b21;margin:0;line-height:1.2;font-family:var(--font-montserrat)}.pre-export-resources__form-description{font-size:14px;font-weight:400;color:#4a5568;margin:16px 0 0;line-height:1.5;font-family:var(--font-montserrat)}.pre-export-resources__form{flex-direction:column;gap:14px;margin-top:24px;display:flex}.pre-export-resources__form label{font-size:14px;font-weight:500;color:#9ca3af;flex-direction:column;gap:7px;line-height:1;margin-top:10px;font-family:var(--font-montserrat);display:flex}.pre-export-resources__form input,.pre-export-resources__form select{height:54px;padding:0 16px;font-size:16px;border:1px solid #e5ebf5;color:#090b21;outline:none;border-radius:14px;background:#fff;font-family:var(--font-montserrat)}.pre-export-resources__actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:25px;display:grid}.pre-export-resources__button{height:54px;font-size:16px;border:1px solid transparent;font-weight:500;border-radius:999px;cursor:pointer;line-height:1;font-family:var(--font-montserrat)}.pre-export-resources__button--primary{color:#fff;background:#011e64}.pre-export-resources__button--secondary{border-color:#b8c8e6;color:#193d8f;background:transparent}.pre-export-resources__map{position:relative;margin:-80px auto 60px;width:100%;z-index:0}@media (max-width:1100px){.pre-export-resources__container{grid-template-columns:1fr}.pre-export-resources__right{max-width:780px}.pre-export-resources__map{display:none}}@media (max-width:960px){.pre-export-resources{padding:56px 24px}.pre-export-resources__title{font-size:clamp(34px,8vw,48px)}.pre-export-resources__item-content h3{font-size:19px}.pre-export-resources__form-title{font-size:clamp(28px,7vw,38px)}.pre-export-resources__actions{grid-template-columns:1fr}}.all-export-dimensions{padding:96px 40px;background-color:#fff}.all-export-dimensions__container{grid-template-columns:1fr 1.3fr;max-width:1280px;gap:60px;margin:0 auto;align-items:center;display:grid}.all-export-dimensions__visual{container-name:export-dimensions-visual;container-type:inline-size;position:relative;border-radius:24px}.all-export-dimensions__image{height:auto;width:100%;display:block}.all-export-dimensions__orbits{pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0}.all-export-dimensions__orbit{height:0;position:absolute;top:50%;left:50%;width:0}.all-export-dimensions__orbit-rotor{animation:all-export-dimensions-orbit var(--orbit-duration,40s) linear infinite;height:0;position:absolute;will-change:transform;top:0;transform-origin:0 0;left:0;width:0}@keyframes all-export-dimensions-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 1turn)))}}@keyframes all-export-dimensions-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 1turn)))}}.all-export-dimensions__orbit-arm{height:var(--orbit-icon-size,10cqi);transform:translate(var(--orbit-r,20cqi)) translate(-50%,-50%);position:absolute;top:0;left:0;width:var(--orbit-icon-size,10cqi)}.all-export-dimensions__orbit-counter{animation:all-export-dimensions-orbit-counter var(--orbit-duration,40s) linear infinite;height:100%;will-change:transform;transform-origin:50% 50%;width:100%}.all-export-dimensions__circle-img{height:100%;object-fit:contain;width:100%;display:block}@media (prefers-reduced-motion:reduce){.all-export-dimensions__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.all-export-dimensions__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}.all-export-dimensions__content{flex-direction:column;gap:24px;align-items:flex-start;display:flex}.all-export-dimensions__headline{font-size:60px;font-weight:700;font-weight:400;color:#011e64;margin:0;line-height:1.1;font-family:var(--font-montserrat)}.all-export-dimensions__headline strong{font-weight:700;font-style:italic}.all-export-dimensions__subtext{font-size:20px;font-weight:400;color:#1a202c;margin:0;line-height:1.55;font-family:var(--font-montserrat)}.all-export-dimensions__button{padding:14px 28px;font-size:12px;border:none;font-weight:700;color:#fff;background-color:#011e64;border-radius:9999px;cursor:pointer;line-height:1;margin-top:4px;font-family:var(--font-montserrat)}.all-export-dimensions__placeholders{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin-top:16px;display:grid}.all-export-dimensions__placeholder-link{justify-content:center;right:0;transition:transform .3s;position:absolute;bottom:0;align-items:center;display:flex}.all-export-dimensions__placeholder-link:hover{transform:rotate(-45deg)}.all-export-dimensions__placeholder{min-height:206px;padding:16px 16px 0;position:relative;border-radius:18px;background:#f4f4f5;background:url(https://quantummachine.info/home/dimensions/box-bg-white.png) no-repeat 50%;background-size:cover}.all-export-dimensions__placeholder-title{font-size:16px;color:#708eb7;font-family:var(--font-montserrat)}.all-export-dimensions__placeholder-description{font-size:14px;font-weight:500;color:#1a202c;font-family:var(--font-montserrat)}.all-export-dimensions__placeholder--tint{background:url(https://quantummachine.info/home/dimensions/box-bg-colored.png) no-repeat 50%;background-size:cover}@media (max-width:1024px){.all-export-dimensions__container{grid-template-columns:1fr;gap:48px}.all-export-dimensions__headline{font-size:44px}}@media (max-width:640px){.all-export-dimensions{padding:64px 24px}.all-export-dimensions__headline{font-size:32px}.all-export-dimensions__subtext{font-size:16px}.all-export-dimensions__placeholders{grid-template-columns:1fr}}.hero-one{padding:calc(var(--header-height) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.hero-one__inner{min-height:620px;grid-template-columns:1fr 1fr;max-width:1280px;gap:24px;margin:0 auto;align-items:center;display:grid}.hero-one__title{font-size:clamp(38px,5vw,60px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:Montserrat,sans-serif}.hero-one__accent{font-weight:700;font-style:italic;color:#1279ff}.hero-one__description{font-size:20px;color:#5f6376;max-width:510px;margin:24px 0 0;line-height:1.6;font-family:var(--font-plus-jakarta)}.hero-one__badges{flex-wrap:wrap;max-width:680px;gap:10px 12px;margin-top:28px;display:flex}.hero-one__badge{padding:12px 30px;justify-content:center;font-size:13px;font-weight:700;color:#101217;letter-spacing:-.01em;align-items:center;border-radius:999px;background:#fff;line-height:1.1;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.hero-one__badge--active{color:#fff;background:#0f1013}.hero-one__actions{gap:12px;margin-top:34px;display:flex}.hero-one__button{height:56px;padding:0 30px;font-size:17px;text-decoration:none;font-weight:700;border-radius:999px;cursor:pointer;line-height:56px;font-family:Plus Jakarta Sans,sans-serif}.hero-one__button--primary{border:0;color:#fff;background:#012571}.hero-one__button--secondary{border:1px solid #012571;color:#012571;background:transparent}.hero-one__visual{min-height:520px;container-type:inline-size;position:relative;place-items:center;display:grid}.hero-one__visual-bg{height:auto;object-fit:contain;width:min(100%,680px)}.hero-one__orbits{pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0}.hero-one__orbit{height:0;position:absolute;top:50%;left:50%;width:0}.hero-one__orbit-rotor{animation:hero-one-orbit var(--orbit-duration,40s) linear infinite;height:0;position:absolute;will-change:transform;top:0;transform-origin:0 0;left:0;width:0}@keyframes hero-one-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 1turn)))}}@keyframes hero-one-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 1turn)))}}.hero-one__orbit-arm{height:var(--orbit-icon-size,10cqi);transform:translate(var(--orbit-r,20cqi)) translate(-50%,-50%);position:absolute;top:0;left:0;width:var(--orbit-icon-size,10cqi)}.hero-one__orbit-counter{animation:hero-one-orbit-counter var(--orbit-duration,40s) linear infinite;height:100%;will-change:transform;transform-origin:50% 50%;width:100%}.hero-one__circle-img{height:100%;object-fit:contain;width:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-one__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-one__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width:1100px){.hero-one__inner{grid-template-columns:1fr}.hero-one__content{max-width:100%}.hero-one__visual{display:none}}@media (max-width:640px){.hero-one__badges{gap:8px}.hero-one__badge{padding:7px 14px;font-size:11px}.hero-one__actions{flex-direction:column}.hero-one__button{text-align:center;width:auto}}.hero-two{padding:calc(var(--header-height) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.hero-two__inner{min-height:620px;grid-template-columns:1fr .75fr;max-width:1280px;gap:24px;margin:0 auto;align-items:center;display:grid}.hero-two__title{font-size:clamp(38px,5vw,60px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:Montserrat,sans-serif}.hero-two__accent{font-weight:700;font-style:italic;color:#1279ff}.hero-two__description{font-size:20px;color:#5f6376;max-width:510px;margin:24px 0 0;line-height:1.6;font-family:var(--font-plus-jakarta)}.hero-two__badges{flex-wrap:wrap;max-width:680px;gap:10px 12px;margin-top:28px;display:flex}.hero-two__badge{padding:12px 30px;justify-content:center;font-size:13px;font-weight:700;color:#101217;letter-spacing:-.01em;align-items:center;border-radius:999px;background:#fff;line-height:1.1;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.hero-two__badge--active{color:#fff;background:#0f1013}.hero-two__actions{gap:12px;margin-top:34px;display:flex}.hero-two__button{height:56px;padding:0 30px;font-size:17px;text-decoration:none;font-weight:700;border-radius:999px;cursor:pointer;line-height:56px;font-family:Plus Jakarta Sans,sans-serif}.hero-two__button--primary{border:0;color:#fff;background:#012571}.hero-two__button--secondary{border:1px solid #012571;color:#012571;background:transparent}.hero-two__visual{min-height:520px;container-type:inline-size;position:relative;place-items:center;display:grid}.hero-two__visual-bg{height:auto;object-fit:contain;width:min(100%,680px)}.hero-two__orbits{pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0}.hero-two__orbit{height:0;position:absolute;top:50%;left:50%;width:0}.hero-two__orbit-rotor{animation:hero-two-orbit var(--orbit-duration,40s) linear infinite;height:0;position:absolute;will-change:transform;top:0;transform-origin:0 0;left:0;width:0}@keyframes hero-two-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 1turn)))}}@keyframes hero-two-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 1turn)))}}.hero-two__orbit-arm{height:var(--orbit-icon-size,10cqi);transform:translate(var(--orbit-r,20cqi)) translate(-50%,-50%);position:absolute;top:0;left:0;width:var(--orbit-icon-size,10cqi)}.hero-two__orbit-counter{animation:hero-two-orbit-counter var(--orbit-duration,40s) linear infinite;height:100%;will-change:transform;transform-origin:50% 50%;width:100%}.hero-two__circle-img{height:100%;object-fit:contain;width:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-two__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-two__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width:1100px){.hero-two__inner{grid-template-columns:1fr}.hero-two__content{max-width:100%}.hero-two__visual{display:none}}@media (max-width:640px){.hero-two__badges{gap:8px}.hero-two__badge{padding:7px 14px;font-size:11px}.hero-two__actions{flex-direction:column}.hero-two__button{text-align:center;width:auto}}.integrated-strategy-section{padding:24px 40px 96px;background:#f8fbff}.integrated-strategy-section__container{max-width:1280px;margin:0 auto}.integrated-strategy-section__top{grid-template-columns:1fr 1fr;gap:36px;align-items:start;display:grid}.integrated-strategy-section__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.24em;margin:0;line-height:1;font-family:var(--font-montserrat)}.integrated-strategy-section__title{font-size:clamp(38px,4.2vw,62px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:14px 0 0;line-height:1.04;font-family:var(--font-montserrat)}.integrated-strategy-section__title span{font-style:italic;color:#0b2d6b}.integrated-strategy-section__intro{font-size:18px;font-weight:500;color:#2d394f;margin:0;line-height:1.7;font-family:var(--font-montserrat)}.integrated-strategy-section__grid{grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-top:34px;display:grid}.integrated-strategy-section__left,.integrated-strategy-section__right{padding:0}.integrated-strategy-section__left-header{justify-content:space-between;align-items:center;display:flex}.integrated-strategy-section__panel-eyebrow{font-size:20px;font-weight:700;color:#000;text-transform:uppercase;margin:0;line-height:1;font-family:var(--font-montserrat)}.integrated-strategy-section__controls{gap:8px;display:flex}.integrated-strategy-section__controls button{height:34px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:34px;display:flex}.integrated-strategy-section__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.integrated-strategy-section__controls button svg{height:18px;width:18px}.integrated-strategy-section__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.integrated-strategy-section__description{font-size:14px;font-weight:500;color:#3e4a63;margin:14px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.integrated-strategy-section__carousel-wrap{height:280px;margin-top:20px}.integrated-strategy-section__carousel{height:100%;padding:4px 0 4px 4px}.integrated-strategy-section__carousel .swiper-slide{height:auto;transform:scale(.85);transition:transform .35s ease;opacity:.6;transform-origin:left center}.integrated-strategy-section__carousel .swiper-slide.swiper-slide-active{transform:scale(1);opacity:1}.integrated-strategy-section__slide-item{gap:22px;align-items:flex-start;display:flex}.integrated-strategy-section__slide-index{height:44px;flex-shrink:0;padding:0;justify-content:center;font-size:18px;border:0;font-weight:700;color:#0080ff;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:44px;font-family:var(--font-montserrat);display:flex}.integrated-strategy-section__slide-index:before{height:64px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:64px;z-index:-1}.integrated-strategy-section__slide-content{position:relative;flex-direction:column;width:calc(100% - 66px);display:flex}.integrated-strategy-section__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:44px;background-color:#d8e5fb;border-radius:20px;left:22px;width:1px;z-index:0}.integrated-strategy-section__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.integrated-strategy-section__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.integrated-strategy-section__slide-title{font-size:26px;font-weight:700;color:#0f1d35;line-height:1.2;margin-top:8px;font-family:var(--font-montserrat)}.integrated-strategy-section__slide-description{font-size:16px;font-weight:500;color:#5a6478;margin:8px 0 0;line-height:1.65;font-family:var(--font-montserrat)}.integrated-strategy-section__stats{flex-direction:column;gap:8px;margin-top:18px;display:flex}.integrated-strategy-section__stat{overflow:hidden;padding:14px 18px 14px 92px;border:1px solid #dde5ef;position:relative;border-radius:12px;background:#fbfdff}.integrated-strategy-section__stat:before{transform:translateY(-50%);pointer-events:none;font-size:72px;font-weight:700;color:#0b2d6b;content:attr(data-index);position:absolute;opacity:.12;letter-spacing:-.04em;top:50%;left:-20px;line-height:1;-webkit-user-select:none;user-select:none;font-family:var(--font-montserrat)}.integrated-strategy-section__stat-content{flex-direction:column;gap:0;display:flex}.integrated-strategy-section__stat-title{font-size:16px;font-weight:700;color:#0f1d35;margin:0;line-height:1.3;font-family:var(--font-montserrat)}.integrated-strategy-section__stat-text{font-size:13px;font-weight:500;color:#4b5870;margin:5px 0 0;line-height:1.55;font-family:var(--font-montserrat)}.integrated-strategy-section__stat-badge{padding:5px 8px;font-size:10px;border:1px solid #dde5ef;font-weight:700;color:#0b2d6b;align-self:flex-start;letter-spacing:.08em;border-radius:5px;background:#f5f8fd;line-height:1;margin-top:8px;white-space:nowrap;font-family:var(--font-montserrat);display:inline-block}@media (max-width:960px){.integrated-strategy-section{padding:20px 24px 56px}.integrated-strategy-section__grid,.integrated-strategy-section__top{grid-template-columns:1fr;gap:24px}.integrated-strategy-section__left,.integrated-strategy-section__right{padding:0}.integrated-strategy-section__carousel-wrap{height:240px}}.export-support-programs{padding:24px 40px 96px;background:#f8fbff}.export-support-programs__container{max-width:1280px;margin:0 auto}.export-support-programs__intro{grid-template-columns:56px 1fr;gap:18px;align-items:start;display:grid}.export-support-programs__index{font-size:clamp(34px,3.4vw,52px);font-weight:500;color:#dbe4f1;letter-spacing:-.02em;margin:6px 0 0;line-height:1;font-family:var(--font-montserrat)}.export-support-programs__badge{padding:10px 14px;font-size:11px;border:1px solid #dbe5f2;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.24em;margin:0;background:#f5f8fd;line-height:1;font-family:var(--font-montserrat);display:inline-block}.export-support-programs__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:18px 0 0;line-height:1.08;font-family:var(--font-montserrat)}.export-support-programs__title span{font-style:italic;color:#0b2d6b}.export-support-programs__grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:20px;align-items:start;margin-top:28px;display:grid}.export-support-programs__main{padding:28px;border:1px solid #dbe5f2;border-radius:22px;background:#fff}.export-support-programs__eyebrow{font-size:20px;font-weight:700;color:#000;text-transform:uppercase;margin:0;line-height:1;font-family:var(--font-montserrat)}.export-support-programs__description{font-size:15px;font-weight:500;color:#3e4a63;margin:18px 0 0;line-height:1.55;font-family:var(--font-montserrat)}.export-support-programs__table-wrap{overflow:hidden;border:1px solid #dbe5f2;border-radius:14px;margin-top:20px}.export-support-programs__table{border-collapse:collapse;background:#fff;width:100%}.export-support-programs__table thead tr{background:#f5f8fd}.export-support-programs__table td,.export-support-programs__table th{padding:15px 16px;border-bottom:1px solid #dbe5f2;text-align:left;font-family:var(--font-montserrat)}.export-support-programs__table th{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.2em;line-height:1.2}.export-support-programs__table td{font-size:14px;font-weight:500;color:#0f1d35;line-height:1.45}.export-support-programs__table tbody tr td:first-child{width:50%}.export-support-programs__table tbody tr td:nth-child(2){font-size:18px;font-weight:500;color:#0b2d6b;width:22%;line-height:1}.export-support-programs__table tbody tr td:nth-child(3){font-size:14px;font-weight:500;color:#5f6c82;width:28%}.export-support-programs__table tbody tr:last-child td{border-bottom:0}.export-support-programs__side{flex-direction:column;gap:14px;display:flex}.export-support-programs__card{padding:22px 22px 18px;border:1px solid #dbe5f2;border-radius:16px;background:#f5f8fd}.export-support-programs__card--compact{background:#fff}.export-support-programs__card-eyebrow{font-size:20px;font-weight:700;color:#000;text-transform:uppercase;margin:0;line-height:1;font-family:var(--font-montserrat)}.export-support-programs__list{list-style:none;padding:0;margin:14px 0 0}.export-support-programs__list li{padding:16px 0 16px 18px;font-size:15px;color:#2d394f;position:relative;border-bottom:1px solid #dbe5f2;margin:0;line-height:1.55;font-family:var(--font-montserrat)}.export-support-programs__list li:before{height:6px;content:"";position:absolute;top:25px;border-radius:999px;background:#0b2d6b;left:0;width:6px}.export-support-programs__list li:last-child{border-bottom:0;padding-bottom:0}.export-support-programs__card-text{font-size:15px;font-weight:500;color:#3e4a63;margin:16px 0 0;line-height:1.55;font-family:var(--font-montserrat)}@media (max-width:1080px){.export-support-programs__grid{grid-template-columns:1fr}}@media (max-width:960px){.export-support-programs{padding:20px 24px 56px}.export-support-programs__intro{grid-template-columns:1fr;gap:10px}.export-support-programs__index{margin-top:0}.export-support-programs__main{overflow:auto;padding:20px}.export-support-programs__table-wrap{overflow-x:auto}.export-support-programs__table{min-width:680px}.export-support-programs__card-text,.export-support-programs__description{font-size:14px}.export-support-programs__table td{font-size:15px}.export-support-programs__table tbody tr td:nth-child(2){font-size:22px}.export-support-programs__list li{font-size:15px}}.serbest-bolge{padding:24px 40px;background:#f8fbff}.serbest-bolge__container{max-width:1280px;margin:0 auto}.serbest-bolge__top{grid-template-columns:1fr 1fr;gap:36px;align-items:start;display:grid}.serbest-bolge__intro{grid-template-columns:56px 1fr;gap:18px;align-items:start;display:grid}.serbest-bolge__index{font-size:clamp(34px,3.4vw,52px);font-weight:500;color:#dbe4f1;letter-spacing:-.02em;margin:6px 0 0}.serbest-bolge__badge,.serbest-bolge__index{line-height:1;font-family:var(--font-montserrat)}.serbest-bolge__badge{padding:10px 14px;font-size:11px;border:1px solid #dbe5f2;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.24em;margin:0;background:#f5f8fd;display:inline-block}.serbest-bolge__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:18px 0 0;line-height:1.08;font-family:var(--font-montserrat)}.serbest-bolge__title span{font-style:italic;color:#0b2d6b}.serbest-bolge__description{font-size:18px;font-weight:500;color:#2d394f;margin:0;line-height:1.7;font-family:var(--font-montserrat)}.serbest-bolge__grid{overflow:hidden;grid-template-columns:repeat(3,1fr);border:1px solid #dbe5f2;border-radius:16px;background:#fff;margin-top:32px;display:grid}.serbest-bolge__card{border-right:1px solid #dbe5f2;padding:28px 26px 24px;border-bottom:1px solid #dbe5f2;flex-direction:column;gap:0;display:flex}.serbest-bolge__card:nth-child(3n){border-right:none}.serbest-bolge__card:nth-child(4),.serbest-bolge__card:nth-child(5),.serbest-bolge__card:nth-child(6){border-bottom:none}.serbest-bolge__icon-box{height:42px;flex-shrink:0;justify-content:center;border:1px solid #dbe5f2;color:#3e4a63;align-items:center;border-radius:10px;background:#eef2fa;width:42px;display:flex}.serbest-bolge__card-title{font-size:16px;font-weight:700;color:#0e1628;margin:18px 0 0;line-height:1.3;font-family:var(--font-montserrat)}.serbest-bolge__card-text{flex:1;font-size:14px;font-weight:500;color:#3e4a63;margin:10px 0 0;line-height:1.6;font-family:var(--font-montserrat)}.serbest-bolge__card-pill{padding:7px 11px;font-size:11px;border:1px solid #dbe5f2;font-weight:700;color:#0b2d6b;align-self:flex-start;letter-spacing:.06em;border-radius:6px;background:#f5f8fd;line-height:1;margin-top:18px;font-family:var(--font-montserrat);display:inline-block}.serbest-bolge__footer-note{padding:16px 20px;border:1px solid #dbe5f2;border-radius:12px;background:#f5f8fd;margin-top:16px}.serbest-bolge__footer-note p{font-size:14px;font-weight:500;color:#3e4a63;margin:0;line-height:1.6;font-family:var(--font-montserrat)}.serbest-bolge__footer-note strong{font-weight:700;color:#0e1628}@media (max-width:1080px){.serbest-bolge__grid{grid-template-columns:repeat(2,1fr)}.serbest-bolge__card:nth-child(3n){border-right:1px solid #dbe5f2}.serbest-bolge__card:nth-child(2n){border-right:none}.serbest-bolge__card:nth-child(4),.serbest-bolge__card:nth-child(5),.serbest-bolge__card:nth-child(6){border-bottom:1px solid #dbe5f2}.serbest-bolge__card:nth-child(5),.serbest-bolge__card:nth-child(6){border-bottom:none}}@media (max-width:960px){.serbest-bolge{padding:20px 24px 48px}.serbest-bolge__top{grid-template-columns:1fr;gap:20px}.serbest-bolge__intro{grid-template-columns:1fr;gap:10px}.serbest-bolge__index{margin-top:0}}@media (max-width:640px){.serbest-bolge__grid{grid-template-columns:1fr}.serbest-bolge__card{border-right:none;border-bottom:1px solid #dbe5f2}.serbest-bolge__card:last-child{border-bottom:none}}.dir-section{padding:24px 40px 72px;background:#f8fbff}.dir-section__container{max-width:1280px;margin:0 auto}.dir-section__intro{grid-template-columns:56px 1fr;gap:18px;align-items:start;display:grid}.dir-section__index{font-size:clamp(34px,3.4vw,52px);font-weight:500;color:#dbe4f1;letter-spacing:-.02em;margin:6px 0 0}.dir-section__badge,.dir-section__index{line-height:1;font-family:var(--font-montserrat)}.dir-section__badge{padding:10px 14px;font-size:11px;border:1px solid #dbe5f2;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.24em;margin:0;background:#f5f8fd;display:inline-block}.dir-section__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:18px 0 0;line-height:1.08;font-family:var(--font-montserrat)}.dir-section__title span{font-style:italic;color:#0b2d6b}.dir-section__grid{overflow:hidden;grid-template-columns:1fr 1fr;border:1px solid #dbe5f2;border-radius:24px;background:#fff;margin-top:28px;display:grid}.dir-section__left,.dir-section__right{padding:34px 36px 40px}.dir-section__left{border-right:1px solid #dbe5f2}.dir-section__panel-eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0;align-items:center;line-height:1;font-family:var(--font-montserrat);display:flex}.dir-section__panel-eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#9a7c3a;width:22px;display:block}.dir-section__subheading{font-size:20px;font-weight:700;color:#0e1628;margin:18px 0 0;line-height:1.3;font-family:var(--font-montserrat)}.dir-section__description{font-size:14px;font-weight:500;color:#3e4a63;margin:14px 0 0;line-height:1.65;font-family:var(--font-montserrat)}.dir-section__table-wrap{margin-top:22px}.dir-section__table-head{grid-template-columns:1fr 1fr;padding:0 0 8px;border-bottom:1px solid #dbe5f2;display:grid}.dir-section__table-head span{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.2em;font-family:var(--font-montserrat)}.dir-section__table-row{grid-template-columns:1fr 1fr;padding:13px 0;border-bottom:1px solid #dbe5f2;align-items:center;display:grid}.dir-section__table-row:last-child{border-bottom:none}.dir-section__table-row span:first-child,.dir-section__table-status{font-size:14px;font-weight:500;color:#3e4a63;line-height:1.4;font-family:var(--font-montserrat)}.dir-section__table-row[data-highlight] .dir-section__table-status{font-weight:700;color:#8b6720}.dir-section__steps{flex-direction:column;gap:0;margin-top:18px;display:flex}.dir-section__step{grid-template-columns:36px 1fr;padding:14px 0;border-bottom:1px solid #dbe5f2;gap:14px;align-items:start;display:grid}.dir-section__step:last-child{border-bottom:none}.dir-section__step-num{height:28px;flex-shrink:0;justify-content:center;font-size:11px;border:1px solid #dbe5f2;color:#5f6376;letter-spacing:.05em;align-items:center;border-radius:6px;background:#f5f8fd;width:28px;margin-top:1px;display:inline-flex}.dir-section__step-num,.dir-section__step-title{font-weight:700;font-family:var(--font-montserrat)}.dir-section__step-title{font-size:15px;color:#0e1628;margin:0;line-height:1.3}.dir-section__step-text{font-size:13px;font-weight:500;color:#3e4a63;margin:6px 0 0;line-height:1.6;font-family:var(--font-montserrat)}.dir-section__baz-card{padding:18px 20px;border:1px solid #dbe5f2;border-radius:14px;background:#f5f8fd;margin-top:18px}.dir-section__baz-eyebrow{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:var(--font-montserrat)}.dir-section__baz-text{font-size:14px;font-weight:500;color:#2d394f;margin:10px 0 0;line-height:1.65;font-family:var(--font-montserrat)}@media (max-width:960px){.dir-section{padding:20px 24px 56px}.dir-section__intro{grid-template-columns:1fr;gap:10px}.dir-section__index{margin-top:0}.dir-section__grid{grid-template-columns:1fr}.dir-section__left{border-right:none;border-bottom:1px solid #dbe5f2}.dir-section__left,.dir-section__right{padding:24px 20px 28px}}.eximbank-credits{padding:24px 40px 72px;background:#f8fbff}.eximbank-credits__container{max-width:1280px;margin:0 auto}.eximbank-credits__top{grid-template-columns:1fr 1fr;gap:36px;align-items:start;display:grid}.eximbank-credits__intro{grid-template-columns:56px 1fr;gap:18px;align-items:start;display:grid}.eximbank-credits__index{font-size:clamp(34px,3.4vw,52px);font-weight:500;color:#dbe4f1;letter-spacing:-.02em;margin:6px 0 0;line-height:1;font-family:var(--font-montserrat)}.eximbank-credits__badge{padding:10px 14px;font-size:11px;border:1px solid #dbe5f2;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.24em;margin:0;background:#f5f8fd;line-height:1;font-family:var(--font-montserrat);display:inline-block}.eximbank-credits__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:18px 0 0;line-height:1.08;font-family:var(--font-montserrat)}.eximbank-credits__title span{font-style:italic;color:#0b2d6b}.eximbank-credits__description{font-size:18px;font-weight:500;color:#2d394f;margin:0;line-height:1.7;font-family:var(--font-montserrat)}.eximbank-credits__grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:20px;align-items:start;margin-top:32px;display:grid}.eximbank-credits__accordion{overflow:hidden;border:1px solid #dbe5f2;border-radius:16px;background:#fff}.eximbank-credits__accordion-item{border-bottom:1px solid #dbe5f2}.eximbank-credits__accordion-item:last-child{border-bottom:none}.eximbank-credits__accordion-trigger{padding:18px 22px;justify-content:space-between;border:none;transition:background .18s;gap:16px;text-align:left;align-items:center;background:none;cursor:pointer;width:100%;display:flex}.eximbank-credits__accordion-trigger:hover{background:#f8fbff}.eximbank-credits__accordion-category{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:var(--font-montserrat)}.eximbank-credits__accordion-title{font-size:18px;font-weight:700;color:#0e1628;margin:6px 0 0;line-height:1.3;font-family:var(--font-montserrat)}.eximbank-credits__accordion-icon{height:28px;flex-shrink:0;justify-content:center;font-size:20px;border:1px solid #dbe5f2;font-weight:300;color:#3e4a63;align-items:center;border-radius:50%;background:#f5f8fd;width:28px;line-height:1;display:flex}.eximbank-credits__accordion-body{transition:grid-template-rows .3s ease;grid-template-rows:0fr;display:grid}.eximbank-credits__accordion-item[data-open] .eximbank-credits__accordion-body{grid-template-rows:1fr}.eximbank-credits__accordion-body-inner{overflow:hidden;padding:0 22px;transition:padding .3s ease}.eximbank-credits__accordion-item[data-open] .eximbank-credits__accordion-body-inner{padding:0 22px 22px}.eximbank-credits__accordion-desc{font-size:14px;font-weight:500;color:#3e4a63;margin:0;line-height:1.65;font-family:var(--font-montserrat)}.eximbank-credits__detail-rows{border-top:1px solid #eef2f9;margin-top:16px}.eximbank-credits__detail-row{padding:12px 0;justify-content:space-between;border-bottom:1px solid #eef2f9;gap:16px;align-items:center;display:flex}.eximbank-credits__detail-row:last-child{border-bottom:none}.eximbank-credits__detail-label{font-size:13px;font-weight:500;color:#5f6376;font-family:var(--font-montserrat)}.eximbank-credits__detail-value{font-size:14px;font-weight:700;color:#0b2d6b;text-align:right;font-family:var(--font-montserrat)}.eximbank-credits__side{flex-direction:column;gap:14px;display:flex}.eximbank-credits__advantages-card{padding:24px;border:1px solid #c5d8f0;border-radius:20px;background:linear-gradient(180deg,#eef4ff,#e8f0fb)}.eximbank-credits__advantages-eyebrow{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:var(--font-montserrat)}.eximbank-credits__advantages-list{list-style:none;padding:0;margin:14px 0 0}.eximbank-credits__advantage-item{padding:13px 0;font-size:13px;font-weight:500;color:#3e4a63;border-bottom:1px solid rgba(11,45,107,.08);gap:12px;align-items:flex-start;line-height:1.55;font-family:var(--font-montserrat);display:flex}.eximbank-credits__advantage-item:last-child{border-bottom:none;padding-bottom:0}.eximbank-credits__advantage-dot{height:10px;flex-shrink:0;border-radius:3px;width:10px;margin-top:3px}.eximbank-credits__advantage-item strong{font-weight:700;color:#0e1628}.eximbank-credits__insurance-card{padding:22px;border:1px solid #dbe5f2;border-radius:16px;background:#fff}.eximbank-credits__insurance-eyebrow{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:var(--font-montserrat)}.eximbank-credits__insurance-desc{font-size:13px;font-weight:500;color:#3e4a63;margin:12px 0 0;line-height:1.6;font-family:var(--font-montserrat)}.eximbank-credits__risk-boxes{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.eximbank-credits__risk-box{padding:14px;border:1px solid #dbe5f2;flex-direction:column;gap:4px;text-align:center;align-items:center;border-radius:10px;background:#f5f8fd;display:flex}.eximbank-credits__risk-label{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.1em;font-family:var(--font-montserrat)}.eximbank-credits__risk-value{font-size:32px;font-weight:700;color:#0b2d6b;letter-spacing:-.02em;line-height:1;font-family:var(--font-montserrat)}.eximbank-credits__risk-note{font-size:11px;font-weight:500;color:#8a95a8;font-family:var(--font-montserrat)}.eximbank-credits__insurance-note{padding:12px 14px;font-size:13px;border:1px solid #dbe5f2;font-weight:500;color:#3e4a63;margin:14px 0 0;border-radius:8px;background:#f8fbff;line-height:1.6;font-family:var(--font-montserrat)}@media (max-width:1080px){.eximbank-credits__grid{grid-template-columns:1fr}}@media (max-width:960px){.eximbank-credits{padding:20px 24px 56px}.eximbank-credits__top{grid-template-columns:1fr;gap:20px}.eximbank-credits__intro{grid-template-columns:1fr;gap:10px}.eximbank-credits__index{margin-top:0}}.ism{padding:64px 40px 80px;background:#f8fbff}.ism__container{max-width:1280px;margin:0 auto}.ism__top{grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding-bottom:48px;display:grid}.ism__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0;align-items:center;font-family:var(--font-montserrat);display:flex}.ism__eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#c9a227;width:22px;display:block}.ism__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:18px 0 0;line-height:1.08;font-family:var(--font-montserrat)}.ism__title span{font-style:italic;color:#0b2d6b}.ism__intro{font-size:18px;font-weight:500;color:#2d394f;align-self:end;margin:0;line-height:1.7;font-family:var(--font-montserrat)}.ism__panels{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:16px;align-items:start;display:grid}.ism__left{padding:32px;border:1px solid #dbe5f2;border-radius:20px;background:#fff}.ism__panel-eyebrow{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0;align-items:center;font-family:var(--font-montserrat);display:flex}.ism__panel-eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#c9a227;width:18px;display:block}.ism__panel-title{font-size:clamp(22px,2.4vw,32px);font-weight:500;color:#0e1628;letter-spacing:-.01em;margin:16px 0 0;line-height:1.2;font-family:var(--font-montserrat)}.ism__panel-title span{font-style:italic;color:#0b2d6b}.ism__panel-desc{font-size:14px;font-weight:500;color:#3e4a63;margin:14px 0 0;line-height:1.65;font-family:var(--font-montserrat)}.ism__steps{flex-direction:column;margin-top:28px;display:flex}.ism__step{grid-template-columns:32px 1fr;padding:14px 0;border-top:1px solid #dde5ef;gap:12px;align-items:start;display:grid}.ism__step-num{padding-top:2px;font-size:11px;color:#b0bfd4;letter-spacing:.08em}.ism__step-num,.ism__step-title{font-weight:700;font-family:var(--font-montserrat)}.ism__step-title{font-size:15px;color:#0e1628;margin:0;line-height:1.3}.ism__step-text{font-size:13px;font-weight:500;color:#3e4a63;margin:5px 0 0;line-height:1.55;font-family:var(--font-montserrat)}.ism__right{padding:32px;border:1px solid #dbe5f2;border-radius:20px;background:#fff}.ism__matrix{margin-top:18px}.ism__matrix-head{grid-template-columns:1.1fr 1.6fr 1fr;padding:0 0 10px;border-bottom:1px solid #dbe5f2;display:grid}.ism__matrix-head span{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.2em;font-family:var(--font-montserrat)}.ism__matrix-row{grid-template-columns:1.1fr 1.6fr 1fr;padding:13px 0;border-bottom:1px solid #eef2f9;align-items:center;display:grid}.ism__matrix-row:last-child{border-bottom:none}.ism__matrix-program{font-size:14px;font-weight:700;color:#0e1628;line-height:1.3;font-family:var(--font-montserrat)}.ism__matrix-kapsam{font-size:13px;font-weight:500;color:#3e4a63;line-height:1.4;font-family:var(--font-montserrat)}.ism__matrix-oran{font-size:15px;font-weight:700;color:#0b2d6b;letter-spacing:-.01em;text-align:right;font-family:var(--font-montserrat)}.ism__pricing{padding:16px 18px;border:1px solid rgba(201,162,39,.3);border-radius:12px;background:#c9a22714;margin-top:18px}.ism__pricing-eyebrow{font-size:10px;font-weight:700;color:#c9a227;text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:var(--font-montserrat)}.ism__pricing-text{font-size:14px;font-weight:500;color:#3e4a63;margin:10px 0 0;line-height:1.6;font-family:var(--font-montserrat)}.ism__pricing-text strong{font-weight:700;color:#0e1628}@media (max-width:1080px){.ism__panels{grid-template-columns:1fr}}@media (max-width:960px){.ism{padding:48px 24px 56px}.ism__top{grid-template-columns:1fr;gap:24px;padding-bottom:32px}.ism__left,.ism__right{padding:24px 20px}}.app-workflow{padding:24px 40px 96px;background:#f8fbff}.app-workflow__container{max-width:1280px;margin:0 auto}.app-workflow__top{grid-template-columns:1fr 1fr;gap:28px;align-items:start;display:grid}.app-workflow__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0;align-items:center;line-height:1;font-family:var(--font-montserrat);display:flex}.app-workflow__eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#c9a227;width:22px;display:block}.app-workflow__title{font-size:clamp(38px,4vw,62px);font-weight:500;color:#101217;letter-spacing:-.02em;margin:12px 0 0;line-height:1.05;font-family:var(--font-montserrat)}.app-workflow__title span{font-style:italic;color:#012571}.app-workflow__description{justify-self:end;font-size:16px;font-weight:500;color:#5f6376;max-width:520px;margin:10px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.app-workflow__swiper-row{gap:12px;align-items:flex-start;margin-top:28px;display:flex}.app-workflow__controls{padding-top:22px;flex-direction:row;gap:8px;display:flex}.app-workflow__controls--mobile{padding-top:0;margin-top:16px;display:none}.app-workflow__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.app-workflow__controls button svg{height:20px;width:20px}.app-workflow__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.app-workflow__carousel-wrap{flex:1;height:480px}.app-workflow__carousel{height:100%;padding:20px 0}.app-workflow__carousel .swiper-slide{height:auto}.app-workflow__slide-item{gap:24px;align-items:flex-start;padding-left:15px;display:flex}.app-workflow__slide-index{height:46px;padding:0;justify-content:center;font-size:22px;border:0;font-weight:700;color:#0080ff;transition:transform .35s;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:46px;font-family:var(--font-montserrat);display:flex}.app-workflow__slide-index:before{height:68px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:68px;z-index:-1}.app-workflow__slide-content{transition:opacity .35s;position:relative;border-bottom:1px solid #e2eaf6;flex-direction:column;padding-bottom:28px;width:calc(100% - 64px);display:flex}.app-workflow__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:40px;background-color:#d8e5fb;border-radius:20px;left:35px;width:1px;z-index:0}.app-workflow__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.app-workflow__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.app-workflow__carousel .swiper-slide:not(.swiper-slide-active) .app-workflow__slide-index{transform:scale(.65)}.app-workflow__carousel .swiper-slide:not(.swiper-slide-active) .app-workflow__slide-content{opacity:.4}.app-workflow__slide-heading{flex-wrap:wrap;gap:12px;align-items:center;display:flex}.app-workflow__slide-heading h3{font-size:36px;font-weight:500;color:#111728;margin:0;line-height:1.18;font-family:var(--font-montserrat)}.app-workflow__slide-heading span{padding:7px 10px;font-size:12px;border:1px solid #dbe5f2;font-weight:700;color:#012571;text-transform:uppercase;letter-spacing:.1em;border-radius:6px;background:#f7faff;line-height:1;white-space:nowrap;font-family:var(--font-montserrat)}.app-workflow__slide-content p{font-size:16px;font-weight:500;color:#4d5a73;margin:10px 0 0;line-height:1.75;font-family:var(--font-montserrat)}.app-workflow__slide-output{padding:9px 12px;font-size:13px;border:1px solid #dbe5f2;font-weight:500;color:#5d6679;border-radius:8px;background:#f5f8fd;line-height:1.5;margin-top:12px;font-family:var(--font-montserrat)}@media (max-width:1100px){.app-workflow{padding:20px 24px 56px}.app-workflow__top{grid-template-columns:1fr}.app-workflow__description{justify-self:start;max-width:none}.app-workflow__controls--desktop{display:none}.app-workflow__controls--mobile{position:relative;margin-top:60px;display:flex;z-index:2}.app-workflow__carousel-wrap{height:600px}.app-workflow__slide-heading h3{font-size:26px}.app-workflow__slide-content p{font-size:14px}}.hero-four{padding:calc(var(--header-height) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.hero-four:before{height:80%;transform:translateY(20%);right:0;content:"";position:absolute;top:0;background:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp) no-repeat 100%;background-size:contain;width:30vw}.hero-four__inner{min-height:620px;grid-template-columns:1fr 1fr;max-width:1280px;gap:24px;margin:0 auto;align-items:center;display:grid}.hero-four__title{font-size:clamp(38px,5vw,60px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:Montserrat,sans-serif}.hero-four__accent{font-weight:700;font-style:italic;color:#1279ff}.hero-four__description{font-size:20px;color:#5f6376;max-width:510px;margin:24px 0 0;line-height:1.6;font-family:var(--font-plus-jakarta)}.hero-four__badge--active{color:#fff;background:#0f1013}.hero-four__actions{gap:12px;margin-top:34px;display:flex}.hero-four__button{height:56px;padding:0 30px;font-size:17px;text-decoration:none;font-weight:700;border-radius:999px;cursor:pointer;line-height:56px;font-family:Plus Jakarta Sans,sans-serif}.hero-four__button--primary{border:0;color:#fff;background:#012571}.hero-four__button--secondary{border:1px solid #012571;color:#012571;background:transparent}.hero-four__visual{min-height:520px;container-type:inline-size;position:relative;place-items:center;display:grid}.hero-four__visual-image{height:auto;object-fit:contain;width:min(100%,470px)}.hero-four__orbits{pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0}.hero-four__orbit{height:0;position:absolute;top:50%;left:50%;width:0}.hero-four__orbit-rotor{animation:hero-four-orbit var(--orbit-duration,40s) linear infinite;height:0;position:absolute;will-change:transform;top:0;transform-origin:0 0;left:0;width:0}@keyframes hero-four-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 1turn)))}}@keyframes hero-four-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 1turn)))}}.hero-four__orbit-arm{height:var(--orbit-icon-size,10cqi);transform:translate(var(--orbit-r,20cqi)) translate(-50%,-50%);position:absolute;top:0;left:0;width:var(--orbit-icon-size,10cqi)}.hero-four__orbit-counter{animation:hero-four-orbit-counter var(--orbit-duration,40s) linear infinite;height:100%;will-change:transform;transform-origin:50% 50%;width:100%}.hero-four__circle-img{height:100%;object-fit:contain;width:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-four__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-four__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width:1100px){.hero-four__inner{grid-template-columns:1fr}.hero-four__content{max-width:100%}.hero-four__visual{display:none}}@media (max-width:640px){.hero-four:before{display:none}.hero-four__badges{gap:8px}.hero-four__badge{padding:7px 14px;font-size:11px}.hero-four__actions{flex-direction:column}.hero-four__button{text-align:center;width:auto}}.sector-boxes{padding:clamp(150px,20vh,200px) 0}.sector-boxes__inner{max-width:1140px;margin:0 auto}.sector-boxes__grid{grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;display:grid}.sector-boxes__box{min-height:1px;border-radius:23px}.sector-boxes__box--experience{padding:28px 24px 24px;justify-content:center;flex-direction:column;background-color:#f9f9f9;display:flex}.sector-boxes__item-list{list-style:none;padding:0;flex-direction:column;gap:32px;margin:0;display:flex}.sector-boxes__item-title{font-size:24px;font-weight:700;color:#011e64;margin:0 0 12px;line-height:1.25;font-family:var(--font-montserrat)}.sector-boxes__item-desc{font-size:14px;font-weight:400;color:#6a6a77;margin:0;line-height:1.6;font-family:var(--font-montserrat)}.sector-boxes__stat-head{gap:16px;align-items:flex-start;display:flex}.sector-boxes__stat-number{flex-shrink:0;font-size:70px;line-height:1}.sector-boxes__stat-number,.sector-boxes__stat-title{font-weight:500;color:#000;font-family:var(--font-montserrat)}.sector-boxes__stat-title{padding-top:4px;font-size:24px;margin:0;line-height:1.25}.sector-boxes__stat-title-line{display:block}.sector-boxes__badges{list-style:none;padding:0;flex-wrap:wrap;gap:8px;margin:0;display:flex}.sector-boxes__badge{padding:5px 9px;font-size:13px;font-weight:400;border-radius:30px;line-height:1.2;font-family:var(--font-montserrat);display:inline-block}.sector-boxes__badge--dark{color:#fff;background-color:#000}.sector-boxes__badge--light{color:#000;background-color:#fff}.sector-boxes__box--quote{padding:28px 24px 24px;text-align:center;background-color:#f9f9f9}.sector-boxes__quote-icon{height:auto;margin-inline:auto;width:55px;display:block}.sector-boxes__quote-block{padding:0;border:0;margin:20px 0 0}.sector-boxes__quote-text{font-size:16px;margin:0;line-height:1.5}.sector-boxes__quote-cite,.sector-boxes__quote-text{font-weight:400;color:#000;font-family:var(--font-montserrat)}.sector-boxes__quote-cite{font-size:14px;font-style:normal;margin:16px 0 0;line-height:1.45}.sector-boxes__box--third{padding:28px 24px 24px;justify-content:space-between;position:relative;flex-direction:column;background-color:#dceaff;display:flex}.sector-boxes__box--third .box-corner{transform:rotate(270deg);pointer-events:none;right:0;position:absolute;top:0;width:100px;z-index:1}.sector-boxes__box--third .video-button{height:56px;right:0;transition:transform .2s ease;position:absolute;top:0;width:56px;z-index:1}.sector-boxes__box--third .video-button:hover{transform:scale(1.05)}.sector-boxes__box--third .video-button:active{transform:scale(.95)}.sector-boxes__avatars{flex-direction:row;align-items:center;display:flex}.sector-boxes__avatar{height:60px;flex-shrink:0;border:2px solid #fff;position:relative;object-fit:cover;border-radius:50%;width:60px}.sector-boxes__avatar:not(:first-child){margin-left:-18px}.sector-boxes__avatar:first-child{z-index:1}.sector-boxes__avatar:nth-child(2){z-index:2}.sector-boxes__avatar:nth-child(3){z-index:3}.sector-boxes__customers-label{font-size:18px;font-weight:300;color:#000;letter-spacing:-.5px;margin:0;line-height:1.3;font-family:var(--font-montserrat)}.sector-boxes__customers-value{font-size:76px;font-weight:400;color:#000;margin:8px 0 0;line-height:1;font-family:var(--font-montserrat)}@media (max-width:900px){.sector-boxes{padding:20px}.sector-boxes__grid{grid-template-columns:1fr}.sector-boxes__stat-head{flex-wrap:wrap}}.sector-videos{padding:80px 40px;background-color:#fff}.sector-videos__controls{flex-direction:row;gap:8px;margin-top:16px;display:flex}.sector-videos__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.sector-videos__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.sector-videos__controls button svg{height:20px;width:20px}.sector-videos__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.sector-videos__container{max-width:1280px;margin:0 auto}.sector-videos__swiper{padding:0 4px 8px;width:100%}.sector-videos__item{min-height:420px;grid-template-columns:1.5fr 1fr;padding:32px;background:url(https://quantummachine.info/home/success-stories/story-bg.png) no-repeat 50%;background-size:cover;gap:40px;align-items:center;border-radius:24px;display:grid}.sector-videos__embed-wrap{overflow:hidden;position:relative;background-color:#000;aspect-ratio:16/9;border-radius:16px;width:100%}.sector-videos__iframe{height:100%;border:0;right:0;position:absolute;bottom:0;top:0;border-radius:16px;left:0;width:100%}.sector-videos__content{flex-direction:column;gap:16px;display:flex}.sector-videos__title{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#fff;text-transform:uppercase;margin:0;line-height:1.2;font-family:var(--font-montserrat)}.sector-videos__description{font-size:14px;font-weight:500;color:#c4dbff;letter-spacing:.5px;margin:0;line-height:1.8;font-family:var(--font-montserrat)}@media (max-width:860px){.sector-videos{padding:56px 20px}.sector-videos__item{grid-template-columns:1fr;padding:24px;gap:24px}}.sector-steps{overflow:hidden;padding:96px 40px;background-color:#fff}.sector-steps__container{justify-content:space-between;flex-wrap:wrap;max-width:1280px;gap:48px;margin:0 auto;align-items:start;display:flex}.sector-steps__title{font-size:64px;font-weight:500;text-align:left;line-height:1.05}.sector-steps__content,.sector-steps__title{flex:1;color:#fff;margin:0;font-family:var(--font-montserrat)}.sector-steps__content{font-size:16px;font-weight:400;max-width:400px;text-align:right;line-height:1.6}.sector-steps__steps{min-height:360px;grid-template-columns:.6fr 1fr;gap:24px;width:100%;display:grid}.sector-steps__carousel-col{flex-direction:column;display:flex}.sector-steps__controls{position:relative;flex-direction:row;gap:8px;margin-top:0;display:flex;z-index:2}.sector-steps__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.sector-steps__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.sector-steps__controls button svg{height:20px;width:20px}.sector-steps__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.sector-steps__carousel-wrap{height:410px}.sector-steps__carousel{height:100%;padding:20px}.sector-steps__carousel .swiper-slide{height:auto}.sector-steps__slide-item{gap:30px;align-items:flex-start;display:flex}.sector-steps__slide-title{font-size:22px;font-weight:700;color:#011e64;margin-top:10px;font-family:var(--font-montserrat)}.sector-steps__slide-index{height:45px;flex-shrink:0;padding:0;justify-content:center;font-size:40px;border:0;font-weight:700;color:#0080ff;transition:transform .35s;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:45px;font-family:var(--font-montserrat);display:flex}.sector-steps__slide-index:before{height:65px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:65px;z-index:-1}.sector-steps__slide-content{transition:opacity .35s;position:relative;flex-direction:column;width:calc(100% - 80px);display:flex}.sector-steps__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:40px;background-color:#0080ff40;border-radius:20px;left:22px;width:1px;z-index:0}.sector-steps__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.sector-steps__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-index{transform:scale(.5)}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-content{opacity:0}.sector-steps__slide-description{font-size:13px;font-weight:500;color:#5f6376;width:90%;font-family:var(--font-montserrat)}.sector-steps__details{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.sector-steps__details-text{padding:24px;font-size:18px;font-weight:500;color:#fff;position:relative;background-size:cover;margin:0;background-position:100% 100%;border-radius:24px;background-image:url(https://quantummachine.info/home/how-we-work/cite-bg.svg);line-height:1.5;background-repeat:no-repeat;font-family:var(--font-montserrat);display:flex}.sector-steps__details-text p{font-size:22px;font-weight:700;font-style:italic;color:#0f1011;font-family:var(--font-plus-jakarta)}.sector-steps__details-link{height:50px;padding:10px;justify-content:center;right:0;transition:all .35s;position:absolute;bottom:0;background-color:#011e64;align-items:center;border-radius:50%;width:50px;display:flex}.sector-steps__details-link:hover{transform:rotate(-45deg)}.sector-steps__details-text-content{justify-content:space-between;flex-direction:column;gap:12px;display:flex}.sector-steps__details-text-author{gap:12px;align-items:center;display:flex}.sector-steps__details-text-author-name{font-size:15px;font-weight:500;color:#000;line-height:1.2;font-family:var(--font-plus-jakarta)}.sector-steps__details-text-author-name span{font-size:12px;font-weight:400;color:#011e64}.sector-steps__details-image{min-height:160px;border-radius:20px;background:#ffffff1f}.sector-steps__details-image img{width:100%}@media (max-width:960px){.sector-steps{padding:0 24px}.sector-steps__container{flex-direction:column;gap:24px}.sector-steps__title{font-size:clamp(36px,9vw,64px)}.sector-steps__content{max-width:none;text-align:left}.sector-steps__steps{flex-direction:column;gap:24px;display:flex}.sector-steps__carousel-wrap{height:auto;max-width:480px;min-width:0}.sector-steps__carousel{height:auto;padding:12px 16px}.sector-steps__slide-item{flex-direction:column;gap:16px}.sector-steps__slide-content{width:100%}.sector-steps__carousel .swiper-slide:before{display:none}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-content{opacity:1}.sector-steps__carousel .swiper-slide:not(.swiper-slide-active) .sector-steps__slide-index{transform:scale(.85)}.sector-steps__details{grid-template-columns:1fr}.sector-steps__details,.sector-steps__details-text{overflow:hidden;min-width:0}.sector-steps__details-text p{font-size:16px;word-break:break-word}.sector-steps__details-link{height:30px;width:30px}}.sector-cards{padding:80px 40px;background-color:#fff}.sector-cards__inner{max-width:1280px;margin:0 auto}.sector-cards__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.sector-cards__card{min-height:260px;padding:24px;position:relative;flex-direction:column;border-radius:18px;background:url(https://quantummachine.info/home/dimensions/box-bg-white.png) no-repeat 50%;background-size:cover;display:flex}.sector-cards__card--active{background:url(https://quantummachine.info/home/dimensions/box-bg-colored.png) no-repeat 50%;background-size:cover}.sector-cards__card-content{flex:1;flex-direction:column;gap:12px;display:flex}.sector-cards__card-title{min-height:52px;font-size:20px;font-weight:700;font-style:italic;color:#708eb7;margin:0;line-height:1.3;font-family:var(--font-montserrat)}.sector-cards__card--active .sector-cards__card-title{color:#1279ff}.sector-cards__card-description{font-size:18px;font-weight:500;color:#9ca3af;margin:0;line-height:1.6;font-family:var(--font-montserrat)}.sector-cards__card--active .sector-cards__card-description{color:#1a202c}.sector-cards__corner{height:auto;pointer-events:none;right:0;position:absolute;bottom:0;width:90px;z-index:1}.sector-cards__card-link{justify-content:center;right:0;transition:transform .3s;position:absolute;bottom:0;align-items:center;display:flex;z-index:2}.sector-cards__card-link:hover{transform:rotate(-45deg)}.sector-cards__card-link img{height:50px;width:50px}@media (max-width:900px){.sector-cards{padding:56px 20px}.sector-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.sector-cards__grid{grid-template-columns:1fr}}.sector-references{overflow:hidden;padding:32px 0 56px;width:100%}.sector-references__title{font-size:17px;font-weight:500;color:#a0a0a0;letter-spacing:.08em;text-align:center;margin:0;font-family:var(--font-montserrat)}.sector-references__marquee{overflow:hidden;width:100%;margin-top:32px}.sector-references__track{animation:sector-references-scroll 28s linear infinite;gap:56px;align-items:center;width:max-content;display:flex}.sector-references__track:hover{animation-play-state:paused}.sector-references__logo{height:100px;filter:grayscale(1) opacity(.55);flex-shrink:0;transition:filter .2s ease;object-fit:contain;width:auto}.sector-references__logo:hover{filter:grayscale(0) opacity(1)}@keyframes sector-references-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.sector-references__track{animation:none}}.hero-three{padding:calc(var(--header-height) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.hero-three__inner{min-height:620px;grid-template-columns:1fr .75fr;max-width:1280px;gap:24px;margin:0 auto;align-items:center;display:grid}.hero-three__title{font-size:clamp(38px,5vw,60px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:Montserrat,sans-serif}.hero-three__accent{font-weight:700;font-style:italic;color:#1279ff}.hero-three__description{font-size:20px;color:#5f6376;max-width:510px;margin:24px 0 0;line-height:1.6;font-family:var(--font-plus-jakarta)}.hero-three__badges{flex-wrap:wrap;max-width:680px;gap:10px 12px;margin-top:28px;display:flex}.hero-three__badge{padding:12px 30px;justify-content:center;font-size:13px;font-weight:700;color:#101217;letter-spacing:-.01em;align-items:center;border-radius:999px;background:#fff;line-height:1.1;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.hero-three__badge--active{color:#fff;background:#0f1013}.hero-three__actions{gap:12px;margin-top:34px;display:flex}.hero-three__button{height:56px;padding:0 30px;font-size:17px;text-decoration:none;font-weight:700;border-radius:999px;cursor:pointer;line-height:56px;font-family:Plus Jakarta Sans,sans-serif}.hero-three__button--primary{border:0;color:#fff;background:#012571}.hero-three__button--secondary{border:1px solid #012571;color:#012571;background:transparent}.hero-three__visual{min-height:520px;container-type:inline-size;position:relative;place-items:center;display:grid}.hero-three__visual-bg{height:auto;object-fit:contain;width:min(100%,680px)}.hero-three__orbits{pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0}.hero-three__orbit{height:0;position:absolute;top:50%;left:50%;width:0}.hero-three__orbit-rotor{animation:hero-three-orbit var(--orbit-duration,40s) linear infinite;height:0;position:absolute;will-change:transform;top:0;transform-origin:0 0;left:0;width:0}@keyframes hero-three-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 1turn)))}}@keyframes hero-three-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 1turn)))}}.hero-three__orbit-arm{height:var(--orbit-icon-size,10cqi);transform:translate(var(--orbit-r,20cqi)) translate(-50%,-50%);position:absolute;top:0;left:0;width:var(--orbit-icon-size,10cqi)}.hero-three__orbit-counter{animation:hero-three-orbit-counter var(--orbit-duration,40s) linear infinite;height:100%;will-change:transform;transform-origin:50% 50%;width:100%}.hero-three__circle-img{height:100%;object-fit:contain;width:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-three__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-three__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width:1100px){.hero-three__inner{grid-template-columns:1fr}.hero-three__content{max-width:100%}.hero-three__visual{display:none}}@media (max-width:640px){.hero-three__badges{gap:8px}.hero-three__badge{padding:7px 14px;font-size:11px}.hero-three__actions{flex-direction:column}.hero-three__button{text-align:center;width:auto}}.why-baz{padding:64px 40px 80px;background:#f8fbff}.why-baz__container{max-width:1280px;margin:0 auto}.why-baz__top{grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding-bottom:48px;display:grid}.why-baz__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0 0 18px;align-items:center;font-family:var(--font-montserrat);display:flex}.why-baz__eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#c9a227;width:22px;display:block}.why-baz__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:var(--font-montserrat)}.why-baz__title span{font-style:italic;color:#0b2d6b}.why-baz__description{font-size:18px;font-weight:500;color:#2d394f;align-self:end;margin:0;line-height:1.7;font-family:var(--font-montserrat)}.why-baz__cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.why-baz__card{padding:36px;border:1px solid #dbe5f2;border-radius:20px;background:#fff}.why-baz__card-eyebrow{font-size:10px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;font-family:var(--font-montserrat)}.why-baz__card-title{font-size:clamp(22px,2.4vw,32px);color:#0e1628;letter-spacing:-.01em;margin:16px 0 0;line-height:1.2}.why-baz__card-desc,.why-baz__card-title{font-weight:500;font-family:var(--font-montserrat)}.why-baz__card-desc{font-size:15px;color:#3e4a63;margin:14px 0 0;line-height:1.7}.why-baz__list{list-style:none;padding:0;border-top:1px solid #eef2f9;flex-direction:column;margin:24px 0 0;display:flex}.why-baz__list-item{padding:13px 0;font-size:14px;font-weight:500;color:#3e4a63;border-bottom:1px solid #eef2f9;gap:12px;align-items:flex-start;line-height:1.55;font-family:var(--font-montserrat);display:flex}.why-baz__list-item:last-child{border-bottom:none}.why-baz__list-icon{height:20px;flex-shrink:0;justify-content:center;font-size:13px;font-weight:700;align-items:center;border-radius:50%;width:20px;line-height:1;margin-top:1px;display:flex}.why-baz__list-item--bad .why-baz__list-icon{color:#c0392b;background:#fef0f0}.why-baz__list-item--good .why-baz__list-icon{color:#2e9e5b;background:#edf7f1}@media (max-width:960px){.why-baz{padding:48px 24px 56px}.why-baz__top{gap:24px;padding-bottom:32px}.why-baz__cards,.why-baz__top{grid-template-columns:1fr}}.our-data__top{grid-template-columns:1fr 1fr;gap:48px;text-align:left;align-items:start;padding-bottom:48px;display:grid}.our-data__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0 0 18px;align-items:center;font-family:var(--font-montserrat);display:flex}.our-data__eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#c9a227;width:22px;display:block}.our-data__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:var(--font-montserrat)}.our-data__title span{font-style:italic;color:#0b2d6b}.our-data__description{font-size:18px;font-weight:500;color:#2d394f;align-self:end;margin:0;line-height:1.7;font-family:var(--font-montserrat)}@media (max-width:960px){.our-data__top{grid-template-columns:1fr;gap:24px;padding-bottom:32px}}.differences{padding:84px 20px;background-color:#fff}.differences__container{max-width:1140px;text-align:center;margin:0 auto}.our-data__cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4vw,40px);text-align:left;margin-top:100px;display:grid}@media (max-width:880px){.our-data__cards-grid{grid-template-columns:1fr;margin-top:72px}}.our-data__feature-card{padding:clamp(26px,3vw,36px) clamp(24px,3vw,32px);background-color:#fff;margin:0;box-shadow:0 4px 28px #0e162814,0 0 0 1px #b4c3dc59;border-radius:20px;z-index:2}.our-data__feature-card-title{font-size:clamp(22px,2.35vw,30px);font-weight:700;color:#011e64;letter-spacing:-.02em;margin:0 0 16px;line-height:1.22;font-family:var(--font-montserrat)}.our-data__feature-card-body{font-size:clamp(14px,1.45vw,16px);font-weight:500;color:#aaabaf;margin:0 0 22px;line-height:1.65;font-family:var(--font-montserrat)}.our-data__feature-card-list{list-style:none;padding:0;flex-wrap:wrap;flex-direction:row;gap:10px;margin:0;display:flex}.our-data__feature-card-list li{padding:8px 10px;font-size:10px;font-weight:500;color:#0080ff;position:relative;border-radius:6px;background:#f4f8ff;font-family:var(--font-montserrat)}.floating-icons{margin-bottom:-25%;position:relative;margin-top:100px}.floating-icons__background{height:100%;object-fit:cover;width:100%}.floating-icons__item{animation:floating-icons-random var(--float-duration,6s) ease-in-out var(--float-delay,0s) infinite alternate;transform:translate(-50%,-50%);position:absolute;will-change:transform;top:0;left:0;z-index:1}.floating-icons__item--popover-active{z-index:6}.floating-icons__icon{height:60px;width:60px;display:block}.floating-icons__popover{transform:translateY(-50%) translate(44px) translate(-8px);pointer-events:none;padding:12px 16px;transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1),visibility .38s;position:absolute;opacity:0;visibility:hidden;min-width:0;text-align:left;top:50%;box-shadow:0 4px 24px #0e16281f,0 0 0 1px #0b2d6b14;border-radius:14px;background:#fff;left:50%;width:200px}.floating-icons__popover--visible{transform:translateY(-50%) translate(44px) translate(0);pointer-events:auto;opacity:1;visibility:visible}.floating-icons__popover-title{font-size:clamp(13px,1.65vw,16px);font-weight:700;font-style:italic;color:#0b2d6b;margin:0 0 4px;line-height:1.2;font-family:var(--font-montserrat)}.floating-icons__popover-desc{font-size:clamp(11px,1.35vw,13px);font-weight:500;color:#6b7384;margin:0;line-height:1.45;font-family:var(--font-montserrat)}@media (max-width:640px){.floating-icons__popover{padding:10px 12px;max-width:70vw}}@keyframes floating-icons-random{0%{transform:translate(-50%,-50%) translate(0)}25%{transform:translate(-50%,-50%) translate(var(--float-x,10px),calc(var(--float-y, 12px)*-.5))}50%{transform:translate(-50%,-50%) translate(calc(var(--float-x, 10px)*-.8),var(--float-y,12px))}75%{transform:translate(-50%,-50%) translate(calc(var(--float-x, 10px)*.6),calc(var(--float-y, 12px)*.8))}to{transform:translate(-50%,-50%) translate(calc(var(--float-x, 10px)*-1),calc(var(--float-y, 12px)*-1))}}.delivered-works{padding:24px 40px 96px;background:#f8fbff}.delivered-works__container{max-width:1280px;margin:0 auto}.delivered-works__top{grid-template-columns:1fr 1fr;gap:24px;align-items:start;display:grid}.delivered-works__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;line-height:1;font-family:var(--font-montserrat)}.delivered-works__title{font-size:clamp(42px,4.2vw,68px);font-weight:500;color:#101217;letter-spacing:-.02em;margin:12px 0 0;line-height:1.04;font-family:var(--font-montserrat)}.delivered-works__title span{font-weight:700;font-style:italic;color:#012571}.delivered-works__intro{justify-self:end;font-size:18px;font-weight:500;color:#535f76;max-width:500px;margin:8px 0 0;line-height:1.65;font-family:var(--font-montserrat)}.delivered-works__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px;display:grid}.delivered-works__card{min-height:320px;padding:24px 22px;border:1px solid #e2eaf6;border-radius:16px;background:#fff}.delivered-works__stage{flex-direction:column;gap:3px;display:flex}.delivered-works__stage-dot{height:8px;margin-bottom:6px;border-radius:50%;width:8px}.delivered-works__stage strong{font-size:34px;font-weight:500;color:#111728;line-height:1.05;font-family:var(--font-montserrat)}.delivered-works__stage small{font-size:13px;color:#8b97ab;text-transform:uppercase;letter-spacing:.14em;line-height:1;font-family:var(--font-montserrat)}.delivered-works__card h3{font-size:20px;font-weight:700;color:#111728;letter-spacing:-.01em;margin:16px 0 0;line-height:1.35;font-family:var(--font-montserrat)}.delivered-works__card p{font-size:14px;font-weight:500;color:#5f6376;margin:10px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.delivered-works__chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.delivered-works__chips span{padding:8px 10px;font-size:12px;border:1px solid #dbe4f2;font-weight:500;color:#5d6679;border-radius:8px;background:#f7faff;line-height:1.2;font-family:var(--font-montserrat)}@media (max-width:1100px){.delivered-works{padding:20px 24px 56px}.delivered-works__top{grid-template-columns:1fr}.delivered-works__intro{justify-self:start;max-width:none}.delivered-works__grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.delivered-works__grid{grid-template-columns:1fr}.delivered-works__stage strong{font-size:30px}}.six-weeks{padding:96px 40px;background-size:cover;background-position:50%;background-repeat:no-repeat}.six-weeks__container{justify-content:space-between;flex-wrap:wrap;max-width:1280px;gap:48px;margin:0 auto;align-items:start;display:flex}.six-weeks__title{flex:1;font-size:64px;font-weight:500;color:#000;text-align:left;margin:0;line-height:1.05;font-family:var(--font-montserrat)}.six-weeks__title span{font-weight:700;font-style:italic;color:#012571}.six-weeks__content{flex:1;font-size:16px;font-weight:400;color:#011e64;max-width:400px;text-align:right;margin:0;line-height:1.6;font-family:var(--font-montserrat)}.six-weeks__steps{min-height:360px;grid-template-columns:.6fr 1fr;gap:24px;width:100%;display:grid}.six-weeks__carousel-col{flex-direction:column;display:flex}.six-weeks__controls{position:relative;flex-direction:row;gap:8px;margin-top:30px;display:flex;z-index:2}.six-weeks__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.six-weeks__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.six-weeks__controls button svg{height:20px;width:20px}.six-weeks__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.six-weeks__carousel-wrap{height:410px}.six-weeks__carousel{height:100%;padding:20px}.six-weeks__carousel .swiper-slide{height:auto}.six-weeks__slide-item{gap:30px;align-items:flex-start;display:flex}.six-weeks__slide-title{font-size:22px;color:#011e64;margin-top:10px}.six-weeks__slide-index,.six-weeks__slide-title{font-weight:700;font-family:var(--font-montserrat)}.six-weeks__slide-index{height:45px;padding:0;justify-content:center;font-size:40px;border:0;color:#0080ff;transition:transform .35s;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:45px;display:flex}.six-weeks__slide-index:before{height:65px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:65px;z-index:-1}.six-weeks__slide-content{transition:opacity .35s;position:relative;flex-direction:column;width:calc(100% - 80px);display:flex}.six-weeks__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:40px;background-color:#edf4ff80;border-radius:20px;left:22px;width:1px;z-index:0}.six-weeks__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.six-weeks__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.six-weeks__carousel .swiper-slide:not(.swiper-slide-active) .six-weeks__slide-index{transform:scale(.5)}.six-weeks__carousel .swiper-slide:not(.swiper-slide-active) .six-weeks__slide-content{opacity:0}.six-weeks__slide-description{font-size:13px;font-weight:500;color:#5a5a5a;width:90%;font-family:var(--font-montserrat)}.six-weeks__details{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.six-weeks__details-text{padding:24px;font-size:18px;font-weight:500;color:#011e64;position:relative;margin:0;border-radius:24px;background:#edf2fe;line-height:1.5;font-family:var(--font-montserrat);display:flex}.six-weeks__details-box-corner{height:110px;right:0;position:absolute;bottom:0;width:110px}.six-weeks__details-text-description{justify-content:space-between;flex-direction:column;gap:12px;display:flex}.six-weeks__details-text p{font-size:22px;font-weight:700;font-style:italic;color:#0f1011;font-family:var(--font-plus-jakarta)}.six-weeks__details-link{height:50px;padding:10px;justify-content:center;right:0;transition:all .35s;position:absolute;bottom:0;background-color:#011e64;align-items:center;border-radius:50%;width:50px;display:flex}.six-weeks__details-link:hover{transform:rotate(-45deg)}.six-weeks__details-text-author{gap:12px;align-items:center;display:flex}.six-weeks__details-text-author-name{font-size:15px;font-weight:500;color:#000;line-height:1.2;font-family:var(--font-plus-jakarta)}.six-weeks__details-text-author-name span{font-size:12px;font-weight:400;color:#011e64}.six-weeks__details-image{min-height:160px;border-radius:20px;background:#ffffff1f}.six-weeks__details-image img{width:100%}@media (max-width:960px){.six-weeks{padding:56px 24px}.six-weeks__container{flex-direction:column;gap:24px}.six-weeks__carousel-wrap{height:250px}.six-weeks__title{font-size:clamp(36px,9vw,64px)}.six-weeks__content{max-width:none;text-align:left}.six-weeks__steps{grid-template-columns:1fr}.six-weeks__carousel-wrap{min-height:320px}.six-weeks__details{grid-template-columns:1fr}}.service-metrics-band{padding:80px 0;background:#f8fbff}.service-metrics-band__container{overflow:hidden;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #173a73;max-width:1280px;margin:0 auto;box-shadow:0 16px 44px #0b244e47;border-radius:22px;background:linear-gradient(180deg,#113466,#0e2a54);display:grid}.service-metrics-band__item{min-height:132px;padding:28px 20px 24px;justify-content:center;flex-direction:column;text-align:center;align-items:center;display:flex}.service-metrics-band__item:not(:last-child){border-right:1px solid rgba(174,201,245,.16)}.service-metrics-band__value{font-size:clamp(30px,2.8vw,44px);font-weight:500;color:#fff;letter-spacing:-.02em;margin:0;line-height:1;font-family:var(--font-montserrat)}.service-metrics-band__label{font-size:13px;font-weight:500;color:#b8cced;text-transform:uppercase;max-width:210px;letter-spacing:.08em;margin:12px 0 0;line-height:1.35;font-family:var(--font-montserrat)}@media (max-width:1200px){.service-metrics-band__container{grid-template-columns:repeat(3,minmax(0,1fr))}.service-metrics-band__item:nth-child(3n){border-right:0}}@media (max-width:860px){.service-metrics-band{padding:0 24px;margin-bottom:32px;margin-top:0}.service-metrics-band__container{grid-template-columns:1fr 1fr}.service-metrics-band__item{min-height:112px;padding:22px 14px}.service-metrics-band__item:nth-child(odd){border-right:1px solid rgba(174,201,245,.16)}.service-metrics-band__item:nth-child(2n){border-right:0}}@media (max-width:560px){.service-metrics-band__container{grid-template-columns:1fr}.service-metrics-band__item{border-right:0!important;border-bottom:1px solid rgba(174,201,245,.16)}.service-metrics-band__item:last-child{border-bottom:0}}.expert-review-cards{padding:36px 40px 96px;background:#f8fbff}.expert-review-cards__controls{flex-direction:row;gap:8px;margin-top:16px;display:flex}.expert-review-cards__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;transition:background .2s,border-color .2s;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.expert-review-cards__controls button:hover{border-color:#b0c8f0;background:#edf4ff}.expert-review-cards__controls button svg{height:20px;width:20px}.expert-review-cards__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.expert-review-cards__container{max-width:1280px;margin:0 auto}.expert-review-cards__top{grid-template-columns:1fr 1fr;margin-bottom:28px;gap:32px;align-items:start;display:grid}.expert-review-cards__eyebrow{font-size:11px;font-weight:700;color:#7f8693;text-transform:uppercase;letter-spacing:.28em;margin:0 0 14px;line-height:1;font-family:var(--font-montserrat)}.expert-review-cards__title{font-size:clamp(34px,4.2vw,56px);font-weight:500;color:#0b2d6b;letter-spacing:-.02em;margin:0;line-height:1.06;font-family:var(--font-montserrat)}.expert-review-cards__title span{font-weight:700;font-style:italic}.expert-review-cards__intro{justify-self:end;font-size:16px;font-weight:500;color:#29364f;max-width:500px;text-align:right;margin:0;line-height:1.55;font-family:var(--font-montserrat)}.expert-review-cards__grid{grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:18px;display:grid}.expert-review-cards__item-list{padding:0;flex-direction:column;gap:12px;margin:18px 0 0 20px;display:flex}.expert-review-cards__item-list li{font-size:14px;font-weight:500;color:#2b3a54;line-height:1.55;font-family:var(--font-montserrat)}.expert-review-cards__swiper{display:none}.expert-review-cards__item{overflow:hidden;min-height:340px;padding:28px 24px;justify-content:space-between;border:1px solid #d7dfec;transition:background .4s ease,border-color .4s ease;position:relative;flex-direction:column;gap:24px;border-radius:24px;background:linear-gradient(180deg,#fff,#f6f9ff);display:flex}.expert-review-cards__item:before{pointer-events:none;font-size:120px;font-weight:700;right:18px;color:#0b2d6b;transition:color .4s ease,opacity .4s ease;content:attr(data-index);position:absolute;opacity:.08;top:8px;line-height:1;font-family:var(--font-montserrat)}.expert-review-cards__item:focus-within,.expert-review-cards__item:hover{border-color:#153875;background:radial-gradient(circle at 100% 120%,rgba(54,95,178,.55),transparent 45%),linear-gradient(145deg,#1e3f7a,#112c5f)}.expert-review-cards__item:focus-within:before,.expert-review-cards__item:hover:before{color:#fff;opacity:.14}.expert-review-cards__item-title{font-size:38px;color:#0f1523;transition:color .4s ease;max-width:90%;letter-spacing:-.02em;margin:16px 0 0;line-height:1.08}.expert-review-cards__item-badge,.expert-review-cards__item-title{font-weight:700;text-transform:uppercase;font-family:var(--font-montserrat)}.expert-review-cards__item-badge{padding:7px 12px;font-size:10px;border:1px solid #dce2ec;color:#5f6675;transition:border-color .4s ease,background-color .4s ease,color .4s ease;letter-spacing:.2em;align-items:center;border-radius:6px;background:#ffffffb8;line-height:1;display:inline-flex}.expert-review-cards__item .expert-review-cards__item-list li{transition:color .4s ease}.expert-review-cards__item:focus-within .expert-review-cards__item-list li,.expert-review-cards__item:hover .expert-review-cards__item-list li{color:#d6e3ff}.expert-review-cards__item:focus-within .expert-review-cards__item-badge,.expert-review-cards__item:hover .expert-review-cards__item-badge{border-color:#c4dbff73;color:#d6e3ff;background:#0f244a59}.expert-review-cards__item:focus-within .expert-review-cards__item-title,.expert-review-cards__item:hover .expert-review-cards__item-title{color:#fff}.expert-review-cards__item-description{font-size:14px;font-weight:500;color:#2b3a54;transition:color .4s ease;letter-spacing:.02em;margin:18px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.expert-review-cards__item:focus-within .expert-review-cards__item-description,.expert-review-cards__item:hover .expert-review-cards__item-description{color:#cad9ff}.expert-review-cards__item-target{padding:12px 14px;font-size:12px;border:1px solid #dbe1eb;font-weight:700;color:#525d72;transition:border-color .4s ease,background-color .4s ease,color .4s ease;letter-spacing:.08em;border-radius:8px;background:#ffffffc7;line-height:1.45;font-family:var(--font-montserrat)}.expert-review-cards__item:focus-within .expert-review-cards__item-target,.expert-review-cards__item:hover .expert-review-cards__item-target{border-color:#c4dbff73;color:#dce8ff;background:#0f244a59}@media (max-width:1180px){.expert-review-cards__item-title{font-size:24px}}@media (min-width:961px){.expert-review-cards__controls{display:none}}@media (max-width:960px){.expert-review-cards{padding:28px 24px 56px}.expert-review-cards__top{grid-template-columns:1fr;margin-bottom:20px;gap:18px}.expert-review-cards__intro{justify-self:start;max-width:none;text-align:left}.expert-review-cards__grid{display:none}.expert-review-cards__swiper{overflow:visible;padding-bottom:6px;display:block}.expert-review-cards__swiper .swiper-slide{height:auto}.expert-review-cards__item{min-height:320px}}.linkedin-b2b-flow{padding:40px 40px 96px;background:#f8fbff}.linkedin-b2b-flow__container{grid-template-columns:minmax(0,1.35fr) minmax(0,.7fr);max-width:1280px;gap:24px;margin:0 auto;display:grid}.linkedin-b2b-flow__eyebrow{font-size:11px;font-weight:700;color:#8f98a8;text-transform:uppercase;letter-spacing:.24em;margin:0;line-height:1;font-family:var(--font-montserrat)}.linkedin-b2b-flow__title{font-size:clamp(34px,4vw,56px);font-weight:500;color:#0b2d6b;letter-spacing:-.02em;margin:12px 0 18px;line-height:1.06;font-family:var(--font-montserrat)}.linkedin-b2b-flow__title span{font-weight:700;font-style:italic}.linkedin-b2b-flow__swiper-row{margin-bottom:10px;gap:12px;align-items:flex-start;display:flex}.linkedin-b2b-flow__controls{padding-top:22px;flex-direction:row;gap:8px;display:flex}.linkedin-b2b-flow__controls--mobile{padding-top:0;display:none}.linkedin-b2b-flow__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.linkedin-b2b-flow__controls button svg{height:20px;width:20px}.linkedin-b2b-flow__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.linkedin-b2b-flow__carousel-wrap{flex:1;height:410px}.linkedin-b2b-flow__carousel{height:100%;padding:20px}.linkedin-b2b-flow__carousel .swiper-slide{height:auto}.linkedin-b2b-flow__slide-item{gap:24px;align-items:flex-start;display:flex}.linkedin-b2b-flow__slide-index{height:46px;padding:0;justify-content:center;font-size:22px;border:0;font-weight:700;color:#0080ff;transition:transform .35s;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:46px;font-family:var(--font-montserrat);display:flex}.linkedin-b2b-flow__slide-index:before{height:68px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:68px;z-index:-1}.linkedin-b2b-flow__slide-content{transition:opacity .35s;position:relative;flex-direction:column;width:calc(100% - 76px);display:flex}.linkedin-b2b-flow__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:40px;background-color:#d8e5fb;border-radius:20px;left:20px;width:1px;z-index:0}.linkedin-b2b-flow__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.linkedin-b2b-flow__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.linkedin-b2b-flow__carousel .swiper-slide:not(.swiper-slide-active) .linkedin-b2b-flow__slide-index{transform:scale(.5)}.linkedin-b2b-flow__carousel .swiper-slide:not(.swiper-slide-active) .linkedin-b2b-flow__slide-content{opacity:0}.linkedin-b2b-flow__slide-title{font-size:24px;font-weight:700;color:#0f1f39;line-height:1.2;margin-top:8px;font-family:var(--font-montserrat)}.linkedin-b2b-flow__slide-description{font-size:14px;font-weight:500;color:#5a6478;margin:10px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.linkedin-b2b-flow__slide-note{padding:0;font-size:12px;border:0;font-weight:700;color:#012571;letter-spacing:.08em;border-radius:0;background:transparent;margin-top:12px;font-family:var(--font-montserrat);display:inline-flex}.linkedin-b2b-flow__right{padding:24px;border:1px solid #1b3a71;box-shadow:0 16px 40px #0b1f423d;border-radius:20px;background:linear-gradient(180deg,#0d2a58,#0b2247)}.linkedin-b2b-flow__stack-title{font-size:22px;font-weight:700;color:#9fb6dc;text-transform:uppercase;letter-spacing:.08em;margin:0;line-height:1.2;font-family:var(--font-montserrat)}.linkedin-b2b-flow__stack-list{flex-direction:column;margin-top:18px;display:flex}.linkedin-b2b-flow__stack-item{grid-template-columns:1fr;padding:16px 0;border-bottom:1px solid rgba(175,199,236,.18);gap:0;align-items:center;display:grid}.linkedin-b2b-flow__stack-item:last-child{border-bottom:0;padding-bottom:0}.linkedin-b2b-flow__stack-icon{display:none}.linkedin-b2b-flow__stack-content h4{font-size:18px;font-weight:500;color:#f1f7ff;margin:0;line-height:1.2;font-family:var(--font-montserrat)}.linkedin-b2b-flow__stack-content p{font-size:14px;font-weight:500;color:#7590bf;margin:6px 0 0;line-height:1.4;font-family:var(--font-montserrat)}@media (max-width:1100px){.linkedin-b2b-flow{padding:20px 24px 56px}.linkedin-b2b-flow__container{grid-template-columns:1fr}.linkedin-b2b-flow__carousel-wrap{height:400px}.linkedin-b2b-flow__controls--desktop{display:none}.linkedin-b2b-flow__controls--mobile{position:relative;margin-top:12px;display:flex;z-index:2}.linkedin-b2b-flow__stack-content h4{font-size:18px}.linkedin-b2b-flow__stack-content p{font-size:14px}}.content-prism-section{padding:24px 40px 96px;background:#f8fbff}.content-prism-section__container{max-width:1280px;margin:0 auto}.content-prism-section__top{grid-template-columns:1fr 1fr;gap:36px;align-items:start;display:grid}.content-prism-section__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.24em;margin:0;line-height:1;font-family:var(--font-montserrat)}.content-prism-section__title{font-size:clamp(38px,4.2vw,62px);font-weight:500;color:#0e1628;letter-spacing:-.02em;margin:14px 0 0;line-height:1.04;font-family:var(--font-montserrat)}.content-prism-section__title span{font-style:italic;color:#0b2d6b}.content-prism-section__intro{font-size:18px;font-weight:500;color:#2d394f;margin:0;line-height:1.7;font-family:var(--font-montserrat)}.content-prism-section__grid{overflow:hidden;grid-template-columns:1fr 1fr;border:1px solid #dbe5f2;border-radius:24px;background:#fff;margin-top:34px;display:grid}.content-prism-section__left,.content-prism-section__right{padding:34px 36px 40px}.content-prism-section__left{border-right:1px solid #dbe5f2}.content-prism-section__panel-eyebrow{font-size:20px;font-weight:700;color:#000;text-transform:uppercase;margin:0;line-height:1;font-family:var(--font-montserrat)}.content-prism-section__source{grid-template-columns:32px 1fr;padding:14px 16px;border:1px solid #1f478c;gap:12px;align-items:center;border-radius:14px;background:#0f2f64;margin-top:24px;display:grid}.content-prism-section__source-play{height:30px;font-size:14px;border:1px solid #4067a8;color:#1279ff;border-radius:8px;width:30px;place-items:center;display:grid}.content-prism-section__source h3{font-size:22px;font-weight:500;color:#f3f8ff;margin:0;line-height:1.2;font-family:var(--font-montserrat)}.content-prism-section__source p{font-size:14px;color:#89a9d8;margin:4px 0 0;font-family:var(--font-montserrat)}.content-prism-section__channels{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;display:grid}.content-prism-section__channel{padding:12px;border:1px solid #dde5ef;border-radius:12px;background:#fbfdff}.content-prism-section__channel h5{font-size:15px;font-weight:700;color:#0f1d35;margin:0;line-height:1.25;font-family:var(--font-montserrat)}.content-prism-section__channel p{font-size:12px;color:#5f6c82;margin:6px 0 0;line-height:1.45;font-family:var(--font-montserrat)}.content-prism-section__sector-note{padding:14px 16px;font-size:13px;border:1px solid #dbe4f1;color:#3b475f;margin:18px 0 0;border-radius:12px;background:#f5f8fd;line-height:1.6;font-family:var(--font-montserrat)}.content-prism-section__highlight{font-size:16px;font-weight:500;color:#0f192a;margin:20px 0 0;line-height:1.24;font-family:var(--font-montserrat)}.content-prism-section__description{font-size:16px;color:#3e4a63;margin:18px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.content-prism-section__stats{flex-direction:column;margin-top:18px;display:flex}.content-prism-section__stat{grid-template-columns:70px 1fr;padding:12px 0;border-bottom:1px solid #dde5ef;gap:10px;align-items:baseline;display:grid}.content-prism-section__stat strong{font-size:24px;font-weight:500;color:#0b2d6b;line-height:1;font-family:var(--font-montserrat)}.content-prism-section__stat span{font-size:14px;color:#4b5870;line-height:1.5;font-family:var(--font-montserrat)}.content-prism-section__quote{padding:20px;font-size:18px;border:1px solid #1d3f7a;font-style:italic;color:#d9e8ff;margin:20px 0 0;border-radius:14px;background:#0d2c5f;line-height:1.42;font-family:var(--font-montserrat)}.content-prism-section__quote span{font-size:11px;font-weight:700;font-style:normal;margin-bottom:12px;color:#c4dbff;text-transform:uppercase;letter-spacing:.24em;line-height:1;display:block}@media (max-width:1200px){.content-prism-section__highlight{font-size:36px}}@media (max-width:960px){.content-prism-section{padding:20px 24px 56px}.content-prism-section__grid,.content-prism-section__top{grid-template-columns:1fr}.content-prism-section__left{border-right:0;border-bottom:1px solid #dbe5f2}.content-prism-section__left,.content-prism-section__right{padding:24px 20px 28px}.content-prism-section__channels{grid-template-columns:1fr}.content-prism-section__highlight{font-size:30px}.content-prism-section__stat strong{font-size:34px}}.sales-funnel{padding:24px 40px 96px;background:#f8fbff}.sales-funnel__container{max-width:1280px;margin:0 auto}.sales-funnel__top{grid-template-columns:1fr 1fr;gap:24px;align-items:start;display:grid}.sales-funnel__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;line-height:1;font-family:var(--font-montserrat)}.sales-funnel__title{font-size:clamp(42px,4.2vw,68px);font-weight:500;color:#101217;letter-spacing:-.02em;margin:12px 0 0;line-height:1.04;font-family:var(--font-montserrat)}.sales-funnel__title span{font-weight:700;font-style:italic;color:#012571}.sales-funnel__intro{justify-self:end;font-size:18px;font-weight:500;color:#535f76;max-width:500px;margin:8px 0 0;line-height:1.65;font-family:var(--font-montserrat)}.sales-funnel__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px;display:grid}.sales-funnel__card{min-height:320px;padding:24px 22px;border:1px solid #e2eaf6;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease;border-radius:16px;background:#fff}.sales-funnel__card:hover{border-color:#011e64;box-shadow:0 16px 48px #011e6438;background:#011e64}.sales-funnel__stage{flex-direction:column;gap:3px;display:flex}.sales-funnel__stage-dot{height:8px;margin-bottom:6px;border-radius:50%;width:8px}.sales-funnel__stage strong{font-size:34px;font-weight:500;color:#111728;transition:color .28s ease;line-height:1.05;font-family:var(--font-montserrat)}.sales-funnel__card:hover .sales-funnel__stage strong{color:#fff}.sales-funnel__stage small{font-size:13px;color:#8b97ab;transition:color .28s ease;text-transform:uppercase;letter-spacing:.14em;line-height:1;font-family:var(--font-montserrat)}.sales-funnel__card:hover .sales-funnel__stage small{color:#ffffff73}.sales-funnel__card h3{font-size:20px;font-weight:700;color:#111728;transition:color .28s ease;letter-spacing:-.01em;margin:16px 0 0;line-height:1.35;font-family:var(--font-montserrat)}.sales-funnel__card:hover h3{color:#fff}.sales-funnel__card p{font-size:14px;font-weight:500;color:#5f6376;transition:color .28s ease;margin:10px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.sales-funnel__card:hover p{color:#ffffffa6}.sales-funnel__chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.sales-funnel__chips span{padding:8px 10px;font-size:12px;border:1px solid #dbe4f2;font-weight:500;color:#5d6679;transition:background .28s ease,border-color .28s ease,color .28s ease;border-radius:8px;background:#f7faff;line-height:1.2;font-family:var(--font-montserrat)}.sales-funnel__card:hover .sales-funnel__chips span{border-color:#fff3;color:#fffc;background:#ffffff1a}@media (max-width:1100px){.sales-funnel{padding:20px 24px 56px}.sales-funnel__top{grid-template-columns:1fr}.sales-funnel__intro{justify-self:start;max-width:none}.sales-funnel__grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.sales-funnel__grid{grid-template-columns:1fr}.sales-funnel__stage strong{font-size:30px}}.targets{padding:24px 40px 96px;background:#fff}.targets__container{max-width:1280px;margin:0 auto}.targets__top{grid-template-columns:1fr 1fr;gap:28px;align-items:start;display:grid}.targets__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;line-height:1}.targets__eyebrow,.targets__title{font-family:var(--font-montserrat)}.targets__title{font-size:clamp(38px,4vw,62px);font-weight:500;color:#101217;letter-spacing:-.02em;margin:14px 0 0;line-height:1.05}.targets__title span{font-style:italic;color:#012571}.targets__description{justify-self:end;font-size:16px;font-weight:500;color:#5f6376;max-width:520px;margin:10px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.targets__table-wrap{overflow:hidden;border:1px solid #dbe5f2;border-radius:14px;background:#fff;margin-top:26px}.targets__table{border-collapse:collapse;width:100%;font-family:var(--font-montserrat)}.targets__table thead th{padding:14px 16px;font-size:12px;font-weight:700;color:#dce9ff;text-transform:uppercase;border-bottom:1px solid #dbe5f2;letter-spacing:.14em;text-align:left;background:#012571}.targets__table tbody td{padding:18px 16px;font-size:15px;color:#4d5a73;border-bottom:1px solid #e2eaf6;line-height:1.6}.targets__table tbody td:nth-child(2){font-weight:700;color:#012571}.targets__channel-badge{padding:5px 10px;justify-content:center;font-size:11px;border:1px solid #cfe0fb;font-weight:700;color:#3f5e97;text-transform:uppercase;letter-spacing:.08em;align-items:center;border-radius:4px;background:#edf4ff;line-height:1;white-space:nowrap;display:inline-flex}.targets__table tbody tr:last-child td{border-bottom:0}.targets__bottom-panels{overflow:hidden;grid-template-columns:1fr 1fr;border:1px solid #dbe5f2;gap:0;border-radius:14px;background:#fff;margin-top:18px;display:grid}.targets__panel{padding:20px 24px}.targets__panel+.targets__panel{border-left:1px solid #dbe5f2}.targets__panel h3{font-size:18px;font-weight:700;color:#4f678f;text-transform:uppercase;letter-spacing:.2em;margin:0;line-height:1.25;font-family:var(--font-montserrat)}.targets__panel-list{margin-top:10px}.targets__panel-row{padding:14px 0;justify-content:space-between;border-bottom:1px solid #e2eaf6;gap:12px;align-items:center;display:flex}.targets__panel-row strong{text-align:right;width:100px}.targets__panel-row:last-child{border-bottom:0}.targets__panel-row span{font-size:16px;color:#4d5a73;line-height:1.4;font-family:var(--font-montserrat)}.targets__panel-row strong{font-size:16px;font-weight:700;color:#012571;line-height:1;font-family:var(--font-montserrat)}.targets__phase-list{flex-direction:column;margin-top:10px;display:flex}.targets__phase-list p{padding:14px 0;font-size:16px;color:#4d5a73;border-bottom:1px solid #e2eaf6;margin:0;line-height:1.6;font-family:var(--font-montserrat)}.targets__phase-list p:last-child{border-bottom:0}.targets__phase-list p{justify-content:flex-start;gap:12px;align-items:center;display:flex}.targets__phase-list p span:first-child{font-size:14px;font-weight:700;color:#3f5e97;text-transform:uppercase;letter-spacing:.1em;width:100px;line-height:1.4;font-family:var(--font-montserrat);display:inline-block}@media (max-width:960px){.targets{padding:20px 24px 56px}.targets__top{grid-template-columns:1fr}.targets__description{justify-self:start;max-width:none}.targets__table-wrap{overflow-x:auto}.targets__table{min-width:760px}.targets__bottom-panels{grid-template-columns:1fr}.targets__panel+.targets__panel{border-left:0;border-top:1px solid #dbe5f2}}.setup-timeline{padding:24px 40px 96px;background:#fff}.setup-timeline__container{max-width:1280px;margin:0 auto}.setup-timeline__top{grid-template-columns:1fr 1fr;gap:28px;align-items:start;display:grid}.setup-timeline__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;line-height:1;font-family:var(--font-montserrat)}.setup-timeline__title{font-size:clamp(38px,4vw,62px);font-weight:500;color:#101217;letter-spacing:-.02em;margin:12px 0 0;line-height:1.05;font-family:var(--font-montserrat)}.setup-timeline__title span{font-style:italic;color:#012571}.setup-timeline__description{justify-self:end;font-size:16px;font-weight:500;color:#5f6376;max-width:520px;margin:10px 0 0;line-height:1.7;font-family:var(--font-montserrat)}.setup-timeline__swiper-row{gap:12px;align-items:flex-start;margin-top:28px;display:flex}.setup-timeline__controls{padding-top:22px;flex-direction:row;gap:8px;display:flex}.setup-timeline__controls--mobile{padding-top:0;position:relative;margin-top:60px;display:none;z-index:2}.setup-timeline__controls button{height:38px;justify-content:center;border:1px solid #d4deef;color:#0b2d6b;align-items:center;border-radius:50%;background:#fff;cursor:pointer;width:38px;display:flex}.setup-timeline__controls button svg{height:20px;width:20px}.setup-timeline__controls button path{stroke-linecap:round;fill:none;stroke-width:2.4;stroke:currentColor;stroke-linejoin:round}.setup-timeline__carousel-wrap{flex:1;height:400px}.setup-timeline__carousel{height:100%;padding:20px 0}.setup-timeline__carousel .swiper-slide{height:auto;padding-left:15px}.setup-timeline__slide-item{gap:24px;align-items:flex-start;display:flex}.setup-timeline__slide-index{height:46px;padding:0;justify-content:center;font-size:22px;border:0;font-weight:700;color:#0080ff;transition:transform .35s;position:relative;background-color:#edf4ff;align-items:center;border-radius:50%;cursor:pointer;width:46px;font-family:var(--font-montserrat);display:flex}.setup-timeline__slide-index:before{height:68px;content:"";position:absolute;top:-10px;background-color:#edf4ff80;border-radius:50%;left:-10px;width:68px;z-index:-1}.setup-timeline__slide-content{transition:opacity .35s;position:relative;border-bottom:1px solid #e2eaf6;flex-direction:column;padding-bottom:28px;width:calc(100% - 64px);display:flex}.setup-timeline__carousel .swiper-slide:before{height:100%;transition:opacity .35s;content:"";position:absolute;opacity:0;top:40px;background-color:#d8e5fb;border-radius:20px;left:35px;width:1px;z-index:0}.setup-timeline__carousel .swiper-slide.swiper-slide-active:before{opacity:1}.setup-timeline__carousel .swiper-slide:last-child:before{bottom:100%;top:unset}.setup-timeline__carousel .swiper-slide:not(.swiper-slide-active) .setup-timeline__slide-index{transform:scale(.65)}.setup-timeline__carousel .swiper-slide:not(.swiper-slide-active) .setup-timeline__slide-content{opacity:.4}.setup-timeline__slide-heading{flex-wrap:wrap;gap:12px;align-items:center;display:flex}.setup-timeline__slide-heading h3{font-size:36px;font-weight:500;color:#111728;margin:0;line-height:1.18;font-family:var(--font-montserrat)}.setup-timeline__slide-heading span{padding:7px 10px;font-size:12px;border:1px solid #dbe5f2;font-weight:700;color:#012571;text-transform:uppercase;letter-spacing:.1em;border-radius:6px;background:#f7faff;line-height:1;font-family:var(--font-montserrat)}.setup-timeline__slide-content p{font-size:16px;font-weight:500;color:#4d5a73;margin:10px 0 0;line-height:1.75;font-family:var(--font-montserrat)}.setup-timeline__slide-output{padding:9px 12px;font-size:13px;border:1px solid #dbe5f2;font-weight:500;color:#5d6679;border-radius:8px;background:#f5f8fd;line-height:1.5;margin-top:12px;font-family:var(--font-montserrat)}@media (max-width:1100px){.setup-timeline{padding:20px 24px}.setup-timeline__top{grid-template-columns:1fr}.setup-timeline__description{justify-self:start;max-width:none}.setup-timeline__controls--desktop{display:none}.setup-timeline__controls--mobile{display:flex}.setup-timeline__carousel-wrap{height:600px}.setup-timeline__slide-heading h3{font-size:26px}.setup-timeline__slide-content p{font-size:14px}}.service-fit{padding:24px 40px 96px;background:#fff}.service-fit__container{max-width:1280px;margin:0 auto}.service-fit__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;margin:0;line-height:1;font-family:var(--font-montserrat)}.service-fit__title{font-size:clamp(40px,4.2vw,64px);font-weight:500;color:#101217;letter-spacing:-.02em;margin:14px 0 0;line-height:1.04;font-family:var(--font-montserrat)}.service-fit__title span{font-style:italic;color:#012571}.service-fit__grid{overflow:hidden;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dbe5f2;border-radius:18px;background:#fff;margin-top:34px;display:grid}.service-fit__card{border-right:1px solid #dbe5f2;min-height:250px;padding:26px 22px}.service-fit__card:last-child{border-right:0}.service-fit__card h3{min-height:55px;font-size:24px;color:#111728;margin:0;line-height:1.15}.service-fit__card h3,.service-fit__card p{font-weight:500;font-family:var(--font-montserrat)}.service-fit__card p{font-size:16px;color:#5f6376;margin:14px 0 0;line-height:1.65}@media (max-width:1100px){.service-fit{padding:20px 24px 56px}.service-fit__grid{grid-template-columns:1fr 1fr}.service-fit__card:nth-child(2n){border-right:0}.service-fit__card{border-bottom:1px solid #dbe5f2}.service-fit__card:nth-last-child(-n+2){border-bottom:0}}@media (max-width:700px){.service-fit__grid{grid-template-columns:1fr}.service-fit__card{border-right:0}.service-fit__card:not(:last-child){border-bottom:1px solid #dbe5f2}}.faq-section{padding:24px 40px 96px;background:#fff}.faq-section__container{max-width:1280px;margin:0 auto}.faq-section__top{grid-template-columns:1fr 1fr;gap:24px;align-items:start;display:grid}.faq-section__eyebrow{font-size:11px;font-weight:700;color:#5f6376;text-transform:uppercase;letter-spacing:.22em;gap:10px;margin:0 0 12px;align-items:center;font-family:var(--font-montserrat);display:flex}.faq-section__eyebrow:before{height:1.5px;flex-shrink:0;content:"";background:#c9a227;width:22px;display:block}.faq-section__title{font-size:clamp(42px,4.4vw,68px);font-weight:500;color:#11203a;letter-spacing:-.02em;margin:0;line-height:1.04;font-family:var(--font-montserrat)}.faq-section__title span{font-weight:700;font-style:italic;color:#012571}.faq-section__intro-wrap{justify-self:end;max-width:470px}.faq-section__intro{font-weight:500;color:#5f6376;margin:0;line-height:1.7}.faq-section__cta,.faq-section__intro{font-size:16px;font-family:var(--font-montserrat)}.faq-section__cta{height:48px;padding:0 24px;border:1px solid #012571;text-decoration:none;font-weight:700;color:#012571;align-items:center;border-radius:999px;background:#fff;cursor:pointer;margin-top:16px;display:inline-flex}.faq-section__list{margin-top:34px}.faq-section__item{border-top:1px solid #dbe5f2}.faq-section__item:last-child{border-bottom:1px solid #dbe5f2}.faq-section__question-row{grid-template-columns:60px 1fr 40px;padding:22px 0;border:0;gap:12px;text-align:left;align-items:center;background:transparent;cursor:pointer;width:100%;display:grid}.faq-section__index{font-size:28px;font-weight:500;line-height:1}.faq-section__index,.faq-section__question{color:#111728;font-family:var(--font-montserrat)}.faq-section__question{font-size:25px;font-weight:700;line-height:1.16}.faq-section__toggle{justify-self:end;font-size:40px;font-weight:400;color:#111728;transition:transform .26s ease;line-height:1;font-family:var(--font-montserrat)}.faq-section__item--open .faq-section__toggle{transform:rotate(180deg)}.faq-section__answer-wrap{overflow:hidden;transition:max-height .32s ease,opacity .22s ease;max-height:0;opacity:0}.faq-section__answer-wrap--open{opacity:1}.faq-section__answer-inner{padding-top:2px}.faq-section__answer-row{grid-template-columns:1fr auto;padding:0 0 20px 72px;gap:18px;align-items:center;display:grid}.faq-section__answer-row p{font-size:15px;font-weight:500;color:#060305;max-width:760px;margin:0;line-height:1.65;font-family:var(--font-montserrat)}@media (max-width:960px){.faq-section{padding:20px 24px 56px}.faq-section__top{grid-template-columns:1fr}.faq-section__intro-wrap{justify-self:start;max-width:none}.faq-section__question-row{grid-template-columns:44px 1fr 32px;padding:16px 0}.faq-section__index{font-size:30px}.faq-section__question{font-size:24px}.faq-section__toggle{font-size:28px}.faq-section__answer-row{padding:0 0 18px 50px}}.hero-people{padding:calc(var(--header-height) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.hero-people__inner{min-height:620px;grid-template-columns:1fr .75fr;max-width:1280px;gap:24px;margin:0 auto;align-items:center;display:grid}.hero-people__title{font-size:clamp(38px,5vw,60px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0;line-height:1.08;font-family:Montserrat,sans-serif}.hero-people__accent{font-weight:700;font-style:italic;color:#1279ff}.hero-people__description{font-size:20px;color:#5f6376;max-width:510px;margin:24px 0 0;line-height:1.6;font-family:var(--font-plus-jakarta)}.hero-people__badges{flex-wrap:wrap;max-width:680px;gap:10px 12px;margin-top:28px;display:flex}.hero-people__badge{padding:12px 30px;justify-content:center;font-size:13px;font-weight:700;color:#101217;letter-spacing:-.01em;align-items:center;border-radius:999px;background:#fff;line-height:1.1;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.hero-people__badge--active{color:#fff;background:#0f1013}.hero-people__actions{gap:12px;margin-top:34px;display:flex}.hero-people__button{height:56px;padding:0 30px;font-size:17px;text-decoration:none;font-weight:700;border-radius:999px;cursor:pointer;line-height:56px;font-family:Plus Jakarta Sans,sans-serif}.hero-people__button--primary{border:0;color:#fff;background:#012571}.hero-people__button--secondary{border:1px solid #012571;color:#012571;background:transparent}.hero-people__visual{min-height:520px;container-type:inline-size;position:relative;place-items:center;display:grid}.hero-people__visual-bg{height:auto;object-fit:contain;width:min(100%,680px)}.hero-people__orbits{pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0}.hero-people__orbit{height:0;position:absolute;top:50%;left:50%;width:0}.hero-people__orbit-rotor{animation:hero-people-orbit var(--orbit-duration,40s) linear infinite;height:0;position:absolute;will-change:transform;top:0;transform-origin:0 0;left:0;width:0}@keyframes hero-people-orbit{0%{transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}to{transform:rotate(calc(-90deg + var(--orbit-from, 0deg) + var(--orbit-delta, 1turn)))}}@keyframes hero-people-orbit-counter{0%{transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}to{transform:rotate(calc(90deg - var(--orbit-from, 0deg) - var(--orbit-delta, 1turn)))}}.hero-people__orbit-arm{height:var(--slot-size,160px);transform:translate(var(--orbit-r,20cqi)) translate(-50%,-50%);position:absolute;top:0;left:0;width:var(--slot-size,160px)}.hero-people__orbit-counter{animation:hero-people-orbit-counter var(--orbit-duration,40s) linear infinite;height:100%;will-change:transform;transform-origin:50% 50%;width:100%}.hero-people__photo{height:100%;object-fit:cover;border-radius:50%;width:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-people__orbit-rotor{animation:none;transform:rotate(calc(-90deg + var(--orbit-from, 0deg)))}.hero-people__orbit-counter{animation:none;transform:rotate(calc(90deg - var(--orbit-from, 0deg)))}}@media (max-width:1100px){.hero-people__inner{grid-template-columns:1fr}.hero-people__content{max-width:100%}.hero-people__visual{display:none}}@media (max-width:640px){.hero-people__badges{gap:8px}.hero-people__badge{padding:7px 14px;font-size:11px}.hero-people__actions{flex-direction:column}.hero-people__button{text-align:center;width:auto}}.founders-message{padding:100px 40px;background-color:#f8fbff}.founders-message__inner{grid-template-columns:360px 1fr;max-width:1200px;gap:80px;margin:0 auto;align-items:start;display:grid}.founders-message__photo-col{position:sticky;top:calc(var(--header-height, 80px) + 24px)}.founders-message__photo-wrap{overflow:hidden;position:relative;aspect-ratio:3/4;box-shadow:0 20px 60px #0125711f;border-radius:20px;background:#dce8f8}.founders-message__photo{height:100%;object-fit:cover;object-position:top center;width:100%;display:block}.founders-message__author-overlay{padding:48px 24px 24px;right:0;position:absolute;bottom:0;border-radius:0 0 20px 20px;background:linear-gradient(180deg,transparent,rgba(1,18,60,.85) 60%);left:0}.founders-message__author-name{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em;margin:0 0 4px;font-family:Montserrat,sans-serif}.founders-message__author-role{font-size:13px;font-weight:500;color:#ffffffb8;margin:0;font-family:Plus Jakarta Sans,sans-serif}.founders-message__linkedin{padding:11px 18px;font-size:14px;border:1px solid #dce8f8;text-decoration:none;font-weight:700;color:#012571;transition:background .18s,box-shadow .18s;gap:9px;align-items:center;box-shadow:0 2px 8px #01257112;border-radius:10px;background:#fff;margin-top:18px;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.founders-message__linkedin:hover{box-shadow:0 4px 16px #0125711f;background:#f0f6ff}.founders-message__content{padding-top:6px}.founders-message__eyebrow{padding:5px 12px;font-size:11px;font-weight:700;margin-bottom:18px;color:#012571;text-transform:uppercase;letter-spacing:.13em;border-radius:999px;background:#01257112;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.founders-message__title{font-size:clamp(26px,3vw,40px);font-weight:700;color:#121212;letter-spacing:-.02em;margin:0 0 36px;line-height:1.15;font-family:Montserrat,sans-serif}.founders-message__quote-mark{font-size:96px;margin-bottom:-10px;color:#012571;opacity:.15;margin-left:-4px;line-height:.7;-webkit-user-select:none;user-select:none;font-family:Georgia,Times New Roman,serif;display:block}.founders-message__body p{font-size:16px;color:#3d4557;margin:0 0 20px;line-height:1.85;font-family:Plus Jakarta Sans,sans-serif}.founders-message__body p:last-child{margin-bottom:0}.founders-message__body b,.founders-message__body strong{font-weight:700;color:#012571}@media (max-width:1024px){.founders-message__inner{grid-template-columns:300px 1fr;gap:56px}}@media (max-width:768px){.founders-message{padding:72px 24px}.founders-message__inner{grid-template-columns:1fr;gap:40px}.founders-message__photo-col{position:static}.founders-message__photo-wrap{max-height:360px;aspect-ratio:4/3}.founders-message__photo{object-position:center 20%}.founders-message__title{font-size:26px}.founders-message__quote-mark{font-size:72px}.founders-message__body p{font-size:15px}}@media (max-width:480px){.founders-message{padding:56px 20px}}.feature-panel{padding:100px 40px;background:#fff}.feature-panel__inner{grid-template-columns:1fr 420px;max-width:1200px;gap:80px;margin:0 auto;align-items:center;display:grid}.feature-panel__eyebrow{font-size:11px;font-weight:700;margin-bottom:18px;color:#012571;text-transform:uppercase;letter-spacing:.13em;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.feature-panel__title{font-size:clamp(26px,3vw,42px);font-weight:700;color:#121212;letter-spacing:-.02em;margin:0 0 40px;line-height:1.15;font-family:Montserrat,sans-serif}.feature-panel__items{list-style:none;padding:0;flex-direction:column;gap:28px;margin:0 0 40px;display:flex}.feature-panel__item{grid-template-columns:60px 1fr;gap:18px;align-items:start;display:grid}.feature-panel__icon-wrap{height:60px;flex-shrink:0;justify-content:center;align-items:center;border-radius:50%;background:#f0f4fa;width:60px;display:flex}.feature-panel__icon-img{height:30px;object-fit:contain;width:30px}.feature-panel__icon-placeholder{height:26px;border-radius:50%;background:#cdd8ec;width:26px;display:block}.feature-panel__item-title{font-size:16px;font-weight:700;color:#012571;margin:4px 0 8px;line-height:1.3;font-family:Plus Jakarta Sans,sans-serif}.feature-panel__item-desc{font-size:15px;color:#5f6376;margin:0;line-height:1.75;font-family:Plus Jakarta Sans,sans-serif}.feature-panel__button{height:54px;padding:0 34px;font-size:16px;border:0;text-decoration:none;font-weight:700;color:#fff;transition:background .18s;align-items:center;border-radius:999px;background:#012571;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.feature-panel__button:hover{background:#01388f}.feature-panel__image-col{position:relative}.feature-panel__image-col:before{right:-16px;content:"";position:absolute;bottom:-16px;top:16px;border-radius:24px;background:#e8f0fc;left:16px;z-index:0}.feature-panel__image{height:auto;position:relative;object-fit:cover;aspect-ratio:4/5;box-shadow:0 16px 48px #0125711f;border-radius:20px;width:100%;display:block;z-index:1}@media (max-width:1024px){.feature-panel__inner{grid-template-columns:1fr 360px;gap:56px}}@media (max-width:768px){.feature-panel{padding:72px 24px}.feature-panel__inner{grid-template-columns:1fr;gap:48px}.feature-panel__image-col:before{display:none}.feature-panel__image{aspect-ratio:16/9}}@media (max-width:480px){.feature-panel{padding:56px 20px}.feature-panel__title{font-size:24px}}.rich-text{padding:64px 40px;background:#fff}.rich-text__body{font-size:17px;color:#3d4557;max-width:1280px;margin:0 auto;line-height:1.85;font-family:Plus Jakarta Sans,sans-serif}.rich-text__body h1,.rich-text__body h2,.rich-text__body h3,.rich-text__body h4,.rich-text__body h5{font-weight:700;color:#121212;letter-spacing:-.02em;margin:1.6em 0 .5em;line-height:1.2;font-family:Montserrat,sans-serif}.rich-text__body h1{font-size:clamp(28px,3.5vw,44px)}.rich-text__body h2{font-size:clamp(22px,2.5vw,34px)}.rich-text__body h3{font-size:clamp(18px,2vw,26px)}.rich-text__body h4{font-size:20px}.rich-text__body p{margin:0 0 1.2em}.rich-text__body p:last-child{margin-bottom:0}.rich-text__body b,.rich-text__body strong{font-weight:700;color:#012571}.rich-text__body em,.rich-text__body i{font-style:italic}.rich-text__body a{text-decoration:underline;color:#1279ff;text-underline-offset:3px}.rich-text__body a:hover{color:#012571}.rich-text__body ol,.rich-text__body ul{margin:0 0 1.2em;padding-left:1.6em}.rich-text__body li{margin-bottom:.45em}.rich-text__body blockquote{border-left:3px solid #012571;padding:12px 0 12px 24px;font-style:italic;color:#5f6376;margin:2em 0}.rich-text__body hr{border:none;border-top:1px solid #e5eaf2;margin:2.5em 0}.rich-text__body table{overflow:hidden;font-size:15px;border:1px solid #e5eaf2;border-collapse:collapse;margin:2em 0;border-radius:12px;width:100%}.rich-text__body td,.rich-text__body th{padding:12px 18px;border-bottom:1px solid #e5eaf2;text-align:left}.rich-text__body th{font-size:13px;font-weight:700;color:#012571;letter-spacing:.02em;background-color:#f0f4fb;font-family:Montserrat,sans-serif}.rich-text__body tr:last-child td{border-bottom:none}.rich-text__body tbody tr:hover{background-color:#f8fbff}.rich-text__image-wrapper{flex-grow:1}.rich-text__image-block{gap:1.75em;margin:1.75em 0;align-items:center;display:flex}.rich-text__image-block--left{flex-direction:row}.rich-text__image-block--right{flex-direction:row-reverse}.rich-text__image-figure{margin:0}.rich-text__image-figure img{height:auto;border-radius:8px;display:block}.rich-text__image-figure figcaption{font-size:14px;font-style:italic;color:#6b7280;text-align:center;margin-top:.6em}.rich-text__image-content{flex-grow:3}@media (max-width:768px){.rich-text{padding:48px 24px}.rich-text__body{font-size:16px}.rich-text__image-wrapper{width:100%}.rich-text__image-block{flex-direction:column}}.rich-text__youtube-figure{margin:2em 0}.rich-text__youtube-wrapper{height:0;overflow:hidden;position:relative;border-radius:12px;padding-bottom:56.25%;width:100%}.rich-text__youtube-wrapper iframe{height:100%;border:0;position:absolute;top:0;left:0;width:100%}.rich-text__youtube-figure figcaption{font-size:14px;font-style:italic;color:#6b7280;text-align:center;margin-top:.6em}@media (max-width:480px){.rich-text{padding:40px 20px}}.pub-list{padding:10vh 0;width:100%}.pub-list__inner{padding:0 20px;max-width:1280px;margin:0 auto}.pub-list__toolbar{flex-wrap:wrap;margin-bottom:40px;gap:12px;align-items:center;display:flex}.pub-list__filters{flex:1;flex-wrap:wrap;gap:8px;display:flex}.pub-list__filter-btn{padding:8px 18px;font-size:13px;border:1.5px solid #dce3ee;font-weight:700;color:#5f6376;transition:background .15s,border-color .15s,color .15s;border-radius:999px;background:#fff;cursor:pointer;font-family:var(--font-montserrat)}.pub-list__filter-btn:hover{border-color:#0080ff;color:#0080ff}.pub-list__filter-btn--active,.pub-list__filter-btn--active:hover{border-color:#011e64;color:#fff;background:#011e64}.pub-list__search{position:relative;min-width:220px;align-items:center;display:flex}.pub-list__search-icon{pointer-events:none;flex-shrink:0;color:#9aa0b4;position:absolute;left:12px}.pub-list__search-input{padding:8px 36px;font-size:13px;border:1.5px solid #dce3ee;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#011e64;transition:border-color .15s;outline:none;border-radius:999px;background:#fff;width:100%;font-family:var(--font-montserrat)}.pub-list__search-input::placeholder{color:#9aa0b4}.pub-list__search-input:focus{border-color:#011e64}.pub-list__search-input::-webkit-search-cancel-button{display:none}.pub-list__search-clear{padding:0;font-size:11px;border:none;right:12px;color:#9aa0b4;transition:color .15s;position:absolute;background:none;cursor:pointer;line-height:1}.pub-list__search-clear:hover{color:#011e64}.pub-list__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pub-list__card{overflow:hidden;transition:box-shadow .2s,transform .18s;flex-direction:column;border-radius:20px;background:#f9f9f9;display:flex}.pub-list__card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #011e641a}.pub-list__thumb-wrap{overflow:hidden;aspect-ratio:16/9;background:#e8edf5;width:100%}.pub-list__thumb{height:100%;transition:transform .3s ease;object-fit:cover;width:100%;display:block}.pub-list__card:hover .pub-list__thumb{transform:scale(1.04)}.pub-list__card-body{flex:1;padding:20px;flex-direction:column;gap:10px;display:flex}.pub-list__badge{padding:3px 10px;font-size:10px;font-weight:700;color:#011e64;text-transform:uppercase;letter-spacing:.07em;border-radius:999px;background:#d6e2ffb3;width:fit-content;font-family:var(--font-montserrat);display:inline-block}.pub-list__card-title{font-size:15px;font-weight:700;color:#011e64;line-height:1.4}.pub-list__card-desc,.pub-list__card-title{overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-family:var(--font-montserrat);display:-webkit-box}.pub-list__card-desc{flex:1;font-size:13px;color:#5f6376;line-height:1.65}.pub-list__download-btn{padding:9px 16px;font-size:13px;text-decoration:none;font-weight:700;color:#fff;transition:background .15s;gap:7px;align-items:center;border-radius:10px;background:#011e64;width:fit-content;margin-top:auto;font-family:var(--font-montserrat);display:inline-flex}.pub-list__download-btn:hover{background:#0080ff}.pub-list__state{padding:48px 0;font-size:15px;color:#5f6376;text-align:center;font-family:var(--font-montserrat)}.pub-list__card--skeleton{pointer-events:none}.pub-list__ghost{animation:pub-shimmer 1.4s infinite;border-radius:8px;background:linear-gradient(90deg,#eef0f4 25%,#e2e5eb,#eef0f4 75%);background-size:200% 100%}@keyframes pub-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pub-list__ghost--thumb{aspect-ratio:16/9;border-radius:0;width:100%}.pub-list__ghost--badge{height:18px;width:70px}.pub-list__ghost--title{height:15px;margin-bottom:4px;width:90%}.pub-list__ghost--desc{height:12px;width:100%}.pub-list__ghost--btn{height:36px;border-radius:10px;width:110px;margin-top:8px}@media (max-width:900px){.pub-list__grid{grid-template-columns:repeat(2,1fr)}.pub-list__toolbar{flex-direction:column;align-items:stretch}.pub-list__search{min-width:unset}}@media (max-width:560px){.pub-list__grid{grid-template-columns:1fr}}.page-header{padding:calc(var(--header-height) + 64px) 40px 72px;background-size:100% auto;text-align:center;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.page-header__inner{max-width:720px;margin:0 auto}.page-header__title{font-size:clamp(32px,4.5vw,52px);font-weight:700;color:#0a0f2e;letter-spacing:-.02em;margin:0 0 20px;line-height:1.1;font-family:Montserrat,sans-serif}.page-header__description{font-size:clamp(16px,1.8vw,19px);color:#5f6376;max-width:600px;margin:0;margin-inline:auto;line-height:1.7;font-family:Plus Jakarta Sans,sans-serif}@media (max-width:768px){.page-header{padding:calc(var(--header-height) + 40px) 24px 56px}}@media (max-width:480px){.page-header{padding:calc(var(--header-height) + 28px) 20px 44px}}.notfound{overflow:hidden;min-height:calc(100vh - var(--header-height, 80px));padding:80px 24px;justify-content:center;position:relative;background-size:100% auto;background-color:#f8fbff;align-items:center;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat;display:flex}.notfound__canvas{height:100%;pointer-events:none;right:0;position:absolute;bottom:0;top:0;left:0;width:100%}.notfound__inner{position:relative;max-width:560px;flex-direction:column;gap:24px;text-align:center;align-items:center;display:flex;z-index:1}.notfound__badge{font-size:clamp(96px,18vw,160px);font-weight:900;letter-spacing:-.04em;background:linear-gradient(135deg,#012571,#1e3fce 60%,#5b8fff);-webkit-background-clip:text;background-clip:text;line-height:1;-webkit-user-select:none;user-select:none;font-family:Montserrat,sans-serif;-webkit-text-fill-color:transparent}.notfound__title{font-size:clamp(26px,4vw,40px);font-weight:700;color:#0a0f2e;letter-spacing:-.02em;margin:0;line-height:1.15;font-family:Montserrat,sans-serif}.notfound__title em{font-style:italic;color:#1279ff}.notfound__desc{font-size:16px;color:#5f6376;max-width:420px;margin:0;line-height:1.75}.notfound__cta,.notfound__desc{font-family:Plus Jakarta Sans,sans-serif}.notfound__cta{padding:14px 28px;font-size:15px;text-decoration:none;font-weight:700;color:#fff;transition:background .2s,transform .15s;gap:8px;align-items:center;border-radius:10px;background:#012571;margin-top:4px;display:inline-flex}.notfound__cta:hover{transform:translateY(-2px);background:#0a3299}.notfound__links{justify-content:center;flex-wrap:wrap;gap:8px 16px;margin-top:4px;display:flex}.notfound__link{padding:7px 16px;font-size:14px;border:1.5px solid rgba(1,37,113,.18);text-decoration:none;font-weight:700;color:#012571;transition:background .2s,border-color .2s,transform .15s;border-radius:8px;background:#0125710a;font-family:Plus Jakarta Sans,sans-serif}.notfound__link:hover{border-color:#01257159;transform:translateY(-1px);background:#0125711a}@media (max-width:480px){.notfound__links{gap:8px}.notfound__link{font-size:13px}}.iletisim-form__kvkk{gap:10px;align-items:flex-start;display:flex}.iletisim-form__kvkk input[type=checkbox]{height:16px;flex-shrink:0;accent-color:#1a56db;cursor:pointer;width:16px;margin-top:3px}.iletisim-form__kvkk label{font-size:13px;color:#555;cursor:pointer;line-height:1.5}.iletisim-form__kvkk label a{text-decoration:underline;color:#1a56db}.iletisim-hero{padding:calc(var(--header-height, 80px) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.iletisim-hero__inner{min-height:520px;grid-template-columns:1fr .8fr;max-width:1280px;gap:48px;margin:0 auto;align-items:center;display:grid}.iletisim-hero__eyebrow{padding:5px 14px;font-size:11px;font-weight:700;margin-bottom:20px;color:#012571;text-transform:uppercase;letter-spacing:.14em;border-radius:100px;background:#01257114;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.iletisim-hero__title{font-size:clamp(36px,4.5vw,56px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0 0 20px;line-height:1.08;font-family:Montserrat,sans-serif}.iletisim-hero__title em{font-weight:700;font-style:italic;color:#1279ff}.iletisim-hero__desc{font-size:18px;color:#5f6376;max-width:480px;margin:0 0 32px;line-height:1.65;font-family:Plus Jakarta Sans,sans-serif}.iletisim-hero__phone{padding:14px 28px;font-size:15px;text-decoration:none;font-weight:700;color:#fff;transition:background .2s,transform .15s;gap:10px;align-items:center;border-radius:10px;background:#012571;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.iletisim-hero__phone:hover{transform:translateY(-2px);background:#0a3299}.iletisim-hero__visual{min-height:400px}.iletisim-hero__circle,.iletisim-hero__visual{justify-content:center;position:relative;align-items:center;display:flex}.iletisim-hero__circle{height:260px;box-shadow:0 24px 80px #01257138;border-radius:50%;background:linear-gradient(135deg,#012571,#1e3fce);width:260px;z-index:1}.iletisim-hero__circle svg{color:#ffffffe6}.iletisim-hero__circle:before{border:1.5px dashed rgba(1,37,113,.18);right:-20px;content:"";position:absolute;bottom:-20px;top:-20px;border-radius:50%;left:-20px}.iletisim-hero__circle:after{border:1px dashed rgba(1,37,113,.1);right:-40px;content:"";position:absolute;bottom:-40px;top:-40px;border-radius:50%;left:-40px}.iletisim-hero__chip{padding:12px 18px;border:1.5px solid #e8eef8;position:absolute;gap:10px;align-items:center;box-shadow:0 8px 30px #0125711a;border-radius:14px;background:#fff;white-space:nowrap;display:flex}.iletisim-hero__chip--tl{top:20px;left:0}.iletisim-hero__chip--tr{right:0;top:60px}.iletisim-hero__chip--bl{bottom:60px;left:0}.iletisim-hero__chip--br{right:0;bottom:20px}.iletisim-hero__chip-icon{height:36px;flex-shrink:0;justify-content:center;color:#012571;align-items:center;border-radius:10px;background:#01257114;width:36px;display:flex}.iletisim-hero__chip-value{font-size:16px;font-weight:800;color:#0a0f2e;line-height:1;font-family:Montserrat,sans-serif}.iletisim-hero__chip-label{font-size:11px;color:#6b7280;margin-top:2px;font-family:Plus Jakarta Sans,sans-serif}@media (max-width:900px){.iletisim-hero__inner{min-height:auto;grid-template-columns:1fr}.iletisim-hero__visual{display:none}}.iletisim-form-section{padding:80px 40px;background:#f4f7fe}.iletisim-form-section__inner{grid-template-columns:1fr 1fr;max-width:1200px;gap:80px;margin:0 auto;align-items:start;display:grid}.iletisim-info__eyebrow{padding:5px 14px;font-size:11px;font-weight:700;margin-bottom:24px;color:#012571;text-transform:uppercase;letter-spacing:.14em;border-radius:100px;background:#01257114;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.iletisim-info__title{font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#0a0f2e;letter-spacing:-.02em;margin:0 0 16px;line-height:1.2;font-family:Montserrat,sans-serif}.iletisim-info__desc{font-size:16px;color:#4a5568;margin:0 0 32px;line-height:1.75;font-family:Plus Jakarta Sans,sans-serif}.iletisim-info__stat{margin-bottom:36px;gap:12px;align-items:center;display:flex}.iletisim-info__stat-badge{font-size:28px;font-weight:800;color:#012571;white-space:nowrap;font-family:Montserrat,sans-serif}.iletisim-info__stat-label{font-size:14px;color:#6b7280;line-height:1.4;font-family:Plus Jakarta Sans,sans-serif}.iletisim-info__phone{padding:14px 28px;font-size:15px;text-decoration:none;font-weight:700;margin-bottom:40px;color:#fff;transition:background .2s,transform .2s;gap:10px;align-items:center;border-radius:10px;background:#012571;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.iletisim-info__phone:hover{transform:translateY(-1px);background:#0a3299}.iletisim-info__contacts{flex-direction:column;gap:14px;display:flex}.iletisim-info__contact-item{font-size:14px;text-decoration:none;color:#374151;gap:12px;align-items:center;font-family:Plus Jakarta Sans,sans-serif;display:flex}.iletisim-info__contact-item:hover{color:#012571}.iletisim-info__contact-icon{height:38px;flex-shrink:0;justify-content:center;color:#012571;align-items:center;border-radius:10px;background:#01257114;width:38px;display:flex}.iletisim-form-card{padding:40px;box-shadow:0 8px 40px #0125711a;border-radius:20px;background:#fff}.iletisim-form__title{font-size:18px;font-weight:700;color:#0a0f2e;margin:0 0 28px;font-family:Montserrat,sans-serif}.iletisim-form{flex-direction:column;gap:18px;display:flex}.iletisim-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.iletisim-form__group{flex-direction:column;gap:6px;display:flex}.iletisim-form__label{font-size:13px;font-weight:700;color:#374151;font-family:Plus Jakarta Sans,sans-serif}.iletisim-form__label span{color:#ef4444;margin-left:2px}.iletisim-form__input,.iletisim-form__select{padding:11px 14px;font-size:14px;border:1.5px solid #e5e7eb;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1f2937;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box;border-radius:8px;background:#f9fafb;width:100%;font-family:Plus Jakarta Sans,sans-serif}.iletisim-form__input:focus,.iletisim-form__select:focus{border-color:#012571;box-shadow:0 0 0 3px #01257114;background:#fff}.iletisim-form__input::placeholder{color:#9ca3af}.iletisim-form__select{padding-right:36px;background-position:right 14px center;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236b7280' stroke-linecap='round' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat}.iletisim-form__submit{padding:15px 28px;justify-content:center;font-size:15px;border:none;font-weight:700;color:#fff;transition:background .2s,transform .2s;gap:8px;align-items:center;border-radius:10px;background:#012571;cursor:pointer;margin-top:4px;font-family:Plus Jakarta Sans,sans-serif;display:flex}.iletisim-form__submit:hover{transform:translateY(-1px);background:#0a3299}.iletisim-form__submit:disabled{transform:none;background:#9ca3af;cursor:not-allowed}.iletisim-form__success{padding:24px;font-size:15px;border:1.5px solid #86efac;font-weight:700;color:#15803d;text-align:center;border-radius:12px;background:#f0fdf4;font-family:Plus Jakarta Sans,sans-serif}.iletisim-testimonials{padding:80px 40px;background:#fff}.iletisim-testimonials__inner{max-width:1200px;margin:0 auto}.iletisim-testimonials__header{margin-bottom:48px;text-align:center}.iletisim-testimonials__eyebrow{padding:5px 14px;font-size:11px;font-weight:700;margin-bottom:16px;color:#012571;text-transform:uppercase;letter-spacing:.14em;border-radius:100px;background:#01257114;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.iletisim-testimonials__title{font-size:clamp(22px,2.5vw,32px);font-weight:800;color:#0a0f2e;letter-spacing:-.02em;margin:0;font-family:Montserrat,sans-serif}.iletisim-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.iletisim-testimonial-card{padding:32px;border:1.5px solid #e8eef8;flex-direction:column;gap:20px;border-radius:20px;background:#f8fbff;display:flex}.iletisim-testimonial-card__quote{flex:1;font-size:15px;color:#374151;position:relative;line-height:1.75;font-family:Plus Jakarta Sans,sans-serif}.iletisim-testimonial-card__quote:before{font-size:60px;margin-right:4px;color:#012571;content:"“";opacity:.15;line-height:0;vertical-align:-20px;font-family:Georgia,serif}.iletisim-testimonial-card__author{padding-top:20px;border-top:1px solid #e8eef8;gap:14px;align-items:center;display:flex}.iletisim-testimonial-card__photo{height:52px;flex-shrink:0;border:2px solid #e8eef8;object-fit:cover;border-radius:50%;width:52px}.iletisim-testimonial-card__photo-placeholder{height:52px;flex-shrink:0;justify-content:center;font-size:18px;font-weight:700;color:#fff;align-items:center;border-radius:50%;background:linear-gradient(135deg,#012571,#1e3fce);width:52px;font-family:Montserrat,sans-serif;display:flex}.iletisim-testimonial-card__name{font-size:14px;font-weight:700;color:#0a0f2e;margin:0 0 3px;font-family:Montserrat,sans-serif}.iletisim-testimonial-card__role{font-size:12px;color:#6b7280;font-family:Plus Jakarta Sans,sans-serif}@media (max-width:900px){.iletisim-form-section__inner{grid-template-columns:1fr;gap:48px}.iletisim-testimonials__grid{grid-template-columns:1fr}}@media (max-width:600px){.iletisim-form-section,.iletisim-testimonials{padding:60px 20px}.iletisim-hero{padding:120px 20px 40px}.iletisim-form-card{padding:28px 20px}.iletisim-form__row{grid-template-columns:1fr}}.blog-boxes{padding:clamp(150px,20vh,200px) 0}.blog-boxes__inner{max-width:1140px;margin:0 auto}.blog-boxes__grid{grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;display:grid}.blog-boxes__box{min-height:1px;border-radius:23px}.blog-boxes__box--experience{padding:28px 24px 24px;justify-content:space-between;flex-direction:column;background-color:#f9f9f9;display:flex}.blog-boxes__stat-head{gap:16px;align-items:flex-start;display:flex}.blog-boxes__stat-number{flex-shrink:0;font-size:70px;line-height:1}.blog-boxes__stat-number,.blog-boxes__stat-title{font-weight:500;color:#000;font-family:var(--font-montserrat)}.blog-boxes__stat-title{padding-top:4px;font-size:24px;margin:0;line-height:1.25}.blog-boxes__stat-title-line{display:block}.blog-boxes__badges{list-style:none;padding:0;flex-wrap:wrap;gap:8px;margin:0;display:flex}.blog-boxes__badge{padding:5px 9px;font-size:13px;font-weight:400;border-radius:30px;line-height:1.2;font-family:var(--font-montserrat);display:inline-block}.blog-boxes__badge--dark{color:#fff;background-color:#000}.blog-boxes__badge--light{color:#000;background-color:#fff}.blog-boxes__box--quote{padding:28px 24px 24px;text-align:center;background-color:#f9f9f9}.blog-boxes__quote-icon{height:auto;margin-inline:auto;width:55px;display:block}.blog-boxes__quote-block{padding:0;border:0;margin:20px 0 0}.blog-boxes__quote-text{font-size:16px;margin:0;line-height:1.5}.blog-boxes__quote-cite,.blog-boxes__quote-text{font-weight:400;color:#000;font-family:var(--font-montserrat)}.blog-boxes__quote-cite{font-size:14px;font-style:normal;margin:16px 0 0;line-height:1.45}.blog-boxes__box--third{padding:28px 24px 24px;justify-content:space-between;position:relative;flex-direction:column;background-color:#dceaff;display:flex}.blog-boxes__box--third .box-corner{transform:rotate(270deg);pointer-events:none;right:0;position:absolute;top:0;width:100px;z-index:1}.blog-boxes__box--third .video-button{height:56px;right:0;transition:transform .2s ease;position:absolute;top:0;width:56px;z-index:1}.blog-boxes__box--third .video-button:hover{transform:scale(1.05)}.blog-boxes__box--third .video-button:active{transform:scale(.95)}.blog-boxes__avatars{flex-direction:row;align-items:center;display:flex}.blog-boxes__avatar{height:60px;flex-shrink:0;border:2px solid #fff;position:relative;object-fit:cover;border-radius:50%;width:60px}.blog-boxes__avatar:not(:first-child){margin-left:-18px}.blog-boxes__avatar:first-child{z-index:1}.blog-boxes__avatar:nth-child(2){z-index:2}.blog-boxes__avatar:nth-child(3){z-index:3}.blog-boxes__customers-label{font-size:18px;font-weight:300;color:#000;letter-spacing:-.5px;margin:0;line-height:1.3;font-family:var(--font-montserrat)}.blog-boxes__customers-value{font-size:76px;font-weight:400;color:#000;margin:8px 0 0;line-height:1;font-family:var(--font-montserrat)}@media (max-width:900px){.blog-boxes{padding:20px}.blog-boxes__grid{grid-template-columns:1fr}.blog-boxes__stat-head{flex-wrap:wrap}}.blog-hero{min-height:50vh;padding:10vh 0;position:relative;background-size:cover;background-color:#f4f8ff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.blog-hero:before{height:130px;content:"";position:absolute;border-top:1px solid rgba(0,0,0,.1);bottom:-80px;border-radius:74px 74px 0 0;background:#fff;left:0;width:100%}.visually-hidden{height:1px;overflow:hidden;padding:0;border:0;clip:rect(0,0,0,0);position:absolute;margin:-1px;width:1px;white-space:nowrap}.blog-hero__inner{min-height:clamp(280px,52vw,420px);position:relative;max-width:1440px;isolation:isolate;margin:0 auto}.blog-hero__watermark{overflow:hidden;transform:translate(-50%,-50%);pointer-events:none;text-overflow:clip;padding:0 clamp(8px,2vw,16px);font-size:13.75rem;font-weight:400;color:transparent;-webkit-background-clip:text;background-clip:text;position:absolute;max-width:100%;letter-spacing:.04em;text-align:center;top:40%;box-sizing:border-box;margin:0;left:50%;width:100%;background-image:linear-gradient(180deg,#adb0bd,#adb0bd 39%,#47567800);line-height:1;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:var(--font-bebas-neue);-webkit-text-fill-color:transparent;z-index:0}.blog-hero__stage{position:relative;flex-direction:column;align-items:center;display:flex;z-index:1}.blog-hero__visual{transform:translateY(50%);--blog-parallax-y:0px;position:relative;--blog-parallax-x:0px;width:100%;place-items:center;display:grid;z-index:1}.blog-hero__container-img{height:auto;transform:translate(var(--blog-parallax-x),var(--blog-parallax-y));transition:transform .22s ease-out;will-change:transform;width:50%;display:block}.blog-hero__search{height:90px;padding:0 clamp(14px,2.5vw,20px) 0 clamp(18px,3vw,24px);border:2px solid #0080ff;position:relative;max-width:100%;gap:clamp(8px,2vw,14px);box-sizing:border-box;align-items:center;box-shadow:0 16px 48px #01257114;border-radius:24px;background:#fff;width:100%;margin-top:clamp(-3.25rem,-8vw,-2rem);display:flex;z-index:2}.blog-hero__search-wrap{position:relative;max-width:100%;width:60%;z-index:30}.blog-hero__search-leading{height:auto;flex-shrink:0;width:clamp(32px,9vw,46px);display:block}.blog-hero__search-input{flex:1;font-size:clamp(15px,3.5vw,18px);border:0;color:#121212;outline:none;min-width:0;background:transparent;font-family:var(--font-plus-jakarta)}.blog-hero__search-input::placeholder{color:#9aa0b5}.blog-hero__autocomplete{overflow-y:auto;border:1px solid #d9e6f8;right:0;position:absolute;max-height:min(420px,58vh);top:calc(100% + 12px);box-shadow:0 18px 42px #01257129;border-radius:16px;background:#fff;left:0;z-index:9999999}.blog-hero__autocomplete-list{list-style:none;padding:8px;margin:0}.blog-hero__autocomplete-item{padding:10px;text-decoration:none;transition:background-color .15s ease;gap:12px;align-items:center;border-radius:12px;width:100%;display:flex}.blog-hero__autocomplete-item:hover{background:#f4f8ff}.blog-hero__autocomplete-thumb{height:64px;flex-shrink:0;object-fit:cover;border-radius:8px;width:96px}.blog-hero__autocomplete-text{flex-direction:column;min-width:0;gap:4px;display:flex}.blog-hero__autocomplete-title{font-size:15px;font-weight:700;color:#0f1011;line-height:1.3;font-family:var(--font-montserrat)}.blog-hero__autocomplete-excerpt{overflow:hidden;font-size:12px;font-weight:400;color:#586074;-webkit-box-orient:vertical;line-height:1.4;-webkit-line-clamp:2;font-family:var(--font-montserrat);display:-webkit-box}.blog-hero__autocomplete-empty{padding:16px;font-size:14px;color:#586074;margin:0;font-family:var(--font-montserrat)}.blog-hero__autocomplete-ghost{overflow:hidden;position:relative;border-radius:8px;background:#e7edf8;display:block}.blog-hero__autocomplete-ghost:after{animation:blog-hero-autocomplete-shimmer 1.2s ease-in-out infinite;transform:translate(-100%);right:0;content:"";position:absolute;bottom:0;top:0;background:linear-gradient(90deg,#e7edf800,#ffffffb3,#e7edf800);left:0}.blog-hero__autocomplete-ghost--thumb{height:64px;flex-shrink:0;width:96px}.blog-hero__autocomplete-ghost--title{height:16px;margin-bottom:8px;width:82%}.blog-hero__autocomplete-ghost--excerpt{height:12px;width:66%}@keyframes blog-hero-autocomplete-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.blog-hero__container-img{transform:none;transition:none}}@media (max-width:768px){.blog-hero{min-height:unset;padding:calc(var(--header-height) + 20px) 0 64px}.blog-hero__watermark{display:none}.blog-hero__inner{min-height:unset}.blog-hero__visual{display:none}.blog-hero__search{height:72px;padding:0 14px 0 18px;border-radius:18px;width:100%;margin-top:clamp(2rem,8vw,3rem)}.blog-hero__search-wrap{width:90%}.blog-hero:before{height:80px;bottom:-48px;border-radius:48px 48px 0 0}}.blog-posts{padding:0 20px 80px;background-color:#fff}.blog-posts__inner{grid-template-columns:minmax(0,1fr) minmax(0,280px);max-width:1140px;gap:32px;margin:0 auto;align-items:start;display:grid}.blog-posts__sidebar{padding:24px;background-color:#f9f9f9;border-radius:14px}.blog-posts__sidebar-title{font-size:30px;font-weight:700;color:#011e64;margin:0 0 20px;line-height:1.15;font-family:var(--font-montserrat)}.blog-posts__category-list{list-style:none;padding:0;margin:0}.blog-posts__category-item{position:relative}.blog-posts__category-item+.blog-posts__category-item{margin-top:8px}.blog-posts__category-btn{padding:10px 4px;font-size:16px;border:0;font-weight:500;color:#000;transition:background-color .15s ease,color .15s ease;position:relative;max-width:100%;text-align:left;box-sizing:border-box;align-items:center;border-radius:999px;background:transparent;cursor:pointer;width:100%;line-height:1.3;font-family:var(--font-montserrat);display:inline-flex;z-index:1}.blog-posts__category-btn--active{font-weight:700;color:#0080ff}.blog-posts__category-btn:hover{color:#0080ff}.blog-posts__category-item:before{height:100%;transition:opacity .2s ease;content:"";position:absolute;opacity:0;top:0;background-color:#fff;border-radius:0 14px 14px 0;left:-24px;width:calc(100% + 24px)}.blog-posts__category-item:has(.blog-posts__category-btn--active):before{opacity:1}.blog-posts__content{min-width:0}.blog-posts__state{min-height:280px;justify-content:center;flex-direction:column;gap:16px;align-items:center;display:flex}.blog-posts__state-text{font-size:15px;color:#6b7280;font-family:var(--font-montserrat)}.blog-posts__ghost{overflow:hidden;position:relative;border-radius:10px;background:#e9eef7}.blog-posts__ghost:after{animation:blog-posts-ghost-shimmer 1.4s ease-in-out infinite;transform:translate(-100%);right:0;content:"";position:absolute;bottom:0;top:0;background:linear-gradient(90deg,#e9eef700,#ffffffa6,#e9eef700);left:0}.blog-posts__ghost--image{aspect-ratio:520/280;border-radius:16px;width:100%}.blog-posts__ghost--title{height:30px;width:82%}.blog-posts__ghost--text{height:12px;width:100%;margin-top:12px}.blog-posts__ghost--text-short{width:72%}.blog-posts__ghost--avatar{height:40px;border-radius:6px;width:40px}.blog-posts__ghost--name{height:14px;margin-bottom:8px;width:120px}.blog-posts__ghost--role{height:12px;width:90px}.blog-posts__ghost--category{height:22px;margin:6px 4px;width:calc(100% - 8px);display:block}@keyframes blog-posts-ghost-shimmer{to{transform:translate(100%)}}.blog-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.blog-posts__card{overflow:hidden;position:relative;flex-direction:column;border-radius:16px;display:flex}.blog-posts__card--odd{background-color:#d6e2ff70}.blog-posts__card--even{background-color:#f9f9f9}.blog-posts__card-media{overflow:hidden;padding:24px}.blog-posts__card-image{height:auto;object-fit:cover;border-radius:16px;width:100%;display:block}.blog-posts__card-body{flex:1;padding:0 24px 24px;position:relative;flex-direction:column;display:flex;z-index:0}.blog-posts__card-title{margin:0}.blog-posts__card-title-link{font-size:22px;text-decoration:none;font-weight:700;color:#0f1011;line-height:1.35;font-family:var(--font-montserrat)}.blog-posts__card-title-link:hover{text-decoration:underline}.blog-posts__card-excerpt{font-size:12px;font-weight:400;color:#0f1011;margin:12px 0 0;line-height:1.55;font-family:var(--font-montserrat)}.blog-posts__card-footer{padding-top:16px;margin-top:auto}.blog-posts__author{gap:12px;align-items:center;display:flex}.blog-posts__author-avatar{height:40px;flex-shrink:0;object-fit:cover;border-radius:6px;width:40px}.blog-posts__author-text{flex-direction:column;min-width:0;gap:2px;display:flex}.blog-posts__author-name{font-size:14px;font-weight:700;color:#0f1011;font-family:var(--font-montserrat)}.blog-posts__author-role{font-size:12px;font-weight:400;color:#0f1011;font-family:var(--font-montserrat)}.blog-posts__box-corner{height:auto;pointer-events:none;right:0;position:absolute;bottom:0;width:90px;z-index:1}.blog-posts__arrow-btn{right:0;transition:transform .25s ease;position:absolute;bottom:0;border-radius:50%;line-height:0;z-index:2}.blog-posts__arrow-btn:hover{transform:rotate(-45deg)}.blog-posts__arrow-btn:focus-visible{outline-offset:3px;outline:2px solid #0080ff}@media (max-width:980px){.blog-posts{padding:0 16px 56px}.blog-posts__inner{grid-template-columns:minmax(0,1fr);gap:24px}.blog-posts__sidebar{padding:16px;max-width:none;order:-1;width:100%}.blog-posts__sidebar-title{font-size:clamp(1.25rem,5vw,1.875rem);margin-bottom:12px}.blog-posts__category-list{overflow-y:hidden;overflow-x:auto;padding:4px 2px 12px;flex-wrap:nowrap;flex-direction:row;gap:10px;-webkit-overflow-scrolling:touch;margin:0 -2px;scrollbar-width:thin;overscroll-behavior-x:contain;display:flex}.blog-posts__category-list::-webkit-scrollbar{height:6px}.blog-posts__category-list::-webkit-scrollbar-thumb{border-radius:999px;background:#011e6440}.blog-posts__category-item{flex-shrink:0}.blog-posts__category-item+.blog-posts__category-item{margin-top:0}.blog-posts__category-item:before{display:none}.blog-posts__category-btn{min-height:44px;padding:10px 18px;max-width:none;align-items:center;width:auto;white-space:nowrap}.blog-posts__category-btn--active{background-color:#fff;box-shadow:0 1px 2px #0f10110f}.blog-posts__grid{grid-template-columns:minmax(0,1fr);gap:20px}.blog-posts__card-media{padding:16px}.blog-posts__card-body{padding:0 16px 20px}.blog-posts__arrow-btn img{height:auto;width:min(52px,14vw)}.blog-posts__box-corner{width:min(90px,22vw)}}.blog-posts__pagination{justify-content:center;gap:6px;align-items:center;margin-top:48px;display:flex}.blog-posts__page-btn{height:40px;padding:0 10px;font-size:15px;border:1.5px solid #dde3ef;font-weight:500;color:#011e64;transition:border-color .18s,background .18s,color .18s;min-width:40px;border-radius:8px;background:#fff;cursor:pointer;line-height:1}.blog-posts__page-btn:hover:not(:disabled){border-color:#011e64;background:#f0f4ff}.blog-posts__page-btn--active{border-color:#011e64;color:#fff;background:#011e64}.blog-posts__page-btn--arrow{padding:0 12px;font-size:20px}.blog-posts__page-btn:disabled{opacity:.35;cursor:default}.blog-posts__page-ellipsis{padding:0 4px;font-size:15px;color:#6b7280}.blog-detail{padding:140px 20px 80px;background-color:#fff}.blog-detail__inner{grid-template-columns:minmax(0,1fr) minmax(0,280px);max-width:1140px;gap:32px;margin:0 auto;align-items:start;display:grid}.blog-detail__breadcrumb{font-size:13px;color:#6b7280;gap:8px;margin:0 0 28px;align-items:center;font-family:var(--font-montserrat);display:flex}.blog-detail__breadcrumb a{text-decoration:none;color:#6b7280;transition:color .15s ease}.blog-detail__breadcrumb a:hover{color:#0080ff}.blog-detail__breadcrumb-sep{opacity:.5}.blog-detail__breadcrumb-current{overflow:hidden;text-overflow:ellipsis;font-weight:500;color:#011e64;max-width:260px;white-space:nowrap}.blog-detail__category-tag{padding:4px 14px;font-size:12px;text-transform:uppercase;letter-spacing:.03em;background-color:#d6e2ff99;margin:0 0 16px;border-radius:999px;display:inline-block}.blog-detail__category-tag,.blog-detail__title{font-weight:700;color:#011e64;font-family:var(--font-montserrat)}.blog-detail__title{font-size:clamp(1.5rem,3.5vw,2.25rem);margin:0 0 20px;line-height:1.2}.blog-detail__meta{border-bottom:1px solid #e8edf5;gap:16px;margin:0 0 32px;align-items:center;padding-bottom:24px;display:flex}.blog-detail__author{gap:10px;align-items:center;display:flex}.blog-detail__author-avatar{height:40px;flex-shrink:0;object-fit:cover;border-radius:8px;width:40px}.blog-detail__author-text{flex-direction:column;gap:2px;display:flex}.blog-detail__author-name{font-size:14px;font-weight:700;color:#0f1011;line-height:1.2;font-family:var(--font-montserrat)}.blog-detail__author-role{font-size:12px;font-weight:400;color:#6b7280;font-family:var(--font-montserrat)}.blog-detail__meta-divider{height:32px;background-color:#e8edf5;width:1px}.blog-detail__date{font-size:13px;color:#6b7280;font-family:var(--font-montserrat)}.blog-detail__featured-image-wrap{overflow:hidden;margin:0 0 36px;border-radius:16px}.blog-detail__featured-image{height:auto;object-fit:cover;aspect-ratio:16/7;width:100%;display:block}.blog-detail__content .rich-text{padding:0;background:transparent}.blog-detail__content .rich-text__body{max-width:none}.blog-detail__body,.blog-detail__content .rich-text__body{font-size:16px;font-weight:400;color:#0f1011;line-height:1.8;font-family:var(--font-montserrat)}.blog-detail__body h2{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;color:#011e64;margin:40px 0 16px;line-height:1.25}.blog-detail__body h3{font-size:clamp(1.05rem,2vw,1.25rem);font-weight:700;color:#011e64;margin:32px 0 12px}.blog-detail__body p{margin:0 0 20px}.blog-detail__body ol,.blog-detail__body ul{margin:0 0 20px;padding-left:24px}.blog-detail__body li{margin-bottom:8px}.blog-detail__body a{text-decoration:underline;color:#0080ff;text-underline-offset:3px}.blog-detail__body blockquote{border-left:4px solid #0080ff;padding:16px 24px;font-style:italic;color:#011e64;background-color:#d6e2ff4d;margin:28px 0;border-radius:0 12px 12px 0}.blog-detail__body img{max-width:100%;margin:16px 0;border-radius:12px}.blog-detail__state{min-height:320px;justify-content:center;flex-direction:column;gap:16px;text-align:center;align-items:center;display:flex}.blog-detail__state-icon{font-size:48px;opacity:.4}.blog-detail__state-text{font-size:16px;color:#6b7280;font-family:var(--font-montserrat)}.blog-detail__spinner{animation:blog-detail-spin .7s linear infinite;height:40px;border:3px solid #e8edf5;border-top-color:#0080ff;border-radius:50%;width:40px}@keyframes blog-detail-spin{to{transform:rotate(1turn)}}.blog-detail__sidebar{position:sticky;flex-direction:column;gap:24px;top:24px;display:flex}.blog-detail__sidebar-card{padding:24px;background-color:#f9f9f9;border-radius:14px}.blog-detail__sidebar-heading{font-size:22px;font-weight:700;color:#011e64;margin:0 0 20px;line-height:1.2;font-family:var(--font-montserrat)}.blog-detail__category-list{list-style:none;padding:0;margin:0}.blog-detail__category-item{position:relative}.blog-detail__category-item+.blog-detail__category-item{margin-top:6px}.blog-detail__category-item:before{height:100%;transition:opacity .2s ease;content:"";position:absolute;opacity:0;top:0;background-color:#fff;border-radius:0 14px 14px 0;left:-24px;width:calc(100% + 24px)}.blog-detail__category-link{padding:9px 4px;font-size:15px;text-decoration:none;font-weight:500;color:#0f1011;transition:color .15s ease;position:relative;align-items:center;font-family:var(--font-montserrat);display:flex;z-index:1}.blog-detail__category-link:hover{color:#0080ff}.blog-detail__category-item:has(.blog-detail__category-link--active):before{opacity:1}.blog-detail__category-link--active{font-weight:700;color:#0080ff}.blog-detail__recent-list{list-style:none;padding:0;flex-direction:column;gap:16px;margin:0;display:flex}.blog-detail__recent-item{gap:12px;align-items:flex-start;display:flex}.blog-detail__recent-thumb{height:60px;flex-shrink:0;object-fit:cover;border-radius:10px;width:60px}.blog-detail__recent-info{flex-direction:column;min-width:0;gap:4px;display:flex}.blog-detail__recent-title{overflow:hidden;font-size:13px;text-decoration:none;font-weight:700;color:#0f1011;transition:color .15s ease;-webkit-box-orient:vertical;line-height:1.4;-webkit-line-clamp:2;font-family:var(--font-montserrat);display:-webkit-box}.blog-detail__recent-title:hover{color:#0080ff}.blog-detail__recent-date{font-size:11px;color:#6b7280;font-family:var(--font-montserrat)}.blog-detail__sidebar-cta{padding:28px 24px;color:#fff;background-color:#011e64;border-radius:14px}.blog-detail__sidebar-cta-title{font-size:18px;font-weight:700;margin:0 0 10px;line-height:1.3;font-family:var(--font-montserrat)}.blog-detail__sidebar-cta-text{font-size:13px;font-weight:400;opacity:.85;margin:0 0 20px;line-height:1.6;font-family:var(--font-montserrat)}.blog-detail__sidebar-cta-btn{padding:10px 20px;font-size:14px;text-decoration:none;font-weight:700;color:#fff;transition:background-color .15s ease;gap:8px;background-color:#0080ff;align-items:center;border-radius:8px;font-family:var(--font-montserrat);display:inline-flex}.blog-detail__sidebar-cta-btn:hover{background-color:#06c}.blog-detail__body .wp-embed-youtube{overflow:hidden;padding-top:56.25%;position:relative;margin:28px 0;border-radius:12px;background:#000;width:100%}.blog-detail__body .wp-embed-youtube iframe{height:100%;border:none;right:0;position:absolute;bottom:0;top:0;left:0;width:100%}@media (max-width:980px){.blog-detail{padding:var(--header-height) 16px 56px}.blog-detail__inner{grid-template-columns:minmax(0,1fr);gap:24px}.blog-detail__sidebar{position:static}}.podcast-list{padding:calc(var(--header-height) + 60px) 40px 80px;max-width:1000px;margin:0 auto}.podcast-list__header{margin-bottom:56px}.podcast-list__eyebrow{padding:4px 14px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;background-color:#d6e2ff99;border-radius:999px;display:inline-block}.podcast-list__eyebrow,.podcast-list__title{font-weight:700;color:#011e64;margin:0 0 14px;font-family:var(--font-montserrat)}.podcast-list__title{font-size:clamp(2rem,4vw,2.75rem);line-height:1.1}.podcast-list__subtitle{font-size:16px;font-weight:400;color:#5f6376;max-width:560px;margin:0;line-height:1.65;font-family:var(--font-montserrat)}.podcast-search__wrap{margin-bottom:48px;position:relative;z-index:30}.podcast-search{height:80px;padding:0 28px;border:2px solid #0080ff;gap:16px;align-items:center;box-shadow:0 16px 48px #01257114;border-radius:24px;background:#fff;display:flex}.podcast-search__icon{height:26px;flex-shrink:0;color:#0080ff;width:26px}.podcast-search__input{flex:1;font-size:clamp(15px,2.5vw,18px);border:none;color:#121212;outline:none;min-width:0;background:transparent;font-family:var(--font-montserrat)}.podcast-search__input::placeholder{color:#9aa0b5}.podcast-search__autocomplete{overflow-y:auto;border:1px solid #d9e6f8;right:0;position:absolute;max-height:min(440px,60vh);top:calc(100% + 10px);box-shadow:0 18px 42px #01257124;border-radius:18px;background:#fff;left:0;z-index:9999}.podcast-search__list{list-style:none;padding:8px;margin:0}.podcast-search__item{padding:10px;border:none;transition:background .15s;gap:14px;text-align:left;align-items:center;border-radius:12px;background:transparent;cursor:pointer;width:100%;display:flex}.podcast-search__item:hover{background:#f4f8ff}.podcast-search__thumb{height:64px;flex-shrink:0;object-fit:cover;border-radius:10px;width:64px}.podcast-search__item-text{flex-direction:column;min-width:0;gap:2px;display:flex}.podcast-search__ep-num{font-size:10px;font-weight:700;color:#0080ff;text-transform:uppercase;letter-spacing:.07em;font-family:var(--font-montserrat)}.podcast-search__title{font-size:14px;font-weight:700;color:#011e64;line-height:1.3;-webkit-line-clamp:1}.podcast-search__desc,.podcast-search__title{overflow:hidden;-webkit-box-orient:vertical;font-family:var(--font-montserrat);display:-webkit-box}.podcast-search__desc{font-size:12px;color:#586074;line-height:1.4;-webkit-line-clamp:2}.podcast-search__empty{padding:16px 20px;font-size:14px;color:#9aa0b5;margin:0;font-family:var(--font-montserrat)}.podcast-search__ghost{animation:podcast-shimmer 1.4s infinite;border-radius:6px;background:linear-gradient(90deg,#eef0f4 25%,#e2e5eb,#eef0f4 75%);background-size:200% 100%;display:block}.podcast-search__ghost--thumb{height:64px;flex-shrink:0;border-radius:10px;width:64px}.podcast-search__ghost--title{height:14px;margin-bottom:6px;width:70%}.podcast-search__ghost--desc{height:11px;width:90%}.podcast-list__body{grid-template-columns:1fr 280px;gap:0 48px;align-items:start;display:grid}.podcast-list__grid{flex-direction:column;gap:16px;display:flex}.podcast-list__card{grid-template-columns:120px 1fr;padding:24px;border:none;text-decoration:none;transition:box-shadow .2s ease,transform .18s ease;gap:28px;text-align:left;background-color:#f9f9f9;align-items:center;border-radius:20px;cursor:pointer;width:100%;display:grid}.podcast-list__card:nth-child(2n){background-color:#d6e2ff4d}.podcast-list__card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #011e641a}.podcast-list__thumb-wrap{height:120px;overflow:hidden;flex-shrink:0;position:relative;background-color:#e8edf5;border-radius:14px;width:120px}.podcast-list__thumb{height:100%;transition:opacity .2s ease;object-fit:cover;width:100%;display:block}.podcast-list__card:hover .podcast-list__thumb{opacity:.85}.podcast-list__play{justify-content:center;right:0;transition:opacity .2s ease;position:absolute;opacity:0;bottom:0;top:0;align-items:center;left:0;display:flex}.podcast-list__card:hover .podcast-list__play{opacity:1}.podcast-list__play-btn{height:44px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;background-color:#011e64d9;align-items:center;border-radius:50%;width:44px;display:flex}.podcast-list__play-icon{height:0;border-left:14px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;margin-left:3px;width:0}.podcast-list__content{flex-direction:column;min-width:0;gap:6px;display:flex}.podcast-list__episode-num{font-size:11px;font-weight:700;color:#0080ff;text-transform:uppercase;letter-spacing:.07em;font-family:var(--font-montserrat)}.podcast-list__card-title{overflow:hidden;font-size:17px;font-weight:700;color:#011e64;transition:color .15s ease;margin:0;-webkit-box-orient:vertical;line-height:1.35;-webkit-line-clamp:2;font-family:var(--font-montserrat);display:-webkit-box}.podcast-list__card:hover .podcast-list__card-title{color:#0080ff}.podcast-list__desc{overflow:hidden;font-size:13px;font-weight:400;color:#5f6376;margin:0;-webkit-box-orient:vertical;line-height:1.65;-webkit-line-clamp:2;font-family:var(--font-montserrat);display:-webkit-box}.podcast-list__meta{gap:10px;align-items:center;margin-top:6px;display:flex}.podcast-list__date,.podcast-list__duration{font-size:12px;font-weight:500;color:#a0aab8;font-family:var(--font-montserrat)}.podcast-list__dot{height:3px;flex-shrink:0;background-color:#c8d2de;border-radius:50%;width:3px}.podcast-list__state{padding:48px 0;font-size:15px;color:#5f6376;text-align:center;font-family:var(--font-montserrat)}.podcast-list__card--skeleton{pointer-events:none}.podcast-list__ghost{animation:podcast-shimmer 1.4s infinite;border-radius:6px;background:linear-gradient(90deg,#eef0f4 25%,#e2e5eb,#eef0f4 75%);background-size:200% 100%}@keyframes podcast-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.podcast-list__ghost--thumb{height:100%;border-radius:14px;width:100%}.podcast-list__ghost--ep{height:12px;width:60px}.podcast-list__ghost--title{height:16px;width:80%;margin-top:4px}.podcast-list__ghost--desc{height:12px;width:95%;margin-top:4px}.podcast-list__ghost--meta{height:11px;width:120px;margin-top:8px}.podcast-list__pagination{justify-content:center;gap:6px;align-items:center;margin-top:48px;display:flex}.podcast-list__page-btn{height:38px;padding:0 10px;font-size:14px;border:1.5px solid #dce3ee;font-weight:700;color:#011e64;transition:background .15s ease,border-color .15s ease,color .15s ease;min-width:38px;border-radius:8px;background:#fff;cursor:pointer;font-family:var(--font-montserrat)}.podcast-list__page-btn:hover:not(:disabled){border-color:#0080ff;color:#0080ff;background:#f0f4ff}.podcast-list__page-btn--active,.podcast-list__page-btn--active:hover{border-color:#011e64;color:#fff;background:#011e64}.podcast-list__page-btn--arrow{font-size:18px;line-height:1}.podcast-list__page-btn:disabled{opacity:.35;cursor:not-allowed}.podcast-list__page-ellipsis{padding:0 4px;font-size:14px;color:#a0aab8;font-family:var(--font-montserrat)}.podcast-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px;justify-content:center;right:0;position:fixed;bottom:0;top:0;align-items:center;background:#010a1e8c;left:0;display:flex;z-index:1000}.podcast-modal{overflow-y:auto;padding:36px;position:relative;max-width:640px;max-height:90vh;box-shadow:0 24px 64px #011e642e;border-radius:24px;background:#fff;width:100%}.podcast-modal__close{height:36px;justify-content:center;font-size:14px;border:none;right:16px;color:#011e64;transition:background .15s;position:absolute;top:16px;align-items:center;border-radius:50%;background:#f0f4ff;cursor:pointer;width:36px;display:flex}.podcast-modal__close:hover{background:#dce3ee}.podcast-modal__header{margin-bottom:28px;gap:20px;align-items:flex-start;display:flex}.podcast-modal__cover{height:72px;flex-shrink:0;object-fit:cover;border-radius:12px;width:72px}.podcast-modal__ep-num{font-size:11px;margin-bottom:6px;color:#0080ff;text-transform:uppercase;letter-spacing:.07em;display:block}.podcast-modal__ep-num,.podcast-modal__title{font-weight:700;font-family:var(--font-montserrat)}.podcast-modal__title{font-size:18px;color:#011e64;margin:0 0 8px;line-height:1.3}.podcast-modal__meta{font-size:12px;font-weight:500;color:#a0aab8;gap:8px;align-items:center;font-family:var(--font-montserrat);display:flex}.podcast-modal__embed{overflow:hidden;margin-bottom:20px;border-radius:12px}.podcast-modal__embed iframe{border:none;width:100%;display:block}.podcast-modal__no-embed{padding:32px 0;font-size:14px;color:#a0aab8;text-align:center;margin:0 0 20px;font-family:var(--font-montserrat)}.podcast-modal__external{padding:10px 20px;font-size:13px;text-decoration:none;font-weight:700;color:#fff;transition:background .15s;gap:6px;align-items:center;border-radius:10px;background:#011e64;font-family:var(--font-montserrat);display:inline-flex}.podcast-modal__external:hover{background:#0080ff}.podcast-sidebar{position:sticky;flex-direction:column;gap:24px;top:calc(var(--header-height) + 24px);display:flex}.podcast-sidebar__widget{padding:20px;border-radius:20px;background:#f9f9f9}.podcast-sidebar__widget-title{font-size:13px;font-weight:700;color:#011e64;text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px;font-family:var(--font-montserrat)}.podcast-sidebar__featured{padding:0;border:none;flex-direction:column;text-align:left;background:none;cursor:pointer;width:100%;display:flex}.podcast-sidebar__featured-cover{margin-bottom:14px;transition:opacity .2s;object-fit:cover;aspect-ratio:1;border-radius:14px;width:100%;display:block}.podcast-sidebar__featured:hover .podcast-sidebar__featured-cover{opacity:.88}.podcast-sidebar__featured-ep{font-size:10px;font-weight:700;margin-bottom:6px;color:#0080ff;text-transform:uppercase;letter-spacing:.07em;font-family:var(--font-montserrat);display:block}.podcast-sidebar__featured-title{overflow:hidden;font-size:14px;font-weight:700;color:#011e64;transition:color .15s;margin:0 0 6px;-webkit-box-orient:vertical;line-height:1.35;-webkit-line-clamp:2;font-family:var(--font-montserrat);display:-webkit-box}.podcast-sidebar__featured:hover .podcast-sidebar__featured-title{color:#0080ff}.podcast-sidebar__featured-desc{overflow:hidden;font-size:12px;color:#5f6376;margin:0 0 12px;-webkit-box-orient:vertical;line-height:1.6;-webkit-line-clamp:3;font-family:var(--font-montserrat);display:-webkit-box}.podcast-sidebar__featured-play{padding:7px 14px;font-size:12px;font-weight:700;color:#fff;transition:background .15s;gap:6px;align-items:center;border-radius:8px;background:#011e64;font-family:var(--font-montserrat);display:inline-flex}.podcast-sidebar__featured:hover .podcast-sidebar__featured-play{background:#0080ff}.podcast-sidebar__socials{flex-direction:column;gap:8px;display:flex}.podcast-sidebar__social-btn{padding:9px 12px;font-size:13px;text-decoration:none;font-weight:700;color:#011e64;transition:background .15s,color .15s;gap:10px;align-items:center;border-radius:10px;background:#fff;font-family:var(--font-montserrat);display:flex}.podcast-sidebar__social-btn:hover{color:#fff;background:#011e64}.podcast-sidebar__social-btn img{height:20px;flex-shrink:0;width:20px}.podcast-sidebar__platforms{flex-direction:column;gap:8px;display:flex}.podcast-sidebar__platform-btn{padding:9px 12px;font-size:13px;text-decoration:none;font-weight:700;color:#011e64;transition:background .15s,color .15s;gap:10px;align-items:center;border-radius:10px;background:#fff;font-family:var(--font-montserrat);display:flex}.podcast-sidebar__platform-btn:hover{color:#fff;background:#011e64}.podcast-sidebar__platform-icon{height:20px;flex-shrink:0;align-items:center;width:20px;display:flex}.podcast-sidebar__platform-icon svg{height:20px;width:20px}@media (max-width:860px){.podcast-list__body{grid-template-columns:1fr}.podcast-sidebar{position:static}}@media (max-width:640px){.podcast-list{padding:calc(var(--header-height) + 32px) 20px 56px}.podcast-list__card{grid-template-columns:80px 1fr;padding:16px;gap:16px}.podcast-list__thumb-wrap{height:80px;border-radius:10px;width:80px}.podcast-list__card-title{font-size:15px}.podcast-list__play{opacity:1}.podcast-list__play-btn{height:32px;width:32px}}.pdfindir-form__kvkk{gap:10px;align-items:flex-start;display:flex}.pdfindir-form__kvkk input[type=checkbox]{height:16px;flex-shrink:0;accent-color:#1a56db;cursor:pointer;width:16px;margin-top:3px}.pdfindir-form__kvkk label{font-size:13px;color:#555;cursor:pointer;line-height:1.5}.pdfindir-form__kvkk label a{text-decoration:underline;color:#1a56db}.pdfindir-hero{padding:calc(var(--header-height, 80px) + 40px) 40px 70px;background-size:100% auto;background-color:#f8fbff;background-position:top;background-image:url(https://quantummachine.info/cdn.quantummachine.info/uploads/assets/hero-bg.webp);background-repeat:no-repeat}.pdfindir-hero__inner{min-height:480px;grid-template-columns:1fr .8fr;max-width:1280px;gap:48px;margin:0 auto;align-items:center;display:grid}.pdfindir-hero__eyebrow{padding:5px 14px;font-size:11px;font-weight:700;margin-bottom:20px;color:#012571;text-transform:uppercase;letter-spacing:.14em;border-radius:100px;background:#01257114;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.pdfindir-hero__title{font-size:clamp(36px,4.5vw,56px);font-weight:500;color:#121212;letter-spacing:-.02em;margin:0 0 20px;line-height:1.08;font-family:Montserrat,sans-serif}.pdfindir-hero__title em{font-weight:700;font-style:italic;color:#1279ff}.pdfindir-hero__desc{font-size:18px;color:#5f6376;max-width:480px;margin:0;line-height:1.65;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-hero__visual{min-height:360px}.pdfindir-hero__circle,.pdfindir-hero__visual{justify-content:center;position:relative;align-items:center;display:flex}.pdfindir-hero__circle{height:240px;color:#ffffffe6;box-shadow:0 24px 80px #01257138;border-radius:50%;background:linear-gradient(135deg,#012571,#1e3fce);width:240px;z-index:1}.pdfindir-hero__circle:before{border:1.5px dashed rgba(1,37,113,.18);right:-20px;content:"";position:absolute;bottom:-20px;top:-20px;border-radius:50%;left:-20px}.pdfindir-hero__circle:after{border:1px dashed rgba(1,37,113,.1);right:-40px;content:"";position:absolute;bottom:-40px;top:-40px;border-radius:50%;left:-40px}.pdfindir-hero__chip{padding:12px 16px;border:1.5px solid #e8eef8;position:absolute;gap:10px;align-items:center;box-shadow:0 8px 30px #0125711a;border-radius:14px;background:#fff;white-space:nowrap;display:flex}.pdfindir-hero__chip--tl{top:20px;left:0}.pdfindir-hero__chip--tr{right:0;top:60px}.pdfindir-hero__chip--bl{bottom:40px;left:0}.pdfindir-hero__chip-icon{height:32px;flex-shrink:0;justify-content:center;color:#012571;align-items:center;border-radius:9px;background:#01257114;width:32px;display:flex}.pdfindir-hero__chip-value{font-size:15px;font-weight:800;color:#0a0f2e;line-height:1;font-family:Montserrat,sans-serif}.pdfindir-hero__chip-label{font-size:11px;color:#6b7280;margin-top:2px;font-family:Plus Jakarta Sans,sans-serif}@media (max-width:900px){.pdfindir-hero__inner{min-height:auto;grid-template-columns:1fr}.pdfindir-hero__visual{display:none}}.pdfindir-form-section{padding:80px 40px;background:#f4f7fe}.pdfindir-form-section__inner{grid-template-columns:1fr 1fr;max-width:1200px;gap:80px;margin:0 auto;align-items:start;display:grid}.pdfindir-info__eyebrow{padding:5px 14px;font-size:11px;font-weight:700;margin-bottom:24px;color:#012571;text-transform:uppercase;letter-spacing:.14em;border-radius:100px;background:#01257114;font-family:Plus Jakarta Sans,sans-serif;display:inline-block}.pdfindir-info__title{font-size:clamp(24px,2.8vw,34px);font-weight:800;color:#0a0f2e;letter-spacing:-.02em;margin:0 0 16px;line-height:1.2;font-family:Montserrat,sans-serif}.pdfindir-info__desc{font-size:16px;color:#4a5568;margin:0 0 40px;line-height:1.75;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-trust{list-style:none;padding:0;flex-direction:column;gap:24px;margin:0;display:flex}.pdfindir-trust__item{gap:16px;align-items:flex-start;display:flex}.pdfindir-trust__icon{height:42px;flex-shrink:0;justify-content:center;color:#012571;align-items:center;border-radius:12px;background:#01257114;width:42px;display:flex}.pdfindir-trust__title{font-size:14px;font-weight:700;color:#0a0f2e;margin:0 0 4px;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-trust__desc{font-size:13px;color:#6b7280;margin:0;line-height:1.5;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-card{padding:40px;box-shadow:0 8px 40px #0125711a;border-radius:20px;background:#fff}.pdfindir-card__title{font-size:18px;font-weight:700;color:#0a0f2e;margin:0 0 8px;font-family:Montserrat,sans-serif}.pdfindir-card__sub{font-size:14px;color:#6b7280;margin:0 0 28px;line-height:1.6;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-form{flex-direction:column;gap:18px;display:flex}.pdfindir-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pdfindir-form__group{flex-direction:column;gap:6px;display:flex}.pdfindir-form__label{font-size:13px;font-weight:700;color:#374151;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-form__label span{color:#ef4444;margin-left:2px}.pdfindir-form__input{padding:11px 14px;font-size:14px;border:1.5px solid #e5e7eb;color:#1f2937;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box;border-radius:8px;background:#f9fafb;width:100%;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-form__input:focus{border-color:#012571;box-shadow:0 0 0 3px #01257114;background:#fff}.pdfindir-form__input::placeholder{color:#9ca3af}.pdfindir-form__error{padding:10px 14px;font-size:13px;border:1px solid #fecaca;color:#dc2626;margin:0;border-radius:8px;background:#fef2f2;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-form__submit{padding:15px 28px;justify-content:center;font-size:15px;border:none;font-weight:700;color:#fff;transition:background .2s,transform .2s;gap:8px;align-items:center;border-radius:10px;background:#012571;cursor:pointer;margin-top:4px;font-family:Plus Jakarta Sans,sans-serif;display:flex}.pdfindir-form__submit:hover:not(:disabled){transform:translateY(-1px);background:#0a3299}.pdfindir-form__submit:disabled{transform:none;background:#9ca3af;cursor:not-allowed}.pdfindir-form__spinner{animation:pdfindir-spin .7s linear infinite;height:16px;flex-shrink:0;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;width:16px}@keyframes pdfindir-spin{to{transform:rotate(1turn)}}.pdfindir-form__privacy{justify-content:center;font-size:12px;color:#9ca3af;gap:6px;margin:0;align-items:center;font-family:Plus Jakarta Sans,sans-serif;display:flex}.pdfindir-success{padding:8px 0;flex-direction:column;gap:16px;text-align:center;align-items:center;display:flex}.pdfindir-success__icon{height:80px;justify-content:center;border:2px solid #bbf7d0;color:#16a34a;align-items:center;border-radius:50%;background:#f0fdf4;width:80px;display:flex}.pdfindir-success__title{font-size:24px;font-weight:800;color:#0a0f2e;margin:0;font-family:Montserrat,sans-serif}.pdfindir-success__desc{font-size:15px;color:#4b5563;margin:0;line-height:1.7;font-family:Plus Jakarta Sans,sans-serif}.pdfindir-success__link{padding:13px 24px;font-size:14px;text-decoration:none;font-weight:700;color:#fff;transition:background .2s,transform .15s;gap:8px;align-items:center;border-radius:10px;background:#012571;margin-top:8px;font-family:Plus Jakarta Sans,sans-serif;display:inline-flex}.pdfindir-success__link:hover{transform:translateY(-1px);background:#0a3299}@media (max-width:900px){.pdfindir-form-section__inner{grid-template-columns:1fr;gap:48px}}@media (max-width:600px){.pdfindir-hero{padding:60px 20px 80px}.pdfindir-form-section{padding:60px 20px}.pdfindir-card{padding:28px 20px}.pdfindir-form__row{grid-template-columns:1fr}}