:root {
  --esg-green: #2c4832;
  --esg-light-green: #177e2d;
  --esg-dark: #333;
  --esg-light: #fff;
  --esg-light-alt: #fff3cb;
}

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

body {
  color: #333;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

h1 {
  color: var(--esg-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  color: var(--esg-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

h3 {
  color: var(--esg-light-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.3rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}

p {
  color: var(--esg-dark);
  margin-bottom: 10px;
}

img {
  border-radius: 12px;
  max-width: 100%;
  display: inline-block;
}

.hero-heading-cta {
  padding: 30px;
  position: relative;
}

.hero-heading-cta.cta {
  background-color: var(--esg-light);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.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 {
  margin-bottom: 24px;
}

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

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

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

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

.hero-heading-right {
  padding: 30px;
  position: relative;
}

.bullet-wrapper {
  padding-top: 0;
  padding-bottom: 80px;
}

.title {
  padding: 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding-top: 0;
  font-weight: 300;
}

.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: #fff;
  padding-bottom: 24px;
}

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

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

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

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

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

.section-title {
  width: 100%;
  max-width: 940px;
  height: 292px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.full-page-image {
  background-image: url('../images/bg-strip.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-height: 480px;
}

.padding-32px {
  min-height: 32px;
}

.button {
  background-color: var(--esg-green);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 500;
  display: flex;
}

.button:hover {
  background-color: var(--esg-light-green);
}

.team-slider {
  float: none;
  padding: 3px 30px 80px;
  position: static;
  bottom: -87px;
}

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

.container.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.card-grid.team {
  text-align: left;
  padding-left: 0;
}

.card-grid-img {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  max-height: 280px;
  display: flex;
  overflow: hidden;
}

.site-hero {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 480px;
  padding: 0;
  display: flex;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  min-height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.text-size-large {
  color: var(--esg-green);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.background-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  mix-blend-mode: normal;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-fold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.team-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.projects-fold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.hero-text {
  color: var(--esg-light);
  flex-flow: column;
  display: flex;
}

.supporter-badge {
  max-height: 100%;
}

.supporter-badge.small {
  border-radius: 0;
  max-height: 60%;
}

.social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons.invert {
  filter: invert();
  justify-content: center;
  align-items: center;
}

.lega-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.container-wrapper {
  max-width: 1180px;
  padding: 1.8rem;
}

.container-wrapper.medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 940px;
  display: flex;
}

.label {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.padding {
  min-height: 6rem;
}

.padding.xs {
  min-height: 1rem;
}

.divider {
  background-color: #4f5055;
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  margin-top: 1.3rem;
  margin-bottom: 1.8rem;
}

.footer-sections {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  align-items: flex-start;
  display: flex;
}

.vertical-padding {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.vertical-padding.huge {
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}

.legal-text {
  color: #8c8c8c;
  flex-direction: column;
  font-size: 12px;
  display: flex;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.esg-icon {
  background-image: url('../images/emblem.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

.esg-icon.inverted {
  filter: contrast(200%) saturate(0%) invert();
  width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.fooer-links {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-direction: row;
  display: flex;
}

.text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-wrapper.footer {
  color: var(--esg-light);
  align-items: flex-start;
}

.partner-wrapper {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #d59600;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.3rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all 96ms cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #e4a614;
  transform: translate(0, -.08rem);
}

.button-2:active {
  transform: translate(0);
}

.organization-logos {
  justify-content: space-between;
  display: flex;
}

.section-wrapper.footer {
  background-color: var(--esg-green);
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Contact-us.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.paragraph.extra-small {
  font-size: 14px;
}

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

.social-icon {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.social-icon:hover {
  opacity: 1;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  color: var(--esg-light);
}

.footer-link {
  color: var(--esg-light-alt);
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.paragraph-logo {
  color: var(--esg-light);
  margin-bottom: 0;
  font-weight: 500;
}

.heading {
  color: var(--esg-green);
}

.image-portfoluio {
  height: 150%;
  min-height: 100%;
}

.white-text {
  color: var(--esg-green);
}

.invert {
  filter: contrast(200%) saturate(0%) invert();
}

.body {
  font-family: Gordita, sans-serif;
}

.portrait {
  flex: 1;
  min-height: 100%;
}

.gradient-divider {
  background-image: linear-gradient(90deg, #ccfdd7, #bae8e4 23%, #a3caf4 68%, #98bdfa 92%, #4289ff 103%);
  min-height: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

._30px {
  width: 30px;
}

.navbar-logo-center {
  background-color: var(--esg-green);
}

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

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

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

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

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

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

.nav-menu-three {
  color: #fbf8f8;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Gordita, sans-serif;
  display: flex;
}

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

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

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

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

.text-block {
  color: var(--esg-light);
}

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

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

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

.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-3 {
  margin-bottom: 24px;
}

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

.heading-2 {
  color: var(--esg-green);
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  position: relative;
  overflow: clip;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  color: var(--esg-green);
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: clip;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2c4832;
  border: 1px solid #652b2b;
  padding: 12px 25px;
  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;
}

.image {
  width: 205px;
  display: inline-block;
}

.image-2 {
  float: none;
  text-align: center;
  border: 1px #000;
  border-radius: 0;
}

.text-block-2 {
  font-size: 1em;
}

.heading-7 {
  color: #0a0a0a;
}

.heading-8 {
  color: #131212;
}

.heading-9 {
  color: #090909;
}

.heading-10 {
  color: var(--esg-dark);
}

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

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

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

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.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-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  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;
}

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

.container-6 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  outline: 3px #333;
  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: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  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;
}

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

.hero-image.shadow-two {
  border-radius: 0;
}

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

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

  .hero-wrapper.reverse {
    flex-flow: column-reverse;
  }

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

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

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

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

  .container-wrapper.medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .clients-title {
    margin-bottom: 32px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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;
  }

  .container-5 {
    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;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

@media screen and (max-width: 767px) {
  .hero-heading-cta {
    padding: 0;
  }

  .hero-heading-cta.cta {
    padding: 2rem 2rem 30px;
  }

  .hero-wrapper.reverse {
    margin-bottom: 0;
  }

  .hero-heading-right {
    padding: 0;
  }

  .bullet-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title {
    padding: 60px 15px;
  }

  .section-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-slider {
    border-bottom-width: 0;
    padding: 60px 2rem;
  }

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

  .team-fold, .projects-fold {
    grid-template-columns: 1fr 1fr;
  }

  .social-icons.invert {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .footer-sections {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-direction: column-reverse;
  }

  .vertical-padding.huge {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .organization-logos {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .social-icon {
    opacity: 1;
  }

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

  .navbar-brand-three {
    padding-left: 0;
  }

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

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

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

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

  .nav-dropdown-toggle {
    padding-top: 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;
  }

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

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

  .hero-heading-center, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-heading-center-2, .pricing-overview, .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .hero-wrapper {
    margin-bottom: 40px;
  }

  .hero-split {
    margin-bottom: 0;
  }

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

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

  .section-title {
    max-width: none;
  }

  .button {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .card-grid-img {
    min-height: auto;
  }

  .site-hero {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-wrapper-two {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-large {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .team-fold, .projects-fold {
    grid-template-columns: 1fr;
  }

  .lega-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .container-wrapper {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .partner-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-2 {
    width: 100%;
  }

  .organization-logos {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column wrap;
  }

  .paragraph.small {
    font-size: 15px;
  }

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

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

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

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

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

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

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

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

#w-node-_19f9b713-2a4b-006c-66e5-f2c783eb1a75-3635eef2, #w-node-_5ff155e2-b5cb-33a4-1f66-59e900c4908f-3635eef2, #w-node-f9a68e30-dd0c-6048-e768-45753eb20eb2-3635eef2, #w-node-_77da278d-153d-9105-51b1-eb03d931f896-3635eef2, #w-node-_664016ca-9673-0b1a-0420-b8c5b177b52b-3635eef2, #w-node-_83ff46e1-8260-e4a7-649b-5233b02a4d32-3635eef2, #w-node-_680576b6-ff5e-0f4a-cc24-acb8d81bccc2-3635eef2, #w-node-_680576b6-ff5e-0f4a-cc24-acb8d81bccca-3635eef2, #w-node-_680576b6-ff5e-0f4a-cc24-acb8d81bccd2-3635eef2, #w-node-_680576b6-ff5e-0f4a-cc24-acb8d81bccda-3635eef2, #w-node-b7302e68-5981-4847-c6bc-1895f888c5f8-3635eef2, #w-node-aa79b8ef-781e-2a19-fb0b-9d99fc2ce7b9-3635eef2 {
  place-self: center stretch;
}


@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/Gordita-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}