:root {
  --black: #1c1c1f;
  --dark-grey-copy: #2f3033;
  --blue: #c7c7c7;
  --grey: #647076;
  --light-grey-secondary-background: #fafbff;
  --white: white;
  --utility: #f5f8fa;
  --light-blue: #ccdbff;
  --medium-grey-tertiary-background: #f0f2f7;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

h1 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Raleway, sans-serif;
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Raleway, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Raleway, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Raleway, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Raleway, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: var(--dark-grey-copy);
  margin-bottom: 1rem;
  line-height: 1.5;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

a:hover {
  opacity: .5;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  color: var(--grey);
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

blockquote {
  border-left: 0 #0000;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5em;
}

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

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: .8125rem;
  line-height: 1.6em;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-nav {
  z-index: 99;
  background-color: #0000;
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  top: 0;
}

.style-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding: 24px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--blue);
}

.section {
  padding: 176px 64px;
  position: relative;
  overflow: hidden;
}

.section.padding-top-96 {
  padding-top: 96px;
}

.section.client-logos {
  background-color: var(--light-grey-secondary-background);
  padding-top: 32px;
  padding-bottom: 32px;
}

.label-small {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

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

._2-column-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

._2-column-flex.align-center {
  justify-content: space-between;
  align-items: center;
}

._2-column-flex.align-center.reverse-direction {
  justify-content: space-between;
}

.flex-expand {
  flex: 1;
}

.flex-expand.flex-center {
  justify-content: center;
}

.divider {
  background-color: #0000001f;
  height: 1px;
}

.margin-top-104 {
  margin-top: 104px;
}

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

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

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

.margin-bottom-32 {
  margin-bottom: 32px;
}

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

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-104 {
  margin-bottom: 104px;
}

.margin-bottom-40 {
  text-wrap-style: balance;
  margin-bottom: 40px;
}

.margin-bottom-40.text-color-white {
  color: var(--white);
}

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

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.paragraph-large {
  max-width: 800px;
  font-size: 1.375rem;
  line-height: 1.5;
}

.paragraph-small {
  font-size: .8125rem;
  line-height: 1.6;
}

.paragraph-small.text-white {
  color: var(--white);
}

.rich-text h3 {
  margin-top: 2.5rem;
}

.rich-text h2 {
  margin-top: 3rem;
}

.rich-text h4 {
  margin-top: 2rem;
}

.rich-text h5, .rich-text h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.rich-text ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

.rich-text li {
  margin-bottom: 2px;
}

.rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.rich-text ul {
  padding-top: 16px;
  padding-bottom: 16px;
}

.input {
  background-color: var(--utility);
  border: 1px #000;
  border-radius: 4px;
  height: auto;
  margin-bottom: 1.5rem;
  padding: 8px 16px;
  font-size: 1rem;
}

.input::placeholder {
  color: var(--black);
}

.button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .3s;
}

.button:hover {
  background-color: #1b4cbe;
}

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

.button.nav-button {
  border-radius: 10px;
  margin-left: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.large-button {
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px 48px;
  font-size: 1rem;
}

.simple-shadow-tiny {
  box-shadow: -1px 1px 10px #0000001f;
}

.simple-shadow-small {
  box-shadow: -6px 6px 20px #0000001f;
}

.image-cover {
  object-fit: cover;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ratio-125 {
  padding-top: 125%;
  display: block;
  position: relative;
  overflow: hidden;
}

._4-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.faq-trigger {
  cursor: pointer;
  border-bottom: 1px solid #0000001f;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 99;
  background-color: var(--white);
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  top: 0;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-bottom: 6rem;
}

.brand {
  display: inline-block;
}

.footer-link {
  color: var(--black);
  padding: 16px 24px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link:hover {
  color: var(--blue);
}

.footer-column {
  flex-flow: row;
  display: flex;
}

.footer-bottom {
  padding-bottom: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 600px;
  display: flex;
}

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

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

.footer-meta {
  font-size: .85rem;
}

.nav-menu {
  align-items: center;
  display: flex;
}

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

.label-large {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.label-medium {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.paragraph-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.paragraph-extra-small {
  text-align: left;
  font-size: .875rem;
}

.background-light-blue {
  background-color: var(--light-blue);
}

.background-light-blue.ui-accent {
  z-index: 0;
  border-radius: 8px;
  width: 50%;
  height: 75%;
  position: absolute;
  inset: 50% -25% 0% auto;
  transform: translate(-25%, -50%);
}

.background-light-blue.ui-accent.right {
  inset: 50% auto 0% 0%;
}

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

.flex-center.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.client-logo {
  padding: 16px 32px;
}

.client-logo.margin-bottom-96 {
  margin-bottom: 96px;
}

.client-logo.margin-bottom-96.padding-right-0 {
  padding-left: 0;
}

.logo {
  height: 32px;
}

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

.tabs-menu {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  max-width: 486px;
  margin-right: 104px;
  display: flex;
}

.tab-pane {
  overflow: visible;
}

.tab-link {
  background-color: var(--white);
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  transition: border-color .3s, border-color .3s, border-width .3s;
}

.tab-link:hover {
  background-color: var(--light-grey-secondary-background);
}

.tab-link.w--current {
  border-left: 8px solid var(--blue);
  background-color: var(--light-grey-secondary-background);
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  box-shadow: -1px 1px 4px #00000014;
}

.ui-image-accent {
  position: relative;
  overflow: visible;
}

.ui-image {
  z-index: 2;
  position: relative;
}

.ui-image.simple-shadow-tiny {
  border-radius: 8px;
  overflow: hidden;
}

.tabs-content {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-blue {
  color: var(--blue);
}

.feature-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .9rem;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.icon-wrapper {
  background-color: var(--light-grey-secondary-background);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.price-card {
  grid-row-gap: 32px;
  background-color: var(--white);
  border: 1px solid #3333331a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 32px 16px 64px;
  display: flex;
  box-shadow: 1px 5px 10px 3px #00000014;
}

.price-card.background-blue {
  background-color: var(--blue);
}

.icon-white {
  color: var(--white);
}

.faq-wrapper {
  max-width: 872px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  margin-bottom: 24px;
}

.faq {
  cursor: pointer;
  border-bottom: 1px solid #0000001f;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-arrow {
  color: var(--black);
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  margin-left: 24px;
  display: flex;
}

.faq-arrow-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-pane {
  overflow: hidden;
}

.faq-pane-inner {
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.small-h2 {
  font-size: 3rem;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  box-shadow: 0 5px 10px 5px #0000001f;
}

.hidden {
  display: none;
}

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

.rich-text-block {
  text-align: left;
  flex-flow: column;
  width: 800px;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.rich-text-block p {
  margin-bottom: 32px;
  line-height: 175%;
}

.features-video-wrapper {
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
}

.features-video-wrapper.simple-shadow-small {
  position: relative;
}

.draft-videos-heading {
  color: #fff;
  background-color: #000;
  align-items: center;
  height: 80px;
  margin-top: 40px;
  padding-left: 80px;
  font-size: 40px;
  display: flex;
}

.draft-videos {
  width: 400px;
  height: 200px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 80px;
}

.video-play-overlay {
  background-color: #ffffff40;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.play-button {
  background-color: var(--grey);
}

.play-button.simple-shadow-small {
  opacity: .9;
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.play-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  display: flex;
}

.tippy {
  border: 1px solid var(--grey);
  color: var(--grey);
  cursor: default;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 1px;
  padding-right: 1px;
  font-size: .7rem;
  display: flex;
}

.tippy.tippy-white {
  border-color: var(--white);
  color: var(--white);
}

.slider-testimonial-mask {
  min-height: auto;
  position: static;
  overflow: visible;
}

.section-testimonial {
  flex-flow: column;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  display: none;
}

.cta-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.video-popup {
  z-index: 9999;
  background-color: #00000052;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.pricing-card-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 1.25rem;
  flex-flow: column;
  padding: 1.7rem 1.2rem;
  display: flex;
  box-shadow: 0 0 8px #0000000f;
}

.page-wrapper {
  ---mode--collection-27e35d46-7ddb-c4d5-3c2f-bce128c5a937: mode-d59664a1-9ee9-cbda-fb69-e89bced709c8;
}

.navbar-menu-button {
  padding: 0;
}

.faq-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 2px solid #e3e8ef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.rating {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.feature-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 19.5rem;
}

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

.icon-arrow-badge {
  flex: none;
  width: .75rem;
}

.video-play-button {
  color: #fff;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: absolute;
  overflow: visible;
}

.tabs-menu-pricing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .5px solid;
  background-color: #ffffff3d;
  border-image-source: linear-gradient(#ffffff83 0%, #9de2cdcc 15%, #9de2cdc1 85%, #ffffffa3 100%);
  border-radius: 5rem;
  padding: .25rem;
  display: flex;
  box-shadow: 0 2px 8px #0000000f, inset 0 -1px 18px #fff6;
}

.slider-left-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-size: 1.375rem;
  font-weight: 500;
  left: 5%;
  display: flex !important;
}

.home-features-description-list {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  align-items: stretch;
}

.placeholder-video {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-description-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.home-features-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 32.875rem;
  display: flex;
}

.slider-left-arrow-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 1.375rem;
  display: flex;
  box-shadow: 0 0 8px #00000014;
}

.home-stats-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-menu-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.navbar-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 67rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-features-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-features-content-wrapper.is-first {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.home-features-content-wrapper.is-second {
  height: 800dvh;
  margin-top: 12.5rem;
  margin-bottom: -60dvh;
}

.heading-style-h2 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.home-features-list-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #e3e8ef;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
  box-shadow: 0 0 8px #0000000f;
}

.slider-testimonial-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar-menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing-card-list-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.pricing-feature-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-end-wrapper {
  height: 100%;
  margin-bottom: -1.5rem;
  position: relative;
}

.star-icon {
  color: #f29c06;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.hero-head-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  transition: all .3s;
}

.video-overlay-testimonial {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0e121b3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-testimonial-wrap {
  background-color: #0000;
  width: 55.625rem;
  height: auto;
  position: static;
}

.faq-answer {
  background-color: #0000;
  padding-left: 2rem;
  position: relative;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-author-info-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  display: flex;
}

.navbar-menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.video {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pricing-features-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.icon-pricing-list-item {
  width: 1.25rem;
}

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

.faq-list-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-content-top-start {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 15.8125rem;
  display: flex;
}

.footer-top-start-head {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.section-head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-head.is-pricing-hero {
  text-align: center;
  max-width: 31.875rem;
  margin-left: auto;
  margin-right: auto;
}

.section-head.is-home-hero {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.section-head.is-cta-head {
  justify-content: flex-start;
  align-items: center;
  max-width: 41.7rem;
  margin-left: auto;
  margin-right: auto;
}

.section-head.is-contact-us-hero-head {
  max-width: 32.875rem;
  margin-left: auto;
  margin-right: auto;
}

.stats {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  border-bottom: 1px solid #e3e8ef;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.pricing-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.feature-card-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.icon-1x1-large {
  width: 1.5rem;
  height: 1.5rem;
}

.gradient-hero {
  width: 58.4375rem;
  height: 45.9375rem;
  position: absolute;
  inset: 0% auto 0% -7.25rem;
  transform: rotate(90deg);
}

.gradient-hero.is-left {
  left: -7.25rem;
  transform: rotate(-90deg);
}

.gradient-hero.is-right {
  left: auto;
  right: -7.25rem;
}

.footer-box-wrap {
  background-image: linear-gradient(#0e121b 38.93%, #2b303b 80.86%);
  border-radius: .75rem;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu.is-page-height-tablet {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.home-features-image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 28.375rem;
  overflow: hidden;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.faq-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: stretch;
}

.features-image-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.price-save-annual {
  color: #c17c03;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  display: flex;
  position: absolute;
  bottom: 120%;
}

.navbar-overlay {
  display: none;
}

.navbar-logo {
  min-width: 9rem;
}

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

.text-size-large.text-color-white {
  color: #fff;
}

.feature-card-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.feature-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.slide-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.footer-content-end {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.video-testimonial-wrap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18.375rem;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.pricing-card-wrapper {
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 0 0 8px #0000001f;
}

.pricing-card-wrapper.is-popular {
  background-color: #0e121b;
  border-radius: 1.25rem;
  padding: .125rem;
  box-shadow: 0 0 8px #0000001f;
}

.footer-content-top-end {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  display: flex;
}

.slide-navigation {
  display: none;
}

.pricing-label {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.pricing-label.text-align-center.text-size-medium.text-weight-medium.text-color-alternate {
  color: var(--white);
}

.footer-social-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-style-h4 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.slide-testimonial-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 8px #0000000f;
}

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

.text-size-xlarge.text-align-center.text-color-grayscale-600.is-subhead-hero {
  max-width: 32rem;
}

.text-size-xlarge.text-align-center.text-color-grayscale-600.max-width-medium {
  max-width: 32.8rem;
}

.text-size-xlarge.text-weight-medium.is-faq-questions {
  text-overflow: ellipsis;
  overflow: hidden;
}

.close-button-video-popup {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.125rem 1rem auto auto;
}

.accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.3125rem;
  display: flex;
}

.feature-image-2 {
  opacity: 1;
}

.feature-image-2.is-cursor-1 {
  position: absolute;
  inset: 22% 15% auto auto;
}

.feature-image-2.is-cursor-2 {
  inset: auto 35% 22% auto;
  position: absolute;
  inset: auto 35% 22% auto;
}

.feature-card-description-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-content-top {
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-size-medium {
  font-size: .875rem;
  line-height: 1.6;
}

.text-size-medium.text-color-white-opacity-72 {
  color: var(--blue);
}

.faq-icon-wrapper {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.hero-rating-description-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.slide-item-testimonial {
  height: 100%;
}

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

.footer-menu-link {
  font-size: .875rem;
  text-decoration: none;
}

.footer-menu-link.text-color-white-opacity-72 {
  transition: opacity .2s;
}

.footer-menu-link.text-color-white-opacity-72:hover {
  opacity: 1;
}

.footer {
  padding: 0 .5rem .5rem;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#0e121b 40%, #6d7a97);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .6875rem 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  transition: background-position .3s;
  display: flex;
  box-shadow: inset 0 0 12px #fff6;
}

.button-primary:hover {
  background-image: linear-gradient(0deg, #0e121b 40%, #6d7a97);
}

.button-primary.is-secondary {
  color: #111729;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e8ef;
}

.button-primary.is-secondary:hover {
  background-color: #f1f4f8;
}

.button-primary.is-small {
  padding: .5625rem 1.5rem;
  font-size: .875rem;
}

.button-primary.is-text {
  box-shadow: none;
  color: #000;
  background-color: #0000;
  background-image: none;
  border: 2px solid #0000;
  border-bottom-style: none;
  border-radius: 0;
  padding: 0;
}

.text-size-small {
  font-size: .75rem;
}

.navbar-link {
  color: #0e121b;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: color .3s;
}

.navbar-link:hover {
  color: #525866;
}

.hero-companies-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 18.75rem;
  display: flex;
}

.home-features-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.home-features-card.sticky {
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 50%;
  transform: translateY(-50%) !important;
}

.footer-content-end-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image-floating {
  width: 100%;
  max-width: 14.5625rem;
  min-height: 2rem;
  position: absolute;
  inset: auto -5% 20% auto;
}

.badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: .5px solid;
  background-color: #ffffff3d;
  border-image-source: linear-gradient(#ffffff83 0%, #9de2cdcc 15%, #9de2cdc1 85%, #ffffffa3 100%);
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .28125rem 1rem;
  display: flex;
  box-shadow: inset 0 -1px 18px #fff6, 0 2px 8px #0000000f;
}

.badge:hover {
  background-color: #fff6;
}

.slider-tesimonial-container {
  width: 100vw;
  min-height: 300px;
  padding: 4rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  filter: invert();
}

.navbar-component {
  color: #000;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-rating-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 16.25rem;
  display: flex;
}

.stats-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.slider-right-arrow {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  align-items: center;
  width: auto;
  font-size: 1.375rem;
  font-weight: 500;
  right: 5%;
  display: flex !important;
}

.faq-active-line {
  background-color: #00ad75;
  width: 0%;
  height: .125rem;
  margin-bottom: -.125rem;
  position: absolute;
  inset: auto 0% -1.25rem;
}

.slider-right-arrow-wrap {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  box-shadow: 0 0 8px #00000014;
}

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

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 2rem;
  box-shadow: 0 -8px 20px #0000000a;
}

.tabs-content-pricing {
  width: 100%;
  margin-top: 2.5rem;
  overflow: visible;
}

.home-features-image {
  object-fit: cover;
  background-image: url('../images/bg-features-item_1bg-features-item.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 27.5rem;
  max-height: 27.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lgz-hidden {
  display: none;
}

.form-component {
  margin-bottom: 0;
}

.form-component.is-contact-us-form {
  background-color: #fff;
  border: 2px solid #e3e8ef;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 44.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem;
}

.hero-blur-2 {
  filter: blur(100px);
  position: absolute;
  inset: 0%;
}

.section-contact-us-hero {
  align-self: center;
}

.contact-us-content-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  min-height: 50vh;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.contact-us-box-wrap {
  border-radius: .75rem;
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}

.form-message-success {
  background-color: #0000;
  padding: 5rem;
}

.form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form-field-two-column-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input {
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: .5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .5625rem .625rem;
  font-size: .875rem;
}

.form-input::placeholder {
  color: #525866;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: .875rem;
}

.social-link-3 {
  color: #fff;
  transition: opacity .2s;
}

.social-link-3:hover {
  opacity: .9;
}

.form-label {
  color: #0e121b;
  font-size: .875rem;
}

.form-message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.background-hero-wrap {
  position: absolute;
  inset: 0%;
}

.background-hero-wrap.is-contact-us {
  opacity: .15;
  background-image: url('../images/Litigaze-new---256-x-256.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
}

.hero-blur-3 {
  filter: blur(100px);
  position: absolute;
  inset: 0%;
}

.hero-blur-3.is-contact-us {
  height: 55%;
}

.section-home-hero {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  padding-top: 5vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.navbar-menu-button-2 {
  padding: 0;
}

.section-home-stats {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.feature-image-4 {
  opacity: 0;
}

.bakground-pattern-hero {
  opacity: .2;
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  max-height: 61.8125rem;
  position: absolute;
  inset: 0%;
}

.home-hero-box-wrapper {
  ---mode--collection-27e35d46-7ddb-c4d5-3c2f-bce128c5a937: mode-d59664a1-9ee9-cbda-fb69-e89bced709c8;
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.feature-card-info-icon-2 {
  width: 3rem;
  height: 3rem;
}

.hero-blur {
  filter: blur(100px);
  position: absolute;
  inset: 0%;
}

.hero-blur.is-pricing {
  height: 70%;
}

.pricing-box-wrapper {
  border-radius: .75rem;
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.faq-question-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  border-top: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.tab-link-pricing-2 {
  opacity: .56;
  color: #111729;
  text-align: center;
  background-color: #0000;
  border-radius: 5rem;
  padding: .5625rem 2.5625rem;
  font-size: .875rem;
}

.tab-link-pricing-2.w--current {
  opacity: 1;
  color: #111729;
  background-color: #fff;
  font-weight: 500;
}

.section-pricing {
  padding-top: 5vh;
  padding-bottom: 10vh;
  position: relative;
}

.section-home-features {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.navbar-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu-2.is-page-height-tablet {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home-hero-content-wrapper-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 10vh;
  display: flex;
  position: relative;
}

.cta-box-wrap {
  background-image: url('../images/Litigaze-new---256-x-256.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 58rem;
  background-attachment: scroll;
  border-radius: .75rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.feature-image-5 {
  opacity: 0;
  object-fit: cover;
  flex: none;
  align-self: center;
  width: 100%;
  height: 100%;
  max-height: 22.5rem;
  position: absolute;
  inset: auto 0%;
}

.navbar-link-2 {
  color: #0e121b;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: color .3s;
}

.navbar-link-2:hover {
  color: #525866;
}

.divider-3 {
  background-color: #cdd5e0;
  width: 1px;
  height: 1rem;
}

.divider-3.is-secondary {
  background-color: #e3e8ef;
  height: 100%;
}

.faq-accordion-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 2px solid #e3e8ef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navbar-component-2 {
  color: #000;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.custom-code-icon-2 {
  color: #fff;
  width: 3rem;
  height: 3rem;
  padding: 12px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2;
  }

  .style-nav {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .section {
    padding: 104px 32px;
  }

  .section.footer-bottom {
    padding-bottom: 16px;
  }

  ._2-column-flex {
    flex-direction: column;
  }

  ._2-column-flex.align-center {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: stretch;
  }

  ._2-column-flex.align-center.reverse-direction {
    flex-direction: column-reverse;
  }

  .flex-expand.max-width-600 {
    width: 100%;
  }

  .margin-bottom-0 {
    font-size: .9rem;
  }

  .rich-text blockquote {
    line-height: 1.5;
  }

  .button.nav-button {
    margin-top: 32px;
    margin-left: 0;
  }

  .ratio-125.border-radius-8 {
    border-radius: 8px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu {
    z-index: 999;
    background-color: var(--white);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .menu-button {
    border-radius: 100px;
  }

  .menu-button.w--open {
    background-color: var(--blue);
    border-radius: 100px;
  }

  .client-logo {
    padding: 8px 16px;
  }

  .client-logo.margin-bottom-96.padding-right-0 {
    margin-bottom: 32px;
  }

  .tabs {
    grid-column-gap: 0px;
    flex-flow: column;
  }

  .tabs-menu {
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 64px;
    margin-right: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .feature-list {
    white-space: normal;
  }

  .nav-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .features-video-wrapper {
    order: 1;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    box-shadow: 0 16px 16px -8px #0000001a;
  }

  .tippy {
    border: 1px solid var(--grey);
    color: var(--grey);
    border-radius: 20px;
    align-self: center;
    width: 16px;
    max-width: 24px;
    height: 16px;
    max-height: 24px;
    margin-top: -3px;
    margin-left: -3px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .65rem;
    font-weight: 600;
  }

  .tippy.tippy-white {
    border-color: var(--white);
    color: var(--white);
  }

  .slider-testimonial-mask {
    min-height: auto;
  }

  .feature-card-image {
    max-height: none;
  }

  .slider-left-arrow {
    margin-top: 2rem;
    position: relative;
    inset: auto 0% 0% 43%;
  }

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

  .home-features-description {
    max-width: 32.875rem;
  }

  .slider-left-arrow-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home-stats-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .navbar-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-features-content-wrapper.is-second {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .home-features-list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .navbar-menu-links {
    border-top: 1px #e3e8ef;
    flex-flow: row;
    padding-top: 0;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .pricing-card-list-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-end-wrapper {
    min-width: 67rem;
    min-height: 25rem;
  }

  .navbar-menu-buttons {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-features-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-list-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .stats {
    width: 100%;
  }

  .gradient-hero {
    height: 28.0625rem;
  }

  .gradient-hero.is-left {
    left: -4.625rem;
  }

  .gradient-hero.is-right {
    right: -4.625rem;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    z-index: 99;
    background-color: #0000;
    border-bottom-style: none;
    border-bottom-color: #fff;
    padding: 0 0%;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: relative;
  }

  .home-features-image-wrapper {
    max-width: none;
  }

  .navbar-overlay {
    z-index: 1;
    background-color: #0e121b33;
    position: fixed;
    inset: 5.5rem 0% 0%;
  }

  .navbar-logo {
    min-width: 5.75rem;
  }

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

  .video-testimonial-wrap {
    max-width: 20.5rem;
  }

  .footer-content-top-end {
    grid-column-gap: 1.9075rem;
    grid-row-gap: 1.9075rem;
  }

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

  .menu-icon-line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .feature-image-2.is-cursor-2 {
    top: 5px;
  }

  .footer-content-top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: row;
    align-items: stretch;
  }

  .navbar-link {
    width: auto;
    padding: .5rem .75rem;
    font-size: .875rem;
  }

  .navbar-link.w--current {
    color: #0e121b;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .home-features-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-features-card.sticky {
    display: none;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-image-floating {
    display: none;
  }

  .slider-tesimonial-container {
    min-height: auto;
    padding-bottom: 0;
  }

  .navbar-component {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .slider-right-arrow {
    inset: auto 43% 0% auto;
  }

  .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-right-arrow-wrap {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-image {
    width: 100%;
    height: 100%;
  }

  .home-features-image {
    max-height: none;
  }

  .background-hero-wrap.is-pricing {
    display: flex;
  }

  .hero-blur-3.is-contact-us {
    background-image: linear-gradient(270deg, #0000, #6bf4c7 34% 48%, #6bf4c7 62%, #0000);
  }

  .section-home-hero {
    overflow: hidden;
  }

  .bakground-pattern-hero {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .navbar-menu-2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu-2.is-page-height-tablet {
    z-index: 99;
    background-color: #0000;
    border-bottom-style: none;
    border-bottom-color: #fff;
    padding: 0 0%;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: relative;
  }

  .navbar-link-2 {
    width: auto;
    padding: .5rem .75rem;
    font-size: .875rem;
  }

  .navbar-link-2.w--current {
    color: #0e121b;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .divider-3.is-secondary.is-middle-line {
    width: 100%;
    height: 1px;
  }

  .navbar-component-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

  h2 {
    font-size: 2.6rem;
  }

  .container {
    width: 100%;
  }

  .section {
    padding-top: 86px;
  }

  .margin-top-104 {
    margin-top: 64px;
  }

  .paragraph-large {
    font-size: 1.2rem;
  }

  ._4-column-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer-column {
    flex-flow: column;
  }

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

  .flex-center.gap-32 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .client-logo.margin-bottom-96.padding-right-0 {
    margin-bottom: 32px;
  }

  .logo {
    height: 28px;
  }

  .faq-pane-inner {
    margin-bottom: 16px;
  }

  .nav-inner {
    width: 100%;
  }

  .features-video-wrapper {
    border-radius: 5px;
  }

  .slider-testimonial-mask {
    min-height: auto;
  }

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

  .slider-left-arrow {
    left: 42%;
  }

  .home-features-content-wrapper.is-second {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .navbar-menu-links {
    border-top-style: solid;
    flex-flow: column;
    padding-top: 1.25rem;
  }

  .slider-testimonial-wrap {
    width: 100%;
  }

  .navbar-menu-buttons {
    flex-flow: column;
  }

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

  .gradient-hero {
    height: 13.375rem;
  }

  .gradient-hero.is-left {
    width: 13.375rem;
    height: 58.4375rem;
    display: none;
    left: -2.25rem;
    transform: none;
  }

  .gradient-hero.is-right {
    width: 13.375rem;
    height: 58.4375rem;
    display: none;
    right: 2.25rem;
    transform: rotate(180deg);
  }

  .navbar-menu.is-page-height-tablet {
    background-color: #fff;
    height: 38dvh;
    padding-bottom: 6rem;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

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

  .video-testimonial-wrap {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .footer-content-top-end {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .footer-content-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .button-primary.is-small.order-first-mobile {
    order: -1;
  }

  .slider-tesimonial-container {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-component {
    height: auto;
    min-height: 4rem;
  }

  .slider-right-arrow {
    right: 40%;
  }

  .hero-blur-2 {
    background-image: linear-gradient(270deg, #0000 100%, #6bf4c7 50%, #0000 70%);
  }

  .form-message-success {
    padding-left: 0;
    padding-right: 0;
  }

  .background-hero-wrap.is-contact-us {
    height: 80%;
  }

  .hero-blur-3, .hero-blur {
    background-image: linear-gradient(270deg, #0000 100%, #6bf4c7 50%, #0000 70%);
  }

  .hero-blur.is-pricing {
    background-image: none;
  }

  .pricing-box-wrapper {
    background-repeat: no-repeat;
  }

  .faq-question-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-menu-2.is-page-height-tablet {
    background-color: #fff;
    height: 38dvh;
    padding-bottom: 6rem;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .navbar-component-2 {
    height: auto;
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    text-align: left;
  }

  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .style-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-bottom: 86px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-0 {
    font-size: .8rem;
    line-height: 1.3;
  }

  .text-align-center.margin-bottom-104 {
    margin-bottom: 64px;
  }

  .margin-bottom-48 {
    margin-bottom: 32px;
  }

  .rich-text h3 {
    font-size: 1.4rem;
  }

  .rich-text h2 {
    font-size: 1.8rem;
  }

  .rich-text ol, .rich-text ul {
    padding-left: 32px;
  }

  .rich-text h1 {
    font-size: 2.2rem;
  }

  .rich-text a {
    display: block;
  }

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

  .label-large.margin-bottom-8 {
    margin-bottom: 6px;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .flex-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-center.gap-32 {
    grid-row-gap: 32px;
  }

  .logo {
    height: 32px;
  }

  .tabs-menu {
    margin-bottom: 32px;
  }

  .icon {
    height: 20px;
  }

  .text-block {
    font-size: .9rem;
    line-height: 1.3em;
  }

  .nav-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .cta-content-wrap {
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-card-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem;
  }

  .faq-accordion {
    position: static;
    overflow: visible;
  }

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

  .tabs-menu-pricing {
    width: 100%;
  }

  .slider-left-arrow {
    left: 34%;
  }

  .placeholder-video {
    position: absolute;
  }

  .home-features-description {
    max-width: 20rem;
  }

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

  .home-features-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .heading-style-h2.text-align-center.is-heading-cta {
    max-width: 14rem;
  }

  .home-features-list-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 1.25rem;
  }

  .hero-end-wrapper {
    max-height: 25rem;
  }

  .hero-head-wrapper {
    align-items: stretch;
  }

  .faq-answer {
    position: relative;
    overflow: visible;
  }

  .faq-answer.w--open {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: visible;
  }

  .navbar-menu-buttons {
    margin-top: 1.25rem;
  }

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

  .faq-list-wrapper {
    display: block;
    overflow: visible;
  }

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

  .stats {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .gradient-hero.is-left {
    transform: rotate(180deg);
  }

  .gradient-hero.is-right {
    inset: 0% -40% 0% auto;
    transform: rotate(180deg);
  }

  .footer-box-wrap {
    background-position: -60% 250%, 0 0;
  }

  .navbar-menu.is-page-height-tablet {
    z-index: 99;
    border-bottom-style: none;
    border-bottom-color: #0000;
    height: 18.75rem;
    min-height: 18.75rem;
    position: absolute;
    overflow: auto;
  }

  .faq-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .navbar-overlay {
    z-index: 1;
    background-color: #0e121b33;
    display: none;
    position: fixed;
    inset: 4rem 0% 0%;
  }

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

  .feature-card-info-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slide-content-wrapper {
    flex-flow: column;
  }

  .section-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .video-testimonial-wrap {
    max-width: none;
    min-height: 17.5rem;
  }

  .footer-content-top-end {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide-testimonial-info-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .text-size-xlarge {
    font-size: 1rem;
  }

  .text-size-xlarge.text-weight-medium.is-faq-questions {
    white-space: pre-line;
    word-break: normal;
  }

  .footer-content-top {
    flex-flow: column;
  }

  .text-size-medium {
    font-size: .75rem;
  }

  .hero-middle-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }

  .footer-menu-link.text-color-white-opacity-72 {
    font-size: .75rem;
  }

  .button-primary {
    background-image: linear-gradient(#0e121b 27%, #0000), radial-gradient(circle closest-corner at 50% 200%, #6d7a97, #0e121b 76%);
  }

  .button-primary:hover {
    background-image: linear-gradient(#0e121b 40%, #0000), radial-gradient(circle at 50% 600%, #6d7a97 73%, #0e121b);
  }

  .navbar-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .badge {
    align-self: center;
  }

  .slider-tesimonial-container {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-component {
    z-index: 99;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider-right-arrow {
    right: 35%;
  }

  .faq-active-line {
    position: absolute;
    inset: auto 0% -1.25rem;
  }

  .home-features-image {
    min-height: 0;
    max-height: 19.8125rem;
  }

  .form-component.is-contact-us-form {
    padding: 1.25rem;
  }

  .hero-blur-2 {
    background-color: #ffffff03;
    background-image: linear-gradient(270deg, #0000 30%, #6bf4c7 48%, #0000 60%);
  }

  .contact-us-box-wrap {
    padding-bottom: 2.5rem;
  }

  .form-message-success {
    padding-left: 0;
    padding-right: 0;
  }

  .form-field-two-column-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .form-input {
    font-size: .75rem;
  }

  .form-input.is-text-area {
    min-height: 7.0625rem;
  }

  .form-label {
    font-size: .75rem;
  }

  .background-hero-wrap.is-contact-us {
    height: 80%;
  }

  .background-hero-wrap.is-pricing {
    display: none;
  }

  .hero-blur-3 {
    background-color: #ffffff03;
    background-image: linear-gradient(270deg, #0000 30%, #6bf4c7 48%, #0000 60%);
  }

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

  .bakground-pattern-hero {
    object-fit: cover;
  }

  .bakground-pattern-hero.is-home {
    max-height: none;
  }

  .hero-blur.is-pricing {
    background-image: linear-gradient(270deg, #0000, #57c6a2cf 19%, #6bf4c7 48% 77%, #0000);
  }

  .pricing-box-wrapper {
    padding-top: 7rem;
    padding-bottom: 2.5rem;
  }

  .faq-question-2 {
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .tab-link-pricing-2 {
    text-align: center;
    flex: 0 auto;
    width: 100%;
  }

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

  .navbar-menu-2.is-page-height-tablet {
    z-index: 99;
    border-bottom-style: none;
    border-bottom-color: #0000;
    height: 18.75rem;
    min-height: 18.75rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-link-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
  }

  .divider-3.is-secondary {
    width: 100%;
    height: 1px;
  }

  .faq-accordion-2 {
    position: static;
    overflow: visible;
  }

  .navbar-component-2 {
    z-index: 99;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-a054eaed-9d5c-58c3-bebf-58a7f8ad5e0e-f47da95f, #w-node-a054eaed-9d5c-58c3-bebf-58a7f8ad5e2c-f47da95f, #w-node-cc3e006c-1f71-d023-9cb8-7b4474253b7b-74253b78, #w-node-cc3e006c-1f71-d023-9cb8-7b4474253b80-74253b78, #w-node-_4fa63836-4fae-e75f-53d7-88dc56e7e7f0-f47da96b, #w-node-c1e075bb-c37c-4802-b6c4-26e5a15bd25d-c7dfe6a0, #w-node-bb599448-8f28-0bb2-ccea-10c1a5b8721d-c7dfe6a0, #w-node-a1ade6a7-ed09-7ee7-3a4a-77a92a09149a-c7dfe6a0, #w-node-_9a6b37ba-be8a-4b75-d051-5f083f475352-c7dfe6a0, #w-node-_1f3a0211-a5bb-15ea-779d-5775ba650ff2-c7dfe6a0, #w-node-_0e2753eb-f8de-5e55-20fd-dfb2c5e377cc-c7dfe6a0, #w-node-d5de0ec1-7feb-c468-b5a3-754ecc9688ba-c7dfe6a0, #w-node-_2c86a78b-b3ac-3293-4909-f2a57bd97444-c7dfe6a0, #w-node-_24e68ce3-4b1a-7ad1-4f0c-3e675f925a6f-c7dfe6a0, #w-node-_985cde15-5773-5115-824e-315f582e4948-c7dfe6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1e075bb-c37c-4802-b6c4-26e5a15bd25d-c7dfe6a0, #w-node-_9a6b37ba-be8a-4b75-d051-5f083f475352-c7dfe6a0, #w-node-_0e2753eb-f8de-5e55-20fd-dfb2c5e377cc-c7dfe6a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb599448-8f28-0bb2-ccea-10c1a5b8721d-c7dfe6a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a054eaed-9d5c-58c3-bebf-58a7f8ad5e0e-f47da95f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


