:root{--registration-slider-color: #e6f6f5}.range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:10px;border-radius:var(--fh-border-radius-full);background:var(--registration-slider-color);outline:none;cursor:pointer;margin:0}.range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--fh-surface-color-brand-secondary);border:none}.range input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--fh-surface-color-brand-secondary);border:none}.range input[type=range]::-moz-range-track{height:10px;border-radius:var(--fh-border-radius-full);background:var(--registration-slider-color)}.sliderticks{display:flex;justify-content:space-between;margin-top:var(--fh-spacing-sm);width:100%}.sliderticks span{white-space:nowrap;font-size:.75rem}.sliderticks span:before{content:"";display:block;width:1px;height:5px;background:var(--fh-surface-color-brand-secondary);margin-bottom:var(--fh-spacing-xxs);border-radius:40px}@media screen and (min-width: 512px){.range{max-width:327px}}
