
            .baceee-dbdaea {
                position: fixed;
                z-index: 9997;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: none;
            }

            .baceee-dbdaea.active {
                display: block;
                -webkit-animation: baceee-appear;
                animation: baceee-appear;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .baceee- {
                display: flex;
                justify-content: center;
                align-items: center;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 9998;
            }

            .baceee-baceee {
                height: auto;
                width: auto;
                position: relative;
                max-width: 40%;
                padding: 4rem;
                opacity: 0;
                z-index: 9999;
                transition: all 0.5s ease-in-out;
                border-radius: 1rem;
                margin: 1rem;
                text-align: center;
            }

            .baceee-baceee.active {
                opacity: 1;
                -webkit-animation: baceee-appear;
                animation: baceee-appear;
                -webkit-animation-delay: .1s;
                animation-delay: .1s;
                -webkit-animation-duration: .5s;
                animation-duration: .5s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .baceee-baceee h4 {
                margin: 0 0 1rem 0;
                padding-right: .8rem;
            }

            .baceee-baceee p {
                margin: 0;
            }

            @media only screen and (max-width: 1140px) {
                .baceee-baceee {
                    min-width: 60%;
                }
            }

            @media only screen and (max-width: 768px) {
                .baceee-baceee {
                    padding: 3rem;
					min-width: calc(80% - 6rem);
                }
            }

            @media only screen and (max-width: 420px) {
                .baceee-baceee {
                	padding: 2rem;
                    min-width: calc(90% - 4rem);
                }
            }

            .baceee-close {
                position: absolute;
                right: 1rem;
                top: 1rem;
                display: inline-block;
                cursor: pointer;
                opacity: 1;
                width: 32px;
                height: 32px;
                -webkit-animation: baceee-close-appear;
                animation: baceee-close-appear;
                -webkit-animation-delay: 1000ms;
                animation-delay: 1000ms;
                -webkit-animation-duration: .4s;
                animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                transform: scale(100%) !important;
            }

            .baceee-close:hover {
                opacity: 1;
            }

            .baceee-close:before,
            .baceee-close:after {
                position: absolute;
                left: 15px;
                content: " ";
                height: 33px;
                width: 2px;
                background: rgba(35, 40, 45, 1);
            }

            .baceee-close:before {
                transform: rotate(45deg);
            }

            .baceee-close:after {
                transform: rotate(-45deg);
            }

            .baceee-compact-right-top .baceee- {
                justify-content: flex-end;
                align-items: flex-start;
            }

            .baceee-compact-left-top .baceee- {
                justify-content: flex-start;
                align-items: flex-start;
            }

            .baceee-compact-right-bottom .baceee- {
                justify-content: flex-end;
                align-items: flex-end;
            }

            .baceee-compact-left-bottom .baceee- {
                justify-content: flex-start;
                align-items: flex-end;
            }

            .baceee-full .baceee-dbdaea {
                position: fixed;
                z-index: 9998;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: none;
            }

            .baceee-full .baceee-dbdaea.active {
                display: block;
                -webkit-animation: baceee-appear;
                animation: baceee-appear;
                -webkit-animation-delay: .4s;
                animation-delay: .4s;
                -webkit-animation-duration: .4s;
                animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .baceee-full .baceee-baceee {
                height: 100%;
                width: 100%;
                max-width: 100%;
                max-height: 100%;
                position: fixed;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                padding: 45px;
                opacity: 0;
                z-index: 9999;
                transition: all 0.5s ease-in-out;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

            .baceee-full .baceee-baceee.active {
                opacity: 1;
                -webkit-animation: baceee-appear;
                animation: baceee-appear;
                -webkit-animation-duration: .4s;
                animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .baceee-full .baceee-baceee h4 {
                margin: 0 0 1rem 0;
            }

            .baceee-full .baceee-baceee p {
                margin: 0;
            }

            .baceee-full .baceee-close {
                position: absolute;
                right: calc( 3rem + 32px );
                top: 3rem;
                width: 32px;
                height: 32px;
                display: inline-block;
                cursor: pointer;
                opacity: .3;
                -webkit-animation: baceee-close-appear;
                animation: baceee-close-appear;
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
                -webkit-animation-duration: .4s;
                animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .baceee-full .baceee-close:hover {
                opacity: 1;
            }

            .baceee-full .baceee-close:before,
            .baceee-full .baceee-close:after {
                position: absolute;
                left: 15px;
                content: " ";
                height: 33px;
                width: 2px;
            }

            .baceee-full .baceee-close:before {
                transform: rotate(45deg);
            }

            .baceee-full .baceee-close:after {
                transform: rotate(-45deg);
            }
            
            .wp-block-button__link {
			    box-shadow: none;
			    cursor: pointer;
			    display: inline-block;
			    padding: calc(0.667em + 2px) calc(1.333em + 2px);
			    text-align: center;
			    text-decoration: none;
			    word-break: break-word;
			    box-sizing: border-box;
			    margin: 1rem 0 0 0;
		    }

            @-webkit-keyframes baceee-appear {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }

            @keyframes baceee-appear {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }

            @-webkit-keyframes baceee-close-appear {
                from {
                    opacity: 0;
                    transform: scale(0.2);
                }
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }

            @keyframes baceee-close-appear {
                from {
                    opacity: 0;
                    transform: scale(0.2);
                }
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }

            body.baceee-ecdbdaeaba { 
                -webkit-backface-visibility: none;
            }

            body.baceee-ecdbdaeaba > *:not(#wpadminbar):not(.baceee-baceee):not(.baceee-):not(.baceee-dbdaea):not(#ez-cookie-dialog-) {
                -webkit-filter: blur(5px);
                filter: blur(5px);
            }
        
					.baceee-close-button {
		                border: unset;
		                color: rgba(255, 255, 255, 1) !important;
		                background-color: rgba(255, 0, 0, 0.75) !important;
		                padding: calc(0.667em + 2px) calc(1.333em + 2px);
		                margin: 1rem 0 0 0;
		                cursor: pointer;
		                box-sizing: border-box;
		                transition: .4s;
		            }
		            .baceee-close-button:hover,
		            .baceee-close-button:focus {
		                color: rgba(255, 255, 255, 1) !important;
		                background-color: rgba(255, 0, 0, 1) !important;
		                transition: .4s;
		            }
	            
				.baceee-guide-trigger {
	                font-size: smaller;
	                clear: both;
	                margin-top: 1rem;
	                display: block;
	                text-decoration: underline;
	                text-decoration-style: dotted;
	                cursor: pointer;
	            }
	            .baceee-guide-trigger:hover {
	                text-decoration: underline;
	                text-decoration-style: dotted;
	            }
	            .baceee-guide ol {
	                text-align: left;
	            }
	            .baceee-guide > div {
	                position: relative;
	                text-align: right;
	                background: url(https://freewebcart.com/wp-content/plugins/deblocker/images/browser/browser-top-repeat.jpeg) repeat-x top center;
	            }
	            .baceee-guide > div:before{
	                content: "";
	                background: linear-gradient( to left, rgba(255,255,255,0.01), white);
	                width: 30%;
	                height: 100%;
	                position: absolute;
	                top: 0;
	                left: 0;
	            }
				