.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: var(--s-buttonbg);
  line-height: 1.3;
  cursor: pointer;
  color: var(--s-buttoncolor);
  padding: 18px 20px 17px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.button:active {
  box-shadow: none;
}
.button-hover {
  color: var(--s-buttoncolor-hover);
  background-color: var(--s-buttonbg-hover);
}
.area--one {
  width: 104.44444444%;
  margin-left: -2.22222222%;
}
.area--one .unit {
  margin-left: 2.12765957%;
  margin-right: 2.12765957%;
}
.area--one .unitOne {
  width: 95.74468085%;
}
.area--one .unitTwo {
  width: 95.74468085%;
}
.area--one .unitThree {
  width: 45.74468085%;
}
.area--one .unitFour {
  width: 95.74468085%;
}
.area--one .unitFour .part.pict {
  aspect-ratio: 1;
  width: calc(50% - 16px);
  margin: 8px;
}
@supports not (aspect-ratio: 1 /  1) {
  .area--one .unitFour .part.pict:before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .area--one .unitFour .part.pict:after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitFour .part.pict * {
  height: 100%;
}
.area--one .unitFour .part.pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
/*# sourceMappingURL=./screen-medium.css.map */