.newsletter-section{background:#d4fc1a;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:580px;margin:10px 0;padding:30px;display:flex}.newsletter-title{text-align:center;color:#000;text-transform:uppercase;margin-bottom:1.5rem;font-family:Archivo Black,sans-serif;font-size:48px;line-height:44px}.newsletter-text{color:#000;text-align:center;margin-bottom:1.5rem;font-family:Source Code Pro,monospace;font-size:1rem;line-height:1.5}.newsletter-form{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:500px;display:flex}.newsletter-disclaimer{color:#000;text-align:center;margin-top:1rem;font-family:Source Code Pro,monospace;font-size:.75rem;line-height:1.5}.newsletter-form-loader{justify-content:center;align-items:center;padding:.5rem 0;display:flex}.newsletter-form-spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}.newsletter-form-status{text-align:center;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-family:Source Code Pro,monospace;font-size:.875rem}.newsletter-form-status-success{color:#000;background-color:#d4fc1a}.newsletter-form-status-error{color:#fff;background-color:#ff6b6b}@media (max-width:768px){.newsletter-section{border-radius:24px;min-height:400px;margin:10px 0;padding:20px}.newsletter-title{font-size:36px;line-height:34px}.newsletter-text{font-size:.9rem}}@media (max-width:480px){.newsletter-section{border-radius:20px;min-height:300px;margin:10px 0;padding:15px}.newsletter-title{font-size:28px;line-height:26px}.newsletter-text{font-size:.85rem}.newsletter-disclaimer{font-size:.7rem}}
