.custom-range{--primary-color:var(--blue-color);--fill-color:var(--primary-color);--progress-height:1px;--progress-active-height:3px;--progress-active-background:#d6d8e3;--thumb-size:var(--track-height);--thumb-radius:50%;--thumb-color:var(--primary-color)}@media screen and (max-width:767px){.custom-range{--track-height:20px}}@media screen and (min-width:768px){.custom-range{--track-height:12px}}.custom-range{position:relative;z-index:1;display:inline-block;width:100%;height:var(--track-height);margin-top:calc(var(--track-height) + 15px)}.custom-range:before,.custom-range:after{display:inline-block;font-size:14px;font-weight:600;line-height:20px;color:var(--se-heading-color);transform:translateY(-30px)}.custom-range:before{color:var(--text-color);content:attr(data-value-text)}.custom-range:after{margin-left:3px;color:var(--primary-color);content:attr(data-value)}.custom-range__progress{position:absolute;top:calc((100% - var(--progress-height)) / 2);right:0;left:0;z-index:-1;height:var(--progress-height);pointer-events:none;--start-end:calc(var(--thumb-size) / 2)}.custom-range__progress:before{position:absolute;top:calc((100% - var(--progress-active-height)) / 2);right:0;bottom:0;left:0;z-index:1;height:var(--progress-active-height);content:'';background:var(--progress-active-background)}.custom-range__input{position:absolute;top:0;left:0;width:100%;height:var(--thumb-size);margin:0;cursor:grab;background:0 0;-webkit-appearance:none}.custom-range__input:not(:only-of-type){pointer-events:none}.custom-range__input::-webkit-slider-thumb{width:var(--thumb-size);height:var(--thumb-size);pointer-events:auto;background:var(--thumb-color);border:3px solid #e7efff;border-radius:var(--thumb-radius);-webkit-transition:.1s;transition:.1s;-webkit-appearance:none;appearance:none}.custom-range__input::-moz-range-thumb{width:var(--thumb-size);height:var(--thumb-size);pointer-events:auto;background:var(--thumb-color);border-radius:var(--thumb-radius);-moz-transition:.1s;transition:.1s;-moz-appearance:none;appearance:none}.custom-range__input::-ms-thumb{width:var(--thumb-size);height:var(--thumb-size);pointer-events:auto;background:var(--thumb-color);border-radius:var(--thumb-radius);transition:.1s;appearance:none}.custom-range__input:active{z-index:2;cursor:grabbing}