.section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._1 {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #ffe4df;
}

.container {
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.paragraph {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 36px;
  line-height: 1.16em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph.centered {
  margin-bottom: 20px;
  color: #f45eac;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.table-section {
  width: auto;
  height: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-cite {
  font-weight: 400;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-col.header.left-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.table-col.data {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-col.data.left {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 80;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.table-row-3-col {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  width: 140vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.table-row-3-col.data-row {
  width: 100%;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-row-3-col.data-row:hover {
  background-color: transparent;
}

.table-row-3-col.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
}

.table-header-details-text {
  font-size: 12px;
  line-height: 14px;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0px;
  padding-bottom: 0px;
}

.table.no-pad.overflow {
  position: static;
  overflow: visible;
  height: auto;
  max-height: none;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table-wrapper {
  position: relative;
  width: 50%;
  height: auto;
  margin-right: 10px;
  margin-left: 3px;
  padding: 15px 5px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.table-wrapper._100 {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.table-icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

.table-1---header---text {
  margin-right: 0px;
  border: 1px none #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #5e5656;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.table-1---header---text.data {
  width: 100%;
  font-weight: 400;
  text-align: right;
}

.table-1---header---text.data.center {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 20px;
  text-align: right;
}

.table-1---header---text.data.center.description {
  width: 600px;
  font-size: 16px;
}

.table-1---header---text._2 {
  margin-right: 0px;
}

.table-label {
  margin-bottom: 12px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2d3e4e;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

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

.link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.italic-text-2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

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

.section-2 {
  height: 70px;
  background-color: #ffe4df;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.navlink:hover {
  padding-bottom: 20px;
  border-bottom-width: 2px;
  border-bottom-color: #7ac943;
  color: #7ac943;
  text-decoration: none;
}

.image-6 {
  position: absolute;
  display: none;
  width: 140px;
  height: 35px;
}

.navbar {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  width: 100%;
  height: 60px;
  background-color: transparent;
  font-family: Exo, sans-serif;
}

.btn-bg-hover {
  position: absolute;
  left: auto;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 140px;
  height: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.nav-text-hover {
  position: static;
  padding-bottom: 0px;
  text-decoration: none;
}

.drop-list {
  display: block;
  overflow: hidden;
  width: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nev-text-drop-hover {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-size: 16px;
}

.head-subtitle {
  position: relative;
  bottom: 13px;
  color: #027100;
}

.nev-text-drop {
  font-size: 16px;
}

.drop-inner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
}

.nav-element {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.navbar-title-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-title-text-wrap {
  text-align: center;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: -1px;
  right: 0%;
  height: 100%;
  background-color: transparent;
}

.btn-outer-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.navlink-drop {
  position: relative;
  height: 100%;
  padding: 10px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px none #c2c2c2;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.navlink-drop:hover {
  background-color: #f5f5f5;
  color: #7ac943;
  font-weight: 500;
}

.dropdown-toggle {
  color: #000;
  font-size: 16px;
}

.dropdown-toggle:hover {
  color: #7ac943;
}

.dropdown {
  display: block;
  color: #000;
}

.navlink-wrapper {
  overflow: hidden;
  height: 20px;
}

.nav-text {
  padding-bottom: 0px;
  font-size: 16px;
  text-decoration: none;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu.nav-menu-left {
  position: absolute;
  left: 120px;
  top: auto;
  right: auto;
  bottom: auto;
}

.dropdown-list-2 {
  display: none;
}

.dropdown-list {
  position: absolute;
  left: auto;
  top: 110%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 0px;
  margin-left: -10px;
  padding-left: 0px;
  background-color: transparent;
}

.dropdown-list.drop-awards {
  top: 110%;
  right: auto;
  display: none;
  margin-right: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-list.drop-team {
  top: 110%;
  display: none;
}

.dropdown-list.drop-project {
  left: auto;
  top: 110%;
  right: auto;
  bottom: auto;
  display: none;
  height: auto;
  margin-left: -10px;
  background-color: transparent;
  color: #000;
}

.btn-text {
  position: absolute;
  display: block;
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.btn-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-title {
  color: #f45eac;
}

.div-block-3 {
  width: 200px;
  height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.contact-logo-wrapper {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-11 {
  width: 180px;
  height: 220px;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
}

.license-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-10 {
  position: static;
  display: inline-block;
  margin-top: 50px;
}

.image-9 {
  margin-top: 50px;
  margin-bottom: 60px;
}

.text-block {
  display: block;
}

.image-12 {
  padding-top: 50px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 500px;
  min-height: 500px;
  margin-top: 0px;
  padding-top: 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-2 {
  padding-left: 5px;
  color: #000;
}

.contact-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.contact-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph.centered {
    font-size: 26px;
  }

  .table-row-3-col.data-row {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .table-row-3-col.header {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .table {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table.no-pad.overflow {
    max-height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-right: 4px;
    margin-bottom: 20px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table-icon {
    height: 16px;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph.centered {
    font-size: 17px;
  }

  .table-row-3-col.data-row {
    width: 100%;
  }

  .table-row-3-col.header {
    width: 100%;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .table.no-pad {
    padding-right: 0px;
    padding-left: 10px;
  }

  .table.no-pad.overflow {
    overflow: auto;
    width: 100%;
    max-height: 240px;
    padding-left: 0px;
  }

  .table-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .table-wrapper._100 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .table-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .table-row-3-col.data-row {
    width: 140vw;
  }

  .table-row-3-col.header {
    width: 140vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    max-height: 600px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .table-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-wrapper._100 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }
}

#w-node-_5b22a947-5559-6e9a-1e04-dbb554a240a8-df964c1b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5b22a947-5559-6e9a-1e04-dbb554a240af-df964c1b {
  -ms-grid-column-align: center;
  justify-self: center;
}