.newsletter-card{display:flex;flex-direction:column;align-items:center;gap:30px;background:#fff;border-radius:16px;box-shadow:0 8px 30px #1817331a;padding:35px 30px;text-align:center}@media screen and (min-width: 1025px){.newsletter-card{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;padding:40px 50px;gap:50px}}.newsletter-text{display:flex;flex-direction:column;align-items:center;text-align:center}.newsletter-text .h2{margin-bottom:10px}.newsletter-text p{color:#556987}@media screen and (min-width: 1025px){.newsletter-text{flex-direction:row;align-items:center;text-align:left;gap:25px;flex:1}}.newsletter-icon{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:linear-gradient(270deg,#cd122d,#8c1a17);display:flex;align-items:center;justify-content:center;margin-bottom:15px}.newsletter-icon .material-icons-round{font-size:26px;color:#fff}@media screen and (min-width: 1025px){.newsletter-icon{margin-bottom:0}}.newsletter-form{width:100%}@media screen and (min-width: 1025px){.newsletter-form{width:auto;min-width:480px}}.newsletter-input-group{display:flex;flex-direction:column;gap:10px;width:100%}@media screen and (min-width: 560px){.newsletter-input-group{flex-direction:row;border:1px solid #E0E0E0;border-radius:50px;overflow:hidden;gap:0}}.newsletter-input-group .form-control{flex:1;min-width:0;border:1px solid #E0E0E0;border-radius:50px;padding:16px 22px;font-size:16px;background:#fff;color:#000}@media screen and (min-width: 560px){.newsletter-input-group .form-control{border:none;border-radius:0;min-width:260px}}.newsletter-input-group .form-control:focus{outline:2px solid #FDC52C}.newsletter-input-group .button.btn-primary{justify-content:center;width:100%;padding:16px 28px}@media screen and (min-width: 560px){.newsletter-input-group .button.btn-primary{width:auto;border-radius:0}.newsletter-input-group .button.btn-primary:hover{transform:none;box-shadow:none}}.newsletter-note{margin-top:14px;font-size:12px;color:#556987;text-align:center}@media screen and (min-width: 1025px){.newsletter-note{text-align:left}}.newsletter-form .form-response{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;font-size:14px;text-align:center}@media screen and (min-width: 1025px){.newsletter-form .form-response{justify-content:flex-start;text-align:left}}.newsletter-form .form-response:empty{display:none}.newsletter-form .form-response.success{color:#12e620}.newsletter-form .form-response.error{color:#cd122d}.newsletter-form .form-response .material-icons-round{font-size:18px}
