.speakers-slider {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.speakers-slider .section--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .section--heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.speakers-slider .section--heading h2 {
  margin-bottom: 0;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 77px */
  letter-spacing: -2.8px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .section--heading h2 {
    font-size: 40px;
  }
}
.speakers-slider .speakers-swiper {
  position: relative;
}
.speakers-slider .speakers-swiper .swiper-pagination {
  bottom: auto;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speakers-swiper .swiper-pagination {
    margin-top: 16px;
  }
}
.speakers-slider .speakers-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: rgba(241, 242, 242, 0.1);
  opacity: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speakers-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.speakers-slider .speakers-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--primary);
}
.speakers-slider .speaker {
  border: 1px solid rgba(241, 242, 242, 0.1);
  background: linear-gradient(90deg, #242424 0%, #272727 100%);
}
.speakers-slider .speaker .icon {
  padding: 0 16px 24px;
  display: block;
}
.speakers-slider .speaker .icon svg {
  width: 100%;
}
.speakers-slider .speaker--accepted {
  border: 1px solid rgba(241, 242, 242, 0.1);
  background: #253A3C;
}
.speakers-slider .speaker figure {
  aspect-ratio: 391/298;
  max-height: 298px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speaker figure {
    aspect-ratio: 240/240;
    max-height: 240px;
  }
}
.speakers-slider .speaker figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.speakers-slider .speaker figure p {
  position: absolute;
  padding: 8px 16px;
  left: 10px;
  bottom: 10px;
  color: #F1F2F2;
  /* Desktop/Body 3 IBM */
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  border-radius: 4px;
  border: 1px solid rgba(241, 242, 242, 0.1);
  background: #253A3C;
}
.speakers-slider .speaker .content {
  padding: 32px 16px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speaker .content {
    padding: 20px 16px;
  }
}
.speakers-slider .speaker .content .time {
  color: var(--wp--preset--color--mcp-grey);
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.32px;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speaker .content .time {
    font-size: 14px;
    margin: 0 0 12px;
  }
}
.speakers-slider .speaker .content .topic {
  color: var(--wp--preset--color--mcp-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 35.2px */
  letter-spacing: -1.28px;
  margin: 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speaker .content .topic {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.speakers-slider .speaker .content .name {
  color: var(--wp--preset--color--mcp-grey);
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.32px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speaker .content .name {
    font-size: 14px;
  }
}
.speakers-slider .speaker .content .job {
  color: var(--wp--preset--color--mcp-grey);
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.32px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .speakers-slider .speaker .content .job {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
