<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    BACKGROUND OVERRIDE FOR 477px from plugins.css
 */

@media screen and (max-width: 477px) {
    .plugin-listing-header-section-container-wrapper-wrapper:before {
        background: linear-gradient(
                20deg,
                transparent 0%,
                transparent calc(93.969262vh + 17.101007vw + 1210px),
                rgba(234, 236, 243, 0.4) calc(93.969262vh + 17.101007vw + 1210px),
                rgba(234, 236, 243, 0.4) calc(93.969262vh + 17.101007vw + 2180px),
                transparent calc(93.969262vh + 17.101007vw + 2180px)
        );

    }

    .plugin-listing-header-section-container-wrapper:before {
        background: linear-gradient(-20deg, #4678EC 0%, #0C4CDD calc(93.969262vh + 17.101007vw - 190px), transparent 0%);
    }
}

.merchant-tools-toggle {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.merchant-tools-toggle-title {
    font-size: 60px;
    line-height: 65px;
}

.merchant-tools-toggle-subtext {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.16px;
    width: 686px;
}

.toggle-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    width: 200px;
    height: 40px;
    background-color: #DADFF0;
    position: relative;
}

.toggle-btn {
    flex: 1;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    background: none;
    color: #1E2F47;
    border-radius: 25px;
    font-weight: bold;
}

.toggle-btn.active {
    border-radius: 25px;
    background: #1F3763;
    color: white;
    font-weight: bold;
}

.toggle-btn:not(.active):hover {
    color: #007bff;
}

@media screen and (max-width: 1279px) {
    .merchant-tools-toggle-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .merchant-tools-toggle-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.01em;
    }
}

@media screen and (max-width: 767px) {
    .merchant-tools-toggle-subtext {
        width: 460px;
    }
}

@media screen and (max-width: 477px) {
    .merchant-tools-toggle-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: unset;
    }
    .merchant-tools-toggle-subtext {
        width: 300px;
        font-size: 14px;
    }
}

.merchant-tools-heading {
    display: grid;
    /* grid-template-areas: "t i" "c i"; */
    grid-template-areas: "c i" "c i";
    grid-template-columns: 1fr 1fr;
    column-gap: 94px;
    margin-top: 60px;
    margin-bottom: 120px;
}

@media screen and (max-width: 1279px) {
    .merchant-tools-heading {
        column-gap: 84px;
        margin-bottom: 176px;
    }
}

@media screen and (max-width: 991px) {
    .merchant-tools-heading {
        column-gap: 30px;
        margin-bottom: 131px;
    }
}

@media screen and (max-width: 767px) {
    .merchant-tools-heading {
        grid-template-areas: "t" "i" "c";
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 30px;
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 477px) {
    .merchant-tools-heading {
        row-gap: 17px;
    }
}

h1.merchant-tools-heading-title {
    grid-area: t;
    font-size: 60px;
    line-height: 65px;
}

h1.merchant-tools-heading-subtitle {
    grid-area: t;
    color: #22273D;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.24px;
}

@media screen and (max-width: 1279px) {
    h1.merchant-tools-heading-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    h1.merchant-tools-heading-title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.01em;
    }
}

@media screen and (max-width: 477px) {
    h1.merchant-tools-heading-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: unset;
    }
}

.merchant-tools-heading-image {
    grid-area: i;
    align-self: center;
}

@media screen and (max-width: 767px) {
    .merchant-tools-heading-image {
        grid-column: 1;
        max-width: 277.48px;
    }
}

@media screen and (max-width: 477px) {
    .merchant-tools-heading-image {
        grid-column: 1;
        max-width: 252.25px;
    }
}

.merchant-tools-heading-content {
    grid-area: c;
    max-width: 401px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .merchant-tools-heading-content {
        max-width: unset;
    }
}

.merchant-tools-heading-description {
    font-size: 16px;
    line-height: 23px;
}

@media screen and (max-width: 767px) {
    .merchant-tools-heading-description {
        font-size: 16px;
        line-height: 23px;
    }
}

@media screen and (max-width: 477px) {
    .merchant-tools-heading-description {
        font-size: 14px;
        line-height: 22px;
    }
}

.merchant-tools-heading-content-link {
    display: inline-block;
    margin-top: 16px;
}

@media screen and (max-width: 1279px) {
    .merchant-tools-heading-content-link {
        margin-top: 23px;
    }
}

.merchant-tools-grid-wrapper {
    background: #F7F8FB;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    padding-top: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.merchant-tools-grid-title {
    color: #22273D;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 900px;
}

.merchant-tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 32px;
}

@media screen and (max-width: 1279px) {
    .merchant-tools-grid {
        column-gap: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .merchant-tools-grid {
        row-gap: 25px;
    }
}

@media screen and (max-width: 991px) {
    .merchant-tools-grid-wrapper {
        padding-top: 80px;
    }
    .merchant-tools-grid-title {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .merchant-tools-grid-wrapper {
        padding-top: 60px;
    }
    .merchant-tools-grid {
        grid-template-columns: 1fr 1fr;

    }
    .merchant-tools-grid-title {
        width: 460px;
    }
}

@media screen and (max-width: 477px) {
    .merchant-tools-grid-wrapper {
        padding-top: 40px;
    }
    .merchant-tools-grid {
        grid-template-columns: 1fr;

    }
    .merchant-tools-grid-title {
        width: 320px;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

.merchant-tools-card {
    background: #FFFFFF;
    border: 1px solid #DADFF0;
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 44px;
    padding-right: 44px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    min-height: 489px;
}

.merchant-tools-card:hover {
    border: 2px solid #6292FF;
    margin: -1px;
}

@media screen and (max-width: 991px) {
    .merchant-tools-card {
        min-height: 376px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .merchant-tools-card {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 477px) {
    .merchant-tools-card {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.merchant-tools-card-image {
    height: 94px;
    width: 71px;
}

@media screen and (max-width: 991px) {
    .merchant-tools-card-image {
        height: 56px;
        width: 56px;
    }
}

h3.merchant-tools-card-title {
    font-size: 20px;
    line-height: 25px;
}

@media screen and (max-width: 991px) {
    h3.merchant-tools-card-title {
        font-size: 18px;
        line-height: 23px;
        margin-top: 40px;
    }
}

p.merchant-tools-card-content {
    font-size: 16px;
    line-height: 23px;
    color: #605E73;
    margin-top: 14px;
    margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
    p.merchant-tools-card-content {
        font-size: 14px;
        line-height: 20px;
    }
}

.merchant-tools-card-link {
    margin-top: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
    color: #1C60DD;
}

details.merchant-tools-card-link[open] &gt; summary {
    display: none;
}

.find-out-more {
    color: #1C60DD;
}

.find-out-more-listing {
    text-align: left;
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 0;
}

/**
    Modified from plugins.css (the main page is slightly different than the rest...)
 */
.contact-section {
    padding-top: 100px;
    /* color: white; */
    align-items: center;
    padding-bottom: 100px;
    background-color: #F7F8FB;
    display: flex;
    flex-direction: row;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

@media screen and (max-width: 991px) {
    .contact-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .contact-section {
        /* width: 467px;
        margin-bottom: 115px; */
    }
}

@media screen and (max-width: 477px) {
    .contact-section {
        /* margin-top: 100px; */
        flex-direction: column;
        /*  margin-bottom: 40px;*/
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contact-section-charlie {
    height: 445px;
    width: 451px;
}

@media screen and (max-width: 991px) {
    .contact-section-charlie {
        height: 380px;
        width: 385px;
    }
}

@media screen and (max-width: 767px) {
    .contact-section-charlie {
        height: 292px;
        width: 296px;

        margin-right: -43px;
        margin-bottom: -88px;
    }
}

@media screen and (max-width: 477px) {
    .contact-section-charlie {
        height: 240px;
        width: 243px;
        margin-right: unset;
        margin-bottom: unset;
    }
}

.contact-section-content {
    text-align: center;
    width: 100%;
}

/* @media screen and (max-width: 767px) {
    .contact-section-content {
        text-align: left;
    }
} */

@media screen and (max-width: 477px) {
    .contact-section-content {
        margin-top: 20px;
        text-align: center;
    }
}

.contact-section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
}

@media screen and (max-width: 991px) {
    .contact-section-title {
        font-size: 32px;
        line-height: 40px;
    }
}

.contact-section-description {
    font-size: 16px;
    line-height: 23px;
    margin-top: 26px;
    margin-bottom: 37px;
    /* max-width: 404px; */
}

@media screen and (max-width: 767px) {
    .contact-section-description {
        max-width: unset;
    }
}

@media screen and (max-width: 477px) {
    .contact-section-description {
        max-width: unset;
    }
}

.contact-section-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 477px) {
    .contact-section-btns {
        flex-direction: column;
    }
}

.contact-section-button-support {
    padding: 13px 26px;
}

.contact-section &gt; a &gt; div.general-button {
    border-color: white;
    color: white;
}

@media screen and (max-width: 767px) {
    .contact-section-title {
        font-size: 28px;
        line-height: 35px;
    }
    .contact-section-subtitle {
        font-size: 16px;
        line-height: 23px;
    }
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .merchant-tools-heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .merchant-tools-heading &gt; * {
        min-height: 1px;
    }

    .merchant-tools-heading-image {
        max-width: 277.48px;
        max-height: 220px;
    }

    .merchant-tools-grid {
        display: flex;
        flex-direction: column;
    }

    .contact-section {
        color: black;
    }
}</pre></body></html>