.page-popup{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease,visibility 0.25s ease}.page-popup.is-open{opacity:1;visibility:visible;pointer-events:auto}.page-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.58);cursor:pointer}.page-popup__dialog{position:relative;z-index:1;width:min(100%, 860px);max-height:calc(100vh - 48px);overflow:auto;background:#000;color:#fff;border-radius:8px;box-shadow:0 22px 55px rgba(0,0,0,.28);transform:translateY(16px);transition:transform 0.25s ease}.page-popup.is-open .page-popup__dialog{transform:translateY(0)}.page-popup__dialog:focus{outline:none}.page-popup__close{position:absolute;top:14px;right:14px;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:2px solid #fff;border-radius:50%;background:#000;color:#fff;cursor:pointer;font-size:30px;line-height:1;transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease}.page-popup__close:hover,.page-popup__close:focus{background:#ffcf00;border-color:#ffcf00;color:#000}.page-popup__inner{display:grid;grid-template-columns:1fr}.page-popup--has-image .page-popup__inner{grid-template-columns:minmax(240px,0.9fr) minmax(0,1fr)}.page-popup__image{min-height:100%;background:#ffcf00}.page-popup__image img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover}.page-popup__content{position:relative;padding:56px 48px 48px}.page-popup__content::before{content:"";display:block;width:74px;height:6px;margin-bottom:24px;border-radius:6px;background:#ffcf00}.page-popup__heading{margin:0 56px 18px 0;color:#fff;font-family:Pastiche Grotesque,Open Sans,sans-serif;font-size:36px;font-weight:700;line-height:1.14;letter-spacing:0}.page-popup__text,.page-popup__text *{color:#fff}.page-popup__text>*:last-child{margin-bottom:0}.page-popup__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.page-popup__buttons .c-button{margin:0}.page-popup__buttons .c-button__link{display:inline-block}.page-popup__consent-button{border:0;background:transparent;cursor:pointer;font:inherit;padding:0;text-align:left}.page-popup__status{display:inline-block;margin:0 0 18px;padding:8px 12px;border-radius:6px;background:#1f1c1e;color:#fff;font-size:14px;font-weight:700}.page-popup--preview{position:relative;inset:auto;z-index:auto;display:block;padding:20px 0;opacity:1;visibility:visible;pointer-events:auto}.page-popup--preview .page-popup__overlay{display:none}.page-popup--preview .page-popup__dialog{width:min(100%, 860px);max-height:none;margin:0 auto;overflow:visible;transform:none}.page-popup--preview .page-popup__close{pointer-events:none}body.page-popup-is-open{overflow:hidden}@media (max-width:767px){.page-popup{align-items:flex-start;padding:16px;overflow-y:auto}.page-popup__dialog{max-height:none;overflow:visible}.page-popup--has-image .page-popup__inner{grid-template-columns:1fr}.page-popup__image img{min-height:190px;max-height:240px}.page-popup__content{padding:36px 24px 30px}.page-popup__content::before{width:58px;height:5px;margin-bottom:18px}.page-popup__heading{margin-right:48px;font-size:28px;line-height:1.18}.page-popup__buttons{flex-direction:column;align-items:flex-start}.page-popup__close{top:10px;right:10px;width:38px;height:38px;font-size:28px}}