.tl-timeline{min-height:100px}.tl-timeline__container{box-sizing:border-box;margin:0 auto;max-width:var(--max-width);width:100%}.tl-timeline__title{color:var(--thermo-blue);font-size:25px;margin:0 0 2rem}.tl-timeline__bar{background:var(--thermo-blue);background:linear-gradient(90deg,var(--thermo-blue) 0,var(--thermo-red) 100%);height:3em;position:relative;transform:scaleX(0);transform-origin:left center;width:100%}.tl-timeline__bar:after{border:0;border-left:1.5rem solid transparent;border-top:1.5rem solid #fff;content:"";position:absolute;right:0;top:0}.tl-timeline__bar:before{border:0;border-bottom:1.5rem solid #fff;border-left:1.5rem solid transparent;bottom:0;content:"";position:absolute;right:0}.tl-timeline__items{column-gap:2em;display:flex;padding:0 1em;transform:translateY(-3em)}.tl-timeline__item{flex-basis:calc(14.28571% - 1.71429rem);min-width:138px;opacity:0}.tl-timeline__item-title{color:#fff;font-size:25px;line-height:3rem;margin:0}.tl-timeline__item-event{font-size:13px;margin:0;padding-top:1em}@media (max-width:1253px){.tl-timeline__items{overflow-x:scroll;padding-bottom:2em}}.tl-timeline__items::-webkit-scrollbar{height:.5em}.tl-timeline__items::-webkit-scrollbar-track{background:#eee;border-radius:50vw}.tl-timeline__items::-webkit-scrollbar-thumb{background-color:var(--thermo-blue);border-radius:50vw;outline:none}