@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Serif+Display&display=swap");:root{--sea-green-50:#ebfef3;--sea-green-100:#d0fbe0;--sea-green-200:#a4f6c6;--sea-green-300:#6aeba8;--sea-green-400:#2fd885;--sea-green-500:#0abf6d;--sea-green-600:#008f51;--sea-green-700:#007c4a;--sea-green-800:#03623b;--sea-green-900:#045033;--sea-green-950:#012d1e;--font-header:"DM Serif Display",serif;--font-body:"DM Sans",sans-serif}*,:after,:before{box-sizing:border-box}input:focus,select:focus,textarea:focus{outline:none;box-shadow:none;resize:none!important}.select,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140" width="15" height="15"><polygon points="0,0 140,0 70,70" fill="gray"/></svg>') no-repeat right 10px center/10px 10px}body html p select label{font-family:var(--font-body);height:100%;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-header)}*{padding:0 auto;margin:0 auto}.landing-container{position:relative;width:100vw;height:100vh;background:url(https://i.ibb.co/dW1jyR3/background1.jpg) no-repeat 50%/cover}.landing-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:flex-start;align-items:center;padding:2rem}.landing-content{background:hsla(0,0%,100%,.9);padding:2rem;border-radius:8px;height:500px;max-width:400px;text-align:left;margin-left:2rem}.landing-logo{width:70px;height:70px;background:url(https://i.ibb.co/1QM7n38/logo.png) no-repeat 0;background-size:contain;margin-bottom:1rem}.landing-content h1{margin-bottom:1rem;color:#0070f3}.landing-content p{margin-bottom:1rem;color:#333}.landing-form{display:flex;flex-direction:column;align-items:flex-start}.landing-emailInput{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.landing-notifyButton{background-color:#0070f3;width:100%;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;cursor:pointer}.landing-notifyButton:hover{background-color:#005bb5}.landing-footerText{margin-top:1rem;color:#666}.landing-footerText a{color:#0070f3;text-decoration:none}.landing-footerText a:hover{text-decoration:underline}@media (max-width:768px){.landing-overlay{justify-content:center;padding:1rem}.landing-content{margin-left:0;text-align:center;width:100%}.landing-form{align-items:left}}.loader{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:20px;height:20px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.popup-content{background:#fff;padding:2rem;border-radius:8px;text-align:center;position:relative}.popup-icon{width:70px;height:70px;margin-bottom:1rem}.close{position:absolute;top:10px;right:10px;font-size:1.5rem;cursor:pointer}.error-message{color:red}