<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,*::before,*::after {
    box-sizing: border-box
}

:root {
    --color-dark-green: #003f3c;
    --color-accent-green: #01ee65;
    --color-light-green: #00973f;
    --color-primary-green: #008452;
    --color-white: #fff;
    --color-cream: #f9edd7;
    --color-light-gray: #f0f0f0;
    --color-dark-text: #000;
    --color-card-bg: #fff;
    --color-card-border: #fbd69e
}

.content-wrap {
    max-width: 1250px;
}

.product-nav-links .zmenu-whatsapp .whatsapp-wrapper a,.menu .zmenu-whatsapp .contact-days {
    color: var(--color-card-bg)
}

.product-header-top.slide-active .product-nav-links .zmenu-whatsapp .whatsapp-wrapper a,.product-header-top.slide-active .menu .zmenu-whatsapp .contact-days {
    color: var(--color-dark-text)
}

:root {
    --color-green-deep: #003f3c;
    --color-green-bright: #01ee65;
    --color-green-medium: #00973f;
    --color-green-primary: #008452;
    --color-green-pale: #d0eadc;
    --color-white: #fff;
    --color-cream-light: #f9edd7;
    --color-cream-dark: #fbd69e;
    --color-gray-light: #c1c8c7;
    --color-black: #000
}

.zgh-accounts .zgh-login,.zgh-accounts .zgh-signup {
    text-transform: none
}

.zgh-accounts .zgh-login {
    color: var(--color-green-primary)
}

.zgh-accounts .zgh-signup {
    background: var(--color-green-bright);
    border-radius: 20px;
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

h2 {
    font-family: var(--zf-primary-bold);
    font-size: 52px;
    line-height: 62px;
    margin: 0 auto 55px;
    letter-spacing: -1px
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.zw-product-header {
    background-color: var(--color-dark-green);
    color: var(--color-white)
}

.zw-product-header * {
    color: var(--color-white)
}

.space-between {
    display: flex;
    justify-content: space-between
}

.ecommerce-infrastructure-section {
    background-color: var(--color-dark-green);
    color: var(--color-white);
    padding: 0 24px 75px;
    display: flex;
    justify-content: center;
    align-items: center
}

.content-column {
    flex: 1;
    max-width: 55%;
    width: 100%;
    text-align: left
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
    display: flex;
    font-size: .875em
}

.breadcrumbs li {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.breadcrumbs .breadcrumb-link {
    color: #c9ffea;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    text-align: center
}

.breadcrumbs .separator {
    margin: 0 4px
}

.breadcrumbs .breadcrumb-current {
    font-weight: bold;
    opacity: 1;
    color: var(--color-accent-green)
}

.main-heading {
    font-size: 3.5em;
    line-height: 1.1;
    margin-bottom: 24px;
    /* font-weight:700; */
}

.description-text {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 25px
}

.highlight {
    color: var(--color-light-green)
}

.illustration-column {
    flex: 1;
    max-width: 45%;
    padding-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.dashboard-illustration {
    max-width: 100%;
    height: auto;
    display: block
}

.features-section {
    padding: 140px 0;
    text-align: center
}

.features-section__heading {
    color: var(--color-main-heading-dark);
    padding: 0 24px
}

.features-section__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    justify-content: center
}

.feature-card {
    background-color: var(--color-cream);
    border-radius: 20px;
    border: .5px solid var(--color-card-border);
    padding: 40px 25px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 27px;
    flex-direction: column;
    align-items: flex-start;
    transition: transform .3s ease,box-shadow .3s ease
}

.feature-card__image-container {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 215px;
    overflow: hidden
}

.feature-card__image {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

.feature-card-content {
    padding: 0 15px
}

.feature-card__title {
    font-size: 1.75rem;
    color: var(--color-main-heading-dark);
    margin-top: 0;
    margin-bottom: 12px
}

.security-section {
    padding-bottom: 50px;
    background-color: var(--color-white);
    text-align: center
}

.security-section__content-wrapper {
    display: flex;
    gap: 20px;
    align-items: stretch
}

.security-section__tabs {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 40%;
    text-align: left
}

.security-tab {
    background-color: var(--color-white);
    border: .5px solid #e0e0e0;
    border-radius: 20px;
    padding: 30px 40px;
    cursor: pointer;
    transition: all .3s ease
}

.security-tab__title {
    font-family: var(--zf-primary-bold);
    font-size: 24px;
    color: var(--color-dark-text);
    margin-top: 0;
    margin-bottom: 12px
}

.security-tab.active {
    background-color: var(--color-primary-green);
    position: relative;
    overflow: hidden
}

.security-tab.active::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    width: 4px;
    height: 0;
    background-color: var(--color-accent-green);
    border-radius: 10px;
    transition: height 5s ease-in-out
}

.security-tab.active.fill-progress::before {
    height: 70%
}

.security-tab.active .security-tab__title,.security-tab.active .security-tab__description {
    color: var(--color-white)
}

.security-tab:hover:not(.active) {
    border: .5px solid #003f3c
}

.security-tab__description {
    width: 90%
}

.security-section__images {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    width: 100%;
    background-color: var(--color-primary-green);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative
}

.security-section__img-wrapper {
    width: 80%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.security-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: none;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    border-radius: 8px
}

.security-image:first-child {
    top: 48%
}

.security-image.active {
    display: block;
    pointer-events: auto
}

.accordion-icon {
    width: 22px;
    height: 26px;
    border: 1px solid #498c88;
    border-radius: 20px;
    position: relative;
    transition: all .3s ease
}

.accordion-icon::before,.accordion-icon::after {
    content: "";
    position: absolute;
    background: #498c88;
    transition: all .3s ease
}

.accordion-icon::before {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 1px;
    transform: translateY(-50%)
}

.accordion-icon::after {
    top: 7px;
    bottom: 7px;
    left: 50%;
    width: 1px;
    transform: translateX(-50%)
}

.accordion-icon.active {
    background-color: #00e365;
    border: 1px solid #003f3c
}

.accordion-icon.active::before {
    border: .5px solid #003f3c;
    transform: rotate(180deg)
}

.accordion-icon.active::after {
    transform: scaleY(0)
}

#ssl-cert-image {
    padding-right: 20px
}

#pci-dss-image {
    padding-left: 20px
}

.why-choose-section {
    padding: 120px 0;
    text-align: center
}

.why-choose-section__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    justify-content: center
}

.choice-card {
    background-color: var(--color-white);
    border-radius: 20px;
    border: .5px solid var(--color-dark-green);
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform .3s ease,box-shadow .3s ease
}

.choice-card:hover {
    transform: translateY(-5px)
}

.choice-card__icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.caveat-font {
    font-family: "Caveat",sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--color-primary-green)
}

.choice-card__title {
    font-family: var(--zf-primary-medium);
    font-size: 24px;
    color: var(--color-dark-text);
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.2
}

.choice-card__description,.feature-card__description,.security-tab__description {
    font-family: var(--zf-primary-regular);
    font-size: .97em;
    color: var(--color-dark-text);
    margin-bottom: 0;
    line-height: 1.5
}

.bottom-cta-wrapper {
    position: relative;
    text-align: center;
    padding: 30px 0 140px
}

.bottom-cta-wrapper h2 {
    width: 80%;
    margin-bottom: 40px
}

.bottom-cta-wrapper .content-wrap p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 60%;
    margin: auto
}

@media(min-width: 992px) {
    .mobile-security-image,.accordion-icon {
        display:none
    }

    .features-section {
        padding: 100px 0
    }
}

.scroll-reveal-animation {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .4s ease-out,transform .4s ease-out;
    transition-delay: var(--animation-delay,0s)
}

.scroll-reveal-animation.fade-in-up {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width: 1024px) {
    .main-heading {
        font-size:2.8em
    }

    .ecommerce-infrastructure-section {
        padding: 80px 24px
    }

    .interactive-cta-btn-wrapper .secondary-cta,.interactive-cta-btn-wrapper .interactive-cta-btn {
        min-width: 255px
    }

    .illustration-column {
        padding-top: 0
    }

    .feature-card {
        gap: 0
    }

    .security-tab__description {
        width: 100%
    }

    .security-section__img-wrapper,.bottom-cta-wrapper h2 {
        width: 90%
    }

    .why-choose-section {
        padding: 100px 0
    }

    .features-section__heading {
        width: 60%
    }

    .why-choose-section__heading {
        width: 80%
    }

    .security-section {
        padding-bottom: 0
    }

    .bottom-cta-wrapper {
        padding-top: 0
    }
}

@media(max-width: 992px) {
    .hero-container {
        flex-direction:column;
        text-align: center
    }

    .interactive-cta-btn-wrapper .secondary-cta,.interactive-cta-btn-wrapper .interactive-cta-btn {
        margin: 0
    }

    .interactive-cta-btn-wrapper {
        justify-content: center
    }

    .product-nav-links {
        width: 100%
    }

    .content-column {
        max-width: 100%;
        text-align: center
    }

    .breadcrumbs {
        justify-content: center
    }

    h2 {
        width: 70%;
        font-size: 2.5rem;
        line-height: 1.2em;
        margin-bottom: 24px
    }

    .illustration-column {
        max-width: 100%;
        width: 80%;
        margin-top: 40px
    }

    .feature-card__image {
        max-width: 90%
    }

    .feature-card {
        gap: 40px
    }

    .features-section__cards {
        max-width: 80%;
        margin: 0 auto
    }

    .security-section__tabs,.why-choose-section__cards {
        max-width: 80%;
        margin: auto;
        width: 100%;
        height: auto
    }

    .security-tab.active::before {
        top: 6%;
        height: 0
    }

    .security-tab.active.fill-progress::before {
        height: 100px
    }

    .security-section__images {
        display: none
    }

    .security-tab,.feature-card,.choice-card {
        padding: 40px
    }

    .security-tab {
        transition: none
    }

    .mobile-security-image {
        max-height: 0;
        overflow: hidden;
        width: 100%;
        text-align: center;
        height: auto;
        display: block;
        justify-self: center
    }

    .mobile-security-image.active {
        max-width: 400px;
        max-height: 400px;
        margin-top: 20px;
        transition: max-height .5s ease-in-out
    }
}

@media(max-width: 768px) {
    .ecommerce-infrastructure-section {
        padding:40px 16px;
        min-height: unset
    }

    .main-heading {
        font-size: 3em;
        margin-bottom: 24px
    }

    h2 {
        width: 90%
    }

    .description-text {
        font-size: .95em;
        width: 75%;
        margin: auto
    }

    .interactive-cta-btn-wrapper {
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-top: 30px
    }

    .secondary-cta {
        margin: 0
    }

    .features-section {
        padding: 90px 0
    }

    .features-section__cards {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .feature-card__image-container {
        max-height: 100%
    }

    .why-choose-section {
        padding: 80px 0
    }

    .bottom-cta-wrapper h2 {
        width: 90%;
        max-width: 100%;
        margin-bottom: 15px
    }
}

@media(max-width: 666px) {
    .illustration-column {
        width:100%
    }

    .interactive-cta-btn-wrapper {
        flex-direction: column
    }

    .main-heading,h2,.bottom-cta-wrapper h2,.security-tab__description,.description-text,.why-choose-section__heading {
        width: 100%;
        max-width: 100%
    }

    .features-section__heading {
        width: 100%;
        padding: 0
    }

    .main-heading {
        font-size: 2.2em;
        margin-bottom: 24px
    }

    h2 {
        font-size: 2em
    }
}

@media(max-width: 480px) {
    .ecommerce-infrastructure-section {
        padding:24px 0
    }

    h2 {
        font-size: 1.8em
    }

    .breadcrumbs li {
        font-size: 14px
    }

    .security-tab,.feature-card,.choice-card {
        padding: 35px
    }

    .feature-card-content {
        padding: 0
    }

    .security-section__tabs,.why-choose-section__cards,.features-section__cards {
        max-width: 100%
    }

    .feature-card {
        gap: 10px
    }

    .choice-card__icon-container {
        width: 50px;
        height: 50px
    }

    .why-choose-section {
        padding: 50px 0
    }

    .choice-card__description,.feature-card__description,.security-tab__description {
        font-size: .8em;
        line-height: 1.5
    }
}

@media(max-width: 375px) {
    .security-tab__title,.choice-card__title {
        font-size:22px
    }

    .features-section {
        padding: 70px 0
    }

    .feature-card__title {
        font-size: 1.3em
    }

    .choice-card {
        width: 93%;
        margin: auto
    }

    .interactive-cta-btn-wrapper {
        padding-top: 20px
    }

    .choice-card__icon-container {
        width: 40px;
        height: 40px;
        margin-bottom: 10px
    }
}

@media(max-width: 374px) {
    .main-heading {
        font-size:2em;
        margin-bottom: 24px
    }

    h2 {
        font-size: 1.6em
    }

    .security-tab,.feature-card,.choice-card {
        padding: 25px
    }

    .security-tab__title,.choice-card__title {
        font-size: 20px
    }

    .accordion-icon {
        width: 20px;
        height: 24px
    }
}
</pre></body></html>