.title1 {
  font-size: clamp(2rem, 4.37756498vw + 0.97400821rem, 4rem);
  line-height: clamp(2rem, 4.37756498vw + 0.97400821rem, 4rem);
  color: var(--titleColor);
  font-weight: 900;
}
.title2 {
  font-size: clamp(1.25rem, 2.73597811vw + 0.60875513rem, 2.5rem);
  line-height: clamp(1.25rem, 2.73597811vw + 0.60875513rem, 2.5rem);
  color: var(--titleColor);
  font-weight: 900;
}
.title3 {
  font-size: clamp(1rem, 1.09439124vw + 0.74350205rem, 1.5rem);
  line-height: clamp(1.125rem, 1.36798906vw + 0.80437756rem, 1.75rem);
  color: var(--titleColor);
  font-weight: 900;
}
.button {
  display: inline-block;
  font-size: clamp(0.8125rem, 0.41039672vw + 0.71631327rem, 1rem);
  line-height: clamp(1.125rem, 0.54719562vw + 0.99675103rem, 1.375rem);
  font-family: inherit;
  cursor: pointer;
  color: #E7314B;
  font-weight: 900;
  padding: 6px 9px;
  appearance: none;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E7314B;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#E7314B, #E7314B);
  transition: all 0.25s;
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.section--footer {
  margin-top: calc(124px - var(--spaceTotal));
}
.footarea {
  margin: 53px 0 74px;
}
@media (min-width: 1250px) {
  .footpart--one {
    grid-column: span 8;
  }
  .footpart--three {
    grid-column: span 2;
  }
}
.area--one .unitTwo {
  grid-column: span 4;
}
/*# sourceMappingURL=./screen-large.css.map */