:root {
  --gray1: #111;
  --color1: #5968fc;
  --white: #fff;
  --trans: #fff0;
  --gray-3: #333;
  --gray3: #aaa;
  --gray-2: #010101;
}

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

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

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

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

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section {
  background-image: linear-gradient(#000, #fff);
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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: #1a1b1fbf;
}

.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: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.form-block {
  max-width: 50%;
}

.body {
  background-color: var(--gray1);
}

.nav-link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

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

.nav-link-2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button {
  background-color: var(--color1);
  border-radius: 999px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 12px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button:hover {
  background-color: var(--color1);
  background-image: linear-gradient(#808bff, #808bff);
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 64px;
  min-height: 64px;
  display: flex;
}

.section-2 {
  display: block;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.navbar {
  aspect-ratio: auto;
  border-style: solid;
  border-width: 0 0 1.5px;
  border-color: var(--white);
  background-color: var(--trans);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  object-fit: fill;
  background-image: linear-gradient(#fffffff2, #ffffffe6);
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.container-4 {
  width: 1200px;
  max-width: 1300px;
}

.section-3 {
  border-bottom: 1px solid var(--gray-3);
  background-image: linear-gradient(180deg, var(--gray-3), black 80%);
  overflow-wrap: normal;
  padding: 1% 2% 2%;
}

.section-3:hover {
  mix-blend-mode: normal;
}

.heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.paragraph {
  color: var(--gray3);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.container-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-2 {
  color: gray;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  mix-blend-mode: normal;
  object-fit: fill;
  border: 3px solid #333;
  border-radius: 32px;
  width: 90%;
  height: 100%;
  position: relative;
  box-shadow: 0 24px 24px 24px #0003;
}

.section-4 {
  border-bottom: 1px solid var(--gray-3);
  background-color: var(--gray1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0% 2%;
  display: flex;
}

.text-block {
  color: var(--gray3);
  font-size: 24px;
}

.container-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.bold-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.bold-text-2 {
  color: var(--white);
  font-size: 24px;
}

.paragraph-3 {
  color: var(--gray3);
  text-align: center;
  width: 80%;
  height: auto;
  font-size: 16px;
  line-height: 32px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container-8 {
  background-color: var(--gray-3);
  color: var(--gray-3);
  width: 100%;
  max-width: 1200px;
  height: 1px;
}

.link {
  color: var(--color1);
  font-size: 15px;
  text-decoration: none;
}

.link-2 {
  color: var(--color1);
}

.section-5 {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  color: #777;
  text-align: center;
  font-size: 15px;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-size: 16px;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 700;
}

.dropdown-toggle {
  background-color: var(--color1);
  color: var(--white);
  border-radius: 999px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

.dropdown-toggle.w--open {
  background-color: var(--gray-3);
}

.dropdown-list {
  border-radius: 16px;
  margin-top: 4px;
  padding: 4px;
  box-shadow: 0 2px 5px #0003;
}

.downloadlink {
  border-radius: 14px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.downloadlink:hover {
  background-color: var(--color1);
  color: var(--white);
  border-radius: 14px;
}

.dropdown {
  margin-left: 20px;
}

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

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

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

.body-2 {
  background-color: var(--gray1);
}

.hero {
  max-width: 1200px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.bold-text-3 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
}

.left {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  max-height: 100%;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.section-6 {
  border-bottom: 1px solid var(--gray-3);
  background-color: #050505;
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #050505;
  background-color: #050505;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.container-12 {
  text-align: center;
  max-width: 1200px;
}

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

.paragraph-4 {
  color: var(--gray3);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.div-block-3 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.image {
  margin-bottom: 40px;
}

.image-2 {
  border: 0px none var(--color1);
  border-radius: 32px;
}

.columns {
  width: 100%;
  max-width: 1200px;
}

.text-block-5 {
  color: var(--gray3);
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
  display: flex;
}

.container-13 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

  .heading {
    text-align: center;
  }

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

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

  .clients-image-three {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center, .hero-stack, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

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

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

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .gallery-overview, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .heading {
    text-align: center;
    font-size: 32px;
  }

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

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .background-video {
    border-radius: 8px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-3 {
    clear: none;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: block;
    position: static;
  }

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

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left {
    width: 100%;
  }

  .right {
    width: 90%;
  }

  .container-11 {
    flex-flow: column;
  }

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