.styles_Range-wrapper___kdMe {
    --input-color: #017848;
    --input-bg: #f0eee9;
    border-radius: 4px;
    margin: 10px 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 4px;
    overflow: visible
}

.styles_Range-tertiary__Wv7zc {
    --input-color: #222
}

.styles_Range-fill__J88kw {
    border: 0;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    height: 100%
}

.styles_Range-input___oxwr {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    height: 100%;
    line-height: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0
}

.styles_Range-input___oxwr:focus {
    outline: none
}

.styles_Range-input___oxwr[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--input-color);
    border-radius: 100%;
    cursor: pointer;
    height: 24px;
    margin-top: -8px;
    width: 24px
}

.styles_Range-input___oxwr[type=range]::-ms-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--input-color);
    border-radius: 100%;
    cursor: pointer;
    height: 12px;
    margin-top: 0;
    width: 12px
}

.styles_Range-input___oxwr[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 8px
}

.styles_Range-input___oxwr[type=range]::-ms-track {
    cursor: pointer;
    height: 0
}

.styles_Range-labels__Js2z3 {
    display: flex;
    justify-content: space-between
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    font-size: 24px;
    line-height: 1;
    width: 100%;
    padding: 0;
    margin: 0
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]:focus {
    outline: none
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q {
    padding: 0;
    margin: 0
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    cursor: pointer;
    margin-top: -8px
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]::-ms-thumb {
    margin-top: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    cursor: pointer
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background-color: inherit;
    border-radius: 15px
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]::-ms-track {
    width: 100%;
    height: 0;
    border-radius: 12px;
    cursor: pointer;
    background-color: inherit
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range] {
    background: linear-gradient(90deg, #1ee07f 0, #1ee07f 33%, #017848 0, #017848 66%, #004733 0, #004733);
    border-color: #eee
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=text] {
    background: #fff
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]::-webkit-slider-thumb {
    background-color: #017848
}

.styles_CreditScoreRangeSlider-range-slider__DUh9q input[type=range]::-ms-thumb {
    background-color: #00cf9e
}

.styles_CreditScoreRangeSlider-labels__93j6E {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 16px
}

.styles_CreditScoreRangeSlider-label-container__7xRMP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.styles_CreditScoreRangeSlider-tick__Gs3EV {
    display: none;
    visibility: hidden
}

@media(min-width:970px) {
    .styles_CreditScoreRangeSlider-tick__Gs3EV {
        display: inline-block;
        visibility: visible;
        height: 6px;
        width: 100%;
        border: 1px solid #707070;
        border-top: none
    }
}

.styles_CreditScoreRangeSlider-tick-middle__0hqwX {
    display: none;
    visibility: hidden
}

@media(min-width:970px) {
    .styles_CreditScoreRangeSlider-tick-middle__0hqwX {
        display: inline-block;
        visibility: visible;
        height: 6px;
        width: 100%;
        border-bottom: 1px solid #707070
    }
}

.styles_CreditScoreRangeSlider-label__6O2zS {
    opacity: 0
}

@media(min-width:970px) {
    .styles_CreditScoreRangeSlider-label__6O2zS {
        opacity: 1
    }
}

.styles_CreditScoreRangeSlider-label-active__WE98s {
    opacity: 1
}

