:root {
  --purewhite: #fff;
  --urbanist: Urbanist, sans-serif;
  --terciary: #02170c;
  --p: 1rem;
  --h1: 2.986rem;
  --h1-mobile\<deleted\|variable-f2baecae-d84a-df9e-412f-fdc15eca7e4c\>: 48px;
  --h2: 2.488rem;
  --h2-mobile\<deleted\|variable-0ee79f18-69e8-df28-d0bd-fffc302fa43f\>: 36px;
  --h3: 2.074rem;
  --h4: 1.728rem;
  --h5: 1.44rem;
  --h6: 1.2rem;
  --mobile-body-text\<deleted\|variable-547ae31c-e36f-06f3-a9e1-b1b6810da947\>: 16px;
  --background: #f3f8f6;
  --secondary: #053d1f;
  --large-p: 1.2rem;
  --primary: #ff5f00;
  --primary-hover: #c64f09;
  --contrast: #70fe91;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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 {
  background-color: var(--purewhite);
  font-family: var(--urbanist);
  color: var(--terciary);
  font-size: var(--p);
  line-height: 120%;
}

h1 {
  font-family: var(--urbanist);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--urbanist);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  font-family: var(--urbanist);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--urbanist);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  font-family: var(--urbanist);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: var(--urbanist);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-family: var(--urbanist);
  font-size: var(--p);
  margin-bottom: 10px;
  line-height: 150%;
}

.section {
  padding: 100px 20px;
}

.section.t-shirt {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -400px;
}

.section.spacing-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.image {
  background-color: var(--background);
  padding: 0;
}

.content-container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.content-container.spacing-top {
  margin-top: -400px;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.page-hero-section {
  background-color: var(--secondary);
  background-image: linear-gradient(225deg, var(--secondary) 55%, var(--terciary));
  justify-content: center;
  align-items: center;
  padding-top: 260px;
  padding-bottom: 100px;
  padding-left: 20px;
}

.large-p {
  font-family: var(--urbanist);
  color: var(--purewhite);
  font-size: var(--large-p);
}

.large-p.bold {
  color: var(--terciary);
  font-weight: 600;
}

.primary-button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--primary);
  color: #f5f4ed;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary-hover);
}

.primary-button-arrow {
  height: 20px;
}

.nav-logo-wrapper {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  margin-top: 36px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: auto;
  max-width: 50vw;
  height: 25%;
}

.navbar-wrapper {
  z-index: 99999;
  position: relative;
}

.navbar {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  max-width: 1310px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.urbanist-text {
  color: var(--purewhite);
  font-size: var(--h1);
  font-weight: 400;
}

.urbanist-text.secondary {
  color: var(--terciary);
  font-size: var(--h2);
}

.urbanist-text.secondary.small {
  font-size: var(--h5);
}

.hero-section-paragraph-wrapper {
  max-width: 860px;
}

.download-links-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.hero-section-image {
  z-index: 1;
  background-image: url('../images/hero-phone.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1310px;
  height: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -600px;
}

.light-container {
  background-color: var(--purewhite);
  padding: 20px 64px 64px;
  position: sticky;
  top: 120px;
}

.light-container.first {
  padding-top: 0;
  padding-left: 0;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.features-grid.right {
  grid-template-columns: .75fr 1fr;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.features-grid-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.green-section {
  background-color: var(--terciary);
  color: var(--purewhite);
  padding: 100px 20px;
}

.green-section.spacing-tpp {
  background-image: linear-gradient(45deg, var(--terciary) 34%, var(--secondary) 74%);
}

.app-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 600px;
  position: absolute;
  inset: -20% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar-bg {
  background-color: var(--secondary);
  height: 126px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-button-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 0;
}

.navbar-button-icon-line {
  background-color: var(--purewhite);
  width: 17px;
  height: 2px;
  margin-bottom: 5px;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-section {
  background-color: var(--contrast);
  overflow: hidden;
}

.carousel-text {
  font-size: var(--h1);
  white-space: nowrap;
  font-weight: 600;
  line-height: 120%;
}

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-sticky-section {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 160px;
}

.faq-seciton-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-wrapper.cursor-hover-animation:where(.w-variant-218a73f5-1ba8-ba73-0590-bac874bf7c0c) {
  border-bottom-style: none;
}

.plus-line-animated {
  color: #171719;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.testimonials-section {
  background-color: var(--background);
  padding: 100px 20px 220px;
  overflow: hidden;
}

.testimonials-section-heading-wrapper {
  max-width: 710px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
  margin-top: 60px;
}

.testimonials-slider-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow {
  width: 54px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 0%;
}

.left-arrow:hover {
  transform: translate(-10px);
}

.right-arrow {
  width: 65px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 5%;
}

.right-arrow:hover {
  transform: translate(10px);
}

.slide-nav {
  inset: auto 0% -25%;
}

.landscape-slide {
  background-color: var(--purewhite);
  border-radius: 44px;
  width: 470px;
  margin-right: 32px;
  padding: 36px;
}

.testimonial-slider-mask {
  overflow: visible;
}

.cta-section {
  background-color: var(--contrast);
  background-image: url('../images/Subtract.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
}

.cta-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  font-size: var(--h2);
  margin-bottom: 54px;
  line-height: 130%;
}

.footer {
  padding: 100px 20px 20px;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr 1fr;
}

.link-wrapper {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--terciary);
  font-size: var(--h5);
  margin-top: 20px;
  font-weight: 600;
  line-height: 60%;
  text-decoration: none;
  display: flex;
}

.footer-link-underline {
  background-color: var(--terciary);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-left-side {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.powerd-by {
  z-index: 1;
  color: var(--terciary);
  text-align: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}

.dropdown-toggle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: var(--purewhite);
  border-radius: 80px;
  padding: 16px 25px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: auto;
}

.dropdown-list {
  background-color: var(--terciary);
}

.dropdown-list.w--open {
  background-color: var(--primary);
  border-radius: 20px;
  width: 200px;
  min-width: 120%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.dropdown-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--purewhite);
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

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

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1310px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--terciary);
  border-radius: 12px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--terciary);
  color: var(--terciary);
  background-color: #fff0;
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1310px;
  margin: -650px auto 60px;
  display: grid;
}

.divider {
  background-color: var(--background);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.numbers-text {
  color: var(--purewhite);
  font-size: var(--h1);
  line-height: 120%;
}

.section-heading-grid {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.services-card {
  background-color: var(--secondary);
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: var(--terciary);
  border-radius: 44px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.services-card.yellow, .services-card.light-purple {
  background-color: var(--secondary);
  border-radius: 44px;
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.clients-carousel-section {
  padding-top: 20px;
  padding-bottom: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.body {
  background-color: #0000;
}

.green-text {
  color: var(--contrast);
  font-weight: 400;
}

.heading {
  color: var(--purewhite);
  text-decoration: none;
}

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

.heading.green.normal {
  font-weight: 400;
}

.heading.green.normal.small {
  font-size: var(--h2);
}

.heading.small {
  font-size: var(--h4);
}

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

.hero-image {
  position: relative;
}

.name-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-image {
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.card-green {
  background-color: var(--terciary);
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 72px;
  text-decoration: none;
  display: flex;
}

.card-contrast-green {
  background-color: var(--contrast);
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 72px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.heading-contrast {
  color: var(--contrast);
  font-weight: 500;
  text-decoration: none;
}

.heading-contrast.green {
  color: var(--terciary);
  font-size: var(--h5);
  font-weight: 400;
}

.white-text {
  color: var(--purewhite);
  font-weight: 500;
}

.player-image {
  border-radius: 44px;
}

.heading-4 {
  font-size: 160px;
}

.paragraph {
  color: var(--purewhite);
}

.paragraph.green {
  color: var(--terciary);
}

.image-2 {
  width: 100%;
}

.paragraph-2 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.t-shirt {
    top: -300px;
  }

  .content-container.spacing-top {
    margin-top: -300px;
  }

  .spacer-40px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    height: 16px;
    display: none;
  }

  .page-hero-section {
    padding: 220px 32px 40px;
  }

  .nav-logo-wrapper {
    height: 260px;
  }

  .navbar {
    margin-top: 32px;
    padding-right: 32px;
  }

  .download-links-wrapper {
    flex-flow: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

  .green-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .industries-image-wrapper {
    display: none;
  }

  .carousel-text {
    font-size: 42px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-wrapper.cursor-hover-animation:where(.w-variant-218a73f5-1ba8-ba73-0590-bac874bf7c0c) {
    border-bottom-style: none;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .right-arrow {
    left: 10%;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .footer-link {
    font-size: var(--h5);
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

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

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .heading.green.normal.small {
    font-size: var(--h3);
  }

  .div-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .hero-image {
    position: static;
  }

  .gallery-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .player-image {
    width: 100%;
  }

  .content-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile\<deleted\|variable-f2baecae-d84a-df9e-412f-fdc15eca7e4c\>);
  }

  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-40px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
    height: 220px;
  }

  .navbar {
    justify-content: space-between;
    margin-top: 32px;
    padding-right: 32px;
  }

  .urbanist-text {
    font-size: var(--h1-mobile\<deleted\|variable-f2baecae-d84a-df9e-412f-fdc15eca7e4c\>);
  }

  .download-links-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .light-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .light-container.first {
    padding-right: 0;
  }

  .features-grid, .features-grid.right {
    grid-template-columns: 1fr;
  }

  .green-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .carousel-text {
    font-size: 36px;
  }

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

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .footer-link {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-link-underline {
    display: none;
  }

  .footer-left-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 20px;
  }

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

  .section-heading-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }

  .heading.green.normal.small.padding {
    padding-left: 32px;
    padding-right: 32px;
  }

  .gallery-grid {
    grid-template-rows: 1fr 45vw auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 45vw;
  }

  .card-image {
    height: auto;
  }

  .card-image.none-mobile {
    display: none;
  }

  .card-green {
    width: 100%;
    height: auto;
  }

  .heading-contrast {
    font-size: var(--h3);
  }

  .content-hero {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile\<deleted\|variable-0ee79f18-69e8-df28-d0bd-fffc302fa43f\>);
  }

  h3 {
    margin-bottom: 10px;
  }

  p {
    font-size: var(--mobile-body-text\<deleted\|variable-547ae31c-e36f-06f3-a9e1-b1b6810da947\>);
  }

  .section {
    padding: 60px 32px 40px;
  }

  .section.spacing-bottom {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.image {
    border-radius: 0;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
    height: 180px;
    margin-top: 36px;
  }

  .nav-logo {
    max-width: 120px;
    margin-right: 32px;
  }

  .urbanist-text.secondary {
    font-size: var(--h3);
  }

  .download-links-wrapper {
    margin-top: 40px;
  }

  .light-container {
    padding: 32px;
  }

  .light-container.first {
    padding-right: 0;
  }

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

  .green-section, .green-section.spacing-tpp {
    padding: 32px;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 48px;
  }

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

  .plus-line-animated {
    width: 20px;
  }

  .testimonials-section {
    padding: 60px 32px 220px;
  }

  .right-arrow {
    left: 20%;
  }

  .landscape-slide {
    width: 100%;
    margin-right: 10px;
    padding: 20px;
  }

  .cta-section {
    padding: 60px 32px 40px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .footer {
    padding: 60px 32px 40px;
  }

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

  .powerd-by {
    color: var(--terciary);
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px 20px 10px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    min-width: 140%;
  }

  .text-block {
    font-size: var(--mobile-body-text\<deleted\|variable-547ae31c-e36f-06f3-a9e1-b1b6810da947\>);
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers-text {
    font-size: var(--h1);
  }

  .services-card-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .heading.green.normal.small.padding {
    padding: 32px;
  }

  .name-testimonial {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 1fr auto;
    grid-auto-rows: minmax(200px, 1fr);
  }

  .card-green, .card-contrast-green {
    height: 100%;
    padding: 36px;
  }

  .testimonial-image {
    width: 45px;
  }

  .paragraph {
    position: relative;
  }

  .section-2 {
    padding-right: 32px;
  }
}

#w-node-_8e646f81-b36c-4886-1b21-07bbc576db30-93340caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdc5f657-8578-d3ed-c236-a4f35e5cda97-93340caf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a3b8098-ae57-5b51-9553-a6b17b519e29-93340caf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b775398f-5571-8c9e-fbbe-17ba904ac0e9-93340caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f9a7713-3e77-4874-03ec-ef86e778d637-93340caf {
  justify-self: stretch;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb84-fba3cb4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fdc5f657-8578-d3ed-c236-a4f35e5cda97-93340caf, #w-node-_7a3b8098-ae57-5b51-9553-a6b17b519e29-93340caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e646f81-b36c-4886-1b21-07bbc576db30-93340caf, #w-node-b775398f-5571-8c9e-fbbe-17ba904ac0e9-93340caf {
    order: -9999;
  }

  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a3b8098-ae57-5b51-9553-a6b17b519e29-93340caf, #w-node-_7f5d8c2b-b4bd-730b-ba75-88a1eb33593d-93340caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


