:root{--accent: #4f7cff;--ok: #2fd07c;--warn: #ffd166;--danger: #ff4d5e;--ease: cubic-bezier(.22, 1, .36, 1);color-scheme:light;--bg: #e9edf5;--text: #171b26;--muted: #3d475c;--faint: #4f5a70;--panel-bg: rgba(255, 255, 255, .82);--panel-border: rgba(15, 23, 42, .09);--panel-border-hover: rgba(15, 23, 42, .2);--panel-inset: inset 0 1px 0 rgba(255, 255, 255, .7);--card-shadow: 0 18px 46px rgba(30, 41, 72, .12);--glass-bg: rgba(255, 255, 255, .66);--glass-border: rgba(15, 23, 42, .08);--btn-bg: rgba(15, 23, 42, .06);--btn-bg-hover: rgba(15, 23, 42, .11);--btn-border: rgba(15, 23, 42, .12);--chip-bg: rgba(255, 255, 255, .6);--chip-border: rgba(15, 23, 42, .1);--divider: rgba(15, 23, 42, .09);--link: #3b5fe0;--head-bg: rgba(233, 237, 245, .75);--ok-soft: rgba(47, 208, 124, .14);--ambient: radial-gradient(1400px 800px at 30% 0%, rgba(79, 124, 255, .14), transparent 60%), radial-gradient(1000px 700px at 95% 90%, rgba(124, 58, 237, .08), transparent 55%)}[data-theme=dark]{color-scheme:dark;--bg: #05060a;--text: #eef1f6;--muted: #8b93a7;--faint: #6b7488;--panel-bg: rgba(18, 20, 27, .92);--panel-border: rgba(255, 255, 255, .12);--panel-border-hover: rgba(255, 255, 255, .24);--panel-inset: inset 0 1px 0 rgba(255, 255, 255, .08);--card-shadow: 0 26px 70px rgba(0, 0, 0, .45);--glass-bg: rgba(10, 12, 18, .6);--glass-border: rgba(255, 255, 255, .1);--btn-bg: rgba(255, 255, 255, .07);--btn-bg-hover: rgba(255, 255, 255, .13);--btn-border: rgba(255, 255, 255, .14);--chip-bg: rgba(255, 255, 255, .05);--chip-border: rgba(255, 255, 255, .12);--divider: rgba(255, 255, 255, .09);--link: #a9c1ff;--head-bg: rgba(5, 6, 10, .62);--ok-soft: rgba(47, 208, 124, .16);--ambient: radial-gradient(1400px 800px at 30% 0%, rgba(79, 124, 255, .09), transparent 60%), radial-gradient(1000px 700px at 95% 90%, rgba(124, 58, 237, .06), transparent 55%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{isolation:isolate;background:var(--bg);color:var(--text);font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;transition:background .3s,color .3s;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:var(--ambient);pointer-events:none;z-index:-1}main,header,footer{position:relative;z-index:1}::selection{background:#4f7cff59}a{color:inherit;text-decoration:none}button{font-family:inherit;color:inherit}img{max-width:100%;height:auto}section{scroll-margin-top:92px}.site-head{position:fixed;top:0;left:0;right:0;z-index:60;transition:box-shadow .3s,background .3s}.site-head.scrolled{background:var(--head-bg);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);box-shadow:0 10px 34px #0f172a1a}[data-theme=dark] .site-head.scrolled{box-shadow:0 10px 34px #00000073}.head-inner{max-width:1240px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:21px;letter-spacing:-.03em;flex:none}.brand img{width:40px;height:40px;border-radius:12px;box-shadow:0 6px 18px #3b5fe059;transition:transform .2s var(--ease)}.brand:hover img{transform:scale(1.07) rotate(-3deg)}.head-nav{display:flex;gap:4px;margin:0 auto;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:999px;padding:5px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:relative}.head-nav a{padding:8px 15px;border-radius:999px;font-size:14.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap}.head-nav a:hover{color:var(--text);background:var(--btn-bg-hover)}.head-nav a.cur{color:var(--link);background:var(--btn-bg)}.nav-drop-btn{display:flex;align-items:center;gap:7px;padding:8px 15px;border-radius:999px;font-size:14.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;background:none;border:0}.nav-drop-btn:hover{color:var(--text);background:var(--btn-bg-hover)}.nav-drop-btn.cur{color:var(--link);background:var(--btn-bg)}.nav-drop-btn svg{width:12px;height:12px;opacity:.6;transition:transform .2s}.nav-drop.open .nav-drop-btn svg{transform:rotate(180deg)}.nav-drop-pop{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(-6px) scale(.97);min-width:210px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:18px;padding:7px;box-shadow:var(--card-shadow);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);opacity:0;pointer-events:none;transition:all .2s var(--ease);z-index:70}.nav-drop.open .nav-drop-pop{opacity:1;transform:translate(-50%) translateY(0) scale(1);pointer-events:auto}.nav-drop-pop[hidden],.lang-pop[hidden]{display:none!important}.nav-drop-pop a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:650;color:var(--muted);transition:all .15s}.nav-drop-pop a:hover{color:var(--text);background:var(--btn-bg-hover)}.nav-drop-pop a svg{width:16px;height:16px;flex:none;color:var(--faint)}.nav-drop-pop a.cur{color:var(--link);background:var(--btn-bg)}.nav-drop-pop a.cur svg{color:var(--link)}#navDrop,.head-nav.compact .head-nav-links{display:none}.head-nav.compact #navDrop{display:block}@media(max-width:760px){.head-nav{display:none}.burger{display:flex}.hide-m,.head-actions .lang,.head-actions .theme-toggle{display:none}}.head-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.lang{position:relative}.lang-btn{display:flex;align-items:center;gap:7px;background:var(--btn-bg);border:1px solid var(--btn-border);border-radius:12px;padding:9px 12px;font-size:13.5px;font-weight:700;cursor:pointer;transition:background .2s}.lang-btn:hover{background:var(--btn-bg-hover)}.lang-btn svg{width:16px;height:16px}.lang-btn .chev{width:12px;height:12px;opacity:.6;transition:transform .2s}.lang.open .lang-btn .chev{transform:rotate(180deg)}.lang-pop{position:absolute;top:calc(100% + 8px);right:0;min-width:150px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;padding:6px;box-shadow:var(--card-shadow);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);opacity:0;transform:translateY(-6px) scale(.97);pointer-events:none;transition:all .2s var(--ease)}.lang.open .lang-pop{display:block;opacity:1;transform:none;pointer-events:auto}.lang-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 11px;border:0;border-radius:11px;background:transparent;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;text-align:left}.lang-opt:hover{background:var(--btn-bg-hover)}.lang-opt .tick{width:15px;height:15px;color:var(--accent);opacity:0}.lang-opt.active .tick{opacity:1}.theme-toggle{width:40px;height:40px;border-radius:12px;border:1px solid var(--btn-border);background:var(--btn-bg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s var(--ease)}.theme-toggle:hover{background:var(--btn-bg-hover);transform:rotate(8deg)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .ic-sun{display:none}[data-theme=dark] .theme-toggle .ic-sun{display:block}[data-theme=dark] .theme-toggle .ic-moon{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 19px;border-radius:14px;font-size:14.5px;font-weight:650;border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--text);cursor:pointer;transition:all .22s var(--ease);white-space:nowrap}.btn:hover{background:var(--btn-bg-hover);transform:translateY(-1px)}.btn svg{width:16px;height:16px}.btn-primary{background:linear-gradient(160deg,#5d86ff,#3b5fe0);border-color:transparent;color:#fff;box-shadow:0 10px 26px #3b5fe066,inset 0 1px #ffffff40}.btn-primary:hover{background:linear-gradient(160deg,#6b91ff,#4668e8);box-shadow:0 14px 34px #3b5fe080,inset 0 1px #ffffff40;transform:translateY(-2px)}.btn-lg{padding:15px 26px;font-size:16px;border-radius:16px}.burger{display:none;width:42px;height:42px;border-radius:12px;border:1px solid var(--btn-border);background:var(--btn-bg);cursor:pointer;align-items:center;justify-content:center}.burger svg{width:20px;height:20px}.burger .ic-close{display:none}.burger.open .ic-close{display:block}.burger.open .ic-menu{display:none}.mobile-menu{display:none;flex-direction:column;gap:6px;margin:0 14px;padding:14px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:22px;box-shadow:var(--card-shadow);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4)}.mobile-menu.open{display:flex;animation:menuIn .3s var(--ease)}.mobile-menu[hidden]{display:none!important}@keyframes menuIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.mobile-menu a.mnav{padding:12px 14px;border-radius:13px;font-weight:650;font-size:15.5px;cursor:pointer}.mobile-menu a.mnav:hover{background:var(--btn-bg-hover)}.mobile-menu a.mnav.cur{color:var(--link);background:var(--btn-bg)}.mobile-menu .mrow{display:flex;gap:8px;margin-top:6px}.mobile-menu .mrow .btn{flex:1}.mobile-menu .msep{height:1px;background:var(--divider);margin:8px 0}.mobile-menu .mlabel{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--faint);padding:4px 14px 2px}.mobile-menu .lang-opts{display:flex;gap:6px;padding:2px 6px 6px}.mobile-menu .lang-opts .lang-opt{border:1px solid var(--btn-border);justify-content:center}.mobile-menu .lang-opts .lang-opt.active{border-color:var(--accent);color:var(--link)}.kicker{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--link);margin-bottom:14px}.kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(150deg,#5d86ff,#a855f7);box-shadow:0 0 0 4px #4f7cff26}footer{max-width:1240px;margin:0 auto;padding:84px 24px 34px}.foot-grid{display:grid;grid-template-columns:1.25fr .95fr 1.4fr .95fr .7fr;gap:34px;padding-bottom:36px;border-bottom:1px solid var(--divider)}.foot-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:19px;letter-spacing:-.03em;margin-bottom:12px}.foot-brand img{width:34px;height:34px;border-radius:10px}.foot-tag{font-size:14px;color:var(--muted);line-height:1.5;max-width:260px}.foot-col .foot-col-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:14px}.foot-col a,.foot-col button.linklike{display:block;font-size:14.5px;line-height:1.35;color:var(--muted);margin-bottom:10px;cursor:pointer;transition:color .15s;background:none;border:0;padding:0;text-align:left}.foot-col a:hover,.foot-col button.linklike:hover{color:var(--text)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding-top:24px;font-size:13px;color:var(--faint)}.vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:1;transform:none;transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.in{opacity:1;transform:none}.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}@media(max-width:1180px){.foot-grid{grid-template-columns:1fr 1fr 1fr}}@media(max-width:940px){.foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.foot-grid{grid-template-columns:1fr;gap:24px}}.to-top{position:fixed;right:20px;bottom:20px;z-index:85;width:46px;height:46px;border-radius:16px;border:1px solid var(--panel-border);background:var(--panel-bg);box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .28s var(--ease, cubic-bezier(.22, 1, .36, 1)),transform .28s var(--ease, cubic-bezier(.22, 1, .36, 1)),background .2s,bottom .28s var(--ease, cubic-bezier(.22, 1, .36, 1))}.to-top svg{width:20px;height:20px}.to-top.show{opacity:1;pointer-events:auto;transform:none}.to-top:hover{background:var(--btn-bg-hover)}body.has-cookie-bar .to-top{bottom:108px}.cookie-bar{position:fixed;left:20px;right:20px;bottom:20px;z-index:95;max-width:560px;display:none;align-items:flex-start;gap:14px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:18px;padding:16px 18px;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4)}.cookie-bar.show{display:flex;animation:cookieIn .38s var(--ease, cubic-bezier(.22, 1, .36, 1))}@keyframes cookieIn{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}.cookie-bar p{font-size:13.5px;line-height:1.5;color:var(--muted);flex:1;min-width:0;margin:0}.cookie-bar .btn{padding:8px 14px;font-size:13.5px;flex:none}body:has(#toTop.show) .toast-wrap{bottom:76px}@media(max-width:560px){.cookie-bar{left:12px;right:12px;bottom:12px}.to-top{right:12px;bottom:12px}body.has-cookie-bar .to-top,body.has-cookie-bar .toast-wrap{bottom:128px}body.has-cookie-bar:has(#toTop.show) .toast-wrap{bottom:186px}}@media(prefers-reduced-motion:reduce){.to-top,.cookie-bar.show{transition:none;animation:none}}html[lang=en] [data-legal-locale=ru]{display:none!important}html:not([lang=en]) [data-legal-locale=en]{display:none!important}.legal-en-unavailable p{margin:0;font-size:16px;line-height:1.65;color:var(--muted, #5b6472)}.legal-en-unavailable a{color:var(--link, #2f6fed);font-weight:650}.brand-en,html[lang=en] .brand-ru{display:none}html[lang=en] .brand-en{display:inline}.person-photo{background-repeat:no-repeat!important;background-size:cover!important;background-position:center 35%!important;color:transparent!important}.person-anya{background-image:url(/assets/person-anya.webp)!important}.person-mark{background-image:url(/assets/person-mark.webp)!important}.person-sofia{background-image:url(/assets/person-sofia.webp)!important}.person-lev{background-image:url(/assets/person-lev.webp)!important}.person-marina{background-image:url(/assets/person-marina.webp)!important}.person-ira{background-image:url(/assets/person-ira.webp)!important}.person-katya{background-image:url(/assets/person-katya.webp)!important}.person-alina{background-image:url(/assets/person-alina.webp)!important}.person-dima{background-image:url(/assets/person-dima.webp)!important}.person-oleg{background-image:url(/assets/person-oleg.webp)!important}.person-ivan{background-image:url(/assets/person-ivan.webp)!important}.person-maria{background-image:url(/assets/person-maria.webp)!important}.person-maxim{background-image:url(/assets/person-maxim.webp)!important}.person-olga{background-image:url(/assets/person-olga.webp)!important}.tile-person.person-photo{display:block}.m-ava.person-photo,.hand-ava.person-photo,.q-ava.person-photo,.th-ava.person-photo,.dash-ava.person-photo,.dc-ava.person-photo{background-color:#252c40!important;background-size:165%!important;background-position:center 26%!important;box-shadow:inset 0 0 0 1px #ffffff2e}:where(body.p-webinars) .head-nav{display:flex;gap:4px;margin:0 auto;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:999px;padding:5px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}:where(body.p-webinars) .head-nav{position:relative}:where(body.p-webinars) .nav-drop-pop .nd-label{padding:8px 12px 5px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--faint)}:where(body.p-webinars) .nav-drop-pop .nd-sep{height:1px;background:var(--divider);margin:5px 4px}@media(max-width:760px){:where(body.p-webinars) .head-nav{display:none}:where(body.p-webinars) .burger{display:flex}}:where(body.p-webinars) .btn.has-tip{position:relative}:where(body.p-webinars) .btn-tip{position:absolute;left:50%;bottom:calc(100% + 12px);transform:translate(-50%) translateY(6px);width:max-content;max-width:min(320px,82vw);padding:11px 14px;border-radius:12px;background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--card-shadow);color:var(--text);font-size:13px;font-weight:550;line-height:1.45;white-space:normal;text-align:left;opacity:0;pointer-events:none;transition:opacity .18s var(--ease),transform .18s var(--ease);z-index:8}:where(body.p-webinars) .btn-tip:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--panel-bg)}:where(body.p-webinars) .btn.has-tip:hover .btn-tip,:where(body.p-webinars) .btn.has-tip:focus-visible .btn-tip{opacity:1;transform:translate(-50%) translateY(0)}:where(body.p-webinars) .hero{max-width:1240px;margin:0 auto;padding:158px 24px 70px;display:grid;grid-template-columns:1.04fr 1fr;gap:54px;align-items:center}:where(body.p-webinars) .hero-pill{display:inline-flex;align-items:center;gap:9px;background:var(--chip-bg);border:1px solid var(--chip-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:999px;padding:8px 16px;font-size:13.5px;font-weight:650;color:var(--muted);margin-bottom:24px}:where(body.p-webinars) .hero-pill i{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 4px var(--ok-soft);flex:none}:where(body.p-webinars) .hero-pill b{color:var(--text);font-weight:750}:where(body.p-webinars) .hero h1{font-size:clamp(38px,4.5vw,57px);font-weight:800;letter-spacing:-.032em;line-height:1.06;margin-bottom:22px}:where(body.p-webinars) .hero h1 .grad{background:linear-gradient(100deg,#4f7cff 10%,#a855f7,#f2701d);-webkit-background-clip:text;background-clip:text;color:transparent}:where(body.p-webinars) .hero-sub{font-size:18px;line-height:1.55;color:var(--muted);max-width:520px;margin-bottom:32px}:where(body.p-webinars) .hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}:where(body.p-webinars) .replace-strip{display:flex;align-items:center;gap:9px;flex-wrap:wrap}:where(body.p-webinars) .old-chip{padding:7px 13px;border-radius:999px;background:var(--chip-bg);border:1px solid var(--chip-border);font-size:13px;font-weight:650;color:var(--faint);text-decoration:line-through;text-decoration-color:#ff4d5ea6;text-decoration-thickness:2px}:where(body.p-webinars) .replace-arrow{display:flex;color:var(--faint)}:where(body.p-webinars) .replace-arrow svg{width:20px;height:20px}:where(body.p-webinars) .new-chip{padding:8px 17px;border-radius:999px;background:linear-gradient(150deg,#5d86ff,#3b5fe0);color:#fff;font-weight:800;font-size:13.5px;letter-spacing:-.01em;box-shadow:0 8px 22px #3b5fe066,inset 0 1px #ffffff40}:where(body.p-webinars) .stage-wrap{position:relative}:where(body.p-webinars) .stage{position:relative;aspect-ratio:16 / 9;border-radius:22px;background:radial-gradient(1200px 700px at 70% 20%,#1a2130,#0b0d12 70%);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 90px #0a0f2366;padding:13px;display:flex;flex-direction:column;gap:10px;color:#eef1f6}:where(body.p-webinars) .stage-top{display:flex;align-items:center;justify-content:space-between;padding:0 2px}:where(body.p-webinars) .live-pill{display:inline-flex;align-items:center;gap:7px;background:#ff4d5e29;border:1px solid rgba(255,77,94,.45);color:#ff8f9a;padding:4px 11px;border-radius:999px;font-size:10.5px;font-weight:800;letter-spacing:.09em}:where(body.p-webinars) .live-pill i{width:7px;height:7px;border-radius:50%;background:#ff4d5e;animation:livePulse 1.7s infinite}@keyframes livePulse{0%,to{box-shadow:0 0 #ff4d5e8c}55%{box-shadow:0 0 0 7px #ff4d5e00}}:where(body.p-webinars) .stage-time{font-size:12px;color:#8b93a7;font-variant-numeric:tabular-nums}:where(body.p-webinars) .stage-grid{flex:1;min-height:0;display:grid;grid-template-columns:1fr 29%;grid-template-rows:1fr 1fr;gap:9px}:where(body.p-webinars) .tile{position:relative;border-radius:13px;overflow:hidden;border:1px solid rgba(255,255,255,.09)}:where(body.p-webinars) .tile-slide{grid-row:1 / 3;background:linear-gradient(140deg,#252c40,#161b2a);display:flex;flex-direction:column;padding:14px 16px}:where(body.p-webinars) .slide-kicker{font-size:9.5px;font-weight:800;letter-spacing:.1em;color:#7f8db3;text-transform:uppercase;margin-bottom:5px}:where(body.p-webinars) .slide-title{font-size:clamp(12px,1.35vw,16px);font-weight:750;letter-spacing:-.01em;line-height:1.25}:where(body.p-webinars) .slide-chart{margin-top:auto;width:100%;height:52%;min-height:40px}:where(body.p-webinars) .tile-host{background:linear-gradient(135deg,#3b5fe0,#7c3aed)}:where(body.p-webinars) .tile-guest{background:linear-gradient(135deg,#0d9488,#5eead4 140%)}:where(body.p-webinars) .tile-c{background:linear-gradient(135deg,#f2701d,#ffb54d 140%)}:where(body.p-webinars) .tile-d{background:linear-gradient(135deg,#e11d48,#fda4af 150%)}:where(body.p-webinars) .tile-person{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}:where(body.p-webinars) .tile-person svg{width:34%;height:34%;color:#ffffffe6}:where(body.p-webinars) .tile-name{position:absolute;left:7px;bottom:7px;font-size:10px;font-weight:650;color:#fff;background:#0000006b;border:1px solid rgba(255,255,255,.12);padding:3px 8px;border-radius:999px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);white-space:nowrap}:where(body.p-webinars) .tile-cam{position:absolute;right:7px;top:7px;width:20px;height:20px;border-radius:7px;background:#0000006b;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}:where(body.p-webinars) .tile-cam svg{width:11px;height:11px;color:#fff}:where(body.p-webinars) .stage-dock{display:flex;justify-content:center;gap:8px;padding:7px 12px;background:#14161c8c;border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);align-self:center}:where(body.p-webinars) .dock-ic{width:33px;height:33px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #00000059,inset 0 1px #ffffff38;transition:transform .18s var(--ease);cursor:pointer}:where(body.p-webinars) .dock-ic:hover{transform:scale(1.3) translateY(-5px)}:where(body.p-webinars) .dock-ic svg{width:16px;height:16px;color:#fff}:where(body.p-webinars) .g-mic{background:linear-gradient(150deg,#3ddc84,#12a15a)}:where(body.p-webinars) .g-camera{background:linear-gradient(150deg,#57a8ff,#2b5fe3)}:where(body.p-webinars) .g-slides{background:linear-gradient(150deg,#ffb54d,#f2701d)}:where(body.p-webinars) .g-chat{background:linear-gradient(150deg,#93c5fd,#3b82f6)}:where(body.p-webinars) .g-audience{background:linear-gradient(150deg,#fda4af,#e11d48)}:where(body.p-webinars) .g-record{background:linear-gradient(150deg,#3a4150,#22252e)}:where(body.p-webinars) .g-extras{background:linear-gradient(150deg,#fcd34d,#d97706)}:where(body.p-webinars) .g-analytics{background:linear-gradient(150deg,#67e8f9,#0284c7)}:where(body.p-webinars) .float-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:16px;padding:11px 15px;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);animation:floaty 5.6s ease-in-out infinite}:where(body.p-webinars) .fc-poll{left:-30px;bottom:56px}:where(body.p-webinars) .fc-offer{right:-24px;top:30px;animation-delay:1.3s}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}:where(body.p-webinars) .float-card .fc-ic{width:34px;height:34px;border-radius:11px;flex:none;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff38}:where(body.p-webinars) .float-card .fc-ic svg{width:16px;height:16px;color:#fff}:where(body.p-webinars) .float-card b{display:block;font-size:13px;font-weight:700;line-height:1.3}:where(body.p-webinars) .float-card span{font-size:11.5px;color:var(--muted)}:where(body.p-webinars) .section{max-width:1240px;margin:0 auto;padding:92px 24px 0}:where(body.p-webinars) .sec-title{font-size:clamp(28px,3.3vw,41px);font-weight:800;letter-spacing:-.028em;line-height:1.12;margin-bottom:14px}:where(body.p-webinars) .sec-sub{font-size:17px;line-height:1.55;color:var(--muted);max-width:620px}:where(body.p-webinars) .stack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}:where(body.p-webinars) .stack-card{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:24px;padding:24px 26px;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);display:flex;flex-direction:column;gap:13px;transition:transform .28s var(--ease),border-color .28s}:where(body.p-webinars) .stack-card:hover{transform:translateY(-5px);border-color:var(--panel-border-hover)}:where(body.p-webinars) .stack-old{display:inline-flex;align-self:flex-start;padding:6px 13px;border-radius:999px;background:var(--chip-bg);border:1px solid var(--chip-border);color:var(--faint);font-size:13px;font-weight:700;text-decoration:line-through;text-decoration-color:#ff4d5ea6;text-decoration-thickness:2px}:where(body.p-webinars) .stack-arrow{display:flex;color:var(--faint);margin:-4px 0 -4px 8px}:where(body.p-webinars) .stack-arrow svg{width:17px;height:17px}:where(body.p-webinars) .stack-new{display:flex;align-items:center;gap:13px}:where(body.p-webinars) .stack-new h3{font-size:19px;font-weight:750;letter-spacing:-.015em}:where(body.p-webinars) .stack-card>p{font-size:14.5px;line-height:1.55;color:var(--muted)}:where(body.p-webinars) .prod-ic{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #0f172a38,inset 0 1px #ffffff47;flex:none;transition:transform .25s var(--ease)}:where(body.p-webinars) .stack-card:hover .prod-ic,:where(body.p-webinars) .mini:hover .prod-ic{transform:scale(1.08) rotate(-3deg)}:where(body.p-webinars) .prod-ic svg{width:27px;height:27px;color:#fff}:where(body.p-webinars) .prod-ic.ic-sm{width:46px;height:46px;border-radius:14px}:where(body.p-webinars) .prod-ic.ic-sm svg{width:22px;height:22px}:where(body.p-webinars) .split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}:where(body.p-webinars) .split>*{min-width:0}:where(body.p-webinars) .split.rev .split-text{order:2}:where(body.p-webinars) .split.rev .split-media{order:1}:where(body.p-webinars) .check-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin:26px 0 0}:where(body.p-webinars) .check-list li{display:flex;gap:13px;align-items:flex-start;font-size:16.5px;line-height:1.45}:where(body.p-webinars) .check-badge{width:25px;height:25px;flex:none;border-radius:9px;background:var(--ok-soft);color:var(--ok);display:flex;align-items:center;justify-content:center;margin-top:1px}:where(body.p-webinars) .check-badge svg{width:13px;height:13px}:where(body.p-webinars) .illus-card{background:#fff;border:1px solid var(--panel-border);border-radius:30px;padding:22px;box-shadow:var(--card-shadow);transition:transform .3s var(--ease)}:where(body.p-webinars) .illus-card:hover{transform:translateY(-5px) rotate(.4deg)}:where(body.p-webinars) .illus-card img{display:block;width:100%;height:auto;border-radius:18px}:where(body.p-webinars) .studio-stage{aspect-ratio:auto;min-height:470px}:where(body.p-webinars) .scene-tabs{display:flex;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:4px;overflow-x:auto;scrollbar-width:none}:where(body.p-webinars) .scene-tabs::-webkit-scrollbar{display:none}:where(body.p-webinars) .scene-tab{flex:1 0 auto;min-width:0;padding:8px 10px;border-radius:9px;border:0;background:transparent;color:#8b93a7;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s var(--ease);white-space:nowrap}:where(body.p-webinars) .scene-tab:hover{color:#cdd3e0}:where(body.p-webinars) .scene-tab.active{background:#ffffff21;color:#fff;box-shadow:inset 0 1px #ffffff1f}:where(body.p-webinars) .scene-grid{flex:1;min-height:0;display:grid;gap:9px}:where(body.p-webinars) .scene-grid .tile{animation:tileIn .45s var(--ease)}@keyframes tileIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}:where(body.p-webinars) .scene-grid[data-scene=cams]{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}:where(body.p-webinars) .scene-grid[data-scene=cams] .t-slide{display:none}:where(body.p-webinars) .scene-grid[data-scene=slides]{grid-template-columns:1fr 30%;grid-template-rows:1fr 1fr}:where(body.p-webinars) .scene-grid[data-scene=slides] .t-slide{grid-row:1 / 3}:where(body.p-webinars) .scene-grid[data-scene=slides] .t-c,:where(body.p-webinars) .scene-grid[data-scene=slides] .t-d{display:none}:where(body.p-webinars) .scene-grid[data-scene=panel]{grid-template-columns:30% 1fr;grid-template-rows:repeat(3,1fr)}:where(body.p-webinars) .scene-grid[data-scene=panel] .t-a{grid-column:2;grid-row:1 / 4}:where(body.p-webinars) .scene-grid[data-scene=panel] .t-slide{display:none}:where(body.p-webinars) .dark-panel{border-radius:24px;background:radial-gradient(1200px 700px at 70% 20%,#1a2130,#0b0d12 70%);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 90px #0a0f2366;color:#eef1f6;padding:22px}:where(body.p-webinars) .engage-panel{display:grid;grid-template-columns:1.05fr 1fr .95fr;gap:15px;margin-top:40px}:where(body.p-webinars) .eng-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:17px;display:flex;flex-direction:column;gap:12px;min-width:0}:where(body.p-webinars) .eng-title,:where(body.p-webinars) .an-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#7f8db3}:where(body.p-webinars) .msg{display:flex;gap:10px;align-items:flex-start}:where(body.p-webinars) .m-ava{width:27px;height:27px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:800;color:#fff}:where(body.p-webinars) .m-body{min-width:0}:where(body.p-webinars) .m-body b{font-size:12px;font-weight:750;color:#cdd3e0}:where(body.p-webinars) .m-body p{font-size:13px;line-height:1.4;color:#eef1f6}:where(body.p-webinars) .eng-chat{position:relative;overflow:hidden;isolation:isolate}:where(body.p-webinars) .chat-react{position:relative;z-index:3;display:flex;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:4px}:where(body.p-webinars) .rx{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font:inherit;font-size:11.5px;font-weight:700;line-height:1;color:#cdd3e0;cursor:pointer;transition:transform .16s var(--ease),background .16s,border-color .16s}:where(body.p-webinars) .rx:hover{background:#ffffff1f;border-color:#ffffff3d;transform:translateY(-1px)}:where(body.p-webinars) .rx:active{transform:translateY(0) scale(.94)}:where(body.p-webinars) .rx:focus-visible{outline:2px solid #57a8ff;outline-offset:2px}:where(body.p-webinars) .rx.bump{animation:reactionTap .34s var(--ease)}:where(body.p-webinars) .rx-count{min-width:1.1em;font-variant-numeric:tabular-nums}:where(body.p-webinars) .rx svg{width:13px;height:13px}:where(body.p-webinars) .rx.r-heart svg{color:#fb7185}:where(body.p-webinars) .rx.r-flame svg{color:#ffb54d}:where(body.p-webinars) .rx.r-thumb svg{color:#57a8ff}:where(body.p-webinars) .rx.r-star svg{color:#fcd34d}:where(body.p-webinars) .rx.r-smile svg{color:#3ddc84}:where(body.p-webinars) .chat-react-layer{position:absolute;inset:0;z-index:2;overflow:hidden;pointer-events:none;border-radius:inherit}:where(body.p-webinars) .floating-reaction{position:absolute;margin-left:-.5em;font-size:25px;line-height:1;opacity:0;filter:drop-shadow(0 5px 10px rgba(0,0,0,.45));animation:chatReactionFloat var(--rx-duration, 3s) cubic-bezier(.3,.6,.6,1) var(--rx-delay, 0s) forwards;will-change:transform,opacity}@keyframes reactionTap{0%,to{transform:scale(1)}45%{transform:scale(1.14)}}@keyframes chatReactionFloat{0%{transform:translate3d(0,8px,0) scale(.55) rotate(-8deg);opacity:0}12%{transform:translate3d(0,-20px,0) scale(1) rotate(4deg);opacity:1}72%{opacity:.95}to{transform:translate3d(var(--rx-drift, 0px),calc(-1 * var(--rx-rise, 240px)),0) scale(1.18) rotate(var(--rx-rotate, 10deg));opacity:0}}:where(body.p-webinars) .poll-q{font-size:14.5px;font-weight:750;letter-spacing:-.01em}:where(body.p-webinars) .poll{display:flex;flex-direction:column;gap:8px}:where(body.p-webinars) .poll-opt{position:relative;overflow:hidden;width:100%;text-align:left;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 12px;color:#eef1f6;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .2s}:where(body.p-webinars) .poll-opt:hover{border-color:#ffffff52}:where(body.p-webinars) .poll-opt .bar{position:absolute;inset:0;width:0;background:linear-gradient(90deg,#4f7cff66,#4f7cff1f);transition:width .9s var(--ease)}:where(body.p-webinars) .poll-opt .pl{position:relative;display:flex;justify-content:space-between;gap:10px}:where(body.p-webinars) .poll-opt .pct{opacity:0;transition:opacity .35s .3s;font-variant-numeric:tabular-nums;color:#a9c1ff}:where(body.p-webinars) .poll.done .poll-opt{pointer-events:none}:where(body.p-webinars) .poll.done .poll-opt .pct{opacity:1}:where(body.p-webinars) .poll.done .poll-opt.chosen{border-color:#4f7cff;box-shadow:0 0 0 3px #4f7cff40}:where(body.p-webinars) .poll-note{font-size:12px;font-weight:650;color:#2fd07c;opacity:0;transform:translateY(3px);transition:all .35s .25s}:where(body.p-webinars) .poll.done+.poll-note{opacity:1;transform:none}:where(body.p-webinars) .hand-person{display:flex;gap:11px;align-items:center}:where(body.p-webinars) .hand-ava{width:40px;height:40px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:#fff;background:linear-gradient(150deg,#fda4af,#e11d48)}:where(body.p-webinars) .hand-person b{display:block;font-size:14.5px;font-weight:750}:where(body.p-webinars) .hand-person span{font-size:12px;color:#8b93a7}:where(body.p-webinars) .hand-actions{display:flex;gap:8px}:where(body.p-webinars) .hand-btn{flex:1;padding:10px 12px;border-radius:12px;font-size:13.5px;font-weight:750;cursor:pointer;transition:all .2s var(--ease)}:where(body.p-webinars) .hb-live{border:1px solid transparent;background:linear-gradient(160deg,#5d86ff,#3b5fe0);color:#fff;box-shadow:0 8px 20px #3b5fe059}:where(body.p-webinars) .hb-live:hover{transform:translateY(-1px);box-shadow:0 12px 26px #3b5fe073}:where(body.p-webinars) .hb-later{border:1px solid rgba(255,255,255,.14);background:#ffffff12;color:#cdd3e0}:where(body.p-webinars) .hb-later:hover{background:#ffffff1f}:where(body.p-webinars) .hand-state{display:none;align-items:center;gap:9px;padding:11px 13px;border-radius:12px;font-size:13px;font-weight:700}:where(body.p-webinars) .hand-state svg{width:15px;height:15px;flex:none}:where(body.p-webinars) .eng-card.is-live .hand-state{display:flex;background:#2fd07c21;border:1px solid rgba(47,208,124,.4);color:#5eeab0}:where(body.p-webinars) .eng-card.is-later .hand-state{display:flex;background:#ffd1661a;border:1px solid rgba(255,209,102,.35);color:#ffd166}:where(body.p-webinars) .eng-card.is-live .hand-actions,:where(body.p-webinars) .eng-card.is-later .hand-actions{display:none}:where(body.p-webinars) .hand-reset{background:none;border:0;padding:0;font-size:11.5px;font-weight:650;color:#7f8db3;cursor:pointer;text-decoration:underline;text-underline-offset:3px;align-self:flex-start;display:none}:where(body.p-webinars) .eng-card.is-live .hand-reset,:where(body.p-webinars) .eng-card.is-later .hand-reset{display:block}:where(body.p-webinars) .offer-panel{display:flex;flex-direction:column;gap:16px}:where(body.p-webinars) .offer-top{display:flex;align-items:center;justify-content:space-between}:where(body.p-webinars) .offer-online{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#8b93a7;font-variant-numeric:tabular-nums}:where(body.p-webinars) .offer-online svg{width:14px;height:14px}:where(body.p-webinars) .offer-body{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:13px}:where(body.p-webinars) .offer-tag{display:inline-flex;align-self:flex-start;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:#ffb54d21;border:1px solid rgba(255,181,77,.4);color:#ffb54d;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}:where(body.p-webinars) .offer-tag svg{width:12px;height:12px}:where(body.p-webinars) .offer-body h3{font-size:19px;font-weight:800;letter-spacing:-.015em}:where(body.p-webinars) .offer-prices{display:flex;align-items:baseline;gap:12px}:where(body.p-webinars) .offer-prices s{font-size:16px;color:#8b93a7}:where(body.p-webinars) .offer-prices b{font-size:32px;font-weight:800;letter-spacing:-.03em}:where(body.p-webinars) .offer-off{padding:4px 10px;border-radius:999px;background:#2fd07c24;border:1px solid rgba(47,208,124,.4);color:#2fd07c;font-size:12.5px;font-weight:800}:where(body.p-webinars) .offer-timer-row{display:flex;align-items:center;justify-content:space-between;gap:12px}:where(body.p-webinars) .ot-label{font-size:12.5px;color:#8b93a7;font-weight:650}:where(body.p-webinars) .ot-digits{font-size:26px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#ff4d5e21;border:1px solid rgba(255,77,94,.4);color:#ff8f9a;padding:5px 15px;border-radius:12px}:where(body.p-webinars) .ot-bar{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}:where(body.p-webinars) .ot-bar i{display:block;height:100%;width:100%;border-radius:999px;background:linear-gradient(90deg,#ff4d5e,#ff8f9a);transition:width 1s linear}:where(body.p-webinars) .offer-buy{padding:14px 18px;border-radius:14px;border:1px solid transparent;background:linear-gradient(160deg,#5d86ff,#3b5fe0);color:#fff;font-size:15.5px;font-weight:800;cursor:pointer;box-shadow:0 10px 26px #3b5fe066,inset 0 1px #ffffff40;transition:all .22s var(--ease)}:where(body.p-webinars) .offer-buy:hover{transform:translateY(-2px);box-shadow:0 14px 34px #3b5fe080,inset 0 1px #ffffff40}:where(body.p-webinars) .offer-note{font-size:12px;color:#8b93a7;text-align:center}:where(body.p-webinars) .an-tabs{display:inline-flex;gap:6px;background:var(--chip-bg);border:1px solid var(--chip-border);border-radius:999px;padding:5px;margin-top:30px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}:where(body.p-webinars) .an-tab{padding:9px 20px;border-radius:999px;border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;transition:all .22s var(--ease);white-space:nowrap}:where(body.p-webinars) .an-tab.active{background:linear-gradient(160deg,#5d86ff,#3b5fe0);color:#fff;box-shadow:0 6px 16px #3b5fe059}:where(body.p-webinars) .an-panel{display:none;margin-top:20px}:where(body.p-webinars) .an-panel.active{display:block;animation:fadeUp .45s var(--ease)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}:where(body.p-webinars) .an-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}:where(body.p-webinars) .an-upd{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:#8b93a7;font-weight:600}:where(body.p-webinars) .an-upd svg{width:13px;height:13px}:where(body.p-webinars) .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}:where(body.p-webinars) .kpi{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 16px}:where(body.p-webinars) .kpi b{display:block;font-size:26px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-bottom:2px}:where(body.p-webinars) .kpi span{font-size:12px;color:#8b93a7}:where(body.p-webinars) .seg-bar{display:flex;height:14px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.1);margin-bottom:10px}:where(body.p-webinars) .seg-bar i{display:block;height:100%;transition:width .9s var(--ease)}:where(body.p-webinars) .seg-ok{background:linear-gradient(90deg,#2fd07c,#4ade80)}:where(body.p-webinars) .seg-warn{background:linear-gradient(90deg,#ffd166,#fbbf24)}:where(body.p-webinars) .seg-bad{background:linear-gradient(90deg,#ff4d5e,#fb7185)}:where(body.p-webinars) .seg-legend{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:#8b93a7;margin-bottom:18px}:where(body.p-webinars) .seg-legend b{font-weight:700;color:#cdd3e0;font-variant-numeric:tabular-nums}:where(body.p-webinars) .seg-legend i{width:9px;height:9px;border-radius:3px;display:inline-block;margin-right:6px}:where(body.p-webinars) .an-bottom{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px}:where(body.p-webinars) .an-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:15px 17px}:where(body.p-webinars) .ret-chips{display:flex;gap:8px;flex-wrap:wrap}:where(body.p-webinars) .ret-chip{padding:8px 13px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);font-size:12.5px;font-weight:700;color:#cdd3e0;font-variant-numeric:tabular-nums}:where(body.p-webinars) .ret-chip b{color:#2fd07c}:where(body.p-webinars) .an-chart{width:100%;height:86px;display:block}:where(body.p-webinars) .chart-legend{display:flex;gap:16px;font-size:11.5px;color:#8b93a7;margin-top:6px}:where(body.p-webinars) .chart-legend i{width:14px;height:3px;border-radius:2px;display:inline-block;margin-right:6px;vertical-align:middle}:where(body.p-webinars) .post-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}:where(body.p-webinars) .p-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:17px 19px;min-width:0}:where(body.p-webinars) .p-wide{grid-column:1 / -1}:where(body.p-webinars) .showup{display:flex;align-items:center;gap:14px;margin:4px 0 14px;flex-wrap:wrap}:where(body.p-webinars) .showup .su b{display:block;font-size:30px;font-weight:800;letter-spacing:-.025em;font-variant-numeric:tabular-nums}:where(body.p-webinars) .showup .su span{font-size:12px;color:#8b93a7}:where(body.p-webinars) .showup>svg{width:22px;height:22px;color:#7f8db3;flex:none}:where(body.p-webinars) .showup-pct{margin-left:auto;padding:7px 14px;border-radius:999px;background:#2fd07c21;border:1px solid rgba(47,208,124,.4);color:#2fd07c;font-size:15px;font-weight:800}:where(body.p-webinars) .fun-row{display:grid;grid-template-columns:minmax(110px,auto) 1fr 40px;align-items:center;gap:12px;font-size:13px;margin-bottom:10px;color:#cdd3e0}:where(body.p-webinars) .fun-row:last-child{margin-bottom:0}:where(body.p-webinars) .fun-row .fb{height:22px;border-radius:7px;background:linear-gradient(90deg,#4f7cff,#a855f7);min-width:8%}:where(body.p-webinars) .fun-row .fv{text-align:right;font-weight:800;font-variant-numeric:tabular-nums;color:#eef1f6}:where(body.p-webinars) .pr-group{margin-bottom:16px}:where(body.p-webinars) .pr-group:last-child{margin-bottom:0}:where(body.p-webinars) .pr-q{font-size:13.5px;font-weight:750;margin-bottom:10px}:where(body.p-webinars) .pr-row{margin-bottom:9px}:where(body.p-webinars) .pr-row:last-child{margin-bottom:0}:where(body.p-webinars) .pr-top{display:flex;justify-content:space-between;gap:10px;font-size:12.5px;margin-bottom:5px;color:#cdd3e0}:where(body.p-webinars) .pr-top .pv{font-weight:800;color:#eef1f6;font-variant-numeric:tabular-nums}:where(body.p-webinars) .pr-track{height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}:where(body.p-webinars) .pr-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#4f7cff,#a855f7)}:where(body.p-webinars) .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}:where(body.p-webinars) .step{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:24px;padding:28px;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);transition:transform .25s var(--ease),border-color .25s}:where(body.p-webinars) .step:hover{transform:translateY(-4px);border-color:var(--panel-border-hover)}:where(body.p-webinars) .step-num{width:46px;height:46px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:19px;box-shadow:0 10px 24px #0f172a38,inset 0 1px #ffffff47;margin-bottom:18px}:where(body.p-webinars) .sn-1{background:linear-gradient(150deg,#57a8ff,#2b5fe3)}:where(body.p-webinars) .sn-2{background:linear-gradient(150deg,#c084fc,#7c3aed)}:where(body.p-webinars) .sn-3{background:linear-gradient(150deg,#3ddc84,#12a15a)}:where(body.p-webinars) .sn-4{background:linear-gradient(150deg,#ffb54d,#f2701d)}:where(body.p-webinars) .sn-5{background:linear-gradient(150deg,#fda4af,#e11d48)}:where(body.p-webinars) .sn-6{background:linear-gradient(150deg,#67e8f9,#0284c7)}:where(body.p-webinars) .step h3{font-size:18.5px;font-weight:750;margin-bottom:8px;letter-spacing:-.01em}:where(body.p-webinars) .step p{font-size:14.5px;line-height:1.55;color:var(--muted)}:where(body.p-webinars) .mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:40px}:where(body.p-webinars) .mini{display:flex;gap:14px;align-items:flex-start;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:20px;padding:20px;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);transition:transform .25s var(--ease),border-color .25s}:where(body.p-webinars) .mini:hover{transform:translateY(-4px);border-color:var(--panel-border-hover)}:where(body.p-webinars) .mini .prod-ic{width:42px;height:42px;border-radius:13px}:where(body.p-webinars) .mini .prod-ic svg{width:20px;height:20px}:where(body.p-webinars) .mini h3{font-size:15.5px;font-weight:750;margin-bottom:4px;letter-spacing:-.01em}:where(body.p-webinars) .mini p{font-size:13.5px;line-height:1.5;color:var(--muted)}:where(body.p-webinars) .faq-list{display:flex;flex-direction:column;gap:12px;margin-top:38px;max-width:840px}:where(body.p-webinars) .faq-item{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:20px;overflow:hidden;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);transition:border-color .2s}:where(body.p-webinars) .faq-item:hover{border-color:var(--panel-border-hover)}:where(body.p-webinars) .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:20px 22px;background:none;border:0;font-size:16.5px;font-weight:700;letter-spacing:-.01em;text-align:left;cursor:pointer}:where(body.p-webinars) .faq-q .fx{width:28px;height:28px;flex:none;border-radius:9px;background:var(--btn-bg);border:1px solid var(--btn-border);display:flex;align-items:center;justify-content:center;transition:transform .3s var(--ease)}:where(body.p-webinars) .faq-q .fx svg{width:14px;height:14px}:where(body.p-webinars) .faq-item.open .faq-q .fx{transform:rotate(45deg);background:var(--btn-bg-hover)}:where(body.p-webinars) .faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}:where(body.p-webinars) .faq-a p{padding:0 22px 20px;color:var(--muted);font-size:15px;line-height:1.6;max-width:740px}:where(body.p-webinars) .final{text-align:center;padding-bottom:20px}:where(body.p-webinars) .final .illus-card{max-width:100%;margin:0 auto 38px;padding:0;background:none;border:0;border-radius:26px;overflow:hidden}:where(body.p-webinars) .final .illus-card:hover{transform:none}:where(body.p-webinars) .final .illus-card img{border-radius:26px;aspect-ratio:16 / 9;object-fit:cover;object-position:center 82%}@media(max-width:640px){:where(body.p-webinars) .final .illus-card,:where(body.p-webinars) .final .illus-card img{border-radius:20px}:where(body.p-webinars) .final .illus-card img{aspect-ratio:4 / 3;object-position:68% center}}:where(body.p-webinars) .final .sec-sub{margin:0 auto 32px}:where(body.p-webinars) .final-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}:where(body.p-webinars) .toast-wrap{position:fixed;right:20px;bottom:20px;z-index:100;display:flex;flex-direction:column;gap:10px}:where(body.p-webinars) .toast{display:flex;gap:12px;align-items:flex-start;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:17px;padding:14px 16px;min-width:270px;max-width:350px;box-shadow:var(--card-shadow),var(--panel-inset);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4);animation:toastIn .38s var(--ease)}:where(body.p-webinars) .toast.out{animation:toastOut .3s var(--ease) forwards}@keyframes toastIn{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translateY(10px) scale(.97)}}:where(body.p-webinars) .toast-ic{width:34px;height:34px;flex:none;border-radius:11px;background:linear-gradient(150deg,#5d86ff,#3b5fe0);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff40}:where(body.p-webinars) .toast-ic svg{width:16px;height:16px;color:#fff}:where(body.p-webinars) .toast b{display:block;font-size:14px;font-weight:750;margin-bottom:2px}:where(body.p-webinars) .toast p{font-size:13px;color:var(--muted);line-height:1.45}@media(prefers-reduced-motion:reduce){body:where(.p-webinars){scroll-behavior:auto}:where(body.p-webinars) .reveal{opacity:1;transform:none;transition:none}:where(body.p-webinars) .float-card,:where(body.p-webinars) .live-pill i,:where(body.p-webinars) .scene-grid .tile,:where(body.p-webinars) .rx,:where(body.p-webinars) .floating-reaction{animation:none}}@media(max-width:1180px){:where(body.p-webinars) .foot-grid{grid-template-columns:1fr 1fr 1fr}:where(body.p-webinars) .fc-poll{left:-8px}:where(body.p-webinars) .fc-offer{right:-6px}}@media(max-width:1080px){:where(body.p-webinars) .hero{grid-template-columns:1fr;padding-top:130px;gap:44px}:where(body.p-webinars) .hero-sub{max-width:640px}:where(body.p-webinars) .stage-wrap{max-width:640px}:where(body.p-webinars) .float-card{display:none}}@media(max-width:940px){:where(body.p-webinars) .split{grid-template-columns:1fr;gap:36px}:where(body.p-webinars) .split.rev .split-text{order:0}:where(body.p-webinars) .split.rev .split-media{order:1}:where(body.p-webinars) .engage-panel{grid-template-columns:1fr}:where(body.p-webinars) .post-grid{grid-template-columns:1fr}:where(body.p-webinars) .an-bottom{grid-template-columns:1fr}:where(body.p-webinars) .foot-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){:where(body.p-webinars) .hide-m{display:none}:where(body.p-webinars) .burger{display:flex}:where(body.p-webinars) .head-actions .lang,:where(body.p-webinars) .head-actions .theme-toggle{display:none}:where(body.p-webinars) .hero{padding-top:116px}:where(body.p-webinars) .stack-grid{grid-template-columns:1fr}:where(body.p-webinars) .kpi-grid{grid-template-columns:repeat(2,1fr)}:where(body.p-webinars) .steps-grid{grid-template-columns:1fr}:where(body.p-webinars) .mini-grid{grid-template-columns:repeat(2,1fr)}:where(body.p-webinars) .section{padding-top:68px}:where(body.p-webinars) .studio-stage{min-height:400px}:where(body.p-webinars) .scene-tabs{overflow-x:auto}:where(body.p-webinars) .foot-bottom{justify-content:flex-start}}@media(max-width:560px){:where(body.p-webinars) .mini-grid{grid-template-columns:1fr}:where(body.p-webinars) .foot-grid{grid-template-columns:1fr;gap:26px}:where(body.p-webinars) .hero-ctas .btn{flex:1;justify-content:center}:where(body.p-webinars) .faq-q{font-size:15.5px}}
