{"id":8022,"date":"2026-02-19T01:12:37","date_gmt":"2026-02-19T01:12:37","guid":{"rendered":"https:\/\/marq2026dev.wpenginepowered.com\/?page_id=8022"},"modified":"2026-07-14T00:18:13","modified_gmt":"2026-07-14T00:18:13","slug":"pricing","status":"publish","type":"page","link":"https:\/\/www.marq.com\/pages\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"  <section class=\"hero-section \">\n    <div class=\"  position-relative overflow-hidden   padding-small  margin-small  mb-lg-0 mb-0-important wrap-section bg-white\"  >\n\n                                        <div class=\"container position-relative\" style=\"z-index: 2;\">\n                <div class=\"row \">\n                    <div class=\"col-12 \">\n                        <div class=\"hero-content-max\">\n                        <div class=\"hero-content d-flex flex-column align-items-center justify-content-start \" >\n                            \n                            <div class=\"w-100 text-start\">\n                                \n                                                                    <div class=\"eyebrow mb-3 color-secondary-action \">\n                                        Pricing                                    <\/div>\n                                                                \n                                                                                                            <h1 class=\"mb-0 mt-0 color-black h1-regular\">\n                                            Plans for every business<br>and team.                                        <\/h1> \n                                                                                                     \n                                \n                                                                    <div class=\"mt-3 mt-md-4-5 text text-medium color-black \">                 \n                                        <p>Pricing is based on feature access and total number of licenses. Individual and team plans available.<br \/>\nAll admins and users need a license to create or use templates.<\/p>\n                   \n                                    <\/div>\n                                                                \n                                                                \n                            <\/div>\n\n                        <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n                <\/div>    \n<\/section>\n\n\n\n\n<style>\n    .pricingpage .buttonfixed {\n        padding: 10px 20px;\n        border: 2px solid transparent; \/* Adjust border size as needed *\/\n        border-radius: 5px; \/* Rounded corners *\/\n        background-color: #FFFFFF; \/* White background *\/\n        font-size: 16px; \/* Font size *\/\n        cursor: pointer;\n        transition: all 0.3s ease;\n        text-align: center;\n        display: inline-block;\n        margin: 10px; \/* Space between buttons *\/\n    }\n    \/* Highlighted button style *\/\n    .pricingpage .button-accentfixed {\n        border-color: #FFC107; \/* Yellow border for 'Get a Demo' *\/\n        color: #FFC107; \/* Yellow text color for 'Get a Demo' *\/\n    }\n    .pricingpage .OPdhkQ {\n        height: 60px;\n    }\n    .pricingpage * {\n        font-family: \"Poppins\";\n    }\n    .pricingpage .pricingtitle {\n        margin: 20px;\n    }\n    .pricingpage {\n        max-width: 1300px;\n        margin: 0 auto;\n        justify-content: center;\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        flex-direction: column;\n    }\n    .pricingpage .plandesc {\n        margin-top: 8px;\n        font-size: 14px;\n        min-height: 50px;\n        margin-bottom: 16px;\n        padding-bottom: 16px;\n        border-bottom: 1px solid #D9D9D9;\n    }\n    .pricingpage .usericon {\n        display: none;\n    }\n    .pricingpage .usericon span {\n        padding-left: 5px;\n    }\n    .pricingpage #plans {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n    .pricingpage .plan {\n        box-sizing: border-box;\n        position: relative;\n        flex: 1 1 200px;\n        margin: 20px;\n        padding-top: 24px;\n        padding-left: 20px;\n        padding-right: 20px;\n        padding-bottom: 40px;\n        border-radius: 12px;\n        overflow: hidden;\n        transition: 0.2s ease;\n        border: 1px solid #959595;\n    }\n    .pricingpage .plan h2 {\n        margin-top: 0;\n    }\n    .pricingpage .plan ul {\n        padding-left: 10px;\n    }\n    .pricingpage button {\n        padding: 10px 20px;\n        border: none;\n        width: 100%;\n        border-radius: 4px;\n        background-color: #fff;\n        border: 1px solid #d9005a;\n        color: #d9005a;\n        font-weight: 500;\n        cursor: pointer;\n        transition: 0.2s ease;\n    }\n    .pricingpage .Wrk03w {\n        display: flex; \/* Enables flexbox layout *\/\n        align-items: center; \/* Vertically center aligns the flex items *\/\n    }\n    .pricingpage button:hover {\n        background-color: #F0528B;\n        color: #fff;\n    }\n    .pricingpage .plan.highlighted::before {\n        content: ''; \/* Required for pseudo-elements *\/\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 12px; \/* Height of the top border *\/\n        background-color: #d9005a; \/* Color of the top border *\/\n        z-index: 1; \/* Ensure it's above the plan's content but below any positioned inner content *\/\n    }\n    .pricingpage #pricingDetails {\n        transition: opacity 0.5s;\n    }\n    .pricingpage .errormsg {\n        background-color: #eee;\n        padding: 5px;\n        border-radius: 5px;\n        display: none;\n    }\n    .pricingpage .primary {\n        margin-bottom: 16px;\n        font-size: 13px;\n    }\n    .pricingpage .plan.highlighted:not(.salesqualified) > .primary {\n        background-color: #d9005a;\n        color: #fff;\n    }\n    .pricingpage .plan.highlighted:not(.salesqualified) > .primary:hover {\n        background-color: #F0528B;\n    }\n    .pricingpage .plan.highlighted.salesqualified > .salesbutton {\n        background-color: #d9005a;\n        color: #fff;\n        opacity: 1;\n        border: 1px solid #d9005a;\n    }\n    .pricingpage .plan.highlighted.salesqualified > .salesbutton:hover {\n        background-color: #F0528B;\n    }\n    .pricingpage .billingcycleitem {\n        padding: 10px;\n        border: 1px solid #c7d0da;\n        border-radius: 12px;\n        overflow: hidden;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 14px;\n        background-color: transparent;\n    }\n    .pricingpage [name=\"billingCycle\"], .pricingpage [name=\"billingCycleFixed\"] {\n        position: absolute;\n        opacity: 0;\n        width: 0;\n        height: 0;\n    }\n    .pricingpage #billingCycleContainer {\n        display: flex;\n        position: relative; \/* Needed for pseudo-element positioning *\/\n        justify-content: space-around;\n        align-items: center;\n        padding: 3px;\n        max-width: 200px;\n    }\n    .pricingpage [name=\"billingCycleFixed\"] + label {\n        flex: 1;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        margin: 0 5px;\n        padding: 5px 0;\n        min-width: 100px;\n        border: 1px solid #A4ADB8;\n        border-radius: 8px;\n        text-align: center;\n        cursor: pointer;\n        background-color: #fff; \/* Default background color *\/\n        color: #A4ADB8; \/* Default text color *\/\n        transition: background-color 0.3s ease, color 0.3s ease; \/* Transition effect *\/\n        \/* Additional styling for borders or other elements if needed *\/\n    }\n    .pricingpage [name=\"billingCycleFixed\"]:checked + label {\n        background-color: #000; \/* Selected state background color *\/\n        color: #ED2E73; \/* Selected state text color *\/\n    }\n    .pricingpage .B4EDVQ {\n        white-space: nowrap;\n        padding-top: 20px;\n        padding-left: 0px;\n        padding-right: 20px;\n        padding-bottom: 20px;\n    }\n    .pricingpage .hz9dow:not(.xThZKg) {\n        background-color: transparent;\n        border-color: transparent;\n    }\n    .pricingpage .fRlNmw {\n        min-width: calc(5ch + 24px);\n        padding-left: 12px;\n        padding-right: 12px;\n    }\n    .pricingpage .fRlNmw, .pricingpage .rQEwoA {\n        border-bottom: 1px solid transparent;\n        border-top: 1px solid transparent;\n        padding-bottom: 8px;\n        padding-top: 8px;\n        color: #ED2E73;\n    }\n    .pricingpage .Wrk03w {\n        align-items: stretch;\n        border: 1px solid;\n        border-radius: 4px;\n        box-sizing: border-box;\n        cursor: text;\n        display: flex;\n        height: 40px;\n        overflow: hidden;\n        padding: 0 12px;\n        position: relative;\n        width: 100%;\n        color: #ED2E73;\n    }\n    .pricingpage .s_JGcg {\n        -webkit-appearance: none;\n        -moz-appearance: none;\n        appearance: none;\n        background: inherit;\n        border: 0;\n        box-sizing: border-box;\n        color: #ED2E73;\n        -webkit-font-variant-ligatures: none;\n        font-variant-ligatures: none;\n        min-width: 8px;\n        outline: none;\n        padding: 0 0 1px;\n        width: 100%;\n    }\n    .pricingpage .s_JGcg::placeholder {\n        color: #ED2E73;\n    }\n    .pricingpage .OPdhkQ {\n        align-items: center;\n        border: 1px solid #D9D9D9;\n        border-radius: 12px;\n        display: flex;\n        justify-content: space-between;\n        min-width: -webkit-min-content;\n        min-width: -moz-min-content;\n        min-width: min-content;\n    }\n    .pricingpage .calcteam {\n        text-align: left;\n        font-size: 14px;\n    }\n    .pricingpage .calcteam p {\n        margin: 4px;\n        padding: 0px;\n    }\n    .pricingpage .calculatecontainer {\n        margin-top: 20px;\n        border-radius: 8px;\n        width: 100%;\n        max-width: 1370px;\n        margin: 20px auto 30px;\n        display: flex;\n        flex-direction: row;\n        flex-wrap: wrap;\n        justify-content: space-between;\n        align-items: center;\n    }\n    .pricingpage .calcitem {\n        flex: 1 1 auto;\n        margin: 10px;\n    }\n    .pricingpage .calctitle {\n        padding-bottom: 8px;\n        text-align: center;\n        font-size: 14px;\n        font-weight: 500;\n    }\n    .pricingpage .plantitle {\n        margin-top: 16px;\n        margin-bottom: 4px;\n        font-size: 32px;\n    }\n    .pricingpage .saveitem {\n        color: #301C49;\n        font-weight: 500;\n    }\n    .pricingpage .pricing {\n        font-size: 20px;\n        font-weight: 500;\n        margin: 0px;\n        padding-bottom: 4px;\n        text-align: center;\n    }\n    .pricingpage .pricinginfo {\n        margin: 0px;\n        color: #959595;\n        font-size: 12px;\n        text-align: left;\n    }\n    .pricingpage .pricinginfo.cancel {\n        text-align: center;\n    }\n    .pricingpage .savings {\n        margin: 0px;\n        padding-top: 4px;\n        padding-bottom: 8px;\n        color: #301c49;\n        font-weight: 700;\n    }\n    .pricingpage .plan li {\n        padding: 2px;\n        font-size: 16px;\n    }\n    \/*    .plan li::before {\n        content: \"\";\n        display: inline-block;\n        height: 20px;\n        width: 20px;\n        background: url('data:image\/svg+xml,%3Csvg xmlns=\\'http:\/\/www.w3.org\/2000\/svg\\' viewBox=\\'0 0 20 20\\' fill=\\'currentColor\\'%3E%3Cpath fill-rule=\\'evenodd\\' d=\\'M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586l-1.293-1.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\\' clip-rule=\\'evenodd\\' \/%3E%3C\/svg%3E') no-repeat;\n        background-size: 100%;\n        margin-right: 5px;\n        padding-bottom: 3px;\n        vertical-align: middle;\n    }\n    *\/\n    .pricingpage .featureslist {\n        font-size: 15px;\n        font-weight: 700;\n    }\n    .pricingpage .featureslist.top {\n        margin-top: 32px;\n    }\n    .pricingpage .pricebreakdown {\n        margin: 0px;\n        padding-top: 4px;\n    }\n    .pricingpage .planheader {\n        min-height: 230px;\n    }\n    .pricingpage .modal {\n        display: none; \/* Hidden by default *\/\n        position: fixed; \/* Stay in place *\/\n        z-index: 2; \/* Sit on top *\/\n        padding-top: 100px; \/* Location of the box *\/\n        left: 0;\n        top: 0;\n        width: 100%; \/* Full width *\/\n        height: 100%; \/* Full height *\/\n        overflow: auto; \/* Enable scroll if needed *\/\n        background-color: rgb(0,0,0); \/* Fallback color *\/\n        background-color: rgba(0,0,0,0.4); \/* Black w\/ opacity *\/\n    }\n    .pricingpage .modal-content {\n        background-color: #fefefe;\n        margin: auto;\n        padding: 20px;\n        border: 1px solid #888;\n        border-radius: 8px;\n        width: 80%;\n        max-width: 800px;\n    }\n    .pricingpage .close {\n        color: #aaaaaa;\n        float: right;\n        font-size: 28px;\n        font-weight: bold;\n    }\n    .pricingpage .close:hover,\n    .pricingpage .close:focus {\n        color: #000;\n        text-decoration: none;\n        cursor: pointer;\n    }\n    .pricingpage .showprice a {\n        color: #d9005a;\n        cursor: pointer;\n    }\n    .pricingpage .pricetier {\n        background-color: rgba(244,244,246,.7);\n        padding: 20px;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 10px;\n        border-radius: 8px;\n    }\n    .pricingpage .pricetier.active {\n        background-color: #C1DEFF;\n    }\n    .pricingpage .Wrk03w > span {\n        margin-right: 8px; \/* Adjust spacing between \"#\" and input *\/\n        display: flex;\n        align-items: center; \/* Center align if necessary *\/\n    }\n    .pricingpage .breaktitle {\n        margin: 0;\n        padding: 0;\n    }\n    .pricingpage .peoplesize {\n        margin-top: 8px;\n        padding: 0;\n        font-weight: 700;\n        color: #00a89e;\n    }\n    .pricingpage .tierbreak {\n        text-align: center;\n        max-width: 1000px;\n        padding-left: 20px;\n        padding-right: 20px;\n        margin: 0 auto;\n    }\n    .pricingpage .modalcontaincycle {\n        max-width: 400px;\n        margin: 50px auto;\n        text-align: center;\n    }\n    .pricingpage .breakdowndesc {\n        font-size: 18px;\n        margin: 44px 0px;\n    }\n    .pricingpage .compare {\n        position: relative;\n        color: #adadad;\n        margin-left: 5px;\n    }\n    .pricingpage .compare::after {\n        content: \"\";\n        position: absolute;\n        left: 0;\n        opacity: 1;\n        top: 50%;\n        right: 0;\n        border-top: 1px solid #301c49;\n    }\n    .pricingpage .bottom-centered-text {\n        text-align: center; \/* Centers the text horizontally *\/\n        margin: 0; \/* Adjust or remove margin as needed *\/\n        padding: 10px 0; \/* Adds some padding at the top and bottom (optional) *\/\n    }\n\n    \/* === Calculator bar (restructured to match Figma) === *\/\n    .pricingpage .billing-toggle-group {\n        display: flex;\n        gap: 6px;\n        padding: 6px;\n        background-color: #efefec;\n        border-radius: 100px;\n    }\n    .pricingpage .billing-toggle-group input[type=\"radio\"] {\n        position: absolute;\n        opacity: 0;\n        width: 0;\n        height: 0;\n    }\n    .pricingpage .billing-tag {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 5px;\n        margin: 0;\n        padding: 10px 20px;\n        border: none;\n        border-radius: 200px;\n        background-color: transparent;\n        font-family: \"Roboto Mono\", monospace;\n        font-weight: 500;\n        font-size: 12px;\n        letter-spacing: -0.36px;\n        text-transform: uppercase;\n        color: #00191b;\n        white-space: nowrap;\n        cursor: pointer;\n        transition: 0.2s ease;\n    }\n    .pricingpage .billing-tag-save {\n        color: #ff6e54;\n    }\n    .pricingpage .billing-toggle-group input:checked + label {\n        background-color: #00191b;\n        color: #fff;\n    }\n    .pricingpage .calc-right {\n        display: flex;\n        align-items: center;\n        gap: 24px;\n    }\n    .pricingpage .calc-label {\n        font-family: \"Poppins\", sans-serif;\n        font-weight: 600;\n        font-size: 18px;\n        line-height: 1.3;\n        letter-spacing: -0.54px;\n        color: #00191b;\n        white-space: nowrap;\n    }\n    .pricingpage .license-group {\n        display: flex;\n        align-items: center;\n        padding: 6px;\n        background-color: #efefec;\n        border-radius: 100px;\n    }\n    .pricingpage .license-question {\n        padding: 10px 20px;\n        font-family: \"Roboto Mono\", monospace;\n        font-weight: 500;\n        font-size: 12px;\n        letter-spacing: -0.36px;\n        color: #00191b;\n        white-space: nowrap;\n    }\n    .pricingpage .license-input {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        padding: 10px 30px;\n        background-color: #fff;\n        border-radius: 200px;\n        white-space: nowrap;\n    }\n    .pricingpage .license-number {\n        width: 40px;\n        padding: 0;\n        border: none;\n        background: transparent;\n        font-family: \"Roboto Mono\", monospace;\n        font-weight: 500;\n        font-size: 12px;\n        letter-spacing: -0.36px;\n        text-transform: uppercase;\n        color: #00191b;\n        text-align: center;\n        -moz-appearance: textfield;\n        appearance: textfield;\n    }\n    .pricingpage .license-number::-webkit-outer-spin-button,\n    .pricingpage .license-number::-webkit-inner-spin-button {\n        -webkit-appearance: none;\n        margin: 0;\n    }\n    .pricingpage .license-people {\n        font-family: \"Roboto Mono\", monospace;\n        font-weight: 500;\n        font-size: 12px;\n        letter-spacing: -0.36px;\n        color: #a7a7a5;\n    }\n\n    \/* === Feature lists with check icons (Figma) === *\/\n    .pricingpage .text ul {\n        list-style: none;\n        margin: 0;\n        padding: 0;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n    .pricingpage .text ul li {\n        display: flex;\n        align-items: flex-start;\n        gap: 15px;\n        padding: 0 0 0 30px;\n        font-family: \"Poppins\", sans-serif;\n        font-size: 16px;\n        font-weight: 400;\n        line-height: 1.3;\n        letter-spacing: -0.48px;\n        color: #00191b;\n        margin-bottom: 10px;\n    }\n    .pricingpage .text ul li::before {\n        content: \"\";\n        flex-shrink: 0;\n        width: 20px;\n        height: 20px;\n        background: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2300191B'\/%3E%3Cpath d='M5.8 10.2L8.4 12.8L14.2 7' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\") no-repeat center;\n        background-size: contain;\n        top: 0px;\n    }\n\n    \/* === Pricing cards (Figma look) === *\/\n    .pricingpage #plans {\n        gap: 16px;\n        align-items: stretch;\n    }\n    .pricingpage #plans .plan {\n        flex: 1 1 310px;\n        max-width: 310px;\n        margin: 0;\n        padding: 40px;\n        border-radius: 20px;\n        border: 1px solid #cbcbc9;\n    }\n    \/* Pro highlighted *\/\n    .pricingpage #plans .plan#pro {\n        border: 2px solid #ff58ae;\n        background: linear-gradient(0deg, rgba(255, 88, 174, 0.1), rgba(255, 88, 174, 0.1)), #fff;\n    }\n    \/* Titles & section labels *\/\n    .pricingpage .plan .plantitle {\n        margin-top: 0;\n        margin-bottom: 0;\n        font-family: \"Poppins\", sans-serif;\n        font-size: 28px;\n        font-weight: 600;\n        line-height: 1.1;\n        letter-spacing: -0.84px;\n        color: #00191b;\n    }\n    .pricingpage .plan .plandesc {\n        margin-top: 24px;\n        margin-bottom: 0;\n        padding-bottom: 25px;\n        border-bottom: none;\n        min-height: 0;\n        font-family: \"Poppins\", sans-serif;\n        font-size: 18px;\n        line-height: 1.3;\n        letter-spacing: -0.54px;\n        color: #00191b;\n    }\n    .pricingpage .plan .featureslist {\n        font-family: \"Poppins\", sans-serif;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.3;\n        letter-spacing: -0.54px;\n        color: #00191b;\n    }\n    \/* Buttons as pills (Figma) *\/\n    .pricingpage .plan button.primary {\n        padding: 15px 30px;\n        border-radius: 100px;\n        background-color: #fff;\n        border: 1px solid #ff58ae;\n        color: #ff58ae;\n        font-family: \"Poppins\", sans-serif;\n        font-weight: 600;\n        font-size: 18px;\n        letter-spacing: -0.54px;\n    }\n    .pricingpage .plan button.primary:hover {\n        background-color: #ff58ae;\n        color: #fff;\n    }\n    \/* Pro button: dark filled *\/\n    .pricingpage #pro button.primary {\n        background-color: #00191b;\n        border-color: #00191b;\n        color: #fff;\n    }\n    .pricingpage #pro button.primary:hover {\n        background-color: #00191b;\n        color: #fff;\n        opacity: 0.85;\n    }\n\n    \/* === Price block & spacing (Figma) === *\/\n    .pricingpage .planheader {\n        min-height: 0;\n        margin-bottom: 20px;\n    }\n    .pricingpage .plandesc {\n        margin-top: 24px;\n    }\n    .pricingpage .pricing {\n        margin: 24px 0 0 0;\n        padding: 0;\n        font-family: \"Poppins\", sans-serif;\n        font-size: 28px;\n        font-weight: 600;\n        line-height: 1.1;\n        letter-spacing: -1.2px;\n        text-align: left;\n        color: #00191b;\n    }\n    @media(min-width:982px){\n        .pricingpage .pricing.get {\n            margin-bottom:43px;\n        }\n        .pricingpage .plan.monthly .pricing.get {\n            margin-bottom:47px;\n        }\n    }\n    .pricingpage .pricing-period {\n        margin: 10px 0 20px 0;\n        font-family: \"Poppins\", sans-serif;\n        font-size: 18px;\n        line-height: 1.3;\n        letter-spacing: -0.54px;\n        text-align: left;\n        color: #00191b;\n    }\n    .pricingpage .pricinginfo{\n        margin: 0px 0 0 0;\n        font-family: \"Roboto Mono\", monospace;\n        font-size: 14px;\n        text-align: left;\n        color: #00191b;\n        opacity: 0.6;\n    }\n    .pricingpage button.primary {\n        width: 100%;\n        margin-top: 0;\n    }\n    .pricingpage .featureslist.top {\n        margin-top: 50px;\n    }\n<\/style>\n<div class=\"pricingpage\">\n    <div class=\"calculatecontainer\">\n        <div class=\"billing-toggle-group\">\n            <input type=\"radio\" id=\"monthly\" name=\"billingCycle\">\n            <label class=\"billing-tag\" for=\"monthly\">Monthly<\/label>\n            <input type=\"radio\" id=\"annual\" name=\"billingCycle\" checked=\"\">\n            <label class=\"billing-tag\" for=\"annual\">\n                <span class=\"billing-tag-label\">Annually<\/span>\n                <span class=\"billing-tag-save\">Save 33%<\/span>\n            <\/label>\n        <\/div>\n        <div class=\"calc-right\">\n            <div class=\"calc-label\">Calculate the best plan for your team:<\/div>\n            <div class=\"license-group\">\n                <span class=\"license-question\">How many licenses?<\/span>\n                <div class=\"license-input\">\n                    <input type=\"number\" id=\"numUsers\" min=\"1\" value=\"1\" class=\"license-number\">\n                    <span id=\"userCountLabel\" class=\"license-people\">People<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"plans\">\n        <div class=\"plan\" id=\"free\">\n\t\t\t<div class=\"usericon\">\n\t\t\t\t<svg width=\"23\" height=\"26\" viewBox=\"0 0 23 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t<g clip-path=\"url(#clip0_6969_3426)\">\n\t\t\t\t<path d=\"M11.5 13C13.2429 13 14.9143 12.3152 16.1467 11.0962C17.3791 9.87721 18.0714 8.22391 18.0714 6.5C18.0714 4.77609 17.3791 3.12279 16.1467 1.90381C14.9143 0.68482 13.2429 0 11.5 0C9.75715 0 8.08568 0.68482 6.8533 1.90381C5.62092 3.12279 4.92857 4.77609 4.92857 6.5C4.92857 8.22391 5.62092 9.87721 6.8533 11.0962C8.08568 12.3152 9.75715 13 11.5 13ZM9.1538 15.4375C4.09688 15.4375 0 19.4898 0 24.4918C0 25.3246 0.682813 26 1.52478 26H21.4752C22.3172 26 23 25.3246 23 24.4918C23 19.4898 18.9031 15.4375 13.8462 15.4375H9.1538Z\" fill=\"black\"><\/path>\n\t\t\t\t<\/g>\n\t\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_6969_3426\">\n\t\t\t\t<rect width=\"23\" height=\"26\" fill=\"white\"><\/rect>\n\t\t\t\t<\/clipPath>\n\t\t\t\t<\/defs>\n\t\t\t\t<\/svg>\n\t\t\t<\/div>\n\t\t\t<div class=\"planheader\">\n\t\t\t\t<h3 class=\"plantitle\">Free<\/h3>\n\t\t\t\t<p class=\"plandesc\">\n\t\t\t\t\tFor <strong>individuals<\/strong> delivering a quick creative project<br>&nbsp;\n\t\t\t\t<\/p>\n\t\t\t\t<p class=\"pricing\">\n\t\t\t\t\tUpgrade any time.\n\t\t\t\t<\/p>\n\t\t\t\t<p class=\"pricing\" id=\"freePrice\" style=\"display:none;\">\n\t\t\t\t\t$0\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<button class=\"primary\" onclick=\"window.location.href='https:\/\/app.marq.com\/users\/registerLevel#\/brandOnboarding?level=press-free'\">Sign up for free<\/button>\n\t\t\t<p class=\"pricinginfo\">\n\t\t\t\tNo credit card required\n\t\t\t<\/p>\n\t\t\t<p class=\"featureslist top\">\n\t\t\t\tFeatures you&#8217;ll love:\n\t\t\t<\/p>\n\t\t\t<ul>\n\t\t\t\t<li>25 MB cloud storage<\/li>\n\t\t\t\t<li>3 project limit<\/li>\n\t\t\t\t<li>Basic template library<\/li>\n\t\t\t\t<li>Social sharing<\/li>\n\t\t\t\t<li>Print &amp; ship<\/li>\n\t\t\t<\/ul>\n\t\t<\/div>\n        <div class=\"plan\" id=\"pro\">\n            <div class=\"usericon\">\n                <svg width=\"23\" height=\"26\" viewBox=\"0 0 23 26\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <g clip-path=\"url(#clip0_6969_3426)\">\n                        <path d=\"M11.5 13C13.2429 13 14.9143 12.3152 16.1467 11.0962C17.3791 9.87721 18.0714 8.22391 18.0714 6.5C18.0714 4.77609 17.3791 3.12279 16.1467 1.90381C14.9143 0.68482 13.2429 0 11.5 0C9.75715 0 8.08568 0.68482 6.8533 1.90381C5.62092 3.12279 4.92857 4.77609 4.92857 6.5C4.92857 8.22391 5.62092 9.87721 6.8533 11.0962C8.08568 12.3152 9.75715 13 11.5 13ZM9.1538 15.4375C4.09688 15.4375 0 19.4898 0 24.4918C0 25.3246 0.682813 26 1.52478 26H21.4752C22.3172 26 23 25.3246 23 24.4918C23 19.4898 18.9031 15.4375 13.8462 15.4375H9.1538Z\" fill=\"black\"><\/path>\n                    <\/g>\n                    <defs>\n                        <clipPath id=\"clip0_6969_3426\">\n                            <rect width=\"23\" height=\"26\" fill=\"white\"><\/rect>\n                        <\/clipPath>\n                    <\/defs>\n                <\/svg>\n            <\/div>\n            <div class=\"planheader\">\n                <h3 class=\"plantitle\">Pro<\/h3>\n                <p class=\"plandesc\">\n                    For individuals building branded collateral on a regular basis\n                <\/p>\n                <p class=\"pricing\">\n                    <span id=\"proPrice\">$0<\/span>\n                <\/p>\n                <p class=\"pricing-period\">per month, billed monthly<\/p>\n                <p class=\"pricinginfo\">\n                    <span>For 1 user<\/span>\n                <\/p>\n                <p class=\"pricinginfo\" id=\"propricingbreakdown\">\n                    *<span id=\"proTotalPrice\"><\/span><span class=\"billingcycle\"><\/span>\n                <\/p>\n            <\/div>\n            <button class=\"primary\" id=\"startProTrial\">Start your free Pro trial<\/button>\n            <p class=\"pricinginfo cancel\">\n                Cancel any time\n            <\/p>\n            <p class=\"featureslist top\">\n                Everything in Free plus:\n            <\/p>\n            <div class=\"text\">\n                <ul>\n                    <li>2 GB storage*<\/li>\n                    <li>5 free design imports*<\/li>\n                    <li>Premium design library<\/li>\n                    <li>Profile smart fields<\/li>\n                    <li>Smart brand assets<\/li>\n                    <li>Email and web publishing<\/li>\n                <\/ul>\n            <\/div>\n            <p class=\"pricinginfo bottom-centered-text\">\n                *Add-ons available\n            <\/p>\n        <\/div>\n        <div class=\"plan\" id=\"team\">\n            <div class=\"usericon\">\n                <svg width=\"31\" height=\"25\" viewBox=\"0 0 31 25\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <g clip-path=\"url(#clip0_6969_3413)\">\n                        <path d=\"M4.65 6.25C4.65 4.5924 5.30321 3.00269 6.46594 1.83058C7.62866 0.65848 9.20566 0 10.85 0C12.4943 0 14.0713 0.65848 15.2341 1.83058C16.3968 3.00269 17.05 4.5924 17.05 6.25C17.05 7.9076 16.3968 9.49732 15.2341 10.6694C14.0713 11.8415 12.4943 12.5 10.85 12.5C9.20566 12.5 7.62866 11.8415 6.46594 10.6694C5.30321 9.49732 4.65 7.9076 4.65 6.25ZM0 23.5498C0 18.7402 3.86531 14.8438 8.63641 14.8438H13.0636C17.8347 14.8438 21.7 18.7402 21.7 23.5498C21.7 24.3506 21.0558 25 20.2614 25H1.43859C0.644219 25 0 24.3506 0 23.5498ZM29.513 25H22.8334C23.095 24.541 23.25 24.0088 23.25 23.4375V23.0469C23.25 20.083 21.9373 17.4219 19.8691 15.6348C19.9853 15.6299 20.0967 15.625 20.213 15.625H23.187C27.5028 15.625 31 19.1504 31 23.501C31 24.3311 30.3316 25 29.513 25ZM20.925 12.5C19.4234 12.5 18.0672 11.8848 17.0839 10.8936C18.0381 9.59473 18.6 7.98828 18.6 6.25C18.6 4.94141 18.2803 3.70605 17.7136 2.62207C18.6145 1.95801 19.7237 1.5625 20.925 1.5625C23.9233 1.5625 26.35 4.00879 26.35 7.03125C26.35 10.0537 23.9233 12.5 20.925 12.5Z\" fill=\"black\"><\/path>\n                    <\/g>\n                    <defs>\n                        <clipPath id=\"clip0_6969_3413\">\n                            <rect width=\"31\" height=\"25\" fill=\"white\"><\/rect>\n                        <\/clipPath>\n                    <\/defs>\n                <\/svg>\n                <span>2-20<\/span>\n            <\/div>\n            <div class=\"planheader\">\n                <h3 class=\"plantitle\">Team<\/h3>\n                <p class=\"plandesc\">\n                    For SMB teams that need to scale design output with automation\n                <\/p>\n                <div class=\"pricingsection\">\n                    <p class=\"pricing\">\n                        <span id=\"teamPrice\">$0<\/span>\n                    <\/p>\n                    <p class=\"pricing-period\">per month, billed monthly<\/p>\n                    <p class=\"pricinginfo\">\n                        <span>For<\/span> <span id=\"usercount\"><\/span><span id=\"peruserprice\"><\/span>\n                    <\/p>\n                    <p class=\"pricinginfo\" id=\"teampricingbreakdown\">\n                        *<span id=\"teamTotalPrice\"><\/span><span class=\"billingcycle\"><\/span>\n                    <\/p>\n                <\/div>\n            <\/div>\n            <button class=\"primary\" id=\"startTeamTrial\">Start your free Teams trial<\/button>\n            <p class=\"pricinginfo cancel\">\n                Cancel any time\n            <\/p>\n            <p class=\"featureslist top\">\n                Everything in Pro plus:\n            <\/p>\n            <div class=\"text\">\n                <ul>\n                    <li><span id=\"calcstorage\">2<\/span> GB+ shared storage*<\/li>\n                    <li>15 free design imports*<\/li>\n                    <li>Admin &amp; user roles<\/li>\n                    <li>Advanced locking<\/li>\n                    <li>1 custom data automation<\/li>\n                    <li>Brand smart fields<\/li>\n                <\/ul>\n            <\/div>\n            <p class=\"pricinginfo bottom-centered-text\">\n                *Add-ons available\n            <\/p>\n        <\/div>\n        <div class=\"plan\" id=\"enterprise\">\n            <div class=\"usericon\">\n                <svg width=\"30\" height=\"24\" viewBox=\"0 0 30 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <g clip-path=\"url(#clip0_6969_3417)\">\n                        <path d=\"M6.75 0C7.74456 0 8.69839 0.395088 9.40165 1.09835C10.1049 1.80161 10.5 2.75544 10.5 3.75C10.5 4.74456 10.1049 5.69839 9.40165 6.40165C8.69839 7.10491 7.74456 7.5 6.75 7.5C5.75544 7.5 4.80161 7.10491 4.09835 6.40165C3.39509 5.69839 3 4.74456 3 3.75C3 2.75544 3.39509 1.80161 4.09835 1.09835C4.80161 0.395088 5.75544 0 6.75 0ZM24 0C24.9946 0 25.9484 0.395088 26.6516 1.09835C27.3549 1.80161 27.75 2.75544 27.75 3.75C27.75 4.74456 27.3549 5.69839 26.6516 6.40165C25.9484 7.10491 24.9946 7.5 24 7.5C23.0054 7.5 22.0516 7.10491 21.3484 6.40165C20.6451 5.69839 20.25 4.74456 20.25 3.75C20.25 2.75544 20.6451 1.80161 21.3484 1.09835C22.0516 0.395088 23.0054 0 24 0ZM0 14.0016C0 11.2406 2.24062 9 5.00156 9H7.00312C7.74844 9 8.45625 9.16406 9.09375 9.45469C9.03281 9.79219 9.00469 10.1438 9.00469 10.5C9.00469 12.2906 9.79219 13.8984 11.0344 15C11.025 15 11.0156 15 11.0016 15H0.998437C0.45 15 0 14.55 0 14.0016ZM18.9984 15C18.9891 15 18.9797 15 18.9656 15C20.2125 13.8984 20.9953 12.2906 20.9953 10.5C20.9953 10.1438 20.9625 9.79688 20.9062 9.45469C21.5438 9.15938 22.2516 9 22.9969 9H24.9984C27.7594 9 30 11.2406 30 14.0016C30 14.5547 29.55 15 29.0016 15H18.9984ZM10.5 10.5C10.5 9.30653 10.9741 8.16193 11.818 7.31802C12.6619 6.47411 13.8065 6 15 6C16.1935 6 17.3381 6.47411 18.182 7.31802C19.0259 8.16193 19.5 9.30653 19.5 10.5C19.5 11.6935 19.0259 12.8381 18.182 13.682C17.3381 14.5259 16.1935 15 15 15C13.8065 15 12.6619 14.5259 11.818 13.682C10.9741 12.8381 10.5 11.6935 10.5 10.5ZM6 22.7484C6 19.2984 8.79844 16.5 12.2484 16.5H17.7516C21.2016 16.5 24 19.2984 24 22.7484C24 23.4375 23.4422 24 22.7484 24H7.25156C6.5625 24 6 23.4422 6 22.7484Z\" fill=\"black\"><\/path>\n                    <\/g>\n                    <defs>\n                        <clipPath id=\"clip0_6969_3417\">\n                            <rect width=\"30\" height=\"24\" fill=\"white\"><\/rect>\n                        <\/clipPath>\n                    <\/defs>\n                <\/svg>\n                <!--<span>10+<\/span>-->\n            <\/div>\n            <div class=\"planheader\">\n                <h3 class=\"plantitle\">Enterprise<\/h3>\n                <p class=\"plandesc\">\n                    For organizations that need to scale design output with automation\n                <\/p>\n                <div class=\"pricingsection\">\n                    <p class=\"pricing get\">\n                        Get a custom quote\n                    <\/p>\n                <\/div>\n            <\/div>\n            <button class=\"primary\" onclick=\"window.location.href='\/pages\/schedule-a-demo'\">Book a demo<\/button>\n            <p class=\"pricinginfo cancel\">\n                No-commitment conversation\n            <\/p>\n            <p class=\"featureslist top\">\n                Everything in Team plus:\n            <\/p>\n            <div class=\"text\">\n                <ul>\n                    <li>Unlimited storage<\/li>\n                    <li>30+ design imports*<\/li>\n                    <li>Unlimited custom automations<\/li>\n                    <li>Templates manager<\/li>\n                    <li>Custom approval workflow<\/li>\n                    <li>Custom roles<\/li>\n                    <li>Group management<\/li>\n                    <li>3rd party integrations<\/li>\n                    <li>API and webhook access*<\/li>\n                    <li>Dedicated Customer Success Rep<\/li>\n                    <li>SSO\/SCIM<\/li>\n                    <li>Template analytics*<\/li>\n                <\/ul>\n            <\/div>\n            <p class=\"pricinginfo bottom-centered-text\">\n                *Add-ons available\n            <\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n  <section class=\"hero-section \">\n    <div class=\"  position-relative overflow-hidden   padding-small  pb-lg-0 pb-0-important margin-large  wrap-section bg-white\"  >\n\n                                        <div class=\"container position-relative\" style=\"z-index: 2;\">\n                <div class=\"row  justify-content-center\">\n                    <div class=\"col-12  col-xl-9 \">\n                        <div class=\"hero-content-max\">\n                        <div class=\"hero-content d-flex flex-column align-items-center justify-content-center \" >\n                            \n                            <div class=\"w-100 text-center\">\n                                \n                                                                \n                                                                                                            <h2 class=\"mb-0 mt-0 color-black h2-small\">\n                                            Over 6 million professionals and 800+ leading brands use Marq                                        <\/h2> \n                                                                                                     \n                                \n                                                                \n                                                                \n                            <\/div>\n\n                        <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"logos-slider-section gray-scale \" role=\"region\" aria-label=\"Partner Logos\">\n                <div class=\"container-fluid\">\n                             \n                        <div \n                            id=\"logos-slider-6a60e27395957\"\n                            class=\"owl-carousel logos-slider\" \n                            role=\"region\"\n                            aria-live=\"polite\"\n                            aria-atomic=\"false\"\n                            data-logo-count=\"4\"\n                        >\n                                                            <div class=\"logo-item\">\n                                                                            <div class=\"logo-wrapper\">\n                                            <img \n                                                class=\"logo-image\" \n                                                src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/03\/purdue-university-logo-rez.svg\" \n                                                alt=\"Purdue\"\n                                                width=\"150\"\n                                                height=\"80\"\n                                                loading=\"lazy\"\n                                                decoding=\"async\"\n                                            \/>\n                                        <\/div>\n                                                                    <\/div>\n                                                            <div class=\"logo-item\">\n                                                                            <div class=\"logo-wrapper\">\n                                            <img \n                                                class=\"logo-image\" \n                                                src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/03\/remax-logo-rez.svg\" \n                                                alt=\"Remax\"\n                                                width=\"150\"\n                                                height=\"80\"\n                                                loading=\"lazy\"\n                                                decoding=\"async\"\n                                            \/>\n                                        <\/div>\n                                                                    <\/div>\n                                                            <div class=\"logo-item\">\n                                                                            <div class=\"logo-wrapper\">\n                                            <img \n                                                class=\"logo-image\" \n                                                src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/03\/hotworx-logo-rez.svg\" \n                                                alt=\"Hotwork\"\n                                                width=\"150\"\n                                                height=\"80\"\n                                                loading=\"lazy\"\n                                                decoding=\"async\"\n                                            \/>\n                                        <\/div>\n                                                                    <\/div>\n                                                            <div class=\"logo-item\">\n                                                                            <div class=\"logo-wrapper\">\n                                            <img \n                                                class=\"logo-image\" \n                                                src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/03\/hinge-health-logo-rez.svg\" \n                                                alt=\"Partner logo 4\"\n                                                width=\"150\"\n                                                height=\"80\"\n                                                loading=\"lazy\"\n                                                decoding=\"async\"\n                                            \/>\n                                        <\/div>\n                                                                    <\/div>\n                                                    <\/div>      \n                \n                <\/div>\n            <\/div>\n            <\/div>    \n<\/section>\n\n\n\n\n<style>\n    \/* === Compare features \u2014 SOLO deltas sobre prices.html, scopeado en .compare-features === *\/\n    .pricingpage.compare-features {\n        gap: 80px;\n    }\n    .pricingpage.compare-features #plans {\n        flex-wrap: nowrap;\n        gap: 0;\n    }\n\n    \/* Header *\/\n    .pricingpage.compare-features .compare-header {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 25px;\n        max-width: 855px;\n        margin: 0 auto;\n        text-align: center;\n    }\n    .pricingpage.compare-features .compare-title h2 {\n        margin: 0;\n        font-size: 54px;\n        font-weight: 600;\n        line-height: 1.1;\n        letter-spacing: -1.62px;\n        color: #00191b;\n    }\n    .pricingpage.compare-features .compare-desc p {\n        margin: 0;\n        font-size: 20px;\n        font-weight: 400;\n        line-height: 1.3;\n        letter-spacing: -0.6px;\n        color: #00191b;\n    }\n\n    \/* Columna del toggle *\/\n    .pricingpage.compare-features .billing-col {\n        box-sizing: border-box;\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-end;\n        flex: 435 1 0;\n        max-width: 520px;\n        padding: 24px 37px 24px 0;\n    }\n    .pricingpage.compare-features .billing-toggle-group {\n        align-self: flex-start;\n    }\n\n    \/* Columnas de planes: con divisor vertical, sin tarjeta ni resaltado *\/\n    .pricingpage.compare-features #plans .plan {\n        flex: 285 1 0;\n        max-width: 285px;\n        padding: 0px 37px 40px 40px;\n        border: none;\n        border-left: 1px solid #d9d9d9;\n        border-radius: 0;\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-end;\n    }\n    .pricingpage.compare-features #plans .plan#pro {\n        border: none;\n        border-left: 1px solid #d9d9d9;\n        background: none;\n    }\n    .pricingpage.compare-features #plans .plan .plantitle {\n        font-size: 20px;\n        letter-spacing: -0.6px;\n    }\n    .pricingpage.compare-features .pricing {\n        font-size: 32px;\n        letter-spacing: -1.6px;\n    }\n    .pricingpage.compare-features .pricing-period {\n        font-size: 14px;\n        letter-spacing: -0.42px;\n    }\n    .pricingpage.compare-features .pricinginfo {\n        font-size: 12px;\n        letter-spacing: -0.6px;\n    }\n    .pricingpage.compare-features #propricingbreakdown,\n    .pricingpage.compare-features #teampricingbreakdown {\n        display: none;\n    }\n    .pricingpage.compare-features .plan button.primary{\n        margin-bottom: 0;\n    }\n    .pricing-table-section .pricing-table thead{\n        display: none;\n    }\n\n    \/* Botones oscuros en todos los planes *\/\n    .pricingpage.compare-features .plan button.primary {\n        margin-top: 20px;\n        background-color: #00191b;\n        border-color: #00191b;\n        color: #fff;\n        font-size: 16px;\n        letter-spacing: -0.48px;\n        white-space: nowrap;\n    }\n    .pricingpage.compare-features .plan button.primary:hover {\n        background-color: #00191b;\n        color: #fff;\n        opacity: 0.85;\n    }\n    .pricingpage.compare-features #enterprise button.primary {\n        margin-top: 44px;\n    }\n    .pricing-table {\n        border-top: 1px solid #d9d9d9;\n    }\n\n    \/* Responsive: mantener una fila, achicar elementos *\/\n    @media (max-width: 1000px) {\n        .pricingpage.compare-features {\n            gap: 48px;\n        }\n        .pricingpage.compare-features .compare-header {\n            max-width: 680px;\n        }\n        .pricingpage.compare-features .compare-title h2 {\n            font-size: 40px;\n            letter-spacing: -1.2px;\n        }\n        .pricingpage.compare-features .compare-desc p {\n            font-size: 17px;\n        }\n        .pricingpage.compare-features .billing-col {\n            flex: 0 0 auto;\n            padding: 16px 24px 16px 0;\n        }\n        .pricingpage.compare-features .billing-tag {\n            padding: 8px 14px;\n        }\n        .pricingpage.compare-features #plans .plan {\n            padding: 16px 18px;\n        }\n        .pricingpage.compare-features .pricing {\n            font-size: 26px;\n            letter-spacing: -1px;\n        }\n        .pricingpage.compare-features .plan button.primary {\n            padding: 12px 16px;\n            font-size: 14px;\n        }\n    }\n    @media (max-width: 640px) {\n        .pricingpage.compare-features .compare-title h2 {\n            font-size: 30px;\n        }\n        .pricingpage.compare-features .compare-desc p {\n            font-size: 15px;\n        }\n        .pricingpage.compare-features .billing-col {\n            padding: 12px 16px 12px 0;\n        }\n        .pricingpage.compare-features .billing-tag {\n            padding: 6px 10px;\n            font-size: 11px;\n        }\n        .pricingpage.compare-features #plans .plan {\n            padding: 12px 12px;\n        }\n        .pricingpage.compare-features #plans .plan .plantitle {\n            font-size: 18px;\n        }\n        .pricingpage.compare-features .pricing {\n            font-size: 22px;\n        }\n        .pricingpage.compare-features .plan button.primary {\n            padding: 10px 12px;\n            font-size: 13px;\n        }\n    }\n<\/style>\n<div class=\"pricingpage compare-features\">\n    <div class=\"compare-header\">\n        <div class=\"compare-title\">\n            <h2>Compare features<\/h2>\n        <\/div>\n        <div class=\"compare-desc\">\n            <p>Discover the perfect strategy that aligns with both your and your team&#8217;s goals to uphold brand integrity and amplify your content&#8217;s impact.<\/p>\n        <\/div>\n    <\/div>\n    <div id=\"plans\">\n        <div class=\"billing-col\">\n            <div class=\"billing-toggle-group\">\n                <input type=\"radio\" id=\"monthly\" name=\"billingCycle\">\n                <label class=\"billing-tag\" for=\"monthly\">Monthly<\/label>\n                <input type=\"radio\" id=\"annual\" name=\"billingCycle\" checked=\"\">\n                <label class=\"billing-tag\" for=\"annual\">\n                    <span class=\"billing-tag-label\">Annually<\/span>\n                    <span class=\"billing-tag-save\">Save 33%<\/span>\n                <\/label>\n            <\/div>\n        <\/div>\n        <div class=\"plan\" id=\"free\">\n            <h3 class=\"plantitle\">Free<\/h3>\n            <p class=\"pricing\"><span id=\"freePrice\" style=\"font-size:20px!important;\">Upgrade any time.<\/span><\/p>\n            <p class=\"pricing-period\">&nbsp;<\/p>\n            <p class=\"pricinginfo\"><span>For 1 user<\/span><\/p>\n            <p class=\"pricinginfo\" id=\"freepricingbreakdown\">*<span id=\"freeTotalPrice\"><\/span><span class=\"billingcycle\"><\/span><\/p>\n            <button class=\"primary\" id=\"startFreeTrial\" onclick=\"window.location.href='https:\/\/app.marq.com\/users\/registerLevel#\/brandOnboarding?level=press-free'\">Get Free<\/button>\n        <\/div>\n        <div class=\"plan\" id=\"pro\">\n            <h3 class=\"plantitle\">Pro<\/h3>\n            <p class=\"pricing\"><span id=\"proPrice\">$12<\/span><\/p>\n            <p class=\"pricing-period\">per month, billed monthly<\/p>\n            <p class=\"pricinginfo\"><span>For 1 user<\/span><\/p>\n            <p class=\"pricinginfo\" id=\"propricingbreakdown\">*<span id=\"proTotalPrice\"><\/span><span class=\"billingcycle\"><\/span><\/p>\n            <button class=\"primary\" id=\"startProTrial\" onclick=\"window.location.href='https:\/\/app.marq.com\/users\/registerLevel#\/brandOnboarding?level=press-professional'\">Get Pro<\/button>\n        <\/div>\n        <div class=\"plan\" id=\"team\">\n            <h3 class=\"plantitle\">Team<\/h3>\n            <p class=\"pricing\"><span id=\"teamPrice\">$12<\/span><\/p>\n            <p class=\"pricing-period\">per month, billed monthly<\/p>\n            <p class=\"pricinginfo\"><span>For<\/span> <span id=\"usercount\">1 user<\/span><span id=\"peruserprice\"> + a 2nd free license<\/span><\/p>\n            <p class=\"pricinginfo\" id=\"teampricingbreakdown\">*<span id=\"teamTotalPrice\"><\/span><span class=\"billingcycle\"><\/span><\/p>\n            <button class=\"primary\" id=\"startTeamTrial\" onclick=\"window.location.href='https:\/\/app.marq.com\/users\/registerLevel#\/brandOnboarding?level=press-team-incremental'\">Get Team<\/button>\n        <\/div>\n        <div class=\"plan\" id=\"enterprise\">\n            <h3 class=\"plantitle\">Enterprise<\/h3>\n            <p class=\"pricing\">Get a custom quote<\/p>\n            <button class=\"primary\" onclick=\"window.location.href='\/pages\/schedule-a-demo'\">Book a demo<\/button>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/tippy.js@6\/animations\/shift-away.css\">\n\n<section class=\"pricing-table-section w-100 position-relative overflow-hidden  padding-medium  pt-lg-0 pt-0-important bg-white\" id=\"compare-pricing\" >\n\n    \n    <div class=\"container position-relative\" style=\"z-index: 2;\">\n\n        <div class=\"pricing-table-wrap\">\n            <table class=\"pricing-table\" role=\"table\" aria-label=\"Plan Feature Comparison\">\n\n                <!-- ===== THEAD: Plan headers ===== -->\n                <thead>\n                    <tr>\n\n                        <th scope=\"col\">\n                                                    <\/th>\n\n                                                                                    <th scope=\"col\">\n                                    <p class=\"plan-name mb-0 color-black\">\n                                        Free                                    <\/p>\n                                                                            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/app.marq.com\/users\/registerLevel?_gl=1%2A1b1d1j7%2A_gcl_au%2AMTQyNTI4OTA1MS4xNzYzOTk0NjM2#\/brandOnboarding?level=press-free\"\n                                           target=\"_self\"\n                                                                                      aria-label=\"Sign up - Free\"\n                                           title=\"Sign up\"\n                                           class=\"button primary_outline d-inline-flex align-items-center mt-2\">\n                                            Sign up                                        <\/a>\n                                                                    <\/th>\n                                                            <th scope=\"col\">\n                                    <p class=\"plan-name mb-0 color-black\">\n                                        Pro                                    <\/p>\n                                                                            <a href=\"#\"\n                                           target=\"_self\"\n                                                                                      aria-label=\"CTA - Pro\"\n                                           title=\"CTA\"\n                                           class=\"button primary_outline d-inline-flex align-items-center mt-2\">\n                                            CTA                                        <\/a>\n                                                                    <\/th>\n                                                            <th scope=\"col\">\n                                    <p class=\"plan-name mb-0 color-black\">\n                                        Team                                    <\/p>\n                                                                    <\/th>\n                                                            <th scope=\"col\">\n                                    <p class=\"plan-name mb-0 color-black\">\n                                        Enterprise                                    <\/p>\n                                                                    <\/th>\n                                                    \n                    <\/tr>\n                <\/thead>\n\n                <!-- ===== TBODY: Feature groups + rows ===== -->\n                <tbody>\n                                            \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Plans                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Licenses                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        1                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        1                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        2-20                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        10+                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Storage                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        25MB                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Additional storage available as an add-on\">\n                                                        2GB                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"2GB per user\">\n                                                        2GB per user                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Unlimited                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Projects                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        3                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Unlimited                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Unlimited                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Unlimited                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Content Design                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Core editor                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Utilize our intuitive drag-and-drop editor to easily create or customize content with all the design settings and features of your favorite tools , from text and images to shapes and layouts\"\n                                                   aria-label=\"More info about Core editor\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Brand assets                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Integrate custom brand colors, fonts, images, logos, and text styles into the editor experience\"\n                                                   aria-label=\"More info about Brand assets\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Custom fonts and paragraph styles                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Embed brand font styles directly without the need for individual font downloads\"\n                                                   aria-label=\"More info about Custom fonts and paragraph styles\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            InDesign Import                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Import existing InDesign files to quickly convert assets to brand templates\"\n                                                   aria-label=\"More info about InDesign Import\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Template Library                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Access thousands of pre-built templates across a variety of use cases to jump-start content creation\"\n                                                   aria-label=\"More info about Template Library\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Basic                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Premium                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Premium                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Premium                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Custom Brand templates                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Design custom templates and build out a robust brand template library curated specifcally for your team\"\n                                                   aria-label=\"More info about Custom Brand templates\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Stock photos and icons                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Use thousands of stock photos and icons via IconFinder and Unsplash directly within the platform\"\n                                                   aria-label=\"More info about Stock photos and icons\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Template Locking                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Guarantee on-brand content creation by locking critical design elements in your brand templates before sharing with your team\"\n                                                   aria-label=\"More info about Template Locking\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Basic                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Fully lock overall properties and settings on templates; all or nothing locking vs. Advanced locking with more unique controls\">\n                                                        Basic                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Granularly lock objects according to any desired combination of size and position, colors, fonts, images, copy, and more\">\n                                                        Advanced                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Granularly lock objects according to any desired combination of size and position, colors, fonts, images, copy, and more\">\n                                                        Advanced                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Creative Automation                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Custom smart fields                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Quickly customize content with auto-populated data from custom data sets via CSV, Google Sheets, XML, or MLS\"\n                                                   aria-label=\"More info about Custom smart fields\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        1 dataset                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Brand smart fields                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Add org-wide smart fields with relevant company information, like general contact info or frequently used taglines\"\n                                                   aria-label=\"More info about Brand smart fields\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Profile smart fields                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Personalize projects with user profile data, from name and title, to individual headshots, contact info and more\"\n                                                   aria-label=\"More info about Profile smart fields\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Smart brand assets and images                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Add smart logos, colors, text styles, and more to apply to pre-built smart templates for fast content creation\"\n                                                   aria-label=\"More info about Smart brand assets and images\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Smart templates                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Utilize pre-built templates with embedded smart brand parameters to quickly create brand templates with your brand identity\"\n                                                   aria-label=\"More info about Smart templates\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Basic                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Premium                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Premium                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Premium                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Content Management                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Images manager                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Centrally manage all brand and stock image folders and sharing\"\n                                                   aria-label=\"More info about Images manager\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Projects manager                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Create custom folders to manage personal and shared projects across the business\"\n                                                   aria-label=\"More info about Projects manager\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Templates manager                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Create custom categories and filters for your organizations brand template librarys\"\n                                                   aria-label=\"More info about Templates manager\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Content Distribution                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Project export                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Easily download print-quality projects (300dpi) with desired accessibility settings\"\n                                                   aria-label=\"More info about Project export\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Screen quality (72dpi)                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Print quality (300dpi)                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Print quality (300dpi)                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Print quality (300dpi)                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Social posting                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Post projects directly to LinkedIn, Facebook, Instagram, Instagram Business, Twitter, and Buffer\"\n                                                   aria-label=\"More info about Social posting\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Print &amp; Ship                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Send any asset to print directly from Marq, with the option to set up custom printers, print and ship, and more\"\n                                                   aria-label=\"More info about Print &amp; Ship\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Web publishing                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Publish your collateral to the web or generate HTML code to embed your projects for audience consumption via email and more\"\n                                                   aria-label=\"More info about Web publishing\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Collaboration                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Approval workflow                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Set custom approval workflows at an account or user level, including custom routing with designated approval permissions\"\n                                                   aria-label=\"More info about Approval workflow\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Comments                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Leave comments on an overall project or specific elements for easy asynchronous collaboration\"\n                                                   aria-label=\"More info about Comments\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Live Chat                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Leave comments on an overall project or specific elements for easy asynchronous collaboration\"\n                                                   aria-label=\"More info about Live Chat\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Notes                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Implement your org structure in the platform to provide a tailored user experience by role and team\"\n                                                   aria-label=\"More info about Notes\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Team Management                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Nested groups                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Set custom approval workflows at an account or user level, including custom routing with designated approval permissions\"\n                                                   aria-label=\"More info about Nested groups\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Custom roles                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Share account management responsibilities with a variety of admin roles from billing, approval, data and more\"\n                                                   aria-label=\"More info about Custom roles\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            License Management                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Easily add, assign, and transfer licenses and users to ensure you&#039;re getting the most out of your plan\"\n                                                   aria-label=\"More info about License Management\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        N\/A                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        N\/A                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\">\n                                                        Standard                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Automatically grant licenses when users join a team or request another license, or auto-upgrade when you outgrow your license count\">\n                                                        Automated                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Analytics                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Basic Analytics                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Access a high-level overview of license allotment and platform usage\"\n                                                   aria-label=\"More info about Basic Analytics\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to add Basic Analytics to your Team plan\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Advanced Analytics                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Drill down to see what templates are most effective across your organization\"\n                                                   aria-label=\"More info about Advanced Analytics\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to add Advanced Analytics to your Business plan\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Integrations                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Slack integration                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Set up your slack to receive approvals, shares, and other notifications from Marq, and use actions to create projects and notes\"\n                                                   aria-label=\"More info about Slack integration\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Email integrations                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Enable Mailchimp, Constant Contact, or Campaign Monitor integrations for your users\"\n                                                   aria-label=\"More info about Email integrations\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Printer integrations                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Connect to your printer through an API or access your own custom print portal within Marq to manage and receive print orders\"\n                                                   aria-label=\"More info about Printer integrations\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            DAM integrations                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Integrate with your custom DAM solution to streamline content management\"\n                                                   aria-label=\"More info about DAM integrations\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Data integrations                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Bring any kind of data into Marq to visualize or use as source data for content customization via CSV, Data Service API, Google Sheets, or XML\"\n                                                   aria-label=\"More info about Data integrations\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Security and sign-on integrations                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Easily and securely manage the users and data on your Marq account with SAML, SCIM, or Google workspace integration\"\n                                                   aria-label=\"More info about Security and sign-on integrations\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Support                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Email and phone support                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Questions? We&#039;re here for you. Email support@marq.com, available M-F, 8am-5pm MST\"\n                                                   aria-label=\"More info about Email and phone support\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Resource Library                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Access our library of training videos, tutorials, and courses to level up your usage of Marq on your own schedule\"\n                                                   aria-label=\"More info about Resource Library\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Customer Success Manager                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Your Customer Success Manager is your personal point of contact to help with onboarding and implementation\"\n                                                   aria-label=\"More info about Customer Success Manager\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val empty\" aria-label=\"Not included\">\u2014<\/span>                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"check-icon bg-black\" aria-label=\"Included\">\n        <svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\">\n            <polyline points=\"1.5,6 5,9.5 10.5,2.5\"\/>\n        <\/svg>\n    <\/span>                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                        \n                            <!-- Section header row -->\n                            <tr class=\"section-header\">\n                                <td colspan=\"5\">\n                                    Professional Services                                <\/td>\n                            <\/tr>\n\n                            <!-- Feature rows -->\n                                                                                            <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Design Re-Creation                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Send any existing design file to our team for easy recreation as a brand template with all the recommended locked parameters **template locking included\"\n                                                   aria-label=\"More info about Design Re-Creation\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Creative Automation Set-up                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Save your team time building content with automated customization via connected data sources, all set up by our team\"\n                                                   aria-label=\"More info about Creative Automation Set-up\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                                <tr>\n                                    <!-- Feature label + optional tooltip icon -->\n                                    <td>\n                                        <div class=\"feature-label\">\n                                            Custom Design Services                                                                                            <i class=\"info-icon\"\n                                                   data-tippy-content=\"Need help with net new design work? Expand your team&#039;s bandwidth with our in-house design team. We&#039;ll build the assets your team needs to be successful with scalability in mind **template locking included\"\n                                                   aria-label=\"More info about Custom Design Services\"\n                                                   role=\"img\"\n                                                   tabindex=\"0\">i<\/i>\n                                                                                    <\/div>\n                                    <\/td>\n\n                                    <!-- Plan value cells -->\n                                                                                                                        <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                                    <td>\n                                                                                                    <span class=\"plan-val\" data-tippy-content=\"Contact sales to take advantage of design re-creation services\">\n                                                        Add-on                                                    <\/span>\n                                                                                            <\/td>\n                                                                            \n                                <\/tr>\n                                                            \n                                                            <\/tbody>\n\n            <\/table>\n        <\/div><!-- \/.pricing-table-wrap -->\n\n    <\/div><!-- \/.container -->\n        <div class=\"pricing-table-footer\" id=\"footer-pricing-table\" role=\"region\" aria-label=\"Pricing plan summary\">\n\n        <!-- Left cell: optional billing toggle -->\n                <div class=\"pricing-footer__label-cell\">\n                            <div class=\"pricing-footer__billing-label\">\n                    Billing cycle                                            <span class=\"pricing-footer__billing-save color-primary\">Save 33% with yearly<\/span>\n                                    <\/div>\n                       <div class=\"pricing-footer__toggle\">\n            <a href=\"#pricing-table\" class=\"pricing-footer__toggle-btn pricing-footer-monthly is-active\">\n                Monthly            <\/a>\n            <a href=\"#pricing-table\" class=\"pricing-footer__toggle-btn pricing-footer-yearly\">\n                Yearly            <\/a>\n        <\/div>\n        <\/div>\n        \n        <!-- Plan cells -->\n        <div class=\"pricing-footer__plans\">\n                        <div class=\"pricing-footer__plan-cell\">\n\n                                    <!-- opt1 (monthly) -->\n                    <div class=\"pricing-footer__price-wrap\" data-price-state=\"opt1\">\n                                                    <p class=\"pricing-footer__price\">$10\/month<\/p>\n                                                                            <p class=\"pricing-footer__price-note\">For 1 user<\/p>\n                                                                             <p class=\"pricing-footer__price-note\"> $120 total billed yearly<\/p>\n                                            <\/div>\n                    \n                \n                                    <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/app.marq.com\/users\/registerLevel#\/brandOnboarding?level=press-professional\"\n                       target=\"_blank\"\n                       rel=\"noopener noreferrer\"                       aria-label=\"Get Pro\"\n                       title=\"Get Pro\"\n                       class=\"button black_outline d-inline-flex align-items-center justify-content-center w-100\">\n                        Get Pro                    <\/a>\n                \n            <\/div>\n                        <div class=\"pricing-footer__plan-cell\">\n\n                                    <!-- opt1 (monthly) -->\n                    <div class=\"pricing-footer__price-wrap\" data-price-state=\"opt1\">\n                                                    <p class=\"pricing-footer__price\">$10\/month<\/p>\n                                                                            <p class=\"pricing-footer__price-note\">For 1 user + a 2nd free license <\/p>\n                                                                             <p class=\"pricing-footer__price-note\">$120 total billed yearly<\/p>\n                                            <\/div>\n                    \n                \n                                    <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/app.marq.com\/users\/registerLevel#\/brandOnboarding?level=press-team-incremental\"\n                       target=\"_blank\"\n                       rel=\"noopener noreferrer\"                       aria-label=\"Get Team\"\n                       title=\"Get Team\"\n                       class=\"button black_outline d-inline-flex align-items-center justify-content-center w-100\">\n                        Get Team                    <\/a>\n                \n            <\/div>\n                        <div class=\"pricing-footer__plan-cell\">\n\n                                    <!-- opt1 (monthly) -->\n                    <div class=\"pricing-footer__price-wrap\" data-price-state=\"opt1\">\n                                                    <p class=\"pricing-footer__price\">Get a custom quote<\/p>\n                                                                                             <\/div>\n                    \n                \n                                    <a href=\"https:\/\/www.marq.com\/schedule-a-demo\/\"\n                       target=\"_self\"\n                                              aria-label=\"Get a demo\"\n                       title=\"Get a demo\"\n                       class=\"button tertiary_filled d-inline-flex align-items-center justify-content-center w-100\">\n                        Get a demo                    <\/a>\n                \n            <\/div>\n                    <\/div><!-- \/.pricing-footer__plans -->\n\n    <\/div><!-- \/.pricing-table-footer -->\n\n\n<\/section>\n\n<script src=\"https:\/\/unpkg.com\/@popperjs\/core@2\" defer><\/script>\n<script src=\"https:\/\/unpkg.com\/tippy.js@6\" defer><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    if (typeof tippy !== 'undefined') {\n        tippy('[data-tippy-content]', {\n            animation: 'shift-away',\n            placement:  'top',\n            arrow:      true,\n            theme:      'light',\n            maxWidth:   260,\n        });\n    }\n});\n<\/script>\n\n\n\n\n\n<section class=\"testimonials-section w-100 position-relative overflow-hidden  padding-medium  bg-gray-light\" \n        >\n    \n    <div class=\"container position-relative\" style=\"z-index: 2;\">\n        <div class=\"testimonials-inner-box \">\n\n               \n                <div class=\"row   justify-content-center\">\n            <div class=\"col-12 col-lg-10\">\n                \n                                    <!-- Single Testimonial -->\n                                        <div class=\"testimonial-single\">\n                        <div class=\"testimonial-card\">  \n                            <!-- Testimonial Content -->\n                            <div class=\"testimonial-content\">\n                                <blockquote class=\"testimonial-quote testimonial-quote-regular color-black\">\n                                    <!-- wp:paragraph -->\n<p>Our creative team exists to present Yext in a consistent, buttoned-up way. Marq helps us do that by giving our reps the freedom to personalize their own assets while still adhering to our brand guidelines.<\/p>\n<!-- \/wp:paragraph -->                                <\/blockquote>\n                            <\/div>   \n                                                        <div class=\"testimonial-info testimonial-info-mt-large\">\n                                <!-- Author Info -->\n                            <div class=\"testimonial-author testimonial-author-normal\">                                \n                                                                    <div class=\"author-image\">\n                                        <img \n                                            src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/01\/alex-felsenstein-150x150.webp\" \n                                            alt=\"Alex Felsenstein\"\n                                            width=\"93\"\n                                            height=\"93\"\n                                            loading=\"lazy\"\n                                            decoding=\"async\"\n                                        \/>\n                                    <\/div>\n                                                                <div class=\"author-info\">\n                                    <div class=\"author-name\">Alex Felsenstein<\/div>\n                                                                            <p class=\"author-position\">Creative Director<\/p>\n                                                                                                                <p class=\"author-company\">Yext<\/p>\n                                                                       \n                                <\/div>\n                            <\/div>\n                                                                     <div class=\"author-logo\">\n                                            <img \n                                                src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/05\/yext-icon.webp\" \n                                                alt=\"\"\n                                                width=\"154\"\n                                                height=\"30\"\n                                                loading=\"lazy\"\n                                                decoding=\"async\"\n                                            \/>\n                                        <\/div>\n                                                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                                \n            <\/div>\n        <\/div>\n                \n        \n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n  <section class=\"hero-section \">\n    <div class=\"  position-relative overflow-hidden   padding-medium  margin-none  mt-lg-0 mb-lg-0 mt-0-important mb-0-important wrap-section bg-black\"  >\n\n                                                                        <div\n        class=\"hero-deco hero-deco--hide-mobile\"\n        style=\"position:absolute;z-index:1;pointer-events:none;right:0;bottom:0;--deco-w-desktop:608px;--deco-w-mobile:250px;\"\n        aria-hidden=\"true\"\n    >\n        <img\n            src=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/06\/pricing-decoratives-images.webp\"\n            alt=\"\"\n            role=\"presentation\"\n            aria-hidden=\"true\"\n            width=\"609\"\n            height=\"151\"\n            loading=\"lazy\"\n            decoding=\"async\"\n            class=\"hero-deco__img\"\n        \/>\n    <\/div>\n                                                <div class=\"container position-relative\" style=\"z-index: 2;\">\n                <div class=\"row \">\n                    <div class=\"col-12 \">\n                        <div class=\"hero-content-max\">\n                        <div class=\"hero-content d-flex flex-column align-items-center justify-content-start \" >\n                            \n                            <div class=\"w-100 text-start\">\n                                \n                                                                \n                                                                                                            <h2 class=\"mb-0 mt-0 color-white h2-large\">\n                                            Ready to get started?                                        <\/h2> \n                                                                                                     \n                                \n                                                                    <div class=\"mt-3 mt-md-4-5 text text-xlarge color-white \">                 \n                                        <p>Want to see Marq in action? Start your free 7 day trial today.<br \/>\nNo commitment. Cancel any time.<\/p>\n                   \n                                    <\/div>\n                                                                \n                                                                    <div class=\"wrap-btn d-flex flex-wrap gap-3 mt-3 mt-md-4-5 justify-content-start\">\n                                                                                                                                    <div class=\"position-relative d-flex\">\n                                                    <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/app.marq.com\/users\/registerLevel?_gl=1%2A16jjldm%2A_gcl_au%2AODE3OTE4NzUuMTc3MDY3OTc2Mg..#\/brandOnboarding?press-professional\" \n                                                        tabindex=\"0\" \n                                                        target=\"_blank\" \n                                                        aria-label=\"Start free trial\" \n                                                        title=\"Start free trial\" \n                                                        class=\"button secondary_outline round d-inline-flex align-items-center \">\n                                                        \n                                                        Start free trial                                                        \n                                                                                                                \n                                                    <\/a> \n                                                <\/div>            \n                                                                                                                                                                                <div class=\"position-relative d-flex\">\n                                                    <a href=\"https:\/\/www.marq.com\/schedule-a-demo\/\" \n                                                        tabindex=\"0\" \n                                                        target=\"_self\" \n                                                        aria-label=\"Request a demo\" \n                                                        title=\"Request a demo\" \n                                                        class=\"button white_filled square d-inline-flex align-items-center \">\n                                                        \n                                                        Request a demo                                                        \n                                                                                                                \n                                                    <\/a> \n                                                <\/div>            \n                                                                                                                        <\/div>\n                                                                \n                            <\/div>\n\n                        <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n                <\/div>    \n<\/section>\n\n\n\n\n\n<section  class=\"faq-section w-100 position-relative overflow-hidden  padding-medium  bg-white\" \n     \n    >   \n    \n    <div class=\"container position-relative\" style=\"z-index: 2;\">   \n        \n                <div class=\"row g-3 align-items-start justify-content-start \">\n            <div class=\"col-12 col-md-5\">\n                 <div class=\"faq-content d-flex flex-column \">\n                    \n                    <div class=\"w-100 text-start\">\n                        \n                                                    <div class=\"eyebrow mb-4 color-primary \">\n                                FAQs                            <\/div>   \n                                                \n                                                                                    <h2 class=\"mb-0 color-black h2-large\">\n                                    Questions?<br>We\u2019ve got answers.                                <\/h2> \n                                                                            \n                                           \n                        \n                    <\/div>\n                    \n                <\/div>\n            <\/div>\n            <div class=\"col-12 col-md-7\">\n                <div class=\"faq-accordion\" role=\"region\" aria-label=\"Frequently Asked Questions\">\n                                           <div class=\"faq-item\">\n                            <button \n                                class=\"faq-question\" \n                                type=\"button\"\n                                aria-expanded=\"true\"\n                                aria-controls=\"block_da2d435d203afd3fc608eed744c161ed-item-0\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-0-button\"\n                            >\n                                <span class=\"faq-question-text\">What is Marq?<\/span>\n                                <span class=\"faq-icon\" aria-hidden=\"true\">\n                                    <svg class=\"faq-icon-plus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                    <svg class=\"faq-icon-minus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                <\/span>\n                            <\/button>\n                            <div   class=\"faq-answer\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-0\"\n                                role=\"region\"\n                                aria-labelledby=\"block_da2d435d203afd3fc608eed744c161ed-item-0-button\"\n                                aria-hidden=\"false\"\n                                                                >\n                                <div class=\"faq-answer-content text-medium\">\n                                    <p>Marq is a web-based design and publishing tool that allows users to create and collaborate on various types of visual content such as brochures, flyers, newsletters, presentations, and more. It offers a user-friendly interface with drag-and-drop functionality, making it accessible to users with varying design skills.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button \n                                class=\"faq-question\" \n                                type=\"button\"\n                                aria-expanded=\"false\"\n                                aria-controls=\"block_da2d435d203afd3fc608eed744c161ed-item-1\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-1-button\"\n                            >\n                                <span class=\"faq-question-text\">What is brand management and why is it important?<\/span>\n                                <span class=\"faq-icon\" aria-hidden=\"true\">\n                                    <svg class=\"faq-icon-plus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                    <svg class=\"faq-icon-minus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                <\/span>\n                            <\/button>\n                            <div   class=\"faq-answer\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-1\"\n                                role=\"region\"\n                                aria-labelledby=\"block_da2d435d203afd3fc608eed744c161ed-item-1-button\"\n                                aria-hidden=\"true\"\n                                hidden                                >\n                                <div class=\"faq-answer-content text-medium\">\n                                    <p>Brand management refers to the activities and strategies aimed at creating, developing, and maintaining a brand&#8217;s identity, reputation, and overall value. It involves managing various aspects such as brand positioning, brand communication, and brand experience. Brand management is important because it helps differentiate a company from competitors, builds brand loyalty, and influences consumer perceptions.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button \n                                class=\"faq-question\" \n                                type=\"button\"\n                                aria-expanded=\"false\"\n                                aria-controls=\"block_da2d435d203afd3fc608eed744c161ed-item-2\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-2-button\"\n                            >\n                                <span class=\"faq-question-text\">How does brand enablement contribute to brand success?<\/span>\n                                <span class=\"faq-icon\" aria-hidden=\"true\">\n                                    <svg class=\"faq-icon-plus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                    <svg class=\"faq-icon-minus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                <\/span>\n                            <\/button>\n                            <div   class=\"faq-answer\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-2\"\n                                role=\"region\"\n                                aria-labelledby=\"block_da2d435d203afd3fc608eed744c161ed-item-2-button\"\n                                aria-hidden=\"true\"\n                                hidden                                >\n                                <div class=\"faq-answer-content text-medium\">\n                                    <p>Brand enablement refers to the processes and tools that empower employees, partners, and stakeholders to effectively represent and deliver the brand experience. It ensures consistent brand messaging, aligns internal and external stakeholders with the brand values, and enables them to actively contribute to the brand&#8217;s success. Brand enablement helps create a unified brand identity across touchpoints, resulting in enhanced brand recognition, customer satisfaction, and business growth.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button \n                                class=\"faq-question\" \n                                type=\"button\"\n                                aria-expanded=\"false\"\n                                aria-controls=\"block_da2d435d203afd3fc608eed744c161ed-item-3\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-3-button\"\n                            >\n                                <span class=\"faq-question-text\">What are the key components of an effective brand management strategy?<\/span>\n                                <span class=\"faq-icon\" aria-hidden=\"true\">\n                                    <svg class=\"faq-icon-plus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                    <svg class=\"faq-icon-minus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                <\/span>\n                            <\/button>\n                            <div   class=\"faq-answer\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-3\"\n                                role=\"region\"\n                                aria-labelledby=\"block_da2d435d203afd3fc608eed744c161ed-item-3-button\"\n                                aria-hidden=\"true\"\n                                hidden                                >\n                                <div class=\"faq-answer-content text-medium\">\n                                    <p>An effective brand management strategy includes several key components. First, it involves defining a clear brand purpose and positioning that resonates with the target audience. Second, it requires developing a compelling brand identity, including visual elements, brand voice, and messaging guidelines. Third, consistent brand communication across various channels is crucial to building brand awareness and engagement. Lastly, brand monitoring and analysis help measure the brand&#8217;s performance, identify opportunities for improvement, and ensure brand integrity.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-item\">\n                            <button \n                                class=\"faq-question\" \n                                type=\"button\"\n                                aria-expanded=\"false\"\n                                aria-controls=\"block_da2d435d203afd3fc608eed744c161ed-item-4\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-4-button\"\n                            >\n                                <span class=\"faq-question-text\">How can brand management and enablement positively impact a company&#039;s bottom line?<\/span>\n                                <span class=\"faq-icon\" aria-hidden=\"true\">\n                                    <svg class=\"faq-icon-plus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                    <svg class=\"faq-icon-minus\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                                    <\/svg>\n                                <\/span>\n                            <\/button>\n                            <div   class=\"faq-answer\"\n                                id=\"block_da2d435d203afd3fc608eed744c161ed-item-4\"\n                                role=\"region\"\n                                aria-labelledby=\"block_da2d435d203afd3fc608eed744c161ed-item-4-button\"\n                                aria-hidden=\"true\"\n                                hidden                                >\n                                <div class=\"faq-answer-content text-medium\">\n                                    <p>Brand management and enablement can have a positive impact on a company&#8217;s bottom line in several ways. By establishing a strong brand identity and reputation, companies can differentiate themselves in the market and command premium pricing. A well-managed brand also fosters customer loyalty and advocacy, leading to repeat business and increased customer lifetime value. Furthermore, brand enablement empowers employees to deliver a consistent brand experience, enhancing customer satisfaction and driving customer retention. Ultimately, these factors contribute to improved sales, profitability, and long-term business growth.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n                      <\/div>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Monthly Annually Save 33% Calculate the best plan for your team: How many licenses? People Free For individuals delivering a quick creative project&nbsp; Upgrade any time. $0 Sign up for free No credit card required Features you&#8217;ll love: 25 MB cloud storage 3 project limit Basic template library Social sharing Print &amp; ship Pro For [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-8022","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Pricing - Marq<\/title>\n<meta name=\"description\" content=\"Explore pricing options for Marq, curated for every team size and budget. Explore our features, customize your package, and get started today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.marq.com\/pages\/pricing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing\" \/>\n<meta property=\"og:description\" content=\"Explore pricing options for Marq, curated for every team size and budget. Explore our features, customize your package, and get started today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.marq.com\/pages\/pricing\/\" \/>\n<meta property=\"og:site_name\" content=\"Marq\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/marqhq\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-14T00:18:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/01\/Marq_Website_Feature-01.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"785\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@marq_hq\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.marq.com\\\/pages\\\/pricing\\\/\",\"url\":\"https:\\\/\\\/www.marq.com\\\/pages\\\/pricing\\\/\",\"name\":\"Pricing - Marq\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.marq.com\\\/#website\"},\"datePublished\":\"2026-02-19T01:12:37+00:00\",\"dateModified\":\"2026-07-14T00:18:13+00:00\",\"description\":\"Explore pricing options for Marq, curated for every team size and budget. Explore our features, customize your package, and get started today!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.marq.com\\\/pages\\\/pricing\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.marq.com\\\/#website\",\"url\":\"https:\\\/\\\/www.marq.com\\\/\",\"name\":\"Marq\",\"description\":\"Brand-Templating Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.marq.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.marq.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.marq.com\\\/#organization\",\"name\":\"Marq\",\"url\":\"https:\\\/\\\/www.marq.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.marq.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.marq.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/marq_logo_new.svg\",\"contentUrl\":\"https:\\\/\\\/www.marq.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/marq_logo_new.svg\",\"width\":1,\"height\":1,\"caption\":\"Marq\"},\"image\":{\"@id\":\"https:\\\/\\\/www.marq.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/marqhq\",\"https:\\\/\\\/x.com\\\/marq_hq\",\"https:\\\/\\\/www.youtube.com\\\/marqhq\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/marqhq\",\"https:\\\/\\\/www.instagram.com\\\/BuildonMarq\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Pricing - Marq","description":"Explore pricing options for Marq, curated for every team size and budget. Explore our features, customize your package, and get started today!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.marq.com\/pages\/pricing\/","og_locale":"en_US","og_type":"article","og_title":"Pricing","og_description":"Explore pricing options for Marq, curated for every team size and budget. Explore our features, customize your package, and get started today!","og_url":"https:\/\/www.marq.com\/pages\/pricing\/","og_site_name":"Marq","article_publisher":"https:\/\/www.facebook.com\/marqhq","article_modified_time":"2026-07-14T00:18:13+00:00","og_image":[{"width":1500,"height":785,"url":"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/01\/Marq_Website_Feature-01.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@marq_hq","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.marq.com\/pages\/pricing\/","url":"https:\/\/www.marq.com\/pages\/pricing\/","name":"Pricing - Marq","isPartOf":{"@id":"https:\/\/www.marq.com\/#website"},"datePublished":"2026-02-19T01:12:37+00:00","dateModified":"2026-07-14T00:18:13+00:00","description":"Explore pricing options for Marq, curated for every team size and budget. Explore our features, customize your package, and get started today!","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.marq.com\/pages\/pricing\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.marq.com\/#website","url":"https:\/\/www.marq.com\/","name":"Marq","description":"Brand-Templating Platform","publisher":{"@id":"https:\/\/www.marq.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.marq.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.marq.com\/#organization","name":"Marq","url":"https:\/\/www.marq.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.marq.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/02\/marq_logo_new.svg","contentUrl":"https:\/\/www.marq.com\/wp-content\/uploads\/2026\/02\/marq_logo_new.svg","width":1,"height":1,"caption":"Marq"},"image":{"@id":"https:\/\/www.marq.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/marqhq","https:\/\/x.com\/marq_hq","https:\/\/www.youtube.com\/marqhq","https:\/\/www.linkedin.com\/company\/marqhq","https:\/\/www.instagram.com\/BuildonMarq"]}]}},"_links":{"self":[{"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/pages\/8022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/comments?post=8022"}],"version-history":[{"count":19,"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/pages\/8022\/revisions"}],"predecessor-version":[{"id":11323,"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/pages\/8022\/revisions\/11323"}],"wp:attachment":[{"href":"https:\/\/www.marq.com\/wp-json\/wp\/v2\/media?parent=8022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}