.timeline-section{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}.timeline{color:var(--white,#fff);margin:0 auto;max-width:1312px;width:100%}.timeline__slides{overflow:hidden;position:relative}.timeline__slides-track{display:flex;transition:transform .5s ease}.timeline__slide{flex:0 0 100%;min-width:0;padding:0 0 40px 48px}.timeline__image,.timeline__visual{position:relative}.timeline__image{z-index:1}.timeline__branded__wrapper{overflow:hidden}.timeline__branded__img{display:block;height:100%;object-fit:cover;width:100%}.timeline__overlays{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.timeline__overlay{max-width:400px;pointer-events:auto;position:absolute}.timeline__overlay[data-overlay-index="0"]{left:-48px;top:40px}.timeline__overlay[data-overlay-index="1"]{bottom:-40px;right:0}.timeline__overlay-img{border-radius:16px;box-shadow:0 4px 6px -2px rgba(85,105,135,.04),0 12px 16px -4px rgba(85,105,135,.08);display:block;height:auto;width:100%}.timeline__progress{height:32px;margin-top:48px;overflow:hidden;position:relative;width:100%}.timeline__progress-slider{align-items:center;display:flex;height:100%;position:absolute;top:0;transition:transform .5s ease}.timeline__progress-segment{background:var(--secondary,#29a64d);flex-shrink:0;height:4px}.timeline__progress-stop{align-items:center;background:var(--secondary,#29a64d);border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px;z-index:1}.timeline__progress-stop-inner{background:var(--primary,#191f3e);border-radius:50%;height:16px;width:16px}.timeline__progress-indicator{background:var(--white,#fff);border-radius:50%;height:32px;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:32px;z-index:2}.timeline__dots{gap:8px;margin-top:48px}.timeline__dot,.timeline__dots{align-items:center;display:flex;justify-content:center}.timeline__dot{background:transparent;border:2px solid hsla(0,0%,100%,.4);border-radius:50%;cursor:pointer;flex-shrink:0;height:12px;padding:0;transition:background .3s ease,border-color .3s ease,opacity .3s ease,transform .3s ease;width:12px}.timeline__dot--active{background:var(--white,#fff);border-color:var(--white,#fff)}.timeline__dot--small{transform:scale(.6)}.timeline__dot--hidden{display:none}.timeline__dot:focus-visible,.timeline__dot:hover{border-color:var(--white,#fff)}.timeline__dot:focus-visible{outline:2px solid var(--white,#fff);outline-offset:4px}.timeline__text-area{margin-top:48px;overflow:hidden;position:relative;text-align:center}.timeline__text-track{display:flex;transition:transform .5s ease}.timeline__text{flex-shrink:0;width:100%}.timeline__title{color:var(--white,#fff);font-family:var(--heading-font);font-size:var(--h3,26px);font-weight:var(--weight-bold,700);letter-spacing:-.03em;line-height:1.3;margin:0 auto;max-width:792px}.timeline__description{color:var(--white,#fff);font-size:var(--base-font-size,18px);line-height:1.5;margin:16px auto 0;max-width:792px}@media (max-width:767px){.timeline__overlays{display:flex;flex-direction:column;gap:16px;height:auto;margin-top:16px;pointer-events:auto;position:static}.timeline__overlay{max-width:none;position:static;width:100%}.timeline__overlay[data-overlay-index="0"],.timeline__overlay[data-overlay-index="1"]{bottom:auto;left:auto;right:auto;top:auto}.timeline__dots,.timeline__progress,.timeline__text-area{margin-top:32px}.timeline__description,.timeline__title{max-width:480px}}