@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&display=swap";
:root{--font:"Instrument Sans", sans-serif}.cp{background:#f7f8fc;min-height:100vh}.cp-hero{text-align:center;background:linear-gradient(135deg,#0d2a4a 0%,#1a4a7a 50%,#2a6099 100%);flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:56px 24px 48px;display:flex;position:relative;overflow:hidden}.cp-hero__grid{pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.cp-hero__watermark{font-family:var(--font);color:#ffffff0d;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:90px;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)rotate(-8deg)}.cp-hero__breadcrumb{z-index:2;color:#ffffffa6;letter-spacing:.3px;margin-bottom:14px;font-size:13px;position:relative}.cp-hero__breadcrumb span{opacity:.7;margin:0 6px}.cp-hero__title{z-index:2;color:#fff;letter-spacing:-.5px;margin:0 0 18px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;position:relative}.cp-hero__accent{z-index:2;align-items:center;gap:8px;margin-bottom:14px;display:flex;position:relative}.cp-hero__accent-line{background:#e8a020;border-radius:2px;width:48px;height:2px}.cp-hero__accent-dot{background:#e8a020;border-radius:50%;width:9px;height:9px}.cp-body{padding:56px 20px 72px}.cp-container{background:#fff;border-radius:14px;max-width:1000px;margin:0 auto;padding:48px 56px;overflow:hidden;box-shadow:0 2px 24px #00000012}.cp-banner{border-radius:10px;margin-bottom:32px;overflow:hidden}.cp-banner__img{width:100%;height:auto;display:block}.cp-heading{color:#1a3a5c;border-bottom:2px solid #f0f0f0;margin:0 0 28px;padding-bottom:14px;font-size:1.6rem;font-weight:700}.cp-content{color:#2d3748;word-break:break-word;overflow-wrap:break-word;width:100%;font-size:16px;line-height:1.85;overflow:hidden}.cp-content *,.cp-content :before,.cp-content :after{box-sizing:border-box!important;float:none!important;clear:both!important;max-width:100%!important;position:static!important}.cp-content div,.cp-content section,.cp-content article,.cp-content aside,.cp-content header,.cp-content footer{column-count:unset!important;column-gap:unset!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;display:block!important;inset:auto!important}.cp-content p{font-size:inherit;text-align:justify;line-height:1.85;width:100%!important;max-width:100%!important;margin:0 0 12px!important;left:auto!important;right:auto!important}.cp-content p:empty{height:8px;margin:0!important}.cp-content p:has(>br:only-child){height:8px;margin:0!important}.cp-content h1,.cp-content h2,.cp-content h3,.cp-content h4{color:#1a3a5c;font-weight:700;line-height:1.3;width:100%!important;margin:28px 0 10px!important}.cp-content hr{border:none;border-top:1.5px solid #e2e8f0;margin:28px 0}.cp-content strong{color:inherit;font-weight:700}.cp-content span{float:none!important;max-width:100%!important;display:inline!important;position:static!important}.cp-content span[style*="color:#2980b9"],.cp-content span[style*="color: #2980b9"]{color:#2980b9!important}.cp-content span[style*="color:#d35400"],.cp-content span[style*="color: #d35400"]{color:#d35400!important}.cp-content span[style*=font-size\:18px]{font-size:16px!important}.cp-content span[style*=font-size\:20px]{font-weight:600;font-size:18px!important}.cp-content ul,.cp-content ol{width:100%!important;margin:10px 0 18px!important;padding-left:22px!important}.cp-content li{word-break:break-word;margin-bottom:7px;font-size:16px;line-height:1.7}.cp-content img{border-radius:8px;float:none!important;max-width:100%!important;height:auto!important;margin:14px 0!important;display:block!important}.cp-content blockquote{color:#555;background:#fffbf2;border-left:4px solid #e8a020;border-radius:0 6px 6px 0;padding:12px 20px;font-style:italic;width:100%!important;margin:20px 0!important}.cp-content figure.table{-webkit-overflow-scrolling:touch;float:none!important;width:100%!important;margin:20px 0!important;display:block!important;position:static!important;overflow-x:auto!important}.cp-content table{border-collapse:collapse;table-layout:auto;border:1px solid #d1d9e6;min-width:500px;margin:0;font-size:14px}.cp-content table th{color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background:#1a3a5c;border:1px solid #2a4a6c;padding:12px 16px;font-size:13px;font-weight:600;position:static!important}.cp-content table td{color:#374151;text-align:center;vertical-align:middle;white-space:nowrap;border:1px solid #d1d9e6;padding:10px 16px;position:static!important}.cp-content table td:first-child{text-align:left;color:#1a3a5c;white-space:nowrap;background:#f0f4f8;font-weight:600}.cp-content table tr:nth-child(2n) td{background:#f7f8fc}.cp-content table tr:nth-child(2n) td:first-child{background:#e8edf5}.cp-loading{justify-content:center;align-items:center;min-height:400px;display:flex}.cp-spinner{border:3px solid #e2e8f0;border-top-color:#2a6099;border-radius:50%;width:40px;height:40px;animation:.7s linear infinite cp-spin}@keyframes cp-spin{to{transform:rotate(360deg)}}.cp-error{text-align:center;color:#e53e3e;padding:100px 20px;font-size:18px}@media (max-width:768px){.cp-hero{min-height:200px;padding:40px 20px 36px}.cp-container{padding:28px 16px}.cp-heading{font-size:1.3rem}.cp-content{font-size:15px}.cp-content span[style*=font-size\:18px]{font-size:15px!important}.cp-content span[style*=font-size\:20px]{font-size:16px!important}.cp-content table th,.cp-content table td{padding:8px 12px;font-size:12px}}@media (max-width:480px){.cp-body{padding:32px 12px 48px}.cp-container{border-radius:10px;padding:20px 12px}.cp-content{font-size:14px}.cp-content table th,.cp-content table td{padding:6px 10px;font-size:11px}}
