body {
  padding-top: 62px;
  background-color: #121212;
  font-family: 'Red Hat Display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.4px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

a {
  color: #44dbae;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 8px;
  border-color: #53fdca;
  background-color: rgba(83, 253, 202, 0.1);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

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

figcaption {
  margin-top: 10px;
  color: #676e73;
  font-size: 14px;
  text-align: center;
}

.container {
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.nav {
  width: 100%;
}

.section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.light {
  background-color: #1f1f1f;
}

.section.dark {
  background-color: #f6f6f6;
}

.section.white {
  background-color: #fff;
}

.section.pricing {
  padding-bottom: 300px;
  background-color: #1f1f1f;
}

.section.dark-grey {
  background-color: #252525;
}

.section.relative {
  position: relative;
}

.section.prod-feature-works {
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, #f6f6f6));
  background-image: linear-gradient(180deg, #fff 50%, #f6f6f6 0);
}

.section.use-cases-feedback {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #f6f6f6 50%, #fff 0);
}

.section.custom-pricing-header {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, #121212), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #121212 62%, #fff 0);
}

.section.license-purchase {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f6f6f6), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #f6f6f6 65%, #fff 0);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #252525;
  background-color: #121212;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  height: 63px;
  margin-bottom: -1px;
  padding: 20px 12px 18px;
  border-bottom: 2px solid transparent;
  font-family: 'Red Hat Display', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom-color: #44dbae;
  color: #53fdca;
  text-decoration: none;
}

.nav-link.w--current {
  color: #53fdca;
}

.nav-link.dropdown {
  padding-right: 28px;
}

.nav-link.dropdown.w--open {
  border-bottom-color: #44dbae;
  color: #53fdca;
}

.brand {
  margin-right: 38px;
}

.brand.short {
  display: none;
}

.nav-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-action {
  margin-left: 10px;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.ff-space {
  font-family: 'Space Mono', sans-serif;
}

.text-primary {
  color: #53fdca;
}

.style-guide-inner {
  padding: 40px;
  background-color: #1f1f1f;
}

.style-guide-inner.white {
  background-color: #fff;
}

.text-large {
  font-size: 22px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0.text-primary {
  font-size: 25px;
  text-align: left;
}

.mb-20 {
  margin-bottom: 20px;
  padding-top: 0px;
}

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

.text-extra-small {
  font-size: 12px;
}

.subtitle {
  font-family: 'Space Mono', sans-serif;
  letter-spacing: 1px;
}

.text-grey {
  color: #676e73;
  font-size: 18px;
}

.text-grey.text-extra-small {
  padding-bottom: 8px;
  text-align: center;
}

.text-white {
  margin-top: 47px;
  color: #121212;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style-guide-color.primary {
  background-color: #53fdca;
}

.style-guide-color.white {
  background-color: #fff;
}

.style-guide-color.light {
  background-color: #f6f6f6;
}

.style-guide-color.grey {
  background-color: #676e73;
}

.style-guide-color.black {
  background-color: #121212;
}

.style-guide-color.dark {
  border-style: solid;
  border-width: 1px;
  border-color: #676e73;
  background-color: #1f1f1f;
}

.style-guide-color.secondary {
  background-color: #44dbae;
}

.style-guide-color.primary-dark {
  background-color: #31bd93;
}

.style-guide-color.light-grey {
  background-color: #8a8f98;
}

.style-guide-color.dark-grey {
  background-color: #252525;
}

.style-guide-color.grey-helper {
  background-color: #e7e7e7;
  color: #121212;
}

.style-guide-color.yellow {
  background-color: #eeb524;
}

.style-guide-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mb-10 {
  margin-bottom: 10px;
}

.button {
  height: 58px;
  padding: 14px 28px;
  border: 1px solid transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.button.primary {
  background-color: #53fdca;
  color: #121212;
}

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

.button.white {
  background-color: #fff;
  color: #121212;
}

.button.white:hover {
  background-color: #53fdca;
}

.button.primary-light {
  background-color: rgba(83, 253, 202, 0.1);
  color: #53fdca;
}

.button.primary-light:hover {
  background-color: #53fdca;
  color: #121212;
}

.button.white-light {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.button.white-light:hover {
  background-color: #fff;
  color: #121212;
}

.button.outline-primary {
  border-color: #53fdca;
  background-color: transparent;
  color: #53fdca;
}

.button.outline-primary:hover {
  background-color: #53fdca;
  color: #121212;
}

.button.outline-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.outline-white:hover {
  background-color: #fff;
  color: #121212;
}

.button.small {
  height: 43px;
  padding: 8px 16px;
  font-size: 16px;
}

.button.small.text-small {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.button.black {
  background-color: #121212;
  color: #fff;
}

.button.black:hover {
  background-color: #53fdca;
  color: #121212;
}

.button.primary-invert {
  background-color: #53fdca;
  color: #121212;
}

.button.primary-invert:hover {
  background-color: #121212;
  color: #fff;
}

.button.light {
  background-color: #f6f6f6;
  color: #121212;
}

.button.light:hover {
  background-color: #53fdca;
}

.button.medium {
  height: 53px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
}

.button.medium.black.news-letter {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
}

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

.button.outline-black {
  border-color: #121212;
  background-color: transparent;
  color: #121212;
}

.button.outline-black:hover {
  background-color: #121212;
  color: #fff;
}

.button.black-to-white {
  background-color: #121212;
  color: #fff;
}

.button.black-to-white:hover {
  background-color: #fff;
  color: #121212;
}

.link {
  display: inline-block;
  padding-right: 26px;
  background-image: url('../images/right-small.svg');
  background-position: 100% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #53fdca;
  font-weight: 500;
}

.link:hover {
  padding-right: 32px;
  color: #fff;
  text-decoration: none;
}

.link.text-medium {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.link.link-primary-dark {
  background-image: url('../images/right-small-3.svg');
}

.link.link-primary-dark:hover {
  color: #121212;
}

.footer {
  padding-top: 0px;
  border-top: 1px solid #252525;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.footer-link:hover {
  color: #53fdca;
  text-decoration: none;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-link {
  display: inline-block;
  margin-right: 20px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0px;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-social-link.black {
  opacity: 0.4;
}

.footer-social-link.black:hover {
  opacity: 1;
}

.footer-legal {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px none #1f1f1f;
}

.footer-link-legal {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #676e73;
}

.footer-link-legal:hover {
  color: #fff;
  text-decoration: none;
}

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

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row-2.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-2.flex-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-2.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-2.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.row-2.nav-dropdown-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-2.nav-dropdown-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.center-block {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-row {
  margin-right: -10px;
  margin-left: -10px;
}

.button-row-item {
  margin: 5px 10px;
}

.max-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-0 {
  padding-top: 0px;
}

.software-header {
  overflow: hidden;
  padding-top: 80px;
  background-color: #fff;
}

.software-header-image {
  margin-top: 40px;
  margin-bottom: -10%;
}

.text-secondary {
  color: #44dbae;
}

.company-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.company-link:hover {
  opacity: 0.6;
}

.image-container {
  position: relative;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.image-container.center {
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
}

.image-container.right {
  margin-right: 0px;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 0px;
}

.image-container.full {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-container.case {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-screen {
  position: relative;
  z-index: 1;
}

.image-container-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 30%;
  bottom: 0%;
  background-color: #252525;
}

.image-container-bg.center {
  top: 20%;
  right: 0%;
  bottom: 0%;
}

.image-container-bg.right {
  left: 30%;
  right: 0%;
}

.image-container-bg.right.white {
  left: 40%;
  right: 0%;
}

.image-container-bg.full {
  right: 0%;
}

.image-container-bg.about {
  right: 40%;
  background-color: #f6f6f6;
}

.image-container-bg.white {
  right: 40%;
  background-color: #fff;
}

.image-container-bg.dark {
  background-color: #1f1f1f;
}

.mb-60 {
  margin-bottom: 60px;
}

.button-icon-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-icon-group.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-icon-group.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-icon-group.mt-a {
  margin-top: auto;
}

.button-icon {
  width: 43px;
  height: 43px;
  margin-right: 2px;
  background-color: #53fdca;
}

.button-icon.link-arrow {
  background-image: url('../images/right-black.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.button-icon.link-arrow.black {
  background-image: url('../images/right-small-2.svg');
}

.button-icon.large {
  width: 58px;
  height: 58px;
}

.button-icon.white {
  background-color: #fff;
}

.button-icon.video {
  background-image: url('../images/right-small-1.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.button-icon.white-light {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.button-icon.link-arrow-white {
  background-image: url('../images/right-small-2.svg');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.button-icon.get-started {
  background-color: #f6f6f6;
  background-image: url('../images/terminal-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button-icon.documentation {
  background-color: #f6f6f6;
  background-image: url('../images/text-document-1.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button-icon.try-free {
  background-color: #252525;
  background-image: url('../images/right-small-2.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.button-icon.medium {
  width: 53px;
  height: 53px;
}

.button-icon.black {
  background-color: #121212;
}

.text-light-grey {
  color: #8a8f98;
}

.text-light-grey.mb-40 {
  padding-right: 2px;
  padding-left: 2px;
}

.inner-section {
  overflow: hidden;
  padding: 60px 80px;
  background-color: #1f1f1f;
}

.inner-section.black {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #121212;
}

.inner-section.white {
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(18, 18, 18, 0.05);
}

.inner-section.small {
  padding: 40px;
}

.inner-section.no-padding {
  padding: 0px;
}

.inner-section.dark-grey {
  background-color: #252525;
}

.inner-section.desktop {
  margin-bottom: 20px;
  background-color: #1f1f1f;
}

.inner-section.app-info {
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.inner-section.light {
  background-color: #f6f6f6;
}

.inner-section.transparent {
  background-color: transparent;
}

.inner-section.transparent.pt-0 {
  padding-top: 0px;
}

.inner-section.use-cases-header {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #121212;
}

.inner-section.custom-pricing {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(18, 18, 18, 0.15);
}

.inner-section.more {
  position: relative;
}

.get-started-image {
  margin-bottom: -13%;
}

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

.integration-item {
  margin: 10px;
  padding: 20px;
  background-color: #f6f6f6;
  text-align: center;
}

.intergrations-container {
  margin-left: 60px;
  padding: 10px;
  background-color: #fff;
}

.blog-post-link {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #1f1f1f;
  background-color: #f6f6f6;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.blog-post-link:hover {
  box-shadow: none;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  text-decoration: none;
}

.blog-post-link.white {
  height: 100%;
  margin-top: 20px;
  background-color: #fff;
  color: #121212;
}

.blog-post-link.white:hover {
  color: #31bd93;
}

.blog-post-link.dark-grey {
  border-style: none;
  background-color: #252525;
}

.blog-post-link-content {
  padding: 10px 16px 16px;
}

.blog-post-link-content.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-post-link-content.white.center {
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-post-link-content.dark-grey {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  text-align: center;
}

.blog-post-link-content.dark-grey:hover {
  color: #53fdca;
}

.blog-post-link-content.resources {
  padding: 30px;
}

.blog-category {
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Space Mono', sans-serif;
  color: #31bd93;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.blog-post-link-title {
  overflow: hidden;
  height: 56px;
  margin-bottom: 10px;
}

.post-short-description {
  overflow: hidden;
  height: 66px;
  margin-bottom: 10px;
}

.post-date {
  display: inline;
  font-family: 'Space Mono', sans-serif;
  color: #8a8f98;
  font-size: 12px;
  letter-spacing: -0.4px;
}

.plus-icon {
  margin-right: 10px;
  background-color: rgba(83, 253, 202, 0.1);
}

.plus-icon.primary {
  background-color: #53fdca;
}

.plus-icon.price-plans {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plus-icon.price-plans.active {
  background-color: #53fdca;
}

.plus-icon.active {
  background-color: #53fdca;
}

.subscribe-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-bullets.price-plans {
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subscribe-bullets.price-plans.last {
  margin-bottom: 40px;
}

.subscribe-bullets.center {
  margin-right: 20px;
  margin-left: 20px;
  text-align: left;
}

.input {
  min-height: 53px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: #252525;
  color: #fff;
  font-size: 16px;
}

.input:focus {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.input::-webkit-input-placeholder {
  color: #676e73;
}

.input:-ms-input-placeholder {
  color: #676e73;
}

.input::-ms-input-placeholder {
  color: #676e73;
}

.input::placeholder {
  color: #676e73;
}

.input.fixed-button {
  padding-right: 130px;
}

.input.black {
  background-color: #121212;
}

.input.black:focus {
  background-color: #1f1f1f;
}

.input.white {
  background-color: #fff;
  color: #121212;
}

.input.white:active {
  border-color: #252525;
}

.input.white:focus {
  border-color: #252525;
}

.input.white::-webkit-input-placeholder {
  color: #8a8f98;
}

.input.white:-ms-input-placeholder {
  color: #8a8f98;
}

.input.white::-ms-input-placeholder {
  color: #8a8f98;
}

.input.white::placeholder {
  color: #8a8f98;
}

.input.light {
  background-color: transparent;
  color: #121212;
}

.input.light:active {
  border-color: #252525;
}

.input.light:focus {
  border-color: #252525;
}

.input.light::-webkit-input-placeholder {
  color: #8a8f98;
}

.input.light:-ms-input-placeholder {
  color: #8a8f98;
}

.input.light::-ms-input-placeholder {
  color: #8a8f98;
}

.input.light::placeholder {
  color: #8a8f98;
}

.input.search {
  padding-right: 60px;
}

.input.light {
  background-color: #f6f6f6;
  color: #121212;
}

.input.light:active {
  border-color: #252525;
  background-color: #fff;
}

.input.light:focus {
  border-color: #252525;
  background-color: #fff;
}

.input.light::-webkit-input-placeholder {
  color: #8a8f98;
}

.input.light:-ms-input-placeholder {
  color: #8a8f98;
}

.input.light::-ms-input-placeholder {
  color: #8a8f98;
}

.input.light::placeholder {
  color: #8a8f98;
}

.input.inner-label {
  min-height: 80px;
  padding-top: 24px;
}

.input.bordered {
  border-color: #e7e7e7;
  background-color: #fff;
}

.input-group {
  position: relative;
}

.fixed-submit {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-left: -26px;
  border-style: solid;
  border-color: #53fdca;
  border-radius: 0px;
  background-color: #252525;
}

.checkbox.w--redirected-checked {
  border-color: #53fdca;
  background-color: #53fdca;
  background-image: url('../images/tick-small-1.svg');
  background-size: 20px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  padding-left: 26px;
  font-size: 0px;
}

.form-success {
  background-color: rgba(83, 253, 202, 0.1);
  color: #53fdca;
  font-size: 14px;
  text-align: center;
}

.form-success.light {
  background-color: rgba(49, 189, 147, 0.15);
  color: #31bd93;
}

.error-message {
  padding: 20px;
  background-color: rgba(238, 181, 36, 0.1);
  color: #eeb524;
  font-size: 14px;
  text-align: center;
}

.subscribe-image {
  margin-left: 40px;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-medium {
  font-size: 16px;
}

.text-medium.mb-10.text-primary {
  text-align: left;
}

.saas-header {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url('../images/bgRight.svg'), url('../images/bgleft2.svg');
  background-position: 100% 0%, 0% 0%;
  background-size: 25%, 25%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.how-it-works-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1f1f1f;
  color: #fff;
  text-decoration: none;
}

.how-it-works-links:hover {
  text-decoration: none;
}

.lightbox-link {
  text-decoration: none;
}

.lightbox-link:hover {
  text-decoration: none;
}

.connect-image {
  max-width: 110%;
  margin-top: -40px;
  margin-bottom: -200px;
  margin-left: 40px;
}

.analyze-image {
  margin-bottom: -25%;
}

.height-full {
  height: 100%;
}

.saas-company-icons {
  margin-top: -60px;
  margin-right: -80px;
  margin-left: -80px;
}

.screens-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-bottom: 40px;
  margin-left: -5px;
}

.screens-tab-link {
  width: 33.33%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px;
  background-color: transparent;
}

.screens-tab-link:hover {
  text-decoration: none;
}

.screens-tab-link.w--current {
  background-color: #f6f6f6;
}

.icon-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-heading.mb-10 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-heading-image {
  margin-top: 2px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.screens-tabs-content {
  margin-bottom: -15%;
}

.pb-0 {
  padding-bottom: 0px;
}

.features-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
  color: #fff;
  text-decoration: none;
}

.features-items:hover {
  text-decoration: none;
}

.features-items.light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-right: 145px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6f6f6;
}

.features-items.dark-grey {
  padding: 30px 40px;
  background-color: #252525;
  text-align: center;
}

.features-items.mb-0 {
  margin-bottom: 0px;
}

.features-items.pb-0 {
  padding-bottom: 0px;
}

.features-items.bordered {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #31bd93;
}

.features-items.bordered:hover {
  background-color: #252525;
  color: #53fdca;
}

.weight-500 {
  font-weight: 500;
}

.text-grey {
  font-weight: 500;
}

.slider {
  height: auto;
  padding-bottom: 80px;
  background-color: transparent;
}

.slider.white {
  padding-bottom: 0px;
}

.slider.mobile-slider {
  margin-top: -130px;
  margin-bottom: -130px;
  padding-bottom: 0px;
}

.slider.solutions {
  padding-bottom: 5px;
}

.slider.team {
  max-width: 440px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.slider.career {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}

.feedback-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin: 25px 10px 20px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1f1f1f;
  color: #fff;
  text-decoration: none;
}

.feedback-item:hover {
  text-decoration: none;
}

.feedback-item.white {
  min-height: 0%;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #fff;
  color: #121212;
}

.feedback-item.light {
  margin-top: 50px;
  padding: 40px 80px;
  background-color: #f6f6f6;
  text-align: center;
}

.hidden {
  display: none;
}

.slide {
  margin-right: -10px;
  margin-left: -10px;
}

.avatar {
  margin-top: -55px;
}

.avatar.light {
  margin-top: -100px;
}

.text-white {
  color: #fff;
}

.feedback-item-footer {
  margin-top: auto;
  margin-bottom: 30px;
}

.feedback-item-footer.mb-0 {
  margin-bottom: 0px;
}

.arrow-left {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  margin-left: -50px;
  background-color: #1f1f1f;
  background-image: url('../images/left-small.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-left:hover {
  background-color: #252525;
}

.arrow-left.white {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -20px;
  margin-right: 70px;
  margin-left: 0px;
  border: 1px solid transparent;
  background-color: #fff;
  background-image: url('../images/left-black.svg');
  background-size: 20px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.arrow-left.white:hover {
  border-color: #8a8f98;
}

.arrow-left.light {
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #f6f6f6;
  background-image: url('../images/left-black.svg');
  background-size: 20px;
}

.arrow-left.light:hover {
  border-color: #8a8f98;
}

.arrow-left.light.career {
  margin-bottom: 0px;
}

.arrow-left.solutions {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: 0px;
  border: 1px solid transparent;
  background-color: #252525;
}

.arrow-left.solutions:hover {
  border-color: #676e73;
}

.arrow-left.about {
  top: -70px;
  bottom: auto;
  background-color: #fff;
  background-image: url('../images/left-black.svg');
  background-size: 20px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.arrow-left.about:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #8a8f98;
}

.arrow-left.with-pagination {
  margin-left: -100px;
  background-size: 24px;
}

.arrow-right {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #1f1f1f;
  background-image: url('../images/right-small-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-right:hover {
  background-color: #252525;
}

.arrow-right.white {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -20px;
  margin-right: 20px;
  border: 1px solid transparent;
  background-color: #fff;
  background-image: url('../images/right-black.svg');
  background-size: 20px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.arrow-right.white:hover {
  border-color: #8a8f98;
}

.arrow-right.light {
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #f6f6f6;
  background-image: url('../images/right-black.svg');
  background-size: 20px;
}

.arrow-right.light:hover {
  border-color: #8a8f98;
}

.arrow-right.light.career {
  margin-bottom: 0px;
}

.arrow-right.solutions {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: 44px;
  border: 1px solid transparent;
  background-color: #252525;
}

.arrow-right.solutions:hover {
  border-color: #676e73;
}

.arrow-right.about {
  top: -70px;
  bottom: auto;
  background-color: #fff;
  background-image: url('../images/right-black.svg');
  background-size: 20px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.arrow-right.about:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #8a8f98;
}

.arrow-right.with-pagination {
  margin-left: 60px;
  background-size: 24px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr-14 {
  margin-right: 14px;
}

.startup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0.1)), to(rgba(18, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0.1), rgba(18, 18, 18, 0.1));
}

.max-500 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.max-500.left {
  margin-left: 0px;
}

.blog-post-link-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border: 1px solid #121212;
}

.blog-post-link-hover:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.blog-post-link-hover.white {
  border-color: #fff;
}

.blog-post-link-hover.dark-grey {
  border-color: #252525;
}

.blog-post-link-hover.dark-grey:hover {
  border-color: #252525;
}

.blog-post-link-hover.dark {
  border-color: #414141;
}

.blog-post-link-content-wrap {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #f6f6f6;
}

.blog-post-link-content-wrap.white {
  height: 100%;
  background-color: #fff;
}

.blog-post-link-content-wrap.dark-grey {
  background-color: #252525;
}

.blog-post-link-content-wrap.dark {
  padding: 40px;
  background-color: #1f1f1f;
}

.why-link-block {
  display: block;
  margin-bottom: 20px;
  padding: 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: #1f1f1f;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.why-link-block:hover {
  border-color: #53fdca;
  color: #53fdca;
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.step-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-tabs-menu {
  width: 40%;
}

.step-tabs-content {
  width: 60%;
}

.step-tabs-menu-link {
  display: block;
  overflow: hidden;
  max-height: 94px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #1f1f1f;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.step-tabs-menu-link:hover {
  border-color: #fff;
  text-decoration: none;
}

.step-tabs-menu-link.w--current {
  max-height: 500px;
  border-color: #53fdca;
  background-color: transparent;
}

.step-tabs-menu-link-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.step-tabs-menu-link-icon {
  margin-right: 20px;
}

.pricing-tabs {
  margin-top: -310px;
}

.pricing-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #121212;
}

.pricing-tabs-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8a8f98;
  text-align: center;
}

.pricing-tabs-menu-link:hover {
  color: #fff;
  text-decoration: none;
}

.pricing-tabs-menu-link.w--current {
  background-color: #252525;
  color: #53fdca;
}

.opacity-60 {
  opacity: 0.6;
}

.pricing-card {
  padding: 20px;
  background-color: #121212;
}

.pricing-card.light {
  height: 100%;
  background-color: #1f1f1f;
}

.pricing-card.dark-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: #252525;
}

.pricing-card.dark-grey.header {
  margin-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #252525;
}

.plan-icon {
  margin-right: 14px;
  padding: 10px;
  background-color: #1f1f1f;
}

.startup-price {
  padding-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-section-content {
  padding: 40px 60px;
}

.inner-section-content.flex {
  height: 100%;
}

.case-studies-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.cases-tabs-menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px none hsla(0, 0%, 100%, 0.2);
  background-color: #1f1f1f;
}

.cases-tabs-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  background-color: #1f1f1f;
}

.cases-tabs-menu-link:hover {
  text-decoration: none;
}

.cases-tabs-menu-link.w--current {
  border-bottom-color: #53fdca;
  background-color: #1f1f1f;
}

.overflow-visible {
  overflow: visible;
}

.case-studies {
  margin-bottom: 80px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.case-studies-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.case-studies-text {
  margin-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resources-item-link {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #414141;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.resources-item-link:hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  text-decoration: none;
}

.resources-row {
  margin-right: -20px;
  margin-bottom: 100px;
  margin-left: -20px;
}

.label {
  display: inline-block;
  padding: 2px 7px;
  background-color: rgba(83, 253, 202, 0.1);
  font-family: 'Space Mono', sans-serif;
  color: #53fdca;
  font-size: 12px;
  font-weight: 400;
}

.label.green {
  background-color: rgba(68, 219, 174, 0.15);
  color: #31bd93;
}

.label.primary {
  background-color: #53fdca;
  color: #121212;
}

.label.light {
  background-color: #f6f6f6;
  color: #676e73;
}

.label.light-opacity {
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #f6f6f6;
}

.label.large {
  font-size: 16px;
}

.label.black {
  background-color: #121212;
  color: #fff;
}

.label.black.mr-10.banner-label {
  margin-top: 1px;
}

.label.small {
  font-size: 10px;
}

.desktop-header {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.desktop-header-right {
  position: relative;
  bottom: -60px;
  width: 135%;
  margin-top: -60px;
}

.desktop-header-right-video {
  position: absolute;
  left: 10%;
  top: 1.7%;
  z-index: 1;
  width: 80%;
  height: 89%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.text-primary-dark {
  color: #31bd93;
}

.img {
  width: 100%;
}

.video-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.video-link-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/right-small-1.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.video-link-play-button:hover {
  background-color: #53fdca;
}

.top-features-row {
  margin-right: -10px;
  margin-left: -10px;
}

.top-features-item {
  padding-right: 10px;
  padding-left: 10px;
}

.numbers-item {
  height: 100%;
  margin-right: -10px;
  margin-left: -10px;
  padding: 20px 30px 0px;
  border-right: 2px solid #252525;
}

.numbers-item.last {
  border-right-style: none;
}

.numbers-item.first.white.story {
  font-size: 20px;
}

.numbers-item.white {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  border-right: 1px none rgba(18, 18, 18, 0.1);
}

.numbers-item.white.story {
  border-top-style: none;
}

.desktop-trust-numbers-row {
  margin-right: -20px;
  margin-left: -20px;
}

.desktop-trust-numbers-row.white {
  margin-right: 0px;
  margin-left: 0px;
}

.section-numbers {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), color-stop(50%, #1f1f1f), color-stop(0, #fff), to(#fff));
  background-image: linear-gradient(180deg, #1f1f1f, #1f1f1f 50%, #fff 0, #fff);
}

.center-tabs-link {
  padding: 12px 25px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  background-color: transparent;
}

.center-tabs-link:hover {
  text-decoration: none;
}

.center-tabs-link.w--current {
  border-bottom-color: #31bd93;
  background-color: transparent;
  color: #31bd93;
}

.center-tabs-link.dev {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 20px;
  border-bottom-style: none;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.center-tabs-link.dev:hover {
  opacity: 1;
}

.center-tabs-link.dev.w--current {
  border-bottom-style: none;
  background-color: #31bd93;
  opacity: 1;
  color: #fff;
}

.center-tabs-link.code {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  color: #676e73;
}

.center-tabs-link.code:hover {
  color: #8a8f98;
}

.center-tabs-link.code.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.center-tabs-link.price-plans {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  color: #676e73;
}

.center-tabs-link.price-plans:hover {
  color: #8a8f98;
}

.center-tabs-link.price-plans.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.center-tabs-link.jobs {
  padding-right: 20px;
  padding-left: 20px;
}

.center-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-bottom: 30px;
  margin-left: -5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-tabs-menu.dev {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: #252525;
}

.center-tabs-menu.right {
  margin: 20px 0px 0px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-tabs-menu.price-plans {
  margin-bottom: 20px;
}

.center-tabs-menu.jobs {
  margin-bottom: 60px;
}

.center-tabs {
  margin-bottom: 80px;
}

.center-tabs.dev {
  margin-bottom: 0px;
  text-align: center;
}

.center-tabs.code {
  margin-bottom: 0px;
}

.center-tabs.career {
  margin-bottom: 0px;
}

.features-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.features-list-item-img {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-section-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 0;
  width: 60%;
  background-color: #f6f6f6;
}

.feature-section-bg.right {
  left: auto;
  right: 0px;
}

.feature-section {
  position: relative;
  z-index: 1;
}

.inline-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-feature.text-semi.text-medium {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inline-feature-icon {
  width: 24px;
  margin-top: 2px;
  margin-right: 14px;
}

.img-right {
  max-width: 110%;
}

.img-right.left {
  margin-left: -15%;
}

.mr-5 {
  margin-right: 5px;
}

.review-points-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.review-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.language-item {
  width: 20%;
  margin-bottom: 40px;
  text-align: center;
}

.action-img {
  max-width: 130%;
}

.label-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-icon {
  margin-right: 2px;
  background-color: #31bd93;
}

.app-info {
  text-align: center;
}

.review-points-icon {
  margin-top: 1px;
  margin-right: 8px;
  margin-bottom: 5px;
}

.app-header {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
}

.mobile-header-img {
  max-width: 100%;
  margin-left: -40px;
}

.app-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 166px;
  height: 53px;
  margin: 5px 2.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.app-store:hover {
  background-color: #252525;
}

.app-store.center {
  width: 180px;
  margin: 0px auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.google-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  height: 53px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.google-play:hover {
  background-color: #252525;
}

.google-play.center {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.mobile-download-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5px;
  margin-left: -2.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.qr-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 53px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.qr-code:hover {
  background-color: #252525;
}

.mobile-header-left-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  background-color: #fff;
}

.mobile-features-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 150px;
  margin-right: -8px;
  margin-bottom: -11px;
}

.mobile-steps-img {
  padding-right: 30px;
  padding-left: 30px;
}

.mobile-steps-content {
  margin-right: -10px;
  margin-bottom: -1px;
  margin-left: -10px;
  padding: 40px 50px 60px;
  border-top: 1px solid #1f1f1f;
  background-color: #121212;
  text-align: center;
}

.mobile-steps-content.first {
  margin-left: -2000px;
  padding-left: 2040px;
}

.mobile-steps-content.last {
  margin-right: -2000px;
  padding-right: 2040px;
}

.mobile-slider-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-slider-subtitle-icon {
  margin-top: 2px;
  margin-right: 14px;
}

.mobile-slider-right {
  padding-top: 140px;
  padding-right: 60px;
  padding-bottom: 140px;
}

.mobile-slider-screen {
  margin-left: -30px;
}

.mobile-slider-screen.right {
  margin-left: 0px;
}

.mobile-slider-nav {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 130px;
  margin-left: 37px;
  opacity: 0.3;
  -webkit-transform: scale(0.7) translate(-70%, 0px);
  -ms-transform: scale(0.7) translate(-70%, 0px);
  transform: scale(0.7) translate(-70%, 0px);
}

.mt-20 {
  margin-top: 20px;
}

.mobile-platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-platforms-menu {
  width: 30%;
}

.mobile-platforms-content {
  overflow: visible;
  width: 70%;
}

.mobile-platforms-menu-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0px;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(138, 143, 152, 0.2);
  background-color: transparent;
}

.mobile-platforms-menu-item:hover {
  color: #44dbae;
  text-decoration: none;
}

.mobile-platforms-menu-item.w--current {
  overflow: visible;
  background-color: transparent;
  color: #31bd93;
}

.mobile-platforms-menu-item.last {
  border-bottom-style: none;
}

.mobile-platforms-menu-item-icon {
  position: absolute;
  left: 0%;
  top: 32px;
  right: auto;
  bottom: auto;
  margin-left: -38px;
}

.mob-devices-img {
  max-width: 105%;
  margin-top: -15%;
  margin-bottom: -5%;
  margin-left: 10%;
}

.mobile-slider-first {
  margin-left: -100%;
}

.mobile-slider-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

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

.mobile-feedback-text {
  overflow: hidden;
  height: 118px;
}

.slider-hider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slider-hider.left {
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff 60%, hsla(0, 0%, 100%, 0));
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.slider-hider.right {
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(40%, #fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 40%);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.mobile-slider-left {
  padding: 80px 10px 80px 20px;
}

.dev-header {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #1f1f1f;
}

.dev-home-img {
  width: 110%;
  max-width: 110%;
  margin-left: -10%;
}

.header-notification {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 14px 60px 14px 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(138, 143, 152, 0.3);
  background-color: #252525;
  color: #fff;
  text-align: left;
}

.info-link {
  color: #fff;
}

.info-link:hover {
  color: #53fdca;
  text-decoration: none;
}

.header-notification-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 26px;
  height: 26px;
  margin-top: 14px;
  margin-right: 16px;
  background-image: url('../images/x-small.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.header-notification-close:hover {
  background-color: #1f1f1f;
}

.tech-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.opacity-40 {
  opacity: 0.4;
}

.feature-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.feature-header.dev {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dev-usage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dev-usage-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
  margin-right: -2.5%;
  margin-left: -2.5%;
  padding: 5px 5px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f6f6f6;
  box-shadow: 1px 1px 10px 0 rgba(18, 18, 18, 0.3);
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #676e73;
}

.dev-usage-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #121212;
  text-decoration: none;
}

.dev-usage-item._3 {
  z-index: 3;
  margin-top: 7%;
}

.dev-usage-item._2 {
  z-index: 2;
  margin-top: 3.5%;
}

.dev-usage-item._4 {
  z-index: 2;
  margin-top: 3.5%;
}

.dev-usage-item-img {
  margin-bottom: -1px;
}

.dev-usage-item-text {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.dev-usage-item-text.text-small {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.dev-features-img {
  padding-right: 20px;
}

.code-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  outline-color: #1f1f1f;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 10px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.code-block.right {
  margin-left: 60px;
}

.code-block.left {
  margin-right: 60px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.code-lines {
  width: 52px;
  padding: 14px 12px 20px 8px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #252525;
  color: #8a8f98;
  text-align: right;
}

.code-content {
  overflow: hidden;
  padding: 8px 12px 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1f1f1f;
  color: #f6f6f6;
  white-space: nowrap;
}

.code-content-text {
  overflow: auto;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 16px;
  white-space: nowrap;
}

.code-comment {
  color: #676e73;
}

.code-keyword {
  color: #569cd6;
  font-weight: 700;
}

.code-string {
  color: #3ecf8e;
}

.code-number {
  color: #fc5d8f;
}

.code-function {
  color: #eeb524;
}

.code-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.code-block-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #252525;
}

.code-block-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #252525;
  color: #676e73;
  font-size: 12px;
}

.code-block-nav-item:hover {
  color: #8a8f98;
  text-decoration: none;
}

.code-block-nav-item.w--current {
  background-color: #1f1f1f;
  box-shadow: inset 0 -2px 0 0 #eeb524;
  color: #8a8f98;
}

.dev-icons {
  margin-right: -20px;
  margin-left: -20px;
}

.dev-icons-link {
  display: inline-block;
  margin: 5px;
  padding: 15px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0px;
}

.dev-icons-link:hover {
  opacity: 1;
}

.subscribe-bullets-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-bullets-row.center {
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-items-icon {
  margin-top: 4px;
  margin-right: 10px;
}

.product-feature-header {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}

.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.opacity-20 {
  opacity: 0.2;
}

.product-feature-header-right {
  max-width: 110%;
  margin-left: 5%;
}

.mb-20-fixed {
  margin-bottom: 20px;
}

.product-feature-video-link {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 60%;
  background-image: url('../images/windows-nYObhCK1dmA-unsplash-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  box-shadow: 0 0 40px 0 rgba(18, 18, 18, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.product-feature-video-link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.faq-item {
  display: block;
  margin-top: -1px;
  margin-left: 57px;
  border: 1px solid #e7e7e7;
}

.faq-item:hover {
  background-color: #f6f6f6;
}

.faq-item.dark {
  border-color: #424242;
}

.faq-item.dark:hover {
  background-color: #252525;
}

.faq-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
  margin-left: -56px;
  padding: 12px 20px 12px 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(18, 18, 18, 0.1);
  background-color: transparent;
  background-image: url('../images/add-small-1.svg');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  white-space: normal;
}

.faq-item-title.w--open {
  background-image: url('../images/x-small-1.svg');
  color: #31bd93;
}

.faq-item-title.dark {
  background-image: url('../images/add-small-2.svg');
  color: #fff;
}

.faq-item-title.dark.w--open {
  background-image: url('../images/x-small.svg');
  color: #53fdca;
}

.faq-item-content {
  position: static;
  padding: 30px 20px;
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
}

.faq-item-content.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-item-content.dark {
  border-top-color: #424242;
  background-color: #1f1f1f;
}

.faq-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 56px;
  height: 100%;
  margin-right: 20px;
  margin-left: -1px;
  background-color: #fff;
  outline-color: #e7e7e7;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.faq-icon.dark {
  background-color: #1f1f1f;
  outline-color: #424242;
}

.solutions-header {
  position: relative;
  overflow: visible;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #121212;
}

.use-cases-header {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1f1f1f;
}

.width-50 {
  width: 50%;
}

.width-50.left {
  margin-left: 50%;
}

.solutions-header-right {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 40%;
  height: 100%;
}

.header-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1f1f1f;
}

.header-feedback.transparent {
  margin-bottom: 60px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header-feedback.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-feedback-avatar {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.solution-features {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #1f1f1f;
}

.solution-features.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-features.last {
  margin-bottom: 0px;
}

.solution-features-img {
  width: 100%;
  padding: 10px 30px 10px 10px;
}

.solution-features-img.left {
  padding-left: 20px;
}

.solution-sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.solution-sticky-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 40px 40px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.solution-sticky-item-icon {
  margin-top: 8px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.solutions-slide-img {
  position: relative;
  z-index: 3;
  padding: 30px 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #676e73;
  background-image: linear-gradient(315deg, #121212, #252525);
  text-align: center;
}

.solutions-slide-img.shadow-first {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin: 25px 15px 15px;
}

.solutions-slide-img.shadow-second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin: 10px 30px 30px;
}

.solutions-slide-container {
  position: relative;
  padding-top: 40px;
}

.solutions-slide-content {
  margin-left: 100px;
}

.icon-tabs {
  height: 100%;
}

.icon-tabs-content {
  padding-bottom: 60px;
}

.icon-tabs-menu {
  position: absolute;
  left: -25px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  margin-left: -100%;
}

.icon-tabs-menu-item {
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px;
  border: 1px solid transparent;
  background-color: #1f1f1f;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-size: 0px;
}

.icon-tabs-menu-item:hover {
  background-color: #252525;
}

.icon-tabs-menu-item.w--current {
  background-color: rgba(83, 253, 202, 0.1);
  -webkit-filter: none;
  filter: none;
}

.use-cases-header-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  height: 100%;
  background-image: url('../images/case-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.tick-icon {
  margin-top: 1.5px;
  margin-right: 14px;
  background-color: rgba(83, 253, 202, 0.1);
}

.tick-icon.transparent {
  margin-right: 5px;
  background-color: transparent;
}

.use-cases-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.use-cases-tabs-menu {
  margin-bottom: 20px;
}

.use-cases-tabs-menu-link {
  margin-right: 10px;
  padding: 10px 20px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #8a8f98;
  font-weight: 500;
}

.use-cases-tabs-menu-link:hover {
  color: #121212;
  text-decoration: none;
}

.use-cases-tabs-menu-link.w--current {
  background-color: #121212;
  color: #53fdca;
}

.use-cases-menu-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(18, 18, 18, 0.1);
  background-color: #fff;
}

.use-cases-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.use-cases-content-right {
  margin-left: 20px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(18, 18, 18, 0.1);
  background-color: #fff;
}

.use-cases-menu-left-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #676e73;
}

.use-cases-menu-left-item:hover {
  border-color: #121212;
  color: #121212;
  text-decoration: none;
}

.use-cases-menu-left-item.w--current {
  background-color: #f6f6f6;
  color: #121212;
}

.use-cases-menu-left-icon {
  margin-right: 16px;
}

.use-cases-content-row {
  padding: 40px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}

.use-cases-content-row.last {
  border-bottom-style: none;
}

.range-slider-item {
  overflow: hidden;
  width: 20%;
  padding: 90px 10px 0px;
  background-color: transparent;
  color: #8a8f98;
  font-size: 14px;
  text-align: center;
}

.range-slider-item:hover {
  color: #31bd93;
}

.range-slider-item.w--current {
  overflow: visible;
  background-color: transparent;
}

.range-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 60px;
}

.range-slider-track {
  position: absolute;
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e7e7e7;
}

.range-slider-track.active {
  left: auto;
  right: 50%;
  z-index: 1;
  width: 0px;
  background-color: #44dbae;
}

.range-slider-track.active.first {
  right: 50%;
  width: 9999px;
}

.range-slider-circle {
  position: absolute;
  left: auto;
  right: 0%;
  z-index: 2;
  display: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #44dbae;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.range-slider-circle.first {
  display: block;
}

.range-slider-item-lable {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.range-slider-mark-inner {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 11px;
  margin-left: -1px;
  background-color: #e7e7e7;
}

.range-slider-tooltip {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: block;
  min-width: 50px;
  margin-top: -42px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #31bd93;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.range-slider-tooltip-corner {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: -3px;
  z-index: -1;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background-color: #31bd93;
  -webkit-transform: translate(-50%, 0px) rotate(45deg);
  -ms-transform: translate(-50%, 0px) rotate(45deg);
  transform: translate(-50%, 0px) rotate(45deg);
}

.link-primary-dark {
  color: #31bd93;
}

.detailed-pricing {
  margin-top: -180px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding: 10px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(18, 18, 18, 0.1) rgba(18, 18, 18, 0.1) #e7e7e7;
  color: #676e73;
  font-size: 14px;
}

.detailed-pricing-header {
  margin-right: -20px;
  margin-bottom: 10px;
  margin-left: -20px;
  padding: 15px 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f6f6f6;
}

.link-grey {
  color: #8a8f98;
  text-decoration: underline;
}

.billing-period-radio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #e7e7e7;
  border-radius: 0%;
}

.billing-period-radio.w--redirected-checked {
  border-width: 2px;
  border-color: #44dbae;
  border-radius: 0%;
  outline-color: #44dbae;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}

.billing-period-radio.w--redirected-focus {
  box-shadow: none;
}

.billing-period-card {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 30px;
  font-weight: 400;
  cursor: pointer;
}

.billing-period-radio-field {
  position: relative;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
}

.billing-period-radio-label {
  display: none;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(18, 18, 18, 0.1);
}

.divider.large {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.grey {
  background-color: #252525;
}

.billing-period-card-details {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.billing-period-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.billing-period-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing-period-submit {
  margin-left: 20px;
}

.resources-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plans-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-left: -5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #676e73;
}

.plans-bullet.mb-20 {
  margin-bottom: 20px;
}

.inner-section-right-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-color: #f6f6f6;
}

.custom-pricing-header {
  position: relative;
  z-index: 1;
}

.custom-pricing-header-right {
  padding-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-pricing-header-left {
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-plan-step-text {
  width: 58%;
}

.price-plans-tabs {
  padding-bottom: 2px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pricing-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-table {
  font-size: 14px;
}

.pricing-table-header {
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
  z-index: 100;
  background-color: #252525;
}

.table-col {
  padding: 0px;
}

.table-col-content {
  height: 100%;
  padding: 20px 24px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: transparent transparent hsla(0, 0%, 100%, 0.1) hsla(0, 0%, 100%, 0.1);
}

.table-col-content.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left-style: none;
  border-left-color: transparent;
}

.table-col-content.header {
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.table-col-content.subheader {
  padding-top: 24px;
  padding-bottom: 24px;
  border-left-style: none;
  border-left-color: transparent;
  background-color: #252525;
}

.pricing-table-subheader {
  position: relative;
  margin-top: -1px;
  background-color: #252525;
}

.text-default {
  font-size: 18px;
}

.mobile-visible {
  display: none;
}

.info-tooltip {
  z-index: 10;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.info-tooltip-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  opacity: 0.6;
}

.info-tooltip-toggle:hover {
  opacity: 1;
}

.info-tooltip-content.w--open {
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  min-width: 160px;
  margin-top: -10px;
  padding: 8px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 5px;
  background-color: #121212;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  text-align: center;
}

.text-with-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr-10 {
  margin-right: 10px;
}

.license-purchase-radio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-color: #e7e7e7;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 0 2px #f6f6f6;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease;
  cursor: pointer;
}

.license-purchase-radio.w--redirected-checked {
  border-style: solid;
  border-width: 1px;
  border-color: #31bd93;
  box-shadow: 0 0 0 3px rgba(49, 189, 147, 0.2);
}

.license-purchase-radio-field {
  position: relative;
  width: 33.33%;
  margin: 40px 10px 0px;
  padding: 20px 20px 25px;
  text-align: center;
}

.license-purchase-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.fw-400 {
  font-weight: 400;
}

.license-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: -55px auto 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #121212;
}

.license-product-quantity {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: -10px;
  margin-bottom: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #31bd93;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.license-purchase-radio-content {
  position: relative;
  cursor: pointer;
}

.license-purchase-tabs-content {
  overflow: visible;
}

.license-purchase-tabs-link {
  margin-left: -1px;
  padding: 16px 30px 15px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e7e7e7;
  background-color: #f6f6f6;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #8a8f98;
  font-size: 16px;
  font-weight: 500;
}

.license-purchase-tabs-link:hover {
  color: #121212;
  text-decoration: none;
}

.license-purchase-tabs-link.w--current {
  background-color: #fff;
  color: #31bd93;
}

.license-purchase-tabs-menu {
  z-index: 2;
  text-align: center;
}

.special-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.special-offer-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.special-offer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.special-offer-icon {
  margin-top: -5px;
  margin-right: 30px;
  margin-bottom: -5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.company-header-bg {
  z-index: 1;
  width: 100%;
  height: 0px;
  padding-top: 170%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  box-shadow: 0 0 30px 0 rgba(18, 18, 18, 0.1);
}

.company-header-bg.right {
  margin-top: 40px;
}

.company-header-bg-container {
  margin-right: 15px;
  margin-left: 15px;
}

.company-header-right {
  margin-right: -15px;
}

.story-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline {
  color: #121212;
}

.timeline-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timeline-col {
  width: 50%;
  padding-right: 60px;
  padding-bottom: 120px;
  padding-left: 60px;
}

.timeline-col.left {
  text-align: right;
}

.timeline-col.full {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 80px;
}

.timeline-point {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 12px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.timeline-point.left {
  left: 30px;
  margin-top: 2px;
}

.timeline-point-circle {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #44dbae;
  box-shadow: 0 0 0 8px rgba(68, 219, 174, 0.2), 0 0 0 18px #fff;
}

.timeline-point-circle.dark {
  border-width: 2px;
  border-color: #121212;
  background-color: #53fdca;
  box-shadow: 0 0 0 10px rgba(83, 253, 202, 0.1), 0 0 0 18px #121212;
}

.timeline-point-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0px;
  height: 100%;
  margin-left: -1px;
  border-right: 1px dashed #e7e7e7;
  border-left: 1px dashed #e7e7e7;
}

.timeline-point-line.dark {
  border-right-color: #252525;
  border-left-color: #252525;
}

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

.about-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0px;
  padding-top: 45%;
}

.about-video-container {
  position: relative;
  margin-bottom: 0px;
}

.about-video-action {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-video-action:hover {
  text-decoration: none;
}

.company-values {
  padding: 30px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.team-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #e7e7e7;
  background-color: #fff;
  text-align: left;
}

.team-description-link {
  opacity: 0.85;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-description-link:hover {
  opacity: 1;
}

.about-career-img {
  margin-right: -100px;
  margin-bottom: -80px;
  margin-left: 30px;
}

.globe-container {
  position: relative;
  padding-top: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globe {
  position: relative;
  left: 12%;
  z-index: 1;
  -webkit-transform: scale(2.3);
  -ms-transform: scale(2.3);
  transform: scale(2.3);
}

.career-header-left {
  z-index: 2;
}

.career-header {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fff;
}

.career-benefits-img {
  width: 120%;
  max-width: 120%;
  margin-left: 40px;
}

.benefit {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.benefit-container {
  margin-right: -15px;
  margin-left: -15px;
}

.benefit-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit-icon {
  margin-top: 2px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.career-slide-img {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown {
  display: block;
}

.jobs-item {
  display: block;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.jobs-item:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.job-location {
  display: block;
  padding-left: 22px;
  background-image: url('../images/pin-1.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.jobs-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jobs-item-short {
  overflow: hidden;
  max-height: 52px;
}

.jobs-item-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  background-image: url('../images/right-black.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.jobs-item-arrow:hover {
  border-color: #121212;
  background-color: #121212;
  background-image: url('../images/right-small-2.svg');
}

.jobs-category {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom: 1px solid #121212;
  color: #121212;
  text-transform: uppercase;
}

.jobs-category.first {
  margin-top: 0px;
}

.integration-header {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #fff;
}

.integration-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.integration-col-left {
  min-width: 320px;
  padding-right: 60px;
}

.integration-category-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-left: 1.5px solid #f6f6f6;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #252525;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.integration-category-link:hover {
  text-decoration: none;
}

.integration-category-link.w--current {
  border-left-color: #31bd93;
  color: #31bd93;
}

.integration-row-item-link {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
}

.integration-row-item-link:hover {
  border-color: #121212;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  text-decoration: none;
}

.integration-row-item-link.small {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.integration-row-item {
  width: 50%;
}

.integration-row-item.small {
  width: 33.33%;
}

.integration-row-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.integration-row-collection.small {
  margin-right: -10px;
  margin-left: -10px;
}

.integration-item-logo {
  width: 130px;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.integration-item-category {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 0px;
}

.integration-item-short {
  overflow: hidden;
  height: 78px;
}

.integration-row-item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  background-color: #fff;
}

.max-700 {
  max-width: 700px;
}

.integration-row-header {
  margin-bottom: 40px;
  font-size: 0px;
}

.integration-row-section {
  padding-bottom: 60px;
}

.integration-row-section.last {
  margin-bottom: 0px;
}

.integration-row-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-bottom: 90px;
}

.integration-row-action {
  display: block;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #252525;
}

.integration-row-action:hover {
  border-color: #121212;
  background-color: #fff;
  color: #31bd93;
  text-decoration: none;
}

.integration-cms-header {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.integration-item-info {
  min-width: 360px;
  margin-left: 40px;
}

.integration-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
}

.integration-item-details.last {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.integration-cms-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.integration-item-main {
  max-width: 60%;
}

.integration-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.integration-item-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-family: 'Space Mono', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.text-link-black {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #121212;
}

.text-link-black:hover {
  color: #31bd93;
  text-decoration: none;
}

.integration-item-info-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px;
  background-color: #f6f6f6;
}

.integration-item-overview {
  margin-top: 100px;
}

.rich-black {
  color: #121212;
}

.rich-black blockquote {
  border-color: #31bd93 #44dbae #31bd93 #31bd93;
  background-color: rgba(49, 189, 147, 0.1);
  color: #121212;
}

.integration-item-info-icon {
  width: 240px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-link-primary-dark {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #31bd93;
}

.text-link-primary-dark:hover {
  color: #121212;
  text-decoration: none;
}

.resources-post-link-title {
  overflow: hidden;
  height: 56px;
  margin-bottom: 10px;
}

.resources-item-content {
  margin-top: 0px;
  padding: 20px;
  border-top: 1px solid #414141;
}

.resources-item-wrap {
  position: relative;
  z-index: 3;
  background-color: #252525;
}

.jobs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jobs-row-left {
  width: 60%;
}

.jobs-row-right {
  width: 100%;
  max-width: 320px;
  margin-left: 40px;
}

.jobs-item-overview {
  margin-top: 100px;
  padding-top: 10px;
}

.jobs-right-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding: 30px;
  background-color: #f6f6f6;
  text-align: center;
}

.company-logo {
  display: block;
  width: 80px;
  height: 80px;
  margin: -70px auto 15px;
  padding: 15px;
  border-radius: 100px;
  background-color: #121212;
}

.jobs-shorts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobs-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-social {
  display: inline-block;
  margin-left: 15px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 0px;
}

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

.share-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-label {
  font-family: 'Space Mono', sans-serif;
  color: #252525;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-label.inner-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 10px;
  margin-left: 16px;
}

.form-label.grey {
  color: #8a8f98;
}

.form-input-group {
  margin-bottom: 20px;
}

.form-input-group.inner-label {
  position: relative;
}

.text-area {
  max-height: 159px;
  max-width: 100%;
  min-height: 106px;
  min-width: 100%;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #121212;
  font-size: 16px;
}

.text-area:focus {
  border-color: #252525;
}

.text-area::-webkit-input-placeholder {
  color: #8a8f98;
}

.text-area:-ms-input-placeholder {
  color: #8a8f98;
}

.text-area::-ms-input-placeholder {
  color: #8a8f98;
}

.text-area::placeholder {
  color: #8a8f98;
}

.text-area.light {
  min-height: 159px;
  background-color: #f6f6f6;
}

.text-area.light:active {
  border-color: #121212;
  background-color: #fff;
}

.text-area.light:focus {
  border-color: #121212;
  background-color: #fff;
}

.text-area.inner-label {
  min-height: 159px;
  padding-top: 34px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 40px 20px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.password {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1f1f1f;
  text-align: left;
}

.search-submit {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  width: 43px;
  height: 43px;
  background-color: transparent;
  background-image: url('../images/search-small.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.search-submit:hover {
  background-color: #fff;
}

.case-header-img {
  margin-top: -20%;
  margin-bottom: -100px;
  margin-left: 60px;
}

.case-studies-header {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.case-studies-header-content {
  position: relative;
  z-index: 1;
}

.case-studies-header-bg {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: 260px;
  background-color: hsla(0, 0%, 100%, 0.03);
}

.case-logo {
  margin-bottom: 15px;
  background-color: #121212;
}

.relative {
  position: relative;
  z-index: 1;
}

.case-item-logo {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.case-data {
  margin-bottom: 10px;
  padding-left: 24px;
  background-image: url('../images/right-small-3.svg');
  background-position: -2% 0%;
  background-size: 29px;
  background-repeat: no-repeat;
  color: #252525;
}

.case-data.last {
  margin-bottom: 30px;
}

.customer-story-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #f6f6f6;
}

.customer-story-item:hover {
  border-color: #121212;
}

.customer-story-item-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 10px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0.2)), to(rgba(18, 18, 18, 0.7)));
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0.2), rgba(18, 18, 18, 0.7));
}

.customer-story-item-logo {
  margin-bottom: 30px;
}

.customer-story-item-text {
  overflow: hidden;
  height: 51px;
}

.contact-tabs-menu {
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.contact-tabs-link {
  min-width: 140px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #8a8f98;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.contact-tabs-link:hover {
  color: #121212;
  text-decoration: none;
}

.contact-tabs-link.w--current {
  background-color: #31bd93;
  color: #fff;
}

.contact-right-inner {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}

.map-link {
  padding-left: 20px;
  background-image: url('../images/pin-alt.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #31bd93;
  font-size: 14px;
  font-weight: 500;
}

.map-link:hover {
  color: #121212;
  text-decoration: none;
}

.office-img {
  max-width: 150%;
  margin-top: -20px;
  margin-bottom: -30px;
  margin-left: 5px;
}

.contact-right {
  padding-top: 82px;
  padding-left: 30px;
}

.checkbox-light {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-left: -26px;
  border-style: solid;
  border-color: #121212;
  border-radius: 0px;
  background-color: #fff;
}

.checkbox-light.w--redirected-checked {
  border-color: #121212;
  background-color: #121212;
  background-image: url('../images/tick-small-white.svg');
  background-size: 20px;
}

.checkbox-light.w--redirected-focus {
  box-shadow: none;
}

.checkbox-light.medium {
  margin-top: 3px;
}

.download-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #121212;
}

.download-platform {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: -6px;
  margin-bottom: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f6f6f6;
  border-radius: 50%;
  background-color: #252525;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.download-apple-icon {
  margin-top: -2px;
}

.download-tabs-menu {
  display: inline-block;
  margin-top: 5px;
  padding: 10px;
  background-color: transparent;
}

.download-tabs-menu-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  color: #8a8f98;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.download-tabs-menu-link:hover {
  color: #121212;
  text-decoration: none;
}

.download-tabs-menu-link.w--current {
  background-color: #fff;
  color: #121212;
}

.download-mobile-btn-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-featured {
  position: relative;
}

.blog-featured-image-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 65%;
  height: 100%;
}

.blog-featured-image-container.first-active {
  display: block;
}

.blog-featured-content {
  width: 30%;
  margin-left: 70%;
  padding-top: 20px;
  opacity: 0.5;
  text-decoration: none;
}

.blog-featured-content:hover {
  text-decoration: none;
}

.blog-featured-content.first-active {
  opacity: 1;
}

.blog-featured-image {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-featured-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-family: 'Space Mono', sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
}

.blog-featured-info-text {
  overflow: hidden;
  height: 54px;
  margin-bottom: 10px;
}

.blog-featured-content-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #e7e7e7;
}

.blog-featured-content-divider.first-active {
  background-color: #121212;
}

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

.blog-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 53px;
  margin-bottom: -1.5px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1.5px solid transparent;
  background-color: transparent;
  color: #676e73;
  font-size: 16px;
}

.blog-nav-link:hover {
  color: #121212;
  text-decoration: none;
}

.blog-nav-link.w--current {
  border-bottom-color: #31bd93;
  background-color: transparent;
  color: #31bd93;
}

.blog-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.5px solid #e7e7e7;
}

.blog-post {
  display: block;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.blog-post:hover {
  text-decoration: none;
}

.blog-post-image-container {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-posts-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.blog-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post-item {
  width: 33.33%;
}

.blog-main-left {
  padding-right: 30px;
}

.blog-nav-search {
  margin-bottom: 39px;
}

.blog-nav-search.primary {
  display: none;
}

.blog-action {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #121212;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #252525;
}

.blog-action:hover {
  border-color: #121212;
  background-color: #fff;
  color: #31bd93;
  text-decoration: none;
}

.blog-action-content {
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  padding: 20px;
  border-top: 1px solid #000;
  background-color: #f6f6f6;
}

.blog-post-main-img {
  height: 0px;
  margin-bottom: 100px;
  padding-top: 27%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-author-photo {
  margin-right: 20px;
}

.blog-post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.blog-social {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 50%;
  background-color: #121212;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0px;
}

.blog-social:hover {
  background-color: #31bd93;
}

.blog-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-socials-text {
  margin-right: 10px;
  margin-left: 10px;
}

.blog-post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-post-body {
  margin-top: 100px;
  margin-bottom: 100px;
}

.help-center-item {
  padding: 30px;
  text-align: center;
}

.help-center-item-link {
  position: relative;
  display: block;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #1f1f1f;
  background-color: #f6f6f6;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.help-center-item-link:hover {
  box-shadow: none;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  text-decoration: none;
}

.help-center-category-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.help-center-category-header-icon {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.help-center-article {
  display: block;
  margin-top: -1px;
  padding: 30px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #121212;
}

.help-center-article:hover {
  background-color: #fcfcfc;
  color: #31bd93;
  text-decoration: none;
}

.help-center-article-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate-article {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.rate-article-face {
  margin: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 #d6d6d6;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 0px;
}

.rate-article-face:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.article-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-right: 40px;
}

.article-nav-link {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  color: #252525;
  font-size: 14px;
  letter-spacing: 0px;
}

.article-nav-link:hover {
  color: #31bd93;
  text-decoration: none;
}

.article-nav-link.w--current {
  color: #31bd93;
}

.policy-section {
  margin-bottom: 140px;
}

.policy-nav-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-left: 1.5px solid #e7e7e7;
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}

.policy-nav-link:hover {
  text-decoration: none;
}

.policy-nav-link.w--current {
  border-left-color: #31bd93;
  color: #31bd93;
}

.policy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-right: 40px;
}

.signup-section {
  min-height: 100vh;
}

.signup-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.signup-col-promo {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 60%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
}

.signup-col-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f6f6;
  color: #f6f6f6;
}

.signup-col-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-logo {
  margin-bottom: 40px;
}

.google-signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #676e73;
  font-size: 16px;
}

.google-signup:hover {
  border-color: #121212;
  color: #121212;
  text-decoration: none;
}

.google-signuo-logo {
  margin-right: 14px;
}

.signup-col-promo-container {
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.slide-nav {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.login-remember {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.signup-form {
  margin-top: auto;
  margin-bottom: auto;
}

.nav-link-icon {
  margin-right: 12px;
  padding-top: 2px;
  font-size: 12px;
}

.nav-dropdown {
  position: fixed;
  left: 0%;
  top: 62px;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  margin-top: -1px;
  border-bottom: 1px solid #252525;
  background-color: #121212;
}

.nav-dropdown.w--open {
  z-index: -2;
  margin-top: 1px;
}

.nav-dropdown-link-icon {
  margin-top: 5px;
  margin-right: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
  padding: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link-block:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
  text-decoration: none;
}

.nav-link-block.blog {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-block.light-block {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #252525;
  background-color: hsla(0, 0%, 100%, 0.03);
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #53fdca;
}

.nav-link-block.light-block:hover {
  border-color: #676e73;
  background-color: #1f1f1f;
}

.nav-link-block.simple {
  margin-left: 0px;
  padding: 7px 0px;
}

.nav-link-block.simple:hover {
  background-color: transparent;
  color: #44dbae;
}

.nav-dropdown-right {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.nav-dropdown-right-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 2000px;
  border-left: 1px solid #252525;
  background-color: hsla(0, 0%, 100%, 0.03);
}

.nav-dropdown-right-content {
  position: relative;
  margin-right: -14px;
}

.nav-dropdown-left {
  padding-top: 60px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.nav-dropdown-section-divider {
  height: 100%;
  margin-right: 40px;
  padding-right: 20px;
  border-right: 1px solid #252525;
}

.nav-blog-title {
  overflow: hidden;
  max-height: 26px;
}

.nav-blog-content {
  overflow: hidden;
  max-height: 48px;
}

.nav-blog-img {
  margin-right: 14px;
}

.nav-item-flex-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-block-icon {
  margin-right: 14px;
}

.nav-actions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-right {
  font-size: 0px;
  text-align: right;
}

.footer-bottom-right-container {
  margin-right: -10px;
  margin-left: -10px;
}

.body-full-height {
  padding-top: 0px;
}

.license-video {
  z-index: 2;
  width: 100%;
  height: 0px;
  padding-top: 50%;
}

.home-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  background-image: url('../images/saas-bg-left.svg');
  background-size: 25%;
  background-repeat: no-repeat;
}

.home-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-color: #252525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.01)), to(hsla(0, 0%, 100%, 0.01))), url('../images/home-right.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.01), hsla(0, 0%, 100%, 0.01)), url('../images/home-right.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.home-left {
  width: 50%;
  padding-right: 60px;
}

.more-templates {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 53%;
  height: 100%;
  margin-left: 50%;
  background-color: #1f1f1f;
  -o-object-fit: cover;
  object-fit: cover;
}

.ex-img {
  width: 100%;
  margin-bottom: 20px;
  outline-color: #252525;
  outline-offset: -1px;
  outline-style: solid;
  outline-width: 1px;
}

.ex-section {
  margin-bottom: 140px;
}

.ex-section.last {
  margin-bottom: 60px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  max-width: 320px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #676e73;
  background-color: #121212;
}

.cookie-banner.banner {
  z-index: 100;
}

.cookie-banner-header {
  padding-right: 20px;
}

.cookie-banner-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #676e73;
  border-left: 1px solid #676e73;
  background-image: url('../images/x-small.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.cookie-banner-close:hover {
  background-color: #1f1f1f;
}

.announcement-banner {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #53fdca;
}

.announcement-banner.banner {
  padding-top: 14px;
  padding-bottom: 14px;
}

.announcement-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.announcement-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.announcement-content-close {
  width: 30px;
  height: 30px;
  background-image: url('../images/x-small-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.announcement-content-close:hover {
  background-color: #fff;
}

.announcement-content-close.banner-close {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-size: 26px;
}

.announcement-content-close.banner-close:hover {
  background-color: #44dbae;
}

.text-span {
  color: #53fdca;
}

.heading {
  font-size: 60px;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: #fff;
}

.bold-text-4 {
  color: #fff;
}

.bold-text-5 {
  color: #fff;
}

.bold-text-6 {
  color: #fff;
}

.column {
  padding-top: 20px;
}

.image {
  display: block;
  overflow: auto;
  margin-left: -25px;
  padding-bottom: 18px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.column-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.text-block {
  font-family: 'Space Mono', sans-serif;
  color: #53fdca;
  text-align: center;
}

.div-block {
  padding-left: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #121212;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    margin-bottom: 10px;
  }

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

  .container.dropdown-inner {
    padding-right: 0px;
    padding-left: 10px;
  }

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

  .section.pt-0 {
    padding-top: 0px;
  }

  .section.white.pb-0 {
    padding-bottom: 0px;
  }

  .section.pb-0 {
    padding-bottom: 0px;
  }

  .navbar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    margin-top: 63px;
    padding: 40px 20px;
    background-color: #121212;
  }

  .nav-link {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding: 16px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-width: 1px;
    border-bottom-color: #252525;
  }

  .nav-link:hover {
    border-bottom-color: #252525;
  }

  .nav-link.dropdown {
    border-bottom-width: 1px;
  }

  .nav-link.dropdown:hover {
    border-bottom-color: #252525;
  }

  .nav-link.dropdown.w--open {
    border-bottom-color: #676e73;
  }

  .nav-menu-action.button.primary.small {
    padding-top: 9px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .button {
    font-size: 16px;
  }

  .button.small {
    font-size: 14px;
  }

  .button.medium {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .row-2.custom-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2.nav-dropdown-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2.nav-link-block-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .image-container.about {
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .button-icon-group.mt-a {
    margin-top: auto;
  }

  .button-icon-group.button-row-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .inner-section {
    padding: 40px;
  }

  .inner-section.use-cases-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-post-link-content.resources {
    padding: 20px;
  }

  .plus-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .subscribe-bullets {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe-bullets.center {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
  }

  .input {
    min-height: 53px;
  }

  .subscribe-image {
    margin-left: 0px;
    padding-left: 20px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .text-medium.mb-0.text-semi {
    text-align: center;
  }

  .text-medium.mb-0.text-semi {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .how-it-works-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .saas-company-icons {
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
  }

  .screens-tabs-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .screens-tab-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .features-items.light {
    padding-right: 20px;
    padding-bottom: 100px;
  }

  .features-items.dark-grey {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-items.bordered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider.mobile-slider {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .slider.mobile-slider-feedback {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider.career {
    max-width: 540px;
  }

  .feedback-item {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feedback-item.light {
    margin-right: 10px;
    margin-left: 10px;
  }

  .slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .arrow-left.white {
    margin-right: 50px;
  }

  .arrow-right.white {
    margin-right: 0px;
  }

  .startup-header {
    min-height: 600px;
  }

  .step-tabs-menu {
    width: 50%;
  }

  .step-tabs-content {
    width: 50%;
  }

  .pricing-tabs.max-900 {
    margin-top: -305px;
  }

  .pricing-card.dark-grey {
    padding: 20px;
  }

  .resources-item-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .resources-row {
    margin-right: -10px;
    margin-bottom: 60px;
    margin-left: -10px;
  }

  .image-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .desktop-header {
    padding-top: 80px;
  }

  .desktop-header-right {
    width: 100%;
    margin-top: 0px;
  }

  .center-tabs-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .center-tabs-link.dev {
    margin-right: 0px;
    margin-left: 0px;
  }

  .center-tabs-link.price-plans {
    width: auto;
  }

  .center-tabs-link.jobs {
    width: auto;
    text-align: center;
  }

  .center-tabs-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .center-tabs-menu.dev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
  }

  .center-tabs-menu.right {
    margin-left: 20px;
  }

  .center-tabs-menu.price-plans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .center-tabs-menu.jobs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .center-tabs {
    margin-bottom: 40px;
  }

  .languages {
    margin-bottom: 40px;
  }

  .app-header {
    padding-bottom: 60px;
  }

  .mobile-header-img {
    max-width: 110%;
    margin-left: -10%;
  }

  .mobile-features-icon {
    height: 100px;
    max-width: 100px;
    margin-right: -5px;
    margin-bottom: -5px;
  }

  .mobile-steps-img {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-steps-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-steps-content.first {
    padding-left: 2010px;
  }

  .mobile-steps-content.last {
    padding-right: 2010px;
  }

  .mobile-slider-right {
    padding-right: 10px;
  }

  .mobile-slider-screen {
    margin-left: 0px;
    padding-right: 20px;
  }

  .mobile-slider-screen.right {
    max-width: 120%;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: 20px;
  }

  .mobile-platforms-menu-item {
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-platforms-menu-item-icon {
    top: 22px;
    margin-top: -1px;
  }

  .mobile-slider-left {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .dev-header {
    padding-bottom: 60px;
  }

  .code-block.right {
    margin-left: 20px;
  }

  .code-block.left {
    margin-right: 20px;
  }

  .code-content-text {
    height: 100%;
  }

  .dev-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .subscribe-bullets-row.center {
    margin-right: -10px;
    margin-left: -10px;
  }

  .product-feature-header {
    padding-top: 60px;
  }

  .solutions-header {
    padding-top: 60px;
  }

  .use-cases-header {
    padding-top: 60px;
  }

  .solutions-header-right {
    width: 45%;
  }

  .solution-features-img {
    padding-right: 20px;
    padding-left: 0px;
  }

  .solution-features-img.left {
    padding-right: 20px;
    padding-left: 0px;
  }

  .solution-sticky-left {
    padding-right: 10px;
  }

  .solutions-slide-img {
    padding-right: 80px;
    padding-left: 80px;
  }

  .solutions-slide-content {
    margin-left: 20px;
  }

  .tick-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .use-cases-bullet {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .use-cases-menu-left-item {
    padding: 14px 19px 14px 14px;
  }

  .detailed-pricing {
    margin-top: 10px;
    margin-left: 0px;
  }

  .plans-bullet {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .custom-pricing-header-right {
    padding-right: 40px;
  }

  .custom-pricing-header-left {
    padding-left: 40px;
  }

  .custom-plan-step-text {
    width: 100%;
  }

  .custom-pricing-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .table-col-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .special-offer.max-900 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .special-offer-left {
    margin-right: 20px;
  }

  .special-offer-icon {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .timeline-col {
    padding-right: 20px;
  }

  .timeline-col.left {
    padding-right: 60px;
    padding-left: 20px;
  }

  .timeline-point {
    margin-top: 8px;
  }

  .company-values {
    height: 100%;
    margin-bottom: 0px;
  }

  .globe {
    left: 5%;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }

  .career-benefits-img {
    margin-left: 20px;
  }

  .benefit-icon {
    width: 20px;
  }

  .jobs-item-short {
    max-height: 78px;
  }

  .integration-header {
    padding-top: 60px;
  }

  .integration-col-left {
    padding-right: 30px;
  }

  .integration-row-item {
    width: 100%;
  }

  .integration-row-item.small {
    width: auto;
  }

  .integration-row-collection.small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integration-header-img {
    margin-top: 20px;
    margin-right: -40px;
    margin-left: -40px;
  }

  .integration-item-info {
    min-width: 320px;
  }

  .integration-item-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .integration-item-info-icon {
    width: 200px;
    height: 60px;
  }

  .jobs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jobs-row-left {
    width: 100%;
  }

  .jobs-row-right {
    max-width: none;
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .jobs-right-sticky {
    position: static;
    margin-top: 40px;
  }

  .case-header-img {
    max-width: 150%;
    margin-left: 0px;
  }

  .case-studies-header-bg {
    display: none;
  }

  .customer-story-item-content-wrap {
    padding: 20px;
  }

  .customer-story-item-logo {
    margin-bottom: 10px;
  }

  .office-img {
    max-width: 60%;
  }

  .contact-right {
    padding-top: 40px;
    padding-left: 10px;
  }

  .blog-main-left {
    padding-right: 10px;
  }

  .blog-nav-search.secondary {
    display: none;
  }

  .blog-nav-search.primary {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .blog-post-main-img {
    margin-bottom: 60px;
    padding-top: 40%;
  }

  .blog-post-date {
    padding-bottom: 30px;
  }

  .article-nav {
    padding-right: 10px;
  }

  .policy-nav {
    margin-right: 20px;
  }

  .signup-col-promo {
    width: 60%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .signup-col-form {
    width: 40%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-dropdown {
    overflow: auto;
  }

  .nav-dropdown.w--open {
    position: static;
    overflow: hidden;
    margin-top: 0px;
    background-color: transparent;
  }

  .nav-link-block {
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
  }

  .nav-link-block:hover {
    background-color: transparent;
    color: #44dbae;
  }

  .nav-link-block.light-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-dropdown-right {
    padding: 20px 0px;
  }

  .nav-dropdown-right-bg {
    left: 0px;
    right: 0px;
    width: 100vw;
    margin-left: 0px;
    border-top: 1px solid #252525;
    border-left-style: none;
    background-color: transparent;
  }

  .nav-dropdown-right-content {
    margin-right: 0px;
  }

  .nav-dropdown-left {
    padding: 20px 10px 10px 0px;
  }

  .nav-dropdown-link {
    display: block;
  }

  .mob-menu-button {
    width: 43px;
    height: 43px;
    margin-left: 10px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/mob-menu.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .mob-menu-button:hover {
    background-color: hsla(0, 0%, 100%, 0.03);
  }

  .mob-menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.03);
    background-image: url('../images/mob-menu-close.svg');
  }

  .footer-col-left {
    margin-bottom: 40px;
  }

  .footer-bottom-right {
    margin-top: 10px;
    text-align: left;
  }

  .home-right {
    width: 45%;
  }

  .more-templates {
    background-color: #252525;
  }

  .image {
    margin-left: 0px;
  }

  .div-block {
    margin-left: -426px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .section.pricing {
    padding-bottom: 100px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .style-guide-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-inner.mb-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-large.case-studies-text {
    font-size: 18px;
  }

  .button.medium {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-link-legal {
    display: block;
    margin-bottom: 5px;
  }

  .align-right {
    text-align: left;
  }

  .row-2.flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2.flex-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-2.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2.table-row.outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2.nav-dropdown-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .image-container {
    margin-right: 0px;
  }

  .image-container.right {
    margin-left: 0px;
  }

  .image-container.about {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-container.case {
    margin-bottom: 30px;
  }

  .image-container.case.right {
    text-align: right;
  }

  .button-icon-group.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-icon-group.right {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .inner-section {
    padding: 20px;
  }

  .inner-section.small {
    padding: 20px;
  }

  .inner-section.app-info {
    padding-bottom: 30px;
  }

  .inner-section.use-cases-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .align-center {
    text-align: left;
  }

  .intergrations-container {
    margin-left: 0px;
  }

  .blog-post-link {
    margin-bottom: 20px;
  }

  .blog-post-link.white {
    margin-top: 0px;
  }

  .subscribe-image {
    padding-left: 0px;
  }

  .flex-bottom.align-center {
    text-align: center;
  }

  .col-flex-mob-first {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .how-it-works-links {
    margin-bottom: 20px;
  }

  .connect-image {
    margin-top: 0px;
    margin-bottom: -100px;
    margin-left: 0px;
  }

  .analyze-image {
    margin-bottom: -10%;
  }

  .saas-company-icons {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .features-items.dark-grey {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-items.pb-0.mb-0.align-center {
    text-align: center;
  }

  .slider.mobile-slider {
    margin: -100px -20px 20px;
  }

  .slider.mobile-slider-feedback {
    width: 90%;
    margin-bottom: -20px;
  }

  .slider.solutions {
    padding-bottom: 70px;
  }

  .slider.team {
    max-width: 400px;
  }

  .slider.career {
    max-width: 400px;
  }

  .feedback-item.light {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feedback-item-footer {
    margin-bottom: 0px;
  }

  .startup-header {
    min-height: 700px;
  }

  .max-500 {
    max-width: none;
  }

  .step-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-tabs-menu {
    width: 100%;
  }

  .step-tabs-content {
    width: 100%;
  }

  .step-tabs-menu-link-icon {
    width: 34px;
  }

  .pricing-tabs.max-900 {
    margin-top: -100px;
  }

  .pricing-card {
    background-color: #1f1f1f;
  }

  .pricing-card.light {
    margin-bottom: 20px;
    background-color: #252525;
  }

  .pricing-card.dark-grey {
    padding: 40px;
  }

  .plan-icon {
    background-color: #121212;
  }

  .inner-section-content.flex {
    padding-right: 20px;
    padding-left: 20px;
  }

  .case-studies-photo {
    display: none;
  }

  .cases-tabs-menu {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cases-tabs-menu-link {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  }

  .case-studies {
    margin-bottom: 120px;
  }

  .resources-item-link {
    margin-bottom: 40px;
  }

  .desktop-header {
    padding-top: 60px;
  }

  .desktop-header-right-video {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .video-link-play-button {
    width: 50px;
    height: 50px;
    background-size: 40px;
  }

  .top-features-item {
    margin-bottom: 40px;
  }

  .numbers-item {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 2px solid #252525;
    border-right-style: none;
  }

  .numbers-item.last {
    border-bottom-style: none;
  }

  .numbers-item.white {
    border-bottom-style: none;
    border-bottom-width: 1px;
  }

  .section-numbers {
    padding-top: 0px;
  }

  .center-tabs-link.jobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .center-tabs-menu.right {
    margin-left: 0px;
  }

  .center-tabs-menu.price-plans {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .center-tabs-menu.jobs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .center-tabs.code {
    margin-top: 20px;
  }

  .features-list-item {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-section-bg {
    display: none;
  }

  .img-right {
    max-width: 100%;
  }

  .img-right.left {
    margin-left: 0%;
  }

  .review-points {
    margin-bottom: 40px;
  }

  .languages {
    margin-bottom: 20px;
  }

  .action-img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .app-info {
    margin-bottom: 20px;
  }

  .mobile-hidden {
    display: none;
  }

  .app-header {
    padding-top: 60px;
  }

  .mobile-header-img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: 0px;
  }

  .app-store.center {
    margin-left: 0px;
  }

  .google-play.center {
    margin-left: 0px;
  }

  .mobile-header-left-bg {
    display: none;
  }

  .mobile-steps-img {
    display: block;
    max-width: 320px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-steps-img.first {
    margin-top: 20px;
  }

  .mobile-steps-content {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mobile-steps-content.first {
    margin-left: -20px;
    padding-left: 20px;
  }

  .mobile-steps-content.last {
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .mobile-slider-right {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .mobile-slider-screen {
    max-width: 200px;
  }

  .mobile-slider-screen.right {
    max-width: 60%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .mobile-slider-nav {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 0px;
    margin-left: 28px;
  }

  .mobile-platforms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-platforms-menu {
    width: 100%;
  }

  .mobile-platforms-content {
    width: 100%;
  }

  .mobile-platforms-menu-item-icon {
    margin-top: -2px;
  }

  .mob-devices-img {
    max-width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .mobile-feedback-text {
    height: 104px;
  }

  .mobile-awards {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-mobile-action {
    margin-right: -20px;
    margin-left: -20px;
  }

  .dev-header {
    padding-top: 20px;
  }

  .dev-home-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
  }

  .header-notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-usage {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-usage-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .dev-usage-item._3 {
    margin-top: 0%;
  }

  .dev-usage-item._2 {
    margin-top: 0%;
  }

  .dev-usage-item._4 {
    margin-top: 0%;
  }

  .dev-features-img {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .code-block.right {
    margin-left: 10px;
  }

  .code-block.left {
    margin-right: 10px;
  }

  .subscribe-bullets-row.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mb-10-mobile {
    margin-bottom: 10px;
  }

  .product-feature-header {
    padding-top: 60px;
  }

  .product-feature-header-right {
    max-width: 100%;
    margin-left: 0%;
  }

  .solutions-header {
    padding-top: 60px;
  }

  .use-cases-header {
    padding-top: 60px;
  }

  .width-50 {
    width: 100%;
  }

  .width-50.left {
    margin-left: 0%;
  }

  .solutions-header-right {
    position: relative;
    width: auto;
    height: 0px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 50%;
  }

  .header-feedback.transparent {
    margin-bottom: 20px;
  }

  .solution-features-img {
    width: 120px;
    margin-bottom: 10px;
  }

  .solution-sticky-left {
    position: static;
  }

  .solution-sticky-item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-sticky-item-icon {
    max-width: 50px;
    margin-bottom: 10px;
  }

  .solutions-slide-img {
    padding: 20px 140px;
  }

  .solutions-slide-container {
    margin-bottom: 20px;
  }

  .solutions-slide-content {
    margin-left: 0px;
  }

  .icon-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-tabs-content {
    padding-bottom: 20px;
  }

  .icon-tabs-menu {
    position: static;
    margin-bottom: 40px;
    margin-left: -5px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .use-cases-header-img {
    position: static;
    width: auto;
    height: 0%;
    margin: -20px -20px 20px;
    padding-top: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .use-cases-tabs-menu-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .use-cases-menu-left {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .use-cases-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .use-cases-content-right {
    margin-left: 0px;
  }

  .use-cases-content-row {
    padding: 20px;
  }

  .billing-period-card {
    padding: 20px;
  }

  .billing-period-radio-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .billing-period-selector {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .billing-period-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .billing-period-submit {
    margin-left: 0px;
  }

  .inner-section-right-bg {
    left: 0%;
    display: none;
    width: 100%;
  }

  .custom-pricing-header-right {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .custom-pricing-header-left {
    padding-left: 10px;
  }

  .pricing-card-container {
    margin-bottom: 20px;
  }

  .table-col-content {
    padding: 14px 8px;
    text-align: center;
  }

  .table-col-content.title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-col-content.title.header {
    display: none;
  }

  .table-col-content.first {
    border-left-style: none;
  }

  .table-col-content.subheader {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pricing-table-subheader {
    display: none;
  }

  .mobile-visible {
    display: block;
  }

  .license-purchase-radio-field {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .license-purchase-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .license-purchase-tabs-link {
    display: block;
    margin-top: -1px;
    margin-left: 0px;
    border-style: solid;
    text-align: center;
  }

  .license-purchase-tabs-menu {
    margin-bottom: 20px;
  }

  .special-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .special-offer.max-900 {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .special-offer-right {
    margin-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .special-offer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-header-right {
    margin-top: 40px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .story-right {
    padding-left: 10px;
  }

  .timeline-row {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timeline-col {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .timeline-col.left {
    padding-right: 0px;
    padding-left: 60px;
    text-align: left;
  }

  .timeline-col.year {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .timeline-point {
    left: 10px;
    margin-top: 8px;
  }

  .about-video {
    padding-top: 60%;
  }

  .about-video-container {
    margin-bottom: -1px;
  }

  .company-values {
    padding: 20px;
  }

  .about-career-img {
    margin: 20px 0px -50px;
  }

  .company-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .globe-container {
    display: none;
    padding-top: 0%;
  }

  .globe {
    left: 0%;
    margin-top: 10%;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .career-header {
    padding-bottom: 80px;
  }

  .career-benefits-img {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .jobs-item {
    padding: 20px;
  }

  .job-location {
    margin-bottom: 20px;
  }

  .jobs-item-right {
    margin-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .integration-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integration-col-left {
    min-width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .integration-category-link {
    padding-left: 0px;
    border-bottom: 1px solid #e7e7e7;
    border-left-style: none;
  }

  .integration-row-item-link {
    margin-bottom: 20px;
  }

  .integration-row-item-content {
    padding: 20px;
  }

  .integration-row-nav {
    position: static;
    padding-bottom: 0px;
  }

  .integration-header-img {
    margin-top: 40px;
  }

  .integration-item-info {
    min-width: auto;
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .integration-cms-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integration-item-main {
    max-width: 100%;
  }

  .integration-item-info-sticky {
    padding: 20px;
  }

  .jobs-right-sticky {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .case-header-img {
    max-width: 100%;
    margin-top: -10%;
  }

  .contact-tabs-menu {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .contact-tabs-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }

  .contact-right-inner {
    padding: 20px;
  }

  .office-img {
    max-width: 100%;
  }

  .download-logo {
    margin-left: 0px;
  }

  .download-tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-featured {
    padding-top: 340px;
  }

  .blog-featured-image-container {
    position: absolute;
    width: 100%;
    height: 340px;
  }

  .blog-featured-content {
    width: 100%;
    margin-left: 0%;
  }

  .blog-nav-link {
    border-bottom-color: #e7e7e7;
  }

  .blog-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom-style: none;
  }

  .blog-post-item {
    width: 100%;
  }

  .blog-post-main-img {
    margin-bottom: 40px;
  }

  .blog-post-date {
    padding-bottom: 30px;
  }

  .blog-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .blog-socials-text {
    margin-bottom: 10px;
  }

  .help-center-category-header {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .help-center-category-header-icon {
    height: 60px;
    margin-bottom: 20px;
  }

  .help-center-article {
    padding: 20px;
  }

  .article-nav {
    margin-top: 40px;
  }

  .policy-nav {
    margin-bottom: 40px;
  }

  .signup-col-promo {
    display: none;
  }

  .signup-col-form {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-block {
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 7px;
  }

  .nav-dropdown-section-divider {
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }

  .home-header {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-right {
    position: relative;
    display: none;
    width: auto;
    height: 0px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 50%;
  }

  .home-left {
    width: 100%;
    padding-right: 0px;
  }

  .more-templates {
    display: none;
  }

  .image {
    margin-left: 0px;
  }

  .div-block {
    margin-left: -529px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
  }

  .section.overflow-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.prod-feature-works {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(0, #f6f6f6));
    background-image: linear-gradient(180deg, #fff 70%, #f6f6f6 0);
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    display: none;
  }

  .brand.short {
    display: block;
  }

  .nav-menu-action.button.primary.small {
    margin-top: 6px;
  }

  .style-guide-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .button.primary-invert {
    width: 100%;
  }

  .row-2.nav-link-block-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-row-item {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .software-header-image {
    max-width: 120%;
    margin-left: -10%;
  }

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

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

  .image-container.case {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .input.white.mb-10.mr-5 {
    margin-right: 0px;
  }

  .input.light.mb-10.mr-5 {
    margin-right: 0px;
  }

  .input-group.flex.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lightbox-link {
    display: block;
  }

  .connect-image {
    margin-bottom: -40px;
  }

  .icon-heading.price-plans {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider.mobile-slider-feedback {
    width: 96%;
  }

  .slider.career {
    max-width: 260px;
  }

  .step-tabs-menu-link {
    padding-right: 14px;
    padding-left: 14px;
  }

  .step-tabs-menu-link-icon {
    margin-right: 14px;
  }

  .pricing-card.dark-grey {
    padding: 20px;
  }

  .desktop-header {
    padding-top: 60px;
  }

  .desktop-header-right-video {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .numbers-item.white.story {
    padding-right: 0px;
  }

  .section-numbers {
    padding-bottom: 20px;
  }

  .center-tabs-link.price-plans {
    width: 50%;
  }

  .features-list-item {
    margin-bottom: 20px;
  }

  .language-item {
    width: 50%;
  }

  .app-header {
    padding-top: 60px;
  }

  .app-store {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .google-play {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .mobile-download-button {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .qr-code {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mobile-steps-img {
    max-width: 280px;
    margin-left: auto;
  }

  .mobile-steps-img.first {
    margin-left: auto;
  }

  .mobile-slider-right {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .mobile-slider-screen.right {
    max-width: 100%;
  }

  .mobile-feedback-text {
    height: 180px;
  }

  .dev-header {
    padding-top: 20px;
  }

  .header-notification {
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tech-buttons.button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-bullets-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-feature-header {
    padding-top: 60px;
  }

  .solutions-header {
    padding-top: 60px;
  }

  .use-cases-header {
    padding-top: 60px;
  }

  .solutions-slide-img {
    padding-right: 80px;
    padding-left: 80px;
  }

  .icon-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: -5px;
  }

  .icon-tabs-menu-item {
    padding: 10px;
  }

  .range-slider-item-lable {
    font-size: 10px;
  }

  .range-slider-tooltip {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 8px;
    white-space: normal;
  }

  .billing-period-submit {
    width: 100%;
  }

  .pricing-table {
    font-size: 12px;
  }

  .company-header-bg.right {
    margin-top: 30px;
  }

  .company-header-bg-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .company-header-right {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .timeline-col.full {
    padding-left: 60px;
  }

  .timeline-point.left {
    left: 20px;
  }

  .about-video {
    padding-top: 80%;
  }

  .team-description {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-description-link {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .career-header {
    padding-top: 40px;
  }

  .integration-item-category {
    position: static;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .integration-cms-header {
    padding-top: 40px;
  }

  .customer-story-item-logo {
    max-width: 120px;
  }

  .office-img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .download-tabs-menu {
    display: block;
  }

  .download-tabs-menu-link {
    display: block;
    width: 100%;
    text-align: left;
  }

  .blog-featured {
    padding-top: 200px;
  }

  .blog-featured-image-container {
    height: 200px;
  }

  .blog-post-author {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .blog-post-author-photo {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .blog-post-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-block.light-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-blog-img {
    height: 60px;
    max-width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav-link-block-icon {
    margin-bottom: 14px;
  }

  .home-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-banner {
    left: 20px;
    top: auto;
    right: 20px;
    bottom: 20px;
    max-width: none;
  }

  .image {
    margin-left: 0px;
  }

  .div-block {
    margin-left: -651px;
  }
}

