:root {
  --white: white;
  --black: black;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

.navbar-wrapper {
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

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

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 15px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

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

.button-primary.play {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

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

.hero--section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 solid #000;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

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

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

.margin-bottom-24px {
  color: rgba(17, 17, 17, .8);
  text-align: center;
  width: 55%;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.margin-bottom-24px.feature {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
}

.margin-bottom-24px.work {
  text-align: left;
  width: auto;
  padding-left: 10px;
  font-size: 18px;
}

.heading {
  color: #1b1a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.heading._1b1a1a {
  color: #1b1a1a;
  font-size: 55px;
  line-height: 66px;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 0;
  display: flex;
}

.container-3 {
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.heading-2 {
  color: #1b1a1a;
  text-align: center;
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.image {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  padding-top: 0;
  box-shadow: 0 13px 14px rgba(0, 0, 0, .09);
}

.container-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.purple_tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #9e3eff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.img_heading_text {
  background-color: #fff;
  border-radius: 24px;
  width: 400px;
  padding: 24px;
}

.heading-3 {
  color: #1b1a1a;
}

.heading-4 {
  color: #1b1a1a;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-4.faq_heading {
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.heading-4._40px_400 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.columns-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-2.top_-30 {
  max-width: 1200px;
  margin-top: -30px;
}

.columns-2.top_none {
  max-width: 1250px;
  margin-top: 0;
}

.column-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-image: url('../images/Line-116.svg');
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  max-width: 1300px;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.container-6._1 {
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-6._2 {
  max-width: none;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.top_-30 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
}

.dropdown-toggle {
  padding: 0;
}

.numbers {
  color: #1b1a1a;
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.numbers.open {
  color: #fff;
  background-color: #1b1a1a;
}

.div-block-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5.align_left {
  justify-content: flex-start;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 70px;
}

.dropdown-list-2 {
  padding-left: 40px;
  display: none;
  position: relative;
}

.dropdown-list-2.open_default {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 70px;
  display: block;
}

.dropdown {
  width: 550px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown.open_default {
  width: 550px;
  max-width: 100%;
  display: block;
  position: relative;
}

.dropdown.bg_white {
  background-color: #fff;
  width: 570px;
  max-width: 100%;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-tab-1:hover {
  background-color: #f5f5f5;
}

.tab-link-tab-1.w--current {
  background-color: #f5f5f5;
  border-radius: 24px;
  padding-bottom: 12px;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-tab-2:hover {
  background-color: #f5f5f5;
  border-radius: 24px;
}

.tab-link-tab-2.w--current {
  background-color: #f5f5f5;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #111;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.div-block-6 {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-top: 30px;
  padding: 32px 36px;
}

.div-block-6.price_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.price_item {
  color: rgba(17, 17, 17, .8);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.price_item._111111cc {
  color: rgba(17, 17, 17, .8);
  text-align: left;
  width: 600px;
}

.price_item.data {
  width: 600px;
}

.column-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.column-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  flex: none;
  width: 75%;
  max-width: none;
  margin-top: -60px;
  display: flex;
}

.text-block {
  color: rgba(17, 17, 17, .8);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.dropdown-toggle-2 {
  background-color: #f5f5f5;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .5s;
}

.dropdown-list-3 {
  background-color: #fff;
  border-radius: 24px;
  transition: all .3s;
  position: relative;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.dropdown-2 {
  flex: none;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .5s;
}

.footer-dark {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 0 30px 20px;
  position: relative;
}

.container-7 {
  background-color: #2d2d2d;
  border-radius: 24px;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.footer-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-link.nav-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  background-color: rgba(178, 178, 178, .5);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  padding-top: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.images-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.connect-text {
  text-align: center;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
}

.image-3 {
  pointer-events: auto;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(-18deg);
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-4 {
  margin-bottom: 10px;
  transform: rotate(69deg);
}

.image-5 {
  transform-style: preserve-3d;
  transform: rotate(28deg);
}

.slide {
  text-align: center;
  width: 500px;
  height: 50px;
}

.brand-image {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 0 solid #f9fafb;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 18rem;
  min-width: 18rem;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.uui-testimonial16_client-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-testimonial16_client-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.loop-trigger {
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.uui-testimonial16_customer-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.wrapper-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 4rem;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial16_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial16_rating-icon-2 {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.brands {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.brandsimage-div {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.trusted-section {
  border: 0 solid rgba(0, 0, 0, 0);
  flex-flow: column;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.trusted-brands {
  overflow: visible;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.uui-heading-medium-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

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

.image-7, .image-8 {
  padding-left: 50px;
}

.image-9 {
  padding-left: 0;
}

.testimonial-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  min-width: 30rem;
  margin-right: 2rem;
  padding: 2rem 2rem 2rem 1.9rem;
  display: flex;
}

.uui-section_testimonial16 {
  overflow: hidden;
}

.uui-text-size-large-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-testimonial16_client-image-wrapper-3 {
  margin-right: .75rem;
}

.wrapper-div {
  padding-top: 0;
  padding-bottom: 0;
}

.heading10 {
  color: #101828;
  letter-spacing: normal;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-loop-trigger {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  margin-right: 50px;
  display: flex;
}

.uui-heading-medium-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.profile-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.wrapper-icomponent-2 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.content-text {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.content-text.text-weight-medium {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.profile {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-testimonial16_rating-icon-3 {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper-3 {
  align-items: center;
  display: flex;
}

.small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tabs {
  flex-flow: column;
  display: block;
}

.div-block-10 {
  height: auto;
  margin-top: 80px;
  display: flex;
}

.tabs-2 {
  flex-flow: row;
  height: auto;
  display: flex;
}

.tab-link-tab-4 {
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-4.w--current, .tab-link-tab-3-2, .tab-link-tab-3-2.w--current, .tab-link-tab-2-2, .tab-link-tab-2-2.w--current, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Line-116.svg');
  background-position: 9.8% 48%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: 50px;
  display: flex;
}

.image-12, .image-13 {
  width: auto;
}

.section {
  margin-top: 100px;
}

.youtube-popup {
  z-index: 1;
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 70%;
  padding: 40px;
  display: none;
  position: absolute;
  top: 42%;
  left: 18%;
  overflow: hidden;
}

.youtube-popup.popup2 {
  border-radius: 0;
  width: 80%;
  height: 70%;
  padding: 0 50px;
  display: none;
  position: absolute;
  top: 537%;
  left: auto;
  overflow: hidden;
}

.youtube-popup.popup1 {
  background-color: #000;
  border-radius: 0;
  width: 80%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 50px;
  display: none;
  position: absolute;
  left: auto;
}

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

.close {
  z-index: 1;
  color: #fff;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: -33px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  left: 101%;
}

.text-span {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.image-14 {
  background-color: rgba(0, 0, 0, 0);
}

.html-embed {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow: hidden;
}

.stop-video {
  background-color: #fff;
}

.list-item, .list-item-2, .list-item-3 {
  list-style-type: none;
}

.new-link {
  color: #fff;
  text-decoration: none;
}

.tab-pane-tab-1 {
  position: relative;
}

.image-15 {
  padding-left: 222px;
  display: inline-block;
}

.link {
  color: rgba(17, 17, 17, .8);
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  text-decoration: none;
}

.dropdown-heading {
  color: rgba(17, 17, 17, .8);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.lightbox-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  font-family: DM Sans, sans-serif;
  display: flex;
  position: static;
  top: 32%;
  left: 55%;
}

.lightbox-link:hover {
  color: #000;
  background-color: #000;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  overflow: visible;
}

.heading-6:hover {
  color: #fff;
}

.bold-text {
  color: rgba(255, 9, 9, .8);
}

.hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  margin-left: 50px;
  display: flex;
}

.body {
  font-family: DM Sans, sans-serif;
}

.hero-title {
  color: #1b1a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.hero-subtext {
  color: rgba(17, 17, 17, .8);
  text-align: center;
  width: 37%;
  font-weight: 400;
  line-height: 30px;
}

.use-cases-cards {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.card-box {
  background-color: #f5f5f5;
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  width: 1135px;
  height: 420px;
  padding: 40px 80px;
  display: flex;
}

.card-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 520px;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: #9e3eff;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.heading-8 {
  color: #1b1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.heading-9 {
  color: rgba(17, 17, 17, .8);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.heading-11 {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.heading-11._1 {
  color: rgba(255, 255, 255, .85);
  font-size: 18px;
}

.heading-11._1.automate {
  max-width: 1000px;
}

.and-more {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #2d2d2d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1135px;
  padding: 50px;
  display: flex;
}

.text-span-2 {
  font-weight: 500;
}

.why-use {
  justify-content: space-between;
  width: 1165px;
  height: 430px;
  margin-top: 0;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 645px;
  display: flex;
}

.check-points {
  display: flex;
}

.check-image {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.text-block-0 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.check-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.google-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.point-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.check-tick {
  filter: invert();
  width: 25px;
  height: 25px;
}

.point-9 {
  color: rgba(17, 17, 17, .8);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-wrapper-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .margin-bottom-24px {
    width: 92%;
  }

  .margin-bottom-24px.work {
    padding-left: 0;
    font-size: 16px;
  }

  .heading, .heading._1b1a1a {
    font-size: 50px;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .container-3 {
    max-width: 70%;
  }

  .columns {
    width: auto;
  }

  .image {
    max-width: 100%;
  }

  .img_heading_text {
    width: auto;
  }

  .heading-4.faq_heading {
    font-size: 19px;
  }

  .columns-2 {
    justify-content: space-between;
    align-items: stretch;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-6 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top_-30 {
    max-width: 100%;
    padding-top: 0;
  }

  .numbers {
    font-size: 18px;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .dropdown, .price_item._111111cc, .price_item.data {
    width: auto;
  }

  .column-4 {
    padding-left: 0;
  }

  .column-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    width: 700px;
  }

  .div-block-7 {
    margin-top: -25px;
  }

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

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

  .connect-text {
    width: auto;
    font-size: 13px;
  }

  .div-block-8 {
    padding-left: 0;
  }

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

  .brand-image {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 13.2rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-10 {
    padding-left: 50px;
  }

  .wrapper-div {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-10 {
    flex-flow: row;
  }

  .tabs-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .tab-link-tab-4, .tab-link-tab-3-2, .tab-link-tab-2-2, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    padding-left: 10px;
  }

  .tabs-menu-2 {
    background-position: 10% 38%;
    background-size: auto 350px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 50%;
    height: 400px;
    display: flex;
  }

  .tabs-content {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .column-8 {
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .image-11 {
    width: 100%;
    display: inline-block;
  }

  .youtube-popup {
    width: 75%;
    height: 60%;
    display: none;
    top: 55%;
    left: 12%;
  }

  .youtube-popup.popup2 {
    display: none;
    top: 520%;
  }

  .youtube-popup.popup1 {
    display: none;
  }

  .close {
    left: 102%;
  }

  .tab-pane-tab-1 {
    margin-left: 38px;
    padding-left: 0;
  }

  .image-15 {
    max-width: 58%;
    padding-left: 84px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
    margin-left: 38px;
  }

  .hero {
    margin-top: 50px;
  }

  .use-cases-cards {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-box {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8 {
    font-size: 34px;
    line-height: 44px;
  }

  .heading-9 {
    font-size: 16px;
  }

  .and-more {
    background-position: 95% 100%;
    background-size: 20%;
    width: auto;
  }

  .why-use {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
  }

  .image-17 {
    max-width: 40%;
  }

  .google-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    width: 50%;
  }

  .point-9 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero--section {
    padding: 60px 15px;
  }

  .heading {
    font-size: 36px;
  }

  .heading._1b1a1a {
    font-size: 38px;
  }

  .columns {
    flex-flow: column;
  }

  .top_-30 {
    max-width: 84%;
  }

  .price_item._111111cc {
    font-size: 15px;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-7 {
    width: 96%;
  }

  .text-block {
    width: auto;
  }

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

  .container-7 {
    padding: 10px 5px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-link.nav-link {
    text-align: center;
    font-size: 12px;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .images-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
  }

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

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

  .brand-image {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_client-image-wrapper-2 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .wrapper-component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-testimonial16_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .trusted-section {
    margin-top: 0;
    overflow: hidden;
  }

  .trusted-brands {
    overflow: hidden;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .testimonial-div {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-testimonial16_client-image-wrapper-3 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .wrapper-div {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .wrapper-icomponent-2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .content-text {
    font-size: 1.125rem;
  }

  .profile {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .tabs-2 {
    flex-flow: column;
    width: 95%;
  }

  .tabs-menu-2 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .youtube-popup {
    display: none;
  }

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

  .image-16 {
    max-width: 26%;
  }

  .heading-11._1.automate {
    text-align: left;
  }

  .and-more {
    background-size: 30%;
  }

  .div-block-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 100%;
  }

  .container {
    width: 100%;
    max-width: none;
  }

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

  .button-primary {
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 25px;
  }

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

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

  .hero-wrapper-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .margin-bottom-24px {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .margin-bottom-24px.feature {
    font-size: 13px;
    line-height: 20px;
  }

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

  .heading {
    font-size: 23px;
    line-height: 55px;
  }

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

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
  }

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

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    margin-top: 20px;
  }

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

  .column {
    padding-bottom: 20px;
  }

  .columns {
    flex-flow: column;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .image {
    border-radius: 20px;
  }

  .container-5 {
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .purple_tag {
    font-size: 14px;
  }

  .heading-4.faq_heading {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .heading-4.faq_heading._22px {
    font-size: 22px;
  }

  .columns-2 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2.top_none {
    flex-flow: column-reverse;
  }

  .column-2 {
    margin-top: 20px;
  }

  .column-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    margin-top: 50px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container-6._1, .container-6._2 {
    margin-top: 50px;
    padding-top: 0;
  }

  .top_-30 {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .numbers {
    width: 50px;
    height: 50px;
  }

  .numbers.open {
    font-size: 20px;
    line-height: 25px;
  }

  .dropdown {
    width: auto;
  }

  .dropdown.open_default {
    width: 320px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6.price_div {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price_item, .price_item._111111cc {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .price_item.data {
    text-align: center;
    width: auto;
    font-size: 14px;
  }

  .columns-3 {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .div-block-7 {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .text-block {
    text-align: left;
    width: 100%;
    margin-right: 0;
    font-size: 18px;
    text-decoration: none;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding: 15px 0 15px 12px;
    position: static;
  }

  .dropdown-list-3.w--open {
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    overflow: visible;
  }

  .dropdown-2 {
    flex-flow: row;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-dark {
    margin-top: 50px;
    padding-top: 20px;
  }

  .container-7 {
    max-width: none;
    padding-top: 0;
  }

  .footer-content {
    flex-flow: column;
    align-items: center;
  }

  .footer-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link.nav-link {
    font-size: 16px;
  }

  .footer-link.nav-link:hover {
    color: #fff;
  }

  .image-2 {
    padding-left: 10px;
  }

  .images-div {
    flex-flow: column;
    margin-top: 20px;
  }

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

  .image-3 {
    transform: rotateX(1deg)rotateY(0)rotateZ(102deg);
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .div-block-9 {
    padding-top: 20px;
  }

  .image-5 {
    transform: rotateX(180deg)rotateY(180deg)rotateZ(-26deg);
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop-trigger {
    overflow: visible;
  }

  .trusted-section {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 20rem;
    min-width: 20rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-icomponent-2 {
    margin-top: 1rem;
    overflow: visible;
  }

  .content-text.text-weight-medium {
    font-size: 14px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .tabs-2 {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: block;
  }

  .tab-link-tab-4, .tab-link-tab-3-2, .tab-link-tab-2-2, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    padding-left: 0;
  }

  .tabs-menu-2 {
    background-position: 6%;
    background-size: auto 300px;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    height: 400px;
  }

  .tabs-content {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .column-8 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-11 {
    max-width: 33%;
    display: inline-block;
  }

  .image-12 {
    width: 10%;
    max-width: 100%;
  }

  .image-13 {
    width: 10%;
  }

  .section {
    margin-top: 50px;
  }

  .youtube-popup {
    width: 90%;
    height: 22%;
    padding: 20px;
    display: none;
    top: 23%;
    left: 5%;
  }

  .youtube-popup.popup2 {
    height: 40%;
    display: none;
    top: 660%;
  }

  .youtube-popup.popup1 {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .close {
    font-size: 14px;
    left: 99%;
  }

  .tab-pane-tab-1 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-15 {
    max-width: 40%;
    margin-left: 100px;
    padding-left: 0;
  }

  .heading-5 {
    font-size: 18px;
  }

  .dropdown-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-6 {
    padding: 5px 40px;
    font-size: 14px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
    margin-left: 0;
  }

  .section-2 {
    overflow: hidden;
  }

  .hero {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .hero-title {
    font-size: 42px;
    line-height: 56px;
  }

  .hero-subtext {
    width: auto;
  }

  .use-cases-cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 50px;
  }

  .card-box {
    flex-flow: column;
    align-items: center;
    height: auto;
  }

  .card-box._1 {
    flex-flow: column-reverse;
  }

  .card-text {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .heading-7 {
    font-size: 14px;
  }

  .heading-8 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-9 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-11 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .and-more {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 20px;
  }

  .why-use {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    max-width: 60%;
  }

  .google-form {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    height: auto;
  }

  .div-block-12 {
    margin-top: 10px;
  }

  .point-9 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}


