@charset "utf-8";
.f-gill {
  font-family: "GillSansNova-Book";
  font-weight: 400;
}
.f-gill-medium {
  font-family: "GillSansNova-Medium";
  font-weight: 500;
}
.f-gill-semibold {
  font-family: "GillSansNova-Semibold";
  font-weight: 600;
}
.f-gill-bold {
  font-family: "GillSansNova-Bold";
  font-weight: 700;
}
.f-bbb {
  font-family: "MFW-GothicBBBPro-Medium";
}
.people__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 93.75vw;
  margin: 3.125vw auto 0;
}
.people__nav--top .people__nav-item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0.5rem, 0);
  -moz-transform: translate3d(0, 0.5rem, 0);
  -o-transform: translate3d(0, 0.5rem, 0);
  -ms-transform: translate3d(0, 0.5rem, 0);
  transform: translate3d(0, 0.5rem, 0);
}
.people__nav--top.inview--enter .people__nav-item {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 240ms ease;
  -moz-transition: opacity 300ms ease-in-out, -moz-transform 240ms ease;
  -o-transition: opacity 300ms ease-in-out, -o-transform 240ms ease;
  -ms-transition: opacity 300ms ease-in-out, -ms-transform 240ms ease;
  transition: opacity 300ms ease-in-out, transform 240ms ease;
}
.people__nav--top.inview--enter .people__nav-item:nth-child(1) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
}
.people__nav--top.inview--enter .people__nav-item:nth-child(2) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}
.people__nav--top.inview--enter .people__nav-item:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.people__nav-item {
  position: relative;
  width: 30.15625vw;
  height: 30.15625vw;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.people__nav-item--1 {
  background-color: #2aff00;
}
.people__nav-item--1 .people__nav-inner {
  color: #000;
}
@media screen and (min-width: 737px) {
  .people__nav-item--1 .people__nav-link:hover .people__nav-inner {
    color: #fff;
  }
  .people__nav-item--1 .people__nav-link:hover .btn__link {
    color: #fff;
  }
}
.people__nav-item--2 {
  background-color: #b8ff00;
}
.people__nav-item--2 .people__nav-inner {
  color: #000;
}
@media screen and (min-width: 737px) {
  .people__nav-item--2 .people__nav-link:hover .people__nav-inner {
    color: #fff;
  }
  .people__nav-item--2 .people__nav-link:hover .btn__link {
    color: #fff;
  }
}
.people__nav-item--3 {
  background-color: #00b400;
  color: #fff;
}
.people__nav-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.people__nav-link:hover .people__nav-bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.people__nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 240ms ease;
  -moz-transition: opacity 240ms ease;
  -o-transition: opacity 240ms ease;
  -ms-transition: opacity 240ms ease;
  transition: opacity 240ms ease;
}
.people__nav-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people__nav-inner {
  position: relative;
  padding: clamp(1px, 2.890625vw, 37px);
  z-index: 10;
  -webkit-transition: color 240ms ease;
  -moz-transition: color 240ms ease;
  -o-transition: color 240ms ease;
  -ms-transition: color 240ms ease;
  transition: color 240ms ease;
}
.people__nav-heading {
  font-size: clamp(1px, 1.40625vw, 18px);
}
.people__nav-title {
  font-size: clamp(1px, 2.96875vw, 38px);
  margin-top: clamp(1px, 1.015625vw, 13px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  font-feature-settings: 'palt';
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  -o-transition: -o-transform 300ms ease-in-out;
  -ms-transition: -ms-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.people__nav-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 clamp(1px, 2.890625vw, 37px) clamp(1px, 2.890625vw, 37px) 0;
}
.people__content {
  margin-top: clamp(1px, 6.25vw, 80px);
}
.people__fixed-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 59.16666666666667vh;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0.5rem, 0);
  -moz-transform: translate3d(0, 0.5rem, 0);
  -o-transform: translate3d(0, 0.5rem, 0);
  -ms-transform: translate3d(0, 0.5rem, 0);
  transform: translate3d(0, 0.5rem, 0);
}
@media screen and (min-width: 737px) {
  .people__fixed-nav {
    max-width: 33.28125vw;
  }
}
.people__fixed-nav.inview--enter {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease;
  -moz-transition: opacity 300ms ease-in-out, -moz-transform 300ms ease;
  -o-transition: opacity 300ms ease-in-out, -o-transform 300ms ease;
  -ms-transition: opacity 300ms ease-in-out, -ms-transform 300ms ease;
  transition: opacity 300ms ease-in-out, transform 300ms ease;
}
.people__fixed-nav .people__nav {
  display: block;
}
.people__fixed-nav .people__nav-link {
  pointer-events: auto;
}
.people__fixed-nav .people__nav-item.is-current {
  height: 59.16666666666667vh;
  max-height: 33.28125vw;
}
.people__fixed-nav .people__nav-item.is-current .people__nav-bg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.people__fixed-nav .people__nav-item.is-current .people__nav-heading {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.people__fixed-nav .people__nav-item.is-current .people__nav-title {
  -webkit-transform: translate3d(0, 0, 0) scale(1.157894736842105);
  -moz-transform: translate3d(0, 0, 0) scale(1.157894736842105);
  -o-transform: translate3d(0, 0, 0) scale(1.157894736842105);
  -ms-transform: translate3d(0, 0, 0) scale(1.157894736842105);
  transform: translate3d(0, 0, 0) scale(1.157894736842105);
}
.people__fixed-nav .people__nav-item {
  width: 59.16666666666667vh;
  height: 20.555555555555557vh;
  will-change: transform;
  -webkit-transition: height 240ms ease, max-height 240ms ease;
  -moz-transition: height 240ms ease, max-height 240ms ease;
  -o-transition: height 240ms ease, max-height 240ms ease;
  -ms-transition: height 240ms ease, max-height 240ms ease;
  transition: height 240ms ease, max-height 240ms ease;
}
@media screen and (min-width: 737px) {
  .people__fixed-nav .people__nav-item {
    max-width: 33.28125vw;
    max-height: 11.5625vw;
  }
}
.people__fixed-nav .people__nav-heading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 240ms ease;
  -moz-transition: opacity 240ms ease;
  -o-transition: opacity 240ms ease;
  -ms-transition: opacity 240ms ease;
  transition: opacity 240ms ease;
  font-size: 2.5vh;
}
@media screen and (min-width: 737px) and (max-aspect-ratio: 1280/720) {
  .people__fixed-nav .people__nav-heading {
    font-size: clamp(1px, 1.40625vw, 18px);
  }
}
.people__fixed-nav .people__nav-title {
  margin: 2.777777777777778vh 0 0;
  font-size: 5.277777777777778vh;
  -webkit-transform: translate3d(0, -3.472222222222222vh, 0);
  -moz-transform: translate3d(0, -3.472222222222222vh, 0);
  -o-transform: translate3d(0, -3.472222222222222vh, 0);
  -ms-transform: translate3d(0, -3.472222222222222vh, 0);
  transform: translate3d(0, -3.472222222222222vh, 0);
  -webkit-transition: -webkit-transform 240ms ease;
  -moz-transition: -moz-transform 240ms ease;
  -o-transition: -o-transform 240ms ease;
  -ms-transition: -ms-transform 240ms ease;
  transition: transform 240ms ease;
}
@media screen and (min-width: 737px) and (max-aspect-ratio: 1280/720) {
  .people__fixed-nav .people__nav-title {
    font-size: clamp(1px, 2.96875vw, 38px);
    margin: clamp(1px, 1.5625vw, 20px) 0 0;
    -webkit-transform: translate3d(0, clamp(-25px, -1.953125vw, 1px), 0);
    -moz-transform: translate3d(0, clamp(-25px, -1.953125vw, 1px), 0);
    -o-transform: translate3d(0, clamp(-25px, -1.953125vw, 1px), 0);
    -ms-transform: translate3d(0, clamp(-25px, -1.953125vw, 1px), 0);
    transform: translate3d(0, clamp(-25px, -1.953125vw, 1px), 0);
  }
}
.people__item {
  width: 57.34375vw;
  margin: -98.61111111111111vh 3.125vw 0 auto;
}
@media screen and (min-width: 737px) and (max-aspect-ratio: 1280/720) {
  .people__item {
    margin: -55.46875vw 3.125vw 0 auto;
  }
}
.people__item-box {
  padding-bottom: 11.71875vw;
}
.people__item-box.inview--enter .people__item-title,
.people__item-box.inview--enter .people__item-heading,
.people__item-box.inview--enter .people__item-desc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 300ms ease-in-out 300ms, -webkit-transform 240ms ease 300ms;
  -moz-transition: opacity 300ms ease-in-out 300ms, -moz-transform 240ms ease 300ms;
  -o-transition: opacity 300ms ease-in-out 300ms, -o-transform 240ms ease 300ms;
  -ms-transition: opacity 300ms ease-in-out 300ms, -ms-transform 240ms ease 300ms;
  transition: opacity 300ms ease-in-out 300ms, transform 240ms ease 300ms;
}
.people__item-title {
  font-size: clamp(1px, 4.53125vw, 58px);
}
.people__item-heading {
  margin-top: clamp(1px, 2.34375vw, 30px);
  font-size: clamp(1px, 2.5vw, 32px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0.5rem, 0);
  -moz-transform: translate3d(0, 0.5rem, 0);
  -o-transform: translate3d(0, 0.5rem, 0);
  -ms-transform: translate3d(0, 0.5rem, 0);
  transform: translate3d(0, 0.5rem, 0);
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}
.people__item-desc {
  margin-top: clamp(1px, 1.328125vw, 17px);
  font-size: clamp(1px, 1.09375vw, 14px);
  line-height: 1.857142857142857;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0.5rem, 0);
  -moz-transform: translate3d(0, 0.5rem, 0);
  -o-transform: translate3d(0, 0.5rem, 0);
  -ms-transform: translate3d(0, 0.5rem, 0);
  transform: translate3d(0, 0.5rem, 0);
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}
.people__list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.1875vw;
  margin-top: clamp(1px, 5.9375vw, 76px);
}
.people__list.inview--enter .people__list-item {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 240ms ease;
  -moz-transition: opacity 300ms ease-in-out, -moz-transform 240ms ease;
  -o-transition: opacity 300ms ease-in-out, -o-transform 240ms ease;
  -ms-transition: opacity 300ms ease-in-out, -ms-transform 240ms ease;
  transition: opacity 300ms ease-in-out, transform 240ms ease;
}
.people__list.inview--enter .people__list-item:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
.people__list.inview--enter .people__list-item:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.people__list.inview--enter .people__list-item:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.people__list.inview--enter .people__list-item:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.people__list.inview--enter .people__list-item:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.people__list.inview--enter .people__list-item:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.people__list.inview--enter .people__list-item:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}
.people__list.inview--enter .people__list-item:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}
.people__list.inview--enter .people__list-item:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  transition-delay: 900ms;
}
.people__list.inview--enter .people__list-item:nth-child(10) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.people__list.inview--enter .people__list-item:nth-child(11) {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.people__list.inview--enter .people__list-item:nth-child(12) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.people__list.inview--enter .people__list-item:nth-child(13) {
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.people__list.inview--enter .people__list-item:nth-child(14) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.people__list.inview--enter .people__list-item:nth-child(15) {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.people__list.inview--enter .people__list-item:nth-child(16) {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.people__list.inview--enter .people__list-item:nth-child(17) {
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.people__list.inview--enter .people__list-item:nth-child(18) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.people__list.inview--enter .people__list-item:nth-child(19) {
  -webkit-transition-delay: 1900ms;
  -moz-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.people__list.inview--enter .people__list-item:nth-child(20) {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.people__list.inview--enter .people__list-item:nth-child(21) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.people__list.inview--enter .people__list-item:nth-child(22) {
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.people__list.inview--enter .people__list-item:nth-child(23) {
  -webkit-transition-delay: 2300ms;
  -moz-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  -ms-transition-delay: 2300ms;
  transition-delay: 2300ms;
}
.people__list.inview--enter .people__list-item:nth-child(24) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.people__list.inview--enter .people__list-item:nth-child(25) {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.people__list.inview--enter .people__list-item:nth-child(26) {
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  transition-delay: 2600ms;
}
.people__list.inview--enter .people__list-item:nth-child(27) {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  transition-delay: 2700ms;
}
.people__list.inview--enter .people__list-item:nth-child(28) {
  -webkit-transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
.people__list.inview--enter .people__list-item:nth-child(29) {
  -webkit-transition-delay: 2900ms;
  -moz-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  -ms-transition-delay: 2900ms;
  transition-delay: 2900ms;
}
.people__list.inview--enter .people__list-item:nth-child(30) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.people__list.inview--enter .people__list-item:nth-child(31) {
  -webkit-transition-delay: 3100ms;
  -moz-transition-delay: 3100ms;
  -o-transition-delay: 3100ms;
  -ms-transition-delay: 3100ms;
  transition-delay: 3100ms;
}
.people__list.inview--enter .people__list-item:nth-child(32) {
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  transition-delay: 3200ms;
}
.people__list.inview--enter .people__list-item:nth-child(33) {
  -webkit-transition-delay: 3300ms;
  -moz-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  -ms-transition-delay: 3300ms;
  transition-delay: 3300ms;
}
.people__list.inview--enter .people__list-item:nth-child(34) {
  -webkit-transition-delay: 3400ms;
  -moz-transition-delay: 3400ms;
  -o-transition-delay: 3400ms;
  -ms-transition-delay: 3400ms;
  transition-delay: 3400ms;
}
.people__list.inview--enter .people__list-item:nth-child(35) {
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  -ms-transition-delay: 3500ms;
  transition-delay: 3500ms;
}
.people__list.inview--enter .people__list-item:nth-child(36) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  transition-delay: 3600ms;
}
.people__list.inview--enter .people__list-item:nth-child(37) {
  -webkit-transition-delay: 3700ms;
  -moz-transition-delay: 3700ms;
  -o-transition-delay: 3700ms;
  -ms-transition-delay: 3700ms;
  transition-delay: 3700ms;
}
.people__list.inview--enter .people__list-item:nth-child(38) {
  -webkit-transition-delay: 3800ms;
  -moz-transition-delay: 3800ms;
  -o-transition-delay: 3800ms;
  -ms-transition-delay: 3800ms;
  transition-delay: 3800ms;
}
.people__list.inview--enter .people__list-item:nth-child(39) {
  -webkit-transition-delay: 3900ms;
  -moz-transition-delay: 3900ms;
  -o-transition-delay: 3900ms;
  -ms-transition-delay: 3900ms;
  transition-delay: 3900ms;
}
.people__list.inview--enter .people__list-item:nth-child(40) {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  transition-delay: 4000ms;
}
.people__list.inview--enter .people__list-item:nth-child(41) {
  -webkit-transition-delay: 4100ms;
  -moz-transition-delay: 4100ms;
  -o-transition-delay: 4100ms;
  -ms-transition-delay: 4100ms;
  transition-delay: 4100ms;
}
.people__list.inview--enter .people__list-item:nth-child(42) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  transition-delay: 4200ms;
}
.people__list.inview--enter .people__list-item:nth-child(43) {
  -webkit-transition-delay: 4300ms;
  -moz-transition-delay: 4300ms;
  -o-transition-delay: 4300ms;
  -ms-transition-delay: 4300ms;
  transition-delay: 4300ms;
}
.people__list.inview--enter .people__list-item:nth-child(44) {
  -webkit-transition-delay: 4400ms;
  -moz-transition-delay: 4400ms;
  -o-transition-delay: 4400ms;
  -ms-transition-delay: 4400ms;
  transition-delay: 4400ms;
}
.people__list.inview--enter .people__list-item:nth-child(45) {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  transition-delay: 4500ms;
}
.people__list.inview--enter .people__list-item:nth-child(46) {
  -webkit-transition-delay: 4600ms;
  -moz-transition-delay: 4600ms;
  -o-transition-delay: 4600ms;
  -ms-transition-delay: 4600ms;
  transition-delay: 4600ms;
}
.people__list.inview--enter .people__list-item:nth-child(47) {
  -webkit-transition-delay: 4700ms;
  -moz-transition-delay: 4700ms;
  -o-transition-delay: 4700ms;
  -ms-transition-delay: 4700ms;
  transition-delay: 4700ms;
}
.people__list.inview--enter .people__list-item:nth-child(48) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  transition-delay: 4800ms;
}
.people__list.inview--enter .people__list-item:nth-child(49) {
  -webkit-transition-delay: 4900ms;
  -moz-transition-delay: 4900ms;
  -o-transition-delay: 4900ms;
  -ms-transition-delay: 4900ms;
  transition-delay: 4900ms;
}
.people__list.inview--enter .people__list-item:nth-child(50) {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  -ms-transition-delay: 5000ms;
  transition-delay: 5000ms;
}
.people__list.inview--enter .people__list-item:nth-child(51) {
  -webkit-transition-delay: 5100ms;
  -moz-transition-delay: 5100ms;
  -o-transition-delay: 5100ms;
  -ms-transition-delay: 5100ms;
  transition-delay: 5100ms;
}
.people__list.inview--enter .people__list-item:nth-child(52) {
  -webkit-transition-delay: 5200ms;
  -moz-transition-delay: 5200ms;
  -o-transition-delay: 5200ms;
  -ms-transition-delay: 5200ms;
  transition-delay: 5200ms;
}
.people__list.inview--enter .people__list-item:nth-child(53) {
  -webkit-transition-delay: 5300ms;
  -moz-transition-delay: 5300ms;
  -o-transition-delay: 5300ms;
  -ms-transition-delay: 5300ms;
  transition-delay: 5300ms;
}
.people__list.inview--enter .people__list-item:nth-child(54) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  transition-delay: 5400ms;
}
.people__list.inview--enter .people__list-item:nth-child(55) {
  -webkit-transition-delay: 5500ms;
  -moz-transition-delay: 5500ms;
  -o-transition-delay: 5500ms;
  -ms-transition-delay: 5500ms;
  transition-delay: 5500ms;
}
.people__list.inview--enter .people__list-item:nth-child(56) {
  -webkit-transition-delay: 5600ms;
  -moz-transition-delay: 5600ms;
  -o-transition-delay: 5600ms;
  -ms-transition-delay: 5600ms;
  transition-delay: 5600ms;
}
.people__list.inview--enter .people__list-item:nth-child(57) {
  -webkit-transition-delay: 5700ms;
  -moz-transition-delay: 5700ms;
  -o-transition-delay: 5700ms;
  -ms-transition-delay: 5700ms;
  transition-delay: 5700ms;
}
.people__list.inview--enter .people__list-item:nth-child(58) {
  -webkit-transition-delay: 5800ms;
  -moz-transition-delay: 5800ms;
  -o-transition-delay: 5800ms;
  -ms-transition-delay: 5800ms;
  transition-delay: 5800ms;
}
.people__list.inview--enter .people__list-item:nth-child(59) {
  -webkit-transition-delay: 5900ms;
  -moz-transition-delay: 5900ms;
  -o-transition-delay: 5900ms;
  -ms-transition-delay: 5900ms;
  transition-delay: 5900ms;
}
.people__list.inview--enter .people__list-item:nth-child(60) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  transition-delay: 6000ms;
}
.people__list.inview--enter .people__list-item:nth-child(61) {
  -webkit-transition-delay: 6100ms;
  -moz-transition-delay: 6100ms;
  -o-transition-delay: 6100ms;
  -ms-transition-delay: 6100ms;
  transition-delay: 6100ms;
}
.people__list.inview--enter .people__list-item:nth-child(62) {
  -webkit-transition-delay: 6200ms;
  -moz-transition-delay: 6200ms;
  -o-transition-delay: 6200ms;
  -ms-transition-delay: 6200ms;
  transition-delay: 6200ms;
}
.people__list.inview--enter .people__list-item:nth-child(63) {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  transition-delay: 6300ms;
}
.people__list.inview--enter .people__list-item:nth-child(64) {
  -webkit-transition-delay: 6400ms;
  -moz-transition-delay: 6400ms;
  -o-transition-delay: 6400ms;
  -ms-transition-delay: 6400ms;
  transition-delay: 6400ms;
}
.people__list.inview--enter .people__list-item:nth-child(65) {
  -webkit-transition-delay: 6500ms;
  -moz-transition-delay: 6500ms;
  -o-transition-delay: 6500ms;
  -ms-transition-delay: 6500ms;
  transition-delay: 6500ms;
}
.people__list.inview--enter .people__list-item:nth-child(66) {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  transition-delay: 6600ms;
}
.people__list.inview--enter .people__list-item:nth-child(67) {
  -webkit-transition-delay: 6700ms;
  -moz-transition-delay: 6700ms;
  -o-transition-delay: 6700ms;
  -ms-transition-delay: 6700ms;
  transition-delay: 6700ms;
}
.people__list.inview--enter .people__list-item:nth-child(68) {
  -webkit-transition-delay: 6800ms;
  -moz-transition-delay: 6800ms;
  -o-transition-delay: 6800ms;
  -ms-transition-delay: 6800ms;
  transition-delay: 6800ms;
}
.people__list.inview--enter .people__list-item:nth-child(69) {
  -webkit-transition-delay: 6900ms;
  -moz-transition-delay: 6900ms;
  -o-transition-delay: 6900ms;
  -ms-transition-delay: 6900ms;
  transition-delay: 6900ms;
}
.people__list.inview--enter .people__list-item:nth-child(70) {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  -ms-transition-delay: 7000ms;
  transition-delay: 7000ms;
}
.people__list.inview--enter .people__list-item:nth-child(71) {
  -webkit-transition-delay: 7100ms;
  -moz-transition-delay: 7100ms;
  -o-transition-delay: 7100ms;
  -ms-transition-delay: 7100ms;
  transition-delay: 7100ms;
}
.people__list.inview--enter .people__list-item:nth-child(72) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  transition-delay: 7200ms;
}
.people__list.inview--enter .people__list-item:nth-child(73) {
  -webkit-transition-delay: 7300ms;
  -moz-transition-delay: 7300ms;
  -o-transition-delay: 7300ms;
  -ms-transition-delay: 7300ms;
  transition-delay: 7300ms;
}
.people__list.inview--enter .people__list-item:nth-child(74) {
  -webkit-transition-delay: 7400ms;
  -moz-transition-delay: 7400ms;
  -o-transition-delay: 7400ms;
  -ms-transition-delay: 7400ms;
  transition-delay: 7400ms;
}
.people__list.inview--enter .people__list-item:nth-child(75) {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  transition-delay: 7500ms;
}
.people__list.inview--enter .people__list-item:nth-child(76) {
  -webkit-transition-delay: 7600ms;
  -moz-transition-delay: 7600ms;
  -o-transition-delay: 7600ms;
  -ms-transition-delay: 7600ms;
  transition-delay: 7600ms;
}
.people__list.inview--enter .people__list-item:nth-child(77) {
  -webkit-transition-delay: 7700ms;
  -moz-transition-delay: 7700ms;
  -o-transition-delay: 7700ms;
  -ms-transition-delay: 7700ms;
  transition-delay: 7700ms;
}
.people__list.inview--enter .people__list-item:nth-child(78) {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  transition-delay: 7800ms;
}
.people__list.inview--enter .people__list-item:nth-child(79) {
  -webkit-transition-delay: 7900ms;
  -moz-transition-delay: 7900ms;
  -o-transition-delay: 7900ms;
  -ms-transition-delay: 7900ms;
  transition-delay: 7900ms;
}
.people__list.inview--enter .people__list-item:nth-child(80) {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  transition-delay: 8000ms;
}
.people__list.inview--enter .people__list-item:nth-child(81) {
  -webkit-transition-delay: 8100ms;
  -moz-transition-delay: 8100ms;
  -o-transition-delay: 8100ms;
  -ms-transition-delay: 8100ms;
  transition-delay: 8100ms;
}
.people__list.inview--enter .people__list-item:nth-child(82) {
  -webkit-transition-delay: 8200ms;
  -moz-transition-delay: 8200ms;
  -o-transition-delay: 8200ms;
  -ms-transition-delay: 8200ms;
  transition-delay: 8200ms;
}
.people__list.inview--enter .people__list-item:nth-child(83) {
  -webkit-transition-delay: 8300ms;
  -moz-transition-delay: 8300ms;
  -o-transition-delay: 8300ms;
  -ms-transition-delay: 8300ms;
  transition-delay: 8300ms;
}
.people__list.inview--enter .people__list-item:nth-child(84) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  transition-delay: 8400ms;
}
.people__list.inview--enter .people__list-item:nth-child(85) {
  -webkit-transition-delay: 8500ms;
  -moz-transition-delay: 8500ms;
  -o-transition-delay: 8500ms;
  -ms-transition-delay: 8500ms;
  transition-delay: 8500ms;
}
.people__list.inview--enter .people__list-item:nth-child(86) {
  -webkit-transition-delay: 8600ms;
  -moz-transition-delay: 8600ms;
  -o-transition-delay: 8600ms;
  -ms-transition-delay: 8600ms;
  transition-delay: 8600ms;
}
.people__list.inview--enter .people__list-item:nth-child(87) {
  -webkit-transition-delay: 8700ms;
  -moz-transition-delay: 8700ms;
  -o-transition-delay: 8700ms;
  -ms-transition-delay: 8700ms;
  transition-delay: 8700ms;
}
.people__list.inview--enter .people__list-item:nth-child(88) {
  -webkit-transition-delay: 8800ms;
  -moz-transition-delay: 8800ms;
  -o-transition-delay: 8800ms;
  -ms-transition-delay: 8800ms;
  transition-delay: 8800ms;
}
.people__list.inview--enter .people__list-item:nth-child(89) {
  -webkit-transition-delay: 8900ms;
  -moz-transition-delay: 8900ms;
  -o-transition-delay: 8900ms;
  -ms-transition-delay: 8900ms;
  transition-delay: 8900ms;
}
.people__list.inview--enter .people__list-item:nth-child(90) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  transition-delay: 9000ms;
}
.people__list.inview--enter .people__list-item:nth-child(91) {
  -webkit-transition-delay: 9100ms;
  -moz-transition-delay: 9100ms;
  -o-transition-delay: 9100ms;
  -ms-transition-delay: 9100ms;
  transition-delay: 9100ms;
}
.people__list.inview--enter .people__list-item:nth-child(92) {
  -webkit-transition-delay: 9200ms;
  -moz-transition-delay: 9200ms;
  -o-transition-delay: 9200ms;
  -ms-transition-delay: 9200ms;
  transition-delay: 9200ms;
}
.people__list.inview--enter .people__list-item:nth-child(93) {
  -webkit-transition-delay: 9300ms;
  -moz-transition-delay: 9300ms;
  -o-transition-delay: 9300ms;
  -ms-transition-delay: 9300ms;
  transition-delay: 9300ms;
}
.people__list.inview--enter .people__list-item:nth-child(94) {
  -webkit-transition-delay: 9400ms;
  -moz-transition-delay: 9400ms;
  -o-transition-delay: 9400ms;
  -ms-transition-delay: 9400ms;
  transition-delay: 9400ms;
}
.people__list.inview--enter .people__list-item:nth-child(95) {
  -webkit-transition-delay: 9500ms;
  -moz-transition-delay: 9500ms;
  -o-transition-delay: 9500ms;
  -ms-transition-delay: 9500ms;
  transition-delay: 9500ms;
}
.people__list.inview--enter .people__list-item:nth-child(96) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  transition-delay: 9600ms;
}
.people__list.inview--enter .people__list-item:nth-child(97) {
  -webkit-transition-delay: 9700ms;
  -moz-transition-delay: 9700ms;
  -o-transition-delay: 9700ms;
  -ms-transition-delay: 9700ms;
  transition-delay: 9700ms;
}
.people__list.inview--enter .people__list-item:nth-child(98) {
  -webkit-transition-delay: 9800ms;
  -moz-transition-delay: 9800ms;
  -o-transition-delay: 9800ms;
  -ms-transition-delay: 9800ms;
  transition-delay: 9800ms;
}
.people__list.inview--enter .people__list-item:nth-child(99) {
  -webkit-transition-delay: 9900ms;
  -moz-transition-delay: 9900ms;
  -o-transition-delay: 9900ms;
  -ms-transition-delay: 9900ms;
  transition-delay: 9900ms;
}
.people__list.inview--enter .people__list-item:nth-child(100) {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  transition-delay: 10000ms;
}
.people__list-item {
  position: relative;
  width: 17.65625vw;
  height: 21.71875vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(1.5rem, 0, 0);
  -moz-transform: translate3d(1.5rem, 0, 0);
  -o-transform: translate3d(1.5rem, 0, 0);
  -ms-transform: translate3d(1.5rem, 0, 0);
  transform: translate3d(1.5rem, 0, 0);
}
.people__list-link {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.people__list-link--disabled {
  pointer-events: none;
}
.people__list-link .deco__path {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
@media screen and (min-width: 737px) {
  .people__list-link:hover .deco__path {
    -webkit-animation: deco-path-animation 750ms steps(1) infinite;
    -moz-animation: deco-path-animation 750ms steps(1) infinite;
    -o-animation: deco-path-animation 750ms steps(1) infinite;
    -ms-animation: deco-path-animation 750ms steps(1) infinite;
    animation: deco-path-animation 750ms steps(1) infinite;
  }
  .people__list-link:hover .deco__path:nth-child(1) {
    -webkit-animation-delay: -250ms;
    -moz-animation-delay: -250ms;
    -o-animation-delay: -250ms;
    -ms-animation-delay: -250ms;
    animation-delay: -250ms;
  }
  .people__list-link:hover .deco__path:nth-child(2) {
    -webkit-animation-delay: -500ms;
    -moz-animation-delay: -500ms;
    -o-animation-delay: -500ms;
    -ms-animation-delay: -500ms;
    animation-delay: -500ms;
  }
  .people__list-link:hover .deco__path:nth-child(3) {
    -webkit-animation-delay: -750ms;
    -moz-animation-delay: -750ms;
    -o-animation-delay: -750ms;
    -ms-animation-delay: -750ms;
    animation-delay: -750ms;
  }
  .people__list-link:hover .deco__path:nth-child(4) {
    -webkit-animation-delay: -1000ms;
    -moz-animation-delay: -1000ms;
    -o-animation-delay: -1000ms;
    -ms-animation-delay: -1000ms;
    animation-delay: -1000ms;
  }
  .people__list-link:hover .deco__path:nth-child(5) {
    -webkit-animation-delay: -1250ms;
    -moz-animation-delay: -1250ms;
    -o-animation-delay: -1250ms;
    -ms-animation-delay: -1250ms;
    animation-delay: -1250ms;
  }
  .people__list-link:hover .deco__path:nth-child(6) {
    -webkit-animation-delay: -1500ms;
    -moz-animation-delay: -1500ms;
    -o-animation-delay: -1500ms;
    -ms-animation-delay: -1500ms;
    animation-delay: -1500ms;
  }
  .people__list-link:hover .deco__path:nth-child(7) {
    -webkit-animation-delay: -1750ms;
    -moz-animation-delay: -1750ms;
    -o-animation-delay: -1750ms;
    -ms-animation-delay: -1750ms;
    animation-delay: -1750ms;
  }
  .people__list-link:hover .deco__path:nth-child(8) {
    -webkit-animation-delay: -2000ms;
    -moz-animation-delay: -2000ms;
    -o-animation-delay: -2000ms;
    -ms-animation-delay: -2000ms;
    animation-delay: -2000ms;
  }
  .people__list-link:hover .deco__path:nth-child(9) {
    -webkit-animation-delay: -2250ms;
    -moz-animation-delay: -2250ms;
    -o-animation-delay: -2250ms;
    -ms-animation-delay: -2250ms;
    animation-delay: -2250ms;
  }
  .people__list-link:hover .deco__path:nth-child(10) {
    -webkit-animation-delay: -2500ms;
    -moz-animation-delay: -2500ms;
    -o-animation-delay: -2500ms;
    -ms-animation-delay: -2500ms;
    animation-delay: -2500ms;
  }
  .people__list-link:hover .deco__path:nth-child(11) {
    -webkit-animation-delay: -2750ms;
    -moz-animation-delay: -2750ms;
    -o-animation-delay: -2750ms;
    -ms-animation-delay: -2750ms;
    animation-delay: -2750ms;
  }
  .people__list-link:hover .deco__path:nth-child(12) {
    -webkit-animation-delay: -3000ms;
    -moz-animation-delay: -3000ms;
    -o-animation-delay: -3000ms;
    -ms-animation-delay: -3000ms;
    animation-delay: -3000ms;
  }
  .people__list-link:hover .deco__path:nth-child(13) {
    -webkit-animation-delay: -3250ms;
    -moz-animation-delay: -3250ms;
    -o-animation-delay: -3250ms;
    -ms-animation-delay: -3250ms;
    animation-delay: -3250ms;
  }
  .people__list-link:hover .deco__path:nth-child(14) {
    -webkit-animation-delay: -3500ms;
    -moz-animation-delay: -3500ms;
    -o-animation-delay: -3500ms;
    -ms-animation-delay: -3500ms;
    animation-delay: -3500ms;
  }
  .people__list-link:hover .deco__path:nth-child(15) {
    -webkit-animation-delay: -3750ms;
    -moz-animation-delay: -3750ms;
    -o-animation-delay: -3750ms;
    -ms-animation-delay: -3750ms;
    animation-delay: -3750ms;
  }
  .people__list-link:hover .deco__path:nth-child(16) {
    -webkit-animation-delay: -4000ms;
    -moz-animation-delay: -4000ms;
    -o-animation-delay: -4000ms;
    -ms-animation-delay: -4000ms;
    animation-delay: -4000ms;
  }
  .people__list-link:hover .deco__path:nth-child(17) {
    -webkit-animation-delay: -4250ms;
    -moz-animation-delay: -4250ms;
    -o-animation-delay: -4250ms;
    -ms-animation-delay: -4250ms;
    animation-delay: -4250ms;
  }
  .people__list-link:hover .deco__path:nth-child(18) {
    -webkit-animation-delay: -4500ms;
    -moz-animation-delay: -4500ms;
    -o-animation-delay: -4500ms;
    -ms-animation-delay: -4500ms;
    animation-delay: -4500ms;
  }
  .people__list-link:hover .deco__path:nth-child(19) {
    -webkit-animation-delay: -4750ms;
    -moz-animation-delay: -4750ms;
    -o-animation-delay: -4750ms;
    -ms-animation-delay: -4750ms;
    animation-delay: -4750ms;
  }
  .people__list-link:hover .deco__path:nth-child(20) {
    -webkit-animation-delay: -5000ms;
    -moz-animation-delay: -5000ms;
    -o-animation-delay: -5000ms;
    -ms-animation-delay: -5000ms;
    animation-delay: -5000ms;
  }
  .people__list-link:hover .people__list-img-inner {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.people__list-deco {
  position: absolute;
  z-index: 1;
}
.people__list-deco--1 {
  top: 0;
  right: 0;
  width: 5.46875vw;
  height: 7.03125vw;
}
.people__list-deco--2 {
  left: 0;
  bottom: 0;
  width: 3.90625vw;
  height: 7.03125vw;
}
.people__list-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.people__list-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 240ms ease;
  -moz-transition: -moz-transform 240ms ease;
  -o-transition: -o-transform 240ms ease;
  -ms-transition: -ms-transform 240ms ease;
  transition: transform 240ms ease;
}
.people__list-img-inner img,
.people__list-img-inner picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people__list-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 1.5625vw 0 0 1.71875vw;
  width: 14.453125vw;
}
.people__list-name {
  font-size: clamp(1px, 0.9375vw, 12px);
  line-height: 2.166666666666667;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}
.people__list-ttl {
  font-size: clamp(1px, 1.09375vw, 14px);
  line-height: 1.571428571428571;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}
.people__list-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 1.171875vw 1.171875vw 0;
}
@media screen and (max-width: 736px) {
  .people__nav {
    width: 89.33333333333333vw;
    margin: 16vw auto 0;
    display: block;
  }
  .people__nav--top .people__nav-item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0.5rem, 0, 0);
    -moz-transform: translate3d(0.5rem, 0, 0);
    -o-transform: translate3d(0.5rem, 0, 0);
    -ms-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
  }
  .people__nav--top.inview--enter .people__nav-item:nth-child(1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .people__nav--top.inview--enter .people__nav-item:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .people__nav--top.inview--enter .people__nav-item:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .people__nav-item {
    position: relative;
    width: auto;
    height: 26.666666666666668vw;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 2.666666666666667vw 0 0;
  }
  .people__nav-item--1 {
    margin: 0;
    color: #000;
  }
  .people__nav-bg {
    right: auto;
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
    width: 26.666666666666668vw;
    height: 26.666666666666668vw;
  }
  .people__nav-inner {
    padding: 4vw 5.333333333333333vw 5.333333333333333vw 32vw;
  }
  .people__nav-heading {
    font-size: 3.733333333333333vw;
  }
  .people__nav-title {
    font-size: 5.333333333333333vw;
    margin-top: 2.133333333333333vw;
  }
  .people__nav-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 6.666666666666667vw 5.333333333333333vw 0;
  }
  .people__content {
    margin-top: 20vw;
  }
  .people__item {
    width: auto;
    margin: 0 auto;
  }
  .people__item-ph-box {
    position: relative;
    width: auto;
    margin: 0;
  }
  .people__item-ctg {
    position: absolute;
    top: 6.933333333333334vw;
    left: 5.333333333333333vw;
    font-size: 3.733333333333333vw;
    color: #fff;
    margin-top: 0;
  }
  .people__item-title {
    position: absolute;
    top: 13.333333333333334vw;
    left: 5.333333333333333vw;
    color: #fff;
    margin-top: 0;
  }
  .people__item-title .ttl__txt {
    font-size: 8.533333333333333vw;
  }
  .people__item-box {
    padding-bottom: 22.666666666666668vw;
  }
  .people__item-box-inner {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  .people__item-heading {
    margin-top: 13.333333333333334vw;
    font-size: 6.4vw;
    line-height: 1.416666666666667;
  }
  .people__item-desc {
    margin-top: 6.666666666666667vw;
    font-size: 3.733333333333333vw;
    line-height: 1.857142857142857;
  }
  .people__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    gap: 3.466666666666667vw;
    margin-top: 9.333333333333334vw;
  }
  .people__list-item {
    position: relative;
    width: 42.93333333333333vw;
    height: 69.86666666666666vw;
  }
  .people__list-item.is-anim .people__list-link .deco__path {
    -webkit-animation: deco-path-animation 750ms steps(1) infinite;
    -moz-animation: deco-path-animation 750ms steps(1) infinite;
    -o-animation: deco-path-animation 750ms steps(1) infinite;
    -ms-animation: deco-path-animation 750ms steps(1) infinite;
    animation: deco-path-animation 750ms steps(1) infinite;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(1) {
    -webkit-animation-delay: -250ms;
    -moz-animation-delay: -250ms;
    -o-animation-delay: -250ms;
    -ms-animation-delay: -250ms;
    animation-delay: -250ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(2) {
    -webkit-animation-delay: -500ms;
    -moz-animation-delay: -500ms;
    -o-animation-delay: -500ms;
    -ms-animation-delay: -500ms;
    animation-delay: -500ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(3) {
    -webkit-animation-delay: -750ms;
    -moz-animation-delay: -750ms;
    -o-animation-delay: -750ms;
    -ms-animation-delay: -750ms;
    animation-delay: -750ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(4) {
    -webkit-animation-delay: -1000ms;
    -moz-animation-delay: -1000ms;
    -o-animation-delay: -1000ms;
    -ms-animation-delay: -1000ms;
    animation-delay: -1000ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(5) {
    -webkit-animation-delay: -1250ms;
    -moz-animation-delay: -1250ms;
    -o-animation-delay: -1250ms;
    -ms-animation-delay: -1250ms;
    animation-delay: -1250ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(6) {
    -webkit-animation-delay: -1500ms;
    -moz-animation-delay: -1500ms;
    -o-animation-delay: -1500ms;
    -ms-animation-delay: -1500ms;
    animation-delay: -1500ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(7) {
    -webkit-animation-delay: -1750ms;
    -moz-animation-delay: -1750ms;
    -o-animation-delay: -1750ms;
    -ms-animation-delay: -1750ms;
    animation-delay: -1750ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(8) {
    -webkit-animation-delay: -2000ms;
    -moz-animation-delay: -2000ms;
    -o-animation-delay: -2000ms;
    -ms-animation-delay: -2000ms;
    animation-delay: -2000ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(9) {
    -webkit-animation-delay: -2250ms;
    -moz-animation-delay: -2250ms;
    -o-animation-delay: -2250ms;
    -ms-animation-delay: -2250ms;
    animation-delay: -2250ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(10) {
    -webkit-animation-delay: -2500ms;
    -moz-animation-delay: -2500ms;
    -o-animation-delay: -2500ms;
    -ms-animation-delay: -2500ms;
    animation-delay: -2500ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(11) {
    -webkit-animation-delay: -2750ms;
    -moz-animation-delay: -2750ms;
    -o-animation-delay: -2750ms;
    -ms-animation-delay: -2750ms;
    animation-delay: -2750ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(12) {
    -webkit-animation-delay: -3000ms;
    -moz-animation-delay: -3000ms;
    -o-animation-delay: -3000ms;
    -ms-animation-delay: -3000ms;
    animation-delay: -3000ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(13) {
    -webkit-animation-delay: -3250ms;
    -moz-animation-delay: -3250ms;
    -o-animation-delay: -3250ms;
    -ms-animation-delay: -3250ms;
    animation-delay: -3250ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(14) {
    -webkit-animation-delay: -3500ms;
    -moz-animation-delay: -3500ms;
    -o-animation-delay: -3500ms;
    -ms-animation-delay: -3500ms;
    animation-delay: -3500ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(15) {
    -webkit-animation-delay: -3750ms;
    -moz-animation-delay: -3750ms;
    -o-animation-delay: -3750ms;
    -ms-animation-delay: -3750ms;
    animation-delay: -3750ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(16) {
    -webkit-animation-delay: -4000ms;
    -moz-animation-delay: -4000ms;
    -o-animation-delay: -4000ms;
    -ms-animation-delay: -4000ms;
    animation-delay: -4000ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(17) {
    -webkit-animation-delay: -4250ms;
    -moz-animation-delay: -4250ms;
    -o-animation-delay: -4250ms;
    -ms-animation-delay: -4250ms;
    animation-delay: -4250ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(18) {
    -webkit-animation-delay: -4500ms;
    -moz-animation-delay: -4500ms;
    -o-animation-delay: -4500ms;
    -ms-animation-delay: -4500ms;
    animation-delay: -4500ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(19) {
    -webkit-animation-delay: -4750ms;
    -moz-animation-delay: -4750ms;
    -o-animation-delay: -4750ms;
    -ms-animation-delay: -4750ms;
    animation-delay: -4750ms;
  }
  .people__list-item.is-anim .people__list-link .deco__path:nth-child(20) {
    -webkit-animation-delay: -5000ms;
    -moz-animation-delay: -5000ms;
    -o-animation-delay: -5000ms;
    -ms-animation-delay: -5000ms;
    animation-delay: -5000ms;
  }
  .people__list-deco {
    position: absolute;
    z-index: 1;
  }
  .people__list-deco--1 {
    top: 0;
    right: 0;
    width: 18.666666666666668vw;
    height: 24vw;
  }
  .people__list-deco--2 {
    left: 0;
    bottom: 0;
    width: 13.333333333333334vw;
    height: 24vw;
  }
  .people__list-text {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 4vw 0 0 4vw;
    width: 34.666666666666664vw;
  }
  .people__list-ttl {
    font-size: 3.03333333333333vw;
    line-height: 1.428571428571429;
  }
  .people__list-name {
    margin-top: 0.533333333333333vw;
    font-size: 2.7vw;
    line-height: 1.583333333333333;
  }
  .people__list-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 2.666666666666667vw 2.666666666666667vw 0;
  }
}
