.aboutus-section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.aboutus-title-underline{margin-bottom:2.5rem;position:relative}.aboutus-long-line{width:100%;height:2px;background-color:#e9ecef;position:relative}.aboutus-short-line{width:60px;height:4px;background-color:var(--color-primary);position:absolute;top:-1px;left:0}.aboutus-subtitle{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.aboutus-lead{color:var(--text-primary);font-size:1.2rem;line-height:1.7;margin-bottom:0;font-weight:500}.aboutus-text-content{overflow:hidden}.aboutus-text-content p{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.aboutus-image{position:relative;overflow:hidden;box-shadow:0 4px 15px rgb(0 0 0 / .1);max-height:400px;float:right;margin:0 0 1.5rem 2rem;max-width:45%}.aboutus-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.aboutus-image:hover img{transform:scale(1.02)}.aboutus-timeline-wrapper{max-width:1200px;margin:0 auto;padding:2rem 0}.aboutus-timeline-container{display:flex;flex-direction:column}.aboutus-timeline-vertical{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.aboutus-timeline-nav-button{width:40px;height:40px;border:2px solid var(--color-primary);display:flex;align-items:center;justify-content:center;color:var(--color-primary);cursor:pointer;transition:all 0.3s ease;margin:.5rem 0;background:#fff;font-size:.9rem;z-index:3;border-radius:50%;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.aboutus-timeline-nav-button:hover{background:var(--color-primary);color:#fff;transform:scale(1.05)}.aboutus-timeline-years{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.aboutus-timeline-vertical-line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#e0e0e0,var(--color-primary),#e0e0e0);transform:translateX(-50%);z-index:1}.aboutus-timeline-year{width:100%;height:70px;max-height:70px;position:relative;cursor:pointer;transition:all 0.3s ease,max-height 0.5s ease-out,opacity 0.4s ease-out;z-index:2;display:flex;align-items:center}.aboutus-timeline-year.hidden{max-height:0;opacity:0;pointer-events:none}.aboutus-timeline-vertical .aboutus-year-text{color:var(--text-secondary);font-size:1.1rem;font-weight:600;transition:all 0.3s ease;user-select:none;background:#fff;padding:.3rem .8rem;box-shadow:0 2px 8px rgb(0 0 0 / .1);position:absolute;right:calc(50% + 20px);transform:translateY(-50%);top:50%;border:1px solid #e9ecef}.aboutus-timeline-vertical .aboutus-year-indicator{width:12px;height:12px;background:#e0e0e0;transition:all 0.3s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:3px solid #fff;box-shadow:0 2px 6px rgb(0 0 0 / .15);z-index:2;border-radius:50%}.aboutus-timeline-vertical .aboutus-timeline-year.aboutus-active .aboutus-year-text{color:#fff;background:var(--color-primary);font-weight:700;font-size:1.2rem;transform:translateY(-50%) scale(1.05);border-color:var(--color-primary)}.aboutus-timeline-vertical .aboutus-timeline-year.aboutus-active .aboutus-year-indicator{background:var(--color-primary);width:18px;height:18px;box-shadow:0 0 0 4px rgb(160 44 44 / .3),0 4px 12px rgb(0 0 0 / .2)}.aboutus-timeline-vertical .aboutus-timeline-year:hover .aboutus-year-text{color:var(--color-primary);border-color:var(--color-primary)}.aboutus-timeline-vertical .aboutus-timeline-year:hover .aboutus-year-indicator{background:var(--color-primary);transform:translate(-50%,-50%) scale(1.2)}.aboutus-timeline-horizontal{display:none;align-items:center;justify-content:center;margin-bottom:2rem;position:relative}.aboutus-timeline-slider{position:relative;width:100%;max-width:500px;height:80px;overflow:hidden}.aboutus-timeline-horizontal-line{position:absolute;left:0;right:0;top:50%;height:3px;background:linear-gradient(to right,#e0e0e0,var(--color-primary),#e0e0e0);transform:translateY(-50%);z-index:1}.aboutus-timeline-years-mobile{display:flex;align-items:center;position:absolute;left:0;top:0;bottom:0;transition:transform 0.5s ease}.aboutus-timeline-horizontal .aboutus-timeline-year{height:auto;width:80px;margin:0 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.aboutus-timeline-horizontal .aboutus-year-indicator{width:16px;height:16px;background:#e0e0e0;transition:all 0.3s ease;border:3px solid #fff;box-shadow:0 2px 6px rgb(0 0 0 / .15);z-index:2;border-radius:50%;margin-bottom:10px}.aboutus-timeline-horizontal .aboutus-year-text{color:var(--text-secondary);font-size:1rem;font-weight:600;transition:all 0.3s ease;user-select:none}.aboutus-timeline-horizontal .aboutus-timeline-year.aboutus-active .aboutus-year-text{color:var(--color-primary);font-weight:700;font-size:1.1rem}.aboutus-timeline-horizontal .aboutus-timeline-year.aboutus-active .aboutus-year-indicator{background:var(--color-primary);width:22px;height:22px;box-shadow:0 0 0 4px rgb(160 44 44 / .3),0 4px 12px rgb(0 0 0 / .2)}.aboutus-timeline-horizontal .aboutus-timeline-year:hover .aboutus-year-text{color:var(--color-primary)}.aboutus-timeline-horizontal .aboutus-timeline-year:hover .aboutus-year-indicator{background:var(--color-primary);transform:scale(1.2)}.aboutus-timeline-content-area{position:relative}.aboutus-timeline-content{display:none;animation:fadeIn 0.6s ease-out}.aboutus-timeline-content.aboutus-active{display:flex;flex-direction:column;gap:2rem}.aboutus-timeline-image{width:100%;height:300px;overflow:hidden;box-shadow:0 4px 15px rgb(0 0 0 / .1);border-radius:8px}.aboutus-timeline-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.aboutus-timeline-image:hover img{transform:scale(1.03)}.aboutus-timeline-details{padding:1rem 0}.aboutus-timeline-event-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.3}.aboutus-timeline-event-description{font-size:1.1rem;line-height:1.7;color:var(--text-secondary)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media (min-width:993px){.aboutus-timeline-container{display:grid;grid-template-columns:250px 1fr;gap:2rem;align-items:flex-start}.aboutus-timeline-vertical{margin-bottom:0}}@media (max-width:992px){.aboutus-image{float:none;margin:0 0 1.5rem 0;max-width:100%}.aboutus-timeline-vertical{display:none}.aboutus-timeline-horizontal{display:flex}.aboutus-timeline-content-area{min-height:auto}.aboutus-timeline-image{height:250px}.aboutus-timeline-event-title{font-size:1.5rem}}@media (max-width:768px){.aboutus-timeline-slider{max-width:300px;height:70px}.aboutus-timeline-horizontal .aboutus-timeline-year{width:60px;margin:0 8px}.aboutus-timeline-horizontal .aboutus-year-text{font-size:.9rem}.aboutus-timeline-horizontal .aboutus-timeline-year.aboutus-active .aboutus-year-text{font-size:1rem}.aboutus-timeline-horizontal .aboutus-year-indicator{width:12px;height:12px;margin-bottom:8px}.aboutus-timeline-horizontal .aboutus-timeline-year.aboutus-active .aboutus-year-indicator{width:18px;height:18px}.aboutus-timeline-image{height:200px}.aboutus-timeline-event-title{font-size:1.4rem;margin-bottom:1rem}.aboutus-timeline-event-description{font-size:1rem}}@media (max-width:576px){.aboutus-timeline-slider{max-width:300px;height:70px}.aboutus-timeline-horizontal .aboutus-timeline-year{width:50px;margin:0 5px}.aboutus-timeline-horizontal .aboutus-year-text{font-size:.8rem}.aboutus-timeline-horizontal .aboutus-timeline-year.aboutus-active .aboutus-year-text{font-size:.9rem}.aboutus-timeline-horizontal .aboutus-year-indicator{width:10px;height:10px;margin-bottom:6px}.aboutus-timeline-horizontal .aboutus-timeline-year.aboutus-active .aboutus-year-indicator{width:16px;height:16px}.aboutus-timeline-nav-button{width:30px;height:30px;font-size:.8rem}.aboutus-timeline-image{height:180px}.aboutus-timeline-event-title{font-size:1.3rem}.aboutus-timeline-event-description{font-size:.95rem;line-height:1.6}}