.newsletter-form{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.newsletter-form__field-wrapper{width:100%}.newsletter-form__field-wrapper .field__input{margin:0;padding-right:5rem}.newsletter-form__field-wrapper .field{z-index:0}.newsletter-form__message{justify-content:center;gap:1rem;width:100%;margin-bottom:0}.newsletter-form__message--success{margin-top:2rem}.newsletter-form__message--success svg{background:var(--success);color:#fff;stroke-width:3px;border-radius:50%;padding:5px}@media screen and (width>=768px){.newsletter-form__message{justify-content:flex-start}}.newsletter-input-submit{grid-template-columns:2fr 1fr;gap:1.2rem;display:grid}