.newsletter-form{display:flex;flex-direction:column;justify-content:center;width:100%;position:relative;scroll-margin-top:95px}.newsletter-form__field-wrapper{width:100%}.newsletter-form__field-wrapper .field__input{padding-right:5rem}.newsletter-form__field-wrapper .field{z-index:0}.newsletter-form__message{justify-content:center;margin-bottom:0}.newsletter-form__message--success{margin-block:4rem 3rem}.newsletter-form__button{position:relative;padding-inline:2.4rem;margin:0;right:var(--inputs-border-width);top:0;height:4.5rem;z-index:2;width:auto;white-space:nowrap}.newsletter-form__button::after{content:"";display:block;position:absolute;block-size:24px;inline-size:1px;background-color:currentColor;position:absolute;top:50%;left:0;transform:translateY(-50%)}.newsletter-form__button:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground));background-color:rgb(var(--color-background))}.newsletter-form__button:focus{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground));background-color:rgb(var(--color-background))}.newsletter-form__button:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.newsletter-form__button .icon{width:1.5rem}@media screen and (min-width: 750px){.newsletter-form{align-items:flex-start;max-inline-size:430px}.newsletter-form__message{justify-content:flex-start}}@media screen and (min-width: 1280px){.newsletter-form{scroll-margin-top:clamp(95px,calc(95px + 21 * (100vw - 480px) / 960),116px)}}
