.grid{-moz-column-gap:var(--grid--column-gap);column-gap:var(--grid--column-gap);display:grid;grid-template-columns:repeat(var(--grid--columns),minmax(0,1fr));row-gap:var(--grid--row-gap)}.grid--auto-fit{grid-template-columns:repeat(auto-fill,minmax(min(var(--grid--auto--min,15.625rem),100%),1fr))}.flex-grid{-moz-column-gap:var(--grid--column-gap);column-gap:var(--grid--column-gap);display:flex;flex-flow:row wrap;row-gap:var(--grid--row-gap)}.flex-grid>*,.flex-grid>*+*,.flex-grid>:first-child,.flex-grid>:last-child{width:calc(100%/var(--grid--columns) - var(--grid--column-gap) + var(--grid--column-gap)/var(--grid--columns))}.flex-grid--auto>*,.flex-grid--auto>*+*,.flex-grid--auto>:first-child,.flex-grid--auto>:last-child{width:auto}:root{--meta-label--background-color:hsl(var(--color--accent--h),var(--color--accent--s),94%);--meta-label--color:var(--color--accent)}.timeline__inner{position:relative}@media screen and (prefers-reduced-motion:no-preference){.timeline__inner:after{background:transparent linear-gradient(0deg,var(--color--background) 30%,transparent) no-repeat bottom;bottom:0;content:"";display:block;height:6rem;pointer-events:none;position:sticky;width:100%;z-index:1}}@media screen and (prefers-reduced-motion:no-preference) and (min-width:48em){.timeline__inner:after{height:29vh}}.timeline__items{padding-bottom:0;padding-top:var(--space--responsive--l)}.timeline__item{margin:0;position:relative;width:calc(100% - .25rem)}@media (min-width:48em){.timeline__item{margin:0 50% 0 auto;width:44%}}.timeline__item:before{background:var(--color--background);border:.25rem solid var(--color--foreground);border-radius:1.1875rem;content:"";display:block;height:1.1875rem;left:100%;position:absolute;top:0;transform:translate(-50%,-50%);width:1.1875rem;z-index:1}@media (min-width:48em){.timeline__item:nth-child(odd) .timeline__item-inner{padding-left:0}.timeline__item:nth-child(2n){margin:0 auto 0 50%}.timeline__item:nth-child(2n):before{left:0}.timeline__item:nth-child(2n) .timeline__item-thread:after,.timeline__item:nth-child(2n) .timeline__item-thread:before{left:0;right:auto}.timeline__item:nth-child(2n) .timeline__item-thread:after{transform:translateX(-50%)}.timeline__item:nth-child(2n) .timeline__item-inner{padding-left:var(--space--s);padding-right:0}.timeline__item:nth-child(2n) .timeline__item-main{grid-column:1}.timeline__item:nth-child(2n) .timeline__item-image{grid-column:2}}@media screen and (prefers-reduced-motion:no-preference){.timeline__item:not(.timeline__item--in-view):before{transform:translate(-50%,-50%) scale(0);transition:transform .5s .3s}.timeline__item:not(.timeline__item--in-view) .timeline__item-image,.timeline__item:not(.timeline__item--in-view) .timeline__item-main{opacity:0;transition:opacity .5s 0ms}.timeline__item:not(.timeline__item--in-view) .timeline__item-thread:after,.timeline__item:not(.timeline__item--in-view) .timeline__item-thread:before{transition-delay:0s;transition-duration:.4s}.timeline__item:not(.timeline__item--in-view) .timeline__item-thread:before{width:0}.timeline__item:not(.timeline__item--in-view) .timeline__item-thread:after{height:0}.timeline__item--in-view:before{transform:translate(-50%,-50%) scale(1);transition:transform .5s 0s}.timeline__item--in-view .timeline__item-main{opacity:1;transition:opacity .9s ease-out .4s}.timeline__item--in-view .timeline__item-image{opacity:1;transition:opacity 1.1s ease-out .5s}.timeline__item--in-view .timeline__item-thread:before{width:100%}.timeline__item--in-view .timeline__item-thread:after{height:100%}}.timeline__item-thread{height:100%;width:100%}.timeline__item-thread,.timeline__item-thread:after,.timeline__item-thread:before{content:"";position:absolute;right:0;top:0;z-index:0}@media screen and (prefers-reduced-motion:no-preference){.timeline__item-thread:after,.timeline__item-thread:before{transition-timing-function:ease-out}}.timeline__item-thread:before{background:var(--color--foreground);height:.0625rem;width:100%}@media screen and (prefers-reduced-motion:no-preference){.timeline__item-thread:before{transition:width .9s ease-out .25s}}.timeline__item-thread:after{background:var(--color--accent);height:100%;transform:translateX(50%);width:.25rem}@media screen and (prefers-reduced-motion:no-preference){.timeline__item-thread:after{transition:height .9s ease-out .4s}}.timeline__item-inner{padding:var(--space--s) var(--space--s) var(--space--s) 0}.timeline__item-inner>:first-child{margin-top:0}.timeline__item-inner>:last-child{margin-bottom:0}@media (min-width:48em){.timeline__item-inner{padding-bottom:0}}@media (min-width:62em){.timeline__item-inner{display:grid;gap:var(--space--s);grid-template-columns:auto auto}}.timeline__item-image,.timeline__item-main{grid-row:1}.timeline__item-main{grid-column:2}.timeline__item-main>:first-child{margin-top:0}.timeline__item-main>:last-child{margin-bottom:0}.timeline__item-label{color:var(--color--accent);font-family:var(--type--1--font-family);font-size:var(--type--size--2);font-weight:var(--type--1--font-weight--bold);letter-spacing:unset;line-height:.95;line-height:1.25;margin-bottom:0;overflow-wrap:normal;word-break:keep-all}.timeline__item-label a{color:inherit;text-decoration:none}.timeline__item-label+*{margin-top:var(--space--xxs)}.timeline__item-image{grid-column:1;width:11.375rem}@media (max-width:61.99em){.timeline__item-image{margin-bottom:var(--space--xs)}}