<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.timeline {
    box-sizing: border-box;
}
.timeline::before {
    box-sizing: border-box;
}
.timeline * {
    box-sizing: border-box;
}
.timeline *::before {
    box-sizing: border-box;
}

.timeline {
    position: relative;
    font-size: 1em;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: hidden;
    margin-top: 0; }
    .timeline .timeline-block {
    margin: 40px 0;
}
.timeline-content h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color:#333;
}
.timeline-content h3 span.small {
    font-size: 70%;
    letter-spacing: .1rem;
}
.timeline .timeline-icon {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    margin-top: 8px;
    border: 2px solid #CFCFCF;
    border-radius: 100%;
    background-color: white;
    text-align: center;
}
    .timeline .timeline-icon.timeline-icon-hide-border {
      border: 0; }
      .timeline .timeline-icon.timeline-icon-hide-border i.fa, .timeline .timeline-icon.timeline-icon-hide-border img {
        margin-left: 0;
        margin-top: 0; }
    .timeline .timeline-icon i.fa, .timeline .timeline-icon img {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin-left: -4px;
      margin-top: -4px;
      vertical-align: bottom;
      line-height: 32px;
      text-align: center;
      font-size: 30px; }
    .timeline .timeline-icon img {
      border-radius: 100%; }

.timeline .timeline-content {
    position: relative;
    width: 45%;
    /*padding: 12px;*/
    /*background: #edeef1;*/
    /*border: 1px solid #7a8196;*/
    line-height: 20px;
    min-height: 64px;
    color: #444;
    /*background: linear-gradient(-135deg, #edeef1, #FFF);*/
}

.timeline .timeline-date {
    position: absolute;
    width: auto;
    top: 0;
    left: 118%;
    font-size: 1.2em;
    color: #40568e;
}

.timeline::before {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #CFCFCF;
    content: "";
}

@media print, screen and (min-width: 800px) {
  .timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content {
    left: 55%; }
  .timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-date {
    left: auto;
    right: 118%;
    margin-left: -400px; } }

@media screen and (max-width: 800px) {
  .timeline.timeline-collapsing::before {
    left: auto;
    margin-left: 5px;
  }
  .timeline.timeline-collapsing .timeline-block {
    margin-left: 30px;
    margin-right: 10px;
  }
  .timeline.timeline-collapsing .timeline-icon {
    left: auto;
    margin-left: -30px;
  }
  .timeline.timeline-collapsing .timeline-content {
    width: auto; }
  .timeline.timeline-collapsing .timeline-date {
    width: auto;
    left: 0;
    margin-left: -80px;
    text-align: right; } }

/* Left based logic */
.timeline.timeline-left::before {
  left: auto;
  margin-left: 140px; }

.timeline.timeline-left .timeline-block {
  margin-left: 174px;
  margin-right: 10px; }

.timeline.timeline-left .timeline-icon {
  left: auto;
  margin-left: -49px; }

.timeline.timeline-left .timeline-content {
  width: auto; }

.timeline.timeline-left .timeline-date {
  width: auto;
  left: 0;
  margin-left: -130px;
  text-align: right; }

.timeline.gray-red::before {
  background-color: #CFCFC4; }

.timeline.gray-red .timeline-icon {
  border-color: #C23B22; }
  .timeline.gray-red .timeline-icon.timeline-icon-text span {
    border-color: #e5e5e5; }

.timeline.gray-red .timeline-content {
  border-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-red.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5; }

@media print, screen and (max-width: 800px) {
  .timeline.gray-red.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #e5e5e5; } }

.timeline.gray-blue::before {
  background-color: #CFCFC4; }

.timeline.gray-blue .timeline-icon {
  border-color: #779ECB; }
  .timeline.gray-blue .timeline-icon.timeline-icon-text span {
    border-color: #e5e5e5; }

.timeline.gray-blue .timeline-content {
  border-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.gray-blue.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5; }

@media screen and (max-width: 800px) {
  .timeline.gray-blue.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #e5e5e5; } }

.timeline.blue-yellow-yellow::before {
  background-color: #AEC6CF; }

.timeline.blue-yellow-yellow .timeline-icon {
  border-color: #FFB347; }
  .timeline.blue-yellow-yellow .timeline-icon.timeline-icon-text span {
    border-color: #AEC6CF; }

.timeline.blue-yellow-yellow .timeline-content {
  border-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-yellow-yellow.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #AEC6CF; }

@media screen and (max-width: 800px) {
  .timeline.blue-yellow-yellow.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #AEC6CF; } }

.timeline.blue-red-red::before {
  background-color: #779ECB; }

.timeline.blue-red-red .timeline-icon {
  border-color: #C23B22; }
  .timeline.blue-red-red .timeline-icon.timeline-icon-text span {
    border-color: #C23B22; }

.timeline.blue-red-red .timeline-content {
  border-color: #C23B22; }

.timeline.blue-red-red.timeline-with-arrows .timeline-content::before {
  border-left-color: #C23B22; }

.timeline.blue-red-red.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #C23B22; }

.timeline.blue-red-red.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #C23B22; }

.timeline.blue-red-red.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #C23B22; }

@media screen and (max-width: 800px) {
  .timeline.blue-red-red.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #C23B22; } }

.timeline.purple-flirt .timeline-icon.timeline-icon-text span {
    border-color: #e5e5e5; }

.timeline.purple-flirt .timeline-content {
  border-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #e5e5e5; }

.timeline.purple-flirt.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5; }

@media screen and (max-width: 800px) {
  .timeline.purple-flirt.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #e5e5e5; } }

.timeline.blue-blue-blue::before {
  background-color: #AEC6CF; }

.timeline.blue-blue-blue .timeline-icon {
  border-color: #AEC6CF; }
  .timeline.blue-blue-blue .timeline-icon.timeline-icon-text span {
    border-color: #AEC6CF; }

.timeline.blue-blue-blue .timeline-content {
  border-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows.timeline-alternating .timeline-content::before {
  border-left-color: #AEC6CF; }

.timeline.blue-blue-blue.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #AEC6CF; }

@media screen and (max-width: 800px) {
  .timeline.blue-blue-blue.timeline-with-arrows.timeline-collapsing .timeline-content::before {
    border-right-color: #AEC6CF; } }

/* Arrows */
.timeline.timeline-with-arrows .timeline-content::after, .timeline.timeline-with-arrows .timeline-content::before {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent; }

.timeline.timeline-with-arrows .timeline-content::after {
  border-left-color: #EEE;
  border-width: 14px;
  margin-left: 0;
  margin-top: 0; }

.timeline.timeline-with-arrows .timeline-content::before {
  border-left-color: #e5e5e5;
  border-width: 15px;
  margin-left: 1px;
  margin-top: -1px; }

.timeline.timeline-with-arrows.timeline-left .timeline-content::after, .timeline.timeline-with-arrows.timeline-left .timeline-content::before {
  left: 0;
  right: 100%;
  border-left-color: transparent !important; }

.timeline.timeline-with-arrows.timeline-left .timeline-content::after {
  border-right-color: #EEE;
  margin-left: -28px; }

.timeline.timeline-with-arrows.timeline-left .timeline-content::before {
  border-right-color: #e5e5e5;
  margin-top: -1px;
  margin-left: -31px; }

.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::after, .timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  left: 0;
  right: 100%;
  border-left-color: transparent !important; }

.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::after {
  border-right-color: #EEE;
  margin-left: -28px; }

.timeline.timeline-with-arrows.timeline-alternating .timeline-block:nth-of-type(2n) .timeline-content::before {
  border-right-color: #e5e5e5;
  margin-top: -1px;
  margin-left: -31px; }

@media print, screen and (max-width: 800px) {
  .timeline.timeline-with-arrows .timeline-content::after, .timeline.timeline-with-arrows .timeline-content::before {
    left: 0;
    right: 100%;
    border-left-color: transparent !important; }
  .timeline.timeline-with-arrows .timeline-content::after {
    border-right-color: #EEE;
    margin-left: -28px; }
  .timeline.timeline-with-arrows .timeline-content::before {
    border-right-color: #e5e5e5;
    margin-top: -1px;
    margin-left: -31px; } }

/* Icon only */
.timeline-icon.timeline-icon-text {
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: transparent; }
  .timeline-icon.timeline-icon-text span {
    display: inline-block;
    width: auto;
    background-color: #EEE;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
 }
  @media screen and (max-width: 800px) {
    .timeline-icon.timeline-icon-text {
      left: auto;
      width: auto;
      margin-left: 0 !important; }
 }

.timeline.timeline-left .timeline-icon.timeline-icon-text {
  left: auto;
  width: auto;
  margin-left: 0 !important; }

.timeline-block.timeline-block-icon-only .timeline-content {
  visibility: hidden; }



/* TIMELINE HEAD BODY */
.timeline-content .head {
    position: relative;
    display: flex;
    align-items: center;
    /*color: #fff;*/
    font-weight: 400;
}
.timeline-content .body {
    padding: 1em;
}
.timeline-content .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    /*background: rgba(0, 0, 0, 0.17);*/
}
.timeline-block:nth-child(odd) .timeline-content::after,
.timeline-block:nth-child(even) .timeline-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
}
.timeline-block:nth-child(odd) .timeline-content::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
    color: #eef2f7;
}
.timeline-block:nth-child(even) .timeline-content::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
    color: #eef2f7;
}
.timeline-block:nth-child(odd) .head {
    background: #eef2f7;
}
.timeline-block:nth-child(even) .head {
    background: #eef2f7;
}
.timeline-content .number-box span {
    font-size: 4rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #29384e;
}

@media print, screen and (max-width: 800px) {
    .timeline-block:nth-child(odd) .timeline-content::after,
    .timeline-block:nth-child(even) .timeline-content::after {
        display: none;
    }
}

@media print, screen and (min-width: 800px) {
    .timeline .timeline-block {
        position: relative;
    }
    .timeline .timeline-block.wImg {
        height: 300px;
    }
    .timeline .timeline-block .timeline-imgL {
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
    }
    .timeline .timeline-block .timeline-imgR {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
    }
    .timeline .timeline-block .timeline-imgL.shift,
    .timeline .timeline-block .timeline-imgR.shift {
        top: 30px;
    }
}

/*///////////////////////// INITIALIZE /////////////////////////*/
.timeline-ttl {
    padding: .5rem;
    text-align: center;
    font-size: 1.8rem;
    background: #3b5171;
    color: #fff;
    margin: 2rem 0 0;
}
.timeline-ttl span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: .1rem;
    margin: 0 .5rem 0 0;
    font-size: 1.5rem;
}

/******************************** �w�i
@media print, screen and (min-width: 1024px) {

    .timeline-block:nth-child(odd) {
        background: url(/content/images/common/dummy.png) no-repeat right/contain;
    }
    .timeline-block:nth-child(even) {
        background: url(/content/images/common/dummy.png) no-repeat left/contain;
    }

}
*******************************/
.id80 .timeline-two .contents-box2 {
    width: 100%;
}
.id80 .timeline-content h3 {
    width: 200px;
}
@media print, screen and (min-width: 768px) {
    .id80 .timeline-one .head {
        justify-content: center!important;
    }
}
@media print, screen and (min-width: 940px) {
    .id80 .timeline-two .contents-box2 {
        width: 48%;
    }
}</pre></body></html>