body{font-family:Inter,Arial,Helvetica,sans-serif;font-weight:500;color:var(--text-color);background-color:var(--light-white);margin:0}div#app{min-width:1240px}div#screen-too-small{display:none}@media only screen and (max-width:640px){div#app{display:none}div#screen-too-small{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;padding:20px;width:100%;height:100%}div#screen-too-small div.ti-logo{width:100%;margin-bottom:4rem;border-bottom:2px solid var(--content-border)}div#screen-too-small h1{font-size:1.2rem;font-weight:700;margin-top:2rem}div#screen-too-small p{padding:.25rem 1rem}}*{font:inherit;box-sizing:border-box;scrollbar-color:var(--content-border) rgba(0,0,0,0)}div.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,0);z-index:5}div.overlay.loading{background-color:rgba(0,0,0,.1)}div.overlay.loading div#fountainG{margin-top:10%}a:active,a:link,a:visited{text-decoration:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=checkbox]{accent-color:var(--purple)}::placeholder{color:#bbb}ul{list-style-type:none;padding:0;margin:0}div.form-group{display:flex;flex-direction:column;margin-top:1rem}div.form-group>label{font-size:1rem;font-weight:600;margin-bottom:.5rem}input.form-control,textarea.form-control{display:block;padding:.5rem .75rem;background-color:var(--white);border:1px solid var(--content-border);border-radius:4px;outline:2px solid rgba(0,0,0,0);outline-offset:2px}input.form-control:focus,textarea.form-control:focus{border-color:var(--cyan);box-shadow:1px 2px 4px -2px var(--cyan)}input.form-control:disabled,textarea.form-control:disabled{background-color:var(--light-white)}input.form-control{height:22px}div.app-container{display:flex;flex-direction:column;min-height:100vh}div.header-wrapper.minimized+div.page{min-height:calc(100vh - 77px)}div.header-wrapper.minimized+div.page div.content-section{min-height:calc(100vh - 213px)}div.page{display:flex;flex-direction:row;min-height:calc(100vh - 95px)}@media only screen and (max-width:1440px){div.page{min-height:calc(100vh - 77px)}}div.page div.page-wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}div.page div.header-section{display:flex;margin:1rem 2rem;align-items:baseline}div.page div.header-section div.header-section-grid{min-height:90px;display:flex;flex-direction:column;flex-grow:1}div.page div.header-section div.header-section-grid div.header-section-top{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:.5rem}div.page div.header-section div.header-result-section{font-size:1.1rem;margin-top:1rem}div.page div.header-section div.header-result-section span.total-count{font-weight:700}div.page div.header-section div.header-buttons-section{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;flex-grow:1;gap:1rem}div.page div.header-section div.header-buttons-section button.header-button{min-width:140px}div.page div.content-section{display:flex;align-items:flex-start;min-height:calc(100vh - 230px);margin:0 2rem;background-color:#fff;border-radius:.5rem;box-shadow:0 3px 6px rgba(60,63,84,.2352941176)}@media only screen and (max-width:1440px){div.page div.content-section{min-height:calc(100vh - 213px)}}div.page div.privacy-policy-footer{display:flex;justify-content:center;align-items:flex-end;font-size:.9rem;flex-wrap:wrap;color:var(--medium-grey);margin-top:auto;margin-bottom:1rem}div.page div.privacy-policy-footer a.privacy-policy{text-decoration:underline;margin-left:.25rem;margin-right:.25rem}