<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-schedule-nav-list .list-schedule &gt; li.active .item {
  background-image: linear-gradient(to top, rgba(150, 20, 60, 0.76), #dc2144); }

.section-schedule {
  padding-top: 60px; }

.swiper-schedule {
  position: relative;
  z-index: 2;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .swiper-schedule-left, .swiper-schedule-right {
    display: table-cell;
    vertical-align: top;
    padding-right: 45px; }
  .swiper-schedule-right {
    width: 476px;
    padding-right: 0; }
  .swiper-schedule-nav {
    background-color: #f52149;
    color: #ffffff;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
    .swiper-schedule-nav-date {
      padding: 30px; }
      .swiper-schedule-nav-date .swiper-slide {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.7px; }
    .swiper-schedule-nav-list {
      padding: 30px;
      padding-top: 0; }
      .swiper-schedule-nav-list .wrap {
        max-height: 390px;
        padding-right: 30px; }
      .swiper-schedule-nav-list .list-schedule &gt; li {
        margin-top: 5px; }
        .swiper-schedule-nav-list .list-schedule &gt; li:first-child {
          margin-top: 0; }
        .swiper-schedule-nav-list .list-schedule &gt; li .item {
          position: relative;
          display: flex;
          align-items: center;
          height: 60px;
          font-size: 20px;
          font-weight: 500;
          padding: 0 15px;
          -webkit-border-radius: 10px;
          border-radius: 10px; }
          .swiper-schedule-nav-list .list-schedule &gt; li .item-time {
            width: 80px;
            text-align: center;
            padding-right: 15px; }
          .swiper-schedule-nav-list .list-schedule &gt; li .item-title {
            flex: 1; }
  .swiper-schedule-content-item {
    display: none; }
    .swiper-schedule-content-item .item-image {
      margin-bottom: 15px; }
    .swiper-schedule-content-item .item-description {
      position: absolute;
      bottom: 0;
      padding-top: 15px;
      background-color: #ffffff; }
      .swiper-schedule-content-item .item-description.expand::before {
        display: block; }
      .swiper-schedule-content-item .item-description.expand .item-description-text {
        height: auto; }
      .swiper-schedule-content-item .item-description::before {
        content: "";
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
        position: absolute;
        left: 0;
        right: 0;
        top: -50px;
        height: 50px;
        display: none; }
      .swiper-schedule-content-item .item-description-text {
        -webkit-transition: height 0.3s ease;
        transition: height 0.3s ease;
        height: 58px;
        overflow: hidden; }
      .swiper-schedule-content-item .item-description-link {
        color: #53669e;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase; }
        .swiper-schedule-content-item .item-description-link::after {
          content: "";
          background-image: url("../../assets/arrowdown-2.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 13px auto;
          width: 13px;
          height: 8px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px;
          margin-top: -3px; }
        .swiper-schedule-content-item .item-description-link.collapsed::after {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .swiper-schedule-content-item:first-child {
      display: block; 
    }


.nicescroll-rails {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

p.item-description-text &gt; p {
    line-height: inherit;
}


@media (max-width: 991px) {
  .swiper-schedule {
    display: flex;
    flex-flow: column-reverse; }
    .swiper-schedule-left, .swiper-schedule-right {
      width: 100%;
      display: block;
      padding-right: 0; }
    .swiper-schedule-right {
      margin-bottom: 30px; }
    .swiper-schedule-content-item .item {
      display: flex; }
      .swiper-schedule-content-item .item-image {
        width: 350px;
        margin-bottom: 0; }
      .swiper-schedule-content-item .item-description {
        flex: 1;
        padding-right: 0;
        padding-left: 15px;
        position: static;
        padding-top: 0;
        background-color: transparent; }
        .swiper-schedule-content-item .item-description.expand::before {
          display: none; } }

@media (max-width: 767px) {
  .swiper-schedule-nav {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .swiper-schedule-nav-date, .swiper-schedule-nav-list {
      padding-left: 15px;
      padding-right: 15px; }
    .swiper-schedule-nav-list .list-schedule &gt; li .item {
      font-size: 16px; }
      .swiper-schedule-nav-list .list-schedule &gt; li .item-time {
        width: 60px; }
  .nicescroll-rails {
    width: 7px !important; }
    .nicescroll-rails .nicescroll-cursors {
      width: 7px !important; } }</pre></body></html>