.wrapper {
  display: flex; }

.block--1534972399440 {
  text-align: center; }

.range-container {
  margin: auto;
  padding-left: 20px;
  padding-top: 20px; }

#output {
  margin-left: -58px;
  padding-top: 40px;
  width: 100%;
  text-align: center; }

.value-container > p {
  font-family: "Montserrat", Arial, sans-serif;
  color: black;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.value-container > input {
  width: 80%;
  padding-bottom: 16px;
  margin-bottom: 25px; }

input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  height: 10px;
  background: linear-gradient(to right, #ac2335 0%, #482f3e 100%);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  outline: none;
  border-radius: 10px; }

input[type="range"]:first-of-type {
  margin-bottom: 0px; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 60px;
  /* border: 1px solid #bec053; */
  background: #bec053;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

#step2Title {
  font-size: 24px; }

#step3Title {
  font-size: 24px;
  ont-family: "Montserrat", Arial, sans-serif;
  color: black; }

#step2p {
  color: #BEC053;
  font-size: 18px;
  margin-bottom: 0px; }

#step3data {
  font-family: "Montserrat", Arial, sans-serif;
  color: black; }

#confirmBtn {
  font-family: Open Sans;
  font-weight: 600;
  width: 250px;
  color: #fff;
  background: #BEC053;
  padding: 10px 30px 30px 30px;
  border-radius: 4px;
  text-align: center;
  height: 30px;
  position: relative;
  margin-top: 50px; }

#nextBtn {
  margin-left: 3rem;
  margin-top: 40px;
  color: #fff;
  background: #BEC053;
  padding: 10px 30px 10px 30px; }

.grid-item {
  width: 120px;
  height: 20px;
  margin: 0 5px 5px 0;
  transition: transform 0.4s; }

#resetlink {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 40px; }

.block--1551963300846 img {
  display: inline-block;
  width: 300px; }

.footer__powered-by {
  display: none !important; }
