:root{--color-sea-green:#007272;--color-mint-green:#a5e1d2;--color-emerald-green:#14555a;--color-lavender:#f2f2f5}.rangeslider,.rangeslider__fill{border-radius:3px;display:block}.rangeslider{background:#ccc;margin-top:.75rem;position:relative}.rangeslider--horizontal{height:4px;width:100%}.rangeslider--vertical{height:100%;max-height:100%;min-height:150px;width:4px}.rangeslider--disabled{opacity:.4}.rangeslider__fill{background:var(--color-sea-green);position:absolute}.rangeslider--horizontal .rangeslider__fill{height:100%;top:0}.rangeslider--vertical .rangeslider__fill{bottom:0;width:100%}.rangeslider__handle{background:var(--color-sea-green);border-radius:50%;box-shadow:1px 1px 1px rgba(20,85,90,.3);cursor:pointer;display:inline-block;height:22px;position:absolute;width:22px}.rangeslider--active .rangeslider__handle,.rangeslider__handle:active{background:var(--color-emerald-green)}.rangeslider--horizontal .rangeslider__handle{top:-9px;touch-action:pan-y}.rangeslider--vertical .rangeslider__handle{left:-9px;touch-action:pan-x;-ms-touch-action:pan-x}input[type=range]:focus+.rangeslider .rangeslider__handle{box-shadow:0 0 8px rgba(253,187,49,.9)}.dnc-cbc .grid-item{margin-bottom:2rem;padding-top:.3rem;position:relative}.dnc-cbc .range-value{font-size:.8rem;position:absolute;right:0;top:.8rem}.dnc-cbc .range-value span{font-weight:600;margin-right:.25rem}.dnc-cbc .range-value span,.dnc-cbc .sum{color:var(--color-sea-green);font-size:1.5rem}.dnc-cbc .sum{font-weight:900;text-align:center}.dnc-cbc .sum-cashback{display:flex;flex-direction:column}.dnc-cbc .totals{background:var(--color-sea-green);border-radius:10px;color:var(--color-mint-green);font-size:2rem;font-weight:600;line-height:1.5}.dnc-cbc .totals .total{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem;margin-top:1rem}.dnc-cbc .totals .total-value{line-height:1.1}.dnc-cbc .totals .total-title{font-size:.9rem}@media only screen and (min-width:481px){.dnc-cbc .grid-item{padding-top:1rem}.dnc-cbc .range-value span{font-size:2rem}}@media only screen and (min-width:768px){.dnc-cbc .grid-container{-moz-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr)}.dnc-cbc .sum-cashback{flex-direction:row}.dnc-cbc .sum-cashback .totals{align-items:center;display:flex;justify-content:space-around;width:100%}}@media only screen and (min-width:1100px){.dnc-cbc .grid-container{grid-template-columns:repeat(3,1fr)}}