<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bounce_full-screen {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.9);
		z-index: 10000000 !important;
}

.bounce_flex-container-center {
		displaY: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
}

.bounce_full-screen {
		color: white;
}

.bounce_hidden {
		display: none;
}

.bounceBox {
		background-color: #f0f0f0;
		color: #333;
		max-width: 600px;
		width: 95%;
		height: auto;
		max-height: 300px;
		font-size: 30px;
		margin: auto;
		padding: 20px;
		text-align: center;
		background-repeat: no-repeat, repeat;
		background-size: 600px 400px;
		box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
		position: relative;
}

.bounce_modal_open {
		height: 100vh;
		overflow-y: hidden;
}

.bounceButtonClose {
		text-decoration: none;
		color: #fff;
		background-color: inherit;
		cursor: pointer;
		font-size: 35px !important;
		line-height: 25px !important;
		background-color: transparent;
}

.bounceButtonClose a{
		color: #fff !important;
}
		.topright {
		position: absolute;
		top: -50px;
		right: 0px;
		border-radius: 40%;
		height: 25px;
		width: 25px;
		border-radius: 50%;
		display: inline-block;
		transition-duration: 1.5s;
		transition-property: transform;
}

		.topright:hover {
				transform: rotate(360deg);
				-webkit-transform: rotate(360deg);
		}

.bounceTitle {
		font-size: 20px !important;
}

.bounceDescription {
		font-size: 15px !important;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 22px;
}

.bounceEmailInput {
		width: 90% !important;
		font-size: 12px !important;
		height: 35px !important;
		border: none !important;
		border-bottom: solid 1px #fff;
		margin-bottom: 10px;
		margin-top: 20px;
		padding-left: 10px;
		font-weight: bold;
}

.bounceButton {
		font-size: 15px !important;
		background-color: #333 ;
		color: #fff;
		padding: 10px;
		font-weight: bold;
}

.bounceButtonShowCase {
		font-size: 15px !important;
		background-color: #333;
		color: #fff;
		padding: 10px;
		font-weight: bold;
		overflow: visible;
}

.bounceDisCode {
		font-size: 15px;
		margin-top: 10px;
		font-weight: normal !important;
}
		.bounceDisCode b {
		font-weight: bold !important;
		}

.bounceLeft {
		text-align: center;
		width: 50%;
		flex: 1;
}

.bounceRight {
		width: 50%;
		float: left;
		padding: 10px;
}

.ball-loader {
		width: 100px;
		height: 23.3333333333px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
}

.ball-loader-ball {
		will-change: transform;
		height: 23.3333333333px;
		width: 23.3333333333px;
		border-radius: 50%;
		background-color: lightBlue;
		position: absolute;
		-webkit-animation: grow 1s ease-in-out infinite alternate;
		animation: grow 1s ease-in-out infinite alternate;
}

		.ball-loader-ball.ball1 {
				left: 0;
				transform-origin: 100% 50%;
		}

		.ball-loader-ball.ball2 {
				left: 50%;
				transform: translateX(-50%) scale(1);
				-webkit-animation-delay: 0.33s;
				animation-delay: 0.33s;
		}

		.ball-loader-ball.ball3 {
				right: 0;
				-webkit-animation-delay: 0.66s;
				animation-delay: 0.66s;
		}

@-webkit-keyframes grow {
		to {
				transform: translateX(-50%) scale(0);
		}
}

@keyframes grow {
		to {
				transform: translateX(-50%) scale(0);
		}
}


@media only screen and (max-width: 650px) {
		.bounceLeft {
				text-align: center;
				width: 100%;
				max-height: 300px;
				display: inline-block;
		}

		.bounceRight {
				width: 100%;
				float: left;
				padding: 10px;
				display: inline-block;
				padding-bottom: 20px;
		}

		.bounceBox {
				max-height: 100vh !important;
				max-width: 300px;
				display: inline-block !important;
		}

		.topright {
				top: -30px;
		}
}
</pre></body></html>