.ugx-live-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    line-height: 1.12;
    text-align: center
}

.ugx-live-brand>img {
    max-width: 110px !important;
    max-height: 48px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    mix-blend-mode: multiply
}

.ugx-live-brand>strong {
    display: block;
    font: 900 clamp(21px, 2.7vw, 32px)/1.15 Inter, Arial, sans-serif;
    letter-spacing: -1px;
    color: #ba4d00;
    background: linear-gradient(180deg, #fbb84f 0%, #f16b00 50%, #9f3500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow-wrap: anywhere;
    max-width: 100%
}

.ugx-live-brand.is-hero {
    margin: 16px 0 20px
}

.ugx-live-brand.is-hero>strong {
    font-size: clamp(43px, 6vw, 82px);
    letter-spacing: -2px;
    line-height: 1.06;
    text-shadow: 0 4px 12px #ff9c0030
}

.ugx-brand .ugx-live-brand {
    min-height: 62px
}

.ugx-hero-art .ugx-phone {
    height: auto !important;
    object-fit: contain
}

.ugx-building>img {
    object-fit: contain
}

.nn-logo .ugx-live-brand {
    padding: 18px 8px;
    min-height: 120px;
    gap: 9px
}

.nn-logo .ugx-live-brand>strong {
    font-size: 27px
}

.ua-brand .ugx-live-brand {
    padding: 20px 0
}

.ua-brand .ugx-live-brand>strong {
    font-size: clamp(30px, 4vw, 55px)
}

.up-cta-brand .ugx-live-brand {
    margin: 14px auto
}

.up-cta-brand .ugx-live-brand>strong {
    font-size: 30px
}

@media(max-width:680px) {
    .ugx-brand .ugx-live-brand>strong {
        font-size: 22px
    }
    .ugx-brand .ugx-live-brand>img {
        max-width: 75px !important;
        max-height: 32px !important
    }
    .ugx-brand .ugx-live-brand {
        gap: 3px;
        min-height: 42px
    }
    .ugx-live-brand.is-hero>strong {
        font-size: clamp(37px, 11vw, 60px)
    }
    .ugx-live-brand.is-hero {
        margin: 15px 0
    }
    .ua-brand .ugx-live-brand>strong {
        font-size: 32px
    }
}