:root {
  --blue-1: #022eb6;
  --blue-2: #F3F5FD;
  --blue-3: #0047FF;
  --blue-4: #E4EDFF;
  --black: #000;
}

.pagewrapper {
  --h1-font-1: 75px;
  --h2-font-1: 48px;
  --h2-font-2: 40px;
  --h2-font-3: 20px;
  --h3-font-1: 32px;
  --h3-font-2: 24px;
  --h3-font-3: 20px;
  --p-font-1: 20px;
  --p-font-2: 16px;
  --a-font-1: 16px;
  --a-font-2: 24px;
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3,
.pagewrapper h4 {
  line-height: 1.1;

}

.pagewrapper p {
  line-height: 1.5;
  margin: 0 0 24px;
}

.pagewrapper p,
.pagewrapper a,
.pagewrapper span,
.pagewrapper button {
  letter-spacing: -0.32px;
}

.pagewrapper .content-wrap {
  max-width: 1280px;
  padding: 100px 0;
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
  font-family: var(--primaryfont-semibold);
}

.pagewrapper h1 {
  letter-spacing: -1.76px;
}

.pagewrapper h2 {
  letter-spacing: -1.6px;
}

.product-header-top .zgh-accounts .zgh-signup {
  display: none !important;
}

.zwc-flx-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zwc-btm-cta-mbl {
  cursor: pointer !important;
}

.zwc-ai-bul-sprite,
.zwc-ai-builder h3:after,
.zwc-inspired-builds ul li:before,
.zwc-launchpad-prmt,
.zwc-testimonial .slick-next:before,
.zwc-testimonial .slick-prev:before,
.zwc-hm-text-btn:after,
.zwc-tab-content ul li:before,
.zwc-vid-icons,
.zwc-ind-challenges .slick-prev:before,
.zwc-ind-challenges .slick-next:before {
  background: url(/sites/zweb/images/creator/ai/ai-builder-sprite.svg) no-repeat;
  background-size: 557px auto;
  display: block;
}

.pagewrapper .act-btn {
  padding: 16px 32px;
}

.zwc-hm-text-btn {
  margin-right: 20px;
  font-family: var(--primaryfont-semibold);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: var(--a-font-1);
  line-height: 24px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  color: var(--blue-3);
  border-bottom: 1px solid var(--blue-3);
}

.zwc-hm-text-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 7px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  right: -24px;
  width: 14px;
  height: 13px;
  background-position: -454px -4px;
}

.zwc-hm-text-btn:hover:after {
  right: -33px;
}

.zwc-btm-cta-mbl {
  background: var(--primary-btn-color);
  color: #fff;
  font-family: var(--zf-primary-semibold), sans-serif;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 16px 32px;
}

.umain .pagewrapper .zwc-btm-cta-hme,
.pagewrapper .zwc-btm-cta-mbl,
.zwc-btm-cta-mbl {
  display: inline-block;
}

.non-umain .pagewrapper .zwc-btm-cta-hme,
.umain .pagewrapper .zwc-btm-cta-mbl,
.body-umain .z-bottom-cta-menu a.loggedin {
  display: none;
}

/* Banner */
.zwc-ai-build {
  position: relative;
  height: calc(100vh - 143px);
}

.zwc-ai-build.active {
  height: 100%;
}

.pagewrapper .zwc-ai-build .content-wrap {
  max-width: 1800px;
  width: 100%;
}

.zwc-ai-build:after,
.zwc-ai-build .zwc-part-two:last-child:before {
  content: "";
  position: absolute;
}

.zwc-ai-build:after {
  right: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: url(/sites/zweb/images/creator/ai/builder-ai-bnr.jpg) no-repeat;
  background-size: cover;

}

.zwc-ai-build h1 {
  font-size: var(--h1-font-1);
  max-width: 530px;
}

.zwc-bne-des {
  max-width: 560px;
  font-size: var(--p-font-1);
  padding-right: 10px;
}

.zwc-ai-build .zwc-part-two {
  width: 50%;
}

.zwc-ai-build .zwc-part-two:first-child {
  padding-left: 8%;
}

.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-two:first-child {
  padding-left: 0;
}

.zwc-ai-build .zwc-part-two:first-child a {
  display: none !important;
}

.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-two:first-child a {
  display: inline-block !important;
}

.zwc-ai-build .zwc-part-two:last-child {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.zwc-ai-build .zwc-part-two:last-child:before {
  left: 170px;
  top: -30px;
  width: 340px;
  height: 340px;
  background: linear-gradient(180deg, #FFCCCC 0%, #FFF9DB 100%);
  border-radius: 100%;
  filter: blur(122px);
  display: none;
}

.zwc-build-sets {
  margin-top: 23%;
  max-width: 520px;
}

.zwc-build-title {
  font-size: var(--p-font-1);
  margin-bottom: 24px;
  display: block;
  font-family: var(--zf-secondary-medium);
}

.zwc-ai-build .zwc-part-three {
  width: 33.3%;
}

.zwc-ai-build .zwc-part-three p {
  font-size: 16px;
  font-family: var(--primaryfont-semibold);
  margin-bottom: 0;
}

.zwc-ai-build .zwc-part-three p span {
  display: block;
  font-size: 36px;
}

.zwc-prmt-des,
.zwc-prmt-area div.zwc-launchpad-cnt .zwc-txt-area-cnt {
  display: inline-block;
}

.zwc-prmt-des {
  font-size: var(--p-font-1);
  font-family: var(--zf-secondary-medium);
  margin: 20px 0;
}

.zwc-prmt-area,
.zwc-prmt-area div.zwc-launchpad-cnt,
.zwc-video-hm,
.zwc-launchpad-prmt,
.zwc-launchpad-prmt span,
.zwc-prmt-error p,
.zwc-pmt-bnr {
  position: relative;
}

.zwc-pmt-cnt {
  display: flex;
  align-items: center;
}

.zwc-prmt-area {
  max-width: 768px;
  margin: 0 auto;
  border-radius: 16px;
}

.zwc-prmt-area div.zwc-launchpad-cnt {
  box-shadow: 0px 24px 48px -8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--black);
}

.zwc-prmt-area div.zwc-launchpad-cnt.active {
  border-color: #AD0101;
}

.zwc-prmt-area div.zwc-launchpad-cnt .zwc-txt-area-cnt,
.zwc-prmt-area div.zwc-launchpad-cnt .zwc-prmt-suggestion,
.zwc-prmt-area textarea,
.zwc-launchpad-prmt {
  font-size: 16px;
  font-family: var(--zf-secondary-medium);
}

.zwc-prmt-area div.zwc-launchpad-cnt .zwc-txt-area-cnt {
  color: #ADADAD;
}

.zwc-prmt-area div.zwc-launchpad-cnt .zwc-txt-area-cnt,
.zwc-prmt-area div.zwc-launchpad-cnt .zwc-prmt-suggestion svg {
  margin-right: 8px;
}

.zwc-prmt-area div.zwc-launchpad-cnt .zwc-prmt-suggestion {
  display: none;
  align-items: center;
  border: 1px solid #919191;
  background: transparent;
  width: 100%;
  padding: 9px;
  border-radius: 8px;
  cursor: pointer;
  max-width: max-content;
  color: var(--black);
}

.zwc-prmt-area textarea,
.zwc-lch-btn-list {
  width: 100%;
}

.zwc-prmt-area textarea {
  resize: none;
  height: 120px;
  border-radius: 16px;
  border: none;
  padding: 20px 20px 0 20px;
  line-height: 1.4;
}

.zwc-prmt-area textarea:focus-visible {
  outline: none;
}

.zwc-lch-btn-list {
  padding: 12px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: initial;
}

.zwc-launchpad-prmt {
  border-radius: 12px;
  border: none;
  width: 33px;
  cursor: pointer;
  z-index: 1;
  height: 33px;
  transition: all ease 0.5s;
  background-position: 0 -5px;
}

.zwc-launchpad-prmt:before,
.zwc-launchpad-prmt span:before {
  content: "";
  position: absolute;
}

.zwc-launchpad-prmt:before {
  left: 15px;
  top: 11px;
  z-index: 1;
  width: 10px;
  height: 16px;
  background-position: -465px -4px;
  transform: scale(1.3);
}

.zwc-launchpad-prmt span {
  font-family: var(--primaryfont-semibold);
}

.zwc-launchpad-prmt span:before {
  background: url(/sites/zweb/images/creator/home/zcr-home-pg-sprite.svg) no-repeat;
  background-size: 680px auto;
  display: block;
  right: -33px;
  top: 3px;
  width: 19px;
  height: 16px;
  background-position: -25px -28px;
  transition: all ease .3s;
}

.zwc-launchpad-prmt:hover span:before {
  right: -43px;
}

.signup-box .socl-signup {
  display: none !important;
}

.zwc-prmt-area div.zwc-launchpad-cnt.zwc-prmt-error {
  background-color: transparent;
  margin: 20px 0 0;
  border: none;
  box-shadow: none;
}

.zwc-prmt-error {
  margin: 16px 0;
}

.zwc-prmt-error p,
.zwc-bnr-cnt .zwc-cnt-create p {
  font-size: 14px;
  display: none;
}

.zwc-prmt-error p {
  color: #AD0101;
  text-align: left;
  margin: 0;
  align-items: center;
  padding-left: 24px;
}

.zwc-prmt-error p.zwc-max-error.active,
.zwc-prmt-error p.zwc-min-error.active,
.zwc-prmt-error p.zwc-res-words-error.active {
  display: flex;
}

.zwc-prmt-error p svg {
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  width: auto;
  height: auto;
  margin-right: 8px;
}

.zwc-bnr-cnt .zwc-cnt-create p {
  margin: 24px auto 0;
  max-width: 720px;
}

.zwc-bnr-cnt .zwc-cnt-create p a {
  display: inline-block;
}

.zwc-inspired-builds {
  position: absolute;
  bottom: -2%;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

.zwc-inspired-builds.active {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 40px;
}

.zwc-inspired-builds .zwc-flx-cnt {
  gap: 16px;
}

.zwc-inspired-builds p {
  font-size: var(--p-font-1);
  font-family: var(--zf-primary-medium);
}

.zwc-inspired-builds ul li {
  position: relative;
  background-color: var(--blue-4);
  font-size: 14px;
  border: 1px solid var(--blue-3);
  padding: 8px 16px 8px 42px;
  border-radius: 100px;
  font-family: var(--zf-primary-medium);
  cursor: pointer;
}

.zwc-inspired-builds ul li:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.zwc-inspired-builds ul li:before {
  width: 20px;
  height: 21px;
}

.zwc-inspired-builds ul li:first-child:before {
  background-position: -37px -3px;
}

.zwc-inspired-builds ul li:nth-child(2):before {
  background-position: -56px -3px;
}

.zwc-inspired-builds ul li:nth-child(3):before {
  background-position: -76px -3px;
}

.zwc-inspired-builds ul li:nth-child(4):before {
  background-position: -94px -4px;
}

.zwc-inspired-builds ul li:nth-child(5):before {
  background-position: -116px -4px;
}

.zwc-bnr-form {
  width: 100%;
}

.zwc-hm-cnt a,
.zwc-bnr-form {
  display: none;
}

.zwc-bnr-form.active {
  margin-top: 60px;
}

.pagewrapper h4.zwc-prmt-heading span,
.zwc-bnr-form.active {
  display: block;
}

.pagewrapper h4.zwc-prmt-heading {
  font-size: var(--h2-font-3);
  font-family: var(--zf-secondary-medium);
  line-height: 1.6;
  text-align: center;
}

.zwc-bnr-form .signup-box {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  max-width: 427px;
  padding: 32px;
  margin: 40px auto 0;
  min-height: auto;
}

.umain.zwc-prompt-visible .zwc-prmt-area,
.umain.zwc-prompt-visible .zwc-cnt-create,
.umain.zwc-prompt-visible .zwc-launchpad-prmt,
.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-two:last-child,
.umain.zwc-prompt-visible .zwc-ai-build:after,
.umain .zwc-launchpad-prmt {
  display: none;
}

.umain.zwc-prompt-visible .zwc-prmt-area.active {
  display: block;
}

.umain.zwc-prompt-visible .zwc-ai-build {
  height: 100%;
}

.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-two {
  width: 100%;
}

.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-two,
.umain.zwc-prompt-visible .zwc-ai-build h1,
.umain.zwc-prompt-visible .zwc-bne-des,
.umain.zwc-prompt-visible .zwc-build-title,
.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-three p,
.umain .zwc-hm-cnt {
  text-align: center;
}

.umain.zwc-prompt-visible .zwc-ai-build h1 {
  margin: 0 auto 16px;
  max-width: 100%;
}

.umain.zwc-prompt-visible .zwc-bne-des {
  margin: 0 auto 24px;
  max-width: 700px;
}

.umain.zwc-prompt-visible .zwc-build-sets {
  margin-top: 40px;
}

.umain.zwc-prompt-visible .zwc-ai-build .zwc-part-two:first-child .zwc-flx-cnt {
  max-width: 500px;
  margin: 0 auto;
}

.umain.zwc-prompt-visible .zwc-build-sets {
  margin: 40px auto 0;
}

/* End Banner */
/* Idea Low-code */
.zwc-low-code,
.zwc-vid-option {
  position: relative;
}

.zwc-low-code {
  background: #FAFAFA;
}

.zwc-low-code:before,
.zwc-vid-icons {
  content: "";
  position: absolute;
}

.zwc-low-code:before {
  left: 140px;
  top: 50%;
  width: 558px;
  height: 558px;
  background: linear-gradient(180deg, #FFCCCC 0%, #FFF9DB 100%);
  border-radius: 100%;
  filter: blur(122px);
  transform: translate(0%, -50%);
}

.zwc-low-code h2 {
  text-align: center;
  font-size: var(--h2-font-1);
  margin-bottom: 48px;
}

.zwc-vid-option {
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.zwc-vid-option video {
  border-radius: 32px;
}

.zwc-vid-icons {
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-indent: -9999px;
  border: initial;
}

.zwc-vid-icons.zwc-vid-pause {
  background-position: -520px -4px;
}

.zwc-vid-icons.zwc-vid-play {
  background-position: -487px -4px;
}

/* End Idea Low-code */
/* AI App builder */
.zwc-ai-builder {
  background: var(--blue-2);
}

.zwc-ai-builder h2 {
  text-align: center;
  font-size: var(--h2-font-1);
  max-width: 810px;
  margin: 0 auto 48px;
}

.zwc-ai-builder h3 {
  position: relative;
  font-size: var(--h3-font-2);
  margin-bottom: 20px;
  padding-top: 78px;
}

.zwc-ai-builder h3:before,
.zwc-ai-builder h3:after {
  content: "";
  position: absolute;
}

.zwc-ai-builder h3:before {
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  background-color: var(--blue-3);
  border-radius: 8px;
  display: block;
  margin-bottom: 20px;
}

.zwc-ai-builder h3:after {
  top: 12px;
  left: 7px;
  z-index: 1;
  width: 41px;
  height: 36px;
  background-position: -136px -4px;
}

.zwc-ai-builder .zwc-flx-three:nth-child(2) h3:after {
  background-position: -175px -4px;
}

.zwc-ai-builder .zwc-flx-three:nth-child(3) h3:after {
  background-position: -212px -4px;
}

.zwc-ai-builder .zwc-flx-three:nth-child(4) h3:after {
  background-position: -257px -4px;
}

.zwc-ai-builder .zwc-flx-three:nth-child(5) h3:after {
  background-position: -296px -4px;
}

.zwc-ai-builder .zwc-flx-three:nth-child(6) h3:after {
  background-position: -334px -4px;
}

.zwc-ai-builder .zwc-flx-cnt {
  gap: 16px;
}

.zwc-ai-builder .zwc-flx-three {
  width: 32.3%;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}

.zwc-ai-builder .zwc-flx-three p {
  font-size: var(--p-font-2);
}

.zwc-ai-builder .zwc-flx-three li {
  list-style-type: disc;
  margin: 0 0 16px 14px;
}

/* End AI App builder */
/* AI Action */
.zwc-ai-action h2,
.zwc-ai-tablist li {
  text-align: center;
}

.zwc-ai-action h2 {
  font-size: var(--h2-font-1);
}

.zwc-ai-tablist,
.zwc-ai-tablist li {
  display: flex;
  align-items: center;
}

.zwc-ai-tablist {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 360px;
  margin: 36px auto 40px;
  gap: 40px;
}

.zwc-ai-tablist li {
  position: relative;
  font-size: 20px;
  width: 20.3%;
  flex-direction: column;
  transition: all ease 0.5s;
  cursor: pointer;
}

.zwc-ai-tablist li:first-child:before,
.zwc-ai-tablist li:first-child:after {
  display: none;
}

.zwc-ai-tablist li:before,
.zwc-ai-tablist li:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  border-radius: 8px;
}

.zwc-ai-tablist li:before {
  left: -49px;
  width: 58px;
  height: 4px;
  background-color: #E7E7E7;
}

.zwc-ai-tablist li:after {
  left: -49px;
  width: 0;
  height: 4px;
  background-color: var(--blue-3);
}

.zwc-ai-tablist li.active:after {
  width: 58px;
  transition: all ease 0.5s;
}

.zwc-ai-tablist li span {
  position: relative;
  font-family: var(--zf-splfont-cursive-one-regular);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 28px;
}

.zwc-ai-tablist li.active span {
  color: #fff;
}

.zwc-ai-tablist li span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -13px;
  z-index: -1;
  height: 34px;
  width: 34px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
  border-radius: 8px;
}

.zwc-ai-tablist li.active span:before {
  background-color: var(--blue-3);
  color: #fff;
}

.zwc-tab-container {
  background: url(/sites/zweb/images/creator/ai/ai-action-bg.jpg) no-repeat;
  padding: 60px;
  border-radius: 16px;
  position: relative;
  background-size: cover;
}

.zwc-tab-content .zwc-part-two {
  width: 55%;
}

.zwc-tab-content .zwc-part-two:last-child {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-ai-tool-img {
  position: relative;
}

.zwc-ai-tool-img:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 328px;
  height: 328px;
  background: linear-gradient(180deg, #FFCCCC 0%, #FFF9DB 100%);
  border-radius: 100%;
  filter: blur(122px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.zwc-tab-content,
.zwc-tab-content .zwc-flx-cnt {
  position: relative;
}

.zwc-tab-content {
  z-index: 2;
}

.zwc-tab-content .zwc-flx-cnt {
  top: 30px;
  transition: all ease 0.5s;
}

.zwc-tab-content.activetab .zwc-flx-cnt {
  top: 0;
}

.zwc-interface-img {
  max-width: 320px;
}

.zwc-tab-content span {
  font-size: 32px;
  font-family: var(--zf-splfont-cursive-one-regular);
}

.zwc-tab-content h3 {
  font-size: var(--h2-font-2);
  color: var(--blue-3);
}

.zwc-tab-content ul {
  margin-top: 28px;
}

.zwc-tab-content ul li {
  font-size: var(--p-font-2);
  max-width: 514px;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
}

.zwc-tab-content ul li:before,
.activebg-interface:after {
  content: "";
  position: absolute;
  z-index: 1;
}

.zwc-tab-content ul li:before {
  background-position: -470px -4px;
  width: 16px;
  height: 23px;
  left: 0;
  top: 5px;
}

.zwc-tab-content p {
  margin-bottom: 0;
  background-color: var(--blue-4);
  padding: 20px 30px;
  border-radius: 40px;
  max-width: 554px;
  font-size: var(--p-font-2);
}

.activebg-interface:after {
  background: url(/sites/zweb/images/creator/ai/interface-ai-bg.png) no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}

/* End AI Action */
/* Testimonial */
.zwc-testimonial {
  position: relative;
  background: #fff;
}

.zwc-testimonial:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10%;
  z-index: -1;
  background: linear-gradient(180deg, #FFF 0%, #EFF2FB 26.71%, #FFF 100%);
  width: 100%;
  height: 130%;
}

.pagewrapper .zwc-testimonial .content-wrap {
  padding: 70px 16px;
  background: #fff;
  border-radius: 8px;
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-wrap>div {
  max-width: 800px;
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-slider p span {
  font-family: var(--zf-primary-medium);
}

.zwc-testi-slider .zwc-testi-desc,
.zwc-testi-slider p {
  font-family: var(--primaryfont-semibold);
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-slider p {
  font-size: 16px;
}

.zwc-testimonial .zwc-test-heading,
.zwc-testi-slider .zwc-testi-prfl div img,
.zwc-testi-slider p span {
  display: block;
}

.zwc-testimonial .zwc-test-heading {
  line-height: 24px;
  margin: 0 auto 16px;
}

.zwc-testi-wrap>div {
  margin: 0 auto;
}

.zwc-testi-slider .zwc-testi-desc {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}

.zwc-testi-slider .zwc-testi-prfl div img {
  border-radius: 50px;
  margin-right: 16px;
}

.zwc-testi-slider p {
  font-size: 20px;
  margin-bottom: 0;
}

.zwc-testi-slider p span {
  font-size: 16px;
}

.pagewrapper p.zwc-mr-btn {
  position: relative;
  text-align: right;
  margin: 20px 70px 0 0;
}

.pagewrapper p.zwc-mr-btn:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 14px;
  z-index: 1;
  background: #E5E5E5;
  height: 1px;
  width: 63%;
}

.zwc-testimonial .slick-next,
.zwc-testimonial .slick-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.25);
}

.zwc-testimonial .slick-prev {
  left: 5%;
}

.zwc-testimonial .slick-next {
  right: 5%;
}

.zwc-testimonial .slick-prev:before {
  top: 6px;
  left: 14px;
  background-position: -435px -4px;
  height: 30px;
  width: 16px;
  transform: rotate(180deg);
}

.zwc-testimonial .slick-prev:after {
  bottom: 9px;
  left: 21px;
  display: none;
}

.zwc-testimonial .slick-next:before {
  top: 12px;
  right: 16px;
  background-position: -434px -4px;
  height: 25px;
  width: 16px;
  transform: rotate(0);
}

.zwc-testimonial .slick-next:after {
  bottom: 9px;
  right: 21px;
  display: none;
}

.zwc-testi-wrap .zwc-flx-cnt {
  align-items: center;
}

.zwc-testimonial .slick-dots {
  margin: 30px 0;
}

.zwc-testi-prf-logo {
  justify-content: space-between;
}

/* End Testimonial */
/* Bottom CTA */
.zwc-ai-btm-cta {
  text-align: center;
}

.zwc-ai-btm-cta h2 {
  font-size: var(--h2-font-1);
  margin-bottom: 24px;
}

/* End Bottom CTA */
/* FAQ */
.zwc-faq {
  background: #030303;
}

.zwc-faq-heading,
.zwc-faq-item,
.zwc-faq-cnt h3,
.zwc-faq-cnt h3 button {
  position: relative;
}

.zwc-faq-heading {
  width: 40%;
}

.zwc-faq-heading div {
  position: sticky;
  top: 90px;
}

.zwc-faq-heading h2 {
  font-size: var(--h2-font-1);
  letter-spacing: -0.96px;
  max-width: 420px;
  color: #fff;
}

.zwc-faq-cnt {
  width: 60%;
}

.zwc-faq-item {
  margin-bottom: 16px;
  background: #141414;
}

.zwc-faq-item:last-child {
  margin-bottom: 0;
}

.zwc-faq-item.active h3 span:after {
  display: none;
}

.zwc-faq-cnt h3 {
  margin-bottom: 0;
  z-index: 2;
  color: #D1D1D1;
}

.zwc-faq-cnt h3 button {
  font-size: var(--h3-font-3);
  letter-spacing: -0.4px;
  margin-bottom: 0;
  cursor: pointer;
  padding: 24px 56px 24px 24px;
  background: transparent;
  border: inherit;
  width: 100%;
  text-align: left;
  font-family: var(--primaryfont-semibold);
  z-index: 2;
  color: #D1D1D1;
}

.zwc-faq-cnt h3 span,
.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  content: "";
  position: absolute;
  cursor: pointer;
}

.zwc-faq-cnt h3 span {
  right: 26px;
  top: 26px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100px;
}

.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  background: var(--black);
  z-index: 2;
  border-radius: 8px;
}

.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zwc-faq-cnt h3 span:before {
  height: 2px;
  width: 14px;
}

.zwc-faq-cnt h3 span:after {
  width: 2px;
  height: 14px;
}

.zwc-faq-ans {
  display: none;
  padding: 0 24px 24px;
}

.zwc-faq-item:first-child .zwc-faq-ans {
  display: block;
}

.zwc-faq-ans p {
  font-size: var(--p-font-2);
  margin-bottom: 0;
  max-width: 660px;
  color: #D1D1D1;
}

.zwc-faq-ans p a {
  color: var(--zwc-link-clr-dark);
}

.zwc-faq-heading a {
  margin-top: 24px;
}

/* End FAQ */

/* Challenges */
.zwc-ind-challenges {
  background: #012B99;
  color: #fff;
  border-radius: 35px;
  max-width: 1620px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}

.pagewrapper .zwc-ind-challenges .content-wrap {
  padding: 0;
}

.zwc-ind-challenges:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 1;
  width: 84px;
  height: 100%;
  background: url(/sites/zweb/images/creator/industry/solving-education.png) no-repeat;
  background-size: cover;
}

.zwc-ind-challenges h2 {
  font-size: 48px;
  max-width: 620px;
}

.zwc-ind-challenges .zwc-chl-desc {
  font-size: 20px;
  font-family: var(--zf-secondary-medium);
  max-width: 670px;
}

.zwc-temp-btn {
  padding: 12px 25px;
  background: #fff;
  color: #000;
  font-family: var(--zf-primary-semibold), sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
}

.zwc-challenge-slider {
  margin-top: 120px;
}

.zwc-challenge-slider .slick-dots {
  margin-top: 30px;
}

.zwc-ind-challenges .zwc-slider-chan-cnt p {
  font-size: 24px;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.4);
  transition: all ease 0.5s;
}

.zwc-ind-challenges .slick-active p {
  color: #fff;
}

.zwc-ind-challenges .slick-slide p:last-child {
  margin-bottom: 0;
  font-size: 20px;
}

.zwc-ind-challenges .slick-next,
.zwc-ind-challenges .slick-prev {
  border: 2px solid #fff;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  top: -160px;
}

.zwc-ind-challenges .slick-prev {
  right: 260px;
  left: inherit;
}

.zwc-ind-challenges .slick-next {
  right: 206px;
}

.zwc-ind-challenges .slick-prev:after,
.zwc-ind-challenges .slick-next:after {
  display: none;
}

.zwc-ind-challenges .slick-prev:before,
.zwc-ind-challenges .slick-next:before {
  top: 5px;
  right: 9px;
  background-position: -434px -4px;
  height: 25px;
  width: 16px;
  transform: rotate(0) scale(0.8);
  filter: brightness(1000);
}

.zwc-ind-challenges .slick-prev:before {
  top: 0px;
  left: 8px;
  background-position: -435px -4px;
  height: 30px;
  width: 16px;
  transform: rotate(180deg) scale(0.8);
}

.slick-dots li {
  background: #AFB1BB;
  border: 1px solid #AFB1BB;
}


/* End Challenges */




@media(max-width:1440px) {
  .pagewrapper {
    --h1-font-1: 68px;
    --h2-font-1: 40px;
    --h2-font-2: 32px;
    --h3-font-1: 28px;
    --a-font-2: 22px;
    --p-font-1: 18px;

  }

  .pagewrapper .content-wrap {
    padding: 80px 0;
  }

  /* Banner  */
  .zwc-ai-build .zwc-part-two:first-child {
    padding-left: 4%;
  }

  .zwc-inspired-builds ul li {
    padding: 8px 12px 8px 32px;
    font-size: 13px;
  }

  .zwc-inspired-builds ul li:before {
    left: 9px;
  }

  .zwc-inspired-builds .zwc-flx-cnt {
    gap: 12px;
  }

  .zwc-ai-build .zwc-part-two:last-child {
    max-width: 560px;
  }

  .zwc-build-sets {
    margin-top: 17%;
  }

  /* End Banner */
  /* Testimonial  */
  .zwc-testimonial .zwc-test-heading,
  .zwc-testi-wrap>div {
    max-width: 700px;
  }

  .pagewrapper p.zwc-mr-btn:before {
    width: 60%;
  }

  /* End Testimonial */
  /* Challenges */
  .zwc-ind-challenges {
    border-radius: 20px;
  }

  .zwc-ind-challenges:before {
    display: none;
  }

  .zwc-challenge-slider {
    margin-top: 80px;
  }

  .zwc-ind-challenges {
    padding: 100px 0;
  }

  .zwc-ind-challenges .slick-next,
  .zwc-ind-challenges .slick-prev {
    top: -110px;
  }

  .zwc-ind-challenges h2 {
    max-width: 570px;
    font-size: 40px;
  }

  .zwc-ind-challenges .zwc-chl-desc,
  .zwc-ind-challenges .slick-slide p:last-child {
    font-size: 18px;
  }

  .zwc-ind-challenges .zwc-slider-chan-cnt p {
    font-size: 22px;
  }

  /* End Challenges */
}

@media(max-width:1280px) {

  /* Testimonial  */
  .pagewrapper p.zwc-mr-btn:before {
    left: 13%;
    width: 61%;
  }

  .zwc-testimonial .slick-prev {
    left: 0;
  }

  .zwc-testimonial .slick-next {
    right: 0;
  }

  /* End Testimonial */
  /* FAQ  */
  .zwc-faq-heading,
  .zwc-faq-cnt {
    width: 100%;
  }

  .zwc-faq-heading h2 {
    margin-bottom: 40px;
    max-width: inherit;
  }

  .zwc-faq-cnt .zwc-sec-cta-dark {
    margin-top: 20px;
  }

  .zwc-faq-heading div {
    position: static;
    top: 0;
  }

  /* End FAQ */
}

@media(max-width:1199px) {
  .pagewrapper {
    --h1-font-1: 48px;
    --h2-font-1: 36px;
    --a-font-2: 18px;
    --p-font-1: 16px;
  }

  .pagewrapper .content-wrap {
    padding: 70px 0;
  }

  /* Banner  */
  .pagewrapper .zwc-ai-build .content-wrap {
    width: 95%;
  }

  .zwc-ai-build .zwc-part-two:first-child {
    padding-left: 0;
  }

  .zwc-ai-build .zwc-part-two:last-child {
    margin: 0;
    max-width: inherit;
  }

  .zwc-ai-build {
    height: 100%;
  }

  .zwc-ai-build h1 {
    max-width: inherit;
  }

  .zwc-bne-des {
    max-width: 80%;
    padding-right: 0;
  }

  .zwc-ai-build .zwc-part-two {
    width: 100%;
  }

  .zwc-ai-build .zwc-part-two:last-child {
    background: url(/sites/zweb/images/creator/ai/builder-ai-bnr.jpg) no-repeat;
    background-size: cover;
    padding: 40px 24px;
  }

  .zwc-ai-build:after,
  .zwc-ai-build .zwc-part-two:last-child:before,
  .zwc-ai-build .zwc-part-two:first-child .zwc-build-sets {
    display: none;
  }

  .zwc-build-sets {
    margin-top: 40px;
    max-width: 460px;
  }

  .zwc-inspired-builds {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 40px;
  }

  .zwc-prmt-area {
    margin: 0;
  }

  .zwc-prmt-area textarea {
    height: 100px;
  }

  .zwc-lch-btn-list {
    padding: 12px 20px;
  }

  .zwc-prmt-des {
    margin: 0 0 20px;
  }

  /* End Banner */
  /* Idea low-code */
  .zwc-vid-option video {
    border-radius: 12px;
  }

  /* End Idea low-code */
  /* AI Action */
  .zwc-tab-container {
    padding: 40px;
  }

  .zwc-tab-content ul li {
    max-width: 470px;
  }

  /* End AI Action */
  /* AI App builder */
  .zwc-ai-builder .zwc-flx-three {
    width: 32.2%;
    padding: 30px;
  }

  /* End AI App builder */
  /* Testimonial */
  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    max-width: 675px;
  }

  .pagewrapper p.zwc-mr-btn:before {
    width: 63%;
    left: 9%;
  }

  /* End Testimonial */

  /* Challenges */
  .zwc-ind-challenges {
    padding: 80px 0;
  }

  .zwc-challenge-slider {
    margin-top: 60px;
  }

  .zwc-ind-challenges .zwc-slider-chan-cnt p {
    max-width: 300px;
    font-size: 20px;
  }

  .zwc-ind-challenges h2 {
    max-width: 500px;
    font-size: 36px;
  }

  /* End Challenges */
}

@media(max-width:1024px) {

  /* AI App builder */
  .zwc-ai-builder .zwc-flx-three {
    width: 48%;
  }

  /* End AI App builder */
}

@media(max-width:991px) {

  /* Banner  */
  .zwc-bnr-form .signup-box {
    display: block;
  }

  /* End Banner */
  /* AI Action */
  .zwc-tab-content .zwc-part-two {
    width: 100%;
  }

  .zwc-tab-content .zwc-part-two:last-child {
    display: none;
  }

  .zwc-tab-content p {
    border-radius: 10px;
    padding: 20px;
  }

  .zwc-tab-content ul li {
    max-width: 100%;
  }

  /* End AI Action */
  /* Testimonial */
  .pagewrapper .zwc-testimonial .content-wrap {
    padding: 60px 16px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    max-width: 560px;
  }

  .zwc-testimonial p.zwc-mr-btn {
    margin: 20px 40px 0 0;
  }

  .zwc-testi-slider .zwc-testi-desc {
    font-size: 32px;
    line-height: 44px;
  }

  .pagewrapper p.zwc-mr-btn:before {
    display: none;
  }

  .zwc-testi-logo {
    width: 100%;
    margin-top: 24px;
  }

  /* End Testimonial */
}

@media(max-width:767px) {

  .body-umain .z-bottom-cta-menu a.loggedin {
    display: block;
  }

  .z-bottom-cta-menu a.loggedout {
    display: none;
  }

  .pagewrapper .content-wrap {
    padding: 60px 0;
  }

  .z-bottom-cta-menu {
    box-shadow: none;
    background: transparent;
  }

  .z-bottom-cta-menu.onscroll a {
    display: none;
  }

  /* Banner  */
  .pagewrapper .zwc-ai-build .content-wrap {
    width: 90%;
  }

  .zwc-bne-des {
    max-width: 100%;
  }

  /* End Banner */
  /* Idea Low-code */
  .zwc-low-code:before {
    left: 0;
    width: 208px;
    height: 208px;
  }

  /* End Idea Low-code */
  /* AI App builder */
  .zwc-ai-builder .zwc-flx-three {
    width: 100%;
    padding: 28px;
  }

  /* End AI App builder */
  /* AI Action */
  .zwc-tab-container {
    padding: 26px;
  }

  /* End AI Action */
  /* Testimonial */
  .pagewrapper .zwc-testimonial .content-wrap,
  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    max-width: inherit;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    padding: 0 70px;
  }

  .zwc-testi-slider .zwc-testi-desc {
    font-size: 24px;
    line-height: 32px;
  }

  .zwc-testi-slider p {
    width: 100%;
  }

  /* End Testimonial */
  /* Challenges */
  .zwc-ind-challenges {
    padding: 70px 0;
  }

  .zwc-ind-challenges .zwc-slider-chan-cnt p {
    max-width: 600px;
  }

  .zwc-ind-challenges h2 {
    font-size: 32px;
  }

  /* End Challenges */
}

@media(max-width:480px) {

  /* Banner  */
  .zwc-ai-build .zwc-part-two:last-child {
    padding: 32px 16px;
  }

  .zwc-inspired-builds .zwc-flx-cnt {
    gap: 16px;
  }

  .zwc-inspired-builds ul li {
    padding: 8px 24px 8px 44px;
    font-size: 14px;
  }

  .zwc-inspired-builds ul li:before {
    left: 16px;
  }

  /* End Banner */
  /* Testimonial */
  .zwc-testi-wrap {
    display: none;
  }

  .zwc-testimonial .zwc-testi-wrap:first-child {
    display: block;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial .zwc-test-heading {
    padding: 0;
  }

  .zwc-testimonial p.zwc-mr-btn {
    text-align: left;
    margin: 20px 20px 0 0;
  }

  /* End Testimonial */
}