.catamaran-popup[hidden]{display:none}.catamaran-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity 220ms ease}.catamaran-popup.is-visible{opacity:1;pointer-events:auto}.catamaran-popup__overlay{position:absolute;inset:0;background:rgb(5 30 45 / .62)}.catamaran-popup__dialog{padding:0;position:relative;z-index:1;width:min(100%, 780px);max-height:min(86vh, 720px);display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);overflow-y:auto;background:#fff;color:#102331;border-radius:8px;box-shadow:0 24px 80px rgb(0 0 0 / .24);transform:translateY(14px) scale(.98);transition:transform 220ms ease}.catamaran-popup.is-visible .catamaran-popup__dialog{transform:translateY(0) scale(1)}.catamaran-popup__dialog:focus{outline:2px solid #1b88a8;outline-offset:4px}.catamaran-popup__close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgb(255 255 255 / .92);color:#102331;font-size:30px;line-height:1;cursor:pointer}.catamaran-popup__close:hover,.catamaran-popup__close:focus{background:#102331;color:#fff}.catamaran-popup__media{min-height:100%;background:#e7eef1}.catamaran-popup__media img{width:100%;height:100%;min-height:420px;display:block;object-fit:cover}.catamaran-popup__content{padding:clamp(28px, 5vw, 52px)}.catamaran-popup__dialog:not(.catamaran-popup__dialog--has-media){grid-template-columns:1fr;max-width:620px}.catamaran-popup__title{margin:0 0 16px;color:#102331;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(32px, 5vw, 52px);font-weight:600;line-height:.98}.catamaran-popup__text{margin:0 0 22px;color:#405466;font-size:16px;line-height:1.65}.catamaran-popup__text>*:first-child{margin-top:0}.catamaran-popup__text>*:last-child{margin-bottom:0}.catamaran-popup__embed{margin-top:24px}.catamaran-popup__embed iframe{width:100%;max-width:100%;border:0}.catamaran-popup__embed form{display:grid;gap:12px}.catamaran-popup__embed input:not([type="checkbox"]):not([type="radio"]){width:100%;min-height:48px;padding:12px 14px;border:1px solid #c7d3da;border-radius:4px;font:inherit}.catamaran-popup__embed button,.catamaran-popup__button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border:0;border-radius:4px;background:#0d6f91;color:#fff;font:inherit;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer}.catamaran-popup__embed button:hover,.catamaran-popup__embed button:focus,.catamaran-popup__button:hover,.catamaran-popup__button:focus{background:#102331;color:#fff}@media (max-width:720px){.catamaran-popup{align-items:flex-start;padding:12px}.catamaran-popup__dialog{width:100%;max-height:88vh;grid-template-columns:1fr}.catamaran-popup__media img{max-height:220px;min-height:180px}.catamaran-popup__content{padding:28px 22px 24px}.catamaran-popup__title{padding-right:42px}}@media (prefers-reduced-motion:reduce){.catamaran-popup,.catamaran-popup__dialog{transition:none}}