.post-cta-wrapper{margin-top:var(--spacing-5x)}.post-cta{align-items:center;background-color:var(--primary-base);border-radius:var(--radius-lg);color:var(--white);display:flex;flex-direction:column;gap:var(--spacing-6x);justify-content:space-between;padding:32px}.post-cta__text{flex-basis:55%}.post-cta__title{margin-bottom:var(--spacing-4x);text-wrap:wrap}.post-cta .form h3{display:none}.post-cta .form .hs-email input{background:var(--white);color:var(--text-base);font-size:1rem;outline:none}.post-cta .form .hs-email label:not(.hs-error-msg){display:none}.post-cta .form input[type=submit]{width:100%}.post-cta .form .hs-error-msgs label{font-size:.6667rem}.post-cta form .hs-error-msgs li:before{display:none}.post-cta .submitted-message p{color:var(--white);max-width:200px}@media (min-width:768px){.post-cta{flex-direction:row;padding:48px}}