.button {
  display: inline-block;
  background-color: var(--btnBackground);
  font-size: clamp(1rem, 0.2484472vw + 0.94177019rem, 1.125rem);
  line-height: clamp(1.3125rem, 0.62111801vw + 1.16692547rem, 1.625rem);
  font-size: clamp(0.6875rem, 0.74534161vw + 0.51281056rem, 1.0625rem);
  line-height: clamp(0.8125rem, 0.86956522vw + 0.60869565rem, 1.25rem);
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnColor);
  padding: 6px 40px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--btnBackgroundHover, var(--btnBackgroundHover)));
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  color: var(--btnColorHover);
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/*# sourceMappingURL=./screen-medium.css.map */