.module--timeline .timeline{display:flex;flex-flow:column;row-gap:var(--rows-gap)}.module--timeline .timeline__item{display:flex;gap:calc(var(--spacing-base)*8)}.module--timeline .timeline__item__year-container{display:flex;gap:calc(var(--spacing-base)*3);height:100%}.module--timeline .timeline__item__year-container__year{font-size:var(--h6-font-size);height:fit-content;line-height:var(--h6-line-height);position:relative}.module--timeline .timeline__item__year-container__circle{padding-top:var(--spacing-base);position:relative}.module--timeline .timeline__item__year-container__circle__inner{background-color:var(--third-accent-color);border-radius:200px;display:flex;height:calc(var(--spacing-base)*6);position:relative;width:calc(var(--spacing-base)*6)}.module--timeline .timeline__item__year-container__circle:after{background-color:var(--black-color);content:"";display:flex;height:calc(100% + var(--rows-gap));left:50%;position:absolute;top:var(--spacing-base);transform:translateX(-50%);width:1px;z-index:-1}.module--timeline .timeline__item:last-of-type .timeline__item__year-container__circle:after{height:calc(100% - var(--spacing-base))}.module--timeline .timeline__item__year__shape{bottom:0;height:50%;left:0;position:absolute;width:100%;z-index:-1}.module--timeline .timeline__item__content{background-color:var(--white-color);border-radius:calc(var(--spacing-base)*6);display:flex;gap:calc(var(--spacing-base)*6);padding:calc(var(--spacing-base)*8)}.module--timeline .timeline__item__content:not(.timeline__item__content--image-first){flex-flow:row-reverse}.module--timeline .timeline__item__content__image{border-radius:calc(var(--spacing-base)*3);flex-shrink:0;max-width:50%;overflow:hidden}.module--timeline .timeline__item__content__text{display:flex;flex-flow:column;gap:calc(var(--spacing-base)*6)}@media (width <= 992px){.module--timeline .timeline{flex-flow:row;gap:var(--rows-gap);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.module--timeline .timeline::-webkit-scrollbar{display:none}.module--timeline .timeline__item{flex-flow:column;flex-shrink:0;gap:calc(var(--spacing-base)*2);max-width:100%}.module--timeline .timeline__item__year-container{align-items:center;flex-flow:column}.module--timeline .timeline__item__year-container__year{width:fit-content}.module--timeline .timeline__item__year-container__circle{display:flex;justify-content:center;padding:0;width:100%}.module--timeline .timeline__item:last-of-type .timeline__item__year-container__circle:after,.module--timeline .timeline__item__year-container__circle:after{bottom:calc(var(--spacing-base)*3);height:1px;left:unset;top:unset;transform:unset;width:calc(100% + var(--rows-gap))}.module--timeline .timeline__item:last-of-type .timeline__item__year-container__circle:after{left:calc(var(--rows-gap)*-1);width:calc(50% + var(--rows-gap))}.module--timeline .timeline__item:first-of-type .timeline__item__year-container__circle:after{right:calc(var(--rows-gap)*-1);width:calc(50% + var(--rows-gap))}.module--timeline .timeline__item__content,.module--timeline .timeline__item__content:not(.timeline__item__content--image-first){flex-flow:column}.module--timeline .timeline__item__content__image{aspect-ratio:16/9;max-width:unset;width:100%}.module--timeline .timeline__item__content__image img{height:100%;object-fit:cover;width:100%}}