[data-core-section="timeline"] {margin:40px 0px;}
[data-core-section="timeline"] .timeline-grid {display:grid;grid-template-columns: 1.5fr 1fr 1.5fr;overflow:hidden;}
[data-core-section="timeline"] .timeline-grid .time-block {grid-column: 3;grid-row:var(--blockNum);z-index:2;}
[data-core-section="timeline"] .timeline-grid .time-block:nth-child(n + 3) {margin-top:-25%;}
[data-core-section="timeline"] .timeline-grid .time-block:nth-child(odd) {grid-column: 1;}
[data-core-section="timeline"] .timeline-grid .time-block:last-child {margin-bottom:80px !important;}
[data-core-section="timeline"] .time-block .year {font-weight:900;font-size:50px;color:#FFF;}
[data-core-section="timeline"] .time-block .heading {font-size:40px;font-family: 'rockness';-webkit-font-smoothing: antialiased;font-weight:400;color:#FFECBA;}
[data-core-section="timeline"] .time-block .head {display:flex;flex-direction: row;gap:20px;align-items:center;}
[data-core-section="timeline"] .time-block .summary {font-size:25px;font-weight:500;margin-bottom:30px;}

[data-core-section="timeline"] .last-time-block {margin-top:-150px;position:relative;}
[data-core-section="timeline"] .last-time-block::before {content:'';display:block;height:200px;width:200px;position:absolute;top:-210px;background-image: url('../core/PotatoeSack.svg');background-size:contain;background-position: center;background-repeat: no-repeat;}
[data-core-section="timeline"] .last-time-block .head {max-width:50%;padding-left:40px;}
[data-core-section="timeline"] .last-time-block .summary {max-width:50%;padding-left:40px;}
[data-core-section="timeline"] .last-time-block .image {max-width:50%;}
[data-core-section="timeline"] .last-time-block .image:nth-child(2) {margin-left:45%;margin-top:-350px;}
[data-core-section="timeline"] .last-time-block.right-side::before {right:0;}
[data-core-section="timeline"] .last-time-block.right-side .head {margin-left:50%;}
[data-core-section="timeline"] .last-time-block.right-side .summary {margin-left:50%;}
[data-core-section="timeline"] .last-time-block.right-side[data-images="1"] .image {margin-left:50%;padding-left:40px;}

[data-core-section="timeline"] .timeline-grid .time-block[data-images="1"]:nth-child(n + 3) {margin-bottom:-5%;}
[data-core-section="timeline"] .timeline-grid .time-block[data-images="2"]:nth-child(n + 3) {margin-bottom:-25%;}

[data-core-section="timeline"] .timeline-grid .time-block[data-images="2"] .images {position:relative;}
[data-core-section="timeline"] .timeline-grid .time-block[data-images="2"] .images .image:nth-child(1) {width:80%;}
[data-core-section="timeline"] .timeline-grid .time-block[data-images="2"] .images .image:nth-child(2) {width:80%;margin-top:-40px;margin-left:auto;}

[data-core-section="timeline"] .timeline-grid .line-path {grid-column: 2;position:relative;padding:0px 20px;}
[data-core-section="timeline"] .timeline-grid .timeline-path {opacity:0.2;stroke: #FFF;position:absolute;top:0;width:min(calc(100% - 40px), 200px);left:0;right:0;margin:auto;}
[data-core-section="timeline"] .timeline-grid .timeline-path.timeline-coloured-path {stroke:#FFECBA;stroke-dasharray: 0 50000;opacity:1;overflow:visible;}
[data-core-section="timeline"] .timeline-grid .timeline-path.timeline-coloured-path path {opacity: 0.5;}
[data-core-section="timeline"] .timeline-grid .timeline-path.timeline-coloured-path circle {fill:#FFECBA;opacity: 1;}

[data-core-section="timeline"] .timeline-header {display:grid;grid-template-columns: 1fr 680px 1fr;padding:40px 0px;}
[data-core-section="timeline"] .timeline-header .wrapper {grid-column: 2;text-align: center;}
[data-core-section="timeline"] .timeline-header h1 {font-size:60px;line-height:120%;font-weight:400;font-family:'brandon-grotesque';}
[data-core-section="timeline"] .timeline-header .summary {padding:0px 60px;}
[data-core-section="timeline"] .timeline-header .image {width:100%;position:relative;max-width:440px;margin-left:auto;margin-right:auto;}
[data-core-section="timeline"] .timeline-header .image img {display:block;width:100%;position:absolute;top:0;}

@media (max-width:1500px)
{
    [data-core-section="timeline"] .last-time-block .image:nth-child(2) {margin-top:-200px;}
    [data-core-section="timeline"] .time-block .summary {font-size:20px;}
    [data-core-section="timeline"] .timeline-grid {grid-template-columns: 1.5fr 100px 1.5fr;}
    [data-core-section="timeline"] .timeline-grid .line-path {margin-left:-50px;margin-right:-50px;z-index:1;opacity:0.75;}

}

@media (max-width:1200px)
{
    [data-core-section="timeline"] .timeline-grid {grid-template-columns: 3fr 1fr;}
    [data-core-section="timeline"] .timeline-grid .time-block {grid-column: 1;}
    [data-core-section="timeline"] .timeline-grid .line-path {margin-left:0px;margin-right:0px;}
    [data-core-section="timeline"] .timeline-grid .time-block[data-images="2"]:nth-child(n + 3), [data-core-section="timeline"] .timeline-grid .time-block[data-images="1"]:nth-child(n + 3), [data-core-section="timeline"] .timeline-grid .time-block:nth-child(n + 3) {margin-bottom:50px;margin-top:0;}
    [data-core-section="timeline"] .timeline-grid .time-block[data-images="1"] .images .image {width:80%;}
    [data-core-section="timeline"] .timeline-grid .time-block:nth-child(2) {margin-top:40px;margin-bottom:50px;}
    [data-core-section="timeline"] .timeline-header {grid-template-columns: 200px 1fr;}
    [data-core-section="timeline"] .timeline-header .wrapper {max-width:750px;margin:auto;}
    [data-core-section="timeline"] .last-time-block {margin-top:0;}
    [data-core-section="timeline"] .last-time-block::before {top:50px;right:150px;}
    [data-core-section="timeline"] .last-time-block .head {padding-left:0;}
    [data-core-section="timeline"] .last-time-block .summary {padding-left:0;}
    
    [data-core-section="timeline"] .last-time-block.right-side::before {right:150px;top:50px;}
    [data-core-section="timeline"] .last-time-block.right-side .head {margin-left:0;}
    [data-core-section="timeline"] .last-time-block.right-side .summary {margin-left:0;}
    
    [data-core-section="timeline"] .last-time-block.right-side[data-images="1"] .image {margin-left:0;max-width:60%;padding-left:0;}
}

@media (max-width:1050px)
{
    [data-core-section="timeline"] .last-time-block::before {display:none;}
    [data-core-section="timeline"] .last-time-block .summary, [data-core-section="timeline"] .last-time-block .head {max-width:80%;}
}

@media (max-width:850px)
{
    [data-core-section="timeline"] .last-time-block .image {width:80%;}
    [data-core-section="timeline"] .last-time-block .image:nth-child(2) {margin-top:-45px;margin-left:20%;}
    [data-core-section="timeline"] .timeline-grid .time-block:last-child {margin-bottom:20px !important;}
    [data-core-section="timeline"] .last-time-block .image {max-width:unset;}
}

@media (max-width:720px)
{
    [data-core-section="timeline"] .timeline-header h1 {font-size:40px;margin-bottom:10px;}
    [data-core-section="timeline"] .timeline-header {padding:20px 0px 50px 0px;}
}

@media (max-width:560px)
{
    [data-core-section="timeline"] .timeline-grid {grid-template-columns: 1fr;}
    [data-core-section="timeline"] .timeline-grid {position:relative;}
    [data-core-section="timeline"] .timeline-grid .line-path {position:absolute;top:0;width:min(200px, 45%);margin:auto;grid-column: 1;right:0;}
    [data-core-section="timeline"] .time-block .year {font-size:30px;}
    [data-core-section="timeline"] .time-block .heading {font-size:30px;}

    [data-core-section="timeline"] .timeline-header {grid-template-columns: 1fr;}
    [data-core-section="timeline"] .timeline-header .wrapper {grid-column: 1;}
    [data-core-section="timeline"] .timeline-header .image img {position:relative;max-width:200px;margin:auto;}
    
    [data-core-section="timeline"] .last-time-block.right-side[data-images="1"] .image {max-width:100%;}
}

@media (max-width:400px)
{
    [data-core-section="timeline"] .timeline-header h1 {font-size:30px;}
    [data-core-section="timeline"] .timeline-header {padding:0 0 20px 0;}
}