@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-v15-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-v15-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-v15-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-v15-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-padding: 4rem;
  --container-large: 160rem;
  --corner-radius-small: .35rem;
  --green: #053331;
  --white: white;
  --dark-green: #031f1e;
  --transparent: #fff0;
  --nav-height: 5rem;
  --darkest-green: #021414;
  --box-width: 20em;
  --box-height: 50em;
  --box-color: #34835d;
  --black: #000;
  --normal-text: 1rem;
  --large-text: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (160 - 62) * 62)) * 1rem + ((1.75 - 1.125) / (160 - 62)) * 100vw), 1.75 * 1rem);
  --h1: 0px;
  --progress: 0;
  --clip: 1;
}

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

body {
  color: #333;
  font-family: Manrope, Arial, sans-serif;
  line-height: 1;
}

.efi-big-paragraph {
  font-size: 20px;
  font-weight: 400;
}

.efi-jumbo {
  font-size: 5.5vh;
  line-height: 1.1em;
}

.efi-jumbo.white {
  color: #fff;
}

.title-wrapper {
  width: 40%;
  margin-bottom: 2rem;
  container-type: inline-size;
}

.hero-top {
  padding: 10% var(--page-padding) 7%;
  background-color: #031f1e;
}

.hero-top.color-blue {
  background-color: #03151f;
}

.hero-top.color-red {
  background-color: #1f0308;
}

.hero-top.color-purple {
  background-color: #0c031f;
}

.container {
  width: 100%;
  max-width: var(--container-large);
  margin-left: auto;
  margin-right: auto;
}

._2col-grid {
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
}

.grid_left-container {
  container-type: inline-size;
}

.grid_right-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
}

.img-wrapper {
  height: 100%;
  position: relative;
}

.button {
  border-radius: var(--corner-radius-small);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.125em 2.5em;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button:where(.w-variant-c46ace57-3136-dc6a-c73c-dbcc92d2aec4) {
  background-color: var(--white);
  color: var(--dark-green);
}

.button:where(.w-variant-355edd51-73a3-63cf-03da-ae1090941867) {
  border-radius: var(--corner-radius-small);
  background-color: #05333100;
  box-shadow: inset 0 0 0 .115em #fff;
}

.button:where(.w-variant-fc3fb5b3-22a9-8b8d-e5f4-59c6bc09bf05) {
  background-color: var(--transparent);
  border-radius: 0;
  padding: 0;
}

.button.invert {
  filter: invert();
}

.button.is-small {
  font-size: .75em;
}

.button.is-large {
  font-size: 1.25em;
}

.efi-small-paragraph {
  font-weight: 400;
}

.spacer_wrapper {
  margin-top: 0;
}

.image.blue {
  filter: hue-rotate(28deg);
}

.image.red {
  filter: hue-rotate(184deg);
}

.image.purple {
  filter: hue-rotate(450deg);
}

.heading-style_h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-style-link {
  text-decoration: underline;
  transition: all .3s;
}

.text-style-link:hover {
  background-color: #ff8f14;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style_h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.heading-style_h3 {
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style_h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style_h4 {
  margin-top: 0;
  margin-bottom: .125rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style_h1 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style_h1.invert {
  color: #fff;
}

.heading-style_h1.invert.split {
  font-size: 7cqw;
}

.text-eyebrow {
  color: #ff8f14;
  letter-spacing: .01rem;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-rich-text {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

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

.heading {
  font-size: 1.125rem;
  line-height: 1.4;
}

.unordered-list {
  margin-bottom: 1rem;
  list-style-type: square;
}

.text-size-small {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-small.text-faded {
  opacity: .55;
}

.text-style-italic {
  font-style: italic;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-weight-medium {
  font-weight: 500;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

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

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-style-nowrap {
  white-space: nowrap;
}

.wrapper-spacer {
  padding-top: 0;
}

.wrapper-spacer.small {
  padding-top: 2rem;
  display: inline-block;
}

.wrapper-spacer.tiny {
  padding-top: 1rem;
}

.nav-main {
  z-index: 999;
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-main-inner {
  width: 100%;
  height: var(--nav-height);
  max-width: var(--container-large);
  color: #fff;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-padding {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  position: relative;
}

.nav-main_logo {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-mobile-menu {
  z-index: -1;
  text-align: left;
  background-color: #05333100;
  position: absolute;
}

.nav-link {
  color: inherit;
}

.logo-font {
  font-size: 1.8rem;
  font-weight: 600;
}

.svg {
  width: 2rem;
  height: 2rem;
}

.hamburger_11_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_11_line {
  height: var(--thickness);
  width: var(--width);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_11_inner {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.burger-toggle {
  background-color: #90555500;
  width: 2.4rem;
  height: 2.3rem;
  padding: 0;
}

.burger-toggle.w--open {
  background-color: var(--transparent);
}

.div-block {
  background-color: var(--dark-green);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.nav-link-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.nav-link-divider:where(.w-variant-1b249daa-478c-05ad-ef01-0afbd101e8e7) {
  display: none;
}

.nav-link-text {
  color: inherit;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-text:where(.w-variant-1b249daa-478c-05ad-ef01-0afbd101e8e7) {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.nav-link-block {
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.nav-link-block:where(.w-variant-1b249daa-478c-05ad-ef01-0afbd101e8e7) {
  width: auto;
}

.nav-links_component {
  max-width: var(--container-large);
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: none;
}

.nav-links_component:where(.w-variant-1b249daa-478c-05ad-ef01-0afbd101e8e7) {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
  display: flex;
}

.nav-main-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-product_component {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
}

.spacer_products {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.nav-product_title {
  color: #fff;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
}

.nav_products-list {
  padding-right: var(--page-padding);
  padding-bottom: 1rem;
  padding-left: var(--page-padding);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: calc(100% + var(--page-padding)  + var(--page-padding));
  margin-left: calc(var(--page-padding) * -1);
  display: flex;
  overflow-x: auto;
}

.nav-products-item {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  width: 25vw;
}

.item-spacer {
  width: calc(50vw - (var(--container-large) / 2)  - var(--page-padding));
  flex: none;
  margin-right: -1rem;
}

.nav-mobile_inner-scroll {
  z-index: 1;
  padding-bottom: 4rem;
  position: relative;
}

.nav-mobile-menu-background {
  z-index: 0;
  background-color: var(--green);
  height: calc(100% + var(--nav-height));
  margin-top: calc(var(--nav-height) * -1);
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 0;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.button-background {
  z-index: 1;
  border-top-left-radius: var(--corner-radius-small);
  border-top-right-radius: var(--corner-radius-small);
  border-bottom-left-radius: var(--corner-radius-small);
  border-bottom-right-radius: var(--corner-radius-small);
  background-color: var(--darkest-green);
  width: 92%;
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition-property: all;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 0% 0%;
}

.button-background:where(.w-variant-c46ace57-3136-dc6a-c73c-dbcc92d2aec4) {
  background-color: var(--darkest-green);
}

.button-background:where(.w-variant-355edd51-73a3-63cf-03da-ae1090941867) {
  background-color: var(--white);
}

.button-background:where(.w-variant-fc3fb5b3-22a9-8b8d-e5f4-59c6bc09bf05) {
  display: none;
}

.button-text-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  transform: translate(0, 101%);
}

.button-text-2:where(.w-variant-c46ace57-3136-dc6a-c73c-dbcc92d2aec4) {
  color: var(--white);
}

.button-text-2:where(.w-variant-355edd51-73a3-63cf-03da-ae1090941867) {
  color: var(--dark-green);
}

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

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.visual-circle-badge {
  background-image: linear-gradient(310deg, #69706a, #c9bcbc);
  border-radius: 999rem;
  width: 8rem;
  height: 8rem;
}

.circle-badge-text {
  width: 110px;
}

.text {
  width: 100%;
  height: 100%;
}

.svg-2 {
  width: 100%;
}

.box-wrapper {
  width: var(--box-width);
  height: var(--box-height);
  transform-style: preserve-3d;
  font-size: .6rem;
  position: relative;
  transform: rotateX(15deg)rotateY(-37deg)rotateZ(0);
}

.box-shape {
  width: var(--box-width);
  height: var(--box-height);
  background-color: var(--box-color);
  text-align: center;
  background-image: linear-gradient(#00000078, #fff0);
  justify-content: center;
  align-items: stretch;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-shape.is-right {
  transform: translate3d(calc((var(--box-width) * -1) / 2), 0px, calc((var(--box-width) * -1) / 2)) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  left: 100%;
}

.box-shape.is-left {
  transform: translate3d(calc((var(--box-width) * -1) / 2), 0px, calc((var(--box-width) * -1) / 2)) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
}

.box-shape.is-back {
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(0px, 0px, var(--box-width));
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
}

.box-shape.is-top {
  height: var(--box-width);
  transform: translate3d(0em, calc((var(--box-width) * -1) / 2), calc((var(--box-width) * -1) / 2)) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
}

.box-shape.is-bottom {
  height: var(--box-width);
  transform: translate3d(0em, calc(var(--box-width) / 2), calc(var(--box-width) * -1 / 2)) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
}

.box-component {
  perspective: 120em;
  position: absolute;
  top: -15%;
}

.padding {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
}

.text-span-animate {
  position: relative;
}

.svg-line {
  z-index: -1;
  color: #c0ff73;
  position: absolute;
  inset: auto 0% 3%;
}



.span-is-relative {
  position: relative;
}

.section-highlights {
  background-color: var(--darkest-green);
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-highlights_top {
  margin-bottom: 5rem;
}

.section-highlights_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.highlight-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.highlight-card_index {
  color: #c0ff73;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.highlight-card_divider {
  background-color: rgba(255, 255, 255, 0.15);
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --page-padding: 4rem;
    --container-large: 160rem;
    --corner-radius-small: .35rem;
    --green: #053331;
    --white: white;
    --dark-green: #031f1e;
    --transparent: #fff0;
    --nav-height: 5rem;
    --darkest-green: #021414;
    --box-width: 20em;
    --box-height: 50em;
    --box-color: #34835d;
    --black: #000;
    --normal-text: 1rem;
    --large-text: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (160 - 62) * 62)) * 1rem + ((1.75 - 1.125) / (160 - 62)) * 100vw), 1.75 * 1rem);
    --h1: 0px;
    --progress: 0;
    --clip: 1;
  }

  .efi-jumbo {
    font-size: 65px;
  }

  .title-wrapper {
    width: 100%;
  }

  .hero-top {
    padding: 15% var(--page-padding);
  }

  ._2col-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid_right-container {
    padding-top: 0;
  }

  .text-size-xlarge {
    font-size: 2.25rem;
  }

  .heading-style_h2 {
    font-size: 2.4rem;
  }

  .heading-style_h3 {
    font-size: 2.25rem;
  }

  .heading-style_h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .heading-style_h1 {
    font-size: 3.6rem;
    font-weight: 700;
  }

  .heading-style_h1.invert {
    font-size: 3.6rem;
  }

  .text-eyebrow {
    font-size: .9rem;
  }

  .nav-desktop-menu {
    display: none;
  }

  .nav-links_component {
    display: block;
  }

  .nav-mobile_inner-scroll {
    max-height: calc(100svh - var(--nav-height));
    overflow: auto;
  }

  .section-highlights_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --page-padding: 2rem;
    --container-large: 160rem;
    --corner-radius-small: .35rem;
    --green: #053331;
    --white: white;
    --dark-green: #031f1e;
    --transparent: #fff0;
    --nav-height: 5rem;
    --darkest-green: #021414;
    --box-width: 20em;
    --box-height: 50em;
    --box-color: #34835d;
    --black: #000;
    --normal-text: 1rem;
    --large-text: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (160 - 62) * 62)) * 1rem + ((1.75 - 1.125) / (160 - 62)) * 100vw), 1.75 * 1rem);
    --h1: 0px;
    --progress: 0;
    --clip: 1;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .hero-top {
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
  }

  .heading-style_h5 {
    font-size: 1.25rem;
  }

  .text-size-xlarge {
    font-size: 1.75rem;
  }

  .heading-style_h3 {
    font-size: 2rem;
  }

  .heading-style_h6 {
    font-size: 1.125rem;
  }

  .heading-style_h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .heading-style_h1 {
    font-size: 2.5rem;
  }

  .text-eyebrow {
    margin-bottom: .25rem;
    font-size: .8rem;
  }

  .text-rich-text {
    font-size: 1.1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: 1.1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .nav-main_logo {
    padding-left: 0;
  }

  .section-highlights {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-highlights_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .efi-jumbo {
    font-size: 45px;
  }

  .heading-style_h5 {
    font-size: 1.15rem;
  }

  .heading-style_h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .heading-style_h3 {
    font-size: 1.75rem;
  }

  .heading-style_h4 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .heading-style_h1 {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .nav-products-item {
    width: 40vw;
  }
}

#w-node-_0d673f31-d709-7464-8cef-eeca09a82e7e-890711b7, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e82-890711b7, #w-node-_4a20c08e-49b8-baad-8e0c-422986006a08-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a09-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a0d-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a0e-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a12-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a13-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a17-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a18-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a1c-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a1d-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a21-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a22-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a2c-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a2d-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a31-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a32-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a36-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a37-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a3b-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a3c-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a40-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a41-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a45-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a46-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a50-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a51-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a55-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a56-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a5a-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a5b-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a5f-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a60-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a69-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a6a-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a73-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a74-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a86-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a87-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a8b-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a8c-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a90-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a91-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a95-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a96-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a9a-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a9b-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006a9f-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006aa0-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006aaa-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006aab-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006aaf-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ab0-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ab4-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ab5-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ac0-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ac1-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ac5-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ac6-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006aca-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006acb-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006acf-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ad0-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ad4-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ad5-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ad9-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ada-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ade-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006adf-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ae3-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ae4-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ae8-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006ae9-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006af3-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006af4-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006af8-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006af9-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006afd-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006afe-b80f76fc {
  justify-self: start;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006b05-b80f76fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a20c08e-49b8-baad-8e0c-422986006b06-b80f76fc {
  justify-self: start;
}

#w-node-_0d673f31-d709-7464-8cef-eeca09a82e7e-a29be314, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e82-a29be314, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e7e-db19b956, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e82-db19b956, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e7e-fcbf1467, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e82-fcbf1467, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e7e-a91d2830, #w-node-_0d673f31-d709-7464-8cef-eeca09a82e82-a91d2830 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-v15-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}