:root {
  --dark-green: #1a3d3d;
  --black: black;
  --grey: #52606d;
  --white: white;
  --off-white: whitesmoke;
  --border-grey: #dfdfdf;
  --border-dark: #5e7777;
  --lighter-grey: #e1e1e1;
  --very-dark-green: #062929;
  --medium-green: #2e5151;
  --light-green: #426565;
  --light-grey: #c8c8c8;
}

body {
  color: var(--dark-green);
  font-family: Satoshi Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.16rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Bold, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125;
}

h2 {
  letter-spacing: -.12rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Bold, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.09;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Medium, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-color-white {
  max-width: 40rem;
  color: var(--white);
}

.text-weight-bold {
  font-family: Satoshi Bold, sans-serif;
  font-weight: 700;
}

.container-large {
  border-right: 1px solid var(--border-grey);
  border-left: 1px solid var(--border-grey);
  width: 95%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-dark {
  border-right-color: var(--border-dark);
  border-left-color: var(--border-dark);
  border-right-color: var(--border-dark);
  border-left-color: var(--border-dark);
}

.button {
  grid-column-gap: .75rem;
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Satoshi Bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-cta {
  z-index: 1;
  background-color: var(--white);
  color: var(--dark-green);
  position: relative;
}

.button.is-text {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
  padding: 0;
}

.button.is-secondary {
  border: 2px solid var(--dark-green);
  color: var(--grey);
  background-color: #0000;
  justify-content: center;
  padding-left: 2rem;
  font-family: Satoshi Medium, sans-serif;
  font-weight: 500;
}

.button.is-icon {
  grid-column-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.is-icon.is-mobile-nav, .hide {
  display: none;
}

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

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.button-icon.is-text-link {
  margin-top: -2px;
}

.nav_component {
  z-index: 100;
  border-bottom: 1px solid var(--border-grey);
  background-color: var(--white);
  height: 5.25rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  border-right: 1px solid var(--border-grey);
  border-left: 1px solid var(--border-grey);
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 2.5rem;
  display: flex;
}

.nav_brand {
  width: auto;
  height: 2rem;
}

.nav_brand-img {
  width: auto;
  height: 100%;
}

.nav_menu {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--grey);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Satoshi Medium, sans-serif;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.nav_middle-content {
  align-items: center;
  display: flex;
}

.nav_menu-btn-wrapper {
  display: none;
}

.nav_cta-wrapper {
  margin-left: 2.5rem;
}

.section_header {
  border-bottom: 1px solid var(--lighter-grey);
  padding-top: 5rem;
}

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

.header_content-left {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 32rem;
  display: flex;
}

.header_content-right {
  width: 50%;
}

.header_subtext-wrapper {
  margin-top: 1.5rem;
}

.header_subtext {
  font-size: 1.25rem;
  line-height: 1.4;
}

.header_buttons-wrapper {
  grid-column-gap: 1rem;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.header_img {
  width: 100%;
  height: auto;
}

.section_logos {
  border-bottom: 1px solid var(--border-dark);
  background-color: var(--dark-green);
}

.logos_wrapper {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 2.5rem;
  display: flex;
}

.logos_content-left {
  border-right: 1px solid var(--border-dark);
  align-items: center;
  width: 16rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.logos_content-right {
  cursor: grab;
  flex: 1;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logos_heading {
  color: var(--lighter-grey);
  letter-spacing: 0;
  font-family: Satoshi Medium, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

.splide {
  width: 100%;
}

.splide__list {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.splide__list.is-proposal {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.logos_img {
  width: auto;
  height: 5rem;
}

.section_large-customer {
  border-bottom: 1px solid var(--border-dark);
  background-color: var(--dark-green);
}

.large-customer_wrapper {
  padding: 6rem 3rem;
}

.large-customer_wrapper.is-proposals {
  padding-bottom: 0;
}

.large-customer_card-wrapper {
  width: 100%;
  max-width: 66rem;
  color: var(--white);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-customer_card-wrapper.is-proposals {
  max-width: none;
}

.large-customer_card-content-wrapper {
  background-color: var(--light-green);
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem;
  display: flex;
  position: relative;
}

.large-customer_card-author-wrapper {
  display: flex;
}

.large-customer_card-subtext-wrapper {
  margin-top: 1.5rem;
}

.large-customer_card-subtext {
  color: var(--lighter-grey);
  font-size: 1.5rem;
  line-height: 1.5;
}

.large-customer_card-quote-wrapper {
  width: 9%;
  height: auto;
  position: absolute;
  inset: -5% 4% auto auto;
}

.large-customer_card-quote-img {
  width: 100%;
  height: auto;
}

.large-customer_card-img-wrapper {
  width: 10rem;
  height: 10rem;
}

.large-customer_card-img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.large-customer_card-meta-wrapper {
  background-color: var(--medium-green);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.large-customer_card-meta-img-wrapper {
  width: 13.75rem;
}

.large-customer_card-meta-img {
  width: 100%;
  height: auto;
}

.large-customer_card-author-name-text {
  font-family: Satoshi Bold, sans-serif;
  font-weight: 700;
}

.large-customer_card-author-role-text {
  margin-top: .25rem;
  font-size: 1.5rem;
}

.hide-desktop {
  display: none;
}

.section_transformation {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  background-color: var(--off-white);
}

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

.section-tag {
  border: 1px solid var(--light-green);
  background-color: var(--white);
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-radius: 100px;
  padding: .5rem 1rem;
  font-family: Satoshi Medium, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.section-tag.is-dark {
  background-color: var(--medium-green);
  color: var(--white);
  background-color: var(--medium-green);
}

.transformation_handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.transformation_component {
  border: 4px solid var(--dark-green);
  cursor: pointer;
  width: 100%;
  max-width: 66.5rem;
  height: 70vh;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.transformation_before {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.transformation_after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.transformation_handle-component {
  z-index: 2;
  background-color: var(--dark-green);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.transformation_handle-circle {
  background-color: var(--dark-green);
  outline-offset: 0px;
  border-radius: 2rem;
  outline: 10px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  transition: all .4s;
  display: flex;
}

.transformation_handle-circle:hover, .transformation_handle-circle:active {
  outline-color: #ffffff4d;
}

.transformation_bg-video {
  width: 100%;
  height: 100%;
}

.transformation_bg-video.is-after {
  inset: 0% 0% auto auto;
  width: 70vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.transformation_handle-circle-icon {
  width: 100%;
  height: 100%;
}

.text-link_text-wrapper {
  color: var(--dark-green);
}

.text-link_text-underline {
  background-color: var(--dark-green);
  width: 100%;
  height: 2px;
}

.transformation_heading-wrapper {
  text-align: center;
  max-width: 52rem;
  margin-top: 2rem;
}

.projects_heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
}

.projects_collection {
  margin-top: 6rem;
}

.projects_collection-list {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.projects_collection-item {
  position: relative;
}

.projects_collection-item:nth-child(2n) {
  top: -8rem;
}

.projects_card-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.projects_card-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.projects_card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.projects_card-tags-wrapper {
  background-image: linear-gradient(360deg, #1f293399, #1f293300);
  padding: 2.25rem 1rem 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.projects_card-tags-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .65rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.projects_card-tags-collection-item {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100px;
  padding: .3rem .6rem .35rem;
  font-family: Satoshi Medium, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.projects_card-link {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.projects_card-content-wrapper {
  margin-top: 1.5rem;
}

.projects_card-description {
  margin-top: .75rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

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

.projects_card-title-wrapper {
  position: relative;
  overflow: hidden;
}

.projects_card-title-underline {
  background-color: var(--dark-green);
  width: 100%;
  height: 2px;
}

.projects_card-arrow-wrapper {
  width: 2.5rem;
  height: 2.5rem;
}

.projects_card-arrow {
  width: 100%;
  height: auto;
}

.section_services {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  background-color: var(--off-white);
  position: relative;
}

.services_heading-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.services_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--border-grey);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.services_card-wrapper {
  grid-column-gap: 5rem;
  border-top: 1px solid var(--border-grey);
  background-color: var(--off-white);
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2.5rem;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.services_card-wrapper.is-2 {
  top: 11rem;
}

.services_card-wrapper.is-3 {
  top: 17rem;
}

.services_card-wrapper.is-1 {
  top: 5rem;
}

.services_card-img-wrapper {
  width: 100%;
  height: auto;
  margin-top: 4rem;
}

.services_card-img {
  width: 100%;
  height: auto;
}

.services_card-title {
  font-family: Satoshi Bold, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.services_card-subtext-wrapper {
  margin-top: 1.5rem;
}

.services_card-subtext {
  color: var(--grey);
  font-size: 1.125rem;
}

.services_content-wrapper {
  max-width: 24rem;
}

.services_wrapper {
  padding-top: 3rem;
}

.section_testimonials {
  background-color: var(--dark-green);
}

.testimonials_top-wrapper {
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonials_quote-img-wrapper {
  width: 6rem;
  height: auto;
  position: absolute;
  inset: auto auto auto 8%;
}

.testimonials_quote-img-wrapper.is-right {
  left: auto;
  right: 8%;
}

.testimonials_quote-img {
  width: 100%;
  height: auto;
}

.testimonials_heading-wrapper {
  margin-top: 1rem;
}

.testimonials_top-inner-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.testimonials_grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2.5rem;
  display: flex;
}

.testimonials_card-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.testimonials_card-top-wrapper {
  background-color: var(--light-green);
  color: var(--off-white);
  padding: 2.5rem;
  font-size: 1.25rem;
}

.testimonials_card-bottom-wrapper {
  background-color: var(--medium-green);
  align-items: stretch;
  display: flex;
}

.testimonials_card-img-wrapper {
  width: 6rem;
  height: 6rem;
}

.testimonials_card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials_card-author-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 1.25rem;
  display: flex;
}

.testimonials_card-author-title {
  color: var(--lighter-grey);
}

.testimonials_card-author-name {
  color: var(--white);
  font-family: Satoshi Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.testimonials_bottom-wrapper {
  border-top: 1px solid var(--border-dark);
  height: 4rem;
  display: flex;
}

.features_wrapper {
  grid-column-gap: 5rem;
  background-color: var(--off-white);
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.section_top-border {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  height: 4rem;
  display: flex;
}

.section_top-border.is-footer {
  height: auto;
}

.section_bottom-border {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  height: 4rem;
  display: flex;
}

.features_right-wrapper {
  flex: 1;
}

.features_heading-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22.5rem;
  display: flex;
}

.features_card_component {
  grid-column-gap: 2rem;
  display: flex;
}

.features_card_icon-wrapper {
  background-color: #d1d8d8;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.features_card_icon {
  width: auto;
  height: 4rem;
}

.features_card_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features_card_heading {
  font-size: 1.5rem;
}

.features_card_subheading {
  margin-top: .5rem;
  font-size: 1.125rem;
}

.features_card_divider {
  background-color: var(--border-grey);
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.webflow_top-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.webflow_heading {
  margin-top: 2rem;
}

.webflow_subheading {
  margin-top: 1.5rem;
  font-size: 1.125rem;
}

.webflow_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 7.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6rem;
  display: flex;
}

.webflow_card_component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 17rem;
  display: flex;
}

.webflow_card_icon-wrapper {
  width: 5rem;
  height: 5rem;
}

.webflow_card_icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.webflow_card_heading {
  font-family: Satoshi Medium, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.section_cta {
  background-color: var(--off-white);
}

.cta_wrapper {
  grid-column-gap: 5rem;
  background-color: var(--dark-green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.5rem 5rem;
  display: flex;
  position: relative;
}

.cta_heading {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.cta_subheading {
  z-index: 1;
  max-width: 53rem;
  color: var(--lighter-grey);
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  position: relative;
}

.cta_bg-wrapper {
  z-index: 0;
  width: 60%;
  max-width: 43.5rem;
  max-height: 25rem;
  position: absolute;
}

.cta_bg-img {
  width: 100%;
  height: auto;
}

.footer_wrapper {
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.footer_left-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 26.25rem;
  display: flex;
}

.footer_logo-wrapper {
  width: auto;
  height: 2rem;
}

.footer_logo {
  width: auto;
  height: 100%;
}

.footer_subtext {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.footer_right-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_link-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 12rem;
  display: flex;
}

.footer_link_underline {
  background-color: var(--dark-green);
  width: 100%;
  height: 1px;
}

.footer_link {
  color: var(--dark-green);
  font-family: Satoshi Medium, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.footer_legal-wrapper {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: var(--grey);
  text-decoration: none;
  transition: all .3s;
}

.footer_legal-link:hover {
  color: var(--very-dark-green);
}

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

.button-text-absolute {
  position: absolute;
}

.testimonials_grid_col {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.descriptive-text {
  display: none;
}

.nav_link_underline {
  background-color: var(--dark-green);
  width: 100%;
  height: 1px;
}

.webflow-badge-link {
  z-index: 100;
  width: auto;
  height: 1.75rem;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.webflow-badge {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-icon.is-mobile-nav {
    display: flex;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_menu {
    background-color: var(--white);
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .nav_link {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .nav_middle-content {
    display: none;
  }

  .nav_menu-btn-wrapper {
    align-items: center;
    display: flex;
  }

  .header_wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .header_content-left, .header_content-right {
    width: 100%;
    max-width: 44rem;
  }

  .large-customer_wrapper {
    padding: 4rem 2rem;
  }

  .large-customer_card-content-wrapper {
    padding: 3rem;
  }

  .large-customer_card-quote-wrapper {
    width: 5rem;
    top: -1rem;
  }

  .large-customer_card-meta-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .large-customer_card-meta-img-wrapper {
    width: 9rem;
  }

  .large-customer_card-author-name-text {
    font-size: 1.5rem;
  }

  .large-customer_card-author-role-text {
    font-size: 1rem;
  }

  .transformation_component {
    width: 85vw;
  }

  .transformation_before {
    width: 80vw;
  }

  .projects_collection {
    margin-top: 4rem;
  }

  .projects_collection-list {
    grid-column-gap: 2.5rem;
  }

  .projects_collection-item:nth-child(2n) {
    top: -4rem;
  }

  .services_heading-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services_card-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .services_card-img-wrapper {
    flex: none;
    margin-top: 0;
  }

  .services_content-wrapper {
    max-width: none;
  }

  .services_wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .testimonials_quote-img-wrapper {
    width: 3.5rem;
    top: 4rem;
  }

  .testimonials_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    column-count: 0;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features_wrapper {
    grid-row-gap: 3.5rem;
    flex-direction: column;
  }

  .features_heading-wrapper {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_wrapper {
    grid-column-gap: 2.5rem;
  }

  .footer_right-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav_link_underline {
    display: none;
  }

  .contact-header_wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .contact-header_content-top, .contact-header_content-bottom {
    width: 100%;
    max-width: 44rem;
  }

  .nav_menu-button {
    color: var(--dark-green);
  }

  .nav_menu-button.w--open {
    background-color: var(--white);
    color: var(--dark-green);
  }

  .proposal_header_wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .proposal_header_content-left, .proposal_header_content-right {
    width: 100%;
    max-width: 44rem;
  }

  .proposal_phase_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .proposal_phase_heading-wrapper {
    position: static;
  }

  .process_wrapper, .proposal_timeline_grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal_hero_wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-icon.is-mobile-nav {
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    padding: .75rem 1rem .75rem .75rem;
    font-family: Satoshi Medium, sans-serif;
    font-size: .875rem;
    font-weight: 500;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-icon.is-mobile-nav {
    width: 1.25rem;
    height: 1.25rem;
  }

  .nav_container {
    padding-right: 0;
  }

  .nav_middle-content {
    display: none;
  }

  .header_wrapper {
    grid-row-gap: 2rem;
  }

  .header_content-right {
    display: none;
  }

  .logos_wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .logos_content-left {
    border-bottom: 1px solid var(--border-dark);
    text-align: center;
    justify-content: center;
    width: 106%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative;
    right: 3%;
  }

  .large-customer_wrapper {
    padding: 3rem 1rem;
  }

  .large-customer_card-content-wrapper {
    padding: 1.5rem 1rem;
  }

  .large-customer_card-subtext-wrapper {
    margin-top: 1rem;
  }

  .large-customer_card-subtext {
    font-size: 1rem;
  }

  .large-customer_card-quote-wrapper {
    width: 3.5rem;
  }

  .large-customer_card-img-wrapper {
    width: 5.75rem;
    height: auto;
  }

  .large-customer_card-img {
    height: 100%;
  }

  .large-customer_card-meta-wrapper {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .large-customer_card-meta-img-wrapper {
    width: 8rem;
    display: none;
  }

  .large-customer_card-author-name-text {
    font-size: 1.25rem;
  }

  .large-customer_card-maintext {
    letter-spacing: -.08rem;
    font-size: 1.5rem;
  }

  .hide-desktop {
    display: inline;
  }

  .transformation_component {
    width: 90vw;
    height: 55vh;
  }

  .transformation_before {
    width: 90vw;
  }

  .transformation_handle-circle {
    outline-width: 6px;
    width: 2.5rem;
    height: 2.5rem;
  }

  .transformation_bg-video.is-after {
    width: 90vw;
  }

  .projects_collection-list {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .projects_collection-item:nth-child(2n) {
    top: 0;
  }

  .projects_card-tags-wrapper {
    padding: .75rem;
  }

  .projects_card-content-wrapper {
    margin-top: 1rem;
  }

  .projects_card-description {
    font-size: 1.125rem;
  }

  .projects_card-arrow-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .services_grid {
    margin-top: 3rem;
  }

  .services_card-wrapper {
    padding: 1rem;
  }

  .services_card-wrapper.is-2 {
    top: 8.5rem;
  }

  .services_card-title {
    font-family: Satoshi Medium, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .services_card-subtext-wrapper {
    margin-top: .5rem;
  }

  .services_card-subtext {
    font-size: 1rem;
  }

  .services_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials_quote-img-wrapper {
    width: 2.625rem;
    top: 2.5rem;
  }

  .testimonials_top-inner-wrapper {
    padding: 3.1rem 1rem;
  }

  .testimonials_grid {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .testimonials_card-wrapper {
    margin-bottom: 0;
  }

  .testimonials_card-top-wrapper {
    padding: 1rem;
    font-size: 1rem;
  }

  .testimonials_card-author-wrapper {
    padding: .75rem 1rem;
  }

  .testimonials_card-author-title {
    font-size: .875rem;
  }

  .testimonials_card-author-name {
    font-size: 1.125rem;
  }

  .testimonials_bottom-wrapper {
    height: 1.5rem;
  }

  .features_wrapper {
    padding: 2rem 1rem;
  }

  .section_top-border, .section_bottom-border {
    height: 1.5rem;
  }

  .features_heading-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .features_card_component {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .features_card_icon-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .features_card_heading {
    font-size: 1.25rem;
  }

  .features_card_subheading {
    font-size: 1rem;
  }

  .features_card_divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .webflow_grid {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
  }

  .webflow_card_component {
    grid-column-gap: 1rem;
    text-align: left;
    flex-direction: row;
    max-width: none;
  }

  .webflow_card_icon-wrapper {
    flex: none;
    width: 3rem;
    height: 3rem;
  }

  .webflow_card_heading {
    font-size: 1rem;
  }

  .cta_wrapper {
    padding: 6rem 2rem;
    overflow: hidden;
  }

  .cta_subheading {
    font-size: 1rem;
  }

  .cta_bg-wrapper {
    width: 130%;
    max-width: 36rem;
  }

  .footer_wrapper {
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .footer_left-content {
    max-width: none;
  }

  .footer_subtext {
    font-size: 1rem;
  }

  .footer_legal-wrapper {
    grid-column-gap: 1.5rem;
  }

  .testimonials_grid_col {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .contact-header_wrapper {
    grid-row-gap: 2rem;
  }

  .webflow-badge-link {
    height: 1.5rem;
    bottom: .5rem;
    right: .5rem;
  }

  .proposal_logos_wrapper {
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .proposal_header_wrapper {
    grid-row-gap: 2rem;
  }

  .proposal_meta_content-left {
    border-bottom: 1px solid var(--border-dark);
    text-align: center;
    justify-content: center;
    width: 106%;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative;
    right: 3%;
  }

  .proposal_meta_wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .proposal_meta_cell {
    border-bottom: 1px solid var(--border-dark);
    text-align: center;
    justify-content: center;
    width: 106%;
    padding-left: 2rem;
    padding-right: 3.5rem;
    position: relative;
    right: 3%;
  }

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

  .proposal_logos_content-left {
    border-bottom: 1px solid var(--border-dark);
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .proposal_phase_richtext {
    width: 100%;
  }

  .proposal_objectives_grid_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .proposal_cost_grid_wrapper {
    flex-flow: column;
    display: flex;
  }

  .proposal_cost_grid-cell {
    padding-right: 2rem;
  }

  .process_wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 5.625em;
    grid-template-columns: 1fr;
  }

  .proposal_timeline_grid {
    grid-column-gap: 0em;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .legal_hero_wrapper {
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav_container {
    padding-right: 0;
  }

  .header_buttons-wrapper {
    grid-row-gap: 1rem;
  }

  .large-customer_card-quote-wrapper {
    width: 2.625rem;
    top: -.75rem;
  }

  .transformation_component {
    width: 90vw;
    height: 35vh;
  }

  .transformation_before {
    width: 90vw;
  }

  .transformation_handle-component {
    width: 2px;
  }

  .projects_collection-list {
    grid-row-gap: 4rem;
  }

  .testimonials_quote-img.is-proposals {
    display: none;
  }

  .testimonials_grid {
    padding: 1rem;
  }

  .cta_bg-wrapper {
    width: 200%;
    max-width: 40rem;
  }

  .footer_component {
    overflow: hidden;
  }

  .footer_link-col {
    min-width: 12rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .proposal_logos_wrapper {
    padding-top: 2rem;
  }

  .proposal_logos_heading {
    font-size: 1.5rem;
  }

  .proposal_phase_wrapper.is-cost {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .proposal_cost_grid-cell {
    padding-right: 1rem;
  }
}

#w-node-_81407833-9561-85e8-a38e-821a29776bd1-b6c13128, #w-node-_97618171-84f6-ac4c-f61c-c2888d5e7c4f-b6c13128, #w-node-a41ff5a4-1215-144a-f13e-6d9df4d89554-b6c13128, #w-node-_48d3050d-895a-b56b-cb62-fea84efad4be-4efad4ab, #w-node-_48d3050d-895a-b56b-cb62-fea84efad4d3-4efad4ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
