/* Copied from frontend jury detail styles */
.jury-section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jury-section-2 {
  background-color: #ececec;
  padding: 2rem 2rem;
  max-width: 100rem;
  margin: 2rem auto;
  position: relative;
}
.jury-section-3 {
  border-radius: 100rem;
  width: 13rem;
  height: 13rem;
  overflow: hidden;
  border: 0.2rem solid #7f8285;
}
.jury-section-4 {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 1s ease;
}

.jury-section-4:hover {
  filter: grayscale(0%);
}

.jury-section-5 {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Aktiv-Grotesk-W06-Medium", sans-serif;
}
.jury-section-6 {
  text-align: center;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #3b3b3b;
  font-family: "aAktiv-Grotesk-W06-Light", sans-serif;
}
.jury-section-7 {
  text-align: center;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #3b3b3b;
  font-family: "aAktiv-Grotesk-W06-Light", sans-serif;
}
.jury-section-8 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jury-section-9 {
  border-top: #3b3b3b solid 0.2rem;
  margin-top: 1.5rem;
  width: 70%;
}
.jury-section-10 {
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
  font-weight: bold;
  color: #3b3b3b;
}
.jury-section-11 {
  margin-top: 1.5rem;
  text-align: justify;
  font-size: 1.1rem;
  color: #3b3b3b;
  font-weight: lighter;
  font-family: "aAktiv-Grotesk-W06-Light", sans-serif;
}
.jury-section-12 {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: #3b3b3b;
  font-weight: lighter;
  font-family: "aAktiv-Grotesk-W06-Light", sans-serif;
}
.jury-section-20 {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.jury-section-21 {
  transition: transform 0.15s ease;
  cursor: pointer;
}
.jury-section-21:active {
  transform: scale(0.9);
}
.jury-section-17 {
  text-decoration: none;
  color: inherit;
}
.jury-section-22 {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.jury-section-23 {
  font-size: 2rem;
  transition: all 0.5s ease;
  color: #6e6e6e;
}
.jury-section-23:hover {
  color: #db7c00;
}

/* The container that expands/collapses */
.jury-section-15 {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

@media (width >= 64rem) {
  .jury-section-2 {
    display: flex;
    align-items: center;
  }
  .jury-section-13 {
    width: 35%;
  }
  .jury-section-14 {
    width: 65%;
  }
  .jury-section-3 {
    width: 17rem;
    height: 17rem;
  }
  .jury-section-10 {
    text-align: start;
    font-size: 3.5rem;
    margin-top: 0;
  }
  .jury-section-11 {
    font-size: 1.3rem;
  }
  .jury-section-12 {
    font-size: 1.3rem;
  }
  .jury-section-20 {
    right: 2rem;
    top: 2rem;
  }
}
