.newsletter-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;position:relative}@media screen and (min-width: 750px){.newsletter-form{align-items:flex-start;margin:0 auto 0 0;max-width:44rem}}.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-top:2rem}@media screen and (min-width: 750px){.newsletter-form__message{justify-content:flex-start}}.newsletter-form__button{width:4.4rem;margin:0;right:var(--inputs-border-width);top:0;height:100%;z-index:2}.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;transform:rotate(-90deg)}.newsletter-modal{background:rgba(var(--color-foreground),.2);height:100%;position:fixed;top:0;left:0;width:100%;visibility:hidden;opacity:0;z-index:-1;display:flex}.newsletter-modal[open]{visibility:visible;opacity:1;z-index:101}.newsletter-modal__content-info{position:relative}.newsletter-modal__content-info h5{margin-bottom:7.2rem}.newsletter-modal__content{width:100%;max-width:calc(100% - 32px);margin:auto;background-color:#fff;padding:16px}@media screen and (min-width: 750px){.newsletter-modal__content{max-width:472px}}.newsletter-modal__form__buttons{display:grid;grid-template-columns:1fr max-content;gap:4px;margin-top:56px}.newsletter-modal__close{position:absolute;right:0;top:0;margin-left:auto;display:inline-block;min-height:3.2rem;min-width:3.2rem;cursor:pointer;align-self:flex-end;border-style:none;background-color:transparent;padding:0;font-family:AirportMono,monospace;color:rgb(var(--color-foreground))}
