.timeline-section .swiper-autoheight,.swiper-autoheight .swiper-slide{min-height:64vh!important}.timeline-section{padding:5rem 0}.timeline-container{position:relative}.timeline-slide__text{max-width:59rem;margin:0 auto}.timeline-heading{margin-bottom:4rem}.timeline-wrapper{position:relative}.timeline-navigation{display:flex;justify-content:space-around;align-items:center;gap:2rem;list-style:none;padding:0;margin:0 0 3rem;position:relative}.timeline-nav-item{position:relative;cursor:pointer;transition:transform .3s ease;font-family:var(--font-subheading-family);font-size:max(2.5rem,30px);color:var(--color-beige);border-radius:8px;margin-top:1rem;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.timeline-nav-item:after{content:"";position:absolute;width:20px;height:20px;border-radius:100%;background-color:var(--custom-dark-blue);left:50%;top:-45%;transform:translate(-50%,-50%);opacity:0}.timeline-nav-item-background{background-color:var(--custom-dark-blue);position:absolute;display:block;z-index:-1;top:0;left:0;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.timeline-nav-item.active .timeline-nav-item-background{transform:translate(4px,4px);background-color:var(--custom-black)}.timeline-nav-item.active .timeline-nav-year{background-color:var(--custom-dark-blue)}.timeline-nav-item.active:after{opacity:1}.timeline-nav-item.active .timeline-nav-year{color:var(--color-beige);font-weight:700}.timeline-nav-year{font-size:clamp(1vw,2.5rem,32px);color:var(--color-beige);transition:all .3s cubic-bezier(.4,0,.2,1);display:block;text-align:center;padding:.25rem 2rem;background-color:var(--custom-light-blue)}.timeline-progress{height:2px;background-color:var(--custom-dark-blue);margin-top:4rem;margin-bottom:1rem;position:relative;max-width:100vw}.timeline-progress-bar{height:100%;background-color:rgb(var(--color-foreground));width:0;transition:width .5s cubic-bezier(.4,0,.2,1)}.timeline-swiper{overflow:hidden}.timeline-swiper .swiper-wrapper{align-items:stretch}.timeline-slide{height:auto;opacity:0;transition:opacity .5s ease}.swiper-slide-active.timeline-slide{opacity:1}.timeline-slide__content{display:grid;gap:4rem;align-items:center;min-height:60vh;padding:2rem 5vw}.timeline-slide--text-only .timeline-slide__content{grid-template-columns:1fr;text-align:center;max-width:800px;margin:0 auto}.timeline-slide--one-image .timeline-slide__content{grid-template-columns:1fr 1fr;gap:6rem}.timeline-slide--one-image.timeline-slide--text-right .timeline-slide__content{direction:rtl}.timeline-slide--one-image.timeline-slide--text-right .timeline-slide__text{direction:ltr}.timeline-slide--two-images .timeline-slide__content{grid-template-columns:1fr 2fr 1fr;gap:4rem}.timeline-slide--two-images .timeline-slide__text{text-align:center}.timeline-slide--two-images .timeline-slide__images{display:contents}.timeline-slide--two-images .timeline-slide__image--1{order:-1}.timeline-slide--two-images .timeline-slide__image--2{order:1}.h1.timeline-slide__year{font-size:clamp(6rem,8vw,8rem);line-height:1;margin:0 0 2rem;font-weight:700;color:rgb(var(--color-foreground));text-align:center}.timeline-slide__title{font-size:clamp(2rem,4vw,3rem);margin:0 0 1rem;color:rgb(var(--color-foreground))}.timeline-slide__description{margin:0 auto;font-size:max(2rem,26px);line-height:1.5;color:var(--custom-dark-blue);text-align:center}.timeline-slide__images{position:relative}.timeline-slide__image{border-radius:1rem;overflow:visible;transition:transform .3s ease;position:relative;box-shadow:8px 8px 0 0 var(--custom-dark-blue);max-width:55rem;max-height:45vh;margin:0 auto}.timeline-slide__image img{border-radius:1rem;width:100%;height:100%;max-height:45vh;object-fit:cover;display:block}.timeline-slide__image--1:before{content:"";background-image:url(burst-2.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:-10%;left:-10%;width:5rem;height:5rem;z-index:10;pointer-events:none}.timeline-slide__image--2:after{content:"";background-image:url(burst-1.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;bottom:-10%;right:-10%;width:5rem;height:5rem;z-index:10;pointer-events:none}.timeline-slide__image--1:hover:before{animation:burst .2s cubic-bezier(.4,0,.2,1) forwards}.timeline-slide__image--2:hover:after{animation:burst .2s cubic-bezier(.4,0,.2,1) forwards}@keyframes burst{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.2) rotate(180deg);opacity:1}to{transform:scale(1) rotate(360deg);opacity:.8}}.timeline-nav-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10;padding-inline:1rem}.timeline-button-prev,.timeline-button-next{width:4.4rem;height:4.4rem;border-radius:50%;background-color:var(--custom-light-blue);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;pointer-events:all;border:none}.timeline-button-prev:hover,.timeline-button-next:hover{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.timeline-button-prev:hover svg,.timeline-button-next:hover svg{color:rgb(var(--color-background))}.timeline-button-prev svg,.timeline-button-next svg{width:1.8rem;height:1.8rem;color:rgb(var(--color-foreground));transition:color .3s ease}.timeline-button-prev svg{transform:rotate(180deg)}@media screen and (max-width: 749px){.timeline-section{padding:3rem 0}.timeline-navigation{gap:2rem;margin-bottom:2rem;flex-wrap:nowrap;padding-block:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin-inline-start:1rem;padding-inline-end:2rem}.timeline-nav-year{font-size:1.4rem;text-wrap-mode:nowrap}.timeline-nav-item{width:auto}.timeline-nav-item:after{display:none}.timeline-progress{margin-block:0;transform:translateY(10px)}.timeline-slide__images{width:100%;max-width:300px;margin:5rem auto}.timeline-slide__image img{height:100%;max-height:35vh;object-fit:cover}.timeline-slide__content{grid-template-columns:1fr!important;gap:1rem;text-align:center}.timeline-slide__content{gap:1rem!important}.timeline-nav-item.active:after{display:block!important;width:15px!important;height:15px!important;top:-35%!important}.timeline-slide--one-image .timeline-slide__content,.timeline-slide--two-images .timeline-slide__content{direction:ltr!important}.timeline-slide--one-image .timeline-slide__text,.timeline-slide--two-images .timeline-slide__text{direction:ltr!important;order:1}.timeline-slide--two-images .timeline-slide__images{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.timeline-slide--two-images .timeline-slide__image--1,.timeline-slide--two-images .timeline-slide__image--2{order:0}.timeline-slide__year{font-size:clamp(3rem,10vw,5rem)}.timeline-slide__title{font-size:clamp(1.8rem,5vw,2.4rem);margin-bottom:1.5rem}.timeline-slide__description{font-size:1.4rem}.timeline-nav-arrows{position:static;transform:none;justify-content:center;gap:2rem;margin-top:3rem}.timeline-button-prev,.timeline-button-next{width:3.6rem;height:3.6rem}.page-width--full{padding:0 1.5rem}.timeline-slide__image{box-shadow:4px 4px 0 0 var(--custom-dark-blue)}}@media screen and (min-width: 750px) and (max-width: 989px){.timeline-slide--one-image .timeline-slide__content{gap:4rem}.timeline-slide--two-images .timeline-slide__content{gap:3rem}}@media (prefers-reduced-motion: no-preference){.timeline-slide__image--1{animation-delay:0s}.timeline-slide__image--2{animation-delay:3s}}.page-width--full{max-width:100%;padding:0 5rem}
/*# sourceMappingURL=/cdn/shop/t/149/assets/timeline-section.css.map */
