

.rangeslider,
input[type='range'] {
  //max-width: 400px;
}

.rangeslider__handle {
  border-radius: 22px;
  min-width: 62px;
  line-height: 42px;
  text-align: center;
  
  &:after {
    background: 0;
  }
}

.rangeslider__fill {
  background: #f9aa33;
}

.rangeslider__handle:after {
  width:0px;
  height: 0px;
}

.rangeLabel {
  color:#0099FF;
}

.row-top {
  margin-top:15px;
  margin-bottom: 10px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top:2rem;
  margin-bottom:1.5rem;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0099FF;
} 

h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top:1.5rem;
}

.ctaButton {
background: #f9aa33;
}