:root{--blue-700: #005187;--blue-800: #023151;--orange-500: #ef7723;--red-500: #893030;--red-700: #581f1f;--red-800: #481414;--theme-color: var(--blue-700);--theme-background: var(--white);--green-700: #156938;--grey-50: #f0f0f0;--grey-100: #e0e0e0;--grey-400: #B0ABA5;--grey-600: #5B5C59;--grey-800: #3c3c3b;--white: #ffffff;--black: #000000;--border-color: var(--grey-100);--text-color: var(--black);--text-color-dark: var(--black);--text-color-light: var(--white);--font-base: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-special: "HvDTrial Pluto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading-weight: 300;--bold: 600;--theme-fs-base: 1.6rem;--theme-fs-h1: 5.6rem;--theme-fs-h2: 4.4rem;--theme-fs-h3: 3.3rem;--theme-fs-h4: 2.2rem;--theme-fs-h5: 1.6rem;--theme-fs-small-base: 1.4rem;--theme-fs-small-h1: 3.2rem;--theme-fs-small-h2: 2.8rem;--theme-fs-small-h3: 2.4rem;--theme-fs-small-h4: 1.8rem;--theme-fs-small-h5: 1.4rem;--button-radius: 0.4rem;--container-radius: 0.8rem;--media-radius: 0.4rem;--padding-none: 0rem;--padding-small: 1.2rem;--padding-default: 6.0rem;--padding-large: 8.0rem;--margin-none: 0rem;--margin-small: 0.8rem;--margin-default: 1.6rem;--margin-large: 3.2rem;--degrees: -55deg;--row-maxwidth: var(--max-width-default);--row-margin-inline: 3vw;--grid-gutter: 2rem;--max-width-default: 130rem;--max-width-medium: 108rem;--max-width-text: 91rem}.twz-timeline{--timeline-line-height: 2px;--timeline-item-gap: clamp(2rem, 4vw, 6rem);--timeline-item-minwidth: 35rem;margin:0 auto;container-name:timeline;container-type:inline-size;gap:var(--timeline-item-gap)}.twz-timeline.loading{opacity:.1;pointer-events:none}.twz-timeline__header{display:flex;width:100%;justify-content:space-between;align-items:flex-start}.twz-timeline__wrapper{display:flex;flex-direction:column;width:100%;gap:var(--timeline-item-gap)}.twz-timeline__wrapper .twz-text{flex:0 0 100%}.twz-timeline__progress{background-color:var(--border-color);z-index:0;width:100%;translate:0 var(--timeline-progress-translate-y, 2.5rem)}.twz-timeline__progress .bar{background-color:var(--primary-color, var(--theme-color));height:var(--timeline-line-height);transition:all .1s ease-in-out;width:var(--timeline-progress-width)}.twz-timeline__list{display:flex;align-items:stretch}@media(min-width: 768px){.twz-timeline__list{width:-moz-fit-content;width:fit-content}}@container timeline (max-width: 768px){.twz-timeline__list{flex-direction:column}}.twz-timeline__list-wrap{position:relative;overflow-x:auto;flex:0 0 auto;margin-left:calc((var(--space-to-screen))*-1);margin-right:calc((var(--space-to-screen))*-1);padding-left:var(--space-to-screen);scroll-behavior:smooth;max-width:calc(100% + var(--space-to-screen) + var(--space-to-screen))}.twz-timeline__list-wrap::-webkit-scrollbar,.twz-timeline__list-wrap::-webkit-scrollbar-track{display:none}.twz-timeline__list-wrap>.btn{--btn-bg: var(--white);z-index:2;width:100%}.twz-timeline__item{position:relative;min-width:var(--timeline-item-minwidth);padding-right:var(--timeline-item-padding-right, 4rem);cursor:pointer}@media(max-width: 767px){.twz-timeline__item{min-width:unset;width:100%}}@media(min-width: 768px){.twz-timeline__item:last-child{margin-right:var(--space-to-screen)}}.twz-timeline__item.is-selected .twz-timeline__item-marker{--text-color: var(--white);--timeline-item-marker-border-color: var(--primary-color, var(--theme-color));--timeline-item-marker-background-color: var(--primary-color, var(--theme-color))}.twz-timeline__item.is-selected .title{font-weight:700}.twz-timeline__item:not(.is-selected) .title{opacity:.6}.twz-timeline__item-marker{background-color:var(--timeline-item-marker-background-color, var(--white));display:inline-block;padding:var(--timeline-item-marker-padding-y, 1rem) var(--timeline-item-marker-padding-x, 1.5rem);border:1px solid var(--timeline-item-marker-border-color, var(--border-color))}@media(max-width: 767px){.twz-timeline__item-marker{--timeline-item-marker-padding-y: .5rem;--timeline-item-marker-padding-x: 1rem}}.twz-timeline__item .twz-timeline__item-description{margin-block-start:.4em}.twz-timeline__item-content{margin-top:clamp(1.7rem,4vw,2.5rem)}.twz-timeline__item .title{line-height:1.2}.twz-timeline__images{width:100%;max-width:105rem;margin-inline:auto;gap:clamp(2rem,4vw,6rem);flex:1 1 auto;position:relative}.twz-timeline__image{opacity:0;translate:0 2rem;transition:all .3s ease-out;left:var(--image-offset-left, 0%);aspect-ratio:6/4;position:absolute;top:0;height:100%}.twz-timeline__image.is-active{opacity:1;translate:0 0}.twz-timeline__image img{height:100%;width:100%}.twz-timeline--horizontal{position:sticky;top:var(--nav-height);min-height:90vh}.twz-timeline--horizontal .twz-timeline__wrapper{height:calc(100vh - var(--nav-height) - var(--paddingTop, var(--padding-default)))}.twz-timeline--vertical{--timeline-line-height: 4px}.twz-timeline--vertical .twz-timeline__header{flex-direction:column}.twz-timeline--vertical .twz-timeline__progress{translate:0 0;width:var(--timeline-line-height);height:100%;position:absolute;right:0;top:0;z-index:2}.twz-timeline--vertical .twz-timeline__progress .bar{width:100%;height:var(--timeline-progress-height)}.twz-timeline--vertical .twz-timeline__list{flex-direction:column}.twz-timeline--vertical .twz-timeline__list-wrap{margin-inline:auto;padding:0}.twz-timeline--vertical .twz-timeline__item{width:min(100%,var(--timeline-item-minwidth));padding-right:0;display:flex;gap:1.5rem;flex-direction:row;padding:0 0 3rem 2.5rem;border:1px solid var(--border-color);align-items:flex-start}@container timeline (max-width: 768px){.twz-timeline--vertical .twz-timeline__item{width:100%}}.twz-timeline--vertical .twz-timeline__item:not(:last-child){border-bottom:none}.twz-timeline--vertical .twz-timeline__item-marker{order:2;margin-left:auto}.twz-timeline--vertical .twz-timeline__item-content{padding-top:1rem}@media(max-width: 767px){.twz-timeline--vertical .twz-timeline__images{display:none}}
