/*-----------------------------------------------------------------------------
    U Mobile - Home
    -----------------------------------------------------------------------------*/
html {
	background: url(../images/pages/home/white-texture.png) center repeat #efefef;
}

/*---- Carousel ----*/
/*---- Light markers ----*/
.carousel--light-markers .slick-dots>li>button:before {
	background-color: #fff !important;
}

.carousel--light-markers .slick-dots>li>button:after {
	background-color: #f48120 !important;
}

.home-carousel-cta {
	font-size: 3.33333vw;
}

@media (min-width: 421px) {
	.home-carousel-cta {
		font-size: 14px;
	}
}

@media (min-width: 641px) {
	.home-carousel-cta {
		font-size: 1.41667vw;
	}
}

@media (min-width: 1201px) {
	.home-carousel-cta {
		font-size: 17px;
	}
}

/*---- New Brand Animation ----*/
.new-brand-animation {
	/* Animation properties */
}

.new-brand-animation>.popup-contents {
	width: 95%;
	max-width: 1280px;
	padding: 0;
	text-align: center;
}

.new-brand-animation .animation-canvas {
	position: relative;
	background-color: #cdefec;
	background: -webkit-radial-gradient(center, ellipse farthest-corner, #fff 0%, #cdefec 100%);
	background: radial-gradient(ellipse farthest-corner at center, #fff 0%, #cdefec 100%);
	overflow: hidden;
}

.new-brand-animation .animation-canvas:before {
	content: '';
	display: block;
	/* padding-top: (canvas height) / (canvas width) * 100%; */
	padding-top: 67.5%;
}

.new-brand-animation .canvas-scene {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.new-brand-animation .canvas-scene-0 {
	opacity: 1;
}

.new-brand-animation .scene-heading {
	width: 100%;
	position: absolute;
	/* top: (position from top) / (canvas height) * 100%; */
	top: 6.94444%;
	left: 0;
	color: #000;
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
	/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
	font-size: 9.16071vw;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.new-brand-animation .scene-heading>.emphasis {
	margin-top: 0.2em;
	color: #f48120;
	text-transform: uppercase;
}

.new-brand-animation .scene-0-heading {
	top: 42%;
	/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
	font-size: 3.8vw;
}

.new-brand-animation .scene-4-heading {
	/* top: (position from top) / (canvas height) * 100%; */
	top: 24.30556%;
	/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
	font-size: 8.34643vw;
	text-transform: none;
}

.new-brand-animation .scene-5-heading {
	/* top: (position from top) / (canvas height) * 100%; */
	/* top: 50px / 864px * 100% */
	top: 5.787%;
	color: #f48120;
	/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
	font-size: 6.78571vw;
}

.new-brand-animation .scene-visual {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.new-brand-animation .infinity-ribbon {
	/* width: (image width) / (canvas width) * 100%; */
	width: 85.70313%;
	max-width: 1097px;
	position: absolute;
	/* top: (position from top) / (canvas height) * 100%; */
	top: 15.625%;
	/* left: (100% - (ribbon width %)) / 2 */
	left: 7.14844%;
	background: center no-repeat;
	background-size: contain;
	-webkit-transform-origin: 50% 95%;
	transform-origin: 50% 95%;
}

.new-brand-animation .infinity-ribbon.show-image {
	background-image: url(../images/pages/home/new-brand-animation/infinity-ribbon.gif);
}

.new-brand-animation .infinity-ribbon:before {
	content: '';
	display: block;
	/* padding-top: (image height) / (image width) * 100%; */
	padding-top: 51.23063%;
}

.new-brand-animation .slogan-text {
	width: 100%;
	position: absolute;
	/* top: (position from top) / (canvas height) * 100%; */
	top: 50.92593%;
	left: 0;
	z-index: 1;
	color: #000;
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
	/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
	font-size: 9.16071vw;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.new-brand-animation .slogan-text .lower-letter {
	position: relative;
	top: 0.075em;
}

.new-brand-animation .slogan-text .upper-letter {
	position: relative;
	top: -0.075em;
}

.new-brand-animation .slogan-text .trademark {
	position: relative;
	top: -0.4em;
	font-size: 30%;
	vertical-align: super;
}

.new-brand-animation .scene-cta-buttons {
	width: 100%;
	position: absolute;
	/* bottom: (position from bottom) / (canvas height) * 100%; */
	bottom: 4.05093%;
	left: 0;
}

.new-brand-animation .scene-cta-button {
	/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width ) */
	font-size: 2.85vw;
	font-weight: normal;
}

.new-brand-animation.start-animation .canvas-scene,
.new-brand-animation.start-animation .scene-heading,
.new-brand-animation.start-animation .scene-visual {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.new-brand-animation.start-animation .canvas-scene {
	-webkit-animation-name: fade-out;
	animation-name: fade-out;
}

.new-brand-animation.start-animation .scene-heading {
	-webkit-animation-name: heading-slide-in;
	animation-name: heading-slide-in;
}

.new-brand-animation.start-animation .scene-visual {
	-webkit-animation-name: visual-slide-in;
	animation-name: visual-slide-in;
}

.new-brand-animation.start-animation .canvas-scene-0 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.new-brand-animation.start-animation .canvas-scene-0 .scene-heading {
	-webkit-animation-name: none;
	animation-name: none;
}

.new-brand-animation.start-animation .canvas-scene-1 {
	-webkit-animation-delay: 3.8s;
	animation-delay: 3.8s;
}

.new-brand-animation.start-animation .canvas-scene-1 .scene-heading {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.new-brand-animation.start-animation .canvas-scene-1 .scene-visual {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.new-brand-animation.start-animation .canvas-scene-2 {
	-webkit-animation-delay: 7.2s;
	animation-delay: 7.2s;
}

.new-brand-animation.start-animation .canvas-scene-2 .scene-heading {
	-webkit-animation-delay: 4.6s;
	animation-delay: 4.6s;
}

.new-brand-animation.start-animation .canvas-scene-2 .scene-visual {
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
}

.new-brand-animation.start-animation .canvas-scene-3 {
	-webkit-animation-delay: 10.6s;
	animation-delay: 10.6s;
}

.new-brand-animation.start-animation .canvas-scene-3 .scene-heading {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.new-brand-animation.start-animation .canvas-scene-3 .scene-visual {
	-webkit-animation-delay: 7.6s;
	animation-delay: 7.6s;
}

.new-brand-animation.start-animation .canvas-scene-4 {
	-webkit-animation-delay: 14s;
	animation-delay: 14s;
}

.new-brand-animation.start-animation .canvas-scene-4 .scene-heading {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}

.new-brand-animation.start-animation .canvas-scene-5 {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
	-webkit-animation-delay: 14.4s;
	animation-delay: 14.4s;
}

.new-brand-animation.start-animation .canvas-scene-5 .scene-heading {
	-webkit-animation-delay: 16.9s;
	animation-delay: 16.9s;
}

.new-brand-animation.start-animation .canvas-scene-5 .infinity-ribbon {
	-webkit-animation: 5s ribbon-scale-down 14.4s ease-out both;
	animation: 5s ribbon-scale-down 14.4s ease-out both;
}

.new-brand-animation.start-animation .canvas-scene-5 .slogan-text {
	-webkit-animation: 0.4s slogan-slide-in 17.3s both;
	animation: 0.4s slogan-slide-in 17.3s both;
}

.new-brand-animation.start-animation .canvas-scene-5 .scene-cta-buttons {
	-webkit-animation: 0.4s cta-slide-in 17.3s both;
	animation: 0.4s cta-slide-in 17.3s both;
}

.text-center {
	text-align: center;
}

.p-30 {
	/* padding: 31px 45px !important; */
	padding: 30px 5px !important;
}

.light-orange {
	border-color: #fff1e0 !important;
	border: 20px solid;
}

.max-700 {
	max-width: 700px !important;
}

.desktop-icons {
	display: none;
}

.flex-container {
	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+ */
	height: 60px;
	margin: 10px auto;
	justify-content: center;
}

.flex-container>div {
	width: 140px;
	margin: 10px;
	line-height: 75px;
	font-size: 13px;
}

.flex-row {
	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+ */
	justify-content: space-evenly;
}

.flex-row>a {
	margin-top: 20px;
	text-align: center;
	font-size: 9px;
	width: 79px;
}

.align-center {
	align-self: center;
}

@media (min-width: 641px) {
	.desktop-icons {
		display: block;
	}

	.mobile-icons {
		display: none;
	}

	.p-30 {
		/* padding: 15px 5px !important; */
		padding: 31px 113px !important;
	}
}

.p-0 {
	padding: 0 !important;
}

.no-corner {
	border-radius: 0 !important;
}

@media (min-width: 481px) {
	.new-brand-animation>.popup-contents {
		width: 80%;
	}

	.new-brand-animation .scene-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 7.71429vw;
	}

	.new-brand-animation .scene-0-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 3.2vw;
	}

	.new-brand-animation .scene-4-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 7.02857vw;
	}

	.new-brand-animation .scene-5-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 5.71429vw;
	}

	.new-brand-animation .scene-cta-button {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 2.4vw;
	}

	.new-brand-animation .slogan-text {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 7.71429vw;
	}
}

@media (min-width: 641px) {
	.new-brand-animation>.popup-contents {
		width: 70%;
	}

	.new-brand-animation .scene-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 6.75vw;
	}

	.new-brand-animation .scene-0-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 2.8vw;
	}

	.new-brand-animation .scene-4-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 6.15vw;
	}

	.new-brand-animation .scene-5-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 5vw;
	}

	.new-brand-animation .scene-cta-button {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 2.1vw;
	}

	.new-brand-animation .slogan-text {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 6.75vw;
	}
}

@media (min-width: 1025px) {
	.new-brand-animation>.popup-contents {
		width: 60%;
	}

	.new-brand-animation .scene-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 5.78571vw;
	}

	.new-brand-animation .scene-0-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 2.4vw;
	}

	.new-brand-animation .scene-4-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 5.27143vw;
	}

	.new-brand-animation .scene-5-heading {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 4.28571vw;
	}

	.new-brand-animation .scene-cta-button {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 1.8vw;
	}

	.new-brand-animation .slogan-text {
		/* font-size: (target font-size) / (screen width) * 100% * (animation canvas width) */
		font-size: 5.78571vw;
	}
}

@media (min-width: 1401px) and (min-height: 941px) {
	.new-brand-animation>.popup-contents {
		width: 90%;
	}

	.new-brand-animation .scene-heading {
		font-size: 135px;
	}

	.new-brand-animation .scene-0-heading {
		font-size: 56px;
	}

	.new-brand-animation .scene-4-heading {
		font-size: 123px;
	}

	.new-brand-animation .scene-5-heading {
		font-size: 100px;
	}

	.new-brand-animation .scene-cta-button {
		font-size: 42px;
	}

	.new-brand-animation .slogan-text {
		font-size: 135px;
	}
}

@-webkit-keyframes heading-slide-in {
	from {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes heading-slide-in {
	from {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes visual-slide-in {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes visual-slide-in {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes ribbon-scale-down {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		/* transform: scale((target width) / (original width)); */
		/* transform: scale(760 / 1097); */
		-webkit-transform: scale(0.6928);
		transform: scale(0.6928);
	}
}

@keyframes ribbon-scale-down {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		/* transform: scale((target width) / (original width)); */
		/* transform: scale(760 / 1097); */
		-webkit-transform: scale(0.6928);
		transform: scale(0.6928);
	}
}

@-webkit-keyframes slogan-slide-in {
	from {
		-webkit-transform: translateY(350%);
		transform: translateY(350%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slogan-slide-in {
	from {
		-webkit-transform: translateY(350%);
		transform: translateY(350%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes cta-slide-in {
	from {
		-webkit-transform: translateY(230%);
		transform: translateY(230%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes cta-slide-in {
	from {
		-webkit-transform: translateY(230%);
		transform: translateY(230%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*-----------------------------------------------------------------------------
		  shout box Setting
		  -----------------------------------------------------------------------------*/

.shout-box {
	position: fixed;
	top: 356px;
	left: 30px;
	z-index: 1;
}

.btn-close:before {
	content: "";
	background: url(../images/pages/home/award-badge/btn-close.png) no-repeat;
	position: absolute;
	top: 51px;
	left: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.shout-box {
		display: none;
	}
}


/*---- Site Takeover Animation ----*/
.site-takeover-animation {
	/* Animation properties */
}

.site-takeover-animation>.popup-contents {
	width: 95%;
	max-width: 1280px;
	padding: 0;
	text-align: center;
}

.site-takeover-animation .animation-canvas {
	position: relative;
	background-color: #de9dc7;
	overflow: hidden;
}

.site-takeover-animation .animation-canvas:before {
	content: '';
	display: block;
	/* padding-top: (canvas height) / (canvas width) * 100%; */
	padding-top: 67.5%;
}

@media (max-width: 640px) {
	.site-takeover-animation .animation-canvas:before {
		/* padding-top: (canvas height) / (canvas width) * 100%; */
		padding-top: 78.125%;
	}
}

.site-takeover-animation .scene-visual {
	opacity: 0;
}

.site-takeover-animation .heading-holder {
	position: absolute;
	/* top: (position from top) / (canvas height) * 100%; */
	top: 5.78704%;
	/* width: (image width) / (canvas width) * 100%; */
	width: 66.40625%;
	max-width: 850px;
	/* left: (100% - (img width %)) / 2 */
	left: 16.79688%;
}

@media (max-width: 1024px) {
	.site-takeover-animation .heading-holder {
		/* top: (position from top) / (canvas height) * 100%; */
		top: 1.15741%;
		width: 100%;
		max-width: 100%;
		left: 0;
	}
}

.site-takeover-animation .heading-holder .hero-heading-visual {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

@media (max-width: 1024px) {
	.site-takeover-animation .heading-holder .hero-heading-visual {
		width: 60%;
	}
}

@media (max-width: 1024px) {
	.site-takeover-animation .heading-holder .hero-heading-visual.desktop-visual {
		display: none;
	}
}

@media (min-width: 1025px) {
	.site-takeover-animation .heading-holder .hero-heading-visual.mobile-visual {
		display: none;
	}
}

.site-takeover-animation .heading-holder .per50-heading-visual {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
}

@media (max-width: 1024px) {
	.site-takeover-animation .heading-holder .per50-heading-visual {
		width: 80%;
	}
}

.site-takeover-animation .twin-visual {
	position: absolute;
	/* bottom: (position from bottom) / (canvas height) * 100%; */
	bottom: 5.78704%;
	/* width: (image width) / (canvas width) * 100%; */
	width: 62.5%;
	max-width: 800px;
	/* left: (100% - (img width %)) / 2 */
	left: 18.75%;
}

@media (max-width: 1024px) {
	.site-takeover-animation .twin-visual {
		position: relative;
		bottom: 70px;
		width: 100%;
		max-width: 100%;
		left: 0;
	}
}

.site-takeover-animation .getItNow-visual {
	position: absolute;
	left: 66%;
	top: 24%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	/* width: (image width) / (canvas width) * 100%; */
	width: 9.375%;
	max-width: 120px;
}

@media (max-width: 1024px) {
	.site-takeover-animation .getItNow-visual {
		top: 32%;
		left: 75%;
		/* width: (image width) / (canvas width) * 100%; */
		width: 15.625%;
		max-width: 200px;
	}
}

@media (max-width: 640px) {
	.site-takeover-animation .getItNow-visual {
		/* width: (image width) / (canvas width) * 100%; */
		width: 19.53125%;
		max-width: 250px;
	}
}

@media (max-width: 480px) {
	.site-takeover-animation .getItNow-visual {
		top: 30%;
	}
}

.site-takeover-animation .price-visual {
	position: absolute;
	left: 60%;
	top: 57%;
	/* width: (image width) / (canvas width) * 100%; */
	width: 15.625%;
	max-width: 200px;
}

@media (max-width: 1024px) {
	.site-takeover-animation .price-visual {
		top: 61%;
		left: 68%;
		/* width: (image width) / (canvas width) * 100%; */
		width: 23.4375%;
		max-width: 200px;
	}
}

@media (min-width: 641px) and (max-width: 700px) {
	.site-takeover-animation .price-visual {
		top: 57%;
	}
}

@media (min-width: 481px) and (max-width: 530px) {
	.site-takeover-animation .price-visual {
		top: 57%;
	}
}

@media (max-width: 480px) {
	.site-takeover-animation .price-visual {
		top: auto;
		bottom: 26%;
	}
}

@media (min-width: 320px) and (max-width: 380px) {
	.site-takeover-animation .price-visual {
		bottom: 31%;
	}
}

.site-takeover-animation .bottom-section {
	background-color: #eb008b;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
}

@media (min-width: 1025px) {
	.site-takeover-animation .bottom-section {
		padding: 20px 0;
	}
}

@media (max-width: 1024px) {
	.site-takeover-animation .bottom-section {
		padding-bottom: 20px;
	}
}

.site-takeover-animation .bottom-phone {
	display: inline-block;
	width: 173px;
	position: relative;
}

@media (max-width: 1024px) {
	.site-takeover-animation .bottom-phone {
		width: 80px;
		margin-top: -30px;
	}
}

.site-takeover-animation .bottom-phone .scene-visual {
	display: block;
	position: absolute;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	bottom: -70px;
	opacity: 1;
}

@media (max-width: 1024px) {
	.site-takeover-animation .bottom-phone .scene-visual {
		position: relative;
		bottom: -28px;
	}
}

@media (max-width: 1024px) {
	.site-takeover-animation .bottom-phone .scene-visual.desktop-visual {
		display: none;
	}
}

@media (min-width: 1025px) {
	.site-takeover-animation .bottom-phone .scene-visual.mobile-visual {
		display: none;
	}
}

.site-takeover-animation .bottom-info {
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	color: #fff;
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media (max-width: 1024px) {
	.site-takeover-animation .bottom-info {
		padding-right: 0;
		padding-bottom: 20px;
		width: 180px;
		text-align: left;
		font-size: 16px;
	}
}

.site-takeover-animation .scene-cta-buttons {
	display: inline-block;
}

@media (max-width: 1024px) {
	.site-takeover-animation .scene-cta-buttons {
		display: block;
	}
}

.site-takeover-animation .scene-cta-button {
	font-size: 14px;
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media (max-width: 1024px) {
	.site-takeover-animation .scene-cta-button {
		width: 90%;
		margin: 0 auto;
	}
}

.site-takeover-animation.start-animation .canvas-scene-1 .heading-holder {
	-webkit-animation: slide-top-bottom 1.5s linear 2s alternate both;
	animation: slide-top-bottom 1.5s linear 2s alternate both;
}

.site-takeover-animation.start-animation .canvas-scene-1 .heading-holder .hero-heading-visual {
	opacity: 1;
}

.site-takeover-animation.start-animation .canvas-scene-1 .heading-holder .per50-heading-visual {
	opacity: 1;
	-webkit-animation: rotate 8s ease-in-out 4s infinite alternate both;
	animation: rotate 8s ease-in-out 4s infinite alternate both;
}

.site-takeover-animation.start-animation .canvas-scene-1 .twin-visual {
	opacity: 1;
	-webkit-animation: slide-bottom-top 1.5s linear 2.5s alternate both;
	animation: slide-bottom-top 1.5s linear 2.5s alternate both;
}

.site-takeover-animation.start-animation .canvas-scene-1 .getItNow-visual {
	-webkit-animation: rotate-turn 5s ease-in-out 4.5s infinite alternate both;
	animation: rotate-turn 5s ease-in-out 4.5s infinite alternate both;
}

.site-takeover-animation.start-animation .canvas-scene-1 .price-visual {
	opacity: 1;
	-webkit-animation: fade-in 1.5s ease-in-out 3.5s alternate both;
	animation: fade-in 1.5s ease-in-out 3.5s alternate both;
}

@media (min-width: 481px) {
	.site-takeover-animation>.popup-contents {
		width: 80%;
	}
}

@media (min-width: 641px) {
	.site-takeover-animation>.popup-contents {
		width: 70%;
	}
}

@media (min-width: 1025px) {
	.site-takeover-animation>.popup-contents {
		width: 60%;
	}
}

@-webkit-keyframes slide-top-bottom {
	from {
		-webkit-transform: translateY(-140%);
		transform: translateY(-140%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-top-bottom {
	from {
		-webkit-transform: translateY(-140%);
		transform: translateY(-140%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes slide-bottom-top {
	from {
		-webkit-transform: translateY(125%);
		transform: translateY(125%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-bottom-top {
	from {
		-webkit-transform: translateY(125%);
		transform: translateY(125%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rotate-turn {
	from {
		opacity: 0;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	0.5% {
		opacity: 1;
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	100% {
		opacity: 1;
	}
}

@keyframes rotate-turn {
	from {
		opacity: 0;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	0.5% {
		opacity: 1;
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes rotate {
	2% {
		opacity: 0;
		-webkit-transform: translate(7px, 8px) rotate(3.5deg);
		transform: translate(7px, 8px) rotate(3.5deg);
	}

	4% {
		opacity: 1;
		-webkit-transform: translate(-9px, 8px) rotate(1.5deg);
		transform: translate(-9px, 8px) rotate(1.5deg);
	}

	6% {
		opacity: 1;
		-webkit-transform: translate(-3px, 10px) rotate(-1.5deg);
		transform: translate(-3px, 10px) rotate(-1.5deg);
	}

	8% {
		opacity: 1;
		-webkit-transform: translate(9px, 7px) rotate(-2.5deg);
		transform: translate(9px, 7px) rotate(-2.5deg);
	}

	10% {
		opacity: 1;
		-webkit-transform: translate(6px, -9px) rotate(2.5deg);
		transform: translate(6px, -9px) rotate(2.5deg);
	}

	12% {
		opacity: 1;
		-webkit-transform: translate(-4px, 9px) rotate(-2.5deg);
		transform: translate(-4px, 9px) rotate(-2.5deg);
	}

	14% {
		opacity: 1;
		-webkit-transform: translate(1px, 2px) rotate(3.5deg);
		transform: translate(1px, 2px) rotate(3.5deg);
	}

	16% {
		opacity: 1;
		-webkit-transform: translate(0px, 10px) rotate(2.5deg);
		transform: translate(0px, 10px) rotate(2.5deg);
	}

	18% {
		opacity: 1;
		-webkit-transform: translate(-7px, 8px) rotate(-2.5deg);
		transform: translate(-7px, 8px) rotate(-2.5deg);
	}

	20% {
		opacity: 1;
		-webkit-transform: translate(8px, -9px) rotate(-1.5deg);
		transform: translate(8px, -9px) rotate(-1.5deg);
	}

	22% {
		opacity: 1;
		-webkit-transform: translate(0px, 9px) rotate(-1.5deg);
		transform: translate(0px, 9px) rotate(-1.5deg);
	}

	24% {
		opacity: 1;
		-webkit-transform: translate(7px, -8px) rotate(-1.5deg);
		transform: translate(7px, -8px) rotate(-1.5deg);
	}

	26% {
		opacity: 1;
		-webkit-transform: translate(-6px, 1px) rotate(0.5deg);
		transform: translate(-6px, 1px) rotate(0.5deg);
	}

	28% {
		opacity: 1;
		-webkit-transform: translate(0px, 5px) rotate(3.5deg);
		transform: translate(0px, 5px) rotate(3.5deg);
	}

	30% {
		opacity: 1;
		-webkit-transform: translate(3px, 8px) rotate(0.5deg);
		transform: translate(3px, 8px) rotate(0.5deg);
	}

	32% {
		opacity: 1;
		-webkit-transform: translate(10px, -1px) rotate(1.5deg);
		transform: translate(10px, -1px) rotate(1.5deg);
	}

	34% {
		opacity: 1;
		-webkit-transform: translate(8px, 4px) rotate(-2.5deg);
		transform: translate(8px, 4px) rotate(-2.5deg);
	}

	36% {
		opacity: 1;
		-webkit-transform: translate(4px, -8px) rotate(-0.5deg);
		transform: translate(4px, -8px) rotate(-0.5deg);
	}

	38% {
		opacity: 1;
		-webkit-transform: translate(-3px, 6px) rotate(1.5deg);
		transform: translate(-3px, 6px) rotate(1.5deg);
	}

	40% {
		opacity: 1;
		-webkit-transform: translate(-2px, -3px) rotate(-1.5deg);
		transform: translate(-2px, -3px) rotate(-1.5deg);
	}

	42% {
		opacity: 1;
		-webkit-transform: translate(10px, 4px) rotate(2.5deg);
		transform: translate(10px, 4px) rotate(2.5deg);
	}

	44% {
		opacity: 1;
		-webkit-transform: translate(-7px, 3px) rotate(0.5deg);
		transform: translate(-7px, 3px) rotate(0.5deg);
	}

	46% {
		opacity: 1;
		-webkit-transform: translate(2px, 3px) rotate(0.5deg);
		transform: translate(2px, 3px) rotate(0.5deg);
	}

	48% {
		opacity: 1;
		-webkit-transform: translate(-5px, 0px) rotate(0.5deg);
		transform: translate(-5px, 0px) rotate(0.5deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: translate(1px, 9px) rotate(2.5deg);
		transform: translate(1px, 9px) rotate(2.5deg);
	}

	52% {
		opacity: 1;
		-webkit-transform: translate(-7px, 1px) rotate(3.5deg);
		transform: translate(-7px, 1px) rotate(3.5deg);
	}

	54% {
		opacity: 1;
		-webkit-transform: translate(2px, 10px) rotate(0.5deg);
		transform: translate(2px, 10px) rotate(0.5deg);
	}

	56% {
		opacity: 1;
		-webkit-transform: translate(-8px, 4px) rotate(3.5deg);
		transform: translate(-8px, 4px) rotate(3.5deg);
	}

	58% {
		opacity: 1;
		-webkit-transform: translate(1px, -3px) rotate(-2.5deg);
		transform: translate(1px, -3px) rotate(-2.5deg);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(1px, 1px) rotate(0.5deg);
		transform: translate(1px, 1px) rotate(0.5deg);
	}

	62% {
		opacity: 1;
		-webkit-transform: translate(10px, -3px) rotate(3.5deg);
		transform: translate(10px, -3px) rotate(3.5deg);
	}

	64% {
		opacity: 1;
		-webkit-transform: translate(-7px, 8px) rotate(1.5deg);
		transform: translate(-7px, 8px) rotate(1.5deg);
	}

	66% {
		opacity: 1;
		-webkit-transform: translate(1px, 5px) rotate(-1.5deg);
		transform: translate(1px, 5px) rotate(-1.5deg);
	}

	68% {
		opacity: 1;
		-webkit-transform: translate(1px, 0px) rotate(-1.5deg);
		transform: translate(1px, 0px) rotate(-1.5deg);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate(10px, 4px) rotate(-0.5deg);
		transform: translate(10px, 4px) rotate(-0.5deg);
	}

	72% {
		opacity: 1;
		-webkit-transform: translate(-4px, 8px) rotate(-0.5deg);
		transform: translate(-4px, 8px) rotate(-0.5deg);
	}

	74% {
		opacity: 1;
		-webkit-transform: translate(3px, 8px) rotate(-0.5deg);
		transform: translate(3px, 8px) rotate(-0.5deg);
	}

	76% {
		opacity: 1;
		-webkit-transform: translate(9px, 8px) rotate(-0.5deg);
		transform: translate(9px, 8px) rotate(-0.5deg);
	}

	78% {
		opacity: 1;
		-webkit-transform: translate(9px, -5px) rotate(3.5deg);
		transform: translate(9px, -5px) rotate(3.5deg);
	}

	80% {
		opacity: 1;
		-webkit-transform: translate(-3px, -9px) rotate(1.5deg);
		transform: translate(-3px, -9px) rotate(1.5deg);
	}

	82% {
		opacity: 1;
		-webkit-transform: translate(8px, 5px) rotate(-1.5deg);
		transform: translate(8px, 5px) rotate(-1.5deg);
	}

	84% {
		opacity: 1;
		-webkit-transform: translate(-9px, -9px) rotate(2.5deg);
		transform: translate(-9px, -9px) rotate(2.5deg);
	}

	86% {
		opacity: 1;
		-webkit-transform: translate(4px, -3px) rotate(2.5deg);
		transform: translate(4px, -3px) rotate(2.5deg);
	}

	88% {
		opacity: 1;
		-webkit-transform: translate(2px, -3px) rotate(1.5deg);
		transform: translate(2px, -3px) rotate(1.5deg);
	}

	90% {
		opacity: 1;
		-webkit-transform: translate(9px, 7px) rotate(2.5deg);
		transform: translate(9px, 7px) rotate(2.5deg);
	}

	92% {
		opacity: 1;
		-webkit-transform: translate(5px, -5px) rotate(2.5deg);
		transform: translate(5px, -5px) rotate(2.5deg);
	}

	94% {
		opacity: 1;
		-webkit-transform: translate(6px, 8px) rotate(-2.5deg);
		transform: translate(6px, 8px) rotate(-2.5deg);
	}

	96% {
		opacity: 1;
		-webkit-transform: translate(9px, 0px) rotate(3.5deg);
		transform: translate(9px, 0px) rotate(3.5deg);
	}

	98% {
		opacity: 1;
		-webkit-transform: translate(-4px, -6px) rotate(-2.5deg);
		transform: translate(-4px, -6px) rotate(-2.5deg);
	}

	0%,
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}
}

@keyframes rotate {
	2% {
		opacity: 0;
		-webkit-transform: translate(7px, 8px) rotate(3.5deg);
		transform: translate(7px, 8px) rotate(3.5deg);
	}

	4% {
		opacity: 1;
		-webkit-transform: translate(-9px, 8px) rotate(1.5deg);
		transform: translate(-9px, 8px) rotate(1.5deg);
	}

	6% {
		opacity: 1;
		-webkit-transform: translate(-3px, 10px) rotate(-1.5deg);
		transform: translate(-3px, 10px) rotate(-1.5deg);
	}

	8% {
		opacity: 1;
		-webkit-transform: translate(9px, 7px) rotate(-2.5deg);
		transform: translate(9px, 7px) rotate(-2.5deg);
	}

	10% {
		opacity: 1;
		-webkit-transform: translate(6px, -9px) rotate(2.5deg);
		transform: translate(6px, -9px) rotate(2.5deg);
	}

	12% {
		opacity: 1;
		-webkit-transform: translate(-4px, 9px) rotate(-2.5deg);
		transform: translate(-4px, 9px) rotate(-2.5deg);
	}

	14% {
		opacity: 1;
		-webkit-transform: translate(1px, 2px) rotate(3.5deg);
		transform: translate(1px, 2px) rotate(3.5deg);
	}

	16% {
		opacity: 1;
		-webkit-transform: translate(0px, 10px) rotate(2.5deg);
		transform: translate(0px, 10px) rotate(2.5deg);
	}

	18% {
		opacity: 1;
		-webkit-transform: translate(-7px, 8px) rotate(-2.5deg);
		transform: translate(-7px, 8px) rotate(-2.5deg);
	}

	20% {
		opacity: 1;
		-webkit-transform: translate(8px, -9px) rotate(-1.5deg);
		transform: translate(8px, -9px) rotate(-1.5deg);
	}

	22% {
		opacity: 1;
		-webkit-transform: translate(0px, 9px) rotate(-1.5deg);
		transform: translate(0px, 9px) rotate(-1.5deg);
	}

	24% {
		opacity: 1;
		-webkit-transform: translate(7px, -8px) rotate(-1.5deg);
		transform: translate(7px, -8px) rotate(-1.5deg);
	}

	26% {
		opacity: 1;
		-webkit-transform: translate(-6px, 1px) rotate(0.5deg);
		transform: translate(-6px, 1px) rotate(0.5deg);
	}

	28% {
		opacity: 1;
		-webkit-transform: translate(0px, 5px) rotate(3.5deg);
		transform: translate(0px, 5px) rotate(3.5deg);
	}

	30% {
		opacity: 1;
		-webkit-transform: translate(3px, 8px) rotate(0.5deg);
		transform: translate(3px, 8px) rotate(0.5deg);
	}

	32% {
		opacity: 1;
		-webkit-transform: translate(10px, -1px) rotate(1.5deg);
		transform: translate(10px, -1px) rotate(1.5deg);
	}

	34% {
		opacity: 1;
		-webkit-transform: translate(8px, 4px) rotate(-2.5deg);
		transform: translate(8px, 4px) rotate(-2.5deg);
	}

	36% {
		opacity: 1;
		-webkit-transform: translate(4px, -8px) rotate(-0.5deg);
		transform: translate(4px, -8px) rotate(-0.5deg);
	}

	38% {
		opacity: 1;
		-webkit-transform: translate(-3px, 6px) rotate(1.5deg);
		transform: translate(-3px, 6px) rotate(1.5deg);
	}

	40% {
		opacity: 1;
		-webkit-transform: translate(-2px, -3px) rotate(-1.5deg);
		transform: translate(-2px, -3px) rotate(-1.5deg);
	}

	42% {
		opacity: 1;
		-webkit-transform: translate(10px, 4px) rotate(2.5deg);
		transform: translate(10px, 4px) rotate(2.5deg);
	}

	44% {
		opacity: 1;
		-webkit-transform: translate(-7px, 3px) rotate(0.5deg);
		transform: translate(-7px, 3px) rotate(0.5deg);
	}

	46% {
		opacity: 1;
		-webkit-transform: translate(2px, 3px) rotate(0.5deg);
		transform: translate(2px, 3px) rotate(0.5deg);
	}

	48% {
		opacity: 1;
		-webkit-transform: translate(-5px, 0px) rotate(0.5deg);
		transform: translate(-5px, 0px) rotate(0.5deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: translate(1px, 9px) rotate(2.5deg);
		transform: translate(1px, 9px) rotate(2.5deg);
	}

	52% {
		opacity: 1;
		-webkit-transform: translate(-7px, 1px) rotate(3.5deg);
		transform: translate(-7px, 1px) rotate(3.5deg);
	}

	54% {
		opacity: 1;
		-webkit-transform: translate(2px, 10px) rotate(0.5deg);
		transform: translate(2px, 10px) rotate(0.5deg);
	}

	56% {
		opacity: 1;
		-webkit-transform: translate(-8px, 4px) rotate(3.5deg);
		transform: translate(-8px, 4px) rotate(3.5deg);
	}

	58% {
		opacity: 1;
		-webkit-transform: translate(1px, -3px) rotate(-2.5deg);
		transform: translate(1px, -3px) rotate(-2.5deg);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(1px, 1px) rotate(0.5deg);
		transform: translate(1px, 1px) rotate(0.5deg);
	}

	62% {
		opacity: 1;
		-webkit-transform: translate(10px, -3px) rotate(3.5deg);
		transform: translate(10px, -3px) rotate(3.5deg);
	}

	64% {
		opacity: 1;
		-webkit-transform: translate(-7px, 8px) rotate(1.5deg);
		transform: translate(-7px, 8px) rotate(1.5deg);
	}

	66% {
		opacity: 1;
		-webkit-transform: translate(1px, 5px) rotate(-1.5deg);
		transform: translate(1px, 5px) rotate(-1.5deg);
	}

	68% {
		opacity: 1;
		-webkit-transform: translate(1px, 0px) rotate(-1.5deg);
		transform: translate(1px, 0px) rotate(-1.5deg);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate(10px, 4px) rotate(-0.5deg);
		transform: translate(10px, 4px) rotate(-0.5deg);
	}

	72% {
		opacity: 1;
		-webkit-transform: translate(-4px, 8px) rotate(-0.5deg);
		transform: translate(-4px, 8px) rotate(-0.5deg);
	}

	74% {
		opacity: 1;
		-webkit-transform: translate(3px, 8px) rotate(-0.5deg);
		transform: translate(3px, 8px) rotate(-0.5deg);
	}

	76% {
		opacity: 1;
		-webkit-transform: translate(9px, 8px) rotate(-0.5deg);
		transform: translate(9px, 8px) rotate(-0.5deg);
	}

	78% {
		opacity: 1;
		-webkit-transform: translate(9px, -5px) rotate(3.5deg);
		transform: translate(9px, -5px) rotate(3.5deg);
	}

	80% {
		opacity: 1;
		-webkit-transform: translate(-3px, -9px) rotate(1.5deg);
		transform: translate(-3px, -9px) rotate(1.5deg);
	}

	82% {
		opacity: 1;
		-webkit-transform: translate(8px, 5px) rotate(-1.5deg);
		transform: translate(8px, 5px) rotate(-1.5deg);
	}

	84% {
		opacity: 1;
		-webkit-transform: translate(-9px, -9px) rotate(2.5deg);
		transform: translate(-9px, -9px) rotate(2.5deg);
	}

	86% {
		opacity: 1;
		-webkit-transform: translate(4px, -3px) rotate(2.5deg);
		transform: translate(4px, -3px) rotate(2.5deg);
	}

	88% {
		opacity: 1;
		-webkit-transform: translate(2px, -3px) rotate(1.5deg);
		transform: translate(2px, -3px) rotate(1.5deg);
	}

	90% {
		opacity: 1;
		-webkit-transform: translate(9px, 7px) rotate(2.5deg);
		transform: translate(9px, 7px) rotate(2.5deg);
	}

	92% {
		opacity: 1;
		-webkit-transform: translate(5px, -5px) rotate(2.5deg);
		transform: translate(5px, -5px) rotate(2.5deg);
	}

	94% {
		opacity: 1;
		-webkit-transform: translate(6px, 8px) rotate(-2.5deg);
		transform: translate(6px, 8px) rotate(-2.5deg);
	}

	96% {
		opacity: 1;
		-webkit-transform: translate(9px, 0px) rotate(3.5deg);
		transform: translate(9px, 0px) rotate(3.5deg);
	}

	98% {
		opacity: 1;
		-webkit-transform: translate(-4px, -6px) rotate(-2.5deg);
		transform: translate(-4px, -6px) rotate(-2.5deg);
	}

	0%,
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}
}

@-webkit-keyframes heading-slide-in {
	from {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes heading-slide-in {
	from {
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes visual-slide-in {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes visual-slide-in {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes ribbon-scale-down {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		/* transform: scale((target width) / (original width)); */
		/* transform: scale(760 / 1097); */
		-webkit-transform: scale(0.6928);
		transform: scale(0.6928);
	}
}

@keyframes ribbon-scale-down {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		/* transform: scale((target width) / (original width)); */
		/* transform: scale(760 / 1097); */
		-webkit-transform: scale(0.6928);
		transform: scale(0.6928);
	}
}

@-webkit-keyframes slogan-slide-in {
	from {
		-webkit-transform: translateY(350%);
		transform: translateY(350%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slogan-slide-in {
	from {
		-webkit-transform: translateY(350%);
		transform: translateY(350%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes cta-slide-in {
	from {
		-webkit-transform: translateY(230%);
		transform: translateY(230%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes cta-slide-in {
	from {
		-webkit-transform: translateY(230%);
		transform: translateY(230%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*---- Maintenance popup ----*/
.popup-maintenance {
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.popup-maintenance .popup-contents {
	max-width: 700px;
	border: 6px solid #f48120;
	border-radius: 10px;
	text-align: center;
}

.popup-maintenance .popup-contents .popup-closer {
	top: 10px;
	right: 10px;
}

.popup-maintenance-visual {
	margin-top: -76px;
	margin-bottom: 20px;
}

.popup-maintenance-visual img {
	max-width: 123px;
}

.popup-maintenance-body {
	max-width: 420px;
	margin: 0 auto;
}

.page-panel-top-heading {
	font-size: 26px;
	color: #f48120;
}

@media (min-width: 481px) {
	.popup-maintenance-visual {
		margin-top: -120px;
	}

	.popup-maintenance-visual img {
		max-width: 180px;
	}

	.page-panel-top-heading {
		font-size: 30px;
	}
}

@media (min-width: 641px) {
	.page-panel-top-heading {
		font-size: 40px;
	}
}

@media (min-width: 801px) and (min-height: 640px) {
	.popup-maintenance-visual {
		margin-top: -150px;
	}

	.popup-maintenance-visual img {
		max-width: 240px;
	}

	.page-panel-top-heading {
		font-size: 45px;
	}
}

/*-- Notification Section --*/
.notification-section {
	margin: 0;
	padding: 7px .5rem 5px;
	width: 100%;
	background: #00acac;
}

.notification-section.bg-magenta {
	background: #ff009b !important;
}

.notification-section p {
	color: #fff;
	font-weight: bold;
	font-family: DIN, Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.notification-section a {
	text-decoration: underline;
}

.notification-section .icon-info {
	display: inline-block;
	margin-right: 1rem;
	vertical-align: middle;
}

.notification-section .icon-info img {
	width: 25px;
}

.notification-section .mobile-only {
	display: none;
}

@media (max-width: 768px) {
	.notification-section .icon-info {
		margin-right: .5rem;
	}
}

@media (max-width: 640px) {
	.notification-section {
		padding: 1rem .5rem;
	}

	.notification-section .icon-info {
		display: block;
	}

	.notification-section .mobile-only {
		display: block;
	}
}

/*-- frost awards --*/
.fs-award-section {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #00acac;
	/*background: rgb(203,45,62);
		background: linear-gradient(45deg, rgba(203,45,62,1) 0%, rgba(239,71,58,1) 100%);*/
	/*background: #112f52;
		position: fixed;
		bottom: 0;
		z-index: 9;*/
}

.fs-award-desktop {
	display: none;
}

.fs-award-mobile {
	text-align: center;
}

/*.fs-award-mobile img {
		width: 320px;
		}*/

/*@media (min-width: 481px) {
		.fs-award-mobile img {
		  width: 480px;
		}
		}*/

/* .site-footer {
			margin-bottom: 64px;
		}*/

@media (min-width: 481px) {
	/*.site-footer {
			  margin-bottom: 96px;
		  }*/
}

@media (min-width: 801px) {
	.fs-award-desktop {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}

	.fs-award-desktop img {
		width: 807px;
		display: block;
	}
}

@media (min-width: 1025px) {
	.fs-award-desktop img {
		width: 982px;
	}
}

@media (min-width: 801px) {
	.fs-award-mobile {
		display: none;
	}

	/*.site-footer {
		  margin-bottom: 50px;
	  }*/
}

/*---- Maintenance popup ----*/
/*---- shared popup----*/
.popup-closer {
	top: 5px;
	right: 5px;
	z-index: 1;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}

.popup-closer:after,
.popup-closer:before {
	content: '';
	width: 15px;
	height: 1px;
	border-radius: 1em;
	position: absolute;
	top: 11px;
	left: 4px;
}

@media (min-width: 481px) {
	.popup-closer {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.popup-closer:after,
	.popup-closer:before {
		width: 20px;
		top: 14px;
		left: 4px;
	}
}

.highlight-text {
	color: #f48120;
}

/*---- Maintenance popup 1----*/
.popup-maintenance-general-1 {
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.popup-maintenance-general-1 .popup-contents {
	max-width: 700px;
	border: 3px solid #f48120;
	border-radius: 5px;
	padding: 0;
}

.popup-maintenance-general-1 .popup-contents .popup-block {
	text-align: center;
	margin: 0;
}

.popup-maintenance-general-1 .popup-contents .popup-closer {
	border: 1px solid #ffffff;
}

.popup-maintenance-general-1 .popup-contents .popup-closer:after,
.popup-maintenance-general-1 .popup-contents .popup-closer:before {
	background-color: #ffffff;
}

.popup-maintenance-general-1 .popup-block-heading {
	background: #f48120;
	padding: 30px;
	position: relative;
}

.popup-maintenance-general-1 .popup-block-heading:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 45%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f48120;
}

.popup-maintenance-general-1 .popup-block-heading .popup-heading {
	color: #ffffff;
	max-width: 300px;
}

.popup-maintenance-general-1 .popup-block-contents {
	background: url(/sites/all/themes/umobile/images/pages/home/maintenance-popup/bg-popup-1.jpg) no-repeat top center;
	padding: 30px;
}

.popup-maintenance-general-1 .popup-block-contents p:nth-child(1) {
	color: #f48120;
	font-weight: 600;
}

@media (min-width: 481px) {
	.popup-maintenance-general-1 .popup-block-heading:after {
		left: 47%;
	}
}

@media (max-width: 640px) {
	.popup-maintenance-general-1 .popup-block-contents p br {
		display: none;
	}
}

@media (min-width: 641px) {
	.popup-maintenance-general-1 .popup-block-heading:after {
		bottom: -20px;
		left: 47%;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #f48120;
	}

	.popup-maintenance-general-1 .popup-block-contents p {
		font-size: 16px;
	}

	.popup-maintenance-general-1 .popup-block-contents p:nth-child(1) {
		font-size: 17px;
	}
}

@media (min-width: 1025px) {
	.popup-maintenance-general-1 .popup-block-heading .popup-heading {
		font-size: 45px;
		max-width: 410px;
	}
}

/*---- Maintenance popup 2----*/
.popup-maintenance-general-2 {
	font-family: "DIN", Trebuchet MS, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.popup-maintenance-general-2 .popup-contents {
	max-width: 837px;
	border-radius: 5px;
	padding: 0;
}

.popup-maintenance-general-2 .popup-contents .popup-block {
	margin: 0;
}

.popup-maintenance-general-2 .popup-contents .popup-block-heading {
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 55px;
	padding: 70px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.popup-maintenance-general-2 .popup-contents .popup-block-heading:after {
	display: none;
}

.popup-maintenance-general-2 .popup-contents .popup-block-heading.popup-green {
	background-color: #35b7ab;
	background-image: url(/sites/all/themes/umobile/images/pages/home/maintenance-popup/traffic-light-green.png);
}

.popup-maintenance-general-2 .popup-contents .popup-block-heading.popup-red {
	background-color: #cf431f;
	background-image: url(/sites/all/themes/umobile/images/pages/home/maintenance-popup/traffic-light-red.png);
}

.popup-maintenance-general-2 .popup-contents .popup-block-contents {
	padding: 30px;
}

.popup-maintenance-general-2 .popup-contents .popup-block-contents p:nth-child(2) {
	font-weight: 600;
}

.popup-maintenance-general-2 .popup-contents .popup-block-contents .popup-heading {
	color: #cf431f;
	font-weight: 500;
}

.popup-maintenance-general-2 .popup-contents .popup-closer {
	border: 1px solid #ffffff;
}

.popup-maintenance-general-2 .popup-contents .popup-closer:after,
.popup-maintenance-general-2 .popup-contents .popup-closer:before {
	background-color: #ffffff;
}

.popup-maintenance-general-3 .popup-contents .popup-closer:after,
.popup-maintenance-general-3 .popup-contents .popup-closer:before {
	background-color: #000000;
}


@media (max-width: 640px) {
	.popup-maintenance-general-2 .popup-block-contents .popup-heading br {
		display: none;
	}

	.popup-maintenance-general-2 .popup-block-contents p br {
		display: none;
	}
}

@media (min-width: 641px) {
	.popup-maintenance-general-2 .popup-contents .popup-block {
		display: inline-block;
		vertical-align: middle;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-heading {
		width: 180px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 5px;
		height: 420px;
		background-size: 140px;
		background-position-y: 15px;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-contents {
		width: 67.5%;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-contents p {
		font-size: 16px;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-contents p:nth-child(2) {
		font-size: 17px;
	}

	.popup-maintenance-general-2 .popup-contents .popup-closer {
		border: 1px solid #f48120;
	}

	.popup-maintenance-general-2 .popup-contents .popup-closer:after,
	.popup-maintenance-general-2 .popup-contents .popup-closer:before {
		background-color: #f48120;
	}
}

@media (min-width: 801px) {
	.popup-maintenance-general-2 .popup-contents .popup-block {
		display: inline-block;
		vertical-align: middle;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-heading {
		width: 250px;
		height: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 5px;
		height: 421px;
		background-size: auto;
		background-position-y: 20px;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-contents {
		width: 64.5%;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-contents .popup-heading {
		font-size: 40px;
	}
}

@media (min-width: 1025px) {
	.popup-maintenance-general-2 .popup-contents .popup-block-contents {
		width: 69.5%;
	}

	.popup-maintenance-general-2 .popup-contents .popup-block-contents .popup-heading {
		font-size: 45px;
	}
}

/*--- Popup Announcement ---*/
.popup-annoucement {
	/*width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;*/
}

.popup-annoucement .popup-contents {
	border: 3px solid #f48120;
	border-radius: 20px;
	text-align: left;
}

.popup-annoucement .popup-annoucement-body p {
	margin-top: .5rem;
}

.popup-annoucement .popup-contents .popup-closer {
	top: 10px;
	right: 10px;
}

@media (min-width: 641px) {
	.popup-annoucement {
		background-color: transparent;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.popup-annoucement.is-active {
		padding: 0;
		width: 100%;
		height: inherit;
		top: inherit;
	}

	.popup-annoucement .popup-contents {
		width: 100%;
		max-width: 100%;
		padding: 1rem 4rem;
	}
}

/*--- ---*/
@media (min-width: 801px){
  .gfx-items-layout--4-items-single-row .gfx-item:nth-child(4n+1){
    clear: left;
  }
  .gfx-items-layout--4-items-single-row .gfx-item:nth-child(n) {
    clear: none;
  }
}
@media (min-width: 641px){
  .gfx-items-layout--4-items-single-row .gfx-item:nth-child(n) {
    clear: none;
  }
  .gfx-items-layout--4-items-single-row .gfx-item {
    width: 25%;
  }
}