.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #3774a9;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #316796;
}
.button:active {
  background-color: #244c6f;
}
.section--multimood .content {
  min-height: calc((100vh - 80px) / 2);
}
.cb-layout3 .section--multimood {
  width: 50%;
}
.section--wrapper {
  min-height: calc((100vh - 80px) / 2);
  display: flex;
  flex-direction: row;
}
.footpart.footpart--wide {
  width: 50%;
}
.footpart.footpart--slim {
  width: 50%;
}
.section--one .area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section--two .area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section--three {
  width: 50%;
}
.section--one .area .unit {
  width: 33.33%;
}
.section--one .area .unit .body {
  min-height: 33vw;
}
.section--one .area .unit.seam .body,
.section--one .area .unit.pure .body {
  padding: 5vw;
}
.section--one .area .unit.edge {
  width: 100%;
}
.section--one .area .unit.edge .body {
  min-height: 33vw;
}
.section--one .area .unit.edge.seam .body,
.section--one .area .unit.edge.pure .body {
  padding: 5vw;
}
.section--two .area .unit .body {
  min-height: 33vw;
}
.section--two .area .unit.wide {
  width: 100%;
}
.section--two .area .unit.slim {
  width: 50%;
}
.section--two .area .unit.seam .body,
.section--two .area .unit.pure .body {
  padding: 5vw;
}
.section--three .desk {
  height: 100%;
}
.section--three .area {
  height: 100%;
}
.section--three .area .unit:first-child {
  height: 100%;
}
.section--three .area .unit:first-child .body {
  height: 100%;
}
.cb-googlemapscontainer {
  height: calc((100vh - 80px) / 2) !important;
}
.cb-googlemapscontainer > div {
  height: calc((100vh - 80px) / 2) !important;
  width: 100%!important;
}
/*# sourceMappingURL=screen-medium.css.map */