@font-face {
  font-family: Din Alternate;
  src: url('../fonts/din-alternate.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

img {
  max-width: 100%;
  display: inline-block;
}

.navbar-no-shadow {
  background-color: #000;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
}

.navbar-brand:active {
  pointer-events: auto;
}

.navbar-brand.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.nav-link {
  pointer-events: auto;
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  mix-blend-mode: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #71f64b;
}

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

.nav-link:visited {
  color: #71f64b;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:active, .nav-link.w--current:visited {
  color: #71f64b;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  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-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  outline-offset: 0px;
  pointer-events: auto;
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #71f64b;
  border-radius: 8px;
  outline: 3px #43464d;
  padding: 12px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s linear;
}

.button-primary:hover {
  color: #000;
  background-color: #315028;
  outline-width: 5px;
  font-size: 12px;
}

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

.text-block {
  color: #fff;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 30px 312px;
  text-decoration: none;
  display: flex;
}

.property-1-logo-for-dark {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.light-inactive-light {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.property-1-primary-property-2-default {
  background-color: #452ff4;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  text-decoration: none;
  display: flex;
}

.lebel {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.logo {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-bar {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  font-size: 30px;
}

.text-block-3 {
  pointer-events: auto;
  color: #fff;
  letter-spacing: 0;
  word-break: break-all;
  cursor: pointer;
  border: 1px #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.text-block-3:hover {
  pointer-events: none;
}

.text-span {
  color: #71f64b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image {
  text-align: left;
  vertical-align: top;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  display: inline-block;
}

.footer {
  outline-offset: 0px;
  object-fit: fill;
  background-color: #262626;
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  outline: 3px solid #333;
  flex-flow: column;
  margin-top: 233px;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-brand.w--current {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "."
  / auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #acabab;
  margin-top: 2px;
  margin-bottom: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  opacity: .15;
  color: #a89efa;
  -webkit-text-stroke-color: #a89efa;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  display: inline;
}

.hero-heading-center {
  -webkit-text-stroke-color: #00ff08;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
  right: -20px;
  overflow: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  box-sizing: content-box;
  float: none;
  clear: none;
  direction: ltr;
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #00ff26;
  object-fit: fill;
  max-width: 1394px;
  margin-bottom: 32px;
  font-family: Din Alternate, Arial, sans-serif;
  font-size: 35px;
  display: block;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  width: 900px;
  height: 300px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  top: 220px;
  right: 400px;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #71f64b;
  padding: 12px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  position: relative;
  top: 10px;
  right: 405px;
}

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

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

.shadow-two {
  z-index: 1;
  width: 10000px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-2 {
  color: #71f64b;
}

.text-block-4 {
  color: #acabab;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -19px;
  margin-bottom: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

.text-block-5 {
  color: #acabab;
  max-width: 250px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: flex;
}

.field-label, .field-label-2 {
  color: #acabab;
  font-family: Din Alternate, Arial, sans-serif;
}

.text-field {
  background-color: #333;
  border: 1px solid #acabab;
  border-radius: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.submit-button {
  color: #000;
  text-align: left;
  background-color: #71f64b;
  border-radius: 5px;
  max-width: 72px;
  max-height: 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

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

.text-block-6 {
  flex-flow: row-reverse;
  display: flex;
}

.text-span-3 {
  text-align: left;
  justify-content: flex-end;
  align-items: stretch;
  display: inline-flex;
}

.text-block-7 {
  text-align: left;
  display: inline;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  padding-left: 188px;
  padding-right: 0;
  display: block;
}

.image-2 {
  cursor: pointer;
  margin-top: 20px;
  margin-left: 0;
  display: inline-block;
}

.image-3, .image-4, .image-5 {
  cursor: pointer;
  margin-top: 20px;
  margin-left: 20px;
}

.image-6 {
  margin-left: 25px;
}

.hero-heading-center-2 {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  margin-bottom: -4px;
  padding: 80px 30px 79px;
  display: flex;
  position: relative;
}

.container-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #71f64b;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  max-width: 600px;
  margin: -57px 0 200px;
  font-family: Din Alternate, Arial, sans-serif;
  font-size: 36px;
  display: block;
  position: relative;
  top: -416px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  margin-right: -267px;
  padding-right: 0;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -1201px;
  left: 47px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -431px;
  padding: 80px 30px 0;
  position: relative;
  bottom: 2px;
  overflow: visible;
}

.body, .body-2, .body-3 {
  background-color: #000;
}

.image-7 {
  vertical-align: text-bottom;
  width: 15000px;
  max-width: 120%;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: 650px;
  left: 220px;
}

.text-span-4 {
  -webkit-text-stroke-color: #00f625;
}

.image-8 {
  position: relative;
  left: 220px;
}

.image-9 {
  position: relative;
  bottom: 35px;
  left: auto;
  right: 220px;
}

.image-10 {
  width: 10500px;
  height: 750px;
  font-size: 20px;
  font-weight: 700;
}

.bold-text {
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  border-radius: 0;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
  top: 220px;
  bottom: auto;
  right: 220px;
  overflow: auto;
}

.div {
  color: #fff;
  font-size: 30px;
}

.banner {
  color: #fdfdfd;
  background-color: #41d121;
  width: 10000px;
  position: relative;
  top: 80px;
  right: 100px;
}

.text-block-8 {
  width: 10000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.hero-heading-left-2 {
  -webkit-text-stroke-color: black;
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 130px;
  position: relative;
}

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

.hero-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  right: auto;
}

.hero-split-3 {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-bottom: 8px;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  margin-left: -45px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.button-primary-4 {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #71f64b;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-3 {
  margin-right: 143px;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: -93px;
  margin-left: -47px;
  margin-right: -51px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-span-5 {
  color: #71f64b;
}

.image-11 {
  flex-flow: row;
  margin-top: -54px;
  margin-left: -300px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-flex;
}

.image-12 {
  margin-left: 0;
  display: inline-flex;
}

.text-block-9 {
  color: #fff;
  align-self: center;
  margin-left: 11px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  justify-content: flex-end;
  margin-left: 200px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: inline-flex;
}

.text-block-11, .text-block-12 {
  color: #fff;
  margin-left: 200px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: inline-flex;
}

.div-block-4 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-8-copy {
  width: 10000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.text-block-13 {
  -webkit-text-fill-color: inherit;
  background-color: #0d110d;
  background-clip: border-box;
  max-width: 10000px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-14 {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  word-break: normal;
  object-fit: fill;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
  overflow: visible;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  mix-blend-mode: normal;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  max-width: 90%;
  margin-top: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: inline-flex;
}

.text-block-17 {
  color: #fff;
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.image-13 {
  float: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: inline-flex;
}

.div-block-5 {
  flex-flow: row;
  margin-top: 0;
  display: inline-flex;
  position: relative;
}

.div-block-6 {
  flex-flow: row;
  display: inline;
}

.div-block-7 {
  flex-flow: row;
  display: flex;
}

.container-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8 {
  text-align: left;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #71f64b;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.text-block-19 {
  background-image: linear-gradient(#00000080, #00000080);
}

.heading-3 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-20 {
  color: #fff;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-21 {
  color: #fff;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.text-block-22 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.heading-6 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.div-block-9 {
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003);
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-10 {
  text-align: left;
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  max-width: none;
}

.div-block-11, .div-block-12 {
  text-align: left;
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
}

.heading-7 {
  color: #fff;
  margin-left: -7px;
  margin-right: -837px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 349px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  top: -1194px;
  left: 40px;
}

.image-14 {
  padding-right: 0;
  position: relative;
  bottom: -26px;
  left: 583px;
}

.text-block-24 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  bottom: 304px;
  left: 584px;
}

.text-block-25 {
  color: #fff;
  margin-left: 531px;
  padding-left: 98px;
  padding-right: 1154px;
  position: relative;
  top: 11px;
  left: 604px;
  right: -43px;
}

.text-block-26 {
  color: #fff;
  padding-bottom: 0;
  padding-left: 172px;
  padding-right: 1413px;
  position: relative;
  top: 157px;
  left: 1055px;
  right: -30px;
}

.text-block-27 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: -30px;
  left: 1231px;
}

.text-block-28 {
  color: #fff;
  margin-right: 752px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 175px;
  left: 1225px;
}

.image-15 {
  position: relative;
  top: 229px;
  left: 807px;
}

.image-16 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  max-width: 75%;
  margin: 131px 59px -275px -178px;
  position: relative;
  top: -453px;
  left: 149px;
}

.text-block-29 {
  color: #fff;
  padding-top: 0;
  padding-right: 213px;
  position: relative;
  top: -633px;
}

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

.text-block-31 {
  color: #443c3c;
}

.text-block-32 {
  color: #71f64b;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  top: -443px;
}

.text-block-33 {
  color: #fff;
  position: relative;
  top: -526px;
}

.image-17 {
  position: relative;
  top: 33px;
  left: 699px;
}

.image-18 {
  position: relative;
  top: -216px;
  left: 984px;
}

.image-19 {
  position: relative;
  top: 32px;
  left: 417px;
}

.image-20 {
  position: relative;
  top: 33px;
  left: 322px;
}

.text-block-34 {
  color: #fff;
  margin-right: 1704px;
  padding-right: 0;
  position: relative;
  top: -104px;
  left: 671px;
}

.image-21 {
  position: relative;
  top: 97px;
  left: 617px;
}

.text-block-35 {
  color: #fff;
  padding-right: 253px;
  position: relative;
  top: -201px;
  left: 44px;
}

.text-block-36 {
  color: #f8eeee;
}

.text-block-37 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: -215px;
  left: 42px;
}

.text-block-38 {
  color: #71f64b;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: 8px;
  left: 226px;
}

.image-22 {
  position: relative;
  top: -128px;
  left: 66px;
  right: -43px;
}

.image-23 {
  position: relative;
  top: -129px;
  left: 162px;
}

.text-block-39 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  top: 116px;
  left: 46px;
}

.text-block-40 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  top: 93px;
  left: 360px;
}

.text-block-41 {
  color: #fff;
  margin-left: 13px;
  padding: 0 34px 0 26px;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  top: -70px;
  left: 36px;
}

.text-block-42 {
  color: #fff;
  padding-bottom: 0;
  padding-left: 53px;
  padding-right: 71px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  top: -142px;
  left: 50px;
}

.image-24 {
  max-width: 10%;
  margin-right: -101px;
  position: relative;
  top: -47px;
  left: 100px;
}

.image-25 {
  position: relative;
  top: 362px;
  left: 1066px;
}

.team-slider {
  background-color: #0000;
  border-bottom: 0 solid #000;
  align-self: center;
  max-width: 940px;
  padding: 0;
  position: relative;
  bottom: 49px;
}

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

.centered-heading-3 {
  color: #71f64b;
  text-align: center;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #000;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: -2px;
  padding-bottom: 0;
  overflow: clip;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 11px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #fff;
  margin-bottom: 12px;
  margin-left: -7px;
  margin-right: -24px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.team-member-text {
  color: #fff;
  margin-bottom: 20px;
  margin-left: -6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.field-label-3, .field-label-4 {
  color: #fff;
}

.submit-button-2 {
  color: #0aee19;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.info {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 459px;
  text-decoration: none;
  display: flex;
}

.item {
  grid-column-gap: 16px;
  background-color: #0003;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.tittle {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DINPro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-2 {
  color: #fafbfb;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-26 {
  color: #fff;
  vertical-align: baseline;
  border: 1px #000;
  flex-flow: row;
  margin-right: 20px;
  padding-right: 0;
  display: block;
}

.div-block-14 {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
}

.div-block-15, .div-block-16 {
  display: inline-flex;
}

.image-27 {
  background-color: #71f64b;
  border-radius: 20px;
  max-height: 21px;
  margin-right: 10px;
  display: inline-flex;
}

.div-block-17, .div-block-18 {
  display: inline-flex;
}

.image-28, .image-29, .image-30 {
  background-color: #71f64b;
  border-radius: 20px;
  max-height: 21px;
  margin-right: 10px;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #fff;
  margin-bottom: 24px;
  margin-right: 253px;
  position: relative;
  top: -25px;
  left: -176px;
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 0;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  position: relative;
  left: auto;
}

.heading-9 {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -33px;
  left: -382px;
}

.image-31 {
  position: relative;
  top: -179px;
}

.text-block-43 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  top: 39px;
  left: 144px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-stack-2 {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.margin-bottom-24px-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.heading-10 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.heading-11 {
  color: #00ff1e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.text-block-44 {
  color: #fff;
  margin-left: 27px;
  margin-right: 857px;
  padding-left: 829px;
}

.text-block-45 {
  color: #fff;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-12 {
  color: #00ff1e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  position: relative;
}

.text-block-46 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.hero-heading-left-4 {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-32 {
  position: relative;
  bottom: -8px;
}

.hero-heading-center-3 {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  color: #fff;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: flex;
}

.hero-wrapper-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #fff;
  text-align: center;
  flex-flow: row;
  max-width: 9000px;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.button-primary-7 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  outline: 3px solid #71f64b;
  flex-flow: column;
  padding: 12px 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary-7:hover {
  color: #000;
  background-color: #71f64b;
}

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

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-6, .text-span-7 {
  color: #71f64b;
}

.text-block-47 {
  color: #fff;
  flex-flow: column;
  font-family: Din Alternate, Arial, sans-serif;
  font-size: 9px;
  line-height: 15px;
  display: flex;
}

.link {
  display: block;
}

.div-block-19 {
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  flex-flow: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.heading-13 {
  color: #71f64b;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-48 {
  color: #fff;
  font-family: Din Alternate, Arial, sans-serif;
}

.div-block-21 {
  margin-top: 48px;
}

.heading-14, .text-block-50 {
  color: #fff;
}

.text-block-51 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.quick-stack {
  padding-left: 150px;
  padding-right: 151px;
}

.form-2 {
  margin-right: auto;
  padding-left: 800px;
  padding-right: 800px;
}

.field-label-5 {
  color: #fff;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.field-label-6 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.submit-button-3 {
  color: #000;
  background-color: #71f64b;
  font-size: 20px;
  font-weight: 700;
}

.heading-15 {
  color: #71f64b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.text-block-52 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.heading-16 {
  color: #71f64b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.text-block-53 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.team-slider-2 {
  background-color: #f5f7fa00;
  border-bottom: 0 solid #000;
  padding: 21px 30px 80px;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.link-2 {
  color: #f8f8f8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-3, .link-4 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 200;
}

.div-block-22 {
  max-width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-54 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.text-block-55 {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.div-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.image-33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 120%;
  display: inline-flex;
}

.code-embed {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-18 {
  box-sizing: border-box;
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.div-block-24 {
  display: flex;
}

.link-block {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.text-block-56 {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-25 {
  text-align: center;
}

.code-embed-2 {
  margin-top: 18px;
  overflow: auto;
}

.div-block-26 {
  overflow: auto;
}

.code-embed-3 {
  margin-top: -2px;
  margin-bottom: 8px;
  padding-bottom: 0;
  position: relative;
  top: 89px;
}

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

.code-embed-5 {
  margin-top: 16px;
}

.hero-stack-3 {
  background-color: #f5f7fa00;
  border-bottom: 0 solid #e4ebf3;
  margin-top: auto;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-8 {
  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-8:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.body-4 {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}

.heading-19 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

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

.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-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[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;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-27 {
  flex-flow: column;
  margin-top: auto;
  padding-bottom: 5px;
  display: flex;
}

.text-span-8 {
  color: #3f0;
}

.text-block-57 {
  color: #fff;
  margin-top: -53px;
  margin-bottom: 49px;
  margin-left: 77px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-9 {
  color: #00ff1e;
}

.div-block-28 {
  margin-top: -5px;
}

.body-5 {
  margin-top: -2px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-34 {
  max-width: 50%;
  margin-left: 227px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.image-35 {
  max-width: 50%;
  margin-top: 33px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-5 {
  color: #fff;
  text-align: center;
  margin-top: 33px;
  margin-bottom: -33px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

.link-5:hover {
  color: #00f;
}

.image-36 {
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  order: 0;
  width: 240px;
  max-width: 240px;
  height: 160px;
  max-height: 100%;
  margin: -565px auto 270px;
  position: static;
  bottom: -332px;
}

.image-37 {
  mix-blend-mode: hard-light;
  margin-top: 15px;
  margin-bottom: 129px;
}

.image-38 {
  margin-left: 188px;
}

.image-39 {
  padding-left: 0;
}

.div-block-30 {
  flex-flow: column;
  display: flex;
}

.hero-stack-4 {
  background-color: #000;
  background-image: url('../images/Screen-Shot-2024-10-25-at-12.03.402-PM-1.png');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-10 {
  color: #fff;
  margin-bottom: 24px;
}

.button-primary-9 {
  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-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.heading-21 {
  color: #fff;
}

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

.image-40 {
  max-width: 50%;
  margin-left: 125px;
}

.video-2 {
  margin-top: 20px;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-11 {
    margin-top: -400px;
    margin-bottom: 200px;
    margin-left: 146px;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-12 {
    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-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-13 {
    max-width: 728px;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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: 10px;
    padding-bottom: 10px;
  }

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

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

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-center, .hero-heading-center-2, .hero-heading-left, .hero-heading-left-2, .team-slider, .hero-heading-left-3, .hero-stack, .hero-heading-right, .hero-stack-2, .hero-heading-left-4, .hero-heading-center-3, .team-slider-2, .hero-stack-3 {
    padding: 60px 15px;
  }

  .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-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .nav-dropdown-list-2.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-11 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

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

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .image-36 {
    margin-top: -360px;
    margin-bottom: 200px;
  }

  .image-38 {
    margin-left: 145px;
  }

  .hero-stack-4 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #000;
    flex-flow: column;
  }

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

  .nav-link.w--current {
    color: #71f64b;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .text-block-3 {
    text-decoration: none;
  }

  .footer {
    max-height: 949px;
    margin-top: 332px;
  }

  .container {
    max-width: none;
  }

  .footer-brand {
    text-decoration: none;
  }

  .footer-content {
    flex-flow: column;
    display: flex;
  }

  .footer-block {
    text-align: left;
    flex-flow: column;
  }

  .title-small, .footer-link {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-divider {
    display: flex;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .text-block-4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

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

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

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

  .hero-heading-center-2 {
    flex-flow: column;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-wrapper-3, .hero-split-3 {
    flex-flow: column;
  }

  .margin-bottom-24px-3 {
    text-align: left;
    margin-left: -1px;
    font-size: 15px;
    line-height: 22px;
  }

  .button-primary-4 {
    clear: none;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .shadow-two-3 {
    flex: 0 auto;
    max-width: 175px;
  }

  .heading {
    margin-top: -36px;
    margin-bottom: 10px;
    margin-left: 1px;
    font-size: 17px;
    line-height: 35px;
    display: block;
  }

  .image-11 {
    max-width: 200px;
    margin-top: -250px;
    margin-bottom: 171px;
    margin-left: 113px;
  }

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

  .div-block-3 {
    text-align: left;
    justify-content: flex-start;
    margin-top: -65px;
    margin-bottom: 15px;
    margin-left: 23px;
    display: flex;
  }

  .text-block-10 {
    text-align: center;
    flex-flow: row;
    margin-left: 119px;
    margin-right: 200px;
    padding-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 200;
    display: inline-flex;
  }

  .text-block-11 {
    min-width: 100px;
    margin-left: 101px;
    margin-right: 200px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 200;
  }

  .text-block-12 {
    min-width: 200px;
    margin-left: 77px;
    margin-right: 200px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 200;
  }

  .div-block-4 {
    text-align: center;
    flex-flow: column;
    display: block;
  }

  .text-block-13 {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: row;
    max-width: 10000px;
    margin-bottom: 20px;
    padding-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: block;
    overflow: hidden;
  }

  .text-block-14 {
    padding-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }

  .text-block-15 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 21px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .text-block-16 {
    padding-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 300;
  }

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

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

  .image-13 {
    flex-flow: row;
    align-items: center;
    margin-top: 0;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .heading-2 {
    box-sizing: border-box;
    max-width: 250px;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .heading-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-20 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .heading-4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-21 {
    margin-bottom: 47px;
    padding-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .heading-5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: -1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-22 {
    padding-bottom: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 2px;
    padding-bottom: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-23 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    margin-bottom: 0;
  }

  .team-member-name-two {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .team-member-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .team-slider-nav {
    margin-top: 0;
  }

  .div-block-13 {
    overflow: hidden;
  }

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

  .div-block-16 {
    margin-bottom: -34px;
  }

  .image-27 {
    margin-bottom: 60px;
    margin-right: 10px;
  }

  .div-block-17 {
    margin-bottom: -23px;
  }

  .div-block-18 {
    margin-bottom: -21px;
  }

  .image-28 {
    border-radius: 20px;
    margin-bottom: 40px;
    margin-right: 10px;
  }

  .image-29 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .image-30 {
    margin-bottom: 60px;
    margin-right: 10px;
  }

  .container-7 {
    max-width: none;
  }

  .hero-wrapper-two {
    text-align: center;
  }

  .hero-stack-2 {
    display: block;
  }

  .margin-bottom-24px-6 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
  }

  .video {
    color: #b69494;
    background-color: #000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .heading-10 {
    margin-top: 0;
    padding-top: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .heading-11 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    top: 0;
    left: 0;
  }

  .text-block-44 {
    margin-right: 878px;
  }

  .text-block-45 {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 300;
  }

  .heading-12 {
    color: #00ff1e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 400;
  }

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

  .container-8 {
    max-width: none;
  }

  .image-32 {
    margin-top: 20px;
    padding-top: 0;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .centered-heading-4.margin-bottom-32px {
    color: #fff;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .hero-split-6 {
    flex-flow: column;
  }

  .margin-bottom-24px-8 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }

  .button-primary-7 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
  }

  .div-block-19 {
    justify-content: flex-start;
  }

  .heading-13 {
    color: #71f64b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-48 {
    color: #fff;
    text-transform: none;
    font-family: Din Alternate, Arial, sans-serif;
    font-size: 10px;
  }

  .text-block-49 {
    color: #fff;
    text-align: center;
    background-color: #262626;
    font-family: Din Alternate, Arial, sans-serif;
  }

  .div-block-21 {
    color: #fff;
    background-color: #262626;
    margin-top: 48px;
    margin-left: -8px;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
  }

  .text-block-50 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .text-block-51 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

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

  .field-label-5 {
    margin-top: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

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

  .heading-15 {
    color: #71f64b;
    margin-top: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

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

  .heading-16 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
  }

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

  .container-10 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .link-2, .link-3, .link-4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .list-item {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 10px;
    font-weight: 300;
  }

  .list {
    padding-left: 20px;
  }

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

  .form-3, .container-11 {
    text-align: left;
  }

  .cell {
    flex-flow: column;
  }

  .text-block-54 {
    color: #fff;
    text-align: center;
    margin-bottom: -20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 300;
  }

  .text-block-55 {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }

  .heading-17 {
    color: #fff;
    margin-top: -30px;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 36px;
    font-weight: 500;
  }

  .div-block-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

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

  .heading-18 {
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .div-block-24 {
    flex-flow: column;
    align-items: center;
  }

  .text-block-56 {
    font-size: 15px;
  }

  .code-embed-3 {
    margin-top: -8px;
    top: 39px;
  }

  .container-12 {
    max-width: none;
  }

  .body-4 {
    background-color: #082e0a;
    margin-bottom: -44px;
    padding-bottom: 124px;
  }

  .heading-19 {
    line-height: 70px;
  }

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

  .image-34 {
    margin-left: 74px;
  }

  .div-block-29 {
    color: #3330;
  }

  .image-35 {
    max-width: 65%;
    margin-top: 22px;
  }

  .link-5 {
    margin-bottom: -42px;
  }

  .image-36 {
    width: 50%;
    max-width: 100%;
    height: 35%;
    margin-top: -163px;
    margin-bottom: 88px;
    padding-top: 0;
    padding-bottom: 0;
    bottom: -110px;
  }

  .image-37 {
    width: 110%;
    max-width: 200%;
    margin-top: -2px;
    margin-bottom: -131px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-38 {
    text-align: left;
    margin-left: 96px;
    margin-right: 0;
    padding-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-39 {
    padding-left: 0;
  }

  .div-block-30 {
    text-align: left;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .container-13 {
    max-width: none;
  }

  .image-40 {
    margin-left: 91px;
    padding-left: 0;
  }
}

#w-node-_87a13866-ab76-1c6a-f1ad-94c5b10731bb-7f1fe1a4, #w-node-_1911f3d0-4af2-61b9-a96c-239b7f1fe1aa-7f1fe1a4, #w-node-db636161-c964-fbec-40e1-128f88933637-aef39487, #w-node-be5f434b-8d11-92a6-d151-fbc66dd69341-aef39487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-db636161-c964-fbec-40e1-128f88933637-aef39487 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Din Alternate';
  src: url('../fonts/din-alternate.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}