.timeline{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.timeline__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:2rem;justify-content:space-between;margin-bottom:56px}.timeline__header__text{max-width:650px;width:70%}.timeline__header__text h2+p{font-size:1rem}.timeline__navigation{-webkit-appearance:none;background-color:transparent;background-image:none;border:none;border-radius:0;color:inherit;cursor:pointer;font-family:inherit;padding:0;--text:var(--button-text-color);background-color:var(--button-background-color);border-color:var(--button-background-color);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;width:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.timeline__navigation svg{height:20px;width:20px}.timeline__navigation--next,.timeline__navigation--previous{position:static!important}.timeline__navigation--next:before,.timeline__navigation--previous:before{height:100%;position:static!important;width:100%}.timeline__navigation--previous{left:unset!important;right:4px}.timeline__navigation--next{left:0;right:unset!important}.timeline__navigation-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:.5rem;justify-content:center}@media (max-width:767px){.timeline__navigation-wrapper{display:none}}.timeline__navigation:focus,.timeline__navigation:hover{--icon-arrow-color:#fff;--icon-arrow-background-color:var(--hyperlink-color)}.timeline__show-more{display:block;margin:2rem auto 0}@media (min-width:768px){.timeline__show-more{display:none}}.timeline__list{margin:0;padding:0}@media (min-width:768px){.timeline__list{display:-ms-grid;display:grid;grid-auto-columns:255px;grid-auto-flow:column;-ms-grid-rows:auto auto;grid-template-rows:auto auto;overflow-x:auto;-webkit-overflow-scrolling:touch;cursor:-webkit-grab;cursor:grab;margin-right:calc(0px - (100vw - var(--max-width))/2)}}@media (max-width:1300px){.timeline__list{margin-right:calc(-50vw + 50%)}}@media (max-width:767px){.timeline__list{margin-right:0}}.timeline__list::-webkit-scrollbar{display:none}@media (max-width:767px){.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}.timeline__item:before{display:none}@media (min-width:768px){.timeline__item{-ms-grid-column-span:2;display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:span 2;padding:1.6rem 0}}.timeline__item-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:8px;justify-content:center;margin-bottom:.5rem;margin-top:0}@media (max-width:767px){.timeline__item-image{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.timeline__item-image__box{background-color:#fff;border:1px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:50%;width:138px}.timeline__item-image__box img{height:auto;max-height:100%;max-width:100%;width:auto}.timeline__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;width:255px}@media (max-width:767px){.timeline__item-content{gap:.8rem;width:90%}}.timeline__item-content:before{background-color:var(--accent);border-radius:50%;-webkit-box-shadow:0 0 0 8px #fff;box-shadow:0 0 0 8px #fff;content:"";display:block;height:10px;width:10px}@media (min-width:768px){.timeline__item-content:before{margin:-31px auto 26px}}@media (max-width:767px){.timeline__item-content:before{left:-5px;position:absolute;top:50%}.timeline__item{border-left:1px solid var(--base-font-color);padding:2rem 1.5rem}}.timeline__item-title{color:var(--accent);font-size:24px;font-weight:700;margin-bottom:.5rem;margin-top:.5rem}@media (max-width:767px){.timeline__item-title{margin-top:0}}@media (min-width:768px){.timeline__item-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}}.timeline__item-description p{font-size:.9rem;margin-bottom:0;margin-top:0}@media (min-width:768px){.timeline__item-description p:only-child{text-align:center}.timeline__item:nth-child(2n){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-top:1px solid var(--base-font-color)}.timeline__item:nth-child(odd){-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-bottom:1px solid var(--base-font-color)}.timeline__item:nth-child(odd) .timeline__item-content:before{display:none}.timeline__item:nth-child(odd) .timeline__item-content:after{background-color:var(--accent);border-radius:50%;-webkit-box-shadow:0 0 0 8px #fff;box-shadow:0 0 0 8px #fff;content:"";display:block;height:10px;margin:26px auto -31px;position:relative;width:10px;z-index:2;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}