.memberships {
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
}
.membership-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.membership-member.scope {
  cursor: pointer;
  transition: 0.2s;
  height: fit-content;
  width: fit-content;
  background-color: #292E46;
}
.membership-member.info {
  width: 200px;
  background-color: #292E46;
  color: white;
  padding: 10px 0px;
}
.membership-member.area {
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: -80px -15px;
  filter: saturate(0);
  width: 100%;
  height: 180px;
}
img.membership-rf {
  filter: saturate(0);
}
.membership-member.name {
  font-size: 13px;
}
.membership-member.role {
  font-size: 10px;
  opacity: 0.7;
}
#popup-player {
  font-family: faceMedium;
  display: flex;
  max-width: 60ch;
  gap: 3rem;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 3rem;
}
#popup-player > section {
  display: flex;
  flex-direction: column;
  font-weight: lighter;
  gap: 1rem;
}
#popup-player > section > h4 {
  font-family: faceSemiBold;
  font-size: 1.2rem;
  margin: 0;
}
.popup-player {
  width: 100%;
  margin: 20px;
  background-color: red;
  padding: 20px;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #292E46;
}
.popup-player .popup-player-scope {
  width: 100%;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
}
.popup-player .popup-player-handle {
  display: flex;
}
.popup-player .popup-player-handle .player-item-r#player-left {
  text-align: left;
  margin-right: 20px;
  width: 100px;
  height: 90px;
  background-size: 150px;
  background-position: -30px -10px;
  display: flex;
  border: 2px solid white;
  border-radius: 100%;
  filter: saturate(0);
  align-items: center;
}
.popup-player .popup-player-handle .player-item-r#player-right {
  font-family: faceMain;
  width: calc(100%);
  text-align: left;
}
.popup-player .popup-player-handle .player-item-r#player-right > div:nth-child(1) {
  font-family: faceSemiBold;
  font-size: 25px;
}
.popup-player .popup-player-handle .player-item-r#player-right > div:nth-child(2) {
  margin-top: 10px;
  font-family: faceMain;
}
