/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  background: #ccc;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -11px;
  outline: none;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border: none;
  border-radius: 2px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #009AC2;
}

/* Handles and cursors;
 */
.noUi-handle {
  border: 1px solid #009AC2;
  border-radius: 100%;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* */
.-plus .payment-options > .-quotas .-slider-wrapper {
  display: block;
  margin: 0 auto;
  width: 96%;
}
.-plus .payment-options > .-quotas .-monthly-fee, .-plus .payment-options > .-quotas .-months, .-plus .payment-options > .-quotas .-range-values {
  align-items: baseline;
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  width: 100%;
}
.-plus .payment-options > .-quotas .-monthly-fee strong {
  font-size: 2.5rem;
  font-weight: 500;
}
.-plus .payment-options > .-quotas .-months {
  margin: 1.33333em 0 2.375em;
}
.-plus .payment-options > .-quotas .-months input {
  background-color: #F5F5F7;
  border-bottom: 1px solid #747474;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
}
.-plus .payment-options > .-quotas .-range-values {
  color: #747474;
  font-size: 0.75rem;
  margin: 1.25em 0 2.08333em;
}

/* mediaqueries */
@media (max-width: 47.9375em) {
  .-plus .payment-options > .-quotas .-months input {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=slider-plus.css.map */
