:root {
    --h1-size: 64px;
    --h2-size: 48px;
    --h3-size: 32px;
    --h4-size: 24px;
    --h5-size: 20px;
    --h6-size: 18px;
    --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
}

.zwc-btn-wrap {
    gap: 6px
}

a.act-btn.cta-btn,.zwc-demo-btn {
    background: #e42527;
    padding: 20px 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4px;
    color: #fff;
    border: 1px solid #e42527;
    border-radius: 8px;
    font-family: var(--zf-primary-semibold);
    line-height: 1;
    border: 0;
    text-transform: capitalize
}

.zwc-demo-btn {
    background: #000
}

.zwc-bottom-wrap .zwc-btm-inner a.zwc-demo-btn {
    background: #fff;
    color: #000
}

.txt-lft {
    text-align: left
}

.txt-cntr {
    text-align: center
}

.txt-rght {
    text-align: right
}

.zcol-wrap,.dflx,.zwb-midea-obj,.zwb-btn-set {
    display: flex;
    flex-wrap: wrap
}

.flx-algn-cntr {
    align-items: center
}

.flx-algn-start {
    align-items: flex-start
}

.flx-algn-stretch {
    align-items: stretch
}

.flx-algn-end {
    align-items: flex-end
}

.flx-jstfy-cntr {
    justify-content: center
}

.flx-jstfy-btween {
    justify-content: space-between
}

.flx-jstfy-even {
    justify-content: space-evenly
}

.flx-jstfy-arnd {
    justify-content: space-around
}

.flx-jstfy-start {
    justify-content: flex-start
}

.flx-jstfy-end {
    justify-content: flex-end
}

.zcol-1 {
    max-width: calc(8.33% - 10px);
    flex-basis: calc(8.33% - 10px)
}

.zcol-2 {
    max-width: calc(16.67% - 10px);
    flex-basis: calc(16.67% - 10px)
}

.zcol-3 {
    max-width: calc(25% - 10px);
    flex-basis: calc(25% - 10px)
}

.zcol-4 {
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px)
}

.zcol-5 {
    max-width: calc(41.67% - 10px);
    flex-basis: calc(41.67% - 10px)
}

.zcol-6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
}

.zcol-7 {
    max-width: calc(58.33% - 10px);
    flex-basis: calc(58.33% - 10px)
}

.zcol-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px)
}

.zcol-9 {
    max-width: calc(75% - 10px);
    flex-basis: calc(75% - 10px)
}

.zcol-10 {
    max-width: calc(83.33% - 10px);
    flex-basis: calc(83.33% - 10px)
}

.zcol-11 {
    max-width: calc(91.67% - 10px);
    flex-basis: calc(91.67% - 10px)
}

.zcol-12 {
    max-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px)
}

.d-blck,.in-view-desk {
    display: block
}

.in-view-mob {
    display: none
}

.zwc-title {
    margin: 0 0 40px
}

.zwc-title h1 {
    font-family: var(--zf-primary-medium)
}

.zwc-title h2 {
    font-family: var(--zf-primary-medium)
}

.zwc-title h3,.zwc-title h4,.zwc-title h5 {
    font-family: var(--zf-primary-medium)
}

.zwc-title h1 {
    font-size: var(--h1-size);
    line-height: var(--h1-line-height);
    letter-spacing: -1.28px;
    margin: 0 0 26px
}

.zwc-title h2 {
    margin: 0 0 16px;
    font-size: var(--h2-size);
    line-height: var(--h1-line-height);
    letter-spacing: -2.56px
}

.zwc-title h3 {
    margin: 0 0 16px;
    font-size: var(--h3-size);
    line-height: var(--h2-line-height);
    letter-spacing: -0.8px;
    font-family: var(--zf-primary-semibold)
}

.zwc-title h4 {
    margin: 0 0 14px;
    font-size: var(--h4-size);
    line-height: var(--h4-line-height)
}

.zwc-title h5 {
    margin: 0 0 12px;
    font-size: var(--h5-size);
    line-height: var(--h5-line-height)
}

.zwc-title h6 {
    margin: 0 0 10px;
    font-size: var(--h6-size);
    line-height: var(--h6-line-height)
}

.zwc-cont-part.zwc-title p {
    font-size: 20px;
    line-height: var(--h5-line-height);
    margin: 0 0 32px
}

.zwc-title p {
    font-size: 18px;
    line-height: var(--h6-line-height);
    font-family: var(--zf-primary-regular);
    color: #000
}

.zw-product-header {
    background: #90d6ff
}

.zwc-banner-wrap {
    color: #000;
    padding: 120px 0 170px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg,#90d6ff 0,#FFF 100%)
}

.zwc-banner-wrap .zwc-rhs p {
    color: #333
}

.zwc-banner-wrap .zwc-cont-grid {
    margin: 0 0 60px
}

.zwc-banner-wrap .zwc-rhs {
    padding-left: 60px
}

.zwc-banner-wrap .zwc-rhs a {
    display: inline-block
}

.zwc-ban-img-block {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    text-align: center
}

.zwc-tab-wrap {
    background: #3d5066;
    color: #fff;
    padding: 120px 0
}

.zwc-tab-inner {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.zwc-tab-nav-wrap {
    width: 100%
}

.zwc-tab-nav {
    gap: 0;
    flex-wrap: nowrap;
    white-space: nowrap
}

.zwc-tab-btn {
    position: relative;
    padding: 8px 0;
    padding: 12px 22px;
    border-radius: 30px;
    background: transparent;
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    border: 0;
    line-height: var(--h6-line-height);
    font-family: var(--zf-primary-regular);
    transition: color .25s ease-in-out;
    cursor: pointer
}

.zwc-tab-btn.active {
    color: #fff;
    background: #4a657f;
    font-family: var(--zf-primary-semibold)
}

.zwc-tab-btn.active::after {
    transform: translateX(-50%) scaleX(1)
}

.zwc-tab-btn:focus-visible {
    outline-offset: 4px;
    border-radius: 4px
}

.zwc-tab-panel {
    position: relative;
    background: #2c3d52;
    border-radius: 16px;
    padding: 64px 64px 40px;
    overflow: hidden;
    min-height: 500px;
    height: inherit
}

.zwc-tab-slide {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease-in-out,transform .25s ease-in-out;
    pointer-events: none;
    visibility: hidden
}

.zwc-tab-slide.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    display: block;
    animation: zwcTabFade .25s ease-in-out
}

@keyframes zwcTabFade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.zwc-tabcont-grid .zcol-5 {
    max-width: calc(39.67% - 10px);
    flex-basis: calc(39.67% - 10px)
}

.zwc-tabcont-grid .zcol-7 {
    max-width: calc(56.33% - 10px);
    flex-basis: calc(56.33% - 10px)
}

.zwc-tabcont-grid {
    gap: 18px
}

.zwc-l_side h3 {
    font-size: var(--h3-size);
    line-height: var(--h2-line-height);
    letter-spacing: -0.8px;
    font-family: var(--zf-primary-semibold);
    margin: 0 0 16px;
    color: #fff
}

.zwc-l_side p {
    font-size: 18px;
    line-height: var(--h6-line-height);
    color: rgba(255,255,255,0.78);
    margin: 0
}

.zwc-r_side {
    border-radius: 12px;
    background: #314357;
    padding: 12px
}

.zwc-r_side.zwc-rs-bg {
    background: #fff
}

.zwc-r_side img {
    display: block;
    margin: 0 auto;
    padding: 0 30px
}

.zwc-features-wrap {
    background: #fff;
    padding: 120px 0
}

.zwc-top-cont {
    max-width: 670px;
    margin: 0 auto
}

.zwc-fea-list {
    gap: 14px;
    margin-top: 60px
}

.zwc-card-inner {
    background: #f6f9fc;
    border-radius: 12px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    aspect-ratio: 1/1.1
}

.zwc-f_icon {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #43a1ff;
    border-radius: 12px;
    margin: 0 0 10px
}

.zwc-card-inner h3 {
    letter-spacing: -0.8px;
    font-family: var(--zf-primary-medium);
    margin: 0 0 12px;
    color: #000
}

.zwc-card-inner p {
    font-size: 16px;
    line-height: var(--h6-line-height);
    color: #333;
    margin: 0
}

.zwc-workflows-wrap {
    padding: 120px 0;
    background: #06080f url(images/table-bg.png) no-repeat center/cover;
    color: #fff
}

.zwc-workflows-wrap .zwc-title h2 {
    color: #fff
}

.zwc-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px
}

.zwc-workflows-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 960px;
    table-layout: fixed
}

.zwc-workflows-table th,.zwc-workflows-table td {
    width: 25%;
    vertical-align: top;
    text-align: left;
    padding: 24px;
    background: #fff;
    color: #1a1a1a;
    font-family: var(--zf-primary-regular)
}

.zwc-workflows-table thead th {
    padding: 32px 24px;
    color: #fff;
    border-bottom: 0
}

.zwc-workflows-table thead th:nth-child(odd) {
    background: #0e37bd
}

.zwc-workflows-table thead th:nth-child(even) {
    background: #1547f5
}

.zwc-rpa-inner {
    max-width: 980px;
    margin: 0 auto 60px
}

.zwc-rpa-inner h2 {
    font-size: 36px
}

.zwc-rpa-inner p {
    max-width: 766px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.4px
}

.zwc-workflows-table thead th .zwc-wf-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 8px;
    margin: 0 0 20px
}

.zwc-workflows-table thead th .zwc-wf-icon:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 34px;
    background: url(//www.zohowebstatic.com/sites/zweb/images/writer/doc-workflow/sales.svg) no-repeat center/100%;
    left: 0;
    top: 0
}

.zwc-workflows-table thead th:nth-child(2) .zwc-wf-icon:before {
    background: url(//www.zohowebstatic.com/sites/zweb/images/writer/doc-workflow/operation.svg) no-repeat center/100%
}

.zwc-workflows-table thead th:nth-child(3) .zwc-wf-icon:before {
    background: url(//www.zohowebstatic.com/sites/zweb/images/writer/doc-workflow/hr.svg) no-repeat center/100%
}

.zwc-workflows-table thead th:nth-child(4) .zwc-wf-icon:before {
    background: url(//www.zohowebstatic.com/sites/zweb/images/writer/doc-workflow/compliance.svg) no-repeat center/100%
}

.zwc-workflows-table thead th .zwc-wf-name {
    display: block;
    font-family: var(--zf-primary-semibold);
    font-size: var(--h5-size);
    line-height: var(--h5-line-height);
    margin: 0 0 8px;
    color: #fff
}

.zwc-workflows-table thead th .zwc-wf-sub {
    display: block;
    font-size: 14px;
    line-height: var(--h6-line-height);
    color: #e6ebff
}

.zwc-workflows-table tbody tr td {
    border-bottom: 1px solid #e6ecf2
}

.zwc-workflows-table tbody tr:last-child td {
    border-bottom: 0
}

.zwc-workflows-table tbody tr td:nth-child(2),.zwc-workflows-table tbody tr td:nth-child(4) {
    background: #f4f7fb
}

.zwc-workflows-table h3 {
    font-family: var(--zf-primary-semibold);
    font-size: var(--h4-size);
    line-height: var(--h6-line-height);
    color: #0a1a2f;
    margin: 0 0 12px
}

.zwc-workflows-table p {
    font-size: 14px;
    line-height: var(--h6-line-height);
    color: #4a5a72;
    margin: 0
}

.zwc-check-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.zwc-check-list li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: var(--h6-line-height);
    color: #4a5a72
}

.zwc-check-list li:last-child {
    margin-bottom: 0
}

.zwc-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url("//www.zohowebstatic.com/sites/zweb/images/writer/doc-workflow/th-tick.svg") center / contain no-repeat
}

.zwc-workflows-table thead tr th:first-child {
    border-top-left-radius: 12px
}

.zwc-workflows-table thead tr th:last-child {
    border-top-right-radius: 12px
}

.zwc-workflows-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px
}

.zwc-workflows-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px
}

.zwc-bottom-wrap {
    padding: 140px 0;
    background: linear-gradient(30deg,#0540f3 -5.07%,#010101 38.8%);
    min-height: 400px;
    color: #fff
}

.zwc-btm-inner h2 {
    max-width: 890px;
    margin: 0 auto 40px
}

.zwc-bottom-wrap .zwc-btm-inner a {
    background: #e42527
}

.zwc-bottom-wrap .zwc-btm-inner a .zwc-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px
}

.zwc-builder-wrap {
    padding: 120px 0;
    background: #f6f9fc;
    overflow: hidden
}

.zwc-builder-wrap .zwc-title p {
    max-width: 640px;
    margin: 0 auto
}

.zwc-builder-stage {
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    border-radius: 18px;
    overflow: visible;
    background: #fff;
    box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6),0 0 0 1px rgba(255,255,255,0.04)
}

.zwc-builder-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px
}

.zwc-hotspots {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.zwc-hotspot {
    position: absolute;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    z-index: 2
}

.zwc-hotspot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 6px
}

.zwc-hs-ring {
    display: none
}

.zwc-hs-dot {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle at 0 0,#fff 0,#a8baf2 0,#4f6cff73 100%,#2342e0 0);
    border-radius: 50%;
    animation: zwc-ripple 1.6s linear infinite;
    z-index: 2
}

@keyframes zwc-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(110,138,255,0.30),0 0 0 4px rgba(110,138,255,0.28),0 0 0 10px rgba(110,138,255,0.22),0 0 0 18px rgba(110,138,255,0.16)
    }

    100% {
        box-shadow: 0 0 0 4px rgba(110,138,255,0.28),0 0 0 10px rgba(110,138,255,0.22),0 0 0 18px rgba(110,138,255,0.16),0 0 0 28px rgba(110,138,255,0)
    }
}

.zwc-hotspot:hover .zwc-hs-dot,.zwc-hotspot.is-active .zwc-hs-dot {
    transform: translate(-50%,-50%) scale(1.15)
}

.zwc-hotspot.is-active .zwc-hs-dot {
    animation-duration: 1.1s
}

.zwc-tooltip {
    position: absolute;
    z-index: 3;
    width: 280px;
    max-width: calc(100% - 24px);
    opacity: 0;
    transform: scale(0.92) translateY(4px);
    transform-origin: top left;
    transition: opacity .18s ease-out,transform .22s cubic-bezier(0.22,0.61,0.36,1);
    pointer-events: none
}

.zwc-tooltip.flip-x {
    transform-origin: top right
}

.zwc-tooltip.flip-y {
    transform-origin: bottom left
}

.zwc-tooltip.flip-x.flip-y {
    transform-origin: bottom right
}

.zwc-tooltip.is-open {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto
}

.zwc-tooltip[hidden] {
    display: none
}

.zwc-tooltip-inner {
    position: relative;
    padding: 18px 40px 18px 20px;
    background: #0d1626;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    box-shadow: 0 20px 48px -12px rgba(0,0,0,0.5);
    color: #fff
}

.zwc-tooltip-eyebrow {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6e8aff;
    margin: 0 0 6px;
    font-family: var(--zf-primary-semibold)
}

.zwc-tooltip-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.3px
}

.zwc-tooltip-body {
    margin: 0;
    font-size: 14px;
    line-height: var(--h6-line-height);
    color: rgba(255,255,255,0.72);
    font-family: var(--zf-primary-regular)
}

.zwc-tooltip-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,0.55);
    font-size: 20px;
    line-height: 1;
    border-radius: 6px;
    cursor: pointer;
    transition: background .15s ease-out,color .15s ease-out
}

.zwc-tooltip-close:hover {
    color: #fff;
    background: rgba(255,255,255,0.08)
}

.zwc-builder-stage .zwc-steps-static {
    display: none
}

.zwc-trigger {
    left: 6%;
    top: 48%
}

.zwc-filter {
    left: 16%;
    top: 49%
}

.zwc-route {
    left: 29%;
    top: 51%
}

.zwc-sign {
    left: 50%;
    top: 30%
}

.zwc-webhook {
    left: 49%;
    top: 76%
}

.zwc-action {
    right: 20%;
    top: 11%
}

.zwc-logic {
    right: 8%;
    top: 17%
}

@media(prefers-reduced-motion:reduce) {
    .zwc-hs-ring {
        animation: none
    }

    .zwc-tooltip {
        transition: opacity .12s linear;
        transform: none
    }

    .zwc-tooltip.is-open {
        transform: none
    }
}

.zwc-faq-wrap,.zwc-faq-wrap .content-wrap,.zwc-faq-wrap .zwc-faq-inner {
    overflow: visible !important
}

.zwc-faq-wrap {
    background: #fff;
    color: #000;
    padding: 160px 0 156px;
    position: relative
}

.zwc-faq-wrap .zwc-faq-cont {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    align-self: flex-start;
    height: fit-content
}

.zwc-faq-inner h2 {
    font-size: 56px
}

.zwc-faq-wrap a {
    color: #fff;
    border-bottom: 1px solid
}

.zwc-faq-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
    border-radius: px
}

.zwc-faq-item.active {
    background: #022104;
    border-radius: 10px;
    border-radius: 4px;
    background: #f7f7f7
}

.zwc-faq-item.active .faq-title {
    border-bottom: 0
}

.zwc-faq-item .faq-title {
    width: 100%;
    max-width: 100%;
    color: #000;
    border: 0;
    letter-spacing: -0.4px;
    background: #f7f7f7;
    text-align: unset;
    font-size: var(--h4-font-1);
    font-family: var(--zf-primary-semibold);
    cursor: pointer;
    padding: 20px 64px 20px 24px;
    border-radius: 4px
}

.zwc-faq-ans {
    display: none;
    color: #000;
    background: #f7f7f7;
    padding: 0 64px 24px 24px;
    border-radius: 0 0 4px 4px;
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block
}

.zwc-faq-ans p {
    margin-bottom: 0;
    font-size: 16px
}

.faq-item.active .zwc-faq-ans {
    display: block
}

.zwc-faq-item .faq-title span {
    position: absolute;
    right: 26px;
    top: 20px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    border: 1px solid #f2f2f2
}

.zwc-faq-item .faq-title span::before,.zwc-faq-item .faq-title span::after {
    content: "";
    position: absolute;
    background: #000;
    z-index: 2;
    border-radius: 8px;
    cursor: pointer
}

.zwc-faq-item .faq-title span::before {
    left: 50%;
    top: 50%;
    height: 2px;
    width: 14px;
    transform: translate(-50%,-50%)
}

.zwc-faq-item .faq-title span::after {
    left: 50%;
    width: 2px;
    top: 50%;
    height: 14px;
    transform: translate(-50%,-50%)
}

.zwc-faq-item.active .faq-title span::after {
    display: none
}

.zwc-faq-item.active .faq-title {
    border-bottom: 0
}

.zwc-faq-item.active .faq-title span::after {
    background: #1e7a22
}

.zwc-faq-ans .faq-table-wrap {
    margin-top: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.15)
}

.zwc-faq-ans .faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.zwc-faq-ans .faq-table th,.zwc-faq-ans .faq-table td {
    text-align: left;
    padding: 14px 20px;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.15)
}

.zwc-faq-ans .faq-table th+th,.zwc-faq-ans .faq-table td+td {
    border-left: 1px solid rgba(255,255,255,0.15)
}

.zwc-faq-ans .faq-table thead th {
    background: #032e05;
    font-family: var(--zf-primary-semibold);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.2px
}

.zwc-faq-ans .faq-table tbody tr:last-child td {
    border-bottom: 0
}

.zwc-faq-ans .faq-table tbody tr:hover {
    background: rgba(255,255,255,0.03)
}

@media(max-width: 1440px) {
    .zw-template-inner .content-wrap {
        width:1140px;
        max-width: 100%
    }

    :root {
        --h1-size: 56px;
        --h2-size: 48px;
        --h3-size: 28px;
        --h4-size: 24px;
        --h5-size: 20px;
        --h6-size: 18px
    }

    .zwc-card-inner {
        min-height: 470px;
        aspect-ratio: auto
    }
}

@media(max-width: 1199px) {
    .zw-template-inner .content-wrap {
        width:960px
    }

    :root {
        --h1-size: 44px;
        --h2-size: 36px;
        --h3-size: 28px;
        --h4-size: 20px
    }

    .zcol-md-pad {
        padding: 100px 0
    }

    .d-blck {
        display: inline
    }

    .zwc-title h2 {
        letter-spacing: -1.44px
    }

    .zwc-top-cont {
        max-width: 500px
    }

    .zwc-card-inner {
        min-height: 540px;
        aspect-ratio: auto
    }

    .zwc-banner-wrap .zwc-rhs {
        padding-left: 0
    }

    .zwc-tab-btn {
        font-size: 15px
    }

    .zwc-tab-panel {
        padding: 48px
    }

    .zwc-card-inner {
        min-height: 400px;
        aspect-ratio: auto
    }

    .zwc-card-inner {
        padding: 24px
    }

    .zwc-tab-panel {
        min-height: 490px
    }
}

@media(max-width: 991px) {
    .zw-template-inner .content-wrap {
        width:95%
    }

    :root {
        --h1-size: 32px;
        --h2-size: 28px;
        --h3-size: 24px;
        --h4-size: 16px;
        --h5-size: 14px;
        --h6-size: 12px
    }

    .zwc-cont-part.zwc-title p,.zwc-title p {
        font-size: 16px
    }

    .zcol-md-1 {
        max-width: calc(8.33% - 10px);
        flex-basis: calc(8.33% - 10px)
    }

    .zcol-md-2 {
        max-width: calc(16.67% - 10px);
        flex-basis: calc(16.67% - 10px)
    }

    .zcol-md-3 {
        max-width: calc(25% - 10px);
        flex-basis: calc(25% - 10px)
    }

    .zcol-md-4 {
        max-width: calc(33.33% - 10px);
        flex-basis: calc(33.33% - 10px)
    }

    .zcol-md-5 {
        max-width: calc(41.67% - 10px);
        flex-basis: calc(41.67% - 10px)
    }

    .zcol-md-6 {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }

    .zcol-md-7 {
        max-width: calc(58.33% - 10px);
        flex-basis: calc(58.33% - 10px)
    }

    .zcol-md-8 {
        max-width: calc(66.67% - 10px);
        flex-basis: calc(66.67% - 10px)
    }

    .zcol-md-9 {
        max-width: calc(75% - 10px);
        flex-basis: calc(75% - 10px)
    }

    .zcol-md-10 {
        max-width: calc(83.33% - 10px);
        flex-basis: calc(83.33% - 10px)
    }

    .zcol-md-11 {
        max-width: calc(91.67% - 10px);
        flex-basis: calc(91.67% - 10px)
    }

    .zcol-md-12 {
        max-width: calc(100% - 10px);
        flex-basis: calc(100% - 10px)
    }

    .act-btn.cta-btn,.req-demo {
        padding: 10px 20px;
        font-size: 16px
    }

    a.act-btn.cta-btn,.zwc-demo-btn {
        padding: 16px 16px;
        font-size: 16px
    }

    .zwc-title p {
        font-size: 16px
    }

    .zcol-md-pad {
        padding: 60px 0
    }

    .zwc-top-cont {
        max-width: 500px
    }

    .zwc-card-inner {
        aspect-ratio: 1/1.1;
        padding: 40px;
        min-height: unset
    }

    .zwc-tab-inner {
        gap: 40px
    }

    .zwc-tab-nav {
        gap: 4px
    }

    .zwc-tab-btn {
        font-size: 14px;
        flex-shrink: 0;
        padding: 10px
    }

    .zwc-tab-panel {
        padding: 40px;
        min-height: inherit
    }

    .zwc-l_side h3 {
        font-size: 20px
    }

    .zwc-l_side p {
        font-size: 15px
    }

    .zwc-workflows-table {
        min-width: 880px
    }

    .zwc-workflows-table th,.zwc-workflows-table td {
        padding: 20px
    }

    .zwc-workflows-table thead th {
        padding: 24px 20px
    }

    .zwc-workflows-table thead th .zwc-wf-icon {
        margin: 0 0 24px
    }

    .zwc-tooltip {
        width: 260px
    }

    .zwc-tooltip-title {
        font-size: 16px
    }

    .zwc-faq-item .faq-title {
        font-size: 20px
    }

    .zwc-faq-ans {
        padding: 0 20px 24px 24px
    }

    .zwc-faq-inner .zcol-6 {
        flex-basis: calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%
    }

    .zwc-faq-wrap .zwc-faq-cont {
        position: unset;
        top: 0
    }

    .zwc-faq-wrap .lhs {
        position: unset
    }

    .zwc-faq-inner h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px
    }

    .zwc-rpa-inner h2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .zw-template-inner .content-wrap {
        width:450px
    }

    .zcol-1,.zcol-2,.zcol-3,.zcol-4,.zcol-5,.zcol-6,.zcol-7,.zcol-8,.zcol-9,.zcol-10,.zcol-11,.zcol-12,.zcol-md-6,.zwc-tabcont-grid .zcol-5,.zwc-tabcont-grid .zcol-7 {
        position: relative;
        flex-basis: calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%
    }

    .in-view-desk {
        display: none
    }

    .in-view-mob {
        display: block
    }

    .zwc-tab-inner {
        gap: 28px
    }

    .zwc-banner-wrap .zwc-rhs {
        padding-left: 0
    }

    .zwc-banner-wrap .zwc-lhs,.zwc-banner-wrap .zwc-rhs {
        text-align: center
    }

    .zwc-btn-wrap {
        justify-content: center
    }

    .zwc-tab-nav-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5%;
        padding: 0 5%;
        scrollbar-width: none
    }

    .zwc-tab-nav-wrap::-webkit-scrollbar {
        display: none
    }

    .zwc-tab-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0;
        width: max-content;
        min-width: 100%
    }

    .zwc-card-inner {
        aspect-ratio: auto
    }

    .zwc-tab-panel {
        padding: 24px;
        border-radius: 12px
    }

    .zwc-tabcont-grid {
        gap: 24px
    }

    .zwc-r_side {
        min-height: 220px
    }

    .zwc-workflows-table {
        min-width: 760px
    }

    .zwc-workflows-table th,.zwc-workflows-table td {
        padding: 16px
    }

    .zwc-workflows-table thead th {
        padding: 20px 16px
    }

    .zwc-builder-img,.zwc-hotspot {
        display: none
    }

    .zwc-builder-stage {
        background: transparent;
        box-shadow: unset
    }

    .zwc-hs-dot {
        width: 10px;
        height: 10px
    }

    .zwc-hs-ring {
        width: 14px;
        height: 14px
    }

    @keyframes zwc-ripple {
        0% {
            width: 10px;
            height: 10px;
            opacity: .7
        }

        80% {
            width: 44px;
            height: 44px;
            opacity: 0
        }

        100% {
            width: 44px;
            height: 44px;
            opacity: 0
        }
    }

    .zwc-tooltip {
        width: 220px
    }

    .zwc-tooltip-inner {
        padding: 14px 36px 14px 16px
    }

    .zwc-tooltip-title {
        font-size: 15px
    }

    .zwc-tooltip-body {
        font-size: 13px
    }

    .zwc-faq-ans {
        padding: 0 20px 20px 20px
    }

    .zwc-faq-ans .faq-table {
        min-width: 600px;
        font-size: 14px
    }

    .zwc-faq-ans .faq-table th,.zwc-faq-ans .faq-table td {
        padding: 10px 14px
    }

    .zwc-builder-stage .zwc-tooltip {
        display: none !important
    }

    .zwc-builder-stage .zwc-hotspot {
        pointer-events: none;
        cursor: default
    }

    .zwc-builder-stage .zwc-steps-static {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        list-style: none;
        margin: 28px 0 0;
        padding: 0
    }

    .zwc-builder-stage .zwc-step-static {
        background: #fff;
        border: 1px solid #e3e8e5;
        border-radius: 14px;
        padding: 18px 20px;
        text-align: left
    }

    .zwc-builder-stage .zwc-step-static .zwc-tooltip-eyebrow {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 6px
    }

    .zwc-builder-stage .zwc-step-static .zwc-tooltip-title {
        font-size: 18px;
        line-height: 1.25;
        margin: 0 0 6px;
        color: #0d1b16
    }

    .zwc-builder-stage .zwc-step-static .zwc-tooltip-body {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        color: #444
    }
}

@media(max-width: 540px) {
    .zw-template-inner .content-wrap {
        width:90%
    }
}
