.talks-panel {
  display: block;
  border-right: 0;
}

.flagship-talk {
  display: grid;
  grid-template-columns: .7fr 2fr;
  gap: 7vw;
  margin-top: 70px;
  padding: 54px 56px;
  background: var(--green);
  color: #fff;
}

.flagship-label span {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.45);
  font-size: 14px;
  font-weight: 600;
}

.flagship-content {
  position: relative;
  padding-bottom: 46px;
}

.flagship-content > .tag {
  color: var(--peach);
}

.flagship-content h3 {
  margin: 20px 0 0;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}

.flagship-content .en {
  margin: 8px 0 30px;
  color: var(--peach);
  font: 700 13px Montserrat, sans-serif;
  letter-spacing: .08em;
}

.flagship-content > p:not(.tag):not(.en):not(.flagship-fit) {
  max-width: 790px;
  font-size: 18px;
  line-height: 1.8;
}

.flagship-fit {
  max-width: 790px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.25);
  font-weight: 600;
}

.flagship-details {
  right: 0;
  bottom: 0;
  color: #fff;
  border-color: rgba(255,255,255,.7);
}

.talk-group {
  margin-top: 62px;
}

.talk-group:first-child {
  margin-top: 48px;
}

.audience-head {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}

.audience-no {
  margin: 3px 0;
  font: 600 12px Montserrat, sans-serif;
}

.audience-head h3 {
  margin: 9px 0 6px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.12;
}

.audience-head > div > p:last-child {
  margin: 0;
  color: #665c57;
  font-size: 16px;
}

.talk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-right: 1px solid var(--line);
}

@media (max-width: 820px) {
  .flagship-talk {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 48px;
    padding: 40px 28px;
  }

  .flagship-content h3 {
    font-size: 48px;
  }

  .audience-head {
    display: block;
  }

  .talk-grid {
    grid-template-columns: 1fr;
  }
}

.page-switch {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: 14px;
}

.labs-hero {
  min-height: 680px;
}

.about.text-only {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.shared-workshop .talk-grid {
  grid-template-columns: 1fr;
}

.shared-workshop .card {
  min-height: 330px;
}

.card-flow {
  font: 700 12px Montserrat, sans-serif;
  letter-spacing: .08em;
}

.shared-label {
  width: auto;
  color: #7f675e;
  font-family: Heebo, Arial, sans-serif;
  font-weight: 600;
}
