/* Visual refinements after Phase 1 desktop/mobile preview review. */
.pm-brand-home .header__right-bottom.theme-gradient,
.pm-brand-home .header__right-bottom.theme-gradient:hover {
    background: transparent !important;
}

.pm-brand-home .header__right-bottom.theme-gradient::before,
.pm-brand-home .header__right-bottom.theme-gradient::after {
    visibility: hidden !important;
    opacity: 0 !important;
    background: transparent !important;
}

.pm-brand-home .header__area .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 17px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 15px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.pm-brand-home .header__area .logo img {
    filter: none !important;
}

.pm-brand-home .header__bar a,
.pm-brand-home .header__bar a:hover,
.pm-brand-home .header__bar a:focus {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .22) !important;
    border-radius: 14px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .09) !important;
    box-shadow: none !important;
}

.pm-brand-home .header__bar a::before,
.pm-brand-home .header__bar a::after {
    display: none !important;
}

.pm-brand-home .header__bar i {
    color: #fff !important;
    font-size: 20px;
}

.pm-brand-home .video-slider .slider__content,
.pm-brand-home .video-slider .slider__content h1 {
    opacity: 1 !important;
    filter: none !important;
}

.pm-brand-home .video-slider .slider__content h1 {
    color: #fff !important;
    text-shadow: 0 13px 38px rgba(0, 0, 0, .42) !important;
}

.pm-brand-home .pm-brand-trust__panel {
    background: rgba(255, 255, 255, .98) !important;
}

.pm-brand-home .side-widget {
    display: none !important;
}

html[dir="rtl"] .pm-brand-home .pm-hero-eyebrow::before {
    order: 2;
}

html[dir="rtl"] .pm-brand-home .pm-brand-trust__item {
    border-right: 0;
    border-left: 1px solid rgba(11, 23, 56, .08);
}

html[dir="rtl"] .pm-brand-home .pm-brand-trust__item:last-child {
    border-left: 0;
}

@media (max-width: 575px) {
    .pm-brand-home .header__area .row.no-gutters > div:first-child {
        width: 74% !important;
        flex: 0 0 74% !important;
        max-width: 74% !important;
    }

    .pm-brand-home .header__area .row.no-gutters > div:nth-child(2) {
        width: 26% !important;
        flex: 0 0 26% !important;
        max-width: 26% !important;
    }

    .pm-brand-home .header__area .logo,
    .pm-brand-home .header__right,
    .pm-brand-home .header__right-bottom {
        min-height: 82px !important;
        height: 82px !important;
    }

    .pm-brand-home .header__area .logo {
        justify-content: flex-start;
        padding: 8px 0 !important;
    }

    .pm-brand-home .header__area .logo a {
        max-width: 220px;
        padding: 8px 11px;
        border-radius: 12px;
    }

    .pm-brand-home .header__area .logo img {
        width: 188px !important;
        max-height: 52px !important;
    }

    .pm-brand-home .header__right-bottom {
        justify-content: flex-end !important;
        padding: 0 !important;
    }

    .pm-brand-home .header__bar {
        margin-left: auto !important;
    }

    .pm-brand-home .header__bar a {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
    }

    .pm-brand-home .video-slider {
        height: 900px !important;
        min-height: 900px !important;
        padding-top: 128px !important;
    }

    .pm-brand-home .video-slider .slider__content {
        padding-top: 12px;
    }

    .pm-brand-home .pm-hero-audience {
        max-width: 350px;
        padding-bottom: 24px;
    }

    .pm-brand-home .pm-brand-trust {
        margin-top: -28px !important;
    }
}
