.elementor-3696 .elementor-element.elementor-element-2d4537e{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3696 .elementor-element.elementor-element-54f418c{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-54f418c *//* ===== Trust logos (Elementor-safe) ===== */

.trust-logo-item{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    height:44px;              /* controls row height */
    min-width:120px;
    padding:0 8px;
}

.trust-logo-item img.trust-logo-img{
    display:block !important;

    /* Prevent Elementor/global img rules from changing sizing */
    width:auto !important;
    height:34px !important;
    max-width:140px !important;
    max-height:34px !important;
    min-height:0 !important;

    object-fit:contain;
    object-position:center;

    filter:grayscale(100%);
    opacity:.55;

    transition:
        filter .3s ease,
        opacity .3s ease,
        transform .3s ease;

    flex-shrink:0;
}

.trust-logo-item:hover img.trust-logo-img{
    filter:none;
    opacity:1;
    transform:scale(1.05);
}/* End custom CSS */