﻿* {
    font-family: "Sora", sans-serif;
}

html, body {
    overflow-x: hidden;
}

body {
    position: relative
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.w-commerce-commercelayoutmain {
    flex-basis: 800px;
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutemailinput::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutemailinput:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingfullname::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingfullname:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstreetaddress::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddress:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstreetaddressoptional::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutrow {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingcity::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingstateprovince::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingstateprovince:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingzippostalcode::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingzippostalcode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutshippingcountryselector::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutshippingcountryselector:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardnumber::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardnumber:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardnumber.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardexpirationdate::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardexpirationdate:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

    .w-commerce-commercecheckoutcardsecuritycode::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutcardsecuritycode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

    .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: flex;
    flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingfullname::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingfullname:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstreetaddress::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddress:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstreetaddressoptional::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingcity::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcity:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingstateprovince::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingstateprovince:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingzippostalcode::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingzippostalcode:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .w-commerce-commercecheckoutbillingcountryselector::-moz-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector::placeholder {
        color: #999;
    }

    .w-commerce-commercecheckoutbillingcountryselector:focus {
        border-top-color: #3898ec;
        border-right-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        outline-style: none;
    }

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: flex;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    display: flex;
    white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}

.w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commercepaypalcheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .brix---header-right-col {
        margin-right: 0 !important;
    }

    .w-commerce-commercelayoutcontainer {
        flex-direction: column;
        align-items: stretch;
    }

    .w-commerce-commercelayoutmain {
        margin-right: 0px;
        flex-basis: auto;
    }

    .w-commerce-commercelayoutsidebar {
        flex-basis: auto;
    }
}

@media screen and (max-width: 479px) {
    #Diferenciais {
        margin-top: 50px !important;
    }

    .w-commerce-commercecheckoutemailinput {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingfullname {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstreetaddress {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutrow {
        flex-direction: column;
    }

    .w-commerce-commercecheckoutshippingcity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingstateprovince {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingzippostalcode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutshippingcountryselector {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardnumber {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardexpirationdate {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutcardsecuritycode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingfullname {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstreetaddress {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingcity {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingstateprovince {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingzippostalcode {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutbillingcountryselector {
        font-size: 16px;
    }

    .second-div {
        position: absolute;
        right: 0;
        width: 400px !important;
    }

    .brix---mg-left-16px {
        margin-left: 35px !important;
    }
}

@media screen and (max-width: 390px) {
    .heading {
        font-size: 1.4em !important;
        line-height: normal !important;
    }
}

.brix---btn-primary-small {
    margin-top: -5px;
    margin-right: -94px;
    padding: 12px;
    justify-content: center;
    border-radius: 9px;
    background-color: #4b97ee;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-small:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---btn-header-hidden-on-mbl {
    margin-left: 24px;
}

.brix---link-text {
    display: inline-block;
    transition: color 300ms ease;
    font-family: Sora, sans-serif;
    color: #359bff;
    font-size: 14px;
}

.brix---link-icon-left {
    margin-right: 6px;
    color: #359bff;
}

.brix---link-wrapper {
    display: flex;
    align-items: center;
    transition: color 300ms ease;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .brix---link-wrapper:hover {
        color: #4a3aff;
    }

.brix---hamburger-menu-bar-bottom {
    width: 52px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 20px;
    background-color: #211f54;
}

.brix---hamburger-menu-bar-top {
    width: 52px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 20px;
    background-color: #211f54;
}

.brix---hamburger-menu-wrapper {
    padding: 0px;
    transition: transform 300ms ease;
}

    .brix---hamburger-menu-wrapper:hover {
        transform: scale(0.96);
    }

    .brix---hamburger-menu-wrapper.w--open {
        background-color: transparent;
    }

.brix---header-right-col {
    display: flex;
    margin-right: 100px;
    margin-left: -12px;
    padding-left: 14px;
    justify-content: flex-end;
    align-items: center;
}

.brix---header-nav-list-item-show-in-mbl {
    display: none;
    margin-bottom: 0px;
    padding-left: 32px;
}

.brix---header-nav-link {
    padding: 0px;
    transition: color 300ms ease;
    font-family: Sora, sans-serif;
    color: #359bff;
    font-size: 16px;
    line-height: 20px;
}

    .brix---header-nav-link:hover {
        color: #4a3aff;
    }

.brix---header-nav-list-item-middle {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
}

.brix---dropdown-link {
    display: flex;
    width: 100%;
    padding: 0px;
    align-items: center;
    transition: color 300ms ease;
    color: #6e7191;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .brix---dropdown-link:hover {
        color: #4a3aff;
    }

.brix---dropdown-links-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---dropdown-pd {
    padding: 40px;
}

.brix---dropdown-card {
    top: 32px;
    overflow: hidden;
    min-width: 280px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.brix---dropdown-column-wrapper {
    padding-top: 32px;
    background-color: transparent;
    transform: translate(0px, 0px);
}

    .brix---dropdown-column-wrapper.w--open {
        transform: translate(-50%, 0px);
    }

.brix---dropdown-chevron {
    width: 14px;
    margin-left: 6px;
}

.brix---dropdown-toggle {
    display: flex;
    padding: 0px;
    align-items: center;
    transition: color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
}

    .brix---dropdown-toggle:hover {
        color: #4a3aff;
    }

.brix---header-nav-menu-list {
    z-index: 1;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
}

.brix---header-logo {
    max-width: 250px;
}

.brix---header-logo-link {
    padding-left: 0px;
    transition: transform 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

    .brix---header-logo-link:hover {
        transform: scale3d(0.96, 0.96, 1.01);
    }

.brix---header-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---header-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.brix---bg-split-v4-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    width: 100%;
    max-width: 40%;
    min-height: 600px;
    background-color: #4b97ee;
}

.brix---bg-split-v4-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    overflow: visible;
    width: 100%;
    max-width: 60%;
    min-height: 600px;
}

.brix---opacity-20 {
    opacity: 0.21;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
}

.brix---floating-image-hero-v2---1 {
    position: absolute;
    left: -21%;
    top: -1%;
    right: auto;
    bottom: auto;
    z-index: -1;
    max-width: 600px;
    transform: rotate(140deg);
}

.brix---border-radius-24px {
    position: relative;
    z-index: -1;
    overflow: hidden;
    margin-top: -40px;
    padding-bottom: 0px;
    border-radius: 24px;
    transform: translate(0px, 0px);
}

.brix---btn-circle-secondary {
    display: flex;
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
    transition: transform 300ms ease;
    color: #211f54;
    font-size: 26px;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-circle-secondary:hover {
        transform: scale3d(0.94, 0.94, 1.01);
    }

.brix---mg-top-56px {
    margin-top: 56px;
}

.brix---btn-secondary {
    padding: 26px 69px 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary:hover {
        border-color: #4a3aff;
        background-color: #4a3aff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---btn-primary {
    margin-right: 8px;
    padding: 15px;
    justify-content: center;
    border-radius: 15px;
    background-color: #4f81d6;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---button-row-left {
    margin-right: 24px;
}

.brix---buttons-row {
    display: flex;
    align-items: center;
}

.brix---paragraph-default {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 18px;
    line-height: 30px;
}

.brix---color-neutral-600 {
    color: #6e7191;
}

.brix---mg-bottom-40px {
    margin-bottom: 40px;
}

.hedline---hero {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 54px;
    line-height: 66px;
}

.brix---color-neutral-800 {
    color: #211f54;
}

.brix---grid-hero-v4 {
    display: flex;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---container-default-2 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---section-hero-v4 {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 140px;
}

.heading {
    margin-top: -77px;
    padding-right: 29px;
    padding-left: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
}

.paragraph {
    margin-top: -42px;
    padding-top: 0px;
    padding-left: 34px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.brix---border-radius-24px-2 {
    z-index: -1;
    overflow: hidden;
    max-width: 118%;
    margin-top: -40px;
    margin-bottom: -48px;
    margin-left: -38px;
    border-radius: 24px;
    transform: translate(0px, 0px);
}

.brix---paragraph-default-2 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 14px;
    line-height: 25px;
}

.brix---color-neutral-801 {
    color: #6e7191;
}

.brix---mg-bottom-48px {
    margin-bottom: 48px;
}

.brix---display-4 {
    margin-top: -10px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.brix---color-neutral-802 {
    color: #211f54;
}

.brix---tabs-content-card {
    overflow: visible;
    width: 100%;
    padding: 48px 56px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcddeb;
    border-radius: 24px;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
}

.brix---mg-left-16px {
    margin-left: 16px;
}

.brix---square-icon-48px {
    width: 48px;
    border-radius: 10px;
}

.brix---tab-left-icon {
    display: flex;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 16px 32px;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f7f7fc;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
    transition: box-shadow 300ms ease, border-width 300ms ease, border-color 300ms ease, color 300ms ease;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

    .brix---tab-left-icon:hover {
        border-color: #4a3aff;
    }

    .brix---tab-left-icon.w--current {
        border-width: 2px;
        border-color: #4a3aff;
        background-color: #fff;
        box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
    }

.brix---tabs-menu-vertical {
    display: flex;
    width: 100%;
    max-width: 348px;
    margin-right: 40px;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.brix---tabs-wrapper-tabs-left {
    display: flex;
}

.brix---heading-h2-size {
    margin: 0px -200px;
    padding-right: 0px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
}

.brix---subtitle {
    margin-bottom: 8px;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.brix---mg-bottom-16px {
    margin-bottom: 16px;
}

.brix---text-center {
    text-align: center;
}

.brix---inner-container-640px---center {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.brix---inner-container-1068px-center {
    max-width: 1068px;
    margin-right: auto;
    margin-left: auto;
}

.brix---container-default-3 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.diferenciais {
    margin-top: -98px;
    /*padding-top: 176px; P-TOP */
    padding-bottom: 176px;
    color: #fff;
}

.text-block {
    font-family: Sora, sans-serif;
    color: #4f81d6;
}

.text-block-2 {
    font-family: Sora, sans-serif;
    color: #4f81d6;
}

.text-block-3 {
    color: #4f81d6;
}

.text-block-4 {
    color: #4f81d6;
}

.bold-text {
    font-family: Sora, sans-serif;
    color: #4f81d6;
}

.button {
    margin: 0px 0px -1px -1px;
}

.section {
    margin-top: -245px;
    margin-right: -74px;
}

.brix---btn-secondary-white {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: transparent;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-white:hover {
        border-color: #fff;
        background-color: #fff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #211f54;
    }

.brix---btn-primary-white {
    padding: 18px;
    justify-content: center;
    border-radius: 15px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    color: #281ca5;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4f81d6;
    }

.brix---button-row-left-2 {
    margin-right: 24px;
}

.brix---buttons-row-right---t-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.brix---heading-h2-size-2 {
    margin: 10px -160px 8px auto;
    font-family: Sora, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.brix---color-neutral-100 {
    color: #fff;
}

.brix---grid-cta-v1 {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.8fr 0.8fr;
    grid-template-columns: 0.8fr 0.8fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---cta-v3-floating-item-02-2 {
    position: absolute;
    left: auto;
    top: -34%;
    right: 0%;
    bottom: auto;
    display: inline;
    opacity: 0.41;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: screen;
}

.brix---cta-v4-floating-item-01 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -31%;
    opacity: 0.19;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    cursor: auto;
    mix-blend-mode: screen;
}

.brix---cta-card {
    position: relative;
    margin-top: -203px;
    padding: 3px 60px;
    border-radius: 11px;
    background-color: #4f81d6;
}

.cta1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.brix---mg-bottom-0 {
    margin-bottom: 0px;
    margin-left: -57px;
    padding: 0px 94px 0px 114px;
    color: #4b97ee;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.brix---paragraph-default-3 {
    display: flex;
    margin-right: -105px;
    margin-bottom: 0px;
    margin-left: -66px;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 16px;
    line-height: 28px;
}

.brix---heading-h3-size {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.brix---square-icon {
    border-radius: 16px;
}

.brix---mg-bottom-24px {
    margin-bottom: 24px;
}

.brix---card-content-center {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
    text-align: center;
}

.brix---grid-3-columns {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-areas: ". ."
        ". ."
        ". Area";
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 28px auto 28px auto;
    grid-template-rows: auto auto auto;
}

.brix---heading-h2-size-3 {
    margin: -103px -174px 0px -129px;
    padding-top: 0px;
    padding-left: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---mg-bottom-12px {
    margin-bottom: 12px;
}

.brix---inner-container-600px---center {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.funcionalidades {
    margin-top: -138px;
    /*padding-top: 176px; P-TOP */
    padding-bottom: 176px;
    color: #fff;
}

.brix---btn-secondary-2 {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-2:hover {
        border-color: #4a3aff;
        background-color: #4a3aff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---btn-primary-2 {
    margin-top: -30px;
    padding: 20px 50px;
    justify-content: center;
    border-radius: 15px;
    background-color: #4f81d6;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-2:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---button-row-left-3 {
    margin-right: 24px;
}

.brix---buttons-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brix---mg-bottom-2 {
    margin-bottom: 0px;
}

.brix---color-neutral-803 {
    color: #6e7191;
}

.brix---paragraph-default-4 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 18px;
    line-height: 30px;
}

.brix---heading-h3-size-2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.brix---color-neutral-804 {
    color: #211f54;
}

.brix---mg-bottom-16px-2 {
    margin-bottom: 16px;
}

.brix---square-icon-56px {
    width: 56px;
    border-radius: 8px;
}

.brix---mg-bottom-24px-2 {
    margin-bottom: 24px;
}

.brix---grid-1-column-gap-row-80px {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---grid-image-center-icons-sides {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---mg-bottom-48px-2 {
    margin-bottom: 48px;
}

.brix---heading-h2-size-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---subtitle-2 {
    margin-bottom: 8px;
    font-family: Sora, sans-serif;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.brix---text-center-2 {
    text-align: center;
}

.brix---inner-container-640px---center-2 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.brix---container-default-4 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.aplicativos {
    margin-top: -208px;
    /*padding-top: 176px; P-TOP */ 
    padding-bottom: 176px;
    color: #fff;
}

.mockup-tablet {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-left: -29px;
    padding: 0px;
    float: none;
    clear: none;
    opacity: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.brix---half-bg-image-left-content-v2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -1;
    width: 50%;
    height: 100%;
}

.brix---buttons-row-2 {
    display: flex;
    align-items: center;
}

.brix---heading-h4-size {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.brix---mg-bottom-8px {
    margin-bottom: 8px;
}

.brix---square-icon-2 {
    border-radius: 16px;
}

.brix---grid-2-columns-top {
    display: -ms-grid;
    display: grid;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---mg-bottom-56px {
    margin-bottom: 56px;
}

.brix--grid-2-columns-text-right {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 0.8fr;
    grid-template-columns: 1fr 0.8fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---section-position-relative {
    position: relative;
    overflow: hidden;
    padding-top: 176px;
    padding-bottom: 176px;
}

.div-block {
    margin-right: -36px;
    padding-right: 0px;
}

.brix---text-200-list-bold {
    padding-right: 0px;
    padding-left: 0px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.brix---icon-list {
    display: block;
    margin-right: 16px;
    margin-left: 0px;
    text-align: center;
}

.brix---icon-list-item-wrapper {
    display: flex;
    align-items: center;
}

.brix---grid-1-column-gap-row-16px {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    grid-template-areas: "."
        "."
        "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px auto 16px auto;
    grid-template-rows: auto auto auto;
}

.brix---heading-h2-size-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}

.brix--grid-2-columns-text-right-2 {
    display: -ms-grid;
    display: grid;
    padding-right: 41px;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 53px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 0.8fr;
    grid-template-columns: 1fr 0.8fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---btn-secondary-3 {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-3:hover {
        border-color: #4a3aff;
        background-color: #4a3aff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---btn-primary-3 {
    padding: 16px;
    justify-content: center;
    border-radius: 15px;
    background-color: #4f81d6;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-3:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---button-row-left-4 {
    margin-right: 24px;
}

.brix---buttons-row-center-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brix---play-button-large {
    border-radius: 50%;
    box-shadow: 0 24px 65px 0 rgba(20, 20, 43, 0.16);
    transition: transform 300ms ease;
    transform-style: preserve-3d;
}

    .brix---play-button-large:hover {
        transform: scale3d(0.94, 0.94, 1.01);
    }

.brix---lightbox-video-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brix---bg-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.brix---position-relative {
    position: relative;
    border: 1px none transparent;
    mix-blend-mode: normal;
}

.brix---image-wrapper-br-24px-shadow {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 14px 42px 0 rgba(20, 20, 43, 0.14);
}

.brix---mg-bottom-56px-2 {
    margin-bottom: 135px;
}

.brix---heading-h2-size-6 {
    margin: 0px -119px 0px -117px;
    padding-right: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---color-neutral-805 {
    color: #211f54;
}

.brix---subtitle-3 {
    margin-bottom: 8px;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.brix---mg-bottom-16px-3 {
    margin-bottom: 16px;
}

.brix---text-center-3 {
    text-align: center;
}

.brix---inner-container-640px---center-3 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.brix---inner-container-1068px-center-2 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.brix---container-default-5 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.overview {
    margin-top: -251px;
    padding-top: 176px;
    padding-bottom: 176px;
    color: #fff;
}

.brix---cta-v4-floating-item-02 {
    position: relative;
    left: auto;
    top: -205px;
    right: 0%;
    bottom: -4%;
    opacity: 0.07;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
}

.brix---cta-v5-floating-item-01 {
    position: absolute;
    left: -1%;
    top: 0%;
    right: auto;
    bottom: auto;
}

.brix---btn-secondary-white-2 {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: transparent;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-white-2:hover {
        border-color: #fff;
        background-color: #fff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #211f54;
    }

.brix---btn-primary-white-2 {
    padding: 20px 50px;
    justify-content: center;
    border-radius: 15px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white-2:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---button-row-left-5 {
    margin-right: 24px;
}

.brix---buttons-row-3 {
    display: flex;
    align-items: center;
}

.brix---paragraph-default-5 {
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.brix---color-neutral-806 {
    color: #fff;
}

.brix---mg-bottom-40px-2 {
    margin-bottom: 40px;
}

.brix---heading-h2-size-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}

.brix---mg-bottom-16px-4 {
    margin-bottom: 16px;
}

.brix---grid-cta-v4 {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.86fr 1fr;
    grid-template-columns: 0.86fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---container-default-6 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---cta-section {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #4b97ee;
}

.image {
    position: relative;
    left: auto;
    top: 254px;
    right: -12%;
    bottom: -21%;
    z-index: auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.brix---cta-v4-floating-item-3 {
    position: relative;
    left: auto;
    top: -524px;
    right: 0%;
    bottom: 0%;
    margin-top: -355px;
    margin-right: -154px;
    margin-left: 417px;
    opacity: 0.19;
}

.brix---cta-v5-floating-item-2 {
    position: absolute;
    left: -1%;
    top: 0%;
    right: auto;
    bottom: auto;
}

.brix---btn-secondary-white-3 {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: transparent;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-white-3:hover {
        border-color: #fff;
        background-color: #fff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #211f54;
    }

.brix---btn-primary-white-3 {
    padding: 26px 38px;
    justify-content: center;
    border-radius: 48px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white-3:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---button-row-left-6 {
    margin-right: 24px;
}

.brix---buttons-row-4 {
    display: flex;
    align-items: center;
}

.brix---paragraph-default-6 {
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.brix---color-neutral-807 {
    color: #fff;
}

.brix---mg-bottom-40px-3 {
    margin-bottom: 40px;
}

.brix---heading-h2-size-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---mg-bottom-16px-5 {
    margin-bottom: 16px;
}

.brix---grid-cta-v4-2 {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.86fr 1fr;
    grid-template-columns: 0.86fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---container-default-7 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---cta-section-2 {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #4a3aff;
}

.brix---cta-v6-floating-item-02-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 3%;
    bottom: 24%;
}

.brix---cta-v7-floating-item-01 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
}

.brix---mg-top-64px {
    margin-top: -425px;
    margin-right: -8px;
    padding-top: 0px;
    padding-left: 291px;
}

.brix---btn-secondary-white-4 {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 48px;
    background-color: transparent;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-white-4:hover {
        border-color: #fff;
        background-color: #fff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #211f54;
    }

.brix---btn-primary-white-4 {
    padding: 26px 38px;
    justify-content: center;
    border-radius: 48px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white-4:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---button-row-left-7 {
    margin-right: 24px;
}

.brix---buttons-row-center-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brix---text-200-list-bold-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.brix---color-neutral-808 {
    color: #fff;
}

.brix---icon-list-2 {
    margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
    display: flex;
    align-items: center;
}

.brix---grid-3-icon-list {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 28px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---mg-bottom-32px {
    margin-bottom: 32px;
}

.brix---heading-h2-size-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---text-center-4 {
    text-align: center;
}

.brix---inner-container-600px---center-2 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.brix---inner-container-900px-center {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.brix---container-default-8 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---z-index-1 {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
}

.brix---cta-v7-section {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 0px;
    background-color: #4a3aff;
}

.image-2 {
    display: block;
}

.brix---cta-v4-floating-item-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.brix---cta-v5-floating-item-3 {
    position: absolute;
    left: -25%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    opacity: 0.81;
}

.brix---btn-secondary-white-5 {
    position: static;
    margin-right: -196px;
    padding: 16px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 15px;
    background-color: transparent;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-white-5:hover {
        border-color: #fff;
        background-color: #fff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4b97ee;
    }

.brix---btn-primary-white-5 {
    padding: 17px 49px;
    justify-content: center;
    border-radius: 15px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white-5:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---button-row-left-8 {
    margin-right: 24px;
}

.brix---buttons-row-5 {
    display: flex;
    align-items: center;
}

.brix---paragraph-default-7 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 13px;
    line-height: 25px;
}

.brix---color-neutral-809 {
    color: #fff;
}

.brix---mg-bottom-40px-4 {
    margin-bottom: 40px;
}

.brix---heading-h2-size-10 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #FFF !important;
}

.brix---mg-bottom-16px-6 {
    margin-bottom: 16px;
}

.brix---grid-cta-v4-3 {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.86fr 1fr;
    grid-template-columns: 0.86fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---container-default-9 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.chamada {
    position: relative;
    overflow: hidden;
    margin-top: -106px;
    margin-bottom: 149px;
    padding-top: 54px;
    padding-bottom: 46px;
    background-color: #4b97ee;
}

.image-3 {
    max-width: 500%;
    -o-object-fit: fill;
    object-fit: fill;
}

.paragraph-2 {
    margin: -104px -133px 51px -118px;
    padding-right: 117px;
    padding-left: 145px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    text-align: center;
}

.body {
    margin-bottom: 0px;
}

.brix---color-neutral-810 {
    color: #6e7191;
}

.brix---heading-h3-size-3 {
    margin-top: 0px;
    margin-right: -13px;
    margin-bottom: 12px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

.brix---color-neutral-811 {
    color: #211f54;
}

.brix---mg-bottom-8px-2 {
    margin-bottom: 8px;
}

.brix---mg-bottom-32px-2 {
    margin-bottom: 32px;
}

.brix---content-center-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.brix---3-columns-1-col-tablet {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---heading-h2-size-11 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---subtitle-4 {
    margin-bottom: 8px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.brix---text-center-5 {
    text-align: center;
}

.brix---inner-container-640px---center-4 {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

.brix---mg-bottom-48px-3 {
    margin-bottom: 48px;
}

.jornada {
    margin-top: -55px;
    padding-top: 0px;
    padding-bottom: 176px;
    color: #fff;
}

.paragraph-3 {
    font-family: Sora, sans-serif;
    font-weight: 400;
}

.paragraph-4 {
    font-family: Sora, sans-serif;
    line-height: 22px;
}

.brix---btn-primary-full-width {
    width: 100%;
    max-width: 100%;
    padding: 26px 38px;
    justify-content: center;
    border-radius: 48px;
    background-color: #4a3aff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-full-width:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---mg-top-24px {
    margin-top: 24px;
}

.xxxxxxx {
    margin-top: -16px;
    margin-right: -24px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.brix---heading-h1-size {
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 54px;
    line-height: 66px;
    font-weight: 700;
}

.brix---mg-right-8px {
    margin-right: 8px;
}

.brix---flex-horizontal-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.brix---text-200-list-bold-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.brix---icon-list-3 {
    margin-right: 16px;
}

.brix---icon-list-item-wrapper-3 {
    display: flex;
    align-items: center;
}

.brix---grid-1-column-gap-row-16px-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---mg-bottom-24px-3 {
    margin-bottom: 24px;
}

.brix---text-200-bold {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.brix---divider-40px {
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #dcddeb;
}

.brix---mg-bottom-3 {
    margin-bottom: 0px;
    padding-right: 48px;
    padding-left: 0px;
    font-family: Sora, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.brix---paragraph-default-8 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 16px;
    line-height: 28px;
}

.brix---display-5 {
    margin-right: 0px;
    padding-right: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.brix---square-icon-3 {
    border-radius: 16px;
}

.brix---mg-right-16px {
    margin-right: 16px;
}

.brix---pricing-content-v2 {
    padding: 40px 28px;
}

.brix---card {
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.brix---btn-primary-white-full-width {
    width: 100%;
    max-width: 100%;
    padding: 26px 38px;
    justify-content: center;
    border-radius: 48px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white-full-width:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---card-pricing-popular {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 24px;
    background-color: #4f81d6;
    box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.brix---tabs-content {
    overflow: visible;
}

.brix---badge-secondary---tabs {
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
    padding: 18px 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcddeb;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.06);
    transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

    .brix---badge-secondary---tabs:hover {
        border-color: #4a3aff;
        background-color: #4a3aff;
        color: #fff;
    }

    .brix---badge-secondary---tabs.w--current {
        border-color: #4a3aff;
        background-color: #4a3aff;
        color: #fff;
    }

.brix---tabs-menu-bg-neutral-200 {
    display: flex;
    margin-bottom: 40px;
    padding: 16px 14px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    background-color: #f7f7fc;
}

.brix---tabs-pricing-v6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brix---subtitle-5 {
    margin-bottom: 8px;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.brix---inner-container-700px-center {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.planos {
    margin-top: -198px;
    /*padding-top: 176px; P-TOP */
    padding-bottom: 176px;
    color: #fff;
}

.brix---badge-secondary-small-bold {
    display: inline-block;
    padding: 14px 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcddeb;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.06);
    color: #211f54;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.brix---badge-wrapper-top-right {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
}

.brix---btn-primary-white-6 {
    padding: 26px 38px;
    justify-content: center;
    border-radius: 48px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    color: #4a3aff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-white-6:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---mg-top-40px {
    margin-top: 40px;
}

.brix---inner-container-410px {
    max-width: 410px;
}

.brix---display-3 {
    margin: -4px -78px -2px -119px;
    padding-right: 0px;
    padding-bottom: 14px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 34px;
    line-height: 52px;
    font-weight: 700;
}

.brix---pricing-content-v10-popular {
    padding: 40px 50px;
}

.brix---btn-primary-4 {
    padding: 26px 38px;
    justify-content: center;
    border-radius: 14px;
    background-color: #4f81d6;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-4:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---pricing-content-v10 {
    position: relative;
    padding: 40px 42px;
}

.brix---grid-2-columns---pricing-v10 {
    display: -ms-grid;
    display: grid;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1.38fr 1fr;
    grid-template-columns: 1.38fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---btn-primary-small-2 {
    padding: 18px 24px;
    justify-content: center;
    border-radius: 14px;
    background-color: #4f81d6;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-small-2:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---mg-bottom-12px-2 {
    margin-bottom: 12px;
}

.brix---square-icon-64px {
    max-width: 64px;
    border-radius: 16px;
}

.brix---pricing-v9-icon-wrapper {
    margin-right: 16px;
}

.brix---flex-horizontal-pricing-v9 {
    display: flex;
    max-width: 360px;
    align-items: flex-start;
}

.full .brix---flex-horizontal-pricing-v9 {
    max-width: 100%;
}

.main-info-ok {
    display: flex;
    flex-direction: column;
}

.main-info-ok .w-button {
    margin: 0 auto;
}

.brix---flex-vertical-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brix---pricing-content-v9 {
    display: flex;
    padding: 40px;
    justify-content: space-between;
}

.brix---btn-primary-small-white {
    padding: 18px 24px;
    justify-content: center;
    border-radius: 14px;
    background-color: #fff;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #4f81d6;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-small-white:hover {
        background-color: #f2f1ff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #4a3aff;
    }

.brix---grid-logo-strip-pricing-v9 {
    display: -ms-grid;
    display: grid;
    justify-content: end;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---divider-64px {
    height: 1px;
    margin-top: 64px;
    margin-bottom: 64px;
    background-color: #dcddeb;
}

.brix---grid-2-columns---pricing-v9 {
    display: -ms-grid;
    display: grid;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 28px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.text-block-5 {
    font-family: Sora, sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.text-block-6 {
    margin: -14px -127px -2px -148px;
    padding-bottom: 14px;
    font-family: Sora, sans-serif;
    font-size: 34px;
    line-height: 52px;
    font-weight: 700;
}

.brix---hidden-desktop {
    display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
    top: 50%;
    right: -10px;
    bottom: 0px;
    display: flex;
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
    transform: translate(0px, -50%);
    transition: transform 300ms ease;
    color: #211f54;
    font-size: 26px;
    text-decoration: none;
}

    .brix---btn-slider-arrow-right---testimonial-v12:hover {
        transform: scale(0.95) translate(0px, -50%);
    }

.brix---btn-slider-arrow-left---testimonial-v12 {
    left: -11px;
    top: 50%;
    display: flex;
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
    transform: translate(0px, -50%);
    transition: transform 300ms ease;
    color: #211f54;
    font-size: 26px;
    text-decoration: none;
}

    .brix---btn-slider-arrow-left---testimonial-v12:hover {
        transform: scale(0.95) translate(0px, -50%);
    }

.brix---text-200 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.brix---color-accent-1 {
    color: #4a3aff;
}

.brix---heading-h4-size-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.brix---flex-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brix---paragraph-default-9 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.brix---card-testimonial-v13 {
    display: flex;
    padding: 48px 32px 56px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.brix---slide-item-mg {
    margin-right: 28px;
}

.brix---slider-mask-width-390px {
    overflow: visible;
    height: 100%;
    max-width: 390px;
}

.brix---slider-wrapper {
    height: 100%;
    background-color: transparent;
}

.brix---btn-secondary-4 {
    padding: 26px 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #211f54;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    transform-style: preserve-3d;
}

    .brix---btn-secondary-4:hover {
        border-color: #4a3aff;
        background-color: #4a3aff;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---buttons-row-right---t-left-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.brix---heading-h2-size-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
}

.brix---inner-container-490px {
    max-width: 490px;
}

.brix---grid-top---text-2-buttons {
    margin-bottom: 48px;
    align-items: end;
    grid-column-gap: 60px;
    -ms-grid-columns: 1fr 0.8fr;
    grid-template-columns: 1fr 0.8fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.depoimentos {
    overflow: hidden;
    margin-top: -234px;
    padding-top: 176px;
    padding-bottom: 176px;
}

.brix---paragraph-link {
    transition: color 300ms ease;
    color: #4a3aff;
    text-decoration: underline;
}

    .brix---paragraph-link:hover {
        color: #281ca5;
    }

.brix---paragraph-default-10 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 16px;
    line-height: 30px;
}

.brix---footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #eff0f6;
    color: #6e7191;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.brix---footer-link {
    transition: color 300ms ease;
    font-family: Sora, sans-serif;
    color: #6e7191;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

    .brix---footer-link:hover {
        color: #4a3aff;
    }

.brix---footer-list-item {
    margin-bottom: 18px;
    padding-left: 0px;
}

.brix---footer-list-wrapper {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.brix---footer-col-title {
    margin-bottom: 40px;
    font-family: Sora, sans-serif;
    color: #211f54;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.brix---icon-square-36px {
    display: flex;
    overflow: hidden;
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f2f1ff;
    transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
    text-decoration: none;
}

    .brix---icon-square-36px:hover {
        transform: scale(0.92);
    }

.brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
    -ms-grid-row-align: center;
    align-self: center;
    flex: 1;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(auto-fit, 36px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---footer-logo {
    transition: transform 300ms ease;
    transform-style: preserve-3d;
}

    .brix---footer-logo:hover {
        transform: scale3d(0.97, 0.97, 1.01);
    }

.brix---grid-footer-v1 {
    grid-auto-flow: column;
    grid-column-gap: 161px;
    grid-row-gap: 8px;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---footer-top {
    padding-top: 120px;
    padding-bottom: 120px;
}

.brix---error-message {
    margin-top: 20px;
    padding: 20px 24px;
    border-radius: 16px;
    background-color: #ffeff0;
    color: #ff5a65;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.brix---icon-success-message-left {
    margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brix---success-message-white {
    padding: 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #a0a3bd;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(33, 31, 84, 0.2);
    color: #4a3aff;
    font-size: 18px;
    line-height: 30px;
}

.brix---btn-primary-inside-input {
    position: absolute;
    left: auto;
    top: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background-color: #4f81d6;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---btn-primary-inside-input:hover {
        background-color: #281ca5;
        transform: translate3d(0px, -3px, 0.01px);
        color: #fff;
    }

.brix---input-large-button-inside {
    min-height: 76px;
    margin-bottom: 0px;
    padding: 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #eff0f6;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
    transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
    font-family: Sora, sans-serif;
    font-size: 12px;
    line-height: 12px;
}

    .brix---input-large-button-inside:hover {
        border-color: #4a3aff;
        box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
    }

    .brix---input-large-button-inside:focus {
        border-color: #4a3aff;
        color: #211f54;
    }

    .brix---input-large-button-inside::-moz-placeholder {
        color: #6e7191;
        font-size: 18px;
    }

    .brix---input-large-button-inside::-ms-input-placeholder {
        color: #6e7191;
        font-size: 18px;
    }

    .brix---input-large-button-inside::placeholder {
        color: #6e7191;
        font-size: 18px;
    }

.brix---position-relative-2 {
    position: relative;
}

.brix---color-neutral-300 {
    color: #eff0f6;
}

.brix---text-300-bold {
    font-family: Sora, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.brix---big-icon-left {
    margin-right: 16px;
    border-radius: 16px;
}

.brix---footer-cta-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.grid-footer-2-cols---form---icon {
    align-items: center;
    grid-column-gap: 120px;
    -ms-grid-columns: 1.1fr 1fr;
    grid-template-columns: 1.1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---footer-top-cta {
    margin-top: 88px;
    padding: 46px 40px;
    border-radius: 20px;
    background-color: #4f81d6;
}

.brix---footer-wrapper {
    border-top: 1px solid #eff0f6;
    background-color: #fff;
}

.background-video {
    overflow: visible;
    border-radius: 0px;
    opacity: 1;
}

.background-video-2 {
    margin-right: -125px;
    margin-left: -125px;
    padding-left: 0px;
    border: 1px none #000;
    border-radius: 0px 0px 25px 25px;
}

.text-block-7 {
    margin-top: -15px;
    font-family: Sora, sans-serif;
    font-size: 14px;
}

.brix---paragraph-link-2 {
    transition: color 300ms ease;
    color: #4a3aff;
    text-decoration: underline;
}

    .brix---paragraph-link-2:hover {
        color: #281ca5;
    }

.brix---mg-bottom-4 {
    margin-bottom: 0px;
}

.brix---footer-bottom-v14 {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #6e7191;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.brix---text-200-bold-2 {
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.brix---color-accent-2 {
    color: #4a3aff;
}

.brix---text-201 {
    font-family: Sora, sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.brix---mg-bottom-8px-3 {
    margin-bottom: 8px;
}

.brix---big-icon-left-2 {
    margin-right: 16px;
    border-radius: 16px;
}

.brix---card-link-icon-wrapper {
    display: flex;
    padding: 14px 18px;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f7f7fc;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(20, 20, 43, 0.06);
    transition: transform 300ms ease, border-color 300ms ease, color 300ms ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #6e7191;
    text-decoration: none;
    transform-style: preserve-3d;
}

    .brix---card-link-icon-wrapper:hover {
        border-color: #4a3aff;
        transform: scale3d(0.96, 0.96, 1.01);
    }

.brix---grid-1-column {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---footer-col-title-2 {
    margin-bottom: 40px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.brix---footer-link-2 {
    transition: color 300ms ease;
    color: #6e7191;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .brix---footer-link-2:hover {
        color: #4a3aff;
    }

.brix---footer-list-item-2 {
    margin-bottom: 18px;
    padding-left: 0px;
}

.brix---footer-list-wrapper-2 {
    position: static;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: Sora, sans-serif;
    list-style-type: none;
}

.brix---icon-square-36px-2 {
    display: flex;
    overflow: hidden;
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f2f1ff;
    transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
    text-decoration: none;
}

    .brix---icon-square-36px-2:hover {
        transform: scale(0.92);
    }

.brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
    -ms-grid-row-align: center;
    align-self: center;
    flex: 1;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(auto-fit, 36px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---paragraph-default-11 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 18px;
    line-height: 30px;
}

.brix---color-neutral-812 {
    color: #6e7191;
}

.brix---mg-bottom-40px-5 {
    margin-bottom: 40px;
}

.brix---footer-logo-2 {
    transition: transform 300ms ease;
    transform-style: preserve-3d;
}

    .brix---footer-logo-2:hover {
        transform: scale3d(0.97, 0.97, 1.01);
    }

.brix---mg-bottom-24px-4 {
    margin-bottom: 24px;
}

.grid-footer-4-cols-v14 {
    grid-column-gap: 70px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---footer-top-border-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #eff0f6;
}

.brix---container-default-10 {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---footer-wrapper-2 {
    border-top: 1px solid #eff0f6;
    background-color: #fff;
}

.utility-page-wrap {
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.utility-page-content {
    display: flex;
    width: 260px;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.brix---grid-6-columns-logo-strip {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.brix---container-default {
    max-width: 1218px;
    padding-right: 24px;
    padding-left: 24px;
}

.brix---section-small {
    padding-top: 100px;
    padding-bottom: 100px;
}

.a-error-message {
    background-color: #fdd8e0;
}

.a-success-message {
    background-color: #c5e7d1;
}

.a-text-link-regular {
    color: #5167f6;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

.a-paragraph-small {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

.a-account-forgot {
    display: flex;
    justify-content: center;
    grid-column-gap: 4px;
    text-align: center;
}

.a-button-primary {
    min-height: 48px;
    padding: 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 99px;
    background-color: #5167f6;
    transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    text-decoration: none;
}

    .a-button-primary:hover {
        background-color: #6478f7;
    }

    .a-button-primary:active {
        background-color: #7788f8;
    }

.a-account-button-wrapper {
    display: flex;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    grid-row-gap: 16px;
}

.a-icon-small {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}

.a-account-password-icon-wrapper {
    position: absolute;
    left: auto;
    top: 16px;
    right: 10px;
    bottom: 0%;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #f4f4f6;
    transition: color 200ms ease;
    color: #5e606e;
}

    .a-account-password-icon-wrapper:hover {
        color: #5167f6;
    }

.a-account-text-field {
    height: 56px;
    margin-top: 8px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedfe3;
    border-radius: 16px;
}

    .a-account-text-field:focus {
        border-width: 2px;
        border-color: #5167f6;
    }

.a-account-password {
    position: relative;
}

.a-detail-small {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.a-account-form-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 64px;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.a-account-form-large {
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.a-account-form-block-large {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 0px;
    flex-direction: column;
}

.a-paragraph-regular {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

.a-h2-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #131316;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.a-margin-bottom-16 {
    margin-bottom: 16px;
}

.a-title-wrap-center {
    display: flex;
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.a-account-container-regular {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.a-account-background-image {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.a-section-regular {
    position: relative;
    padding: 92px 5%;
}

.f-image-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.f-account-image-wrapper {
    width: 50%;
    background-color: #f3f5fb;
}

.f-account-link {
    color: #160042;
    font-weight: 700;
    text-decoration: none;
}

.f-paragraph-small {
    margin-top: -31px;
    margin-bottom: 41px;
    color: #4f81d6;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.01em;
}

    .f-paragraph-small.f-text-color-gray-500 {
        color: #6b7094;
    }

.f-success-message {
    background-color: #ebfff6;
    color: #006638;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.03em;
}

.f-button-neutral {
    display: flex;
    min-height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #160042;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.02em;
    text-decoration: none;
}

    .f-button-neutral:hover {
        background-color: #282556;
    }

.f-account-form-button {
    display: flex;
    margin-top: 32px;
    flex-direction: column;
}

.f-checkbox-label {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #160042;
    font-size: 14px;
    line-height: 24px;
}

.f-checkbox {
    width: 20px;
    height: 20px;
    margin: 0px 8px 0px 0px;
    border-width: 2px;
    border-color: #b6b9ce;
    border-radius: 4px;
    background-color: #fff;
}

    .f-checkbox.w--redirected-checked {
        border-style: none;
        border-radius: 4px;
        background-color: #160042;
        background-size: 12px;
    }

    .f-checkbox.w--redirected-focus {
        box-shadow: none;
    }

.f-checkbox-field {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
}

.f-field-input {
    min-height: 48px;
    margin-bottom: 0px;
    padding: 12px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e6f1;
    border-radius: 8px;
    transition: all 200ms ease;
    font-family: Sora, sans-serif;
    color: #4b97ee;
}

    .f-field-input:focus {
        border-color: #b6b9ce;
    }

    .f-field-input::-moz-placeholder {
        color: #6b7094;
    }

    .f-field-input::-ms-input-placeholder {
        color: #6b7094;
    }

    .f-field-input::placeholder {
        color: #6b7094;
    }

.f-field-label {
    margin-bottom: 8px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.f-field-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.f-account-input-grid {
    grid-template-areas: "."
        "Area-2"
        "Area"
        "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
}

.f-account-form-block {
    margin-bottom: 42px;
}

.f-text-color-gray-500 {
    color: #6b7094;
}

.f-margin-bottom-24 {
    margin-bottom: 24px;
}

.f-icon-regular {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    transition: color 200ms ease;
}

.f-account-social-icon {
    display: flex;
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f5fb;
    border-radius: 100px;
    transition: background-color 300ms ease;
    color: #160042;
}

    .f-account-social-icon:hover {
        background-color: #f3f5fb;
    }

.f-account-social-wrapper {
    display: flex;
    margin-top: 24px;
    margin-bottom: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
}

.f-paragraph-regular {
    margin-top: 6px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4b97ee;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.02em;
}

.f-h5-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
}

.f-margin-bottom-08 {
    margin-bottom: 8px;
}

.f-account-content-wrapper {
    width: 100%;
    max-width: 400px;
    margin-top: 422px;
}

.f-account-container-l {
    position: relative;
    display: flex;
    width: 60%;
    margin-top: -145px;
    padding: 0px 9% 60px 0%;
    justify-content: flex-end;
    align-items: center;
}

.f-account-section {
    position: relative;
    display: flex;
    height: 100vh;
    min-height: 900px;
}

.image-4 {
    flex: 1;
}

.a-account-background-image-2 {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    opacity: 0.18;
}

.a-text-link-regular-2 {
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

.a-paragraph-small-2 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

.a-account-forgot-2 {
    display: flex;
    justify-content: center;
    grid-column-gap: 4px;
    text-align: center;
}

.a-error-message-2 {
    background-color: #fdd8e0;
}

.a-success-message-2 {
    background-color: #c5e7d1;
}

.a-button-primary-2 {
    min-height: 48px;
    margin-top: 56px;
    margin-bottom: 0px;
    padding: 12px 32px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 99px;
    background-color: #4f81d6;
    transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
    font-family: Sora, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    text-decoration: none;
}

    .a-button-primary-2:hover {
        background-color: #6478f7;
    }

    .a-button-primary-2:active {
        background-color: #7788f8;
    }

.a-margin-bottom-32 {
    margin-bottom: 32px;
}

.a-icon-small-2 {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}

.a-account-password-icon-wrapper-2 {
    position: absolute;
    left: auto;
    top: 16px;
    right: 10px;
    bottom: 0%;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #f4f4f6;
    transition: color 200ms ease;
    color: #5e606e;
}

    .a-account-password-icon-wrapper-2:hover {
        color: #5167f6;
    }

.a-account-text-field-2 {
    height: 56px;
    margin-top: 8px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedfe3;
    border-radius: 12px;
    opacity: 1;
}

    .a-account-text-field-2:focus {
        border-width: 2px;
        border-color: #5167f6;
    }

.a-account-password-2 {
    position: relative;
}

.a-detail-small-2 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.a-margin-bottom-12 {
    margin-bottom: 12px;
}

.a-margin-bottom-24 {
    margin-bottom: 24px;
}

.a-account-form {
    display: flex;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.a-account-form-block {
    width: 100%;
    margin-bottom: 16px;
    flex-direction: column;
}

.a-account-divider {
    width: 100%;
    height: 1px;
    background-color: #b2b3bd;
}

.a-caption {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.a-account-divider-wrapper {
    display: flex;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 24px;
}

.a-paragraph-regular-2 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

.a-icon-regular {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    transition: color 200ms ease;
}

.a-account-social-button {
    display: flex;
    height: 48px;
    padding: 12px 32px 12px 24px;
    justify-content: center;
    align-items: center;
    grid-column-gap: 12px;
    border-radius: 8px;
    background-color: #f4f4f6;
    transition: background-color 200ms ease;
    color: #383942;
    font-weight: 500;
    text-decoration: none;
}

    .a-account-social-button:hover {
        background-color: #dedfe3;
    }

.a-h3-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #131316;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.a-margin-bottom-33 {
    margin-bottom: 16px;
}

.a-account-wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    text-align: center;
}

.a-section-regular-2 {
    position: relative;
    display: -ms-grid;
    display: grid;
    padding: 92px 5%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.a-account-button-wrapper-2 {
    display: flex;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    grid-row-gap: 16px;
}

.a-detail-small-3 {
    margin-top: -7px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 12px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: none;
}

.a-account-form-grid-2 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 64px;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: left;
}

.a-account-form-large-2 {
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.a-account-form-block-large-2 {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 0px;
    flex-direction: column;
}

.a-paragraph-regular-3 {
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}

.a-h2-heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sora, sans-serif;
    color: #131316;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.a-title-wrap-center-2 {
    display: flex;
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.a-account-container-regular-2 {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.a-account-background-image-3 {
    position: absolute;
    left: auto;
    top: 30px;
    right: 0%;
    bottom: 0%;
    opacity: 0.17;
}

.a-section-regular-3 {
    position: relative;
    padding: 92px 5%;
}

.div-block-3 {
    position: absolute;
    left: 112px;
    top: 6500px;
    display: block;
    width: 800px;
    height: 70px;
    margin-top: -239px;
    border-radius: 20px;
    background-color: transparent;
    opacity: 0.98;
}

.f-button-primary {
    display: flex;
    min-height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #4f81d6;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02px;
    text-decoration: none;
    white-space: nowrap;
}

    .f-button-primary:hover {
        background-color: #282556;
    }

.f-button-secondary {
    display: flex;
    min-height: 48px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e6f1;
    border-radius: 50px;
    background-color: #fff;
    transition: border-color 300ms ease, background-color 300ms ease;
    color: #4f81d6;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
}

    .f-button-secondary:hover {
        border-color: transparent;
        background-color: #f3f5fb;
    }

.f-modal-button-grid {
    margin-right: 191px;
    margin-left: auto;
    padding-right: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.f-modal-wrapper-right {
    display: flex;
    justify-content: flex-end;
    grid-column-gap: 8px;
}

.f-modal-line {
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #e4e6f1;
}

.f-success-message-2 {
    background-color: #ebfff6;
    color: #006638;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.03em;
}

.f-text-area {
    min-height: 112px;
    margin-bottom: 0px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e6f1;
    border-radius: 8px;
    color: #160042;
    font-size: 14px;
    line-height: 24px;
}

    .f-text-area:focus {
        border-color: #b6b9ce;
    }

    .f-text-area::-moz-placeholder {
        color: #6b7094;
    }

    .f-text-area::-ms-input-placeholder {
        color: #6b7094;
    }

    .f-text-area::placeholder {
        color: #6b7094;
    }

.f-field-label-2 {
    margin-bottom: 8px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.f-field-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
}

.f-field-input-2 {
    min-height: 48px;
    margin-bottom: 0px;
    padding: 12px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e6f1;
    border-radius: 12px;
    transition: all 200ms ease;
    color: #4b97ee;
    font-size: 12px;
}

    .f-field-input-2:focus {
        border-color: #b6b9ce;
    }

    .f-field-input-2::-moz-placeholder {
        color: #6b7094;
    }

    .f-field-input-2::-ms-input-placeholder {
        color: #6b7094;
    }

    .f-field-input-2::placeholder {
        color: #6b7094;
    }

.f-account-input-grid-2 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.f-icon-regular-2 {
    display: flex;
    width: 24px;
    height: 24px;
    margin-top: -63px;
    justify-content: center;
    align-items: center;
    transition: color 200ms ease;
}

.f-modal-close-link {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 200ms ease;
    color: #6b7094;
}

    .f-modal-close-link:hover {
        color: #642eff;
    }

.f-sub-heading-regular {
    margin-top: -41px;
    margin-right: auto;
    margin-left: 234px;
    padding-right: 0px;
    font-family: Sora, sans-serif;
    color: #4f81d6;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.03em;
}

.f-modal-title-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #160042;
}

.f-modal-base-large {
    width: 200%;
    max-height: 1000px;
    max-width: 800px;
    margin-left: 0px;
    padding: 58px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f7f9fd;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 18px -9px 144px -12px rgba(27, 9, 67, 0.04);
    font-family: Sora, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
}

.field-label {
    color: #4f81d6;
    font-weight: 400;
}

.text-block-8 {
    text-align: left;
}

.text-block-9 {
    margin-top: 8px;
    margin-bottom: auto;
    color: #4f81d6;
    text-align: center;
}

.text-field {
    min-height: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e6f1;
    border-radius: 12px;
    font-size: 12px;
}

.checkbox-label {
    color: #4b97ee;
}

@media screen and (min-width: 1440px) {
    .brix---btn-primary-small {
        padding: 27px;
        font-size: 22px;
    }

    .brix---link-text {
        font-size: 16px;
    }

    .brix---header-nav-link {
        font-size: 20px;
    }

    .brix---btn-primary {
        transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
        font-size: 24px;
        line-height: 30px;
    }

    .brix---paragraph-default {
        margin-right: -96px;
        font-size: 22px;
        line-height: 36px;
    }

    .hedline---hero {
        padding-right: 35px;
        font-size: 58px;
        line-height: 70px;
    }

    .brix---grid-hero-v4 {
        grid-column-gap: 90px;
    }

    .heading {
        margin-top: -62px;
        margin-bottom: -36px;
        padding-right: 0px;
        padding-left: 111px;
        color: #4f81d6;
        font-size: 28px;
        line-height: 36px;
    }

    .paragraph {
        margin-top: -82px;
        margin-left: 20px;
        padding-right: 111px;
        color: #4f81d6;
        font-size: 22px;
        line-height: 36px;
    }

    .brix---border-radius-24px-2 {
        margin: -22px 0px -33px;
        padding-bottom: 0px;
        background-color: transparent;
    }

    .brix---paragraph-default-2 {
        font-family: Sora, sans-serif;
        color: #4b97ee;
        font-size: 16px;
    }

    .brix---display-4 {
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

    .brix---tabs-content-card {
        margin-left: 46px;
    }

    .brix---heading-h2-size {
        margin-top: 0px;
        margin-right: -84px;
        margin-left: 0px;
        padding-right: 0px;
        font-family: Sora, sans-serif;
        font-size: 38px;
    }

    .diferenciais {
        max-width: 120%;
    }

    .text-block {
        font-family: Sora, sans-serif;
    }

    .text-block-2 {
        font-family: Sora, sans-serif;
    }

    .text-block-3 {
        font-family: Sora, sans-serif;
    }

    .text-block-4 {
        font-family: Sora, sans-serif;
    }

    .bold-text {
        margin-right: -199px;
        margin-left: -199px;
        padding-left: 0px;
        color: #4f81d6;
    }

    .brix---btn-primary-white {
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

    .brix---mg-bottom-0 {
        margin-top: 8px;
        margin-right: 135px;
        margin-left: 100px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;
        font-size: 16px;
        line-height: 22px;
    }

    .brix---heading-h3-size {
        font-size: 22px;
    }

    .brix---paragraph-default-4 {
        font-size: 22px;
    }

    .brix---heading-h2-size-5 {
        line-height: 45px;
    }

    .brix---mg-bottom-56px-2 {
        padding: 0px;
    }

    .brix---z-index-1 {
        margin-right: auto;
        margin-left: auto;
    }

    .brix---btn-secondary-white-5 {
        font-size: 18px;
    }

    .brix---btn-primary-white-5 {
        font-size: 18px;
    }

    .brix---paragraph-default-7 {
        font-size: 16px;
    }

    .paragraph-2 {
        font-size: 18px;
        line-height: 26px;
    }

    .paragraph-3 {
        color: #4f81d6;
        font-size: 16px;
    }

    .paragraph-4 {
        font-size: 16px;
    }

    .xxxxxxx {
        margin-right: 10px;
    }

    .brix---card-pricing-popular {
        background-color: #4f81d6;
    }

    .brix---display-3 {
        margin-right: -35px;
    }

    .brix---btn-primary-small-white {
        font-family: Sora, sans-serif;
    }

    .brix---grid-logo-strip-pricing-v9 {
        grid-column-gap: 64px;
    }

    .brix---text-200 {
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

    .brix---heading-h4-size-2 {
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

    .brix---grid-footer-v1 {
        grid-column-gap: 91px;
        -ms-grid-columns: minmax(340px, 1fr) auto auto auto auto;
        grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
    }

    .grid-footer-2-cols---form---icon {
        grid-column-gap: 150px;
        -ms-grid-columns: 1.48fr 1.4fr;
        grid-template-columns: 1.48fr 1.4fr;
    }

    .brix---footer-top-cta {
        background-color: #4b97ee;
    }

    .background-video {
        overflow: visible;
    }

    .text-block-7 {
        margin-left: 0px;
        padding-right: 27px;
        padding-left: 50px;
        font-size: 16px;
        text-align: center;
    }

    .brix---text-200-bold-2 {
        color: #4f81d6;
    }

    .brix---footer-col-title-2 {
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

    .brix---footer-link-2 {
        font-family: Sora, sans-serif;
        color: #4b97ee;
    }

    .grid-footer-4-cols-v14 {
        grid-column-gap: 80px;
        -ms-grid-columns: 0.9fr auto auto auto;
        grid-template-columns: 0.9fr auto auto auto;
    }

    .button-2 {
        margin-top: -53px;
        padding: 29px 66px;
        border-radius: 20px;
        background-color: #4b97ee;
        font-family: Sora, sans-serif;
        font-size: 22px;
        font-weight: 600;
    }

    .a-text-link-regular {
        font-family: Sora, sans-serif;
        color: #4f81d6;
        font-size: 16px;
    }

    .a-paragraph-small {
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

    .a-button-primary {
        flex: 0 0 auto;
        background-color: #4f81d6;
        font-family: Sora, sans-serif;
    }

    .a-detail-small {
        font-family: Sora, sans-serif;
        font-size: 13px;
    }

    .a-account-form-block-large {
        margin-right: 15px;
        padding-right: 0px;
    }

    .a-paragraph-regular {
        font-family: Sora, sans-serif;
        color: #4f81d6;
        font-size: 22px;
    }

    .a-h2-heading {
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

    .a-account-container-regular {
        padding: 0px;
    }

    .a-account-background-image {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        margin-top: 0px;
        margin-bottom: -53px;
        padding-top: 0px;
        opacity: 0.31;
    }

    .a-section-regular {
        margin-top: 52px;
        padding: 0%;
    }

    .div-block-2 {
        width: 100px;
        height: 100px;
    }

    .div-block-3 {
        width: 800px;
        height: 1000px;
    }
}

@media screen and (max-width: 991px) {
    .funcionalidades.wf-section .button-area {
        margin-top: 10em;
    }

    .brix---hamburger-menu-bar-bottom {
        width: 44px;
        height: 3px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .brix---hamburger-menu-bar-top {
        width: 44px;
        height: 3px;
    }

    .brix---hamburger-menu-wrapper {
        order: -1;
        transition: transform 300ms ease;
        font-family: Sora, sans-serif;
        color: #4f81d6;
    }

        .brix---hamburger-menu-wrapper:hover {
            transform: scale(0.96);
        }

        .brix---hamburger-menu-wrapper.w--open {
            background-color: transparent;
        }

    .brix---header-nav-list-item-show-in-mbl {
        margin-bottom: 16px;
        padding-left: 0px;
    }

    .brix---header-nav-list-item-middle {
        margin-bottom: 16px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .brix---dropdown-pd {
        padding: 20px 0px 14px;
    }

    .brix---dropdown-card {
        min-width: auto;
        border-width: 0px;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: none;
    }

        .brix---dropdown-card.w--open {
            position: static;
        }

    .brix---dropdown-column-wrapper {
        position: static;
        padding-top: 0px;
    }

        .brix---dropdown-column-wrapper.w--open {
            transform: none;
        }

    .brix---header-nav-menu-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .brix---header-menu-wrapper {
        padding: 24px;
        border-top: 1px solid #eff0f6;
        border-bottom: 1px solid #eff0f6;
        background-color: #fff;
    }

    .brix---header-logo {
        max-width: 232px;
    }

    .brix---header-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---bg-split-v4-right {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: block;
        max-width: 100%;
        min-height: 42%;
    }

    .brix---bg-split-v4-left {
        max-width: 100%;
    }

    .brix---floating-image-hero-v2---1 {
        top: 24%;
        right: -30%;
    }

    .brix---mg-top-56px {
        margin-top: 40px;
    }

    .brix---btn-primary {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .hedline---hero {
        font-size: 48px;
        line-height: 60px;
    }

    .brix---grid-hero-v4 {
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---section-hero-v4 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 40px;
    }

    .brix---display-4 {
        font-size: 22px;
        line-height: 38px;
    }

    .brix---tabs-content-card {
        padding: 40px 32px 48px;
    }

    .brix---tab-left-icon {
        padding-right: 18px;
        padding-left: 18px;
    }

    .brix---tabs-menu-vertical {
        max-width: 271px;
    }

    .brix---heading-h2-size {
        font-size: 30px;
        line-height: 46px;
    }

    .diferenciais {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---btn-primary-white {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---buttons-row-right---t-left {
        justify-content: flex-start;
    }

    .brix---heading-h2-size-2 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---grid-cta-v1 {
        -ms-grid-columns: 0.7fr;
        grid-template-columns: 0.7fr;
    }

    .brix---cta-v3-floating-item-02-2 {
        display: none;
    }

    .brix---cta-card {
        padding: 72px 54px;
    }

    .cta1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .brix---heading-h3-size {
        font-size: 22px;
        line-height: 32px;
    }

    .brix---grid-3-columns {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .brix---heading-h2-size-3 {
        font-size: 30px;
        line-height: 46px;
    }

    .funcionalidades {
        /*padding-top: 118px; P-TOP */
        padding-bottom: 118px;
    }

    .brix---btn-primary-2 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h3-size-2 {
        font-size: 22px;
        line-height: 32px;
    }

    .brix---grid-1-column-gap-row-80px {
        grid-row-gap: 56px;
    }

    .brix---grid-image-center-icons-sides {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 50px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 40px;
    }

    .brix---heading-h2-size-4 {
        font-size: 30px;
        line-height: 46px;
    }

    .aplicativos {
        /*padding-top: 118px; P-TOP */
        padding-bottom: 118px;
    }

    .brix---half-bg-image-left-content-v2 {
        position: static;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        height: 100%;
        min-height: 580px;
        margin-top: 65px;
    }

    .brix---heading-h4-size {
        font-size: 22px;
        line-height: 32px;
    }

    .brix---mg-bottom-56px {
        margin-bottom: 48px;
    }

    .brix--grid-2-columns-text-right {
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---section-position-relative {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---heading-h2-size-5 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix--grid-2-columns-text-right-2 {
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---btn-primary-3 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---lightbox-video-icon-wrapper {
        max-width: 100px;
    }

    .brix---mg-bottom-56px-2 {
        margin-bottom: 48px;
    }

    .brix---heading-h2-size-6 {
        font-size: 30px;
        line-height: 46px;
    }

    .overview {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---cta-v4-floating-item-02 {
        width: 70%;
    }

    .brix---cta-v5-floating-item-01 {
        display: none;
        width: 40%;
    }

    .brix---btn-primary-white-2 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h2-size-7 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---grid-cta-v4 {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---cta-section {
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .brix---cta-v4-floating-item-3 {
        width: 70%;
    }

    .brix---cta-v5-floating-item-2 {
        display: none;
        width: 40%;
    }

    .brix---btn-primary-white-3 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h2-size-8 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---grid-cta-v4-2 {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---cta-section-2 {
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .brix---cta-v6-floating-item-02-2 {
        right: -4%;
        bottom: 9%;
        width: 35%;
    }

    .brix---cta-v7-floating-item-01 {
        display: none;
        width: 25%;
    }

    .brix---mg-top-64px {
        margin-top: 48px;
    }

    .brix---btn-primary-white-4 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---grid-3-icon-list {
        grid-row-gap: 16px;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .brix---mg-bottom-32px {
        margin-bottom: 24px;
    }

    .brix---heading-h2-size-9 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---cta-v7-section {
        padding-top: 112px;
    }

    .brix---cta-v4-floating-item-4 {
        width: 70%;
    }

    .brix---cta-v5-floating-item-3 {
        display: none;
        width: 40%;
    }

    .brix---btn-primary-white-5 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h2-size-10 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---grid-cta-v4-3 {
        grid-row-gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .chamada {
        padding-top: 112px;
        padding-bottom: 0;
    }

    .brix---heading-h3-size-3 {
        font-size: 22px;
        line-height: 32px;
    }

    .brix---mg-bottom-32px-2 {
        margin-bottom: 24px;
    }

    .brix---3-columns-1-col-tablet {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size-11 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---mg-bottom-48px-3 {
        margin-bottom: 40px;
    }

    .jornada {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---btn-primary-full-width {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---heading-h1-size {
        font-size: 48px;
        line-height: 60px;
    }

    .brix---divider-40px {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .brix---display-5 {
        font-size: 22px;
        line-height: 38px;
    }

    .brix---btn-primary-white-full-width {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---tabs-menu-bg-neutral-200 {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .planos {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---btn-primary-white-6 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---display-3 {
        font-size: 32px;
        line-height: 44px;
    }

    .brix---pricing-content-v10-popular {
        padding-right: 40px;
        padding-left: 40px;
    }

    .brix---btn-primary-4 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---pricing-content-v10 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .brix---grid-2-columns---pricing-v10 {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---grid-logo-strip-pricing-v9 {
        justify-content: center;
        justify-items: center;
        align-content: center;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    }

    .brix---divider-64px {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .brix---grid-2-columns---pricing-v9 {
        grid-row-gap: 80px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h4-size-2 {
        font-size: 22px;
        line-height: 32px;
    }

    .brix---slider-mask-width-390px {
        position: static;
    }

    .brix---buttons-row-right---t-left-2 {
        justify-content: flex-start;
    }

    .brix---heading-h2-size-12 {
        font-size: 30px;
        line-height: 46px;
    }

    .brix---grid-top---text-2-buttons {
        grid-row-gap: 24px;
        -ms-grid-columns: 0.7fr;
        grid-template-columns: 0.7fr;
    }

    .depoimentos {
        padding-top: 118px;
        padding-bottom: 118px;
    }

    .brix---footer-bottom {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---footer-col-title {
        margin-bottom: 24px;
    }

    .brix---social-media-grid-left {
        grid-column-gap: 10px;
    }

    .brix---grid-footer-v1 {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brix---footer-top {
        padding-top: 94px;
        padding-bottom: 94px;
    }

    .brix---btn-primary-inside-input {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .grid-footer-2-cols---form---icon {
        grid-column-gap: 24px;
        grid-row-gap: 32px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---footer-bottom-v14 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .brix---footer-col-title-2 {
        margin-bottom: 24px;
    }

    .brix---social-media-grid-left-2 {
        grid-column-gap: 10px;
    }

    .grid-footer-4-cols-v14 {
        grid-column-gap: 60px;
        grid-row-gap: 50px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brix---footer-top-border-bottom {
        padding-top: 94px;
        padding-bottom: 94px;
    }

    .brix---grid-6-columns-logo-strip {
        justify-content: center;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brix---section-small {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .a-button-primary {
        display: flex;
    }

    .f-account-image-wrapper {
        width: 40%;
    }

    .f-account-container-l {
        width: 60%;
    }

    .f-account-section {
        height: auto;
    }

    .a-button-primary-2 {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .brix---btn-primary-small {
        padding: 20px 32px;
    }

    .brix---btn-header-hidden-on-mbl {
        display: none;
    }

    .brix---header-nav-list-item-show-in-mbl {
        display: block;
    }

    .brix---header-logo {
        max-width: 90%;
    }

    .brix---floating-image-hero-v2---1 {
        max-width: 480px;
    }

    .brix---btn-circle-secondary {
        width: 56px;
        height: 56px;
        min-height: 56px;
        min-width: 56px;
        font-size: 22px;
        line-height: 24px;
    }

    .brix---btn-secondary {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary {
        padding: 20px 32px;
    }

    .brix---button-row-left {
        margin-right: 16px;
    }

    .brix---mg-bottom-40px {
        margin-bottom: 24px;
    }

    .hedline---hero {
        margin-bottom: 12px;
        font-size: 38px;
        line-height: 46px;
    }

    .brix---grid-hero-v4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---section-hero-v4 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 32px;
    }

    .brix---display-4 {
        font-size: 20px;
        line-height: 32px;
    }

    .brix---tabs-content-card {
        padding-top: 30px;
        padding-bottom: 32px;
    }

    .brix---square-icon-48px {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---tab-left-icon {
        margin-top: 8px;
        margin-bottom: 8px;
        justify-content: center;
    }

    .mobile-img {
        max-width: 70%;
    }

    .brix---tabs-menu-vertical {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: stretch;
    }

    .brix---tabs-wrapper-tabs-left {
        flex-direction: column;
    }

    .brix---heading-h2-size {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---subtitle {
        font-size: 17px;
        line-height: 19px;
    }

    .brix---mg-bottom-16px {
        margin-bottom: 8px;
    }

    .diferenciais {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---btn-secondary-white {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-white {
        padding: 20px 32px;
    }

    .brix---button-row-left-2 {
        margin-right: 16px;
    }

    .brix---heading-h2-size-2 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---grid-cta-v1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---cta-v3-floating-item-02-2 {
        max-width: 50%;
    }

    .brix---cta-card {
        padding: 56px 40px;
    }

    .cta1 {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .brix---square-icon {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---grid-3-columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size-3 {
        font-size: 28px;
        line-height: 40px;
    }

    .funcionalidades {
        /*padding-top: 100px; P-TOP */
        padding-bottom: 100px;
    }

    .brix---btn-secondary-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-2 {
        padding: 20px 32px;
    }

    .brix---button-row-left-3 {
        margin-right: 16px;
    }

    .brix---mg-bottom-16px-2 {
        margin-bottom: 8px;
    }

    .brix---square-icon-56px {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---grid-image-center-icons-sides {
        max-width: 430px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 32px;
    }

    .brix---heading-h2-size-4 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---subtitle-2 {
        font-size: 17px;
        line-height: 19px;
    }

    .aplicativos {
        /*padding-top: 100px; P-TOP */
        padding-bottom: 100px;
    }

    .brix---heading-h4-size {
        font-size: 20px;
        line-height: 26px;
    }

    .brix---square-icon-2 {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---grid-2-columns-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---mg-bottom-56px {
        margin-bottom: 40px;
    }

    .brix--grid-2-columns-text-right {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---section-position-relative {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---text-200-list-bold {
        font-size: 16px;
    }

    .brix---heading-h2-size-5 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix--grid-2-columns-text-right-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---btn-secondary-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-3 {
        padding: 20px 32px;
    }

    .brix---button-row-left-4 {
        margin-right: 16px;
    }

    .brix---lightbox-video-icon-wrapper {
        max-width: 90px;
    }

    .brix---image-wrapper-br-24px-shadow {
        border-radius: 14px;
        box-shadow: 0 4px 22px 0 rgba(20, 20, 43, 0.14);
    }

    .brix---mg-bottom-56px-2 {
        margin-bottom: 40px;
    }

    .brix---heading-h2-size-6 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---subtitle-3 {
        font-size: 17px;
        line-height: 19px;
    }

    .brix---mg-bottom-16px-3 {
        margin-bottom: 8px;
    }

    .overview {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---btn-secondary-white-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-white-2 {
        padding: 20px 32px;
    }

    .brix---button-row-left-5 {
        margin-right: 16px;
    }

    .brix---mg-bottom-40px-2 {
        margin-bottom: 24px;
    }

    .brix---heading-h2-size-7 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---mg-bottom-16px-4 {
        margin-bottom: 8px;
    }

    .brix---grid-cta-v4 {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---cta-section {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .brix---btn-secondary-white-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-white-3 {
        padding: 20px 32px;
    }

    .brix---button-row-left-6 {
        margin-right: 16px;
    }

    .brix---mg-bottom-40px-3 {
        margin-bottom: 24px;
    }

    .brix---heading-h2-size-8 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---mg-bottom-16px-5 {
        margin-bottom: 8px;
    }

    .brix---grid-cta-v4-2 {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---cta-section-2 {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .brix---mg-top-64px {
        margin-top: 40px;
    }

    .brix---btn-secondary-white-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-white-4 {
        padding: 20px 32px;
    }

    .brix---button-row-left-7 {
        margin-right: 16px;
    }

    .brix---text-200-list-bold-2 {
        font-size: 16px;
    }

    .brix---grid-3-icon-list {
        grid-row-gap: 18px;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .brix---heading-h2-size-9 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---cta-v7-section {
        padding-top: 96px;
    }

    .brix---btn-secondary-white-5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---btn-primary-white-5 {
        padding: 20px 32px;
    }

    .brix---button-row-left-8 {
        margin-right: 16px;
    }

    .brix---mg-bottom-40px-4 {
        margin-bottom: 24px;
    }

    .brix---heading-h2-size-10 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---mg-bottom-16px-6 {
        margin-bottom: 8px;
    }

    .brix---grid-cta-v4-3 {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .chamada {
        padding-top: 96px;
        padding-bottom: 0;
    }

    .brix---3-columns-1-col-tablet {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size-11 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---subtitle-4 {
        font-size: 17px;
        line-height: 19px;
    }

    .brix---mg-bottom-48px-3 {
        margin-bottom: 32px;
    }

    .jornada {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---btn-primary-full-width {
        padding: 20px 32px;
    }

    .xxxxxxx {
        font-size: 18px;
        line-height: 20px;
    }

    .brix---heading-h1-size {
        margin-bottom: 12px;
        font-size: 38px;
        line-height: 46px;
    }

    .brix---text-200-list-bold-3 {
        font-size: 16px;
    }

    .brix---text-200-bold {
        font-size: 16px;
        line-height: 18px;
    }

    .brix---divider-40px {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .brix---display-5 {
        font-size: 20px;
        line-height: 32px;
    }

    .brix---square-icon-3 {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---pricing-content-v2 {
        padding-right: 24px;
        padding-bottom: 40px;
        padding-left: 24px;
    }

    .brix---btn-primary-white-full-width {
        padding: 20px 32px;
    }

    .brix---badge-secondary---tabs {
        margin: 8px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .brix---tabs-menu-bg-neutral-200 {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: row;
        align-items: stretch;
    }

    .brix---subtitle-5 {
        font-size: 17px;
        line-height: 19px;
    }

    .planos {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---badge-secondary-small-bold {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .brix---btn-primary-white-6 {
        padding: 20px 32px;
    }

    .brix---mg-top-40px {
        margin-top: 32px;
    }

    .brix---grid-pricing-v10-featured {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---pricing-content-v10-popular {
        padding-right: 24px;
        padding-bottom: 40px;
        padding-left: 24px;
    }

    .brix---btn-primary-4 {
        padding: 20px 32px;
    }

    .brix---pricing-content-v10 {
        padding-right: 24px;
        padding-bottom: 40px;
        padding-left: 24px;
    }

    .brix---grid-2-columns---pricing-v10 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---btn-primary-small-2 {
        padding: 20px 32px;
    }

    .brix---square-icon-64px {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---pricing-content-v9 {
        padding-right: 24px;
        padding-bottom: 40px;
        padding-left: 24px;
    }

    .brix---grid-logo-strip-pricing-v9 {
        grid-column-gap: 72px;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .brix---divider-64px {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .brix---grid-2-columns---pricing-v9 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---btn-slider-arrow-right---testimonial-v12 {
        left: auto;
        top: auto;
        right: 36%;
        bottom: -104px;
        width: 56px;
        height: 56px;
        min-height: 56px;
        min-width: 56px;
        font-size: 22px;
        line-height: 24px;
    }

    .brix---btn-slider-arrow-left---testimonial-v12 {
        left: 36%;
        top: auto;
        right: auto;
        bottom: -104px;
        width: 56px;
        height: 56px;
        min-height: 56px;
        min-width: 56px;
        font-size: 22px;
        line-height: 24px;
    }

    .brix---text-200 {
        font-size: 16px;
        line-height: 18px;
    }

    .brix---heading-h4-size-2 {
        font-size: 20px;
        line-height: 26px;
    }

    .brix---btn-secondary-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brix---heading-h2-size-12 {
        font-size: 28px;
        line-height: 40px;
    }

    .brix---grid-top---text-2-buttons {
        -ms-grid-columns: 0.9fr;
        grid-template-columns: 0.9fr;
    }

    .depoimentos {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brix---footer-list-item {
        margin-bottom: 10px;
    }

    .brix---footer-col-title {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 20px;
    }

    .brix---social-media-grid-left {
        justify-content: start;
        justify-items: start;
    }

    .brix---footer-logo-wrapper {
        width: 239px;
    }

    .brix---grid-footer-v1 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .brix---footer-top {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .brix---btn-primary-inside-input {
        padding: 12px 32px;
    }

    .brix---input-large-button-inside {
        min-height: 68px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .brix---text-300-bold {
        font-size: 18px;
        line-height: 22px;
    }

    .brix---big-icon-left {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---text-200-bold-2 {
        font-size: 16px;
        line-height: 18px;
    }

    .brix---text-201 {
        font-size: 16px;
        line-height: 18px;
    }

    .brix---big-icon-left-2 {
        max-width: 56px;
        border-radius: 12px;
    }

    .brix---footer-col-title-2 {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 20px;
    }

    .brix---footer-list-item-2 {
        margin-bottom: 10px;
    }

    .brix---social-media-grid-left-2 {
        justify-content: start;
        justify-items: start;
    }

    .brix---mg-bottom-40px-5 {
        margin-bottom: 24px;
    }

    .brix---footer-logo-wrapper-2 {
        width: 239px;
    }

    .grid-footer-4-cols-v14 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .brix---footer-top-border-bottom {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .brix---grid-6-columns-logo-strip {
        grid-column-gap: 72px;
        grid-row-gap: 32px;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        transform: scale(0.96);
    }

    .brix---section-small {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .a-account-form-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .a-h2-heading {
        font-size: 44px;
    }

    .a-section-regular {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .f-account-image-wrapper {
        width: 100%;
        height: 600px;
    }

    .f-account-container-l {
        width: 100%;
        justify-content: center;
    }

    .f-account-section {
        flex-direction: column;
    }

    .a-h3-heading {
        font-size: 40px;
    }

    .a-section-regular-2 {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .a-account-form-grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .a-h2-heading-2 {
        font-size: 44px;
    }

    .a-section-regular-3 {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

@media screen and (max-width: 479px) {

    .brix---tabs-content-card.w-tab-content {
        min-height: 700px;
    }

    .brix---btn-primary-small {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .brix---header-nav-list-item-show-in-mbl {
        width: 100%;
        text-align: left;
    }

    .brix---header-nav-list-item-middle {
        width: 100%;
        text-align: left;
    }

    .brix---header-logo {
        max-width: 84%;
    }

    .menu {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---bg-split-v4-right {
        min-height: 33%;
    }

    .brix---bg-split-v4-left {
        min-height: 710px;
    }

    .brix---floating-image-hero-v2---1 {
        display: none;
    }

    .brix---btn-secondary {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---btn-primary {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---button-row-left {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---paragraph-default {
        font-size: 17px;
        line-height: 28px;
    }

    .image-3 {
        max-width: 100% !important;
    }

    .hedline---hero {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 37px;
    }

    .brix---container-default-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---section-hero-v4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .brix---paragraph-default-2 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---mg-bottom-48px {
        margin-bottom: 32px;
    }

    .brix---tabs-content-card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .brix---mg-left-16px {
        margin-left: 13px;
    }

    .brix---square-icon-48px {
        max-width: 56px;
        border-radius: 14px;
    }

    .brix---tab-left-icon {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---heading-h2-size {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---mg-bottom-16px {
        margin-bottom: 15px;
    }

    .brix---container-default-3 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---btn-secondary-white {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---btn-primary-white {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---button-row-left-2 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-right---t-left {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---heading-h2-size-2 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---grid-cta-v1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---cta-v3-floating-item-02-2 {
        right: -33%;
        max-width: 70%;
    }

    .brix---cta-card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .cta1 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .brix---paragraph-default-3 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h3-size {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .brix---square-icon {
        max-width: 56px;
        border-radius: 14px;
    }

    .brix---mg-bottom-24px {
        margin-bottom: 16px;
    }

    .brix---grid-3-columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size-3 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---btn-secondary-2 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---btn-primary-2 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---button-row-left-3 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-center {
        flex-direction: column;
    }

    .brix---paragraph-default-4 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h3-size-2 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .brix---mg-bottom-16px-2 {
        margin-bottom: 15px;
    }

    .brix---square-icon-56px {
        max-width: 56px;
        border-radius: 14px;
    }

    .brix---mg-bottom-24px-2 {
        margin-bottom: 16px;
    }

    .brix---grid-image-center-icons-sides {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---mg-bottom-48px-2 {
        margin-bottom: 32px;
    }

    .brix---heading-h2-size-4 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---subtitle-2 {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---container-default-4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---half-bg-image-left-content-v2 {
        min-height: auto;
    }

    .brix---buttons-row-2 {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---heading-h4-size {
        font-size: 18px;
        line-height: 24px;
    }

    .brix---mg-bottom-8px {
        margin-bottom: 6px;
    }

    .brix---square-icon-2 {
        max-width: 56px;
        border-radius: 14px;
    }

    .brix---mg-bottom-56px {
        margin-bottom: 32px;
    }

    .brix---section-position-relative {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .brix---icon-list {
        width: 24px;
        margin-right: 8px;
    }

    .brix---heading-h2-size-5 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---btn-secondary-3 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---btn-primary-3 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---button-row-left-4 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-center-2 {
        flex-direction: column;
    }

    .brix---lightbox-video-icon-wrapper {
        max-width: 70px;
    }

    .brix---image-wrapper-br-24px-shadow {
        border-radius: 16px;
    }

    .brix---mg-bottom-56px-2 {
        margin-bottom: 32px;
    }

    .brix---heading-h2-size-6 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---subtitle-3 {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---mg-bottom-16px-3 {
        margin-bottom: 15px;
    }

    .brix---container-default-5 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---cta-v5-floating-item-01 {
        left: -2%;
        top: -3%;
    }

    .brix---btn-secondary-white-2 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---btn-primary-white-2 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---button-row-left-5 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-3 {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---paragraph-default-5 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h2-size-7 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---mg-bottom-16px-4 {
        margin-bottom: 15px;
    }

    .brix---container-default-6 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---cta-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .brix---cta-v5-floating-item-2 {
        left: -2%;
        top: -3%;
    }

    .brix---btn-secondary-white-3 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---btn-primary-white-3 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---button-row-left-6 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-4 {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---paragraph-default-6 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h2-size-8 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---mg-bottom-16px-5 {
        margin-bottom: 15px;
    }

    .brix---container-default-7 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---cta-section-2 {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .brix---btn-secondary-white-4 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---btn-primary-white-4 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---button-row-left-7 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-center-3 {
        flex-direction: column;
    }

    .brix---icon-list-2 {
        width: 24px;
        margin-right: 8px;
    }

    .brix---grid-3-icon-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size-9 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---container-default-8 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---cta-v7-section {
        padding-top: 72px;
    }

    .brix---cta-v5-floating-item-3 {
        left: -2%;
        top: -3%;
    }

    .brix---btn-secondary-white-5 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---btn-primary-white-5 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---button-row-left-8 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .brix---buttons-row-5 {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---paragraph-default-7 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---heading-h2-size-10 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---mg-bottom-16px-6 {
        margin-bottom: 15px;
    }

    .brix---container-default-9 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .chamada {
        padding-top: 72px;
        padding-bottom: 0;
    }

    .brix---heading-h3-size-3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .brix---mg-bottom-8px-2 {
        margin-bottom: 6px;
    }

    .brix---3-columns-1-col-tablet {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---heading-h2-size-11 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---subtitle-4 {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---mg-bottom-48px-3 {
        margin-bottom: 32px;
    }

    .brix---btn-primary-full-width {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---heading-h1-size {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 37px;
    }

    .brix---icon-list-3 {
        width: 24px;
        margin-right: 8px;
    }

    .brix---mg-bottom-24px-3 {
        margin-bottom: 16px;
    }

    .brix---text-200-bold {
        font-size: 15px;
        line-height: 16px;
    }

    .brix---divider-40px {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .brix---paragraph-default-8 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---square-icon-3 {
        max-width: 56px;
        border-radius: 14px;
    }

    .brix---btn-primary-white-full-width {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .brix---badge-secondary---tabs {
        margin-right: 0px;
        margin-left: 0px;
        padding: 14px 22px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---tabs-menu-bg-neutral-200 {
        width: 100%;
        flex-direction: column;
        border-radius: 6px;
    }

    .brix---subtitle-5 {
        font-size: 14px;
        line-height: 18px;
    }

    .brix---badge-secondary-small-bold {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .brix---badge-wrapper-top-right {
        top: 14px;
        right: 14px;
    }

    .brix---btn-primary-white-6 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---grid-pricing-v10-featured {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---display-3 {
        font-size: 26px;
        line-height: 39px;
    }

    .brix---btn-primary-4 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---btn-primary-small-2 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .brix---square-icon-64px {
        max-width: 56px;
        border-radius: 14px;
    }

    .brix---pricing-v9-icon-wrapper {
        margin-right: 0px;
        margin-bottom: 22px;
    }

    .brix---flex-horizontal-pricing-v9 {
        margin-bottom: 18px;
        flex-direction: column;
    }

    .brix---pricing-content-v9 {
        align-items: flex-start;
    }

        .brix---pricing-content-v9 .second-div {
            margin-right: 10px;
        }

    .brix---btn-primary-small-white {
        width: 100%;
        padding: 16px 20px;
    }

    .brix---grid-logo-strip-pricing-v9 {
        grid-column-gap: 22px;
        grid-row-gap: 31px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .brix---divider-64px {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .brix---btn-slider-arrow-right---testimonial-v12 {
        right: 31%;
    }

    .brix---btn-slider-arrow-left---testimonial-v12 {
        left: 31%;
    }

    .brix---text-200 {
        font-size: 15px;
        line-height: 16px;
    }

    .brix---heading-h4-size-2 {
        font-size: 18px;
        line-height: 24px;
    }

    .brix---paragraph-default-9 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---card-testimonial-v13 {
        padding-top: 40px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .brix---btn-secondary-4 {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 17px;
        line-height: 19px;
    }

    .brix---buttons-row-right---t-left-2 {
        flex-direction: column;
        align-items: stretch;
    }

    .brix---heading-h2-size-12 {
        font-size: 24px;
        line-height: 34px;
    }

    .brix---grid-top---text-2-buttons {
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .depoimentos {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .brix---paragraph-default-10 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---footer-link {
        font-size: 16px;
        line-height: 19px;
    }

    .brix---footer-list-item {
        margin-bottom: 8px;
    }

    .brix---footer-col-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---icon-square-36px {
        width: 30px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
        border-radius: 6px;
        font-size: 14px;
    }

    .brix---social-media-grid-left {
        grid-template-columns: repeat(auto-fit, 30px);
    }

    .brix---footer-logo {
        width: 100%;
        max-width: 240px;
    }

    .brix---grid-footer-v1 {
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .brix---footer-top {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .brix---icon-success-message-left {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .brix---flex-horizontal---vertical-mbp {
        flex-direction: column;
    }

    .brix---btn-primary-inside-input {
        position: static;
        width: 100%;
        margin-top: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #fff;
        color: #4a3aff;
    }

    .brix---input-large-button-inside {
        min-height: 64px;
        font-size: 16px;
        line-height: 18px;
    }

        .brix---input-large-button-inside::-moz-placeholder {
            font-size: 16px;
            line-height: 16px;
        }

        .brix---input-large-button-inside::-ms-input-placeholder {
            font-size: 16px;
            line-height: 16px;
        }

        .brix---input-large-button-inside::placeholder {
            font-size: 16px;
            line-height: 16px;
        }

    .brix---text-300-bold {
        font-size: 17px;
        line-height: 21px;
    }

    .brix---big-icon-left {
        max-width: 56px;
        margin-right: 0px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .brix---footer-cta-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .brix---footer-top-cta {
        padding-right: 24px;
        padding-left: 24px;
    }

    .brix---text-200-bold-2 {
        font-size: 15px;
        line-height: 16px;
    }

    .brix---text-201 {
        font-size: 15px;
        line-height: 16px;
    }

    .brix---mg-bottom-8px-3 {
        margin-bottom: 6px;
    }

    .brix---big-icon-left-2 {
        max-width: 56px;
        margin-right: 0px;
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .brix---card-link-icon-wrapper {
        padding: 26px 24px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .brix---footer-col-title-2 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 18px;
    }

    .brix---footer-link-2 {
        font-size: 16px;
        line-height: 19px;
    }

    .brix---footer-list-item-2 {
        margin-bottom: 8px;
    }

    .brix---icon-square-36px-2 {
        width: 30px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
        border-radius: 6px;
        font-size: 14px;
    }

    .brix---social-media-grid-left-2 {
        grid-template-columns: repeat(auto-fit, 30px);
    }

    .brix---paragraph-default-11 {
        font-size: 17px;
        line-height: 28px;
    }

    .brix---footer-logo-2 {
        width: 100%;
        max-width: 240px;
    }

    .brix---mg-bottom-24px-4 {
        margin-bottom: 16px;
    }

    .brix---footer-top-border-bottom {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .brix---container-default-10 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---grid-6-columns-logo-strip {
        grid-column-gap: 48px;
        grid-row-gap: 32px;
    }

    .brix---container-default {
        padding-right: 20px;
        padding-left: 20px;
    }

    .brix---section-small {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .a-button-primary {
        width: 100%;
    }

    .a-button-primary-2 {
        width: 100%;
    }

    .f-modal-button-grid {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#w-node-_823f69d7-ff35-3fb5-fda5-ab8a001d86da-7e96deb5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-b76b10da-9f56-2ae9-185c-5f51b088f509-7e96deb5 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: Area;
}

.brix---grid-1-column-gap-row-16px > #w-node-b76b10da-9f56-2ae9-185c-5f51b088f509-7e96deb5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.f-account-input-grid > #w-node-b76b10da-9f56-2ae9-185c-5f51b088f509-7e96deb5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#w-node-_94dc76e7-1b96-a3b5-70c4-25b21c7f2623-7e96deb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-b8f6bef9-aa2c-2638-d9a8-f7f47a4e5828-7a4e5818 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-b8f6bef9-aa2c-2638-d9a8-f7f47a4e5829-7a4e5818 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-b8f6bef9-aa2c-2638-d9a8-f7f47a4e5845-7a4e5818 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_5be3fd75-d883-426e-997b-01d8d6221a0d-810d5310 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

.brix---heading-h2-size-2 {
    color: #FFF !important;
}

h4, .h4 {
    text-transform: none;
}

@media screen and (min-width: 1440px) {
    #w-node-b4bfb2ec-759b-1bef-59f3-210a4fa014e6-7e96deb5 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@media screen and (max-width: 991px) {
    .brix---bg-split-v4-right {
        left: 80%;
        top: auto;
        right: 0%;
        bottom: 0%;
        max-width: 20%;
        min-height: 100%;
    }

    .brix---border-radius-24px {
        bottom: 0;
        width: 2400px
    }

    #w-node-b4bfb2ec-759b-1bef-59f3-210a4fa01494-7e96deb5 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-b4bfb2ec-759b-1bef-59f3-210a4fa014d9-7e96deb5 {
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #Diferenciais {
        margin-bottom: 3em;
    }

    .text-content {
        height: 250px;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .text-content .title-container {
        text-align: center;
        max-width: 100%;
        margin: 0;
    }

    .text-content .subtitle-container {
        padding-top: 0;
        margin-bottom: 0;
    }

    .background-video-2.w-background-video.w-background-video-atom {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .background-video-2.w-background-video.w-background-video-atom video {
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 700px;
        height: 370px;
        border-radius: 25px;
    }

    .mobile-img {
        margin: 0 auto;
    }

    .brix---cta-card img {
        display: block;
        top: 7em;
        right: -100px;
        width: 400px;
    }

    .brix---card-content-center .brix---paragraph-default-3 p {
        padding: 0px;
        margin: 0;
        text-align: center;
    }

    .brix---heading-h2-size-6 {
        font-size: 2em;
        max-width: 100%;
        margin: 0;
    }

    .brix---container-default-5.w-container .paragraph-2 {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #w-node-b4bfb2ec-759b-1bef-59f3-210a4fa01494-7e96deb5 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    #w-node-b4bfb2ec-759b-1bef-59f3-210a4fa014d9-7e96deb5 {
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #Funcionalidades {
        padding-top: 0;
    }

    .funcionalidades.wf-section {
        margin-bottom: 5em;
        padding-bottom: 0;
        margin-top: 0;
    }

    .funcionalidades.wf-section .button-area {
        margin-top: 10em;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .funcionalidades.wf-section .w-button {
        margin: 0 auto;
        width: 300px;
    }

    .brix---heading-h2-size-3 {
        margin: 0 auto;
    }

    .brix---heading-h2-size-6, .paragraph-2 {
        width: 100%;
        margin: 0 auto;
    }

    #O-que-o-Ezra .w-row {
        display: flex;
        flex-direction: column;
        gap: 1em;
        
    }

    #O-que-o-Ezra .w-row .w-col .heading, .w-col .paragraph {
        text-align: center !important;
    }

    .brix---tab-left-icon {
        justify-content: center;
        padding: 1.5em 0;
    }

    .brix---square-icon-48px {
        position: absolute;
        left: 18px;
    }

    .brix---tabs-content-card.w-tab-content {
        height: 550px !important;
    }

    .brix---paragraph-default {
        max-width: 90%;
    }

    #Apresentacao .w-layout-grid.brix---grid-hero-v4 {
        display: flex;
        flex-direction: column;
    }

    /* .brix---btn-slider-arrow-left---testimonial-v12.w-slider-arrow-left, .brix---btn-slider-arrow-right---testimonial-v12.w-slider-arrow-right{
    bottom: 20% !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important
  }
  .brix---btn-slider-arrow-left---testimonial-v12.w-slider-arrow-left {
    left: 0 !important;
  }

  .brix---btn-slider-arrow-right---testimonial-v12.w-slider-arrow-right {
    right: 0 !important;
  } */

    .w-background-video-atom {
        height: 400px !important;
    }
}

@media screen and (max-width: 575px) {
    .brix---bg-split-v4-right {
        top: 70%;
        left: 0%;
        bottom: auto;
        z-index: -2;
        min-height: 400px;
        width: 100%;
        max-width: 100%;
    }

    .w-layout-grid {
        grid-template-areas: none;
    }

    .w-layout-grid .brix---paragraph-default-3 .brix---mg-bottom-0 {
        font-size: .8em;
        padding: 0;
        max-width: 90%;
        margin: 0 auto;
    }

    #O-que-o-Ezra {
        padding: 0 !important;
    }

    .brix---heading-h2-size {
        max-width: 100%;
        margin: 0 auto;
    }

    .brix---heading-h2-size-2 {
        max-width: 100%;
        margin: 0;
    }

    #CTA1 img.brix---cta-v3-floating-item-02-2 {
        left: auto;
        top: auto;
        right: -20%;
        bottom: -15%;
    }

    .w-background-video-atom {
        max-width: 100% !important;
        margin: 0;
    }

    .w-background-video-atom video {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .second-div {
        width: 200px !important;
    }
}

.brix---button-row-left-4 {
    margin: 0;
    width: auto;
}

.brix---button-row-left-4 a {
    margin: 0 !important;
}

#BRIX-Footer-Email-V16 {
    font-size: 1.2em;
}

.brix---tabs-content-card.w-tab-content {
    height: 650px;
}

.btn-click {
    z-index: 999;
    cursor: pointer
}

.text-align-left {
    text-align: left;
}

#O-que-o-Ezra {
    height: 200px;
}

#O-que-o-Ezra .w-row {
    /* height: 250px; */
    display: flex;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

#O-que-o-Ezra .w-row div {
    height: 100%;
}

#O-que-o-Ezra .heading {
    margin: 0;
    padding: 0;
    text-align: right;
}

#O-que-o-Ezra p.paragraph {
    margin: 0;
    padding: 0;
}

.btn-center {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
}

.funcionalidades.wf-section {
    margin-bottom: 5em;
    padding-bottom: 0;
    margin-top: 0;
}

    .funcionalidades.wf-section .button-area {
        margin-top: 10em;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .funcionalidades.wf-section .w-button {
        margin: 0 auto;
        padding: 1.2em 2em;
    }

#Depoimentos.wf-section .w-button:hover {
    background-color: #4f81d6;
}

#Overview {
    margin-top: 0;
    padding-top: 0;
}

#Apresentacao, #O-que-o-Ezra, #CTA1, #Diferenciais, #Funcionalidades, #Overview, #Aplicativos, #Chamada, #Jornada, #Preco, #Depoimentos {
    margin: 2em 0;
    /*padding-bottom: 0;*/
    /*padding-top: 80px; P-TOP */
}

#CTA1 {
    margin-top: 10em;
}

.brix---cta-card {
    overflow: hidden;
}

.text-content {
    height: 300px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.m-0-p-0 {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.brix---mg-bottom-56px-2 {
    margin-bottom: 2em;
}

.paragraph-2 {
    margin-bottom: 2em;
    padding: 0;
}

.brix---inner-container-600px---center, .brix---text-center, .brix---paragraph-default-3 {
    width: 100%;
    margin: 0 auto;
}

.brix---tabs-content-card.w-tab-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-pane {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#Diferenciais .image-div {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.image-div img {
    width: 100%;
    margin: 0 auto;
}

.w-background-video-atom {
    max-width: 100% !important;
    margin: 0;
    height: 500px;
}

    .w-background-video-atom video {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

.brix---mg-bottom-0 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.first-div {
    min-width: 50%;
}

.first-div.full {
    min-width: 100% !important;
}

.first-div p {
    padding: 0;
}

.second-div {
    width: 160px;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
    text-align: right;
}

    .second-div div {
        margin: 0;
        padding: 0;
        width: 100%;
    }

.background-video-2.w-background-video.w-background-video-atom video {
    border-radius: 25px;
}

.brix---btn-primary-white.w-button {
    color: #4f81d6;
}

/*.brix---header-wrapper {
    position: fixed !important;
    width: 100vw;
    transition: .6s;
}

.brix---header-content-wrapper {
    transition: .6s;

}

.brix---header-content-wrapper.roll:hover {
    justify-content: space-between;
}

.brix---header-content-wrapper.roll:hover .brix---header-right-col {
    display: flex;
}

.brix---header-content-wrapper.roll {
    justify-content: center;
}

.brix---header-right-col {
    transition: .6s;
}

.brix---header-content-wrapper.roll .brix---header-right-col {
    display: none;
}*/


#Diferenciais {
    margin-top: 2em;
}

.funcionalidades.wf-section .w-button {
    margin: 2em 0;
}

#Overview {
    padding-bottom: 0;
}

#Jornada .paragraph-3 {
    font-size: 1.2em;
}

#Jornada {
    padding-top: 3em;
}

@media screen and (min-width:990) and (max-width: 1024px) {
    .brix---grid-2-columns---pricing-v9 {
        grid-template-columns: 1fr 1fr;
    }
}