:root {
  --red: #fe3218;
  --dark-orange: #ff911a;
  --magenta: #e100f5;
  --blue: #450eff;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-hero {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  display: block;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  background-color: #b859a0;
  top: -25%;
  left: 1%;
}

.circle._2 {
  color: #ccd1ff;
  background-color: #8c69d7;
  inset: -25% -10% auto auto;
}

.circle._3 {
  background-color: #e46b7d;
  inset: auto auto -39% -4%;
}

.circle._4 {
  background-color: #fa6c52;
  inset: auto -10% -25% auto;
}

.circle-2 {
  background-color: #ff911a;
  border-radius: 50%;
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-vetical {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading {
  color: #ececec;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.link-block {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #fff;
  background-color: #fff;
}

.text-block {
  outline-offset: 0px;
  color: #966ea2;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: screen;
  outline: 3px #966ea2;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.gradient-for-text {
  background-image: linear-gradient(to bottom, var(--red) 6%, var(--dark-orange) 40%, var(--magenta) 70%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.html-embed {
  color: #fff;
  background-color: #0000;
  width: 80px;
}

.body {
  color: #e7c3f1;
  background-color: #d69dfc;
}

.container {
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.text-span-2 {
  color: #cb20ff;
}

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

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

.paragraph-large {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 1.6px;
}

.heading-2 {
  font-size: 72px;
  line-height: 1.5px;
}

.heading-3 {
  margin-bottom: 90px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 72px;
  line-height: 1.5px;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  line-height: 1.2px;
}

.heading-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 72px;
  line-height: 1.2px;
}

.heading-6 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 72px;
  line-height: 1.2;
}

.heading-7 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.paragraph {
  color: #fff;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

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

.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 {
  border-color: #fff;
  margin-right: 16px;
}

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

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  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;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

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

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

.text-link.text-light-grey.privacy-policy {
  color: #fff;
}

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

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.text-colour-lightgrey {
  color: #ffffffa6;
  font-family: Open Sans, sans-serif;
}

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

.section-timeline-heading {
  object-fit: fill;
  background-color: #0a0a0a;
  position: static;
}

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

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  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_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;
}

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

.background-layer {
  z-index: 0;
  background-color: #0a0a0a;
  position: absolute;
  inset: 0%;
}

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

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

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

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

.section-footer {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.section-hero-2 {
  position: relative;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
  font-family: Open Sans, sans-serif;
}

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

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

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

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

.timeline_text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

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

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

.text-block-8 {
  font-family: Open Sans, sans-serif;
}

.link-text {
  color: #efbaff;
  font-weight: 800;
  text-decoration: none;
}

.text-block-13, .text-block-14, .rich-text-block, .heading-8, .text-block-15, .text-block-16 {
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .heading {
    font-size: 2rem;
  }

  .text-block {
    font-size: 1rem;
  }

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

@media screen and (max-width: 767px) {
  .circle {
    height: 80vh;
  }

  .paragraph-large {
    object-fit: fill;
    padding-bottom: 0;
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .timeline_progress {
    left: 6px;
  }

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

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

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

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

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    clear: none;
    position: relative;
    overflow: hidden;
  }

  .link-block {
    padding-left: .55rem;
    padding-right: .55rem;
  }

  .text-block {
    text-align: left;
    font-size: 10px;
  }

  .bold-text {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .timeline-hero_heading-wrapper {
    flex: 0 auto;
    position: relative;
  }

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

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

  .heading-3 {
    letter-spacing: -.03px;
    overflow: visible;
  }

  .heading-6 {
    font-size: 41px;
    font-weight: 500;
  }

  .heading-7 {
    font-size: 23px;
    font-weight: 500;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
  }

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

  .button-icon {
    display: none;
  }

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

  .paragraph-large-2, .text-colour-lightgrey {
    font-size: 16px;
  }

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

  .section-timeline-heading {
    overflow: visible;
  }

  .timeline_link {
    font-size: 11px;
    line-height: 1.1;
  }

  .timeline_date-text {
    font-size: 30px;
  }

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

  .timeline_text {
    font-size: 18px;
  }

  .link-icon {
    font-size: 11px;
  }

  .text-block-2 {
    text-align: left;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 12px;
    text-decoration: none;
    display: block;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc5f-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc62-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc1a-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc1d-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc01-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc04-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbe5-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbe8-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbcb-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbce-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8d4f86ea-e813-9120-8dbe-9b6b4a5bde2d-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8d4f86ea-e813-9120-8dbe-9b6b4a5bde30-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbb8-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbbb-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbac-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbaf-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbb1-c2a2ffca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa57392d-df5e-f1b3-cabc-fb72d6d3219e-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aa57392d-df5e-f1b3-cabc-fb72d6d321a1-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aa57392d-df5e-f1b3-cabc-fb72d6d321a3-c2a2ffca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74311861-9265-fa55-5af4-957a5f9c5553-c2a2ffca {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_74311861-9265-fa55-5af4-957a5f9c5556-c2a2ffca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_74311861-9265-fa55-5af4-957a5f9c5558-c2a2ffca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc5f-d81b3ca9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc62-d81b3ca9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc1a-d81b3ca9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc1d-d81b3ca9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc01-d81b3ca9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cc04-d81b3ca9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbe5-d81b3ca9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b61d432-423b-0c9a-25bb-1459d6c9cbe8-d81b3ca9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8d4f86ea-e813-9120-8dbe-9b6b4a5bde2d-d81b3ca9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8d4f86ea-e813-9120-8dbe-9b6b4a5bde30-d81b3ca9 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


