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

:root {
  --white: white;
  --black: black;
}

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: 60px;
}

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

.background-layer {
  z-index: 0;
  background-image: linear-gradient(#fffc, #fffc), url('../images/Grain-Background.png'), url('../images/Luchtfoto_Noordenveld_Peize.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, 300px 300px, cover;
  position: absolute;
  inset: 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: 30px;
  padding-bottom: 30px;
}

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

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  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: sticky;
  top: 50vh;
}

.timeline_date-text.text-colour-white.small {
  font-size: 16px;
}

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

.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_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

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

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

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

.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_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: #ffffffa6;
}

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

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  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: #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_definition-wrapper {
  background-color: #ffffff0d;
  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 {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 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 {
  text-align: center;
  max-width: 640px;
  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;
}

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

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

.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-link {
  position: relative;
}

.relume-link.w--current {
  color: #161616;
  text-decoration: none;
}

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

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

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

.logo {
  font-size: 48px;
}

.timeline_jaartal {
  color: #9b9b9b;
  font-size: 30px;
  font-weight: 400;
}

.button_boek {
  color: #fff;
  border: 1px solid #fff;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.button_text {
  text-decoration: none;
  display: inline-block;
}

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

.link {
  color: #161616;
}

.link.text-colour-white {
  color: #fff;
  font-size: 16px;
}

.timeline_image {
  width: 100%;
}

.small_text {
  text-align: right;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

@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: 50px;
  }

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

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

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

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

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

  .logo {
    font-size: 24px;
  }

  .image {
    width: 100%;
  }
}

@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-d5abcf1f-3370-3eea-ccfd-66f076babfe1-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d5abcf1f-3370-3eea-ccfd-66f076babfe4-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d5abcf1f-3370-3eea-ccfd-66f076babfe6-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2fd4cf5-7ce4-384b-7d63-7ae27c18d74a-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d2fd4cf5-7ce4-384b-7d63-7ae27c18d750-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d2fd4cf5-7ce4-384b-7d63-7ae27c18d752-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ebbb6ea-98bf-b0dc-3948-50e3d3d10848-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ebbb6ea-98bf-b0dc-3948-50e3d3d1084e-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5ebbb6ea-98bf-b0dc-3948-50e3d3d10850-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59eb9d89-40b2-f5ca-4047-2e1ccdba3949-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_59eb9d89-40b2-f5ca-4047-2e1ccdba394f-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_59eb9d89-40b2-f5ca-4047-2e1ccdba3951-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c47afd79-48d4-8405-d315-3f63a0429061-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c47afd79-48d4-8405-d315-3f63a0429067-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c47afd79-48d4-8405-d315-3f63a0429069-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfd1c70e-000f-5e59-4c19-d669479c488d-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bfd1c70e-000f-5e59-4c19-d669479c4893-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-bfd1c70e-000f-5e59-4c19-d669479c4895-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8522e456-4c1c-d020-3dc9-3f07841263bb-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8522e456-4c1c-d020-3dc9-3f07841263c1-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8522e456-4c1c-d020-3dc9-3f07841263c3-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64340f17-9d22-1ee8-6742-f8822a9a60f5-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_64340f17-9d22-1ee8-6742-f8822a9a60fb-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_64340f17-9d22-1ee8-6742-f8822a9a60fd-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94a992ae-6d37-2105-d622-040e85710768-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_94a992ae-6d37-2105-d622-040e8571076e-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_94a992ae-6d37-2105-d622-040e85710770-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-adfc8973-7487-090b-8d14-6f40a0ee6988-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-adfc8973-7487-090b-8d14-6f40a0ee698e-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-adfc8973-7487-090b-8d14-6f40a0ee6990-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6507420-4de2-5d37-547c-5ebb6d1b8ae5-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c6507420-4de2-5d37-547c-5ebb6d1b8aeb-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c6507420-4de2-5d37-547c-5ebb6d1b8aed-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e6a52c4-e924-e78c-a1b0-aea8301a76a9-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4e6a52c4-e924-e78c-a1b0-aea8301a76af-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4e6a52c4-e924-e78c-a1b0-aea8301a76b1-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d98aaa4f-e72a-03a9-8a70-d21caad192be-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d98aaa4f-e72a-03a9-8a70-d21caad192c4-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d98aaa4f-e72a-03a9-8a70-d21caad192c6-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02833e38-6e5d-5780-5718-e924b0556eb2-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_02833e38-6e5d-5780-5718-e924b0556eb8-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_02833e38-6e5d-5780-5718-e924b0556eba-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3411a34f-1c98-e93b-23ac-efcd1d414434-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3411a34f-1c98-e93b-23ac-efcd1d41443a-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3411a34f-1c98-e93b-23ac-efcd1d41443c-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7bf4844-c3ec-ecc8-6e88-356af4e9a550-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f7bf4844-c3ec-ecc8-6e88-356af4e9a556-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f7bf4844-c3ec-ecc8-6e88-356af4e9a558-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79f24e67-1d09-4ba8-033e-e05d7cc109f0-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79f24e67-1d09-4ba8-033e-e05d7cc109f6-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79f24e67-1d09-4ba8-033e-e05d7cc109f8-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4497e49-6184-7cd5-dabc-2c7812d376e4-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a4497e49-6184-7cd5-dabc-2c7812d376ea-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a4497e49-6184-7cd5-dabc-2c7812d376ec-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3222ada0-b480-aaf8-3dfe-f8d72eb9f028-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3222ada0-b480-aaf8-3dfe-f8d72eb9f02e-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3222ada0-b480-aaf8-3dfe-f8d72eb9f030-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50d2c87f-99a5-3ec0-3f4f-5ee4a22b2d13-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_50d2c87f-99a5-3ec0-3f4f-5ee4a22b2d19-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_50d2c87f-99a5-3ec0-3f4f-5ee4a22b2d1b-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c75c1129-caa6-f340-7562-0f008584bc60-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c75c1129-caa6-f340-7562-0f008584bc66-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c75c1129-caa6-f340-7562-0f008584bc68-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a6cb407-d6c6-02d5-4408-4ed382141eb2-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a6cb407-d6c6-02d5-4408-4ed382141eb8-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7a6cb407-d6c6-02d5-4408-4ed382141eba-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_925057f7-e6bf-d0a4-550b-61fb7ac7a393-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_925057f7-e6bf-d0a4-550b-61fb7ac7a399-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_925057f7-e6bf-d0a4-550b-61fb7ac7a39b-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_540a7107-2480-e168-a938-73ba97fc42ac-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_540a7107-2480-e168-a938-73ba97fc42b2-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_540a7107-2480-e168-a938-73ba97fc42b4-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6efb32c-ebc5-ceb0-49f5-e2a95e21bb4a-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f6efb32c-ebc5-ceb0-49f5-e2a95e21bb50-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f6efb32c-ebc5-ceb0-49f5-e2a95e21bb52-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e5ade4a-6cc6-3be9-c01f-282a32c07441-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8e5ade4a-6cc6-3be9-c01f-282a32c07447-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8e5ade4a-6cc6-3be9-c01f-282a32c07449-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92aa2215-13f3-8924-210f-01c464ddefeb-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_92aa2215-13f3-8924-210f-01c464ddeff1-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_92aa2215-13f3-8924-210f-01c464ddeff3-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29dc284d-da2c-f089-114e-51a3d8f4c063-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_29dc284d-da2c-f089-114e-51a3d8f4c069-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_29dc284d-da2c-f089-114e-51a3d8f4c06b-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cd21f74-ec31-d8bf-cfc9-a616b95b1751-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0cd21f74-ec31-d8bf-cfc9-a616b95b1757-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0cd21f74-ec31-d8bf-cfc9-a616b95b1759-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72eb4ab8-97c2-b15c-316c-ca8cc829fbc3-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72eb4ab8-97c2-b15c-316c-ca8cc829fbc9-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_72eb4ab8-97c2-b15c-316c-ca8cc829fbcb-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbf2bffd-63ba-2219-c6dd-dd86da9619a8-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fbf2bffd-63ba-2219-c6dd-dd86da9619ae-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-fbf2bffd-63ba-2219-c6dd-dd86da9619b0-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aebddd4-3265-10e8-0874-31ff4aca1f87-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5aebddd4-3265-10e8-0874-31ff4aca1f8d-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_5aebddd4-3265-10e8-0874-31ff4aca1f8f-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2691340-d220-990e-2669-61bcc6d172be-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f2691340-d220-990e-2669-61bcc6d172c4-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f2691340-d220-990e-2669-61bcc6d172c6-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_116689fc-41b5-b048-a807-9709e647a9c1-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_116689fc-41b5-b048-a807-9709e647a9c7-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_116689fc-41b5-b048-a807-9709e647a9c9-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3793a4eb-ea94-713e-ecbd-f2f67940bd5e-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3793a4eb-ea94-713e-ecbd-f2f67940bd64-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3793a4eb-ea94-713e-ecbd-f2f67940bd66-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b589acfe-cce7-e8cc-060e-008a0bb57ba2-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b589acfe-cce7-e8cc-060e-008a0bb57ba8-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b589acfe-cce7-e8cc-060e-008a0bb57baa-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e157cac7-0de4-a5da-0df8-eac84842b150-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e157cac7-0de4-a5da-0df8-eac84842b156-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e157cac7-0de4-a5da-0df8-eac84842b158-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317d19ba-2d62-2315-4649-47c39f05aa17-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_317d19ba-2d62-2315-4649-47c39f05aa1d-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_317d19ba-2d62-2315-4649-47c39f05aa1f-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8fe7a7d-0d99-ad33-0e41-19f207c82cb4-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8fe7a7d-0d99-ad33-0e41-19f207c82cba-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a8fe7a7d-0d99-ad33-0e41-19f207c82cbc-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98937138-72bb-8680-33ac-28c4955009f6-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_98937138-72bb-8680-33ac-28c4955009fc-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_98937138-72bb-8680-33ac-28c4955009fe-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edc18635-3763-788e-2d1a-0cdebeb53259-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-edc18635-3763-788e-2d1a-0cdebeb5325f-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-edc18635-3763-788e-2d1a-0cdebeb53261-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d167a66-93ea-3e1c-7e03-7057247d0863-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1d167a66-93ea-3e1c-7e03-7057247d0869-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1d167a66-93ea-3e1c-7e03-7057247d086b-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c5c9443-6687-5a1e-4d4a-ce6ad1b760f9-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8c5c9443-6687-5a1e-4d4a-ce6ad1b760fc-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8c5c9443-6687-5a1e-4d4a-ce6ad1b760fe-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a422dfa-3be4-754c-f16e-f607a07d87b8-497ff0fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4a422dfa-3be4-754c-f16e-f607a07d87bb-497ff0fe {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4a422dfa-3be4-754c-f16e-f607a07d87bd-497ff0fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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