body, div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
  /*--
  .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  }---*/
}
body .rangeslider,
body .rangeslider__fill, div.wpforms-container-full .rangeslider,
div.wpforms-container-full .rangeslider__fill, div.wpforms-container-full .wpforms-form * .rangeslider,
div.wpforms-container-full .wpforms-form * .rangeslider__fill {
  display: block;
}
body .rangeslider, div.wpforms-container-full .rangeslider, div.wpforms-container-full .wpforms-form * .rangeslider {
  background: var(--color-set-one-bg-1) !important;
  position: relative !important;
}
body .rangeslider--horizontal, div.wpforms-container-full .rangeslider--horizontal, div.wpforms-container-full .wpforms-form * .rangeslider--horizontal {
  height: 8px;
  width: 100%;
}
body .rangeslider--vertical, div.wpforms-container-full .rangeslider--vertical, div.wpforms-container-full .wpforms-form * .rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
body .rangeslider--disabled, div.wpforms-container-full .rangeslider--disabled, div.wpforms-container-full .wpforms-form * .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
body .rangeslider__fill, div.wpforms-container-full .rangeslider__fill, div.wpforms-container-full .wpforms-form * .rangeslider__fill {
  background: var(--color-set-one-1);
  position: absolute;
}
body .rangeslider--horizontal .rangeslider__fill, div.wpforms-container-full .rangeslider--horizontal .rangeslider__fill, div.wpforms-container-full .wpforms-form * .rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
body .rangeslider--vertical .rangeslider__fill, div.wpforms-container-full .rangeslider--vertical .rangeslider__fill, div.wpforms-container-full .wpforms-form * .rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
body .rangeslider__handle, div.wpforms-container-full .rangeslider__handle, div.wpforms-container-full .wpforms-form * .rangeslider__handle {
  background: var(--color-white);
  border: 0px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  background: var(--color-set-one-1);
  border-radius: 50%;
}
body .rangeslider--horizontal .rangeslider__handle, div.wpforms-container-full .rangeslider--horizontal .rangeslider__handle, div.wpforms-container-full .wpforms-form * .rangeslider--horizontal .rangeslider__handle {
  top: -4px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
body .rangeslider--vertical .rangeslider__handle, div.wpforms-container-full .rangeslider--vertical .rangeslider__handle, div.wpforms-container-full .wpforms-form * .rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
body input[type=range]:focus + .rangeslider .rangeslider__handle, div.wpforms-container-full input[type=range]:focus + .rangeslider .rangeslider__handle, div.wpforms-container-full .wpforms-form * input[type=range]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}/*# sourceMappingURL=rangeslider.css.map */