@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");.newsletter-Padding{width:100%;padding:0 80px;overflow:hidden;margin:-30px auto auto}.newsletter-container{background-image:url(/assets/newsLetterBackground.jpg);background-position:50%;background-size:cover}.newsletter-container-overlay{background-color:rgba(10,36,57,.7)}.newsletter-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:120px 0 65px;gap:40px;flex-wrap:wrap}.newsletter-text{flex:1}.newsletter-text h1{font-size:58px;font-weight:500;line-height:100%;font-family:Bebas Neue,sans-serif!important;color:white;margin-left:40px}.newsletter-text p{font-size:14px;color:white;padding:20px 0;margin-left:40px;font-family:Inter,sans-serif;font-weight:200}.newsletter-form{flex:1}.newsletter-form-form-controls{display:flex;gap:20px;align-items:center;margin-top:-65px;margin-bottom:10px;flex-wrap:wrap;justify-content:flex-start;margin-left:40px}.newsletter-form-email-input{width:350px;max-width:100%;height:40px;border-radius:10px;padding:8px 15px;border:none;outline:none;font-size:14px;opacity:.9;background-color:rgb(216,212,212)}.newsletter-form-submit-button{width:110px;height:38px;text-align:center;color:black;border-radius:10px;font-size:14px;border:none;background:white}.newsletter-form-terms-text{color:white;font-size:14px;padding-bottom:30px;margin-left:40px;font-family:Inter,sans-serif;font-weight:200;margin-top:20px}@media screen and (max-width:1400px){.newsletter-Padding{padding:0 20px}}@media screen and (max-width:1000px){.newsletter-content{flex-direction:column;text-align:center;padding:60px 0 40px}.newsletter-form-terms-text,.newsletter-text h1,.newsletter-text p{margin-left:0}.newsletter-form-form-controls{margin-left:0;flex-direction:column;align-items:center;gap:10px;margin-top:1px}.newsletter-form-email-input{width:90vw;max-width:100%}.newsletter-form-submit-button{width:90vw;max-width:200px}.newsletter-text h1{font-size:48px}.newsletter-form-terms-text{text-align:center}}