<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: 'Futura';
	src: url('../fonts/FuturaBT-Book.eot');
	src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.woff') format('woff'), url('../fonts/FuturaBT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
body,
html {
	height: 100%;
	width: 100%;
}

*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: inherit;
}
.home-takeOver-wrap {
	background-color: rgba(0,0,0,.9);
	height: 100%;
	justify-content: center;
	align-items: center;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	position: fixed;
	width: 100%;
	z-index: 1111;
	top: 50%;
	transform: translateY(-50%);
	-mos-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
}
body .home-takeOver {
	background: #333333 !important;
	max-width: 90%;
	padding-top: 30px !important;
	max-height: 90vh;
}
	body .home-takeOver .home-takeOver-right {
		max-height:100%;
		overflow-y: auto;
	}

.home-takeOver-video-frame {
	padding-top: 48%;
	position: relative;
	margin-bottom: 20px;
}

	.home-takeOver-video-frame iframe {
		position: absolute;
		height: 100% !important;
		top: 0;
		left: 0;
	}
@media (min-width: 801px) {
	.download-app-wrap {
		display: none !important;
	}
	.sticky-pop-wrap {
		height: auto !important;
	}
	.home-takeOver {
		background-color: #71cfd7;
		border-radius: 10px;
		-mos-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 0;
		color: #fff;
		width: 100%;
		max-width: 1000px;
		justify-content: center;
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		max-height: 680px;
		height: 100vh;
		position: relative;
		-webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.16);
		overflow: hidden;
	}

	section.home-takeOver-wrap:before {
		content: "";
		background: rgba(0, 0, 0, 0.85);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}

	.home-takeOver-btn a {
		background-color: #4c46a6;
		color: #fff;
		padding: 13px 0;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 18px;
		font-family: 'Futura';
		text-transform: uppercase;
	}

	.home-takeOver-btn {
		width: 150px;
		margin-top: 20px;
	}

	.home-takeOver p {
		font-size: 16px;
		font-family: 'Futura';
	}

	.home-takeOver h3 {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 6px;
		font-family: 'Futura';
	}

	.home-takeOver h1 {
		font-size: 40px;
		line-height: 38px;
		margin-bottom: 8px;
		font-family: 'Futura';
		margin-top: 40px;
	}

	.home-takeOver-right:before {
		content: "";
		background-color: #fff;
		height: 200px;
		width: 1px;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-mos-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 6;
	}

	.home-takeOver-right {
		width: 50%;
		padding-left: 50px;
		padding-right: 60px;
		font-family: 'Futura';
		max-width: 500px;
		position: relative;
	}

	.takeOverClose {
		position: absolute;
		top: 20px;
		left: 20px;
		cursor: pointer;
		font-family: 'Futura';
	}

	.home-takeOver-left {
		width: 100%;
		max-width: 500px;
		height: 100%;
		padding-right: 40px;
		text-align: right;
	}

	.home-takeOver-btn a {
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}

		.home-takeOver-btn a:hover {
			background-color: #38338e;
		}

	.home-takeOver-img-mob {
		display: none;
	}
	/* Video Sec */
	.home-takeOver-video .home-takeOver-right h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.home-takeOver-video .home-takeOver-right h3 {
		font-size: 18px;
	}

	.home-takeOver-video .home-takeOver-left {
		width: 100%;
		max-width: 360px;
		justify-content: center;
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}

	.home-takeOver-video .home-takeOver-right {
		max-width: 640px;
		width: 100%;
		padding-right: 0;
	}

		.home-takeOver-video .home-takeOver-right h1 br {
			display: none;
		}

		.home-takeOver-video .home-takeOver-right:before {
			display: none;
		}

	div#homeTakeOverPrivacyCookie:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.9);
	}
}

@media (min-width: 320px) and (max-width: 1023px) {
	.home-takeOver {
		background-color: #61c6ce;
		border-radius: 10px;
		-mos-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 0;
		color: #fff;
		width: 100%;
		max-width: 1000px;
		display: block;
		max-height: 500px;
		height: 100vh;
		position: relative;
		-webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.16);
		box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.16);
		overflow: hidden;
		text-align: center;
		justify-content: center;
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	div#homeTakeOverPrivacyCookie:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.9);
	}

	div#homeTakeOverPrivacyCookie:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.9);
		top: 0;
	}

	section.home-takeOver-wrap:before {
		content: "";
		background: rgba(0, 0, 0, 0.85);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}

	.home-takeOver-btn a {
		background-color: #4c46a6;
		color: #fff;
		padding: 13px 0;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		font-family: 'Futura';
		-webkit-appearance: none;
		text-transform: uppercase;
	}

	.home-takeOver-btn {
		width: 125px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.home-takeOver p {
		font-size: 12px;
		font-family: 'Futura';
	}

	.home-takeOver h3 {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
		font-family: 'Futura';
	}

	.home-takeOver h1 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 8px;
		font-family: 'Futura';
		margin-top: 0;
	}

	.home-takeOver-right {
		width: 100%;
		padding: 0 22px;
		font-family: 'Futura';
		max-width: 100%;
		position: relative;
	}

	.takeOverClose {
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		font-family: 'Futura';
		width: 90px;
		height: 50px;
		padding: 0 0;
	}
		.takeOverClose span {
			display: block;
			width: 100%;
			height: 100%;
			padding: 16px;
		}

	.home-takeOver-left {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding-right: 0;
		text-align: center;
	}

	.home-takeOver-btn a {
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}

		.home-takeOver-btn a:hover {
			background-color: #38338e;
		}

	.home-takeOver-img-large {
		display: none;
	}

	.home-takeOver-video .home-takeOver-right h1 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 2px;
	}

	.home-takeOver-video .home-takeOver-right h3 {
		font-size: 12px;
	}

	.home-takeOver-video-frame {
		margin-bottom: 10px;
		position: relative;
	}

	.mobnav.addnav {
		z-index: 99 !IMPORTANT;
	}
	html body header {
		overflow-y: auto !important;
		max-height: 100% !important;
	}
	header section.spacer {
		display: none;
	}
	
}

#homeTakeOverPrivacyCookie {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 999;
	direction: rtl;
}



@media (min-width: 800px) and (max-width: 1023px) {
	.home-takeOver-video .home-takeOver-right h1 {
		font-size: 26px;
		line-height: 26px;
		margin-top: 20px;
	}
	.home-takeOver-video .home-takeOver-right h3 {
		font-size: 16px;
	}
	.home-takeOver p {
		font-size: 14px;
		
	}
	.home-takeOver-btn a {
		padding: 10px 0;
		font-size: 16px;
	}
	.home-takeOver-btn {
		margin-top: 10px;
	}
}


@media (min-width: 768px) and (max-width: 1366px) {

	body .home-takeOver-video .home-takeOver-right h1 {
		font-size: 22px;
		line-height: 10px;
	}

	body .home-takeOver-video .home-takeOver-right h3 {
		font-size: 16px;
	}

	body .home-takeOver p {
		font-size: 13px;
	}

	body .home-takeOver-btn {
		width: 140px;
		margin-top: 10px;
	}

		body .home-takeOver-btn a {
			padding: 8px 0;
			font-size: 14px;
		}

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	body .home-takeOver-video .home-takeOver-right h1 {
		font-size: 19px;
		line-height: 27px;
	}

	body .home-takeOver {
		max-height: 604px !important;
		margin-top: 64px !important;
	}
}</pre></body></html>