body {
  color: #161616;
  font-family: Relative, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.section-hero {
  position: relative;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.timeline-hero_heading-wrapper {
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.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;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.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;
  margin-top: 10px;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  margin-bottom: 0;
}

.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;
}

.timeline_link:hover {
  opacity: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.inline-block {
  display: inline-block;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.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;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.text-colour-white {
  color: #fff;
}

.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;
}

.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;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.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%;
}

.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%;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-footer {
  position: relative;
}

.footer_text-wrapper {
  max-width: 640px;
  text-align: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.hero-nav {
  width: 90vw;
  max-width: 1360px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-nav_button-wrapper {
  display: flex;
}

.image {
  margin-top: 0;
}

.image-2 {
  white-space: normal;
  transition: opacity .2s;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 24px;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 22px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small, .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0488106f-ce92-9b7b-01c3-8ad75f3f5e36-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0488106f-ce92-9b7b-01c3-8ad75f3f5e39-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1ca5a649-fa82-4964-17d3-03daa94b156b-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1ca5a649-fa82-4964-17d3-03daa94b156e-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b7ae63b-6f00-e542-a023-96ea5c4a96e4-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b7ae63b-6f00-e542-a023-96ea5c4a96e7-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e0f4f25e-22f1-da39-65d5-a453ca30c732-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e0f4f25e-22f1-da39-65d5-a453ca30c735-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f2dfc91f-794f-7e92-1b30-11053d640de5-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f2dfc91f-794f-7e92-1b30-11053d640de8-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ca21cc2f-00d7-84a3-f446-587e32a59c01-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ca21cc2f-00d7-84a3-f446-587e32a59c04-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_15292260-4038-5488-0637-9fc55ec0ca86-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_15292260-4038-5488-0637-9fc55ec0ca89-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_876a9c91-2e05-85cc-db2a-fd1531949d37-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_876a9c91-2e05-85cc-db2a-fd1531949d3a-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_51d0f02b-10e0-62e7-02aa-476ac0d8c99c-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_51d0f02b-10e0-62e7-02aa-476ac0d8c99f-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_43a15b44-f179-6cc2-9c1a-83ace93432ed-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_43a15b44-f179-6cc2-9c1a-83ace93432f0-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_55859afe-167d-e475-9795-c56d8047c639-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55859afe-167d-e475-9795-c56d8047c63c-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d5a38825-7f47-06e0-db63-da4ffeee346b-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d5a38825-7f47-06e0-db63-da4ffeee346e-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_456228a3-7536-8e3e-bb96-d001816fbedc-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_456228a3-7536-8e3e-bb96-d001816fbedf-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bd809cb1-a502-888c-9c55-e01c3e73ed29-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bd809cb1-a502-888c-9c55-e01c3e73ed2c-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a5e9298b-7e4f-c54f-5139-8176566d0f5b-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a5e9298b-7e4f-c54f-5139-8176566d0f5e-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2ac81564-6097-e10c-3201-9359c1e5bb57-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2ac81564-6097-e10c-3201-9359c1e5bb5a-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2ef219c3-543c-5c4e-6bf0-2f77621b1aee-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2ef219c3-543c-5c4e-6bf0-2f77621b1af1-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8b0c492c-2a2a-17f0-e8af-5f475bb26fa3-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8b0c492c-2a2a-17f0-e8af-5f475bb26fa6-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4570b54b-9627-e8a1-8386-58405df11cd3-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4570b54b-9627-e8a1-8386-58405df11cd6-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_72b0ed6b-0732-2489-a5ab-f57433db0c22-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72b0ed6b-0732-2489-a5ab-f57433db0c25-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b5414850-6eb0-4947-ded3-24f34e7c925f-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b5414850-6eb0-4947-ded3-24f34e7c9262-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_88f64d6b-2071-8e57-ed1f-92674e20fde1-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_88f64d6b-2071-8e57-ed1f-92674e20fde4-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7c328b71-44ca-06a6-69bc-5b6e5950b409-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7c328b71-44ca-06a6-69bc-5b6e5950b40c-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_61808c02-395d-6ddb-83af-90cbfc5fba13-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_61808c02-395d-6ddb-83af-90cbfc5fba16-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_25d19d8f-15bc-53d3-7ade-5c3e466cb7bb-b5e672b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_25d19d8f-15bc-53d3-7ade-5c3e466cb7be-b5e672b1 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Relative';
  src: url('../fonts/Relative-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relative';
  src: url('../fonts/Relative-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relative';
  src: url('../fonts/Relative-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}