.c23-popup{--popup-bg:#fff;--popup-text:#00005b;--popup-text-muted:#6b7280;--popup-border:transparent;--overlay-alpha:0.6;--cta-bg:#1733ff;--cta-text:#fff;--cta-border:#1733ff;--img-ratio:1;--card-width:480px;--size-mult:1;align-items:center;animation:c23-popup-fade-in .3s ease-out;background:rgba(0,0,91,var(--overlay-alpha));display:flex;font-family:inherit;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.c23-popup[hidden]{display:none}@keyframes c23-popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes c23-popup-slide-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.c23-popup__card{animation:c23-popup-slide-in .35s ease-out;background:var(--popup-bg);border:1px solid var(--popup-border);color:var(--popup-text);font-family:inherit;max-height:90vh;max-width:calc(var(--card-width)*var(--size-mult));overflow-y:auto;position:relative;width:100%}.c23-popup__card[data-shape=chamfered_15px]{clip-path:polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px)}.c23-popup[data-theme=light] .c23-popup__card{--popup-bg:#fff;--popup-text:#00005b;--popup-text-muted:#6b7280}.c23-popup[data-theme=soft] .c23-popup__card{--popup-bg:#f4f5fb;--popup-text:#00005b;--popup-text-muted:#4b5563}.c23-popup[data-theme=dark] .c23-popup__card{--popup-bg:#00005b;--popup-text:#fff;--popup-text-muted:hsla(0,0%,100%,.75)}.c23-popup__close{align-items:center;background:rgba(0,0,91,.08);border:0;color:var(--popup-text);cursor:pointer;display:inline-flex;font-family:inherit;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:background .2s ease;width:36px;z-index:3}.c23-popup[data-theme=dark] .c23-popup__close{background:hsla(0,0%,100%,.15)}.c23-popup__close:hover{background:rgba(0,0,91,.18)}.c23-popup[data-theme=dark] .c23-popup__close:hover{background:hsla(0,0%,100%,.25)}.c23-popup__close:focus-visible{outline:2px solid #1733ff;outline-offset:2px}.c23-popup__close svg{height:16px;width:16px}.c23-popup__media{background:#eef0f7;display:block;overflow:hidden;width:100%}.c23-popup__media a{display:block;line-height:0}.c23-popup__media img{aspect-ratio:var(--img-ratio);display:block;height:auto;object-fit:cover;width:100%}.c23-popup__body{padding:28px 28px 32px}.c23-popup__kicker{align-items:center;color:var(--popup-text);display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:8px;letter-spacing:.04em;margin-bottom:14px;text-transform:uppercase}.c23-popup__shape{border-radius:0;display:block;flex-shrink:0;height:14px;width:14px}.c23-popup__shape--blue{background:#1733ff;clip-path:polygon(96% 0,0 4%,4% 100%,100% 96%)}.c23-popup__shape--green{background:#57d994;clip-path:polygon(12% 0,2% 14%,0 98%,74% 100%,100% 71%,100% 0)}.c23-popup__shape--yellow{background:#ffcb2a;clip-path:polygon(71% 0,0 4%,6% 100%,63% 96%,100% 59%,97% 26%)}.c23-popup__shape--red{background:#f74133;clip-path:polygon(22% 0,4% 13%,0 97%,58% 100%,96% 67%,100% 9%)}.c23-popup__headline{color:var(--popup-text);font-family:inherit;font-size:26px;font-weight:600;line-height:1.15;margin:0 0 10px}.c23-popup__headline em{color:#1733ff;font-style:normal}.c23-popup[data-theme=dark] .c23-popup__headline em{color:#ffcb2a}.c23-popup__subheadline{color:var(--popup-text-muted);font-family:inherit;font-size:15px;font-weight:300;line-height:1.5;margin:0 0 20px}.c23-popup__subheadline em{color:#1733ff;font-style:normal;font-weight:600}.c23-popup[data-theme=dark] .c23-popup__subheadline em{color:#ffcb2a}.c23-popup__subheadline p{margin:0 0 8px}.c23-popup__subheadline p:last-child{margin-bottom:0}.c23-popup__cta{align-items:center;background:var(--cta-bg);border:2px solid var(--cta-border);color:var(--cta-text);cursor:pointer;display:inline-flex;font-family:inherit;font-size:15px;font-weight:600;justify-content:center;line-height:1.2;padding:12px 24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.c23-popup__cta[data-hover-lift=true]:hover{box-shadow:0 6px 14px rgba(0,0,91,.18);transform:translateY(-2px)}.c23-popup__cta:focus-visible{outline:2px solid #ffcb2a;outline-offset:2px}.c23-popup__legal{color:var(--popup-text-muted);font-family:inherit;font-size:12px;line-height:1.5;margin:16px 0 0}.c23-popup__legal a{color:inherit;text-decoration:underline}.c23-popup__legal p{margin:0}@media (max-width:640px){.c23-popup{padding:12px}.c23-popup__card{max-height:92vh;max-width:100%}.c23-popup__body{padding:22px 20px 26px}.c23-popup__headline{font-size:22px}}@media (prefers-reduced-motion:reduce){.c23-popup,.c23-popup__card{animation:none}.c23-popup__cta[data-hover-lift=true]:hover{transform:none}}