 

.timeline main { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: inherit; 
    font: inherit; 
    vertical-align: baseline; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: initial; 
    border-right-style: initial; 
    border-bottom-style: initial; 
    border-left-style: initial; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    font-style: inherit; 
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-variant-numeric: inherit; 
    font-variant-east-asian: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    line-height: inherit; 
    font-family: inherit;
} 

.timeline main { 
    display: block;
} 

.timeline main { 
    flex: 1 0 auto; 
    flex-grow: 1; 
    flex-shrink: 0; 
    flex-basis: auto;
} 



:root { 
    --green: #0ad900; 
    --black: #000000; 
    --gray: #f4f4f6; 
    --logo-gray: #989898; 
    --goo: #ffc700; 
    --white: #ffffff; 
    --primary-gradient: linear-gradient(135deg, var(--green), var(--goo)); 
} 

.timeline div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: inherit; 
    font: inherit; 
    vertical-align: baseline; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: initial; 
    border-right-style: initial; 
    border-bottom-style: initial; 
    border-left-style: initial; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    font-style: inherit; 
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-variant-numeric: inherit; 
    font-variant-east-asian: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    line-height: inherit; 
    font-family: inherit;
} 

.timeline div { 
    font-family: "Open Sans", sans-serif;
} 

@media only screen and (min-width: 48em){ 
  .timeline .container { 
   1 width: 46rem;
  } 
}     

@media only screen and (min-width: 62em){ 
  .timeline .container { 
    width: 61rem;
  } 
}     

@media only screen and (min-width: 75em){ 
  .timeline .container { 
    width: 71rem;
  } 
}     

.timeline .container { 
    padding-right: var(--gutter-x,15px); 
    padding-left: var(--gutter-x,15px); 
    margin-right: auto; 
    margin-left: auto;
} 


:-webkit-scrollbar { 
    background: #e9e9eb; 
    width: 5px; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(233, 233, 235);
} 

:-webkit-scrollbar-thumb { 
    border: 0!important; 
    border-radius: 20px; 
    background-image: var(--primary-gradient); 
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px; 
    border-top-width: 0px !important; 
    border-right-width: 0px !important; 
    border-bottom-width: 0px !important; 
    border-left-width: 0px !important; 
    border-top-style: initial !important; 
    border-right-style: initial !important; 
    border-bottom-style: initial !important; 
    border-left-style: initial !important; 
    border-top-color: initial !important; 
    border-right-color: initial !important; 
    border-bottom-color: initial !important; 
    border-left-color: initial !important; 
    border-image-source: initial !important; 
    border-image-slice: initial !important; 
    border-image-width: initial !important; 
    border-image-outset: initial !important; 
    border-image-repeat: initial !important;
} 

 

#cd-timeline[b-j7z0dm996t] { 
    position: relative; 
    padding: 3em 0 4em; 
    padding-top: 3em; 
    padding-right: 0px; 
    padding-bottom: 4em; 
    padding-left: 0px;
} 

#cd-timeline[b-j7z0dm996t]:before { 
    content: ""; 
    position: absolute; 
    top: 0px; 
    left: 25px; 
    height: 100%; 
    width: 2px; 
    background: linear-gradient(to bottom, var(--gray), #c3c3c3);
} 

@media only screen and (min-width: 1170px){ 
  #cd-timeline[b-j7z0dm996t]:before { 
    left: 50%; 
    margin-left: -2px;
  } 
}     

.cd-timeline-block[b-8p1ouafmxz] { 
    position: relative; 
    margin: 2em 0; 
    margin-top: 2em; 
    margin-right: 0px; 
    margin-bottom: 2em; 
    margin-left: 0px;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block[b-8p1ouafmxz] { 
    margin: 4em 0; 
    margin-top: 4em; 
    margin-right: 0px; 
    margin-bottom: 4em; 
    margin-left: 0px;
  } 
}     

.cd-timeline-block:first-child[b-8p1ouafmxz] { 
    margin-top: 0px;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block:first-child[b-8p1ouafmxz] { 
    margin-top: 0px;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block:nth-child(2n + 1)[b-8p1ouafmxz] { 
    transform: rotate(-1deg);
  } 
}     

.cd-timeline-block[b-8p1ouafmxz]:after { 
    content: ""; 
    display: table; 
    clear: both;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block:nth-child(2n)[b-8p1ouafmxz] { 
    transform: rotate(1deg) translateX(-3px);
  } 
}     

.timeline button { 
    border-radius: 0; 
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px;
} 

.timeline button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px;
} 

.timeline button { 
    -webkit-appearance: button; 
    appearance: button;
} 

.timeline button { 
    overflow: visible; 
    overflow-x: visible; 
    overflow-y: visible;
} 

.timeline button { 
    text-transform: none;
} 

.timeline button { 
    font-family: "Open Sans", sans-serif; 
    font-weight: 900;
} 

.show-more[b-n2p8tesvas] { 
    border-radius: 46px; 
    background-color: var(--green); 
    color: var(--white); 
    cursor: pointer; 
    text-decoration: none; 
    text-align: center; 
    font-size: 14px; 
    overflow: hidden; 
    position: relative; 
    outline: none; 
    border: 0 none; 
    box-shadow: 5px 10px 26px -10px var(--green); 
    width: 140px; 
    padding: 18px; 
    margin: 0 auto; 
    display: block; 
    border-top-left-radius: 46px; 
    border-top-right-radius: 46px; 
    border-bottom-right-radius: 46px; 
    border-bottom-left-radius: 46px; 
    text-decoration-line: none; 
    text-decoration-thickness: initial; 
    text-decoration-style: initial; 
    text-decoration-color: initial; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    outline-color: initial; 
    outline-style: none; 
    outline-width: initial; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: none; 
    border-right-style: none; 
    border-bottom-style: none; 
    border-left-style: none; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    padding-top: 18px; 
    padding-right: 18px; 
    padding-bottom: 18px; 
    padding-left: 18px; 
    margin-top: 0px; 
    margin-right: auto; 
    margin-bottom: 0px; 
    margin-left: auto;
} 

.show-more:hover[b-n2p8tesvas],.show-more:active[b-n2p8tesvas] { 
    background-color: rgb(11, 195, 2); 
    box-shadow: rgb(11, 195, 2) 5px 10px 26px -10px;
} 

.cd-timeline-img[b-8p1ouafmxz] { 
    position: absolute; 
    top: 8px; 
    left: 12px; 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    box-shadow: rgb(195, 195, 195) 0px 0px 0px 2px; 
    background: var(--white); 
    border-top-left-radius: 50%; 
    border-top-right-radius: 50%; 
    border-bottom-right-radius: 50%; 
    border-bottom-left-radius: 50%;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-img[b-8p1ouafmxz] { 
    width: 30px; 
    height: 30px; 
    left: 50%; 
    margin-left: -15px; 
    margin-top: 15px;
  } 
}     

.cd-timeline-content[b-8p1ouafmxz] { 
    position: relative; 
    margin-left: 60px; 
    margin-right: 30px; 
    background: var(--white); 
    border-radius: 6px; 
    border: 2px solid var(--gray); 
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px; 
    border-bottom-right-radius: 6px; 
    border-bottom-left-radius: 6px;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content[b-8p1ouafmxz] { 
    margin-left: 10%; 
    width: 36%; 
    margin: 0 10%; 
    display: inline-block; 
    box-shadow: 0px 10px 44px -33px; 
    margin-top: 0px; 
    margin-right: 10%; 
    margin-bottom: 0px;
  } 
}     

.cd-timeline-content[b-8p1ouafmxz]:before { 
    content: ""; 
    position: absolute; 
    top: 16px; 
    right: 100%; 
    height: 0px; 
    width: 0px; 
    border: 12px solid transparent; 
    border-right: 12px solid var(--gray); 
    border-top-width: 12px; 
    border-bottom-width: 12px; 
    border-left-width: 12px; 
    border-top-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-top-color: transparent; 
    border-bottom-color: transparent; 
    border-left-color: transparent; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content[b-8p1ouafmxz]:before { 
    top: 24px; 
    left: 100%; 
    border-color: transparent; 
    border-left-color: var(--gray); 
    border-top-color: transparent; 
    border-right-color: transparent; 
    border-bottom-color: transparent;
  } 
}     

.cd-timeline-content[b-8p1ouafmxz]:after { 
    content: ""; 
    display: table; 
    clear: both;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block:nth-child(2n) .cd-timeline-content[b-8p1ouafmxz]  { 
    float: right;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block:nth-child(2n) .cd-timeline-content[b-8p1ouafmxz]:before  { 
    top: 24px; 
    left: auto; 
    right: 100%; 
    border-color: transparent; 
    border-right-color: var(--gray); 
    border-top-color: transparent; 
    border-bottom-color: transparent; 
    border-left-color: transparent;
  } 
}     

.cd-timeline-img .cd-timeline-img-dot[b-8p1ouafmxz]  { 
    content: ""; 
    height: 22px; 
    width: 22px; 
    border-radius: 100%; 
    position: absolute; 
    background: #c3c3c3; 
    left: 50%; 
    top: 50%; 
    margin-left: calc(-11px); 
    margin-top: calc(-11px); 
    border-top-left-radius: 100%; 
    border-top-right-radius: 100%; 
    border-bottom-right-radius: 100%; 
    border-bottom-left-radius: 100%; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(195, 195, 195);
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-img .cd-timeline-img-dot[b-8p1ouafmxz]  { 
    content: ""; 
    height: 22px; 
    width: 22px; 
    border-radius: 100%; 
    position: absolute; 
    background: #c3c3c3; 
    left: 50%; 
    top: 50%; 
    margin-left: calc(-11px); 
    margin-top: calc(-11px); 
    border-top-left-radius: 100%; 
    border-top-right-radius: 100%; 
    border-bottom-right-radius: 100%; 
    border-bottom-left-radius: 100%; 
    background-image: initial; 
    background-position-x: initial; 
    background-position-y: initial; 
    background-size: initial; 
    background-repeat-x: initial; 
    background-repeat-y: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(195, 195, 195);
  } 
}     

.cd-timeline-block.cd-timeline-block__ending .cd-timeline-img .cd-timeline-img-dot[b-8p1ouafmxz]  { 
    animation: pulse-b-8p1ouafmxz 1s ease-in-out infinite; 
    animation-delay: calc(var(--animation-order) * 250ms); 
    animation-duration: 1s; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
    animation-direction: normal; 
    animation-fill-mode: none; 
    animation-play-state: running; 
    animation-name: pulse-b-8p1ouafmxz;
} 

.u-px-15 { 
    padding-right: 15px; 
    padding-left: 15px;
} 

.timeline .row { 
    box-sizing: border-box; 
    display: flex; 
    -ms-flex: 0 1 auto; 
    -webkit-box-flex: 0; 
    flex: 0 1 auto; 
    -ms-flex-direction: row; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    flex-direction: row; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -1rem; 
    margin-left: -1rem; 
    flex-grow: 0; 
    flex-shrink: 1; 
    flex-basis: auto;
} 

.timeline .col-xs-5 { 
    box-sizing: border-box; 
    -ms-flex: 0 0 auto; 
    -webkit-box-flex: 0; 
    flex: 0 0 auto; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: auto;
} 

.timeline .col-xs-5 { 
    -ms-flex-preferred-size: 41.667%; 
    flex-basis: 41.667%; 
    max-width: 41.667%;
} 

@media only screen and (min-width: 62em){ 
  .timeline .col-md-4 { 
    box-sizing: border-box; 
    -ms-flex: 0 0 auto; 
    -webkit-box-flex: 0; 
    flex: 0 0 auto; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: auto;
  } 
}     

@media only screen and (min-width: 62em){ 
  .timeline .col-md-4 { 
    -ms-flex-preferred-size: 33.333%; 
    flex-basis: 33.333%; 
    max-width: 33.333%;
  } 
}     

@media only screen and (min-width: 75em){ 
  .timeline .col-lg-4 { 
    box-sizing: border-box; 
    -ms-flex: 0 0 auto; 
    -webkit-box-flex: 0; 
    flex: 0 0 auto; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: auto;
  } 
}     

@media only screen and (min-width: 75em){ 
  .timeline .col-lg-4 { 
    -ms-flex-preferred-size: 33.333%; 
    flex-basis: 33.333%; 
    max-width: 33.333%;
  } 
}     

.timeline .u-pr-0 { 
    padding-right: 0px;
} 

.timeline .u-posRelative { 
    position: relative !important;
} 

.timeline .col-xs-7 { 
    box-sizing: border-box; 
    -ms-flex: 0 0 auto; 
    -webkit-box-flex: 0; 
    flex: 0 0 auto; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: auto;
} 

.timeline .col-xs-7 { 
    -ms-flex-preferred-size: 58.333%; 
    flex-basis: 58.333%; 
    max-width: 58.333%;
} 

@media only screen and (min-width: 62em){ 
  .timeline .col-md-8 { 
    box-sizing: border-box; 
    -ms-flex: 0 0 auto; 
    -webkit-box-flex: 0; 
    flex: 0 0 auto; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: auto;
  } 
}     

@media only screen and (min-width: 62em){ 
  .timeline .col-md-8 { 
    -ms-flex-preferred-size: 66.667%; 
    flex-basis: 66.667%; 
    max-width: 66.667%;
  } 
}     

@media only screen and (min-width: 75em){ 
  .timeline .col-lg-8 { 
    box-sizing: border-box; 
    -ms-flex: 0 0 auto; 
    -webkit-box-flex: 0; 
    flex: 0 0 auto; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    flex-grow: 0; 
    flex-shrink: 0; 
    flex-basis: auto;
  } 
}     

@media only screen and (min-width: 75em){ 
  .timeline .col-lg-8 { 
    -ms-flex-preferred-size: 66.667%; 
    flex-basis: 66.667%; 
    max-width: 66.667%;
  } 
}     

.timeline img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: inherit; 
    font: inherit; 
    vertical-align: baseline; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: initial; 
    border-right-style: initial; 
    border-bottom-style: initial; 
    border-left-style: initial; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    font-style: inherit; 
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-variant-numeric: inherit; 
    font-variant-east-asian: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    line-height: inherit; 
    font-family: inherit;
} 

.timeline img { 
    border-style: none; 
    border-top-style: none; 
    border-right-style: none; 
    border-bottom-style: none; 
    border-left-style: none;
} 

.timeline .cd-timeline-image[b-8p1ouafmxz] { 
    margin: 15px 0; 
    width: 100%; 
    min-height: 134px; 
    display: block; 
    position: relative; 
    z-index: 2; 
    margin-top: 15px; 
    margin-right: 0px; 
    margin-bottom: 15px; 
    margin-left: 0px;
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-image__blur[b-8p1ouafmxz] { 
    position: absolute; 
    top: 0px; 
    width: 88%; 
    margin: 15px 0; 
    filter: blur(5px); 
    z-index: 1; 
    margin-top: 15px; 
    margin-right: 0px; 
    margin-bottom: 15px; 
    margin-left: 0px;
  } 
}     

.u-my-15 { 
    margin-top: 15px; 
    margin-bottom: 15px;
} 

.timeline span { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: inherit; 
    font: inherit; 
    vertical-align: baseline; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: initial; 
    border-right-style: initial; 
    border-bottom-style: initial; 
    border-left-style: initial; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    font-style: inherit; 
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-variant-numeric: inherit; 
    font-variant-east-asian: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    line-height: inherit; 
    font-family: inherit;
} 

span { 
    font-family: "Open Sans", sans-serif;
} 

.cd-timeline-content .cd-date[b-8p1ouafmxz]  { 
    color: var(--black); 
    font-size: 0.8125rem;
} 

.cd-timeline-content .cd-date[b-8p1ouafmxz]  { 
    display: inline-block;
} 

@media only screen and (min-width: 768px){ 
  .cd-timeline-content .cd-date[b-8p1ouafmxz]  { 
    font-size: 0.875rem;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content .cd-date[b-8p1ouafmxz]  { 
    position: absolute; 
    width: 100%; 
    max-width: 90px; 
    left: 123%; 
    top: 0px; 
    font-size: 1rem; 
    display: block; 
    padding: 20px 15px; 
    border-radius: 6px; 
    border: 2px solid var(--gray); 
    box-shadow: 0px 10px 22px -21px; 
    padding-top: 20px; 
    padding-right: 15px; 
    padding-bottom: 20px; 
    padding-left: 15px; 
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px; 
    border-bottom-right-radius: 6px; 
    border-bottom-left-radius: 6px;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date[b-8p1ouafmxz]  { 
    left: auto; 
    right: 122%; 
    text-align: right;
  } 
}

.cd-timeline-content h2[b-8p1ouafmxz]  { 
    color: var(--black); 
    margin-top: 0px; 
    margin-bottom: 5px;
} 

@media only screen and (min-width: 768px){ 
  .cd-timeline-content h2[b-8p1ouafmxz]  { 
    font-size: 1.25rem;
  } 
}     


.cd-timeline-content p[b-8p1ouafmxz]  { 
    color: var(--black); 
    font-size: 0.8125rem;
} 

.cd-timeline-content p[b-8p1ouafmxz]  { 
    line-height: 1.6;
} 

@media only screen and (min-width: 768px){ 
  .cd-timeline-content p[b-8p1ouafmxz]  { 
    font-size: 1rem;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content .cd-date > span[b-8p1ouafmxz]  { 
    display: block; 
    text-align: center; 
    font-weight: bold;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content .cd-date > .cd-date-month[b-8p1ouafmxz]  { 
    font-size: 18px;
  } 
}     

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content .cd-date > .cd-date-day[b-8p1ouafmxz]  { 
    font-size: 44px; 
    font-family: "Open Sans Condensed", sans-serif;
  } 
}     

.text-muted { 
    color: var(--logo-gray);
} 

@media only screen and (min-width: 1170px){ 
  .cd-timeline-content .cd-date > .cd-date-year[b-8p1ouafmxz]  { 
    font-size: 18px;
  } 
}     

.cd-date-flag[b-8p1ouafmxz] { 
    position: absolute; 
    background: var(--green); 
    color: white; 
    text-transform: uppercase; 
    font-size: 8px; 
    padding: 4px 9px; 
    left: 0px; 
    top: -9px; 
    border-radius: 64px; 
    margin: 0 5px; 
    text-shadow: rgb(10, 147, 4) 0px 1px 1px; 
    padding-top: 4px; 
    padding-right: 9px; 
    padding-bottom: 4px; 
    padding-left: 9px; 
    border-top-left-radius: 64px; 
    border-top-right-radius: 64px; 
    border-bottom-right-radius: 64px; 
    border-bottom-left-radius: 64px; 
    margin-top: 0px; 
    margin-right: 5px; 
    margin-bottom: 0px; 
    margin-left: 5px;
} 

.timeline  a { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: inherit; 
    font: inherit; 
    vertical-align: baseline; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: initial; 
    border-right-style: initial; 
    border-bottom-style: initial; 
    border-left-style: initial; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    font-style: inherit; 
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-variant-numeric: inherit; 
    font-variant-east-asian: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    line-height: inherit; 
    font-family: inherit;
} 

.timeline a { 
    background-color: transparent; 
    -webkit-text-decoration-skip: objects;
} 

.timeline a { 
    font-family: "Open Sans", sans-serif;
} 

.timeline a { 
    text-decoration: none; 
    color: var(--black); 
    text-decoration-line: none; 
    text-decoration-thickness: initial; 
    text-decoration-style: initial; 
    text-decoration-color: initial;
} 

.timeline a:hover { 
    color: var(--green); 
    cursor: pointer;
} 

.timeline strong { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: inherit; 
    font: inherit; 
    vertical-align: baseline; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px; 
    border-top-style: initial; 
    border-right-style: initial; 
    border-bottom-style: initial; 
    border-left-style: initial; 
    border-top-color: initial; 
    border-right-color: initial; 
    border-bottom-color: initial; 
    border-left-color: initial; 
    border-image-source: initial; 
    border-image-slice: initial; 
    border-image-width: initial; 
    border-image-outset: initial; 
    border-image-repeat: initial; 
    font-style: inherit; 
    font-variant-ligatures: inherit; 
    font-variant-caps: inherit; 
    font-variant-numeric: inherit; 
    font-variant-east-asian: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    line-height: inherit; 
    font-family: inherit;
} 

.timeline strong { 
    font-weight: bolder;
} 

.timeline strong { 
    font-family: "Open Sans", sans-serif;
} 


@keyframes pulse-b-8p1ouafmxz { 
  0%, 100% {  
      background-color: var(--green); 
      background-color: var(--green); 
  }  
  50% {  
      background-color: #c3c3c3; 
      background-color: rgb(195, 195, 195); 
  }  

} 

.timeline {
  box-sizing: inherit;
}

.timeline main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline main {
  display: block;
}

.timeline main {
  flex: 1 0 auto;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}




:root {
  --green: #0ad900;
  --black: #000000;
  --gray: #f4f4f6;
  --logo-gray: #989898;
  --goo: #ffc700;
  --white: #ffffff;
  --primary-gradient: linear-gradient(135deg, var(--green), var(--goo));
}



.timeline div {
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 48em) {
  .timeline .container {
    width: 46rem;
  }
}

@media only screen and (min-width: 62em) {
  .timeline .container {
    width: 61rem;
  }
}

@media only screen and (min-width: 75em) {
  .timeline .container {
    width: 71rem;
  }
}



.timeline,
:after,
:before {
  box-sizing: inherit;
}

:-webkit-scrollbar {
  background: #e9e9eb;
  width: 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(233, 233, 235);
}

:-webkit-scrollbar-thumb {
  border: 0 !important;
  border-radius: 20px;
  background-image: var(--primary-gradient);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-style: initial !important;
  border-right-style: initial !important;
  border-bottom-style: initial !important;
  border-left-style: initial !important;
  border-top-color: initial !important;
  border-right-color: initial !important;
  border-bottom-color: initial !important;
  border-left-color: initial !important;
  border-image-source: initial !important;
  border-image-slice: initial !important;
  border-image-width: initial !important;
  border-image-outset: initial !important;
  border-image-repeat: initial !important;
}

.timeline {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline {
  display: block;
}

#cd-timeline[b-j7z0dm996t] {
  position: relative;
  padding: 3em 0 4em;
  padding-top: 3em;
  padding-right: 0px;
  padding-bottom: 4em;
  padding-left: 0px;
}

#cd-timeline[b-j7z0dm996t]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 25px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, var(--gray), #c3c3c3);
}

@media only screen and (min-width: 1170px) {
  #cd-timeline[b-j7z0dm996t]:before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block[b-8p1ouafmxz] {
  position: relative;
  margin: 2em 0;
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block[b-8p1ouafmxz] {
    margin: 4em 0;
    margin-top: 4em;
    margin-right: 0px;
    margin-bottom: 4em;
    margin-left: 0px;
  }
}

.cd-timeline-block:first-child[b-8p1ouafmxz] {
  margin-top: 0px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:first-child[b-8p1ouafmxz] {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(2n + 1)[b-8p1ouafmxz] {
    transform: rotate(-1deg);
  }
}

.cd-timeline-block[b-8p1ouafmxz]:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(2n)[b-8p1ouafmxz] {
    transform: rotate(1deg) translateX(-3px);
  }
}

.timeline button {
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.timeline button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.timeline button {
  -webkit-appearance: button;
  appearance: button;
}

.timeline button {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}

.timeline button {
  text-transform: none;
}

zbutton {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

.show-more[b-n2p8tesvas] {
  border-radius: 46px;
  background-color: var(--green);
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  outline: none;
  border: 0 none;
  box-shadow: 5px 10px 26px -10px var(--green);
  width: 140px;
  padding: 18px;
  margin: 0 auto;
  display: block;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 46px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  overflow-x: hidden;
  overflow-y: hidden;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.show-more:hover[b-n2p8tesvas],
.show-more:active[b-n2p8tesvas] {
  background-color: rgb(11, 195, 2);
  box-shadow: rgb(11, 195, 2) 5px 10px 26px -10px;
}

.cd-timeline-img[b-8p1ouafmxz] {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: rgb(195, 195, 195) 0px 0px 0px 2px;
  background: var(--white);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img[b-8p1ouafmxz] {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
  }
}

.cd-timeline-content[b-8p1ouafmxz] {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: var(--white);
  border-radius: 6px;
  border: 2px solid var(--gray);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content[b-8p1ouafmxz] {
    margin-left: 10%;
    width: 36%;
    margin: 0 10%;
    display: inline-block;
    box-shadow: 0px 10px 44px -33px;
    margin-top: 0px;
    margin-right: 10%;
    margin-bottom: 0px;
  }
}

.cd-timeline-content[b-8p1ouafmxz]:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0px;
  width: 0px;
  border: 12px solid transparent;
  border-right: 12px solid var(--gray);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content[b-8p1ouafmxz]:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: var(--gray);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
}

.cd-timeline-content[b-8p1ouafmxz]:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(2n) .cd-timeline-content[b-8p1ouafmxz] {
    float: right;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(2n) .cd-timeline-content[b-8p1ouafmxz]:before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: var(--gray);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

.cd-timeline-img .cd-timeline-img-dot[b-8p1ouafmxz] {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 100%;
  position: absolute;
  background: #c3c3c3;
  left: 50%;
  top: 50%;
  margin-left: calc(-11px);
  margin-top: calc(-11px);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(195, 195, 195);
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img .cd-timeline-img-dot[b-8p1ouafmxz] {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 100%;
    position: absolute;
    background: #c3c3c3;
    left: 50%;
    top: 50%;
    margin-left: calc(-11px);
    margin-top: calc(-11px);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(195, 195, 195);
  }
}

.cd-timeline-block.cd-timeline-block__ending
  .cd-timeline-img
  .cd-timeline-img-dot[b-8p1ouafmxz] {
  animation: pulse-b-8p1ouafmxz 1s ease-in-out infinite;
  animation-delay: calc(var(--animation-order) * 250ms);
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: pulse-b-8p1ouafmxz;
}

.timeline .u-px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.timeline .row {
  box-sizing: border-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.timeline  .col-xs-5 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.timeline .col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

@media only screen and (min-width: 62em) {
  .timeline .col-md-4 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 62em) {
  .timeline .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (min-width: 75em) {
  .timeline .col-lg-4 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 75em) {
  .timeline .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}

.timeline .u-pr-0 {
  padding-right: 0px;
}

.timeline .u-posRelative {
  position: relative !important;
}

.timeline .col-xs-7 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.timeline .col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

@media only screen and (min-width: 62em) {
  .timeline .col-md-8 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 62em) {
  .timeline .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}

@media only screen and (min-width: 75em) {
  .timeline .col-lg-8 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 75em) {
  .timeline .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}

.timeline img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline img {
  border-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.cd-timeline-image[b-8p1ouafmxz] {
  margin: 15px 0;
  width: 100%;
  min-height: 134px;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-image__blur[b-8p1ouafmxz] {
    position: absolute;
    top: 0px;
    width: 88%;
    margin: 15px 0;
    filter: blur(25px);
    z-index: 1;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}

.timeline .u-my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.timeline span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline span {
  font-family: "Open Sans", sans-serif;
}

.cd-timeline-content .cd-date[b-8p1ouafmxz] {
  color: var(--black);
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-date[b-8p1ouafmxz] {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content .cd-date[b-8p1ouafmxz] {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content .cd-date[b-8p1ouafmxz] {
    position: absolute;
    width: 100%;
    max-width: 90px;
    left: 123%;
    top: 0px;
    font-size: 1rem;
    display: block;
    padding: 20px 15px;
    border-radius: 6px;
    border: 2px solid var(--gray);
    box-shadow: 0px 10px 22px -21px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:nth-child(2n) .cd-timeline-content .cd-date[b-8p1ouafmxz] {
    left: auto;
    right: 122%;
    text-align: right;
  }
}

.timeline h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline h2 {
  font-family: "Open Sans Condensed", sans-serif;
}

.cd-timeline-content h2[b-8p1ouafmxz] {
  color: var(--black);
  margin-top: 0px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2[b-8p1ouafmxz] {
    font-size: 1.25rem;
  }
}

.timeline p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline p {
  font-family: "Open Sans", sans-serif;
}

.cd-timeline-content p[b-8p1ouafmxz] {
  color: var(--black);
  font-size: 0.8125rem;
}

.cd-timeline-content p[b-8p1ouafmxz] {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content p[b-8p1ouafmxz] {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content .cd-date > span[b-8p1ouafmxz] {
    display: block;
    text-align: center;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content .cd-date > .cd-date-month[b-8p1ouafmxz] {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content .cd-date > .cd-date-day[b-8p1ouafmxz] {
    font-size: 44px;
    font-family: "Open Sans Condensed", sans-serif;
  }
}

.text-muted {
  color: var(--logo-gray);
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content .cd-date > .cd-date-year[b-8p1ouafmxz] {
    font-size: 18px;
  }
}

.cd-date-flag[b-8p1ouafmxz] {
  position: absolute;
  background: var(--green);
  color: white;
  text-transform: uppercase;
  font-size: 8px;
  padding: 4px 9px;
  left: 0px;
  top: -9px;
  border-radius: 64px;
  margin: 0 5px;
  text-shadow: rgb(10, 147, 4) 0px 1px 1px;
  padding-top: 4px;
  padding-right: 9px;
  padding-bottom: 4px;
  padding-left: 9px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.timeline a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.timeline a {
  font-family: "Open Sans", sans-serif;
}

.timeline a {
  text-decoration: none;
  color: var(--black);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.timeline a:hover {
  color: var(--green);
  cursor: pointer;
}

.timeline strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.timeline strong {
  font-weight: bolder;
}

.timeline strong {
  font-family: "Open Sans", sans-serif;
}

@keyframes pulse-b-8p1ouafmxz {
  0%,
  100% {
    background-color: var(--green);
    background-color: var(--green);
  }
  50% {
    background-color: #c3c3c3;
    background-color: rgb(195, 195, 195);
  }
}

@media screen and (min-width: 992px) {
  .cd-date1 {margin-left: 30px !important;}
.cd-date2 {margin-right: 150px !important;}
}
  


.timeline{
  background-color: #000000;
}
.cd-date, .u-my-15c strong, .cd-timeline-content strong, .cd-timeline-content p{
  color: #ffffff !important;}
.cd-date{
  color: #ffffff;
  border: 2px solid #00ff26 !important;
  box-shadow: 0 0 10px #00ff26 !important;
}
.cd-timeline-content{
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #00ff26 !important;
  box-shadow: 0 0 10px #00ff26 !important;
}

@media(max-width:992px){
.cd-timeline-image__blur{display: none;}}