.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.22222222;
  cursor: pointer;
  color: #000;
  padding: 10px 40px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s;
}
.button strong {
  font-weight: 500;
}
.button:hover,
.button:focus {
  background-color: #000;
  color: var(--sitecolor);
  transition: none !important;
}
body.darkModeActive .button {
  border-color: #fff;
  color: #fff;
}
body.darkModeActive .button:hover,
body.darkModeActive .button:focus {
  background-color: #fff;
  color: #000;
}
/*# sourceMappingURL=./screen-large.css.map */