p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #585e75;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.section-banner {
  position: relative;
  width: 100%;
  height: 60vh;
  max-height: 830px;
  min-height: 680px;
  background-image: url('../images/ventures-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner-image {
  width: 100%;
}

.lw-venture-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

._1170-container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

._1170-container.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accent-button {
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #ef3f3e;
  font-size: 16px;
  line-height: 24px;
}

.image {
  max-height: 32px;
}

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

.banner-title {
  width: 100%;
  max-width: 660px;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.second-section {
  padding-top: 140px;
}

.section.last-section {
  padding-bottom: 140px;
}

.section.footer {
  background-color: #f2f4f7;
}

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

.section-title {
  width: 100%;
  max-width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121d45;
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
}

.section-title.full {
  max-width: none;
}

.section-description {
  width: 100%;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #585e75;
}

.section-description.full {
  max-width: none;
}

.services-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-outer-block {
  position: relative;
  min-height: 268px;
}

.services {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 2px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d6e5;
  border-radius: 32px;
  background-color: #fff;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.services.front {
  z-index: 2;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.services.back {
  z-index: 1;
  border-style: none;
  border-color: rgba(210, 214, 229, 0);
  background-color: #585e75;
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.services.back.branding {
  border-style: none;
  background-image: linear-gradient(135deg, #db4e45, #fec2a4);
}

.services.back.development {
  background-image: linear-gradient(135deg, #0d41a7, #7a96fb);
}

.services.back.marketing {
  background-image: linear-gradient(135deg, #2d827d, #49bcb5);
}

.services.back.research {
  background-image: linear-gradient(135deg, #57189b, #af6ff3);
}

.service-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 32px;
}

.service-block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #121d45;
  line-height: 36px;
  font-weight: 400;
}

.service-block-title.back {
  color: #fff;
}

.service-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.service-image {
  max-width: 48px;
}

.service-outer-box {
  padding: 1px;
  border-radius: 32px;
  background-color: #d2d6e5;
}

.service-outer-box:hover {
  background-color: rgba(210, 214, 229, 0);
}

.section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-50 {
  width: 50%;
  padding-right: 16px;
  padding-left: 16px;
}

.col-50.product-col {
  padding-right: 0px;
  padding-left: 0px;
}

.col-50.product-col.product-imagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col-50.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.diagram-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d6e5;
  border-radius: 32px;
}

.diagram-image {
  width: 100%;
  max-width: 700px;
}

.product-slides {
  min-height: auto;
}

.product-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  border-radius: 32px;
}

.product-inner-block.cms {
  background-color: #f0f7ff;
}

.product-inner-block.undiffer {
  background-color: #f2eff7;
}

.product-inner-block.digiqc {
  background-color: #fff1ee;
}

.product-inner-block.mera-office {
  background-color: #edf1f6;
}

.product-slider {
  min-height: 420px;
  margin-bottom: 48px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow {
  display: none;
}

.slide-navigation {
  position: relative;
  margin-top: 24px;
}

.product-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-logo {
  max-height: 40px;
}

.product-logo.undiffer {
  max-height: 30px;
}

.product-detail-block {
  width: 100%;
  margin-top: 40px;
}

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

.product-heading {
  margin-top: 0px;
  color: #121d45;
  line-height: 36px;
  font-weight: 400;
}

.product-images {
  border-radius: 12px 0px 32px;
}

.benefits-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.benefits-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #121d45;
  line-height: 36px;
  font-weight: 400;
}

.benefits-description {
  margin-bottom: 0px;
}

.footer-logo {
  max-height: 32px;
}

.footer-row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-right {
  color: #585e75;
}

.about-image {
  width: 100%;
  max-width: 400px;
}

.banner-description {
  margin-top: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.second-section {
    padding-top: 80px;
  }

  .section.last-section {
    padding-bottom: 80px;
  }

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

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

  .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.product-col.product-imagebox {
    position: relative;
    padding-top: 0px;
    padding-left: 32px;
  }

  .col-50.image-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .diagram-section {
    border-radius: 24px;
  }

  .product-inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
  }

  .product-inner-block.cms {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-inner-block.undiffer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-inner-block.digiqc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-inner-block.mera-office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-slider {
    height: 100%;
    margin-bottom: 0px;
  }

  .product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 32px;
  }

  .product-logo {
    max-height: 30px;
  }

  .product-logo.undiffer {
    max-height: 24px;
  }

  .product-heading {
    font-size: 22px;
    line-height: 34px;
  }

  .product-images {
    position: relative;
    border-bottom-right-radius: 24px;
  }

  .benefits-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .mask {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .banner-title {
    font-size: 32px;
    line-height: 48px;
  }

  .section-title {
    font-size: 26px;
    line-height: 40px;
  }

  .product-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .benefits-title {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-description {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .accent-button {
    font-size: 14px;
    line-height: 22px;
  }

  .col-50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .diagram-section {
    padding: 16px;
  }

  .product-images {
    border-top-left-radius: 8px;
  }

  .footer-row-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link.w--current {
    margin-bottom: 24px;
  }

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

