:root{--timeline-circle-width:400px;--timeline-circle-offset:7rem;--timeline-bond-offset:10rem}.timeline-container{max-width:75rem;margin-left:auto;margin-right:auto;overflow:hidden}.timeline-item{max-width:30rem;min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;grid-gap:2rem;gap:2rem;margin:12rem auto 4rem}.timeline-item:first-child{margin-top:8rem}.timeline-item:last-child{margin-bottom:4rem}@media (min-width:475px){.timeline-item{min-height:300px}}@media (min-width:1024px){.timeline-item{max-width:60rem;min-height:300px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:4rem;gap:4rem;margin-top:16rem;margin-bottom:16rem;margin-right:0;left:0}}@media (min-width:1024px){.timeline-item-odd{margin-left:0}}.timeline-item-symbol{position:absolute;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.timeline-item-odd .timeline-item-symbol{-webkit-transform:rotate(135deg);transform:rotate(135deg)}@media (min-width:475px){.timeline-item-symbol{left:2rem}}@media (min-width:1024px){.timeline-item-symbol{left:calc(50% - 7rem);left:calc(50% - var(--timeline-circle-offset))}}.timeline-item-symbol svg{max-width:100%;width:400px;height:400px}.color-scheme-orange .timeline-item-symbol{color:#f06a30}.color-scheme-blue .timeline-item-symbol{color:#bad7f2}.timeline-item-bond{position:absolute;-webkit-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg);left:calc(50% - 1rem);bottom:-7.5rem}.timeline-item-odd .timeline-item-bond{-webkit-transform:scaleX(1);transform:scaleX(1)}@media (min-width:1024px){.timeline-item-bond{left:calc(50% + 2rem);bottom:-9rem}@media (min-width:1024px){.timeline-item-odd .timeline-item-bond{left:calc(50% + 6rem)}}}@media (min-width:1280px){.timeline-item-bond{left:calc(50% - 5rem);left:calc(50% - var(--timeline-bond-offset)/2)}@media (min-width:1280px){.timeline-item-odd .timeline-item-bond{left:calc(50% + 10rem);left:calc(50% + var(--timeline-bond-offset))}}}.timeline-item-bond svg{max-width:100%}.color-scheme-orange .timeline-item-bond{color:#bad7f2}.color-scheme-blue .timeline-item-bond{color:#f06a30}.timeline-item-year{position:relative;text-align:center;-webkit-box-flex:0;-ms-flex:0 1 0px;flex:0 1 0;margin-bottom:0;padding-left:4rem}@media (min-width:1024px){.timeline-item-year{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding-left:0}}.timeline-item-content{max-width:30rem;position:relative;-webkit-box-flex:0;-ms-flex:0 1 0px;flex:0 1 0;padding-left:4rem}@media (min-width:1024px){.timeline-item-content{padding-left:0;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}}.timeline-item-content p{margin-bottom:0}