.rangeslider-wrap{padding-top:45px}.rangeslider{position:relative;height:4px;border-radius:5px;width:100%;background-color:gray}.rangeslider__handle{transition:background-color .2s;box-sizing:border-box;width:20px;height:20px;border-radius:100px;background-color:#fff;touch-action:pan-y;cursor:pointer;display:inline-block;position:absolute;z-index:3;top:-8.3333333333px;box-shadow:0 1px 3px rgba(0,0,0,.5),inset 0 0 0 2px #fff}.rangeslider__handle__value{box-sizing:border-box;width:90px;font-family:'Work Sans',sans-serif;font-style:normal;font-variant:normal;font-weight:600;text-align:center;color:#000;left:-40px;top:-25px;position:absolute;white-space:nowrap}.rangeslider__handle__value:before{content:"$"}.rangeslider__fill{position:absolute;top:0;z-index:1;height:100%;background-color:#09f;border-radius:5px}.rangeslider__labels{position:absolute;width:100%;z-index:2;display:flex;justify-content:space-between}.rangeslider__labels__label{font-size:.75em;position:relative;padding-top:15px;color:gray}.rangeslider__labels__label:first-child:before,.rangeslider__labels__label:last-child:before{height:12px;width:2px}