:root {
  --link-color: #0478ff;
  --primary-color: #21294a;
  --timeline-border: #bccbdd;
  --border-radius: 12px;
  --secondary-bg: #f8faff;
  --sprite: url(//cdn.zoho.com.cn/sites/zweb/images/flow/home/icon-sprite.svg);
  --animate-type: cubic-bezier(0.11, 0.16, 0.43, 0.86);
  --hue: 223;
  --bg: hsl(var(--hue), 10%, 100%);
  --fg: hsl(var(--hue), 10%, 0%);
  --primary: hsl(var(--hue), 90%, 55%);
  --primaryT: hsla(var(--hue), 90%, 55%, 0);
  --transDur: 0.3s;
  font-size: calc(16px + 16 * (100vw - 320px) / 960);
}

.signup-box input[type="text"],
.signup-box input[type="password"],
.signup-box .za-state-container .za-globalstate-signup {
  border: 1.5px solid #e4e8ed;
  border-radius: 4px;
}

.signup-box .sgnbtn input[type="submit"],
.signup-box .sgnbtn input[type="button"] {
  border-radius: 2px;
}

.signup-box #countryCodeDiv {
  border-radius: 4px 0 0 4px;
}

.zw-product-header {
  background-color: var(--secondary-bg);
}

.content-wrap {
  max-width: 1280px;
}

.zwc-font-black {
  font-family: var(--zf-secondary-black);
}

.zwc-svg-line-start {
  border: 2px solid #404a57;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 164px;
}

.zwc-svg-line-end {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #404a57;
  display: inline-block;
  position: absolute;
  top: 182px;
  left: 24px;
  opacity: 0;
  transition: 0.3s all linear 2s;
}

.zwc-flow-link {
  color: var(--link-color);
  position: relative;
  padding-right: 30px;
  font-family: var(--primaryfont-semibold);
  font-size: 13px;
  text-transform: uppercase;
}

.zwc-flow-link:after {
  content: "";
  position: absolute;
  background: url(//cdn.zoho.com.cn/sites/zweb/images/flow/home/arrow.svg);
  width: 10px;
  height: 10px;
  background-size: 10px;
  top: 2px;
  right: 14px;
  transition: 0.3s all linear;
}

.zwc-flow-link:hover::after {
  right: 8px;
}

p {
  font-size: 19px;
  color: #495567;
}

h2,
h4,
.signup-box h3,
.act-btn,
.zwc-font-bold {
  font-family: var(--primaryfont-bold);
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 24px;
}

.signup-box {
  background: #fff;
  padding: 40px 40px 0;
  border: 1px solid rgba(228, 232, 237, 0.9019607843);
  border-radius: 5px;
  max-width: 410px;
  box-shadow: 20px 20px 82px rgba(41, 55, 77, 0.1294117647);
  min-height: 540px;
}

.signup-box h3 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}

.zwc-banner-flex {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
}

.zwc-banner-flex .zwc-banner-flex-left {
  position: relative;
  width: 50%;
}

.zwc-banner-flex .zwc-banner-flex-left .act-btn {
  display: none;
}

.zwc-banner-flex .zwc-banner-flex-right {
  width: 50%;
}

.umain .zwc-banner-flex .zwc-banner-flex-left {
  width: 100%;
  text-align: center;
}

.zwc-learnmore-cta {
  color: var(--link-color);
  font-family: var(--primaryfont-semibold);
  font-size: 13px;
}

.zwc-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.zwc-flex-align-center {
  align-items: center;
}

.zwc-flex-space-between {
  justify-content: space-between;
}

.zwc-div-10 {
  width: 10%;
}

.zwc-div-11 {
  width: 11%;
}

.zwc-div-12 {
  width: 12%;
}

.zwc-div-13 {
  width: 13%;
}

.zwc-div-14 {
  width: 14%;
}

.zwc-div-15 {
  width: 15%;
}

.zwc-div-16 {
  width: 16%;
}

.zwc-div-17 {
  width: 17%;
}

.zwc-div-18 {
  width: 18%;
}

.zwc-div-19 {
  width: 19%;
}

.zwc-div-20 {
  width: 20%;
}

.zwc-div-21 {
  width: 21%;
}

.zwc-div-22 {
  width: 22%;
}

.zwc-div-23 {
  width: 23%;
}

.zwc-div-24 {
  width: 24%;
}

.zwc-div-25 {
  width: 25%;
}

.zwc-div-26 {
  width: 26%;
}

.zwc-div-27 {
  width: 27%;
}

.zwc-div-28 {
  width: 28%;
}

.zwc-div-29 {
  width: 29%;
}

.zwc-div-30 {
  width: 30%;
}

.zwc-div-31 {
  width: 31%;
}

.zwc-div-32 {
  width: 32%;
}

.zwc-div-33 {
  width: 33%;
}

.zwc-div-34 {
  width: 34%;
}

.zwc-div-35 {
  width: 35%;
}

.zwc-div-36 {
  width: 36%;
}

.zwc-div-37 {
  width: 37%;
}

.zwc-div-38 {
  width: 38%;
}

.zwc-div-39 {
  width: 39%;
}

.zwc-div-40 {
  width: 40%;
}

.zwc-div-41 {
  width: 41%;
}

.zwc-div-42 {
  width: 42%;
}

.zwc-div-43 {
  width: 43%;
}

.zwc-div-44 {
  width: 44%;
}

.zwc-div-45 {
  width: 45%;
}

.zwc-div-46 {
  width: 46%;
}

.zwc-div-47 {
  width: 47%;
}

.zwc-div-48 {
  width: 48%;
}

.zwc-div-49 {
  width: 49%;
}

.zwc-div-50 {
  width: 50%;
}

.zwc-div-51 {
  width: 51%;
}

.zwc-div-52 {
  width: 52%;
}

.zwc-div-53 {
  width: 53%;
}

.zwc-div-54 {
  width: 54%;
}

.zwc-div-55 {
  width: 55%;
}

.zwc-div-56 {
  width: 56%;
}

.zwc-div-57 {
  width: 57%;
}

.zwc-div-58 {
  width: 58%;
}

.zwc-div-59 {
  width: 59%;
}

.zwc-div-60 {
  width: 60%;
}

.zwc-div-61 {
  width: 61%;
}

.zwc-div-62 {
  width: 62%;
}

.zwc-div-63 {
  width: 63%;
}

.zwc-div-64 {
  width: 64%;
}

.zwc-div-65 {
  width: 65%;
}

.zwc-div-66 {
  width: 66%;
}

.zwc-div-67 {
  width: 67%;
}

.zwc-div-68 {
  width: 68%;
}

.zwc-div-69 {
  width: 69%;
}

.zwc-div-70 {
  width: 70%;
}

.zwc-div-71 {
  width: 71%;
}

.zwc-div-72 {
  width: 72%;
}

.zwc-div-73 {
  width: 73%;
}

.zwc-div-74 {
  width: 74%;
}

.zwc-div-75 {
  width: 75%;
}

.zwc-div-76 {
  width: 76%;
}

.zwc-div-77 {
  width: 77%;
}

.zwc-div-78 {
  width: 78%;
}

.zwc-div-79 {
  width: 79%;
}

.zwc-div-80 {
  width: 80%;
}

.zwc-div-81 {
  width: 81%;
}

.zwc-div-82 {
  width: 82%;
}

.zwc-div-83 {
  width: 83%;
}

.zwc-div-84 {
  width: 84%;
}

.zwc-div-85 {
  width: 85%;
}

.zwc-div-86 {
  width: 86%;
}

.zwc-div-87 {
  width: 87%;
}

.zwc-div-88 {
  width: 88%;
}

.zwc-div-89 {
  width: 89%;
}

.zwc-div-90 {
  width: 90%;
}

.zwc-div-91 {
  width: 91%;
}

.zwc-div-92 {
  width: 92%;
}

.zwc-div-93 {
  width: 93%;
}

.zwc-div-94 {
  width: 94%;
}

.zwc-div-95 {
  width: 95%;
}

.zwc-div-96 {
  width: 96%;
}

.zwc-div-97 {
  width: 97%;
}

.zwc-div-98 {
  width: 98%;
}

.zwc-div-99 {
  width: 99%;
}

.zwc-div-100 {
  width: 100%;
}

.act-btn {
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 15px;
}

h1 {
  font-size: 66px;
  color: var(--primary-color);
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.1;
}

h1 span {
  display: block;
  color: #fedc32;
}

.zwc-heading-icon {
  position: relative;
}

.zwc-title-elem {
  background: var(--sprite) no-repeat;
  display: inline-block;
  width: 56px;
  height: 65px;
  background-size: 800px;
}

.zwc-title-elem.zwc-title-elem-1 {
  background-position: -9px 6px;
}

.zwc-title-elem.zwc-title-elem-2 {
  background-position: -69px 2px;
}

.zwc-title-elem.zwc-title-elem-3 {
  background-position: -123px -3px;
  width: 55px;
}

.zwc-title-elem.zwc-title-elem-4 {
  background-position: -178px 4px;
  width: 58px;
  height: 70px;
}

.zwc-header-section {
  background-color: var(--secondary-bg);
  padding: 100px 0 0;
  display: block;
  width: 100%;
  text-align: center;
}

.zwc-header-section p {
  max-width: 650px;
  margin: 20px auto 40px;
}

.zwc-header-section .zwc-banner-image-wrap {
  margin: 180px auto 0;
  position: relative;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-image-top {
  position: absolute;
  top: 0;
  width: 31%;
  right: 0;
  top: 30px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-image-top h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 8px;
  color: #fff;
}

.zwc-header-section .zwc-banner-image-wrap .theme {
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 30px;
  top: 0;
}

.zwc-header-section .zwc-banner-image-wrap .theme .on,
.zwc-header-section .zwc-banner-image-wrap .theme .off {
  position: absolute;
  color: #fff;
  top: 8px;
  z-index: 9;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--primaryfont-semibold);
  opacity: 1;
}

.zwc-header-section .zwc-banner-image-wrap .theme .on {
  opacity: 0;
  left: 14px;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle {
  z-index: 1;
}

.zwc-header-section .zwc-banner-image-wrap .theme__label,
.zwc-header-section .zwc-banner-image-wrap .theme__toggle,
.zwc-header-section .zwc-banner-image-wrap .theme__toggle-wrap {
  position: relative;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle,
.zwc-header-section .zwc-banner-image-wrap .theme__toggle:before {
  display: block;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle {
  background-color: #c7c7c7;
  border-radius: 25%/50%;
  box-shadow: 0 0 0 0.125em var(--primaryT);
  padding: 0.25em;
  width: 60px;
  height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color var(--transDur) ease-in-out,
    box-shadow 0.15s ease-in-out, transform var(--transDur) ease-in-out;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  width: 20px;
  height: 20px;
  transition: background-color var(--transDur) ease-in-out,
    transform var(--transDur) ease-in-out;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:focus {
  box-shadow: 0 0 0 0.125em var(--primary);
  outline: transparent;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:checked {
  background-color: #0b9b80;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:checked:before {
  transform: translateX(33px);
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:checked~.off {
  opacity: 0;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:checked~.on {
  opacity: 1;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle:checked:before {
  background-color: #fff;
}

.zwc-header-section .zwc-banner-image-wrap .theme__toggle-wrap {
  margin: 0 0.75em;
}

@supports selector(:focus-visible) {
  .zwc-header-section .zwc-banner-image-wrap .theme__toggle:focus {
    box-shadow: 0 0 0 0.125em var(--primaryT);
  }

  .zwc-header-section .zwc-banner-image-wrap .theme__toggle:focus-visible {
    box-shadow: 0 0 0 0.125em var(--primary);
  }
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-elem--6 {
  max-width: 350px;
  top: 28%;
  left: -22%;
  transform: translateX(-150px);
  opacity: 0;
  transition: 0 all ease-in-out 0.5s;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-elem--7 {
  max-width: 400px;
  top: 20%;
  right: -16%;
  transform: translateX(150px);
  opacity: 0;
  transition: 0 all ease-in-out 0.5s;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap {
  position: absolute;
  width: 100%;
  top: 15%;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
  left: 0;
  right: 0;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem {
  position: absolute;
  color: #000;
  top: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  display: flex;
  padding: 20px 20px 20px 20px;
  border-left: 0;
  background: #fff;
  align-items: center;
  width: 250px;
  opacity: 0;
  transform: translate3d(-60px, -30px, 0);
  transition: 0.5s all var(--animate-type);
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zwc-banner-ico {
  width: 25px;
  display: flex;
  position: relative;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zwc-banner-ico:after {
  content: "";
  position: absolute;
  right: -11px;
  width: 1px;
  height: 100%;
  background-color: #c6c5c5;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--1 {
  top: 3%;
  left: 12%;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--2 {
  top: 21.8%;
  left: 12%;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--2 .zwc-banner-anim-arrow {
  height: 0;
  bottom: -44px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3 {
  top: 39%;
  left: 12%;
  border-radius: 3px 3px 0 0;
  border: 1px solid #e4e4e4;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3:before {
  display: none;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a {
  border-radius: 0 0 3px 3px;
  top: 100%;
  left: -1px;
  border: 1px solid #e4e4e4;
  padding: 20px 10px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a:before {
  display: none;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a .zc-banner-elem-content {
  border: 1px dashed #ccc;
  padding: 10px 10px 10px 20px;
  width: 100%;
  margin-left: 0;
  border-radius: 7px;
  text-align: left;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a .zwc-banner-anim-arrow {
  position: absolute;
  height: 1px;
  background: #5b6677;
  width: 0;
  left: 97%;
  margin: 0;
  top: 49%;
  bottom: auto;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a .zwc-banner-anim-arrow:after {
  position: absolute;
  content: "";
  bottom: -4px;
  right: -6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #404a57;
  border-right: 0 solid transparent;
  left: auto;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a .zwc-banner-anim-arrow:before {
  left: -5.3px;
  top: -3px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--4 {
  top: 50%;
  left: 58%;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--4 .zwc-banner-anim-arrow {
  height: 0;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--5 {
  top: 68%;
  left: 58%;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zwc-banner-anim-arrow {
  position: absolute;
  top: 106%;
  height: 50px;
  height: 0;
  background: #5b6677;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s all var(--animate-type);
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zwc-banner-anim-arrow:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #5b6677;
  border-radius: 16px;
  z-index: 1;
  left: -5.3px;
  top: -3px;
  left: -3.3px;
  top: -7px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zwc-banner-anim-arrow:after {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  border-top: 6px solid #5b6677;
  left: -4.3px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zc-banner-elem-content {
  margin-left: 20px;
  font-size: 15px;
}

.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #19a156;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-elem--6 {
  opacity: 1;
  transform: translateX(0);
  transition: 1s all ease-in-out 4.5s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-elem--7 {
  opacity: 1;
  transform: translateX(0);
  transition: 1s all ease-in-out 6s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem .zwc-banner-anim-arrow {
  opacity: 1;
  transition-delay: 0.5s;
  height: 60px;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--2 {
  transition-delay: 1s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--2 .zwc-banner-anim-arrow {
  transition-delay: 1.5s;
  height: 45px;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--2:before {
  background: #1d4d9b;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3 {
  transition-delay: 2s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3 .zwc-banner-anim-arrow {
  height: 1px;
  width: 115px;
  transition-delay: 2.5s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--4 {
  transition-delay: 3s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--4 .zwc-banner-anim-arrow {
  transition-delay: 3.5s;
  height: 45px;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--4:before {
  background: #e7860a;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--5 {
  transition-delay: 4s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--5 .zwc-banner-anim-arrow {
  transition-delay: 3.5s;
}

.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--5:before {
  background: #e11d28;
}

.zwc-header-section .zwc-banner-image {
  position: relative;
  max-width: 1100px;
  margin: 90px auto 0;
  position: relative;
  transform: translateY(150px);
  transition: 0.5s all var(--animate-type);
}

.zwc-header-section .zwc-banner-image.zwe-op {
  transform: translateY(0);
}

.zwc-header-section .zwc-banner-image.zwe-op .zwc-banner-elem--6 {
  transform: translateX(0);
  opacity: 1;
}

.zwc-header-section .zwc-banner-image.zwe-op .zwc-banner-elem--7 {
  transform: translateX(0);
  opacity: 1;
}

.zwc-header-section .zwc-banner-image span.zwc-banner-elem.zwc-banner-elem--3 {
  width: 150px;
  margin: auto;
  right: 23%;
  top: -70px;
}

.zwc-header-section span.zwc-banner-elem {
  position: absolute;
  right: 0;
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--1 {
  left: -11%;
  right: auto;
  width: 145px;
  bottom: -50%;
  transform: scale(0);
  transition: 0.5s all var(--animate-type);
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--1.zwe-op {
  transform: scale(1);
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--2 {
  width: 160px;
  top: -43%;
  right: -14%;
  transform: scale(0);
  transition: 0.5s all var(--animate-type);
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--2.zwe-op {
  transform: scale(1);
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
  left: 65%;
  right: auto;
  width: 200px;
  bottom: -38%;
  transform: translateY(-40px);
  opacity: 0;
  transition: all 600ms var(--animate-type) 0.5s;
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5.zwe-op {
  transform: translateY(0);
  opacity: 1;
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
  width: 205px;
  left: -6%;
  top: -40%;
  transform: translateY(40px);
  opacity: 0;
  transition: all 600ms var(--animate-type) 0.5s;
}

.zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4.zwe-op {
  transform: translateY(0);
  opacity: 1;
}

.umain .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
  top: -10%;
  left: -20px;
}

.umain .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--2 {
  width: 160px;
  top: -13%;
  right: 6%;
}

.umain .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--1 {
  left: -1%;
  bottom: -30%;
}

.umain .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
  left: 85%;
  bottom: -8%;
}

.zwc-flow-trustedbrand-wrapper {
  background: #f8faff;
}

.zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner {
  background: #fff;
  padding: 70px;
  border: 1px solid #e1e5ef;
  border-radius: 12px;
  position: relative;
  bottom: -200px;
  margin-bottom: -50px;
  z-index: 9;
  transition: all 600ms var(--animate-type);
}

.zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner.zwe-op {
  bottom: -100px;
  top: auto;
}

.zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner h4 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
  font-family: var(--zf-secondary-medium);
  color: #000;
}

.zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner ul li {
  font-size: 0;
  max-width: 120px;
}

.zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner ul li img {
  max-height: 80px;
  max-width: 100%;
  width: 100%;
}

.zwc-flow-app-connect-wrapper {
  background: #0d1229;
  background-position: 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-bg {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/flow/home/apps.png);
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  height: 380px;
  width: 100%;
  background-size: 3000px;
  opacity: 0;
}

@keyframes zf-slideshow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap {
  position: absolute;
  bottom: 0;
  height: 410px;
  width: 100%;
  z-index: 9;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap.zwe-ob {
  animation: 60s linear infinite normal zf-slideshow;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap:hover {
  animation-play-state: paused;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner {
  margin: 0 auto;
  position: absolute;
  width: 1870px;
  height: 100%;
  display: flex;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner+.zwc-flow-app-section-inner {
  left: 1870px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span {
  position: absolute;
  cursor: pointer;
  border: 2px solid #20253e;
  transition: 0.7s all ease-out;
  background: #0f142c;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zactive {
  border: 2px solid #0478ff;
  transition: 0.7s all ease;
  transform: scale(1.1);
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.7s all ease;
  cursor: pointer;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span:hover a {
  transform: rotateY(360deg);
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span:hover {
  border: 2px solid #0478ff;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span:hover .zwc-tooltip {
  visibility: visible;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span .zwc-tooltip {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: -12px;
  right: 0;
  margin: auto;
  top: -50px;
  width: 120px;
  font-size: 12px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span .zwc-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists-type--1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists-type--2 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists-type--3 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--2 {
  left: 130px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--3 {
  left: 390px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--4 {
  left: 20px;
  top: 120px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--5 {
  left: 270px;
  top: 120px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--6 {
  top: 250px;
  left: 20px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--7 {
  top: 250px;
  left: 140px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--8 {
  top: 250px;
  left: 270px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--9 {
  left: 510px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--10 {
  left: 630px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--11 {
  left: 510px;
  top: 120px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--12 {
  left: 760px;
  top: 120px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--13 {
  left: 510px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--14 {
  left: 635px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--15 {
  left: 760px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--16 {
  left: 880px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--17 {
  left: 1000px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--18 {
  left: 1130px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--19 {
  left: 880px;
  top: 120px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--20 {
  left: 880px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--21 {
  left: 1260px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--22 {
  left: 1010px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--23 {
  left: 1130px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--24 {
  left: 1260px;
  top: 130px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--25 {
  left: 1385px;
  top: 130px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--26 {
  left: 1510px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--27 {
  left: 1630px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--28 {
  left: 1510px;
  top: 130px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--29 {
  left: 1755px;
  top: 130px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--30 {
  left: 1510px;
  top: 260px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--31 {
  left: 1630px;
  top: 250px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span img {
  max-height: 35px;
  max-width: 40px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap.zwe-op span.zwc-app-lists-type--2 {
  width: 225px;
  height: 100px;
  border-radius: 50px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap.zwe-op span.zwc-app-lists-type--3 {
  width: 100px;
  height: 225px;
  border-radius: 50px;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-connect-inner {
  padding: 50px 100px 500px 100px;
  text-align: center;
}

.zwc-flow-app-connect-wrapper h2 {
  font-size: 56px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.2;
}

.zwc-flow-app-connect-wrapper p {
  color: #868d98;
}

.zwc-flow-app-connect-wrapper a {
  color: var(--link-color);
  font-family: var(--primaryfont-semibold);
  font-size: 13px;
}

.zwc-flow-app-connect-wrapper a svg {
  margin-left: 5px;
}

.zwc-flow-feature-section-wrapper {
  background-color: var(--secondary-bg);
}

.zwc-flow-feature-section-wrapper .content-wrap {
  padding: 124px 0;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line svg {
  position: absolute;
  width: 200px;
  height: auto;
  top: 19px;
  left: -30px;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line .zwc-svg-line-start {
  border: 2px solid #404a57;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 164px;
  opacity: 0;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line .zwc-svg-line-end {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #404a57;
  display: inline-block;
  position: absolute;
  top: 182px;
  left: 24px;
  opacity: 0;
  transition: 0.3s all linear 2s;
}

.zwc-flow-feature-section-wrapper #maskPath {
  opacity: 0;
}

.zwc-flow-feature-section-wrapper .zwe-op .zwc-svg-line-start {
  opacity: 1;
}

.zwc-flow-feature-section-wrapper .zwe-op #maskPath {
  opacity: 1;
  stroke-dasharray: 875;
  animation: yoyo 2s forwards;
}

.zwc-flow-feature-section-wrapper .zwe-op .zwc-svg-line-end {
  opacity: 1;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2 {
  position: absolute;
  bottom: -300px;
  width: 240px;
  height: 400px;
  left: 50.6%;
  display: none;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2 svg {
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2 .zwc-svg-line-start {
  border: 3px solid #404a57;
  top: -4px;
  left: 124px;
  opacity: 0;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2 .zwc-svg-line-end {
  bottom: 140px;
  left: -4px;
  transform: rotate(90deg);
  top: auto;
  transition: 0.3s all ease 2s;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2 #testmaskPath {
  opacity: 0;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2.zwe-op .zwc-svg-line-start {
  opacity: 1;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2.zwe-op #testmaskPath {
  opacity: 1;
  stroke-dasharray: 1430;
  animation: yoyo1 2s forwards;
}

.zwc-flow-feature-section-wrapper .zwc-flow-svg-line--2.zwe-op .zwc-svg-line-end {
  opacity: 1;
}

.zwc-flow-feature-section-wrapper .zwc-feature-header {
  padding: 30px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zwc-flow-feature-section-wrapper .zwc-feature-header>div {
  width: 45%;
}

.zwc-flow-feature-section-wrapper .zwc-feature-header>div h2 {
  font-size: 56px;
  color: var(--primary-color);
}

.zwc-flow-feature-section-wrapper .zwc-feature-header>div a {
  background-color: #000;
  color: #fff;
  padding: 15px 40px;
  font-size: 13px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 50px 0;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #bccbdd;
  border-radius: var(--border-radius);
  justify-content: space-between;
  text-align: left;
  margin: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s linear 0;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:hover {
  cursor: pointer;
  border-color: #0478ff;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-flex-wrap {
  display: flex;
  padding: 0 50px;
  align-items: center;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-flex-wrap>div {
  width: 52%;
  align-items: center;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-2 .zwc-feature-image {
  margin-bottom: -10px;
  margin-top: 40px;
  max-width: 280px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-3 .zwc-feature-image {
  padding: 50px 0 50px 40px;
  max-width: 340px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-4 .zwc-feature-image {
  margin: 50px auto 0;
  max-width: 400px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-5 {
  padding: 0;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-5 .zwc-feature-image {
  margin-top: -30px;
  max-width: 500px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-5 .zwc-feature-content {
  padding: 30px 40px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image {
  max-width: 320px;
  margin: 0;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image object.svgloaded {
  opacity: 1;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(2) {
  grid-column: 3 / span 4;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(3) {
  grid-column: 3 / span 4;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(4) {
  grid-column: 1 / span 3;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(5) {
  grid-column: 4 / span 4;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list h4 {
  font-size: 24px;
  color: var(--primary-color);
  max-width: 340px;
  letter-spacing: -0.5px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list p {
  color: #495567;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list a {
  color: var(--link-color);
  font-family: var(--primaryfont-semibold);
  font-size: 13px;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list a svg {
  margin-left: 5px;
}

@keyframes yoyo {
  0% {
    stroke-dashoffset: 875;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.zwc-header-banner {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/flow/home/art.svg);
  width: 100%;
  height: 400px;
}

.zwc-workflow-section-wrapper {
  background: #0d1229;
  color: #fff;
  padding: 150px 0;
}

.zwc-workflow-section-wrapper h2 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 56px;
}

.zwc-workflow-section-wrapper .zwc-workflow-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 50px 0;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list {
  background-color: #11162e;
  padding: 70px 50px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.0588235294);
  border-radius: var(--border-radius);
  justify-content: space-between;
  text-align: left;
  margin: 6px;
  overflow: hidden;
  transition: 0.3s all ease;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:hover {
  border-color: #0478ff;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-workflow-list-1 .zwc-workflow-image {
  margin-bottom: 40px;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list a {
  color: var(--link-color);
  font-family: var(--primaryfont-semibold);
  font-size: 13px;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list p {
  color: #868d98;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-flex-wrap {
  display: flex;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-flex-wrap.zwc-workflow-list-4 {
  justify-content: space-evenly;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-flex-wrap>div.zwc-workflow-content {
  max-width: 65%;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(1) .zwc-feature-image {
  max-width: 250px;
  margin: 50px auto;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(2) {
  grid-column: 3 / span 4;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(3) {
  grid-column: 3 / span 4;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(4) {
  grid-column: 1 / span 5;
}

.zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list .zwc-workflow-image {
  max-width: 180px;
}

.zwc-customers-section-wrapper {
  overflow: hidden;
  padding: 100px 0;
}

.zwc-customers-section-wrapper h2 {
  color: var(--primary-color);
  max-width: 700px;
  font-size: 52px;
  font-family: var(--zf-secondary-black);
}

.zwc-customers-section-wrapper .zwc-svg {
  position: relative;
  top: -35px;
}

.zwc-customers-section-wrapper .zwc-svg .zwc-svg-elem {
  position: absolute;
  border: 2px solid #404a57;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  z-index: 9;
  background: #fff;
}

.zwc-customers-section-wrapper .zwc-svg .zwc-svg-elem.zwc-svg-elem--2 {
  left: 34.5%;
}

.zwc-customers-section-wrapper .zwc-svg .zwc-svg-elem.zwc-svg-elem--3 {
  left: auto;
  right: 30%;
}

.zwc-customers-section-wrapper .zwc-svg #customermaskPath {
  opacity: 0;
}

.zwc-customers-section-wrapper .zwc-svg.zwe-op .zwc-svg-line-start {
  opacity: 1;
}

.zwc-customers-section-wrapper .zwc-svg.zwe-op #customermaskPath {
  opacity: 1;
  stroke-dasharray: 1975px;
  animation: yoyo2 2s forwards;
}

.zwc-customers-section-wrapper .zwc-svg.zwe-op .zwc-svg-line-end {
  opacity: 1;
}

@keyframes yoyo2 {
  0% {
    stroke-dashoffset: 1975px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.zwc-customers-section-wrapper svg {
  max-width: 1066px;
  position: relative;
  top: 0;
  width: 100%;
}

.zwc-customers-section-wrapper .zwc-customer-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cleft-sec {
  width: 50%;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec {
  width: 50%;
  max-width: 500px;
  text-align: right;
  position: relative;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec img.main-img {
  max-width: 500px;
  transform: translateX(90%);
  opacity: 0;
  transition: 0.7s all ease-in-out;
  filter: blur(10px);
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec img.main-img.data-loaded {
  filter: blur(0);
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec.zwe-ob .main-img {
  transform: translateX(0);
  opacity: 1;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec.zwe-ob .zwc-integration-elem {
  transform: scale(1);
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #fff;
  border: 1px solid #868686;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0);
  transition: 0.5s all ease;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem img {
  width: 35px;
  inset: 0;
  margin: auto;
  position: absolute;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--1 {
  left: 0;
  top: 70px;
  box-shadow: 2px 5px 0 #cbcbcb;
  width: 90px;
  height: 90px;
  transition-delay: 0.5s;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--2 {
  right: 100px;
  box-shadow: 2px 5px 0 #cbcbcb;
  transition-delay: 0.7s;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--3 {
  right: 20px;
  top: 200px;
  box-shadow: 5px -2px 0 #cbcbcb;
  transition-delay: 1s;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--4 {
  bottom: 90px;
  box-shadow: 2px 5px 0 #cbcbcb;
  width: 70px;
  height: 70px;
  left: 0;
  transition-delay: 1.2s;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--4 img {
  width: 30px;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--5 {
  bottom: 120px;
  box-shadow: 2px 5px 0 #cbcbcb;
  right: 60px;
  transition-delay: 1.4s;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--5 img {
  width: 35px;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--6 {
  bottom: 120px;
  box-shadow: 2px 5px 0 #cbcbcb;
  left: 30px;
  top: 300px;
  width: 70px;
  height: 70px;
  transition-delay: 1.5s;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--6 img {
  width: 25px;
}

.zwc-customers-section-wrapper .zwc-customer-section {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.zwc-customers-section-wrapper .zwc-customer-section p {
  color: #495567;
  max-width: 360px;
}

.zwc-customers-section-wrapper .zwc-customer-section h4 {
  max-width: 340px;
}

@keyframes yoyo1 {
  0% {
    stroke-dashoffset: 1430;
  }

  100% {
    stroke-dashoffset: 2120;
  }
}

.zwc-testimonial-wrapper {
  position: relative;
  overflow: hidden;
}

.zwc-testimonial-wrapper .content-wrap {
  padding: 100px 0;
}

.zwc-testimonial-wrapper svg {
  width: 130px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9;
}

.zwc-testimonial-wrapper .zwc-testimonial-elem {
  position: absolute;
  transform: scale(0);
  transition: 0.3s all ease;
  opacity: 0;
}

.zwc-testimonial-wrapper .zwc-testimonail-detail {
  margin-top: 10px;
}

.zwc-testimonial-wrapper .zwc-testimonail-detail p {
  font-size: 16px;
}

.zwc-testimonial-wrapper .zwc-testimonial-slide-item .zwc-testimonail-detail {
  display: none;
}

.zwc-testimonial-wrapper .zwc-testimonial-elem.zwc-testimonial-elem--1 {
  max-width: 300px;
  top: 10%;
}

.zwc-testimonial-wrapper .zwe-op.zwc-testimonial-elem {
  transform: scale(1);
  opacity: 1;
}

.zwc-testimonial-wrapper .zwc-testimonial-elem.zwc-testimonial-elem--2 {
  max-width: 240px;
  bottom: 10%;
  left: 20%;
}

.zwc-testimonial-wrapper .zwc-testimonial-elem.zwc-testimonial-elem--3 {
  max-width: 350px;
  right: -100px;
  top: 300px;
}

.zwc-testimonial-wrapper .zwc-testimonial-slider {
  max-width: 820px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.zwc-testimonial-wrapper .zwc-testimonial-slider::before {
  background: var(--sprite) no-repeat;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 800px;
  background-position: -769px 10px;
  top: -90px;
}

.zwc-testimonial-wrapper h2 {
  color: var(--primary-color);
  font-size: 52px;
  font-family: var(--zf-secondary-black);
  text-align: center;
  margin-bottom: 130px;
}

.zwc-testimonial-wrapper .zwc-testimonial-slide-item>p {
  font-family: var(--zf-splfontserif-regular);
  font-size: 28px;
  color: var(--primary-color);
}

.zwc-testimonial-wrapper .zwc-testimonial-slide-item .zwc-testimonail-detail h4 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 0;
}

.zwc-testimonial-wrapper .zwc-testimonial-slide-item .zwc-testimonail-detail img {
  max-width: 128px;
}

.zwc-testimonial-wrapper .slider-nav-thumbnails {
  max-width: 400px;
  margin: 0 auto;
}

.zwc-testimonial-wrapper ul li:not(.slick-current) .content {
  transform: scale(0.8);
  transition-delay: 0.1s;
}

.zwc-testimonial-wrapper ul li {
  width: 100px;
}

.zwc-testimonial-wrapper ul li .content {
  padding-top: 40px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
  transition-delay: 0.5s;
  text-align: center;
  transform: scale(1.5);
  padding-bottom: 50px;
}

.zwc-testimonial-wrapper ul.slider-nav-thumbnails-2 {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.zwc-testimonial-wrapper ul {
  list-style: none;
  height: 200px;
}

.zwc-timeline-section-wrap {
  background-color: var(--secondary-bg);
  padding: 100px 0 300px;
}

.zwc-timeline-section-wrap h2 {
  font-size: 61px;
  font-family: var(--zf-secondary-black);
  color: var(--primary-color);
  max-width: 420px;
  left: 58%;
  position: relative;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap {
  position: absolute;
  left: 0;
  width: 100%;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem {
  position: absolute;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--1 {
  left: 40.7%;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--1 svg {
  width: 140px;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--2 svg {
  width: 7px;
  height: 1720px;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--2 {
  left: 51.7%;
  top: 159px;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-flow-svg-line .zwc-svg-line-start {
  border: 2px solid #404a57;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: -4px;
  opacity: 1;
  transition: 0.3s all linear 0;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-flow-svg-line .zwc-svg-line-end {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #404a57;
  display: inline-block;
  position: absolute;
  top: 182px;
  left: 24px;
  opacity: 0;
  transition: 0.3s all linear 2s;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-flow-svg-line.zwe-ob #timelineMaskPath {
  opacity: 1;
  stroke-dasharray: 445;
}

.zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-flow-svg-line.zwe-ob .zwc-svg-line-start {
  opacity: 1;
}

@keyframes timelineAnim {
  0% {
    stroke-dashoffset: -445;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes timelineAnim1 {
  0% {
    stroke-dashoffset: -3300;
  }

  100% {
    stroke-dashoffset: -400;
  }
}

.zwc-timeline-section-wrap .zwc-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-flow: column wrap;
  height: 1400px;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-svg-wrap {
  position: absolute;
  width: 40px;
  height: 3px;
  top: calc(50% - 1px);
  z-index: 1;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-svg-wrap svg {
  position: absolute;
  width: 40px;
  height: 3px;
  top: 0;
  right: -2px;
  z-index: 1;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-svg-wrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: -5px;
  z-index: 10;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-svg-wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  background: #fff;
  border: 2px solid #404a57;
  border-radius: 16px;
  z-index: 1;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap {
  transition: 0.3s all ease 0;
  opacity: 0;
  left: -30px;
  z-index: 1;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap svg {
  width: 60px;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap:after {
  content: "";
  left: -76%;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap:before {
  border-left: 10px solid #404a57;
  right: -6px;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap {
  right: -22px;
  transition: 0.3s all ease 0;
  opacity: 0;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap svg {
  position: absolute;
  width: 40px;
  height: 3px;
  top: 0;
  right: -2px;
  z-index: 1;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap:before {
  border-right: 10px solid #404a57;
}

.zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap:after {
  right: -18%;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon {
  display: inline-block;
  height: 50px;
  margin-bottom: 30px;
  width: 43px;
  background: var(--sprite) no-repeat;
  background-size: 800px;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon.zwc-timeline-icon--1 {
  background-position: -240px 0;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon.zwc-timeline-icon--2 {
  background-position: -288px 0;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon.zwc-timeline-icon--3 {
  background-position: -338px 0;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon.zwc-timeline-icon--4 {
  background-position: -381px 0;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon.zwc-timeline-icon--5 {
  background-position: -426px 0;
  width: 30px;
}

.zwc-timeline-section-wrap .zwc-timeline span.zwc-timeline-icon.zwc-timeline-icon--6 {
  background-position: -462px 0;
}

.zwc-timeline-container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.zwc-timeline-container.zwc-timeline-left {
  left: 0;
  margin-top: 20px;
}

.zwc-timeline-container.zwc-timeline-left .zwc-content {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1s all ease;
}

.zwc-timeline-container.zwc-timeline-left.zwe-ob .zwc-content {
  opacity: 1;
  transform: translateX(0);
}

.zwc-timeline-container.zwc-timeline-left.zwe-ob .zwc-svg-wrap {
  opacity: 1;
}

.zwc-timeline-container.zwc-timeline-right {
  left: 80px;
  margin-top: 20px;
}

.zwc-timeline-container.zwc-timeline-right::after {
  left: -8px;
}

.zwc-timeline-container.zwc-timeline-right::before {
  left: 8px;
}

.zwc-timeline-container.zwc-timeline-right .zwc-content {
  padding: 40px;
  text-align: left;
}

.zwc-timeline-container.zwc-timeline-right .zwc-content {
  opacity: 0;
  transform: translateX(100px);
  transition: 1s all ease;
}

.zwc-timeline-container.zwc-timeline-right.zwe-ob .zwc-content {
  opacity: 1;
  transform: translateX(0);
}

.zwc-timeline-container.zwc-timeline-right.zwe-ob .zwc-svg-wrap {
  opacity: 1;
}

.zwc-timeline-container .zwc-content {
  padding: 40px;
  background: #fff;
  position: relative;
  border: 1px solid var(--timeline-border);
  border-radius: var(--border-radius);
  text-align: left;
}

.zwc-timeline-container .zwc-content h4 {
  margin: 0 0 10px 0;
  color: var(--primary-color);
}

.zwc-timeline-container .zwc-content p {
  margin: 0;
}

.zwc-timeline-container.zwc-timeline-container--1 {
  order: 1;
}

.zwc-timeline-container.zwc-timeline-container--2 {
  order: 4;
  margin-top: 100px;
}

.zwc-timeline-container.zwc-timeline-container--3 {
  order: 2;
}

.zwc-timeline-container.zwc-timeline-container--4 {
  order: 5;
}

.zwc-timeline-container.zwc-timeline-container--5 {
  order: 3;
}

.zwc-timeline-container.zwc-timeline-container--6 {
  order: 6;
}

.zwc-footer-top {
  text-align: center;
  padding: 100px;
  position: relative;
  top: -210px;
  background: #0d1229;
  border-radius: 20px;
}

.zwc-footer-top h2 {
  color: #fff;
  font-size: 56px;
  font-family: var(--zf-secondary-black);
  max-width: 560px;
  margin: 0 auto 30px;
}

.slick-next:before,
.slick-prev:before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/flow/home/icon-sprite.svg) no-repeat;
  background-size: 818px;
  background-position: -769px -10px;
  width: 11px;
  height: 10px;
  transform: rotate(0);
  position: absolute;
  margin: auto;
  inset: 0;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next:after,
.slick-next:hover:after,
.slick-prev:hover:after,
.slick-prev:after {
  display: none;
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/flow/home/icon-sprite.svg) no-repeat;
  background-size: 818px;
  background-position: -769px -10px;
}

.slick-next:hover,
.slick-prev:hover {
  box-shadow: 0 13px 36px rgba(165, 188, 208, 0.4117647059);
}

.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  box-shadow: 0 13px 36px rgba(165, 188, 208, 0.1607843137);
  border: 1px solid #e7ebef;
  border-radius: 50%;
  bottom: 107px;
  top: 54%;
  background: #fff;
  transition: 0.3s all var(--animate-type);
}

.slick-prev {
  left: -15%;
}

.slick-next {
  right: -15%;
}

.zwc-banner-image-wrap-mob {
  display: none;
  margin-top: 100px;
}

.zwc-feature-list-1 .zwc-feature-image img.zwc-mob-image {
  display: none;
}

.zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec img.mob-img {
  display: none;
}

.zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image .zwc-mobile-image {
  display: none;
}

/* other lang css start */
.non-umain.i18n-ar .zwc-banner-flex-left * {
  text-align: right;
}

.non-umain.i18n-ar .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
  left: -6%;
  right: unset;
  top: -70%;
}

.non-umain.i18n-ar .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
  right: auto;
  bottom: -72%;
  left: unset;
}

.non-umain.i18n-ar .signup-box {
  margin: 0 auto 0 0;
}

.other-lang .zwc-testimonial-wrapper {
  display: none;
}

.other-lang h1 {
  font-size: 51px;
}

.other-lang .zwc-footer-top h2 {
  font-size: 42px;
}

.umain.i18n-ar .zwc-banner-flex-left *,
.i18n-ar .zwc-flow-app-connect-inner * {
  text-align: center;
}

.umain.i18n-ar .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
  left: 6%;
  right: unset;
  top: -20%;
}

.umain.i18n-ar span.zwc-banner-elem.zwc-banner-elem--5.zwe-ot.zwe-om.zwe-ob.zwe-op {
  right: 5%;
  left: unset;
  bottom: -52%;
}

.i18n-ar .zwc-flow-link {
  padding-left: 30px;
  padding-right: unset;
}

.i18n-ar .zwc-flow-link:hover::after {
  left: 8px;
  right: unset;
  transform: scale(-1);
}

.i18n-ar .zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap.zwe-ob {
  animation: 60s linear 0s infinite normal zf-slideshow-arabic;
}

@keyframes zf-slideshow-arabic {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(100%);
  }
}

.i18n-ar .zwc-flow-link::after {
  left: 14px;
  right: unset;
  transform: scale(-1);
}

.i18n-ar .zwc-timeline-section-wrap h2 {
  right: 18%;
  left: unset;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-container--2 {
  order: 1;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-container--1 {
  order: 4;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-container--3 {
  order: 5;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-container--4 {
  order: 2;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-container--5 {
  order: 6;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-container--6 {
  order: 3;
}

.i18n-ar .zwc-timeline-container.zwc-timeline-right .zwc-content,
.i18n-ar .zwc-timeline-container .zwc-content {
  text-align: right;
}

.i18n-ar .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap:before {
  right: 30px;
  left: unset;
}

.i18n-ar .zwc-footer-top-section * {
  text-align: center;
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zc-banner-elem-content {
  margin-right: 20px;
  margin-left: unset;
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem .zwc-banner-ico:after {
  left: -11px;
  right: unset;
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem--3a .zwc-banner-anim-arrow {
  right: unset;
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap .zwc-banner-image-elem.zwc-banner-image-elem--3a .zc-banner-elem-content {
  text-align: right;
}

.i18n-ar .zwc-customers-section-wrapper .zwc-svg .zwc-svg-elem {
  right: 0;
  left: unset;
}

.i18n-ar .zwc-customers-section-wrapper .zwc-svg .zwc-svg-elem.zwc-svg-elem--2 {
  right: 34.5%;
  left: unset;
}

.i18n-ar .zwc-customers-section-wrapper .zwc-svg .zwc-svg-elem.zwc-svg-elem--3 {
  right: auto;
  left: 30%;
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .theme {
  left: 30px;
  right: unset;
}

.i18n-ar .zwc-banner-image-top h4 {
  text-align: center;
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .theme__toggle:checked:before {
  transform: translateX(-33px);
}

.i18n-ar .zwc-header-section .zwc-banner-image-wrap .theme .on {
  right: 14px;
  left: unset;
}

.other-lang .zwc-banner-image-top {
  display: none;
}

.non-umain.other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
  top: -60%;
}

.non-umain.other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
  bottom: -55%;
}

.other-lang .zwc-timeline-container.zwc-timeline-right .zwc-content,
.other-lang .zwc-timeline-container .zwc-content {
  padding: 25px;
}

.other-lang .zwc-timeline-container {
  padding: 15px 20px;
}

.non-umain.i18n-fr .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5,
.non-umain.i18n-th .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
  bottom: -35%;
}

.non-umain.i18n-fr .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4,
.non-umain.i18n-th .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
  top: -40%;
}

.other-lang h2 span {
  vertical-align: middle;
}

.i18n-ar .zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem.zwc-integration-elem--1 {
  left: -10px;
  right: unset;
}

.other-lang .zwc-flow-feature-section-wrapper .zwc-feature-header>div a {
  text-align: center;
}

.i18n-ar .zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner+.zwc-flow-app-section-inner {
  right: 1870px;
  left: unset;
}

/* other lang css end */
.zwc-banner-image-wrap img,
.zwc-header-section .zwc-banner-image-wrap .zwc-banner-image-top,
.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-elem--6,
.zwc-header-section .zwc-banner-image-wrap.zshow .zwc-banner-elem--7,
.zwc-header-section .zwc-banner-image-wrap .zwc-banner-animation-wrap,
.other-lang .zwc-flow-link:after {
  display: none;
}

.zwc-flow-app-connect-wrapper>div {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.zw-template-zp_home .zwc-banner-image-wrap video {
  max-width: 1920px;
  margin: 0 auto;
}

.zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span.zwc-app-lists--1 {
  right: -110px;
}

.zf-flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.umain .zf-flex-content {
  justify-content: center;
}

.watch-video {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  color: #000;
  font-family: var(--primaryfont-semibold);
  border: 1px solid #000;
  border-radius: 3px;
  padding: 17px 30px 17px 60px;
}

.watch-video:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 100%;
}

.watch-video:after {
  position: absolute;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  content: "";
  height: 0;
  left: 38px;
  top: 21px;
  width: 0;
}

.zwc-header-section .zf-flex-content p {
  max-width: inherit;
  margin: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 767px) {
  .i18n-ar .zwc-workflow-list-4 .zwc-workflow-content {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--6 {
    max-width: 250px;
    left: -10%;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--7 {
    max-width: 300px;
    right: -6%;
  }

  .zwc-header-section .zwc-banner-image {
    max-width: 1000px;
  }

  .zwc-timeline-section-wrap {
    overflow: hidden;
  }

  .i18n-ar .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--6 {
    max-width: 250px;
    right: -10%;
    left: unset;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--7 {
    max-width: 300px;
    left: -6%;
    right: unset;
  }
}

@media only screen and (max-width: 1439px) {
  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner h4 {
    margin-bottom: 20px;
  }

  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner {
    padding: 40px;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-header>div h2,
  .zwc-workflow-section-wrapper h2,
  .zwc-customers-section-wrapper h2,
  .zwc-timeline-section-wrap h2,
  .zwc-testimonial-wrapper h2 {
    font-size: 50px;
  }

  .zwc-timeline-section-wrap h2 {
    max-width: 350px;
  }
}

@media only screen and (max-width: 1440px) {
  .zwc-customers-section-wrapper .zwc-svg {
    display: none
  }
  
  .other-lang .zwc-banner-flex {
    align-items: inherit;
  }

  .other-lang .zwc-banner-flex .zwc-banner-flex-left {
    padding-top: 110px;
  }

  .other-lang .zwc-header-section {
    padding: 50px 0 100px;
  }

  .zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--1 svg {
    width: 129px;
  }

  .zwc-header-section {
    overflow: hidden;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--6 {
    max-width: 200px;
    left: -8%;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--7 {
    max-width: 240px;
    right: -5%;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-slide-item>p {
    font-family: var(--zf-splfontserif-regular);
    font-size: 24px;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-slider::before {
    top: -60px;
  }

  .zwc-testimonial-wrapper h2 {
    margin-bottom: 70px;
  }

  .non-umain.other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
    top: -45%;
  }

  .non-umain.other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
    bottom: -45%;

  }

  .other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4,
  .other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
    width: 205px;
    left: -3%;
    top: -40%;
  }

  .zwc-flow-feature-section-wrapper .zwc-flow-svg-line {
    display: none;
  }

  .zwc-banner-image-wrap-mob {
    display: block;
  }

  .zwc-banner-image-wrap {
    display: none;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-flex-wrap {
    padding: 0 30px;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-elem.zwc-testimonial-elem--3 {
    max-width: 250px;
    right: -4%;
    top: 300px;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-elem.zwc-testimonial-elem--1 {
    max-width: 240px;
    top: 10%;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-elem.zwc-testimonial-elem--2 {
    max-width: 210px;
    bottom: 20%;
    left: 10%;
  }

  .zwc-testimonial-wrapper .content-wrap {
    padding: 200px 0 150px;
  }

  .zwc-timeline-container.zwc-timeline-right {
    left: 25px;
  }

  .zwc-timeline-container {
    width: 45%;
  }

  .zwc-timeline-section-wrap .zwc-timeline {
    height: 1600px;
  }

  .zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--2 {
    left: 47%;
    top: 162px;
  }

  .zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--1 {
    left: 35%;
  }

  .zwc-timeline-container .zwc-content {
    padding: 20px 30px;
  }

  path#timelineMaskPath1 {
    stroke-dashoffset: -90px !important;
    stroke-dasharray: 3210px !important;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-flex-wrap>div.zwc-workflow-content {
    max-width: calc(100% - 200px);
  }

  .zwc-footer-top h2 {
    font-size: 50px;
  }

  .i18n-ar .zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--2 {
    right: 47%;
    left: unset;
  }

  .non-umain.i18n-ar .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
    left: -3%;
  }

  .other-lang .zwc-timeline-container.zwc-timeline-right .zwc-content,
  .other-lang .zwc-timeline-container .zwc-content {
    padding: 20px;
  }

  .non-umain.other-lang .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
    bottom: -35%;
  }

}

@media(max-width:1199px) {
  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list .zwc-workflow-image {
    max-width: 130px;
  }
}

@media only screen and (max-width: 1180px) {
  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image .zwc-desktop-image {
    display: none;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image .zwc-mobile-image {
    display: block;
  }

  .zwc-timeline-section-wrap {
    padding: 100px 0 200px;
  }

  .zwc-footer-top {
    top: -110px;
  }

  .zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap .zwc-flow-app-section-inner>span:hover a {
    transform: rotateY(0);
  }

  .zwc-timeline-section-wrap .zwc-svg-line-wrap .zwc-svg-elem.zwc-svg-elem--1 svg {
    width: 132px;
  }

  h1 {
    font-size: 56px;
  }

  .zwc-header-section .zwc-banner-image {
    max-width: 800px;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4 {
    width: 205px;
    left: 0;
    top: -40%;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
    bottom: -50%;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--6 {
    max-width: 200px;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--7 {
    max-width: 270px;
  }

  .zwc-flow-svg-line {
    display: none;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-header>div h2,
  .zwc-workflow-section-wrapper h2,
  .zwc-customers-section-wrapper h2,
  .zwc-timeline-section-wrap h2,
  .zwc-testimonial-wrapper h2 {
    font-size: 42px;
  }

  .zwc-title-elem {
    display: none;
  }

  .zwc-timeline-container {
    width: 70%;
    margin: 0 auto;
  }

  .zwc-timeline-section-wrap .zwc-timeline {
    flex-flow: column;
    height: auto;
  }

  .zwc-timeline-section-wrap h2 {
    max-width: 540px;
    text-align: center;
    left: auto;
    margin: 0 auto;
  }

  .zwc-timeline-container .zwc-content {
    text-align: left;
  }

  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap:after,
  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap:after {
    right: -4.2px;
    left: AUTO;
  }

  .zwc-timeline-section-wrap .zwc-timeline .zwc-svg-wrap:after {
    top: -10px;
  }

  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap,
  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    top: auto;
    width: 2px;
    background: #ccc;
    height: 30px;
  }

  .zwc-timeline-container .zwc-content {
    padding: 40px;
  }

  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap:before,
  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 30px;
    border-top: 10px solid #404a57;
    border-bottom: 6px solid transparent;
    left: -5px;
  }

  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap svg,
  .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-right .zwc-svg-wrap svg {
    display: none;
  }

  .zwc-timeline-container.zwc-timeline-right {
    left: 0;
  }

  .zwc-timeline-container {
    order: revert !important;
  }

  .zwc-timeline-container.zwc-timeline-container--2 {
    margin-top: 25px;
  }

  .zwc-timeline-container.zwc-timeline-container--6 .zwc-svg-wrap {
    display: none;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-elem {
    display: none;
  }

  .zwc-testimonial-wrapper .content-wrap {
    padding: 100px 0 100px;
  }

  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner.zwe-op {
    bottom: -40px;
    top: auto;
  }

  .zwc-header-section {
    padding-bottom: 50px;
  }

  .zwc-feature-list-1 .zwc-feature-image object {
    display: none;
  }

  .zwc-feature-list-1 .zwc-feature-image img.zwc-mob-image {
    display: block;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image {
    margin: 40px 0;
  }

  .zwc-feature-list-2 .zwc-feature-content {
    padding-left: 20px;
  }

  .i18n-ar .zwc-timeline-section-wrap .zwc-timeline .zwc-timeline-left .zwc-svg-wrap:before {
    right: -4px;
    left: unset;
  }

  .i18n-ar .zwc-timeline-section-wrap h2 {
    text-align: center;
    right: auto;
    left: unset;
    margin: 0 auto;
  }

  .other-lang .zwc-timeline-container.zwc-timeline-right .zwc-content,
  .other-lang .zwc-timeline-container .zwc-content {
    padding: 40px;
  }

  .i18n-ar .zwc-feature-list-2 .zwc-feature-content {
    padding-right: 20px;
    padding-left: unset;
  }
}

@media(max-width:1024px) {
  .zwc-flow-link:after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .other-lang .zwc-banner-flex .zwc-banner-flex-left {
    padding-top: 0;
  }

  .non-umain .zf-flex-content {
    justify-content: center;
  }

  .zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec img.main-img,
  .zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec .zwc-integration-elem {
    display: none;
  }

  .zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec img.mob-img {
    display: block;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list {
    display: flex;
    justify-content: space-between;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section,
  .zwc-workflow-section-wrapper .zwc-workflow-section {
    display: flex;
    flex-wrap: wrap;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list {
    width: 100%;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list {
    display: flex;
    justify-content: space-between;
  }

  .zwc-feature-content {
    width: calc(100% - 250px);
    padding: 10px 0;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list>div.zwc-workflow-content {
    max-width: calc(100% - 200px);
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list .zwc-workflow-image {
    max-width: 130px;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(2) .zwc-workflow-image {
    order: 2;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(2) .zwc-workflow-content {
    order: 1;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(3) .zwc-workflow-image {
    order: 1;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(3) .zwc-workflow-content {
    order: 2;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(4) .zwc-workflow-image {
    order: 2;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(4) .zwc-workflow-content {
    order: 1;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(4) .zwc-feature-content {
    order: 2;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(4) .zwc-feature-image {
    order: 1;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(5) .zwc-feature-content {
    order: 1;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(5) .zwc-feature-image {
    order: 2;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image {
    margin: 0;
    padding: 10px;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-4 .zwc-feature-image {
    padding: 0 30px 0 0;
  }

  .zwc-banner-flex .zwc-banner-flex-left {
    width: 100%;
    text-align: center;
  }

  .zwc-banner-flex .zwc-banner-flex-left .act-btn {
    display: inline-block;
  }

  .zwc-header-section .zwc-banner-image-wrap {
    margin-top: 80px;
  }

  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--4,
  .zwc-header-section span.zwc-banner-elem.zwc-banner-elem--5 {
    display: none;
  }

  .zwc-customers-section-wrapper .zwc-customer-section {
    grid-template: none;
  }

  .zwc-customers-section-wrapper .zwc-customer-section h4,
  .zwc-customers-section-wrapper .zwc-customer-section p {
    max-width: 100%;
  }

  .zwc-customers-section-wrapper .zwc-customer-section p {
    max-width: 80%;
  }

  .zwc-flow-app-connect-wrapper .zwc-flow-app-connect-inner {
    padding-top: 0;
  }

  .zwc-workflow-section-wrapper h2 {
    text-align: left;
  }

  .i18n-ar .zwc-workflow-section-wrapper h2 {
    text-align: right;
  }

  .non-umain.i18n-ar .zwc-banner-flex-left * {
    text-align: center;
  }

  .i18n-ar .zwc-banner-flex .zwc-banner-flex-left .act-btn {
    display: block !important;
    max-width: max-content;
    text-align: center;
    margin: 0 auto;
  }

  .other-lang .zwc-customers-wrap .zwc-svg {
    display: none;
  }

  .i18n-ar .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-4 .zwc-feature-image {
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .zwc-flow-feature-section-wrapper .zwc-feature-header>div {
    width: 100%;
  }

  .zwc-flow-feature-section-wrapper .content-wrap {
    padding: 40px 0;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section {
    margin: 0;
  }

  .zwc-flow-app-connect-wrapper h2 {
    font-size: 42px;
  }

  .zwc-feature-content,
  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list .zwc-feature-image,
  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list h4 {
    margin: 0 auto 20px;
    max-width: 100%;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list {
    flex-wrap: wrap;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-flex-wrap .zwc-feature-image {
    order: 2;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(4) .zwc-feature-image {
    order: 2;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-flex-wrap>div {
    width: 100%;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-flex-wrap,
  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-5 {
    padding: 50px 30px;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-5 .zwc-feature-content {
    padding: 0;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-5 .zwc-feature-image {
    margin: 0;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list>div.zwc-workflow-content,
  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-flex-wrap>div.zwc-workflow-content {
    width: 100%;
    max-width: 100%;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list .zwc-workflow-image {
    order: 1;
    margin-bottom: 40px;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list .zwc-workflow-content {
    order: 2;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(2) .zwc-workflow-image,
  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list:nth-child(4) .zwc-workflow-image {
    order: 1;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list {
    flex-wrap: wrap;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list.zwc-flex-wrap.zwc-workflow-list-4 {
    justify-content: space-between;
  }

  .zwc-customers-section-wrapper .zwc-customer-header .zwc-cleft-sec {
    width: 100%;
  }

  .zwc-customers-section-wrapper .zwc-svg {
    display: none;
  }

  .zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec {
    margin-top: 40px;
  }

  .zwc-timeline-container {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner h4 {
    margin-bottom: 30px;
  }

  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner ul li {
    max-width: 100px;
  }

  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .zwc-testimonial-wrapper .content-wrap {
    padding: 70px 0 70px;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-slide-item>p {
    font-size: 21px;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-slide-item .zwc-testimonail-detail h4 {
    font-size: 19px;
  }

  .zwc-testimonial-wrapper .zwc-testimonial-slide-item .zwc-testimonail-detail p {
    font-size: 16px;
  }

  .zwc-customers-section-wrapper {
    padding: 60px 0;
  }

  .zwc-footer-top {
    padding: 50px;
    top: 0;
    margin-bottom: 100px;
  }

  .zwc-footer-top-section {
    margin-top: 60px;
  }

  .zwc-workflow-section-wrapper {
    padding: 60px 0;
  }

  .zwc-timeline-section-wrap {
    padding: 100px 0;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-3 .zwc-feature-image {
    padding: 50px 0 0 0;
    max-width: 340px;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-4 .zwc-feature-image {
    padding: 0;
  }

  .zwc-feature-list-2 .zwc-feature-content {
    padding-left: 0;
  }

  .i18n-ar .zwc-feature-list * {
    text-align: center;
  }

  .i18n-ar .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list.zwc-feature-list-4 .zwc-feature-image {
    padding: 0;
  }

  .zwc-workflow-section-wrapper .zwc-flow-link:after {
    display: none;
  }
}

@media only screen and (max-width: 640px) {

  .non-umain .zf-flex-content,
  .umain .zf-flex-content {
    justify-content: flex-start;
  }

  .zwc-customers-section-wrapper .zwc-customer-header .zwc-cright-sec {
    width: 90%;
  }

  .zwc-timeline-container .zwc-content,
  .zwc-timeline-container.zwc-timeline-right .zwc-content {
    padding: 20px;
  }

  .umain .zwc-banner-flex .zwc-banner-flex-left,
  .zwc-banner-flex .zwc-banner-flex-left,
  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list,
  .zwc-feature-content {
    text-align: left;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list:nth-child(1) .zwc-feature-image {
    margin-top: 0;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-section .zwc-feature-list {
    background-color: #fff;
    padding: 30px 30px;
  }

  .zwc-flow-app-connect-wrapper .zwc-flow-app-section-wrap {
    animation: 30s linear infinite normal zf-slideshow;
  }

  .zwc-flow-trusted-brand .zwc-flow-trusted-brand-inner {
    bottom: -40px;
    top: auto;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-header>div h2,
  .zwc-workflow-section-wrapper h2,
  .zwc-customers-section-wrapper h2,
  .zwc-timeline-section-wrap h2,
  .zwc-footer-top h2,
  .zwc-testimonial-wrapper h2 {
    font-size: 32px;
  }

  h1 {
    font-size: 34px;
  }

  .zwc-flow-app-connect-wrapper h2 {
    font-size: 32px;
  }

  .zwc-banner-image-wrap-mob {
    margin-top: 70px;
  }

  .zwc-flow-app-connect-wrapper .zwc-flow-app-connect-inner {
    padding: 0 30px 460px 30px;
  }

  .zwc-flow-feature-section-wrapper .zwc-feature-header {
    padding: 30px 10px;
  }

  .zwc-header-section {
    padding-top: 50px;
  }

  .zwc-workflow-section-wrapper .zwc-workflow-section .zwc-workflow-list {
    padding: 30px;
  }

  .zwc-footer-top h2 {
    font-size: 28px;
  }

  .i18n-ar .zwc-banner-flex-left *,
  .i18n-ar .zwc-banner-flex-left,
  .i18n-ar .zwc-feature-list * {
    text-align: right;

  }

  .other-lang .zwc-timeline-container.zwc-timeline-right .zwc-content,
  .other-lang .zwc-timeline-container .zwc-content {
    padding: 20px;
  }

  .other-lang h1 {
    font-size: 34px;
  }

  .other-lang .zwc-footer-top h2 {
    font-size: 27px;
  }

  .i18n-ar .zwc-banner-flex .zwc-banner-flex-left * {
    text-align: right;
  }

  .i18n-ar .zwc-banner-flex .zwc-banner-flex-left .act-btn {
    text-align: right;
    margin: unset;
  }

}

@media only screen and (max-width: 480px) {
  .other-lang p {
    font-size: 17px;
  }

  .other-lang .zwc-flow-feature-section-wrapper .zwc-feature-header>div h2,
  .other-lang .zwc-workflow-section-wrapper h2,
  .other-lang .zwc-customers-section-wrapper h2,
  .zwc-timeline-section-wrap h2,
  .other-lang .zwc-testimonial-wrapper h2 {
    font-size: 21px;
  }

  .other-lang .zwc-timeline h4 {
    word-break: break-word;
  }

  .other-lang .act-btn {
    padding: 15px 20px;
  }
}