@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");:root{--bs-font-sans-serif:'Source Sans Pro',system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--font-primary:'Source Sans Pro',sans-serif;--font-accent:'Lato',sans-serif;--font-support:'Open Sans',sans-serif;--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.7;--bs-h1-font-size:2.5rem;--bs-h2-font-size:2rem;--bs-h3-font-size:1.75rem;--bs-h4-font-size:1.5rem;--bs-h5-font-size:1.25rem;--bs-h6-font-size:1rem;--bs-headings-margin-bottom:1rem;--bs-headings-font-weight:700;--bs-headings-line-height:1.3;--bs-small-font-size:0.875rem;--bs-primary:#0f52cd;--bs-primary-rgb:15,82,205}@media (max-width:768px){:root{--bs-body-font-size:1rem;--bs-h1-font-size:2rem;--bs-h2-font-size:1.75rem;--bs-h3-font-size:1.5rem;--bs-h4-font-size:1.25rem}}@media (max-width:576px){:root{--bs-body-font-size:0.9375rem}}:root{--header-height:145px;--logo-top:15px;--logo-width:185px;--doodle-width:800px;--doodle-left:-140px;--footer-height:100px}@media (min-width:768px){:root{--doodle-left:5px}}@media (min-height:735px){:root{--doodle-width:800px;--header-height:245px;--logo-top:55px;--logo-width:225px;--footer-height:138px}}body{position:absolute;height:100vh;width:100vw;left:0;top:0;overflow:hidden;margin:0;padding:0}.splash-header{position:relative;z-index:0;overflow:hidden;height:var(--header-height);background-image:url("/assets/images/header-bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:15px solid #9aafd5}.splash-header .doodle{position:absolute;left:var(--doodle-left);width:var(--doodle-width);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.logo-wrapper{position:absolute;z-index:3;left:50%;top:var(--logo-top);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:var(--logo-width);height:var(--logo-width);border-radius:50%;background-color:#f9f5f0}.logo-wrapper:after{content:"";position:absolute;inset:5px;border-radius:50%;border:1px solid #0a3d99;background-color:#f9f5f0}.logo-wrapper .logo{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:64%}.splash-body{position:absolute;left:0;right:0;top:var(--header-height);bottom:var(--footer-height)}.splash-body:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/assets/images/hero-bg.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0.5;z-index:-1}.splash-body .intro_text{color:#0a3d99}.splash-body .intro_text span{font-weight:600}.splash-body .description_text{color:#0a3d99}.splash-body form#signup .form-wrapper{max-width:650px}.splash-body form#signup .thankyou{font-size:2.5rem;color:#0a3d99}.splash-body form#signup .envelope-icon{font-size:1.5rem}.splash-body form#signup .chevron-icon{font-size:2.5rem}.splash-body form#signup .email-input{background-color:#f9f5f0;border:1px solid #0a3d99;height:50px;padding-left:1rem}.splash-body form#signup .email-input::-webkit-input-placeholder{color:#939393}.splash-body form#signup .email-input::-moz-placeholder{color:#939393}.splash-body form#signup .email-input:-ms-input-placeholder{color:#939393}.splash-body form#signup .email-input::-ms-input-placeholder{color:#939393}.splash-body form#signup .email-input::placeholder{color:#939393}.splash-body form#signup .email-icon{color:#939393}.splash-body form#signup .submit-btn{width:52px;height:52px;background:-webkit-gradient(linear,left top,right top,from(#dc4669),to(#f4ce38));background:linear-gradient(to right,#dc4669,#f4ce38);border:none}.splash-body form#signup .submit-btn:hover{background:-webkit-gradient(linear,left top,right top,from(#c93d5e),to(#ddb832));background:linear-gradient(to right,#c93d5e,#ddb832)}.splash-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:var(--footer-height);background-image:url("/assets/images/footer-bg.png");background-size:cover;background-position:center;background-repeat:no-repeat}.splash-footer hr{position:absolute;top:10px;width:100%;border:none;border-top:1px solid #eaab38;opacity:1;margin:0;padding:0}.splash-footer .footer-text{color:white}.splash-footer .footer-text a{text-decoration:none;color:white}.splash-footer .footer-text p{margin:0}