/*! CSS Used from: https://www.cerri.com/wp-content/cache/autoptimize/css/autoptimize_b997dd66267d10fd608732384fc1be83.css ; media=all */
@media all {
    a {
        background: 0 0;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    a {
        color: #3081b7;
        text-decoration: none;
        cursor: pointer;
    }

    a:hover {
        color: #49a1de;
        text-decoration: underline;
    }

    strong {
        font-weight: 700;
    }

    p,
    ul {
        margin: 0 0 15px;
    }

    *+p,
    *+ul {
        margin-top: 15px;
    }

    h1,
    h2,
    h3 {
        margin: 0 0 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #444;
        text-transform: none;
    }

    *+h3 {
        margin-top: 25px;
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    ul {
        padding-left: 30px;
    }

    ::-moz-selection {
        background: #39f;
        color: #fff;
        text-shadow: none;
    }

    ::selection {
        background: #39f;
        color: #fff;
        text-shadow: none;
    }

    article,
    header,
    main {
        display: block;
    }

    .uk-block {
        position: relative;
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media (min-width:768px) {
        .uk-block {
            padding-top: 50px;
            padding-bottom: 50px;
        }
    }

    .uk-block:before,
    .uk-block:after {
        content: "";
        display: table;
    }

    .uk-block:after {
        clear: both;
    }

    .uk-block>:last-child {
        margin-bottom: 0;
    }

    .uk-grid {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .uk-grid:before,
    .uk-grid:after {
        content: "";
        display: block;
        overflow: hidden;
    }

    .uk-grid:after {
        clear: both;
    }

    .uk-grid>* {
        -ms-flex: none;
        -webkit-flex: none;
        flex: none;
        margin: 0;
        float: left;
    }

    .uk-grid>*>:last-child {
        margin-bottom: 0;
    }

    .uk-grid {
        margin-left: -25px;
    }

    .uk-grid>* {
        padding-left: 25px;
    }

    @media (min-width:1220px) {
        .uk-grid {
            margin-left: -35px;
        }

        .uk-grid>* {
            padding-left: 35px;
        }
    }

    [class*=uk-width] {
        box-sizing: border-box;
        width: 100%;
    }

    .uk-article:before,
    .uk-article:after {
        content: "";
        display: table;
    }

    .uk-article:after {
        clear: both;
    }

    .uk-article>:last-child {
        margin-bottom: 0;
    }

    .uk-panel-box {
        padding: 25px;
        background: #fff;
        color: #444;
    }

    .uk-form input,
    .uk-form textarea {
        box-sizing: border-box;
        margin: 0;
        border-radius: 0;
        font: inherit;
        color: inherit;
    }

    .uk-form input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .uk-form textarea,
    .uk-form input[type=text],
    .uk-form input[type=email] {
        -webkit-appearance: none;
    }

    .uk-form textarea {
        overflow: auto;
        vertical-align: top;
    }

    .uk-form ::-moz-placeholder {
        opacity: 1;
    }

    .uk-form :invalid {
        box-shadow: none;
    }

    .uk-form input:not([type=radio]):not([type=checkbox]) {
        vertical-align: middle;
    }

    .uk-form textarea,
    .uk-form input[type=text],
    .uk-form input[type=email] {
        height: 40px;
        max-width: 100%;
        padding: 11px;
        border: 1px solid #ddd;
        background: #fff;
        color: #444;
        -webkit-transition: all .2s linear;
        -webkit-transition-property: border, background, color, box-shadow, padding;
        transition: all .2s linear;
        transition-property: border, background, color, box-shadow, padding;
        border-radius: 4px;
    }

    .uk-form textarea:focus,
    .uk-form input[type=text]:focus,
    .uk-form input[type=email]:focus {
        border-color: #99baca;
        outline: 0;
        background: #f5fbfe;
        color: #444;
    }

    .uk-form textarea:disabled,
    .uk-form input[type=text]:disabled,
    .uk-form input[type=email]:disabled {
        border-color: #ededed;
        background-color: #f5f5f5;
        color: #999;
    }

    .uk-form :-ms-input-placeholder {
        color: #999 !important;
    }

    .uk-form ::-moz-placeholder {
        color: #999;
    }

    .uk-form ::-webkit-input-placeholder {
        color: #999;
    }

    .uk-form :disabled:-ms-input-placeholder {
        color: #999 !important;
    }

    .uk-form :disabled::-moz-placeholder {
        color: #999;
    }

    .uk-form :disabled::-webkit-input-placeholder {
        color: #999;
    }

    .uk-form textarea {
        height: auto;
    }

    .uk-container {
        box-sizing: border-box;
        max-width: 980px;
        padding: 0 25px;
    }

    @media (min-width:1220px) {
        .uk-container {
            max-width: 1200px;
            padding: 0 35px;
        }
    }

    .uk-container:before,
    .uk-container:after {
        content: "";
        display: table;
    }

    .uk-container:after {
        clear: both;
    }

    .uk-container-center {
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width:480px) {
        .uk-container {
            padding: 0 15px;
        }
    }

    .tm-main {
        word-wrap: break-word;
    }

    @media (max-width:480px) {
        article.uk-panel-box {
            padding: 20px 15px;
        }
    }

    .tm-main {
        background-color: #fafafa;
    }

    .panel-grid.panel-has-style>.panel-row-style {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: nowrap;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .panel-grid-cell {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .panel-grid-cell .panel-cell-style {
        height: 100%;
    }

    .panel-grid-cell .so-panel {
        zoom: 1;
    }

    .panel-grid-cell .so-panel:before {
        content: '';
        display: block;
    }

    .panel-grid-cell .so-panel:after {
        content: '';
        display: table;
        clear: both;
    }

    .panel-grid-cell .panel-last-child {
        margin-bottom: 0;
    }

    .panel-layout {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .panel-grid-cell {
        width: 100% !important;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 20px;
    }

    strong {
        font-weight: 600;
    }

    h1,
    h2,
    h3 {
        font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
        font-weight: 300;
        margin-bottom: 30px;
    }

    p {
        font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    }

    h1 {
        font-size: 48px;
        line-height: 52px;
    }

    h2 {
        font-size: 41px;
        line-height: 43px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    a {
        color: #029ede;
        transition: all .2s;
        font-weight: 400;
    }

    a:hover {
        text-decoration: none;
        transition: all .2s;
    }

    .centered {
        text-align: center;
    }

    .pad50v {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    a.orange-button {
        padding: 12px 50px;
        min-width: 200px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff !important;
        background: #ff9409;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        margin-top: 20px;
        text-align: center;
    }

    a.orange-button:hover {
        color: #fff;
        background: #ff9f23;
    }

    .blue-button {
        padding: 12px 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        background: #029ede;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        margin-top: 20px;
        min-width: 200px;
        text-align: center;
    }

    .blue-button:hover {
        color: #fff;
        background: #02b0f7;
    }

    .nf-form-fields-required {
        display: none;
    }

    .uk-form textarea,
    .uk-form input[type=text],
    .uk-form input[type=email] {
        padding: 6px 10px;
    }

    .tm-main {
        background: 0 0;
        padding-top: 80px;
        padding-bottom: 0;
    }

    .uk-panel-box {
        padding: 25px 0;
        background: 0 0;
    }

    .uk-panel-box.page {
        padding: 0;
    }

    .pricing-boxes {
        position: relative;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }

    @media screen and (min-width:768px) {
        .pricing-boxes>.panel-grid-cell {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .pricing-boxes>.panel-grid-cell .pricing-box {
            height: inherit;
        }
    }

    .pricing-box {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .06);
        background: #fff;
        margin-top: 20px;
        border-radius: 4px;
        position: relative;
    }

    .pricing-box .price-heading {
        padding: 30px;
        padding-top: 50px;
        background: #f8f9fa;
        height: 140px;
        border-radius: 4px;
    }

    .pricing-box h3 {
        color: #464646;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 1em;
        font-weight: 600;
        margin-bottom: 25px;
        letter-spacing: 1px;
    }

    .pricing-box .price {
        color: #029ede;
        font-size: 30px;
        display: block;
        padding: 10px 0;
    }

    .pricing-box .price>span {
        vertical-align: text-top;
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .pricing-box .price .price-currency {
        line-height: 40px;
    }

    .pricing-box .price .price-strong {
        margin: 0;
        font-size: 70px;
        line-height: 50px;
        letter-spacing: -5px;
    }

    .pricing-box .price .price-meta {
        font-size: 14px;
        line-height: 17px;
        padding-left: 4px;
    }

    .pricing-box .price .price-meta span.saving {
        color: #ff9409;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        padding-top: 4px;
        display: inline-block;
    }

    .pricing-box .price-details {
        text-align: left;
        margin: 30px;
        margin-bottom: 130px;
        padding-top: 10px;
    }

    .pricing-box .price-details li {
        font-size: 15px;
        margin-bottom: .6em;
    }

    .pricing-box .price-billing-toggle {
        font-size: 12px;
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 5px;
        border: 1px solid #ececec;
    }

    .pricing-box .price-billing-toggle span {
        cursor: pointer;
        width: 49.9%;
        padding: 5px;
        background: #ececec;
        text-overflow: hidden;
    }

    .pricing-box .price-billing-toggle span.active {
        background: #fff;
    }

    .pricing-box .price-billing-toggle span.annual {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .pricing-box .price-billing-toggle span.monthly {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .pricing-box .price-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-height: 130px;
    }

    .pricing-box .price-footer a {
        min-width: auto;
        max-width: 100%;
        display: block;
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-box .price-smallprint {
        font-size: 12px;
        padding: 20px;
        line-height: 1em;
        padding-top: 10px;
        padding-bottom: 30px;
        color: #738c99;
    }

    .pricing-boxes:not(.pricing-boxes-2cols)>.panel-grid-cell:nth-child(2) .pricing-box {
        position: relative;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .pricing-boxes:not(.pricing-boxes-2cols)>.panel-grid-cell:nth-child(2) .pricing-box .price-heading {
        padding-top: 20px;
        height: 170px;
    }

    .pricing-boxes:not(.pricing-boxes-2cols)>.panel-grid-cell:nth-child(2) .pricing-box:before {
        content: ' ';
        width: 100%;
        height: 30px;
        position: absolute;
        top: -30px;
        left: 0;
        background: #f8f9fa;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .white-bg {
        position: relative;
        background: #fff;
    }

    .white-bg:before,
    .white-bg:after {
        background: #fff;
    }

    .blue-bg {
        position: relative;
        background: #029ede;
        color: #fff;
    }

    .blue-bg h1,
    .blue-bg h3 {
        color: #fff;
    }

    footer.tm-footer .footer-copyright-left a#footer-logo+span {
        margin-top: 10px;
        display: inline-block;
    }

    @media screen and (max-width:767px) {

        h1,
        h2,
        h3 {
            margin-bottom: 20px;
        }

        h1 {
            font-size: 36px;
            line-height: 42px;
        }

        h2 {
            font-size: 32px;
            line-height: 38px;
        }

        a.orange-button {
            padding: 12px 30px;
        }

        .pad50v {
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .pricing-boxes {
            width: 100%;
        }

        .pricing-boxes .pricing-box {
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media screen and (max-width:520px) {
        .tm-main {
            padding-top: 20px;
        }
    }

    @media screen and (min-width:767px) and (max-width:959px) {
        .pricing-box .price-heading {
            padding-left: 20px;
            padding-right: 20px;
        }

        .pricing-box .price {
            line-height: 60px;
        }

        .pricing-box .price .price-strong {
            font-size: 60px;
        }

        .pricing-box .price .price-meta {
            font-size: 12px;
        }
    }

    .ninja-forms-form-wrap *,
    .ninja-forms-form-wrap :after,
    .ninja-forms-form-wrap :before {
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nf-response-msg {
        display: none;
    }

    .nf-field-container {
        clear: both;
        position: relative;
        margin-bottom: 25px;
    }

    .nf-field-container:after {
        clear: both;
        content: "";
        display: block;
    }

    .nf-field-label label {
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .nf-field-element {
        position: relative;
    }

    .nf-field-element input,
    .nf-field-element textarea {
        margin: 0;
        width: auto;
        height: auto;
        vertical-align: inherit;
    }

    .nf-field-element textarea {
        height: 200px;
    }

    .nf-input-limit {
        font-size: 12px;
        margin-top: 5px;
    }

    .nf-form-hp {
        position: absolute;
        visibility: hidden;
    }

    .ninja-forms-req-symbol {
        color: #e80000;
    }

    .ninja-forms-noscript-message {
        background: #f1f1f1;
        border: 4px dashed #ccc;
        color: #333;
        display: block;
        font-size: 20px;
        margin: 20px 0;
        padding: 40px;
        text-align: center;
    }

    .field-wrap {
        display: -ms-flexbox;
        display: flex;
    }

    .field-wrap>div input,
    .field-wrap textarea {
        width: 100%;
    }

    .field-wrap input[type=button] {
        width: auto;
    }

    .nf-field-label {
        -ms-flex-order: 5;
        order: 5;
    }

    .nf-field-element {
        -ms-flex-order: 15;
        order: 15;
    }

    .label-above .nf-field-label {
        margin-bottom: 10px;
    }

    .label-above .field-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .label-above .nf-field-element {
        margin: 0;
        width: 100%;
    }
}

/*! CSS Used from: Embedded */
header {
    padding-top: 20px;
}

/*! CSS Used from: Embedded ; media=all */
@media all {

    #pgc-10773-0-0,
    #pgc-10773-2-0 {
        width: 100%;
        width: calc(100% - (0 * 30px));
    }

    #pg-10773-0,
    #pg-10773-1,
    #pl-10773 .so-panel,
    #pl-10773 .so-panel:last-child {
        margin-bottom: 0px;
    }

    #pgc-10773-1-0,
    #pgc-10773-1-2 {
        width: 32.4425%;
        width: calc(32.4425% - (0.67557535263549 * 30px));
    }

    #pgc-10773-1-1 {
        width: 35.1151%;
        width: calc(35.1151% - (0.64884929472903 * 30px));
    }

    #pg-10773-0>.panel-row-style {
        margin-top: -180px;
        padding-top: 180px;
        padding-bottom: 260px;
    }

    #pg-10773-0.panel-has-style>.panel-row-style {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    #pg-10773-1>.panel-row-style {
        padding: 0px 50px 0px 50px;
        margin-top: -240px;
    }

    #pg-10773-1.panel-has-style>.panel-row-style {
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    #pgc-10773-1-0,
    #pgc-10773-1-2 {
        align-self: auto;
    }

    #pg-10773-2.panel-has-style>.panel-row-style {
        -webkit-align-items: center;
        align-items: center;
    }

    #panel-10773-2-0-0>.panel-widget-style,
    #panel-10773-2-0-1>.panel-widget-style {
        padding: 50px 50px 50px 50px;
        max-width: 720px;
        margin: 0 auto;
    }

    #panel-10773-2-0-2>.panel-widget-style {
        padding: 0px 100px 0px 100px;
        max-width: 720px;
        margin: 0 auto;
    }

    @media (max-width:767px) {

        #pg-10773-0.panel-has-style>.panel-row-style,
        #pg-10773-1.panel-has-style>.panel-row-style,
        #pg-10773-2.panel-has-style>.panel-row-style {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        #pg-10773-0 .panel-grid-cell,
        #pg-10773-1 .panel-grid-cell,
        #pg-10773-2 .panel-grid-cell {
            margin-right: 0;
        }

        #pg-10773-0 .panel-grid-cell,
        #pg-10773-1 .panel-grid-cell,
        #pg-10773-2 .panel-grid-cell {
            width: 100%;
        }

        #pgc-10773-1-0,
        #pgc-10773-1-1 {
            margin-bottom: 0px;
        }

        #pl-10773 .panel-grid-cell {
            padding: 0;
        }

        #pg-10773-1>.panel-row-style {
            padding: 0px 20px 0px 20px;
        }

        #panel-10773-2-0-0>.panel-widget-style {
            padding: 50px 20px 50px 20px;
        }
    }
}

.pricing-box .price-details li {
    list-style-type: disc;
    font-weight: 300;
}


.uk-container {
    max-width: 100%!important;
    padding: 0!important;
}
.pricing.blue-bg.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-10773-0:after {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #029ede;
    top: 0;
    left: -50vw;
}

.pricing-boxes:not(.pricing-boxes-2cols)>.panel-grid-cell:nth-child(2) .pricing-box:before{
    display: none;
}

.pricing-box {
    border-radius: 4px!important;
}

.pricing-boxes:not(.pricing-boxes-2cols)>.panel-grid-cell:nth-child(2) .pricing-box .price-heading {
    padding-top: 50px;
    height: 170px;
    padding-bottom: 0;
}



.pricing.blue-bg.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-10773-0 {
    background-image: url(../jpg/pricing-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 640px;
    background-position: center top;
    box-sizing: border-box;
}

h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #485056;
}

h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #485056;
    margin-bottom: 22px;
}

h3#get-started-free-only-pay-as-you-grow-cancel-anytime{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    margin: 0;
}

.pricing-box .price-heading {
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.pricing-box {
    border-radius: 20px!important;
}

.pricing-box .price-billing-toggle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.1px;
    color: #9FA2B4;
}

.pricing-box .price-billing-toggle span.active {
    font-weight: 600;
    color: #00A3FF;
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.1), rgba(0, 163, 255, 0.1)), #FFFFFF;
    border: 0.75px solid #00A3FF;
}

.pricing-box .price-billing-toggle span {
    background: #FFFFFF;
    border: 1px solid #DFE0EB;
}

.pricing-box .price-details li {
    list-style-type: none;
    border-bottom: 0.2px solid #d7d7d7;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.1px;
    color: #485056;
    padding: 13px 0;
    margin: 0;
}

.pricing-box .price-details li:last-child {
    border: 0;
}

.pricing-box .price-details {
    margin-top: 10px;
    margin-bottom: 110px;
}

.pricing-box .price-smallprint {
    color: #485056;
}

div#pgc-10773-1-1 {
    padding: 0;
    max-width: 430px;
    margin: 0 10px;
}

div#pgc-10773-1-2 {
    max-width: 430px;
    padding: 0;
    margin: 0 10px;
}

.panel-grid.panel-has-style .pricing-boxes.panel-row-style.panel-row-style-for-10773-1 {
    justify-content: center!important;
}

#panel-10773-2-0-0>.panel-widget-style, #panel-10773-2-0-1>.panel-widget-style {
    max-width: 960px;
}

div#pgc-10773-2-0 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.1px;
    color: #485056;
    margin: 0;
    margin-bottom: 60px;
}

div#pgc-10773-2-0 p:empty {
    margin: 0;
}

.pricing-box .price .price-meta p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #00A3FF;
}


.pricing-box .price .price-strong {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.1px;
    color: #00A3FF;
    margin-top: -15px;
}

.pricing-box .price .price-currency {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -0.1px;
    color: #00A3FF;
    margin-top: -5px;
}

.pricing-box .price-billing-toggle {
    margin-top: 0;
}

.pricing-box .price .price-meta {
    margin-top: -5px;
}

.pricing-box {
    box-shadow: 2px 2px 30px rgba(0, 10, 18, 0.05);
    border-radius: 20px;
}

@media(min-width:1280px){
    h1#start-using-cerri-today-risk-free {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-size: 38px;
        line-height: 130%;
        text-align: center;
        letter-spacing: -0.1px;
        color: #FFFFFF;
    }
    
    h3#get-started-free-only-pay-as-you-grow-cancel-anytime {
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
        letter-spacing: -0.25px;
        color: #FFFFFF;
    }
    
    h2#faq {
        color: #272727;
    }
    
    div#pgc-10773-2-0 p {
        line-height: 150%;
        color: #272727;
    }
    
    h3#how-does-the-free-plan-work {
        color: #272727;
        margin-bottom: 16px;
    }
}

.pricing-boxes:not(.pricing-boxes-2cols)>.panel-grid-cell:nth-child(2) .pricing-box {
    width: 100%;
}