.timeline-bullets{counter-reset:my-counter}.timeline-bullet{--timeline-bullet-content--width: clamp(100%, 2vw, 400px);--timeline-bullet--background-size: clamp(75%, 2vw, 300px);--timeline-bullet-image--size: 60px;--timeline-bullet-icon--size: 40px;--timeline-bullet-number--size: .75em;--timeline-bullet-number--position: -.8em;--timeline-bullet--position-fix: 5vw;position:relative;display:flex;flex-direction:column;gap:1rem;min-height:var(--timeline-bullet--min-height, 400px);padding-bottom:20px}@media (min-width: 576px){.timeline-bullet{--timeline-bullet-content--width: 500px;--timeline-bullet--background-size: 416px;--timeline-bullet-image--size: 100px;--timeline-bullet-icon--size: 60px;--timeline-bullet-number--size: 1em;--timeline-bullet-number--position: -.2em;--timeline-bullet--position-fix: -5px;display:grid;grid-template:"l content r" auto "bl image br" 1fr / 1fr var(--timeline-bullet-content--width) 1fr}.timeline-bullet:not(.is-bottom){--timeline-bullet-image--width: 100%;--timeline-bullet-image--height: 100%;--timeline-bullet-image--object-fit: cover}.timeline-bullet.is-bottom-left{--timeline-bullet-image--grid-area: bl;--timeline-bullet-image--object-position: right}.timeline-bullet.is-bottom-right{--timeline-bullet-image--grid-area: br;--timeline-bullet-image--object-position: left}.timeline-bullet.is-bottom-full{--timeline-bullet-image--grid-area: bl / bl / bl / br;--timeline-bullet-image--object-fit: contain;--timeline-bullet-image--object-position: center}.timeline-bullet.is-full-left{--timeline-bullet-image--grid-area: l / l / bl;--timeline-bullet-image--object-position: right}.timeline-bullet.is-full-right{--timeline-bullet-image--grid-area: r / r / br;--timeline-bullet-image--object-position: left}}.timeline-bullet::before{position:absolute;top:var(--timeline-bullet-image--size);right:0;bottom:0;left:0;content:"";background-image:var(--timeline-bullet--bg, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='416' height='1812' viewBox='0 0 416 1812'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23a3a3a3' stroke-linecap='square' d='M415 5v1591.664L1 1714.322v98.132'/%3E%3C/svg%3E"));background-repeat:no-repeat;background-position:50% 100%;background-size:var(--timeline-bullet--background-size)}.timeline-bullet:nth-child(odd){--timeline-bullet-content--justify-items: end;--timeline-bullet-content--text-align: right;--timeline-bullet-number--right: var(--timeline-bullet-number--position);--timeline-bullet-content--margin-right: var(--timeline-bullet--position-fix)}.timeline-bullet:nth-child(even){--timeline-bullet-number--left: var(--timeline-bullet-number--position);--timeline-bullet--bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='416' height='1812' viewBox='0 0 416 1812'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23a3a3a3' stroke-linecap='square' d='M1 5v1591.664l414 117.658v98.132'/%3E%3C/svg%3E");--timeline-bullet-content--margin-left: var(--timeline-bullet--position-fix);--timeline-bullet-content--grid-template:
      "icon title" auto
      "icon body" auto
      "icon image" auto
      "icon ." 1fr / auto 1fr}.timeline-bullet:last-child{--timeline-bullet--bg: none}.timeline-bullet-content{position:relative;z-index:1;display:grid;grid-area:content;grid-template:var(--timeline-bullet-content--grid-template, "title icon" auto "body icon" auto "image icon" auto ". icon" 1fr/1fr auto);-moz-column-gap:1rem;column-gap:1rem;justify-items:var(--timeline-bullet-content--justify-items);min-width:0;max-width:var(--timeline-bullet-content--width);margin-right:var(--timeline-bullet-content--margin-right);margin-left:var(--timeline-bullet-content--margin-left);text-align:var(--timeline-bullet-content--text-align)}.timeline-bullet-icon{position:relative;display:flex;grid-area:icon;align-items:center;justify-content:center;width:var(--timeline-bullet-image--size);height:var(--timeline-bullet-image--size);border:1px solid;border-radius:50%;--icon--size: var(--timeline-bullet-icon--size)}.timeline-bullet-icon::before{position:absolute;top:var(--timeline-bullet-number--position);right:var(--timeline-bullet-number--right);left:var(--timeline-bullet-number--left);z-index:1;display:flex;align-items:center;justify-content:center;min-width:2em;min-height:2em;font-size:var(--timeline-bullet-number--size);color:#000;content:counter(my-counter);counter-increment:my-counter;background-color:#ff0031;border-radius:50%}.timeline-bullet-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.timeline-bullet-title{grid-area:title;padding-top:.3em;padding-right:0.5rem;padding-left:0.5rem;margin-bottom:0;margin-bottom:.2em;font-family:"Graphik", sans-serif;font-size:clamp(1rem, 1.5vw, 1.5rem);color:#ff0031}.timeline-bullet-body{grid-area:body;padding-right:0.5rem;padding-left:0.5rem;font-size:clamp(0.875rem, 1.5vw, 1rem)}.timeline-bullet-image{position:relative;z-index:1;display:block;grid-area:var(--timeline-bullet-image--grid-area, image);width:var(--timeline-bullet-image--width);max-width:100%;height:var(--timeline-bullet-image--height);min-height:0;padding-right:var(--timeline-bullet-content--padding-right);padding-left:var(--timeline-bullet-content--padding-left);margin-right:auto;margin-left:auto;-o-object-fit:var(--timeline-bullet-image--object-fit, contain);object-fit:var(--timeline-bullet-image--object-fit, contain);-o-object-position:var(--timeline-bullet-image--object-position);object-position:var(--timeline-bullet-image--object-position)}
