.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;
}
.container--head {
  margin: 23px 0;
}
.mood__video--mobile {
  display: none;
}
.section--footer {
  margin-top: calc(124px - var(--spaceTotal));
}
.footarea {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.footpart--one {
  grid-column: span 7;
}
.footpart--two {
  grid-column: span 2;
}
.footpart--three {
  grid-column: span 3;
}
.unit--partnerLogos .part {
  width: auto;
  max-width: calc(25% - (20px * 3 / 4));
}
.area--one {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.area--one .unitTwo {
  grid-column: span 6;
}
.area--one .unitThree {
  flex-direction: row;
  align-items: center;
  gap: var(--gridGap);
}
.area--one .unitThree .unit__background {
  width: calc(40% - (var(--gridGap) / 2));
}
.area--one .unitThree .unit__content {
  width: calc(60% - (var(--gridGap) / 2));
  max-width: 595px;
  margin-left: auto;
}
/*# sourceMappingURL=./screen-medium.css.map */