@media only screen and (max-width:480px){.newsletter-container{padding:20px!important;width:100%!important}}@media only screen and (min-width:480px)and (max-width:1024px){.newsletter-container{width:100%!important;padding:45px!important}}.newsletter-container{background-color:#141414;color:#fff;box-sizing:border-box;justify-content:center;display:flex;width:100%;padding:80px 240px;flex-direction:column;align-items:center;gap:8px;margin:0 auto}.newsletter-content{max-width:800px;width:100%;text-align:center}.newsletter-content .newsletter-title{color:#fff;text-align:center;font-family:Manrope;font-size:38px;font-style:normal;font-weight:800;line-height:52px;text-transform:capitalize;margin:0 0 24px}.newsletter-content .newsletter-description{color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0 auto 64px;max-width:90%}.newsletter-form{width:100%}.newsletter-form .form-group{display:flex;gap:1rem;max-width:600px;margin:0 auto}@media(max-width:640px){.newsletter-form .form-group{flex-direction:column}}.newsletter-form .email-input{border-radius:8px;border:1px solid #ccc;display:flex;height:48px;padding:16px 24px;justify-content:space-between;align-items:center;flex:1 0;background-color:rgba(0,0,0,0);color:#fff;font-size:1rem;outline:none}.newsletter-form .email-input::placeholder{color:hsla(0,0%,100%,.6)}.newsletter-form .email-input:focus{border-color:hsla(0,0%,100%,.6)}.newsletter-form .subscribe-button{border:none;display:flex;padding:12px 40px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:#fff;color:#131313;font-family:Manrope;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.32px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.newsletter-form .subscribe-button:hover{background-color:hsl(0,0%,95%)}.newsletter-form .subscribe-button:active{transform:translateY(1px)}.newsletter-form .subscribe-button:disabled{opacity:.7;cursor:not-allowed}.newsletter-form .success-message{color:#4caf50;margin-top:1rem;font-size:.9rem}.newsletter-form .error-message{color:#f44336;margin-top:1rem;font-size:.9rem}