@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--three .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--three .subcontent {
  width: calc(50% - 20px);
}
.section--five .subcontent.subcontent--1 {
  width: calc(100% - 416px);
  padding-right: 80px;
}
.section--five .subcontent.subcontent--2 {
  width: 416px;
  padding-left: 80px;
}
.area--two .unitOne--1-1 .unit__body {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.area--two .unitOne--1-1 .part {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.area--two .unitOne--1-1 .part--slim {
  width: calc(50% - 40px);
}
.area--two .unitOne--1-4 {
  width: calc(25% - 40px);
}
.area--two .unitThree {
  width: calc((100% / 3) - 40px);
}
.area--two .unitFive {
  width: calc(50% - 40px);
}
.area--two .unit--imageGallery .part {
  width: calc((100% / 3) - 40px);
}
.area--two .unit--counter {
  width: calc(25% - 40px);
}
.area--two .unit--team {
  width: calc((100% / 3) - 40px);
}
/*# sourceMappingURL=./screen-large.css.map */