:root{--dark-grey-text:#474747;--blue:#3374f0;--grey-background:#f5f6fa;--light-grey:#a7a7a7;--blue2:#4e84ec;--red:red;--grey:#767676;--green:#1fad47;--blue-stroke:#bbcff7;--blue-transparent:rgba(32,135,255,.3);--light-purple:#e9edff}body{background:#fff}@font-face{font-family:Inter;src:url(/fonts/inter/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}a,blockquote,body,h1,h2,h3,h4,h5,h6,li,p,textarea{font-family:Inter,sans-serif}h1{font-size:2em}h1,h2{font-weight:700}h2{font-size:1.5em}h2,h3{margin:0}h3{font-size:1.15em;font-weight:600}.input-label{font-size:1em;font-weight:500}p{font-size:1em;font-weight:400}input[type=date]{font-size:1.45em}.submitted input[type=date]:invalid{border:2px solid var(--red)}.submitted input[type=date]:focus,.submitted input[type=date]:valid{border:2px solid #d9d9d9}input,select,textarea{font-size:1.15em;font-weight:400;padding:.5em;border-radius:8px;border:2px solid #d9d9d9}input:focus,select:focus,textarea:focus{border:2px solid #3374f0;outline:none}input::not(type="date"):not(:placeholder-shown):not(:focus):invalid{border:2px solid var(--red)}.emptyField:invalid{border:2px solid var(--red)!important}.sidebarMenuItem{font-size:20px;color:#3f3f3f;font-weight:500;margin:0 0 1em 1em}.subText{font-size:14px}.footerText,.subText{color:var(--dark-grey-text);font-weight:400}.footerText{font-size:.75em}.buttonSecondary{background:none;border:1px solid var(--blue);border-radius:8px;padding:15px;height:-moz-fit-content;height:fit-content;font-weight:700;font-size:17px;color:var(--blue)}.buttonSecondary:hover{border:1px solid var(--blue2);color:var(--blue2);cursor:pointer}.buttonSecondary:disabled{opacity:.6;cursor:default}.buttonPrimary{background:var(--blue);border:0 solid transparent;border-radius:8px;padding:15px;height:-moz-fit-content;height:fit-content;font-weight:700;font-size:17px;color:#fff}.buttonPrimary:hover{background:var(--blue2);cursor:pointer}.buttonPrimary:disabled{background:var(--blue);opacity:.6;cursor:default}.inputLine{display:flex;flex-direction:column;gap:5px;max-width:550px;min-width:0}i:hover{cursor:pointer}.inputRow{justify-content:space-between;flex-wrap:wrap;gap:20px}.inputHelpContainer,.inputRow{display:flex;flex-direction:row}.inputHelpContainer{gap:15px}.helpContainer{width:-moz-fit-content;width:fit-content;height:100%;border:2px solid #d9d9d9;border-radius:8px;display:flex;flex-direction:row;justify-content:center;align-items:center}.selectedIcon{color:var(--blue)!important}.selectedBorder{border:2px solid var(--blue)}@media (max-width:900px){.inputRow,input{min-width:none}.inputRow{flex-direction:column}.inputLine{max-width:none;min-width:none}select{max-width:100%}h1{font-size:1.5em}h2{font-size:1.25rem}}@media (max-width:420px){.inputHelpContainer input{width:calc(100% - 150px)}}::-webkit-scrollbar-track{background-color:hsla(0,0%,60%,.2);border-radius:50px}::-webkit-scrollbar-thumb{background-color:#999;border-radius:10px}::-webkit-scrollbar{width:0;height:0}