.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 0.9375vw;
}
.rangeslider {
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.rangeslider--horizontal {
  height: 0.26041667vw;
  width: 100%;
}
.rangeslider__fill {
  background: #2B6ED0;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider__handle {
  background: white;
  cursor: pointer;
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  background: radial-gradient(88.75% 237.99% at 11.25% 0%, #47D2F4 0%, #2E7AC3 27.08%, #2461D8 50.52%, #5C31BA 84.37%, #DB0DBA 100%);
  box-shadow: 0 1.19791667vw 2.65625vw -0.72916667vw rgba(45, 88, 230, 0.96), inset 0 0.10416667vw 0.41666667vw rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -0.52083333vw;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
/*# sourceMappingURL=rangeslider.css.map */