.popup-cta{align-items:center;background-color:#fff;border-top:1px solid #dfded6;bottom:0;display:flex;flex-direction:column;gap:12px;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;transition:.4s;visibility:hidden;width:100%;z-index:5}.popup-cta.is-open{opacity:1;visibility:visible}@media only screen and (min-width:768px){.popup-cta{flex-direction:row;justify-content:space-between;padding:20px 40px}}@media only screen and (min-width:1248px){.popup-cta{gap:24px;justify-content:center}}.popup-text{font-size:16px;font-weight:700;line-height:24px}@media only screen and (min-width:768px){.popup-text{font-size:20px;line-height:28px}}