    /** main banner styles **/

        #et-promote-push * {
            border: none;
            width: auto;
            height: auto;
            max-width: initial;
            max-height: initial;
            min-width: auto;
            min-height: auto;
            background: initial;
            font-family: inherit;
            color: inherit;
            font-weight: normal;
            box-sizing: initial;
            margin: initial;
            padding: initial;
            vertical-align: initial;
        }

        #et-promote-push {
            position: fixed;
            transition: opacity 1s ease-in, visibility 1s ease-in;
            visibility: hidden;
            opacity: 0;
            z-index: 2147483647;
            box-sizing: initial;
            margin: initial;
            padding: initial;
            display: block;
            border: none;
            width: auto;
            height: auto;
            max-width: initial;
            max-height: initial;
            min-width: auto;
            min-height: auto;
            background: initial;
            font-family: inherit;
            color: inherit;
            font-weight: normal;
            vertical-align: initial;
        }

        #et-promote-push .et-promote-push-flex {
            display: flex;
            flex-wrap: wrap;
        }

        #et-promote-push .et-promote-push-left-spacer {
            display: none;
        }

        #et-promote-push .et-promote-chrome-tip {
            display: none;
        }

        #et-promote-push .et-promote-push-arrow {
            display: none;
        }

        #et-promote-push .et-promote-push-arrow.user-interaction {
            opacity: 0;
        }

        #et-promote-push .et-promote-push-arrow img {
            position: absolute;
            top: 56px;
            left: 12px;
        }

        #et-promote-push .et-promote-push-right-spacer {
            display: none;
        }

        #et-promote-push .et-promote-push-container {
            font-family: Arial, Helvetica, sans-serif;
            word-break: break-word;
        }

        #et-promote-push .et-promote-push-body {
            display: flex;
            justify-content: flex-start;
        }

        #et-promote-push .et-promote-push-icon {
            float: left;
        }

        #et-promote-push .et-promote-push-icon img {
            max-width: 192px;
            max-height: 192px;
        }

        #et-promote-push .et-promote-push-content {
            padding: 10px 5px 0px 5px;
            line-height: initial;
            margin: 0px 5px;
        }

        #et-promote-push .et-promote-push-closer {
            margin: 0px 5px;
            cursor: pointer;
            position: absolute;
            right: 5px;
            top: 10px;
        }

        #et-promote-push .et-promote-push-title {
            font-weight: bold;
            font-size: 15px;
        }

        #et-promote-push .et-promote-push-text {
            padding-top: 12px;
        }

        #et-promote-push a {
            text-decoration: underline;
        }

        #et-promote-push a:hover {
            text-decoration: none;
        }

        #et-promote-push .et-promote-push-user-interaction {
            justify-content: flex-start;
            margin-top: 15px;
            transition: opacity 0.5s ease;
            padding-right: 10px;
        }

        #et-promote-push .et-promote-push-user-interaction.hide {
            opacity: 0;
        }

        #et-promote-push .et-promote-push-allow {
            cursor: pointer;
        }

        #et-promote-push .et-promote-push-disallow {
            cursor: pointer;
        }

        #et-promote-push .et-promote-bottom-block {
            display: flex;
            flex-direction: column;
        }

        #et-promote-push .et-promote-push-footer {
            justify-content: space-between;
            align-items: first baseline;
            padding: 15px 5px 20px 15px;
        }

        #et-promote-push .et-promote-push-signalize-link {
            text-decoration: none;
            font-size: 75%;
        }

        #et-promote-push .et-promote-push-privacy-link {
            visibility: visible;
        }

        #et-promote-push .et-promote-push-signalize-link:hover {
            text-decoration: underline;
        }

        #et-promote-push .et-promote-push-signalize-link::before {
            content: "";
            height: 25px;
            width: 25px;
            position: relative;
            display: inline-flex;
            background-position: 50px 50px;
            background-size: 300%;
            top: 10px;
            left: -3px;
        }

        #et-promote-push .et-promote-push-buttons {}

        #et-promote-push .et-promote-interests {
            padding: 0px 5px;
        }

        #et-promote-push .et-promote-interests-mobile-button {
            display: none;
            justify-content: center;
        }

        #et-promote-push .et-ask-push-allow {
            cursor: pointer;
        }

        #et-promote-push .et-promote-interests-title {
            padding-top: 15px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        #et-promote-push .et-promote-push-arrow {
            display: block;
        }

        @media screen and (max-width:910px) {
            #et-promote-push .et-promote-push-arrow {
                display: none;
            }
        }

        #et-promote-push .et-promote-interests-list {
          max-height: 40vh;
          overflow-y: auto;
          overflow-x: hidden;
        }

        #et-promote-push .et-promote-interests-list label {
            position: relative;
            cursor: pointer;
            user-select: none;
            width: 98%;
            display: block;
            padding: 10px 0 11px 0;
        }

        #et-promote-push .et-promote-interests-list label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        #et-promote-push .et-promote-interests-list label  .et-promote-interests-toggle-label {
            margin-right: 40px;
            display: block;
        }

        #et-promote-push .et-promote-interests-list label .et-promote-interests-toggle {
             position: relative;
             left: 0;
             width: 18px;
             float: right;
        }

        #et-promote-push .et-promote-interests-list label .et-promote-interests-toggle::before {
            content: "";
            width: 30px;
            height: 14px;
            background-color: #2230b7;
            right: 30px;
            position: absolute;
            opacity: 0.5;
            transition: right 0.5s;
        }

        #et-promote-push .et-promote-interests-list label .et-promote-interests-toggle-switch {
            content: "";
            position: absolute;
            height: 20px;
            width: 20px;
            float: right;
            transition: right 0.5s;
            right: 16px;
            top: 7px;
            border-radius: 20px;
            z-index: 5;
            background-color: #f1f1f1;
            border: 1px solid #f1f1f1;
        }

        #et-promote-push .et-promote-interests-list label .et-promote-interests-toggle-border {
            display: block;
            z-index: 5;
            position: absolute;
            width: 34px;
            height: 14px;
            border-radius: 20px;
            top: 11px;
            right: 0px;
            overflow: hidden;
            background-color: rgba(34, 31, 31, 0.26);
        }

        #et-promote-push .et-promote-interests-list label input:checked ~ .et-promote-interests-toggle-switch {
            right: -4px;
        }

        #et-promote-push .et-promote-interests-list label input:checked ~ .et-promote-interests-toggle-border .et-promote-interests-toggle::before {
            right: 5px;
        }

        #et-promote-push .et-promote-interests-list label input:checked ~ .et-promote-interests-toggle-switch {
            background-color: #2230b7;
            border: 1px solid #2230b7;
        }