:root {
    --h1-size: 72px;
    --h2-size: 64px;
    --h3-size: 56px;
    --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
}

picture,img {
    display: block
}

.p-rlte {
    position: relative
}

.p-abslt {
    position: absolute
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.mt-auto {
    margin-top: auto
}

.mb-auto {
    margin-bottom: auto
}

.mlr-auto {
    margin: 0 auto
}

.zwc-btn-set .custom-btn {
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.txt-cntr {
    text-align: center
}

.flx-jstfy-cntr {
    justify-content: center
}

.zcol-wrap,.dflx {
    display: flex;
    flex-wrap: wrap
}

.zwc-content-wrap .zcol-1 {
    max-width: calc(8.33% - 10px);
    flex-basis: calc(8.33% - 10px)
}

.zwc-content-wrap .zcol-2 {
    max-width: calc(16.67% - 10px);
    flex-basis: calc(16.67% - 10px)
}

.zwc-content-wrap .zcol-3 {
    max-width: calc(25% - 10px);
    flex-basis: calc(25% - 10px)
}

.zwc-content-wrap .zcol-4 {
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px)
}

.zwc-content-wrap .zcol-5 {
    max-width: calc(41.67% - 10px);
    flex-basis: calc(41.67% - 10px)
}

.zwc-content-wrap .zcol-6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.zwc-content-wrap .zcol-7 {
    max-width: calc(58.33% - 10px);
    flex-basis: calc(58.33% - 10px)
}

.zwc-content-wrap .zcol-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px)
}

.zwc-content-wrap .zcol-9 {
    max-width: calc(75% - 10px);
    flex-basis: calc(75% - 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)
}

.zwc-content-wrap .zcol-12 {
    max-width: calc(100% - 0px);
    flex-basis: calc(100% - 0px)
}

.zw-product-header {
    background-color: var(--secBg)
}

.d-blck {
    display: block
}

.act-btn {
    padding: 12px 25px;
    border-radius: 4px
}

.mlauto {
    margin-left: auto
}

.mrauto {
    margin-right: auto
}

.zwc-title h1 {
    font-size: var(--h2-size);
    letter-spacing: -2px;
    font-family: var(--primaryfont-semibold)
}

.zwc-title h2 {
    font-size: var(--h3-size);
    letter-spacing: -0.96px;
    line-height: calc(var(--font, var(--h3-size)) + 8px)
}

.zwc-banner-wrap {
    padding: 60px 0 112px
}

.zwc-banner-wrap .zwc-title p {
    max-width: 972px;
    font-size: 19px;
    margin: 0 auto 40px
}

.zwc-btn-set {
    gap: 14px;
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.zwc-banner-wrap {
    padding: 80px 0 110px;
    position: relative;
    background: url(/sites/zweb/images/apptics/feature/apptics-feature-bggradient.png) no-repeat #0f111a;
    background-size: contain;
    text-align: center;
    background-position: center 200px;
    color: var(--white-color)
}

.tabwrapinner {
    display: flex;
    flex-wrap: wrap
}

.zsection .tabcontent {
    width: 29%;
    padding-right: 1%;
    position: relative
}

.tabcontent h2 {
    margin-bottom: 50px
}

.tabcontent h4,.tabcontent button {
    position: relative;
    cursor: pointer;
    color: #716f6f;
    font-family: var(--primaryfont-regular);
    font-size: 16px;
    padding: 20px 10px 20px 70px;
    margin: 0;
    transition: all 1s ease;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left
}

.tabpart.active h4,.tabcontent button[aria-selected="true"] {
    color: var(--black-color);
    font-family: var(--primaryfont-semibold)
}

.tab-img>div.active {
    animation: slide-down 1s ease-out
}

.tab2 .tab-img>div {
    max-width: 100%
}

.tabcontent h2 {
    line-height: 1.1
}

.tab2 .content-wrap {
    width: 1500px;
    background: #3a1b1e;
    color: #fff;
    border-radius: 32px;
    max-width: 100%;
    padding: 150px
}

.tab-img {
    width: 70%;
    align-self: flex-end
}

.tab-img>div ul {
    max-width: 540px;
    margin: 75px 0 0 0
}

.tab-img>div ul li {
    font-size: 22px;
    padding: 0 0 20px 30px;
    position: relative
}

.tab-img>div ul li:before {
    font-size: 30px;
    content: " \2022";
    position: absolute;
    top: -8px;
    left: 0;
    height: 20px;
    width: 20px
}

.tab-img>div span {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    text-align: center
}

.tab-img>div span img {
    border-radius: 10px;
    margin: 0 auto
}

.tab-img>div span.attract:before {
    background-position: -532px 0
}

.tab-img>div span.track:before {
    background-position: -596px 0
}

.tab-img>div span.engage:before {
    background-position: -657px 0
}

.tab-img>div span.hire:before {
    background-position: -722px 0
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tab-img>div span img {
    animation: fadeIn 1.5s ease
}

.zsection.two-col {
    padding: 50px 0
}

.zwc-tab-wrap {
    padding: 110px 0
}

.zwc-tab-wrap .zwc-title p {
    max-width: 650px;
    font-size: 18px
}

.zwc-tab-wrap .zwc-title {
    margin: 0 0 100px 0
}

.zwc-tab-wrap-dark {
    color: var(--white-color);
    background: url(/sites/zweb/images/apptics/feature/apptics-feature-bggradient.png) no-repeat #0f111a;
    background-position: center 100%;
    background-size: contain
}

.tab-img div p {
    padding: 40px 20px 0 20px;
    font-size: 18px;
    font-family: var(--zf-secondary-medium)
}

.zwc-tab-wrap-dark .tab-img div p {
    color: #fff
}

.tab-controls,.autoplay-controls {
    margin-top: 15px;
    text-align: center;
    position: absolute;
    top: 220px;
    right: 10px;
    background: #ededed;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 34px;
    height: 34px
}

.control-button {
    border: 0;
    padding: 8px 16px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s
}

.play-btn,.pause-btn,.autoplay-toggle {
    font-size: 0;
    position: relative;
    border: 0;
    outline: 0;
    background: transparent;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 0
}

.hidden {
    display: none
}

button.play-btn:after,.autoplay-toggle[aria-pressed="false"] {
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #000;
    width: 12px;
    height: 12px;
    content: "";
    left: 12px;
    top: 8px
}

button.pause-btn:after,.autoplay-toggle[aria-pressed="true"] {
    position: absolute;
    width: 10px;
    height: 14px;
    right: 10px;
    content: "";
    border-right: 3px solid #000;
    border-left: 3px solid #000;
    top: 9px;
    left: 11px
}

.learnmore {
    color: #0047ff;
    border-bottom: 2px solid;
    display: block;
    width: max-content;
    padding: 20px 0 0 0;
    font-family: var(--primaryfont-semibold);
    line-height: 1.2
}

.zwc-tab-wrap-dark .tabpart.active h4,.zwc-tab-wrap-dark .tabcontent button[aria-selected="true"] {
    color: var(--white-color)
}

.zwc-tab-wrap-dark .learnmore {
    color: var(--white-color)
}

.tabcontent h3 {
    color: #626060;
    font-size: 16px;
    padding: 40px 0 20px 25px;
    margin: 0;
    border-left: 2px solid #d7d7d7
}

.tabcontent h4:before,.tabcontent button:before {
    content: "";
    background: url("/sites/zweb/images/apptics/feature/apptics-feature.svg") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 530px;
    background-position: 0 0;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 20px;
    filter: grayscale(1)
}

.tabcontent button[aria-selected="true"]:before,.tabpart.active h4:before {
    filter: none
}

#tab-debug:before {
    background-position: -25px 0
}

#tab-remote:before {
    background-position: -50px 0
}

#tab-update:before {
    background-position: -75px 0
}

#tab-rating:before {
    background-position: -100px 0
}

#tab-performance:before {
    background-position: -128px 0
}

#tab-config:before {
    background-position: -158px 0
}

#tab-track:before {
    background-position: -184px 0
}

#tab-segment:before {
    background-position: -370px 0
}

#tab-funnel:before {
    background-position: -397px 0
}

#tab-inapp:before {
    background-position: -423px 0
}

#tab-store:before {
    background-position: -450px 0
}

#tab-push:before {
    background-position: -476px 0
}

#tab-retention:before {
    background-position: -502px 0
}

#tab-comprehensive:before {
    background-position: -210px 0
}

#tab-user:before {
    background-position: -235px 0
}

#tab-event:before {
    background-position: -264px 0
}

#tab-version:before {
    background-position: -290px 0
}

#tab-role:before {
    background-position: -315px 0
}

#tab-audit:before {
    background-position: -343px 0
}

.zwc-footer-wrap {
    background: var(--secBg);
    padding: 110px 0;
    color: var(--white-color)
}

.zwc-footer-wrap p {
    max-width: 920px;
    margin-bottom: 40px
}

.tabpanel.is-hidden {
    display: none
}

.zwc-tab-wrap [role="tablist"].vertical-tab {
    position: relative
}

. tabcontent {
    position: relative;
    border-left: 3px solid #f0f0f0
}

.progress-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: #000;
    z-index: 1
}

.zwc-tab-wrap-dark .progress-line {
    background-color: #fff
}

.tabcontent button {
    height: 60px
}

.zwc-tab-wrap.zwc-tab-wrap-dark [role="tab"] {
    border-left: 2px solid #656161
}

.zwc-tab-wrap [role="tab"] {
    border-left: 2px solid #d7d7d7
}

div#panel-debug p {
    max-width: 720px;
}

div#panel-remote p {
    max-width: 660px;
}

#panel-update p {
    max-width: 670px;
}

#panel-performance p {
    /* max-width: 690px; */
}

#panel-track p {
    max-width: 580px;
}

#panel-funnel p {
    max-width: 640px;
}

#panel-store p {
    max-width: 730px;
}

div.tabpanel {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 10px
}

.zwc-tab-wrap-dark .tabpanel {
    background: #241e3778;
}

@media(max-width: 1440px) {
    .zwc-title h2 {
        font-size:var(--h4-size);
        line-height: calc(var(--font, var(--h4-size)) + 8px)
    }

    .zwc-banner-wrap {
        background-position: center bottom;
        padding: 60px 0 100px
    }

    .zwc-title h1 {
        font-size: var(--h3-size)
    }

    .zwc-tab-wrap-dark {
        background-position: center bottom
    }
}

@media(max-width: 1399px) {
    .tab-img div p {
        font-size:17px
    }
}

@media(max-width: 1199px) {
    .autoplay-controls {
        display:none
    }

    .zwc-tab-wrap .zwc-title {
        margin: 0 0 40px 0;
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        text-align: center
    }

    .tabpanel.is-hidden {
        display: block
    }

    .mobile-head {
        display: block;
        padding: 40px 0 20px 0;
    }

    .tabwrapinner {
        justify-content: space-around;
        text-align: center
    }

    .zwc-tab-wrap .zwc-title p {
        margin: 0;
        max-width: 510px
    }

    .tab-img div p {
        padding: 20px 0 20px 0;
        margin: 0 auto;
        font-size: 16px;
        max-width: 550px
    }

    .zwc-footer-wrap p {
        max-width: 660px
    }

    .zwc-tab-wrap {
        padding: 90px 0 60px 0
    }

    .zwc-title h2 {
        width: 100%
    }

    .zwc-title h1 {
        letter-spacing: 0
    }

    .tabcontent {
        display: none
    }

    .zwc-title h1 .d-blck {
        display: inline-block
    }
.learnmore{margin: auto;}
}

@media(max-width: 991px) {
    .zwc-title h2 {
        font-size:var(--h5-size);
        line-height: calc(var(--font, var(--h5-size)) + 8px)
    }

    .zwc-title h1 {
        font-size: var(--h4-size);
        line-height: calc(var(--font, var(--h4-size)) + 8px)
    }

    .tab-img>div span {
        padding: 20px
    }

    .tabcontent h4 {
        padding: 20px 10px 20px 40px
    }

    .tabcontent h4:before {
        left: 5px
    }

    .zwc-footer-wrap {
        padding: 90px 0
    }

    .tab-img div p {
        max-width: 430px
    }

    .tab-img #panel-rating p {
        max-width: 290px
    }

    .tab-img #panel-remote p {
        max-width: 390px
    }

    .tab-img #panel-inapp p {
        max-width: 320px
    }

    .tab-img #panel-push p {
        max-width: 320px
    }

    .tab-img #panel-retention p {
        max-width: 380px
    }

    .tab-img #panel-user p {
        max-width: 300px
    }

    .tab-img #panel-version p {
        max-width: 280px
    }

    .zwc-footer-wrap p {
        max-width: 580px
    }
}

@media(max-width: 767px) {
    .zwc-title h1 {
        font-size:var(--h5-size);
        line-height: calc(var(--font, var(--h5-size)) + 8px)
    }

    .zwc-banner-wrap .zwc-title p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .zwc-footer-wrap {
        padding: 60px 0
    }

    .tab-img>div h4 {
        margin: 30px 0 15px 0
    }

    .tab-img>div span {
        padding: 0
    }

    .tab-img {
        width: 100%
    }

    .learnmore {
        padding: 10px 0 0 0
    }

    .tab-controls {
        display: none
    }

    .zwc-banner-wrap {
        background: #0f111a
    }
}

@media(max-width: 480px) {
    .zwc-tab-wrap .zwc-title p {
        margin:0;
        max-width: 280px;
        font-size: 16px
    }

    .tab-img div p {
        max-width: 290px
    }

    div#panel-debug p {
        max-width: 280px
    }

    .tab-img #panel-remote p {
        max-width: 320px
    }

    .zwc-title h2 {
        font-size: 30px;
        line-height: 1.2
    }

    div#panel-role p {
        max-width: 270px
    }

    div#panel-audit p {
        max-width: 320px
    }

    div#panel-track p {
        max-width: 320px
    }
}

@media(min-width: 1200px) {
    .mobile-head {
        display:none
    }
}

@media(min-width: 768px) {
    .tab-img>div h4 {
        display:none
    }
}
