<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.download-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, .6);
    overflow: scroll
}

.download-modal:target {
    display: block
}

.download-popup {
    display: flex;
    max-width: 980px;
    margin: 10% auto;
    height: 650px;
    border-radius: 25px;
    background-color: #fff;
    position: relative
}

.download-popup .captcha {
    display: flex;
    width: 90%;
    gap: 20px;
    margin-top: 20px
}

.form-group .captcha-input {
    max-width: 185px;
    padding: 16px 25px;
}

.close-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
    cursor: pointer;
    background: #003F3C;
    color: #fff;
    padding: 0 10px;
    border-radius: 50%;
}

.zsubmit {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 10px;
}

.download-modal .ecommerce-seo {
    width: 50%;
    height: 100%;
    background: #003F3C;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ecommerce-seo img:first-child,
.ecommerce-seo p {
    position: relative;
    height: 50px;
    z-index: 1000;
}

.ecommerce-seo p {
    color: #FFF;
    text-align: center;
    font-family: var(--zf-primary-medium);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 25px 0
}

.ecommerce-seo&gt;img:last-child {
    position: absolute;
    bottom: 0px;
    height: 70px;
}

.form-section {
    float: right;
    max-width: 38%;
    overflow: scroll;
    margin: auto;
    padding: 40px 0;
}

.form-section h2 {
    font-family: var(--zf-primary-medium);
    font-size: 20px;
    color: #089949;
    margin-bottom: 10px;
}

.form-section h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    padding: 16px 48px;
    border-radius: 48px;
    border: 1px solid #DADADA;
    background: #FDFDFD;
    margin-bottom: 4px;
    font-size: 14px;
    min-width: 100%;
    position: relative;
}

.email-container {
    position: relative;
}

.form-group&gt;div:has(input[name="Email"])::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/commerce/mail-icon.svg);
    background-size: 58% 70%;
    padding: 11px 20px;
    background-repeat: no-repeat;
    left: 20px;
    top: 17px;
    z-index: 2;
}

.form-group input[name="Email"] {
    padding: 16px 35px 16px 45px;
}

input:focus {
    border-color: #419af8;
    outline: none;
}

.form-group .form-control.error {
    border: 1.2px solid #ff0000;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    text-align: left;
}

.subscribe-section {
    display: flex;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0
}

.subscribe-checkbox {
    margin: 5px 10px;
}

.captcha .captcha-container {
    height: 50px;
    position: relative;
    border: 1px solid silver;
    border-radius: 25px;
}

.captcha .captcha-container img {
    height: 100%;
    margin: 0;
    border-radius: 25px;
}

.reload-button {
    position: absolute;
    bottom: 13px;
    left: 114%
}

.privacy-policy p,
.subscribe-label {
    font-size: 14px;
    line-height: 30px
}

.privacy-policy a,
.privacy-policy a:active,
.privacy-policy a:focus,
.privacy-policy a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.interactive-cta-btn {
    border-radius: 40px;
    display: inline-flex;
    position: relative;
    cursor: pointer;
    border: none;
}

.interactive-cta-btn-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 45px;
    padding: 16px 25px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
    border: 1px solid #000;
    border-radius: inherit;
    text-align: center;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #01ee65;
}

.interactive-cta-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: inherit;
    background-color: #000;
    transform: translate3d(0.01rem, 0, 0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.interactive-cta-btn:hover .interactive-cta-btn-content {
    transform: translate3d(0, -0.5rem, 0);
}

.interactive-cta-btn .interactive-cta-btn-content {
    transform: translate3d(0.01rem, 0, 0);
}

.download-popup .interactive-cta-btn,
.interactive-cta-btn-content {
    width: 100%;
}

.features-download-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 5;
    top: 200px;
    right: 0;
    max-width: 175px;
    padding: 15px;
    border: 1px solid rgba(38, 54, 154, .12);
    border-radius: 10px;
    background: #fff;
}

.features-download-banner h2 {
font-family: var(--zf-primary-semibold);
    font-size: 16px;
    line-height: 23px;
    text-align: center
}

.features-download-banner h2 span{
 display: block;
}

.features-download-banner .close-btn {
    position: absolute;
    top: -11px;
    left: -11px;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    background-color: #01ee65;
    border: 1px solid #000;
}

.download-btn {
    cursor: pointer
}

.download-btn svg {
    width: 14px;
    height: 14px;
}

@media screen and (max-width: 1024px) {
    .download-popup {
        max-width: 750px;
    }

    .download-banner {
        border-radius: 0;
        max-width: 90%;
    }
}

@media screen and (max-width:992px) {
    .download-modal .ecommerce-seo {
        display: none;
    }
    .download-popup {
        max-width: 65%;
        height: 550px;
        margin: 8% auto;
    }

    .form-section {
        float: none;
        max-width: 100%;
        padding: 0 52px;
    }
}

@media screen and (max-width: 769px) {
    .download-popup {
        margin: 12% auto;
    }

    .banner-text {
        font-size: 26px;
    }

    .form-section h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .captcha .captcha-container {
        max-width: 125px;
    }

    .interactive-cta-btn-content {
        font-size: 14px;
        padding: 12px 20px;
    }
   .zsubmit {
       gap: 10px
}
}

@media screen and (max-width: 660px) {
    .download-popup {
        max-width: 90%;
    }

    .form-section {
        padding: 0 30px;
    }    

    .form-section h2 {
        max-width: 100%;
        font-size: 22px;
    }

    .form-control {
        max-width: 90%;
    }

.captcha .captcha-container, .form-control{
height: 45px
}

    .features-download-banner {
        position: static;
        display: block;
        margin: auto;
    }

    #close-download-banner {
        display: none
    }

.subscribe-section{
margin: 10px 0;
}

   .privacy-policy p,
.subscribe-label {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
}

.download-popup .captcha {
    gap: 15px;
    margin-top: 15px;
flex-direction: column;
}
    .zsubmit{
    gap: 0
}
}

@media screen and (min-width: 1441px) {
    .download-popup {
        margin: 10% auto;
    }
}</pre></body></html>