/* LiteCore Popup 1.6.2 — public popup surface. */
.lc-popup[hidden]{display:none!important}
.lc-popup{position:fixed;inset:0;z-index:2400;display:grid;place-items:center;padding:max(14px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));box-sizing:border-box;font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.lc-popup *{box-sizing:border-box}
.lc-popup-backdrop{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:0;background:rgba(6,22,26,.78);cursor:pointer;appearance:none;backdrop-filter:blur(5px)}
.lc-popup-dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);width:min(860px,100%);max-height:min(88vh,780px);overflow:auto;border:1px solid rgba(255,255,255,.16);border-radius:4px;background:#fff;color:#102f35;box-shadow:0 35px 110px rgba(0,0,0,.44)}
.lc-popup-dialog:focus{outline:3px solid rgba(77,176,154,.45);outline-offset:2px}
.lc-popup-art{position:relative;display:flex;min-height:440px;flex-direction:column;justify-content:space-between;padding:40px 32px;overflow:hidden;background:linear-gradient(150deg,#102f35,#14786f);color:#fff}
.lc-popup-art:before,.lc-popup-art:after{position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.18);content:"";transform:rotate(35deg)}
.lc-popup-art:before{right:-98px;top:-82px}.lc-popup-art:after{left:-132px;bottom:-108px}
.lc-popup-art span,.lc-popup-art strong,.lc-popup-art i{position:relative}
.lc-popup-art span{font-size:.63rem;font-weight:900;letter-spacing:.2em}
.lc-popup-art strong{max-width:220px;font:600 clamp(1.65rem,3vw,2.15rem)/1.12 Georgia,"Times New Roman",serif}
.lc-popup-art i{width:46px;height:3px;background:#e7bd55}
.lc-popup-body{min-width:0;padding:clamp(36px,6vw,64px)}
.lc-popup-eyebrow{margin:0 0 14px;color:#14786f;font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.lc-popup-dialog h2{margin:0 42px 18px 0;color:#102f35;font:600 clamp(1.9rem,4vw,3.1rem)/1.05 Georgia,"Times New Roman",serif;letter-spacing:-.035em}
.lc-popup-content{color:#405558;font-size:.96rem;line-height:1.72;overflow-wrap:anywhere}
.lc-popup-content>:first-child{margin-top:0}.lc-popup-content>:last-child{margin-bottom:0}
.lc-popup-content p,.lc-popup-content ul,.lc-popup-content ol{margin:0 0 17px}
.lc-popup-content img{display:block;max-width:100%;height:auto;margin:18px 0;border-radius:2px}
.lc-popup-content a{display:inline-flex;min-height:46px;align-items:center;margin:8px 8px 0 0;padding:10px 17px;border:1px solid #14786f;border-radius:3px;background:#14786f;color:#fff!important;font-weight:800;text-decoration:none!important}
.lc-popup-content a:hover{border-color:#0d5e57;background:#0d5e57}
.lc-popup-content a+a{border-color:#bccbc7;background:#fff;color:#102f35!important}.lc-popup-content a+a:hover{border-color:#14786f;background:#eef7f4}
.lc-popup-close{position:absolute;right:14px;top:14px;z-index:3;display:grid;width:42px;height:42px;place-items:center;margin:0;padding:0;border:1px solid #d4ddda;border-radius:3px;background:#fff;color:#102f35;font:400 1.75rem/1 sans-serif;cursor:pointer;appearance:none}
.lc-popup-close:hover{border-color:#14786f;background:#eef7f4}.lc-popup-close:focus-visible{outline:3px solid rgba(20,120,111,.22);outline-offset:2px}
body.lc-popup-open{overflow:hidden}

@media(max-width:720px){.lc-popup{padding:10px}.lc-popup-dialog{grid-template-columns:1fr;width:100%;max-height:calc(100vh - 20px)}.lc-popup-art{min-height:128px;padding:24px}.lc-popup-art strong{max-width:280px;font-size:1.5rem}.lc-popup-art i{display:none}.lc-popup-body{padding:29px 21px 32px}.lc-popup-dialog h2{margin-right:38px;font-size:2rem}.lc-popup-close{right:10px;top:10px}}
@media(max-width:420px){.lc-popup-content a{display:flex;width:100%;justify-content:center;margin-right:0}.lc-popup-art{min-height:112px}.lc-popup-body{padding:25px 17px 28px}}
@media(prefers-reduced-motion:reduce){.lc-popup-backdrop{backdrop-filter:none}}
