body {
	margin: 0px;
	padding: 0px;
}


#adArea {
/*	background-color: rgba(222, 222, 222, 1);*/
    background: #6100b8;
}

#ctaArea {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    height: 15%;
    z-index: 7777;
    cursor: pointer;
}
#area {
    cursor: pointer;
}

#bg {
    background-image: url(images/bg.png);
}
#ctaCont {
    position: absolute;
    bottom: 20px;
}
#cta {
    background-image: url(images/cta.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cta {
    position: absolute;
    width: 393px;
    height: 99px;
}
#ctaBG {
    background-color: #a877f6;
    border-radius: 50px;

}

.animBG {
    background: linear-gradient(-45deg, #a877f6, #fae00f, #863ccd, #f9e787);
    background-size: 200% 200%;
    animation: gradient 0.6s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


#text {
    background-image: url(images/text.png);
}
#logo {
	background-image: url(images/logo.png);
}


.bgfit {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}















/*////////////////////////////////////////////////*/


.abs {
    position: absolute;
}
.rct {
    width:300px;
    height:600px;
    position: absolute;
}
.wrapper {
    overflow: hidden;
    text-overflow: clip;
}
.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noVis{
    visibility: none;
}
.noDisplay{
    display: none;
}