:root{--bg: #f2f5f7;--ink: #16171b;--muted: rgba(22, 23, 27, .64);--muted-soft: rgba(22, 23, 27, .4);--blue: #3c6cfb;--line: #dce1e5;--radius-lg: 32px;--radius-md: 16px;--font-body: "Golos Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "LINE Seed JP", "Golos Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-body);color:var(--ink);background:var(--bg)}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-family:var(--font-body)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-container{max-width:1440px;margin-inline:auto;padding-inline:80px}.hero-container{max-width:1440px;margin-inline:auto;padding-inline:20px}.section-pad{padding-block:80px}.section-pad-sm{padding:20px 0}.site-header{position:sticky;top:0;z-index:20;height:64px;background:#f2f5f7eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:inline-flex;align-items:center;gap:12px;width:195px;height:40px}.brand-icon{width:40px;height:40px}.brand-wordmark{font-family:var(--font-body);color:var(--ink);font-size:20px;font-weight:500;line-height:1;letter-spacing:0;white-space:nowrap}.brand-light .brand-wordmark{color:#fff}.main-nav{position:absolute;left:calc(50% - .5px);display:flex;gap:4px;transform:translate(-50%)}.main-nav>a,.nav-dropdown-trigger{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border-radius:30px;font-size:14px;line-height:20px;letter-spacing:0}.main-nav>a:hover,.nav-dropdown:hover .nav-dropdown-trigger,.nav-dropdown:focus-within .nav-dropdown-trigger{background:#fff}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:32px;left:-10px;z-index:30;display:flex;width:280px;flex-direction:column;gap:12px;padding:16px;border-radius:24px;background:#fff;box-shadow:0 4px 12px #0000001f;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease}.nav-dropdown-menu:before{position:absolute;left:0;right:0;top:-12px;height:12px;content:""}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-menu a{display:block;color:var(--ink);font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:16px}.header-phone{display:inline-flex;align-items:center;gap:4px;font-size:14px;line-height:20px;color:var(--ink);white-space:nowrap}.header-phone svg{flex:0 0 24px;width:24px;height:24px}.btn{border:0;border-radius:16px;color:#fff;font-weight:500;letter-spacing:0}.btn-primary{background:var(--blue)}.btn-primary:hover{background:#2f5ee6}.header-button{height:40px;padding:8px 24px;border-radius:12px;background:var(--ink);color:#fff;font-size:16px;line-height:24px}.menu-toggle{display:none;position:relative;width:40px;height:40px;border:0;border-radius:12px;background:#fff}.menu-toggle-icon{position:absolute;top:8px;right:8px;bottom:8px;left:8px;width:24px;height:24px;transition:opacity .18s ease,transform .18s ease}.menu-toggle-icon-close{opacity:0;transform:scale(.85) rotate(-90deg)}.menu-toggle.is-open .menu-toggle-icon-burger{opacity:0;transform:scale(.85) rotate(90deg)}.menu-toggle.is-open .menu-toggle-icon-close{opacity:1;transform:scale(1) rotate(0)}.tablet-menu{position:fixed;top:64px;right:0;bottom:0;left:0;z-index:19;background:#16171ba3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:opacity .18s ease}.tablet-menu.is-open{opacity:1;pointer-events:auto}.tablet-menu-panel{width:100%;padding:40px;background:var(--bg);transform:translateY(-12px);transition:transform .18s ease}.tablet-menu.is-open .tablet-menu-panel{transform:translateY(0)}.tablet-menu-panel h2{margin:0 0 24px;font-family:var(--font-display);font-size:24px;line-height:24px;font-weight:700;letter-spacing:-.02em}.tablet-menu-tabs{display:none}.tablet-menu-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.tablet-menu-column h3{margin:0 0 16px;font-size:18px;line-height:24px;font-weight:500}.tablet-menu-column a{display:block;color:var(--muted);font-size:16px;line-height:24px}.tablet-menu-column a+a{margin-top:12px}.tablet-menu-column[hidden]{display:none}.hero-card{position:relative;min-height:958px;overflow:hidden;border-radius:32px;background:#07111b}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;left:0;right:0;bottom:0;height:360px;background:radial-gradient(55% 42% at 50% 18%,#ffffff1f,#ffffff0f 24%,#fff0 62%),linear-gradient(180deg,#0000,#01070f05 18%,#0208110f,#02091224,#020a1447 66%,#01070e85 80%,#000000c7 92%,#000000f0);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.02) 10%,rgba(0,0,0,.06) 22%,rgba(0,0,0,.12) 34%,rgba(0,0,0,.22) 48%,rgba(0,0,0,.38) 64%,rgba(0,0,0,.58) 80%,rgba(0,0,0,.82) 92%,#000 100%);mask-image:linear-gradient(180deg,#0000,#00000005 10%,#0000000f,#0000001f 34%,#00000038 48%,#00000061,#00000094 80%,#000000d1 92%,#000)}.hero-content{position:relative;min-height:958px;color:#fff}.hero-copy{position:absolute;top:473px;left:80px;max-width:720px}.hero-copy h1{font-family:var(--font-display);width:800px;max-width:min(800px,calc(100vw - 200px));margin:0;background:linear-gradient(112deg,#b6bcd4b8,#f7f7fefa 18%,#bce1fff0,#fff,#99d6fff2,#f7f7fefa 82%,#b6bcd475);background-size:220% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;color:transparent;font-size:64px;line-height:64px;font-weight:700;letter-spacing:-.04em;animation:hero-gradient-wave 6s ease-in-out infinite}@keyframes hero-gradient-wave{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(prefers-reduced-motion:reduce){.hero-copy h1{animation:none}}.hero-actions{position:absolute;top:609px;right:32px;display:flex;align-items:center;gap:24px}.hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:16px 40px;border-radius:16px;font-size:18px;line-height:24px}.btn-glass{color:#fff;background:#ffffff29}.hero-news{position:absolute;left:80px;right:60px;top:746px;display:grid;grid-template-columns:repeat(4,minmax(0,300px));justify-content:space-between}.hero-news-items{display:contents}.hero-news:before{position:absolute;top:-33px;left:0;right:0;height:1px;content:"";background:#fff6}.hero-news-card,.hero-news-link{height:148px}.hero-news-card{display:flex;flex-direction:column;justify-content:center;gap:8px;overflow:hidden;padding-right:16px;border-right:1px solid rgba(255,255,255,.4)}.hero-news-card-link{display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;gap:8px;color:inherit}.hero-news-card time{color:#ffffffa3;font-size:16px;line-height:24px}.hero-news-card h2{display:-webkit-box;margin:0;overflow:hidden;color:#fff;font-size:18px;font-weight:500;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.hero-news-link{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#fff;font-size:16px;font-weight:500;line-height:24px}.section-title{display:flex;flex-direction:column;gap:12px;margin-bottom:60px}.section-title-center{align-items:center;text-align:center}.section-title h2{font-family:var(--font-display);max-width:880px;margin:0;font-size:clamp(36px,4vw,48px);line-height:1;font-weight:700;letter-spacing:0}.section-title p{max-width:620px;margin:0;color:var(--muted);font-size:16px;line-height:1.5}.specialities{padding-top:160px;padding-bottom:80px}.specialities .section-title{width:846px;max-width:100%;gap:0;margin:0 auto 24px}.specialities-business .sector-title{margin-bottom:0}.specialities-business .feature-grid{min-height:640px}.specialities-government .feature-grid{min-height:960px}.specialities .badge-gradient{margin-bottom:16px}.specialities .sector-title{margin-bottom:32px}.badge-gradient{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:10px 24px;border-radius:30px;background:linear-gradient(68deg,#2a2c31 1%,#818897 104%);color:#fff;font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase}.badge-gradient-vectors svg{flex:0 0 20px;width:20px;height:20px}.badge-gradient-company svg{flex:0 0 20px;width:20px;height:20px}.specialities .badge-gradient:before{display:inline-block;width:20px;height:20px;border-radius:50%;background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='flash-circle'%3e%3cg%20id='Vector'%20opacity='0'%3e%3c/g%3e%3cpath%20id='Vector_2'%20opacity='0.4'%20d='M10%2018.3333C14.6024%2018.3333%2018.3333%2014.6024%2018.3333%2010C18.3333%205.39763%2014.6024%201.66667%2010%201.66667C5.39763%201.66667%201.66667%205.39763%201.66667%2010C1.66667%2014.6024%205.39763%2018.3333%2010%2018.3333Z'%20fill='var(--fill-0,%20white)'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_3'%20d='M7.23333%209.92499L8.60832%2010.2667L7.81667%2013.4667C7.63334%2014.2167%207.99999%2014.4667%208.63332%2014.025L12.95%2011.0333C13.475%2010.6667%2013.4%2010.2417%2012.775%2010.0833L11.4%209.74169L12.1917%206.54166C12.375%205.79166%2012.0083%205.54168%2011.375%205.98334L7.05833%208.97503C6.53333%209.3417%206.60833%209.76666%207.23333%209.92499Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat;content:""}.sector-title{display:flex;align-items:center;justify-content:center;gap:24px}.sector-title button{font-family:var(--font-display);position:relative;padding:0;border:0;background:transparent;color:var(--muted-soft);font-size:clamp(36px,4vw,48px);font-weight:700;line-height:48px}.sector-title .sector-active{color:var(--ink)}.sector-title .sector-active:after{position:absolute;left:2px;right:2px;bottom:-8px;height:4px;border-radius:999px;background:var(--blue);content:"";transform:rotate(-1deg)}.sector-title span{width:2px;height:40px;background:var(--muted-soft)}.segment-tabs{display:grid;grid-template-columns:repeat(3,1fr);width:min(480px,100%);gap:4px;padding:4px;border-radius:12px;background:var(--line)}.segment-tabs button{min-height:36px;border:0;border-radius:12px;background:transparent;color:var(--ink);font-size:14px}.segment-tabs .active{background:#fff;box-shadow:0 4px 4px #0000001f}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{position:relative;min-height:320px;padding:24px;overflow:hidden;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.feature-card:hover{background:#eef2f5;box-shadow:inset 0 0 0 1px #3c6cfb1f;transform:translateY(-2px)}.feature-card:hover .round-link{background:#f7f9fb}.feature-card h3{font-family:var(--font-body);max-width:500px;margin:0;font-size:32px;line-height:1;font-weight:500;letter-spacing:0}.feature-card p{max-width:500px;margin:8px 0 0;color:var(--muted);font-size:18px;line-height:1.35}.feature-card-image{color:#fff;background:#10151a}.feature-card-image:hover{background:#10151a;box-shadow:inset 0 0 0 1px #ffffff2e}.feature-card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.feature-card-image:hover img{transform:scale(1.03)}.feature-card-image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#0000001f,#0000000a 36%,#0000003d)}.feature-card-image h3,.feature-card-image p{position:relative;z-index:1}.feature-card-image .card-number{z-index:1}.feature-card-image .round-link{z-index:2}.feature-card-image p,.feature-card-image .card-number{color:#ffffffa3}.card-number{position:absolute;left:24px;bottom:24px;color:var(--muted-soft);font-size:32px;line-height:1;font-weight:500}.round-link{position:absolute;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background:#fff}.round-link:before{position:absolute;top:50%;left:50%;width:24px;height:24px;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2432 5.44742C13.5485 5.16755 14.0228 5.18807 14.3027 5.49332L19.8027 11.4933C20.0654 11.7801 20.0655 12.2203 19.8027 12.507L14.3027 18.507C14.0229 18.812 13.5484 18.8325 13.2432 18.5529C12.938 18.273 12.9176 17.7986 13.1973 17.4933L17.5449 12.7502H4.75C4.3359 12.7502 4.00018 12.4142 4 12.0002C4 11.5859 4.33579 11.2502 4.75 11.2502H17.5449L13.1973 6.50699C12.9174 6.20174 12.9381 5.72735 13.2432 5.44742Z' fill='%2316171B'/%3E%3C/svg%3E") center / 24px 24px no-repeat;transform:translate(-50%,-50%)}.logos{position:relative;padding-block:80px;overflow:hidden}.logo-slider{overflow:hidden}.logo-track{display:flex;width:max-content;margin-left:calc(50% - 720px)}.logo-strip{flex:0 0 auto}.logo-strip-image{display:block;width:1440px;max-width:none;height:auto}@media(min-width:1200px){.logos{padding-block:56px}.logos:before,.logos:after{position:absolute;top:56px;bottom:56px;z-index:1;width:96px;content:"";pointer-events:none}.logos:before{left:0;background:linear-gradient(90deg,#f2f5f7fa,#f2f5f7bd 34%,#f2f5f700)}.logos:after{right:0;background:linear-gradient(270deg,#f2f5f7fa,#f2f5f7bd 34%,#f2f5f700)}.logo-track{width:100%;margin-left:0;justify-content:center;transform:none}.logo-strip{width:1120px;overflow:hidden}.logo-track>[aria-hidden=true]{display:none}.logo-strip-image{width:1320px;transform:translate(-164px);will-change:transform}.logos:hover .logo-strip-image,.logo-slider:hover .logo-strip-image{animation:logos-drift-right 12s linear infinite alternate}@keyframes logos-drift-right{0%{transform:translate(-164px)}to{transform:translate(-48px)}}}.sphere-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:326px 326px;gap:0}.sphere-card{display:block;position:relative;min-height:326px;overflow:hidden;border:8px solid var(--bg);border-radius:32px;background:#c9d2da;color:inherit;text-decoration:none}.sphere-card img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .32s ease}.sphere-card:after,.about-card:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#0000 34%,#00000014 56%,#0006)}.sphere-card h3{font-family:var(--font-display);position:absolute;left:16px;right:16px;bottom:40px;z-index:1;margin:0;color:#fff;font-size:24px;line-height:24px;letter-spacing:-.02em;text-align:center;transition:transform .32s ease,opacity .32s ease}.sphere-wide-top h3,.sphere-wide-bottom h3{font-size:24px;line-height:24px}.sphere-wide-top h3{max-width:760px;margin:0 auto}.sphere-card:hover img{transform:scale(1.06)}.sphere-card:hover h3{transform:translateY(-4px)}.activity-page-main{background:var(--bg)}.activity-page-shell{padding:32px 0 0}.activity-page-layout{display:grid;gap:32px}.activity-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:32px;align-items:stretch}.activity-page-hero-copy,.activity-page-content-copy,.activity-page-note{border-radius:32px;background:#fff;box-shadow:0 24px 60px #1f222014}.activity-page-hero-copy{display:grid;align-content:center;gap:20px;padding:40px}.activity-page-hero-copy h1,.activity-page-content-copy h2,.activity-page-note h3{margin:0}.activity-page-hero-copy h1{font-size:clamp(40px,4vw,64px);line-height:.96}.activity-page-hero-copy p,.activity-page-content-copy p,.activity-page-note li{color:var(--muted)}.activity-page-actions{display:flex;flex-wrap:wrap;gap:12px}.activity-page-hero-media{min-height:440px;margin:0;overflow:hidden;border-radius:32px}.activity-page-hero-media img{width:100%;height:100%;object-fit:cover}.activity-page-content{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:24px}.activity-page-content-copy,.activity-page-note{padding:32px}.activity-page-content-copy{display:grid;gap:18px}.activity-page-content-copy p{margin:0}.activity-page-note ul{margin:16px 0 0;padding-left:20px}.activity-page-note li+li{margin-top:10px}.activity-page-feedback .feedback-card{max-width:1040px;margin:0 auto}@media(max-width:991.98px){.activity-page-hero,.activity-page-content{grid-template-columns:1fr}.activity-page-hero-media{min-height:360px}}@media(max-width:767.98px){.activity-page-shell{padding-top:20px}.activity-page-layout{gap:24px}.activity-page-hero-copy,.activity-page-content-copy,.activity-page-note{padding:24px;border-radius:24px}.activity-page-hero-media{min-height:280px;border-radius:24px}.activity-page-hero-copy h1{font-size:36px}}.sphere-tall{grid-row:span 2}.sphere-wide-top,.sphere-wide-bottom{grid-column:span 2}.sphere-card:before{position:absolute;left:0;right:0;bottom:0;z-index:1;height:180px;content:"";background:linear-gradient(180deg,#16171b00,#16171b08 18%,#16171b1a 42%,#16171b38 72%,#16171b57);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.08) 18%,rgba(0,0,0,.28) 46%,rgba(0,0,0,.7) 78%,#000 100%);mask-image:linear-gradient(180deg,#0000,#00000014 18%,#00000047 46%,#000000b3 78%,#000)}.sphere-education{grid-column:1;grid-row:1 / span 2}.sphere-wide-top{grid-column:2 / span 2;grid-row:1}.sphere-science{grid-column:4;grid-row:1}.sphere-culture{grid-column:2;grid-row:2}.sphere-wide-bottom{grid-column:3 / span 2;grid-row:2}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.about-card{position:relative;min-height:630px;overflow:hidden;border:8px solid #fff;border-radius:32px;background:#253247;color:#fff;transition:transform .26s ease,box-shadow .26s ease}.about-card img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .32s ease}.about-card:before{position:absolute;left:-8px;right:-8px;bottom:-8px;z-index:1;height:280px;content:"";background:radial-gradient(120% 90% at 50% 100%,#0a0c1057,#0a0c1029 48%,#0a0c1005 78%,#0a0c1000),linear-gradient(180deg,#0a0c1000,#0a0c1005 34%,#0a0c101a 62%,#0a0c1038);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.03) 18%,rgba(0,0,0,.14) 38%,rgba(0,0,0,.42) 66%,rgba(0,0,0,.82) 88%,#000 100%);mask-image:linear-gradient(180deg,#0000,#00000008 18%,#00000024 38%,#0000006b 66%,#000000d1 88%,#000)}.about-card>div{position:absolute;left:40px;right:40px;bottom:40px;z-index:2;display:flex;flex-direction:column;gap:24px}.about-card>div>div{display:flex;flex-direction:column;gap:12px}.about-card h3{font-family:var(--font-body);margin:0;font-size:40px;line-height:1}.about-card p{max-width:470px;margin:0;color:#ffffffbd;font-size:18px;line-height:24px}.about-card-gradient{background:#345387}.about-card-gradient:before{background:radial-gradient(120% 90% at 50% 100%,#2339616b,#2339612e 48%,#23396108 78%,#23396100),linear-gradient(180deg,#34538700,#3453870a 34%,#3453871f 62%,#3453873d)}.about-card .btn-light{width:fit-content;min-width:148px;min-height:44px;padding:10px 28px;border-radius:16px;background:#fff;color:var(--ink);font-size:16px;font-weight:500;line-height:24px;align-self:flex-start;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}@media(min-width:1200px){.about-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #14181f1f}.about-card:hover img{transform:scale(1.035)}.about-card:hover .btn-light{transform:translateY(-1px);box-shadow:0 10px 20px #fff3;background:#f8fbff}}.career-shell{display:grid;grid-template-columns:minmax(0,738px) 474px;justify-content:space-between;gap:24px;align-items:start}.career-main{display:flex;flex-direction:column;gap:40px}.career-back{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:44px;padding:10px 20px;border-radius:16px;background:#fff;box-shadow:0 14px 36px #15181f14;font-size:16px;line-height:24px;font-weight:500}.career-copy{display:flex;flex-direction:column;gap:12px}.career-copy h1,.career-copy h2{margin:0;font-family:var(--font-display);font-size:64px;line-height:.95;letter-spacing:-.04em}.career-copy p{margin:0;color:var(--muted);font-size:20px;line-height:28px}.career-filters-toggle,.career-filters-panel,.career-open-count-tablet{display:none}.career-list{display:flex;flex-direction:column;gap:0}.career-card,.career-filters{border-radius:32px}.career-card{display:flex;flex-direction:column;gap:24px;padding:0 0 40px;border-bottom:1px solid var(--line);background:transparent;border-radius:0}.career-card+.career-card{padding-top:40px}.career-card-head{display:flex;align-items:flex-start;gap:16px}.career-tags{display:flex;flex-wrap:wrap;gap:8px}.career-tags span{display:inline-flex;align-items:center;min-height:28px;padding:4px 12px;border-radius:6px;background:var(--line);color:var(--muted);font-size:14px;line-height:20px;font-weight:500;letter-spacing:-.02em}.career-salary{flex:0 0 auto;color:var(--ink);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.02em}.career-card h2,.career-card h3{margin:0;font-family:var(--font-display);font-size:32px;line-height:1;letter-spacing:-.03em}.career-card-title-link{transition:color .14s ease}.career-card-title-link:hover{color:var(--blue)}.career-card p{max-width:646px;margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.career-card-actions{display:flex;align-items:center;gap:12px}.career-card-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:154px;min-height:48px;padding:12px 32px;border-radius:16px;font-size:16px;line-height:24px}.career-filters{position:sticky;top:96px;padding:24px;background:#fff}.career-filters h2,.career-filters h3{margin:0 0 24px;font-family:var(--font-display);font-size:32px;line-height:1;letter-spacing:-.03em}.career-filter-form{display:flex;flex-direction:column;gap:24px}.career-filter-field{display:flex;flex-direction:column;gap:12px}.career-filter-field span,.career-filter-group legend{padding:0;font-size:18px;line-height:24px;font-weight:500}.career-filter-field input{width:100%;min-height:60px;border:0;border-radius:16px;background:var(--bg);padding:16px 24px;color:var(--ink);font:inherit}.career-filter-group{display:grid;gap:12px;margin:0;padding:0;border:0}.career-filter-option{display:flex;align-items:center;gap:12px;min-height:32px;color:var(--muted);font-size:16px;line-height:24px}.career-filter-option input{width:20px;height:20px;margin:0;accent-color:var(--blue)}.career-filter-option input:checked+span{color:var(--ink);font-weight:500}.vacancy-shell{display:flex;flex-direction:column;align-items:center;gap:32px;padding:40px 0 160px}.vacancy-toolbar{display:flex;align-items:center;justify-content:space-between;width:100%}.vacancy-toolbar-spacer{width:92px;height:40px;opacity:0}.vacancy-back{display:inline-flex;align-items:center;gap:4px;min-height:40px;padding:8px 16px;border-radius:40px;background:#fff;font-size:14px;line-height:20px;font-weight:500;letter-spacing:-.02em}.vacancy-hero-card,.vacancy-apply-card{width:min(100%,800px);padding:32px;border-radius:32px;background:#fff}.vacancy-hero-card{display:flex;flex-direction:column;gap:24px}.vacancy-hero-meta{display:flex;align-items:center;justify-content:space-between;gap:24px}.vacancy-hero-meta p{margin:0;color:var(--muted);font-size:14px;line-height:20px;font-weight:500;letter-spacing:-.02em;white-space:nowrap}.vacancy-hero-copy{display:flex;flex-direction:column;gap:8px}.vacancy-hero-copy h1{margin:0;font-family:var(--font-display);font-size:32px;line-height:36px;letter-spacing:-.02em}.vacancy-hero-copy p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.vacancy-hero-actions{display:flex;align-items:center;gap:12px}.vacancy-apply-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:16px 40px;border-radius:16px;font-size:18px;line-height:24px}.vacancy-hero-salary{color:var(--ink);font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.vacancy-divider{width:min(100%,800px);height:1px;background:var(--line)}.vacancy-divider-narrow{width:min(100%,600px)}.vacancy-copy-block{width:min(100%,600px);padding-top:32px}.vacancy-copy-block h2,.vacancy-apply-card h2{margin:0 0 16px;font-family:var(--font-display);font-size:24px;line-height:24px;letter-spacing:-.02em}.vacancy-richtext{color:var(--ink);font-size:16px;line-height:24px;letter-spacing:-.02em}.vacancy-richtext p{margin:0}.vacancy-richtext p+p{margin-top:24px}.vacancy-richtext ul{margin:0;padding-left:24px}.vacancy-richtext li+li{margin-top:8px}.vacancy-apply-card h2{margin-bottom:32px;text-align:center;font-size:32px;line-height:36px}.vacancy-apply-card{margin-top:32px;scroll-margin-top:96px}.vacancy-apply-lead{max-width:520px;margin:-12px auto 32px;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em;text-align:center}.vacancy-apply-form{display:flex;flex-direction:column;gap:32px}.vacancy-apply-form label{display:flex;flex-direction:column;gap:8px}.vacancy-apply-form span{color:var(--ink);font-size:16px;line-height:24px;font-weight:500;letter-spacing:-.02em}.vacancy-apply-form span b{color:var(--blue)}.vacancy-apply-form input[type=text]{width:100%;min-height:60px;padding:16px 24px;border:0;border-radius:16px;background:var(--bg);color:var(--ink);font:inherit}.vacancy-apply-form input[type=text]::placeholder{color:var(--muted-soft)}.vacancy-file-field{position:relative}.vacancy-file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.vacancy-file-button{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;padding:20px 16px;border:0;border-radius:50px;background:var(--bg);color:var(--blue);font-size:16px;line-height:24px;font-weight:500;letter-spacing:-.02em;text-align:center}.vacancy-file-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Crect x='1' y='1' width='998' height='98' rx='49' ry='49' fill='none' stroke='%233C6CFB' stroke-width='2' stroke-dasharray='8 10' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") center / 100% 100% no-repeat;pointer-events:none}.vacancy-file-field .vacancy-file-button{color:var(--blue)}.vacancy-apply-actions{display:flex;align-items:center;gap:16px}.vacancy-submit-btn{display:inline-flex;flex:0 0 202px;align-items:center;justify-content:center;min-width:202px;min-height:56px;padding:16px 40px;border-radius:16px;font-size:18px;line-height:24px;white-space:nowrap}.vacancy-apply-actions p{flex:1 0 0;margin:0;color:var(--muted-soft);font-size:14px;line-height:20px;letter-spacing:-.02em}.vacancy-apply-actions a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.vacancy-apply-form-cf7 .wpcf7-form{display:flex;flex-direction:column;gap:32px;width:min(100%,520px);margin:0 auto}.vacancy-apply-form-cf7 p{margin:0}.vacancy-apply-form-cf7 label{display:flex;flex-direction:column;gap:8px;color:var(--ink);font-size:16px;line-height:24px;font-weight:500;letter-spacing:-.02em}.vacancy-apply-form-cf7 label br{display:none}.vacancy-apply-form-cf7 label>b{display:inline;margin-left:4px}.vacancy-apply-form-cf7 label b,.vacancy-apply-form-cf7 .required{color:var(--blue)}.vacancy-apply-form-cf7 .wpcf7-form-control-wrap{display:block;margin-top:8px}.vacancy-apply-form-cf7 input[type=text],.vacancy-apply-form-cf7 input[type=email],.vacancy-apply-form-cf7 input[type=tel],.vacancy-apply-form-cf7 input[type=file],.vacancy-apply-form-cf7 textarea{width:100%;min-height:60px;padding:16px 24px;border:0;border-radius:16px;background:var(--bg);color:var(--ink);font:inherit;box-shadow:none}.vacancy-apply-form-cf7 input[type=file]{min-height:60px;padding:14px 18px;border-radius:16px;color:var(--muted);background:var(--bg);outline:2px dashed rgba(60,108,251,.45);outline-offset:-2px}.vacancy-apply-form-cf7 input[type=file]::file-selector-button{margin-right:16px;min-height:42px;padding:10px 18px;border:0;border-radius:14px;background:var(--blue);color:#fff;font:inherit;font-size:14px;font-weight:500;cursor:pointer}.vacancy-apply-form-cf7 textarea{min-height:132px;resize:vertical}.vacancy-apply-form-cf7 input::placeholder,.vacancy-apply-form-cf7 textarea::placeholder{color:var(--muted-soft)}.vacancy-apply-form-cf7 .wpcf7-form>p:nth-last-of-type(2){margin-top:-8px}.vacancy-apply-form-cf7 .wpcf7-acceptance label{display:grid;grid-template-columns:24px 1fr;align-items:start;gap:12px;color:var(--muted);font-size:14px;font-weight:400;line-height:20px}.vacancy-apply-form-cf7 .wpcf7-acceptance .wpcf7-form-control-wrap{margin-top:0}.vacancy-apply-form-cf7 .wpcf7-acceptance input{width:24px;min-height:24px;margin:0;accent-color:var(--blue)}.vacancy-apply-form-cf7 .wpcf7-list-item{margin:0}.vacancy-apply-form-cf7 .wpcf7-list-item-label{display:block;padding-top:2px}.vacancy-apply-form-cf7 .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:60px;padding:18px 24px;border:0;border-radius:16px;background:var(--blue);color:#fff;font-size:18px;line-height:24px;font-weight:500;white-space:nowrap;cursor:pointer}.vacancy-apply-form-cf7 .wpcf7-submit:hover{background:#2f5ee6}.vacancy-apply-card input.wpcf7-submit{display:inline-flex!important;align-items:center;justify-content:center;width:100%!important;min-width:0!important;min-height:60px!important;padding:18px 24px!important;border:0!important;border-radius:16px!important;background:var(--blue)!important;color:#fff!important;font-size:18px!important;line-height:24px!important;font-weight:500!important;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.vacancy-apply-card input.wpcf7-submit:disabled{opacity:1}.vacancy-apply-form-cf7 .wpcf7-spinner{margin:0 0 0 12px}.feedback-card{max-width:846px;margin:0 auto;padding:72px;border-radius:var(--radius-lg);background:#fff}.feedback-card .section-title{margin-bottom:48px}.feedback-form{display:grid;gap:24px;max-width:600px;margin:0 auto}.feedback-form label{display:grid;gap:8px;font-weight:500}.feedback-form b{color:var(--blue)}.feedback-form input,.feedback-form textarea{width:100%;min-height:60px;border:0;border-radius:16px;background:var(--bg);padding:16px 24px;color:var(--ink);font:inherit}.feedback-form textarea{min-height:112px;resize:vertical}.feedback-form .btn-primary{min-height:60px;border-radius:16px;font-size:16px;line-height:24px}.consent{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:12px!important;color:var(--muted);font-weight:400!important}.consent input{width:24px;min-height:24px;accent-color:var(--blue)}.feedback-form-cf7 .wpcf7-form{display:grid;gap:24px;max-width:600px;margin:0 auto}.feedback-form-cf7 p{margin:0}.feedback-form-cf7 .wpcf7-form p:last-of-type{margin-top:-4px}.feedback-form-cf7 label{display:block;color:var(--ink);font-size:16px;line-height:24px;font-weight:500;letter-spacing:-.02em}.feedback-form-cf7 label br{display:none}.feedback-form-cf7 label>b{display:inline;margin-left:4px}.feedback-form-cf7 label b,.feedback-form-cf7 .required{color:var(--blue)}.feedback-form-cf7 .wpcf7-form-control-wrap{display:block;margin-top:8px}.feedback-form-cf7 input[type=text],.feedback-form-cf7 input[type=email],.feedback-form-cf7 input[type=tel],.feedback-form-cf7 textarea{width:100%;min-height:60px;border:0;border-radius:16px;background:var(--bg);padding:16px 24px;color:var(--ink);font:inherit;box-shadow:none}.feedback-form-cf7 textarea{min-height:104px;resize:none}.feedback-form-cf7 input::placeholder,.feedback-form-cf7 textarea::placeholder{color:var(--muted-soft)}.feedback-form-cf7 .wpcf7-list-item{margin:0}.feedback-form-cf7 .wpcf7-acceptance label{display:grid;grid-template-columns:24px 1fr;align-items:start;gap:12px;color:var(--muted);font-size:14px;line-height:20px;font-weight:400}.feedback-form-cf7 .wpcf7-acceptance .wpcf7-form-control-wrap{margin-top:0}.feedback-form-cf7 .wpcf7-acceptance input{width:24px;min-height:24px;margin:0;accent-color:var(--blue)}.feedback-form-cf7 .wpcf7-list-item-label{display:block;padding-top:2px}.feedback-form-cf7 .wpcf7-list-item-label a,.vacancy-apply-form-cf7 .wpcf7-list-item-label a{color:inherit;text-decoration:underline;text-underline-offset:2px}.feedback-form-cf7 .wpcf7-submit{width:100%;min-height:60px;border:0;border-radius:16px;background:var(--blue);color:#fff;font-size:16px;line-height:24px;font-weight:500;cursor:pointer}.feedback-form-cf7 .wpcf7-submit:hover{background:#2f5ee6}.feedback-form-cf7 .wpcf7-spinner{margin:12px 0 0}.feedback-form-cf7 .wpcf7-not-valid-tip,.vacancy-apply-form-cf7 .wpcf7-not-valid-tip{margin-top:8px;color:#d43c3c;font-size:14px;line-height:20px}.feedback-form-cf7 .wpcf7-response-output,.vacancy-apply-form-cf7 .wpcf7-response-output{margin:0!important;padding:16px 20px!important;border:0!important;border-radius:16px;background:#3c6cfb14;color:var(--ink);font-size:14px;line-height:20px}.feedback-form-cf7 .wpcf7-form>.wpcf7-response-output,.vacancy-apply-form-cf7 .wpcf7-form>.wpcf7-response-output{margin-top:-8px!important}.service-detail-contact-form .feedback-form-cf7{max-width:none;margin:0}.service-detail-contact-form .feedback-form-cf7 .wpcf7-form{display:flex;flex-direction:column;max-width:none;margin:0;gap:16px}.service-detail-contact-form .feedback-form-cf7 p{margin:0}.service-detail-contact-form .feedback-form-cf7 label{display:flex;flex-direction:column;gap:10px}.service-detail-contact-form .feedback-form-cf7 textarea{min-height:132px;padding:14px 20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff0a;color:#fff;font-size:14px;line-height:20px;resize:vertical}.service-detail-contact-form .feedback-form-cf7 textarea::placeholder{color:#fff6}.service-detail-contact-form .feedback-form-cf7 .wpcf7-acceptance{display:block}.service-detail-contact-form .feedback-form-cf7 .wpcf7-list-item{margin:0}.service-detail-contact-form .feedback-form-cf7 .wpcf7-list-item>label{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px}.service-detail-contact-form .feedback-form-cf7 .wpcf7-list-item input[type=checkbox]{width:20px;min-width:20px;height:20px;min-height:20px;margin:1px 0 0;padding:0;border-radius:6px;accent-color:var(--blue)}.service-detail-contact-form .feedback-form-cf7 .wpcf7-list-item-label{color:#ffffff8f;font-size:12px;line-height:16px}.service-detail-contact-form .feedback-form-cf7 .wpcf7-response-output{background:#ffffff0f;color:#fff}.service-detail-contact-form .feedback-form-cf7 .wpcf7-submit{width:100%;min-height:44px;padding:12px 20px;border-radius:14px;font-size:14px;line-height:20px}.service-detail-contact-form .feedback-form-cf7 .wpcf7-form>p:nth-child(3),.service-detail-contact-form .feedback-form-cf7 .wpcf7-form>p:nth-child(4),.service-detail-contact-form .feedback-form-cf7 .wpcf7-form>p:nth-child(5){display:block!important}.consent a{text-decoration:underline}.site-footer{padding-block:80px 48px;background:var(--ink);color:#fff}.footer-main{display:grid;grid-template-columns:305px 1fr;align-items:start;gap:45px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;min-height:384px}.footer-brand p{margin:24px 0 32px;color:#ffffffa3;font-size:16px;line-height:1.5}.footer-contacts{display:flex;flex-direction:column;gap:16px;width:100%}.footer-contact{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:16px;font-weight:500;line-height:24px}.footer-contact svg{flex:0 0 24px;width:24px;height:24px}.footer-button{min-height:48px;margin-top:24px;padding:12px 32px;border:0;border-radius:16px;font-size:16px;line-height:24px}.feedback-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1055;display:none;overflow-x:hidden;overflow-y:auto;padding:32px 0;background:#16171b8f}.feedback-modal.fade{opacity:0;transition:opacity .18s ease}.feedback-modal.show{display:block;opacity:1}.feedback-modal:not(.show){pointer-events:none}.feedback-modal .modal-dialog{display:flex;align-items:center;min-height:calc(100% - 64px);margin:0 auto}.feedback-modal-dialog{max-width:980px;padding-inline:24px}.feedback-modal-content{border:0;border-radius:32px;background:transparent;box-shadow:none}.feedback-modal-card{position:relative;padding:40px 48px 36px;border-radius:32px;background:#fff}.feedback-modal-close{position:absolute;top:20px;right:20px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:999px;background:#16171b0f;color:var(--ink);font-size:28px;line-height:1}.feedback-modal-close:hover{background:#16171b1a}.feedback-modal-card .section-title{margin-bottom:24px}.feedback-modal-card .section-title h2{max-width:none;font-size:clamp(40px,4.4vw,68px);line-height:.94}.feedback-modal-card .section-title p{max-width:560px;margin-inline:auto;font-size:15px;line-height:1.4}.feedback-modal-card .feedback-form,.feedback-modal-card .feedback-form-cf7 .wpcf7-form{max-width:760px;gap:20px 24px}.feedback-modal-card .feedback-form-cf7 .wpcf7-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.feedback-modal-card .feedback-form-cf7 .wpcf7-form>p:nth-child(3),.feedback-modal-card .feedback-form-cf7 .wpcf7-form>p:nth-child(4),.feedback-modal-card .feedback-form-cf7 .wpcf7-form>p:nth-child(5),.feedback-modal-card .feedback-form-cf7 .wpcf7-form>p:nth-child(6),.feedback-modal-card .feedback-form-cf7 .wpcf7-response-output{grid-column:1 / -1}.feedback-modal-card .feedback-form-cf7 textarea,.feedback-modal-card .feedback-form textarea{min-height:88px}.feedback-modal-card .feedback-form-cf7 .wpcf7-submit,.feedback-modal-card .feedback-form .btn-primary{min-height:56px}.footer-socials{display:flex;gap:12px;margin-top:auto}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff29}.footer-social svg{width:24px;height:24px}.footer-nav{display:grid;grid-template-columns:260px 260px 200px;gap:48px}.footer-nav div{display:flex;flex-direction:column;gap:0}.footer-nav h3{margin:0;font-size:18px;font-weight:500;line-height:24px}.footer-nav a{color:#ffffffa3;font-size:16px;line-height:24px}.footer-nav a+a{margin-top:12px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:60px;padding-top:32px;border-top:1px solid rgba(255,255,255,.16);color:#fff6;font-size:14px;line-height:20px}.footer-bottom div{display:flex;gap:24px;flex-wrap:wrap}@media(max-width:1199.98px){body{padding-top:64px}.site-header{position:fixed;top:0;left:0;right:0;z-index:40}.site-container{padding-inline:40px}.main-nav,.header-phone{display:none}.menu-toggle{display:block}.main-nav.is-open{position:fixed;top:64px;left:40px;right:40px;display:grid;gap:8px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 24px 60px #00000029;transform:none}body.menu-open{overflow:hidden}.footer-main{grid-template-columns:1fr;gap:48px}.footer-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.career-shell{grid-template-columns:1fr}.career-filters{position:static}}@media(max-width:991.98px){.hero-card,.hero-content{min-height:780px}.hero-copy{top:370px;left:48px}.hero-copy h1{width:min(680px,calc(100vw - 96px));max-width:min(680px,calc(100vw - 96px));font-size:56px;line-height:56px}.hero-actions{top:516px;right:48px}.hero-news{left:48px;right:48px;top:620px;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hero-news-card{width:auto}}@media(min-width:768px)and (max-width:991.98px){.site-container{padding-inline:24px}.section-pad{padding-block:64px}.section-pad-sm{padding-block:16px}.header-inner{gap:16px}.brand{width:195px}.brand-wordmark{font-size:20px;line-height:20px;font-weight:500}.header-actions{gap:16px;margin-right:8px}.header-phone{display:inline-flex}.header-button{padding-inline:24px;font-size:16px}body.menu-open .header-actions{margin-left:auto;gap:16px;margin-right:8px}body.menu-open .header-phone{display:inline-flex}body.menu-open .header-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}body.menu-open .brand-wordmark{font-weight:500}.hero-card,.hero-content{min-height:756px}.hero-card{border-radius:24px}.hero-overlay{height:300px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-copy{top:428px;left:28px;right:28px;max-width:436px}.hero-copy h1{width:100%;max-width:436px;font-size:30px;line-height:32px;text-wrap:balance}.hero-actions{top:556px;left:28px;right:28px;justify-content:flex-start;gap:16px}.hero-actions .btn{min-width:214px;height:48px;padding-inline:28px;font-size:15px;line-height:20px}.hero-news{top:646px;left:28px;right:28px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-news:before{top:-22px}.hero-news-card,.hero-news-link{height:92px}.hero-news-card:nth-of-type(3){display:none}.hero-news-card{gap:4px;padding-right:12px}.hero-news-card time{font-size:12px;line-height:16px}.hero-news-card h2{font-size:14px;line-height:20px}.hero-news-link{align-items:flex-start;justify-content:center;padding-top:30px;font-size:14px;line-height:20px}.specialities{padding-top:96px;padding-bottom:64px}.specialities .section-title{width:100%;margin-bottom:40px}.specialities .sector-title{margin-bottom:20px}.sector-title{gap:14px}.sector-title button{font-size:32px;line-height:32px}.sector-title span{height:30px}.segment-tabs{grid-template-columns:repeat(3,1fr);width:344px;margin:0 auto;gap:0;padding:3px;border-radius:11px;background:#dce1e5}.segment-tabs button{min-height:26px;border-radius:9px;font-size:11px;line-height:14px;font-weight:400;white-space:nowrap}.segment-tabs .active{box-shadow:0 1px 2px #00000024}.specialities-government .feature-grid,.specialities-business .feature-grid{min-height:auto}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{min-height:192px;padding:16px 16px 18px}.feature-card h3{max-width:252px;font-size:18px;line-height:19px}.feature-card p{max-width:250px;margin-top:8px;font-size:12px;line-height:15px}.card-number{left:16px;bottom:16px;font-size:22px}.round-link{right:16px;bottom:14px;width:38px;height:38px}.round-link:before{width:10px;height:10px}.logos{padding-block:56px}.logo-slider{overflow:hidden}.logo-track{width:100%;margin-left:0;transform:none;animation:none;justify-content:center}.logos:before,.logos:after{position:absolute;top:56px;bottom:56px;z-index:1;width:88px;content:"";pointer-events:none}.logos:before{left:0;background:linear-gradient(90deg,#f2f5f7fa,#f2f5f7bd 34%,#f2f5f700)}.logos:after{right:0;background:linear-gradient(270deg,#f2f5f7fa,#f2f5f7bd 34%,#f2f5f700)}.logo-strip-image{width:min(768px,calc(100vw - 48px));max-width:none}.logo-track>[aria-hidden=true]{display:none}.section-title{margin-bottom:44px}.sphere-grid{max-width:640px;margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:371px 352px 352px;gap:16px}.sphere-card{min-height:0;height:100%;border-width:0;border-radius:18px}.sphere-card:before{height:120px;background:linear-gradient(180deg,#16171b00,#16171b0a,#16171b29 72%,#16171b80);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sphere-card:after{background:linear-gradient(180deg,#0000 42%,#00000014 72%,#00000038)}.sphere-card h3{left:16px;right:16px;bottom:40px;font-size:24px;line-height:24px;letter-spacing:-.02em}.sphere-education{grid-column:1 / span 2;grid-row:1}.sphere-wide-top{grid-column:2;grid-row:2}.sphere-science{grid-column:1;grid-row:3}.sphere-culture{grid-column:2;grid-row:3}.sphere-wide-bottom{grid-column:1;grid-row:2}.sphere-education img{object-position:50% 26%}.sphere-wide-bottom img{object-position:46% 24%}.sphere-wide-top img{object-position:54% 26%}.sphere-science img{object-position:50% 22%}.sphere-culture img{object-position:50% 26%}.about-grid{grid-template-columns:1fr;gap:20px;max-width:640px;margin:0 auto}.about-card{height:560px;min-height:560px}.about-card:before{height:256px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-card>div{left:40px;right:40px;bottom:40px;max-width:none}.about-card h3{margin-bottom:8px;font-size:40px;line-height:40px;letter-spacing:-.03em}.about-card p{max-width:none;font-size:18px;line-height:24px}.about-card .btn-light{width:fit-content;min-width:148px;min-height:44px;padding:10px 28px;border-radius:16px;font-size:16px;line-height:24px;align-self:flex-start}.career-shell{gap:0}.career-main{gap:32px}.career-copy h1,.career-copy h2{font-size:40px;line-height:40px;letter-spacing:-.03em}.career-copy p{font-size:18px;line-height:24px}.career-copy p,.career-filters{display:none}.career-filters-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:72px;padding:24px;border:0;border-radius:24px;background:#fff;color:var(--ink);font:inherit;font-family:var(--font-display);font-size:24px;font-weight:700;line-height:24px;letter-spacing:-.02em;text-align:left}.career-filters-toggle.is-open svg{transform:rotate(180deg)}.career-filters-toggle svg{flex:0 0 24px;transition:transform .18s ease}.career-filters-panel{display:none;width:100%;padding:24px;border-radius:24px;background:#fff}.career-filters-panel.is-open{display:block}.career-open-count-tablet{display:block;margin:0;color:var(--muted);font-size:16px;line-height:24px;font-weight:500;letter-spacing:-.02em}.career-card,.career-filters{background:#fff;border-radius:24px}.career-list{gap:40px}.career-card{padding:28px;border-bottom:0}.career-card+.career-card{padding-top:28px}.career-card h2,.career-card h3,.career-filters h2,.career-filters h3{font-size:28px}.career-card p{font-size:16px;line-height:24px}.feedback-card{padding:56px 40px}.site-footer{padding:48px 0 32px}.footer-main{grid-template-columns:1fr;gap:48px}.footer-brand{display:grid;grid-template-columns:minmax(0,340px) max-content;grid-template-areas:"logo contacts" "desc contacts" "button socials";min-height:208px;row-gap:20px;column-gap:72px;justify-content:space-between;align-items:start;width:100%}.footer-brand .brand{grid-area:logo}.footer-brand p{grid-area:desc;max-width:340px;margin:0;font-size:16px;line-height:24px;font-weight:400;color:#ffffffa3}.footer-contacts{grid-area:contacts;width:max-content;gap:12px;align-self:start}.footer-button{grid-area:button;margin-top:0;min-width:154px;min-height:44px;width:fit-content;padding:10px 24px;align-self:start;justify-self:start}.footer-socials{grid-area:socials;margin-top:0;align-self:start;justify-self:start}.footer-nav{grid-template-columns:220px 202px 160px;gap:48px;justify-content:space-between}.footer-nav h3{font-size:18px;line-height:24px}.footer-nav a{font-size:14px;line-height:20px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:0;padding-top:24px}.footer-bottom div{gap:24px;flex-wrap:nowrap}}@media(min-width:992px)and (max-width:1199.98px){.site-container{padding-inline:40px}.section-pad{padding-block:64px}.section-pad-sm{padding-block:16px}.header-inner{gap:16px}.brand{width:172px}.brand-wordmark{font-size:18px;font-weight:500}.header-phone{display:inline-flex}.header-actions{gap:12px}.header-button{padding-inline:20px;font-size:15px}.hero-card,.hero-content{min-height:958px}.hero-card{border-radius:32px}.hero-overlay{height:598px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-copy{top:434px;left:32px;right:32px;max-width:604px}.hero-copy h1{width:100%;max-width:604px;font-size:48px;line-height:48px}.hero-actions{top:602px;left:32px;right:32px;justify-content:flex-start;gap:24px}.hero-actions .btn{min-width:232px;height:56px;padding-inline:40px;font-size:18px;line-height:24px}.hero-news{top:739px;left:32px;right:32px;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hero-news:before{top:-33px}.hero-news-card,.hero-news-link{height:148px}.hero-news-card:nth-of-type(3){display:none}.hero-news-card{gap:8px;padding-right:16px}.hero-news-card time{font-size:16px;line-height:24px}.hero-news-card h2{font-size:16px;line-height:24px;-webkit-line-clamp:4}.hero-news-link{align-items:center;justify-content:center;padding-top:0;font-size:16px;line-height:24px}.logos{padding-block:56px}.logo-slider{overflow:hidden}.logo-track{width:100%;margin-left:0;transform:none;animation:none;justify-content:center}.logos:before,.logos:after{position:absolute;top:56px;bottom:56px;z-index:1;width:96px;content:"";pointer-events:none}.logos:before{left:0;background:linear-gradient(90deg,#f2f5f7fa,#f2f5f7bd 34%,#f2f5f700)}.logos:after{right:0;background:linear-gradient(270deg,#f2f5f7fa,#f2f5f7bd 34%,#f2f5f700)}.logo-track>[aria-hidden=true]{display:none}.logo-strip-image{width:min(928px,calc(100vw - 80px));max-width:none}.specialities{padding-top:96px;padding-bottom:64px}.specialities .section-title{width:100%;margin-bottom:40px}.specialities .sector-title{margin-bottom:20px}.sector-title{gap:14px}.sector-title button{font-size:32px;line-height:32px}.sector-title span{height:30px}.segment-tabs{grid-template-columns:repeat(3,1fr);width:344px;margin:0 auto;gap:0;padding:3px;border-radius:11px;background:#dce1e5}.segment-tabs button{min-height:26px;border-radius:9px;font-size:11px;line-height:14px;font-weight:400;white-space:nowrap}.segment-tabs .active{box-shadow:0 1px 2px #00000024}.specialities-government .feature-grid,.specialities-business .feature-grid{min-height:auto}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{min-height:220px;padding:18px 18px 20px}.feature-card h3{max-width:280px;font-size:20px;line-height:20px}.feature-card p{max-width:278px;margin-top:10px;font-size:12px;line-height:16px}.card-number{left:18px;bottom:18px;font-size:22px}.round-link{right:18px;bottom:16px;width:38px;height:38px}.round-link:before{width:10px;height:10px}.section-title{margin-bottom:40px}.section-title h2{font-size:44px;line-height:46px}.section-title p{max-width:620px;font-size:16px;line-height:24px}.sphere-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:375px 352px 352px;gap:16px}.sphere-card{min-height:0;height:100%}.sphere-card:before{height:120px;background:linear-gradient(180deg,#16171b00,#16171b0a,#16171b29 72%,#16171b80);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sphere-card:after{background:linear-gradient(180deg,#0000 42%,#00000014 72%,#00000038)}.sphere-card h3{left:16px;right:16px;bottom:40px;font-size:24px;line-height:24px;letter-spacing:-.02em}.sphere-education{grid-column:1 / span 2;grid-row:1}.sphere-wide-top{grid-column:2;grid-row:2}.sphere-science{grid-column:1;grid-row:3}.sphere-wide-bottom{grid-column:1;grid-row:2}.sphere-culture{grid-column:2;grid-row:3}.sphere-education img{object-position:50% 26%}.sphere-wide-top img{object-position:54% 26%}.sphere-science img{object-position:50% 22%}.sphere-wide-bottom img{object-position:46% 24%}.sphere-culture img{object-position:50% 26%}.about-grid{grid-template-columns:1fr;gap:20px}.about-card{height:560px;min-height:560px}.about-card:before{height:256px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.about-card>div{left:40px;right:40px;bottom:40px;max-width:none}.about-card h3{margin-bottom:8px;font-size:40px;line-height:40px;letter-spacing:-.03em}.about-card p{max-width:none;font-size:18px;line-height:24px}.about-card .btn-light{width:fit-content;min-width:148px;min-height:44px;padding:10px 28px;border-radius:16px;font-size:16px;line-height:24px;align-self:flex-start}.career-copy h1,.career-copy h2{font-size:56px}.career-card h2,.career-card h3,.career-filters h2,.career-filters h3{font-size:30px}.site-footer{padding:48px 0 32px}.footer-main{grid-template-columns:1fr;gap:48px}.footer-brand{display:grid;grid-template-columns:minmax(0,340px) max-content;grid-template-areas:"logo contacts" "desc contacts" "button socials";min-height:208px;row-gap:20px;column-gap:72px;justify-content:space-between;align-items:start;width:100%}.footer-brand .brand{grid-area:logo}.footer-brand p{grid-area:desc;max-width:340px;margin:0;font-size:16px;line-height:24px;font-weight:400;color:#ffffffa3}.footer-contacts{grid-area:contacts;width:max-content;gap:12px;align-self:start}.footer-button{grid-area:button;margin-top:0;min-width:154px;min-height:44px;width:fit-content;padding:10px 24px;align-self:start;justify-self:start}.footer-socials{grid-area:socials;margin-top:0;align-self:start;justify-self:start}.footer-nav{grid-template-columns:220px 202px 160px;gap:48px;justify-content:space-between}.footer-nav h3{font-size:18px;line-height:24px}.footer-nav a{font-size:14px;line-height:20px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:0;padding-top:24px}.footer-bottom div{gap:24px;flex-wrap:nowrap}}@media(max-width:767.98px){body{padding-top:48px}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;height:48px}.header-inner{height:48px}.site-container{padding-inline:16px}.tablet-menu{top:48px;right:0;bottom:0;left:0}.tablet-menu-panel{padding:40px 16px;border-radius:0}.tablet-menu-panel h2{display:block;margin:0 0 24px;font-size:24px;line-height:24px;letter-spacing:-.02em}.tablet-menu-tabs{display:flex;align-items:center;gap:16px;margin-bottom:16px}.tablet-menu-tab{padding:0 0 4px;border:0;background:transparent;color:#16171ba3;font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.tablet-menu-tab.active{color:var(--ink);box-shadow:inset 0 -2px 0 var(--blue)}.tablet-menu-columns{grid-template-columns:1fr;gap:0}.tablet-menu-column h3{display:none}.tablet-menu-column a{font-size:16px;line-height:24px;color:#16171ba3}.tablet-menu-column a+a{margin-top:12px}.brand{width:156px;height:32px}.brand-icon{width:32px;height:32px}.brand-wordmark{font-size:20px;line-height:20px;font-weight:500}.menu-toggle{width:32px;height:32px;border-radius:12px}.menu-toggle-icon{top:6px;right:6px;bottom:6px;left:6px;width:20px;height:20px}.header-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:32px;padding:4px 16px;border-radius:8px;font-size:16px;line-height:24px}.header-actions,body.menu-open .header-actions{margin-left:auto;gap:12px}body.menu-open .brand{width:156px}body.menu-open .brand-wordmark{width:auto;font-size:20px;font-weight:500;line-height:20px}.hero-container{padding-inline:0}.section-pad{padding-block:56px}.brand{width:156px}.brand-wordmark{width:104px}.hero-card,.hero-content{min-height:928px}.hero-card{border-radius:0;background:var(--bg)}.hero-bg{height:720px}.hero-overlay{left:0;right:0;bottom:auto;width:100%;height:598px;top:122px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-copy{top:430px;left:15px;right:15px;max-width:none;text-align:center}.hero-copy h1{width:100%;max-width:345px;margin:0 auto;font-size:32px;line-height:36px;letter-spacing:-.02em;text-wrap:balance}.hero-actions{top:588px;left:16px;right:16px;flex-direction:column;gap:12px;width:auto}.hero-actions .btn{width:100%;height:48px;padding-inline:32px;font-size:16px;line-height:24px}.hero-news{position:absolute;top:752px;left:0;right:0;display:flex;flex-direction:column;gap:32px;padding-inline:16px}.hero-news:before{display:none}.hero-news-items{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;margin-right:-16px;padding-right:16px;scrollbar-width:none}.hero-news-items::-webkit-scrollbar{display:none}.hero-news-card,.hero-news-link{height:auto}.hero-news-card{flex:0 0 240px;min-height:96px;justify-content:center;gap:8px;padding:0 16px 0 0;border-right:1px solid rgba(22,23,27,.4)}.hero-news-card:nth-of-type(n+3){display:flex}.hero-news-card time{color:#16171ba3;font-size:16px;line-height:24px}.hero-news-card h2{color:#16171b;font-size:16px;line-height:24px;-webkit-line-clamp:3}.hero-news-link{width:100%;justify-content:center;height:48px;border-radius:0;background:transparent;color:#3c6cfb}.hero-news-link svg{display:none}.sector-title{justify-content:center;gap:20px;flex-wrap:nowrap}.sector-title button{font-size:24px;line-height:24px}.sector-title span{width:2px;height:24px}.specialities{padding-top:80px;padding-bottom:64px}.specialities .section-title{width:100%;margin:0 auto 32px;gap:16px}.specialities .badge-gradient{min-height:32px;margin-bottom:0;padding:6px 16px;font-size:14px;line-height:20px}.specialities .badge-gradient:before{width:16px;height:16px}.specialities .section-title>p{display:none}.specialities .sector-title{margin-bottom:0}.sector-title .sector-active:after{left:0;right:0;bottom:-7px;height:4px}.segment-tabs{width:100%;display:flex;align-items:center;justify-content:space-between;gap:4px;padding:4px;border-radius:12px}.segment-tabs button{min-width:0;min-height:28px;padding:6px 10px;font-size:12px;line-height:16px;white-space:nowrap}.feature-grid,.about-grid,.footer-nav{grid-template-columns:1fr}.feature-grid{gap:16px}.feature-card{min-height:240px;padding:20px;border:0;border-radius:16px;background:#fff;box-shadow:none}.feature-card h3{font-size:20px;line-height:22px}.feature-card p{margin-top:8px;font-size:14px;line-height:18px}.card-number{left:20px;bottom:20px;font-size:24px;line-height:24px}.round-link{right:20px;bottom:20px;width:48px;height:48px}.round-link:before{width:10px;height:10px}.feature-card-image{min-height:240px}.feature-card-image p{max-width:255px;padding-bottom:52px;font-size:14px;line-height:18px}.about{padding-top:80px;padding-bottom:64px}.about .section-title{gap:12px;margin-bottom:32px}.about .badge-gradient{min-height:32px;padding:6px 16px;font-size:14px;line-height:20px}.about .badge-gradient svg{width:16px;height:16px}.about .section-title h2{max-width:343px;font-size:24px;line-height:24px}.about .section-title p{max-width:343px;font-size:16px;line-height:20px}.about-grid{gap:16px}.sphere-grid{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;scroll-snap-type:x mandatory}.logos{padding-block:32px 56px}.logo-slider{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.logo-track{width:auto;margin-left:0}.logo-strip[aria-hidden=true]{display:none}.logo-slider::-webkit-scrollbar{display:none}.logo-strip-image{width:980px}.sphere-card,.sphere-tall,.sphere-wide-top,.sphere-wide-bottom{flex:0 0 82vw;min-height:360px;scroll-snap-align:start}.sphere-card h3{font-size:24px;line-height:26px}.about-card{min-height:560px}.about-card:before{height:256px}.about-card>div{left:20px;right:20px;bottom:24px;gap:20px}.about-card>div>div{gap:12px}.about-card h3{font-size:22px;line-height:24px}.about-card p{max-width:none;font-size:16px;line-height:20px}.about-card .btn-light{width:100%;min-width:0;min-height:56px;padding:16px 24px;border-radius:16px;font-size:16px;font-weight:500;line-height:24px;align-self:stretch;justify-content:center}.career-main{gap:24px}.career-back{min-height:40px;padding:8px 16px;gap:4px;border-radius:40px;font-size:14px;line-height:20px}.career-copy h1,.career-copy h2{font-size:32px;line-height:36px;letter-spacing:-.02em}.career-copy p,.career-filters{display:none}.career-filters-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:56px;padding:16px;border:0;border-radius:24px;background:#fff;color:var(--ink);font:inherit;font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em;text-align:left}.career-filters-toggle.is-open svg{transform:rotate(180deg)}.career-filters-toggle svg{transition:transform .18s ease}.career-filters-panel{display:none;width:100%;padding:16px;border-radius:24px;background:#fff}.career-filters-panel.is-open{display:block}.career-open-count-tablet{display:block;margin:-8px 0 0;color:var(--muted);font-size:16px;line-height:24px;font-weight:500;letter-spacing:-.02em}.career-card,.career-filters{padding:0 0 24px;background:transparent;border-radius:0}.career-card-head{flex-direction:row;align-items:center}.career-tags span,.career-salary{min-height:20px;padding:2px 8px;border-radius:6px;background:var(--line);color:var(--muted);font-size:12px;line-height:16px}.career-card{gap:16px;border-bottom:1px solid var(--line)}.career-card-actions{flex-wrap:nowrap}.career-card+.career-card{padding-top:24px}.career-card h2,.career-card h3,.career-filters h2,.career-filters h3{font-family:var(--font-body);font-size:18px;font-weight:500;line-height:24px;letter-spacing:-.02em}.career-card p{max-width:none;font-size:14px;line-height:20px}.career-card-link{width:fit-content;min-width:106px;min-height:48px;font-size:16px;padding-inline:20px}.career-salary{background:transparent;color:var(--ink);font-size:18px;line-height:24px;padding:0}.feedback-card{padding:32px 20px;border-radius:24px}.feedback-form input,.feedback-form textarea{padding-inline:20px;font-size:14px}.site-footer{padding-block:32px}.footer-main{gap:48px}.footer-brand{min-height:auto;gap:0}.footer-brand .brand{width:195px}.footer-brand p{display:none}.footer-contacts{gap:16px;margin-top:48px;width:100%;max-width:305px}.footer-contact{font-size:16px;line-height:24px}.footer-button{display:inline-flex;align-items:center;width:100%;min-width:0;min-height:48px;margin-top:32px;align-self:stretch;justify-content:center;text-align:center}.feedback-modal-dialog{padding-inline:12px}.feedback-modal-card{padding:48px 20px 24px;border-radius:24px}.feedback-modal-card .section-title h2{font-size:48px;line-height:.96}.feedback-modal-card .feedback-form-cf7 .wpcf7-form{grid-template-columns:1fr;gap:20px}.feedback-modal-close{top:12px;right:12px;width:40px;height:40px;font-size:24px}.feedback-modal-card .section-title{margin-bottom:24px}.footer-socials{gap:12px;margin-top:16px}.footer-nav{display:grid;grid-template-columns:1fr;gap:16px}.footer-nav div{position:relative;gap:0}.footer-nav h3{position:relative;margin:0;padding-right:24px;font-size:18px;line-height:24px;font-weight:500}.footer-nav h3:after{position:absolute;top:50%;right:0;width:16px;height:16px;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52925 5.52925C3.7896 5.2689 4.21171 5.2689 4.47206 5.52925L8.00065 9.05784L11.5292 5.52925C11.7896 5.2689 12.2117 5.2689 12.4721 5.52925C12.7324 5.7896 12.7324 6.21171 12.4721 6.47206L8.47206 10.4721C8.21171 10.7324 7.7896 10.7324 7.52925 10.4721L3.52925 6.47206C3.2689 6.21171 3.2689 5.7896 3.52925 5.52925Z' fill='white'/%3E%3C/svg%3E") center / 16px 16px no-repeat;transform:translateY(-50%);opacity:.88}.footer-nav a{display:none}.footer-bottom{flex-direction:column;gap:12px;margin-top:46px;padding-top:47px}.footer-bottom span,.footer-bottom a{font-size:14px;line-height:20px}.footer-bottom div{display:flex;flex-direction:column;gap:8px;flex-wrap:nowrap}}.service-main{min-height:calc(100vh - 64px)}.service-shell{padding:40px 0 84px}.service-layout{display:flex;flex-direction:column;gap:32px}.service-layout-home{gap:0}.service-sectors{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:32px}.service-sector-link{padding:0;border:0;background:transparent;color:#9aa0aa;font-family:var(--font-display);font-size:48px;line-height:48px;font-weight:700;letter-spacing:-.03em}.service-sector-link.is-active{color:var(--ink);box-shadow:inset 0 -4px 0 var(--blue)}.service-sector-divider{width:1px;height:52px;background:#c4cad3}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid[hidden]{display:none!important}.service-card{position:relative;min-height:320px;padding:24px;overflow:hidden;background:transparent;outline:none}.service-card:nth-child(odd){border-right:1px solid #cfd5dc}.service-card:nth-child(n+3){border-top:1px solid #cfd5dc}.service-card-media,.service-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .22s ease}.service-card-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transition:transform .22s ease}.service-card-overlay{background:radial-gradient(circle at 8% 84%,#020710fb 0,#020710fb 56px,#02071000 58px),radial-gradient(circle at 92% 84%,#020710fc 0,#020710fc 58px,#02071000 60px),linear-gradient(90deg,#020710fe,#020710fe 58%,#020710e6 72%,#0207105c),linear-gradient(180deg,#02071033,#02071042 38%,#01050cdb)}.service-card-copy,.service-card-number,.service-card-arrow{position:relative;z-index:1}.service-card-copy{max-width:520px;display:block;color:inherit;text-decoration:none}.service-card h2{margin:0;color:var(--ink);font-family:var(--font-body);font-size:32px;line-height:1;font-weight:500;letter-spacing:0}.service-card p{margin:8px 0 0;max-width:500px;color:var(--muted);font-size:18px;line-height:1.35}.service-card-number{position:absolute;left:24px;bottom:24px;display:block;color:#a4aab3;font-size:32px;line-height:1;font-weight:500;text-decoration:none}.service-card-arrow{position:absolute;right:24px;bottom:24px;display:block;width:48px;height:48px;border-radius:50%;background:#ffffffeb;pointer-events:auto;text-decoration:none;box-shadow:0 0 0 1px #cfd5dcb3}.service-card-arrow:before{position:absolute;top:50%;left:50%;width:24px;height:24px;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2432 5.44742C13.5485 5.16755 14.0228 5.18807 14.3027 5.49332L19.8027 11.4933C20.0654 11.7801 20.0655 12.2203 19.8027 12.507L14.3027 18.507C14.0229 18.812 13.5484 18.8325 13.2432 18.5529C12.938 18.273 12.9176 17.7986 13.1973 17.4933L17.5449 12.7502H4.75C4.3359 12.7502 4.00018 12.4142 4 12.0002C4 11.5859 4.33579 11.2502 4.75 11.2502H17.5449L13.1973 6.50699C12.9174 6.20174 12.9381 5.72735 13.2432 5.44742Z' fill='%2316171B'/%3E%3C/svg%3E") center / 24px 24px no-repeat;transform:translate(-50%,-50%)}.service-card.is-active .service-card-media{opacity:1}.service-card.is-active .service-card-media img{transform:scale(1.18) translate(9%)}.service-card.is-active .service-card-copy,.service-card.is-active .service-card-arrow,.service-card.is-active .service-card-overlay,.service-card.is-active .service-card-number{opacity:1}.service-card.is-active h2,.service-card.is-active p,.service-card.is-active .service-card-number{color:#fffffff5}.service-card.is-active p,.service-card.is-active .service-card-number{color:#ffffffb8}.service-card.is-active .service-card-arrow{background:#fffffff5;box-shadow:0 0 0 1px #ffffff2e}#gov-service-01.is-active .service-card-overlay{background:radial-gradient(circle at 8% 84%,#020710fb 0,#020710fb 56px,#02071000 58px),radial-gradient(circle at 92% 84%,#020710fc 0,#020710fc 58px,#02071000 60px),radial-gradient(circle at 74% 18%,#020710fa 0,#020710fa 150px,#020710db 220px,#02071000 300px),linear-gradient(90deg,#020710fe,#020710fe 54%,#020710f5 70%,#020710b3),linear-gradient(180deg,#020710d1,#0207107a 30%,#0207102e 50%,#01050ce0)}@media(max-width:1199.98px){.service-shell{padding:24px 0 64px}.service-sectors{gap:20px}.service-sector-link{font-size:32px;line-height:32px}.service-sector-divider{height:38px}.service-card{min-height:222px;padding:16px}.service-card h2{font-size:24px;line-height:24px;font-weight:500;letter-spacing:0}.service-card p{margin-top:8px;font-size:16px;line-height:1.35}.service-card-number{left:16px;bottom:16px;font-size:24px}.service-card-arrow{right:16px;bottom:16px}.specialities .service-layout-home{gap:0}.specialities .service-sectors{justify-content:center;gap:14px;margin-bottom:20px}.specialities .service-sector-link{font-size:32px;line-height:32px}.specialities .service-sector-divider{height:30px}.specialities .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.specialities .service-card{min-height:220px;padding:18px 18px 20px;border-radius:0;background:transparent}.specialities .service-card h2{max-width:280px;font-size:20px;line-height:20px}.specialities .service-card p{max-width:278px;margin-top:10px;font-size:12px;line-height:16px}.specialities .service-card-number{left:18px;bottom:18px;font-size:22px}.specialities .service-card-arrow{right:18px;bottom:16px;width:38px;height:38px}.specialities .service-card-arrow:before{background-size:20px 20px}}@media(max-width:767.98px){.service-shell{padding:12px 0 48px}.service-layout{gap:24px}.service-sectors{justify-content:flex-start;gap:16px}.service-sector-link{font-size:20px;line-height:24px;letter-spacing:-.02em}.service-sector-divider{height:28px}.service-grid{gap:12px;grid-template-columns:1fr}.service-card{min-height:140px;padding:16px;border:0;border-radius:16px;background:#fff}.service-card:nth-child(odd),.service-card:nth-child(n+3){border:0}.service-card h2{font-size:18px;line-height:20px;font-weight:500;letter-spacing:0}.service-card p{margin-top:8px;font-size:15px;line-height:1.35}.service-card-number{left:16px;bottom:16px;font-size:24px}.service-card-arrow{right:16px;bottom:16px;width:40px;height:40px}.service-card-arrow:before{background-size:20px 20px}.specialities .service-layout-home{gap:0}.specialities .service-sectors{justify-content:center;gap:14px;margin-bottom:20px}.specialities .service-grid{gap:16px;grid-template-columns:1fr}.specialities .service-card{min-height:240px;padding:20px;border:0;border-radius:16px;background:#fff;box-shadow:none}.specialities .service-card:nth-child(odd),.specialities .service-card:nth-child(n+3){border:0}.specialities .service-card h2{font-size:20px;line-height:22px}.specialities .service-card p{max-width:255px;margin-top:8px;padding-bottom:52px;font-size:14px;line-height:18px}.specialities .service-card-number{left:20px;bottom:20px;font-size:24px;line-height:24px}.specialities .service-card-arrow{right:20px;bottom:20px;width:48px;height:48px}.specialities .service-card-arrow:before{background-size:20px 20px}}.service-detail-main{min-height:calc(100vh - 64px)}.service-detail-shell{padding:40px 0 0}.service-detail-layout{display:flex;flex-direction:column;gap:32px;max-width:1280px;margin-inline:auto}.service-detail-content{display:flex;flex-direction:column;gap:64px}.service-detail-hero{display:grid;grid-template-columns:minmax(0,600px) minmax(0,600px);justify-content:center;gap:80px;align-items:center}.service-detail-hero-media,.service-detail-scene,.service-detail-feature-image{overflow:hidden;border-radius:32px;background:#dce1e5}.service-detail-hero-media img,.service-detail-scene img,.service-detail-feature-image img{width:100%;height:100%;display:block;object-fit:cover}.service-detail-hero-media{min-height:400px}.service-detail-hero-copy{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.service-detail-title,.service-detail-intro h2,.service-detail-overview h2,.service-detail-process h2,.service-detail-benefits h2,.service-detail-contact h2{margin:0;color:var(--ink);font-family:var(--font-display);letter-spacing:-.03em}.service-detail-title{font-size:40px;line-height:40px}.service-detail-subtitle,.service-detail-copy-block p,.service-detail-contact-copy p,.service-detail-contact-form p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.service-detail-shell .news-back{min-height:46px;padding:12px 20px;border-radius:16px;font-size:16px;line-height:22px;font-weight:500;box-shadow:0 10px 20px #16171b0d}.service-detail-hero-btn{display:inline-flex;min-height:56px;align-items:center;justify-content:center;padding:16px 40px;margin-top:14px;border-radius:16px;font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em;text-decoration:none;box-shadow:none}.service-detail-overview,.service-detail-intro{display:grid;grid-template-columns:minmax(0,600px) minmax(0,600px);justify-content:center;gap:80px;align-items:start;align-content:start}.service-detail-intro-copy{display:flex;flex-direction:column;gap:24px}.service-detail-intro-copy p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.service-detail-overview-copy{display:flex;flex-direction:column;gap:0}.service-detail-copy-block{display:flex;flex-direction:column;gap:12px}.service-detail-intro h2,.service-detail-overview h2,.service-detail-process h2,.service-detail-benefits h2,.service-detail-contact h2{font-size:32px;line-height:36px}.service-detail-accordion-wrap{display:flex;flex-direction:column}.service-detail-accordion{display:flex;flex-direction:column;gap:12px}.service-detail-accordion-item{overflow:hidden;border-radius:16px;background:#fff}.service-detail-accordion-trigger{display:flex;width:100%;align-items:center;gap:12px;padding:16px 18px 16px 22px;border:0;background:transparent;text-align:left}.service-detail-accordion-index{flex:0 0 auto;color:#16171b66;font-size:14px;line-height:20px;font-weight:500}.service-detail-accordion-label{flex:1 1 auto;color:var(--ink);font-size:15px;line-height:20px;font-weight:500;letter-spacing:-.02em}.service-detail-accordion-icon{position:relative;flex:0 0 34px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(22,23,27,.08);background:#f6f7f9}.service-detail-accordion-icon:before,.service-detail-accordion-icon:after{position:absolute;top:50%;left:50%;width:10px;height:1.5px;background:var(--ink);content:"";transform:translate(-50%,-50%)}.service-detail-accordion-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.service-detail-accordion-item.is-open .service-detail-accordion-icon:after{opacity:0}.service-detail-accordion-item.is-open .service-detail-accordion-icon{border-color:#16171b;background:#16171b}.service-detail-accordion-item.is-open .service-detail-accordion-icon:before{background:#fff}.service-detail-accordion-panel{padding:0 20px 16px}.service-detail-accordion-panel p{margin:0;color:var(--muted);font-size:15px;line-height:22px}.service-detail-scene{height:640px}.service-detail-process,.service-detail-benefits{display:flex;flex-direction:column;gap:32px;align-items:center}.service-detail-process h2,.service-detail-benefits h2{max-width:640px;text-align:center}.service-detail-process-grid,.service-detail-benefits-grid{display:grid;width:100%;gap:24px}.service-detail-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-detail-benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-detail-card{display:flex;flex-direction:column;gap:16px;padding:32px;border-radius:32px;background:#fff}.service-detail-card-benefit{border:1px solid #dce1e5;min-height:276px;padding:20px 24px 24px;border-radius:24px}.service-detail-card-badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:#3c6cfb29;color:var(--blue);font-family:var(--font-display);font-size:24px;line-height:24px;font-weight:700}.service-detail-card-badge-icon{color:var(--blue);font-size:0}.service-detail-card-badge-icon svg{width:24px;height:24px;display:block}.service-detail-card-copy{display:flex;flex-direction:column;gap:8px}.service-detail-card-copy h3{margin:0;color:var(--ink);font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.service-detail-card-copy p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.service-detail-feature-image{height:640px}.service-detail-contact{display:grid;grid-template-columns:minmax(0,360px) minmax(0,520px);justify-content:space-between;gap:120px;width:100vw;margin:160px calc(50% - 50vw) 0;padding:193px 80px 159px;border-radius:80px 80px 0 0;background:#16171b}.service-detail-contact .badge-gradient{align-self:flex-start;min-height:28px;padding:6px 12px 6px 10px;gap:6px;border-radius:999px;background:#3c6cfb29;color:var(--blue);font-size:11px;line-height:14px}.service-detail-contact .badge-gradient:before{display:inline-block;flex:0 0 20px;width:20px;height:20px;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.1665 2.9165H5.83317C3.33317 2.9165 1.6665 4.1665 1.6665 7.08317V12.9165C1.6665 15.8332 3.33317 17.0832 5.83317 17.0832H14.1665C16.6665 17.0832 18.3332 15.8332 18.3332 12.9165V7.08317C18.3332 4.1665 16.6665 2.9165 14.1665 2.9165ZM14.5582 7.9915L11.9498 10.0748C11.3998 10.5165 10.6998 10.7332 9.99984 10.7332C9.29984 10.7332 8.5915 10.5165 8.04984 10.0748L5.4415 7.9915C5.17484 7.77484 5.13317 7.37484 5.3415 7.10817C5.55817 6.8415 5.94984 6.7915 6.2165 7.00817L8.82484 9.0915C9.45817 9.59984 10.5332 9.59984 11.1665 9.0915L13.7748 7.00817C14.0415 6.7915 14.4415 6.83317 14.6498 7.10817C14.8665 7.37484 14.8248 7.77484 14.5582 7.9915Z' fill='%233C6CFB'/%3E%3C/svg%3E") center / contain no-repeat;filter:none}.service-detail-contact-copy{display:flex;flex-direction:column;gap:20px;max-width:360px}.service-detail-contact h2{color:#fff;max-width:320px;font-size:32px;line-height:32px;letter-spacing:-.04em}.service-detail-contact-meta{display:flex;flex-direction:column;gap:16px;padding-top:20px}.service-detail-contact-meta a{position:relative;display:grid;grid-template-columns:48px auto;column-gap:16px;align-items:start;min-height:48px;padding-left:0;justify-content:flex-start}.service-detail-contact-meta a:before{display:block;grid-column:1;grid-row:1 / span 2;align-self:start;width:48px;height:48px;border-radius:16px;background-color:#3c6cfb29;background-repeat:no-repeat;background-position:center;background-size:24px 24px;content:""}.service-detail-contact-meta a:first-child:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.5 4.25h7A2.25 2.25 0 0 1 17.75 6.5v11A2.25 2.25 0 0 1 15.5 19.75h-7A2.25 2.25 0 0 1 6.25 17.5v-11A2.25 2.25 0 0 1 8.5 4.25Zm0 1.5a.75.75 0 0 0-.75.75v11c0 .414.336.75.75.75h7a.75.75 0 0 0 .75-.75v-11a.75.75 0 0 0-.75-.75h-7Z' fill='%233C6CFB'/%3E%3C/svg%3E")}.service-detail-contact-meta a:last-child:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.5 6.25h13A2.25 2.25 0 0 1 20.75 8.5v7A2.25 2.25 0 0 1 18.5 17.75h-13A2.25 2.25 0 0 1 3.25 15.5v-7A2.25 2.25 0 0 1 5.5 6.25Zm0 1.5a.75.75 0 0 0-.75.75v.303l6.868 4.904a.75.75 0 0 0 .764 0l6.868-4.904V8.5a.75.75 0 0 0-.75-.75h-13Zm13.75 2.894-5.996 4.283a2.25 2.25 0 0 1-2.508 0L4.75 10.644V15.5c0 .414.336.75.75.75h13a.75.75 0 0 0 .75-.75v-4.856Z' fill='%233C6CFB'/%3E%3C/svg%3E")}.service-detail-contact-meta strong{display:block;grid-column:2;color:#fff6;font-size:14px;line-height:20px;font-weight:400}.service-detail-contact-meta span{display:block;grid-column:2;color:#fff;font-size:16px;line-height:24px;font-weight:500;white-space:nowrap}.service-detail-contact-form{display:flex;flex-direction:column;gap:16px;align-self:start;min-height:520px;margin-top:0;padding:32px;border:1px solid rgba(255,255,255,.08);border-radius:32px;background:#ffffff0a}.service-detail-contact-form label{display:flex;flex-direction:column;gap:10px}.service-detail-contact-form span{color:#fff;font-size:14px;line-height:20px;font-weight:500}.service-detail-contact-form span b{color:var(--blue)}.service-detail-contact-form input{min-height:54px;padding:14px 20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff0a;color:#fff;font-size:14px;line-height:20px}.service-detail-contact-form .btn-primary{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:12px 20px;border-radius:14px;font-size:14px;line-height:20px;font-weight:600;box-shadow:0 10px 24px #3c6cfb2e}.service-detail-contact-form .btn-primary:hover{background:#2f5ee6}.service-detail-contact-form input::placeholder{color:#fff6}.service-detail-contact-form p{color:#fff6;font-size:12px;line-height:16px}@media(min-width:1200px){.service-detail-content{gap:80px}.service-detail-intro,.service-detail-overview{gap:64px}.service-detail-process,.service-detail-benefits{gap:24px}.service-detail-contact{grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:56px 72px;width:auto;max-width:1280px;margin:80px auto 0;padding:72px 32px 56px;border-radius:48px 48px 0 0}.service-detail-contact-copy{max-width:420px;gap:16px}.service-detail-contact-form{min-height:0}.service-detail-contact h2{max-width:360px}.service-detail-contact-meta{gap:12px;padding-top:8px}.single-service .site-footer{width:min(1280px,calc(100vw - 40px));max-width:1280px;margin:0 auto 40px;padding:0 0 32px;border-radius:0 0 48px 48px;overflow:hidden}.single-service .site-footer .site-container{padding-inline:32px}.single-service .footer-main{grid-template-columns:240px 1fr;gap:48px;padding-top:28px}.single-service .footer-brand{min-height:auto}.single-service .footer-brand p{max-width:240px;margin:20px 0;font-size:14px;line-height:20px}.single-service .footer-contacts{gap:12px}.single-service .footer-contact{font-size:14px;line-height:20px}.single-service .footer-button{min-height:40px;margin-top:20px;padding:10px 18px;border-radius:12px;font-size:14px;line-height:20px}.single-service .footer-socials{margin-top:24px}.single-service .footer-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.single-service .footer-nav h3{font-size:16px;line-height:20px}.single-service .footer-nav a{font-size:14px;line-height:20px}.single-service .footer-nav a+a{margin-top:10px}.single-service .footer-bottom{margin-top:28px;padding-top:20px;font-size:12px;line-height:16px}}@media(max-width:1199.98px){.service-detail-layout{max-width:none}.service-detail-shell{padding:32px 0 0}.service-detail-content{gap:96px}.service-detail-hero{grid-template-columns:1fr;gap:32px;align-items:start}.service-detail-hero-media{min-height:469px;order:2}.service-detail-hero-copy{order:1;gap:24px}.service-detail-title{font-size:48px;line-height:48px;letter-spacing:-.06em}.service-detail-subtitle{font-size:16px;line-height:24px}.service-detail-hero-btn{width:224px;min-height:56px;padding:16px 40px;margin-top:0;border-radius:16px;font-size:18px;line-height:24px;font-weight:500}.service-detail-overview,.service-detail-intro{grid-template-columns:1fr;gap:24px}.service-detail-intro h2,.service-detail-overview h2,.service-detail-process h2,.service-detail-benefits h2{font-size:32px;line-height:36px;letter-spacing:-.02em}.service-detail-intro-copy p,.service-detail-overview p,.service-detail-overview-copy p,.service-detail-card-copy p{font-size:16px;line-height:24px;letter-spacing:-.02em}.service-detail-intro h2,.service-detail-intro-copy,.service-detail-overview h2,.service-detail-overview-copy,.service-detail-accordion-wrap{width:100%;max-width:none}.service-detail-overview-copy{gap:24px}.service-detail-accordion{gap:16px}.service-detail-accordion-trigger{gap:16px;padding:16px 16px 16px 20px}.service-detail-accordion-index,.service-detail-accordion-label{font-size:16px;line-height:24px;letter-spacing:-.02em}.service-detail-accordion-panel p{font-size:14px;line-height:20px;letter-spacing:-.02em}.service-detail-accordion-icon{flex:0 0 40px;width:40px;height:40px;border-radius:30px}.service-detail-scene,.service-detail-feature-image{height:400px;border-radius:32px}.service-detail-process,.service-detail-benefits{align-items:flex-start;gap:24px}.service-detail-process h2,.service-detail-benefits h2{max-width:560px;text-align:left}.service-detail-process-grid,.service-detail-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:24px}.service-detail-card{padding:32px;border-radius:32px}.service-detail-process-grid .service-detail-card{min-height:296px}.service-detail-card-copy h3{font-size:18px;line-height:24px;letter-spacing:-.02em}.service-detail-card-benefit{padding:24px;border-radius:24px;min-height:256px}.service-detail-contact{display:flex;flex-direction:column;gap:32px;width:100vw;margin:0 calc(50% - 50vw);padding:48px 32px 96px;border-radius:48px 48px 0 0}.service-detail-contact-copy{display:flex;flex-direction:column;gap:24px;width:100%;max-width:704px;margin-inline:auto}.service-detail-contact .badge-gradient{order:0;align-self:flex-start;min-height:32px;padding:6px 16px;gap:8px;border-radius:30px;font-size:14px;line-height:20px;margin:0}.service-detail-contact h2{order:0;max-width:none;font-size:40px;line-height:40px;letter-spacing:-.03em}.service-detail-contact-copy p{order:0;max-width:none;font-size:16px;line-height:24px}.service-detail-contact-form,.service-detail-contact-meta{width:100%;max-width:704px;margin-inline:auto}.service-detail-contact-form{order:4;margin-top:0;padding:33px;gap:24px;border-radius:32px}.service-detail-contact-form label{gap:8px}.service-detail-contact-form span{font-size:16px;line-height:24px}.service-detail-contact-form input{min-height:60px;padding:16px 24px;border-radius:16px;font-size:16px;line-height:24px}.service-detail-contact-form .btn-primary{min-height:56px;padding:16px 40px;border-radius:16px;font-size:18px;line-height:24px;font-weight:500}.service-detail-contact-form p{font-size:14px;line-height:20px}.service-detail-contact-meta{order:5;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:0;padding-top:0}.service-detail-contact-meta a{grid-template-columns:48px minmax(0,1fr);column-gap:16px}.service-detail-contact-meta strong{font-size:14px;line-height:20px}.service-detail-contact-meta span{font-size:16px;line-height:24px}}@media(max-width:767.98px){.service-detail-main{min-height:calc(100vh - 48px)}.service-detail-shell{padding:32px 0 0}.service-detail-content{gap:40px}.service-detail-hero-media,.service-detail-scene,.service-detail-feature-image{border-radius:24px}.service-detail-hero{gap:16px}.service-detail-hero-media{min-height:224px;order:2}.service-detail-hero-copy{gap:12px}.service-detail-hero-btn{width:100%;margin-top:8px;min-height:56px;padding:16px 24px;border-radius:18px;font-size:16px}.service-detail-title{font-size:32px;line-height:36px}.service-detail-subtitle,.service-detail-copy-block p,.service-detail-card-copy p,.service-detail-contact-copy p{font-size:16px;line-height:24px}.service-detail-overview,.service-detail-intro{gap:20px}.service-detail-overview-copy{gap:32px}.service-detail-overview h2,.service-detail-process h2,.service-detail-benefits h2,.service-detail-contact h2{font-size:24px;line-height:24px;letter-spacing:-.02em}.service-detail-accordion-trigger{align-items:flex-start}.service-detail-accordion-label{font-size:16px;line-height:24px}.service-detail-accordion-index{font-size:16px}.service-detail-accordion-icon{flex:0 0 44px;width:44px;height:44px}.service-detail-scene,.service-detail-feature-image{height:240px}.service-detail-process{gap:24px;align-items:flex-start}.service-detail-process h2{max-width:343px;text-align:left}.service-detail-process-grid{display:flex;gap:16px;width:calc(100% + 16px);margin-right:-16px;padding-right:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-template-columns:none}.service-detail-process-grid::-webkit-scrollbar{display:none}.service-detail-process-grid .service-detail-card{flex:0 0 240px;min-height:344px;scroll-snap-align:start}.service-detail-benefits-grid{display:flex;gap:16px;width:calc(100% + 16px);margin-right:-16px;padding-right:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-template-columns:none}.service-detail-benefits-grid::-webkit-scrollbar{display:none}.service-detail-benefits-grid .service-detail-card-benefit{flex:0 0 240px;min-height:320px;scroll-snap-align:start}.service-detail-card{padding:20px;border-radius:24px}.service-detail-contact{display:flex;flex-direction:column;gap:0;width:100vw;margin:0 calc(50% - 50vw);padding:32px 16px 48px;border-radius:24px 24px 0 0}.service-detail-contact-copy{display:flex;flex-direction:column;gap:24px;margin-bottom:40px;width:100%;max-width:none}.service-detail-contact .badge-gradient{order:0;align-self:flex-start;min-height:32px;margin:0;padding:6px 16px;gap:8px;border-radius:30px;font-size:14px;line-height:20px}.service-detail-contact .badge-gradient:before{flex-basis:20px}.service-detail-contact h2{order:0;max-width:272px;font-size:32px;line-height:36px;letter-spacing:-.02em}.service-detail-contact-copy p{order:0;max-width:343px;color:#ffffffb8;font-size:16px;line-height:24px}.service-detail-contact-form{width:100%;margin-top:0;gap:16px;padding:0;border:0;background:transparent}.service-detail-contact-form label{gap:8px}.service-detail-contact-form span{font-size:16px;line-height:24px}.service-detail-contact-form input{min-height:60px;padding:16px 24px;border-radius:16px;font-size:16px;line-height:24px}.service-detail-contact-form .btn-primary{width:100%;min-height:56px;margin-top:8px;padding:16px 40px;border-radius:16px;font-size:18px;line-height:24px}.service-detail-contact-form p{color:#ffffff6b;font-size:14px;line-height:20px}.service-detail-contact-meta{display:flex;flex-direction:column;gap:24px;width:100%;margin-top:64px;padding-top:0}.service-detail-contact-meta a{grid-template-columns:48px minmax(0,1fr);column-gap:16px;width:100%}.service-detail-contact-meta strong{color:#fff6;font-size:14px;line-height:20px}.service-detail-contact-meta span{color:#fff;font-size:16px;line-height:24px;white-space:normal}}.news-main,.contacts-main,.about-page-main{min-height:calc(100vh - 64px)}.about-page-shell{padding:40px 0 96px}.about-page-layout{display:flex;flex-direction:column;gap:0}.about-page-layout>.news-back{margin-bottom:32px}.about-page-hero{position:relative;display:flex;align-items:flex-start;justify-content:space-between;min-height:244px;margin-bottom:96px}.about-page-hero-copy{width:560px}.about-page-hero-copy h1{margin:0 0 12px;font-family:var(--font-display);font-size:48px;line-height:48px;font-weight:700;letter-spacing:-.06em}.about-page-hero-copy p{margin:0;color:var(--muted);font-size:18px;line-height:24px;letter-spacing:-.02em}.about-page-hero-stack{position:relative;width:436px;height:244px}.about-page-shot{position:absolute;margin:0;overflow:hidden;border:8px solid #fff;border-radius:24px;background:#d9d9d9;box-shadow:0 5px 5.5px #0000000a,1px 21px 10.5px #00000008,2px 47px 14px #00000005,4px 83px 16.5px #00000003,6px 130px 18px #0000}.about-page-shot img{width:100%;height:100%;object-fit:cover}.about-page-shot-first{top:20px;left:0;width:162px;height:225px;transform:rotate(7.59deg)}.about-page-shot-second{top:0;left:133px;width:140px;height:180px;transform:rotate(-14.34deg)}.about-page-shot-third{top:23px;left:259px;width:166px;height:216px;transform:rotate(3.13deg)}.about-page-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;margin-bottom:128px}.about-page-stat{position:relative;padding-right:32px}.about-page-stat:not(:last-child):after{content:"";position:absolute;top:0;right:0;width:1px;height:72px;background:var(--line)}.about-page-stat:nth-child(2){padding-left:31px}.about-page-stat:nth-child(3){padding-left:31px}.about-page-stat strong{display:block;margin-bottom:8px;font-family:var(--font-display);font-size:40px;line-height:40px;font-weight:700;letter-spacing:-.03em}.about-page-stat p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.about-page-story{display:grid;grid-template-columns:560px 600px;gap:96px;min-height:348px;margin-bottom:96px}.about-page-story h2,.about-page-principles h2{margin:0;font-family:var(--font-display);font-size:32px;line-height:36px;font-weight:700;letter-spacing:-.02em}.about-page-story-copy{color:#16171be6;font-size:18px;line-height:24px;letter-spacing:-.02em}.about-page-story-copy p{margin:0 0 24px}.about-page-story-copy p:last-child{margin-bottom:0}.about-page-feature{margin:0;overflow:hidden;border-radius:32px}.about-page-feature img{width:100%;height:640px;object-fit:cover}.about-page-principles{display:flex;flex-direction:column;align-items:center;gap:40px;margin-top:96px}.about-page-principles h2{width:560px;text-align:center}.about-page-principles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%}.about-page-principle-card{display:flex;flex-direction:column;gap:16px;min-height:216px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff}.about-page-principle-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:#3c6cfb29}.about-page-principle-icon img{width:32px;height:32px}.about-page-principle-card h3{margin:0;font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.about-page-principle-card p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.about-page-logos{width:100%;padding:80px 0 0}.about-page-mobile-logos{display:none}.about-page-feedback{padding:80px 0 160px}.about-page-feedback-card .section-title{max-width:846px}.about-page-feedback-card .section-title p{width:620px;margin:0 auto}.error-page-main{position:relative}.error-hero{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:756px;overflow:hidden;background:linear-gradient(180deg,#fff0,#f2f5f7b8 69%,#f2f5f7),#f2f5f7}.error-hero:before,.error-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.error-hero:before{background-image:radial-gradient(circle,rgba(60,108,251,.08) 1px,transparent 1.5px);background-size:14px 14px;opacity:.9}.error-hero:after{background:linear-gradient(180deg,#f2f5f700,#f2f5f714 46%,#f2f5f7),radial-gradient(circle at center,#fff0,#f2f5f761 72%,#f2f5f7)}.error-code{position:absolute;top:28px;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;font-family:var(--font-display);font-size:810px;line-height:.82;font-weight:800;letter-spacing:-.085em;color:transparent;white-space:nowrap;-webkit-user-select:none;user-select:none;background-image:radial-gradient(circle,rgba(22,23,27,.34) 1.5px,transparent 2px);background-size:14px 14px;background-position:center;-webkit-background-clip:text;background-clip:text;opacity:.88;-webkit-mask-image:linear-gradient(180deg,#00000042,#000000e6 18%,#000000e6 74%,#00000024);mask-image:linear-gradient(180deg,#00000042,#000000e6 18%,#000000e6 74%,#00000024)}.error-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;width:min(800px,calc(100% - 32px));margin-bottom:60px;text-align:center}.error-copy .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}.error-copy p{margin:0;font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.error-home-link{display:inline-flex;align-items:center;justify-content:center;width:180px;min-height:56px;padding:16px 24px;font-size:18px;line-height:24px}.error-feedback-anchor{height:0}@media(max-width:1199.98px){.about-page-shell{padding:32px 0 96px}.about-page-layout{gap:0}.about-page-layout>.news-back{margin-bottom:32px}.about-page-hero{min-height:auto;margin-bottom:64px}.about-page-hero-copy,.about-page-story,.about-page-principles h2,.about-page-feedback-card .section-title p{width:100%}.about-page-hero-stack{display:none}.about-page-stats{gap:32px;margin-bottom:64px}.about-page-stat,.about-page-stat:nth-child(2),.about-page-stat:nth-child(3){padding:0}.about-page-stat:after{display:none}.about-page-story{grid-template-columns:1fr;gap:16px;min-height:auto;margin-bottom:64px;padding-top:0}.about-page-story h2,.about-page-story-copy{width:600px}.about-page-principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-page-feature img{height:400px}.about-page-principles{align-items:flex-start;gap:24px;margin-top:64px}.about-page-principles h2{text-align:left}.about-page-principle-card{min-height:208px}.about-page-logos{padding-top:40px}.about-page-feedback{padding:80px 0 160px}.error-hero{min-height:714px}.error-code{top:44px;right:0;bottom:0;left:0;font-size:520px;line-height:.9;background-size:12px 12px}.error-copy{width:min(596px,calc(100% - 32px));margin-bottom:56px}.error-home-link{width:198px}}@media(max-width:767.98px){.about-page-shell{padding:32px 0 64px}.about-page-layout{gap:0}.about-page-layout>.news-back{margin-bottom:32px}.about-page-hero{gap:32px;min-height:auto;margin-bottom:64px}.about-page-hero-copy h1{font-size:40px;line-height:40px}.about-page-hero-copy p,.about-page-story-copy{font-size:18px;line-height:24px}.about-page-hero-stack{width:100%;height:200px}.about-page-shot-first{left:0;width:124px;height:172px}.about-page-shot-second{left:calc(50% - 70px);width:120px;height:154px}.about-page-shot-third{left:auto;right:0;width:132px;height:172px}.about-page-stats{grid-template-columns:1fr;gap:24px;margin-bottom:64px}.about-page-stat strong{font-size:32px;line-height:36px}.about-page-story h2,.about-page-principles h2{font-size:24px;line-height:24px}.about-page-feature img{height:343px}.about-page-principles{align-items:stretch;gap:24px;margin-top:64px}.about-page-story{margin-bottom:64px}.about-page-story-copy{width:337px;max-width:100%}.about-page-principles h2{text-align:left}.about-page-principles-grid{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;padding:0 0 8px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;touch-action:pan-x}.about-page-principles-grid::-webkit-scrollbar{display:none}.about-page-principle-card{flex:0 0 240px;min-height:264px;padding:20px;scroll-snap-align:start}.about-page-logos .logo-slider{display:none}.about-page-mobile-logos{position:relative;display:block;width:100%;max-width:100%;overflow:hidden;margin-top:99px}.about-page-mobile-logos:before,.about-page-mobile-logos:after{content:"";position:absolute;top:50%;z-index:1;width:80px;height:121px;pointer-events:none;transform:translateY(-50%)}.about-page-mobile-logos:before{left:0;background:linear-gradient(90deg,#f2f5f7,#f2f5f700)}.about-page-mobile-logos:after{right:0;background:linear-gradient(270deg,#f2f5f7,#f2f5f700)}.about-page-mobile-logos-track{display:flex;align-items:center;gap:24px;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;padding:0 16px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x}.about-page-mobile-logos-track::-webkit-scrollbar{display:none}.about-page-mobile-logos-track img{flex:0 0 auto;height:30px;width:auto;object-fit:contain;opacity:.4;filter:grayscale(1) saturate(0) brightness(.78)}.about-page-feedback{padding:147px 0 96px}.error-hero{min-height:601px;padding:0 16px 51px;align-items:flex-end}.error-hero:before{background-size:10px 10px;opacity:.82}.error-code{inset:194px 0 auto;font-size:258px;line-height:.9;background-image:radial-gradient(circle,rgba(22,23,27,.3) 1.1px,transparent 1.55px);background-size:10px 10px;opacity:.74}.error-copy{gap:20px;width:100%;max-width:343px;margin-bottom:0}.error-copy p{font-size:18px;line-height:24px;font-weight:500}.error-home-link{width:218px;min-height:56px}}.contacts-shell{padding:52px 0 96px}.contacts-layout{display:flex;flex-direction:column;gap:0}.contacts-layout>.news-back{margin-bottom:42px}.contacts-hero{position:relative;display:flex;align-items:flex-start;justify-content:space-between;min-height:204px;margin-bottom:96px}.contacts-hero-copy{position:relative;z-index:1;width:560px;max-width:100%}.contacts-hero-copy h1{margin:0;font-family:var(--font-display);font-size:48px;line-height:48px;font-weight:700;letter-spacing:-.06em}.contacts-hero-copy p{margin:12px 0 0;color:var(--muted);font-size:18px;line-height:24px;letter-spacing:-.02em}.contacts-hero-graphic{position:absolute;top:0;right:0;width:1028px;height:96px;pointer-events:none}.contacts-hero-line{position:absolute;top:-25px;left:252px;width:785px;height:73px}.contacts-hero-note{position:absolute;top:4px;right:0;width:102px;height:40px}.contacts-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:64px;margin-bottom:96px}.contacts-stat{position:relative}.contacts-stat:not(:first-child):before{content:"";position:absolute;top:0;left:-32px;width:1px;height:72px;background:#d9d9d9}.contacts-stat strong{display:block;font-family:var(--font-display);font-size:40px;line-height:40px;font-weight:700;letter-spacing:-.03em}.contacts-stat span{display:block;margin-top:8px;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.contacts-company{display:grid;grid-template-columns:462px minmax(0,754px);gap:64px;align-items:stretch}.contacts-company-copy h2{margin:0 0 32px;font-family:var(--font-display);font-size:40px;line-height:40px;font-weight:700;letter-spacing:-.03em}.contacts-company-list{display:flex;flex-direction:column;gap:32px}.contacts-company-item{display:flex;flex-direction:column;gap:8px}.contacts-company-item h3{margin:0;font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.contacts-company-item a,.contacts-company-accent{margin:0;font-size:24px;line-height:1;font-weight:500;letter-spacing:-.02em}.contacts-company-item a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.contacts-company-item p{margin:0}.contacts-company-item>p:not(.contacts-company-accent){color:var(--muted);font-size:14px;line-height:20px;letter-spacing:-.02em}.contacts-company-accent{max-width:420px;color:var(--ink)}.contacts-map{display:flex;align-self:stretch;overflow:hidden;padding:8px;border-radius:24px;background:#fff}.contacts-map img,.contacts-map-embed,.contacts-map-embed>*{width:100%}.contacts-map-embed{display:flex;flex:1 1 auto;min-height:520px;height:100%;border-radius:16px;overflow:hidden}.contacts-map-embed iframe,.contacts-map-embed ymaps,.contacts-map-embed [class*=ymaps],.contacts-map-embed>div{display:block;width:100%!important;height:100%!important}.contacts-map-embed iframe{min-height:520px;border:0}.contacts-map-embed>*{height:100%!important}.contacts-map img{height:auto;border-radius:16px}@media(max-width:1199.98px){.contacts-shell{padding:32px 0 96px}.contacts-layout>.news-back{margin-bottom:32px}.contacts-hero{min-height:auto;margin-bottom:96px}.contacts-hero-copy{width:560px}.contacts-hero-graphic{display:none}.contacts-stats{gap:32px;margin-bottom:96px}.contacts-stat:not(:first-child):before{display:none}.contacts-stat strong{font-size:32px;line-height:36px;letter-spacing:-.02em}.contacts-company{display:flex;flex-direction:column;gap:64px}.contacts-company-copy{width:100%}.contacts-company-copy h2{margin-bottom:32px}.contacts-company-list{display:grid;grid-template-columns:repeat(2,minmax(0,344px));column-gap:8px;row-gap:32px;width:100%}.contacts-company-item{width:344px}.contacts-map{width:100%;max-width:none}.contacts-map img,.contacts-map-embed{width:100%;height:738px}.contacts-map img{object-fit:cover}}@media(max-width:767.98px){.contacts-shell{padding:32px 0 96px}.contacts-layout>.news-back{margin-bottom:32px}.contacts-hero{min-height:auto;margin-bottom:64px}.contacts-hero-copy h1{font-size:40px;line-height:40px}.contacts-hero-copy p{font-size:16px;line-height:24px}.contacts-hero-graphic{display:none}.contacts-stats{grid-template-columns:1fr;gap:24px;margin-bottom:64px}.contacts-stat:not(:first-child):before{display:none}.contacts-stat strong{font-size:24px;line-height:24px;letter-spacing:-.02em}.contacts-company{gap:32px}.contacts-company-copy h2{margin-bottom:24px;font-size:24px;line-height:24px;letter-spacing:-.02em}.contacts-company-list{display:flex;flex-direction:column;gap:24px}.contacts-company-item{width:100%;gap:4px}.contacts-company-item h3{font-size:16px;line-height:24px;letter-spacing:-.02em}.contacts-company-item a,.contacts-company-accent{font-size:18px;line-height:24px;letter-spacing:-.02em}.contacts-map img,.contacts-map-embed{height:343px}}.news-shell{padding:40px 0 104px}.news-layout{display:flex;flex-direction:column;gap:32px}.news-back{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:40px;padding:8px 16px;border-radius:999px;background:#fff;color:var(--ink);font-size:14px;font-weight:500;line-height:20px}.news-back svg{flex:0 0 24px}.news-title{margin:0;font-family:var(--font-display);font-size:48px;line-height:48px;font-weight:700;letter-spacing:-.02em}.news-grid{display:grid;grid-template-columns:minmax(0,738px) minmax(0,474px);gap:68px;align-items:start}.news-primary{display:flex;flex-direction:column;gap:32px}.news-featured-card{display:flex;flex-direction:column;gap:24px}.news-featured-image{overflow:hidden;border-radius:24px;background:#dce1e5}.news-featured-image img{width:100%;height:440px;object-fit:cover}.news-card-copy,.news-list-copy{display:flex;flex-direction:column}.news-card-head{display:flex;align-items:center;gap:16px;justify-content:space-between}.news-tags{display:flex;flex-wrap:wrap;gap:6px}.news-tag{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 12px;border-radius:6px;background:var(--line);color:var(--muted);font-size:14px;font-weight:500;line-height:20px}.news-card-head time,.news-popular-copy time,.news-list-copy time{color:var(--muted);font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.02em;white-space:nowrap}.news-card-body{display:flex;flex-direction:column;gap:8px;margin-top:16px}.news-card-body h2,.news-list-copy h3{margin:0;font-family:var(--font-display);color:var(--ink);font-weight:700;letter-spacing:-.02em}.news-card-body h2 a,.news-list-copy h3 a,.news-popular-copy h3 a{color:inherit}.news-card-body h2{font-size:40px;line-height:40px}.news-card-body p,.news-list-copy p{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.news-read-more{color:var(--blue);font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.02em}.news-sidebar{position:sticky;top:104px;align-self:start}.news-popular-widget{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:24px;background:#fff}.news-popular-widget h2{margin:0;font-family:var(--font-display);font-size:24px;line-height:24px;font-weight:700;letter-spacing:-.02em}.news-popular-list{display:flex;flex-direction:column}.news-popular-card{display:flex;gap:24px;align-items:center;padding:0 0 24px}.news-popular-card+.news-popular-card{padding-top:24px;border-top:1px solid var(--line)}.news-popular-thumb{flex:0 0 160px;overflow:hidden;border-radius:16px;background:#dce1e5}.news-popular-thumb img{width:160px;height:120px;object-fit:cover}.news-popular-copy{display:flex;min-width:0;flex:1 0 0;flex-direction:column;gap:4px}.news-popular-copy h3{margin:0;color:var(--ink);font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}@media(min-width:1200px){.news-sidebar{top:72px}.news-popular-widget{gap:20px;padding:20px}.news-popular-widget h2{font-size:22px;line-height:22px}.news-popular-card{gap:16px;align-items:flex-start;padding:0 0 20px}.news-popular-card+.news-popular-card{padding-top:20px}.news-popular-thumb{flex:0 0 136px;border-radius:14px}.news-popular-thumb img{width:136px;height:102px}.news-popular-copy{gap:6px}.news-popular-copy h3{font-size:16px;line-height:21px}}.news-list{display:flex;flex-direction:column}.news-list-card{display:flex;gap:24px;align-items:flex-start;padding:40px 0;border-top:1px solid var(--line)}.news-list-card:first-child{border-top:0}.news-list-card:last-child{border-bottom:1px solid var(--line)}.news-list-copy{flex:1 0 0;gap:16px;min-width:0}.news-list-copy h3{font-size:24px;line-height:24px}.news-list-copy p{max-width:600px}.news-list-thumb{flex:0 0 240px;overflow:hidden;border-radius:16px;background:#dce1e5}.news-list-thumb img{width:240px;height:148px;object-fit:cover}.ecard-page{background:radial-gradient(58% 42% at 12% 14%,#3c6cfb24,#3c6cfb00),radial-gradient(42% 34% at 88% 16%,#3c6cfb17,#3c6cfb00),var(--bg)}.ecard-main{overflow:hidden}.ecard-shell{padding:64px 0 80px}.ecard-layout{display:flex;flex-direction:column;gap:36px}.ecard-intro{display:flex;max-width:780px;flex-direction:column;align-items:flex-start;gap:16px}.ecard-intro .badge-gradient:before{background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='flash-circle'%3e%3cg%20id='Vector'%20opacity='0'%3e%3c/g%3e%3cpath%20id='Vector_2'%20opacity='0.4'%20d='M10%2018.3333C14.6024%2018.3333%2018.3333%2014.6024%2018.3333%2010C18.3333%205.39763%2014.6024%201.66667%2010%201.66667C5.39763%201.66667%201.66667%205.39763%201.66667%2010C1.66667%2014.6024%205.39763%2018.3333%2010%2018.3333Z'%20fill='var(--fill-0,%20white)'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_3'%20d='M7.23333%209.92499L8.60832%2010.2667L7.81667%2013.4667C7.63334%2014.2167%207.99999%2014.4667%208.63332%2014.025L12.95%2011.0333C13.475%2010.6667%2013.4%2010.2417%2012.775%2010.0833L11.4%209.74169L12.1917%206.54166C12.375%205.79166%2012.0083%205.54168%2011.375%205.98334L7.05833%208.97503C6.53333%209.3417%206.60833%209.76666%207.23333%209.92499Z'%20fill='var(--fill-0,%20white)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat}.ecard-intro h1{max-width:920px;margin:0;font-family:var(--font-display);font-size:56px;line-height:56px;font-weight:700;letter-spacing:-.04em}.ecard-intro p{max-width:640px;margin:0;color:var(--muted);font-size:18px;line-height:28px}.ecard-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 332px;gap:32px;overflow:hidden;padding:40px;border:1px solid rgba(60,108,251,.1);border-radius:32px;background:linear-gradient(180deg,#fffffff0,#fffffffa),#fff;box-shadow:0 24px 60px #121c2d14}.ecard-card-glow{position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#3c6cfb2e,#3c6cfb00 72%);pointer-events:none}.ecard-card-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(60,108,251,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(60,108,251,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,#00000038,#0000000f 36%,#0000);mask-image:linear-gradient(180deg,#00000038,#0000000f 36%,#0000);pointer-events:none}.ecard-profile,.ecard-actions-panel{position:relative;z-index:1}.ecard-profile{display:flex;flex-direction:column;gap:32px}.ecard-brand{display:inline-flex;align-items:center;gap:16px}.ecard-brand .brand-icon{width:56px;height:56px}.ecard-brand-copy{display:flex;flex-direction:column;gap:2px}.ecard-brand-title{font-family:var(--font-display);font-size:28px;line-height:28px;font-weight:700;letter-spacing:-.02em}.ecard-brand-subtitle{color:var(--muted);font-size:15px;line-height:22px}.ecard-person{display:flex;flex-direction:column;gap:12px}.ecard-role-chip{display:inline-flex;align-items:center;min-height:32px;width:fit-content;padding:6px 14px;border-radius:999px;background:#3c6cfb1a;color:var(--blue);font-size:14px;font-weight:500;line-height:20px}.ecard-person h2{margin:0;font-family:var(--font-display);font-size:44px;line-height:44px;font-weight:700;letter-spacing:-.03em}.ecard-person p{max-width:640px;margin:0;color:var(--muted);font-size:18px;line-height:28px}.ecard-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ecard-meta-item{display:flex;min-height:112px;flex-direction:column;justify-content:space-between;padding:20px 22px;border-radius:24px;background:#f2f5f7eb}.ecard-meta-label{color:var(--muted);font-size:14px;font-weight:500;line-height:20px}.ecard-meta-item a{color:var(--ink);font-size:24px;line-height:30px;font-weight:500;letter-spacing:-.02em;word-break:break-word}.ecard-actions-panel{display:flex;flex-direction:column;gap:20px}.ecard-qr-card{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:28px;background:linear-gradient(180deg,#3c6cfb14,#3c6cfb08)}.ecard-qr-frame{display:grid;place-items:center;padding:18px;border-radius:22px;background:#fff}.ecard-qr-frame img{width:100%;max-width:220px;height:auto}.ecard-qr-card p{margin:0;color:var(--muted);font-size:15px;line-height:24px}.ecard-actions{display:flex;flex-direction:column;gap:12px}.ecard-action-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 24px;border-radius:16px;font-size:16px;font-weight:500;line-height:24px}.ecard-action-btn-secondary{border:1px solid rgba(22,23,27,.1);background:#fff;color:var(--ink)}.ecard-action-inline{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:var(--blue);font-size:16px;font-weight:500;line-height:24px}.ecard-footer-note{display:flex;justify-content:space-between;gap:24px;color:#16171b8f;font-size:14px;line-height:20px}@media(max-width:1199.98px){.news-shell{padding-bottom:72px}.news-grid{grid-template-columns:1fr;gap:38px}.news-sidebar{position:static}.news-popular-widget{width:100%}.news-popular-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.news-popular-card,.news-popular-card+.news-popular-card{padding:0;border-top:0}.ecard-intro h1{font-size:44px;line-height:44px}.ecard-card{grid-template-columns:1fr;padding:32px}.ecard-actions-panel{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start}}@media(min-width:768px)and (max-width:1199.98px){.news-shell{padding-top:40px}.news-layout{gap:32px}.news-title{font-size:48px;line-height:48px}.news-featured-image img{height:440px}.news-card-body h2{font-size:40px;line-height:40px}.news-popular-list{grid-template-columns:repeat(2,minmax(0,1fr))}.news-list-card{padding:40px 0}}@media(max-width:767.98px){.news-main{min-height:calc(100vh - 48px)}.news-shell{padding:32px 0 48px}.news-layout{gap:24px}.news-back{min-height:40px;padding:8px 16px}.news-title{font-size:36px;line-height:36px}.news-grid,.news-primary{gap:32px}.news-featured-card{gap:20px}.news-featured-image{border-radius:20px}.news-featured-image img{height:264px}.news-card-head{flex-direction:column;align-items:flex-start;gap:12px}.news-card-body{gap:12px;margin-top:12px}.news-card-body h2{font-size:28px;line-height:28px}.news-card-body p,.news-list-copy p{font-size:14px;line-height:20px}.news-popular-widget{gap:20px;padding:20px 16px;border-radius:20px}.news-popular-widget h2{font-size:24px;line-height:24px}.news-popular-list{grid-template-columns:1fr;gap:16px}.news-popular-card{gap:16px}.news-popular-thumb{flex-basis:120px}.news-popular-thumb img{width:120px;height:88px}.news-popular-copy h3{font-size:16px;line-height:20px}.news-list-card{flex-direction:column;gap:20px;padding:24px 0}.news-list-copy{gap:12px}.news-list-copy h3{font-size:20px;line-height:20px}.news-list-thumb{flex:none;width:100%}.news-list-thumb img{width:100%;height:148px}.ecard-shell{padding:32px 0 48px}.ecard-layout{gap:24px}.ecard-intro h1{font-size:34px;line-height:34px}.ecard-intro p,.ecard-person p{font-size:16px;line-height:24px}.ecard-card{gap:24px;padding:20px;border-radius:24px}.ecard-brand .brand-icon{width:48px;height:48px}.ecard-brand-title{font-size:24px;line-height:24px}.ecard-person h2{font-size:32px;line-height:32px}.ecard-meta{grid-template-columns:1fr}.ecard-meta-item{min-height:96px;padding:18px;border-radius:20px}.ecard-meta-item a{font-size:20px;line-height:26px}.ecard-actions-panel{grid-template-columns:1fr}.ecard-qr-card,.ecard-qr-frame{border-radius:20px}.ecard-footer-note{flex-direction:column;gap:8px}}.article-main{min-height:calc(100vh - 64px)}.article-shell{padding:40px 0 96px}.article-layout{display:flex;flex-direction:column;gap:32px}.article-nav{display:flex;align-items:center;justify-content:space-between}.article-nav-spacer{width:102px;height:40px;opacity:0;pointer-events:none}.article-content{width:800px;max-width:100%;margin:0 auto}.article-hero{display:flex;flex-direction:column;gap:16px}.article-head-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.article-head-meta time,.article-related-copy time{color:var(--muted);font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.02em;white-space:nowrap}.article-title{margin:0;color:var(--ink);font-family:var(--font-display);font-size:40px;line-height:40px;font-weight:700;letter-spacing:-.03em}.article-subtitle{margin:0;color:var(--muted);font-size:16px;line-height:24px;letter-spacing:-.02em}.article-cover{margin-top:32px;overflow:hidden;border-radius:24px;background:#dce1e5}.article-cover img{width:100%;height:460px;object-fit:cover}.article-body{width:600px;max-width:100%;margin:32px auto 0}.article-body>*{margin-top:0;margin-bottom:0}.article-body>*+*{margin-top:20px}.article-body>p,.article-body>h2+p,.article-body>h3+p,.article-body li,.article-section>p,.article-section li,.article-subsection p{margin:0;color:var(--ink);font-size:16px;line-height:24px;letter-spacing:-.02em}.article-body code,.article-section code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95em}.article-section{padding-top:32px}.article-body>h2,.article-section h2,.article-related h2{margin:40px 0 16px;color:var(--ink);font-family:var(--font-display);font-size:24px;line-height:24px;font-weight:700;letter-spacing:-.02em}.article-body>h2:first-child,.article-body>h3:first-child{margin-top:0}.article-section>p+p{margin-top:24px}.article-body>ul,.article-body>ol,.article-section ul,.article-subsection ul{margin:0;padding-left:24px}.article-body>p+ul,.article-body>p+ol,.article-section p+ul,.article-subsection p+ul{margin-top:24px}.article-body>ul+p,.article-body>ol+p{margin-top:24px}.article-body li+li,.article-section li+li,.article-subsection li+li{margin-top:12px}.article-body strong,.article-section strong,.article-subsection strong{font-weight:700}.article-subsection{padding-top:16px}.article-body>h3,.article-subsection h3{margin:32px 0 16px;color:var(--ink);font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}.article-body .wp-block-heading{scroll-margin-top:96px}.article-body .privacy-policy-tutorial{display:none}.article-divider{width:600px;max-width:100%;height:1px;margin:32px auto 0;background:var(--line)}.article-related{width:600px;max-width:100%;margin:32px auto 0}.article-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.article-related-card{display:flex;flex-direction:column;gap:24px}.article-related-image{overflow:hidden;border-radius:16px;background:#dce1e5}.article-related-image img{width:100%;height:170px;object-fit:cover}.article-related-copy{display:flex;flex-direction:column;gap:4px}.article-related-copy h3{margin:0;color:var(--ink);font-size:18px;line-height:24px;font-weight:500;letter-spacing:-.02em}@media(max-width:1199.98px){.article-shell{padding-bottom:72px}}@media(min-width:768px)and (max-width:1199.98px){.article-content,.article-body,.article-divider,.article-related{width:704px}.article-hero{gap:16px}.article-title{font-size:40px;line-height:40px}.article-subtitle{width:704px;max-width:100%}.article-cover img{height:460px}.article-related-grid{gap:32px}}@media(max-width:767.98px){.vacancy-shell{gap:24px;padding:24px 0 64px}.vacancy-apply-lead{margin:-8px 0 24px;font-size:14px;line-height:20px}.vacancy-hero-card,.vacancy-apply-card{padding:24px;border-radius:24px}.vacancy-hero-card{gap:16px}.vacancy-hero-meta{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.vacancy-hero-meta .career-tags{gap:6px}.vacancy-hero-meta .career-tags span{min-height:20px;padding:2px 8px;font-size:12px;line-height:16px}.vacancy-hero-meta p{width:100%;font-size:14px;line-height:20px;white-space:normal}.vacancy-hero-copy h1{font-size:24px;line-height:24px;letter-spacing:-.02em}.vacancy-hero-copy p{font-size:14px;line-height:20px}.vacancy-apply-btn{min-height:48px;padding:12px 32px;font-size:16px;line-height:24px}.vacancy-hero-salary{font-size:16px;line-height:24px}.vacancy-apply-actions{flex-direction:column;align-items:stretch;gap:8px}.vacancy-submit-btn{flex:0 0 auto;width:100%;min-width:0;min-height:56px;padding:16px 24px;font-size:18px;line-height:24px}.vacancy-apply-actions p{flex:0 0 auto;width:100%}.vacancy-apply-form-cf7 .wpcf7-form{width:100%;gap:24px}.vacancy-apply-form-cf7 input[type=file]::file-selector-button{display:block;width:100%;margin:0 0 12px}.vacancy-apply-card input.wpcf7-submit,.vacancy-apply-form-cf7 .wpcf7-submit{min-height:56px!important;font-size:16px!important;line-height:24px!important}.vacancy-file-button{border:0}.vacancy-file-button:before{display:block;background:var(--vacancy-file-mobile-outline, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Crect x='1' y='1' width='998' height='98' rx='49' ry='49' fill='none' stroke='%233C6CFB' stroke-width='2' stroke-dasharray='10 16' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E")) center / 100% 100% no-repeat}}@media(max-width:767.98px){.article-main{min-height:calc(100vh - 48px)}.article-shell{padding:32px 0 48px}.article-layout{gap:32px}.article-nav-spacer{width:0;height:0}.article-content,.article-body,.article-divider,.article-related{width:343px;max-width:100%}.article-head-meta{flex-direction:column;align-items:flex-start}.article-title{font-size:32px;line-height:40px}.article-subtitle{font-size:16px;line-height:24px}.article-cover{margin-top:32px;border-radius:20px}.article-cover img{height:224px}.article-body{margin-top:32px}.article-body>p,.article-section>p,.article-section li,.article-subsection p{font-size:16px;line-height:24px}.article-section{padding-top:32px}.article-related-grid{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.article-related-grid::-webkit-scrollbar{display:none}.article-related-card{flex:0 0 240px;scroll-snap-align:start}.article-related-image img{height:170px}}.vacancy-apply-form-cf7 .wpcf7-form>p{margin:0}.vacancy-apply-form-cf7 .wpcf7-form>p>label{display:block;color:var(--ink);font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.02em}.vacancy-apply-form-cf7 .wpcf7-form>p>label br{display:none}.vacancy-apply-form-cf7 .wpcf7-form>p>label>b,.vacancy-apply-form-cf7 .wpcf7-form>p>label b{display:inline;margin-left:4px;color:var(--blue);font-weight:700;line-height:1;vertical-align:baseline}.vacancy-apply-form-cf7 .wpcf7-form>p>label>.wpcf7-form-control-wrap{display:block;margin-top:12px}
