.elementor-43139 .elementor-element.elementor-element-5e096c5e{--display:flex;}.elementor-43139 .elementor-element.elementor-element-df0e252{--display:flex;}/* Start custom CSS for global, class: .elementor-global-52309 */.sticky-cta {
    width: 600px; 
    z-index: 100; 
    position: fixed; 
    bottom: 25px; 
    left: 50%; 
    margin-left: -300px;
    background: #e70222; 
    border-radius: 10px; 
    box-shadow: 4px 4px 5px #bbb;
}
.sticky-cta a {
    color: #fff; 
    padding: 15px 30px; 
    text-decoration: none; 
    display: block; 
    font-size: 25px; 
    font-weight: bold;
    text-align: center; 
    line-height: 1.2;
}
@media (max-width: 900px) {
    .sticky-cta {
        max-width: 80% !important;
        left: 10% !important;
        margin-left: 0 !important;
    }
}/* End custom CSS */