.zoom-pdf{--green:#007000;--black:#000800;--white:#fff;--line:#d6d6d6;--radius:20px;--shadow:0 0 10px #0008001a;--dark-bg:#0a1f12;font-family:var(--font-inter),"Inter",sans-serif;color:var(--black);background:var(--white);min-height:100vh}.zoom-pdf .z-container{max-width:1100px;margin:0 auto;padding:0 30px}.zoom-pdf .z-container-wide{max-width:1240px}.zoom-pdf .z-header{background:var(--black);padding:20px 0}.zoom-pdf .z-header-inner{justify-content:space-between;align-items:center;display:flex}.zoom-pdf .z-header-right,.zoom-pdf .z-header-desktop{align-items:center;gap:20px;display:flex}.zoom-pdf .z-header-mobile{display:none}.zoom-pdf .z-hamburger{cursor:pointer;width:44px;height:44px;color:var(--white);background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;padding:10px;transition:background .2s;display:flex}.zoom-pdf .z-hamburger:hover{background:#ffffff1a}.zoom-pdf .z-hamburger-line{background:currentColor;border-radius:1px;width:22px;height:2px;display:block}.zoom-pdf .z-mobile-menu-backdrop{z-index:9998;background:#00000080;animation:.2s z-fade-in;position:fixed;inset:0}.zoom-pdf .z-mobile-menu{background:var(--black);z-index:9999;flex-direction:column;gap:24px;width:min(320px,100vw);height:100vh;padding:24px;animation:.25s z-slide-in-right;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 20px #0000004d}@keyframes z-fade-in{0%{opacity:0}to{opacity:1}}@keyframes z-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.zoom-pdf .z-mobile-menu-close{width:44px;height:44px;color:var(--white);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;font-size:2.4rem;line-height:1;transition:background .2s;display:flex}.zoom-pdf .z-mobile-menu-close:hover{background:#ffffff1a}.zoom-pdf .z-mobile-menu-rec{color:var(--white);align-items:center;gap:10px;padding-left:28px;font-size:1.5rem;font-weight:600;display:flex;position:relative}.zoom-pdf .z-mobile-menu-rec .z-recording-circle{background-color:#ac0000;border-radius:50%;width:10px;height:10px;animation:2s infinite z-pulse;position:absolute;top:50%;left:0;transform:translateY(-50%)}.zoom-pdf .z-mobile-menu-rec .z-recording-circle:before{content:"";border:1px solid #ffffff80;border-radius:50%;width:26px;height:26px;animation:2s infinite z-pulse;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.zoom-pdf .z-mobile-menu-nav{flex-direction:column;gap:12px;display:flex}.zoom-pdf .z-mobile-menu-label{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;font-weight:600}.zoom-pdf .z-mobile-menu-links{flex-direction:column;gap:4px;display:flex}.zoom-pdf .z-mobile-menu-item{color:var(--white);border-radius:8px;align-items:center;min-height:48px;padding:14px 16px;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.zoom-pdf .z-mobile-menu-item:hover{color:var(--white);background:#ffffff1a;text-decoration:none}.zoom-pdf .z-mobile-menu-item-active{color:var(--white);cursor:default;background:#fff3}.zoom-pdf .z-locale-switcher{align-items:center;gap:10px;display:flex}.zoom-pdf .z-locale-label{display:none}.zoom-pdf .z-locale-pills{background:#ffffff0d;border:1px solid #ffffff59;border-radius:8px;display:inline-flex;overflow:hidden}.zoom-pdf .z-locale-pill{color:#ffffffb3;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px 14px;font-size:1.4rem;font-weight:700;display:inline-flex}.zoom-pdf .z-locale-pill-link{color:var(--white);text-decoration:none;transition:background .2s}.zoom-pdf .z-locale-pill-link:hover{color:var(--white);background:#ffffff26;text-decoration:none}.zoom-pdf .z-locale-pill-active{color:var(--white);cursor:default;background:#fff3}.zoom-pdf .z-locale-full{display:none}.zoom-pdf .z-header .z-logo{width:auto;height:42px}.zoom-pdf .z-recspan{color:var(--white);height:42px;padding-left:30px;line-height:42px;position:relative}.zoom-pdf .z-recspan .z-recording-circle{background-color:#ac0000;border-radius:50%;width:10px;height:10px;animation:2s infinite z-pulse;position:absolute;top:50%;left:0;transform:translateY(-50%)}.zoom-pdf .z-recspan .z-recording-circle:before{content:"";border:1px solid #ffffff80;border-radius:50%;width:26px;height:26px;animation:2s infinite z-pulse;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}@keyframes z-pulse{0%,to{opacity:1}50%{opacity:.5}}.zoom-pdf .z-hero{background:var(--black)url(/img/bg.jpg) center bottom no-repeat;color:var(--white);background-size:cover;padding:60px 0 100px}.zoom-pdf .z-hero-inner{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.zoom-pdf .z-hero-img-wrap{justify-self:end}.zoom-pdf .z-pretitle{color:var(--green);font-weight:700;font-size:inherit;margin:0 0 11px}.zoom-pdf .z-hero h1{margin:0 0 23px;font-size:4.5rem;font-weight:800;line-height:1.2}.zoom-pdf.locale-en .z-hero h1{font-size:4.2rem}.zoom-pdf .z-hero .z-hero-p{margin:0 0 50px;font-size:1.6rem;line-height:1.5}.zoom-pdf .z-btn{background:var(--green);color:var(--white);font-weight:800;font-size:inherit;white-space:nowrap;border-radius:10px;padding:16px 32px;text-decoration:none;transition:background .2s;display:inline-block}.zoom-pdf .z-btn:hover{color:var(--white);background:#005b00;text-decoration:none}.zoom-pdf .z-hero-img-wrap{text-align:right}.zoom-pdf .z-hero-img-wrap .z-hero-img{border-radius:var(--radius);border:5px solid var(--white);box-shadow:var(--shadow);aspect-ratio:1;object-fit:cover;width:100%;max-width:380px;margin-left:auto;display:block}.zoom-pdf .z-hero-caption{text-transform:uppercase;letter-spacing:.05em;margin-top:12px;font-size:1.4rem}.zoom-pdf .z-info-section{background:var(--white);padding:60px 0 40px}.zoom-pdf .z-info-cols{grid-template-columns:1.65fr auto 1fr;gap:0;max-width:1240px;margin:0 auto;padding:0 30px;display:grid}.zoom-pdf .z-info-left{padding:0 32px 48px 0}.zoom-pdf .z-info-right{padding:0 0 48px 48px}.zoom-pdf .z-info-divider{background:#d6d6d699;width:1px;min-height:100%}.zoom-pdf .z-info-block{margin-bottom:36px}.zoom-pdf .z-info-block:last-child{margin-bottom:0}.zoom-pdf .z-info-h2{color:var(--black);margin:0 0 18px;font-size:3.8rem;font-weight:800;line-height:1.2}.zoom-pdf .z-info-intro{color:var(--black);margin:0 0 20px;font-size:1.8rem;line-height:1.6}.zoom-pdf .z-info-ul{margin:0 0 20px;padding:0;list-style:none}.zoom-pdf .z-info-li{color:var(--black);margin:0 0 10px;padding-left:36px;font-size:1.8rem;font-weight:700;line-height:1.5;position:relative}.zoom-pdf .z-info-li .material-symbols-outlined{font-size:2.2rem;position:absolute;top:2px;left:0}.zoom-pdf .z-info-left .z-info-ul-normal .z-info-li{font-weight:400}.zoom-pdf .z-info-li-check .material-symbols-outlined{color:var(--green)}.zoom-pdf .z-info-li-cancel .material-symbols-outlined{color:#ac0000}.zoom-pdf .z-info-right .z-info-ul .z-info-li{margin-bottom:38px;font-weight:400}.zoom-pdf .z-info-right .z-info-ul .z-info-li:last-child{margin-bottom:0}.zoom-pdf .z-info-outro{color:var(--black);margin:0;font-size:1.8rem;line-height:1.6}.zoom-pdf .z-info-hr{border:0;border-top:1px solid #d6d6d6b3;margin:24px 0}.zoom-pdf .z-info-cta-wrap{margin:28px 0 0}.zoom-pdf .z-cta-banner{background:var(--black)url(/img/bg.jpg) center center no-repeat;color:var(--white);background-size:cover;border-top:1px solid #fff3;padding:48px 0}.zoom-pdf .z-cta-banner-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.zoom-pdf .z-cta-banner-text{flex:1;min-width:0}.zoom-pdf .z-cta-banner-headline{color:var(--white);margin:0 0 12px;font-size:2.8rem;font-weight:800;line-height:1.2}.zoom-pdf .z-cta-banner-details{color:#38a169;flex-wrap:wrap;align-items:center;gap:12px 16px;margin:0;font-size:1.6rem;display:flex}.zoom-pdf .z-cta-banner-sep{background:#fff6;flex-shrink:0;width:1px;height:1em}.zoom-pdf .z-cta-banner-action{flex-shrink:0}.zoom-pdf .z-cta-banner-btn{color:var(--white);white-space:nowrap;background:#0f7600;border-radius:10px;padding:16px 36px;font-size:1.8rem;font-weight:800;text-decoration:none;display:inline-block}.zoom-pdf .z-cta-banner-btn:hover{color:var(--white);background:#0a5c00;text-decoration:none}.zoom-pdf .z-section{padding:70px 0}.zoom-pdf .z-section h2{color:var(--black);margin:0 0 22px;font-size:3.4rem;font-weight:800;line-height:1.2}.zoom-pdf .z-section-intro{font-size:inherit;margin:0 0 40px;line-height:1.6}.zoom-pdf .z-cards-row{grid-template-columns:repeat(3,1fr);gap:20px;margin:0 0 28px;display:grid}.zoom-pdf .z-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:24px 24px 24px 72px;position:relative}.zoom-pdf .z-card .z-icon{position:absolute;top:50%;left:24px;transform:translateY(-50%)}.zoom-pdf .z-card .z-icon span{color:var(--green);font-size:3.2rem}.zoom-pdf .z-card .z-icon.z-icon-red span{color:#ac0000}.zoom-pdf .z-card h3{margin:0;font-size:1.6rem;font-weight:700;line-height:1.3}.zoom-pdf .z-section-outro{margin:0;font-size:1.6rem;line-height:1.5}.zoom-pdf .z-hr{border:0;border-top:1px solid var(--line);margin:0 0 40px}.zoom-pdf .z-dark{background:var(--dark-bg);color:var(--white);padding:70px 0}.zoom-pdf .z-dark h2{color:var(--white);margin:0 0 24px}.zoom-pdf .z-dark ul{margin:0;padding:0;list-style:none}.zoom-pdf .z-dark li{margin:0 0 8px;padding-left:28px;font-size:1.6rem;line-height:1.4;position:relative}.zoom-pdf .z-dark li:before{content:"";color:var(--green);font-family:Material Symbols Outlined;font-size:2rem;position:absolute;top:2px;left:0}.zoom-pdf .z-midsep{background:var(--dark-bg);color:var(--white);padding:70px 0 90px}.zoom-pdf .z-midsep-inner{grid-template-columns:220px 1fr;align-items:start;gap:50px;display:grid}.zoom-pdf .z-midsep .z-coin-wrap img{width:100%;max-width:200px;height:auto}.zoom-pdf .z-midsep h2{color:var(--white);margin:0 0 28px;font-size:2.6rem;font-weight:800}.zoom-pdf .z-midsep ul{margin:0 0 32px;padding:0;list-style:none}.zoom-pdf .z-midsep li{margin:0 0 8px;padding-left:28px;font-size:1.6rem;line-height:1.4;position:relative}.zoom-pdf .z-midsep li:before{content:"";color:var(--green);font-family:Material Symbols Outlined;font-size:2rem;position:absolute;top:2px;left:0}.zoom-pdf .z-cta{background:var(--dark-bg);color:var(--white);text-align:center;padding:70px 0 90px}.zoom-pdf .z-cta h2{color:var(--white);margin:0 0 36px}.zoom-pdf .z-cta-cards{text-align:left;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 0 40px;display:grid}.zoom-pdf .z-cta .z-card{color:var(--white);background:#ffffff0f;border:1px solid #ffffff1f}.zoom-pdf .z-cta .z-card h3{color:var(--white);font-size:1.5rem}.zoom-pdf .z-footer{background:var(--black);color:var(--white);padding:28px 0}.zoom-pdf .z-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.zoom-pdf .z-footer-disclaimer{color:#ffffffb3;max-width:70%;margin:0;font-size:1.3rem;font-weight:700}.zoom-pdf .z-footer-copyright{color:#ffffffb3;margin:0;font-size:1.3rem;font-weight:700}@media (max-width:1024px){.zoom-pdf .z-container,.zoom-pdf .z-info-cols{padding:0 24px}.zoom-pdf .z-header{padding:24px 0}.zoom-pdf .z-header .z-logo{height:40px}.zoom-pdf .z-recspan{height:40px;line-height:40px}.zoom-pdf .z-hero{padding:50px 0 80px}.zoom-pdf .z-hero-inner{gap:40px}.zoom-pdf .z-hero h1{font-size:4rem}.zoom-pdf.locale-en .z-hero h1{font-size:3.8rem}.zoom-pdf .z-hero .z-hero-p{margin-bottom:36px;font-size:1.5rem}.zoom-pdf .z-info-h2{font-size:3.2rem}.zoom-pdf .z-info-intro,.zoom-pdf .z-info-outro,.zoom-pdf .z-info-li{font-size:1.7rem}.zoom-pdf .z-cta-banner{padding:40px 0}.zoom-pdf .z-cta-banner-headline{font-size:2.6rem}.zoom-pdf .z-cta-banner-details{font-size:1.5rem}.zoom-pdf .z-cta-banner-btn{padding:14px 28px;font-size:1.6rem}.zoom-pdf .z-footer{padding:24px 0}.zoom-pdf .z-footer-disclaimer,.zoom-pdf .z-footer-copyright{font-size:1.25rem}.zoom-pdf .z-section h2,.zoom-pdf .z-midsep h2,.zoom-pdf .z-cta h2{font-size:2.8rem}}@media (max-width:900px){.zoom-pdf .z-hero-inner{text-align:center;grid-template-columns:1fr;gap:36px}.zoom-pdf .z-hero-img-wrap{justify-self:center}.zoom-pdf .z-hero-img-wrap .z-hero-img{max-width:320px;margin-left:auto;margin-right:auto}.zoom-pdf .z-info-cols{grid-template-columns:1fr}.zoom-pdf .z-info-divider{display:none}.zoom-pdf .z-info-left,.zoom-pdf .z-info-right{padding:0}.zoom-pdf .z-info-left{border-bottom:1px solid var(--line);margin-bottom:36px;padding-bottom:36px}.zoom-pdf .z-info-right .z-info-ul .z-info-li{margin-bottom:28px}.zoom-pdf .z-cta-banner-inner{text-align:center;flex-direction:column;align-items:stretch;gap:20px}.zoom-pdf .z-cta-banner-details{justify-content:center}.zoom-pdf .z-cta-banner-action{justify-content:center;display:flex}.zoom-pdf .z-footer-inner{text-align:center;flex-direction:column}.zoom-pdf .z-footer-disclaimer{max-width:100%}}@media (max-width:680px){.zoom-pdf .z-container,.zoom-pdf .z-info-cols{padding:0 20px}.zoom-pdf .z-header{padding:20px 0}.zoom-pdf .z-header-right{gap:12px}.zoom-pdf .z-header-desktop{display:none}.zoom-pdf .z-header-mobile{align-items:center;display:flex}.zoom-pdf .z-locale-pill{min-width:48px;min-height:44px;padding:10px 12px;font-size:1.3rem}.zoom-pdf .z-locale-short{display:none}.zoom-pdf .z-locale-full{display:inline}.zoom-pdf .z-header .z-logo{height:36px}.zoom-pdf .z-recspan{height:36px;padding-left:28px;font-size:1.5rem;line-height:36px}.zoom-pdf .z-hero{padding:40px 0 60px}.zoom-pdf .z-hero h1{font-size:3.2rem}.zoom-pdf.locale-en .z-hero h1{font-size:3.4rem}.zoom-pdf .z-hero .z-hero-p{margin-bottom:28px;font-size:1.4rem}.zoom-pdf .z-btn{white-space:normal;text-align:center;padding:14px 24px}.zoom-pdf .z-info-section{padding:40px 0 32px}.zoom-pdf .z-info-h2{margin-bottom:14px;font-size:2.8rem}.zoom-pdf .z-info-intro,.zoom-pdf .z-info-outro,.zoom-pdf .z-info-li{font-size:1.6rem}.zoom-pdf .z-info-li .material-symbols-outlined{font-size:2rem}.zoom-pdf .z-info-block{margin-bottom:28px}.zoom-pdf .z-info-hr{margin:20px 0}.zoom-pdf .z-info-left{margin-bottom:28px;padding-bottom:28px}.zoom-pdf .z-cta-banner{padding:32px 0}.zoom-pdf .z-cta-banner-headline{font-size:2.2rem}.zoom-pdf .z-cta-banner-details{gap:10px 12px;font-size:1.4rem}.zoom-pdf .z-cta-banner-btn{text-align:center;width:100%;max-width:320px;margin:0 auto;padding:14px 24px;font-size:1.5rem;display:block}.zoom-pdf .z-footer{padding:20px 0}.zoom-pdf .z-footer-disclaimer,.zoom-pdf .z-footer-copyright{font-size:1.2rem}.zoom-pdf .z-section h2,.zoom-pdf .z-midsep h2,.zoom-pdf .z-cta h2{font-size:2.4rem}}@media (max-width:540px){.zoom-pdf .z-container,.zoom-pdf .z-info-cols{padding:0 16px}.zoom-pdf .z-header .z-logo{height:32px}.zoom-pdf .z-recspan{height:32px;padding-left:24px;font-size:1.4rem;line-height:32px}.zoom-pdf .z-recspan .z-recording-circle:before{width:22px;height:22px;left:-6px}.zoom-pdf .z-hero h1{font-size:2.6rem}.zoom-pdf.locale-en .z-hero h1{font-size:2.7rem}.zoom-pdf .z-hero .z-hero-p{font-size:1.3rem}.zoom-pdf .z-hero-img-wrap .z-hero-img{max-width:280px}.zoom-pdf .z-hero-caption{font-size:1.2rem}.zoom-pdf .z-info-h2{font-size:2.4rem}.zoom-pdf .z-info-intro,.zoom-pdf .z-info-outro,.zoom-pdf .z-info-li{font-size:1.5rem}.zoom-pdf .z-info-li{padding-left:32px}.zoom-pdf .z-info-li .material-symbols-outlined{font-size:1.8rem}.zoom-pdf .z-cta-banner-headline{font-size:1.9rem}.zoom-pdf .z-cta-banner-details{font-size:1.3rem}.zoom-pdf .z-cta-banner-btn{padding:12px 20px;font-size:1.4rem}.zoom-pdf .z-section h2,.zoom-pdf .z-midsep h2,.zoom-pdf .z-cta h2{font-size:2rem}}@media (max-width:400px){.zoom-pdf .z-container,.zoom-pdf .z-info-cols{padding:0 14px}.zoom-pdf .z-locale-short{display:inline}.zoom-pdf .z-locale-full{display:none}.zoom-pdf .z-locale-pill{min-width:40px;padding:8px 10px}.zoom-pdf .z-header .z-logo{height:28px}.zoom-pdf .z-recspan{height:28px;font-size:1.3rem;line-height:28px}.zoom-pdf .z-hero{padding:32px 0 48px}.zoom-pdf .z-hero h1{font-size:2.2rem}.zoom-pdf.locale-en .z-hero h1{font-size:2.3rem}.zoom-pdf .z-hero .z-hero-p{font-size:1.25rem}.zoom-pdf .z-info-section{padding:32px 0 24px}.zoom-pdf .z-info-h2{font-size:2.1rem}.zoom-pdf .z-info-intro,.zoom-pdf .z-info-outro,.zoom-pdf .z-info-li{font-size:1.4rem}.zoom-pdf .z-cta-banner{padding:24px 0}.zoom-pdf .z-cta-banner-headline{font-size:1.7rem}.zoom-pdf .z-cta-banner-details{flex-direction:column;gap:8px}.zoom-pdf .z-cta-banner-sep{display:none}.zoom-pdf .z-footer{padding:16px 0}.zoom-pdf .z-footer-disclaimer,.zoom-pdf .z-footer-copyright{font-size:1.1rem}}
