:root {
  --black: black;
  --white: white;
  --light-green: #a9df7f;
  --medium-sea-green: #28aa44;
}

body {
  color: #1a1b1f;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Stolzl, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Stolzl book, sans-serif;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-cta {
  background-color: #f1f6f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.home-page-top-wrap {
  background-color: #0000;
  margin-top: 0;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #a9df7f;
  border-radius: 6px;
  padding: 10px 20px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #8ecf5b;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  color: var(--black);
  background-color: #a9df7f;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  height: 40px;
  margin-left: 30px;
  padding: 10px 20px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Stolzl, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--white);
  text-align: center;
  object-fit: fill;
  border-bottom: 1px solid #e2e2e2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 50px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-item {
  opacity: 1;
  color: #000;
  border-bottom: 3px solid #0000;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  border-bottom: 3px dotted #a9df7f;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: Stolzl, sans-serif;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.contained-navigation-item {
  border-bottom-width: 2px;
  padding: 0 0 9px;
  font-family: Stolzl book, sans-serif;
  font-weight: 400;
}

.logo-image {
  font-family: Stolzl, sans-serif;
  display: block;
}

.top-navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Stolzl, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.icon {
  color: #a9df7f;
  margin: auto 0 auto 4px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.navigation-container {
  object-fit: fill;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-navigation-wrap {
  justify-content: flex-end;
  display: flex;
}

.text-block {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.div-block-2 {
  flex: 0 auto;
  display: flex;
}

.div-block-3 {
  background-image: linear-gradient(#eee, #fff 5%);
  border-bottom: 1px solid #f1f6f4;
  border-left: 1px solid #f1f6f4;
  border-right: 1px solid #f1f6f4;
  width: 170px;
  padding: 30px 0 20px 20px;
}

.explore-dropdown-link {
  text-align: left;
  border-bottom: 2px solid #0000;
  margin-bottom: 5px;
  padding: 5px 0 2px;
  font-family: Stolzl book, sans-serif;
  font-size: 15px;
  display: inline-block;
  position: static;
}

.explore-dropdown-link:hover {
  border-bottom: 2px dotted #a9df7f;
}

.text-block-2, .text-block-3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.resources-dropdown-list {
  background-color: var(--white);
  box-shadow: 0 -2px 6px #9e9d9d61;
}

.resources-dropdown-list.w--open {
  box-shadow: none;
  margin-top: 6px;
  left: 0;
}

.dropdown-toggle-2 {
  padding-right: 15px;
}

.main-navigation-item {
  opacity: 1;
  color: #000;
  text-transform: none;
  border-bottom: 3px solid #0000;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.main-navigation-item:hover {
  opacity: 1;
  border-bottom: 3px dotted #a9df7f;
}

.main-navigation-item:active {
  opacity: .8;
}

.main-navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  text-transform: capitalize;
  font-family: Stolzl, sans-serif;
  font-weight: 600;
}

.main-navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.main-navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.main-navigation-item.main-navigation-dropdown-item {
  border-bottom: 0 solid #0000;
}

.main-navigation-item.main-navigation-dropdown-item:hover {
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.top-navigation-button {
  opacity: 1;
  color: #000;
  text-transform: none;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 10px;
  font-family: Stolzl book, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
}

.top-navigation-button:hover {
  opacity: 1;
}

.top-navigation-button:active {
  opacity: .8;
}

.top-navigation-button.w--current {
  opacity: 1;
  color: #1a1b1f;
  text-transform: capitalize;
  font-family: Stolzl, sans-serif;
  font-weight: 600;
}

.top-navigation-button.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.top-navigation-button.w--current:active {
  opacity: .7;
  color: #32343a;
}

.main-navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Stolzl, sans-serif;
  font-weight: 400;
  display: flex;
}

.main-navigation-item-wrapper {
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-navigation-item-wrapper.hidden-desktop-navigation-item {
  display: none;
}

.main-navigation-dropdown-wrapper {
  border-bottom: 2px solid #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-navigation-dropdown-wrapper:hover {
  border-bottom: 2px dotted #a9df7f;
}

.explore-dropdown-list {
  background-color: var(--white);
  box-shadow: 0 -2px 6px #9e9d9d61;
}

.explore-dropdown-list.w--open {
  box-shadow: none;
  margin-top: 6px;
}

.footer-social-media-section {
  flex: 0 auto;
  align-self: flex-start;
}

.footer-container {
  background-color: #0059ff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-navigation-section {
  align-self: flex-start;
  margin-top: 20px;
}

.bottom-footer-wrap {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.address-section, .copyright-section {
  text-align: center;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-self: center;
  align-items: flex-end;
  line-height: 22px;
  display: flex;
}

.bottom-footer-text {
  color: var(--white);
  font-family: Stolzl, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.footer-logo-block {
  flex-direction: column;
  display: flex;
}

.footer-slogan-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Stolzl, sans-serif;
}

.footer-social-media-text {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Stolzl, sans-serif;
  font-size: 12px;
}

.footer-social-link {
  margin-right: 10px;
}

.footer-navigation-header {
  color: #a2d4ff;
  font-family: Stolzl, sans-serif;
  font-size: 13px;
  line-height: 40px;
}

.columns {
  width: 300px;
}

.footer-navigation-item {
  color: var(--white);
  font-family: Stolzl, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.footer-navigation-item:hover {
  color: #a9df7f;
}

.footer-bottom-text-link {
  color: var(--white);
  font-family: Stolzl, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.footer-bottom-text-link:hover {
  color: #a9df7f;
}

.bottom-footer-text-separator {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.footer-logo-section {
  flex: 0 auto;
}

.home-intro-header {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-bottom: 40px;
  display: flex;
}

.banner-intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.banner-intro-content.cc-homepage {
  margin-bottom: 20px;
}

.banner-intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.banner-intro-heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 80px;
}

.banner-intro-paragraph {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.banner-intro-paragraph.cc-bigger-white-light {
  opacity: 1;
  flex-direction: column;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-weight: 300;
  display: flex;
}

.home-intro-right-bg {
  z-index: -1;
  float: left;
  background-color: #7859ff;
  background-image: url('../images/banner-right.PNG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 450px;
  position: absolute;
  right: 0;
}

.home-intro-left-bg {
  z-index: -1;
  float: left;
  background-color: #7859ff;
  background-image: url('../images/banner-left.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 450px;
  position: absolute;
  left: 0;
}

.text-block-9 {
  letter-spacing: 0;
  text-transform: none;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navigation-spacer {
  height: 129px;
}

.div-block-3-copy {
  background-image: linear-gradient(#eee, #fff 5%);
  border-bottom: 1px solid #f1f6f4;
  border-left: 1px solid #f1f6f4;
  border-right: 1px solid #f1f6f4;
  width: 720px;
  padding: 30px 0 20px 20px;
}

.industry-section-lr {
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.industry-section-image-container-lr {
  border: 1px #3022cd;
  order: -1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.industry-section-image-rl {
  object-position: 50% 50%;
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.paragraph {
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.industry-section-container-lr {
  border: 1px #f10f0f;
  flex-direction: row-reverse;
  flex: 1;
  order: 0;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.read-more-button {
  color: #000;
  background-color: #0000;
  border-bottom: 3px solid #a9df7f;
  margin-left: 0;
  padding: 10px 1px 2px;
  font-family: Stolzl, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.industry-quotes-lareg {
  max-width: 650px;
  font-family: Stolzl, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.industry-subheading {
  background-color: #f1f6f4;
  justify-content: center;
  align-items: center;
  height: 240px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.industry-text-block {
  color: #000;
  text-align: center;
  width: 700px;
  max-width: none;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.platform-section-text {
  white-space: normal;
  width: 515px;
  font-family: Stolzl book, sans-serif;
}

.industry-section-heading {
  font-size: 24px;
  font-weight: 700;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 60px;
  display: flex;
}

.industry-quotes {
  margin-left: 0;
  font-family: Stolzl, sans-serif;
  font-weight: 500;
}

.industry-quotes-small {
  margin-left: 0;
  font-family: Stolzl, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.section-6 {
  padding-left: 0;
}

.text-block-14 {
  color: #fff;
  max-width: 450px;
  font-family: Stolzl, sans-serif;
  font-weight: 300;
}

.common-green-button {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #a9df7f;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: relative;
}

.common-green-button:hover {
  background-color: #99d56b;
  border: 2px #a9df7f;
}

.common-green-button.how-we-work-button {
  align-self: flex-start;
}

.common-green-button.book-demo-button {
  min-width: 150px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.section-7 {
  background-image: url('../images/Energy-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  margin-top: 0;
  display: flex;
}

.industry-section-image-container-rl {
  align-self: flex-start;
  width: 50%;
  margin-right: auto;
  padding-right: 0;
}

.platform-text-container-lr {
  align-self: flex-start;
  width: 50%;
}

.industry-section-text-container-rl {
  align-self: flex-start;
  width: 50%;
  margin-left: 0;
}

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

.industry-section-image-lr {
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}

.section-8 {
  background-image: url('../images/Insurance--2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  display: flex;
}

.section-10 {
  background-image: url('../images/Small-Water-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  display: flex;
}

.home-heading {
  text-align: center;
  max-width: 820px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.home-text {
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
}

.home-heading-blue {
  color: #00b3c4;
  font-size: 20px;
  font-weight: 500;
}

.home-heading-medium {
  max-width: 350px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.discover-button {
  color: #000;
  background-color: #a9df7f;
  border-radius: 6px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.home-section-lr {
  background-color: #f1f6f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-section-container-lr {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.home-section-container {
  order: -1;
  align-self: stretch;
  width: 40%;
  padding-left: 10px;
}

.home-image-container {
  width: 60%;
}

.home-section-image-lr {
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.industry-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  display: flex;
  position: relative;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.commontext {
  height: 80px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.automation-image {
  width: 100px;
}

.div-block-18 {
  padding: 20px;
}

.common-page-header {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stolzl, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.automation-section-2 {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-23 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-section {
  background-color: #0059ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.header-container {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.common-small-heading {
  z-index: 10;
  color: #fff;
  text-align: center;
  align-self: center;
  max-width: 760px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Stolzl book, sans-serif;
  font-size: 22px;
  position: relative;
}

.section-21 {
  background-color: #7859ff;
}

.section-22 {
  background-color: #0059ff;
}

.process-automation-header-section {
  background-color: #00b3c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.task-automation-header-section {
  background-color: #4400ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.header-background-left {
  background-color: #0000;
  background-image: url('../images/Dark-Purp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
  right: auto;
}

.header-background-right {
  background-color: #0000;
  background-image: url('../images/Dark-Purp-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  right: 0;
}

.automation-section {
  padding-top: 60px;
}

.header-background-left-purp {
  background-image: url('../images/Purp-Shapes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
  right: auto;
}

.header-background-right-purp {
  background-image: url('../images/Purp-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: auto;
  right: 0;
}

.header-background-left-blu {
  background-image: url('../images/Bloo-Shapes.svg');
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
  right: auto;
}

.header-background-right-blu {
  background-image: url('../images/Bloo-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: auto;
  right: 0;
}

.header-background-blue-left {
  background-image: url('../images/Blue-Shapes.svg');
  background-position: -20px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
  right: auto;
}

.header-background-blue-right {
  background-image: url('../images/Blue-2-Sahpes.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  right: 0;
}

.home-header-bg-left {
  background-image: url('../images/Home-Shapes.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
}

.home-header-bg-right {
  background-image: url('../images/Home-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 484px;
  position: absolute;
  right: 0;
}

.home-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  display: flex;
}

.home-heading-blue-large {
  color: #00b3c4;
  text-align: center;
  width: auto;
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.home-list-item {
  background-image: url('../images/small-icon-tick.svg');
  background-position: 10px 15%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  font-family: Stolzl book, sans-serif;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-14 {
  margin-bottom: 20px;
}

.purple-stats-big {
  color: #bd81ff;
  font-size: 70px;
  font-weight: 700;
  display: inline;
}

.home-stats-div {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.green-stats-big {
  color: #a9df7f;
  font-size: 70px;
  font-weight: 700;
  display: inline;
}

.purple-stats-small {
  color: #bd81ff;
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.green-stats-small {
  color: #a9df7f;
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.blue-stats-big {
  color: #0059ff;
  font-size: 70px;
  font-weight: 700;
  display: inline;
}

.blue-stats-small {
  color: #0059ff;
  font-size: 20px;
  font-weight: 700;
  display: inline;
}

.blue-2-stats-big {
  color: #00b3c4;
  font-size: 70px;
  font-weight: 700;
  display: inline;
}

.blue-2-stats-small {
  color: #00b3c4;
  font-size: 40px;
  font-weight: 700;
  display: inline;
}

.stats-div {
  flex: 1;
  align-self: flex-start;
  margin-left: 10px;
  margin-right: 10px;
}

.stats-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Stolzl, sans-serif;
  font-weight: 500;
  display: flex;
}

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

.blue-brand-text {
  color: #0059ff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.testimonial-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.bold-brand-text {
  font-family: Stolzl, sans-serif;
  font-weight: 500;
}

.brand-text {
  text-align: center;
  min-height: 80px;
  font-family: Stolzl book, sans-serif;
  font-size: 14px;
}

.purple-brand-text {
  color: #bd81ff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.blue-2-brand-text {
  color: #00b3c4;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

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

.section-28 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.platform-header-section {
  background-color: #00b3c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.platform-header-bg-left {
  background-image: url('../images/Platform-Shapes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
}

.platform-header-bg-right {
  background-image: url('../images/Platform-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  right: 0;
}

.platform-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.green-header-text {
  z-index: 10;
  color: #c6e5ba;
  align-self: center;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.platform-section {
  background-color: #f1f6f4;
}

.platform-subheader-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-16 {
  width: 900px;
}

.platform-div-left {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-right: 40px;
  display: flex;
  position: absolute;
  left: 0;
}

.platform-div-right {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  right: 0;
}

.platfrom-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.platform-text {
  justify-content: center;
  max-width: 500px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Stolzl book, sans-serif;
  display: block;
}

.platform-section-lr {
  flex-flow: column;
  place-content: space-around flex-start;
  align-items: flex-start;
  height: 620px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.platform-section-rl {
  align-items: flex-start;
  height: 600px;
  padding-top: 40px;
  display: flex;
}

.div-text-right {
  align-self: flex-start;
}

.how-we-work-header {
  background-color: #4400ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
  position: static;
}

.purple-header-text {
  z-index: 10;
  color: #f0a1ff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.how-we-work-subheading-section {
  background-color: #f1f6f4;
}

.what-we-do-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.what-we-do-text {
  text-align: center;
  width: 460px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.blog-header {
  background-color: #00b3c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  margin-bottom: 60px;
  display: flex;
}

.blog-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-section {
  flex-direction: row;
  justify-content: center;
  height: auto;
  margin-bottom: 60px;
  display: flex;
}

.blog-container {
  margin-bottom: 0;
}

.blog-post-div-left {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 300px;
  display: flex;
  position: absolute;
  left: 0;
}

.blog-post-div-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 300px;
  padding-left: 60px;
  display: flex;
  position: absolute;
  right: 0;
}

.blog-image {
  width: 80%;
  max-height: 310px;
}

.blog-heading-text {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.blog-subheading {
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Stolzl book, sans-serif;
  font-size: 15px;
  line-height: 40px;
}

.blog-text {
  max-width: 500px;
  padding-left: 0;
  font-family: Stolzl book, sans-serif;
}

.button-with-line {
  color: #000;
  background-color: #fff;
  border-bottom: 3px solid #a9df7f;
  border-radius: 0;
  width: 90px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Stolzl, sans-serif;
  font-weight: 500;
}

.next-page-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.selected-button {
  color: #a2d4ff;
  text-align: center;
  background-color: #0059ff;
  border: 2.5px solid #0059ff;
  border-radius: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
}

.unselected-button {
  color: #a2d4ff;
  text-align: center;
  background-color: #fff;
  border: 2.5px solid #0059ff;
  border-radius: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
}

.case-studies-header {
  background-color: #7859ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  margin-bottom: 40px;
  display: flex;
}

.faq-header {
  background-color: #4400ad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  display: flex;
}

.faq-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.faq-div-header-left {
  background-image: url('../images/FAQ-Shapes.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 350px;
  width: 50%;
  height: 293px;
  position: absolute;
  left: 0;
}

.faq-div-header-right {
  background-image: url('../images/FAQ-Shapes-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 293px;
  width: 50%;
  height: 293px;
  position: absolute;
  right: 0;
}

.about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.about-div {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-bg-left {
  z-index: -1;
  background-color: #0059ff;
  background-image: url('../images/About-Shapes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  left: 0;
}

.about-bg-right {
  z-index: -1;
  background-color: #0059ff;
  background-image: url('../images/About-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 484px;
  position: absolute;
  right: 0;
}

.about-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Stolzl book, sans-serif;
  font-size: 22px;
}

.about-text-header {
  text-align: center;
  width: auto;
  max-width: 825px;
  font-family: Stolzl book, sans-serif;
  font-size: 22px;
  display: flex;
}

.about-text-bold {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.about-text-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
}

.about-section-2 {
  background-color: #f1f6f4;
  height: 913px;
  padding-bottom: 0;
}

.about-header-large {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-icon {
  width: 25%;
  margin-bottom: 10px;
}

.about-text-small-center {
  text-align: center;
  width: auto;
  max-width: 450px;
  margin-top: 10px;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
}

.columns-4 {
  margin-bottom: 40px;
  padding-top: 20px;
}

.energy-bg-div {
  background-image: url('../images/Energy-Shapes.svg');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 294px;
  position: absolute;
  left: 0;
}

.energy-bg-div-right {
  background-image: url('../images/Energy-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 294px;
  width: 50%;
  height: 294px;
  position: absolute;
  right: 0;
}

.water-bg-div-left {
  background-image: url('../images/Water-Shapes-2.svg');
  background-position: 28% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
}

.water-bg-div-right {
  background-image: url('../images/Water-Shapes.svg');
  background-position: 100% 25%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
}

.about-subheader-section {
  background-color: #f1f6f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.see-it-in-action-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.see-it-in-action-heading {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.see-it-in-action-text {
  color: #fff;
  text-align: center;
  max-width: 770px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.what-we-do-container-left {
  max-width: 900px;
  display: flex;
}

.what-we-do-section-left {
  padding-top: 20px;
}

.what-we-do-section-left.first-what-we-do-section {
  margin-top: 60px;
}

.what-we-do-lr-div {
  align-items: center;
  width: 55%;
  display: flex;
}

.what-we-do-lr-div-image {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.pink-text-big {
  color: #f0a1ff;
  font-size: 100px;
  font-weight: 700;
  display: inline;
}

.what-we-do-heading {
  padding-left: 15px;
  font-size: 36px;
  font-weight: 700;
  display: inline;
}

.what-we-do-text-2 {
  width: 100%;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.what-we-do-text-div {
  margin-right: auto;
}

.what-we-do-container-right {
  max-width: 900px;
  display: flex;
}

.what-we-do-image-left {
  width: 100%;
  padding-left: 40px;
}

.purple-text-big {
  color: #bd81ff;
  font-size: 100px;
  font-weight: 700;
  display: inline;
}

.what-we-do-image-right {
  width: 100%;
  padding-right: 40px;
}

.what-we-do-section-right {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.big-text-blue {
  color: #0059ff;
  font-family: Stolzl, sans-serif;
  font-size: 100px;
  font-weight: 700;
  display: inline;
}

.blue-2-big-text {
  color: #00b3c4;
  font-size: 100px;
  font-weight: 700;
  display: inline;
}

.what-we-do-rl-div-image {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.what-we-do-rl-div {
  align-items: center;
  width: 50%;
  display: flex;
}

.testimonial-section {
  padding: 20px 10px 60px;
}

.retail-section {
  background-image: url('../images/Retail--2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  display: flex;
}

.manufacturing-section {
  background-image: url('../images/Manufacturing-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  display: flex;
}

.insurance-bg-left {
  background-image: url('../images/Insurance-shapes-2.svg');
  background-position: 25% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
}

.insurance-bg-right {
  background-image: url('../images/Insurance-shapes.svg');
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
}

.retail-bg-left {
  background-image: url('../images/Retail-Shapes-2.svg');
  background-position: 20% 25%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
}

.retail-bg-right {
  background-image: url('../images/Retail-Shapes.svg');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
}

.manufacturing-bg-left {
  background-image: url('../images/Manufacturing-Shapes.svg');
  background-position: 20% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
}

.manufacturing-bg-right {
  background-image: url('../images/Manifacturing-Shapes-2.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
}

.about-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.column-16, .column-17 {
  padding-bottom: 40px;
}

.image-18 {
  align-self: flex-end;
}

.wave-image-home {
  max-height: 100px;
}

.platform-text-2 {
  text-align: center;
  width: 635px;
  padding-bottom: 10px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.how-we-work-separator {
  max-width: 900px;
  height: 380px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-48 {
  border: 8px #000;
  border-bottom-style: dotted;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.div-block-49 {
  border-bottom: 1px #000;
  width: 55%;
  height: 50px;
}

.hww-sep-odd-c-right {
  width: 45%;
  height: 50px;
}

.div-block-51 {
  display: none;
}

.div-block-52-copy {
  border-bottom: 8px dotted #00b3c4;
  border-left: 8px #000;
  width: 200px;
  height: 100%;
  margin-left: auto;
  display: inline-block;
}

.footer-navigation-item-hidden {
  color: var(--white);
  font-family: Stolzl, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

.footer-navigation-item-hidden:hover {
  color: #a9df7f;
}

.about-text-bold-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.blog-header-image {
  height: 375px;
}

.article-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.article-heading {
  max-width: none;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.article-heading-smaller {
  color: #6a6a6a;
  max-width: 600px;
  padding-bottom: 20px;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
}

.article-heading-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.article-text {
  padding-bottom: 10px;
}

.section-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.common-goto-banner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  padding: 20px 10px 40px;
  display: flex;
}

.common-goto-banner-container.grey-banner-background {
  background-color: #f1f6f4;
}

.common-goto-banner-container.green-background-banner {
  background-color: #00b3c4;
}

.common-goto-banner-container.purple-background-banner {
  background-color: #7859ff;
}

.book-a-demo-heading {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.book-a-demo-text {
  text-align: center;
  max-width: 770px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.section-51 {
  background-color: #00b3c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  display: flex;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.contact-bg-left {
  background-image: url('../images/Contact-Shapes.svg');
  background-position: 10% 70%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 293px;
  position: absolute;
  left: 0;
}

.contact-bg-right {
  background-image: url('../images/Contact-Shapes-2.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 293px;
  position: absolute;
  right: 0;
}

.iframe-section {
  background-color: #f1f6f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-57 {
  background-color: #0059ff;
  width: 782px;
  height: 744px;
  position: absolute;
}

.contact-bg-left-2 {
  background-image: url('../images/Contact-Shapes.png');
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 866px;
  position: absolute;
  left: 0;
}

.contact-bg-right-2 {
  background-image: url('../images/Contact-Shapes-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 866px;
  display: block;
  position: absolute;
  right: 0;
}

.section-53 {
  background-color: #f1f6f4;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.contact-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 374px;
  min-height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.contact-block-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-block-text {
  text-align: center;
  max-width: 340px;
  padding-top: 10px;
  font-family: Stolzl book, sans-serif;
}

.contact-block-text.contact-block-smaller {
  max-width: 300px;
}

.section-54 {
  background-color: #00b3c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  display: flex;
}

.div-block-61 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.support-bg-left {
  background-image: url('../images/Support-Shapes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 293px;
  position: absolute;
  left: 0;
}

.support-bg-right {
  background-image: url('../images/Support-Shapes-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 293px;
  position: absolute;
  right: 0;
}

.section-56 {
  background-color: #00b3c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.div-block-65 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.faq-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 60px;
  display: block;
}

.faq-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1050px;
  display: flex;
}

.faq-heading {
  font-size: 24px;
  font-weight: 700;
}

.faq-question {
  white-space: normal;
  font-family: Stolzl, sans-serif;
  font-weight: 500;
}

.careers-dropdown-content {
  background-color: #0000;
  border: 3px red;
  display: block;
  position: relative;
}

.careers-dropdown-content.w--open {
  background-color: #fff;
}

.faq-dropdown-toggle {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.faq-dropdown-toggle.w--open {
  width: 1050px;
  max-width: 1050px;
}

.faq-plus-icon {
  opacity: 1;
  color: #0000;
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.faq-plus-icon:active {
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-size: auto;
  text-decoration: none;
}

.faq-div {
  border-bottom: 1px solid #d1d1d1;
  flex-direction: row;
  justify-content: flex-start;
  width: 1050px;
  max-width: 1050px;
  margin-bottom: 10px;
  display: block;
}

.faq-dropdown {
  width: 100%;
  max-width: 1050px;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  overflow: visible;
}

.section-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.get-started-div {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.get-started-text {
  margin-top: 10px;
  padding-left: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.get-started-text-small {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Stolzl book, sans-serif;
}

.get-started-circle {
  width: 25px;
}

.div-block-70 {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-71 {
  border-bottom: 5px dotted #c6e5ba;
  width: 100%;
  height: 10px;
  margin-left: 5px;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.div-block-74 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.get-started-circle-2, .get-started-circle-3 {
  width: 25px;
}

.showcase-subheading {
  z-index: 10;
  color: #c6e5ba;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.showcase-map-running-title {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: Stolzl, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.showcase-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 50px auto;
  padding: 10px 20px;
  display: block;
}

.platform-image-right {
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}

.platform-section-left {
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.platform-container {
  border: 1px #f10f0f;
  flex-direction: row-reverse;
  flex: 1;
  order: 0;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.platform-image-container-lr {
  border: 1px #3022cd;
  order: -1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.platform-header {
  font-size: 24px;
  font-weight: 700;
}

.platform-rl {
  padding-top: 40px;
  padding-bottom: 40px;
}

.platform-rl-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.platform-image-container-rl {
  align-self: flex-start;
  width: 50%;
  margin-right: auto;
  padding-right: 0;
}

.platform-image-rl {
  object-position: 50% 50%;
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.platform-text-container-rl {
  align-self: flex-start;
  width: 50%;
  margin-left: 0;
}

.company-image-mds, .company-image-bg {
  width: 100%;
}

.home-header-bold {
  z-index: 10;
  color: #fff;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Stolzl, sans-serif;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}

.explore-dropdown-link-hidden {
  text-align: left;
  border-bottom: 2px solid #0000;
  margin-bottom: 5px;
  padding: 5px 0 2px;
  font-family: Stolzl book, sans-serif;
  font-size: 15px;
  display: none;
  position: static;
}

.explore-dropdown-link-hidden:hover {
  border-bottom: 2px dotted #a9df7f;
}

.section-61 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.home-header {
  text-align: center;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.home-heading-text {
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  font-family: Stolzl book, sans-serif;
}

.home-header-small {
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.company-image-total {
  width: 100%;
}

.div-block-79 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  margin: 20px auto;
}

.div-block-80 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-83 {
  border-bottom: 1px #000;
}

.contact-us-heading {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.contact-us-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-social-link-hidden {
  margin-right: 10px;
  display: none;
}

.section-62 {
  background-color: #7859ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  display: flex;
}

.connectors-section {
  background-color: #f1f6f4;
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
}

.connectors-container {
  max-width: 900px;
  height: auto;
}

.connector-div-left {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 3px #adadad;
}

.connector-column {
  margin-bottom: 0;
  padding-top: 40px;
}

.connector-column-1, .connector-column-2, .connector-column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.connector-text {
  text-align: center;
  padding-top: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.connector-image {
  width: 70%;
  height: auto;
}

.bottom-footer-copyright {
  color: var(--white);
  margin-right: 3px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.section-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.connectors-text {
  text-align: center;
  width: 750px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.terms-of-use {
  padding-top: 60px;
  padding-bottom: 100px;
}

.terms-of-use-container {
  max-width: 1050px;
}

.terms-of-use-text-bold {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.terms-of-use-text {
  text-align: left;
  border-bottom: 1px #000;
  font-family: Stolzl book, sans-serif;
  font-size: 18px;
  display: block;
}

.terms-of-use-list {
  list-style-type: disc;
}

.terms-of-use-header-text {
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-86 {
  padding-bottom: 10px;
  display: block;
}

.cookies-text-bold {
  font-family: Stolzl, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.terms-of-use-text-inline {
  font-family: Stolzl book, sans-serif;
  font-size: 18px;
  display: inline;
}

.footer-social-media-icons {
  display: flex;
}

.cookie-cell {
  border-right: 1px solid #000;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.html-embed-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.list-item-legal {
  font-family: Stolzl book, sans-serif;
  font-size: 18px;
  list-style-type: disc;
}

.showcase-section {
  background-color: #f1f6f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.showcase-interactive {
  background-color: var(--white);
}

.cookie-table-container {
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.showcase-header-section {
  background-color: #0059ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 484px;
  display: flex;
}

.showcase-header-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

._404-bg-left {
  background-image: url('../images/404-Shapes.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 600px;
  position: absolute;
  left: 0;
}

.section-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 675px;
  display: flex;
}

._404-bg-right {
  background-image: url('../images/404-Shapes-2.svg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 600px;
  position: absolute;
  right: 0;
}

.div-block-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-32 {
  width: 200px;
  padding-bottom: 20px;
}

._404-text-large {
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Stolzl, sans-serif;
  font-size: 139px;
  font-weight: 700;
  display: flex;
}

._404-text-blue {
  color: #00b3c4;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

._404-text {
  padding-bottom: 40px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.container-9 {
  display: none;
}

.iframe-container {
  width: 100%;
  max-width: 790px;
}

.faq-minus-icon {
  opacity: 1;
  color: #0000;
  background-image: url('../images/Minus-Icon.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.faq-minus-icon:active {
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-size: auto;
  text-decoration: none;
}

.home-section-text-ga {
  text-align: left;
  width: auto;
  padding-bottom: 10px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.automation-text-2 {
  height: 120px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.green-2-brand-text {
  color: #a9df7f;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.testimonial-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  display: flex;
}

.testimonial-image-div {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  max-width: 200px;
  height: 100px;
  display: flex;
}

.testimonial-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.water-image {
  width: 25%;
  margin-bottom: 20px;
  margin-left: 10px;
}

.energy-image {
  align-self: flex-start;
  width: 23%;
  margin-bottom: 20px;
}

.manufacturing-image {
  width: 25%;
  margin-bottom: 20px;
}

.industry-quotes-container {
  max-width: 1050px;
}

.insurance-image {
  width: 20%;
  margin-bottom: 20px;
}

.retail-image {
  width: 12%;
  margin-bottom: 20px;
}

.image-35 {
  width: 100%;
}

.company-logos-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.dark-blue-brand-text {
  color: #7859ff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.testimonial-columns-2 {
  max-width: 850px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-header-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-heading {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}

.link-2, .link-3, .link-4, .link-5 {
  display: inline;
}

.list-item-legal-2 {
  margin-left: 60px;
  font-family: Stolzl book, sans-serif;
  font-size: 18px;
}

.common-header-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 668px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stolzl, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.image-36 {
  width: 100%;
  margin-left: 40px;
}

.link-6 {
  display: inline;
}

.terms-of-use-list-numbered {
  padding-top: 20px;
  padding-left: 0;
  list-style-type: decimal;
}

.list-text-bold {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list-item-legal-numbered {
  font-family: Stolzl book, sans-serif;
  font-size: 18px;
  list-style-type: none;
}

.link-7 {
  display: inline;
}

.list-item-legal-3 {
  margin-left: 60px;
  font-family: Stolzl book, sans-serif;
  font-size: 18px;
  list-style-type: square;
}

.link-8 {
  display: inline;
}

.pirvacy-policy-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cookie-table-text {
  text-align: center;
  border-bottom: 1px #000;
  flex: 0 auto;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  display: block;
}

.cookie-row {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: flex;
}

.cookie-row.cookie-last-row {
  border-bottom: 1px solid #000;
}

.cookie-header-row {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: flex;
}

.cookie-cell-header-text {
  text-align: left;
  border-bottom: 1px #000;
  font-family: Stolzl, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.cookie-table-left-align-text {
  text-align: left;
  border-bottom: 1px #000;
  flex: 0 auto;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  display: block;
}

.showcase-instruction-section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.showcase-instruction-container {
  background-color: var(--white);
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.showcase-map-section {
  background-color: #a2d4ff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.showcase-instruction-icon {
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.showcase-instruction-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.showcase-instruction-text {
  text-align: center;
  max-width: 300px;
  margin: 10px auto;
}

.showcase-instruction-block {
  flex: 1;
}

.showcase-map-container {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.showcase-map-block {
  background-color: var(--white);
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 30px;
}

.showcase-map-title {
  padding-bottom: 10px;
  font-family: Stolzl, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.showcase-map-sub-heading {
  color: #0059ff;
  padding-bottom: 5px;
  font-family: Stolzl, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.showcase-map-text {
  min-height: 140px;
  padding-bottom: 15px;
  font-size: 14px;
}

.showcase-map-button {
  color: #000;
  text-align: center;
  background-color: #a9df7f;
  border: 2px solid #0000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: 38px;
  padding: 5px 20px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.showcase-map-button-running {
  border: 2px solid var(--light-green);
  background-color: var(--white);
  color: #000;
  text-align: center;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: 38px;
  padding: 5px 20px;
  font-family: Stolzl, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.terms-of-use-header-text-copy {
  padding-bottom: 40px;
  font-family: Stolzl, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.link-9, .link-10 {
  display: inline;
}

.company-logo-single {
  flex: none;
  align-self: flex-end;
  max-width: 200px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.company-logo-flex {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.company-image-wave {
  max-height: 100px;
}

.stats-number-div {
  text-align: center;
  min-width: 80px;
  margin-bottom: 0;
}

.privacy-table-container {
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.privacy-header-row {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: flex;
}

.privacy-cell {
  border-right: 1px solid #000;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.privacy-header-text {
  text-align: left;
  border-bottom: 1px #000;
  font-family: Stolzl, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.privacy-row {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: flex;
}

.privacy-row.privacy-last-row {
  border-bottom: 1px solid #000;
}

.privacy-table-text {
  text-align: left;
  border-bottom: 1px #000;
  flex: 0 auto;
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  display: block;
}

.about-block-container {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.about-header-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 780px;
  padding-left: 10px;
  padding-right: 10px;
}

.showcase-unsupported-section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.perfect-automation-image {
  width: auto;
  height: 100%;
}

.text-block-21 {
  color: var(--white);
  max-width: 380px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
}

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

.hww-banner-left-image {
  flex: 1;
  max-height: 505px;
}

.hww-banner-right {
  background-image: url('../images/blue-triange.png');
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
}

.section-65 {
  background-color: #0059ff;
}

.image-38 {
  margin-bottom: 20px;
}

.hww-sep-odd-container {
  display: flex;
}

.hww-sep-ecr {
  height: 100%;
  display: flex;
}

.hww-separator-odd {
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hww-1-spacer-left {
  background-color: #0000;
  width: 225px;
  height: 100%;
  display: inline-block;
}

.pointdown {
  border-left: 8px dotted #0059ff;
  flex: 1;
  height: 100%;
  margin-top: 7px;
  margin-left: auto;
  margin-right: 0;
}

.hww-sep-ecl-lines-2 {
  border: 8px #000;
  border-bottom: 8px dotted #0059ff;
  flex: 1;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: 7px;
  padding-right: 0;
}

.hww-sep-ecr-lines-2 {
  object-fit: fill;
  border-bottom: 8px dotted #0059ff;
  border-right: 8px dotted #0059ff;
  flex: 1;
  width: 27%;
  height: 100%;
  padding-right: 100px;
  display: inline-block;
  position: static;
}

.hww-1-spacer-right {
  background-color: #0000;
  width: 160px;
  height: 100%;
  display: inline-block;
}

.hww-sep-odd-c-left, .hww-sep-even-c-right {
  width: 55%;
  height: 50px;
}

.hww-separator-even {
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hww-sep-ecr-spacer {
  background-color: #0000;
  width: 170px;
  height: 100%;
  display: inline-block;
}

.hww-sep-ecr-down {
  border-right: 8px dotted #0059ff;
  flex: 1;
  height: 100%;
  margin-top: 7px;
  margin-left: auto;
  margin-right: 0;
}

.hww-sep-even-c-left {
  width: 45%;
  height: 50px;
}

.hww-sep-even-container {
  display: flex;
}

.hww-sep-ecl-spacer {
  background-color: #0000;
  width: 235px;
  height: 100%;
  display: inline-block;
}

.hww-sep-ecr-flex, .hww-sep-ecl-flex {
  height: 100%;
  display: flex;
}

.hww-sep-ecr-lines {
  border: 8px #000;
  border-bottom: 8px dotted #0059ff;
  flex: 1;
  width: auto;
  height: 100%;
  margin-left: 7px;
  margin-right: 0;
}

.hww-sep-ecl-lines {
  object-fit: fill;
  border-bottom: 8px dotted #0059ff;
  border-left: 8px dotted #0059ff;
  flex: 1;
  width: 27%;
  height: 100%;
  padding-right: 100px;
  display: inline-block;
  position: static;
}

.careers-container {
  border: 1px solid #f1f6f4;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px 40px 20px;
  box-shadow: 1px 1px 3px #6a6a6a6b;
}

.careers-details-section {
  height: auto;
  margin-bottom: 100px;
}

.careers-header-text {
  align-items: flex-end;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.careers-text-bold {
  white-space: normal;
  width: 515px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Stolzl, sans-serif;
}

.careers-text {
  white-space: normal;
  padding-bottom: 20px;
  font-family: Stolzl book, sans-serif;
}

.div-block-91 {
  border-bottom: 1px solid #f1f6f4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.careers-list {
  margin-top: 10px;
}

.careers-about-section {
  margin-top: 40px;
  margin-bottom: 100px;
}

.careers-text-large {
  text-align: center;
  width: auto;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-header {
  background-color: #bd81ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  display: flex;
}

.careers-hero-section {
  background-color: #f1f6f4;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
}

.careers-hero-container {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-banner-right-image {
  flex: 1;
  max-height: 505px;
}

.careers-banner-left {
  flex: 1;
}

.careers-div-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.careers-div-header-left {
  background-image: url('../images/Pink-Shapes-4.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  height: 293px;
  position: absolute;
  left: 0;
}

.careers-div-header-right {
  background-image: url('../images/Pink-Shapes-3.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 293px;
  position: absolute;
  right: 0;
}

.careers-dropdown-div-2 {
  border-bottom: 1px solid #f1f6f4;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 850px;
  margin-bottom: 10px;
  display: block;
}

.careers-dropdown-div-2.careers-dropdown-last-item {
  border: 1px #000;
  margin-bottom: 0;
}

.careers-dropdown {
  width: 100%;
  max-width: 1050px;
  overflow: hidden;
}

.careers-dropdown-toggle {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.careers-dropdown-toggle.w--open {
  width: 1050px;
  max-width: 850px;
}

.careers-dropdown-text {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  overflow: visible;
}

.div-block-92 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: inline;
  position: static;
}

.div-block-94 {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline;
  position: static;
  left: auto;
  right: auto;
}

.careers-header-text-black {
  color: var(--black);
  max-width: 380px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
}

.careers-header-text-2 {
  color: var(--black);
  max-width: 450px;
  font-family: Stolzl, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.careers-text-larger {
  text-align: center;
  width: 635px;
  padding-bottom: 0;
  font-family: Stolzl book, sans-serif;
  font-size: 20px;
}

.section-66 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-heading-text {
  text-align: center;
  max-width: 820px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-95 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: inline;
}

.div-block-96 {
  display: inline;
}

.div-block-97 {
  justify-content: flex-end;
  display: flex;
}

.div-block-98 {
  display: flex;
}

.careers-column-2 {
  justify-content: flex-end;
  display: flex;
}

.careers-button {
  color: var(--black);
  background-color: #a9df7f;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: Stolzl, sans-serif;
  font-weight: 700;
}

.careers-button:hover {
  background-color: #99d56b;
}

.careers-column-1 {
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.careers-column {
  padding-bottom: 20px;
}

.apply-form-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.apply-form-label {
  font-family: Stolzl book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2 {
  max-width: 300px;
  margin-left: 0;
}

.apply-form-text-field {
  border-radius: 4px;
  max-width: 400px;
}

.form-block {
  padding-top: 20px;
}

.careerssmall-heading-text {
  z-index: 10;
  color: #fff;
  text-align: center;
  align-self: center;
  max-width: 760px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Stolzl book, sans-serif;
  font-size: 22px;
  position: relative;
}

.article-text-subheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Stolzl, sans-serif;
  font-size: 26px;
}

.article-text-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.link-11 {
  display: inline;
}

.atrictle-list-item {
  font-weight: 400;
}

.link-12, .link-13, .link-14, .link-15, .link-16 {
  display: inline;
}

.blog-article-content {
  padding-top: 20px;
  padding-bottom: 60px;
}

.link-17, .link-18 {
  display: inline;
}

.article-small-subheading {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}

.link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26 {
  display: inline;
}

.article-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  padding-top: 10px;
  padding-bottom: 60px;
  padding-left: 10px;
  display: flex;
}

.article-image-container {
  max-width: 800px;
}

.article-image {
  height: 373.993px;
}

.text-block-22 {
  margin-bottom: 20px;
  font-size: 20px;
}

.article-subheading {
  margin-bottom: 0;
  font-size: 20px;
}

.container-12, .blog-div {
  max-width: 800px;
}

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

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

.job-description-text {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
}

.careers-text-2 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.showcase-header {
  background-color: #0059ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 293px;
  display: flex;
}

.outer-wrapper {
  background-color: #8194ffa3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.inner-wrapper {
  background-color: #ffe2e2;
  padding: 50px;
}

.div-block-99 {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 5px 30px 9px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.contained-navigation-item {
    text-align: left;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item.contained-navigation-item:hover {
    background-color: #0000;
  }

  .menu-button {
    padding: 0;
  }

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

  .top-navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .div-block-3 {
    background-image: none;
    padding-top: 0;
    padding-left: 60px;
  }

  .resources-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 10px;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .main-navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .main-navigation-item:hover {
    background-color: #f7f8f9;
  }

  .main-navigation-item:active {
    background-color: #eef0f3;
  }

  .main-navigation-item.main-navigation-dropdown-item {
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .main-navigation-item.main-navigation-dropdown-item:hover {
    background-color: #0000;
  }

  .top-navigation-button {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .top-navigation-button:hover {
    background-color: #f7f8f9;
  }

  .top-navigation-button:active {
    background-color: #eef0f3;
  }

  .main-navigation-items {
    background-color: #fff;
    max-height: 50vh;
    overflow: auto;
  }

  .main-navigation-item-wrapper {
    text-align: left;
    padding-top: 0;
  }

  .main-navigation-item-wrapper.hidden-desktop-navigation-item {
    display: block;
  }

  .explore-dropdown-list.w--open {
    margin-top: 0;
  }

  .bottom-footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .address-section {
    text-align: center;
  }

  .footer-logo-block {
    margin-left: 20px;
  }

  .banner-intro-text {
    width: auto;
  }

  .banner-intro-heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .div-block-3-copy {
    background-image: none;
    padding-top: 20px;
    padding-left: 60px;
  }

  .industry-section-image-container-lr {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .industry-section-image-rl {
    width: 90%;
  }

  .industry-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .platform-section-text {
    width: auto;
    padding-right: 20px;
  }

  .text-block-14 {
    max-width: none;
    font-size: 14px;
  }

  .common-green-button.how-we-work-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .platform-text-container-lr {
    padding-left: 20px;
  }

  .industry-section-rl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-section-image-lr {
    width: 90%;
  }

  .home-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-heading-blue {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .home-heading-medium {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .discover-button {
    margin-left: auto;
    margin-right: auto;
  }

  .home-section-lr {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .home-section-container {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    max-width: 580px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-image-container {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-section-image-lr {
    max-width: 580px;
    margin-right: auto;
    padding-top: 40px;
    padding-right: 20px;
  }

  .commontext {
    height: auto;
  }

  .common-page-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .common-small-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .header-background-left, .header-background-right, .header-background-left-purp, .header-background-right-purp, .header-background-left-blu, .header-background-right-blu, .header-background-blue-left, .header-background-blue-right, .home-header-bg-left, .home-header-bg-right {
    background-image: none;
  }

  .purple-stats-big, .green-stats-big {
    font-size: 60px;
  }

  .purple-stats-small, .green-stats-small {
    font-size: 15px;
  }

  .blue-stats-big {
    font-size: 60px;
  }

  .blue-stats-small {
    font-size: 15px;
  }

  .blue-2-stats-big {
    font-size: 60px;
  }

  .blue-2-stats-small {
    font-size: 15px;
  }

  .stats-text {
    font-size: 14px;
  }

  .stats-text-div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .blue-brand-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-column {
    flex-direction: column;
    justify-content: flex-start;
  }

  .purple-brand-text, .blue-2-brand-text {
    font-size: 20px;
    line-height: 30px;
  }

  .section-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .platform-header-bg-left, .platform-header-bg-right {
    background-image: none;
  }

  .platform-header-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .platform-div-left {
    flex-direction: column;
    margin-top: 20px;
  }

  .platform-div-right {
    padding-top: 20px;
  }

  .platform-section-lr {
    flex-direction: row;
    height: 850px;
    display: flex;
  }

  .platform-section-rl {
    height: 850px;
    margin-top: 0;
  }

  .div-text-right {
    padding-right: 20px;
  }

  .what-we-do-div {
    height: 330px;
  }

  .blog-section {
    margin-bottom: 40px;
  }

  .blog-container {
    margin-bottom: 0;
  }

  .blog-post-div-right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-div {
    padding-top: 20px;
  }

  .about-bg-left, .about-bg-right {
    background-image: none;
  }

  .about-container {
    margin-top: 20px;
  }

  .about-text-bold {
    line-height: 40px;
  }

  .about-section-2 {
    height: 900px;
  }

  .energy-bg-div, .energy-bg-div-right, .water-bg-div-left, .water-bg-div-right {
    background-image: none;
  }

  .about-subheader-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .see-it-in-action-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .what-we-do-section-left {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .what-we-do-lr-div {
    padding-left: 20px;
  }

  .what-we-do-text-2 {
    width: auto;
  }

  .what-we-do-image-left {
    padding-right: 20px;
  }

  .what-we-do-image-right {
    padding-left: 20px;
  }

  .what-we-do-section-right {
    margin-bottom: 0;
  }

  .what-we-do-rl-div {
    padding-right: 20px;
  }

  .insurance-bg-left, .insurance-bg-right, .retail-bg-left, .retail-bg-right, .manufacturing-bg-left, .manufacturing-bg-right {
    background-image: none;
  }

  .platform-text-2 {
    text-align: center;
    font-family: Stolzl book, sans-serif;
    font-size: 20px;
  }

  .about-text-bold-2 {
    line-height: 40px;
  }

  .article-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    width: auto;
  }

  .faq-dropdown-toggle {
    width: 100%;
  }

  .faq-dropdown-toggle.w--open {
    width: auto;
  }

  .faq-plus-icon:active {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .faq-div {
    width: 100%;
  }

  .div-block-70 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-72 {
    width: 33%;
  }

  .platform-image-right {
    width: 90%;
  }

  .platform-image-container-lr {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .platform-rl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .platform-image-rl {
    width: 90%;
  }

  .section-61 {
    padding-top: 60px;
  }

  .home-header-small {
    text-align: center;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .terms-of-use-text-bold {
    padding-left: 10px;
    padding-right: 10px;
  }

  .terms-of-use-text {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .terms-of-use-header-text, .div-block-86 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookies-text-bold, .terms-of-use-text-inline {
    font-size: 16px;
  }

  .showcase-section {
    display: none;
  }

  .cookie-table-container {
    padding-left: 20px;
    padding-right: 0;
  }

  .showcase-header-text-block {
    position: absolute;
  }

  ._404-bg-left, ._404-bg-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .faq-minus-icon:active {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .home-section-text-ga {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .automation-text-2 {
    height: 160px;
  }

  .green-2-brand-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-div {
    justify-content: flex-start;
    height: 430px;
  }

  .testimonial-columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dark-blue-brand-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-columns-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .common-header-2, .list-text-bold {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-table-text {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cookie-row, .cookie-header-row {
    width: 100%;
  }

  .cookie-cell-header-text, .cookie-table-left-align-text {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .showcase-instruction-section, .showcase-map-section {
    display: none;
  }

  .showcase-map-button, .showcase-map-button-running {
    margin-left: 10px;
  }

  .terms-of-use-header-text-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stats-number-div {
    min-width: auto;
  }

  .privacy-table-container {
    padding-left: 20px;
    padding-right: 0;
  }

  .privacy-header-row {
    width: 100%;
  }

  .privacy-header-text {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .privacy-row {
    width: 100%;
  }

  .privacy-table-text {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .about-header-div {
    padding-top: 20px;
  }

  .showcase-unsupported-section {
    display: block;
  }

  .perfect-automation-image {
    width: 80%;
  }

  .text-block-21 {
    padding-top: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .hww-banner-right {
    background-position: 100% 100%;
    background-size: auto 60%;
    padding-top: 0;
  }

  .careers-text-bold, .careers-text {
    width: auto;
    padding-right: 20px;
  }

  .careers-hero-section {
    max-height: 850px;
  }

  .careers-hero-container {
    flex-direction: column;
  }

  .careers-banner-right-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .careers-banner-left {
    background-position: 100% 100%;
    background-size: auto 60%;
    padding-top: 0;
  }

  .careers-div-left {
    padding-right: 40px;
  }

  .careers-dropdown-div-2, .careers-dropdown-toggle {
    width: 100%;
  }

  .careers-dropdown-toggle.w--open {
    width: auto;
  }

  .careers-header-text-black {
    padding-top: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .careers-header-text-2 {
    max-width: none;
    font-size: 16px;
  }

  .careers-text-larger {
    text-align: center;
    font-family: Stolzl book, sans-serif;
    font-size: 20px;
  }

  .careers-heading-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .careerssmall-heading-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .article-image-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-column-2 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.home-page-top-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 5px 30px 9px;
  }

  .footer-wrap {
    padding-top: 20px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .div-block-3 {
    background-image: none;
    padding-top: 0;
  }

  .resources-dropdown-list.w--open {
    margin-top: 0;
  }

  .main-navigation-items {
    box-shadow: none;
    border-bottom: 1px solid #e2e2e2;
  }

  .explore-dropdown-list {
    overflow: auto;
  }

  .explore-dropdown-list.w--open {
    padding-top: 20px;
  }

  .footer-container {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-navigation-section {
    text-align: right;
    margin-right: 20px;
  }

  .footer-logo-block {
    margin-left: 20px;
  }

  .footer-slogan-text {
    font-size: 14px;
  }

  .footer-social-link {
    display: inline-block;
  }

  .columns {
    width: 250px;
  }

  .footer-logo-section {
    text-align: left;
  }

  .banner-intro-content {
    width: 80%;
  }

  .banner-intro-heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .banner-intro-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-3-copy {
    background-image: none;
    width: 100%;
    padding-top: 0;
  }

  .industry-section-lr {
    padding: 40px 20px;
  }

  .industry-section-image-container-lr {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: auto;
    display: block;
  }

  .industry-section-image-rl {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .industry-section-container-lr, .flex-container-2 {
    flex-direction: column;
  }

  .column-2, .column-3 {
    text-align: left;
  }

  .column-4, .column-5 {
    padding-top: 25px;
  }

  .industry-text-block {
    width: auto;
  }

  .platform-section-text {
    font-size: 14px;
  }

  .industry-section-heading {
    font-size: 24px;
  }

  .div-block-8 {
    padding-left: 20px;
  }

  .text-block-14 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .common-green-button.how-we-work-button {
    align-self: center;
  }

  .div-block-9 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .industry-section-image-container-rl {
    width: auto;
    margin-right: 0;
  }

  .platform-text-container-lr {
    width: auto;
    padding-left: 0;
  }

  .industry-section-text-container-rl {
    width: auto;
  }

  .industry-section-rl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .industry-section-image-lr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-heading {
    max-width: 500px;
  }

  .home-text {
    max-width: 350px;
  }

  .home-section-container {
    width: auto;
  }

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

  .commontext {
    font-size: 26px;
  }

  .automation-image {
    width: 90px;
  }

  .common-page-header {
    font-size: 48px;
    line-height: 44px;
  }

  .common-small-heading {
    font-size: 18px;
  }

  .home-container {
    flex-direction: column;
  }

  .home-heading-blue-large, .image-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .purple-stats-big, .green-stats-big, .blue-stats-big, .blue-2-stats-big {
    font-size: 46px;
  }

  .stats-div {
    margin-bottom: 20px;
  }

  .stats-text {
    font-size: 13px;
  }

  .blue-brand-text {
    min-height: auto;
  }

  .testimonial-column {
    padding-bottom: 60px;
  }

  .brand-text {
    min-height: auto;
    padding-bottom: 10px;
  }

  .purple-brand-text, .blue-2-brand-text {
    min-height: auto;
  }

  .platform-header-section {
    height: 550px;
  }

  .platform-section-lr {
    flex-direction: row;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .what-we-do-div {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .blog-section {
    max-height: none;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .blog-image {
    width: 50%;
    height: auto;
  }

  .blog-heading-text {
    font-size: 18px;
  }

  .blog-subheading, .blog-text, .button-with-line {
    font-size: 14px;
  }

  .about-div {
    width: 100%;
  }

  .about-text-header {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .about-section-2 {
    height: 1650px;
  }

  .see-it-in-action-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .what-we-do-container-left {
    flex-direction: column;
    align-items: center;
  }

  .what-we-do-section-left {
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-do-lr-div {
    padding-left: 0;
  }

  .what-we-do-lr-div-image {
    width: 55%;
  }

  .pink-text-big {
    font-size: 70px;
  }

  .what-we-do-heading {
    font-size: 28px;
  }

  .what-we-do-text-2 {
    font-size: 16px;
  }

  .what-we-do-text-div {
    margin-right: 0;
  }

  .what-we-do-container-right {
    flex-direction: column;
    align-items: center;
  }

  .what-we-do-image-left {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .purple-text-big {
    font-size: 70px;
  }

  .what-we-do-image-right {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-do-section-right {
    flex-direction: column;
    height: auto;
  }

  .big-text-blue, .blue-2-big-text {
    font-size: 70px;
  }

  .what-we-do-rl-div-image {
    width: 55%;
  }

  .what-we-do-rl-div {
    order: -1;
    width: 55%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .wave-image-home {
    height: 80px;
  }

  .column-18, .column-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .platform-text-2 {
    width: auto;
  }

  .hww-sep-odd-c-right {
    display: none;
  }

  .article-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-bg-left, .contact-bg-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-bg-left-2, .contact-bg-right-2 {
    height: 744px;
  }

  .section-53 {
    flex-direction: column;
  }

  .contact-block {
    margin-bottom: 40px;
  }

  .faq-question, .faq-answer-text {
    font-size: 14px;
  }

  .div-block-70 {
    max-width: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-72 {
    width: 100%;
    margin-top: 20px;
  }

  .platform-image-right {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .platform-section-left {
    padding: 40px 20px;
  }

  .platform-container {
    flex-direction: column;
  }

  .platform-image-container-lr {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .platform-header {
    font-size: 24px;
  }

  .platform-rl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .platform-rl-container {
    flex-direction: column;
  }

  .platform-image-container-rl {
    width: auto;
    margin-right: 0;
  }

  .platform-image-rl {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .platform-text-container-rl {
    width: auto;
  }

  .section-61 {
    padding-top: 40px;
  }

  .home-header {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }

  .home-heading-text {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-header-small {
    text-align: center;
  }

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

  .cookie-cell {
    padding: 5px;
  }

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

  ._404-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .automation-text-2 {
    height: auto;
    font-size: 26px;
  }

  .green-2-brand-text {
    max-width: none;
    min-height: auto;
  }

  .testimonial-image-div {
    height: 80px;
  }

  .testimonial-div {
    height: auto;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .dark-blue-brand-text {
    min-height: auto;
  }

  .testimonial-columns-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .common-header-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .image-36 {
    width: 80%;
  }

  .cookie-table-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .cookie-cell-header-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .cookie-table-left-align-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .showcase-map-button, .showcase-map-button-running {
    margin-left: 10px;
  }

  .stats-number-div {
    height: auto;
  }

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

  .privacy-cell {
    padding: 5px;
  }

  .privacy-header-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .privacy-table-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .about-header-div {
    width: 100%;
  }

  .text-block-21 {
    text-align: center;
    font-family: Stolzl, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }

  .hww-container {
    flex-direction: column;
    align-items: center;
  }

  .hww-banner-right {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
  }

  .hww-sep-odd-container {
    margin-right: 0;
    display: block;
  }

  .hww-sep-ecr {
    width: 100%;
    height: auto;
    display: block;
  }

  .hww-separator-odd {
    height: auto;
  }

  .hww-1-spacer-left {
    width: 150px;
    display: none;
  }

  .pointdown {
    border-left-style: none;
    border-right: 8px dotted #0059ff;
    width: 100%;
    height: 100px;
    margin-top: 0;
    margin-right: 0;
  }

  .hww-sep-ecl-lines-2, .hww-sep-ecr-lines-2 {
    display: none;
  }

  .hww-1-spacer-right {
    width: 130px;
    display: none;
  }

  .hww-sep-odd-c-left {
    width: 50%;
    height: auto;
    display: block;
  }

  .hww-sep-even-c-right {
    width: 50%;
    height: auto;
  }

  .hww-separator-even {
    height: 100%;
    margin-bottom: 0;
  }

  .hww-sep-ecr-spacer {
    display: none;
  }

  .hww-sep-ecr-down {
    border-left: 8px #0059ff;
    border-right-style: dotted;
    height: 100px;
    margin-left: 0;
  }

  .hww-sep-even-c-left {
    height: auto;
    display: none;
  }

  .hww-sep-even-container {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hww-sep-ecl-spacer {
    display: none;
  }

  .hww-sep-ecr-flex {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .hww-sep-ecr-lines, .hww-sep-ecl-lines {
    display: none;
  }

  .careers-container {
    max-width: 550px;
  }

  .careers-header-text {
    font-size: 24px;
  }

  .careers-text-bold, .careers-text, .careers-list-item {
    font-size: 14px;
  }

  .careers-list {
    padding-left: 20px;
  }

  .careers-hero-container {
    flex-direction: column;
    align-items: center;
  }

  .careers-banner-left {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
  }

  .careers-div-left {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-dropdown-text {
    font-size: 14px;
  }

  .careers-header-text-black {
    text-align: center;
    font-family: Stolzl, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }

  .careers-header-text-2 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .careers-text-larger {
    width: auto;
  }

  .careers-heading-text {
    max-width: 500px;
  }

  .careers-column-2 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .careers-column-1 {
    padding-top: 0;
    padding-left: 0;
  }

  .careerssmall-heading-text {
    font-size: 18px;
  }

  .article-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-column-1 {
    padding-bottom: 40px;
  }

  .blog-column-2 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .job-description-text, .careers-text-2 {
    font-size: 14px;
  }
}

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

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 140px;
  }

  .footer-wrap {
    flex-wrap: wrap;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .footer-navigation-section {
    width: 100%;
    margin-top: 40px;
    margin-left: 20px;
  }

  .copyright-section {
    margin-top: 20px;
  }

  .footer-slogan-text {
    text-align: left;
  }

  .columns {
    width: 100%;
  }

  .banner-intro-heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-intro-heading-jumbo.navigation-scroll-trigger {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .banner-intro-paragraph.cc-bigger-white-light {
    font-size: 16px;
  }

  .navigation-spacer {
    height: 100px;
  }

  .industry-section-lr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .industry-section-image-container-lr {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .industry-section-image-rl {
    width: 100%;
  }

  .paragraph {
    font-size: 14px;
  }

  .industry-section-container-lr {
    justify-content: center;
    align-items: center;
  }

  .industry-subheading {
    height: 350px;
  }

  .industry-text-block {
    font-size: 18px;
  }

  .industry-section-heading {
    line-height: 45px;
    display: flex;
  }

  .div-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .section-7 {
    margin-top: 20px;
  }

  .industry-section-image-container-rl {
    width: 100%;
  }

  .platform-text-container-lr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .industry-section-rl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    display: flex;
  }

  .section-8 {
    margin-top: 20px;
  }

  .section-10 {
    margin-top: 40px;
  }

  .home-heading {
    width: 300px;
    font-size: 30px;
    display: flex;
  }

  .home-text {
    width: 300px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .home-heading-blue {
    font-size: 18px;
    line-height: 30px;
  }

  .home-heading-medium {
    width: 300px;
    max-width: none;
    margin-top: 0;
    font-size: 30px;
  }

  .home-section-container {
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
  }

  .home-image-container {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .div-block-13 {
    height: 300px;
  }

  .industry-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

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

  .automation-image {
    width: 80px;
  }

  .common-page-header {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    line-height: 44px;
    display: block;
  }

  .header-section {
    height: 600px;
  }

  .common-small-heading {
    font-size: 15px;
  }

  .home-container {
    align-items: center;
  }

  .home-heading-blue-large {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .purple-stats-big {
    font-size: 50px;
  }

  .home-stats-div {
    flex-direction: column;
  }

  .green-stats-big, .blue-stats-big, .blue-2-stats-big {
    font-size: 50px;
  }

  .stats-div {
    align-self: center;
    margin-bottom: 40px;
  }

  .stats-text {
    max-width: 200px;
  }

  .blue-brand-text {
    font-size: 20px;
  }

  .testimonial-column {
    height: auto;
  }

  .purple-brand-text, .blue-2-brand-text {
    font-size: 20px;
  }

  .platform-header-section {
    height: 750px;
  }

  .what-we-do-text {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
  }

  .blog-container {
    display: flex;
  }

  .blog-post-div-left {
    flex-direction: row;
    align-items: flex-start;
    left: auto;
  }

  .blog-post-div-right {
    justify-content: flex-end;
    right: auto;
  }

  .blog-image {
    width: 70%;
  }

  .faq-header {
    height: 350px;
  }

  .faq-div-header-left, .faq-div-header-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .about-div {
    align-items: flex-start;
  }

  .about-text-bold {
    justify-content: center;
  }

  .about-header-large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .about-subheader-section {
    height: 500px;
  }

  .see-it-in-action-heading {
    font-size: 34px;
  }

  .see-it-in-action-text {
    font-size: 18px;
  }

  .what-we-do-section-left {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .what-we-do-section-left.first-what-we-do-section {
    margin-top: 20px;
  }

  .what-we-do-lr-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-we-do-lr-div-image {
    justify-content: center;
    width: auto;
  }

  .what-we-do-container-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .what-we-do-image-left, .what-we-do-image-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-we-do-section-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 10px;
    display: flex;
  }

  .what-we-do-rl-div-image {
    width: auto;
    position: static;
  }

  .what-we-do-rl-div {
    order: -1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-17 {
    padding-bottom: 20px;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .how-we-work-separator {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .hww-sep-odd-c-right {
    display: none;
  }

  .about-text-bold-2 {
    text-align: center;
    padding-right: 10px;
    line-height: 40px;
  }

  .book-a-demo-heading {
    font-size: 32px;
  }

  .book-a-demo-text {
    font-size: 18px;
  }

  .section-51 {
    height: 400px;
  }

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

  .contact-block {
    width: auto;
  }

  .contact-block-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-54 {
    height: 400px;
  }

  .support-bg-left, .support-bg-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-56 {
    height: 650px;
  }

  .faq-heading {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .faq-question {
    font-size: 13px;
  }

  .faq-dropdown-toggle {
    padding-right: 20px;
  }

  .faq-div {
    width: auto;
  }

  .faq-answer-text {
    font-size: 13px;
  }

  .section-58 {
    padding: 40px 10px;
  }

  .get-started-text {
    font-size: 18px;
  }

  .get-started-text-small {
    font-size: 14px;
  }

  .get-started-circle, .get-started-circle-2, .get-started-circle-3 {
    width: 20px;
  }

  .platform-section-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .platform-container {
    justify-content: center;
    align-items: center;
  }

  .platform-image-container-lr {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .platform-header {
    align-self: flex-start;
    display: flex;
  }

  .platform-rl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    display: flex;
  }

  .platform-image-container-rl {
    width: 100%;
  }

  .company-image-mds {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-header-bold {
    padding-top: 20px;
  }

  .home-header {
    width: 300px;
    line-height: 40px;
  }

  .home-heading-text {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-header-small {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    display: flex;
  }

  .div-block-80 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-20 {
    margin-bottom: 40px;
  }

  .contact-us-heading {
    font-size: 34px;
  }

  .cookie-cell {
    padding-left: 5px;
    padding-right: 5px;
  }

  ._404-text-large {
    font-size: 100px;
  }

  ._404-text-blue {
    font-size: 20px;
  }

  ._404-text {
    font-size: 18px;
  }

  .home-section-text-ga {
    width: auto;
    font-size: 18px;
  }

  .automation-text-2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .green-2-brand-text {
    font-size: 20px;
  }

  .testimonial-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .common-header-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    font-size: 36px;
    display: block;
  }

  .image-36 {
    width: 75%;
  }

  .cookie-table-text {
    font-size: 9px;
  }

  .cookie-cell-header-text {
    font-size: 10px;
  }

  .cookie-table-left-align-text {
    font-size: 9px;
  }

  .showcase-map-button, .showcase-map-button-running {
    margin-top: 20px;
  }

  .privacy-cell {
    padding-left: 5px;
    padding-right: 5px;
  }

  .privacy-header-text {
    font-size: 10px;
  }

  .privacy-table-text {
    font-size: 9px;
  }

  .about-header-div {
    align-items: flex-start;
  }

  .text-block-21 {
    font-size: 34px;
  }

  .hww-sep-odd-container {
    margin-bottom: 10px;
  }

  .hww-sep-ecr {
    height: auto;
  }

  .hww-separator-odd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .hww-1-spacer-left {
    display: none;
  }

  .pointdown {
    border-left-style: none;
    border-right: 8px dotted #0059ff;
    min-height: 150px;
    margin-right: auto;
  }

  .hww-sep-ecl-lines-2, .hww-sep-ecr-lines-2 {
    display: none;
  }

  .hww-sep-odd-c-left, .hww-sep-even-c-right {
    height: auto;
  }

  .hww-separator-even {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hww-sep-ecr-spacer {
    display: none;
  }

  .hww-sep-ecr-down {
    border-left-style: none;
    border-right-style: dotted;
    min-height: 150px;
  }

  .hww-sep-even-c-left {
    display: none;
  }

  .hww-sep-even-container, .hww-sep-ecr-flex {
    height: auto;
  }

  .hww-sep-ecr-lines, .hww-sep-ecl-lines {
    display: none;
  }

  .careers-container {
    max-width: 300px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .careers-header-text {
    align-self: flex-start;
    display: flex;
  }

  .careers-text-large {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .careers-header {
    height: 350px;
  }

  .careers-div-header-left, .careers-div-header-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .careers-dropdown-div-2 {
    width: auto;
  }

  .careers-dropdown-toggle {
    padding-right: 20px;
  }

  .careers-dropdown-text {
    font-size: 13px;
  }

  .careers-header-text-black {
    font-size: 26px;
  }

  .careers-header-text-2 {
    font-size: 14px;
  }

  .container-11 {
    text-align: center;
    align-items: flex-end;
  }

  .careers-heading-text {
    text-align: center;
    justify-content: center;
    width: 300px;
    font-size: 26px;
    display: flex;
  }

  .careerssmall-heading-text {
    font-size: 15px;
  }

  .blog-column-1 {
    padding-bottom: 40px;
  }

  .job-description-text, .careers-text-2 {
    font-size: 13px;
  }

  .showcase-header {
    height: 400px;
  }
}


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