body:has(#global-popup.opened){overflow:hidden}#global-popup{position:relative;z-index:999}#global-popup:not(.opened){display:none}#global-popup .global-popup__hider{background-color:#000;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%}#global-popup .global-popup__title{padding:2rem 2rem 0;text-align:center}#global-popup .global-popup__close-btn{position:absolute;right:1rem;top:1rem}#global-popup .global-popup__close-btn:hover{cursor:pointer;text-decoration:underline}#global-popup .global-popup__main{background-color:#fff;height:auto;max-height:100%;max-width:1000px;overflow-y:scroll;position:fixed;top:0;width:100%;z-index:1}@media screen and (min-width:48rem){#global-popup .global-popup__main{left:50%;max-height:none;overflow-y:auto;top:50%;transform:translateX(-50%) translateY(-50%)}}#global-popup .global-popup__grid{display:grid;gap:1rem;grid-template-columns:repeat(12,1fr)}@media screen and (min-width:48rem){#global-popup .global-popup__grid{gap:2rem}}#global-popup .global-popup__content-side,#global-popup .global-popup__media-side{padding:1rem}@media screen and (min-width:48rem){#global-popup .global-popup__content-side,#global-popup .global-popup__media-side{padding:2rem}}#global-popup .global-popup__content-side{display:flex;flex-flow:column;grid-column:span 12;order:2;padding-top:0}@media screen and (min-width:48rem){#global-popup .global-popup__content-side{grid-column:span 7;order:1;padding-right:0;padding-top:2rem}}#global-popup .global-popup__media-side{grid-column:span 12;order:1}@media screen and (min-width:48rem){#global-popup .global-popup__media-side{grid-column:span 5;order:2;padding-left:0}}#global-popup .global-popup__media-side .image img{height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}#global-popup .global-popup__ctas{align-items:flex-end;display:flex;flex:1;flex-flow:row wrap;gap:1rem;margin-top:1rem}
