.history{background:var(--secondary-color);padding-top:14rem}.history::before{content:"";position:absolute;top:23rem;left:0;right:0;height:.2rem;width:100%;background:#7c7b7f}@media only screen and (max-width:640.98px){.history{padding-top:10rem}.history::before{top:19rem}}.history__inner{position:relative}.history__inner::after,.history__inner::before{content:"";position:absolute;top:-14rem;height:calc(100% + 23.6rem);width:calc((100vw - 144rem)/ 2 + 40rem);z-index:1}.history__inner::before{left:calc((100vw - 144rem)/ 2 * -1);background:linear-gradient(90deg,var(--secondary-color) 0,transparent 100%)}.history__inner::after{right:calc((100vw - 144rem)/ 2 * -1);background:linear-gradient(270deg,var(--secondary-color) 0,transparent 100%)}.history .embla__container{display:grid;grid-auto-flow:column;touch-action:pan-y pinch-zoom;gap:12rem;max-width:84rem;margin-left:30rem}@media only screen and (max-width:1580.98px){.history__inner::after,.history__inner::before{height:calc(100% + 22rem);top:-14rem}.history__inner::before{left:-24rem}.history__inner::after{right:-24rem}.history .embla__container{margin-left:calc((100% - 84rem)/ 2)}}@media only screen and (max-width:1366.98px){.history .embla__container{max-width:64rem;margin-left:calc((100% - 64rem)/ 2);column-gap:8rem}}@media only screen and (max-width:992.98px){.history .embla__container{max-width:48rem;margin-left:calc((100% - 48rem)/ 2)}}@media only screen and (max-width:640.98px){.history .embla__container{max-width:36rem;margin-left:calc((100% - 36rem)/ 2)}}.history__item{max-width:100%;width:84rem;opacity:.2;transition:opacity .5s}@media only screen and (max-width:1366.98px){.history__item{width:64rem}}@media only screen and (max-width:992.98px){.history__item{width:48rem}}@media only screen and (max-width:640.98px){.history__item{width:36rem}}@media only screen and (max-width:480.98px){.history .embla__container{max-width:28rem;margin-left:calc((100% - 28rem)/ 2);column-gap:12rem}.history__item{width:28rem}}.history__item__lead{position:absolute;top:-17.5rem;left:-5.2rem;width:100vw;font-size:18rem;font-weight:800;color:rgba(255,255,255,.05);pointer-events:none;opacity:0;transition:opacity .6s;white-space:nowrap;user-select:none}@media only screen and (max-width:1580.98px){.history__item__lead{font-size:14rem;top:-13rem}}@media only screen and (max-width:1366.98px){.history__item__lead{font-size:12rem;top:-9rem}}@media only screen and (max-width:992.98px){.history__item__lead{font-size:9rem;top:-6rem}}@media only screen and (max-width:640.98px){.history__item__lead{font-size:8rem;top:-5rem;left:0}}@media only screen and (max-width:480.98px){.history__item__lead{font-size:6rem;top:-5rem;left:-2rem}}.history__item--active,.history__item__lead--active{opacity:1}.history__item--active .history__item__content::before{background:url(../../assets/img/history-bullet--active.svg) no-repeat}.history__item--active .history__item__content::after{background-position:0 0}.history__item__header{margin-bottom:6.4rem}.history__item__title{color:var(--lightgray);white-space:nowrap}.history__item__content{padding-top:8rem;position:relative;display:grid;grid-auto-flow:column;grid-template-columns:3.2rem auto;column-gap:2.4rem;justify-content:start;user-select:none}.history__item__content::before{content:"";position:relative;display:grid;top:-9.9rem;left:0;background:url(../../assets/img/history-bullet.svg) 0 0/100% no-repeat;width:2.4rem;height:1.5rem;transition:background .5s .2s}@media only screen and (max-width:1366.98px){.history__item__content::before{top:-9.5rem}}@media only screen and (max-width:640.98px){.history__item__content{padding-top:5rem;column-gap:1.6rem}.history__item__content::before{top:-6.2rem}}.history__item__content::after{content:"";position:absolute;top:-.7rem;left:1.1rem;width:.2rem;height:calc(100% + 1rem);background:linear-gradient(to bottom,var(--theme-color) 0,var(--theme-color) 50%,#7c7b7f 50%,#7c7b7f 100%);background-repeat:no-repeat;background-size:100% 200%;background-position:0 100%;transition:background-position .6s .2s}@media only screen and (max-width:640.98px){.history__item__content::after{top:0}}.history__item__content p{color:#fff}.history__item__content p:has(img){display:grid;grid-auto-flow:column;column-gap:2.4rem;justify-content:start}.history__item__content p:last-child{margin-bottom:0}.history__item__content ol li,.history__item__content ul li{color:#fff}.history__navigation{display:grid;grid-auto-flow:column;justify-content:center;column-gap:3.2rem;margin-top:6rem}.history__navigation__button{width:4rem;height:4rem;background:rgba(88,88,88,.4);backdrop-filter:blur(1rem);border:none;border-radius:50%;cursor:pointer;position:relative;overflow:hidden;transition:opacity .25s}.history__navigation__button[disabled]{opacity:.4;cursor:default}.history__navigation__button::before{position:absolute;top:0;left:0;font:1.9rem/1 var(--icon);color:#fff;width:100%;height:100%;display:grid;place-items:center;z-index:1}.history__navigation__button:not([disabled])::after{content:"";position:absolute;bottom:0;left:0;width:200%;height:200%;background:linear-gradient(45deg,var(--theme-color) 0,var(--theme-color) 50%,transparent 50%,transparent 100%);transition:transform .25s linear;transform:translate(-50%,50%);z-index:0}.history__navigation__button:hover::after{transform:translate(0,0)}.history__navigation__button--prev::before{content:"\f053"}.history__navigation__button--next::before{content:"\f054"}