.timeline{-webkit-user-select:none;-moz-user-select:none;user-select:none}.timeline__header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:40px}@media (min-width:48rem){.timeline__header{margin-bottom:60px}}.timeline__header .theme-text{margin:0;max-width:675px}@media (min-width:48rem){.timeline__header .theme-text{width:75%}}.timeline__header .theme-text__heading{text-wrap:auto}.timeline__navigation{align-items:center;background-color:transparent;background-color:var(--background-secondary-color);background-image:none;border:none;border-radius:0;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1);color:inherit;color:var(--text-link-color);cursor:pointer;display:flex;font:inherit;height:32px;justify-content:center;padding:0;text-align:inherit;transition:all .3s ease-in-out;width:32px}.timeline__navigation--next svg{margin-left:3px;transform:rotate(-90deg)}.timeline__navigation--previous svg{margin-right:3px;transform:rotate(90deg)}.timeline__navigation.focus-visible,.timeline__navigation.hover,.timeline__navigation:focus-visible,.timeline__navigation:hover{box-shadow:none;color:var(--text-link-hover-color)}.timeline__navigation-wrapper{align-items:center;display:flex;gap:.5rem;justify-content:center;position:relative;z-index:100}@media not screen and (min-width:48rem){.timeline__navigation-wrapper{display:none}}.timeline__show-more{align-items:center;display:flex;gap:.3rem;justify-content:center;margin:1rem auto 0}.timeline__show-more svg{font-size:1.2em;margin-left:0}@media (min-width:48rem){.timeline__show-more{display:none}}.timeline__list{margin:0;padding:0}@media (min-width:48rem){.timeline__list{display:grid;grid-auto-columns:280px;grid-auto-flow:column;grid-template-rows:auto auto;overflow-x:auto;-webkit-overflow-scrolling:touch;cursor:grab;margin-right:calc(620px - 50vw);padding-right:4rem}}@media not screen and (min-width:80rem){.timeline__list{margin-right:calc(-50vw + 50%)}}@media not screen and (min-width:48rem){.timeline__list{margin-right:0}}.timeline__list::-webkit-scrollbar{display:none}@media not screen and (min-width:48rem){.timeline__list .timeline__item:nth-child(n+4){display:none}.timeline__list.show-more .timeline__item:nth-child(n+4){display:block}}.timeline__item{list-style:none;margin-top:0;position:relative}@media (min-width:48rem){.timeline__item{display:flex;grid-column:span 2;padding:0}}.timeline__item-content{display:flex;flex-direction:column;max-width:100%;padding:2rem 0;width:200px}@media not screen and (min-width:48rem){.timeline__item-content{align-items:flex-start;flex-direction:column;gap:1rem;max-width:400px;width:100%}}.timeline__item-content:before{background-color:var(--text-link-color);border-radius:50%;box-shadow:0 0 0 8px rgb(var(--text-link-rgb),.2);content:"";display:block;height:12px;width:12px}@media (min-width:48rem){.timeline__item-content:before{margin-bottom:20px;margin-left:6px;margin-top:-29px}}@media not screen and (min-width:48rem){.timeline__item-content:before{left:-5px;position:absolute;top:50%}.timeline__item{border-left:1px solid var(--body-text-color);padding:1.5rem 2rem}}.timeline__item .timeline__item-image{align-items:flex-end;display:flex;height:130px;justify-content:flex-start;max-width:170px}@media not screen and (min-width:48rem){.timeline__item .timeline__item-image{height:auto}}.timeline__item .timeline__item-image--cropped{border-radius:10px;height:130px;overflow:hidden;width:170px}.timeline__item .timeline__item-image--cropped img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.timeline__item .timeline__item-image:not(.timeline__item-image--cropped) img{display:block;height:auto;max-height:130px;max-width:170px;width:auto}.timeline__item-date{display:block;font-size:1.125rem;font-weight:700;text-transform:uppercase}.timeline__item-title{display:block;font-size:1.125rem;margin-bottom:.5rem;margin-top:.5rem}@media not screen and (min-width:48rem){.timeline__item-title{margin-top:0}}.timeline__item-description{display:block}.timeline__item-description-text{font-size:1rem;margin-bottom:0;margin-top:0}@media (min-width:48rem){.timeline__item:nth-child(odd){align-items:flex-start;border-bottom:1px solid #ccc;justify-content:flex-end;padding-right:80px}.timeline__item:nth-child(odd) .timeline__item-image{align-items:flex-start;margin-bottom:-220px;margin-top:80px;order:3}.timeline__item:nth-child(odd) .timeline__item-content{height:100%;justify-content:flex-end}.timeline__item:nth-child(odd) .timeline__item-content:before{display:none}.timeline__item:nth-child(odd) .timeline__item-content:after{background-color:var(--text-link-color);border-radius:50%;bottom:calc(-2rem + 24px);box-shadow:0 0 0 8px rgb(var(--text-link-rgb),.2);content:"";display:block;height:12px;margin-left:6px;position:absolute;width:12px;z-index:2}.timeline__item:nth-child(2n){align-items:flex-start;border-top:1px solid #ccc;padding-left:6px}.timeline__item:nth-child(2n) .timeline__item-content .timeline__item-description{order:3}.timeline__item:nth-child(2n) .timeline__item-content:before{order:2}.timeline__item:nth-child(2n) .timeline__item-image{margin-bottom:80px;margin-top:-220px;order:1}}