/* popup */
.overlay-popup{display:none; position:fixed; top:0; left:0; z-index:10001; width:100%; height:100%; background-color:rgba(0,0,0,0.7);}
.overlay-popup > div{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) scale(0); width:960px; max-width:95%; max-height:95vh; color:#000; transition:0.6s all ease 0.5s; overflow-y:scroll;}
.overlay-popup h2{font-size:120%;}
.overlay-popup.on{display:block;}
.overlay-popup.active > div{transform:translate(-50%, -50%) scale(1);}
.overlay-popup .close-popup{display:flex; justify-content:center; align-items:center; padding:5px 10px; border-radius:50%; color:var(--white-color); position:absolute; top:10px; right:10px; width:40px; height:40px; background-color:rgba(255,255,255,0.2); font-size:100%; line-height:1; cursor:pointer; border-radius:50px;}
.overlay-popup .close-popup:hover{background:rgba(255,255,255,0.4); color:var(--white-color);}

.overlay-popup a.wp-block-button__link.has-blanc-color{color:var(--white-color);}

.mh80, .mh80 img{height:80vh; width:auto; max-width:100%;}
.mh95, .mh95 img{height:95vh; width:auto; max-width:100%;}