@media(min-width:1024px){.newsletter-component__container{width:655px}
}
@media(min-width:1280px){.newsletter-component__container{padding:126px 0 71px}
}
.newsletter-component__content{display:flex;flex-direction:column;align-items:center;gap:16px}
.newsletter-component__title{margin:0;padding:0 40px;font-family:var(--primary-font);font-style:normal;font-weight:700;line-height:1;font-size:32px;letter-spacing:-2.24px}
@media(min-width:1024px){.newsletter-component__title{font-family:var(--primary-font);font-style:normal;font-weight:700;line-height:1;font-size:48px;letter-spacing:-3.36px}
}
@media(min-width:1280px){.newsletter-component__title{margin-bottom:16px}
}
.newsletter-component__description{order:6;margin:0;width:100%;max-width:405px;line-height:1;letter-spacing:0;font-optical-sizing:auto;font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:16px;line-height:1.5}
.newsletter-component__form{width:100%;max-width:405px}
.newsletter-component__field{grid-template-columns:unset;margin-bottom:0}
.newsletter-component__field .newsletter-component__input{border-radius:4px;border:solid 1px;margin-bottom:16px;height:56px;line-height:1;letter-spacing:0;font-optical-sizing:auto;font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:18px;line-height:1.5}
.newsletter-component__field .newsletter-component__button{border-radius:0;height:46px;background-color:#aa8b00;color:#fff}
@media(min-width:1280px){.newsletter-component__field .newsletter-component__button{margin:0 auto;width:auto;max-width:min-content}
}
.newsletter-component__field .newsletter-component__button:hover{background-color:var(--cta-secondary-color-bg--hover);color:var(--cta-secondary-color-fg--hover)}
.newsletter-component__field .newsletter-component__button [class^="icon-hdr-"],.newsletter-component__field .newsletter-component__button [class*=" icon-hdr-"]{display:none}
.newsletter-component__field .newsletter-component__button-text{position:static;color:currentColor}
.newsletter-component.bg-secondary .newsletter-component__button{background-color:#003d78}
@media(prefers-reduced-motion:no-preference){.newsletter-component__field .newsletter-component__button{transition-property:border-color,background-color,color;transition-duration:var(--duration-gentle-1);transition-timing-function:ease-in-out}
}