.history-container{flex-direction:column;gap:15rem;max-width:100svw;padding:12.5rem 10rem 10rem;display:flex;position:relative;overflow-x:clip}.history-container .history-line{position:absolute;top:0;left:0}.history-container .history-segment{background-color:var(--background);opacity:0;flex-direction:column;justify-content:center;gap:2rem;width:60vw;height:auto;padding:5rem 2rem;transition:all .5s ease-in-out;display:flex}.history-container .history-segment .history-segment-description{flex-direction:column;gap:1rem;min-width:60rem;max-width:80rem;display:flex}.history-container .history-segment .history-segment-description p{font-size:2rem}.history-container .history-segment h1{max-width:80rem;color:var(--accent-secondary);font-size:3.6rem;font-weight:600}.history-container.alternating .history-segment:nth-child(2n){align-self:flex-end}.history-container.alternating .history-segment:nth-child(odd){align-items:flex-end}.history-container.alternating .history-segment:nth-child(odd) h1,.history-container.alternating .history-segment:nth-child(odd) .history-segment-description{text-align:right}.history-container.left .history-segment{align-self:flex-end;align-items:flex-end}.history-container.left .history-segment h1,.history-container.left .history-segment .history-segment-description{text-align:right}.history-container.right .history-segment{align-self:flex-start;align-items:flex-start}.history-container.center .history-segment{align-self:center;align-items:center}.history-container.center .history-segment h1,.history-container.center .history-segment .history-segment-description{text-align:center}.history-container svg{pointer-events:none}.history-container path{stroke:var(--outline);fill:none;filter:drop-shadow(0px 0px 10px var(--accent-highlight));stroke-dasharray:0 1}@media screen and (max-width:500px){.history-container{padding-inline:0}}.history-date-headers-container{pointer-events:none;width:100svw;max-width:100svw;position:absolute;top:0;left:0;overflow:hidden}.history-date-headers-container .history-date-header{aspect-ratio:1;opacity:0;background-color:var(--background);place-items:center;width:max-content;transition:all .5s ease-in-out;display:grid;position:absolute;transform:translate(-50%,-50%)}.history-date-headers-container .history-date-header h1{text-align:center;width:max-content;font-size:2rem}@media screen and (max-width:1024px){.history-segment h1,.history-segment .history-segment-description{width:100%;min-width:0!important}}@media screen and (max-width:800px){.history-segment h1,.history-segment p{text-align:start!important}}@media screen and (max-width:500px){.history-segment{padding:2rem 1rem 2rem 0!important}.history-segment h1{font-size:2.5rem!important}.history-segment p{font-size:1.6rem!important}.history-date-header{padding:1rem 2rem;height:5rem!important}.history-date-header h1{font-size:1.6rem!important}}
