/* default */
html, body, h1, h2, h3, h4, div, span, p, ul, li, section {
	margin: 0;
	padding: 0;
}
body, #container * {
	box-sizing: border-box;
}

/* Banner */
#container {
	width: 300px;
	height: 600px;
	background-color: #FFCE07;
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}

#preloader {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #FFCE07;
	z-index: 2;
}

.logo {
	position: absolute;
}

.professional {
	top: 0;
	left: 0;
	opacity: 0;
}

.frame-1 {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.text-container {
	position: absolute;
}

.word {
	display: inline-flex;
	position: relative;
}

.highlight {
	position: absolute;
    z-index: 5;
	width: 0;
	height: 0;
	background-color: #ffffff;
    box-sizing: content-box !important;
}

.text-svg {
    z-index: 10;
}

.text-2, .cta, .risk {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.risk {
	opacity: 1;
}

.important-info {
	position: absolute;
	z-index: 99;
	opacity: 0;
}



/* Disclaimer */
div.scroll {
	overflow-y: scroll;
	height: 100%;
}

#scrollPane::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 0px;
}

.disclaimer-container {
	background-color: #FFCE07;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999 !important;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all 0.3s ease;
}

.disclaimer-container.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.completeDisclaimer {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 999 !important;
	font-family: 'arial';
	color: #000;
}

.scroll-icon, .logo-2 {
	top: 0;
	left: 0;
	position: absolute;
}

.close {
	position: absolute;
	z-index: 1000;
}