.title1 {
  font-size: clamp(2rem, 1.87304891vw + 1.56100416rem, 3.125rem);
  line-height: clamp(2.25rem, 2.70551509vw + 1.6158949rem, 3.875rem);
  color: var(--titleColor);
  font-weight: bold;
}
.title2 {
  font-size: clamp(1.625rem, 0.62434964vw + 1.47866805rem, 2rem);
  line-height: clamp(2rem, 0.41623309vw + 1.90244537rem, 2.25rem);
  color: var(--titleColor);
  font-weight: bold;
}
.lead {
  font-size: clamp(1.25rem, 0.83246618vw + 1.05489074rem, 1.75rem);
  line-height: clamp(1.875rem, 1.24869927vw + 1.58233611rem, 2.625rem);
  font-weight: 300;
  color: var(--textColor);
}
.small {
  font-size: clamp(1.0625rem, 0.10405827vw + 1.03811134rem, 1.125rem);
  line-height: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  letter-spacing: 0.025em;
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  line-height: 1.27777778;
  font-family: inherit;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #F19286;
  padding: 7px 17px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #F19286;
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #F19286;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--one .unit {
  grid-column: span 12;
}
.area--one .unitOne--1-2 {
  grid-column: span 6;
}
.area--one .unitOne--1-3 {
  grid-column: span 6;
}
.area--one .unitTwo {
  grid-column: span 6;
}
.area--one .unitThree {
  grid-column: span 6;
}
.area--one .unitReference {
  grid-column: span 6;
}
.area--one .unit.form--1-2 {
  grid-column: span 6;
}
/*# sourceMappingURL=./screen-medium.css.map */