#popup{left:0;min-height:100vh;opacity:0;position:fixed;top:0;transition:all .3s ease-in-out;visibility:hidden;width:100vw;z-index:1000}#popup.active{opacity:1;visibility:visible}#popup .popup_content{align-items:center;background-color:hsla(0,0%,100%,.8);box-shadow:-4px 9px 25px -6px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:7px;margin:120px auto;max-width:500px;min-width:300px;padding:30px;position:relative;text-align:center;width:40%}@media(max-width:480px){#popup .popup_content{width:100%}}.cta_button_popup{background:#176391;color:#fff;font-family:Cabin;font-size:14px;font-style:normal;font-weight:700;letter-spacing:.07em;line-height:100%;min-height:42px;min-width:164px;padding:14px 18px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta_button_popup:hover{background:#00427a;color:#fff;text-decoration:none}.popup_content h2{color:#265379;font-size:28px;margin-bottom:0}.popup_content h2,.popup_content h4{font-family:Quattrocento;font-style:normal;font-weight:400;line-height:115%;text-align:center}.popup_content h4{color:#333;font-size:18px;text-transform:none}#close_popup{align-self:flex-end;color:#265379;cursor:pointer;font-size:15px;font-weight:700}