:root{--blue-100:#d6e4ff;--blue-200:#adc8ff;--blue-300:#84a9ff;--blue-400:#6690ff;--blue-500:#36f;--blue-600:#254edb;--blue-700:#1939b7;--blue-800:#102693;--blue-900:#091a7a;--grey-50:#fbfbfa;--grey-100:#f5f5f2;--grey-200:#eae8e5;--grey-300:#dbd6d1;--grey-400:#c2bab5;--grey-500:#9d948e;--grey-600:#706b69;--grey-700:#544f4f;--grey-800:#312f2e;--grey-900:#21201f;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:48px;--space-2xl:64px;--font:"Roche Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--grey-900);-webkit-font-smoothing:antialiased;background:#fff;font-size:16px;font-weight:300;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:var(--font)}.preloader{background:linear-gradient(135deg, var(--grey-50), var(--blue-100));z-index:9999;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}.preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader-text{font-family:var(--font);color:var(--grey-600);letter-spacing:.01em;margin-bottom:20px;font-size:16px;font-weight:400}.preloader-progress{background-color:#254edb1a;border-radius:999px;width:200px;height:4px;overflow:hidden}.preloader-progress-bar{background:linear-gradient(90deg, var(--blue-600), var(--blue-400));border-radius:999px;width:0;height:100%;animation:1.2s ease-out forwards preloader-progress}@keyframes preloader-progress{0%{width:0}70%{width:85%}to{width:100%}}.container{max-width:1200px;padding:0 var(--space-lg);margin:0 auto}.divider{background:var(--grey-200);border:none;height:.5px;margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--grey-500);font-size:13px;font-weight:400}.eyebrow--blue{color:var(--blue-600)}.btn--primary{background:var(--blue-600);color:#fff;font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:10px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.btn--primary:hover{background:var(--blue-900)}.btn--primary:active{background:var(--blue-400)}.header{z-index:100;border-bottom:.5px solid var(--grey-200);background:#fff;position:sticky;top:0}.header__inner{max-width:1200px;padding:0 var(--space-lg);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.header__brand{color:var(--grey-900);flex-shrink:0;align-items:center;gap:10px;display:flex}.header__logo{flex-shrink:0;width:auto;height:32px;display:block}.header__wordmark{color:var(--grey-900);white-space:nowrap;font-size:16px;font-weight:400}.header__nav{align-items:center;gap:28px;display:flex}.header__nav-link{color:var(--grey-600);white-space:nowrap;align-items:center;padding:8px 0;font-size:17px;font-weight:400;transition:color .2s;display:inline-flex;position:relative}.header__nav-link:after{content:"";background:var(--blue-600);width:0;height:2px;transition:width .2s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.header__nav-link:hover{color:var(--blue-600)}.header__nav-link:hover:after{width:100%}.header__actions{align-items:center;gap:var(--space-sm);display:flex}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:17px;padding:0;display:none}.header__hamburger span{background:var(--grey-900);border-radius:1px;height:1.5px;transition:transform .2s,opacity .2s;display:block}.header__hamburger.is-active span:first-child{transform:translateY(7.75px)rotate(45deg)}.header__hamburger.is-active span:nth-child(2){opacity:0}.header__hamburger.is-active span:nth-child(3){transform:translateY(-7.75px)rotate(-45deg)}.header__mobile-nav{gap:var(--space-sm);padding:var(--space-sm);border-top:.5px solid var(--grey-200);background:#fff;flex-direction:column;display:none}.header__mobile-nav.is-open{display:flex}.header__mobile-nav .header__nav-link{padding:4px 0;font-size:17px}.header__mobile-nav .header__nav-link:after{bottom:0}.hero{background:var(--grey-50);padding:var(--space-2xl) 0 56px}.hero__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.hero__content{gap:var(--space-sm);flex-direction:column;display:flex}.hero__title{color:var(--grey-900);font-size:60px;font-weight:300;line-height:1.1}.hero__body{color:var(--grey-600);font-size:18px;font-weight:300;line-height:1.65}.hero__image-wrapper{border-radius:8px;height:360px;overflow:hidden}.hero__image{object-fit:cover;width:100%;height:100%;display:block}.contacts-page{padding:var(--space-xl) 0 0;background:#fff}.contacts-page__header{padding:30px 0 36px}.contacts-page__title{color:var(--grey-900);font-size:60px;font-weight:300;line-height:1.1}.contacts-page__content{background:#fff;padding:84px 0 108px}.contacts-page__grid{grid-template-columns:1fr 1.15fr;align-items:center;gap:88px;display:grid}.contacts-page__info{max-width:520px;color:var(--grey-700);flex-direction:column;gap:34px;display:flex}.contacts-page__text{font-size:18px;font-weight:300;line-height:1.65}.contacts-page__link{color:var(--blue-600)}.contacts-page__link:hover{color:var(--blue-900)}.contacts-page__image-card{border-radius:8px;min-height:300px;overflow:hidden;box-shadow:0 0 0 1px #0000000a}.contacts-page__image{object-fit:cover;width:100%;height:100%;display:block}.trainings{padding:var(--space-2xl) 0}.trainings__header{margin-bottom:var(--space-lg)}.trainings__header .eyebrow{margin-bottom:var(--space-xs)}.trainings__title{color:var(--grey-900);margin-top:var(--space-xs);font-size:33px;font-weight:300;line-height:1.2}.trainings__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card{border:.5px solid var(--grey-200);border-top:3px solid var(--blue-600);cursor:pointer;color:inherit;background:#fff;border-radius:8px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000014}.card__thumbnail{aspect-ratio:16/9;background:#254edb0d;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.card__preview{object-fit:cover;background:var(--grey-100);pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.card__module-num{letter-spacing:-.04em;color:#254edb1a;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:110px;font-weight:300;line-height:1;position:absolute;bottom:-20px;right:-4px}.card__play{background:var(--blue-600);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s;display:flex;position:relative}.card:hover .card__play{transform:scale(1.1)}.card__body{flex-direction:column;gap:6px;padding:16px;display:flex}.card__title{color:var(--grey-900);font-size:18px;font-weight:500;line-height:1.35}.card__subtitle{color:var(--grey-500);font-size:14px;font-weight:400;line-height:1.4}.card__footer{align-items:center;margin-top:12px;display:flex}.card__btn{color:var(--blue-600);border:1px solid var(--blue-600);font-family:var(--font);white-space:nowrap;background:0 0;border-radius:4px;padding:8px 20px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:inline-block}.card:hover .card__btn{background:var(--blue-600);color:#fff}.card__btn--disabled{color:var(--grey-400);border-color:var(--grey-300)}.footer{background:#2e2b2a}.footer__top{padding:56px 0 42px}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:72px;display:grid}.footer__brand-col{flex-direction:column;gap:18px;display:flex}.footer__brand{align-items:center;gap:10px;display:flex}.footer__logo{filter:brightness(0)invert();opacity:.9;flex-shrink:0;width:auto;height:28px;display:block}.footer__brand-name{color:#fff;white-space:nowrap;font-size:16px;font-weight:400}.footer__brand-desc{color:var(--grey-400);font-size:14px;font-weight:300;line-height:1.65}.footer__address{color:var(--grey-400);font-size:13px;font-style:normal;font-weight:300;line-height:1.7}.footer__col{flex-direction:column;gap:18px;display:flex}.footer__col-heading{color:#fff;font-size:17px;font-weight:500;line-height:1.2}.footer__col-list{flex-direction:column;gap:12px;list-style:none;display:flex}.footer__col-link{color:var(--grey-400);font-size:14px;font-weight:300;line-height:1.5;transition:color .2s}.footer__col-link:hover{color:#fff}.footer__legal-block{border-top:.5px solid #ffffff24;padding:30px 0 28px}.footer__legal-id{color:var(--grey-500);margin-bottom:18px;font-size:13px;font-weight:400}.footer__legal-text{color:var(--grey-400);max-width:980px;font-size:13px;font-weight:300;line-height:1.65}.footer__legal-text+.footer__legal-text{margin-top:12px}.footer__legal-link{color:#fff;text-underline-offset:2px;text-decoration:underline}.footer__legal-link:hover{color:var(--grey-200)}.footer__bottom{border-top:.5px solid #ffffff24;padding:18px 0 20px}.footer__bottom-inner{justify-content:space-between;align-items:center;display:flex}.footer__copy,.footer__legal{color:var(--grey-500);font-size:13px;font-weight:300}.t-staging{background:var(--grey-50);padding:var(--space-xl) 0 var(--space-2xl)}.t-breadcrumb{color:var(--grey-500);margin-bottom:var(--space-md);align-items:center;gap:6px;font-size:13px;display:flex}.t-breadcrumb__link{color:var(--blue-600);transition:color .2s}.t-breadcrumb__link:hover{color:var(--blue-900)}.t-breadcrumb__sep{color:var(--grey-400)}.t-breadcrumb__current{color:var(--grey-500)}.t-staging__content{max-width:720px}.t-staging__content .eyebrow{margin-bottom:var(--space-xs)}.t-staging__title{color:var(--grey-900);margin-bottom:var(--space-sm);font-size:52px;font-weight:300;line-height:1.1}.t-staging__description{max-width:640px;color:var(--grey-600);margin-bottom:var(--space-sm);font-size:16px;font-weight:300;line-height:1.65}.t-staging__meta{align-items:center;gap:var(--space-sm);display:flex}.t-staging__duration{color:var(--grey-500);font-size:14px}.t-section-title{color:var(--grey-900);margin-top:var(--space-xs);font-size:28px;font-weight:300;line-height:1.2}.t-video{padding:var(--space-2xl) 0;background:#fff}.t-video__header{margin-bottom:var(--space-lg)}.t-video__player{aspect-ratio:16/9;background:linear-gradient(#bfc6dff2 0%,#6e7489fa 100%);border:1px solid #ffffff59;border-radius:6px;justify-content:center;align-items:center;max-width:960px;margin:0 auto;display:flex;position:relative;overflow:hidden}.t-video__player iframe{border:0;width:100%;height:100%}.t-video__player video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.t-video__cta{max-width:960px;margin:var(--space-md) auto 0;padding-top:var(--space-md);border-top:.5px solid var(--grey-200);align-items:center;gap:var(--space-md);flex-direction:column;display:flex}.t-video__test-btn{color:#fff;min-width:220px;font-family:var(--font);cursor:not-allowed;background:#c7bdb7;border:0;border-radius:4px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:500;line-height:1;display:inline-flex}.t-video__test-btn.is-active{background:var(--blue-600);cursor:pointer}.t-video__test-btn.is-active:hover{background:var(--blue-900)}.t-video__cta-note{color:var(--grey-600);text-align:center;font-size:14px;font-weight:300;line-height:1.6}.t-video__mock{background:linear-gradient(#9faad494 0%,#43485859 46%,#505466a6 100%);flex-direction:column;justify-content:space-between;padding:40px 40px 20px;display:flex;position:absolute;inset:0}.t-video__mock-copy{color:#fff;max-width:320px}.t-video__mock-chip{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;border:1px solid #ffffff38;border-radius:999px;align-items:center;min-height:28px;margin-bottom:12px;padding:0 14px;font-size:11px;display:inline-flex}.t-video__mock-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffc7;margin-bottom:14px;font-size:12px;font-weight:500;display:block}.t-video__mock-title{color:#fff;margin-bottom:12px;font-size:28px;font-weight:300;line-height:1.2}.t-video__mock-desc{color:#ffffffd1;font-size:14px;font-weight:300;line-height:1.6}.t-video__mock-play{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.t-video__mock-play svg{filter:drop-shadow(0 10px 16px #11182740)}.t-video__mock-controls{z-index:1;background:#ffffffeb;border-top:1px solid #0000000d;border-radius:0 0 6px 6px;align-items:center;gap:12px;min-height:80px;padding:12px 18px;display:flex;position:relative}.t-video__mock-controls-left,.t-video__mock-controls-right,.t-video__mock-times{flex-shrink:0;align-items:center;gap:10px;display:flex}.t-video__mock-controls-left{gap:8px}.t-video__mock-control{width:34px;height:34px;color:var(--grey-600);background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.t-video__mock-control--play{background:var(--blue-600);border-color:var(--blue-600);color:#fff}.t-video__mock-timeline{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.t-video__mock-dot{background:var(--blue-600);border-radius:50%;flex-shrink:0;width:16px;height:16px}.t-video__mock-track{background:linear-gradient(90deg, var(--blue-600) 4%, #dad6d1 4%);border-radius:999px;flex:1;height:6px}.t-video__mock-times{color:var(--grey-500);margin-left:2px;font-size:12px}.t-video__placeholder-label{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-500);font-size:13px;font-weight:400}.t-form{background:var(--grey-50);padding:var(--space-2xl) 0}.t-form__header{max-width:640px;margin-bottom:var(--space-lg)}.t-form__desc{color:var(--grey-600);margin-top:var(--space-sm);font-size:15px;font-weight:300;line-height:1.65}.t-form__embed{border:.5px solid var(--grey-200);background:#fff;border-radius:8px;overflow:hidden}.t-form__embed iframe{border:none;width:100%;min-height:640px;display:block}.t-docs{padding:var(--space-2xl) 0 var(--space-2xl);background:#fff}.t-docs__header{margin-bottom:var(--space-lg)}.t-docs__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.doc-card{align-items:flex-start;gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--blue-200);color:inherit;background:#fff;border-radius:8px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.doc-card:hover{border-color:var(--blue-600);box-shadow:0 4px 16px #00000014}.doc-card__icon{background:var(--blue-100);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.doc-card__body{flex-direction:column;gap:4px;display:flex}.doc-card__title{color:var(--grey-900);font-size:14px;font-weight:500;line-height:1.4}.doc-card__meta{color:var(--grey-500);font-size:12px}.t-rating{background:var(--grey-50);padding:var(--space-2xl) 0}.t-rating__inner{text-align:center;max-width:540px;margin:0 auto}.t-rating__inner .eyebrow{margin-bottom:var(--space-xs)}.t-rating__inner .t-section-title{margin-bottom:var(--space-lg)}.t-rating__stars{margin-bottom:var(--space-sm);justify-content:center;gap:4px;display:flex}.t-rating__star{cursor:pointer;color:var(--grey-300);background:0 0;border:none;padding:6px;line-height:0;transition:color .12s,transform .12s}.t-rating__star svg path{transition:fill .12s}.t-rating__star:hover,.t-rating__star.is-lit{color:var(--blue-600);transform:scale(1.12)}.t-rating__star.is-lit svg path{fill:var(--blue-600)}.t-rating__star.is-active{color:var(--blue-600)}.t-rating__star.is-active svg path{fill:var(--blue-600)}.t-rating__label{color:var(--grey-600);min-height:22px;margin-bottom:var(--space-lg);font-size:14px;font-weight:400}.t-rating__label--error{color:#c0392b}.t-rating__actions{margin-bottom:var(--space-md)}.t-rating__thanks{color:var(--blue-600);align-items:center;gap:8px;font-size:15px;font-weight:500;display:none}.t-rating__thanks.is-visible{justify-content:center;display:flex}.error-page{background:var(--grey-50);min-height:620px;padding:var(--space-2xl) 0;align-items:center;display:flex}.error-page__content{text-align:center;max-width:560px;margin:0 auto}.error-page__code{color:var(--grey-200);margin-bottom:var(--space-md);font-size:120px;font-weight:300;line-height:1}.error-page__title{color:var(--grey-900);margin-bottom:var(--space-sm);font-size:32px;font-weight:300;line-height:1.2}.error-page__body{color:var(--grey-600);margin-bottom:var(--space-lg);font-size:15px;font-weight:300}@media (width<=1023px){.hero__grid{grid-template-columns:1fr}.hero__image-wrapper{height:280px}.trainings__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.footer__brand-col{grid-column:span 2}.contacts-page__grid{grid-template-columns:1fr;gap:32px}.contacts-page__image-card{min-height:260px}.t-staging__title{font-size:42px}.t-docs__grid{grid-template-columns:repeat(2,1fr)}.t-video__cta{flex-direction:column;align-items:flex-start}.t-video__cta-note{text-align:left}}@media (width<=767px){.preloader-text{font-size:14px}.preloader-progress{width:160px;height:3px}.container,.header__inner{padding:0 var(--space-sm)}.header__nav{display:none}.header__hamburger{display:flex}.hero{padding:var(--space-lg) 0}.hero__title{font-size:38px}.hero__body{font-size:16px}.hero__image-wrapper{height:220px}.trainings__title{font-size:26px}.trainings__grid{grid-template-columns:1fr}.contacts-page{padding-top:var(--space-lg)}.contacts-page__header{padding:24px 0 28px}.contacts-page__title{font-size:38px}.contacts-page__content{padding:52px 0 72px}.contacts-page__grid{gap:24px}.contacts-page__text{font-size:16px}.footer__top{padding:48px 0 32px}.t-staging__title{font-size:32px}.t-section-title{font-size:22px}.t-docs__grid{grid-template-columns:1fr}.t-form__embed iframe{min-height:480px}.t-video__test-btn{width:100%}.t-video__mock{padding:28px 20px 16px}.t-video__mock-title{font-size:22px}.t-video__mock-controls{gap:8px;min-height:72px;padding:10px 12px;overflow:hidden}.t-video__mock-times{display:none}.t-video__mock-control{width:30px;height:30px}.error-page{min-height:480px}.error-page__code{font-size:88px}.error-page__title{font-size:26px}.footer__grid{grid-template-columns:1fr;gap:28px}.footer__brand-col{grid-column:span 1}.footer__bottom-inner{gap:var(--space-xs);text-align:center;flex-direction:column}.footer__legal-block{padding:24px 0 22px}.footer__legal-text{font-size:12px}}@media (width<=480px){.preloader-progress{width:140px}}@media (prefers-reduced-motion:reduce){.preloader-progress-bar{width:100%;animation:none}}@media (prefers-contrast:high){.preloader{background:#fff}.preloader-text{color:#000}}
