.con-mngr-video.con-mngr-iframe-styles {
    background-color: transparent
}

.con-mngr-video.con-mngr-hidden {
    visibility: hidden !important
}

.con-mngr-blocked-content-notice {
    display: none
}

.con-mngr-placeholder-parent {
    height: inherit
}

.con-mngr-optin .con-mngr-blocked-content-container .con-mngr-blocked-content-notice,
.con-mngr-optout .con-mngr-blocked-content-container .con-mngr-blocked-content-notice,
.con-mngr-optin .con-mngr-wp-video .con-mngr-blocked-content-notice,
.con-mngr-optout .con-mngr-wp-video .con-mngr-blocked-content-notice {
    display: block
}

.con-mngr-blocked-content-container,
.con-mngr-wp-video {
    animation-name: con-mngr-fadein;
    animation-duration: 600ms;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: inherit;
    position: relative
}

.con-mngr-blocked-content-container.gmw-map-cover,
.con-mngr-wp-video.gmw-map-cover {
    max-height: 100%;
    position: absolute
}

.con-mngr-blocked-content-container.con-mngr-video-placeholder,
.con-mngr-wp-video.con-mngr-video-placeholder {
    padding-bottom: initial
}

.con-mngr-blocked-content-container iframe,
.con-mngr-wp-video iframe {
    visibility: hidden;
    max-height: 100%;
    border: 0 !important
}

.con-mngr-blocked-content-container .con-mngr-custom-accept-btn,
.con-mngr-wp-video .con-mngr-custom-accept-btn {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.con-mngr-blocked-content-container .con-mngr-custom-accept-btn:focus,
.con-mngr-wp-video .con-mngr-custom-accept-btn:focus {
    border: 1px dotted #cecece
}

.con-mngr-blocked-content-container .con-mngr-blocked-content-notice,
.con-mngr-wp-video .con-mngr-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.con-mngr-blocked-content-container .con-mngr-blocked-content-notice .con-mngr-links,
.con-mngr-wp-video .con-mngr-blocked-content-notice .con-mngr-links {
    display: block;
    margin-bottom: 10px
}

.con-mngr-blocked-content-container .con-mngr-blocked-content-notice .con-mngr-links a,
.con-mngr-wp-video .con-mngr-blocked-content-notice .con-mngr-links a {
    color: #fff
}

.con-mngr-blocked-content-container .con-mngr-blocked-content-notice .con-mngr-blocked-content-notice-body,
.con-mngr-wp-video .con-mngr-blocked-content-notice .con-mngr-blocked-content-notice-body {
    display: block
}

.con-mngr-blocked-content-container div div {
    display: none
}

.con-mngr-wp-video .con-mngr-placeholder-element {
    width: 100%;
    height: inherit
}

.con-mngr-description-functional,
.con-mngr-description-preferences,
.con-mngr-description-statistics,
.con-mngr-description-marketing {
    display: inline-block;
    line-height: 18px;
}

@keyframes con-mngr-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}