.elementor-511 .elementor-element.elementor-element-2b04be9{--display:flex;}/* Start custom CSS for container, class: .elementor-element-2b04be9 *//* ==========================================================
   SPONSORSHIP BANNER
========================================================== */

.mts-tooltheft-sponsor {
    max-width: 1140px;
    margin: -25px auto 55px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    background: #016171;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(43,62,72,.12);
}

.mts-tooltheft-sponsor-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD6328;
    color: #fff;
    border-radius: 50%;
}

.mts-tooltheft-sponsor-icon svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.mts-tooltheft-sponsor-copy {
    flex: 1;
}

.mts-tooltheft-sponsor-copy > span {
    display: block;
    margin-bottom: 3px;
    color: #FD6328;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
}

.mts-tooltheft-sponsor-copy h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.mts-tooltheft-sponsor-copy p {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.mts-tooltheft-sponsor-button {
    flex-shrink: 0;
    padding: 13px 21px;
    background: #FD6328;
    color: #fff !important;
    border: 2px solid #FD6328;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all .18s ease;
}

.mts-tooltheft-sponsor-button:hover {
    background: #fff;
    border-color: #fff;
    color: #016171 !important;
}


/* TABLET */

@media (max-width: 1024px) {

    .mts-tooltheft-sponsor {
        margin-left: 20px;
        margin-right: 20px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .mts-tooltheft-sponsor {
        margin: -20px 15px 45px;
        padding: 24px 22px;
        flex-direction: column;
        align-items: flex-start;
    }

    .mts-tooltheft-sponsor-button {
        width: 100%;
        text-align: center;
    }

}/* End custom CSS */