@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{font-family:Nunito,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--title-font: "Playfair Display", "Times New Roman", serif;--surface: #ffffff;--ink: #1f2a44;--muted: #6b7280;--accent-red: #e11d48;--accent-blue: #0f4c81}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff}a{color:inherit}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;color:var(--ink)}.header{padding:20px clamp(16px,6vw,72px) 8px;position:sticky;top:0;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo-row{display:flex;align-items:center;gap:clamp(12px,4vw,40px);justify-content:space-between;flex-wrap:wrap}.logo{height:clamp(34px,6vw,56px);width:auto;object-fit:contain}.logo.excellency{height:clamp(28px,5vw,44px)}.header-line{margin-top:16px;height:1px;width:100%;background:linear-gradient(90deg,#12325200,#12325233,#12325200)}.main{flex:1;padding:24px clamp(16px,6vw,120px) 64px;display:flex;flex-direction:column;gap:clamp(36px,6vw,72px)}.section-title{text-align:center;display:grid;gap:8px;justify-items:center}.section-title h1,.section-title h2{font-family:var(--title-font);font-weight:700;color:#123252;margin:0;font-size:clamp(2rem,4vw,3rem)}.section-title h2{font-size:clamp(1.7rem,3.4vw,2.6rem)}.title-underline{width:44px;height:3px;background:#33b8d1;border-radius:999px}.hero{display:grid;gap:18px;text-align:center}.hero-quote{font-size:clamp(1.2rem,2.6vw,1.6rem);color:#123252;font-weight:600;margin:0}.hero-copy{display:grid;gap:18px;max-width:760px;margin:0 auto;color:#41536b;font-size:1.03rem;line-height:1.8}.hero-copy p{margin:0}.cta{font-weight:700;color:var(--accent-blue)}.materials{display:flex;flex-direction:column;gap:18px}.section-subtitle{margin:0;text-align:center;color:#5d6c80}.card-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(230px,1fr));justify-items:center}.material-card{background:var(--surface);border-radius:18px;padding:20px 22px;border:1px solid rgba(18,38,63,.1);box-shadow:0 16px 36px #0f172a14;display:flex;flex-direction:column;gap:16px;width:100%;max-width:720px;text-align:center}.badge{display:inline-flex;align-items:center;justify-content:center;background:#e5393524;color:var(--accent-red);font-weight:800;font-size:.72rem;padding:6px 10px;border-radius:999px;width:fit-content}.material-card h3{margin:12px 0 0;font-size:1.1rem;word-break:break-word;color:#1c2f4a}.material-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center}.btn{border-radius:999px;padding:10px 20px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn.primary{background:linear-gradient(135deg,var(--accent-red),#f97316);color:#fff;box-shadow:0 12px 24px #e5393547}.btn.ghost{background:#fff;color:var(--accent-blue);border:1px solid rgba(18,38,63,.18);box-shadow:0 10px 22px #0f172a14}.btn:hover{transform:translateY(-2px)}.footer{background:#122a42;color:#e2e8f0;padding:28px clamp(16px,6vw,120px);text-align:center}.footer a{color:#fff;font-weight:700;text-decoration:none}.footer{color:#fff}@media(max-width:640px){.page{font-size:.92rem}.logo-row{justify-content:center}.section-title h1,.section-title h2{font-size:clamp(1.4rem,6vw,2rem)}.hero-quote{font-size:1rem}.hero-copy{font-size:.95rem;line-height:1.65}.material-card h3{font-size:.9rem;line-height:1.3}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.material-actions{flex-direction:column;align-items:stretch;gap:8px}.btn{justify-content:center;width:100%;padding:8px 12px;font-size:.85rem}}.viewer-page{min-height:100vh;height:100vh;--viewer-card-width: 100%;background:radial-gradient(circle at 10% 20%,rgba(15,76,129,.08),transparent 45%),radial-gradient(circle at 80% 10%,rgba(225,29,72,.09),transparent 50%),#f8fafc;color:var(--ink);display:flex;flex-direction:column;gap:16px;padding:12px clamp(12px,4vw,48px) 16px;align-items:center;overflow:hidden}.viewer-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;flex-wrap:wrap;background:#ffffffe6;border:1px solid rgba(18,38,63,.08);padding:12px 16px;border-radius:16px;box-shadow:0 14px 32px #0f172a14;width:var(--viewer-card-width)}.viewer-back{border:none;background:linear-gradient(135deg,var(--accent-blue),#33b8d1);color:#fff;font-weight:700;padding:10px 18px;border-radius:999px;cursor:pointer;box-shadow:0 10px 22px #0f172a2e}.viewer-title{font-weight:700;color:#123252;font-size:clamp(.9rem,1.1vw,1.05rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.flipbook-viewer{display:flex;flex-direction:column;align-items:center;gap:12px;width:var(--viewer-card-width)}.flipbook-loading{border-radius:16px;background:#12263f14;box-shadow:inset 0 0 0 1px #0f172a1a;display:flex;align-items:center;justify-content:center}.flipbook-loading-inner{display:flex;align-items:center;gap:12px;color:#334155;font-weight:700}.spin{width:40px;height:40px;color:var(--accent-red);animation:spin 1s linear infinite}.spin-track{opacity:.2}.spin-head{opacity:.8}.dashboard-loading{display:flex;align-items:center;justify-content:center;padding:32px 0 12px}.dashboard-loading-inner{display:inline-flex;align-items:center;gap:12px;padding:14px 20px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(18,38,63,.08);box-shadow:0 12px 26px #0f172a1f;color:#334155;font-weight:700}.skeleton-card{position:relative;overflow:hidden}.skeleton-card:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#fff9,#fff0);animation:shimmer 1.5s infinite}.skeleton-pill{width:52px;height:20px;border-radius:999px;background:#94a3b859}.skeleton-line{margin-top:12px;height:16px;border-radius:8px;background:#94a3b859}.skeleton-button{height:40px;width:160px;border-radius:999px;background:#94a3b859}@keyframes shimmer{to{transform:translate(100%)}}.flipbook-shell{position:relative;padding:16px;border-radius:14px;background:#fffffff2;box-shadow:0 18px 40px #0f172a1f;border:1px solid rgba(18,38,63,.08);width:100%;margin:0 auto}.flipbook-shell.hidden{display:none}.flipbook-frame{box-shadow:0 18px 45px #0f172a2e;background:#fff;margin:0 auto}.flipbook-page{background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.flipbook-page-canvas{width:100%;height:100%;overflow:hidden}.flipbook-page .react-pdf__Page{width:100%!important;height:100%!important}.flipbook-page .react-pdf__Page__canvas{width:100%!important;height:100%!important;object-fit:contain;transform:scale(var(--page-zoom, 1));transform-origin:center center}.flipbook-cover-left{background:#d5d5d5;color:#0f172a;justify-content:flex-start}.flipbook-cover-inner{padding:clamp(24px,6vw,48px);display:grid;gap:6px;font-family:var(--title-font)}.flipbook-cover-kicker{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.flipbook-cover-inner h3{margin:0;font-size:clamp(1.6rem,4vw,2.6rem)}.flipbook-spacer{background:#d5d5d5}.flipbook-overlay{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-family:var(--title-font);color:#0f172a;pointer-events:none;max-width:40%}.flipbook-overlay-left{left:24px}.flipbook-overlay h4{margin:0;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700}.flipbook-overlay span{font-size:.95rem;font-weight:700}.flipbook-overlay-kicker{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.flipbook-thanks{background:linear-gradient(135deg,#0f4c811f,#e11d481f)}.flipbook-thanks-inner{display:grid;gap:8px;text-align:center;padding:24px;font-family:var(--title-font);color:#1f2937}.flipbook-thanks-inner span{text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;font-weight:700}.flipbook-thanks-inner h3{margin:0;font-size:clamp(1.8rem,4vw,2.6rem)}.flipbook-thanks-inner p{margin:0;font-size:1rem;font-weight:600;color:#475569;word-break:break-word}.flipbook-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;width:var(--viewer-card-width)}.flipbook-join-row{width:100%;display:flex;justify-content:center}.flipbook-join{border-radius:999px;padding:10px 18px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 10px 22px #0f172a1a;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.flipbook-join svg{color:#22c55e}.flipbook-join:hover{transform:translateY(-2px);border-color:#0f172a40;box-shadow:0 14px 28px #0f172a29}.flipbook-join-row{margin-top:6px}.footer-wrap{width:100%}.footer-cta{display:flex;justify-content:center;padding:0 clamp(16px,6vw,120px) 16px}.footer-join{border-radius:999px;padding:10px 18px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 10px 22px #0f172a1a;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.footer-join svg{color:#22c55e}.footer-join:hover{transform:translateY(-2px);border-color:#0f172a40;box-shadow:0 14px 28px #0f172a29}.flipbook-btn{padding:10px 18px;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer}.flipbook-btn.disabled{opacity:.5;cursor:not-allowed}.flipbook-page-count{font-weight:700;color:var(--accent-blue)}.hidden{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.viewer-header{flex-direction:column;align-items:stretch}.viewer-back{width:100%;text-align:center}.flipbook-controls{width:100%;justify-content:center;gap:10px}.flipbook-btn{flex:1;display:inline-flex;justify-content:center}.flipbook-page-count{width:100%;text-align:center}.flipbook-join,.footer-join{width:100%}.footer-cta,.flipbook-overlay{display:none}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}
