section.timeline div.timeline-desktop {
  display: none;
  justify-content: stretch;
}
@media (min-width: 1200px) {
  section.timeline div.timeline-desktop {
    display: flex;
  }
}
section.timeline div.timeline-desktop > div {
  flex: 1;
}
section.timeline div.timeline-desktop div.timeline-list {
  background: #F8F2EC;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  section.timeline div.timeline-desktop div.timeline-list {
    background-image: url("/assets/svg/logo-watermark-2.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: -450px;
  }
}
section.timeline div.timeline-desktop div.timeline-list .list-container {
  padding: 80px;
  margin: auto;
  width: 600px;
}
section.timeline div.timeline-desktop div.timeline-list ul.nav-tabs {
  border: 0;
  padding-top: 50px;
}
section.timeline div.timeline-desktop div.timeline-list ul.nav-tabs li.nav-item {
  display: block;
  width: 100%;
}
section.timeline div.timeline-desktop div.timeline-list ul.nav-tabs li.nav-item button.nav-link {
  display: flex;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  margin: 1px 0;
  border: 0;
  overflow: hidden;
}
section.timeline div.timeline-desktop div.timeline-list ul.nav-tabs li.nav-item button.nav-link > * {
  text-align: left;
}
section.timeline div.timeline-desktop div.timeline-list ul.nav-tabs li.nav-item button.nav-link span:first-of-type {
  width: 60px;
  display: inline-block;
  text-align: left;
}
section.timeline div.timeline-desktop div.timeline-list ul.nav-tabs li.nav-item button.nav-link.active {
  background-color: #4433FF;
  color: #FFF;
  border-radius: 4px;
}
section.timeline div.timeline-desktop div.navigation-arrows {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  z-index: 1000;
}
section.timeline div.timeline-desktop div.timeline-details {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  background: #EFE8E2;
  left: 150px;
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar img {
  transform: scale(0.85);
}
@media (min-width: 1500px) {
  section.timeline div.timeline-desktop div.timeline-details .timeline-bar {
    left: 230px;
  }
  section.timeline div.timeline-desktop div.timeline-details .timeline-bar img {
    transform: scale(1);
  }
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar img {
  border-radius: 999px;
  position: absolute;
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar .img-top, section.timeline div.timeline-desktop div.timeline-details .timeline-bar .img-bottom {
  width: 180px;
  height: 180px;
  margin-left: -84px;
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar .img-center {
  width: 270px;
  height: 270px;
  border: solid 10px #4433FF;
  border-radius: 999px;
  margin-left: -125px;
  top: calc(50% - (270px / 2));
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar .img-top {
  top: -90px;
}
section.timeline div.timeline-desktop div.timeline-details .timeline-bar .img-bottom {
  bottom: -90px;
}
section.timeline div.timeline-desktop div.timeline-details .tab-pane .timeline-detail-panel .content {
  padding-left: 370px;
  padding-right: 50px;
}
@media (min-width: 1500px) {
  section.timeline div.timeline-desktop div.timeline-details .tab-pane .timeline-detail-panel .content {
    padding-left: 414px;
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  section.timeline div.timeline-mobile {
    display: none;
  }
}
section.timeline div.timeline-mobile .header {
  padding: 50px 0;
  background-color: #F8F2EC;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.timeline div.timeline-mobile .header h1 {
  font-size: 28px;
  margin: 0;
  line-height: 30px;
}
section.timeline div.timeline-mobile .header .line {
  height: 2px;
  background: #000;
  width: 330px;
  margin: 20px 0;
}
section.timeline div.timeline-mobile .header .button-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
}
section.timeline div.timeline-mobile .header .button-bar .item-year-title .year {
  font-size: 20px;
  font-weight: 600;
}
section.timeline div.timeline-mobile .header .button-bar .item-year-title .title {
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px;
  margin-top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  height: 60px;
}
section.timeline div.timeline-mobile .footer {
  padding-bottom: 30px;
}
section.timeline div.timeline-mobile .footer .title_long {
  font-size: 16px;
  line-height: 26px;
}
section.timeline div.timeline-mobile .footer .description {
  font-size: 12px;
  line-height: 22px;
}
section.timeline div.timeline-mobile .owl-timeline {
  padding: 50px 0;
}
section.timeline div.timeline-mobile .owl-timeline .owl-item {
  transition: transform 100ms ease-in-out;
}
section.timeline div.timeline-mobile .owl-timeline .owl-item .tile img {
  border-radius: 999px;
  border: solid 10px #FFF;
}
section.timeline div.timeline-mobile .owl-timeline .owl-item.center .tile img {
  border-radius: 999px;
  border: solid 10px #4433FF;
}
section.timeline div.timeline-mobile .owl-timeline .owl-item:not(.center) {
  transform: scale(0.8);
}

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