.pg-email img{max-width:100%;display:block}.pg-email .subhero{height:340px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,rgba(9,22,48,.36),rgba(13,42,84,.35) 45%,rgba(20,58,104,.34)),url(/images/subhero_company.jpg);background-size:cover,cover;background-position:50%,50%}.pg-email .subhero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,24,43,.55),rgba(1,24,43,.32) 60%,rgba(1,24,43,.55)),radial-gradient(120% 90% at 80% 10%,rgba(143,165,209,.22),transparent 55%);z-index:1}.pg-email .subhero:after{content:"";position:absolute;inset:0;z-index:1;opacity:.7;background-image:linear-gradient(rgba(143,165,209,.16) 1px,transparent 0),linear-gradient(90deg,rgba(143,165,209,.16) 1px,transparent 0);background-size:46px 46px;-webkit-mask-image:radial-gradient(ellipse 70% 80% at 50% 40%,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse 70% 80% at 50% 40%,#000 30%,transparent 75%)}.pg-email .subhero-c{position:relative;z-index:2;text-align:center;color:#fff}.pg-email .subhero .bcrumb{font-size:13px;font-weight:600;letter-spacing:.04em;color:#B9C8E6;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:9px}.pg-email .subhero .bcrumb svg{width:12px;height:12px;opacity:.7}.pg-email .subhero h1{font-weight:800;font-size:46px;letter-spacing:-.01em;line-height:1.1}.pg-email .subhero .lead{margin-top:14px;font-size:17px;font-weight:400;color:#D5DEF0;letter-spacing:.01em}.pg-email .subtabs{background:#fff;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:76px;z-index:50}.pg-email .subtabs .wrap{display:flex;gap:0;justify-content:center}.pg-email .subtab{padding:21px 34px;font-size:16px;font-weight:600;color:#7a8494;position:relative;transition:color .2s}.pg-email .subtab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ci);transform:scaleX(0);transition:transform .25s;transform-origin:center}.pg-email .subtab:hover{color:var(--primary)}.pg-email .subtab.on{color:var(--ci);font-weight:700}.pg-email .subtab.on:after{transform:scaleX(1)}.pg-email .section{padding:96px 0}.pg-email .section.alt{background:var(--soft)}.pg-email .sec-kick{font-weight:700;font-size:14px;color:var(--accent);letter-spacing:.24em;text-transform:uppercase;margin-bottom:14px}.pg-email .sec-title{font-weight:800;font-size:40px;line-height:1.3;letter-spacing:-.01em;color:var(--ink)}.pg-email .sec-title .ol{color:transparent;-webkit-text-stroke:.8px var(--accent)}.pg-email .legal-wrap{max-width:900px;margin:0 auto}.pg-email .email-notice{background:linear-gradient(160deg,#fff,#F5F7FB);border:1px solid var(--line);border-radius:20px;padding:56px 48px;text-align:center;margin-bottom:36px}.pg-email .en-ico{width:88px;height:88px;border-radius:22px;background:var(--tint);display:flex;align-items:center;justify-content:center;margin:0 auto 28px;color:var(--ci)}.pg-email .en-ico svg{width:46px;height:46px}.pg-email .en-headline{display:block;font-size:21px;font-weight:800;color:var(--primary);line-height:1.5;letter-spacing:-.01em;margin-bottom:20px}.pg-email .en-body{font-size:15.5px;font-weight:400;color:var(--grey);line-height:1.85;max-width:680px;margin:0 auto}.pg-email .en-body b{color:var(--ci);font-weight:700}.pg-email .legal-ref{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:30px 34px}.pg-email .legal-ref h3{font-size:16px;font-weight:800;color:var(--primary);margin-bottom:14px}.pg-email .legal-ref p{font-size:14px;font-weight:400;color:var(--grey);line-height:1.8}.pg-email .privacy-doc{background:#fff;border:1px solid var(--line);border-radius:18px;padding:48px 44px}.pg-email .pp-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:24px;margin-bottom:32px;border-bottom:2px solid var(--primary)}.pg-email .pp-version{display:flex;align-items:center;gap:10px}.pg-email .pp-version-label{font-size:13px;font-weight:700;color:#fff;background:var(--ci);padding:6px 14px;border-radius:100px}.pg-email .pp-version-date{font-size:14px;font-weight:600;color:var(--ink)}.pg-email .pp-history{position:relative}.pg-email .pp-history-btn{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--grey);background:#fff;border:1px solid var(--line);border-radius:100px;padding:9px 18px;cursor:pointer;font-family:inherit;transition:all .2s}.pg-email .pp-history-btn:hover{border-color:var(--accent);color:var(--accent)}.pg-email .pp-history-btn svg{width:14px;height:14px;transition:transform .25s}.pg-email .pp-history.open .pp-history-btn svg{transform:rotate(180deg)}.pg-email .pp-history-menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 40px -16px rgba(14,42,94,.3);padding:8px;min-width:220px;max-height:280px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .25s;z-index:20}.pg-email .pp-history.open .pp-history-menu{opacity:1;visibility:visible;transform:none}.pg-email .pp-history-menu a{display:block;padding:11px 16px;font-size:13.5px;font-weight:500;color:var(--ink);border-radius:8px;transition:background .18s}.pg-email .pp-history-menu a:hover{background:var(--soft);color:var(--ci)}.pg-email .pp-history-menu a.cur{color:var(--ci);font-weight:700;background:var(--tint)}.pg-email .pp-intro{font-size:15px;font-weight:400;color:var(--grey);line-height:1.85;margin-bottom:36px;padding:24px 26px;background:var(--soft);border-radius:12px;border-left:3px solid var(--ci)}.pg-email .pp-toc{margin-bottom:40px}.pg-email .pp-toc h4{font-size:15px;font-weight:800;color:var(--primary);margin-bottom:16px}.pg-email .pp-toc ol{list-style:none;counter-reset:toc;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 28px;gap:10px 28px}.pg-email .pp-toc li{counter-increment:toc;position:relative;padding-left:30px;font-size:14px;font-weight:500;color:var(--grey);line-height:1.6}.pg-email .pp-toc li:before{content:counter(toc);position:absolute;left:0;top:1px;width:21px;height:21px;border-radius:50%;background:var(--tint);color:var(--ci);font-size:11.5px;font-weight:800;display:flex;align-items:center;justify-content:center}.pg-email .pp-toc a{color:inherit;transition:color .18s}.pg-email .pp-toc a:hover{color:var(--ci)}.pg-email .pp-article{padding:28px 0;border-bottom:1px solid var(--line)}.pg-email .pp-article:last-child{border-bottom:none}.pg-email .pp-article h3{font-size:18px;font-weight:800;color:var(--primary);margin-bottom:16px;scroll-margin-top:120px}.pg-email .pp-article p{font-size:14.5px;font-weight:400;color:var(--ink);line-height:1.85;margin-bottom:12px}.pg-email .pp-article ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin:14px 0}.pg-email .pp-article ul li{position:relative;padding-left:22px;font-size:14px;font-weight:400;color:var(--grey);line-height:1.75}.pg-email .pp-article ul li:before{content:"";position:absolute;left:7px;top:10px;width:5px;height:5px;border-radius:50%;background:var(--accent)}.pg-email .pp-placeholder{background:repeating-linear-gradient(135deg,#F5F7FB,#F5F7FB 12px,#EEF1F8 0,#EEF1F8 24px);border:1px dashed #c9d4e8;border-radius:10px;padding:20px 24px;font-size:13.5px;font-weight:500;color:var(--accent);line-height:1.7}@media (max-width:900px){.pg-email .email-notice{padding:42px 28px}.pg-email .en-headline{font-size:18px}.pg-email .privacy-doc{padding:34px 26px}.pg-email .pp-meta{flex-direction:column;align-items:flex-start}.pg-email .pp-toc ol{grid-template-columns:1fr}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.pg-email .rv{opacity:0;animation:rvUp linear both;animation-timeline:view();animation-range:entry 4% entry 46%}.pg-email .rv-scale{opacity:0;animation:rvScale linear both;animation-timeline:view();animation-range:entry 4% entry 48%}.pg-email .s0{animation-range:entry 2% entry 40%}.pg-email .s1{animation-range:entry 7% entry 45%}.pg-email .s2{animation-range:entry 12% entry 50%}.pg-email .s3{animation-range:entry 17% entry 55%}.pg-email .s4{animation-range:entry 22% entry 60%}.pg-email .s5{animation-range:entry 27% entry 65%}.pg-email .stl-row .stl-photo{opacity:0;animation:rvLeft linear both;animation-timeline:view();animation-range:entry 6% cover 30%}.pg-email .stl-row .stl-text{opacity:0;animation:rvRight linear both;animation-timeline:view();animation-range:entry 12% cover 38%}.pg-email .stl-row.reverse .stl-photo{animation-name:rvRight}.pg-email .stl-row.reverse .stl-text{animation-name:rvLeft}}}@supports not (animation-timeline:view()){.pg-email .rv,.pg-email .rv-scale,.pg-email .stl-row .stl-photo,.pg-email .stl-row .stl-text{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.3,1) var(--d,0s),transform .7s cubic-bezier(.2,.7,.3,1) var(--d,0s)}.pg-email .stl-row .stl-photo{transform:translateX(-40px)}.pg-email .stl-row .stl-text,.pg-email .stl-row.reverse .stl-photo{transform:translateX(40px)}.pg-email .stl-row.reverse .stl-text{transform:translateX(-40px)}.pg-email .rv-scale.in,.pg-email .rv.in,.pg-email .stl-row .stl-photo.in,.pg-email .stl-row .stl-text.in{opacity:1;transform:none}}.pg-email .cap-card,.pg-email .stat-cell{transform-style:preserve-3d;will-change:transform}.pg-email .cap-card{position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.3,1),box-shadow .35s,border-color .35s}.pg-email .cap-card:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(220px circle at var(--mx,50%) var(--my,50%),rgba(74,107,174,.14),transparent 60%);transition:opacity .35s}.pg-email .cap-card.tilt-on:after{opacity:1}.pg-email .cap-card .cap-ico,.pg-email .cap-card h4,.pg-email .cap-card p{position:relative;z-index:1}.pg-email .stat-cell{position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.3,1),border-color .35s,background .35s}.pg-email .stat-cell:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(200px circle at var(--mx,50%) var(--my,50%),rgba(143,165,209,.22),transparent 60%);transition:opacity .35s}.pg-email .stat-cell.tilt-on{border-color:rgba(255,255,255,.28)}.pg-email .stat-cell.tilt-on:after{opacity:1}.pg-email .stat-cell>*{position:relative;z-index:1}.pg-email .stat-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.pg-email .cap-card,.pg-email .stat-cell{transform:none!important}.pg-email .cap-card:after,.pg-email .stat-cell:after{display:none}}@media (max-width:980px){.pg-email .ov-grid{grid-template-columns:1fr;gap:34px}.pg-email .hist-grid{grid-template-columns:1fr;gap:30px}.pg-email .era-list{flex-direction:row;overflow-x:auto;scrollbar-width:none}.pg-email .era{flex:0 0 70%}.pg-email .core-grid{grid-template-columns:1fr;gap:18px}.pg-email .ceo-inner{grid-template-columns:1fr;gap:36px;padding:64px 0}.pg-email .ceo-visual{max-width:360px}.pg-email .bizstrip{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.pg-email .subhero{height:260px}.pg-email .subhero h1{font-size:32px}.pg-email .ov-right h2,.pg-email .sec-title{font-size:26px}.pg-email .section{padding:64px 0}.pg-email .bizstrip{grid-template-columns:repeat(2,1fr)}.pg-email .donut-wrap{width:240px;height:240px}}@media (prefers-reduced-motion:reduce){.pg-email .reveal,.pg-email .reveal-card,.pg-email .rv,.pg-email .rv-scale,.pg-email .stl-row .stl-photo,.pg-email .stl-row .stl-text{opacity:1!important;transform:none!important}.pg-email .mask-strokes .mk{stroke-dashoffset:0!important}}@media (max-width:640px){.pg-email .hero{min-height:480px;padding:96px 0 72px}.pg-email .hero-c{padding:0 18px}.pg-email .hero-title{font-size:clamp(32px,9vw,44px)}.pg-email .hero-sub{font-size:15px;margin-top:10px}.pg-email .hero-ico-stack{transform:scale(.82);transform-origin:center bottom}.pg-email .hero-detail{margin-top:20px;font-size:14px}.pg-email .intro{padding:44px 0 28px}.pg-email .intro h2{font-size:19px;line-height:1.45}.pg-email .cards{padding:6px 0 60px}.pg-email .cards .wrap{padding-left:18px;padding-right:18px}.pg-email .cards-grid{grid-template-columns:1fr;gap:14px}.pg-email .card.c-sub{grid-column:span 1}.pg-email .card{padding:28px 24px;min-height:0}.pg-email .card.c-cert,.pg-email .card.c-cs,.pg-email .card.c-esg,.pg-email .card.c-news{min-height:0}.pg-email .c-sub-inner{padding:28px 24px}.pg-email .c-cs-top{padding:28px 24px 0}.pg-email .card h3{font-size:21px}.pg-email .card p{font-size:16px;line-height:24px}.pg-email .card.c-sub{min-height:300px}.pg-email .card-figure{gap:14px 20px;padding-top:22px;flex-wrap:wrap}.pg-email .card-figure .stat{flex:0 0 auto}.pg-email .card-figure .stat .num{font-size:26px}.pg-email .card-figure .stat .lbl{white-space:nowrap;font-size:11px}.pg-email .cert-shot{width:150px}.pg-email .stats{padding:64px 0}.pg-email .stats-head{margin-bottom:44px}.pg-email .stats-title{font-size:25px;line-height:1.35}.pg-email .stats-kick{font-size:12px;letter-spacing:.2em}.pg-email .stat-grid{grid-template-columns:1fr;row-gap:38px}.pg-email .stat+.stat:before{display:none}.pg-email .stat .num .v{font-size:48px}.pg-email .stat .num .suf{font-size:26px}.pg-email .work{padding:56px 0 60px}.pg-email .work-head{margin-bottom:26px}.pg-email .work h2{font-size:22px}.pg-email .wnav-btn{width:38px;height:38px}.pg-email .work-viewport{margin-right:-18px}.pg-email .wcard{flex:0 0 78vw;max-width:300px}.pg-email .access{padding:18px 0 72px}.pg-email .acard .inner{padding:24px 22px;gap:16px}.pg-email .acard .atxt h3{font-size:19px}.pg-email .acard .aico{width:48px;height:48px}}