@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.saga-tl-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:900px;padding:0 24px;text-align:center}.saga-tl-label{color:#0d6354;font-size:.82em;font-weight:700;letter-spacing:1.5px;margin-bottom:12px;text-transform:uppercase}.saga-tl-heading{color:#1a1a1a;font-size:2em;font-weight:800;margin-bottom:40px}.saga-tl-snake{position:relative}.saga-tl-item{align-items:center;animation:saga-tl-pop .5s ease-out forwards;display:flex;gap:24px;opacity:0}@keyframes saga-tl-pop{to{opacity:1}}.saga-tl-item--left{animation-name:saga-tl-slide-left;flex-direction:row;justify-content:flex-start;padding-right:40%;transform:translateX(-20px)}.saga-tl-item--right{animation-name:saga-tl-slide-right;flex-direction:row-reverse;justify-content:flex-start;padding-left:40%;transform:translateX(20px)}@keyframes saga-tl-slide-left{to{opacity:1;transform:translateX(0)}}@keyframes saga-tl-slide-right{to{opacity:1;transform:translateX(0)}}.saga-tl-dot{flex-shrink:0}.saga-tl-dot-inner{align-items:center;background:#0b4f42;border-radius:50%;box-shadow:0 4px 16px rgba(11,79,66,.25);color:#f5f0e8;display:flex;font-size:.8em;font-weight:800;height:48px;justify-content:center;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:48px;z-index:2}.saga-tl-item:hover .saga-tl-dot-inner{box-shadow:0 8px 28px rgba(11,79,66,.35);transform:scale(1.15)}.saga-tl-card{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 3px 10px rgba(0,0,0,.04);flex:1;padding:18px 22px;transition:all .3s ease}.saga-tl-item--left .saga-tl-card{text-align:left}.saga-tl-item--right .saga-tl-card{text-align:right}.saga-tl-item:hover .saga-tl-card{border-color:#0b4f42;box-shadow:0 8px 28px rgba(0,0,0,.08);transform:translateY(-2px)}.saga-tl-card-marker{background:#e8f5f1;border-radius:6px;color:#0b4f42;display:inline-block;font-size:.72em;font-weight:700;margin-bottom:6px;padding:2px 10px}.saga-tl-title{color:#1a1a1a;font-size:1em;font-weight:700;margin-bottom:4px}.saga-tl-content p{color:#555;font-size:.88em;line-height:1.5;margin-bottom:0}.saga-tl-curve{height:40px;margin:-4px 0;position:relative}.saga-tl-curve-svg{display:block;height:100%;width:50%}.saga-tl-curve--right .saga-tl-curve-svg{margin-left:24px}.saga-tl-curve--left .saga-tl-curve-svg{margin-left:auto;margin-right:24px}.saga-tl-curve-svg path{animation:saga-tl-draw 1s ease-out forwards;stroke-dasharray:300;stroke-dashoffset:300}@keyframes saga-tl-draw{to{stroke-dashoffset:0}}@media (max-width:768px){.saga-tl-item--left,.saga-tl-item--right{flex-direction:row;padding:0}.saga-tl-item--right .saga-tl-card{text-align:left}.saga-tl-curve{display:none}.saga-tl-item{border-left:3px solid #0b4f42;gap:16px;margin-bottom:16px;padding-left:16px}.saga-tl-dot-inner{font-size:.72em;height:40px;width:40px}}