@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-speeches-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 100px;
}
.l-speeches-list__button {
  text-align: center;
  margin: 50px auto;
}
.l-speeches-list__days {
  justify-content: center;
  max-width: fit-content;
  margin: 20px auto 90px auto;
  overflow: hidden;
  height: 60px;
  align-items: center;
  display: flex;
  position: relative;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .l-speeches-list__days {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__days {
    margin: 0px auto 60px auto;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__days {
    margin: 0px auto 60px auto;
  }
}
.l-speeches-list__day {
  font-size: 2em;
  line-height: 2;
  letter-spacing: 3px;
  text-align: center;
  min-width: 260px;
  text-transform: uppercase;
  font-family: "avenirbook", sans-serif;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 200ms all;
  color: #9f9f9f;
}
@media (max-width: 991.98px) {
  .l-speeches-list__day {
    min-width: unset;
    padding: 0 20px;
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__day {
    font-size: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .l-speeches-list__day {
    font-size: 1.25em;
    padding: 0 10px;
  }
}
.l-speeches-list__day.active {
  color: #483696;
  border-bottom: 1px solid #483696;
}
.l-speeches-list__day-detail {
  max-width: 1170px;
  display: none;
}
.l-speeches-list__day-detail.active {
  display: block;
}
.l-speeches-list__day-date {
  font-family: "avenirbook", sans-serif;
  color: #50D5EC;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .l-speeches-list__day-date {
    font-size: 1.125em;
    letter-spacing: 2px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__day-date {
    font-size: 1.125em;
    letter-spacing: 2px;
  }
}
.l-speeches-list__day-title {
  font-family: "avenirbook", sans-serif;
  font-size: 2.625em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0px auto;
  color: #483696;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .l-speeches-list__day-title {
    font-size: 2em;
    letter-spacing: 3px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__day-title {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__day-title {
    font-size: 1.5em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__day-title {
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: 2px;
    padding-bottom: 30px;
  }
}
.l-speeches-list__day-title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 1px;
  background-color: #50D5EC;
  content: " ";
}
.l-speeches-list__day-title .separator {
  color: #bcb2e6;
  display: inline-block;
  position: relative;
  top: -4px;
}
@media (max-width: 1199.98px) {
  .l-speeches-list__day-title .separator {
    top: -3px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__day-title .separator {
    top: -2px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__day-title .separator {
    top: -1px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__day-title .separator {
    top: -2px;
  }
}
.l-speeches-list__day-description {
  padding-top: 60px;
  font-family: "avenirbook", sans-serif;
  font-size: 1.25em;
  color: #000;
  margin-bottom: -40px;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__day-description {
    font-size: 1.125em;
    padding-left: 80px;
    padding-top: 50px;
    margin-bottom: -30px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__day-description {
    padding-left: 60px;
    padding-top: 40px;
    font-size: 1em;
    margin-bottom: -20px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__day-description {
    padding-left: 50px;
    padding-top: 30px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__day-description {
    padding-top: 60px;
    margin-bottom: -20px;
  }
}
.l-speeches-list__day-description p {
  margin: 0;
}
.l-speeches-list__group {
  margin: 30px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__group {
    margin: 20px auto;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__group {
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__group {
    gap: 20px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__group {
    margin: 20px auto;
    gap: 40px;
  }
}
.l-speeches-list__group-header {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__group-header {
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__group-header {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__group-header {
    gap: 15px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__group-header {
    gap: 25px;
  }
}
.l-speeches-list__group-title {
  font-family: "avenirbook", sans-serif;
  font-size: 1.875em;
  font-weight: 900;
  line-height: 1.4;
  min-height: 42px;
  letter-spacing: 3px;
  color: #483696;
  text-transform: uppercase;
  padding-left: 100px;
  margin: 0;
  background: url("/wp-content/themes/nextai/img//icons/nextai-purple.svg") top left no-repeat;
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__group-title {
    padding-left: 80px;
    font-size: 1.75em;
    background-size: 45px;
    min-height: auto;
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__group-title {
    font-size: 1.5em;
    padding-left: 60px;
    background-size: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__group-title {
    font-size: 1.25em;
    padding-left: 50px;
    background-size: 30px;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__group-title {
    padding-left: 80px;
    font-size: 1.75em;
    background-size: 45px;
    margin-top: 60px;
  }
}
.l-speeches-list__group-title--subtitle {
  background: none;
  font-size: 1.5em;
  margin-top: 20px;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__group-title--subtitle {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__group-title--subtitle {
    font-size: 1.125em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__group-title--subtitle {
    font-size: 1.25em;
  }
}
.l-speeches-list__group-description {
  padding-left: 100px;
  font-family: "avenirbook", sans-serif;
  font-size: 1.25em;
  color: #000;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__group-description {
    font-size: 1.125em;
    padding-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__group-description {
    padding-left: 60px;
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__group-description {
    padding-left: 50px;
  }
}
.l-speeches-list__group-description p {
  margin: 0;
}
.l-speeches-list__group-icon {
  max-height: 42px;
}
@media (max-width: 991.98px) {
  .l-speeches-list__group-icon {
    max-height: 33px;
  }
}
.l-speeches-list__speeches {
  position: relative;
}
.l-speeches-list__speech {
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech {
    flex-direction: column;
    gap: 20px;
  }
}
.l-speeches-list__speech:before {
  width: 1px;
  height: 100%;
  border-left: 2px dashed #483696;
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 113px;
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech:before {
    left: 19px;
    top: 10px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__speech:before {
    left: 15px;
    top: 14px;
  }
}
.l-speeches-list__speech-box {
  display: flex;
  margin: 7px 0 20px 0;
  border-radius: 30px;
  flex-direction: column;
  width: calc(100% - 160px);
  position: relative;
  padding: 35px 40px;
  color: white;
  transition: all 200ms;
  background: url("/wp-content/themes/nextai/img/texture-speech-bg.jpg") top center no-repeat;
  background-size: cover;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-box {
    padding: 20px;
    max-width: unset;
    margin-left: 50px;
    width: calc(100% - 50px);
    margin-top: 0;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__speech-box {
    padding: 20px;
  }
}
.l-speeches-list__speech-box:hover {
  border-image: linear-gradient(to left, #c94eca, #50D5EC) 1;
}
.l-speeches-list__speech-title {
  color: #50D5EC;
  font-size: 1.375em;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 900;
}
@media (max-width: 1199.98px) {
  .l-speeches-list__speech-title {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-title {
    font-size: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__speech-title {
    font-size: 1.125em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__speech-title {
    font-size: 1.25em;
  }
}
.l-speeches-list__speech-language {
  font-size: 1.25em;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .l-speeches-list__speech-language {
    font-size: 1.125em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-language {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__speech-language {
    font-size: 0.875em;
  }
}
.l-speeches-list__speech-description {
  font-size: 1.25em;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-speeches-list__speech-description {
    font-size: 1.125em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-description {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__speech-description {
    font-size: 0.875em;
  }
}
.l-speeches-list__speech-description ul {
  list-style: disc;
  padding: 0 0 0 40px;
}
.l-speeches-list__speech-time {
  width: 160px;
  color: #483696;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1599.98px) {
  .l-speeches-list__speech-time {
    font-size: 1.375em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-time {
    padding-left: 50px;
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-time {
    font-size: 1.125em;
  }
}
.l-speeches-list__speech-time:before {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  right: 35px;
  width: 22px;
  height: 22px;
  border: 4px solid #483696;
  border-radius: 100%;
  background: white;
}
@media (max-width: 991.98px) {
  .l-speeches-list__speech-time:before {
    left: 9px;
    top: 5px;
  }
}
@media (max-width: 575.98px) {
  .l-speeches-list__speech-time:before {
    left: 7px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-width: 3px;
  }
}
.l-speeches-list__speakers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.l-speeches-list__speaker {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.l-speeches-list__speaker--active:hover {
  cursor: pointer;
}
.l-speeches-list__speaker-image-container-inside {
  overflow: hidden;
  border-radius: 50%;
  max-width: 100px;
  margin: 0 auto;
}
.l-speeches-list__speaker-image-container {
  position: relative;
  border-radius: 50%;
  min-width: 100px;
}
.l-speeches-list__speaker-image-container:before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: url("/wp-content/themes/nextai/img/icons/oval.svg") center center no-repeat;
  content: " ";
  display: block;
  background-size: contain;
  opacity: 0;
  transition: all 200ms;
}
.l-speeches-list__speaker--active:hover .l-speeches-list__speaker-image-container:before {
  opacity: 1;
}
.l-speeches-list__speaker-image-container img {
  width: 100px;
  object-fit: cover;
  width: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: all 200ms;
}
.l-speeches-list__speaker--active:hover .l-speeches-list__speaker-image-container img {
  transform: scale(1.05);
}
.l-speeches-list__speaker-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.5;
  gap: 5px;
}
.l-speeches-list__speaker-name {
  text-transform: uppercase;
  font-size: 1.1875em;
  color: #FE395B;
  font-weight: 900;
  margin: 0;
  font-family: "avenirbold";
  transition: all 200ms;
}
@media (max-width: 991.98px) {
  .l-speeches-list__speaker-name {
    font-size: 1em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__speaker-name {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-speeches-list__speaker-position {
    font-size: 0.875em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-speeches-list__speaker-position {
    font-size: 0.875em;
  }
}
.l-speeches-list__button {
  width: 50px;
  height: 50px;
  background-color: #50D5EC;
  border-radius: 50%;
  background-image: url("../../../img/icons/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
  transition: all 200ms;
}
.l-speeches-list__speech-box:hover .l-speeches-list__button {
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .l-speeches-list__button {
    background-size: 20px;
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 20px;
  }
}