<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --sitecolor: #568EBE;
  --textcolor: #3C4142;
  --titlecolor: #707070;
  --linkcolor: #568EBE;
  --linkcolor-hov: #568EBE;
  --accentcolor: #568EBE;
  --btnPrimaryColor: #E0DDCF;
  --btnPrimaryBgColor: #568EBE;
  --btnPrimaryBorder: #E0DDCF;
  --btnPrimaryColorHover: #568EBE;
  --btnPrimaryBgColorHover: #E0DDCF;
  --btnPrimaryBorderHover: #568EBE;
  --headerHeight: 200px;
  --gridGap: 26px;
}
@media (max-width: 1277px) {
  :root {
    --headerHeight: 156px;
  }
}
.button {
  background-color: #FDFDFA;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  border: 1px #707070 solid;
  padding: 2px 14px 4px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: #568EBE;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--one {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--gridGap);
}
.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;
}
/*# sourceMappingURL=./screen-medium.css.map */</pre></body></html>