.newsletter-form__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;position:relative}@media (min-width:990px){.newsletter-form__inner{flex-direction:row}}.newsletter-form__field-wrapper{flex:1 1 auto;position:relative}.newsletter-form__message{margin-bottom:0}@media (min-width:750px){.newsletter-form__message{justify-content:flex-start}}.newsletter-form__message--success{margin-top:2rem}@media (min-width:750px){.newsletter-form__message--success{width:100%}}.newsletter-form__button{margin-left:1.4rem;display:flex}.newsletter-form .field{min-height:6rem}.newsletter__form{width:100%}.newsletter__form .rte{color:rgba(var(--color-foreground),.6)}.newsletter__form .rte a{color:rgb(var(--color-link),1);transition:color var(--duration-default)}.newsletter__form .rte a:hover{color:rgba(var(--color-foreground),.8)}.newsletter__title{margin-bottom:32px!important;font-family:'Supreme',arial,sans-serif;font-size:30px;font-weight:300;line-height:48px;letter-spacing:2px;text-align:center;text-transform:uppercase;color:var(--kally-core-3)}.newsletter__subtitle{font-family:'Supreme',arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center;color:var(--kally-core-3);margin-bottom:45px}.newsletter__text{margin-top:2.4rem}.newsletter__text p{font-size:1.2rem}.newsletter__button{width:13rem;min-height:6rem}
@media (max-width: 750px) {
  .newsletter__title, .footer .newsletter__subtitle {
    text-align: left;
  }
  .newsletter-form__inner {
    position: relative;
  }
 .newsletter__subtitle {
   font-size: 14px;
 }


}