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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

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

.section-hero {
  height: 110vh;
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  color: #fff;
  background-color: #1a1a1e;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.content-with {
  max-width: 1300px;
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.hero-header-content {
  max-width: 860px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(26, 26, 30, .9);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logotype {
  height: 22px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-variation-settings: "wght"753, "wdth"151, "opsz"15, "slnt"0, "XTRA"603, "GRAD"150, "YTUC"642, "XOPQ"79;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
}

.oni {
  color: #6f7fec;
}

.primary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5262d0;
  border-radius: 4px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.primary-button:active {
  background-color: #313a7a;
}

.header-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: none;
}

.social {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6f7fec;
  background-color: rgba(82, 98, 208, .16);
  border-radius: 4px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social:hover {
  background-color: rgba(82, 98, 208, .32);
}

.social:active {
  background-color: rgba(82, 98, 208, .48);
}

.header-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 24px 0;
  display: flex;
}

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

.footer-t {
  color: #9597a4;
  text-align: left;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  min-width: 320px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-databases {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #16161a;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.database-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.database-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #c7c9d4;
  background-color: #1f1f24;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.bg-blur {
  z-index: -1;
  position: absolute;
  top: 21%;
  bottom: 10%;
  left: 3%;
  right: 3%;
}

.html-embed {
  z-index: 1;
  height: 1px;
  max-width: 100%;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.image {
  align-self: stretch;
}

.image-container {
  border: 1px solid #2a2b31;
  border-bottom-style: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: 1;
  overflow: hidden;
}

.section-dashboard-features {
  flex-direction: row;
  padding-top: 128px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.dashboard-features-content {
  max-width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  overflow: visible;
}

.features-block {
  height: 556px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  flex: 1;
  order: 0;
  align-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.features-title {
  max-width: 700px;
  align-self: stretch;
}

.feature-item {
  height: 517px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #9597a4;
  background-color: #1f1f24;
  border: 1px solid #2a2b31;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.feature-item._2nd-feature-item {
  height: auto;
  min-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  padding-bottom: 40px;
}

.feature-item._3rd-feature-item {
  flex: 1;
  align-self: auto;
}

.feature-text {
  max-width: 600px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-self: center;
}

.caption {
  text-transform: uppercase;
}

.feature-title {
  max-width: 800px;
  color: #fff;
}

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

.feature-image {
  border-radius: 8px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.feature-image.big {
  margin-bottom: -20px;
}

.image-2 {
  align-self: stretch;
}

.image-2._2nd-feature-item {
  width: 570px;
  align-self: center;
}

.html-embed-2 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-showcases {
  flex-direction: row;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.showcases-content {
  max-width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 1;
  align-items: center;
  position: relative;
  overflow: visible;
}

.showcases-title {
  max-width: 840px;
  text-align: center;
  align-self: center;
}

.showcases-images {
  height: 556px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  order: 0;
  align-content: space-around;
  align-self: flex-start;
  display: flex;
  overflow: auto;
}

.showcase-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.tabs-content {
  height: 468px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
  overflow: visible;
}

.showcase-tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #1f1f24;
  border: 1px solid #2a2b31;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 4px;
  display: flex;
}

.tab-item {
  color: #c7c9d4;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.tab-item:hover {
  color: #fff;
  background-color: #16161a;
}

.tab-item:active {
  background-color: #131316;
}

.tab-item.w--current {
  color: #6f7fec;
  background-color: rgba(82, 98, 208, .16);
  border-radius: 12px;
}

.tab-360-customer-view {
  flex: 1;
}

.table-image {
  background-color: #2a2b31;
  border: 1px solid #2a2b31;
  border-radius: 4px;
  flex-direction: column;
  align-self: stretch;
  overflow: hidden;
  box-shadow: 0 0 160px rgba(0, 0, 0, .09), 0 40px 88px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1);
}

.rounded-rect {
  z-index: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._360-cutomer-view-content {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area-2 Area Area-3" 100%
  / minmax(270px, .25fr) minmax(200px, 1fr) minmax(270px, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.left-column {
  max-width: 20%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.left-column._3rd-tab {
  max-width: 20%;
  position: relative;
}

.binding-popover.box-shadow {
  border-radius: 6px;
  overflow: hidden;
}

.right-column {
  max-width: 20%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 16px;
  display: flex;
}

.output-code.box-shadow {
  border-radius: 6px;
  overflow: hidden;
}

.image-3 {
  align-self: stretch;
}

.box-shadow {
  box-shadow: 0 4px 24px rgba(0, 0, 0, .24);
}

.tabs-content-copy1 {
  align-self: stretch;
  display: none;
  overflow: visible;
}

.center-column {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.permission-settings.box-shadow {
  border-radius: 6px;
  overflow: hidden;
}

.system-screener-content {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area-2 Area Area-3" 100%
  / minmax(270px, .25fr) minmax(200px, 1fr) minmax(270px, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: flex;
}

.widget-settings.box-shadow, .screener-binding-popover.box-shadow, .screener-output-code.box-shadow {
  border-radius: 6px;
  overflow: hidden;
}

.tab-system-screener, .tab-admin-tool {
  flex: 1;
}

.filter-widget.box-shadow {
  border-radius: 6px;
  align-self: flex-start;
  overflow: hidden;
}

.color-formatting.box-shadow {
  width: 420px;
  border-radius: 6px;
  overflow: hidden;
}

.api-action-form.box-shadow {
  width: 316px;
  border-radius: 6px;
  overflow: hidden;
}

.section-org-features {
  flex-direction: row;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.org-features-content {
  max-width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  align-items: center;
  overflow: visible;
}

.org-features-header-content {
  max-width: 730px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.org-feature-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.org-features-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.org-feature-span {
  color: #9597a4;
  font-weight: 400;
}

.org-feature-item-illustration {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.org-feature-item-illustration.container-custom-role-illustration {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.org-feature-item-illustration.container-activity-history-illustration {
  padding-right: 0;
}

.features-space-preview {
  max-width: 80%;
}

.org-feature-description {
  z-index: 2;
  font-variation-settings: "wdth"120;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.org-feature-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: left;
  background-color: #1f1f24;
  border: 1px solid #2a2b31;
  border-radius: 24px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-span-3 {
  color: #9597a4;
}

.org-feature-text {
  z-index: 1;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
}

.custom-role-illustration, .activity-history-illustration {
  flex: 1;
}

.image-4 {
  max-width: 80%;
  flex: 1;
}

.image-5 {
  flex: 1;
}

.heading-2.org-feature-header {
  text-align: center;
  align-self: stretch;
}

.footer {
  background-color: #131316;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
}

.footer-contacts {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  align-items: flex-start;
}

.social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  flex: none;
}

.social-link-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #c7c9d4;
  background-color: rgba(149, 151, 164, 0);
  border: 1px solid #2a2b31;
  border-radius: 32px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social-link-button:hover {
  color: #fff;
  background-color: #5262d0;
  border-color: #5262d0;
}

.social-link-button:active {
  background-color: #313a7a;
}

.social-link-button.phone-button {
  display: none;
}

.footer-extra {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.p {
  line-height: 140%;
}

.p.gray {
  color: #54535c;
}

.footer-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.footer-link {
  color: #9597a4;
}

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

.footer-text {
  color: #9597a4;
  text-align: left;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.org-features-description {
  color: #9597a4;
  text-align: center;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 140%;
}

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

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

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

.showcase-screenshot {
  width: 100%;
}

.body-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-direction: column;
  margin-top: 220px;
  display: flex;
}

.image-6, .image-7 {
  align-self: stretch;
}

.description {
  color: #9597a4;
  text-align: left;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 140%;
}

.highlighted {
  opacity: 1;
  color: #6f7fec;
  text-shadow: none;
}

.dashboard-features-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.dashboard-feature {
  min-width: 220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-icon {
  width: 32px;
  height: 32px;
  background-color: rgba(82, 98, 208, .16);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-container {
  width: 16px;
  height: 16px;
  justify-content: flex-start;
  align-items: center;
}

.feature-description {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-self: center;
  display: flex;
}

.dashboard-feature-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
}

.dashboard-badge {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(167, 255, 153, .2);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 39px;
  padding: 12px 16px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 14%;
  right: auto;
}

.dashboard-badge.violet {
  background-color: rgba(209, 105, 234, .2);
  top: 10%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.dashboard-badge.table-widget {
  background-color: rgba(173, 184, 255, .2);
  top: 44%;
  left: 10%;
}

.dashboard-badge.card-widget {
  background-color: rgba(255, 143, 150, .2);
  top: auto;
  bottom: 10%;
  left: auto;
  right: 19%;
}

.dashboard-badge.filter-widget {
  background-color: rgba(154, 222, 244, .2);
  top: auto;
  bottom: 10%;
  left: 15%;
  right: auto;
}

.dashboard-badge.forms {
  background-color: rgba(209, 105, 234, .2);
  top: 10%;
  bottom: auto;
  left: auto;
  right: 21%;
}

.dashboard-badge.actions {
  background-color: rgba(255, 225, 115, .2);
  top: auto;
  bottom: 44%;
  left: auto;
  right: 17%;
}

.text-block {
  color: #50faaa;
}

.badge-text {
  color: #50faaa;
  font-weight: 500;
}

.badge-text.violet {
  color: #d169ea;
}

.badge-text.table-widget {
  color: #adb8ff;
}

.badge-text.forms {
  color: #ffe173;
}

.badge-text.filter-widget {
  color: #9adef4;
}

.badge-text.card-widget {
  color: #ff8f96;
}

.badge-text.actions {
  color: #d169ea;
}

.dashboard-illustration {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.dashboard-illustration._2nd-feature-item {
  width: 570px;
  align-self: center;
}

.text-block-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .feature-text {
    align-items: center;
  }

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

  .tabs-content {
    height: 350px;
  }

  .table-image {
    align-self: stretch;
    display: flex;
  }

  .left-column, .left-column._3rd-tab {
    display: none;
  }

  .center-column {
    min-width: 400px;
  }

  .org-feature-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .org-features-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .features-space-preview {
    max-width: 70%;
  }

  .org-feature-description {
    font-size: 24px;
  }

  .footer-contacts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dashboard-features-block {
    flex-wrap: wrap;
  }

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

  .dashboard-badge {
    left: 18%;
  }

  .dashboard-badge.table-widget {
    left: 16%;
  }

  .dashboard-badge.filter-widget {
    left: 19%;
  }

  .dashboard-badge.forms, .dashboard-badge.actions {
    right: 22%;
  }

  .dashboard-illustration {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    max-height: 800px;
  }

  .logotype {
    height: 20px;
  }

  .footer-t {
    max-width: 640px;
    align-self: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .features-block {
    align-self: stretch;
  }

  .feature-item {
    height: auto;
    flex: 0 auto;
  }

  .feature-item._2nd-feature-item {
    min-width: 480px;
  }

  .feature-image {
    flex: 0 auto;
  }

  .image-2._2nd-feature-item, .html-embed-2 {
    align-self: stretch;
  }

  .right-column {
    display: none;
  }

  .org-features-header-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .footer-contacts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-text {
    max-width: 640px;
    align-self: stretch;
  }

  .org-features-description {
    max-width: 640px;
    align-self: stretch;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 16px;
  }

  .description {
    max-width: 640px;
    text-align: center;
    align-self: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .dashboard-features-block {
    flex-wrap: wrap;
  }

  .dashboard-feature {
    min-width: 220px;
  }

  .dashboard-badge {
    display: none;
    left: 0%;
  }

  .dashboard-badge.table-widget {
    top: 42%;
    left: 0%;
  }

  .dashboard-badge.card-widget {
    right: 0%;
  }

  .dashboard-badge.filter-widget {
    left: 0%;
  }

  .dashboard-badge.forms {
    right: 0%;
  }

  .dashboard-badge.actions {
    bottom: 42%;
    right: 0%;
  }

  .dashboard-illustration._2nd-feature-item {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: auto;
    max-height: 105vh;
  }

  .content-with {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-with.databases {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-header-content {
    margin-top: 10vh;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 120%;
  }

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

  .hero-image {
    min-width: 0;
  }

  .database-list {
    height: 44px;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
  }

  .database-list-item {
    flex: none;
  }

  .database-item-title {
    font-size: 14px;
  }

  .bg-blur {
    top: 45%;
  }

  .hero-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    overflow: hidden;
  }

  .image-container {
    border-radius: 4px;
    overflow: hidden;
  }

  .section-dashboard-features {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .dashboard-features-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .features-block {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .feature-item {
    width: auto;
    height: 370px;
    min-width: 0;
    border-radius: 16px;
    flex: 0 auto;
    align-self: stretch;
    padding: 16px;
  }

  .feature-item._2nd-feature-item {
    width: 100%;
    min-width: 0;
    flex: 0 auto;
  }

  .feature-item._3rd-feature-item {
    width: auto;
    min-width: 0;
    flex: 0 auto;
    align-self: stretch;
  }

  .feature-text {
    order: -1;
  }

  .caption {
    font-size: 12px;
    line-height: 16px;
  }

  .feature-title {
    font-size: 20px;
    line-height: 130%;
  }

  .feature-image {
    flex: 0 auto;
  }

  .section-showcases {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .showcases-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .showcase-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tabs-content {
    height: 260px;
  }

  .showcase-tabs-menu {
    flex-direction: column;
    align-self: stretch;
  }

  .table-image {
    align-self: stretch;
  }

  .rounded-rect {
    top: auto;
    bottom: -20%;
    left: 0%;
    right: 0%;
  }

  .right-column {
    display: none;
  }

  .center-column {
    min-width: 0;
  }

  .section-org-features {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .org-features-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .analytics-list-item-fee-illustraion-phone {
    margin-bottom: 0;
  }

  .org-feature-item-illustration {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-space-preview {
    max-width: 80%;
  }

  .org-feature-description {
    font-size: 20px;
  }

  .org-feature-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 16px;
  }

  .org-feature-text {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 130%;
  }

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

  .footer-contacts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .social-links {
    flex-direction: column;
    align-self: stretch;
  }

  .social-link-button {
    align-self: stretch;
  }

  .footer-extra {
    flex-direction: column;
  }

  .footer-text {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .showcase-tab-img {
    width: 100%;
  }

  .org-features-description {
    text-align: center;
  }

  .description {
    text-align: center;
    font-size: 16px;
  }

  .dashboard-feature-heading {
    font-size: 16px;
    line-height: 20px;
  }

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

#w-node-_9df6523f-33cc-4588-7cae-0fec83de4aa1-5b4f9041, #w-node-_3562ec80-b28b-1d05-48d6-bbe13c3cd316-3c3cd310, #w-node-_73e8ead0-fb97-6199-f99f-e0ae9f016105-9f016101, #w-node-_5fac500a-6ba3-30dd-5ed0-5c081a3256c0-1a3256bc {
  grid-area: Area;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}