.zw-product-header,.zbackground {
    background: #d0eadc
}

.ztable-header-fixed.zshowsticky {
    position: sticky;
    margin-top: 0 !important;
    opacity: 1;
    z-index: 10
}

.comparison-list-container .ztable-header-fixed {
    transition: .1s opacity ease;
    margin-top: 0 !important
}

.body-umain .interactive-cta-btn:has(a.logged-out),.interactive-cta-btn:has(a.logged-in),.common-section-filter-container {
    display: none
}

.body-umain .interactive-cta-btn:has(a.logged-in) {
    display: inline-block
}

.zbanner-section {
    max-width: 100%;
    width: 100%;
    margin: 0
}

.caveat-font {
    font-family: "Caveat"
}

.zheader-section {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0
}

.zbanner-section .zheader-section h1 {
    font-family: var(--zf-primary-bold);
    font-size: 62px;
    text-align: left;
    line-height: 64px;
    letter-spacing: -1.5px
}

#zpricing-table-content1 {
    max-width: 1200px
}

.zw-template-inner .zbanner-section .currency-dropdown {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    text-align: right
}

.currency-dropdown select {
    outline: 0;
    font-size: 14px
}

tr.zinner-heading {
    cursor: pointer
}

.early-access {
    width: max-content;
    font-family:'Caveat';
    background: #089949;
    color: #fff;
    font-weight:600;
    margin-left:8px;
    padding: 2px 12px 2px 10px;
    font-size: 18px;
    border-radius: 50px
}


.billed-text {
    font-size: 12px;
    color: #484848
}

.zw-template-inner .comparison-container {
    margin-bottom: 200px
}

.comparison-list-container tr {
    overflow: auto;
    position: sticky;
    left: 0;
    display: table-row;
    transition: opacity .8s ease
}

.zinner-heading+tr {
    display: table-row
}

.comparison-list-container tr:first-child th {
    text-align: left
}

.comparison-list-container tr:first-child>* {
    border: 1px solid #000
}

.comparison-list-container tr>*:first-child {
    border-left: 1px solid transparent
}

.comparison-list-container tr>*:last-child {
    border-right: 1px solid transparent
}

.comparison-list-container tr:first-child th h3 {
    font-size: 24px
}

.comparison-list-container tr td {
    font-size: 18px;
    padding: 24px 20px
}

.all-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.ztable-header-fixed table {
    background: #fff
}

.zplan-heading {
    text-align: left
}

.expand-button,.collapse-button {
    width: 100px;
    height: 44px;
    border: 0;
    font-weight: 600;
    border-radius: 18px 18px 0 0;
    background: #f6f8f7;
    color: #008452;
    padding: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer
}

.expand-button {
    display: none
}

.comparison-list-container .zpricegroup,.transaction-fee td:not(:first-child) {
    font-size: 24px;
    font-family: var(--zf-primary-medium)
}

.comparison-list-container tr:nth-child(2) td>span:not(.zpricegroup),.comparison-list-container tr:nth-child(3) td>span:not(.zpricegroup) {
    font-family: var(--zf-secondary-light);
    font-size: 12px;
    letter-spacing: .2px
}

.interactive-cta-btn {
    border-radius: 50px
}

.interactive-cta-btn,.interactive-cta-btn-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    text-align: center
}

.interactive-cta-btn .interactive-cta-btn-content {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    text-transform: none;
    letter-spacing: .3px;
    padding: 12px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #000 !important;
    border: .8px solid #000;
    border-radius: inherit;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}

.interactive-cta-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: #000;
    -webkit-transform: translate3d(.01rem,0,0);
    transform: translate3d(.01rem,0,0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}

.interactive-cta-btn:hover .interactive-cta-btn-content {
    -webkit-transform: translate3d(0,-.3rem,0);
    transform: translate3d(0,-.3rem,0)
}

.interactive-cta-btn-content,.interactive-cta-btn .interactive-cta-btn-content {
    -webkit-transform: translate3d(.01rem,0,0);
    transform: translate3d(.01rem,0,0);
    background-color: #01ee65
}

.save-20 {
    font-weight: 700;
    color: #f14444
}

.comparison-list-container tr:hover {
    background-color: transparent
}

.comparison-list-container td {
    text-align: left
}

.comparison-list-container #zpricing-table-content1>p {
    text-align: right;
    font-size: 14px;
    margin-top: 10px
}

tr.zinner-heading td {
    background: #f6f8f7
}

tr.zinner-heading td h2 {
    font-size: 20px;
    margin: 0;
    color: #008452
}

.zinner-heading:hover td h2 {
    color: #008452 !important
}

tr td h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px
}

tr td p {
    font-size: 14px;
    margin-bottom: 0
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto
}

.comparison-list-container tr td:not(:first-child) {
    font-weight: 700
}

tr td span.ztick,tr td span.zcross {
    width: 20px;
    height: 20px
}

tr td span.ztick::before {
    background: url(/sites/zweb/images/commerce/ztick.svg) left top no-repeat;
    background-size: 20px
}

tr td span.zcross {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -999px
}

td span.zcross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: initial
}

tr td span.zcross::before {
    background: url(/sites/zweb/images/commerce/zcross.svg) left top no-repeat;
    background-size: 20px
}

tr td .open-icon {
    display: none
}

@media(min-width: 992px) {
    .comparison-list-container table {
        table-layout:auto
    }

    .interactive-cta-btn,.interactive-cta-btn-content {
        min-width: 185px
    }

    .comparison-list-container tr:not(.zinner-heading)>*:first-child {
        width: 40%
    }

    .zbanner-section .zheader-section h1 {
        width: 50%
    }

    .zw-template-inner .zbanner-section .currency-dropdown {
        max-width: 1200px
    }
}

@media(max-width:1200px){
    .early-access {
        display:inline-block;
        margin-top:10px
    }
}

@media(max-width: 1024px) {
    .zbanner-section .zheader-section h1 {
        width:60%;
        padding: 40px 0;
        font-size: 52px;
        line-height: 54px
    }

    .zheader-section {
        padding: 40px 0
    }

}

@media(max-width: 768px) {
    table {
        border-left:0
    }

    .zheader-section {
        padding: 40px 0
    }

    .product-nav-links {
        width: 98%
    }

    .zheader-section img {
        display: none
    }

    .comparison-list-container tr:first-child th h3 {
        font-size: 18px
    }

    .comparison-list-container tr td,.comparison-list-container .zpricegroup,.transaction-fee td:not(:first-child),tr.zinner-heading td h2 {
        font-size: 16px
    }


    tr td p {
        font-size: 12px;
        line-height: 18px
    }

    .comparison-list-container tr:not(.zinner-heading)>*:first-child {
        width: 35%
    }

    .comparison-list-container .zpricegroup,.save-20 {
        display: block;
        font-size: 16px
    }

    tr:first-child th {
        padding: 10px 12px
    }

    .interactive-cta-btn .interactive-cta-btn-content {
        padding: 8px
    }

    .comparison-list-container tr td {
        padding: 16px;
        line-height: 18px
    }

    .zbanner-section .zheader-section h1 {
        font-size: 40px;
        width: 100%;
        padding: 10px 0 30px;
        text-align: center
    }

    tr td span.ztick::before,tr td span.zcross::before {
        background-size: 16px
    }

    .download-desktop {
        margin: 0
    }

    .comparison-list-container #zpricing-table-content1>p {
        text-align: center
    }

    .ztable-header-fixed.zshow {
        position: fixed
    }

    .interactive-cta-btn .interactive-cta-btn-content {
        font-size: 9px
    }

    table {
        overflow: auto
    }

    .comparison-list-container tr td:first-child,.comparison-list-container tr th:first-child {
        position: sticky;
        left: 0;
        background: #fff;
        z-index: 10
    }

    .comparison-list-container tr.zinner-heading td:first-child,.comparison-list-container tr.zinner-heading th:first-child {
        background: #f6f7f8
    }

    .header-container {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 8px
    }

    .comparison-list-container tr.zinner-heading {
        display: block;
        min-width: 100vw;
        white-space: normal;
        overflow: visible;
        background: #f6f7f8
    }

    .comparison-list-container tr:not(.zinner-heading) td:first-child {
        border-right: 0
    }

    .comparison-list-container tr:not(.zinner-heading) td:first-child::after,.comparison-list-container tr:not(.zinner-heading) th:first-child::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #e5e5e5
    }
}

@media(max-width: 660px) {
    .ztable-header-fixed.zshow {
        margin:2.5%
    }

    .expand-button,.collapse-button {
        min-width: 80px;
        font-size: 12px
    }

    .comparison-list-container tr td span,tr td h2 {
        font-size: 14px
    }

    .comparison-list-container tr:first-child th h3 {
        font-size: 15px
    }

    .zbanner-section .zheader-section {
        padding: 40px 0;
        gap: 50px
    }

    .zbanner-section .zheader-section h1 {
        width: 100%
    }

    tr.zinner-heading>td {
        padding: 16px 10px
    }
}

@media(max-width: 425px) {
    .comparison-list-container>div.zcol-4 table,.zcol-4 .ztable-header-fixed.zshow {
        width:550px
    }

    .zbanner-section .zheader-section h1 {
        font-size: 34px;
        line-height: 40px;
        padding: 0
    }

    .zbanner-section .zheader-section {
        gap: 20px;
        width: 90%
    }
}

@media(max-width: 320px) {
    .zbanner-section .zheader-section h1 {
        font-size:28px;
        line-height: 30px
    }
}
