@font-face {
  font-family: Akkurat;
  src: url('../../font/Akkurat/AkkuratLLWeb-Regular-b5a708c010c36fe28cc9fda24052641b.woff2?vsn=d') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akkurat;
  src: url('../../font/Akkurat/AkkuratLLWeb-Bold-a6e3eac4d6d610b1510dbf881db6a087.woff2?vsn=d') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ariata Display (Demo)";
  src: url('../../font/ariata-pro-display-black-187fbb8c0e57e4366d390aa3b5701efc.woff2?vsn=d') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --green-600: #386f65;
  --white: white;
  --type-base: #3d4249;
  --green-100: #e8f2f0;
  --lavender-100: #f4f8ff;
  --green-800: #1c5c50;
  --green-300: #1c9a49;
  --heading-font: "Ariata Display (Demo)", sans-serif;
  --gray-500: #6b7280;
  --green-200: #a4c7be;
  --green-400: #3d8b7d;
  --black: black;
}

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

a {
  text-decoration: underline;
}

.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: 1440px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.container.investors {
  max-width: 1000px;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: -.1px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Akkurat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

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

.nav-link:focus-visible, .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, .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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary {
  border: 1px solid var(--green-600);
  background-color: var(--green-600);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: Akkurat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.hero-stack {
  border-bottom: 0px none var(--white);
  background-color: var(--white);
  margin-top: 0;
  padding: 60px 30px 30px;
  position: relative;
}

.hero-stack.top-stack {
  padding-top: 80px;
  padding-bottom: 0;
}

.hero-stack.features {
  padding-top: 0;
}

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

.hero-wrapper-two.section {
  max-width: 960px;
}

.margin-bottom-24px {
  color: var(--type-base);
  text-align: left;
  letter-spacing: -.1px;
  max-width: 860px;
  margin-bottom: 24px;
  font-family: Akkurat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
}

.margin-bottom-24px.subhead {
  max-width: 960px;
}

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

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

.hero-image.shadow-two {
  max-width: 960px;
  margin-top: 30px;
}

.green-wave {
  background-color: var(--green-100);
  border-bottom: 0 solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.green-wave.top {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/wave-green100-top-d7cc6128da6ccc9bef632e6f88472328.png?vsn=d');
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: scroll;
  background-clip: border-box;
  height: 85px;
  padding-top: 0;
  padding-bottom: 0;
}

.green-wave.top.blue-wave {
  background-image: url('../images/wave-blue-top-de67c8c3f0d90e17d6b3c2964fc28b2f.svg?vsn=d');
}

.green-wave.green-wave-bottom {
  background-color: var(--white);
  background-image: url('../images/wave-green100-bottom-dc143f00533916314288b9f9aaccb3f6.svg?vsn=d');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  height: 85px;
}

.green-wave.green-wave-bottom.blue-wave {
  background-image: url('../images/wave-blue-bottom-c7e6dd09c3acfc1a67c69891d05bf9bc.svg?vsn=d');
}

.hero-heading-right {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.featured-community {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 200px 70px 0;
}

.hero-heading-right.featured-community.second-community {
  padding-top: 0;
  padding-left: 200px;
  padding-right: 0;
}

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

.hero-split.community-copy {
  max-width: 66%;
  margin-left: 10px;
}

.hero-heading-left {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.featured-community {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider-large {
  background-color: var(--lavender-100);
  border-bottom: 0 solid #e4ebf3;
  padding: 40px 30px 0;
  position: relative;
  bottom: 0;
}

.testimonial-slider-two {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #f4f8ff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--green-800);
  text-align: center;
  margin-bottom: 32px;
  font-family: "Ariata Display (Demo)", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--green-300);
  font-family: Akkurat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

.logos-title-large {
  background-color: var(--lavender-100);
  border-bottom: 0 solid #e4ebf3;
  padding: 20px 30px 60px;
  position: relative;
}

.logos-title-large.investor-logos {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.clients-image {
  margin-left: 0;
  margin-right: 0;
}

.heading {
  font-family: var(--heading-font);
  color: var(--green-800);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 900;
  line-height: 58px;
}

.heading.feature {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
}

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

.subhead {
  color: var(--green-300);
  margin-bottom: 24px;
  font-family: Akkurat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.text-block {
  font-family: Akkurat, sans-serif;
  font-size: 17px;
}

.eyebrow {
  color: var(--green-300);
  font-family: Akkurat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.small-text {
  color: var(--gray-500);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Akkurat, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

.small-text.testimonial {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  margin-top: 0;
}

.heading-3 {
  color: var(--green-800);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Ariata Display (Demo)", sans-serif;
}

.hero-heading-left-2 {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  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;
}

.shadow-two-2 {
  aspect-ratio: auto;
}

.hero-heading-right-2 {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.image {
  margin-bottom: 20px;
}

.container-large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: var(--green-300);
  font-family: Akkurat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.footer-dark {
  background-color: var(--green-800);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 100px;
  position: relative;
}

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

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

.footer-content {
  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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  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 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.footer-disclaimer {
  color: var(--green-200);
  -webkit-text-stroke-color: var(--green-200);
  margin-bottom: 60px;
  font-family: Akkurat, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.hero-stack-2 {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  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-3 {
  margin-bottom: 24px;
}

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

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

.footer-image {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-copyright {
  color: var(--white);
  font-family: Akkurat, sans-serif;
  font-size: 15px;
}

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

.columns {
  width: 100%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.body-link {
  color: var(--green-800);
  font-family: Akkurat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.small-text-link {
  color: var(--green-600);
  font-family: Akkurat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.green-wave-copy {
  background-color: var(--green-100);
  border-bottom: 0 solid #e4ebf3;
  padding: 30px;
  position: relative;
}

.green-wave-copy.top {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/wave-green100-top-d7cc6128da6ccc9bef632e6f88472328.png?vsn=d');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: scroll;
  background-clip: border-box;
  height: 85px;
  padding-top: 0;
  padding-bottom: 0;
}

.green-wave-copy.bottom {
  height: 85px;
  line-height: 85px;
}

.footer-link-divider {
  margin-left: 5px;
  padding-right: 5px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  color: #fff;
}

.image-2 {
  max-width: 25%;
}

@media screen and (max-width: 991px) {
  .container {
    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 {
    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;
  }

  .green-wave.top {
    height: 50px;
  }

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

  .hero-heading-right.featured-community.second-community {
    padding-left: 0;
  }

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

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

  .hero-split.community-copy {
    max-width: 50%;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .logos-title-large.investor-logos {
    padding-top: 40px;
  }

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

  .clients-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .hero-heading-left-2 {
    padding-bottom: 30px;
  }

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

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

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

  .hero-heading-right-2 {
    padding-bottom: 30px;
  }

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

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .green-wave-copy.top {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .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 {
    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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-stack, .green-wave, .hero-heading-right, .hero-heading-left, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

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

  .hero-heading-left-2, .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .footer-dark {
    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-stack-2 {
    padding: 60px 15px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .green-wave-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .button-primary {
    text-align: center;
    width: 100%;
  }

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

  .hero-stack {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .hero-stack.top-stack {
    padding-top: 40px;
  }

  .hero-wrapper-two {
    margin-top: 30px;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .margin-bottom-24px.subhead {
    margin-bottom: 20px;
    line-height: 26px;
  }

  .hero-image.shadow-two {
    width: 100%;
  }

  .green-wave {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .green-wave.top {
    height: 25px;
  }

  .hero-heading-right.featured-community {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-right.featured-community.second-community {
    padding-left: 0;
  }

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

  .hero-split.community-copy {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .testimonial-slider-large {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .testimonial-slide {
    padding: 0;
  }

  .testimonial-content {
    margin-bottom: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 24px;
    line-height: 27px;
  }

  .testimonial-author-name {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .logos-title-large {
    padding-top: 30px;
  }

  .clients-title {
    line-height: 27px;
  }

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

  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .heading.feature {
    text-align: left;
    font-size: 30px;
    line-height: 32px;
  }

  .subhead {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .small-text {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-heading-left-2 {
    padding-top: 20px;
  }

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

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

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

  .hero-heading-right-2 {
    padding-top: 80px;
  }

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

  .hero-stack-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column {
    text-align: center;
    margin-top: 20px;
  }

  .green-wave-copy {
    padding-top: 15px;
  }

  .green-wave-copy.top {
    height: 25px;
  }
}


@font-face {
  font-family: 'Akkurat';
  src: url('../../font/Akkurat/AkkuratLLWeb-Regular-b5a708c010c36fe28cc9fda24052641b.woff2?vsn=d') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../../font/Akkurat/AkkuratLLWeb-Bold-a6e3eac4d6d610b1510dbf881db6a087.woff2?vsn=d') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ariata Display (Demo)';
  src: url('../../font/ariata-pro-display-black-187fbb8c0e57e4366d390aa3b5701efc.woff2?vsn=d') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}