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

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

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

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

.navbar-logo-left {
  background-color: #e9e6d5;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Quattrocento, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.text-block {
  font-family: Quattrocento, sans-serif;
}

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

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Quattrocento, sans-serif;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 60%;
  max-width: 100%;
  max-height: 200%;
  margin-right: 0;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

.margin-bottom-24px {
  color: var(--black);
  margin-bottom: 24px;
  margin-right: 40px;
  font-family: Quattrocento, sans-serif;
  line-height: 26px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #282f71;
  padding: 12px 25px;
  font-family: Quattrocento, sans-serif;
  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;
}

.shadow-two {
  min-width: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Quattrocento, sans-serif;
}

.features-metrics {
  background-color: #dcecff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-2 {
  font-family: Quattrocento, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

.margin-bottom-24px-2 {
  word-break: normal;
  margin-bottom: 24px;
  line-height: 26px;
}

.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;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  max-width: 30%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
}

.team-slider {
  background-color: #d5d5f9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 36px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-member-image-two {
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  line-height: 26px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.leadership-container {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Quattrocento, sans-serif;
}

.div-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #e9e6d5;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 200px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  margin: 0;
  padding: 40px 14px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  min-width: 30%;
  margin-bottom: 20px;
  margin-left: 0;
}

.div-block-3 {
  min-width: 41%;
  margin-left: 0;
  padding-left: 0;
}

.image {
  max-width: 100%;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-4 {
  background-color: #006063;
  min-width: 60px;
  min-height: 4px;
  margin-bottom: 0;
  padding-right: 0;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  padding-left: 9px;
}

.articles {
  background-color: #e9e6d5;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.team {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.div-block-6 {
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: #fff;
  border-radius: 0;
  min-width: 200px;
  max-width: 300px;
  max-height: 400px;
  margin-right: 10px;
  padding: 20px;
}

.div-block-8 {
  background-color: #fff;
}

.div-block-9 {
  background-color: var(--white);
}

.footer-dark {
  background-color: #333;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 15px;
  font-family: Quattrocento, sans-serif;
  position: relative;
}

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

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

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

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

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

.footer-link {
  color: #bbb;
  margin-top: 0;
  margin-bottom: 0;
  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: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.footer-divider {
  background-color: #4b4b4b;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #afafaf;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.heading-5 {
  color: var(--white);
  font-family: Quattrocento, sans-serif;
}

.footer-subscribe {
  background-color: #838177;
  border: 0 #000;
  padding: 0;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa00;
  margin-bottom: 0;
  padding: 40px 0;
  font-family: Quattrocento, sans-serif;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.body {
  background-color: #fff;
}

.image-3 {
  min-width: 150px;
  max-width: 200%;
  margin-bottom: 10px;
}

.background-video {
  background-color: #c1ddff9e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  height: auto;
}

.clients-image-three-copy {
  max-width: 70%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.link-block-2 {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.d-31-card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.d-31-card {
  cursor: pointer;
  background-color: #0000;
  width: 300px;
  height: 250px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  position: relative;
  inset: 0;
  overflow: visible;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-31-p {
  color: #fff;
  text-align: center;
  font-family: Quattrocento, sans-serif;
}

.d-31-card-front {
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/image-28.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-31-card-front.second {
  box-shadow: none;
  background-image: url('../images/image-61.png');
  background-position: 50%;
  background-size: cover;
}

.d-31-card-front.third {
  background-image: url('../images/image-31.png');
  background-size: cover;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.d-31-card-wrapper {
  perspective: 1000px;
  min-height: 450px;
  position: static;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-31-h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
}

.browser-top {
  z-index: 999;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-31-icon {
  background-image: url('../images/sydney-opera-house.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 70%;
}

.d-31-icon.space {
  background-image: url('../images/space-needle.svg');
  display: none;
}

.browser-demo {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 0;
  font-family: Quattrocento, sans-serif;
}

.hero-split-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  max-height: 200%;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

.navbar-logo-left-copy {
  background-color: #b4b8bc;
}

.navbar-logo-left-container-copy {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-copy.shadow-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b4b8bc;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.features-metrics-copy, .logos-title-small-copy {
  background-color: #b4b8bc;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.articles-copy {
  background-color: #b4b8bc;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 60px;
  max-width: 40%;
  max-height: 0%;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

.shadow-two-copy {
  min-width: 30px;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.background-video-copy {
  background-color: #e9e6d561;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.features-metrics-copy {
  background-color: #e9e6d5;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.hero-split-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: 100%;
  max-height: 0%;
  margin-left: 0;
  margin-right: 0;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

.hero-split-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  max-width: 30%;
  max-height: 0%;
  margin-left: 140px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

.logos-title-small-copy {
  background-color: #e9e6d5;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.button-primary-2-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #007c80;
  padding: 12px 25px;
  font-family: Quattrocento, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

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

.section-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  background-color: #fff0;
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
  overflow: hidden;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.item {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.code-embed {
  overflow: hidden;
}

.hero-split-banner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  max-width: 100%;
  max-height: 200%;
  margin-right: 20px;
  font-family: Quattrocento, sans-serif;
  display: flex;
}

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

.hero-heading-right-copy {
  background-color: #e9e6d5;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 0 0;
  position: relative;
}

.hero-wrapper-2-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.div-block-team {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #e9e6d5;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  min-height: 420px;
  max-height: 650px;
  margin: 0;
  padding: 40px 14px;
  display: flex;
}

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

.image-5 {
  max-width: 100%;
}

.div-block-2-copy {
  justify-content: center;
  align-items: center;
  min-width: 50%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-copy {
  max-width: 100%;
}

.d-31-card-back-2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.d-31-card-2 {
  cursor: pointer;
  background-color: #0000;
  width: 300px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  position: relative;
  inset: 0;
  overflow: visible;
}

.d-31-p-2 {
  color: #fff;
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 12px;
  line-height: 16px;
}

.d-31-card-front-2 {
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/kalisa-veer-349467-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-31-card-front-2.third {
  background-color: #e9e6d5;
  background-image: none;
  flex-flow: column;
  min-height: 450px;
  font-family: Quattrocento, sans-serif;
}

.d-31-h2-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.section-4 {
  padding-top: 0;
  font-family: Quattrocento, sans-serif;
}

.image-6 {
  min-width: 40px;
  max-width: 20%;
}

.link-block-3 {
  border: 0 #e8e6d5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-7 {
  max-width: 80%;
}

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

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 13% 15% auto auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.popup {
  z-index: 9999;
  opacity: 0;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  background-color: #007c80;
  border-radius: 0;
  height: 50px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.text-red {
  color: #ff0004;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.scrollbar {
  max-height: 600px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.section-5 {
  background-color: #e1decc;
  min-height: 400px;
  display: flex;
}

.form-block {
  background-color: #e9e6d5;
  min-width: 420px;
  max-width: 450px;
  margin-bottom: 0;
  padding: 20px;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.body-2 {
  background-color: #e1decc;
  font-family: Quattrocento, sans-serif;
}

.submit-button {
  letter-spacing: 2px;
  background-color: #007c80;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
}

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

.field-label {
  margin-top: 20px;
}

.heading-7 {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.form {
  display: block;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.success-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #007c80;
  margin-top: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-8 {
  max-width: 70%;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

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

  .features-wrapper {
    justify-content: space-between;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .leadership-container, .container-3 {
    max-width: 728px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .d-31-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    width: auto;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .image-4 {
    margin-right: 0;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: 0;
    padding: 60px 10px;
  }

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

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

  .d-31-card-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }
}

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

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

  .hero-heading-left, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-heading-right, .logos-title-small {
    padding: 60px 15px;
  }

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

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

  .team-slider, .articles {
    padding: 60px 15px;
  }

  .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;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .demo-wrapper {
    margin-top: 100px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .browser-demo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container-copy {
    max-width: 100%;
  }

  .features-metrics-copy, .logos-title-small-copy, .articles-copy, .features-metrics-copy, .logos-title-small-copy, .hero-heading-right-copy {
    padding: 60px 15px;
  }

  .logo, .popup-wrap {
    padding-left: 0;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

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

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

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

  .hero-split {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
  }

  .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;
  }

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

  .centered-subheading {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

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

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team {
    margin-top: 0;
  }

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

  .div-block-7 {
    margin-bottom: 20px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .link-block-2 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-31-card {
    width: 275px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 40px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-31-card-wrapper {
    min-height: 300px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .image-4 {
    margin-top: 0;
    margin-right: 0;
  }

  .browser-demo {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .section-2 {
    padding-top: 40px;
  }

  .navbar-logo-left-container-copy.shadow-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split-copy {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-copy-copy {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-split-banner {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-right-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-team {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .div-block-3-copy {
    padding-left: 0;
  }

  .d-31-card-2 {
    width: 275px;
  }

  .container-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .form-block {
    min-width: 240px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-ea3e11f0-508c-5e2b-96be-429d9c114b8e-9c114b88, #w-node-ea3e11f0-508c-5e2b-96be-429d9c114b95-9c114b88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


