.popup{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.7);z-index:100;display:none;justify-content:center;align-items:center;opacity:0;transition:opacity 500ms}.popup.active{display:flex;opacity:1}.popup .btn-close{color:white;font-size:2rem;text-decoration:none;position:absolute;right:2em;top:2em}.popup .btn-close:hover{cursor:pointer}.popup .row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.popup .summary-detail{display:flex;flex-direction:column;justify-content:space-between}.popup .summary-detail .btn-square{margin-top:15px;max-width:100%;justify-content:center}.popup .summary-detail .btn-square:after{content:none}@media screen and (max-width: 767px){.popup .summary-detail{padding-top:40px}.popup .summary-detail h3{min-height:50px}.popup .summary-detail dl dd ul li{font-size:12px;width:50%}}
