#afz-popup-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999}#afz-popup-container #afz-popup{position:relative;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.3)}@media (max-width:768px){#afz-popup-container #afz-popup{min-width:300px!important}}#afz-popup-container #afz-popup.portrait{min-width:400px}#afz-popup-container #afz-popup.portrait .popup-content{height:500px}@media (min-width:1440px){#afz-popup-container #afz-popup.portrait .popup-content{height:700px}}#afz-popup-container #afz-popup.square{min-width:600px}#afz-popup-container #afz-popup.square .popup-content{height:500px}@media (min-width:1440px){#afz-popup-container #afz-popup.square .popup-content{height:700px}}#afz-popup-container #afz-popup.landscape{min-width:800px}#afz-popup-container #afz-popup.landscape .popup-content{height:500px}@media (min-width:1440px){#afz-popup-container #afz-popup.landscape .popup-content{height:700px}}@media (max-width:1024px){#afz-popup-container #afz-popup.landscape{min-width:300px}#afz-popup-container #afz-popup.landscape .popup-content{height:300px}}#afz-popup-container #afz-popup .popup-full-image{width:100%;height:auto;background-size:cover;background-position:center;position:relative}#afz-popup-container #afz-popup .popup-full-image .popup-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}#afz-popup-container #afz-popup .popup-content{display:flex;flex-direction:row;height:300px;margin:0 auto;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.3);overflow:hidden}#afz-popup-container #afz-popup .popup-content-left{height:auto;background-color:var(--bulma-dark);background-size:cover;background-position:top;background-repeat:no-repeat;position:relative}#afz-popup-container #afz-popup .popup-content-left .popup-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}#afz-popup-container #afz-popup .popup-content-right{background-color:var(--bulma-dark);width:300px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}#afz-popup-container #afz-popup .popup-content-right h3{font-size:1.8rem;font-weight:700;margin-bottom:10px;color:var(--bulma-light)}#afz-popup-container #afz-popup .popup-content-right p{font-size:var(--bulma-post-body);margin-bottom:20px;color:var(--bulma-light)}#afz-popup-container #afz-popup .popup-content-right button{cursor:pointer;background-color:#e30613;border:none;border-radius:4px;color:#fff;font-size:1rem;font-weight:700;padding:10px 20px;text-transform:uppercase;width:100%}#afz-popup-container #afz-popup .popup-content-right button:hover{background-color:#c10511}#afz-popup-container #afz-popup #popup-dismiss{position:absolute;top:5px;right:10px;background:0 0;border:none;font-size:1.5rem;color:#fff;cursor:pointer;z-index:10}#afz-popup-container #afz-popup #popup-dismiss:hover{color:#ccc}@media (max-width:768px){#afz-popup-container #afz-popup{box-sizing:border-box}#afz-popup-container #afz-popup .popup-content{flex-direction:column;height:100%!important;max-width:100%;margin:0 auto}#afz-popup-container #afz-popup .popup-content-left,#afz-popup-container #afz-popup .popup-content-right{width:100%}#afz-popup-container #afz-popup .popup-content-left{background-position:top}#afz-popup-container #afz-popup .popup-content-right{padding:15px;text-align:left}#afz-popup-container #afz-popup .popup-content-right button{width:100%}#afz-popup-container #afz-popup .popup-full-image{width:100%;aspect-ratio:unset}#afz-popup-container #afz-popup #popup-dismiss{font-size:3rem;right:15px;top:0}}