@font-face {
  font-family: Scalasans;
  src: url('../fonts/ScalaSans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  background-color: #507861;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  margin: 20px 20px 20px auto;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  background-color: #000;
}

.section-2 {
  background-color: #507861;
}

.section-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button {
  background-color: #600;
  display: inline-block;
  position: absolute;
  inset: auto 5% 10% auto;
}

.div-block {
  position: relative;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e5e6e8;
}

.cell-2 {
  background-color: #afd3cc;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 20px;
}

.cell-3, .cell-4 {
  background-color: #e5e6e8;
}

.cell-5 {
  background-color: #afd3cc;
}

.section-4 {
  background-color: #77787b;
}

.text-block {
  position: relative;
  inset: auto 0% 0%;
}

.cell-6 {
  background-color: #afd3cc;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . . . ."
                 "Area Area-2 Area-3 Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-2 {
  background-color: #507861;
}

.grid-2 {
  object-fit: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.body {
  background-color: #e5e7e8;
  overflow: visible;
}

.div-block-3 {
  background-color: var(--black);
}

.div-block-4 {
  background-color: #507861;
}

.container-2 {
  display: flex;
  position: static;
  inset: 0%;
}

.navbar {
  background-color: #600;
  display: block;
  position: relative;
}

.dropdown {
  clear: none;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle {
  justify-content: flex-end;
  margin: 20px 60px 20px auto;
  padding: 0;
  display: flex;
}

.image {
  margin-left: 0;
}

.dropdown-list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  margin: auto;
  display: flex;
}

.section-7 {
  background-color: #000;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 80px;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  padding-top: 0;
}

.container-3 {
  max-width: 1100px;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-auto-flow: column;
  font-family: Scalasans, sans-serif;
  font-size: 16px;
}

.div-block-12 {
  background-color: #e5e6e8;
}

.div-block-13 {
  background-color: #aa9f54;
}

.div-block-14 {
  background-color: #e5e6e8;
}

.div-block-15 {
  background-color: #aa9f54;
}

.div-block-16 {
  background-color: #e5e6e8;
}

.div-block-17 {
  background-color: #aa9f54;
}

.paragraph {
  color: #fff;
  margin-top: 20px;
}

.paragraph-2, .paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
  margin-top: 20px;
}

.div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
  background-color: #77787b;
  padding-top: 20px;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-color: #e5e6e8;
  background-clip: border-box;
  overflow: visible;
}

.grid-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  font-weight: 700;
  display: grid;
  overflow: visible;
}

.grid-5 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 220px;
  margin-left: 220px;
  margin-right: 220px;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  border-radius: 20px;
}

.text-block-2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/fy25_budsum_button-528.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fffc;
  border-radius: 0 0 20px 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
}

.image-11 {
  vertical-align: bottom;
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-26 {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.div-block-27 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-28 {
  background-image: url('../images/fy25_budsum_button-528.webp');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-29 {
  position: relative;
}

.image-12 {
  object-fit: contain;
  position: absolute;
}

.div-block-30 {
  color: #000;
  text-align: center;
  background-color: #ffffffe6;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-width: 100%;
  position: absolute;
}

.div-block-31 {
  position: static;
}

.image-13 {
  border-radius: 20px;
  position: static;
}

.div-block-32 {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 5px #0003;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: 160px;
  margin-right: 160px;
  font-weight: 700;
}

.grid-8 {
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
}

.text-block-4 {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Scalasans, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-block-5, .text-block-6 {
  height: 50px;
  font-family: Scalasans, sans-serif;
}

.text-block-7 {
  height: 50px;
  font-family: Scalasans, sans-serif;
  font-size: 14px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  height: 50px;
  font-family: Scalasans, sans-serif;
}

.div-block-34 {
  background-color: var(--black);
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-12 {
  color: #fff;
  text-decoration: underline;
}

.grid-11 {
  flex-flow: column;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-14, .image-15 {
  width: 75px;
}

.image-16 {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 75px;
}

.image-17, .image-18 {
  width: 75px;
}

.image-19 {
  object-fit: fill;
  background-image: url('../images/404-image.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: -51px;
  margin-bottom: -1px;
}

.div-block-37 {
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100vh;
}

.body-3 {
  background-color: #e5e7e8;
  overflow: visible;
}

.image-21 {
  background-image: url('../images/404-image.png');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
}

.section-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  max-height: 100px;
  overflow: clip;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 79%;
  display: block;
}

.image-22 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  max-height: 574.1px;
  display: block;
  position: relative;
  overflow: clip;
}

.code-embed {
  background-color: #e5e7e8;
  margin-top: 20px;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
}

.heading-3 {
  position: absolute;
  left: 100px;
}

.heading-4 {
  mix-blend-mode: normal;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #507861;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: inline;
  position: relative;
}

.heading-5 {
  z-index: 1;
  color: #f4f0f0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #50786100;
  background-clip: border-box;
  margin-bottom: 20px;
  margin-left: 100px;
  font-family: Ebgaramond, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.div-block-41 {
  z-index: 0;
  position: relative;
}

.div-block-42 {
  z-index: 100;
  position: relative;
}

.heading-6 {
  z-index: 1;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 100px;
  font-family: Ebgaramond, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-43 {
  z-index: 100;
  position: relative;
}

.heading-7 {
  z-index: 1;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  font-family: Ebgaramond, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-44, .div-block-45 {
  z-index: 0;
  position: relative;
}

.text-block-13 {
  margin: 20px 48px 42px 62px;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.bold-text {
  font-family: Scalasans, sans-serif;
  font-weight: 400;
}

.heading-8 {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-46 {
  z-index: 100;
  position: relative;
}

.div-block-47 {
  z-index: 0;
  position: relative;
}

.code-embed-2 {
  clear: none;
  position: static;
  left: 253px;
}

.div-block-48 {
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.form-block {
  margin-top: 0;
  padding-top: 20px;
}

.div-block-49 {
  background-color: #fff;
  padding-left: 0;
}

.code-embed-3 {
  margin-top: 40px;
  margin-bottom: 0;
}

.body-4 {
  background-color: #e5e7e8;
  overflow: visible;
}

.code-embed-4 {
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  display: none;
}

.code-embed-5, .code-embed-6 {
  display: none;
}

.code-embed-7 {
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: block;
  position: static;
}

.code-embed-8, .code-embed-9, .paragraph-5 {
  display: none;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.div-block-50 {
  z-index: 100;
  position: relative;
}

.div-block-51 {
  z-index: 0;
  position: relative;
}

.heading-9 {
  z-index: 1;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 100px;
  font-family: Ebgaramond, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dropdown-list-4 {
  margin-right: 90px;
  display: block;
}

.div-block-52 {
  width: 100%;
  height: 90px;
  position: relative;
}

.dropdown-link.w--current, .dropdown-link-2.w--current {
  color: #000;
}

.section-11 {
  margin-top: 0;
}

.code-embed-10 {
  margin-top: 40px;
  display: block;
}

.dropdown-4 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-list-6 {
  top: 20px;
  right: 100px;
}

.heading-10 {
  z-index: 1;
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 100px;
  padding-left: 0;
  font-family: Ebgaramond, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-53 {
  z-index: 0;
  position: relative;
}

.div-block-54 {
  z-index: 100;
  position: relative;
}

.body-5 {
  background-color: #e5e7e8;
  overflow: visible;
}

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

.button-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #eba901;
  border-radius: .65rem;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.button-2.is-hamburger {
  display: none;
}

.button-2.is-secondary {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
}

.button-2.is-secondary:hover {
  background-color: #eba901;
}

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

.navbar-dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

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

.navbar-dropdown1_dropdown-list.w--open {
  color: #000;
  background-color: #fdfdfd;
  border: 1px solid #000;
  border-radius: .65rem;
}

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

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

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

.footer-legal {
  display: flex;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  inset: auto 1.25rem 1.25% auto;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: #ec4067e6;
  text-decoration: none;
  transform: scale(1.05);
}

.typo-logo {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 100%;
  display: inline;
}

.navbar_link {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 500;
}

.navbar_link:hover {
  color: #eba901;
  text-decoration: none;
}

.navbar_link.w--current {
  color: #eba901;
}

.navbar_menu-button {
  padding: 0;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

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

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

.link-6 {
  text-decoration: underline;
}

.link-6:hover {
  color: #eba901;
  text-decoration: none;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 1.5rem;
  display: flex;
}

.copywright-link {
  text-decoration: underline;
}

.align-center-2 {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright {
  color: #dadada;
  text-align: center;
  max-width: 48rem;
}

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

.footer_component {
  letter-spacing: -.01em;
  background-color: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  line-height: 1.33337em;
  display: flex;
}

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

.navbar-dropdown_dropdown-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1rem;
  font-weight: 600;
}

.navbar-dropdown_dropdown-toggle:hover {
  color: #eba901;
  border-radius: .65rem;
}

.foooter-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 61.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.timeline_text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% 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;
}

.navbar_logo-link {
  padding-left: 0;
}

.text-color-gold {
  color: #eba901;
}

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

.timeline_image-wrapper.margin-bottom-medium {
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.navbar_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.navbar-dropdown1_dropdown-link {
  padding: .6rem 1rem;
  font-weight: 600;
}

.navbar-dropdown1_dropdown-link:hover {
  background-color: #eba901;
}

.navbar-dropdown1_dropdown-link.w--current {
  color: #0000;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

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

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

.footer-bottom {
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#eba901, #711d2d);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.div-block-55, .div-block-56 {
  position: relative;
}

.code-embed-11 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code-embed-12 {
  margin-top: 20px;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-6 {
  text-align: left;
  margin: 20px 100px;
  font-family: Scalasans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-7 {
  font-weight: 400;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  width: 50px;
}

.image-23 {
  max-width: 50%;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 700px;
  display: block;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: block;
}

.container-7 {
  display: none;
}

.section-12 {
  object-fit: contain;
  position: relative;
  overflow: auto;
}

.image-24 {
  box-sizing: border-box;
}

.code-embed-13 {
  margin-top: 20px;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.section-tabs {
  background-color: #e5e6e8;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 6.5em;
  display: flex;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.section-tabs-2 {
  background-color: #e5e6e8;
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
  display: flex;
}

.code-embed-14 {
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: block;
  position: static;
}

.container-8 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: block;
}

.section-tabs-3 {
  background-color: #e5e6e8;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 6.5em;
  display: flex;
}

.container-9 {
  display: none;
}

.code-embed-18 {
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: block;
  position: static;
}

.container-13 {
  display: none;
}

.code-embed-19 {
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: block;
  position: static;
}

.container-12 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: block;
}

.text-block-14 {
  color: #000;
  margin-top: 20px;
}

.container-14 {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.section-tabs-4 {
  background-color: #e5e6e8;
  min-height: 100vh;
  padding-top: 4em;
  padding-bottom: 6.5em;
  display: flex;
}

.code-embed-20 {
  height: 100vh;
}

.body-6 {
  background-color: #e5e6e8;
}

.code-embed-21 {
  margin-top: 40px;
}

.heading-13 {
  margin-bottom: 20px;
  margin-left: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown {
    margin-right: 100px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-toggle {
    position: static;
  }

  .body {
    background-color: #e5e6e8;
  }

  .div-block-4 {
    background-color: #507861;
  }

  .navbar {
    background-color: #600;
  }

  .dropdown {
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-right: 60px;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 60px;
    display: flex;
  }

  .image {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    display: inline-flex;
  }

  .dropdown-list {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-width: 150px;
    max-width: 150px;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 23px 85px auto auto;
    overflow: hidden;
  }

  .link {
    position: relative;
  }

  .section-7 {
    background-color: #000;
  }

  .image-2 {
    margin-left: 80px;
  }

  .heading {
    color: #fff;
    margin-left: 10px;
  }

  .heading-2 {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
  }

  .container-3 {
    max-width: 1100px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: column;
    padding-top: 0;
  }

  .div-block-12 {
    background-color: #e5e6e8;
  }

  .div-block-13 {
    background-color: #aa9f54;
  }

  .div-block-14 {
    background-color: #e5e6e8;
  }

  .div-block-15 {
    background-color: #aa9f54;
  }

  .div-block-16 {
    background-color: #e5e6e8;
  }

  .div-block-17 {
    background-color: #aa9f54;
  }

  .paragraph {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
  }

  .paragraph-2 {
    color: #fff;
    margin-top: 0;
    margin-left: 10px;
  }

  .paragraph-3 {
    color: #fff;
    margin-left: 10px;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
    background-color: #77787b;
    padding-top: 10px;
  }

  .grid-4 {
    font-weight: 700;
  }

  .div-block-30 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .image-13, .div-block-32 {
    border-radius: 20px;
  }

  .grid-7 {
    font-weight: 700;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .div-block-33 {
    margin-top: 40px;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 32px;
    line-height: 30px;
  }

  .div-block-34 {
    background-color: #000;
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-12 {
    color: #fff;
    text-decoration: underline;
  }

  .grid-11 {
    color: #fff;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18 {
    width: 75px;
  }

  .image-19 {
    object-fit: fill;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .div-block-37 {
    min-width: 100%;
    max-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
  }

  .body-3 {
    background-color: #e5e6e8;
  }

  .heading-5 {
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
  }

  .div-block-42 {
    z-index: 100;
  }

  .heading-6 {
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .heading-7 {
    margin-top: 20px;
    margin-left: 100px;
    font-weight: 400;
  }

  .div-block-46 {
    z-index: 100;
  }

  .code-embed-3 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .body-4 {
    background-color: #e5e7e8;
  }

  .code-embed-4 {
    margin: 40px 100px auto;
    display: none;
  }

  .code-embed-5 {
    display: none;
  }

  .code-embed-6 {
    margin-top: 40px;
    display: block;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-8, .code-embed-9, .paragraph-5 {
    display: none;
  }

  .div-block-50 {
    position: relative;
  }

  .div-block-51 {
    z-index: 0;
    position: relative;
  }

  .heading-9 {
    z-index: 1;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 80px;
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .dropdown-list-4 {
    margin-right: 100px;
  }

  .div-block-52 {
    width: 100%;
    height: 90px;
    position: relative;
    inset: 0;
  }

  .dropdown-link.w--current, .dropdown-link-2.w--current {
    color: #000;
  }

  .section-11 {
    margin-top: 100px;
  }

  .dropdown-4 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-list-6 {
    top: 25px;
    right: 100px;
  }

  .heading-10 {
    z-index: 1;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 90px;
    padding-left: 0;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-53 {
    z-index: 0;
    position: relative;
  }

  .div-block-54 {
    z-index: 100;
    position: relative;
  }

  .timeline_text, .timeline_date-text {
    color: #000;
  }

  .section-timeline {
    background-color: #e5e7e8;
  }

  .div-block-58 {
    height: 700px;
  }

  .code-embed-14, .code-embed-18, .code-embed-19 {
    display: block;
  }

  .text-block-14 {
    margin-top: 20px;
  }

  .container-14 {
    height: 100vh;
  }

  .code-embed-20 {
    width: auto;
    height: 80vh;
  }
}

@media screen and (min-width: 1440px) {
  .nav-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .body {
    background-color: #e5e6e8;
  }

  .div-block-4 {
    object-fit: cover;
    background-color: #507861;
  }

  .navbar {
    background-color: #600;
  }

  .dropdown {
    float: right;
    text-align: left;
    margin-right: 60px;
    position: relative;
  }

  .icon {
    background-image: url('../images/mbp_menubar-230.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .dropdown-toggle {
    text-align: left;
    object-fit: fill;
    justify-content: flex-end;
    margin: 10px;
    padding: 5px;
    display: flex;
  }

  .image {
    margin-left: auto;
    position: static;
  }

  .dropdown-list {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    inset: 0 75px auto auto;
  }

  .link {
    color: #000;
    object-fit: fill;
    text-decoration: none;
  }

  .section-7 {
    background-color: #000;
  }

  .image-2 {
    margin-left: 80px;
  }

  .image-3 {
    width: 100vw;
    max-height: 175px;
  }

  .heading {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
  }

  .heading-2 {
    margin-top: 40px;
    margin-left: 10px;
  }

  .container-3 {
    max-width: 1100px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: column;
  }

  .div-block-12 {
    background-color: #e5e6e8;
  }

  .div-block-13 {
    background-color: #aa9f54;
  }

  .div-block-14 {
    background-color: #e5e6e8;
  }

  .div-block-15 {
    background-color: #aa9f54;
  }

  .div-block-16 {
    background-color: #e5e6e8;
  }

  .div-block-17 {
    background-color: #aa9f54;
  }

  .paragraph {
    color: #fff;
    margin-top: 40px;
    margin-left: 10px;
  }

  .paragraph-2, .paragraph-3 {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 40px;
    margin-left: 10px;
  }

  .div-block-18 {
    color: #fff;
    background-color: #77787b;
  }

  .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
    background-color: #77787b;
  }

  .section-9 {
    background-color: #000;
  }

  .grid-4 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-30 {
    background-color: #ffffffe6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    align-self: auto;
    min-height: 60px;
  }

  .image-13 {
    border-radius: 20px;
  }

  .div-block-32 {
    border-radius: 20px;
    width: 250px;
    height: 250px;
  }

  .grid-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-8 {
    z-index: 0;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    position: relative;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-33 {
    margin-top: 40px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .text-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    display: block;
    position: absolute;
    inset: 10px 0% auto;
  }

  .text-block-6 {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    inset: 10px 0% auto;
  }

  .text-block-7 {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 10px;
  }

  .text-block-8 {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    inset: 10px 0% auto;
  }

  .text-block-9 {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    inset: 10px 0 auto;
  }

  .text-block-10, .text-block-11 {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }

  .div-block-34 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--black);
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .grid-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .grid-10 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-12 {
    color: #fff;
    text-decoration: underline;
  }

  .grid-11 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18 {
    width: 75px;
  }

  .image-19 {
    object-fit: fill;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .div-block-37 {
    min-width: 100%;
    max-width: 100%;
    min-height: 100vh;
    max-height: 100vw;
    overflow: clip;
  }

  .heading-5 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 100px;
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-42 {
    z-index: 100;
  }

  .heading-6 {
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
  }

  .heading-7 {
    margin-top: 20px;
    margin-left: 100px;
    font-weight: 400;
  }

  .div-block-46 {
    z-index: 100;
  }

  .div-block-49 {
    padding-left: 0;
  }

  .body-4 {
    background-color: #e5e7e8;
  }

  .code-embed-4 {
    margin-left: 60px;
    margin-right: 60px;
    display: none;
  }

  .code-embed-5 {
    margin-top: 40px;
    display: block;
  }

  .code-embed-6 {
    display: none;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-8, .code-embed-9, .paragraph-5 {
    display: none;
  }

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

  .div-block-50 {
    position: relative;
  }

  .div-block-51 {
    z-index: 0;
    position: relative;
  }

  .heading-9 {
    z-index: 1;
    color: #fff;
    margin-left: 100px;
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .dropdown-list-4 {
    margin-right: 100px;
    display: block;
    inset: auto;
  }

  .dropdown-list-4.w--open {
    margin-right: 100px;
    inset: 0% 0% 0% auto;
  }

  .div-block-52 {
    width: 100%;
    height: 90px;
    position: relative;
    inset: 0%;
  }

  .section-11 {
    margin-top: 100px;
  }

  .dropdown-4 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-list-6 {
    margin-right: 0;
    top: 20px;
    bottom: auto;
    right: 100px;
  }

  .heading-10 {
    z-index: 1;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 100px;
    padding-left: 0;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-53 {
    z-index: 0;
    position: relative;
  }

  .div-block-54 {
    z-index: 100;
    position: relative;
  }

  .heading-11 {
    z-index: 1;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .heading-12 {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .timeline_text, .timeline_date-text {
    color: #000;
  }

  .section-timeline {
    background-color: #e5e7e8;
  }

  .paragraph-6 {
    text-align: left;
  }

  .div-block-58 {
    height: 700px;
  }

  .code-embed-14, .code-embed-18, .code-embed-19 {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .nav-dropdown {
    z-index: 2;
    color: var(--black);
  }

  .section-3 {
    z-index: 0;
    width: 100vw;
    position: relative;
  }

  .button {
    background-color: #600;
  }

  .div-block {
    width: 100vw;
  }

  .grid-2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .body {
    background-color: #e5e6e8;
    overflow: visible;
  }

  .div-block-3 {
    object-fit: cover;
    background-color: #000;
    height: 75px;
  }

  .div-block-4 {
    object-fit: cover;
    background-color: #507861;
    height: 75px;
  }

  .container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    object-fit: fill;
    max-width: 1200px;
  }

  .section-5 {
    height: 75px;
  }

  .section-6 {
    object-fit: cover;
    height: 75px;
  }

  .navbar {
    z-index: 10000;
    background-color: #600;
  }

  .dropdown-toggle {
    justify-content: flex-end;
  }

  .image {
    margin-left: auto;
  }

  .dropdown-list {
    object-fit: fill;
  }

  .image-3 {
    width: 100vw;
    max-width: none;
    max-height: 225px;
  }

  .div-block-5 {
    align-self: center;
  }

  .div-block-6 {
    flex-flow: column-reverse;
    order: 0;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
    text-align: left;
  }

  .heading {
    text-align: left;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 24px;
  }

  .heading-2 {
    clear: none;
    color: #fff;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
    font-size: 24px;
    position: static;
  }

  .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
    text-align: left;
  }

  .list {
    color: #000;
    background-color: #0000;
  }

  .list-2 {
    background-color: #0000;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .list-3 {
    background-color: #e5e6e8;
  }

  .list-4, .list-5, .list-6 {
    background-color: #0000;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    justify-content: space-around;
    place-items: start center;
    max-width: 1400px;
    padding-top: 0;
    font-family: Scalasans, sans-serif;
    font-size: 16px;
    display: grid;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-12 {
    color: #000;
    background-color: #e5e6e8;
    height: 100%;
  }

  .div-block-13 {
    background-color: #aa9f54;
    height: 100%;
  }

  .div-block-14 {
    background-color: #e5e6e8;
    height: 100%;
  }

  .div-block-15 {
    background-color: #aa9f54;
    height: 100%;
  }

  .div-block-16 {
    background-color: #e5e6e8;
    height: 100%;
  }

  .div-block-17 {
    background-color: #aa9f54;
    height: 100%;
  }

  .paragraph {
    color: #fff;
    margin-top: 80px;
    padding-top: 0;
    padding-left: 10px;
    font-size: 24px;
  }

  .paragraph-2 {
    color: #fff;
    margin-top: 60px;
    padding-top: 0;
    padding-left: 10px;
    font-size: 24px;
  }

  .paragraph-3, .paragraph-4 {
    color: #fff;
    margin-top: 80px;
    padding-left: 10px;
    font-size: 24px;
  }

  .section-8 {
    padding-top: 0;
  }

  .div-block-18 {
    background-color: #77787b;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }

  .div-block-19 {
    color: #fff;
    background-color: #77787b;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }

  .div-block-20 {
    background-color: #77787b;
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }

  .div-block-21, .div-block-22, .div-block-23 {
    background-color: #77787b;
    width: 100%;
    height: 100%;
  }

  .section-9 {
    background-color: #000;
  }

  .link-5 {
    color: #000;
  }

  .grid-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-30 {
    border-radius: 0 0 20px 20px;
  }

  .image-13 {
    border-radius: 20px;
  }

  .div-block-32 {
    width: 300px;
    height: 300px;
  }

  .grid-7 {
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-8 {
    box-sizing: border-box;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    justify-content: center;
    place-items: center;
    margin-top: 60px;
    display: flex;
    position: static;
  }

  .text-block-4 {
    font-size: 32px;
    position: relative;
  }

  .div-block-33 {
    letter-spacing: 0;
    margin-top: 40px;
    margin-left: 240px;
    margin-right: 240px;
    line-height: 30px;
    position: relative;
  }

  .div-block-34 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-35 {
    background-color: var(--black);
  }

  .text-block-12 {
    color: #fff;
    text-align: center;
    padding-bottom: 0;
    font-size: 24px;
    text-decoration: underline;
    display: inline-block;
  }

  .link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
    display: inline-block;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-14, .image-15 {
    width: 50px;
  }

  .image-16 {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 50px;
  }

  .image-17, .image-18 {
    width: 50px;
  }

  .image-19 {
    object-fit: fill;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    overflow: clip;
  }

  .div-block-37 {
    max-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    overflow: clip;
  }

  .dropdown-2 {
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: static;
    inset: auto auto 0% 0%;
  }

  .div-block-38 {
    background-color: #507861;
    height: 100px;
  }

  .dropdown-toggle-2 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .dropdown-list-2 {
    inset: auto 0% 0% auto;
  }

  .dropdown-3 {
    float: right;
    clear: left;
  }

  .dropdown-toggle-3 {
    clear: none;
    margin: 20px 100px 20px 0;
    padding: 0;
  }

  .image-20 {
    width: 75px;
    height: 75px;
  }

  .dropdown-list-3 {
    float: none;
    clear: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 60px;
    position: absolute;
    bottom: auto;
    right: auto;
  }

  .code-embed {
    padding-top: 0;
  }

  .div-block-40 {
    position: relative;
  }

  .heading-5 {
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    inset: 0% auto 0% 0%;
  }

  .div-block-42 {
    z-index: 100;
  }

  .heading-6 {
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
  }

  .heading-7 {
    margin-top: 20px;
    margin-left: 100px;
    font-weight: 400;
  }

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

  .div-block-46 {
    z-index: 100;
  }

  .div-block-48 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-49 {
    margin-top: 40px;
    padding-left: 0;
    position: static;
  }

  .body-4 {
    background-color: #e5e7e8;
  }

  .code-embed-4 {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .code-embed-5, .code-embed-6 {
    display: none;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-8, .code-embed-9, .paragraph-5 {
    display: none;
  }

  .bold-text-2, .bold-text-3 {
    font-weight: 400;
  }

  .div-block-50 {
    position: relative;
  }

  .div-block-51 {
    z-index: 0;
    position: relative;
  }

  .heading-9 {
    z-index: 1;
    color: #fff;
    margin-left: 100px;
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .dropdown-list-4 {
    z-index: auto;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    display: block;
    inset: auto;
  }

  .dropdown-list-4.w--open {
    z-index: auto;
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
    position: absolute;
  }

  .div-block-52 {
    background-color: #0000;
    width: 100%;
    height: 90px;
    position: relative;
    inset: 0%;
  }

  .dropdown-link, .dropdown-link.w--current {
    color: var(--black);
  }

  .dropdown-link-2 {
    color: #111010;
  }

  .dropdown-link-2.w--current {
    color: #000;
  }

  .section-11 {
    margin-top: -5px;
  }

  .code-embed-10 {
    margin-top: 40px;
  }

  .dropdown-link-3, .dropdown-link-3.w--current {
    color: var(--black);
  }

  .dropdown-list-5 {
    width: 275px;
    margin-right: 100px;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .dropdown-4 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-list-6 {
    width: 275px;
    margin-right: 0;
    display: none;
    top: 10px;
    bottom: auto;
    right: 100px;
  }

  .heading-10 {
    z-index: 1;
    color: #fff;
    overflow-wrap: normal;
    margin-bottom: 20px;
    margin-left: 100px;
    padding-left: 0;
    font-family: Ebgaramond, sans-serif;
    font-weight: 400;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-53 {
    z-index: 0;
    position: relative;
  }

  .div-block-54 {
    z-index: 100;
    position: relative;
  }

  .body-5 {
    background-color: #e5e7e8;
  }

  .timeline_item {
    color: #000;
  }

  .timeline_progress {
    background-color: #fff;
  }

  .timeline_text {
    color: #000;
  }

  .overlay-fade-top {
    background-color: #0f0f0f;
  }

  .timeline_date-text {
    color: #000;
  }

  .section-timeline {
    color: #000;
    background-color: #e5e7e8;
  }

  .timeline_progress-bar {
    background-color: #000;
    background-image: linear-gradient(#507861 54%, #fff);
  }

  .div-block-58 {
    width: 100%;
    height: 700px;
  }

  .code-embed-14, .code-embed-18, .code-embed-19 {
    display: block;
  }

  .code-embed-20 {
    height: 60vh;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle {
    justify-content: flex-end;
    margin: 20px 20px 20px auto;
    padding: 0;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .grid-2 {
    text-align: left;
    object-position: 50% 50%;
    flex-flow: row-reverse;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-right: 0;
  }

  .dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-2 {
    margin-left: 40px;
  }

  .heading {
    margin-top: 20px;
    margin-left: 10px;
  }

  .heading-2 {
    margin-left: 10px;
  }

  .container-3 {
    clear: none;
    text-align: left;
    max-width: 675px;
    margin-right: auto;
    font-size: 12px;
  }

  .div-block-11 {
    grid-auto-flow: row;
  }

  .paragraph {
    margin-left: 10px;
  }

  .paragraph-2, .paragraph-3 {
    margin-top: 20px;
    margin-left: 10px;
  }

  .paragraph-4 {
    margin-left: 10px;
  }

  .section-9 {
    background-color: #000;
  }

  .grid-4 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13 {
    width: 150px;
    max-width: none;
  }

  .div-block-32 {
    width: 150px;
    height: 150px;
  }

  .grid-7 {
    place-items: center;
    margin-top: 40px;
    margin-left: 75px;
    margin-right: 75px;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-4 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    height: 70px;
  }

  .image-19 {
    object-fit: cover;
    min-width: 100vw;
    min-height: 100vh;
    overflow: clip;
  }

  .heading-5, .heading-6 {
    margin-left: 60px;
  }

  .div-block-43 {
    z-index: 100;
  }

  .heading-7 {
    margin-left: 60px;
    line-height: 35px;
  }

  .div-block-48 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .code-embed-4 {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .code-embed-5, .code-embed-6 {
    display: none;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-8 {
    margin-top: 40px;
    display: block;
  }

  .heading-9 {
    margin-left: 60px;
    font-size: 32px;
  }

  .dropdown-link.w--current, .dropdown-link-2.w--current {
    color: #000;
  }

  .dropdown-link-3.w--current {
    color: var(--black);
  }

  .dropdown-4 {
    position: absolute;
  }

  .heading-10 {
    margin-left: 20px;
    font-size: 28px;
    line-height: 32px;
    inset: 0% auto 0% 5%;
  }

  .menu-icon2_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-2.is-hamburger {
    display: flex;
  }

  .navbar-dropdown1_component {
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-dropdown1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon2_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-legal {
    flex-direction: column;
  }

  .navbar_link {
    color: #000;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-icon {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_component {
    min-width: 48rem;
    max-width: 61.9375rem;
  }

  .navbar-dropdown_dropdown-toggle {
    color: #000;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .foooter-wrapper {
    width: auto;
  }

  .menu-icon2_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-dropdown1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: #fff;
    height: 45vh;
    padding-bottom: 15rem;
    display: flex;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .container-6 {
    margin-bottom: 100px;
  }

  .code-embed-14 {
    display: block;
  }

  .container-8 {
    margin-bottom: 100px;
  }

  .code-embed-18, .code-embed-19 {
    display: block;
  }

  .container-12 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar {
    z-index: 3;
    background-color: #600;
  }

  .image {
    margin-left: auto;
  }

  .dropdown-list {
    display: block;
    inset: 0% auto 0% 0%;
  }

  .section-7 {
    background-color: #000;
  }

  .image-2 {
    z-index: 1000;
    margin-left: 0;
    position: relative;
  }

  .div-block-11 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .grid-4 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .image-13 {
    width: 120px;
  }

  .div-block-32 {
    width: 100%;
    height: 100px;
  }

  .grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-8 {
    z-index: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: relative;
  }

  .text-block-4 {
    font-size: 18px;
  }

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

  .image-19 {
    object-fit: cover;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  .heading-5 {
    margin-left: 20px;
  }

  .div-block-41 {
    z-index: 0;
  }

  .div-block-42 {
    z-index: 2;
  }

  .heading-6 {
    z-index: 1;
    margin-left: 20px;
  }

  .heading-7 {
    margin: 25px 0 20px 20px;
    font-size: 26px;
    line-height: 35px;
  }

  .code-embed-7 {
    margin-top: 0;
    display: block;
  }

  .code-embed-8 {
    display: none;
  }

  .code-embed-9 {
    margin-top: 40px;
    display: block;
  }

  .heading-9 {
    margin-left: 40px;
    font-size: 24px;
  }

  .dropdown-list-4 {
    inset: 0 0% auto auto;
  }

  .div-block-52 {
    z-index: auto;
  }

  .dropdown-link.w--current, .dropdown-link-2.w--current {
    color: #000;
  }

  .dropdown-list-6 {
    z-index: auto;
    top: 80px;
    right: 40px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 144px;
    font-size: 28px;
    line-height: 38px;
    left: 3%;
  }

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

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

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

  .footer-legal {
    margin-top: 0;
    padding-top: .9375rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

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

  .timeline_left {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    margin-top: .3125rem;
  }

  .footer_component {
    min-width: auto;
    max-width: none;
  }

  .timeline_progress {
    left: 6px;
  }

  .foooter-wrapper {
    width: 100%;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .timeline_text {
    font-size: 20px;
  }

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

  .navbar_component {
    min-height: 4rem;
  }

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

  .footer-bottom {
    flex-direction: column;
    max-width: 47.9375rem;
    padding-top: 0;
    padding-bottom: 1.1875rem;
    display: flex;
  }

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

  .container-6 {
    max-width: 90%;
    height: 100%;
  }

  .code-embed-14 {
    margin-top: 0;
    display: block;
  }

  .container-8 {
    max-width: 90%;
    height: 100%;
  }

  .section-tabs-3 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .code-embed-18, .code-embed-19 {
    margin-top: 0;
    display: block;
  }

  .container-12 {
    max-width: 90%;
    height: 100%;
  }

  .text-block-14 {
    color: #000;
    font-family: Open Sans, sans-serif;
  }

  .section-tabs-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .navbar {
    background-color: #600;
  }

  .dropdown {
    justify-content: flex-end;
  }

  .dropdown-toggle {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    display: block;
  }

  .section-7 {
    background-color: #000;
  }

  .image-2 {
    z-index: 1000;
    position: relative;
  }

  .heading, .heading-2 {
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
  }

  .list {
    margin-bottom: 0;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    font-size: 14px;
    display: flex;
  }

  .div-block-12 {
    background-color: #e6e7e8;
    height: 100%;
  }

  .div-block-13 {
    background-color: #aa9f54;
  }

  .div-block-14 {
    background-color: #e6e7e8;
  }

  .div-block-15 {
    background-color: #aa9f54;
  }

  .div-block-16 {
    background-color: #e6e7e8;
  }

  .div-block-17 {
    background-color: #aa9f54;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 0;
  }

  .div-block-18 {
    background-color: #77787b;
    height: 100%;
  }

  .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
    background-color: #77787b;
  }

  .container-4 {
    background-color: #000;
  }

  .grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    width: 100%;
    height: 75%;
    display: flex;
    position: static;
  }

  .image-13 {
    width: 300px;
  }

  .div-block-32 {
    justify-content: center;
    align-items: flex-end;
    width: 300px;
    min-width: 0%;
    height: 100%;
  }

  .grid-7 {
    flex-flow: column;
    width: 100%;
    height: 75%;
    margin-top: 10px;
    display: flex;
  }

  .grid-8 {
    flex-flow: column;
    margin-left: auto;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    margin-top: 10px;
    font-size: 20px;
  }

  .grid-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-16 {
    border: 1px solid #fff;
    border-radius: 6px;
  }

  .image-19 {
    object-fit: cover;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow: clip;
  }

  .body-3 {
    background-color: #e5e7e8;
  }

  .heading-5 {
    justify-content: center;
    align-items: center;
    margin: 0 100px 0 20px;
    font-size: 26px;
    line-height: 30px;
    display: flex;
  }

  .heading-6 {
    justify-content: center;
    align-items: center;
    margin: 0 100px 0 20px;
    font-size: 24px;
    display: flex;
  }

  .heading-7 {
    letter-spacing: normal;
    column-count: auto;
    overflow-wrap: normal;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin: 0 100px 0 20px;
    font-size: 26px;
    line-height: 30px;
    display: flex;
  }

  .div-block-48 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-49 {
    background-color: #e5e7e8;
    padding-left: 0;
  }

  .code-embed-3 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed-4 {
    display: none;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-9 {
    display: none;
  }

  .paragraph-5 {
    text-align: center;
    margin: 20px 10px 0;
    font-size: 20px;
    display: block;
  }

  .heading-9 {
    justify-content: center;
    align-items: center;
    margin: 0 100px 0 20px;
    line-height: 30px;
    display: flex;
  }

  .dropdown-list-4 {
    margin-top: 90px;
    margin-right: 0;
  }

  .dropdown-link.w--current, .dropdown-link-2.w--current {
    color: #000;
  }

  .dropdown-list-6 {
    top: 80px;
    right: 0;
  }

  .heading-10 {
    justify-content: center;
    align-items: center;
    margin: 0 100px 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    left: 5%;
  }

  .body-5 {
    background-color: #e5e7e8;
  }

  .button-2 {
    display: none;
  }

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

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

  .footer-legal {
    padding-top: .75rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    line-height: 1.25rem;
  }

  .footer_component {
    min-width: 15rem;
    max-width: 29.9375rem;
  }

  .footer-legal-copyright {
    margin-right: 0;
  }

  .paragraph-6 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .link-block-2 {
    border: 2px solid #fff;
    border-radius: 10px;
  }

  .link-block-3 {
    border: 2px solid #000;
    border-radius: 8px;
  }

  .container-6 {
    display: none;
  }

  .container-7 {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
    display: block;
  }

  .tab-content-item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed-14 {
    display: block;
  }

  .container-8 {
    display: none;
  }

  .section-tabs-3 {
    padding-bottom: 0;
  }

  .container-9 {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
    display: block;
  }

  .code-embed-18 {
    display: block;
  }

  .container-13 {
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin-top: 40px;
    margin-bottom: 100px;
    display: block;
  }

  .code-embed-19 {
    height: 600px;
    display: block;
  }

  .container-12, .container-14 {
    display: none;
  }

  .section-tabs-4 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  #w-node-_75993d74-89e6-9f5b-dac3-77ad5c5a4af9-86a372d9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_238e5a72-5b52-47e1-cc4a-bd38bf8e9101-86a372d9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_65a6f877-ed68-5185-d519-540e577de2a5-86a372d9 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_574f3e0f-a643-fa64-e20f-636eebcada27-86a372d9 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-_23cefd06-bb00-2b33-a1ea-07657500f18c-86a372d9 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-_04ffb1de-dfb2-8bcf-08e6-c9f8e01d0a12-86a372d9 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: end;
  }

  #w-node-_96affd97-6468-ffb9-89c0-632e1903f7a5-86a372d9 {
    grid-area: 1 / 6 / 2 / 7;
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_65a6f877-ed68-5185-d519-540e577de2a5-86a372d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_574f3e0f-a643-fa64-e20f-636eebcada27-86a372d9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b094d099-8837-686e-7b1f-74f71e6adc00-86a372d9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_04ffb1de-dfb2-8bcf-08e6-c9f8e01d0a12-86a372d9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_219913c3-1004-e48f-ecef-5c4613b92fdc-86a372d9 {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_238e5a72-5b52-47e1-cc4a-bd38bf8e9101-86a372d9 {
    grid-row-start: 2;
  }

  #w-node-_65a6f877-ed68-5185-d519-540e577de2a5-86a372d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3c069cb8-776a-1417-2b2f-80075a23e1e0-86a372d9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_574f3e0f-a643-fa64-e20f-636eebcada27-86a372d9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_23cefd06-bb00-2b33-a1ea-07657500f18c-86a372d9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_04ffb1de-dfb2-8bcf-08e6-c9f8e01d0a12-86a372d9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_96affd97-6468-ffb9-89c0-632e1903f7a5-86a372d9 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885fca-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885fcd-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_44540e21-b6f0-d2dd-0d95-c8651a61cab5-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_44540e21-b6f0-d2dd-0d95-c8651a61cab8-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885ffa-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885ffd-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885fe0-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885fe3-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885fed-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259885ff0-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7fc014f6-edd8-5e87-2c66-8844ea6e8bf4-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7fc014f6-edd8-5e87-2c66-8844ea6e8bf7-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_898adb0c-4107-ed27-470a-369259886007-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_898adb0c-4107-ed27-470a-36925988600a-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_44371647-94e0-0342-9182-cf596884e5a1-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_44371647-94e0-0342-9182-cf596884e5a4-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ba95ad2b-061b-0119-2acd-b1da916cd3e4-922d2f0c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ba95ad2b-061b-0119-2acd-b1da916cd3e7-922d2f0c {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Scalasans';
  src: url('../fonts/ScalaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos Narrow';
  src: url('../fonts/Aptos-Narrow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}