@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Roboto:wght@300;500;700;900&display=swap");*{box-sizing:border-box;font-family:Roboto,Open Sans,Helvetica Neue,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,sans-serif;padding:0;margin:0;scrollbar-width:thin}body{background-color:#fefbf6}.home-message{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;font-size:3rem;font-weight:700;color:#555}.home-message-image{width:70%;height:50%}.heroTextContainer{width:100%;color:#fff;padding-left:20px;margin-top:-200px}.heroFooter,.heroSubtitle,.heroTitle{margin-left:150px}.heroTitle{width:350px;padding-bottom:10px;font-size:50px;font-weight:bolder}.heroSubtitle{width:450px;font-size:20px;font-weight:300;margin-top:15px;font-style:italic}.heroFooter{display:flex;flex-direction:column;font-size:20px;margin-top:auto;width:-moz-fit-content;width:fit-content;align-items:center;gap:10px;margin-bottom:25px}@keyframes upDown{0%{transform:translateY(0)}to{transform:translateY(10px)}}.arrow{animation:upDown 1s infinite alternate}.SliderRoot{position:relative;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;width:100%;cursor:pointer}.SliderTrack{background-color:#3e434f;position:relative;flex-grow:1;border-radius:9999px;height:.13rem}.SliderRange{position:absolute;background-color:#fff;border-radius:9999px;height:100%}.SliderThumb{display:block;height:18px;width:8px;background-color:#1b6ecd;border-radius:2px}.SliderThumb:focus{outline:none}.SliderDisabled{background-color:#585c66}.SliderDisabled,.SliderRootDisabled{cursor:not-allowed}a{color:#1b6ecd;text-decoration:none}