<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Arroyo';
	src: url('../fonts/Arroyo.eot');
	src: url('../fonts/Arroyo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arroyo.woff') format('woff'),
		url('../fonts/Arroyo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src: url('../fonts/AvenirLTStd-Heavy.eot');
	src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirLTStd-Heavy.woff') format('woff'),
		url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'AvenirLTStd-Heavy' !important;
	overflow-x: hidden;
	background: #fff !important;
	border:none !important;
}
img {
	height: auto;
}
header{
	background: #092c1d;
	padding: 10px 30px 5px;
}
a:hover, a:focus {
	text-decoration: none !important;

}
header .loginbtns a{
	    background: #face14;
    color: #226c51;
    font-size: 18px;
    padding: 6px 45px;
    display: inline-block;
        font-weight: bold;
}

a .glyphicon.glyphicon-comment::before {
	content: '';
}

a .glyphicon.glyphicon-comment {
	background: url(../img/livechat.png) no-repeat;
	width: 33px; height: 23px;
	
}
/*Copy Button*/
input.CopyButton {
	padding: 5px 15px;
	color: #face14;
	background: black;
	margin: 0px;
	border: none;
	display: inline-block;
	text-align: center;
	max-width: 210px;
	border-radius: 0;
	background-color: #2d5d36;
	font-size: 21px;
}
.copywrapper {
	display: inline-block;
    position: relative;
	width: 60px;
	height: 52px;
}
.clipboard {
	background: #face14;
	text-align: center;
	color: #013e29;
	display: inline-block;
	cursor: pointer;
	position: absolute;
    bottom: -13px;
	left: 0;
	right: 0;
}
.clipboard::before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 12px solid #9b710a;
	border-left: 8px solid transparent;
	position: absolute;
	align-self: flex-start;
	left: -8px;
}
.clipboard i {
	display: block;
	font-size: 20px;
}
.copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 52px;
}
.copy span,
.copied span {
	font-size: 13px;
}
.copied {
	display: none;
}
.clipboard.current .copied{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 52px;
}
.clipboard.current .copy{
	display: none;
}

.bettergaming p{
	    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-right: 20px;
}
.loginbtns{
	padding-top: 40px;
}
.loginbtns.inside p{
	display: none;
}
.bettergaming{
	padding-top: 35px;
}
.banner .custom{
	/*background: url(../img/banner.jpg) no-repeat;*/
	padding: 50px 0px;
	background-repeat: none;
}
.startthe h1{
     font-size: 93px;
    color: #fff;
    line-height: 85px;
    font-family: 'Arroyo';
}
.startthe .startthebtn{
	    background: #face14;
    color: #226c51;
    font-size: 21px;
    padding: 7px 12px;
    margin-top: 6px;
    display: inline-block;
}
.btsarrow{
	border-left: 1px solid #d4b017;
	    margin-left: 16px;
    top: 6px !important;
    padding-left: 5px;
    line-height: 25px !important;
        font-size: 26px;
}
.startthe{
	padding-top:50px;
}
.contentblock h3{
	color: #052013;
	font-size: 56px;
	margin: 0px;
}
.contentblock h6{
	margin: 0px;
	color: #face14;
	font-size: 31px;
	padding-bottom: 32px;
}
.senper{
	margin-top: 30px;
}
.contentblocks{
	padding: 50px 0px;
}
.contentblockimg img{
	width: 270px;
}
.freespins{
	width: 100%;
	background: #092c1d;
	padding: 50px 0px;
}
.spins,
.freespins .custom .col-md-6 img{
	width: 95%;
}
.freespa h3{
	font-size: 58px;
	color: #ffffff;
	margin-bottom: 0px;
}
.freespa h6{
	font-size: 30px;
	color: #face14;
	text-transform: uppercase;
	margin-top: 0px;
}
.freespins{
	color: #edeeee;
}
.aviableapps{
	padding-top: 50px;
}
.aviableapps p{
	margin-bottom: 5px;
}
.contentblockimg2 img{
	width: 320px;
	margin-bottom: 15px;
}
footer{
	background: #0f2716;
	padding: 20px 0px;
}
footer ul li{
	display: inline-block;
	list-style: none;
	    padding: 0px 5px;
}
.footermenu ul li{
	    border-right: 2px solid #e2b11d;
    line-height: 12px;
    padding: 0px 15px;
}
.footermenu ul li:last-child{
	border-right: none !important;
}
.footermenu  ul li a{
	color: #e2b11d;
	font-size: 20px;
}
.glyphicon-comment{
	padding-right: 11px;
    top: 4px !important;
}
.footermenu {
	    padding-top: 10px;
    padding-bottom: 34px;
}
.footerstar{
	    padding-bottom: 20px;
}
.footerstar{
	color: #fff;
}
.footerstar ul li img{
	    padding: 6px 0px;
}
#footer {
	font-family: 'Roboto', sans-serif;
	position:fixed;
	bottom:0;
	width:100vw;
	height:40px;
	background: #081303;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	left: 0;
}
#footer a,
#footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:active, #footer a:hover{
	color: #fbcd15 ;
	text-decoration: none;
}

#footer a:active, #footer a:hover, #footer a:focus{
	background-color: transparent;
}
.footer-menu ul li.deeper &gt; span:hover::after{
	background-color: transparent;
	text-decoration: none;
	color: #f8cb16;
}

.footer-menu {
	width: 100%;
	font-size: 1.2em;
}

.footer-menu ul {width:100%; list-style:none; margin: auto; text-align: center;}
.footer-menu ul &gt; li {display: inline-block;  font-size:14px; line-height: 20px;padding: 0;}
.footer-menu .nav &gt; li &gt; a, .footer-menu .nav &gt; li &gt; span{padding: 10px 25px;}
#footer .footer-menu ul li.active a{color: #f8cb16;}
.footer-menu ul li ul {padding:0;}
.footer-menu ul li ul li {display: block;:none; font-weight:normal; text-align: left;}
.footer-menu ul li.item-201, .outside .footer-menu ul li.item-201 .image-title{display: none;}
.outside .footer-menu ul li.item-201{display: inline-block; }
.outside .footer-menu ul li.item-201 &gt; span{padding: 5px 15px; }
.outside .footer-menu ul li.item-201 img{width: 40px;margin-top: 5px;cursor: pointer;}
.footer-menu ul li .nav-child{
	display: none;
	position: absolute;
	bottom: 31px;
	min-width: 150px;
}
.footer-menu ul li.deeper,
.footer-menu ul li.deeper span{
	color: #fff;
	cursor: pointer;
}
.footer-menu ul li.deeper span:hover,
.footer-menu ul li.deeper.active span{
	color: #f8cb16;;
}
.footer-menu ul li.deeper.active .nav-child{
	background-color: #fbcd17;
	display: block;
}
.footer-menu ul li.deeper &gt; span::after{
	content: '\25b2';
	color: #fff;
	margin-left: 5px;
	font-size: 11px;
}
.footer-menu ul li.deeper.active &gt; span::after{
	content: '\25bc';
	color: #FACE14;
	margin-left: 5px;
}
#footer .footer-menu ul li .nav-child li a{
	border-bottom: 1px solid #a39215;
	min-width: 150px;
	font-size: 12px;
	color: #000;
	display: block;
	widows: 100%;
	padding:5px 0;
	padding-left: 5px;
}
#footer a:active, #footer .nav-child a:hover, #footer .nav-child a:focus {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}
@media (max-width: 980px){
	.freespa{
	margin: 0px 34px;
}
.spins,
.freespins .custom .col-md-6 img{
	margin-top: 40px;
}
.footerstar ul li{
	margin-bottom: 10px;
}
}
@media (max-width: 768px){
	.contentblocks{
		padding: 20px 0px;
	}
	.contentblockimg2 img{
		max-width: 100%;
		margin: 15px auto;
		display: block;
	}
	.footermenu ul li a{
		font-size: 13px;
	}
	.glyphicon-comment {
    	padding-right: 3px;
	}
	.footermenu ul li {
	    line-height: 9px;
	    padding: 0px 6px;
	}
	.footermenu ul{
		padding: 0px;
	}
	.footerstar ul{
		padding: 0px;
	}
	.footerpaylogo ul{
		padding: 0px;
	}
	.footerpaylogo ul li img{
		width: 35px;
	}
	.footer-menu ul li .nav-child{
		right: 0;
	}
	.footer-menu ul li .nav-child a{
		padding: 0;
	}
	.footer-menu ul li {font-size: 10px;}
	.footer-menu ul li a, .footer-menu .nav &gt; li &gt; span{padding: 10px;}
	.outside .footer-menu ul li.item-201 &gt; span{padding: 5px 0;}
	.footer-menu .nav &gt; li &gt; a,
	.footer-menu .nav &gt; li &gt; span{
		padding: 10px 5px;
	}
	.footer-menu ul li.item-201 &gt; span a{
		padding: 0;
	}
}
@media (max-width: 560px){
	.contentblockimg img{
		width: 100%;
	}
	.contentblock h3{
		font-size: 32px;
	}
	.contentblock h6{
		font-size: 16px;
	}
	header .loginbtns a{
		font-size: 17px;
    	padding: 6px 33px;
	}
	.startthe h1 {
	    font-size: 68px;
	    line-height: 59px;
	}
	.startthe{
		padding-top: 0px;
		margin-left: 20px;
	}
	.freespa h3{
		font-size: 50px;
	}
	.freespa h6{
		font-size: 24px;
	}
	.couponcode h6{
		font-size: 24px;
	}
}
@media (max-width: 400px){
	header .loginbtns a {
	    font-size: 14px;
	    padding: 6px 26px;
	}
	.logo img{
		width: 100%;
	}
	.loginbtns{
		padding-top: 20px;
	}
	.startthe h1 {
	    font-size: 45px;
	    line-height: 44px;
	}
	.startthe .startthebtn{
		padding-top: 0px;
		font-size: 15px;
	}
	.freespa h3 {
    font-size: 36px;
	}
	.freespa h6 {
	    font-size: 18px;
	}
}
i b{
	display: none;
}
.outside#footer{
	display: none;
}
.footermenu.inside{
	display: none;
}

/* NWD Style */

.fp-seo-text {
	padding: 0;
	margin-top: 5rem;
	margin-bottom: 5rem;
	display: block;
}

.inside .fp-seo-text {
	display: none;
}

.fp-text {
	display: none;
	padding-left: 0;
}

.fp-text a {
	color: #face14;
}

.fp-text h3 {
	color: #7ec1a5;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


.fp-text:first-of-type {
	padding-right: 30px;
}

.container.major-footer {
	/*padding: 0 15px;*/
}

.major-footer {
	background: #0f2717;
	border-radius: 10px;
	padding: 35px 15px;
	color: #face14;
	/*display: none;*/
	margin-bottom: 25px;
}

.outside .major-footer {
	/*display: block;*/
}

.major-menu ul, .major-menu1 .custom, .major-menu2 .custom, .major-menu3 .custom, .major-menu4 .custom {
    padding-left: 5rem;
}

.major-menu a {
	text-decoration: none;
	font-size: 16px;
}

.major-menu .nav&gt;li&gt;a, .major-menu a {
	padding: 6px 0px;
	font-size: 16px;
	color: #fbb700;
}	

.major-menu li&gt;a:hover, .major-menu a:hover {
	background-color: transparent !important;
	text-decoration: underline;
	opacity: 0.8 !important;
	color: #fbb700;
}	

.major-menu1:before {
	/*content:url('/templates/fairgo_landing201707/images/footer-icon1.png');*/
	position: absolute;
	top: -11px;
}

.major-menu2:before {
	/*content:url('/templates/fairgo_landing201707/images/footer-icon2.png');*/
	position: absolute;
	top: -10px;
}

.major-menu3:before {
	/*content:url('/templates/fairgo_landing201707/images/footer-icon3.png');*/
	position: absolute;
	top: -10px;
}

.major-menu4:before {
	/*content:url('/templates/fairgo_landing201707/images/footer-icon4.png');*/
	position: absolute;
	top: -10px;
}

.copyright {
	margin-top: 3rem;
	display: none;
	font-size: 13px;
}

.outside .copyright{
display: block;
}

.intro-promotions {
	margin: 1rem 0 5rem;
}

.intro-text {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 16px;
}

.newlp h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.newlp .item-page {
	padding: 20px 35px;
}

.newlp .home-banking {
	margin: 3rem;
}

@media only screen and (max-width: 780px) {
	.major-menu1:before,.major-menu2:before,.major-menu3:before,.major-menu4:before {
		top: 10px;
	}
}

.new-lp-title {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 16px;
}

.new-lp-title h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #face14;
	font-size: 36px;
}

.top-margin {
	margin-top: 5vh;
}
</pre></body></html>