@font-face{font-family:'TT Firs Neue';src:url('../fonts/TTFirsNeue-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'TT Firs Neue';src:url('../fonts/TTFirsNeue-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'TT Firs Neue';src:url('../fonts/TTFirsNeue-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'Inter';src:url('../fonts/Inter-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;}:root{--main-red:#F32B0F;--secondary-red:#FF0011;--main-orange:#FF4900;--sec-orange:#FF753A;--main-brown:#150200;--sec-brown:#230006;--tertiary-brown:#3D0705;--white-100:#FFFFFF;--white-70:rgba(255,255,255,0.7);--white-50:rgba(255,255,255,0.5);--white-32:rgba(255,255,255,0.32);--white-16:rgba(255,255,255,0.16);--white-8:rgba(255,255,255,0.08);--white-5:rgba(255,255,255,0.05);--white-1:rgba(255,255,255,0.01);--black-100:#000000;--dark-gray:#1E1E1E;--light-gray:#939393;--gradient-dark:linear-gradient(180deg,var(--main-brown) 0%,var(--black-100) 100%);--gradient-brown:linear-gradient(180deg,var(--black-100) 0%,var(--tertiary-brown) 100%);--gradient-brand:linear-gradient(180deg,var(--main-red) 0%,var(--secondary-red) 100%);--gradient-brite-orange:linear-gradient(180deg,var(--main-red) 0%,var(--sec-orange) 100%);--gradient-h2:linear-gradient(180deg,var(--white-100) 0%,var(--main-orange) 100%);--gradient-cards:linear-gradient(180deg,var(--white-8) 0%,var(--white-1) 100%);--gradient-stroke:linear-gradient(180deg,var(--white-16) 0%,var(--white-1) 100%);--font-h1:50px;--line-height-h1:1.1;--font-h2:40px;--line-height-h2:1.3;--font-h3:32px;--line-height-h3:1.5;--font-h4:24px;--line-height-h4:1.5;--font-numbers:60px;--line-height-numbers:1.5;--font-button:18px;--line-height-button:1.5;--text-large:18px;--line-height-large:1.5;--text-medium:16px;--line-height-medium:1.3;--text-small:14px;--line-height-small:1.3;--text-xs:12px;--line-height-xs:1.3;--bg-color:#000000;--text-color:#ffffff;--text-muted:#888888;--accent-color:#F32B0F;--accent-hover:#e61a00;--card-bg:rgba(25,25,25,0.8);--border-color:rgba(255,255,255,0.1);--font-main:'TT Firs Neue','Inter',sans-serif;--transition-fast:0.3s ease;--transition-slow:0.5s ease;}*{margin:0;padding:0;box-sizing:border-box;}html,body{max-width:100%;overflow-x:hidden;}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);line-height:1.5;position:relative;}a{color:inherit;text-decoration:none;}ul{list-style:none;}button{background:none;border:none;cursor:pointer;font-family:inherit;color:inherit;}img{max-width:100%;height:auto;display:block;}.container{max-width:1720px;margin:0 auto;padding:0;position:relative;z-index:2;}.container--no-mobile-padding{padding:0 !important;}.text-accent{color:var(--accent-color);}.icon-arrow{margin-left:8px;font-weight:500;}.page__glow-bg{position:absolute;width:600px;height:600px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);border-radius:50%;filter:blur(120px);z-index:0;pointer-events:none;}.page__glow-bg--top{top:-200px;left:50%;transform:translateX(-50%);}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:8px;font-weight:500;font-size:16px;transition:var(--transition-fast);}.btn--primary{background-color:var(--accent-color);color:#fff;}.btn--primary:hover{background-color:#e61a00;}.breadcrumbs{display:flex;align-items:center;gap:12px;font-size:16px;color:var(--white-50);margin-left:32px;}.breadcrumbs__link{transition:color var(--transition-fast);}.breadcrumbs__link:hover{color:var(--white-100);}.breadcrumbs__separator{display:flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--white-32);flex-shrink:0;}.breadcrumbs__current{color:var(--white-100);}.btn--outline{background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--text-color);border-radius:24px;}.btn--outline:hover{background-color:rgba(255,255,255,0.1);}.header{position:absolute;top:0;left:0;width:100%;padding:12px 0;z-index:1000;transition:all 0.4s ease;}.header--fixed{position:fixed;animation:slideDown 0.4s ease forwards;padding:10px 0;}@keyframes slideDown{from{transform:translateY(-100%);}to{transform:translateY(0);}}.header--scrolled .header__container::before{background:rgba(0,0,0,0.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:rgba(255,255,255,0.1);}div.header__container{position:relative;width:calc(100% - 75px) !important;width:100%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:14px 14px 14px 38px;border-radius:80px;margin-top:0;transition:all 0.4s ease;}.header__container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.01);border:1px solid rgba(255,255,255,0.16);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:80px;z-index:-1;pointer-events:none;transition:all 0.4s ease;}.ecosystem{padding-bottom:0 !important;}.header__logo{display:flex;flex-direction:column;align-items:center;}.d-none{display:none !important;}.nav__list{display:flex;gap:30px;position:relative;}.nav__link{font-size:18px;font-weight:450;line-height:1.5;color:#ffffff;transition:color var(--transition-fast),opacity var(--transition-fast);opacity:0.8;}.nav__link--has-dropdown{display:flex;flex-direction:row;align-items:center;gap:10px;}.nav__link.text-accent{opacity:1;}.nav__link:hover{color:#F32B0F;opacity:1;}.nav__arrow{display:flex;flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;background:rgba(255,255,255,0.05);border-radius:3.33px;flex-shrink:0;transition:transform 0.3s ease,background 0.3s ease;}.nav__arrow svg{transition:transform 0.3s ease;display:block;}.nav__item:hover .nav__arrow{background:rgba(255,255,255,0.1);}.nav__item:hover .nav__arrow svg{transform:rotate(180deg);}.nav__item{position:relative;}.dropdown{position:absolute;top:calc(100% + 31px);left:0;transform:translateY(10px);box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:10px;width:299px;height:175px;min-height:auto;background:rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;box-shadow:0px 4px 29.7px rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1000;pointer-events:none;}.dropdown::before{content:'';position:absolute;top:-30px;left:0;width:100%;height:30px;}.nav__item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all;}.dropdown__column{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:24px;width:235px;height:111px;}.dropdown__link{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:16px;line-height:130%;color:#FFFFFF;background:transparent;transition:color 0.3s ease;white-space:nowrap;display:flex;align-items:center;gap:0;width:100%;}.dropdown__link:hover{color:#FFFFFF;}.dropdown__link::before{content:'';display:inline-block;width:0;height:6px;border-top:1.5px solid #FFFFFF;border-right:1.5px solid #FFFFFF;transform:rotate(45deg);flex-shrink:0;margin-right:0;opacity:0;transition:width 0.3s ease,margin-right 0.3s ease,opacity 0.3s ease;}.dropdown__link:hover::before{width:6px;margin-right:10px;opacity:1;}.nav__item:hover>.nav__link{color:#F32B0F !important;opacity:1 !important;}.header__btn{display:flex;flex-direction:row;align-items:center;padding:4px;padding-left:24px;gap:20px;background:linear-gradient(93.88deg,#F32B0F -1.94%,#FF0011 100%);border-radius:100px;border:none;cursor:pointer;transition:all 0.3s ease;}.header__btn:hover{background:#000000;}.header__btn:hover .header__btn-icon{background:#F32B0F;color:#FFFFFF;}.header__btn-text{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;font-style:normal;font-weight:500;font-size:18px;line-height:150%;color:#FFFFFF;flex:none;order:0;flex-grow:0;}.header__burger{display:none;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer;transition:all 0.3s ease;padding:0;}.header__burger:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2);}.header__burger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:all 0.3s ease;}.header__btn-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:11px;gap:10px;width:38px;height:38px;background:#FFFFFF;border-radius:162px;flex:none;order:1;flex-grow:0;color:#000000;transition:all 0.3s ease;}.header__btn-icon svg{width:24px;height:24px;flex:none;}.hero-home{position:relative;width:100%;height:100vh;overflow:hidden;background:#000;}.hero-home__overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 75%,#000000 100%);pointer-events:none;z-index:5;opacity:0;transition:opacity 0.5s ease;}.hero-home__video-bg{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0;}.hero-home__video-bg video{width:100%;height:100%;object-fit:cover;filter:brightness(0.75);}.hero-home__container{height:100%;display:flex;align-items:flex-start;padding-top:200px;position:relative;z-index:1;}.hero-home__content{max-width:850px;display:flex;flex-direction:column;gap:40px;}.hero-home__title{font-family:'TT Firs Neue';font-weight:500;font-size:50px;line-height:110%;color:#FFFFFF;}.hero-home__subtitle{font-family:'TT Firs Neue';font-weight:450;font-size:24px;line-height:130%;color:#FFFFFF;max-width:560px;}.hero-home__btns{display:flex;gap:20px;}.hero-home__btn{display:flex;justify-content:center;align-items:center;padding:18px 48px;height:64px;border-radius:12px;font-family:'TT Firs Neue';font-weight:500;font-size:18px;transition:all 0.3s ease;}.hero-home__btn--filled{background:#F32B0F;color:#FFFFFF;}.hero-home__btn--outline{background:rgba(255,255,255,0.1);backdrop-filter:blur(30px);color:#FFFFFF;}.hero-home__btn.hero-home__btn--outline:hover{background:#FFFFFF33;backdrop-filter:blur(60px)}.hero-home__btn:hover{background:#FF0011;}.card-ngfw{position:absolute;width:415px;height:430px;right:0;bottom:14px;background:#000000;border-radius:40px;border:1px solid var(--white-8);display:flex;flex-direction:column;overflow:hidden;z-index:10;}.card-ngfw__initial{display:flex;flex-direction:column;height:100%;width:100%;}.card-ngfw__content{padding:32px 32px 0 32px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;text-align:center;}.card-ngfw__title{font-family:'TT Firs Neue';font-weight:450;font-size:32px;line-height:130%;color:#FFFFFF;margin-bottom:8px;width:fit-content;white-space:nowrap;text-align:center;}.card-ngfw__desc{font-family:'TT Firs Neue';font-weight:450;font-size:16px;line-height:130%;--desc-grad-start:rgba(255,255,255,0.7);--desc-grad-end:rgba(255,255,255,0.7);background:linear-gradient(86.82deg,var(--desc-grad-start) 50.18%,var(--desc-grad-end) 91.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:100%;max-width:100%;text-align:center;}.card-ngfw__shared-canvas-container{position:absolute;top:196px;left:50%;transform:translateX(-50%);width:415px;height:233.4px;display:flex;justify-content:center;align-items:center;z-index:5;pointer-events:none;}.card-ngfw__expanded{border-radius:40px;border-image-source:linear-gradient(180deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 100%);position:absolute;top:0;left:0;width:100%;height:auto;min-height:100%;display:flex;flex-direction:column;align-items:center;padding:80px 0 0;opacity:0;pointer-events:none;background:#000;}.card-ngfw__expanded::after{content:'';display:block;width:100%;height:80px;flex-shrink:0;pointer-events:none;}.card-ngfw__exp-header{text-align:center;margin-bottom:150px;z-index:2;}.card-ngfw__exp-title{font-weight:500;font-size:50px;line-height:110%;color:#F32B0F;margin-bottom:24px;width:fit-content;margin-left:auto;margin-right:auto;white-space:nowrap;}.card-ngfw__exp-subtitle{max-width:480px;font-weight:450;font-size:24px;line-height:130%;margin:0 auto;background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:100%;}.card-ngfw__canvas-spacer{width:100%;max-width:1200px;height:520px;margin-top:20px;margin-bottom:150px;flex-shrink:0;}#ngfw-canvas{width:100%;height:100%;object-fit:contain;}.card-ngfw__stats{display:flex;gap:20px;padding:0 60px;width:100%;margin-bottom:60px;}.card-ngfw__stat-card{flex:1;background:var(--gradient-cards);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:20px;opacity:1;visibility:visible;}.card-ngfw__stat-value{font-family:'TT Firs Neue';font-weight:450;font-size:32px;line-height:150%;color:#FFFFFF;}.card-ngfw__stat-value span{font-size:60px;font-weight:500;color:var(--main-red);}.card-ngfw__stat-desc{font-family:'TT Firs Neue';font-weight:450;font-size:18px;line-height:150%;color:var(--white-70);}.card-ngfw__tests-section{display:flex;flex-direction:column;align-items:flex-start;gap:60px;width:100%;margin-bottom:60px;}@media (min-width:1200px){.card-ngfw__tests-section{padding:0 60px;}}.card-ngfw__tests-title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:32px;line-height:130%;text-align:center;color:#FFFFFF;width:100%;max-width:706px;margin:0 auto;}.card-ngfw__tests-grid{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:0;gap:20px;width:100%;}.card-ngfw__test-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;flex:1;min-width:0;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;height:185px;transition:border-color var(--transition-fast),background-color var(--transition-fast);}.card-ngfw__test-card:hover{border-color:rgba(255,255,255,0.25);background-color:rgba(255,255,255,0.02);}.card-ngfw__test-card-inner{display:flex;flex-direction:row;align-items:center;padding:4px;gap:32px;width:100%;height:100%;box-sizing:border-box;}.card-ngfw__test-card-logo-box{width:186px;height:177px;background:linear-gradient(180deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.01) 100%);border-radius:12.4px;display:flex;justify-content:center;align-items:center;flex-shrink:0;overflow:hidden;}.card-ngfw__test-card-logo{max-width:70%;max-height:70%;object-fit:contain;}.card-ngfw__test-card-content{display:flex;flex-direction:column;align-items:flex-start;padding:28px 28px 28px 0px;gap:32px;flex-grow:1;min-width:0;height:100%;justify-content:space-between;box-sizing:border-box;}.card-ngfw__test-card-title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:24px;line-height:130%;color:#FFFFFF;margin:0;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.card-ngfw__test-card-share{display:flex;flex-direction:row;align-items:center;padding:0;gap:12px;}.card-ngfw__test-card-share-text{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;color:#FFFFFF;}.card-ngfw__test-card-share-arrow{display:flex;align-items:center;justify-content:center;padding:7.5px 7.5px 7.5px 0px;transition:transform var(--transition-fast);}.card-ngfw__test-card:hover .card-ngfw__test-card-share-arrow{transform:translateX(4px);}.card-ngfw__footer{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;}.card-ngfw__cert{display:flex;align-items:center;gap:10px;font-family:'TT Firs Neue';font-weight:450;font-size:24px;max-width:700px;text-align:center;align-items:center;color:var(--white-70);}.card-ngfw__cert svg{width:24px;height:24px;}.card-ngfw__cta{width:271px;position:relative;z-index:10;transition:none !important;will-change:transform;}.card-ngfw__cta *,.card-ngfw__cta::before,.card-ngfw__cta::after{transition:none !important;}.success-stories{display:flex;flex-direction:column;align-items:flex-start;background:#000000;width:100%;overflow:hidden;}.success-stories__container{width:100%;max-width:1720px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:60px;box-sizing:border-box;}.success-stories__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;}.success-stories__title-group{display:flex;flex-direction:column;flex-grow:1;}.success-stories__title{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:40px;line-height:130%;background:radial-gradient(64.54% 145.38% at 50% 20.02%,#FFFFFF 0%,#FF490D 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0;}.success-stories__pagination{display:none;position:static;width:100%;}.success-stories__nav{display:flex;flex-direction:row;align-items:center;gap:12px;}.success-stories__nav-btn{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:12px;border:none;cursor:pointer;transition:all 0.3s ease;color:#FFFFFF;}.success-stories__nav-btn--prev{background:rgba(218,221,244,0.2);}.success-stories__nav-btn--next{background:rgba(218,221,244,0.1);}.success-stories__nav-btn.swiper-button-disabled{opacity:0.2;cursor:not-allowed;}.success-stories__nav-btn:not(.swiper-button-disabled):hover{background:rgba(255,255,255,0.2);transform:scale(1.05);}.success-stories__slider{width:100%;overflow:visible;}.success-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:4px;gap:32px;width:100%;max-width:560px;height:auto;background:#000000;border:1px solid rgba(255,255,255,0.1);border-radius:16px;position:relative;}.success-card__media{width:100%;height:310.41px;border-radius:12px;position:relative;overflow:hidden;}.success-card__img{width:100%;height:100%;object-fit:cover;}.success-card__overlay{position:absolute;inset:0;background:linear-gradient(345.52deg,rgba(0,0,0,0) 43.88%,#000000 96.09%);pointer-events:none;z-index:1;}.success-card__logo-wrapper{position:absolute;left:28px;top:28px;height:60px;display:flex;align-items:center;z-index:2;}.success-card__logo{max-height:58px;width:auto;object-fit:contain;}.success-card__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;min-height:82px;height:auto;padding:0 48px 28px 28px;box-sizing:border-box;}.success-card__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:150%;color:#FFFFFF;margin:0;text-align:left;}.success-card__arrow-btn{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:rgba(255,255,255,0.05);border-radius:12px;transition:all 0.3s ease;text-decoration:none;flex-shrink:0;position:absolute;right:4px;bottom:4px;z-index:3;}.success-card__arrow-btn svg{transition:transform 0.3s ease;}.success-card:hover .success-card__arrow-btn{background:#FF490D;}.success-stories__bottom{display:flex;justify-content:center;width:100%;margin-top:20px;}@media (max-width:1024px){.success-stories{padding:100px 0 80px;}.success-stories__title{font-size:32px;}}@media (max-width:768px){.success-stories{padding:80px 0 60px;}.success-stories__header{flex-direction:row;align-items:end;gap:20px;}.success-stories__title{font-size:26px;}}@media (max-width:650px){.success-stories__nav{display:none;}.success-card__media{height:189.41px;}.success-stories__container{gap:24px;}.success-stories__pagination{display:flex;gap:8px;margin-top:32px;}.success-stories__pagination .swiper-pagination-bullet{flex:1;height:2px;background:rgba(255,255,255,0.2);border-radius:0;opacity:1;margin:0 !important;transition:background 0.3s ease;}.success-stories__pagination .swiper-pagination-bullet-active{background:#FFFFFF;}}.btn-round{display:inline-flex;align-items:center;background:rgba(255,255,255,0.05);backdrop-filter:blur(30px);border-radius:80px;padding:4px;transition:all 0.3s ease;cursor:pointer;text-decoration:none;box-sizing:border-box;position:relative;z-index:1;}.btn-round::after{content:"";position:absolute;inset:0;padding:1px;border-radius:80px;background:rgba(255,255,255,0.1);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;z-index:-1;}.btn-round::before{content:"";position:absolute;inset:0;padding:1px;border-radius:80px;background:conic-gradient(from var(--angle),rgba(243,43,15,0) 0%,rgba(243,43,15,0) 60%,#F32B0F 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;animation:rotate-gradient 6s linear infinite;z-index:1;}@property --angle{syntax:'<angle>';initial-value:0deg;inherits:false;}@keyframes rotate-gradient{from{--angle:0deg;}to{--angle:360deg;}}.btn-round:hover{background:rgba(255,255,255,0.1);}.btn-round__text{position:relative;z-index:2;flex:1;padding:0 24px 0 32px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:150%;color:#FFFFFF;text-align:left;white-space:nowrap;}.btn-round__arrow{position:relative;z-index:2;width:52px;height:52px;background:rgba(255,255,255,0.2);border-radius:200px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.3s ease,transform 0.3s ease;}.btn-round:hover .btn-round__arrow{background:linear-gradient(93.88deg,#F32B0F -1.94%,#FF0011 100%);}@media (max-width:900px){.success-card{width:calc(100% - 40px);height:auto;}.success-stories__stack{width:100%;}.success-card__details{grid-template-columns:1fr;}.success-card__name{font-size:24px;}}.highlight{position:relative;z-index:1;padding:min(6vh,80px) 0;text-align:center;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}.highlight__bg{position:absolute;top:0;left:0;width:100%;height:150%;background:#000 url('../img/background2.jpg') no-repeat center center;background-size:contain;z-index:-1;pointer-events:none;opacity:1;display:block;}.highlight__container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1265px;width:100%;height:100%;max-height:100vh;box-sizing:border-box;}.highlight__logo-box{display:none;}.highlight__sequence{width:min(55vh,612px,85vw);height:min(55vh,612px,85vw);aspect-ratio:1 / 1;margin:min(3vh,30px) auto;display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box;}#sequence-canvas{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;}.highlight__title{margin-bottom:min(2vh,20px);font-weight:500;font-size:min(4vh,40px,4.5vw);line-height:130%;text-align:center;color:#fff;}.highlight__title .word-anim{display:inline-block;background-image:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);background-repeat:repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:0.15em;margin-bottom:-0.15em;vertical-align:top;}.highlight__logo-img{border-radius:12px;}.highlight__text{font-size:24px;max-width:800px;margin-bottom:20px;color:#ffd6cc;}.highlight__subtext{color:#F98A68;margin-bottom:min(2.5vh,24px);font-size:min(3vh,32px,3.5vw);line-height:130%;text-align:center;}.highlight__title,.highlight__subtext{opacity:1;transform:none;}.highlight__brand{opacity:0;transform:translateY(30px);}.highlight__brand svg{height:min(6.5vh,69px);width:auto;max-width:min(325px,90vw);display:block;margin:0 auto;}.word-anim{display:inline-block;white-space:normal;margin-right:0.25em;}.highlight__brand{}.team{padding:100px 0;}.team__container{max-width:1250px;}.team-main{border:3px solid rgba(255,255,255,0);}.team__video-wrapper{position:relative;border-radius:40px;overflow:hidden;aspect-ratio:21 / 9;height:705px;width:100%;background:var(--dark-gray);display:flex;align-items:flex-end;}.team__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0.8;}.team__video-wrapper::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.8) 100%);z-index:2;}.team__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;transition:background var(--transition-fast),transform var(--transition-fast);}.team__play-btn svg{width:100%;height:100%;}.team__play-btn .play-btn__bg{transition:fill var(--transition-fast),fill-opacity var(--transition-fast);}.team__play-btn:hover{transform:translate(-50%,-50%) scale(1.1);}.team__play-btn:hover .play-btn__bg{fill:var(--main-red);fill-opacity:1;}.team__info{position:absolute;left:20px;bottom:20px;z-index:3;padding:16px 20px;backdrop-filter:blur(60px);border-radius:20px;}.team__role{font-weight:450;font-size:16px;line-height:130%;color:var(--white-100,#FFFFFF);}.team__name{font-weight:450;font-size:16px;line-height:130%;color:var(--white-32,#FFFFFF52);}.blog-hero{position:relative;width:100%;background:transparent;padding-bottom:72px;height:400px;}.triangle-video-bg{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:100%;max-width:1920px;height:1000px;z-index:1;pointer-events:none;opacity:0.7;mix-blend-mode:screen;}.triangle-video-bg video,.triangle-video-bg__img{width:100%;height:100%;object-fit:cover;}.page--blog .triangle-video-bg{opacity:1 !important;mix-blend-mode:normal !important;}.triangle-video-bg__overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0) 78%,rgba(0,0,0,0.8) 100%),linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.8) 75%,#000000 100%);pointer-events:none;z-index:2;opacity:1;}.blog-hero__container{position:relative;z-index:1;margin-left:0;display:flex;flex-direction:column;height:100%;}.blog-hero__breadcrumbs{margin-bottom:auto;padding-top:122px;margin-left:32px;}.blog-hero__title{font-weight:500;font-size:50px;line-height:110%;}.blog-hero__count{font-weight:450;font-size:18px;line-height:130%;-webkit-text-fill-color:initial;margin-top:8px;}.blog-content{border-radius:40px;margin-bottom:120px;}.blog-content__container{padding:48px;border-radius:40px;background-color:#000;border:1px solid var(--Main,#FFFFFF33)}.blog-filter{display:flex;justify-content:space-between;margin-bottom:40px;}.blog-filter__right{margin-left:auto;}.blog-filter__left{display:flex;align-items:center;gap:40px;display:none;}.blog-filter__btn{font-size:18px;font-weight:450;line-height:1.2;color:#ffffff;display:flex;align-items:center;gap:8px;transition:color var(--transition-fast);}.blog-filter__btn:hover{color:var(--accent-color);}.blog-filter__arrow{font-size:10px;color:#ffffff;}.blog-filter__clear{font-size:18px;font-weight:450;line-height:1.2;color:#ffffff;opacity:0.2;margin-left:20px;transition:opacity var(--transition-fast);}.blog-filter__clear:hover{opacity:1;}.view-toggle{display:flex;background:transparent;padding:0;gap:16px;}.view-toggle__btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:161px;color:#000;background:rgba(255,255,255,0.15);transition:var(--transition-fast);}.view-toggle__btn svg{stroke:#fff;}.view-toggle__btn:hover{background:rgba(255,255,255,0.3);}.view-toggle__btn.active{background:#FFFFFF;color:#000000;}.view-toggle__btn.active svg{stroke:#000;}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;}.articles-grid .article-item__add-btn{display:none;}.articles-grid.list-view .article-item__add-btn{display:flex;}.articles-grid.list-view{grid-template-columns:1fr;gap:32px;}.article-item{display:flex;flex-direction:column;position:relative;padding:4px;border-radius:20px;border:1px solid #FFFFFF33;text-decoration:none;color:inherit;transition:background 0.3s ease;}.article-item:hover{background:linear-gradient(172.46deg,rgba(60,60,60,0.5) 2.83%,rgba(0,0,0,0.5) 165.82%);}.article-item__image-wrapper{overflow:hidden;border-radius:12px;margin-bottom:32px;}.article-item__img{width:100%;max-height:318px;border-radius:16px;height:100%;object-fit:cover;}.list-view .article-item{flex-direction:row;height:auto;border:1px solid rgba(255,255,255,0.2);border-radius:16px;padding:4px;background:transparent;align-items:center;}.list-view .article-item__image-wrapper{width:346px;height:256px;border-radius:12px;flex-shrink:0;margin-bottom:0;}.article-item__content{padding:0 28px 28px 28px;flex-grow:1;display:flex;flex-direction:column;}.list-view .article-item__content{padding:32px 32px 32px 40px;position:relative;display:flex;flex-direction:column;gap:16px;height:100%;align-items:flex-start;}.article-item__meta{display:flex;align-items:center;gap:18px;font-size:18px;color:#939393;margin-bottom:20px;}.article-item__category{font-weight:450;font-size:18px;line-height:150%;color:#939393;}.article-item__date{font-weight:450;font-size:18px;line-height:150%;color:#939393;}.list-view .article-item__meta{margin-bottom:0;}.article-item__dot{width:6px;height:6px;background:#D9D9D9;border-radius:50%;display:inline-block;}.article-item__title{max-width:650px;font-size:24px;line-height:150%;}.article-item__add-btn{position:absolute;width:48px;height:48px;background:rgba(218,221,244,0.1);color:white;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:background var(--transition-fast);}.article-item__add-btn:hover{background:rgba(218,221,244,0.2);}.list-view .article-item__add-btn{position:absolute;right:32px;top:32px;}.article-item__tags{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding:0px;gap:8px;margin-top:auto;padding-top:20px;width:100%;height:auto;min-height:40px;flex:none;order:1;align-self:stretch;flex-grow:0;}.article-item__tag{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;gap:10px;height:40px;background:rgba(255,255,255,0.05);border-radius:8px;flex:none;flex-grow:0;font-style:normal;font-weight:400;font-size:12px;line-height:130%;color:#FFFFFF;}.list-view .article-item__tags{display:flex;gap:12px;width:100%;max-width:1150px;margin-top:auto;}.list-view .article-item__tag{padding:12px 24px;font-size:14px;line-height:130%;}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;}.page--blog .pagination{display:none !important;}.pagination__pages{display:flex;gap:16px;align-items:center;margin:0 auto;}.pagination__page{width:40px;height:40px;border-radius:50%;border:0.83px solid rgba(255,255,255,0.2);background:transparent;display:flex;align-items:center;justify-content:center;font-size:16px;color:#FFFFFF;transition:all var(--transition-fast);}.pagination__page:hover{border-color:rgba(255,255,255,0.4);}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.pagination__page.active{width:90px;height:90px;background:linear-gradient(93.88deg,#F32B0F -1.94%,#FF0011 100%);border:none;font-weight:450;font-size:28px;line-height:130%;z-index:2;}.pagination__page.active+.pagination__page,.pagination__page:has(+ .pagination__page.active){width:64px;height:64px;font-size:20px;}.pagination__page.active+.pagination__page+.pagination__page,.pagination__page:has(+ .pagination__page + .pagination__page.active){width:40px;height:40px;font-size:16px;}.pagination__arrow{width:48px;height:48px;border-radius:12px;background:rgba(218,221,244,0.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:background var(--transition-fast);}.pagination__arrow--prev{background:rgba(218,221,244,0.2);opacity:0.2;rotate:180deg;}.pagination__arrow:hover{background:rgba(218,221,244,0.3);}.ecosystem{padding:120px 0;text-align:center;position:relative;overflow:hidden;}.ecosystem__header{margin-bottom:80px;}.ecosystem__title{background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);-webkit-text-fill-color:transparent;color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:500;font-size:40px;line-height:130%;text-align:center;max-width:940px;margin:0 auto 20px;}.ecosystem__subtitle{color:#fff;font-weight:450;font-size:24px;line-height:150%;text-align:center;}.ecosystem__animation{max-width:100%;width:100%;height:596px;margin:0 auto 60px;display:flex;align-items:center;justify-content:center;}@media (max-width:768px){.ecosystem__animation{height:382px;margin-bottom:40px;}}@media (max-width:650px){.ecosystem__animation{width:100vw !important;max-width:none !important;position:relative;left:50%;margin-left:-50vw !important;margin-right:-50vw !important;height:380px;margin-bottom:30px;display:flex;justify-content:center;align-items:center;overflow:hidden;}.ecosystem__animation svg{width:140% !important;min-width:760px !important;height:auto !important;max-width:none !important;flex-shrink:0;}}.ecosystem__visual{position:relative;height:300px;display:flex;align-items:center;justify-content:center;}.ecosystem__circles{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:50px;}.ecosystem__circle{position:absolute;bottom:-50px;border-radius:50%;border:1px solid rgba(255,31,0,0.2);}.ecosystem__circle--1{width:200px;height:200px;}.ecosystem__circle--2{width:350px;height:350px;border-color:rgba(255,31,0,0.1);}.ecosystem__circle--3{width:500px;height:500px;border-color:rgba(255,31,0,0.05);}.ecosystem__logo{position:absolute;bottom:10px;font-size:40px;font-weight:700;color:var(--accent-color);}.bottom-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;}.bottom-stat-card{background:linear-gradient(180deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.02) 100%);padding:32px;text-align:start;border-radius:20px;}.bottom-stat-card__value{color:#F32B0F;font-weight:500;font-size:60px;line-height:150%;margin-bottom:20px;}.bottom-stat-card__desc{color:#fff;font-weight:450;font-size:24px;line-height:150%;}.bottom-stats__action{display:flex;justify-content:center;}.quotes-slider{width:100%;margin:60px 0 60px;display:flex;flex-direction:column;gap:40px;}.quotes-slider__header{display:flex;justify-content:flex-end;width:100%;}.quotes-slider__pagination{display:none;position:static;width:100%;}.quotes-slider__nav{display:flex;gap:10px;}.quotes-slider__nav-btn{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:12px;border:none;cursor:pointer;transition:all 0.3s ease;color:#FFFFFF;background:rgba(255,255,255,0.1);}.quotes-slider__nav-btn.swiper-button-disabled{opacity:0.2;cursor:not-allowed;}.quotes-slider__nav-btn:not(.swiper-button-disabled):hover{background:rgba(255,255,255,0.25);transform:scale(1.05);}.quotes-slider__container{width:100%;overflow:hidden;}.quotes-card{box-sizing:border-box;display:flex !important;flex-direction:row;justify-content:flex-end;align-items:center;padding:4px;gap:20px;width:100%;min-height:272px;height:auto;background:linear-gradient(97.01deg,#450A00 0%,#000000 99.04%);border:1px solid rgba(255,255,255,0.1);border-radius:16px;overflow:hidden;position:relative;flex-shrink:0;transition:border-color 0.3s ease,transform 0.3s ease;}.quotes-card:hover{border-color:rgba(243,43,15,0.3);}.quotes-card__media{position:absolute;left:0;top:0;width:369px;height:100%;z-index:0;overflow:hidden;}.quotes-card__img{width:100%;height:100%;object-fit:cover;object-position:left center;}.quotes-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:28px 28px 28px 20px;margin-left:369px;gap:20px;flex:1;height:100%;box-sizing:border-box;justify-content:space-between;z-index:2;position:relative;}.quotes-card__text{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;color:#FFFFFF;margin:0;text-align:left;text-shadow:0 2px 4px rgba(0,0,0,0.5);}.quotes-card__author{display:flex;flex-direction:column;gap:4px;text-align:left;}.quotes-card__name{font-family:'TT Firs Neue',sans-serif;font-weight:600;font-size:18px;line-height:150%;color:#FFFFFF;margin:0;}.quotes-card__role{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:16px;line-height:130%;color:rgba(255,255,255,0.7);margin:0;}@media (min-width:1199.98px) and (max-width:1310px){.quotes-card__media{position:absolute;left:-65px;}}@media (max-width:790px){.quotes-card{box-sizing:border-box;display:flex !important;flex-direction:column;justify-content:space-between;align-items:center;padding:0px;width:100%;max-width:100%;height:100%;background:linear-gradient(97.01deg,#450A00 0%,#000000 99.04%);border:1px solid rgba(255,255,255,0.1);border-radius:16px;margin:0 auto;}.quotes-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:20px;margin:0 auto;width:100%;height:241px;box-sizing:border-box;margin-left:0 !important;order:0;}.quotes-card__text{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:150%;color:#FFFFFF;align-self:stretch;}.quotes-card__author{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:4px;width:100%;}.quotes-card__name{font-family:'TT Firs Neue',sans-serif;font-weight:600;font-size:18px;line-height:150%;color:#FFFFFF;align-self:stretch;}.quotes-card__role{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:16px;line-height:130%;color:rgba(255,255,255,0.7);align-self:stretch;}.quotes-card__media{position:relative;margin-left:auto;width:100%;max-width:400px;height:100%;max-height:100%;order:1;border-radius:12px;overflow:hidden;}.quotes-card__img{width:100%;height:100%;object-fit:cover;object-position:top center;}}@media (max-width:650px){.quotes-slider__nav{display:none;}.quotes-slider__pagination{display:flex;gap:8px;margin-bottom:24px;}.quotes-slider__pagination .swiper-pagination-bullet{flex:1;height:2px;background:rgba(255,255,255,0.2);border-radius:0;opacity:1;margin:0 !important;transition:background 0.3s ease;}.quotes-slider__pagination .swiper-pagination-bullet-active{background:#FFFFFF;}}.contact{padding:50px 0 0 0;}.contact__container{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;padding:80px;gap:10px;width:100%;background:#000000;border:1px solid rgba(255,255,255,0.2);border-radius:40px;overflow:hidden;}.contact__content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:0px;gap:20px;height:auto;flex:none;order:0;align-self:stretch;flex-grow:1;}.contact__text{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:20px;flex:none;order:0;align-self:stretch;flex-grow:0;}.contact__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:40px;line-height:130%;color:#FFFFFF;margin:0;}.contact__desc{max-width:598px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:24px;line-height:130%;color:#939393;flex:none;order:1;flex-grow:0;}.form__input.form__input--phone{background-color:transparent;padding-left:0;}.contact__logo{display:flex;flex-direction:row;align-items:center;gap:10.56px;margin-top:40px;}.contact__logo-symbol{position:relative;width:66px;height:66px;}.contact__logo-polygon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.contact__logo-polygon--3{width:52.18px;height:45.19px;background:#F32B0F;clip-path:polygon(50% 0%,0% 100%,100% 100%);}.form{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:32px;isolation:isolate;width:100%;max-width:770px;height:auto;flex:none;order:1;flex-grow:0;}.form__content{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:20px;isolation:isolate;width:100%;max-width:770px;flex:none;order:0;align-self:stretch;flex-grow:0;z-index:1;}.form__switch{box-sizing:border-box;display:flex;flex-direction:column;padding:4px;width:100%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.2);box-shadow:inset 0px 5px 20px rgba(0,0,0,0.32),inset -2px 2px 4px rgba(0,0,0,0.32);border-radius:16px;z-index:1;}.news{overflow-x:hidden;}.form__switch-inner{display:flex;flex-direction:row;gap:4px;width:100%;}.form__switch-tab{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 20px;gap:10px;flex:1;min-height:65px;border-radius:12px;transition:background 0.3s ease,color 0.3s ease;}.form__switch-tab:not(.active):hover{background:var(--Ghost-tertiary,#FFFFFF0D);}.form__switch-tab.active{background:#FFFFFF;}.form__switch-tab.active .form__switch-text{color:#000000;}.form__switch-text{width:auto;height:21px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:16px;line-height:130%;color:rgba(255,255,255,0.7);flex:none;order:0;flex-grow:0;}.form__inputs{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:20px;isolation:isolate;width:100%;max-width:770px;flex:none;order:1;align-self:stretch;flex-grow:0;z-index:0;}.form__input-group{width:100%;}.form__input-group--hidden{display:none;}.form__input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:16px 24px 16px 30px;gap:10px;width:100%;min-width:260px;height:72px;background:rgba(255,255,255,0.05);border-radius:12px;border:none;font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:16px;line-height:130%;color:#FFFFFF;}.form__textarea{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:24px 24px 16px 30px;gap:10px;width:100%;min-width:260px;min-height:120px;background:rgba(255,255,255,0.05);border-radius:12px;border:none;font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:16px;line-height:130%;color:#FFFFFF;resize:none;}.form__input::placeholder,.form__textarea::placeholder{color:#939393;}.form__input--phone{min-width:0 !important;}.form__input-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;width:100%;flex-wrap:wrap;}.form__input-phone{flex:1;min-width:260px;}.form__phone-wrapper{display:flex;flex-direction:row;align-items:center;padding:4px 15px 4px 4px;gap:20px;width:100%;height:72px;background:rgba(255,255,255,0.05);border-radius:12px;}.form__country{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px 20px;gap:10px;height:64px;background:rgba(255,255,255,0.05);border-radius:8px;}.form__flag{width:24px;height:24px;border-radius:4px;overflow:hidden;position:relative;}.form__flag img{width:100%;height:100%;object-fit:cover;}.form__country-code{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:16px;line-height:130%;color:#939393;}.form__checkboxes{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:20px;width:100%;max-width:770px;min-height:52px;height:auto;flex:none;order:1;align-self:stretch;flex-grow:0;z-index:0;}.form__checkbox-item{display:flex;flex-direction:row;align-items:flex-start;padding:0px;gap:8px;width:100%;height:auto;cursor:pointer;}.form__checkbox{display:none;}.form__checkbox-square{width:15px;height:15px;border:1.25px solid #FFFFFF;border-radius:2px;flex:none;order:0;flex-grow:0;display:flex;align-items:center;justify-content:center;}.form__checkbox:checked+.form__checkbox-square{background-color:transparent;border-color:transparent;background-image:url('../img/check-square.svg');background-repeat:no-repeat;background-position:center;background-size:145%;}.form__checkbox-label{font-weight:400;font-size:12px;line-height:130%;color:#FFFFFF;flex:1;order:1;}.form__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;width:100%;height:64px;background:linear-gradient(93.88deg,#F32B0F -1.94%,#FF0011 100%);border-radius:12px;border:none;cursor:pointer;z-index:0;transition:opacity 0.3s ease,filter 0.3s ease;}.form__button:disabled{opacity:0.5;cursor:not-allowed;filter:grayscale(0.5);}.form__button-inner{display:flex;flex-direction:row;align-items:center;padding:0px 8px 0px 24px;gap:10px;width:100%;min-height:56px;}.form__button-text{width:auto;font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:18px;line-height:150%;color:#FFFFFF;flex:none;order:0;flex-grow:0;}.form__button-icon{width:56px;height:56px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:none;order:1;flex-grow:0;margin-left:auto;}.form__input-row .form__input-group{flex:1.5;min-width:260px;}@media (max-width:1200px){.contact__container{grid-template-columns:1fr;padding:40px;gap:10px;}.success-card__media{height:259.41px;}.contact__content,.contact__text,.contact__title,.form,.form__content,.form__switch,.form__inputs,.form__input-row,.form__checkboxes,.form__button{width:100%;max-width:none;height:auto;}.contact__desc{width:100%;max-width:none;}.form__switch-inner{width:100%;}.form__switch-tab{flex:1;padding:12px;}.form__input-row{flex-direction:row;gap:12px;}}.form__submit{width:100%;padding:20px;text-align:start;display:flex;justify-content:space-between;}.footer{position:relative;background:#000;overflow:hidden;margin-top:120px;}.footer__video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;}.footer__video-bg video{position:absolute;top:50%;left:50%;width:110%;height:100%;object-fit:cover;transform:translate(-50%,-50%);opacity:0.8;}.footer__video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);z-index:1;}.footer__container{position:relative;z-index:2;display:flex;flex-direction:column;}.footer__top{display:flex;flex-direction:row;padding:20px 0 40px;margin-bottom:0;}.footer__col{flex:1;display:flex;flex-direction:column;padding:0 32px;gap:20px;border-right:1px solid #FFFFFF33;}.footer__col-title{text-transform:uppercase;font-style:400;font-size:18px;line-height:120%;text-transform:uppercase;color:#FFFFFF66;}.footer__text{font-weight:400;font-size:16px;line-height:150%;color:#FFFFFF;}.footer__nav{display:flex;flex-direction:column;gap:12px;}.footer__link{display:flex;align-items:center;gap:8px;font-weight:400;font-size:18px;line-height:150%;}.footer__icon-arrow{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;}.footer__icon-arrow svg{width:16px;height:16px;}.footer__bottom{padding:60px 0 100px;text-align:center;position:relative;overflow:hidden;width:100%;}.footer__brand-large{width:100%;display:flex;justify-content:center;align-items:center;}.footer__brand-large svg{width:100%;height:auto;max-width:1720px;}@media (max-width:992px){.stats-cards{grid-template-columns:1fr;}.clients__grid{grid-template-columns:1fr;}.clients-main-card{min-height:250px;}.contact__container{flex-direction:column;}.footer__top{grid-template-columns:1fr 1fr;}}@media (max-width:768px){.hero-ngfw__title{font-size:28px;}.header__nav{display:none;}.footer__top{grid-template-columns:1fr;}.form__group--row-3{flex-direction:column;}.form__input-row{flex-direction:column;gap:20px;}.form__input-phone{width:100%;}}@keyframes pulseGlow{0%{opacity:0.4;transform:scale(1) translateX(-50%);}50%{opacity:0.8;transform:scale(1.1) translateX(-45%);}100%{opacity:0.4;transform:scale(1) translateX(-50%);}}.clients-main-card__glow{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);width:250px;height:250px;background:var(--accent-color);filter:blur(80px);z-index:1;animation:pulseGlow 4s infinite ease-in-out;}.btn .icon-arrow,.hero-ngfw__link .icon-arrow{display:inline-block;transition:transform var(--transition-fast);}.btn:hover .icon-arrow,.hero-ngfw__link:hover .icon-arrow{transform:translateX(5px) translateY(-5px);}.client-box{transition:transform var(--transition-normal),box-shadow var(--transition-normal);}.client-box:hover{box-shadow:0 15px 40px rgba(255,31,0,0.15);}@keyframes pulseBorder{0%{border-color:rgba(255,31,0,0.2);}50%{border-color:rgba(255,31,0,0.6);box-shadow:0 0 20px rgba(255,31,0,0.2);}100%{border-color:rgba(255,31,0,0.2);}}.ecosystem__circle{animation:pulseBorder 4s infinite;}.ecosystem__circle--1{animation-delay:0s;}.ecosystem__circle--2{animation-delay:1s;}.ecosystem__circle--3{animation-delay:2s;}.news{background:#000000;padding:120px 0;}.news__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px;}.news__title-group{display:flex;flex-direction:column;flex-grow:1;}.news__title{font-size:40px;line-height:1.3;font-weight:500;color:#FFFFFF;}.news__nav{display:flex;gap:12px;}.news__pagination{display:none;position:static;width:100%;}@media (max-width:575px){.news__nav{display:none;}.news__header{margin-bottom:40px;}.news__pagination{display:flex;gap:8px;margin-top:32px;}.news__pagination .swiper-pagination-bullet{flex:1;height:2px;background:rgba(255,255,255,0.2);border-radius:0;opacity:1;margin:0 !important;transition:background 0.3s ease;}.news__pagination .swiper-pagination-bullet-active{background:#FFFFFF;}}.news__nav-btn{width:48px;height:48px;background:rgba(255,255,255,0.08);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#FFFFFF;transition:background var(--transition-fast),opacity var(--transition-fast);}.news__nav-btn:hover:not(.swiper-button-disabled){background:rgba(255,255,255,0.24);opacity:1;}.news__nav-btn.swiper-button-disabled{background:rgba(255,255,255,0.16);opacity:0.2;cursor:default;pointer-events:none;}.news-slider{width:100%;overflow:visible;}.news-card{display:flex;flex-direction:row;width:771px;height:244px;background:rgba(255,255,255,0.05);border-radius:16px;padding:4px;box-sizing:border-box;}.news-card__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:28px;}.news-card__title{font-size:24px;line-height:1.5;font-weight:450;color:#FFFFFF;}.news-card__meta{display:flex;align-items:center;gap:20px;font-size:18px;color:#939393;}.news-card__dot{width:6px;height:6px;background:rgba(255,255,255,0.7);border-radius:50%;}.news-card__image-box{width:231px;height:100%;background:#1E1E1E;border-radius:12px;position:relative;overflow:hidden;flex-shrink:0;}.news-card__image-box img{width:100%;height:100%;object-fit:cover;position:relative;z-index:0;}.page--vacancies .container.header__container{max-width:1720px !important;width:100% !important;margin:0 auto !important;}@media (max-width:1720px){.page--vacancies .container.header__container{width:calc(100% - 64px) !important;}}@media (max-width:1440px){.page--vacancies .container.header__container{max-width:1376px !important;width:calc(100% - 64px) !important;}}@media (max-width:1024px){.page--vacancies .container.header__container{max-width:984px !important;width:calc(100% - 40px) !important;}}@media (max-width:650.98px){.page--vacancies .container.header__container{max-width:100% !important;width:calc(100% - 24px) !important;}}.page--vacancies .vacancies-hero,.page--vacancies .vacancies-list,.page--vacancies .contact .container{padding-left:0 !important;padding-right:0 !important;}.vacancies-no-results{display:none;text-align:center;padding:80px 24px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:24px;margin-top:20px;}.vacancies-no-results__title{font-family:'TT Firs Neue',sans-serif;font-size:24px;font-weight:500;color:#FFFFFF;margin-bottom:12px;}.vacancies-no-results__text{font-family:'TT Firs Neue',sans-serif;font-size:16px;color:rgba(255,255,255,0.5);max-width:400px;margin:0 auto;}.page--vacancies .contact{padding:0 !important;}.page--vacancies .triangle-video-bg{top:0;opacity:1;transform:translateX(-50%);mix-blend-mode:normal;}.vacancies-hero{position:relative;padding-top:105px;padding-bottom:80px;z-index:2;}.vacancies-hero__glow{position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(circle,rgba(243,43,15,0.15) 0%,transparent 70%);filter:blur(100px);pointer-events:none;}.vacancies-hero__breadcrumbs{margin-bottom:50px;}.vacancies-intro{display:flex;flex-direction:column;align-items:center;text-align:center;padding:38px 0 80px;background:linear-gradient(176.64deg,rgba(0,0,0,0) 58.72%,#000000 84.49%);}.vacancies-intro__title{font-weight:500;font-size:50px;line-height:130%;text-align:center;background:linear-gradient(96.06deg,#FFFFFF 17.35%,#FF490D 103.61%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:16px;}.vacancies-intro__subtitle{font-weight:400;font-size:24px;line-height:140%;text-align:center;max-width:850px;margin:0 auto 50px auto;}.vacancies-intro__btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4px;width:328px;height:60px;}.vacancies-intro__btn .btn-round__text{width:268px;display:flex;align-items:center;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;text-transform:uppercase;color:#FFFFFF;padding:0px 24px 0px 32px;flex:none;order:0;flex-grow:0;text-align:left;box-sizing:border-box;}.vacancies-intro__btn .btn-round__arrow{width:52px;height:52px;flex:none;order:1;flex-grow:0;}.vacancies-intro__graphic{margin-top:80px;width:100%;display:flex;justify-content:center;position:relative;height:400px;overflow:hidden;}.vacancies-intro__graphic img{height:100%;object-fit:contain;min-width:115%;}.vacancies-intro__graphic::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(176.64deg,rgba(0,0,0,0) 58.72%,#000000 84.49%);pointer-events:none;}.orbital{position:relative;width:800px;height:400px;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;}.orbital__circle{position:absolute;bottom:-150px;left:50%;transform:translateX(-50%);border:1px solid rgba(255,255,255,0.1);border-radius:50%;}.orbital__circle--1{width:300px;height:300px;}.orbital__circle--2{width:500px;height:500px;}.orbital__circle--3{width:700px;height:700px;}.orbital__avatar{position:absolute;width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid #F32B0F;box-shadow:0 0 20px rgba(243,43,15,0.5);z-index:5;}.orbital__avatar img{width:100%;height:100%;object-fit:cover;}.orbital__avatar--1{top:220px;left:180px;}.orbital__avatar--2{top:80px;left:320px;}.orbital__avatar--3{top:120px;right:280px;}.orbital__avatar--4{top:240px;right:150px;}.orbital__logo{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:10;}.orbital__logo-text{font-size:80px;font-weight:700;background:linear-gradient(180deg,#F32B0F 0%,#FF753A 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}.vacancies-filter-mobile{display:none;}.vacancies-filter{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:80px;width:100%;position:relative;z-index:20;}.vacancies-filter__row{display:flex;align-items:center;gap:16px;width:100%;}.vacancies-filter__group{display:flex;flex:1;gap:16px;}.vacancies-filter__item{flex:1;height:90px;display:flex;align-items:center;padding:0 32px;cursor:pointer;position:relative;z-index:10;}.vacancies-filter__item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);backdrop-filter:blur(35px);-webkit-backdrop-filter:blur(35px);border-radius:12px;z-index:-1;transition:background var(--transition-fast),border-color var(--transition-fast);pointer-events:none;}.vacancies-filter__select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1;appearance:none;pointer-events:none;}.vacancies-filter__item:hover::before{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.3);}.vacancies-filter__item.active{z-index:50;}.vacancies-filter__item.active::before{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.3);backdrop-filter:none;-webkit-backdrop-filter:none;}.vacancies-filter__group:has(.vacancies-filter__item.active) .vacancies-filter__item::before{backdrop-filter:none;-webkit-backdrop-filter:none;}.vacancies-filter__content{display:flex;justify-content:space-between;align-items:center;width:100%;}.vacancies-filter__info{display:flex;flex-direction:column;align-items:flex-start;gap:4px;}.vacancies-filter__label{font-size:12px;color:rgba(255,255,255,0.4);font-weight:400;line-height:120%;margin:0;}.vacancies-filter__value{font-size:18px;font-weight:500;color:#FFFFFF;font-family:"TT Firs Neue",sans-serif;}.vacancies-filter__arrow{display:flex;align-items:center;color:rgba(255,255,255,0.6);}.vacancies-filter__arrow svg{transition:transform var(--transition-fast);}.vacancies-filter__item.active .vacancies-filter__arrow svg{transform:rotate(180deg);}.vacancies-filter__dropdown{position:absolute;top:calc(100% + 8px);left:0;width:100%;min-width:320px;background:#0C0C0C;border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:8px;padding:32px;display:flex;flex-direction:column;gap:20px;z-index:100;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s ease;pointer-events:none;box-shadow:0px 10px 40px rgba(0,0,0,0.5);overflow:visible;}.vacancies-filter__item.active .vacancies-filter__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}.vacancies-filter__dropdown-item{display:flex;flex-direction:row;align-items:center;padding:0;gap:12px;width:100%;cursor:pointer;user-select:none;transition:opacity 0.2s ease;}.vacancies-filter__dropdown-item:hover{opacity:0.8;}.vacancies-filter__dropdown-circle{width:20px;height:20px;border-radius:50%;border:0.833333px solid #939393;display:flex;align-items:center;justify-content:center;transition:all 0.25s cubic-bezier(0.4,0,0.2,1);flex-shrink:0;position:relative;box-sizing:border-box;}.vacancies-filter__dropdown-item.selected .vacancies-filter__dropdown-circle{background:#F32B0F;border:1.66667px solid #F32B0F;}.vacancies-filter__dropdown-check{width:10px;height:9px;stroke:#FFFFFF;stroke-width:1.66667px;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:0;transform:scale(0.5);transition:transform 0.25s cubic-bezier(0.4,0,0.2,1),opacity 0.25s cubic-bezier(0.4,0,0.2,1);}.vacancies-filter__dropdown-item.selected .vacancies-filter__dropdown-check{opacity:1;transform:scale(1);}.vacancies-filter__dropdown-text{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:14px;line-height:130%;color:#FFFFFF;}.vacancies-filter__submit{width:279px;height:90px;background:#FF0011;border:none;border-radius:12px;color:#FFFFFF;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);}.vacancies-filter__submit:hover{filter:brightness(1.1);}.vacancies-filter__clear{background:none;border:none;padding:0;color:#FFFFFF;font-family:"TT Firs Neue",sans-serif;font-size:18px;font-weight:450;cursor:pointer;display:none;align-items:center;gap:8px;transition:opacity 0.2s ease;}.vacancies-filter__clear:hover{opacity:0.8;}.vacancies-filter__clear.visible{display:flex;}.vacancies-filter__clear-icon{display:flex;align-items:center;justify-content:center;font-size:14px;}.vacancies-hero__title{font-weight:500;font-size:40px;line-height:130%;max-width:850px;}.vacancies-list{display:flex;flex-direction:column;gap:80px;padding-bottom:120px;position:relative;z-index:1;}@media (max-width:1440px){.vacancies-list{padding-bottom:100px;}}@media (max-width:1024px){.vacancies-list{padding-bottom:80px;gap:60px;}}@media (max-width:768px){.vacancies-list{padding-bottom:60px !important;}}.vacancies-category{display:flex;flex-direction:column;gap:48px;}.vacancies-category__header{display:flex;align-items:flex-start;gap:12px;}.vacancies-category__title{font-weight:500;font-size:36px;;line-height:110.00000000000001%;color:#FFFFFF;}.vacancies-category__count{font-size:18px;font-weight:450;color:#FFFFFF;margin-top:4px;}.vacancies-category__items{display:flex;flex-direction:column;gap:20px;}.vacancy-card{display:flex;justify-content:space-between;align-items:start;padding:32px 32px 36px 32px;border:1px solid rgba(255,255,255,0.2);border-radius:20px;transition:background var(--transition-fast),border-color var(--transition-fast);text-decoration:none;color:inherit;}.vacancy-card:hover{background:rgba(255,255,255,0.03);border-color:rgba(255,255,255,0.4);}.vacancy-card--gradient{background:linear-gradient(357.28deg,rgba(0,0,0,0.2) -118.48%,rgba(0,0,0,0) 61.98%);}.vacancy-card__info{display:flex;flex-direction:column;gap:32px;}.vacancy-card__title{font-size:24px;line-height:150%;font-weight:450;color:#FFFFFF;margin:0;}.vacancy-card__location{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,0.7);font-size:18px;}.vacancy-card__icon{display:flex;align-items:center;color:#FFFFFF;}.vacancy-card__arrow{width:48px;height:48px;background:rgba(218,221,244,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#DBDFFD;transition:background var(--transition-fast),color var(--transition-fast);}.vacancy-card:hover .vacancy-card__arrow{background:var(--main-red);color:#FFFFFF;}@media (max-width:1024px){.vacancies-filter__row{gap:12px;}.vacancies-filter__group{gap:12px;}.vacancies-filter__item{padding:0 20px;height:80px;}.vacancies-filter__value{font-size:16px;}.vacancies-filter__submit{width:200px;height:80px;font-size:16px;}}@media (max-width:650px){.vacancy-card{flex-direction:column;align-items:flex-start;gap:24px;padding:24px;}.vacancy-card__arrow{align-self:flex-end;}}.success-stories{position:relative;background-size:contain;height:100%;display:flex;align-items:center;}.success-stories__container{position:relative;z-index:2;overflow:hidden;width:100%;}.success-stories__title{font-size:40px;text-align:center;background:radial-gradient(64.54% 145.38% at 50% 20.02%,#FFFFFF 0%,#FF490D 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:500;text-align:start;}.success-stories__stack{position:relative;height:554px;width:100%;max-width:850px;margin:0 auto;}.ngfw-promo{position:relative;height:300vh;background:#000;}.ngfw-promo__sticky{position:sticky;top:0;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;}.card-ngfw-expand{position:absolute;width:415px;height:430px;right:32px;bottom:14px;background:linear-gradient(180deg,#000000 0%,#3D0705 100%);border-radius:20px;overflow:hidden;transform-origin:right bottom;z-index:10;}.card-ngfw-expand__transformed{opacity:0;pointer-events:none;position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;padding:60px 0;background:linear-gradient(180deg,#150200 0%,#000000 55%);}.ngfw-transformed__header{text-align:center;margin-bottom:20px;z-index:2;}.ngfw-transformed__title{font-family:"TT Firs Neue";font-weight:500;font-size:50px;line-height:110%;color:#F32B0F;margin-bottom:16px;}.ngfw-transformed__subtitle{max-width:1082px;font-size:24px;font-weight:450;line-height:130%;background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.ngfw-transformed__main{position:relative;width:100%;flex-grow:1;display:flex;justify-content:center;align-items:center;}.ngfw-transformed__sequence{width:780px;height:520px;position:relative;z-index:2;}#iron-canvas{width:100%;height:100%;object-fit:contain;}.ngfw-glow--red{width:900px;height:900px;background:#F3646A;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0.3;filter:blur(100px);}.ngfw-stat-card{flex:1;padding:32px;background:linear-gradient(180deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.01) 100%);border-radius:20px;border:1px solid rgba(255,255,255,0.1);}.ngfw-stat-card__number{font-size:60px;font-weight:500;color:#F32B0F;}.ngfw-stat-card__unit{font-size:32px;color:#FFF;}.ngfw-transformed__footer{display:flex;align-items:center;gap:60px;margin-top:40px;}.ngfw-transformed__cert{display:flex;align-items:center;gap:20px;}.ngfw-cert-text{font-size:24px;color:rgba(255,255,255,0.7);}@media (max-width:1920px){.news{overflow-x:hidden;}}@media (max-width:1720px){.container{margin:0 auto;width:calc(100% - 64px);}.quotes-card__content{display:flex;flex-direction:column;align-items:flex-start;padding:17px 28px 14px 21px;margin-left:227px;gap:20px;}.quotes-card__text{font-size:17px;}.quotes-card__name{font-size:16px;}.quotes-card__role{font-size:15px;}}@media (max-width:1440px){.team__video-wrapper{margin:0 auto;max-width:1000px;max-height:555px;}.articles-grid{gap:20px;}.list-view .article-item__image-wrapper{width:346px;height:100%;}.list-view .article-item__img{max-height:100%;}.container{max-width:1376px;margin:0 auto;width:calc(100% - 64px);}.hero-home{height:100vh;min-height:700px;}.hero-home__container{padding-top:100px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;height:100%;margin-top:0;}.header__container{max-width:1376px;width:calc(100% - 64px);margin:0 auto;height:70px;gap:0;justify-content:space-between;padding-left:24px;padding-right:14px;}.nav__list{gap:40px;}.nav__link{font-size:18px;}.header__btn{height:46px;padding-left:20px;}.header__btn-text{font-size:18px;}.hero-home__content{max-width:753px;gap:30px;margin-top:0;margin-bottom:0;align-self:flex-start;display:flex;flex-direction:column;padding-top:80px;flex-grow:1;}.hero-home__title{font-size:50px;line-height:110%;margin-bottom:0;}.hero-home__subtitle{font-size:24px;line-height:130%;max-width:753px;}.hero-home__btns{gap:20px;margin-top:40px;}.hero-home__btn{width:50%;height:64px;padding:0;}.card-ngfw{width:415px;height:430px;position:absolute;right:0;bottom:0;margin:0;}.card-ngfw__title{font-size:32px;}.card-ngfw__desc{font-size:16px;}.highlight__title{max-width:908px;font-size:min(4vh,40px,4.5vw);line-height:130%;text-align:center;}.highlight__sequence{width:min(55vh,480px,85vw);height:min(55vh,480px,85vw);margin:min(2.5vh,20px) auto;}.highlight__container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.news{padding:100px 0;}.news__header{margin-bottom:50px;}.bottom-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:60px;}.ecosystem{padding:100px 0;}.contact{padding:0;}.contact__text{max-width:510px;width:auto;}.contact__content{max-width:510px;}.contact__container{min-height:auto;padding:80px 32px;flex-wrap:wrap;}.contact__desc{max-width:510px;font-size:18px;line-height:150%;}.footer{margin-top:100px;}.card-ngfw__stat-value{font-size:24px;}.card-ngfw__stat-card{padding:52px 32px 32px 32px;}.card-ngfw__stat-value span{font-size:60px;}.card-ngfw__stats{padding:0 32px;width:100%;margin-bottom:50px;}.card-ngfw__tests-section{margin-bottom:50px;}.footer__brand-large{max-width:1302px;margin:0 auto;}.footer__brand-large{padding:0 20px;}}@media (max-width:1320px){.articles-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:1220px){.card-ngfw__tests-section{gap:32px;}.card-ngfw__tests-grid{flex-direction:column;gap:16px;align-items:center;}.card-ngfw__test-card{max-width:100%;height:165px;width:100%;}.card-ngfw__test-card-logo{max-width:85px;height:144px;}.card-ngfw__test-card-title{font-size:16px;}}@media (max-width:1024px){.container.blog-content__container{margin:0;width:100%;max-width:100%;border:0;border-radius:20px;padding:24px 20px;}.list-view .article-item__content{padding:24px 24px 24px 32px;}.blog-filter{margin-bottom:20px;}.container{max-width:984px;margin:0 auto;width:calc(100% - 40px);}.contact__container{grid-template-columns:1fr;}.card-ngfw{width:318px;}.card-ngfw__shared-canvas-container{display:none;}.card-ngfw__content{padding:24px 24px 0 24px;margin-bottom:12px;}.nav__link{font-size:16px;}.card-ngfw__stat-desc{font-size:16px;}.nav__list{gap:32px;}.hero-home__subtitle{font-size:18px;}.card-ngfw__desc{font-size:12px;}.card-ngfw__title{font-size:24px;}.card-ngfw__stat-value span{font-size:36px;}.card-ngfw__stat-value{font-size:18px;}.team__video-wrapper{max-height:554px;}.team{padding:0;}.ecosystem{padding:64px 0 0 0;}.ecosystem__header{margin-bottom:50px;}.bottom-stat-card__value{font-size:36px;}.bottom-stat-card__desc{font-size:16px;}.bottom-stats__grid{gap:16px;margin-bottom:50px;}.contact__logo{order:-1;margin-top:0;}.contact__container{padding:50px 40px;}.form__input-row{flex-direction:row;}.form__input-phone{width:30%;}.form__input--phone{min-width:auto;}.footer{margin-top:60px;}.footer__text{font-size:14px;}.footer__link{font-size:14px;}.footer__brand-large{max-width:981px;}.news-card{width:100%;}.card-ngfw__stats{margin-bottom:50px;}.card-ngfw__footer{order:1;margin-bottom:50px;}.card-ngfw__tests-section{order:3;margin-bottom:0;}}@media (max-width:991px){.vacancy-card__title{font-size:20px;}.success-stories__title{font-size:28px;}.vacancies-intro{padding-top:0;}.vacancies-intro__subtitle{font-size:18px;}.vacancies-filter__submit{height:70px;font-size:14px;}.vacancies-filter__item{height:70px;}.vacancies-filter__label{font-size:14px;}.vacancies-category{gap:32px;}.vacancies-hero__title{font-size:30px;}.vacancies-filter{margin-bottom:60px;}.vacancy-card__location{font-size:16px;}.vacancies-category__title{font-size:28px;}.header__nav{display:none;}.header__container{height:60px;padding-right:8px;}.header__burger{display:flex;}.header__actions{display:flex;align-items:center;gap:5px;}.header__burger span{transition:transform 0.4s cubic-bezier(0.16,1,0.3,1),opacity 0.3s ease;}.header__burger.active{border-color:rgba(255,255,255,0.3);}.header__burger.active span:nth-child(1){transform:translateY(6px) rotate(45deg);}.header__burger.active span:nth-child(2){opacity:0;transform:scale(0);}.header__burger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:900;visibility:hidden;pointer-events:none;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:0 20px 20px;}.mobile-menu.active{visibility:visible;pointer-events:auto;}.mobile-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);backdrop-filter:blur(15px);opacity:0;transition:opacity 0.4s ease;}.mobile-menu.active .mobile-menu__overlay{opacity:1;}.mobile-menu__container{position:relative;z-index:2;flex:1;width:100%;max-width:728px;margin:100px auto 0;background:#000000;border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:40px;border:1px solid rgba(255,255,255,0.1);transform:translateY(100%);transition:transform 0.6s cubic-bezier(0.16,1,0.3,1);}.mobile-menu.active .mobile-menu__container{transform:translateY(0);}.mobile-menu__container::-webkit-scrollbar{width:4px;}.mobile-menu__container::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.1);border-radius:2px;}.mobile-menu__nav{display:flex;flex-direction:column;width:100%;}.mobile-menu__item{border-bottom:1px solid rgba(255,255,255,0.1);padding:24px 0;}.mobile-menu__item:last-child{border-bottom:none;}.mobile-menu__item-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;}.mobile-menu__item-title{font-size:20px;font-weight:450;color:#FFFFFF;}.mobile-menu__item-btn{width:32px;height:32px;background:rgba(255,255,255,0.05);border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;padding:0;transition:background 0.3s ease;}.mobile-menu__item-btn svg{width:16px;height:16px;stroke:rgba(255,255,255,0.2);transition:all 0.3s ease;}.mobile-menu__item.active .mobile-menu__item-btn svg{transform:rotate(45deg);stroke:#FFFFFF;}.mobile-menu__item-content{display:none;flex-direction:column;gap:16px;padding-top:20px;}.mobile-menu__item.active .mobile-menu__item-content{display:flex;}.mobile-menu__link{font-size:18px;font-weight:450;line-height:150%;color:#939393;text-decoration:none;transition:color 0.3s ease;}.mobile-menu__link:hover{color:#FFFFFF;}.mobile-menu__footer{display:flex;gap:20px;margin-top:auto;}.mobile-menu__footer-btn{flex:1;height:64px;border-radius:12px;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all 0.3s ease;}.mobile-menu__footer-btn--filled{background:linear-gradient(93.88deg,#F32B0F -1.94%,#FF0011 100%);color:#FFFFFF;}.mobile-menu__footer-btn--filled:hover{filter:brightness(1.1);}.mobile-menu__footer-btn--outline{background:rgba(255,255,255,0.1);backdrop-filter:blur(30px);color:#FFFFFF;}.mobile-menu__footer-btn--outline:hover{background:rgba(255,255,255,0.2);}@media (max-width:767px){.mobile-menu__container{width:100%;margin:92px auto 0;border-radius:24px;padding:40px;}.mobile-menu__footer{flex-direction:row;gap:12px;}}@media (max-width:768px){.container{max-width:728px;}.articles-grid{grid-template-columns:repeat(1,1fr);}.article-item__title{font-size:18px;}.article-item__image-wrapper{margin-bottom:20px;}.article-item__tags{padding-top:24px;}.blog-hero{height:325px;}.article-item__content{padding:0 20px 20px 20px;}.blog-hero__title{font-size:30px;}.blog-hero__breadcrumbs{padding-top:95px;}.blog-filter{display:none;}.article-item__date{font-size:14px;}.article-item__category{font-size:14px;}.hero-home__video-bg{background:url('../img/Fade-mobile.jpg') no-repeat center center;background-size:cover;filter:brightness(0.4);}.hero-home__video-bg video{display:none !important;}.hero-home__title{font-size:30px;}.hero-home__subtitle{font-size:16px;}.hero-home__content{gap:10px;}.card-ngfw__exp-title{font-size:30px;}.card-ngfw__exp-subtitle{font-size:20px;}.card-ngfw__stats{flex-direction:column;}.card-ngfw__stat-card{padding:47px 32px 32px 32px;}.card-ngfw__cert{font-size:20px;}.card-ngfw__tests-section{gap:32px;}.card-ngfw__tests-title{font-size:20px;line-height:130%;}.card-ngfw__tests-grid{flex-direction:column;gap:20px;}.card-ngfw__test-card{width:100%;max-width:100%;}.card-ngfw__test-card-inner{flex-direction:row;align-items:center;gap:32px;padding:4px;}.card-ngfw__test-card-logo-box{width:186px;height:157px;}.card-ngfw__test-card-logo{max-width:65px;}.card-ngfw__test-card-content{padding:28px 28px 28px 0px;gap:32px;height:157px;}.card-ngfw__test-card-title{font-size:16px;text-align:left;}.card-ngfw__test-card-share{justify-content:flex-start;}.highlight__container{max-height:none !important;height:auto !important;}.highlight__title{font-size:28px;}.team__video-wrapper{max-height:410px;}.team__info{width:100%;position:static;}.news__title{font-size:28px;}.news{padding:80px 0;}.news-card__title{font-size:20px;}.news-card{flex-direction:column-reverse;}.news-card{width:100%;background:#1E1E1E;border-radius:12px;position:relative;padding:0;overflow:hidden;height:auto;flex-shrink:0;}.news-card__image-box{width:100%;aspect-ratio:16 / 9;padding:4px;height:auto;border-radius:12px;}.news-card__image-box img{width:100%;height:100%;object-fit:cover;border-radius:12px}.ecosystem__title{font-size:28px;}.ecosystem__subtitle{font-size:20px;}.bottom-stats__grid{display:grid;grid-template-columns:repeat(1,1fr);}.contact__container{padding:40px;}.footer__link{font-size:12px;}.footer__text{font-size:12px;}.footer__col-title{font-size:12px;}.footer__brand-large svg{padding:0 11px;}}@media (max-width:575.98px){.card-ngfw__tests-section{gap:32px;}.card-ngfw__tests-title{font-size:20px;line-height:130%;margin:0 auto;}.card-ngfw__tests-grid{flex-direction:column;gap:16px;align-items:center;}.card-ngfw__test-card{padding:20px;box-sizing:border-box;width:100%;margin:0 auto;border-radius:16px;}.card-ngfw__test-card:first-child{height:227.96px;}.card-ngfw__test-card:last-child{height:206.96px;}.card-ngfw__test-card-inner{flex-direction:column;align-items:flex-start;gap:20px;padding:0;height:100%;}.card-ngfw__test-card-logo-box{width:69px;height:57.96px;border-radius:4.554px;}.card-ngfw__test-card-logo{max-width:40px;max-height:32px;}.card-ngfw__test-card-content{padding:0;gap:20px;width:100%;}.card-ngfw__test-card:first-child .card-ngfw__test-card-content{height:110px;}.card-ngfw__test-card:last-child .card-ngfw__test-card-content{height:89px;}.card-ngfw__test-card-title{font-size:16px;line-height:130%;width:100%;text-align:left;}.card-ngfw__test-card-share{justify-content:flex-start;gap:12px;}}@media (max-width:650px){.vacancies-hero{position:relative !important;padding-top:105px !important;padding-bottom:60px !important;}.vacancies-intro__title{text-align:center;font-size:30px;}.vacancies-intro__graphic{margin-top:40px;height:auto;}.vacancies-intro{padding-bottom:60px !important;}.vacancy-card{position:relative;padding:24px;}.vacancy-card__info{gap:20px;}.vacancy-card__title{font-size:18px;margin-right:56px;}.vacancy-card__location{font-size:14px;}.vacancy-card__arrow{position:absolute;top:24px;right:24px;width:32px;height:32px;margin:0;}.vacancy-card__arrow svg{width:11px;height:15px;}.vacancies-category__items{gap:16px;}.vacancies-filter{display:none !important;}.vacancies-filter-mobile{display:block;width:100%;margin-bottom:60px;position:relative;z-index:30;}.vacancies-filter-mobile__trigger{width:100%;height:70px;background:#080808;border:1px solid rgba(255,255,255,0.05);border-radius:12px;padding:0 24px;display:flex;justify-content:center;align-items:center;gap:12px;cursor:pointer;transition:all 0.3s ease;}.vacancies-filter-mobile__trigger-text{font-family:"TT Firs Neue",sans-serif;font-size:18px;font-weight:450;color:#FFFFFF;}.vacancies-filter-mobile__trigger-arrow{display:flex;align-items:center;justify-content:center;color:#FFFFFF;transition:transform 0.3s ease;}.vacancies-filter-mobile.active .vacancies-filter-mobile__trigger-arrow{transform:rotate(180deg);}.vacancies-filter-mobile__dropdown{display:none;background:#000000;border:1px solid rgba(255,255,255,0.1);border-radius:24px;padding:24px;margin-top:12px;flex-direction:column;gap:28px;}.vacancies-filter-mobile.active .vacancies-filter-mobile__dropdown{display:flex;}.vacancies-filter-mobile__accordion{display:flex;flex-direction:column;gap:24px;}.vacancies-filter-mobile__accordion-item{display:flex;flex-direction:column;}.vacancies-filter-mobile__accordion-header{background:none;border:none;padding:0;margin:0;width:100%;display:flex;align-items:center;gap:12px;font-family:"TT Firs Neue",sans-serif;font-size:18px;font-weight:450;color:#FFFFFF;text-align:left;cursor:pointer;}.vacancies-filter-mobile__accordion-arrow{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.6);transition:transform 0.3s ease;}.vacancies-filter-mobile__accordion-item.active .vacancies-filter-mobile__accordion-arrow{transform:rotate(180deg);}.vacancies-filter-mobile__accordion-content{display:none;}.vacancies-filter-mobile__accordion-item.active .vacancies-filter-mobile__accordion-content{display:block;}.filter-options-list{display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:8px;}.filter-option{display:flex;align-items:center;gap:16px;cursor:pointer;position:relative;}.filter-option input[type="radio"]{display:none;}.filter-option__checkmark{width:24px;height:24px;border-radius:50%;border:1.5px solid rgba(255,255,255,0.4);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:all 0.25s ease;}.filter-option__checkmark svg{display:none;}.filter-option input[type="radio"]:checked~.filter-option__checkmark{border-color:#FF0011;background:#FF0011;}.filter-option input[type="radio"]:checked~.filter-option__checkmark svg{display:block;}.filter-option__text{font-family:"TT Firs Neue",sans-serif;font-size:16px;font-weight:450;color:#FFFFFF;}.vacancies-filter-mobile__apply{width:100%;height:64px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.05);border-radius:12px;color:rgba(255,255,255,0.3);font-family:"TT Firs Neue",sans-serif;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all 0.3s ease;}.vacancies-filter-mobile__apply-icon{display:none;align-items:center;justify-content:center;color:#FFFFFF;}.vacancies-filter-mobile__apply.active{background:linear-gradient(93.88deg,#F32B0F -1.94%,#FF0011 100%);border:none;color:#FFFFFF;}.vacancies-filter-mobile__apply.active .vacancies-filter-mobile__apply-icon{display:flex;}.vacancies-filter-mobile__clear{display:none;background:none;border:none;color:#FFFFFF;font-family:"TT Firs Neue",sans-serif;font-size:18px;font-weight:450;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin:20px auto 0 auto;width:fit-content;transition:opacity 0.2s;}.vacancies-filter-mobile__clear.visible{display:flex;}.vacancies-filter-mobile__clear-icon{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.6);}.vacancies-filter-mobile__tags{display:none;flex-wrap:wrap;gap:10px;margin-top:16px;width:100%;}.vacancies-filter-mobile__tags.visible{display:flex;}.filter-tag{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:10px 16px;color:#FFFFFF;font-family:"TT Firs Neue",sans-serif;font-size:14px;font-weight:450;display:inline-flex;align-items:center;gap:8px;}.filter-tag__close{cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.5);transition:color 0.2s;}.filter-tag__close:hover{color:#FF0011;}}@media (max-width:1024px){.hero-home{height:auto !important;position:relative !important;overflow:visible !important;}.hero-home__video-bg{position:sticky !important;top:0 !important;left:0 !important;width:100% !important;height:100dvh !important;z-index:0 !important;}.hero-home__container{height:auto !important;padding-top:120px !important;padding-bottom:60px !important;position:relative !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;margin-top:-100dvh !important;z-index:2 !important;}.hero-home__content{align-self:stretch !important;}.card-ngfw{position:relative !important;width:auto !important;height:auto !important;border-radius:24px !important;border:1px solid var(--white-8) !important;overflow:hidden !important;margin-top:100px !important;background:#000000 !important;display:flex !important;flex-direction:column !important;padding-top:60px !important;padding-bottom:40px !important;padding-left:24px !important;padding-right:24px !important;gap:30px !important;}.card-ngfw__initial{display:none !important;opacity:0 !important;}.card-ngfw__expanded{display:contents !important;}.card-ngfw__expanded::after{display:none !important;content:none !important;}.card-ngfw__exp-header{order:1 !important;margin-bottom:0px !important;}.card-ngfw__stat-card{opacity:1 !important;transform:translateY(0) !important;}.card-ngfw__stats{order:3 !important;margin-bottom:0px !important;padding:0 !important;}.card-ngfw__shared-canvas-container{position:relative !important;top:auto !important;left:auto !important;transform:none !important;width:100% !important;max-width:1200px !important;height:310px !important;margin-bottom:0px !important;margin-top:0px !important;display:flex !important;justify-content:center !important;align-items:center !important;z-index:5 !important;order:2 !important;}.card-ngfw__canvas-spacer{display:none !important;}.card-ngfw__footer{order:4 !important;}#ngfw-canvas{width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:480px !important;object-fit:contain !important;}.card-ngfw__cert{font-size:20px;flex-direction:column-reverse;text-align:center;}.card-ngfw__exp-subtitle{font-size:20px;}}@media (max-width:768px){.hero-home__video-bg{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100dvh !important;z-index:0 !important;background:url('../img/Fade-mobile.jpg') no-repeat center center !important;background-size:cover !important;filter:brightness(0.6) !important;}.hero-home__container{margin-top:0 !important;}}@media (max-width:575px){.card-ngfw{margin-left:-20px !important;margin-right:-20px !important;padding-left:20px !important;padding-right:20px !important;}.news__header{margin-bottom:24px;}.header__container{padding:14px 7px 14px 24px;}.highlight__sequence{width:min(48vh,330px,85vw);height:min(48vh,330px,85vw);margin:0 auto min(3vh,30px);}.page__glow-bg{position:absolute;width:100%;}.mobile-menu__footer{flex-direction:column;}.mobile-menu__footer-btn{flex:none;}.mobile-menu__container{padding:16px 24px;}.container{margin:0 auto;width:calc(100% - 24px);max-width:100%;}.hero-home__content{padding-top:38px;}.highlight__bg{background:none;}.hero-home__btns{flex-direction:column;}.success-stories{overflow:visible;}.hero-home__btn{width:100%;}.ecosystem__subtitle{font-size:18px;}.contact__container{padding:24px 16px;}.contact__logo-symbol{width:32px;height:32px;}.contact__logo{width:32px;height:32px;margin-top:20px;}.contact__logo-polygon--3{width:25px;height:22px;}.contact__logo-polygon--4{width:25px;height:22px;}.contact__title{font-size:28px;}.contact__desc{font-size:16px;}.form__button-inner{width:100%;}.footer__top{display:grid;grid-template-columns:1fr 1fr;padding:0;gap:40px 0;}.footer__col{border-right:none !important;padding:0;display:flex;flex-direction:column;gap:12px !important;}.footer__col:nth-child(odd){border-right:1px solid rgba(255,255,255,0.1) !important;}.footer__col:nth-child(1),.footer__col:nth-child(4){border-bottom:none;}.footer__col:nth-child(3){order:1;}.footer__col:nth-child(2){order:2;padding-left:24px}.footer__col:nth-child(1){order:3;}.footer__col:nth-child(4){order:4;padding-left:24px;}.footer__col-title{font-size:12px !important;margin-bottom:20px;}.footer__link,.footer__text{font-size:12px !important;}.highlight__title{font-size:min(3.5vh,20px,6vw);max-width:315px;}.form__input-row .form__input-group{width:100%;}.highlight__subtext{font-size:min(3vh,20px,5.5vw);text-align:center;}.highlight__brand svg{max-width:min(240px,80vw);height:min(5vh,50px);width:auto;}.team__video-wrapper{max-height:350px;}.card-ngfw__cert{max-width:255px;}.card-ngfw__stats{padding:0 12px;}.card-ngfw__exp-subtitle{max-width:225px;}.header__btn{display:none;}.news-card__content{padding:28px 20px;}.hero-home__title{font-size:28px;}.hero-home__content{gap:16px;}.blog-content .pagination{display:none;}.articles-grid{gap:28px;}.blog-hero__breadcrumbs{margin-left:0;}.blog-hero{padding-bottom:60px;max-width:100%;width:auto;}.blog-content{margin-bottom:0;}.articles-grid{margin-bottom:0;}.footer__bottom{padding:60px 0px 40px;}}.vacancy-single-hero{position:relative;width:100%;min-height:80vh;display:flex;flex-direction:column;color:#fff;overflow:hidden;}.vacancy-single-hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}.vacancy-single-hero__bg video{width:100%;height:100%;object-fit:cover;}.vacancy-single-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(14,11,20,0.9) 0%,rgba(14,11,20,0.4) 100%);}.vacancy-single-hero__container{flex:1;display:flex;flex-direction:column;padding-top:150px;padding-bottom:60px;position:relative;z-index:1;height:100%;}.vacancy-single-hero__content{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:32px;max-width:963px;margin-top:100px;margin-bottom:auto;position:relative;z-index:2;}.vacancy-single-hero__title{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:50px;line-height:1.1;color:#FFFFFF;margin:0;}.vacancy-single-hero__subtitle{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:1.5;color:#FFFFFF;max-width:818px;}.vacancy-single-hero__subtitle p{margin:0;}.vacancy-single-hero__apply{display:flex;flex-direction:row;align-items:center;padding:4px 4px 4px 32px;gap:20px;height:60px;background:rgba(255,255,255,0.05);backdrop-filter:blur(30px);border-radius:80px;border:1px solid rgba(255,255,255,0.1);color:#fff;cursor:pointer;transition:background 0.3s ease;margin-top:16px;}.vacancy-single-hero__apply:hover{background:rgba(255,255,255,0.1);}.vacancy-single-hero__apply .text{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:18px;line-height:1.5;}.vacancy-single-hero__apply .icon{width:52px;height:52px;background:rgba(255,255,255,0.2);border-radius:200px;display:flex;align-items:center;justify-content:center;}.vacancy-single-hero__footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:80px;padding:0px;position:relative;z-index:2;}@media (min-width:992px){.vacancy-single-hero__footer{position:absolute !important;bottom:0 !important;left:0 !important;width:100% !important;box-sizing:border-box !important;padding:0 42px 42px !important;margin-top:0 !important;z-index:10 !important;}}.vacancy-single-hero__tags{display:flex;align-items:center;gap:12px;font-family:'TT Firs Neue',sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;}.vacancy-single-hero__tags--top{display:none !important;}@media (max-width:1200px){.vacancy-single-hero__tags--top{display:flex !important;margin-top:77px !important;margin-bottom:60px !important;gap:14px !important;}.vacancy-single-hero__content{margin-top:0 !important;}.vacancy-single-hero__footer .vacancy-single-hero__tags{display:none !important;}}@media (max-width:1200px){.vacancy-single-hero__footer{justify-content:flex-start !important;}}@media (max-width:991.98px){.vacancy-single-hero__tags--top{margin-top:77px !important;margin-bottom:45px !important;}}@media (max-width:650.98px){.vacancy-single-hero__tags--top{margin-top:60px !important;margin-bottom:45px !important;flex-direction:row !important;gap:15px !important;align-items:flex-start !important;}.vacancy-single-hero__tags--top .dot{display:block !important;}.vacancy-single-hero__subtitle{font-size:16px;}}.page--vacancy-single .share-area{margin-bottom:0 !important;margin-top:120px !important;}@media (max-width:1720px){.page--vacancy-single .share-area{margin-top:80px !important;}}@media (max-width:991.98px){.page--vacancy-single .share-area{margin-top:60px !important;}.page--vacancy-single .article-hero__card{min-height:100% !important;}}.vacancy-single-hero__more{display:flex;align-items:center;gap:8px;padding:16px 24px;backdrop-filter:blur(11px);background:rgba(255,255,255,0.01);border-radius:12px;border:1px solid #FFFFFF1A;border:none;color:#fff;font-family:'TT Firs Neue',sans-serif;font-size:16px;font-weight:500;cursor:pointer;transition:opacity 0.3s;}.vacancy-single-hero__more:hover{opacity:0.9;}@media (max-width:768px){.vacancy-single-hero__content{padding:0;}.vacancy-single-hero__title{font-size:36px;}.vacancy-single-hero__subtitle{font-size:18px;}.vacancy-single-hero__footer{padding:0 20px;flex-direction:column;align-items:flex-start;gap:24px;}}.vacancy-hero__card{background-image:none;padding:100px 42px 42px;min-height:838px;display:flex;flex-direction:column;justify-content:space-between;}.vacancy-sidebar{position:relative;}.vacancy-sidebar__sticky{position:sticky;top:120px;display:flex;flex-direction:column;gap:80px;}.vacancy-sidebar__tags{display:flex;flex-direction:column;gap:24px;}.vacancy-sidebar__title{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:32px;line-height:1.3;color:#FFFFFF;margin:0;}.vacancy-sidebar__tech{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:1.5;color:rgba(255,255,255,0.7);margin:0;}.vacancy-sidebar__info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px;}.vacancy-sidebar__info-list li{display:flex;flex-direction:row;align-items:flex-start;gap:20px;}.vacancy-sidebar__info-list .icon{width:24px;height:24px;flex:none;display:flex;align-items:center;justify-content:center;}.vacancy-sidebar__info-list .text{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:1.5;color:#FFFFFF;}.vacancy-main{display:flex;flex-direction:column;gap:100px;max-width:850px;margin-bottom:120px;}.vacancy-section{display:flex;flex-direction:column;gap:32px;}.vacancy-section--intro{gap:24px;}.vacancy-intro-text{font-family:'TT Firs Neue',sans-serif;font-weight:400;font-size:24px;line-height:1.4;color:#FFFFFF;margin:0;}.vacancy-section__title{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:40px;line-height:1.3;color:#FFFFFF;margin:0;}.vacancy-section__desc{font-family:'TT Firs Neue',sans-serif;font-weight:400;font-size:24px;line-height:1.4;color:#FFFFFF;margin:0;}.vacancy-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px;}.vacancy-list li{position:relative;padding-left:26px;font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:1.5;color:#D9D9D9;}.vacancy-list li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#F32B0F;border-radius:50%;box-shadow:0px 4px 4px rgba(0,0,0,0.25);}@media (max-width:991px){.article-body{grid-template-columns:1fr;gap:60px;}.vacancy-sidebar__sticky{position:static;}}html.lenis,html.lenis body{height:auto;}.lenis.lenis-smooth{scroll-behavior:auto !important;}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain;}.lenis.lenis-stopped{overflow:hidden;}.lenis.lenis-scrolling iframe{pointer-events:none;}@media (max-width:768px){.footer__video-bg{background-image:url('../img/f2.webp') !important;background-size:cover !important;background-position:center !important;}#footer-video{display:none !important;}}.form__file-group{width:100%;}.form__file-label{display:block;width:100%;cursor:pointer;}.form__file-custom{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 28px;gap:10px;width:100%;max-width:100%;min-width:260px;height:114px;background:rgba(255,255,255,0.02);border:1px dashed rgba(255,255,255,0.1);border-radius:12px;transition:background 0.3s ease,border-color 0.3s ease,color 0.3s ease,box-shadow 0.3s ease;margin:0 auto;}.form__file-custom:hover{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.2);}.form__file-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0px;gap:8px;width:100%;max-width:100%;height:74px;}.form__file-icon{width:24px;height:24px;opacity:0.7;display:flex;justify-content:center;align-items:center;transition:opacity 0.3s ease;}.form__file-custom:hover .form__file-icon{opacity:1;}.form__file-icon svg{display:block;width:24px;height:24px;}.form__file-info{display:flex;flex-direction:column;align-items:center;padding:0px;gap:4px;width:100%;max-width:100%;height:42px;}.form__file-title{width:100%;max-width:100%;height:22px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:16px;line-height:140%;display:flex;align-items:center;justify-content:center;text-align:center;color:#939393;transition:color 0.3s ease;}.form__file-custom:hover .form__file-title{color:#FFFFFF;}.form__file-subtitle{width:100%;max-width:100%;height:16px;font-family:'TT Positive',sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:130%;display:flex;align-items:center;justify-content:center;text-align:center;color:rgba(255,255,255,0.2);}.form__file-custom.has-file{color:#FFFFFF;border-color:rgba(243,43,15,0.4);background:rgba(243,43,15,0.08);box-shadow:0 0 10px rgba(243,43,15,0.1);}.form__file-custom.has-file .form__file-title{color:#FFFFFF;}:root{--brand-red:var(--main-red);--brand-red-dark:#C61D09;--brand-gradient:var(--gradient-brand);--bg-black:var(--black-100);--bg-dark-card:#0C0C0C;--text-white:var(--white-100);--text-gray:var(--light-gray);--text-gray-light:var(--white-70);--border-white:var(--white-16);--glass-bg:var(--white-1);--glass-border:var(--white-8);}body.page--article{background-color:var(--bg-black);}.article-hero__container{max-width:1730px;width:calc(100% - 54px);margin:0 auto;padding:0;}.article-hero__card{background-color:var(--brand-red-dark);background-image:url('../img/Hero.jpg');background-size:cover;background-position:center;border-radius:40px;padding:112px 47px 42px;min-height:838px;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.5);}.article-hero__breadcrumbs{margin-left:0;margin-bottom:auto;position:relative;z-index:2;}.article-hero__content{position:relative;z-index:2;max-width:983px;margin-bottom:264px;}.article-hero__title{font-size:var(--font-h1);font-weight:500;line-height:var(--line-height-h1);margin-bottom:32px;max-width:725px;}.article-hero__subtitle{font-size:var(--text-large);line-height:var(--line-height-large);opacity:0.9;max-width:430px;color:#fff;}.article-hero__footer{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;}.article-hero__tags{display:flex;gap:64px;margin-bottom:40px;}.article-hero__date,.article-hero__topics{display:flex;align-items:center;gap:10px;font-size:var(--text-large);}.article-hero__dot{width:3px;height:3px;background:rgba(255,255,255,0.7);border-radius:50%;}.article-hero__more{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;width:216px;height:64px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;cursor:pointer;transition:background 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;text-decoration:none;}.article-hero__more:hover{background:rgba(255,255,255,0.16);border-color:rgba(255,255,255,0.32);box-shadow:0 10px 30px rgba(255,255,255,0.05);}.article-hero__more-inner{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px 24px;gap:10px;width:100%;height:100%;border-radius:8px;}.article-hero__more:hover .article-hero__more-inner{background:transparent;}.article-hero__more span{font-family:'TT Firs Neue';font-style:normal;font-weight:500;font-size:18px;line-height:150%;color:#FFFFFF;white-space:nowrap;}.article-hero__more svg{flex:none;color:#fff;}.article-body{display:grid;grid-template-columns:395px 1fr;gap:100px;padding:0;padding-top:120px;}.article-content{min-width:0;max-width:100%;overflow:hidden;}.article-sidebar{position:sticky;top:100px;height:fit-content;width:395px;padding-right:20px;margin-bottom:80px;}.toc__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;}.toc__title{font-family:'TT Firs Neue';font-style:normal;font-weight:450;font-size:32px;line-height:130%;color:#FFFFFF;margin:0;}.toc__toggle{display:none;width:48px;height:48px;background:rgba(255,255,255,0.05);border-radius:12px;border:none;cursor:pointer;align-items:center;justify-content:center;transition:all 0.3s ease;}.toc__toggle:hover{background:rgba(255,255,255,0.1);}.toc__toggle svg{transition:transform 0.3s ease;}.toc__toggle svg path:first-child{transform-origin:center;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1),opacity 0.3s ease;}.toc.is-active .toc__toggle svg path:first-child{transform:scaleY(0);opacity:0;}.toc.is-active .toc__toggle svg{transform:none;}.toc__body{display:block;}.toc__list{list-style:none;padding:0;border-left:1px solid rgba(255,255,255,0.2);display:flex;flex-direction:column;gap:24px;}.toc__item{padding-left:32px;position:relative;}.toc__item a{color:#FFFFFF;text-decoration:none;font-family:'TT Firs Neue';font-size:18px;line-height:150%;font-weight:450;transition:color 0.3s;display:block;}.toc__item a:hover{color:#F32B0F;}.toc__item.active,.toc__sub-item.active{border-left:1px solid #F32B0F;margin-left:-1px;}.toc__item.active>a,.toc__sub-item.active>a{color:#F32B0F;}.toc__sub-list{list-style:none;padding:0;margin-top:12px;margin-left:-32px;display:flex;flex-direction:column;gap:12px;}.toc__sub-item{padding-left:32px;position:relative;}.toc__sub-item a{font-size:14px;line-height:130%;color:rgba(255,255,255,0.7);}.toc__sub-item a:hover{color:#FFFFFF;}html{scroll-behavior:smooth;}.article-content h2,.article-content h3{scroll-margin-top:120px;}.article-content{max-width:1285px;}.section-header{max-width:650px;margin-bottom:50px;}.section-title-group{display:flex;flex-direction:column;flex-grow:1;}.slider-nav{display:flex;flex-direction:row;align-items:center;padding:0px;gap:12px;width:108px;height:48px;}.slider-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:48px;height:48px;background:rgba(255,255,255,0.1);border-radius:12px;border:none;cursor:pointer;transition:all 0.3s ease;color:#FFFFFF;}.slider-btn:hover{background:rgba(255,255,255,0.2);}.slider-btn:disabled{opacity:0.2;cursor:default;}.authors-section{margin-bottom:120px;position:relative;width:100%;}.authors-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;max-width:100%;width:100%;}.authors-section .section-title{font-family:'TT Firs Neue';font-style:normal;font-weight:500;font-size:40px;line-height:130%;color:#FFFFFF;margin:0;}.structure-section .section-title,.quote-section .section-title{font-weight:450;font-size:32px;margin-bottom:24px;line-height:130%;}.card-slider-section .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px;width:100%;max-width:1245px;}.card-slider-section .section-title{max-width:800px;font-family:'TT Firs Neue';font-style:normal;font-weight:500;font-size:40px;line-height:130%;color:#FFFFFF;margin:0;}.authors-section .slider-btn svg{width:22px;height:22px;}.authors-slider{width:100%;overflow:hidden;margin:0 !important;}.author-card{display:flex;flex-direction:column;align-items:center;padding:0;gap:16px;width:163px !important;height:240px;}.author-card__img-wrapper{width:163px;height:163px;border-radius:50%;background:#FFFFFF;margin-bottom:0;overflow:hidden;}.author-card__img{width:100%;height:100%;object-fit:cover;}.author-card__info{display:flex;flex-direction:column;align-items:center;padding:0px;gap:4px;width:163px;height:61px;}.author-card__name{font-family:'TT Firs Neue';font-style:normal;font-weight:450;font-size:16px;line-height:130%;text-align:center;color:#FFFFFF;margin:0;}.author-card__role{font-family:'TT Firs Neue';font-style:normal;font-weight:450;font-size:14px;line-height:130%;text-align:center;color:#939393;margin:0;}.authors-section__fade{position:absolute;width:103px;height:240px;right:0px;bottom:0px;background:linear-gradient(270deg,#000000 0%,rgba(0,0,0,0) 100%);z-index:10;pointer-events:none;}.slider-nav{display:flex;gap:12px;}.slider-btn{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,0.1);border:none;color:var(--text-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.3s;}.slider-btn:hover{background:rgba(255,255,255,0.2);}.slider-btn:disabled{opacity:0.2;cursor:default;}.article-intro{margin-bottom:80px;max-width:850px;}.intro-text{font-size:24px;line-height:1.4;font-weight:400;margin-bottom:24px;}.section-subtitle{font-size:var(--font-h3);font-weight:450;margin-bottom:24px;}.section-desc{font-size:18px;color:var(--text-gray-light);}.structure-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;}.structure-card{padding:32px;border:1px solid var(--border-white);border-radius:16px;}.structure-card__title{font-size:var(--font-h4);font-weight:450;margin-bottom:32px;}.structure-card__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:24px;}.structure-card__list li{position:relative;padding-left:30px;font-size:var(--text-large);color:var(--text-gray-light);}.structure-card__list li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:var(--brand-red);border-radius:50%;}.trends-listing{margin:50px 0 80px;}.trend-item{border-top:1px solid var(--border-white);padding:32px 0 40px;display:grid;grid-template-columns:1fr 1fr;gap:44px;}.trend-item:first-child{border-top:none;}.trend-item:last-child{padding-bottom:0;}.trend-item__title{font-size:var(--font-h4);font-weight:450;}.trend-item__content{font-size:var(--text-large);color:var(--text-gray-light);line-height:var(--line-height-large);}.quote-section{margin-bottom:120px;}.quote-card{background-color:var(--bg-dark-card);border-radius:40px;padding:48px;}.quote-card:not(:last-child){margin-bottom:40px;}.quote-section .intro-text{margin-bottom:40px;}.quote-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:50px;}.quote-author{display:flex;align-items:center;gap:32px;}.quote-author__img{width:135px;height:135px;border-radius:50%;background:var(--brand-red);border:1px solid #FF753A;overflow:hidden;}.quote-author__img img{width:100%;height:100%;object-fit:cover;}.quote-author__name{font-size:var(--font-h3);color:var(--brand-red);font-weight:450;margin-bottom:12px;}.quote-author__role{font-size:var(--text-large);}.quote-btn{display:flex;align-items:center;gap:12px;background:none;border:none;color:var(--text-white);cursor:pointer;font-size:var(--text-large);padding:0;transition:opacity 0.3s;}.quote-btn:hover .quote-btn__icon{transform:translate(2px,-2px);opacity:0.9;}.quote-btn__icon{width:42px;height:42px;background:var(--brand-red);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.quote-btn__icon svg{width:20px;height:20px;}.quote-card__text{font-size:24px;line-height:1.4;font-weight:400;}.quote-card__text p{margin-bottom:24px;}.quote-card__text p:last-child{margin-bottom:0;}.chart-section{margin-bottom:120px;}.upline-section{margin:80px 0 120px;display:none;}.upline-container{width:100%;border-radius:40px;overflow:hidden;background:#000;position:relative;}.upline-content{position:absolute;top:64px;left:64px;z-index:2;}.upline-title{font-family:'TT Firs Neue';font-style:normal;font-weight:450;font-size:32px;line-height:130%;color:#FFFFFF;margin:0 0 24px 0;}.upline-subtitle{font-family:'TT Firs Neue';font-style:normal;font-weight:400;font-size:18px;line-height:150%;color:rgba(255,255,255,0.6);margin:0;}.upline-img{width:100%;height:auto;display:block;}@media (max-width:768px){.upline-container{border-radius:24px;}}.card-slider-section{margin-bottom:120px;}.feature-card{width:488px !important;padding:32px;border:1px solid rgba(255,255,255,0.2);border-radius:16px;height:100%;display:flex;flex-direction:column;background:transparent;}@media (max-width:575px){.feature-card{width:100% !important;height:auto;}}.feature-card__icon{width:100px;height:100px;background:#000000;box-shadow:inset 0px 0px 2.5641px rgba(255,255,255,0.25);border-radius:12px;margin-bottom:32px;overflow:hidden;}.feature-card__icon img{width:100%;height:100%;object-fit:cover;}.feature-card__content{display:flex;flex-direction:column;gap:24px;}.feature-card__title{font-size:24px;font-weight:450;line-height:130%;color:#FFFFFF;}.feature-card__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px;}.feature-card__list li{position:relative;padding-left:22px;font-size:var(--text-large);line-height:var(--line-height-large);}.feature-card__list li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#F32B0F;border-radius:50%;}.cards-slider{position:relative;overflow:hidden;}.cards-slider__fade{position:absolute;width:103px;height:445px;right:0px;top:0px;background:linear-gradient(270deg,#000000 0%,rgba(0,0,0,0) 100%);pointer-events:none;z-index:3;}.ai-platforms-section{margin-bottom:60px;}.ai-platforms-section .section-title{font-size:32px;max-width:800px;font-weight:450;font-size:32px;letter-spacing:0%;margin-bottom:50px;}.ai-listing{display:flex;flex-direction:column;}.ai-item{padding:32px 0;border-top:1px solid rgba(255,255,255,0.2);display:grid;grid-template-columns:1fr 1fr;gap:44px;}.ai-item:last-child{padding-bottom:0;}.ai-item__title{font-size:24px;color:#FFFFFF;}.ai-item__content{font-size:18px;line-height:1.5;color:rgba(255,255,255,0.7);}.ai-item__content p{margin-bottom:32px;}.ai-item__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px;}.ai-item__list li{position:relative;padding-left:22px;}.ai-item__list li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#F32B0F;border-radius:50%;}@media (max-width:991px){.ai-item{grid-template-columns:1fr;gap:24px;}}.article-tags-section{margin-top:60px;margin-bottom:120px;}.article-tags-section .section-title{font-size:32px;margin-bottom:32px;}.tags-list{display:flex;flex-wrap:wrap;gap:16px;}.tag-item{background:rgba(255,255,255,0.05);padding:12px 24px;border-radius:8px;font-size:18px;line-height:150%;color:#FFFFFF;text-decoration:none;transition:background 0.3s;}.tag-item:hover{background:rgba(255,255,255,0.1);}.share-area{display:flex;justify-content:space-between;align-items:center;padding:32px 32px 32px 40px;border:1px solid rgba(255,255,255,0.2);border-radius:16px;margin-bottom:120px;}.share-title{font-size:24px;font-weight:450;color:#FFFFFF;}.share-buttons{display:flex;gap:16px;}.share-btn{display:flex;align-items:center;justify-content:center;gap:10px;height:64px;padding:0 24px;background:rgba(255,255,255,0.05);border-radius:12px;color:#FFFFFF;text-decoration:none;font-size:18px;font-weight:450;transition:all 0.3s ease;}.share-btn:hover{background:rgba(255,255,255,0.1);}.share-btn svg{opacity:0.8;}@media (max-width:991px){.share-area{flex-direction:column;align-items:flex-start;gap:32px;padding:32px 24px;}.share-buttons{flex-wrap:wrap;width:100%;}.share-btn{flex-grow:1;}}.faq-section{margin-bottom:120px;}.faq-section .section-title{font-size:32px;margin-bottom:50px;}.faq-list{display:flex;flex-direction:column;gap:24px;}.faq-item{border:1px solid rgba(255,255,255,0.2);border-radius:16px;padding:32px 32px 32px 40px;cursor:pointer;transition:all 0.3s ease;}.faq-item:hover{border-color:rgba(255,255,255,0.4);}.faq-item__header{display:flex;justify-content:space-between;align-items:center;gap:20px;}.faq-item__title{font-size:24px;font-weight:450;color:#FFFFFF;}.faq-item__btn{width:48px;height:48px;background:rgba(255,255,255,0.05);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.3s ease;color:#FFFFFF;}.faq-item__content{max-height:0;overflow:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);}.faq-item.active .faq-item__content{max-width:800px;margin-top:16px;max-height:max-content;}.faq-item.active .faq-item__btn{background:rgba(255,255,255,0.1);}.faq-line-v{transform-origin:center;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1),opacity 0.3s ease;}.faq-item.active .faq-line-v{transform:scaleY(0);opacity:0;}.faq-item__text{font-size:18px;line-height:1.5;color:rgba(255,255,255,0.7);max-width:1328px;}@media (max-width:768px){.faq-item{padding:24px;}.faq-item__title{font-size:18px;}}.article-content .team{padding:0;}.relevant-articles{margin-bottom:120px;}.relevant-articles__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px;gap:20px;}.relevant-articles .section-title{font-size:32px;background:linear-gradient(90.34deg,#FFFFFF -7.44%,#FFFFFF 94.81%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;max-width:655px;line-height:1.3;}.relevant-slider{overflow:hidden;}.article-card{border:1px solid rgba(255,255,255,0.2);border-radius:16px;padding:4px;height:auto;background:transparent;display:flex !important;flex-direction:column;gap:32px;transition:border-color 0.3s;}.article-card__link-wrapper{display:flex !important;flex-direction:column;gap:32px;height:100%;width:100%;text-decoration:none;color:inherit;}.article-card:hover{border-color:rgba(255,255,255,0.4);}.article-card__img{height:337px;border-radius:12px;background-size:cover;background-position:center;width:100%;}.article-card__content{padding:0 28px 28px;display:flex;flex-direction:column;gap:20px;}.article-card__meta{display:flex;align-items:center;gap:20px;}.article-card__date,.article-card__category{font-size:18px;color:#FFFFFF;}.article-card__dot{width:6px;height:6px;background:#FFFFFF;border-radius:50%;}.article-card__title{font-size:24px;font-weight:450;line-height:1.3;color:#FFFFFF;}@media (max-width:991px){.relevant-articles__header{flex-direction:column;align-items:flex-start;gap:32px;}.article-card__img{height:250px;}}@media (max-width:1200px){.article-body{display:block;}.article-hero__title{font-size:40px;}.feature-card{width:100% !important;height:100% !important;}}@media (max-width:768px){.article-hero__card{padding:100px 24px 24px;min-height:600px;}.upline-content{top:24px;left:24px;}.article-hero__footer{flex-direction:column;align-items:flex-start;gap:32px;}.trend-item{grid-template-columns:1fr;}}.article-hero__breadcrumbs{margin-bottom:93px;}@media(max-width:1720px){.article-hero__card{padding:112px 47px 42px;}.article-hero__content{padding-left:10px;}.article-body{padding-top:100px;grid-template-columns:375px 1fr;}.trend-item{grid-template-columns:1fr;gap:24px;}.trend-item__content{max-width:700px;}.trend-item__content p:not(:last-child){margin-bottom:24px;}.quote-section{margin-bottom:80px;}.ai-item{grid-template-columns:1fr;gap:24px;}.ai-item__content{max-width:700px;}.article-content .team{padding:0;max-height:none !important;}.article-sidebar{padding-right:0;width:375px;}.article-content .team__video-wrapper{margin:0 auto;max-width:1000px;max-height:none !important;height:auto !important;aspect-ratio:16 / 9 !important;}.article-tags-section{margin-bottom:100px;}.share-area{margin-bottom:100px;}.relevant-articles{margin-bottom:100px;}}@media (max-width:1440.98px){.article-body{display:block;padding-top:60px;}body.page--article .container.header__container{max-width:1376px;width:calc(100% - 78px);}.article-sidebar{position:static;width:100%;margin-bottom:60px;padding-right:0;}.article-content{max-width:100%;width:100%;}.toc{background:rgba(255,255,255,0.05);border-radius:12px;overflow:hidden;}.toc__header{margin-bottom:0;padding:12px 12px 12px 24px;background:rgba(255,255,255,0.05);cursor:pointer;}.toc__toggle{display:flex;}.toc__body{display:none;padding:24px;}.toc.is-active .toc__body{display:block;}.toc__list{border-left:1px solid rgba(255,255,255,0.1);gap:24px;}.toc__item{padding-left:32px;}.article-hero__card{padding:64px;min-height:800px;display:flex;flex-direction:column;}.article-hero__tags{margin-top:32px;margin-bottom:64px;gap:40px;}.article-hero__content{margin-bottom:auto;max-width:900px;}.article-hero__title{font-size:64px;line-height:110%;margin-bottom:32px;}.article-hero__subtitle{font-size:20px;line-height:150%;max-width:500px;}.article-hero__footer{display:flex;justify-content:flex-start;align-items:center;margin-top:64px;}.article-hero__title{font-size:50px;}.article-hero__breadcrumbs{margin-bottom:0px;}.page--article .article-hero__container{max-width:1386px;width:calc(100% - 54px);margin:0 auto;}.article-hero__card{padding:105px 45px 40px 45px;}.article-hero__tags{margin-top:77px;margin-bottom:60px;}.article-hero__subtitle{font-size:18px;}.article-hero__content{padding-left:0;}.authors-section{margin-bottom:60px;}.structure-section .section-title,.quote-section .section-title{font-size:39px;}.upline-section{margin-bottom:80px;}.card-slider-section{margin-bottom:80px;}.ai-item__content p{margin-bottom:0;}.ai-item__list{margin-top:32px;}.article-tags-section{margin-bottom:80px;}.share-area{margin-bottom:80px;}.relevant-articles{margin-bottom:80px;}}@media (max-width:1200px){.page--article .article-hero__container{width:calc(100% - 44px);max-width:1386px;}body.page--article .container.header__container{max-width:1376px;width:calc(100% - 60px) !important;}.article-sidebar{position:static;width:100%;margin-bottom:50px;padding-right:0;}.page--article .team__video-wrapper::after{content:none;position:absolute;}.article-card__title{font-size:19px;}.faq-item__title{font-size:21px;}}@media (max-width:991.98px){.page--article .article-hero__container{width:calc(100% - 44px);max-width:1386px;}.article-hero__card{padding:105px 21px 30px 21px;min-height:630px;}.article-hero__tags{margin-top:77px;margin-bottom:45px;}.article-hero__title{font-size:30px;}.article-hero__footer{align-items:start;}.authors-section .section-title{font-size:28px;}.article-intro{margin-bottom:60px;max-width:728px;}.structure-section .section-title,.quote-section .section-title{font-size:28px;}.structure-card__title{font-size:20px;}.trend-item__title{font-size:20px;}.trends-listing{margin:50px 0 60px;}.quote-card{padding:34px 32px;}.quote-author__name{font-size:28px;}.quote-author__img{width:135px;height:135px;}.quote-card__header{flex-direction:column;align-items:flex-start;gap:32px;margin-bottom:32px;}.quote-section{margin-bottom:60px;}.upline-title{font-size:32px;max-width:480px;}.upline-section{margin-bottom:60px;}.card-slider-section .section-title{font-size:28px;}.feature-card{padding:24px;}.feature-card__title{font-size:20px;}.card-slider-section{margin-bottom:60px;}.ai-platforms-section .section-title{font-size:28px;}.ai-item__title{font-size:20px;}.ai-platforms-section{margin-bottom:50px;}.article-content .team__video-wrapper{margin:0 auto;max-width:1000px;max-height:none !important;height:auto !important;aspect-ratio:16 / 9 !important;}.article-tags-section{margin-bottom:60px;margin-top:60px}.share-area{margin-bottom:60px;}.relevant-articles .section-title{font-size:28px;}.relevant-articles{margin-bottom:60px;}.faq-section .section-title{font-size:28px;margin-bottom:50px;}.article-tags-section .section-title{font-size:28px;}}@media (max-width:650.98px){body.page--article .article-body{display:block !important;padding-top:60px !important;}.page--article .article-hero__container{width:calc(100% - 10px);max-width:100%;margin:0 auto;}.article-hero__card{border-radius:0 0 20px 20px;padding:96px 12px 15px 12px;}body.page--article .container.header__container{width:calc(100% - 20px) !important;padding:14px 10px 14px 24px;}.page--article .container.article-hero__container{width:calc(100% - 10px);}.article-hero__breadcrumbs{flex-wrap:wrap;padding:0 5px;}.article-hero__tags{margin-top:60px;margin-bottom:45px;flex-direction:column;gap:20px;}.article-hero__more{width:100%;height:72px;}.toc__title{font-size:20px;}.intro-text{font-size:18px;}.quote-card{padding:24px 20px;border-radius:16px;}.quote-author{display:flex;align-items:start;gap:32px;flex-direction:column;}.quote-author{gap:24px}.quote-card__text{font-size:16px;}.article-content .team{padding:0 !important;max-height:none !important;}.article-content .team__video-wrapper{max-height:none !important;height:auto !important;border-radius:12px !important;aspect-ratio:16 / 9 !important;}.article-content .team__img,.article-content .team__video-wrapper video{height:100% !important;object-fit:cover !important;}.share-area{padding:20px;}.faq-item__title{font-size:17px;}.faq-item__text{font-size:15px;}.relevant-slider,.authors-slider,.cards-slider{overflow:visible;}.slider-nav{display:none;}.news__pagination{display:flex !important;gap:8px;margin-top:32px;width:100%;position:static;}.news__pagination .swiper-pagination-bullet{flex:1;height:2px;background:rgba(255,255,255,0.2);border-radius:0;opacity:1;margin:0 !important;transition:background 0.3s ease;}.news__pagination .swiper-pagination-bullet-active{background:#FFFFFF;}.feature-card{width:100% !important;}.article-card__img{height:auto;aspect-ratio:16 / 9;}.container{margin:0 auto;width:calc(100% - 24px);max-width:100%;padding:0;}.relevant-articles{overflow-x:hidden;}.structure-cards{grid-template-columns:1fr;}}.offers-section{margin-bottom:120px;position:relative;width:100%;}.offers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;width:100%;}.offers-title{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:40px;line-height:130%;color:#FFFFFF;}.offers-nav{display:none !important;}@media (min-width:1451px){.offers-container{display:grid;grid-template-columns:395px 1fr;gap:0 70px;}.offers-header-wrapper{grid-column:2;}.offers-slider{grid-column:2;overflow:visible;}}@media (max-width:1720px) and (min-width:1451px){.offers-container{grid-template-columns:375px 1fr;}}@media (min-width:1101px){.offers-slider .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:minmax(364px,auto) minmax(454px,auto);gap:20px;transform:none !important;}.offers-slider .swiper-slide{width:auto !important;height:auto !important;}.offers-pagination{display:none !important;}}@media (max-width:1100px){.offers-section{margin-top:80px;margin-bottom:80px;}.offers-title{font-size:32px;}.offers-slider{overflow:visible;}.offers-slider .swiper-slide{width:415px !important;height:auto !important;min-height:454px !important;}.offers-pagination{display:none !important;}}@media (max-width:1100px){.vacancy-sidebar{margin-bottom:80px;}}@media (max-width:1100px) and (min-width:651px){.offers-nav{display:flex !important;}}@media (max-width:800px){.vacancy-sidebar{margin-bottom:60px;}.vacancy-main{gap:60px;}}@media (max-width:650px){.offers-header{margin-bottom:24px !important;}.offers-nav{display:none !important;}.offers-pagination{display:flex !important;margin-top:0px !important;margin-bottom:32px !important;position:static !important;}.offers-slider .swiper-slide{width:100% !important;height:auto !important;min-height:380px;}.vacancy-sidebar{margin-top:60px;}.vacancy-sidebar__title{font-size:20px;}.vacancy-intro-text{font-size:18px;}.vacancy-section__title{font-size:28px;}.vacancy-section__desc{font-size:16px;}.vacancy-list li{font-size:16px;}.offers-section{margin-top:60px;margin-bottom:60px;}}.offer-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:40px;border:1px solid rgba(255,255,255,0.1);border-radius:32px;background:transparent;height:100%;transition:border-color 0.3s ease,background-color 0.3s ease,transform 0.3s ease;}.offer-card__content{display:flex;flex-direction:column;gap:16px;align-self:stretch;}.offer-card__title{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:24px;line-height:150%;color:#FFFFFF;}.offer-card__desc{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:150%;color:rgba(255,255,255,0.7);opacity:0.8;}.offer-card__icon{width:100px;height:100px;border-radius:12px;position:relative;overflow:hidden;flex-shrink:0;}.offer-card__icon img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease;}body.page--article .team{width:100%;}body.page--article .team__video-wrapper{max-width:100% !important;width:100% !important;height:auto !important;max-height:none !important;aspect-ratio:16 / 9 !important;}@media (max-width:1440px){.container.header__container{max-width:1376px !important;width:calc(100% - 64px) !important;margin:0 auto !important;height:70px !important;gap:0 !important;justify-content:space-between !important;padding-left:38px !important;padding-right:14px !important;}}@media (max-width:1200px){body.page--article .team{padding:0 !important;max-height:none !important;}body.page--article .team__video-wrapper{height:auto !important;max-height:none !important;aspect-ratio:16 / 9 !important;}body.page--article .team__video-wrapper img,body.page--article .team__video-wrapper video{height:100% !important;object-fit:cover !important;}}@media (max-width:768px){.header{padding:10px 0 !important;}.quote-btn__icon{width:24px;height:24px;}.quote-btn__icon svg{width:11px;height:11px;}body.page--article .team{padding:0 !important;max-height:none !important;}body.page--article .team__video-wrapper{height:auto !important;max-height:none !important;aspect-ratio:16 / 9 !important;}body.page--article .team__video-wrapper img,body.page--article .team__video-wrapper video{height:100% !important;object-fit:cover !important;}}@media (max-width:650.98px){.container.header__container{width:calc(100% - 20px) !important;padding:14px 10px 14px 24px !important;}body.page--article .team{padding:0 !important;max-height:none !important;}body.page--article .team__video-wrapper{height:auto !important;max-height:none !important;border-radius:12px !important;aspect-ratio:16 / 9 !important;}body.page--article .team__video-wrapper img,body.page--article .team__video-wrapper video{height:100% !important;object-fit:cover !important;}body.page--article .team__play-btn{width:45px !important;height:45px !important;}}@media (max-width:575px){.page--article .container.article-hero__container{width:100% !important;max-width:100% !important;}.header{padding:8px 0 !important;}.vacancies-category__count{font-size:18px;font-weight:450;color:#FFFFFF;margin-top:0;}.vacancies-category__header{display:flex;align-items:flex-start;gap:12px;justify-content:space-between;}}@media (min-width:1200px){.article-hero__card{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;grid-template-areas:"breadcrumbs breadcrumbs" "content content" "tags footer";align-items:end;min-height:800px;}.article-hero__breadcrumbs{grid-area:breadcrumbs;margin-bottom:0;}.article-hero__content{grid-area:content;margin-top:40px;margin-bottom:80px;align-self:center;}.article-hero__tags{grid-area:tags;margin-bottom:0;display:flex;gap:64px;align-items:center;}}.conclusion-section{margin-top:40px;margin-bottom:40px;}.conclusion-text{font-weight:500;font-size:20px;color:var(--white-100);}.intro-text-block{margin-bottom:30px;}@media (max-width:450px){.contact__container{padding:32px 16px !important;}.contact__title{font-size:28px !important;}.contact__desc{font-size:16px !important;}.form{margin-top:60px !important;}.form__inputs{gap:12px !important;}.form__input-row{flex-direction:column !important;gap:12px !important;}.form__input-phone,.form__input-group{width:100% !important;min-width:0 !important;}.form__input,.form__textarea{min-width:0 !important;font-size:14px !important;padding:14px 16px !important;height:60px !important;}.form__textarea{height:100px !important;}.form__phone-wrapper{height:60px !important;padding:4px 8px 4px 4px !important;gap:10px !important;}.form__country{padding:0 12px !important;height:52px !important;gap:6px !important;}.form__country-code{font-size:14px !important;}.form__flag{width:20px !important;height:20px !important;}.form__input.form__input--phone{background:transparent !important;padding:0 10px !important;height:100% !important;}.form__file-custom{padding:16px 16px !important;height:80px !important;gap:10px !important;font-size:13px !important;}.form__file-text{white-space:normal !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;line-height:1.3 !important;}.form__checkbox-label{font-size:11px !important;}.form__checkbox-square{width:14px !important;height:14px !important;flex-shrink:0 !important;}.form__button{height:56px !important;}.form__button-inner{padding:0 8px 0 16px !important;min-height:48px !important;}.form__button-text{font-size:16px !important;}.form__button-icon{width:48px !important;height:48px !important;}}.vacancy-detail-container{display:flex;flex-direction:row;align-items:flex-start;padding:0 100px;gap:20px;width:100%;max-width:1920px;margin:0 auto;box-sizing:border-box;padding-top:120px;padding-bottom:120px;}.vacancy-detail-wrapper{display:flex;flex-direction:row;align-items:flex-start;padding:0;width:100%;max-width:1720px;margin:0 auto;justify-content:space-between;}.vacancy-detail-scroll{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:80px;max-width:850px;flex-shrink:0;}.vacancy-detail-header-block{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:40px;width:100%;}.vacancy-detail-title-h2{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:40px;line-height:130%;color:#FFFFFF;margin:0;}.vacancy-detail-intro{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:140%;color:#FFFFFF;}.vacancy-detail-section{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:32px;width:100%;}.vacancy-detail-title-h3{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:32px;line-height:130%;color:#FFFFFF;margin:0;}.vacancy-detail-list{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:20px;width:100%;list-style:none;margin:0;}.vacancy-detail-list li{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:16px;width:100%;}.vacancy-detail-bullet{width:6px;height:6px;background:#F32B0F;border-radius:50%;filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));flex-shrink:0;margin-top:10px;}.vacancy-detail-list-text{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;color:#FFFFFF;}.vacancy-detail-offers{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:50px;max-width:560px;flex-shrink:0;}.vacancy-detail-offers-title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:32px;line-height:130%;color:#FFFFFF;margin:0;}.vacancy-detail-offers-list{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:32px;width:100%;}.vacancy-detail-offer-item{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:24px;width:100%;}.vacancy-detail-offer-content{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%;}.vacancy-detail-offer-title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:150%;color:#FFFFFF;margin:0;}.vacancy-detail-offer-desc{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:16px;line-height:130%;color:rgba(255,255,255,0.7);opacity:0.8;margin:0;}@media (max-width:1720px){.vacancy-detail-container{padding:0 40px;padding-top:100px;padding-bottom:100px;}.vacancy-detail-wrapper{gap:100px;}.vacancy-detail-scroll{flex-grow:1;flex-shrink:1;}.vacancy-detail-offers{width:450px;flex-shrink:0;}}@media (max-width:1480px){.page--vacancies .contact__container,.page--vacancy-single .contact__container{min-height:auto;padding:32px;}.vacancy-detail-wrapper{flex-direction:column;gap:50px;}.vacancy-detail-scroll{width:100%;gap:50px;}.vacancy-detail-offers{width:100%;max-width:100%;gap:32px;}.vacancy-detail-offers-list{display:grid;grid-template-columns:1fr 1fr;gap:32px 65px;}}@media (max-width:1024px){.page--vacancy-single .contact .container{padding:0;}.vacancy-detail-container{padding:0 24px;padding-top:80px;padding-bottom:80px;}.vacancy-detail-scroll{width:auto;flex-grow:1;flex-shrink:1;}.vacancy-detail-offers-list{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:32px;width:100%;max-width:650px;}}@media (max-width:768px){.vacancy-detail-offers-list{grid-template-columns:1fr;gap:24px;}.page--vacancy-single .contact .container{padding:0;}.page--vacancy-single .contact .contact__container{border-radius:24px;}.page--vacancies .contact .contact__container{border-radius:24px;}}@media (max-width:650px){.vacancy-detail-container{padding-top:60px;padding-bottom:60px;}.vacancy-detail-scroll{gap:60px;}.vacancy-detail-header-block{gap:24px;}.vacancy-detail-title-h2{font-size:28px;}.vacancy-detail-intro{font-size:18px;}.vacancy-detail-section{gap:20px;}.vacancy-detail-title-h3{font-size:24px;}.vacancy-detail-list-text{font-size:16px;}.vacancy-detail-offers{gap:32px;}.vacancy-detail-offers-title{font-size:24px;}.vacancy-detail-offer-title{font-size:18px;}.vacancy-detail-offer-desc{font-size:14px;}.vacancy-single-hero__more{padding:0;background:transparent;margin-bottom:10px;margin-left:10px;}.vacancy-single-hero__footer{padding:0;}}.copy-toast{position:fixed;bottom:30px;right:30px;background:rgba(12,12,12,0.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1);border-left:4px solid #FF7340;color:#FFFFFF;padding:16px 24px;border-radius:12px;font-family:'TT Firs Neue',sans-serif;font-size:15px;font-weight:500;z-index:99999;box-shadow:0 10px 30px rgba(0,0,0,0.5);display:flex;align-items:center;gap:12px;transform:translateX(120%);transition:transform 0.4s cubic-bezier(0.16,1,0.3,1),opacity 0.4s ease;opacity:0;pointer-events:none;}.copy-toast.show{transform:translateX(0);opacity:1;pointer-events:auto;}.copy-toast__icon{display:flex;align-items:center;justify-content:center;color:#FF7340;flex-shrink:0;}@media (max-width:480px){.copy-toast{bottom:20px;right:20px;left:20px;padding:14px 20px;font-size:14px;transform:translateY(120%);}.copy-toast.show{transform:translateY(0);}}body.page--manifesto{background-color:var(--black-100);color:var(--white-100);overflow-x:hidden;}.page--manifesto .container.header__container{max-width:1720px !important;width:100% !important;margin:0 auto !important;}@media (max-width:1720px){.page--manifesto .container.header__container{width:calc(100% - 64px) !important;}}@media (max-width:1440px){.page--manifesto .container.header__container{max-width:1376px !important;width:calc(100% - 64px) !important;}}@media (max-width:1024px){.page--manifesto .container.header__container{max-width:984px !important;width:calc(100% - 40px) !important;}}@media (max-width:650.98px){.page--manifesto .container.header__container{max-width:100% !important;width:calc(100% - 24px) !important;padding-left:24px !important;padding-right:10px !important;}}.page--manifesto .breadcrumbs{margin-left:20px;}.manifesto-hero{display:flex;align-items:start;width:100%;position:relative;background-color:#000000;box-sizing:border-box;overflow:hidden;min-height:768px;}.manifesto-hero__bg-video{position:absolute;top:-110px;left:0;width:100%;height:calc(100% + 100px);object-fit:cover;opacity:0.8;z-index:0;pointer-events:none;}.manifesto-hero__container{display:flex;flex-direction:column;gap:0;z-index:1;position:relative;margin-top:105px;max-width:1720px !important;width:100% !important;margin-left:auto !important;margin-right:auto !important;}@media (max-width:1720px){.manifesto-hero__container{width:calc(100% - 64px) !important;}}@media (max-width:1440px){.manifesto-hero__container{max-width:1376px !important;width:calc(100% - 64px) !important;}}@media (max-width:1024px){.manifesto-hero__container{max-width:984px !important;width:calc(100% - 40px) !important;}}@media (max-width:650.98px){.manifesto-hero__container{max-width:100% !important;width:calc(100% - 24px) !important;}}.manifesto-hero__content{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1200px;box-sizing:border-box;}.manifesto-hero__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:50px;line-height:110%;color:#FFFFFF;margin:0;max-width:850px;width:100%;}.manifesto-hero__subtitle{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:24px;line-height:130%;color:#FFFFFF;margin:0;max-width:789px;width:100%;}.manifesto-first{isolation:isolate;width:100%;position:relative;background-color:var(--black-100);box-sizing:border-box;overflow:visible;}.manifesto-first__wrapper{display:grid;grid-template-columns:1.15fr 0.85fr;gap:60px;z-index:1;align-items:center;position:static;min-height:800px;}.manifesto-first__panel{display:flex;flex-direction:column;gap:100px;width:100%;position:relative;z-index:2;box-sizing:border-box;max-width:912px;padding-bottom:100px;}.manifesto-first__top{display:flex;flex-direction:column;gap:60px;width:100%;box-sizing:border-box;}.manifesto-first__logo{display:flex;flex-direction:row;align-items:center;gap:20px;width:auto;}.manifesto-first__logo-img{display:none;}.manifesto-first__tagline{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:150%;text-transform:uppercase;background:linear-gradient(90deg,rgba(255,255,255,0.3) 1.99%,rgba(255,255,255,0.4) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;}.manifesto-first__heading{display:flex;flex-direction:column;gap:24px;width:100%;box-sizing:border-box;}.manifesto-first__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:40px;line-height:130%;color:#FFFFFF;margin:0;text-align:left;}.manifesto-first__desc{font-weight:400;font-size:24px;line-height:140%;letter-spacing:0%;background:linear-gradient(98.99deg,#FFFFFF 4.18%,#FFA98D 95.92%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;}.manifesto-first__bottom{display:flex;flex-direction:column;width:100%;}.manifesto-first__quote{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 0 32px;gap:32px;width:100%;border-left:2px solid var(--sec-orange);}.manifesto-first__quote-text{font-weight:400;font-size:24px;line-height:140%;letter-spacing:0%;background:linear-gradient(98.99deg,#FFFFFF 4.18%,#FFA98D 95.92%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;}.manifesto-first__signature{display:flex;flex-direction:column;gap:4px;}.manifesto-first__name{font-family:'TT Firs Neue',sans-serif;font-weight:600;font-size:18px;line-height:130%;color:#FFFFFF;}.manifesto-first__role{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:150%;color:rgba(255,255,255,0.7);}.manifesto-first__photo-box{position:relative;width:100%;display:flex;justify-content:center;align-items:center;}.manifesto-first__photo{width:100%;max-width:750px;height:auto;aspect-ratio:1.2;position:relative;overflow:hidden;}.manifesto-first__photo-img{position:absolute;right:0;bottom:0;height:100%;width:auto;object-fit:contain;object-position:bottom right;display:block;z-index:1;}.manifesto-first__photo-shadow{position:absolute;left:0;right:0;bottom:0;height:150px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);pointer-events:none;}.manifest-cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:50px 0 100px;}.manifest-card-item{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:20px;background:rgba(255,255,255,0.01);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(30px);border-radius:16px;position:relative;overflow:hidden;}.manifest-card-item__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:32px;line-height:130%;background:linear-gradient(180deg,#F32B0F 0%,#FF753A 76.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;width:100%;}.manifest-card-item__desc{font-weight:450;font-size:18px;line-height:150%;color:#FFFFFF;width:100%;}.manifest-dyshlevoy{position:relative;width:100%;background-color:#000000;box-sizing:border-box;overflow:visible;}.manifest-dyshlevoy__glow{position:absolute;width:1393.9px;height:908.18px;right:-200px;top:50px;background:url(../img/back-success\ \(2\).jpg) center/contain no-repeat;mix-blend-mode:screen;opacity:0.8;z-index:0;pointer-events:none;}.manifest-dyshlevoy__wrapper{display:grid;grid-template-columns:1.15fr 0.85fr;gap:60px;z-index:1;align-items:center;position:static;min-height:530px;}.manifest-dyshlevoy__photo-box{position:relative;width:100%;display:flex;justify-content:center;align-items:center;}.manifest-dyshlevoy__photo{width:100%;max-width:750px;height:auto;aspect-ratio:1.2;position:relative;}.manifest-dyshlevoy__photo-img{position:absolute;right:0;bottom:0;height:100%;width:auto;object-fit:contain;object-position:bottom right;display:block;z-index:1;}.text-gradient-orange{background:#F32B0F;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;}.manifest-dyshlevoy__photo-shadow{position:absolute;width:100%;height:173.66px;right:0px;bottom:-16.56px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);}.manifest-dyshlevoy__panel{display:flex;flex-direction:column;gap:10px;width:100%;max-width:880px;box-sizing:border-box;position:relative;z-index:2;padding-bottom:100px;}.manifest-dyshlevoy__top{display:flex;flex-direction:row;align-items:center;padding:0;width:100%;box-sizing:border-box;}.manifest-dyshlevoy__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:32px;line-height:130%;background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:0;width:100%;}.manifest-dyshlevoy__bottom{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:100px 0 0 0;gap:32px;width:100%;box-sizing:border-box;}.manifest-dyshlevoy__quote{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0px 0px 0px 32px;gap:32px;width:100%;border-left:2px solid var(--sec-orange);}.manifest-dyshlevoy__quote-text{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:160%;color:rgba(255,255,255,0.9);margin:0;width:100%;max-width:880px;}.manifest-dyshlevoy__signature{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:4px;width:100%;}.manifest-dyshlevoy__name{display:block;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:130%;color:#FFFFFF;}.manifest-dyshlevoy__role{display:block;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;color:rgba(255,255,255,0.7);}.manifest-dyshlevoy__mobile-photo-box{display:none;width:100%;justify-content:center;align-items:center;margin-top:20px;}.manifest-dyshlevoy__mobile-photo{width:100%;max-width:500px;height:350px;background:url(../img/ur1.png) center/contain no-repeat;position:relative;}.manifest-banner-1{margin:100px 0;background:#140103;border:1px solid rgba(255,255,255,0.08);border-radius:32px;padding:80px;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;position:relative;overflow:hidden;}.manifest-banner-1__content{display:flex;flex-direction:column;gap:60px;position:relative;z-index:2;}.manifest-banner-1__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:24px;line-height:130%;background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:0;width:100%;}.manifest-banner-1__list{display:flex;flex-direction:column;max-width:720px;gap:20px;list-style:none;padding:0;margin:0;}.manifest-banner-1__item{font-weight:450;font-size:18px;line-height:130%;}.manifest-banner-1__item span{background:linear-gradient(180deg,#F32B0F 0%,#FF753A 76.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:500;}.manifest-banner-1__graphic{position:absolute;right:0;left:55%;top:0;bottom:0;overflow:hidden;pointer-events:none;z-index:1;transform:translateZ(0);-webkit-transform:translateZ(0);}.manifest-banner-1__video{display:none;position:absolute;}.manifest-banner-1__video--desktop{display:block;right:0;width:100%;bottom:0;height:calc(100% + 131px);object-fit:cover;}.manifest-double-quotes{display:flex;flex-direction:row;align-items:flex-start;padding:0px;width:100%;margin-bottom:100px;box-sizing:border-box;background-color:#000000;}.manifest-double-quotes__col{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;isolation:isolate;width:50%;height:676px;box-sizing:border-box;overflow:hidden;}.manifest-double-quotes__col--left{padding:0px 50px 0px 0;}.manifest-double-quotes__col--right{padding:0px 100px 0px 50px;}.manifest-double-quotes__glow{position:absolute;right:0;bottom:0;height:367px;mix-blend-mode:screen;opacity:0.8;z-index:0;pointer-events:none;}.manifest-double-quotes__glow--left{left:100px;background:url(../img/back-success\ \(2\).jpg) right center/contain no-repeat;}.manifest-double-quotes__glow--right{left:50px;background:url(../img/back-success\ \(2\).jpg) right center/contain no-repeat;}.manifest-double-quotes__col picture{display:contents;}.manifest-process__grid{gap:40px;}.manifest-double-quotes__photo{position:absolute;right:0;bottom:0;height:367px;z-index:0;pointer-events:none;}.manifest-double-quotes__photo--left{left:0;height:auto;width:auto;object-fit:contain;object-position:left bottom;}.manifest-double-quotes__photo--right{left:0;height:auto;width:auto;object-fit:contain;object-position:right bottom;}.manifest-double-quotes__shadow{position:absolute;right:0;bottom:0;height:100px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);z-index:0;pointer-events:none;}.manifest-double-quotes__shadow--left{left:100px;}.manifest-double-quotes__shadow--right{left:50px;}.manifest-double-quotes__content{display:flex;flex-direction:column;align-items:flex-start;padding:40px 0px;gap:40px;width:100%;height:100%;z-index:1;box-sizing:border-box;}.manifest-double-quotes__quote-text{width:450px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;color:#FFFFFF;margin:0;}.manifest-double-quotes__signature{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:4px;width:392px;height:43px;}.manifest-double-quotes__name{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:16px;line-height:130%;color:#FFFFFF;}.manifest-double-quotes__role{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:14px;line-height:130%;color:rgba(255,255,255,0.7);}.manifest-theses__header{margin-bottom:40px;width:100%;}.manifest-theses__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:40px;line-height:130%;background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:0;}.manifest-theses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;margin-bottom:100px;}.manifest-theses-card{padding:32px;width:100%;background:rgba(255,255,255,0.01);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(30px);border-radius:16px;}.manifest-theses-card__title{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:24px;line-height:130%;background:linear-gradient(180deg,#F32B0F 0%,#FF753A 76.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:0;width:100%;margin-bottom:20px;}.manifest-theses-card__desc{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;color:rgba(255,255,255,0.7);margin:0;width:100%;}.manifest-scroll-wrap{background-color:#000000;width:100%;}.manifest-process{margin:120px 0;}.manifest-process__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}.manifest-process__tabs{display:flex;flex-direction:column;gap:32px;}.manifest-process__tab-item{display:flex;flex-direction:row;align-items:flex-start;padding:0px;gap:28px;width:100%;}.manifest-process__stripe-container{display:flex;flex-direction:column;align-items:center;align-self:stretch;width:3px;position:relative;}.manifest-process__stripe-track{width:3px;height:100%;background:rgba(255,255,255,0.1);border-radius:20px;position:relative;}.manifest-process__stripe-active{position:absolute;width:3px;height:0%;left:0px;top:0px;background:linear-gradient(180deg,#F32B0F 0%,#FF753A 76.8%);border-radius:80px;}.manifest-process__tab-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex-grow:1;}.manifest-process__tab-header{color:rgba(255,255,255,0.2);font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:24px;line-height:130%;letter-spacing:0%;cursor:pointer;transition:color 0.3s ease;}.manifest-process__tab-header.active{color:#FFFFFF;}.manifest-process__tab-content{color:rgba(255,255,255,0.7);font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:150%;letter-spacing:0%;height:0;opacity:0;overflow:hidden;}.manifest-process__tab-content.active{height:auto;opacity:1;}.manifest-process__graphic{display:flex;justify-content:center;align-items:center;}.manifest-process__image{max-width:100%;height:auto;object-fit:contain;}.manifest-team{position:relative;width:100%;background-color:#000000;box-sizing:border-box;overflow:visible;}.manifest-team__wrapper{z-index:1;position:relative;min-height:530px;display:flex;align-items:center;}.manifest-team__header{display:flex;flex-direction:column;width:100%;max-width:880px;box-sizing:border-box;position:relative;z-index:2;padding:80px 0;}.manifest-team__header svg{margin-bottom:80px;}.manifest-team__title{background:linear-gradient(86.82deg,#FFFFFF 50.18%,#FF490D 91.51%);font-weight:500;font-size:40px;width:fit-content;line-height:130%;letter-spacing:0%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:20px;}.manifest-team__desc{font-size:18px;line-height:1.6;color:#fff;max-width:800px;margin-bottom:20px;}.manifest-team__img{position:absolute;right:0;bottom:0;height:100%;width:auto;object-fit:contain;object-position:bottom right;display:block;z-index:1;}.manifest-grid-6-container{overflow:visible;}.manifest-grid-6__pagination{display:none;}.manifest-grid-6{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:24px;margin:60px 0 120px 0;}.manifest-quote-block__photo-img.manifest-quote-block__photo-img-and{right:40px;}.manifest-grid-6__card{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:20px;padding:40px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;}.manifest-grid-6__title{font-weight:450;font-size:24px;line-height:130%;letter-spacing:0%;background:linear-gradient(180deg,#F32B0F 0%,#FF753A 76.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:10;transition:font-size 0.3s ease;}.manifest-grid-6__icon{align-self:flex-end;color:var(--white-32);position:absolute;bottom:19px;right:19px;}.manifest-banner-2{background:linear-gradient(90deg,#150200 0%,#000000 100%);border:1px solid rgba(255,255,255,0.08);border-radius:32px;padding:50px;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;position:relative;margin:120px 0;overflow:hidden;}.contact.manifest-form-section{padding:0;}.manifest-banner-2__img-box{position:absolute;right:0;top:0;bottom:0;width:100%;margin:0;border-radius:0;overflow:hidden;}.manifest-banner-2__img{width:calc(100% + 179px);height:100%;object-fit:cover;display:block;}.manifest-banner-2__content{display:flex;flex-direction:column;gap:20px;}.manifest-banner-2__title{font-weight:450;font-size:32px;line-height:130%;letter-spacing:0%;}.manifest-banner-2__desc{font-weight:450;font-size:18px;line-height:150%;margin-bottom:20px;}.manifest-banner-2__btns{display:flex;gap:20px;}.manifest-banner-2__btn{font-size:16px;font-weight:500;padding:16px 32px;border-radius:12px;text-decoration:none;display:inline-block;transition:all 0.3s ease;}.manifest-banner-2__btn--primary{background:linear-gradient(93.88deg,#F32B0F 0%,#FF0011 50%,#ff5035 100%);background-size:200% 100%;background-position:left center;color:#FFFFFF;}.manifest-banner-2__btn--primary:hover{background-position:right center;}.manifest-banner-2__btn--secondary{background:rgba(255,255,255,0.08);color:var(--white-100);}.manifest-banner-2__btn--secondary:hover{background:rgba(255,255,255,0.15);}.manifest-form-section .contact__container{position:relative;background:linear-gradient(180deg,#150200 0%,#000000 55%);min-height:auto;padding:80px;}.manifest-form-section .contact__photo-box{position:absolute;left:0;bottom:0;width:45%;max-width:745px;margin:0;border-radius:0;z-index:0;pointer-events:none;overflow:hidden;}.manifest-form-section .contact__photo{width:100%;height:auto;display:block;object-fit:cover;object-position:left bottom;}@media (max-width:1200px){.manifest-form-section .contact__photo-box{position:relative;left:auto;bottom:auto;width:100%;max-width:none;margin-top:20px;border-radius:20px;}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}.quote-block__title{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-style:normal;font-size:40px;line-height:130%;letter-spacing:0;margin-bottom:50px;}.manifest-quote-block{isolation:isolate;width:100%;position:relative;background-color:#000000;box-sizing:border-box;overflow:visible;}.manifest-quote-block__wrapper{display:grid;grid-template-columns:1.05fr 0.95fr;gap:0;z-index:1;align-items:center;position:static;min-height:600px;padding:80px 0;}.manifest-quote-block__content{display:flex;flex-direction:column;width:100%;position:relative;z-index:2;box-sizing:border-box;}.manifest-quote-block__quote{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0 0 0 32px;gap:32px;width:100%;border-left:2px solid var(--sec-orange);}.manifest-quote-block__quote-text{font-weight:400;font-size:24px;line-height:140%;letter-spacing:0%;background:linear-gradient(98.99deg,#FFFFFF 4.18%,#FFA98D 95.92%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;}.manifest-quote-block__signature{display:flex;flex-direction:column;gap:4px;}.manifest-quote-block__name{font-family:'TT Firs Neue',sans-serif;font-weight:500;font-size:18px;line-height:130%;color:#FFFFFF;display:block;}.manifest-quote-block__role{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:18px;line-height:150%;color:rgba(255,255,255,0.7);display:block;}.manifest-quote-block__photo-img{position:absolute;right:0;bottom:0;height:100%;width:auto;object-fit:contain;object-position:bottom right;display:block;z-index:1;}.manifest-grid-6__card{background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:20px;padding:40px;min-height:225px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:border-color 0.3s ease;}.manifest-grid-6__card:hover{border-color:rgba(255,255,255,0.2);}.manifest-grid-6__hover-content{position:absolute;inset:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:8px;background:rgba(0,0,0,0.6);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:16px;border:1px solid rgba(255,255,255,0.2);opacity:0;pointer-events:none;transition:opacity 0.3s ease;z-index:5;}.manifest-grid-6__card:hover .manifest-grid-6__hover-content{opacity:1;pointer-events:auto;}.manifest-grid-6__hover-inner{display:flex;flex-direction:column;align-items:flex-start;padding:70px 32px 24px 32px;gap:8px;width:100%;flex:1;}.manifest-grid-6__hover-text{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-size:16px;line-height:130%;color:rgba(255,255,255,0.7);margin:0;width:100%;}.manifest-grid-6__card:hover .manifest-grid-6__title{font-family:'TT Firs Neue',sans-serif;font-weight:450;font-style:normal;font-size:20px;line-height:130%;letter-spacing:0%;}.quote-block-1920{position:relative;width:100%;height:750px;display:flex;align-items:center;background-color:#000000;overflow:hidden;}.quote-block-1920__photo{position:absolute;right:0;top:0;height:100%;width:auto;object-fit:cover;object-position:right center;pointer-events:none;z-index:0;}.manifesto-denis .quote-block-1920__photo{width:60%;height:100%;object-fit:cover;object-position:right center;}.manifest-vaganov .quote-block-1920__photo{height:100%;width:auto;object-fit:contain;object-position:bottom right;right:80px;}.quote-block-1920__container{width:100%;max-width:1720px;margin:0 auto;padding:0 100px;box-sizing:border-box;position:relative;z-index:1;}.quote-block-1920__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:810px;}.quote-block-1920__quote{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:40px 0 40px 32px;gap:32px;width:100%;border-left:2px solid var(--sec-orange);margin:0;}.quote-block-1920__text{font-family:'TT Firs Neue',sans-serif;font-style:italic;font-weight:300;font-size:22px;line-height:160%;color:#FFFFFF;margin:0;}.quote-block-1920__author{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-style:normal;}.quote-block-1920__name{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:130%;color:#FFFFFF;}.quote-block-1920__role{font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:18px;line-height:150%;color:rgba(255,255,255,0.7);}@media (max-width:1440px){.manifesto-first__photo-img{height:84%;}.manifesto-first__top{gap:50px;}.manifest-theses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;margin-bottom:100px;}.manifest-double-quotes__signature{margin-top:auto;}.manifest-quote-block{align-items:end;}.manifest-process{margin:60px 0;}.manifest-team__header{max-width:745px;padding:60px 0 0 0;}.manifest-team__img{height:auto;width:100%;max-width:779px;}.manifest-grid-6{margin:60px 0 100px 0;}.manifest-process{margin:60px 0;}.manifest-team__header{max-width:745px;padding:60px 0 0 0;}.manifest-team__img{height:auto;width:100%;max-width:779px;}.manifest-grid-6{margin:60px 0 100px 0;}.manifest-quote-block__photo-img.manifest-quote-block__photo-img-and{right:0;}.manifest-banner-2{padding:32px;grid-template-columns:1.0fr 0.5fr;margin:100px 0;}.manifest-form-section .contact__container{padding:32px;}.manifest-form-section .contact__title{font-size:32px;}.manifest-banner-1__graphic{left:40%;width:auto;right:0;}}@media (max-width:1024px){.manifesto-first__top{gap:41px;}.manifest-process__tabs{min-height:480px;}.manifesto-first__photo-img{max-width:541px;}.manifest-theses-grid{margin-bottom:50px;}.manifesto-first__wrapper{grid-template-columns:1.60fr 0.4fr;}.manifesto-first__bottom{max-width:590px;}.manifest-cards-3{grid-template-columns:repeat(2,1fr);margin:50px 0 80px;}.manifest-dyshlevoy__photo-img{max-width:575px;}.manifest-dyshlevoy__bottom{padding:50px 0 0 0;}.manifest-dyshlevoy__top{min-width:100%;max-width:100%;}.manifest-dyshlevoy__title{width:734px;max-width:calc(100vw - 64px);margin-right:-200px;}.manifest-team{display:block;min-height:auto;}.manifest-team__wrapper{position:relative;display:flex;flex-direction:column;align-items:stretch;height:auto;min-height:auto;}.manifest-team__header{max-width:100%;padding:40px 0;order:1;}.manifest-team__img{position:static;order:-1;width:100%;height:auto;max-width:100%;display:block;max-width:680px;margin:0 auto;margin-bottom:-100px;}.manifest-team__desc{max-width:750px;}.manifest-banner-1__item{font-size:21px;}.manifest-banner-1__list{max-width:700px;}.manifest-double-quotes{margin-bottom:80px;display:block;}.manifest-double-quotes__col{width:100%;height:auto;}.manifest-double-quotes__col--right{padding:0;}.manifest-double-quotes__col--left{padding:0;}.manifest-double-quotes__photo--right{left:auto;width:100%;right:0;height:auto;width:auto;object-fit:contain;object-position:left bottom;max-width:680px;}.manifest-double-quotes__photo--left{right:0;max-width:680px;left:auto;}.manifest-quote-block__photo-img{right:-35px;max-width:624px;}.manifest-quote-block{padding:0 0 80px 0;}div.manifest-card-item:nth-child(3){grid-column:2 span;}.manifest-team__header svg{margin-bottom:32px;max-width:32px;height:32px;}.manifest-team__img{margin-bottom:-77px;}.manifest-grid-6{margin:40px 0 50px 0;}.manifest-quote-block__photo-img.manifest-quote-block__photo-img-and{right:-24px;}section.manifest-quote-block:nth-child(10)>div:nth-child(1){padding-bottom:0;}section.manifest-quote-block:nth-child(10){padding:0;}.manifest-banner-2{margin:60px 0;}.manifest-grid-6{grid-template-columns:repeat(2,1fr);}.manifest-grid-6__card{padding:24px;min-height:220px;}.manifest-grid-6__hover-inner{padding:80px 24px 20px 24px;}.manifest-form-section .contact__photo-box{display:none;}.manifest-banner-2{grid-template-columns:1fr;}.manifest-banner-2__content{max-width:55%;z-index:2;position:relative;}.manifest-banner-2{margin:60px 0;}.manifest-banner-2__img-box{right:0;width:100%;}.manifest-banner-2__img{position:relative;left:150px;width:calc(100% + 150px);max-width:none;}.manifest-banner-2__img{object-position:right center;}.manifest-banner-2__img{width:calc(100% + 179px);}.manifest-banner-2__content{max-width:630px;}}@media (max-width:1200px){.quote-block-1920{height:auto;padding:80px 0;}.quote-block-1920__container{padding:0 40px;}.quote-block-1920__photo{opacity:0.35;}.manifest-grid-6__card{min-height:240px;}.manifest-grid-6__hover-inner{padding-top:100px;}}@media (min-width:801px) and (max-width:1024px){.manifest-banner-1{margin:0 0 80px;padding:32px;grid-template-columns:1fr;}.manifest-banner-1__content{gap:32px;max-width:600px;}.manifest-banner-1__graphic{position:absolute;left:40%;width:auto;right:0;top:0;bottom:0;}.manifest-banner-1__video--desktop{display:block;position:absolute;right:0;width:100%;bottom:0;height:calc(100% + 131px);max-height:486px;object-fit:cover;}}@media (max-width:800px){.manifest-banner-1{display:block;padding:32px;}.manifest-banner-1__content{max-width:100%;}.manifest-banner-1__video--desktop{display:none !important;}.manifest-banner-1__graphic{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:calc(100% + 64px);height:420px;margin-left:-32px;margin-right:-32px;margin-bottom:-32px;border-radius:0 0 32px 32px;overflow:hidden;margin-top:32px;display:block;-webkit-mask-image:-webkit-radial-gradient(white,black);transform:translateZ(0);-webkit-transform:translateZ(0);}.manifest-banner-1__video--mobile{display:block;position:absolute;top:0;left:0;right:auto;bottom:auto;width:100%;height:100%;object-fit:contain;object-position:center;aspect-ratio:1200 / 830;}}@media (max-width:768px){.manifest-banner-1__content{gap:32px;}.quote-block-1920{padding:60px 0;}.quote-block-1920__container{padding:0 24px;}.quote-block-1920__text{font-size:18px;}.quote-block-1920__photo{opacity:0.2;}.manifesto-hero__title{font-size:30px;max-width:490px;}.manifesto-hero .vacancies-hero__breadcrumbs{margin-bottom:41px;}.manifesto-hero__container{margin-top:95px;}.manifesto-hero__content{gap:16px;max-width:490px;}.manifesto-hero__subtitle{font-size:18px;}.manifesto-hero{min-height:800px;}.manifesto-first__desc{font-size:18px;}.manifesto-first__title{font-size:28px;}.manifesto-first__panel{gap:80px;max-width:100%;padding-bottom:0;}.manifesto-first__wrapper{grid-template-columns:1fr;}.manifesto-first__top{gap:40px;}.manifesto-first__photo-img{max-width:495px;margin:0 auto;position:static;}.manifest-cards-3{grid-template-columns:1fr;margin:60px 0;display:flex;flex-direction:column;}div.manifest-card-item:nth-child(3){grid-column:x;}.manifest-dyshlevoy__photo-img{display:block;position:static;margin:0 auto;}.manifest-team__title{font-size:28px;}.manifest-banner-1{margin-top:60px;margin-bottom:60px;}.manifest-double-quotes__content--left{padding-top:0;}.manifest-banner-1__item{font-size:18px;}.manifesto-first__quote-text{font-size:18px;}.manifesto-first__quote{gap:20px;}.manifesto-first__photo-img{height:100%;}.manifesto-first__wrapper{gap:0;}.manifest-card-item{padding:20px 20px 40px 20px;gap:16px;overflow:visible;}.manifest-card-item__title{font-size:20px;}.manifest-dyshlevoy__wrapper{grid-template-columns:1fr;}.manifest-dyshlevoy__title{font-size:20px;width:100%;max-width:100%;margin-right:0;}.manifest-dyshlevoy__quote-text{font-size:18px;}.manifest-banner-2{margin:20px 0;padding:0;background:linear-gradient(180deg,#150200 0%,#000 55%);}.manifest-banner-2__content{padding:32px 32px 16px 32px;}.manifest-banner-2__img-box{position:static;width:100%;margin:0;}.manifest-banner-2__img{position:static;left:0;width:100%;height:auto;display:block;object-fit:cover;object-position:center;}.manifest-banner-2__title{font-size:20px;}.manifest-banner-2__desc{margin-bottom:8px;}.manifest-dyshlevoy__panel{padding-bottom:0;}.manifest-banner-1__title{font-size:18px;}.manifest-theses-card{padding:20px;}.manifest-theses-card__title{font-size:18px;}.manifest-quote-block__wrapper{grid-template-columns:1fr;}.manifest-quote-block__photo-img{position:static;margin:0 auto;}.quote-block__title{font-size:28px;}.manifest-process__tab-header{font-size:18px;}.manifest-process__tab-content-wrapper{gap:8px;}.manifest-process__grid{grid-template-columns:1fr;}section.manifest-quote-block:nth-child(1){padding:0;}section.manifest-quote-block:nth-child(1)>div:nth-child(1){padding-bottom:60px;}.manifest-form-section .contact__container{padding:40px 20px 20px 20px;}}@media(max-width:575px){.manifest-process__tabs{min-height:auto;}.manifest-team__header{max-width:100%;padding:40px 0 0 0;order:1;}.manifest-grid-section .container{padding:0px 12px 60px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%;max-width:100%;box-sizing:border-box;}.manifest-grid-6-container{display:flex;flex-direction:column;align-items:flex-start;padding:0px;gap:24px;width:100%;overflow:visible;}.manifest-grid-6{display:flex;flex-direction:row;margin:0;gap:0;width:100%;order:1;}.manifest-grid-6__card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;width:100%;height:225px;min-height:225px;border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:16px;background:transparent;flex-shrink:0;position:relative;gap:8px;}.manifest-grid-6__hover-content{display:block;position:static;opacity:1;pointer-events:auto;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;padding:0;margin:0;width:100%;}.manifest-grid-6__hover-inner{padding:0;margin:0;width:100%;}.manifest-grid-6__hover-text{width:100%;height:147px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:16px;line-height:130%;color:rgba(255,255,255,0.7);margin:0;align-self:stretch;text-align:left;}.manifest-grid-6__card .manifest-grid-6__title{width:100%;height:26px;font-family:'TT Firs Neue',sans-serif;font-style:normal;font-weight:450;font-size:20px;line-height:130%;background:linear-gradient(180deg,#F32B0F 0%,#FF753A 76.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;align-self:stretch;margin:0;}.manifest-grid-6__icon{display:none;}.manifest-grid-6__pagination{order:0;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:0px;gap:0px;width:100%;height:20px;position:static;}.manifest-grid-6__pagination .swiper-pagination-bullet{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 2px;gap:10px;flex:1;height:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px;background:transparent;opacity:1;margin:0;box-sizing:border-box;}.manifest-grid-6__pagination .swiper-pagination-bullet::after{content:'';display:block;width:100%;height:4px;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:2px;align-self:stretch;flex:none;order:0;flex-grow:0;box-sizing:border-box;}.manifest-grid-6__pagination .swiper-pagination-bullet-active::after{background:rgba(255,255,255,0.32);}.manifesto-first__tagline{font-size:18px;}.manifesto-first__top{gap:32px;}.manifesto-first__panel{gap:60px;}.manifesto-first__quote{gap:16px;}.manifesto-first__photo-img{max-width:100%;}.manifest-card-item{padding:20px;}.manifest-cards-3{margin:40px 0;}.manifest-banner-1{margin-top:60px;}section.manifest-quote-block:nth-child(1)>div:nth-child(1){padding-bottom:0;}.manifest-banner-2__content{padding:20px;}.manifest-form-section .contact__container{padding:24px 16px !important;border-radius:24px;}.manifesto-first__quote{padding:0 0 0 16px;}.manifest-cards-3{gap:16px;}.manifest-dyshlevoy__photo-img{max-width:100%;}.manifest-banner-1{padding:24px 16px;}.manifest-banner-1__content{gap:24px;}.manifest-double-quotes__photo--right{max-width:100%;}.manifest-double-quotes__photo--left{max-width:100%;}.manifest-double-quotes{margin-bottom:60px;}.manifest-quote-block__photo-img{max-width:100%;margin-top:25px;}.manifest-double-quotes__photo{position:static;}.manifest-double-quotes__photo--left{object-fit:cover;}.manifest-double-quotes__quote-text{width:auto;}.quote-block__title{margin-bottom:32px;}.manifest-theses-grid{grid-template-columns:repeat(1,1fr);}.manifest-quote-block__wrapper{display:block;padding:0;}.manifest-quote-block__quote-text{font-size:18px;}.manifest-quote-block__quote{padding:0 0 0 16px;}.manifest-banner-2__desc{font-size:16px;}.manifest-banner-2__btns{flex-direction:column;}.manifest-banner-2__btn{text-align:center;}.manifest-form-section .contact__container{gap:0;}.manifest-form-section .form{margin-top:30px !important;}.manifest-banner-2{gap:0;}.manifest-double-quotes__col--right{flex-direction:column-reverse;}.manifest-banner-2{margin:60px 0;}.manifest-double-quotes__col--left{flex-direction:column-reverse;}.manifest-banner-1{margin:0 0 50px;padding:32px 16px 24px;}.manifest-banner-1__graphic{height:222px;margin-left:-16px;margin-right:-16px;margin-bottom:-24px;width:calc(100% + 32px);margin-top:24px;}}