.screener-groups{position:relative;justify-content:center;align-items:center;border-radius:8px;padding:5px;border:1px solid var(--gray20);background-color:var(--bg-col);min-height:520px;align-items:flex-start;margin:0 0 0 10px}.screener-dropdowns,.screener-groups{display:flex;flex-direction:row;flex-wrap:wrap}.screener-dropdowns{width:100%;justify-content:flex-start;align-items:center;margin-bottom:10px}.clear-screener-filters{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-left:10px;font-size:12pt;font-weight:400;cursor:pointer}.checkmarks{margin-left:5px;color:green;font-weight:600}.range-slider{position:relative;display:flex;flex-direction:row;align-items:flex-end;justify-content:center;width:calc(33.3333% - 20px);min-width:250px;height:110px;border:1px solid var(--gray20);border-radius:5px;margin:10px 5px;background-color:var(--bw)}@media (max-width:834px){.range-slider{width:calc(50% - 20px)}}@media (max-width:574px){.range-slider{width:calc(100% - 20px)}}