#main {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#main .fusion-row {
    max-width: 100% !important;
}

.section {
    padding: 49px 37px 0 37px;
    color: #2F4771;
}

.section p {
    font-size: 16px;
    line-height: 18px;
}

.subsection {
    width: 100%;
    max-width: 367px;
    margin: auto;
}

.subsection p {
    margin: 0 auto;
    max-width: 305px;
}

.bartitle {
    background: #C5ECF666;
    padding: 30px 26px;
    font-weight: 700;
    color: #2F4771;
    height: 184px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 100%;
}

.bartitle h1 {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 34px !important;
    margin-bottom: 10px !important;
    color: #2F4771 !important;
    max-width: 684px;
    text-align: center;
}

.bartitle p {
    font-size: 22px;
    line-height: 19px;
    margin: 0;
}

.cta {
    background-color: #fff;
    max-width: 660px;
    margin: auto;
    padding-top: 43px;
    padding-bottom: 52px;
    text-align: center;
}

.cta h3 {
    margin: 0 0 9px 0 !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 19px;
    color: #2F4771;
}

.cta p {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
}
.cta p.disclaimer {
font-size: 11px;
margin: 0 !important;
}

h3.subtitle {
    margin: 0 0 12px 0 !important;
    font-weight: 700;
    font-size: 22px !important;
    color: #2F4771;
    line-height: 23px !important;
}

.cta__button {
    display: inline-block;
    background: #01ABC7;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
    width: 100%;
    max-width: 357px;
    height: 57px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px auto 15px;
}

.cta__button:hover {
    background-color: #1CA9C5;
    color: #FFF;
    cursor: pointer;
}

.subsection .cta__button {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 19px;
}

.content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
    width: 100%;
}

.disclaimers {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.disclaimers a,
.disclaimers p {
    font-size: 14px;
    line-height: 16px;
}

.object {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    gap: 0px;
    margin: auto;
}

.content img {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.gray-bg {
    background-color: #e0e0e0;
}



@media (min-width: 1024px) {
    .cta {
        padding-top: 32px;
        padding-bottom: 67px;
    }

    .cta h3 {
        font-size: 22p !important;
    }

    .cta .button {
        height: 48px;
    }

    .cta p {
        margin: 0 0 20px 0 !important
    }

    .content {
        flex-direction: row;
        text-align: left;
        padding-top: 33px;
    }

    .content:not(.gray-bg) .subsection {
        max-width: 380px;
    }

    .content h3,
    .content p {
        text-align: left;
    }

    .content h3 {
        font-size: 30px !important;
        line-height: 27px;
    }

    .content p {
        font-size: 18px;
        line-height: 20px;
    }

    .content img {
        margin-top: 0;
    }
    
    
    .subsection {
        max-width: 444px;
        text-align: left;
        width: 50%;
    }

    .subsection p {
        margin: 0;
    }

    h3.subtitle {
        font-size: 22px !important;
        line-height: 23px !important;
        max-width: 305px;
    }

    .object {
        flex-direction: row;
        text-align: left;
        gap: 150px;
        max-width: 1300px;
    }

    .gray-bg .object {
        flex-direction: row-reverse;
    }
}
