.timeline-wrapper{background:var(--gradient-background, rgb(var(--color-background)));color:rgb(var(--color-foreground))}.timeline{--tl-line-width: 3px;--tl-marker-size: 20px;--tl-gap: 48px}.timeline__intro{display:flex;flex-direction:column;max-width:46rem;margin:0 auto 3.5rem}.timeline__intro.center{align-items:center;text-align:center}.timeline__intro.left{align-items:flex-start;margin-left:0;text-align:left}.timeline__subheading{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:.82rem;font-weight:600;color:var(--tl-accent);margin:0 0 .35rem}.timeline__heading{display:block;margin:0 0 1rem}.timeline__intro-text{opacity:.85}.timeline__intro-text>:last-child{margin-bottom:0}.timeline__timeline{position:relative}.timeline__line,.timeline__line-fill{position:absolute;top:6px;width:var(--tl-line-width);border-radius:3px;left:calc(var(--tl-marker-size) / 2);transform:translate(-50%);z-index:0}.timeline__line{bottom:6px;background:var(--tl-line)}.timeline__line-fill{height:0;background:var(--tl-accent);box-shadow:0 0 12px #5e3a6e73}.timeline__track{list-style:none;margin:0;padding:0;position:relative;z-index:1}.timeline__item{position:relative;margin-bottom:var(--tl-gap)}.timeline__item:last-child{margin-bottom:0}.timeline__marker{position:absolute;width:var(--tl-marker-size);height:var(--tl-marker-size);border-radius:50%;background:var(--tl-accent);box-shadow:0 0 0 4px rgb(var(--color-background)),0 0 0 6px var(--tl-line);top:5px;z-index:3}.timeline__panel{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(var(--color-foreground),.06)}.timeline__media{position:relative;width:100%;padding-top:var(--tl-ratio, 75%);background:rgba(var(--color-foreground),.05)}.timeline__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.timeline__content{padding:1.5rem 1.6rem 1.7rem}.timeline__label{display:inline-block;background:var(--tl-accent);color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.03em;line-height:1;padding:.6rem 1.2rem;border-radius:999px;margin-bottom:.9rem}.timeline__item-heading{margin:0 0 .7rem;font-size:1.9rem;line-height:1.15}.timeline__text{opacity:.9}.timeline__text>:last-child{margin-bottom:0}.timeline__cta{margin-top:3rem}.timeline__cta.center{text-align:center}.timeline__cta.left{text-align:left}.timeline__item{padding-left:calc(var(--tl-marker-size) + 22px)}.timeline__marker{left:0}@media screen and (min-width:990px){.layout--alternating .timeline__line,.layout--alternating .timeline__line-fill{left:50%}.layout--alternating .timeline__item{width:50%;padding-left:0;margin-bottom:0}.layout--alternating .timeline__item--left{left:0;padding-right:calc(var(--tl-gap) / 2 + 4px);text-align:left}.layout--alternating .timeline__item--right{left:50%;padding-left:calc(var(--tl-gap) / 2 + 4px)}.layout--alternating .timeline__item--left .timeline__marker{left:auto;right:calc(var(--tl-marker-size) / -2)}.layout--alternating .timeline__item--right .timeline__marker{left:calc(var(--tl-marker-size) / -2)}.layout--single .timeline__track{max-width:720px}.layout--single .timeline__item{padding-left:calc(var(--tl-marker-size) + 40px)}.timeline__item-heading{font-size:2.4rem}.timeline__label{font-size:1.1rem}.timeline__content{padding:1.7rem 1.9rem 1.9rem}}.js .timeline--animated .timeline__item{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.js .timeline--animated .timeline__item.is-visible{opacity:1;transform:none}.js .timeline--animated .timeline__item .timeline__marker{background:var(--tl-line);box-shadow:0 0 0 4px rgb(var(--color-background));transform:scale(.55);transition:transform .4s cubic-bezier(.2,.8,.3,1.5),background .3s ease,box-shadow .3s ease}.js .timeline--animated .timeline__item.is-active .timeline__marker{background:var(--tl-accent);box-shadow:0 0 0 4px rgb(var(--color-background)),0 0 0 6px var(--tl-line),0 0 10px #5e3a6e80;transform:scale(1)}.timeline__line-fill{transition:height .12s linear}@media(prefers-reduced-motion:reduce){.js .timeline--animated .timeline__item{opacity:1!important;transform:none!important;transition:none!important}.js .timeline--animated .timeline__item .timeline__marker{transform:none!important;transition:none!important}.timeline__line-fill{transition:none!important}}.timeline--horizontal{--tl-hnode: 34px}.timeline__hnav{display:flex;gap:.5rem;justify-content:flex-end;margin-bottom:1.25rem}.timeline__arrow{width:44px;height:44px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.18);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.timeline__arrow:hover{border-color:var(--tl-accent);color:var(--tl-accent)}.timeline__arrow[disabled]{opacity:.3;cursor:default}.timeline__arrow .icon{width:15px;height:15px}.timeline__arrow[data-dir=prev] .icon{transform:rotate(180deg)}.timeline__hscroll{overflow-x:auto;overflow-y:hidden;margin-right:calc(50% - 50vw);padding:4px 0 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.timeline__hscroll::-webkit-scrollbar{display:none}.timeline__hscroll:focus-visible{outline:2px solid var(--tl-accent);outline-offset:4px}.timeline__htrack{display:inline-flex;gap:28px;position:relative;align-items:flex-start;min-width:100%}.timeline__htrack:before,.timeline__htrack:after{content:"";flex:0 0 calc((100vw - min(var(--tl-card),82vw))/2)}.timeline__hline,.timeline__hline-fill{position:absolute;top:calc(var(--tl-hnode) / 2);height:var(--tl-line-width);left:0;transform:translateY(-50%);border-radius:3px;z-index:0}.timeline__hline{right:0;background:var(--tl-line)}.timeline__hline-fill{width:0;background:var(--tl-accent);box-shadow:0 0 12px #5e3a6e73;transition:width .12s linear}.timeline__hitem{flex:0 0 min(var(--tl-card),82vw);width:min(var(--tl-card),82vw);display:flex;flex-direction:column;scroll-snap-align:center}.timeline__hnode{position:relative;height:var(--tl-hnode);display:flex;align-items:center;justify-content:center}.timeline__hnode:after{content:"";position:absolute;left:50%;transform:translate(-50%);top:calc(var(--tl-hnode) / 2);bottom:0;width:2px;background:var(--tl-line);z-index:1}.timeline--horizontal .timeline__marker{position:static;top:auto;left:auto;right:auto;z-index:2}.timeline--horizontal .timeline__panel{flex:1 1 auto;display:flex;flex-direction:column}.timeline--horizontal .timeline__content{padding:1.3rem 1.4rem 1.5rem}.timeline--horizontal .timeline__item-heading{font-size:1.9rem}.js .timeline--animated .timeline__hitem{opacity:0;transform:translate(24px);transition:opacity .5s ease,transform .5s ease}.js .timeline--animated .timeline__hitem.is-visible{opacity:1;transform:none}.js .timeline--animated .timeline__hitem .timeline__marker{background:var(--tl-line);box-shadow:0 0 0 4px rgb(var(--color-background));transform:scale(.55);transition:transform .4s cubic-bezier(.2,.8,.3,1.5),background .3s ease,box-shadow .3s ease}.js .timeline--animated .timeline__hitem.is-active .timeline__marker{background:var(--tl-accent);box-shadow:0 0 0 4px rgb(var(--color-background)),0 0 0 6px var(--tl-line),0 0 10px #5e3a6e80;transform:scale(1)}@media(prefers-reduced-motion:reduce){.js .timeline--animated .timeline__hitem{opacity:1!important;transform:none!important;transition:none!important}.js .timeline--animated .timeline__hitem .timeline__marker{transform:none!important;transition:none!important}.timeline__hline-fill{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/section-timeline.css.map */
