@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.anim-up{animation:fadeUp .6s cubic-bezier(.25,.46,.45,.94) both}.conf-page .hero{padding-top:64px;background:var(--navy);position:relative;overflow:hidden}.conf-page .hero__glow{position:absolute;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(238,57,50,.12) 0,transparent 65%)}.conf-page .hero__glow--a{width:500px;height:500px;top:-180px;right:-60px}.conf-page .hero__glow--b{width:280px;height:280px;bottom:-80px;left:5%}.conf-page .hero__inner{max-width:var(--max-w);margin:0 auto;padding:52px 28px 0;position:relative}.conf-page .hero__title{font-family:var(--font-display);font-size:46px;font-weight:800;line-height:1.05;letter-spacing:-.03em;color:#fff;margin-bottom:12px}.conf-page .hero__date{font-size:14px;font-weight:400;color:hsla(0,0%,100%,.4);margin-bottom:0}.conf-page .hero__wave{display:block;width:100%;line-height:0;margin-top:44px}.conf-page .page-layout{max-width:var(--max-w);margin:0 auto;padding:56px 28px 100px;display:grid;grid-template-columns:230px 1fr;grid-gap:56px;gap:56px;align-items:start}.conf-page .toc{position:-webkit-sticky;position:sticky;top:84px}.conf-page .toc__title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.conf-page .toc__list{list-style:none}.conf-page .toc__item{margin-bottom:2px}.conf-page .toc__link{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:12.5px;font-weight:500;color:var(--text-secondary);padding:6px 10px;border-radius:var(--radius-sm);transition:all .2s;text-decoration:none}.conf-page .toc__link.active,.conf-page .toc__link:hover{color:var(--brand);background:var(--brand-bg);opacity:1}.conf-page .toc__link:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0;opacity:.45;transition:opacity .2s}.conf-page .toc__link.active:before,.conf-page .toc__link:hover:before{opacity:1}.conf-page .toc__divider{height:1px;background:var(--border);margin:10px;border:none}.conf-page .legal-content{min-width:0}.conf-page .legal-section{margin-bottom:52px;opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}.conf-page .section-header{display:flex;align-items:center;grid-gap:14px;gap:14px;margin-bottom:22px;padding-bottom:16px;border-bottom:1.5px solid var(--border)}.conf-page .section-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:linear-gradient(135deg,var(--brand-bg2),var(--brand-bg));display:flex;align-items:center;justify-content:center;font-size:18px}.conf-page .section-num{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:2px}.conf-page .section-title{font-family:var(--font-display);font-size:21px;font-weight:700;color:var(--text);letter-spacing:-.01em}.conf-page .legal-p{font-size:15px;color:var(--text-secondary);line-height:1.8;margin-bottom:14px}.conf-page .legal-p:last-child{margin-bottom:0}.conf-page .legal-p strong{color:var(--text);font-weight:600}.conf-page .legal-list{list-style:none;margin:10px 0 14px;padding:0}.conf-page .legal-list li{display:flex;grid-gap:10px;gap:10px;align-items:flex-start;font-size:15px;color:var(--text-secondary);line-height:1.75;padding:4px 0}.conf-page .legal-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand);flex-shrink:0;margin-top:9px;opacity:.6}.conf-page .legal-note{background:var(--brand-bg);border-left:3px solid var(--brand);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:14px 18px;margin:16px 0;font-size:14.5px;color:var(--text-secondary);line-height:1.75}.conf-page .legal-note strong{color:var(--brand)}.conf-page .id-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 28px;margin-bottom:20px}.conf-page .id-row{display:flex;flex-direction:column;grid-gap:3px;gap:3px;margin-bottom:12px}.conf-page .id-row:last-child{margin-bottom:0}.conf-page .id-row__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.conf-page .id-row__value{font-size:14px;font-weight:500;color:var(--text);line-height:1.5}.conf-page .sources-grid{display:grid;grid-gap:10px;gap:10px;margin:16px 0}.conf-page .source-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 18px;display:flex;align-items:flex-start;grid-gap:12px;gap:12px;font-size:14.5px;color:var(--text-secondary);line-height:1.65}.conf-page .source-item:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand);flex-shrink:0;margin-top:8px;opacity:.7}.conf-page .table-wrapper{overflow-x:auto;margin:20px 0;border-radius:var(--radius-lg);border:1px solid var(--border)}.conf-page .data-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:900px}.conf-page .data-table thead tr{background:var(--navy)}.conf-page .data-table th{padding:13px 16px;text-align:left;font-size:11.5px;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.conf-page .data-table th:first-child{border-radius:var(--radius-lg) 0 0 0}.conf-page .data-table th:last-child{border-radius:0 var(--radius-lg) 0 0}.conf-page .data-table tbody tr{border-bottom:1px solid var(--border);background:#fff}.conf-page .data-table tbody tr:last-child{border-bottom:none}.conf-page .data-table tbody tr:nth-child(2n){background:#fafaf8}.conf-page .data-table td{padding:14px 16px;color:var(--text-secondary);vertical-align:top;line-height:1.65}.conf-page .data-table td:first-child{font-weight:600;color:var(--text);font-size:13px}.conf-page .data-table ul{list-style:none;padding:0;margin:0}.conf-page .data-table ul li{padding:2px 0;display:flex;grid-gap:8px;gap:8px;align-items:flex-start}.conf-page .data-table ul li:before{content:"–";color:var(--brand);flex-shrink:0;font-weight:700}.conf-page .badge-legal{background:var(--brand-bg);color:var(--brand);font-weight:700;letter-spacing:.04em;margin-bottom:4px}.conf-page .badge-duration,.conf-page .badge-legal{display:inline-block;font-size:11px;padding:2px 8px;border-radius:6px;white-space:nowrap}.conf-page .badge-duration{background:#eff6ff;color:#1d4ed8;font-weight:600}.conf-page .rights-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:16px 0}.conf-page .right-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 18px;display:flex;align-items:center;grid-gap:12px;gap:12px;font-size:14px;color:var(--text-secondary);font-weight:500}.conf-page .right-item__dot{width:8px;height:8px;border-radius:50%;background:var(--brand);flex-shrink:0;opacity:.7}.conf-page .providers-list{list-style:none;margin:12px 0;padding:0}.conf-page .providers-list li{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:8px;font-size:14.5px;color:var(--text-secondary);line-height:1.65;display:flex;grid-gap:12px;gap:12px;align-items:flex-start}.conf-page .providers-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand);flex-shrink:0;margin-top:8px;opacity:.6}.conf-page .footer__inner{max-width:var(--max-w);margin:0 auto}.conf-page .footer__cols{display:flex;flex-wrap:wrap;justify-content:space-between;grid-gap:40px;gap:40px;margin-bottom:40px}.conf-page .footer__brand{min-width:240px;max-width:300px}.conf-page .footer__logo{display:block;margin-bottom:18px}.conf-page .footer__desc{font-size:13.5px;color:hsla(0,0%,100%,.4);line-height:1.7;margin-bottom:22px}.conf-page .footer__social{display:flex;grid-gap:8px;gap:8px}.conf-page .footer__social-btn{width:38px;height:38px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);transition:all .2s;text-decoration:none}.conf-page .footer__social-btn:hover{color:#fff;border-color:hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.06);opacity:1}.conf-page .footer__col h4{font-size:11.5px;font-weight:600;color:hsla(0,0%,100%,.3);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.conf-page .footer__col a{display:block;font-size:13.5px;color:hsla(0,0%,100%,.5);margin-bottom:9px;transition:color .2s;text-decoration:none}.conf-page .footer__col a:hover{color:hsla(0,0%,100%,.85);opacity:1}.conf-page .footer__bottom{border-top:1px solid hsla(0,0%,100%,.06);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;grid-gap:10px;gap:10px}.conf-page .footer__copy{font-size:12.5px;color:hsla(0,0%,100%,.2)}@media (max-width:1024px){.page-layout{grid-template-columns:190px 1fr;grid-gap:36px;gap:36px}}@media (max-width:860px){.page-layout{grid-template-columns:1fr;grid-gap:32px;gap:32px;padding:40px 20px 80px}.toc{position:static;display:none}.hero__title{font-size:32px}.rights-grid{grid-template-columns:1fr}.footer__cols{flex-direction:column;grid-gap:28px;gap:28px}}@media (max-width:600px){.hero__title{font-size:26px}}
/*# sourceMappingURL=HomeV2ConfidentialitePage.2de6c3a8.chunk.css.map */