.agenda {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .agenda {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.agenda:before {
  content: "";
  border-radius: 1193px;
  opacity: 0.4;
  background: linear-gradient(268deg, rgba(65, 211, 218, 0.6) 114.49%, rgba(54, 71, 72, 0.6) 114.49%);
  filter: blur(328.2149963379px);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  max-width: 1190px;
  max-height: 440px;
  z-index: -1;
  transform: rotate(-170.901deg);
}
.agenda.hide-overlay::before {
  display: none;
}
.agenda .btn {
  margin-left: calc(120px + 6%);
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .agenda .btn {
    margin-top: 30px;
    margin-left: 0;
  }
}
.agenda__details {
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
}
.agenda__details .circle-icon {
  position: absolute;
  left: calc(114px + 6%);
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .agenda__details .circle-icon {
    left: -6px;
  }
}
.agenda__details::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #343434;
  left: calc(120px + 6%);
}
@media only screen and (max-width: 767px) {
  .agenda__details::before {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .agenda__details {
    padding-left: 20px;
  }
}
.agenda__detail {
  display: flex;
  gap: 160px;
  gap: 12%;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .agenda__detail {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.agenda__detail > * {
  flex: 1;
}
.agenda__detail .time {
  max-width: 128px;
  margin: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 35.2px */
  letter-spacing: -1.28px;
  color: var(--wp--preset--color--mcp-grey);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .agenda__detail .time {
    font-size: 24px;
    max-width: 100%;
  }
}
.agenda__detail .other-details {
  border-radius: 6px;
  background: #2A2A2A;
  padding: 10px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.agenda__detail .other-details .stripe-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.agenda__detail .other-details .main-activity {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 767px) {
  .agenda__detail .other-details .main-activity {
    font-size: 20px;
  }
}
.agenda__detail .speakers {
  margin-top: 12px;
}
.agenda__detail .speaker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.agenda__detail .speaker h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  margin: 0;
  border-bottom: 1px solid currentColor;
}
@media only screen and (max-width: 767px) {
  .agenda__detail .speaker h3 {
    font-size: 14px;
  }
}
.agenda__detail .speaker p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
  color: var(--wp--preset--color--mcp-grey);
  font-family: var(--wp--preset--font-family--ibm-plex-mono);
}
@media only screen and (max-width: 767px) {
  .agenda__detail .speaker p {
    font-size: 14px;
  }
}
.agenda__detail.active::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  background-color: var(--wp--preset--color--primary);
  left: calc(120px + 6%);
}
@media only screen and (max-width: 767px) {
  .agenda__detail.active::before {
    left: -20px;
  }
}
.agenda__detail.active .time {
  color: var(--wp--preset--color--primary);
}
.agenda__detail.active .other-details {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--dark-grey);
}
.agenda__detail.active .speaker path {
  stroke: var(--wp--preset--color--dark-grey);
}
.agenda__detail.active .speaker p {
  color: var(--wp--preset--color--dark-grey);
}

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