.popup{display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:10}.popup.is-display{align-items:center;display:flex;justify-content:center}.popup .popup__overlay{background-color:rgba(0,0,0,.7);height:100%;left:0;position:absolute;top:0;width:100%}.popup .popup__close{cursor:pointer;position:absolute;right:3rem;top:calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);z-index:2}.popup .popup__close i{color:#fff;font-size:48px}.popup .popup__content{align-items:center;display:flex;flex-direction:column;height:95vh;justify-content:center;max-width:95vw;row-gap:2rem;z-index:1}.popup .popup__content--image,.popup .popup__content--image-link{height:auto;max-height:95%;max-width:95%;width:auto}@media (min-width:768px){.popup .popup__content--image,.popup .popup__content--image-link{max-height:90%;max-width:90%}}.popup .popup__content--image-link{align-items:center;display:flex;justify-content:center}.popup .popup__content--link{background-color:#c20000;color:#fff;flex-shrink:0;font-family:Karla,Sans-serif;font-size:1.2rem;padding:.9rem 1.8rem;text-decoration:none;text-transform:uppercase}.popup .popup__content--link:hover{text-decoration:none}
