:root {
  --primary: "Bebas Neue", sans-serif;
  --secondary: "Work Sans", sans-serif;
  --red: red;
}

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

h1 {
  font-family: var(--primary);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.25rem;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  font-family: var(--primary);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  font-family: var(--primary);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

.u-txt-size-18 {
  font-size: 1.13rem;
  line-height: 100%;
}

.u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black {
  text-decoration: underline;
  position: absolute;
  bottom: -2.5rem;
}

.u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black.u-pos-absolute {
  bottom: 1.5rem;
  right: -22rem;
}

.u-txt-size-14 {
  font-size: .88rem;
  line-height: 100%;
}

.u-txt-height-1-2 {
  line-height: 120%;
}

.u-hflex-right-stretch {
  flex-flow: wrap;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-txt-size-24 {
  font-size: 1.5rem;
  line-height: 100%;
}

.u-txt-size-30 {
  font-size: 1.88rem;
  line-height: 100%;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.u-txt-height-1-3 {
  line-height: 130%;
}

.u-txt-weight-regular {
  font-weight: 400;
}

.styleguide_card {
  border-style: solid;
  border-width: 1.5px;
  border-top-color: color-mix(in srgb, var(--theme--text) 30%, transparent);
  border-right-color: color-mix(in srgb, var(--theme--text) 30%, transparent);
  border-bottom-color: color-mix(in srgb, var(--theme--text) 30%, transparent);
  border-left-color: color-mix(in srgb, var(--theme--text) 30%, transparent);
  border-radius: 1rem;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-txt-weight-semibold {
  font-weight: 600;
}

.u-hflex-center-bottom {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-pos-fixed {
  position: fixed;
}

.u-pos-absolute {
  position: absolute;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-txt-color-black {
  color: #000;
}

.u-txt-color-black.u-txt-height-1-2.u-w-max-300 {
  max-width: 13.75rem;
}

.u-txt-color-black.u-txt-height-1-2.u-txt-align-center.u-w-max-300 {
  max-width: 15rem;
}

.u-txt-color-black.u-txt-height-1-2.u-txt-align-center.u-w-max-305 {
  max-width: none;
}

.u-txt-color-black.u-txt-height-1-2.u-txt-align-center.u-w-max-300-copy {
  max-width: 15rem;
}

.u-txt-size-11 {
  font-size: .69rem;
  line-height: 100%;
}

.u-txt-align-center {
  text-align: center;
}

.u-hflex-right-bottom {
  flex-flow: wrap;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-txt-color-white {
  color: #fff;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_flex_dot {
  opacity: 1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  width: 100%;
  container-type: inline-size;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-nowrap {
  flex-flow: row;
  display: flex;
}

.u-gap-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.u-hflex-between-stretch {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-txt-size-28 {
  font-size: 1.75rem;
  line-height: 100%;
}

.u-z-index-2 {
  z-index: 2;
  position: relative;
}

.u-hflex-center-top {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.styleguide_type.u-vflex-stretch-top.u-gap-small {
  background-color: #dfdfdf;
  position: relative;
}

.u-txt-height-1-4 {
  line-height: 140%;
}

.u-hflex-right-center {
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-txt-size-40 {
  font-size: 2.5rem;
  line-height: 100%;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-nowrap {
  flex-flow: column;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-txt-height-1-1 {
  line-height: 110%;
}

.u-txt-font-primary {
  font-family: var(--primary);
}

.u-hflex-right-top {
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-gap-none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.styleguide_contain.u-container.u-vflex-stretch-top.u-gap-large {
  padding: 3rem;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-txt-height-1-5 {
  line-height: 150%;
}

.u-gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.u-hflex-between-bottom {
  flex-flow: wrap;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.styleguide_card_visual {
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 3rem;
  min-height: 1.5rem;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-z-index-0 {
  z-index: 0;
  position: relative;
}

.u-hflex-center-center {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-pos-relative {
  position: relative;
}

.u-hflex-left-bottom {
  flex-flow: wrap;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
  display: flex;
}

.u-txt-all-caps {
  text-transform: uppercase;
}

.u-txt-align-right {
  text-align: right;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-txt-font-druk {
  font-weight: 800;
}

.u-txt-size-16 {
  font-size: 1rem;
  line-height: 100%;
}

.u-hflex-left-top {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-gap-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.u-vflex-wrap {
  flex-flow: column wrap;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-txt-height-1 {
  line-height: 100%;
}

.styleguide_card_visual_wrap {
  width: 100%;
  container-type: inline-size;
}

.u-gap-xsmall {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.u-hflex-between-top {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-txt-size-20 {
  font-size: 1.25rem;
  line-height: 100%;
}

.u-txt-size-20.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.alt-mob {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.u-txt-size-20.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-w-max-200 {
  max-width: none;
}

.styleguide_class_item {
  color: #ffb1f2;
  text-align: center;
  background-color: color-mix(in srgb, var(--theme--text) 10%, transparent);
  border-radius: .5rem;
  min-width: 4em;
  padding: .5rem .75rem;
  line-height: 1em;
  display: inline-block;
}

.u-vflex-stretch-top {
  flex-flow: column;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-left-center {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-txt-font-secondary {
  font-family: var(--secondary);
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section_hero {
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.padding-global {
  height: 100%;
  padding: 2rem;
}

.padding-global.padding-time {
  padding-bottom: 12rem;
}

.padding-global.padding-org {
  padding-bottom: 4rem;
}

.hero_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_image_bg {
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero_image_bg.u-pos-absolute {
  margin: 0;
}

.hero_image_logo {
  width: 13.75rem;
}

.hero_bot.u-vflex-left-between {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-bottom: -1.25rem;
}

.hero_bot_text.u-hflex-between-center {
  width: 61.5rem;
}

.hero_bot_text.u-hflex-between-center.g-none-des {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.section_org {
  background-color: #fff;
  width: 100%;
  height: 100dvh;
}

.org_content.u-vflex-left-between {
  height: 100%;
}

.org_heading.u-vflex-left-between {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.org_stakeholders_wrap.u-vflex-left-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 100%;
}

.org_stakeholder.u-vflex-center-center {
  grid-column-gap: 2.38rem;
  grid-row-gap: 2.38rem;
}

.org_insitution_wrap.u-vflex-left-top, .org_institutions.u-hflex-between-center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.org_stakeholders.u-hflex-between-top {
  width: 100%;
  height: auto;
}

.section_problem {
  background-color: #fff;
  width: 100%;
  height: 100dvh;
}

.problem_content.u-vflex-left-between {
  height: 100%;
}

.problem_heading.u-vflex-left-between {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.problem_cards_wrap.u-hflex-between-center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  width: 100%;
}

.problem_card.u-vflex-left-between {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 100%;
  position: relative;
}

.problem_text_wrap.u-hflex-between-center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  position: relative;
}

.u-txt-size-112 {
  font-size: 8.25rem;
  line-height: 100%;
}

.problem_devider {
  background-color: red;
  width: 100%;
  height: .25rem;
}

.section_highlights {
  height: 100dvh;
}

.highlights_content.u-vflex-left-between {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  height: 100%;
}

.highlights_heading.u-vflex-left-between {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.highlights_numbers_wrap {
  height: 100%;
}

.highlights_numbers_wrap.u-hflex-between-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  height: 70%;
}

.highlights_number {
  height: 100%;
}

.u-txt-size-250 {
  font-size: 12.5rem;
  line-height: 100%;
}

.u-txt-size-250.u-txt-font-primary.u-txt-weight-regular.u-txt-color-black.no-wrap {
  text-wrap: nowrap;
  margin-left: -1rem;
}

.snap_wrap {
  height: 100vh;
  overflow: auto;
}

.number_text.u-vflex-left-between {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.highlights_devider {
  background-color: red;
  width: .25rem;
  height: 100%;
}

.number_text_block {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.no-wrap {
  text-wrap: nowrap;
}

.section_guest {
  height: 100dvh;
}

.guest_content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.guest_head.u-vflex-left-between {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.text-span {
  letter-spacing: -1.25rem;
}

.guest_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  display: flex;
}

.guest_grid_item {
  height: 100%;
}

.guest_grid_item.u-vflex-left-between {
  flex: 1;
  width: 100%;
}

.guest_grid_item_text.u-vflex-left-between {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
}

.guest_grid_item_text.u-vflex-left-between.u-w-max-340 {
  max-width: 16.88rem;
}

.time_content {
  height: 100%;
}

.time_head.u-vflex-left-between {
  grid-row-gap: 1.25rem;
}

.org_stakeholder_image {
  height: 10rem;
}

.org_stakeholder_image.is-3 {
  height: 9rem;
}

.org_stakeholder_image.is-6, .org_stakeholder_image.is-7 {
  height: 10rem;
}

.org_stakeholder_image_wrap {
  justify-content: center;
  align-items: flex-start;
  height: 10rem;
  display: flex;
}

.u-txt-size-55 {
  font-size: 3.44rem;
  line-height: 100%;
}

.u-txt-size-55.u-txt-font-primary.u-txt-weight-regular {
  font-size: 3.5rem;
}

.u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-red {
  margin-bottom: -.3rem;
  font-size: 3.5rem;
}

.u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-white {
  font-size: 5rem;
}

.u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.alt {
  margin-bottom: -.3rem;
}

.hero_bot_wrap.u-hflex-between-bottom {
  width: 100%;
}

.button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 6.25rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.is-black {
  background-color: #000;
}

.button.is-black.u-txt-color-white {
  cursor: pointer;
  transition: all .3s;
}

.button.is-black.u-txt-color-white:hover {
  background-color: red;
}

.u-txt-color-red {
  color: var(--red);
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--red);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.problem_card_img {
  background-image: url('../images/pic-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 20rem;
}

.problem_card_img.is-2 {
  background-image: url('../images/pic2-1_1.avif');
}

.problem_card_img.is-3 {
  background-image: url('../images/pic3_1.avif');
}

.problem_bot_wrap {
  width: 100%;
}

.problem_bot_wrap.u-vflex-left-between {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.guest_grid_devider {
  background-color: red;
  flex: none;
  width: .25rem;
  height: 100%;
}

.org_stakeholder_img, .image-5 {
  height: 8.75rem;
}

.footer {
  border-top: .25rem none var(--red);
  background-color: #fff;
  height: 40vh;
  padding-bottom: 0;
}

.footer_content.u-vflex-stretch-between {
  height: 100%;
}

.footer_top_logo.u-hflex-between-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.footer_bot.u-hflex-between-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer_orgs.u-hflex-left-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  height: 63.771px;
}

.footer_org_left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: minmax(auto, 1.25rem) minmax(auto, 1.25rem);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-right: 0;
  display: grid;
}

.footer_orgs_devider {
  background-color: red;
  width: .25rem;
  height: 3.13rem;
  margin-right: 0;
}

.footer_logos.u-hflex-between-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
}

.footer_logo {
  width: 20.13rem;
}

.footer_logo.is-1, .footer_logo.is-2 {
  width: auto;
  height: 4rem;
}

.navbar {
  background-color: #0000;
  width: 100%;
}

.navbar_wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.u-w-max-250 {
  max-width: 18rem;
}

.u-w-max-200 {
  max-width: 12.5rem;
}

.u-w-max-310, .u-w-max-400 {
  max-width: 25rem;
}

.u-w-max-500 {
  max-width: 31.25rem;
}

.u-w-max-320 {
  max-width: 20rem;
}

.u-w-max-220 {
  max-width: 13.75rem;
}

.org_stakeholder_gov.u-vflex-center-center {
  grid-column-gap: 2.38rem;
  grid-row-gap: 2.38rem;
}

.test {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.code-embed {
  display: none;
}

.section_time_new {
  height: 120rem;
}

.cube_wrap_right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-left: 6.25rem;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 18.75rem;
  display: grid;
}

.cube_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 10rem;
}

.cube_wrap.is-4 {
  top: 70rem;
}

.cube_wrap.is-3 {
  top: 50rem;
}

.cube_wrap.is-5 {
  top: 90rem;
}

.cube_wrap.is-2 {
  top: 30rem;
}

.cube_wrap_left {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-right: 6.25rem;
  display: flex;
}

.test_line_indicator {
  background-color: red;
  width: .25rem;
  height: 1.88rem;
  position: absolute;
}

.test_dot {
  background-color: red;
  border: 1px #fff;
  width: 1rem;
  height: 1rem;
  position: absolute;
  box-shadow: 0 0 0 8px #fff;
}

.test_line {
  background-color: #e9dfdf;
  width: .25rem;
  position: absolute;
}

.image-6 {
  width: 10rem;
}

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

  h2 {
    font-size: 4.5rem;
  }

  h3 {
    font-size: 3.45rem;
  }

  .u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black {
    top: 25rem;
    bottom: auto;
    right: 0;
  }

  .u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black.u-pos-absolute {
    top: 0;
    bottom: 0;
    right: -20rem;
  }

  .u-txt-color-black.u-txt-height-1-2.u-txt-align-center.u-w-max-305 {
    max-width: 29rem;
  }

  .styleguide_list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .u-txt-size-28 {
    font-size: 1.5rem;
  }

  .u-txt-size-28.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black {
    flex: none;
  }

  .section_hero {
    height: 100svh;
  }

  .padding-global.padding-time {
    padding-bottom: 0;
  }

  .hero_image_logo.g-none-mob {
    display: none;
  }

  .hero_bot.u-vflex-left-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .hero_bot_text.u-hflex-between-center {
    width: 100%;
  }

  .hero_bot_text.u-hflex-between-center.g-none-des {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .section_org {
    height: auto;
    margin-bottom: 6.25rem;
  }

  .org_content.u-vflex-left-between {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .org_heading.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .org_stakeholder.u-vflex-center-center {
    flex: none;
    min-width: 15.63rem;
    max-width: 15.63rem;
  }

  .org_institutions.u-hflex-between-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
  }

  .org_stakeholders.u-hflex-between-top {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: flex-start center;
    width: auto;
  }

  .section_problem {
    height: auto;
    margin-bottom: 6.25rem;
  }

  .problem_content.u-vflex-left-between {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .problem_heading.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .problem_cards_wrap.u-hflex-between-center {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .problem_card.u-vflex-left-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .problem_text_wrap.u-hflex-between-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .u-txt-size-112 {
    font-size: 6.88rem;
  }

  .u-txt-size-112.u-txt-font-primary.u-txt-color-black {
    flex: none;
  }

  .section_highlights {
    height: auto;
    margin-bottom: 6.25rem;
  }

  .highlights_content.u-vflex-left-between {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .highlights_heading.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .highlights_numbers_wrap.u-hflex-between-top {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .highlights_number.u-vflex-left-between, .highlights_number.u-vflex-left-between.is-1 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    width: 100%;
  }

  .snap_wrap {
    overflow: visible;
  }

  .number_text.u-vflex-left-between {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 43.75rem;
  }

  .highlights_devider {
    flex: none;
    width: 100%;
    height: .25rem;
  }

  .highlights_devider.g-none-mob {
    display: none;
  }

  .section_guest {
    height: auto;
    margin-bottom: 6.25rem;
  }

  .guest_content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .guest_head.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .guest_grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    height: auto;
  }

  .guest_grid_item.u-vflex-left-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .guest_grid_item_text.u-vflex-left-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .guest_grid_item_text.u-vflex-left-between.u-w-max-340 {
    flex-flow: wrap;
    width: 100%;
    max-width: none;
  }

  .time_content.u-vflex-left-between {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .time_head.u-vflex-left-between {
    z-index: 1;
    grid-row-gap: 1rem;
    position: relative;
  }

  .u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-white {
    font-size: 4rem;
  }

  .hero_bot_wrap.u-hflex-between-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .button {
    width: 100%;
  }

  .guest_grid_devider {
    flex: none;
    width: 100%;
    height: .25rem;
  }

  .guest_grid_devider.g-none-mob {
    display: none;
  }

  .footer {
    height: 60vh;
  }

  .footer_content.u-vflex-stretch-between, .footer_top.u-hflex-between-top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_top_logo.u-hflex-between-top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .footer_bot.u-hflex-between-bottom {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_orgs.u-hflex-left-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .footer_org_left, .footer_orgs_devider {
    margin-right: 2rem;
  }

  .footer_logos.u-hflex-between-top {
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer_logo.is-1 {
    height: 4.5rem;
  }

  .footer_logo.is-2 {
    height: 5rem;
  }

  .u-w-max-250, .u-w-max-200, .u-w-max-310, .u-w-max-400, .u-w-max-500, .u-w-max-320, .u-w-max-220 {
    max-width: none;
  }

  .u-w-max-410 {
    max-width: 37.5rem;
  }

  .section_time_new {
    height: 115rem;
    margin-bottom: 6.25rem;
  }

  .div-block-24 {
    width: 100%;
  }

  .div-block-24.is_alt {
    height: 24rem;
  }

  .cube_wrap.is-5 {
    top: 95rem;
  }
}

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

  h2 {
    font-size: 4.3rem;
  }

  h3 {
    font-size: 3rem;
  }

  .u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black {
    bottom: 1.5rem;
  }

  .u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black.u-pos-absolute {
    top: auto;
    bottom: -2rem;
    right: auto;
  }

  .u-txt-color-black.u-txt-height-1-2.u-txt-align-center.u-w-max-305 {
    max-width: 30rem;
  }

  .u-txt-font-primary.u-txt-weight-regular.u-txt-color-white {
    font-size: 5.2rem;
  }

  .u-txt-size-20.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.alt-mob {
    font-size: 1.5rem;
  }

  .section_hero {
    height: 100svh;
  }

  .hero_bot_text.u-hflex-between-center.g-none-des {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .section_org {
    height: auto;
  }

  .org_stakeholder.u-vflex-center-center {
    min-width: auto;
  }

  .org_institutions.u-hflex-between-center {
    flex-flow: row;
  }

  .org_stakeholders.u-hflex-between-top {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .problem_heading.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .problem_text_wrap.u-hflex-between-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_highlights, .section_guest {
    height: auto;
  }

  .guest_head.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .guest_grid_item.u-vflex-left-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: center;
    align-items: flex-start;
  }

  .time_head.u-vflex-left-between {
    grid-row-gap: 1rem;
  }

  .u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-red {
    margin-bottom: -.2rem;
    font-size: 3rem;
  }

  .u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-white {
    font-size: 3.5rem;
  }

  .hero_bot_wrap.u-hflex-between-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .button {
    height: 5.5rem;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .footer {
    height: 50vh;
  }

  .footer_content.u-vflex-stretch-between, .footer_top.u-hflex-between-top {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer_orgs.u-hflex-left-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .footer_org_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .footer_org_left.u-txt-color-black {
    margin-right: 0;
  }

  .footer_orgs_devider {
    flex: none;
    width: 100%;
    height: .25rem;
    margin-right: 0;
  }

  .footer_logos.u-hflex-between-top {
    justify-content: space-between;
    align-items: center;
  }

  .footer_logo.is-1 {
    height: 4rem;
  }

  .footer_logo.is-2 {
    height: 4.5rem;
  }

  .navbar_wrap {
    display: flex;
  }

  .logo_wrap {
    padding-left: 0;
  }

  .g-none-mob {
    display: block;
  }

  .section_time_new {
    height: 115rem;
  }

  .cube_wrap_right {
    padding-left: 3rem;
  }

  .cube_wrap_left {
    padding-left: 3rem;
    padding-right: 0;
  }

  .cube_wrap_left.is_alt {
    padding-bottom: 3rem;
  }

  .test_line_indicator {
    left: 0;
  }

  .test_dot {
    left: -.35rem;
  }

  .test_line {
    left: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black {
    bottom: -1.5rem;
    left: 0;
  }

  .u-txt-size-18.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black.u-pos-absolute {
    top: auto;
    bottom: -2rem;
    right: -1.88rem;
  }

  .styleguide_list {
    grid-template-columns: minmax(0, 1fr);
  }

  .u-txt-size-28 {
    font-size: 1.13rem;
  }

  .u-txt-size-28.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-black {
    flex: 0 auto;
  }

  .u-txt-size-28.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-txt-color-red {
    text-wrap: nowrap;
  }

  .u-txt-align-left {
    background-color: #0000;
    padding: 0;
  }

  .u-txt-font-primary.u-txt-weight-regular.u-txt-color-white {
    margin-bottom: -.5rem;
    font-size: 2.59rem;
  }

  .u-txt-font-druk {
    font-weight: 700;
  }

  .u-txt-size-20 {
    font-size: 1rem;
  }

  .u-txt-size-20.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps {
    margin-bottom: -.63rem;
  }

  .u-txt-size-20.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.alt-mob {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .u-txt-size-20.u-txt-font-secondary.u-txt-weight-semibold.u-txt-all-caps.u-w-max-200 {
    max-width: 12.5rem;
  }

  .section_hero {
    height: 100svh;
  }

  .padding-global {
    padding: 1.25rem;
  }

  .padding-global.padding-time {
    padding-bottom: 5rem;
  }

  .hero_image_logo {
    width: 6.25rem;
  }

  .hero_bot.u-vflex-left-between {
    margin-bottom: 0;
  }

  .hero_bot_text.u-hflex-between-center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero_bot_text.u-hflex-between-center.g-none-des {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section_org {
    height: auto;
    margin-bottom: 2rem;
  }

  .org_content.u-vflex-left-between {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .org_stakeholder.u-vflex-center-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: none;
    width: 100%;
  }

  .org_insitution_wrap.u-vflex-left-top {
    width: 100%;
  }

  .org_institutions.u-hflex-between-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .org_stakeholders.u-hflex-between-top {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(auto, auto) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start stretch;
    width: 100%;
    display: grid;
  }

  .section_problem {
    margin-bottom: 3rem;
  }

  .problem_content.u-vflex-left-between {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .problem_heading.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .problem_card.u-vflex-left-between.is-last {
    margin-bottom: 1.25rem;
  }

  .u-txt-size-112 {
    font-size: 2.59rem;
  }

  .u-txt-size-112.u-txt-font-primary.u-txt-color-black {
    font-size: 4rem;
  }

  .section_highlights {
    height: auto;
    margin-bottom: 2rem;
  }

  .highlights_content.u-vflex-left-between {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .highlights_numbers_wrap.u-hflex-between-top {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .u-txt-size-250 {
    font-size: 7.91rem;
  }

  .u-txt-size-250.u-txt-font-primary.u-txt-weight-regular.u-txt-color-black.no-wrap {
    margin-left: -.5rem;
  }

  .snap_wrap {
    overflow: visible;
  }

  .number_text.u-vflex-left-between {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section_guest {
    height: auto;
    margin-bottom: 0;
  }

  .guest_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .guest_head.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .guest_grid_item.u-vflex-left-between {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .time_content.u-vflex-left-between {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .time_head.u-vflex-left-between {
    z-index: 3;
    grid-row-gap: 1rem;
  }

  .org_stakeholder_image, .org_stakeholder_image.is-3, .org_stakeholder_image.is-6, .org_stakeholder_image.is-7, .org_stakeholder_image_wrap {
    height: 6rem;
  }

  .u-txt-size-55, .u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-red, .u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.u-txt-color-white, .u-txt-size-55.u-txt-font-primary.u-txt-weight-regular.alt {
    font-size: 2rem;
  }

  .hero_bot_wrap.u-hflex-between-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .button {
    height: 4rem;
  }

  .problem_bot_wrap.u-vflex-left-between {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .org_stakeholder_img, .image-5 {
    height: 4rem;
  }

  .footer {
    z-index: 212212;
    height: 60dvh;
    position: relative;
  }

  .footer_top.u-hflex-between-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_bot.u-hflex-between-bottom {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .footer_orgs.u-hflex-left-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    height: auto;
  }

  .footer_org_left {
    flex-flow: column;
    grid-template-rows: minmax(auto, 1.25rem) minmax(auto, 1.25rem);
    grid-template-columns: 1fr minmax(200px, 1.5fr);
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: grid;
  }

  .footer_org_left.u-txt-color-black {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer_orgs_devider {
    flex: none;
    margin-top: -.4rem;
  }

  .footer_logos.u-hflex-between-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    width: 100%;
  }

  .footer_logo.is-1 {
    width: 10rem;
    height: 2.5rem;
  }

  .footer_logo.is-2 {
    width: 10rem;
    height: auto;
  }

  .navbar_wrap {
    display: flex;
  }

  .u-w-max-500 {
    max-width: 18.75rem;
  }

  .logo_wrap {
    flex: none;
  }

  .org_stakeholder_gov.u-vflex-center-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .g-none-mob {
    display: none;
  }

  .section_time_new {
    height: 112rem;
    margin-bottom: 0;
  }
}

#w-node-c2e31583-940e-c214-3592-ca990cdea41f-17d96ff3, #w-node-_109623d3-a2c9-b9cc-a651-87e35c028df0-f7dcc44e, #w-node-_109623d3-a2c9-b9cc-a651-87e35c028df7-f7dcc44e, #w-node-_109623d3-a2c9-b9cc-a651-87e35c028dfe-f7dcc44e, #w-node-_109623d3-a2c9-b9cc-a651-87e35c028e05-f7dcc44e, #w-node-_109623d3-a2c9-b9cc-a651-87e35c028e0c-f7dcc44e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6d35b0c5-ddd6-cc0d-8df6-7a6e6948e926-17d96ff3, #w-node-_6d35b0c5-ddd6-cc0d-8df6-7a6e6948e93e-17d96ff3, #w-node-_6d35b0c5-ddd6-cc0d-8df6-7a6e6948e953-17d96ff3 {
    order: -9999;
  }

  #w-node-_86df868c-421c-f7bc-4cbe-6f72e90ad76e-17d96ff3, #w-node-_2514edb6-2a7e-22b1-7707-ad4b34401482-17d96ff3, #w-node-_90c32ad1-7ea8-9d85-19a8-c70432e8a263-17d96ff3, #w-node-_90c32ad1-7ea8-9d85-19a8-c70432e8a267-17d96ff3 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_716ac0ef-dec0-694b-40c2-f5c3086d27ae-17d96ff3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


