.timeline {
  position: relative;
  margin-top: 55px;
  margin-left: 15px;
}
.episodes {
  padding: 120px 0 0;
}
.coming_soon {
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% + 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000007a;
  top: -100px;
  left: -25px;
  box-shadow: 0px 0px 12px #616060;
}
/* .timeline_coming .timeline-flex > *:not(.coming_soon) {
filter: blur(5px);
} */
.coming_soon span {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.timeline:before {
  /* vertical line*/
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #FEDD00;
}
.timeline__content-inner h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #B2B4B2;
  margin: 0;
}
.timeline__content--left h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-feature-settings: 'zero' on;
  color: #0198CA;margin-top: 4px;
}
.timeline__content.timeline__content--right img {
  position: absolute;
  top: -85px;
  left: -60px;
}
.timeline__content.timeline__content--right {
  background: #FEFEFE;
  box-shadow: 6.28227px 1.57057px 78.5283px rgb(129 135 136 / 15%);
  border-radius: 23px;
  padding: 30px;position: relative;
}
.timeline-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.timeline__content-inner {
  max-width: 400px;
  margin: 0 auto;
}
.timeline__content h3 span {
  color: #0198CA;
}
.timeline__content--left h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  color: #009ACE;
}
.timeline__block {
  position: relative;
  margin-bottom: 150px;
  padding-left: 15px;
}
.timeline__block:last-child {
  margin-bottom: 3em;
}
.timeline__block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__midpoint {
  position: absolute;
  top: -8px;
  left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FEDD00;
  border: 12px solid #FFEB89;
}
.timeline-flex .timeline__content.timeline__content--left {
  width: 40%;
}
.timeline-flex .timeline__content.timeline__content--right {
  width: 50%;
}
.timeline__content {
  position: relative;
  margin-left: 40px;
}
.timeline__content p + p {
  padding-top: 0;
}
.timeline__content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__midpoint--highlight > .timeline__year {
  display: none;
}

/* timeline typography */
.timeline__content .timeline__year {
  padding-top: 6px;
  color: cadetblue;
  text-align: left;
}

.timeline__midpoint--highlight .timeline__year {
  color: #fff;
  line-height: 4;
}

.timeline__year,
.timeline__midpoint--highlight + .timeline__content {
  font-weight: 600;
}

.timeline__content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
}

.modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {

  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #000;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;cursor: pointer;
}
.timeline-cta img {
  cursor: pointer;
}
.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-header {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px;
}
.iframe_wrapper {
  padding-top: 0;
}
.modal-header {
  margin-bottom: 14px;
}
.modal-body {
  background: #000;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  border-radius: 30px;
}
.timeline__block.timeline_coming .timeline__content.timeline__content--left {
  display: none;
}
.timeline__block.timeline_coming .timeline__content.timeline__content--left.coming_soon {
  display: block;
  background: none;
  box-shadow: none;
  position: static;
}
.timeline-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeline__block.timeline_coming .timeline__content.timeline__content--right p {
  display: none;
}
.fd-bk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  width: max-content;
  height: 56px;
  background: linear-gradient(0deg,#fedd00,#fedd00),#fff;
  border-radius: 41px;
  text-decoration: none;
  color: #000;
}
.timeline_hide {
  display: none;
}

.modal-content > img {
  width: 300px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}

.modal-content audio.ad {
  display: block;
  margin: 0 auto;
  margin-top: -54px;
  max-width: 100%;
} 

.other-platform ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}

.other-platform ul img {
  width: 32px;
  height: auto;
}

.other-platform ul li + li {
  margin-left: 14px;
}

.other-platform {
  margin-top: 17px;
}

.other-platform ul {
  text-align: center;
  align-items: unset;
}

.other-platform ul a {
  text-decoration: none;
  display: block;
  font-size: 10px;
}

.other-platform ul a p {
  font-size: 11px;
  margin: 0;
  max-width: 42px;
  line-height: 1.4;
}