.timeline-section{overflow:hidden}.timeline-header{margin-bottom:4rem;text-align:center}.timeline-header h2{color:#002f5d;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;line-height:1.35}.timeline-orange{color:#ff6b35}.timeline-track-wrap{overflow-x:auto;padding-bottom:.5rem;position:relative}.timeline-line{background:#ff6b35;height:1px;left:0;position:absolute;right:0;top:50px;z-index:0}.timeline-items{display:grid;grid-template-columns:repeat(5,1fr);min-width:680px;position:relative;z-index:1}.timeline-item{cursor:pointer;text-align:center}.timeline-content,.timeline-item{align-items:center;display:flex;flex-direction:column}.timeline-content{border-radius:12px;overflow:hidden;padding:.75rem 1rem 1rem;position:relative}.timeline-content:before{background:linear-gradient(180deg,rgba(255,107,53,.14),rgba(255,107,53,0));border-radius:12px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .35s ease}.timeline-item:hover .timeline-content:before{opacity:1}.timeline-year{color:#1a1f3c;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.625rem;transition:color .3s}.timeline-item:hover .timeline-year{color:#ff6b35}.timeline-dot{background:#ff6b35;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #ff6b35;flex-shrink:0;height:14px;transition:transform .3s;width:14px;z-index:1}.timeline-item:hover .timeline-dot{transform:scale(1.35)}.timeline-icon{align-items:center;color:#64748b;display:flex;justify-content:center;margin-top:0;width:36px}.timeline-item p{color:#637381;font-size:1rem;line-height:1.5;margin:.625rem 0 0;transition:color .3s}.timeline-item:hover p{color:#1a1f3c}@media (min-width:768px){.timeline-orange{display:block}}@media (max-width:768px){.timeline-header h2{font-size:1.625rem}.timeline-items{grid-template-columns:repeat(5,160px)}}@media (max-width:480px){.timeline-items{grid-template-columns:repeat(5,140px)}}