.timeline__item:after{content:"";position:absolute;right:-48px;width:100%;height:1px;background:var(--text-secondary);top:24px}.timeline__item:last-child:after{width:auto}.timeline__item--large{position:relative}.timeline__item.timeline__item--large:after{position:absolute;width:100%;height:100%;border-bottom-right-radius:50%;border-top-right-radius:50%;top:24px;left:0;border:1px solid var(--text-secondary);border-left:none;content:"";background:rgba(0,0,0,0)}.timeline__circle{border-radius:50%;font-weight:600;color:var(--black);font-size:20px;line-height:30px;z-index:1;flex-shrink:0}.timeline__circle,.timeline__line{background-color:var(--white)}.timeline__details{color:var(--text-secondary)}.timeline__description{font-size:18px;line-height:28px;color:var(--gray)}.timeline__half-circle:after{position:absolute;width:373px;height:401px;border-top-left-radius:50%;border-top-right-radius:50%;top:10.6px;left:0;border:1px solid var(--text-secondary);border-bottom:none;transform:rotate(90deg)}@media screen and (max-width:1280px){.timeline .timeline__item.timeline__item--large:after{display:none}}@media screen and (max-width:1023px){.timeline .timeline__line,.timeline__item:after{display:none}}.side_arrow{position:relative;width:2px;height:100%;background-color:var(--border-border-primary);display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:0 12px}.side_arrow:after{content:"";width:15px;height:15px;border-top:2px solid var(--border-border-primary);border-right:2px solid var(--border-border-primary);display:block;transform:rotate(135deg)}.side_arrow:before{content:"";height:24px;width:24px;background-color:var(--primary-blue);border-radius:50%;border:4px solid var(--black);display:block;outline:2px solid var(--border-border-primary)}