.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background: none;
  background-color: #0068B4;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'EurostileLTProBold', sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 14px 32px 14px 60px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.button strong {
  font-weight: normal;
}
.button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 16px;
  height: 10px;
  background-size: 20px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
  transition: all 0.3s;
}
.button:hover,
.unit--isAnchor:hover .button {
  background-color: #004B81;
  padding-right: 28px;
  padding-left: 64px;
}
.button:hover:before,
.unit--isAnchor:hover .button:before {
  width: 20px;
}
.section--multimood .subcontent.subcontent--2 {
  margin-top: 40px;
}
.area--one {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne--1-1 .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--one .unitOne--1-1 .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--one .unitOne--1-1 .part.part--tiny {
  width: calc(50% - 40px);
}
.area--one .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--one .unitThree {
  width: calc(50% - 40px);
}
.area--one .unit--articleJobOffer .unit__background {
  width: 136px;
}
.area--one .unit--articleJobOffer .unit__content {
  padding: 24px 24px 24px 160px;
}
.area--two .unit {
  min-height: 300px;
}
.area--two .unit .unit__background {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
}
.area--two .unit .unit__content {
  padding-left: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.area--three {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--three .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--three .unitTwo {
  width: calc(50% - 40px);
}
.area--four {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--four .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--four .unitOne--1-1 .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--four .unitOne--1-1 .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--four .unitOne--1-1 .part.part--tiny {
  width: calc(50% - 40px);
}
.area--four .unitOne--1-2 {
  width: calc(50% - 40px);
}
/*# sourceMappingURL=./screen-medium.css.map */