.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #C6E24D;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'ArchivoExpanded', sans-serif;
  font-weight: 400 !important;
  cursor: pointer;
  color: #141415;
  padding: 24px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  background-size: 0 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #e3e5d9, #e3e5d9);
}
.button strong {
  font-weight: 400 !important;
}
.button .star {
  font-weight: 400 !important;
}
.button:hover,
.button:focus {
  background-size: 100% 100%;
}
.area--one {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 30px);
}
.area--one .unitOne--1-3 {
  width: calc(50% - 30px);
}
.area--one .unitThree {
  width: calc(100% - 30px);
}
.area--two {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--two .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--two .unitOne {
  width: calc(50% - 30px);
}
/*# sourceMappingURL=./screen-medium.css.map */