<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagewrapper {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

.pagewrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagewrapper .content-wrap {
  max-width: 1170px;
  padding: 90px 0;
}

.banner .content-wrap {
  padding-bottom: 0px
}

.act-btn {
  padding: 12px 30px;
}

h1,
h2,
h3 {
  font-family: var(--zf-primary-bold);
}


/*menu overwriiten*/
.zw-product-header {
  background: #000;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a,
#mini-panel-product_menu .product-nav-links .menu&gt;li&gt;a,
#mini-panel-product_menu .product-nav-links li .nolink,
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
  color: #fff;
}

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

/*common*/
.blue-clor {
  color: #4352F6;
}

.bolder-sec {
  font-family: var(--zf-primary-bold);
}

/*common end*/
/*banner*/
.pagewrapper .banner .content-wrap {
  max-width: 1280px;
}

.bnr-Content {
  text-align: center;
  margin: 0 auto;
}

.bnr-Content p {
  max-width: 550px;
  margin: 0 auto 20px;
}

.bnr-img {
  max-width: 1170px;
  margin: 40px auto;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}

.bnr-img {
  padding: 15px;
}

.bnr-img video {
  width: 100%;
}

.bnr-Content h1 span {
  display: block;
  color: #4352F6;

}

/* end-banner*/
/*  application-sec -Start  */
.appl-sec {
  color: #fff;
  background: -o-linear-gradient(left, #7222DB, #375FFE);
  background: -webkit-gradient(linear, left top, right top, from(#375FFE), to(#7222DB));
  background: -o-linear-gradient(left, #375FFE, #7222DB);
  background: linear-gradient(to right, #375FFE, #7222DB);
  border-radius: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.appl-img {
  max-width: 20%;
  padding: 30px 30px 0px 30px;
}

.appl-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.appl-content {
  max-width: 80%;
  padding: 30px 30px 30px 0px;
}

.appl-content p {
  max-width: 600px;
}

.appl-sec.flex-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*  application-sec -end  */
/*  low-code-sec -Start  */

.lowcode-sec {
  color: #fff;
  margin: 0 auto;
}
p.lc-nc-more-cta {
    margin: 50px auto 0;
}
.low-code-img {
  max-width: 38%;
  border-radius: 10px;
  margin-right: 10px;
}

.low-code-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 18px;
}

.low-code-content {
  max-width: 60%;
  border-radius: 10px;
  padding: 40px;
  background-color: #171717;
}

.low-code-content p {
  max-width: 550px;
}

/*  low-code-sec -end  */
/*  build-lowcode-sec start  */
.main-heading {
  max-width: 650px;
  margin: 30px auto 60px;
  text-align: center;
}

.main-heading h2 {
  margin: 20px auto;
}

.build-list {
  width: 33%;
  border: 1px solid #232324;
  padding: 40px 10px 40px 40px;
  position: relative;
}

.build-list svg {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 10%;
  width: 50px;
  height: 50px;
  margin: 0px 20px 20px 0;
}

.build-list h4 {
  padding-left: 70px;
  margin-bottom: 30px;
  position: relative;
}

.build-list h4 span {
  display: block;
}

/*  build-lowcode-sec end  */
/* tick- start  */
.cmp-key-dif .tick-sec {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.cmp-key-dif .tick-sec li {
  position: relative;
  width: 50%;
  padding-left: 20px;
  margin: 10px 0px;
}

.tick-sec {
  position: relative;
}

.tick-sec li {
  padding-left: 30px;
  margin: 10px 0px;
  position: relative;
}

.tick-sec li:before,
.tick-sec li:after {
  content: '';
  position: absolute;
  z-index: 1;
}

.tick-sec li:before {
  left: 4px;
    width: 7px;
    margin-top: 9px;
    border-left: 2px solid #000;
    height: 4px;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1px;
    z-index: 2;
}

.tick-sec li:after {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  top: 0;

}

/* tick- end  */

/* Key difference */
.cmp-key-dif h2 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 15px;
}

.cmp-key-dif h2 span {
  display: block;
}

.tab_drawer_heading {
  display: none;
}

.cmp-key-dif img {
  border-radius: 15px;
}

.tabs.flex-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.tab_container .flex-content {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1070px;
  margin: 0 auto;
  overflow: hidden;

}

.tabs li {
  margin-right: 40px;
  position: relative;
  padding: 0px 0px 15px 0px;
  cursor: pointer;
}

.tabs li:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #4352F6;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tabs li:last-child {
  margin-right: 0px;
}

.tabs li.active {
  color: #4352F6
}

.tabs li.active:before {
  width: 100%;
}

.tab_container .flex-content-two {
  width: 48%;
  margin-top: 50px;
}


.tab_container .flex-content-two:first-child,
.tab_container .flex-content-two:last-child {
  border-radius: 10px;
  padding: 30px 30px 50px;
  position: relative;
  overflow: hidden;
}

.tab-points {
  position: relative;
  padding-left: 20px;
}

.tab-points:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #000;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.tab_container span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--primaryfont-semibold);
}

.flex-content-two {
  position: relative;
}

.lowcod-second-img {
  position: absolute;
  background: url(/sites/zweb/images/creator/low-code-page-sprit.png) no-repeat;
  background-size: 1263px auto;
  width: 175px;
  height: 200px;
  left: 8%;
  top: 35%;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.om-ec-second-img {
  background-position: -1090px -108px;
}

.di-tr-second-img {
  background-position: 0 -363px;
}

.erp-second-img {
  background-position: -175px -352px;
  height: 230px;
  left: 58%;
  top: 14%;
}

.rtt-second-img {
  background-position: -350px -351px;
  height: 225px;
  left: 58%;
  top: 14%;
}


/* End Key difference */
/* -- Benefits-sec start-*/
.benefits-list {
  position: relative;
  width: 30%;
  background-color: #151515;
  border-radius: 10px;
  padding: 40px 10px 40px 40px;
  margin: 10px;
  transition: ease all 5s;
}

.benefits-sec h2 span {
  display: block
}

.benefits svg {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 10%;
  width: 50px;
  height: 50px;
  margin: 10px 20px 20px 0;
}

.benefits-list h4 {
  margin: 10px 0px;
  position: relative;
}

.benefits h4 span {
  display: block;
}

.benefits-box-sec.flex-content {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}


/* -- Benefits-sec end-*/
/*  header-Table-sec -Start  */
.tabl-hdr-sec {
  color: #fff;
  background-color: #151515;
  border-radius: 20px;
  max-width: 750px;
  margin: 60px auto;
  position: relative;
}

.tabl-icon {
  max-width: 20%;
}

.tabl-icon span {
  display: inline-block;
}

.tabl-hdr-sec-content {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px 30px 30px 0px;
}

.tabl-hdr-sec-content p {
  max-width: 600px;
  padding-left: 15%;
}

.tabl-hdr-sec-content svg {
  position: absolute;
  z-index: 1;
  top: 13%;
  left: 5%;
  width: 100px;
  height: 100px;
  margin: 10px 20px 20px 0;
}

/*  header-Table-sec-sec -end  */
/*table-sec */
.table-sec-list {
  width: 100%;
  border: 1px solid #474749;
}

.table-sec-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-sec-list ul li span {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #4352F6;
}

.table-sec-list ul li {
  width: 33.3%;
  padding: 40px;
}

.table-sec-list ul li h4 {
  max-width: 260px;
}

.table-hdr {
  max-width: 300px !important;
}

.table-sec-list ul li:nth-child(3)&gt;h5 {
  color: #4352F6;
}

.table-sec-list ul li:nth-child(3) {
  background-color: #1D1D1F;
}

.table-sec-list ul li:nth-child(1),
.table-sec-list ul li:nth-child(2) {
  border-right: 1px solid #474749;
}

/*table-sec */
/*  switch-low-code-sec -Start  */
.switch-low-code-sec .main-heading {
  max-width: 700px;
  margin: 30px auto 60px;
  text-align: center;
}

.switch-low-code-sec .main-heading h2 {
  max-width: 700px;
}

.switch-low-code-sec .main-heading p {
  max-width: 620px;
  margin: 0 auto;

}

.switch-low-code-sec {
  color: #fff;
  margin: 0 auto;
}

.switch-low-code-sec img {
  border-radius: 15px;
}

.switch-low-content {
  width: 47%;
  border-radius: 10px;
  margin: 10px;
}

.switch-iner-content {
  max-width: 550px;
}

.switch-low-img {
  position: relative;
  width: 47%;
  border-radius: 10px;
  margin: 10px;
  background-color: #171717;
}

.switch-low-img img {
  padding: 20px;
}

.switch-low-sec.flex-content {
  margin: 90px 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-low-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.switch-low-content p,
.switch-low-content h5,
.switch-low-content h3 {
  max-width: 350px;
  margin: 15px auto;
}

.switch-low-content h5 {
  color: #4352F6;
}

.busin-img img {
  max-width: 300px;
  padding: 40px;
  margin: 0 auto;
}

.bi-img img,
.intr-img img {
  padding: 0px;
}

.bi-second-img {
  background-position: -706px -62px;
  width: 190px;
  height: 209px;
  left: 61%;
  top: 8%;
}

.ic-second-img {
  background-position: -897px -92px;
  width: 190px;
  height: 215px;
  left: 61%;
  top: 8%;
}

.ic-second-img,
.bi-second-img {
  -webkit-animation: updown 6s linear infinite;
  animation: updown 6s linear infinite;

}
.switch-low-code-sec .content-wrap:last-child&gt;div{
  margin-bottom: 0px;
}

/*  switch-low-code-sec -end  */
/* Testimonials */
.testimonial-section h2 {
  text-align: center;
  margin-bottom: 35px;
}

.testimonial-slider {
  border: 1px solid #565656;
  border-radius: 10px 100px;
  padding: 80px 100px 60px 100px;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #1d1e20;
}

.slider-column .name {
  font-family: var(--primaryfont-semibold);
  font-size: 24px;
  line-height: 1.8;
  color: #4352F6;
}

.slider-column .country {
  display: block;
}


/* End Testimonails */
/*  started-lowcode-secstart  */
.started-lowcode {
  max-width: 1000px;
  margin: 0 auto;
}

.started-lowcode-sec .main-heading span {
  display: block;
  color: #4352F6;
}

.started-list-one,
.started-list-two {
  position: relative;
  width: 48%;
  min-height: 600px;
  background-color: #1D1D1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0px;
  border-radius: 20px;
}
.started-lowcode.flex-content{
  justify-content: space-between;
}
.started-list-one svg {
  width: 200px;
  padding: 20px;
  margin: 80px auto 0px;
}

.spped-sec-anim {
  position: absolute;
  height: 100px;
  width: 100px;
  display: block;
}

.spped-sec-anim:after {
  position: absolute;
  content: "";
  bottom: 11px;
  left: -68px;
  width: 108px;
  height: 5px;
  background-color: #fff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  transform: rotate(0deg);
  transform-origin: right center;
  transition: all ease 4s;
}

.spped-sec-anim:before {
  position: absolute;
  content: "";
  left: 40%;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  transform: translateX(-40%);
}

.in-view .spped-sec-anim:after {
  transform: rotate(150deg);
}

.started-list-two span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  justify-content: center;
}

.started-list-two span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/sites/zweb/images/creator/background-box.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: -30%;
  left: 5%;
  z-index: 1;
}

.started-list-two span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 6px;
  background-color: #1d1e20;
  border-radius: 100%;
  z-index: 3;
  left: 48%;
  transform: translateX(-37%);
}

.started-list-one h3,
.started-list-two h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  margin-bottom: 30px;
}

.started-list-three {
      max-width: 100%;
  background-color: #1d1d1f;
  border-radius: 20px;
  margin: 20px 0px;
  width: 100%;

}

.import-img,
.import-content {
  width: 50%;
  padding: 50px;
}

.import-content.flex-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.import-content h3 {
  max-width: 300px;
}

.thre-prt-cta {
  text-align: center;
  margin-bottom: 80px;
}

/*  started-lowcode-sec end  */
/*bottom-sec */

.bottom-sec {
  background-color: #1D1D1F;
  color: #fff;
  text-align: center
}

.bottom-sec h2 {
  margin-bottom: 50px;
}

.bottom-box-item {
  width: 100%;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-box-one,
.bottom-box-two,
.bottom-box-three {
  width: 30%;
  margin: 15px;
}

.bottom-box-one iframe {
  border-radius: 10px;
}

.bottom-box-one img,
.bottom-box-two img,
.bottom-box-three img {
  border-radius: 10px;
  min-height: 170px;
  max-height: 170px;
}

.bottom-box-one h5,
.bottom-box-two h5,
.bottom-box-three h5 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

.bottom-slider .slick-prev {
  left: -10%;
}

.bottom-slider .slick-next {
  right: -10%;
}

.bottom-slider .slick-next,
.bottom-slider .slick-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
}

.bottom-slider .slick-next,
.bottom-slider .slick-prev {
  top: 45%
}

.bottom-slider .slick-next:after,
.bottom-slider .slick-next:before,
.bottom-slider .slick-prev:after,
.bottom-slider .slick-prev:before {
  height: 12px;
}

.bottom-slider .slick-prev:before {
  top: 9px;
  left: 17px;
}

.bottom-slider .slick-prev:after {
  bottom: 9px;
  left: 17px;
}

.bottom-slider .slick-next:before {
  top: 9px;
  right: 17px;
}

.bottom-slider .slick-next:after {
  bottom: 9px;
  right: 17px;
}

/*bottom-sec end */
/* cta-sec start */
.cta-sec-part {
  text-align: center;
}

.cta-part {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #464343;
  padding: 60px;
  border-radius: 10px;
}

.block-prt {
  display: block;
}

/* cta-sec end */
.learn-mor-sec {
  display: inline-block;
  border: 1px solid #2c88ff;
  padding: 7px 20px;
  border-radius: 3px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  color: #2c88ff;
  position: relative;
  font-family: var(--primaryfont-semibold);
  margin: 30px 0 15px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  overflow: hidden;
}

/*FAQ*/

.faq h2 {
  text-align: center;
  margin-bottom: 60px;
}

.faq-wrap {
  max-width: 980px;
  margin: auto;
}

.faq-item {
  border-bottom: 1px solid #707070;
}

.faq-item:first-child .faq-ans {
  display: block;
}

.faq-ans {
  display: none;
  padding-bottom: 10px;
  padding-left: 42px;
}

.faq-item h4 {
  margin-bottom: 0;
  font-family: var(--zf-secondary-medium);
  padding: 20px 0px 20px 40px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  color: #fff;
}

.faq-item h4:hover {
  color: #fff;
}

.faq-item h4:before,
.faq-item h4:after {
  content: '';
  position: absolute;
  background: #ea5154;
}

.faq-item:hover h4:before,
.faq-item:hover h4:after {
  background: #555;
}

.faq-item h4:before {
  left: 0px;
  top: 35px;
  height: 2px;
  width: 16px;
}

.faq-item h4:after {
  left: 7px;
  width: 2px;
  top: 28px;
  height: 15px;
}

.faq-item.active h4:after {
  height: 0px;
}
/* other lang style*/
.i18n-de .build-list h4{
  word-break: break-all;
}
.other-lang .testimonial-section{
  display: none;
}
.other-lang .bottom-sec{
  display: none;
}
/* other lang */

/*FAQ - end */

@-webkit-keyframes updown {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes updown {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@media all and (min-width:1200px) {

  .inup1,
  .inup2,
  .inup3,
  .inup4,
  .inup5,
  .inup6 {
      -webkit-transform: translate3d(0px, 40px, 0);
      transform: translate3d(0px, 40px, 0);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
      transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
      -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
      transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
      transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
  }

  .in-view .inup1,
  .in-view .inup2,
  .in-view .inup3,
  .in-view .inup4,
  .in-view .inup5,
  .in-view .inup6 {
      -webkit-transform: translate3d(0px, 0px, 0);
      transform: translate3d(0px, 0px, 0);
  }

  .fadeinup1,
  .fadeinup2,
  .fadeinup3,
  .fadeinup4,
  .fadeinup5,
  .fadeinup6,
  .fadeinup7,
  .fadeinup8,
  .fadeinup9 {
      -webkit-transform: translate3d(0px, 60px, 0);
      transform: translate3d(0px, 60px, 0);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  }

  .fadeindown1 {
      -webkit-transform: translate3d(0px, -60px, 0);
      transform: translate3d(0px, -60px, 0);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      -o-transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
      transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
  }

  .in-view .fadeinup1,
  .in-view .fadeinup2,
  .in-view .fadeinup3,
  .in-view .fadeinup4,
  .in-view .fadeinup5,
  .in-view .fadeinup6,
  .in-view .fadeinup7,
  .in-view .fadeinup8,
  .in-view .fadeinup9,
  .in-view .fadeindown1,
  .in-view .fadeindown2,
  .in-view .fadeindown3,
  .in-view .fadeindown4 {
      -webkit-transform: translate3d(0px, 0px, 0);
      transform: translate3d(0px, 0px, 0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .fadeindown1,
  .fadeinup1,
  .inup1,
  .bnrimg1,
  .bnrimg4 {
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms;
  }

  .fadeindown2,
  .fadeinup2,
  .inup2,
  .bnrimg2,
  .bnrimg5 {
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms;
  }

  .fadeindown3,
  .fadeinup3,
  .inup3,
  .bnrimg3,
  .bnrimg6 {
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms;
  }

  .fadeinup4,
  .inup4 {
      -webkit-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms
  }

  .fadeinup5,
  .inup5 {
      -webkit-transition-delay: 900ms;
      -o-transition-delay: 900ms;
      transition-delay: 900ms
  }

  .fadeinup6,
  .inup6 {
      -webkit-transition-delay: 1100ms;
      -o-transition-delay: 1100ms;
      transition-delay: 1100ms
  }

  .fadeinup7,
  .inup7 {
      -webkit-transition-delay: 1300ms;
      -o-transition-delay: 1300ms;
      transition-delay: 1300ms
  }

  .fadeinup8,
  .inup8 {
      -webkit-transition-delay: 1500ms;
      -o-transition-delay: 1500ms;
      transition-delay: 1500ms
  }

  .fadeinup9,
  .inup9 {
      -webkit-transition-delay: 1700ms;
      -o-transition-delay: 1700ms;
      transition-delay: 1700ms
  }

  .fadeinright1,
  .fadeinright2,
  .fadeinright3 {
      -webkit-transform: translateX(70px);
      -ms-transform: translateX(70px);
      transform: translateX(70px);
      opacity: 0;
      -ms-filter: "alpha(opacity=0)";
      -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
      -o-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
      transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .fadeinright1 {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms;
  }

  .in-view .fadeinright1,
  .in-view .fadeinright2,
  .in-view .fadeinright3 {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      -ms-filter: "alpha(opacity=100)";
  }

  .fadeinleft1,
  .fadeinleft2,
  .fadeinleft3 {
      -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
      transform: translateX(-70px);
      opacity: 0;
      -ms-filter: "alpha(opacity=0)";
      -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
      -o-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
      transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  }

  .fadeinup1,
  .fadeinleft1,
  .inup1,
  .fadeinright1 {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms;
  }

  .in-view .fadeinleft1,
  .in-view .fadeinleft2,
  .in-view .fadeinleft3 {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      -ms-filter: "alpha(opacity=100)";
  }
}


@media all and (min-width:1200px) {

  .i18n-en h1,
  .banner h1 {
      font-size: 50px
  }

  .i18n-en h2,
  .banner h2 {
      font-size: 36px
  }

  .low-code-content h3 {
      font-size: 36px;
  }
}
@media(max-width:1199px){
.build-lowcode-sec .act-btn.cta-btn,.thre-prt-cta{
  margin-top: 30px;
}
}
@media all and (min-width:992px) and (max-width:1199px) {
  .pagewrapper .content-wrap {
      width: 94%;
  }

  .low-code-img img {
      min-height: 600px;
  }

  .low-code-img,
  .low-code-content {
      max-width: 48%;
  }

  .build-list svg {
      top: 10%;
  }

  .cmp-key-dif .tick-sec li {
      width: 100%;
  }
}

@media all and (min-width:991px) {
  .build-lowcode-sec div:nth-child(1) {
      border-radius: 15px 0px 0px 0px;
  }

  .build-lowcode-sec div:nth-child(3) {
      border-radius: 0px 15px 0px 0px;
  }

  .build-lowcode-sec div:nth-child(4) {
      border-radius: 0px 0px 0px 15px;
  }

  .build-lowcode-sec div:nth-child(6) {
      border-radius: 0px 0px 15px 0px;
  }

  .benefits-box-sec div:nth-child(1),
  .benefits-box-sec div:nth-child(3) {
      margin-top: 10%;
  }

  .benefits-box-sec div:nth-child(4) {
      margin-top: -9%;
  }

  .in-view .lowcod-second-img {
      -webkit-animation: updown 6s linear infinite;
      animation: updown 6s linear infinite;
  }
}

@media all and (max-width:991px) {
  .pagewrapper .content-wrap {
      padding: 70px 0;
  }

  .low-code-img img {
      display: none;
  }

  .low-code-content {
      max-width: 100%;
  }

  .build-list {
      width: 46%;
      border-radius: 10px;
      margin: 10px 10px;
  }

  /* Key Differences  */
  .tabs.flex-content {
      display: none;
  }

  .tab_drawer_heading {
      display: block;
      font-size: 18px;
      padding: 15px 40px 15px 15px;
      position: relative;
  }

  .tab_container .flex-content-two {
      margin-top: 10px;
  }

  .tab_drawer_heading.d_active {
      background-color: #151515;
      border-left: 5px solid #4352F6;
      color: #4352F6;
  }

  .tab_drawer_heading span {
      position: absolute;
      right: 30px;
      top: 10px;
      z-index: 1;
  }

  .tab_drawer_heading span:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      left: 0;
      top: 10px;
      -webkit-transition: -webkit-transform ease 0.5s;
      transition: -webkit-transform ease 0.5s;
      -o-transition: transform ease 0.5s;
      transition: transform ease 0.5s;
      transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  }

  .tab_drawer_heading.d_active span:before {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      top: 7px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
  }

  .tab_container {
      margin-top: 50px;
  }

  .tab_container .flex-content-two:last-child {
      margin-bottom: 30px;
  }

  .cmp-key-dif .tick-sec li {
      width: 100%;
  }

  /* End  Key Differences  */
  .benefits-list {
      width: 45%;
      min-height: 400px;
  }

  .table-sec-list ul li {
      width: 100%;
      padding: 20px;
  }

  .table-sec-list ul li span {
      display: block;
  }

  .table-sec-list ul li:nth-child(3)&gt;h5 {
      color: #fff;
  }

  .table-sec-list ul li:nth-child(1) {
      background-color: #151515;
  }

  .hidden-sec {
      display: none;
  }

  .lowcod-second-img {
      left: 10%;
      top: 24%;
  }

  .bi-second-img,
  .ic-second-img {
      left: 45%;
  }

  .erp-second-img,
  .rtt-second-img {
      left: 43%;
  }
/* **** */
.started-list-one svg{
  width: 100px;
  padding: 0px;
  margin: 0px;
}
.started-list-one h3, .import-content h3{
  max-width: 400px;
}
.started-list-two h3{
  order: 2;
}
.started-list-two span::before{
  display: none;
}

.started-list-one, .started-list-two{
  width: 60%;
  min-height: 0px;
}
.import-content.flex-content{
  justify-content: center;
}
.started-list-three{
  max-width: 60%;
}
.import-content {
  order: 2;
}
.import-img{
margin: 0 auto;
  max-width: 300px;
}
/* **** */




}

@media all and (max-width:767px) {
  .pagewrapper .content-wrap {
      padding: 30px 0;
      max-width: 600px;
  }

  .appl-img img {
      display: none;
  }

  .appl-content {
      max-width: 100%;
      padding: 20px;
  }

  .build-list {
      width: 100%;
      border-radius: 10px;
      margin: 10px 0;
  }

  .build-list svg {
      left: 5%;
  }

  /* Key Differences  */
  .tab_container .flex-content-two img,
  .flex-content-two span {
      display: none;
  }

  .tab_container .flex-content-two {
      width: 100%;
      padding: 0px;
  }

  .tab_container .flex-content-two:first-child,
  .tab_container .flex-content-two:last-child {
      padding: 10px 20px;
  }

  .tab_container .flex-content-two:last-child {
      margin-bottom: 0px;
  }

  /* End  Key Differences  */
  .table-sec-list ul li:nth-child(3) {
      background-color: #000;
  }

  .table-sec-list {
      margin: 10px 0px;
  }

  .benefits-list {
      width: 100%;
      padding: 25px;
      min-height: 0px;
  }

  .main-heading {
      margin: 30px auto 30px;
  }

  .table-sec-list ul li {
      padding-bottom: 0px;
  }

  .switch-low-content,
  .switch-low-img {
      width: 100%;
  }

  .switch-low-content p,
  .switch-low-content h5,
  .switch-low-content h3 {
      max-width: 100%;
  }

  .intr-img,
  .busin-img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }

  .bottom-box-one,
  .bottom-box-two,
  .bottom-box-three {
      width: 100%;
      margin: 15px;
  }

  .started-list-one,
  .started-list-two {
      width: 100%;
  }

  .import-img,
  .import-content {
      width: 100%;
  }

.started-list-three{    max-width: 100%;margin:10px 0px;
}

  .tabl-hdr-sec-content p {
      padding-left: 30%;
  }

  .testimonial .slick-prev {
      left: 80%;
  }

  .bottom-box-one h5,
  .bottom-box-two h5,
  .bottom-box-three h5 {
      text-align: center;
  }

  .testimonial-slider {
      padding: 50px 30px 50px 30px;
  }

  .started-list-one,
  .started-list-two {
      min-height: 0px;    margin: 10px 0px;
  }

  .import-img,
  .import-content {
      padding: 30px;
  }

  .started-list-one h3,
  .started-list-two h3 {
      padding: 30px;
  }

  .started-list-two span {
      transform: scale(.8);
  }

  .started-list-two span::before {
      background-position: center;
  }

  .build-list {
      padding: 30px 10px 20px 20px;
  }

  .thre-prt-cta {
      margin: 40px 0px;
  }

  .cta-part {
      padding: 35px;
  }
.build-list h4{max-width: 300px;}

}

@media all and (max-width:400px) {
  .low-code-content {
      padding: 25px;
  }

  .build-list svg {
      left: 10%;
  }

  .tabl-hdr-sec-content {
      max-width: 100%;
  }

  .tabl-hdr-sec-content svg {
      width: 70px;
      height: 70px;
  }

  .tabl-hdr-sec-content {
      padding: 30px 0px 30px 0px;
  }

  .testimonial-slider {
      padding: 30px 20px 30px 20px;
  }

  .main-heading,
  .cmp-key-dif h2 {
      text-align: left;
  }

  .build-list svg {
      margin: 0px 10px 10px 0;
  }

  .build-list h4 {
      padding-left: 80px;
  }

  .act-btn {
      padding: 12px 10px;
  }

  .switch-low-code-sec .main-heading {
      text-align: left;
      margin: 30px auto 30px;
  }

  .testimonial-slider {
      border-radius: 0px;
  }

  .import-img,
  .import-content {
      padding: 20px;
  }

  .started-list-one h3,
  .started-list-two h3 {
      padding: 20px;
  }

  .cta-part {
      padding: 25px;
  }

}</pre></body></html>