body {
  margin: 0 0 5rem;
  padding: 0;
  font-family: Work Sans, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#ccf-logo {
  max-height: 100px;
}
.divider {
  background-color: #00b3f0;
  height: 34px;
  width: 100%;
}
h2 {
  font-family: Work Sans, Arial, sans-serif !important;
  font-size: 2.5rem!important;
}
h4.answer {
  color: #212529;
  font-size: 1.5rem;
}

label {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 1.25rem;
}
.resultWrapper {
  margin-top: 50px;
}
.resultWrapper span {
  color: #02176e;
  font-weight: 600;
}
.option {
  -moz-white-space: pre-wrap;
  -o-white-space: pre-wrap;
  white-space: pre-wrap;
}
.grid-container {
  padding: 25px;
}
div#variablesWrapper {
  padding: 10px 0;
}
.input-range {
  margin: 1rem 0 2rem 1rem;
  width: 97% !important;
}
.input-range__track--active {
  background: #02176e !important;
}
.input-range__slider {
  background: #00b3f0 !important;
  border: 1px solid #00b3f0 !important;
}
.input-range__label-container {
  color: #313131;
  font-weight: 500;
}
span#percentage {
  -webkit-animation: fadeInOut 2s 1;
  animation: fadeInOut 2s 1;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.1da23f79.chunk.css.map */
