.timeline{position:relative}.timeline h2{margin-bottom:4rem;text-align:center}.timeline h2>span{color:#f7146b}.timeline__wrapper{display:flex;gap:3rem;position:relative}@media (max-width:992px){.timeline__wrapper{flex-direction:column;gap:2rem;margin-bottom:2rem}}.timeline__wrapper__item{background-color:var(--white_color);border:2px solid rgba(29,29,27,.3);border-radius:8px;padding:calc(var(--spacer_sm) + var(--spacer_xxxxs));width:100%;z-index:2}.timeline__wrapper__item>h3{font-size:18px;margin-bottom:8px}.timeline__wrapper__item a{align-items:center;display:flex;font-weight:700}.timeline__wrapper__item a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4.898 16.151 4.483-4.483-4.483-4.483'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:"";display:block;height:24px;margin-left:8px;transition:transform .3s;width:24px}.timeline__wrapper__item a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23F7146B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4.898 16.151 4.483-4.483-4.483-4.483'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");transform:translateX(5px)}.timeline__wrapper__item__time{align-items:center;display:flex;margin-bottom:8px!important}.timeline__wrapper__item__time:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='25' fill='none' viewBox='0 0 18 25'%3E%3Ccircle cx='9' cy='12.912' r='8' stroke='%231D1D1B' stroke-width='2'/%3E%3Cpath stroke='%231D1D1B' stroke-linecap='round' stroke-width='2' d='M9 8.912v4.5h4'/%3E%3C/svg%3E");background-position:50%;content:"";display:inline-block;height:19px;margin-right:8px;width:18px}.timeline__wrapper__item>p{margin-bottom:0}.timeline__arrow{height:2rem;position:absolute;right:-10rem;top:50%;transform:translateY(-50%);width:5000px}@media (max-width:992px){.timeline__arrow{bottom:0;height:calc(100% + 4rem);left:50%;top:0;transform:translateX(-50%);width:2rem}}.timeline__arrow:before{right:833px;top:-40px}.timeline__arrow:after,.timeline__arrow:before{content:"";display:block;height:2rem;position:absolute;width:100px}.timeline__arrow:after{right:432px;top:40px}@media (max-width:1200px){.timeline__arrow:before{right:69vw}.timeline__arrow:after{right:36vw}}.timeline__arrow--head{background-repeat:no-repeat;height:87px;position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:53px}@media (max-width:992px){.timeline__arrow--head{bottom:-4rem;top:unset;transform:rotate(90deg) translateY(-6%)}.timeline__arrow:before{height:100px;left:50%;top:25%;transform:translateX(calc(-50% + 4rem));width:2rem}.timeline__arrow:after{height:100px;left:50%;top:57%;transform:translateX(calc(-50% - 4rem));width:2rem}}.timeline__button-wrapper{display:flex;justify-content:center;margin-top:4rem;width:100%}