.page-popup{position:fixed;inset:0;z-index:9990;display:flex;align-items:flex-end;justify-content:center;padding:0;pointer-events:none;opacity:0;transition:opacity .25s ease}.page-popup.is-open{pointer-events:auto;opacity:1}.page-popup__backdrop{position:absolute;inset:0;background:rgba(12,25,39,.55);cursor:pointer}.page-popup__sheet{position:relative;width:100%;max-width:100%;min-height:0;max-height:min(72dvh,100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));margin:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -10px 48px rgba(12,25,39,.22);display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);transition:transform .28s ease}.page-popup.is-open .page-popup__sheet{transform:translateY(0)}@media (min-width:768px){.page-popup{align-items:center;padding:24px}.page-popup__sheet{width:min(100vw - 32px,600px);max-width:600px;max-height:min(400px,100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 48px);border-radius:7px;box-shadow:0 16px 48px rgba(12,25,39,.2);transform:translateY(16px) scale(.96);opacity:0;transition:transform .28s ease,opacity .28s ease}.page-popup.is-open .page-popup__sheet{transform:translateY(0) scale(1);opacity:1}.page-popup__img{max-height:min(36dvh,260px)}}.page-popup__body{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.page-popup__panel[hidden]{display:none!important}.page-popup__panel:not([hidden]){display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.page-popup__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:14px 16px 14px 22px;border-bottom:1px solid #e8ecf1;background:#fff}.page-popup__title{margin:0;font-size:.9375rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:#1c2734;flex:1 1 auto;min-width:0;padding-right:4px}.page-popup__close{flex-shrink:0;width:36px;height:36px;border:1px solid #e2e6eb;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(12,25,39,.06);cursor:pointer;position:relative}.page-popup__close::after,.page-popup__close::before{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:#5c6570;border-radius:1px}.page-popup__close::before{transform:translate(-50%,-50%) rotate(45deg)}.page-popup__close::after{transform:translate(-50%,-50%) rotate(-45deg)}.page-popup__panel-inner{flex:1 1 auto;min-height:0;max-height:400px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c4cad3 #f0f2f5}.page-popup__panel-inner::-webkit-scrollbar{width:6px}.page-popup__panel-inner::-webkit-scrollbar-track{background:#f0f2f5;border-radius:3px}.page-popup__panel-inner::-webkit-scrollbar-thumb{background:#c4cad3;border-radius:3px}.page-popup__panel-inner::-webkit-scrollbar-thumb:hover{background:#aeb6bf}.page-popup__panel-inner--media{position:relative}.page-popup__close--floating{position:absolute;top:max(8px,env(safe-area-inset-top,0));right:max(8px,env(safe-area-inset-right,0));z-index:4;pointer-events:auto;box-shadow:0 2px 8px rgba(12,25,39,.18)}.page-popup__media{position:relative;z-index:1;width:100%;background:#0e1828}.page-popup__media--video{aspect-ratio:16/9}.page-popup__media--video>.page-popup__media-link--video{position:absolute;inset:0;z-index:1;display:block;line-height:0}.page-popup__media-link--video .page-popup__video,.page-popup__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.page-popup__media--image{line-height:0}.page-popup__media-link{position:relative;z-index:1;display:block;line-height:0;text-decoration:none;color:inherit}.page-popup__cta:focus-visible,.page-popup__media-link:focus-visible{outline:2px solid #0e256f;outline-offset:2px}.page-popup__img{width:100%;height:auto;max-height:400px;-o-object-fit:contain;object-fit:contain;display:block}.page-popup__content{padding:20px 26px 16px;color:#2b3542;font-size:.75rem;line-height:1.55}.page-popup__content a{color:#0e256f;text-decoration:underline;text-underline-offset:2px}.page-popup__content a:hover{color:#00195f}.page-popup__content li,.page-popup__content p{font-size:inherit;line-height:inherit}.page-popup__content p{margin:0 0 .7em}.page-popup__content p:last-child{margin-bottom:0}.page-popup .page-popup__content.index-container{padding-left:26px;padding-right:26px}.page-popup__content h1,.page-popup__content h2,.page-popup__content h3,.page-popup__content h4{font-size:.8125rem;line-height:1.35;font-weight:700;margin:0 0 .55em;color:#1c2734}.page-popup__actions{padding:12px 26px 22px}.page-popup__cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:8px;background:#0e256f;color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.page-popup-open{overflow:hidden}