.zwc-main * {
  box-sizing: border-box;
}
.body-umain .z-bottom-cta-menu a.loggedin {
  display: none;
}
.zTcntr {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.zwc-block {
  display: block;
}

picture,
img,
video {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

body .zwc-main .pt0 {
  padding-top: 0;
}

body .zwc-main .pb0 {
  padding-bottom: 0;
}

body .zwc-main .pb {
  padding-bottom: 130px;
}

body .zwc-main .pt {
  padding-top: 100px;
}

body .zwc-main .mb0 {
  margin-bottom: 0;
}

body .zwc-main .mb {
  margin-bottom: 130px;
}

body .zwc-main .lmb {
  margin-bottom: 60px;
}

.zwcW30 {
  width: 30%;
}

.zwcW35 {
  width: 35%;
}

.zwcW40 {
  width: 40%;
}

.zwcW45 {
  width: 45%;
}

.zwcW50 {
  width: 100%;
  text-align: center;
}

.zwcW55 {
  width: 55%;
}

.zwcW58 {
  width: 58%;
}

.zwcW60 {
  width: 60%;
}

.zwcW65 {
  width: 65%;
}

.zwcW70 {
  width: 70%;
}

.zwcW75 {
  width: 75%;
}

.zwcW80 {
  width: 80%;
}

.zwcW90 {
  width: 90%;
}

.zwcW95 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.zwcW100 {
  width: 100%;
}

.zwcWmx-100 {
  max-width: 100%;
}

.zfwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.zwc-fcenter {
  -webkit-box-pack: center;
  justify-content: center;
}

.zwc-txt-line {
  text-decoration: underline;
}

.zcntr {
  margin-left: auto;
  margin-right: auto;
}

.zwc-div-block {
  display: block;
}

.zwc-main h1,
.zwc-main h2,
.zwc-main h3,
.zwc-main h4 {
  font-family: var(--primaryfont-bold);
}

.watch-btn {
  padding: 15px 20px 14px 45px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  font-family: var(--zf-primary-semibold);
  background: 0;
  border: 0;
  display: inline-block;
  color: #ffffff;
  margin-left: 15px;
}
.watch-btn:after,
.watch-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.watch-btn:after {
  left: 21px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
}
.watch-btn:before {
  left: 10px;
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.act-btn.cta-btn {
  padding: 13px 30px;
}

.zwc-main h1 {
  font-size: 52px;
  font-family: var(--zf-primary-extrabold);
  line-height: 56px;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.zwc-main h1 span {
  font-size: 22px;
}

.fea-desc span {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}

.zwc-main p {
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 1199px) {
  body .zwc-main .pb {
    padding-bottom: 100px;
  }

  body .zwc-main .pt {
    padding-top: 100px;
  }

  body .zwc-main .mb {
    margin-bottom: 100px;
  }

  body .zwc-main .lmb {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  body .zwc-main .lmb {
    margin-bottom: 40px;
  }
  .zwc-main h1 {
    font-size: 38px;
    line-height: 1.2;
    max-width: 740px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .zwc-main .content-wrap {
    width: 90%;
  }

  body .zwc-main .pb {
    padding-bottom: 60px;
  }

  body .zwc-main .pt {
    padding-top: 60px;
  }

  body .zwc-main .mb {
    margin-bottom: 60px;
  }

  body .zwc-main .lmb {
    margin-bottom: 20px;
  }

  [class*="zwcW"] {
    width: 100%;
  }
  .zwc-main h1 {
    font-size: 32px;
    line-height: 1.2;
    max-width: 740px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .i18n-en .zwc-main h2,
  .i18n-en .zwc-main .h2 {
    font-size: 50px;
    font-family: var(--primaryfont-bold);
    line-height: normal;
  }

  .i18n-en .zwc-main h3,
  .i18n-en .zwc-main .h3 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
    letter-spacing: -1px;
    line-height: 40px;
  }

  .i18n-en .zwc-main h4,
  .i18n-en .zwc-main h4 {
    font-size: 24px;
    font-family: var(--primaryfont-bold);
  }

  .i18n-en .zwc-main h5,
  .i18n-en .zwc-main .h5 {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: normal;
  }

  .zwc-main .banner-sec p {
    font-size: 18px;
    line-height: 32px;
  }

  .session-notes img {
    position: relative;
    right: -8%;
  }

  .ar-comments img {
    position: relative;
    right: -12%;
  }
}

@media only screen and (min-width: 1200px) {
  .zwc-main .fadeR {
    opacity: 0;
    transform: translateX(30px);
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86) 0s;
  }

  .zwc-main .in-view .fadeR {
    opacity: 1;
    transform: translateX(0);
  }
}

.zw-product-header {
  background: #000;
}

.color-blue {
  color: #1045d5;
}

.zwc-main h1 span {
  color: #2bd93d;
  width: 100%;
  line-height: normal;
  font-family: var(--primaryfont-semibold);
  margin-bottom: 10px;
  font-size: 17px;
  display: block;
}

.zwc-bnr {
  background: #000;
  color: #fff;
}
.bnr-inr.zfwrap {
  align-items: flex-start;
}
.fea-desc span {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}

.fea-desc h2 {
  color: #439458;
}

.single-fea {
  max-width: 990px;
}

.fea-img {
  text-align: right;
}

.sticky-tab > div {
  max-width: 380px;
  margin: 0 auto;
  border-bottom: 1px solid #cbcbcb;
}

.sticky-tab span {
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  padding-bottom: 5px;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.zwc-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
}

.sticky-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  padding: 10px 10px 20px;
}

.sticky-tab .activeTab {
  border-bottom: 2px solid #5dc776;
}

.sticky-tab span:focus-visible {
  outline: 2px solid #439458;
  outline-offset: 4px;
  border-radius: 2px;
}

/* section containers focused via script (tabindex="-1") shouldn't show an outline */
#argumented-reality:focus,
#virtual-scanners:focus,
#audit-trail:focus {
  outline: none;
}

.fea-con h3 {
  color: #439458;
}

.red-btn {
  background: #f0483e;
  color: #fff;
  padding: 12px 30px;
  line-height: normal;
  font-family: var(--primaryfont-semibold);
}

.virtual-scanners {
  background: #fafafa;
}
.zwc-features > div {
  width: 100%;
  flex-grow: 1;
}

.zwc-btm {
  background-color: #fff7ec;
}

.form-inner-wrap {
  background-color: #fff;
  color: #000;
  padding: 21px 25px;
  margin: 0 auto;
  border-radius: 8px;
  max-width: 480px;
}

.if-alreay .zcb_loginTxt {
  font-family: var(--primaryfont-semibold);
}

.if-alreay .zw-login {
  background-color: #ff3231;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  margin: 14px 0;
  padding: 12px 10px;
  display: inline-block;
  font-family: var(--primaryfont-semibold);
}

.zcb_split {
  position: relative;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}

.if-alreay .zcb_split span {
  padding: 0 10px;
  color: #000;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.if-alreay .zcb_split::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #797979;
  opacity: 50%;
}

.form-title {
  max-width: 300px;
  margin: 10px auto;
  text-align: center;
}

.creditelm .existingUser {
  font-size: 15px;
  height: 50px;
  padding: 0 30px;
  background: #f0483e;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  width: calc(100% - 60px);
  cursor: pointer;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
}

.creditelm .note {
  font-size: 11px;
  margin: 10px 0 10px;
  text-align: left;
  width: 100%;
  display: inline-block;
  color: #000;
}

.creditelm .coupon-error:empty {
  display: none;
}

.coupon-error.note {
  color: red;
}

.creditelm #email {
  background: #ececec;
}

.creditelm input {
  color: #000;
  padding: 14px 12px;
  border: 1px solid #d5d5d5;
  display: block;
  width: 100%;
  margin: 15px 0 0;
  font-size: 13px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  transition: 0.5s ease;
  border-radius: 0;
}

.form-inner-wrap .signup-box {
  width: 100%;
  max-width: 100%;
}

.form-inner-wrap .form-wrap .signupbtn {
  border-radius: 8px;
}
.body-umain .if-alreay {
  display: none;
}

@media (max-width: 1199px) {
  .single-fea {
    max-width: 840px;
  }

  .fea-img img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .zwc-features {
    margin-top: 50px;
  }

  .sticky-tab {
    display: none;
  }

  .bnr-inr,
  .single-fea {
    text-align: center;
  }

  .fea-img img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  .z-bottom-cta-menu > a {
    display: none;
  }
}
.za-email-container > .wrap-elm.col {
  width: 100%;
}
input#couponmail,
input#coupon,
input#couponname {
  background-color: rgba(217, 217, 217, 0.22);
}
