:root {
  --h1-size: clamp(32px,3.8vw,64px);
  --h2-size: clamp(28px,3.3vw,56px);
  --h3-size: clamp(26px,4vw,40px);
  --h4-size: 48px;
  --h5-size: 32px;
  --h6-size: 24px;
  --h1-line-height: 1.1;
  --h2-line-height: 1.2;
  --h3-line-height: 1.3;
  --h4-line-height: 1.4;
  --h5-line-height: 1.5;
  --h6-line-height: 1.6;
  --h8-line-height: 1.8;
  --white-color: #fff;
  --black-color: #000;
  --secBg: #0f111a;
  --secGap: clamp(60px,8vw,140px)
}

picture,img {
  display: block
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100;
  font-size: 14px;
  font-family: var(--zf-primary-semibold)
}

.zw-template-inner {
  text-wrap: pretty
}

.skip-link:focus {
  top: 0
}

#zw-template-inner a:not(.act-btn) {
  color: var(--zwc-link-clr)
}

.zwc-btn-set .custom-btn {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  padding: 12px 50px 12px 30px
}

.txt-cntr {
  text-align: center
}

.flx-jstfy-cntr {
  justify-content: center
}

.zcol-wrap,.dflx {
  display: flex;
  flex-wrap: wrap
}

.flx-dir-col {
  flex-direction: column
}

.zwc-content-wrap .zcol-5 {
  max-width: calc(41.67% - 10px);
  flex-basis: calc(41.67% - 10px)
}

.zwc-content-wrap .zcol-7 {
  max-width: calc(58.33% - 10px);
  flex-basis: calc(58.33% - 10px)
}

.zwc-content-wrap .zcol-10 {
  max-width: calc(83.33% - 10px);
  flex-basis: calc(83.33% - 10px)
}

.zwc-content-wrap .zcol-11 {
  max-width: calc(91.67% - 10px);
  flex-basis: calc(91.67% - 10px)
}

.zw-product-header {
  background-color: var(--secBg)
}

.act-btn {
  padding: 12px 50px 12px 30px;
  position: relative;
  border-radius: 4px;
  font-size: 16px
}

.zwc-banner-wrap .act-btn,.zwc-view-doc {
  background: var(--primary-btn-color);
  color: #fff
}

.web-mobile {
  display: flex;
  gap: 10px;
  margin: 50px 0 0;
  font-size: 14px;
  align-items: center;
  justify-content: center
}

.web-mobile span {
  display: inline-flex;
  gap: 5px;
  border: 1.2px solid #524761;
  padding: 4px 11px;
  border-radius: 20px
}

.mlauto {
  margin-left: auto
}

.mrauto {
  margin-right: auto
}

.zwc-title h1 {
  font-size: var(--h1-size);
  letter-spacing: -2px;
  font-family: var(--primaryfont-semibold);
  max-width: clamp(300px,80vw,820px);
  margin-inline:auto}

.zwc-title h2 {
  font-size: var(--h2-size);
  letter-spacing: -1.12px;
  line-height: calc(var(--font, var(--h2-size)) + 8px)
}

.main-content {
  justify-content: center;
  text-align: center
}

.zwc-banner-wrap {
  padding-block:calc(var(--secGap) / 2) calc(var(--secGap) * 2);position: relative;
  background: url("/sites/zweb/images/apptics/feature/apptics-feature-bggradient.png") no-repeat #0f111a;
  background-size: cover;
  background-position: center 200px;
  color: var(--white-color);
  padding-bottom: 270px
}

.zwc-banner-wrap .zwc-title p {
  max-width: clamp(300px,80vw,800px);
  font-size: clamp(17px,2.5vw,19px);
  margin: 0 auto 40px
}

.watch-btn {
  padding: 12px 0 10px 35px;
  position: relative;
  font-size: clamp(17px,2.5vw,19px);
  cursor: pointer;
  font-family: var(--zf-primary-semibold);
  background: 0;
  border: 0;
  display: block;
  color: #fff
}

.watch-btn:after,.watch-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%)
}

.watch-btn:before {
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%
}

.watch-btn:after {
  left: 11px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff
}

.zwc-btn-set {
  gap: 25px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.zwc-left-wrap {
  width: 40%;
  max-width: 420px;
  position: relative;
  justify-content: flex-end
}

.zwc-right-wrap {
  width: 60%;
  max-width: 700px;
  justify-content: right
}

.zwc-tab-sec {
  padding-block: calc(var(--secGap) / 1.8);
  align-items: center;
  gap: calc(var(--secGap) / 1.8);
  justify-content: space-between
}

.zwc-main-img,.zwc-center-wrap span.banner-video video {
  z-index: 1;
  position: relative
}

.zwc-sub-img {
  position: absolute;
  left: 60px;
  bottom: 50px;
  border-radius: 10px
}

.zwc-feature-1 .zwc-sub-img {
  border-radius: 5px;
  max-width: 22%
}

.zwc-tab-sec .zwc-right-wrap h2 {
  font-size: clamp(32px,5vw,56px);
  letter-spacing: -1.2px;
  font-family: var(--primaryfont-semibold);
  line-height: 1.1;
  margin-bottom: 20px
}

.zwc-tab-sec .zwc-right-wrap p {
  font-size: clamp(17px,2.5vw,18px);
  letter-spacing: -0.32px;
  max-width: 360px;
  margin-bottom: 0
}

.zwc-tab-wrap .zwc-title p {
  max-width: 700px;
  margin: 0 auto 20px auto
}

.zwc-tab-wrap {
  padding-block:var(--secGap)}

.zwc-tab-sec h3 {
  font-size: var(--h3-size);
  font-family: var(--primaryfont-semibold);
  line-height: 1.2
}

.zwc-tab-sec .zwc-left-wrap p {
  max-width: 435px
}

.zwc-right-wrap span,.zwc-center-wrap span.banner-video {
  position: relative;
  z-index: 2;
  padding: 40px
}

.banner-video.zvidesec {
  position: relative
}

.zwc-right-wrap span:before,.zwc-center-wrap span.banner-video:before {
  background: url("/sites/zweb/images/apptics/appcrash/crash-bg.jpg");
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px
}

.zwc-feature-1 .zwc-right-wrap span:before {
  background: url("/sites/zweb/images/apptics/appcrash/comprehensive-bg.jpg")
}

.zwc-feature-3 .zwc-center-wrap span:before {
  background: url("/sites/zweb/images/apptics/appcrash/ai-bg.jpg");
  background-size: cover
}

.zwc-feature-4 .zwc-right-wrap span:before {
  transform: rotate(180deg)
}

.zwc-feature-5 .zwc-right-wrap span:before {
  background: url("/sites/zweb/images/apptics/appcrash/comprehensive-bg.jpg");
  transform: rotate(180deg)
}

.zwc-center-wrap p {
  max-width: 720px;
  margin: 0 auto 40px
}

.zwc-feature-2 .zwc-sub-img {
  right: -2%;
  left: unset;
  bottom: 3.5%;
  max-width: 668px;
  width: 96%
}

.zwc-main-img {
  border-radius: 10px
}

.zwc-feature-3 .zwc-sub-img {
  max-width: 470px;
  width: 38%;
  right: -5%;
  left: auto;
  bottom: -5%;
}

.zwc-feature-4 .zwc-sub-img {
  left: unset;
  right: 10px;
  bottom: 10px;
  max-width: 250px;
  width: 37%;
}

.zwc-feature-5 .zwc-sub-img {
  left: unset;
  right: 0;
  bottom: -5%;
  max-width: 630px;
  width: 90%
}

.main-img {
  justify-content: flex-end;
  display: inline-flex
}

.zwc-supportWrap {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px
}

.zwc-tbAppend {
  gap: 34px 10px;
  flex-wrap: wrap;
  max-width: 80%;
  margin-inline: auto;
  justify-content: center
}

.zwc-iconBox {
  width: 100px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 1
}

.zwc-tbAppend img {
  width: clamp(40px,4.1vw,55px);
  aspect-ratio: 1;
  display: inline-block;
  margin-inline:auto;position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%,-50%)
}

.zwc-tbAppend .zwc-supportOS {
  display: block;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #000
}

.zwc-watchOs {
  gap: 0;
  justify-content: center;
  content: "";
  color: #fff;
  background-color: #000;
  height: 55px;
  width: 55px;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  flex-direction: column;
  font-size: 12px;
  line-height: normal;
  text-align: center
}

.zwc-os {
  display: block;
  width: 100%;
  font-size: clamp(18px,2.8vw,22px);
  line-height: 20px;
  font-family: var(--zf-secondary-medium)
}

.zwc-footer-wrap .custom-btn {
  border: 2px solid var(--black-color);
  color: var(--black-color)
}

.zwc-footer-wrap a.act-btn.custom-btn:after {
  filter: invert(1)
}

.zwc-support .content-wrap {
  max-width: 1300px
}

.zwc-footer-wrap {
  padding-block:var(--secGap)}

.faq-content li {
  list-style: disc;
  margin-block:10px;margin-left: 20px
}

.faq-content li:last-child {
  margin-bottom: 20px
}

.zfaqWrapper .zfaq-wrap {
  background: #e9e9e9;
  margin-bottom: 10px;
  padding: 10px 20px 8px 20px
}

.zfaqWrapper button {
  font-size: clamp(17px,2.5vw,18px);
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 20px 35px 20px 25px;
  font-family: var(--zf-secondary-semibold);
  border: 0;
  position: relative;
  background: transparent;
  text-align: left;
  color: #000
}

.zfaqWrapper .zfaq-wrap .faq-content {
  display: none;
  padding: 0 20px
}

.zfaqWrapper .zfaq-wrap.active .faq-content {
  display: block
}

.zfaqWrapper {
  counter-reset: faq-item;
  max-width: 800px;
  margin-inline:auto;text-align: left
}

.zfaqWrapper button::before {
  position: absolute;
  left: 0;
  top: 20px;
  counter-increment: faq-item;
  content: counter(faq-item) ". "
}

.zfaqWrapper button::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border: 2px solid;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  transition: all .5s ease-in-out;
  top: 22px;
  right: 10px
}

.zfaq-wrap.active button::after {
  transform: rotate(135deg)
}

.faq-section {
  background: #f5f5f5;
  padding-block:var(--secGap)}

a.custom-btn: after {
  position:absolute;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  height: 0;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0
}

a.act-btn:after {
  content: "";
  height: 11px;
  width: 11px;
  border: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  border-width: 2px 0 0 2px;
  transform: translate(-50%,-50%) rotate(135deg);
  background: transparent;
  margin: auto;
  bottom: 0
}

.zwc-footer-wrap a.custom-btn:before {
  border: 2px solid #000
}

.zwc-footer-wrap h2 {
  margin: 0 0 40px 0
}

.zwc-tab-wrap .content-wrap {
  margin-top: -270px;
  background: #f4f0ff;
  padding: 100px 0;
  border-radius: 12px;
  border: 1px solid #dacdff
}

.zwc-tb {
  margin: 40px auto 0
}

.zwe-om .zwc-sub-img {
  transform: translateY(0);
  opacity: 1
}

.zwc-section-title {
  font-size: var(--h2-size);
  text-align: center;
  display: block;
  max-width: clamp(300px,80vw,800px);
  margin-inline:auto}

.zwc-event-analytics {
  margin-inline:auto}

.zwc-event-analytics {
  position: relative;
  padding: 40px;
  border-radius: 10px
}

.zwc-event-analytics::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 0;
  background: url("/sites/zweb/images/apptics/appcrash/comprehensive-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat
}

.zwc-event-arrows {
  gap: 10px;
  justify-content: flex-end;
  margin-top: 30px;
  width: 100px;
  margin-left: auto;
  position: relative;
  z-index: 2
}

.zwc-event-arrows .zwc-prevNav,.zwc-event-arrows .zwc-nextNav {
  background: url(/sites/zweb/images/apptics/sprite.svg);
  background-size: 200px;
  width: 38px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: -162px -3px;
  cursor: pointer;
  transform: rotate(180deg);
  position: static;
  text-indent: -9999px;
  border: 0
}

.zwc-event-arrows .zwc-nextNav {
  transform: rotate(0)
}

.zwc-event-arrows .zwc-prevNav[aria-disabled="true"] {
  background-position: -118px -3px;
  transform: rotate(0)
}

.zwc-event-arrows .zwc-nextNav[aria-disabled="true"] {
  background-position: -118px -3px;
  transform: rotate(180deg)
}

.seamless-slider {
  width: 100%;
  max-width: 700px;
  position: relative;
  padding: 40px 40px 80px 40px;
  border-radius: 10px
}

.seamless-slider::before,.seamless-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1
}

.seamless-slider::before {
  background: url("/sites/zweb/images/apptics/appcrash/comprehensive-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0
}

.seamless-slider::after {
  background: linear-gradient(135deg,rgba(15,17,26,0.8) 0,rgba(50,30,80,0.6) 50%,rgba(15,17,26,0.8) 100%);
  top: 0;
  left: 0
}

.seamless-slider .slide-item {
  padding: 0 10px
}

.seamless-slider .slide-item img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1
}

.zwc-feature-1 .seamless-slider {
  padding: 40px
}

.seamless-slider .slick-list {
  position: relative;
  z-index: 2
}

.seamless-slider .slick-arrow-custom {
  position: absolute;
  bottom: -9%;
  top: auto;
  z-index: 10;
  background: url(/sites/zweb/images/apptics/sprite.svg);
  background-size: 200px;
  width: 38px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: -162px -3px;
  cursor: pointer;
  text-indent: -9999px;
  border: 0
}

.seamless-slider .slick-arrow-custom::before,.seamless-slider .slick-arrow-custom::after {
  display: none;
  content: none
}

.seamless-slider .slick-prev {
  right: 45px;
  left: auto;
  transform: rotate(180deg)
}

.seamless-slider .slick-next {
  right: 0;
  left: auto;
  transform: rotate(0)
}

.seamless-slider .slick-prev[aria-disabled="true"] {
  background-position: -118px -3px;
  transform: rotate(0)
}

.seamless-slider .slick-next[aria-disabled="true"] {
  background-position: -118px -3px;
  transform: rotate(180deg)
}

.zwc-feature-3 {
  display: block
}

.zwc-event-img {
  position: relative
}

@media screen and (min-width: 768px) {
  .zwc-sub-img {
      position:absolute;
      right: -4.5%;
      left: auto;
      bottom: -7%;
      transform: translateY(30px);
      transition-duration: .5s;
      transition-timing-function: ease;
      transition-delay: .5s;
      opacity: 0;
      z-index: 2;
      border-radius: 0
  }
}

@media screen and (max-width: 1499px) {
  .zwc-iconBox {
      width:95px
  }
}

@media screen and (max-width: 1399px) {
  .zwc-right-wrap {
      max-width:620px
  }

  .zwc-iconBox {
      width: 85px
  }
}

@media screen and (max-width: 1299px) {
  .zwc-right-wrap {
      max-width:560px
  }
}

@media screen and (max-width: 1199px) {
  .zwc-banner-wrap {
      padding-block:var(--secGap)
  }

  .zw-template-inner {
      text-wrap: balance
  }

  .zwc-right-wrap {
      max-width: 480px
  }

  .zwc-supportWrap {
      gap: 10px;
      flex-direction: column;
      text-align: center
  }

  .zwc-tbAppend {
      justify-content: center
  }

  img.zwc-main-img {
      max-width: 400px;
      margin-inline:auto}

  .zwc-tab-wrap .content-wrap {
      margin: 0 auto;
      padding: var(--secGap) 15px
  }

  .seamless-slider .slick-arrow-custom {
      bottom: -12%
  }
}

@media screen and (max-width: 991px) {
  .zwc-banner-wrap {
      padding-bottom:var(--secGap)
  }

  .zwc-banner-wrap.zwc-content-wrap .zcol-7,.zwc-banner-wrap.zwc-content-wrap .zcol-5 {
      max-width: 100%;
      flex-basis: auto
  }

  .zwc-banner-wrap .zcol-wrap {
      justify-content: center;
      align-items: center;
      text-align: center;
      row-gap: 60px
  }

  .zwc-btn-set {
      justify-content: center
  }

  .zwc-tab-sec {
      gap: 20px
  }

  .zwc-left-wrap,.zwc-right-wrap {
      width: 100%;
      max-width: 100%;
      text-align: center;
      justify-content: center
  }

  .zwc-tab-title {
      padding: 60px 0 20px 0
  }

  .zwc-tab-sec .zwc-left-wrap p {
      margin-inline:auto;width: 600px;
      max-width: 100%
  }

  .zwc-feature-1 {
      margin-bottom: 40px
  }
}

@media screen and (max-width: 767px) {
  .zwc-footer-wrap h2 {
      margin:0 0 35px 0
  }

  .faq-section.zwc-content-wrap .zcol-5,.faq-section.zwc-content-wrap .zcol-7 {
      max-width: calc(100% - 10px);
      flex-basis: calc(100% - 10px)
  }

  .web-mobile {
      margin-top: 30px
  }

  .zwc-content-wrap .zcol-10 {
      max-width: 100%;
      flex-basis: 100%
  }

  .faq-section h2 {
      margin: 0 0 30px 0
  }

  .faq-section .zwc-title {
      text-align: center
  }

  .zwc-tab-title {
      padding: 40px 0 0 0
  }

  .zwc-right-wrap span,.zwc-center-wrap span.banner-video {
      padding: 20px
  }

  .zwc-sub-img {
      z-index: 2
  }

  .zwc-left-wrap,.zwc-right-wrap {
      justify-content: center
  }
}

@media screen and (max-width: 480px) {
  img.zwc-main-img {
      max-width:280px
  }

  .zwc-btn-set .custom-btn {
      padding: 12px 40px 12px 20px
  }

  a.custom-btn:before {
      right: 10px
  }

  a.custom-btn:after {
      right: 15px
  }

  .seamless-slider .slick-arrow-custom {
      bottom: -15%
  }

  .zwc-feature-1 .seamless-slider {
      padding: 24px
  }
}

@media screen and (max-width: 360px) {
  img.zwc-main-img {
      max-width:250px
  }

  .seamless-slider .slick-arrow-custom {
      bottom: -18%
  }
}

@media screen and (max-width: 991px) {
  .seamless-slider {
      max-width:100%;
      padding: 20px 0 60px
  }

  .seamless-slider .slick-arrow-custom {
      right: auto;
      left: 50%
  }

  .seamless-slider .slick-prev {
      left: calc(50% - 45px)
  }

  .seamless-slider .slick-next {
      left: calc(50% + 5px)
  }
}
