.newsletter-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative}@media screen and (min-width:750px){.newsletter-form{align-items:flex-start;margin:0 auto}}.newsletter-form__field-wrapper{width:100%;padding-bottom:1rem}.newsletter-form__field-wrapper .field__input{border:1px solid var(--color-styleguide-white);background:#fff0;height:4.8rem;color:var(--color-styleguide-white)}.newsletter-form__field-wrapper .field__input~.field__label{color:var(--color-styleguide-white)}.newsletter-form__field-wrapper .field__button{position:relative;margin-left:1rem;padding:0 1rem;border-radius:3px;min-width:9rem;width:100%;max-width:9.5rem;font-weight:600;height:4.8rem;font-size:1.4rem}.newsletter-form__message{justify-content:center;margin-bottom:0}.newsletter-form__message--success{margin-top:2rem}@media screen and (min-width:750px){.newsletter-form__message{justify-content:flex-start}.newsletter-form__message--success{margin-top:1.5rem;margin-bottom:1.5rem}}.newsletter-form__button{width:4.4rem;margin:0}.newsletter-form__button .icon{width:1.5rem;transform:rotate(-90deg)}.password .newsletter-form__button .icon{transform:unset}@media screen and (max-width:380px){.newsletter-form__field-wrapper .field__input{max-width:19rem}}