.tp-landingpage .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}.tp-landingpage .w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}.tp-landingpage .w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}.tp-landingpage .container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}.tp-landingpage .section-timeline {
  z-index: 10;
  background-color: #0a0a0a;
  position: relative;
}.tp-landingpage .text-colour-white {
  color: #fff;
}.tp-landingpage .timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  -webkit-text-fill-color: inherit;
  background-color: #a98941;
  background-clip: border-box;
  border: 1px #abb324;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}.tp-landingpage .timeline_quote-text-wrapper {
  flex: 1;
}.tp-landingpage .timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}.tp-landingpage .timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ad8c42);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}.tp-landingpage .text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}.tp-landingpage .margin-bottom-medium {
  margin-bottom: 32px;
}.tp-landingpage .timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}.tp-landingpage .timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}.tp-landingpage .timeline_centre {
  justify-content: center;
  display: flex;
}.tp-landingpage .margin-bottom-xlarge {
  margin-bottom: 56px;
}.tp-landingpage .timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  position: absolute;
}.tp-landingpage .timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}.tp-landingpage .timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}.tp-landingpage .inline-block {
  display: inline-block;
}.tp-landingpage .timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}.tp-landingpage .timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}.tp-landingpage .overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}.tp-landingpage .timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}.tp-landingpage .link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}.tp-landingpage .timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}.tp-landingpage .overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}.tp-landingpage .timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}.tp-landingpage .timeline_link:hover {
  opacity: 1;
}.tp-landingpage .timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  flex-direction: column;
  justify-content: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  position: relative;
  top: 10vh;
}.tp-landingpage .timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}.tp-landingpage .timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}.tp-landingpage .timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}.tp-landingpage {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}.tp-landingpage .section-timeline-cta {
  background-color: #0a0a0a;
}.tp-landingpage .padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}.tp-landingpage .paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}.tp-landingpage .timeline-main_heading-wrapper {
  max-width: none;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}.tp-landingpage .margin-bottom-small {
  margin-bottom: 24px;
}.tp-landingpage .timeline_date-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}.tp-landingpage .margin-bottom-large {
  margin-bottom: 40px;
}.tp-landingpage .button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
  display: flex;
}.tp-landingpage .button-inverted:hover {
  transform: translate(0, -4px);
}.tp-landingpage .text-span,.tp-landingpage .text-span-2 {
  color: #a98941;
  font-family: Edosz, sans-serif;
  font-size: 60px;
}.tp-landingpage .text-span-3,.tp-landingpage .text-span-4,.tp-landingpage .text-span-5 {
  font-family: Edosz, sans-serif;
  font-size: 30px;
}.tp-landingpage .text-span-6,.tp-landingpage .text-span-7 {
  color: #a98941;
  font-family: Edosz, sans-serif;
  font-size: 60px;
}.tp-landingpage .text-span-8,.tp-landingpage .text-span-9,.tp-landingpage .text-span-10,.tp-landingpage .text-span-11,.tp-landingpage .text-span-12 {
  font-family: Edosz, sans-serif;
  font-size: 30px;
}.tp-landingpage .text-span-13 {
  color: #a98941;
  font-family: Edosz, sans-serif;
  font-size: 60px;
}.tp-landingpage .text-span-14 {
  font-family: Edosz, sans-serif;
  font-size: 30px;
}.tp-landingpage .text-span-15,.tp-landingpage .text-span-16 {
  color: #a98941;
  font-family: Edosz, sans-serif;
  font-size: 60px;
}.tp-landingpage .text-span-17,.tp-landingpage .text-span-18 {
  font-family: Edosz, sans-serif;
  font-size: 30px;
}.tp-landingpage .image {
  width: 50%;
  margin-top: -8%;
  margin-bottom: 0%;
}.tp-landingpage .image-2 {
  width: 70%;
}.tp-landingpage .image-3 {
  width: 70%;
  margin-top: -25%;
}.tp-landingpage .image-4 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}.tp-landingpage .image-5 {
  width: 70%;
}.tp-landingpage .image-6 {
  width: 70%;
  margin-top: -28%;
  position: relative;
}.tp-landingpage .image-7 {
  width: 70%;
  position: relative;
}.tp-landingpage .image-8 {
  width: 70%;
  margin-top: -46%;
}.tp-landingpage .image-9 {
  width: 70%;
  margin-top: -25%;
  margin-left: auto;
  margin-right: 6%;
}.tp-landingpage .image-10 {
  width: 70%;
  margin-left: 6%;
}.tp-landingpage .timeline_date-text-3 {
  color: #a98941;
  letter-spacing: -.03em;
  font-family: Edosz, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}.tp-landingpage .button-inverted-2 {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}.tp-landingpage .button-inverted-2:hover {
  transform: translate(0, -4px);
}.tp-landingpage .image-11 {
  z-index: 50;
  position: relative;
}.tp-landingpage .image-12 {
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 767px) {.tp-landingpage .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }.tp-landingpage .timeline_centre {
    justify-content: flex-start;
  }.tp-landingpage .margin-bottom-xlarge {
    margin-bottom: 48px;
  }.tp-landingpage .timeline_progress {
    left: 6px;
  }.tp-landingpage .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }.tp-landingpage .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }.tp-landingpage .timeline_text {
    font-size: 20px;
  }.tp-landingpage .timeline_left {
    text-align: left;
  }.tp-landingpage .timeline_date-text {
    margin-bottom: 24px;
    font-size: 20px;
    top: 0;
  }.tp-landingpage .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }.tp-landingpage .paragraph-large {
    font-size: 18px;
  }.tp-landingpage .margin-bottom-small {
    margin-bottom: 24px;
  }.tp-landingpage .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }.tp-landingpage .button-inverted {
    padding: 14px 24px;
  }.tp-landingpage .timeline_date-text-3 {
    margin-bottom: 24px;
    font-size: 36px;
  }.tp-landingpage .button-inverted-2 {
    padding: 14px 24px;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .margin-bottom-medium {
    margin-bottom: 24px;
  }.tp-landingpage .timeline_item {
    grid-template-columns: 48px 1fr;
  }.tp-landingpage .paragraph-large {
    font-size: 16px;
  }.tp-landingpage .text-span,.tp-landingpage .text-span-2,.tp-landingpage .text-span-6,.tp-landingpage .text-span-7,.tp-landingpage .text-span-13,.tp-landingpage .text-span-15,.tp-landingpage .text-span-16,.tp-landingpage .timeline_date-text-3 {
    font-size: 50px;
  }.tp-landingpage .button-inverted-2 {
    margin-top: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
}.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73c2-19a3987a {
  align-self: auto;
}.tp-landingpage #w-node-_3e3bd8b1-c0a1-1f91-6f6a-bc519557f528-19a3987a {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73cc-19a3987a {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}.tp-landingpage #w-node-_655783c4-d187-cd72-818e-c2a2b42177b0-19a3987a {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-ed4226fc-bdbc-12e3-516e-a0bba3758cba-19a3987a,.tp-landingpage #w-node-accdc482-b7bb-b50f-81c1-05e4954bb1f7-19a3987a {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f740c-19a3987a {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-_49bef6f4-2e92-5588-f896-dfb090290f8c-19a3987a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}.tp-landingpage #w-node-_0cdbb8ac-5d8e-beae-526c-1c73c062a18f-19a3987a {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7432-19a3987a {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}.tp-landingpage #w-node-_28cfc336-f824-5449-9248-c5d6e96f5c36-19a3987a {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7463-19a3987a {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73c2-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73c5-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73c7-19a3987a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73cc-19a3987a {
    grid-area: 1 / 1 / 3 / 3;
    align-self: auto;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73ce-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73d1-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73e1-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73e4-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73fb-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73fe-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7417-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f741a-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7434-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7437-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7452-19a3987a {
    grid-area: 1 / 2 / 2 / 3;
  }.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f7455-19a3987a {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-_137747b1-10be-2c7b-3b93-8b252f7f73cc-19a3987a {
    grid-area: 1 / 1 / 3 / 3;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Edosz';
  src: url('../fonts/edosz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}