.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: var(--accentColor);
  font-size: 22px;
  line-height: 1.36363636;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  font-weight: normal;
  font-family: 'Univers65Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 10px 60px 14px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, var(--buttonHoverBackground), var(--buttonHoverBackground));
  border: 3px solid var(--accentColor);
  transition: all 0.24s;
}
.button:hover,
.unit--isAnchor:hover .button {
  background-size: 100% 100%;
  color: var(--buttonHoverColor);
}
@media (max-width: 1279px) {
  .button {
    border-width: 2px;
    font-size: 16px;
    line-height: 1.25;
    padding: 7px 30px 9px;
  }
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  padding-top: 62px;
}
.navigation div.sub1 > .item {
  margin-right: 60px;
  position: relative;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0 !important;
}
.navigation div.sub1 > .item:hover > .menu,
.navigation div.sub1 > .item:focus > .menu {
  color: #A49676;
}
.navigation div.sub1 > .item:not(.item-empty) > .menu {
  padding-right: 26px;
  position: relative;
}
.navigation div.sub1 > .item:not(.item-empty) > .menu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 30px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-red.svg);
}
.navigation div.sub1 > .item:not(.item-empty) > .menu.path:after {
  background-image: url(/images/chevron-down-brown.svg);
}
.navigation div.sub1 > .item:not(.item-empty):hover > .menu:after,
.navigation div.sub1 > .item:not(.item-empty):focus > .menu:after {
  background-image: url(/images/chevron-down-brown.svg);
}
.navigation div.sub1 > .item > .menu {
  color: #A7545B;
  padding-bottom: 62px;
  text-decoration: none;
}
.navigation div.sub1 > .item > .menu.path {
  color: #A49676;
}
@media (max-width: 1775px) {
  .navigation div.sub1 > .item {
    margin-right: 38px;
  }
  .navigation div.sub1 > .item:not(.item-empty) > .menu {
    padding-right: 20px;
  }
  .navigation div.sub1 > .item .menu {
    font-size: 16px;
    line-height: 1.875;
  }
}
.navigation div.sub2 {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #A7545B;
  height: 0;
  pointer-events: none;
  transition: height 0.4s;
}
.navigation div.sub2:before,
.navigation div.sub2:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #A7545B;
}
.navigation div.sub2:before {
  right: 0;
}
.navigation div.sub2:after {
  left: 0;
}
.navigation div.sub2 > .item {
  position: relative;
  z-index: 3;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.1s;
}
.navigation div.sub2 > .item.init {
  margin-top: 30px;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 30px;
}
.navigation div.sub2 > .item > .menu {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  color: #edeae4;
}
@media (max-width: 1775px) {
  .navigation div.sub2 > .item .menu {
    font-size: 16px;
    line-height: 1.375;
  }
}
.navigation div.sub1 > .item:hover div.sub2 {
  height: var(--js-elementHeight);
  pointer-events: initial;
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s 0.2s;
}
.area--one .unitOne--1-4 {
  width: calc(25% - 40px);
}
@media (max-width: 1775px) {
  .area--one .unitOne--1-4 {
    width: calc((100% / 3) - 40px);
  }
}
.area--one .unitFour--1-2 {
  width: calc(50% - 40px);
}
.area--three .unitTwo {
  width: calc(25% - 40px);
}
@media (max-width: 1775px) {
  .area--three .unitTwo {
    width: calc((100% / 3) - 40px);
  }
}
.area--four .unitTwo {
  width: calc(25% - 40px);
}
@media (max-width: 1775px) {
  .area--four .unitTwo {
    width: calc((100% / 3) - 40px);
  }
}
/*# sourceMappingURL=./screen-large.css.map */