<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Block styling **/

.btp-wrapper {
    position: relative;
    background: url(https://ssw.solutions/blog/taxpresso/wp-content/uploads/2025/06/bgpbg.jpg) no-repeat center;
    background-size: cover;
    padding: 25px;
    border-radius: 7px;
    margin-top: 20px;
}

.btp-header {
    font-family: "Gilroy-Bold";
    font-weight: normal;
    font-size: 25px; line-height: 32px;
    color: #fff;
    text-align: center;
}

.btp-wrapper &gt; p {
    color: #fff;
    font-family: "GilroyRegular";
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.btp-wrapper &gt; small {
    color: #fff;
    font-family: "GilroyRegular";
    font-style: normal;
    font-size: 13px; line-height: 20px;
    display: block;
    text-align: center;
}

.showform-click,
.showform-click-nl {
    display: block;
    margin: 25px auto;
    border: 1px solid #fff;
    width: fit-content;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.showform-click:hover,
.showform-click-nl:hover {
    background: #fff;
    color: #012169;
}

/** Form styling **/

.btp-wrapper .wpcf7 input[type=text],
.btp-wrapper .wpcf7 input[type=email] {
    border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 3px;
    outline: 0;
    box-sizing: border-box;
    width: 100%;
}

.btp-wrapper .wpcf7 input[type=email] {
    margin: 10px 0;
}

.btp-wrapper .wpcf7 input[type=text]::placeholder,
.btp-wrapper .wpcf7 input[type=email]::placeholder {
    color: #fff;
}

.btp-wrapper .wpcf7 input[type=submit] {
    display: block;
    margin: 25px auto;
    border: 1px solid #fff;
    width: fit-content;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: transparent;
}

.btp-wrapper .wpcf7 input[type=submit]:hover {
    background: #fff;
    color: #012169;
}

.btp-wrapper .wpcf7-not-valid-tip {
    color: #f98888;
    text-align: center;
    font-size: 13px;
}

.btp-wrapper .wpcf7 form .wpcf7-response-output {
    color: #fff;
    text-align: center;
}

.btp-form-wrapper,
.btp-form-wrapper-nl {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    will-change: max-height;
    transition: all 0.55s ease-out;
}

.btp-form-wrapper.visible,
.btp-form-wrapper-nl.visible {
    max-height: 500px;
}

.tp-download {
    display: block;
    text-align: center;
    width: 100%; max-width: calc(100% - 15px);
    padding: 8px 15px;
    background: #fff;
    margin: 0 auto;
    color: #012169;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Gilroy-Bold";
    font-weight: normal;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.tp-download:hover {
    background: #ee3ea9;
    color: #fff;
}

.showform-click,
.showform-click-nl {
    overflow: hidden;
}

.showform-click.clicked,
.showform-click-nl.clicked {
    max-height: 0px;
    padding: 0; margin: 10px auto 0;
    opacity: 0; 
}

.nl-override {
    background: url(https://ssw.solutions/blog/taxpresso/wp-content/themes/sswblog/img/newsletter-bg.jpg) no-repeat center;
    background-size: cover;
}</pre></body></html>