@keyframes linkLineHover {
  0% {
    background-position: 100% 100%;
    background-size: 100% var(--textlinkLineThickness);
  }
  50% {
    background-position: 100% 100%;
    background-size: 0 var(--textlinkLineThickness);
  }
  51% {
    background-position: 0 100%;
    background-size: 0 var(--textlinkLineThickness);
  }
  100% {
    background-position: 0 100%;
    background-size: 100% var(--textlinkLineThickness);
  }
}
.button {
  background-color: #b1427e;
  border: 1px solid #b1427e;
  font-size: clamp(0.875rem, 0.18779343vw + 0.83098592rem, 1rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 7px 24px 7px 38px;
  appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: all 0.24s;
  position: relative;
}
.button:hover,
.button:focus {
  background-color: #992061;
  border-color: #992061;
}
@media (max-width: 767px) {
  .button {
    padding: 5px 16px 5px 30px;
  }
}
.button--secondary {
  background-color: transparent !important;
  color: #b1427e;
}
.button--secondary:after {
  background-color: #b1427e !important;
}
.button--secondary:hover,
.button--secondary:focus {
  color: #992061;
}
.button--secondary:hover:after,
.button--secondary:focus:after {
  background-color: #992061 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.section--five .content {
  display: flex;
}
.section--five .subcontent.subcontent--1 {
  width: calc(100% - 254px);
  padding-right: 40px;
}
.section--five .subcontent.subcontent--2 {
  width: 254px;
  padding-left: 40px;
}
.area--two {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--two .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--two .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--two .unitOne--1-4 {
  width: calc(50% - 40px);
}
.area--two .unitThree {
  width: calc(50% - 40px);
}
.area--two .unitFour {
  width: var(--altContentWidthSmall);
  margin-left: calc((100% - var(--altContentWidthSmall)) / 2);
  margin-right: calc((100% - var(--altContentWidthSmall)) / 2);
}
.area--two .unitFour .unit__background {
  width: 180px;
}
.area--two .unitFour .unit__content {
  width: calc(100% - (180px + 40px));
}
@media (max-width: 986px) {
  .area--two .unitFour {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
.area--two .unit--imageGallery .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--two .unit--imageGallery .part {
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--two .unit--counter {
  width: calc(50% - 40px);
}
.area--two .unit--team {
  width: calc(50% - 40px);
}
.area--three {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--three .unit {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--three .unitOne--1-2 {
  width: calc(50% - 40px);
}
.area--three .unitTwo .unit__background {
  width: 180px;
}
.area--three .unitTwo .unit__content {
  width: calc(100% - (180px + 40px));
}
/*# sourceMappingURL=./screen-medium.css.map */