.newsletter-module .container{display:grid;gap:1.875rem;grid-template-columns:repeat(1,minmax(0,1fr));padding:3.5rem 1rem;width:100%}.newsletter-module .container>div{grid-column:span 1/span 1}@media screen and (min-width:1024px){.newsletter-module .container{grid-template-columns:repeat(12,minmax(0,1fr));padding:6.25rem 4rem;width:98%}.newsletter-module .container .message{grid-column:span 6/span 12}.newsletter-module .container .uh-form{grid-column:span 5/span 12;grid-column-end:-1}}@media screen and (min-width:1280px){.newsletter-module .container{margin-left:auto;margin-right:auto;max-width:1110px;padding:6.25rem 0}}.newsletter-module .container .message>*{margin-bottom:0}.newsletter-module .container .uh-form{display:flex;flex-flow:column wrap;justify-content:center}