html {position: relative; min-height: 100%; height: 100%; scroll-behavior: smooth; }
body {position: relative; min-height: 100%; background: #4f4a55; margin: 0; font-family: 'Gotham', sans-serif; font-size: 17px; line-height: 1.5;}
.body {color: #fff; text-align: center;} /*Added by Marc - 18th October to stop this affecting the outside cookie notice panel*/
@media screen and (min-width: 1792px) {
	body {font-size: 0.8vw;}
}
input[type=text], select, textarea {font-family: 'Gotham', sans-serif; }

.clear {display: block; clear: both;}
.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.yellow {color: #e5ac2b;}
a {color: #e5ac2b;}
a:hover {color: #fff;}
.pb:before {content: ""; display:block; margin-bottom: 30px; margin-bottom: 3vw; padding-top: 1px;}
.pa:after {content: ""; display:block; margin-top: 30px; margin-top: 3vw; padding-bottom: 1px;}
.main {position: relative; min-height: calc(100vh - 29.5vw);padding: 1px 0; box-sizing: border-box;}
.container {width: 100%; max-width: 65%; padding: 0 30px; padding: 0 4vw; box-sizing: border-box; margin: 0 auto; }
.containerSM {max-width: 45%; }

.redBar {background: #932027; margin: 4vw 0; }
.titleLarge {font-size: 2em; font-weight: 700; margin: 1.2em 0 0 0; font-family: 'Gotham Bold', sans-serif; }
.titleMedium {font-size: 1.5em; font-weight: 700; margin: 1.2em 0 0 0; font-family: 'Gotham Bold', sans-serif; }
.titleSmall {font-size: 1.25em; font-weight: 700; margin: 1.2em 0 0 0; font-family: 'Gotham Bold', sans-serif; }
.buttonContainer {position: relative; margin: 20px auto; margin: 2vw 0; }
.buttonContainer a, .buttonContainer button {position: relative; display:inline-block; padding: 15px 10px; min-width: 300px; font-size: 1em; color: #fff; font-weight: 700; font-family: 'Gotham Bold', sans-serif; outline: none; box-sizing: border-box; background: #e5ac2b; cursor:pointer; border: 2px solid #efdeae; text-decoration: none; }
.buttonContainer a i, .buttonContainer button i {position: relative; transition: all 0.2s}
.buttonContainer a:hover i, .buttonContainer button:hover i {transform: translate(3px,0);}
.buttonContainer a.disabled, .buttonContainer button.disabled {background: #939393; border-color: #ccc; }

.redBar.enterNow .buttonContainer {display:none;  }

.floatingLink {position: fixed; display:none; bottom: 0; right: 0; padding: 2vw; margin: 0; z-index: 10; }
@media screen and (max-width: 1400px) {
	.floatingLink  a {min-width: 200px; }
}
@media screen and (max-width: 1100px) {
	.floatingLink {display:block;position: relative;padding: 0;}
}
@media screen and (max-width: 1400px) {
	.redBar.enterNow .buttonContainer a {min-width: 200px; }
	.floatingLink  .buttonContainer a {min-width: 200px; }
}


.bg {position: fixed; width: 100%; height: 100vh; overflow: hidden; }
.bg i {position: absolute; top: 0; left: 0; height: 0; padding-bottom: 100%; width: 100%; background: url("../images/bg.jpg") top center; background-size: cover; }
@media screen and (max-width: 1000px) {
	body {font-size: 14px;}
	.pb:before {margin-bottom: 30px;}
	.pa:after {margin-top: 30px;}
	.main {min-height: calc(100vh - 282px);}
	.container {max-width: 800px; padding: 0 30px; }
	.redBar {margin: 30px 0; }	
	.titleLarge {margin-top: 30px;}
	.titleSmall {margin-top: 30px;}
	.buttonContainer {margin: 20px 0; }
}
@media screen and (max-width: 500px) {
	.pb:before {margin-bottom: 20px;}
	.pa:after {margin-top: 20px;}
	.main {min-height: calc(100vh - 317px);}
	.container {padding: 0 20px;}
	.redBar {margin: 20px 0;}
	.titleLarge {margin-top: 20px;}
	.titleSmall {margin-top: 20px;}
	.buttonContainer {margin: 20px 0;}
	.buttonContainer a, .buttonContainer button {width: 100%; min-width: 0;}
}

.video {position: relative; width: 100%; max-width: 45%; margin: 30px auto;}
.video a {display: block; background: url("../images/video.jpg") center no-repeat rgba(0,0,0,0.5); background-size: cover; height: 0; padding-bottom: 52%; text-decoration: none; font-size: 80px;  }
.video a i {position: absolute; left: 0; top: 50%; width: 100%; height: 0; line-height: 0; text-align: center; color: rgba(147,32,39,0.5); transition: 0.3s all }
.video a:hover i {font-size: 1.1em; color: rgba(147,32,39,0.8); }
@media screen and (max-width: 1000px) {
	.video {max-width: 670px; }
}
@media screen and (max-width: 500px) {
	.video {margin: 20px auto; }
}

.carousel {position: relative; margin: 30px auto; }
.carousel .images {position: relative; margin: 0 auto; width: 100%; max-width: 45vw; box-sizing: border-box; }
.carousel .images > div {position: relative; height: 0; padding-bottom: 52%; overflow: hidden; background: rgba(0,0,0,0.5); }
.carousel .images > div .slider {position: absolute;  left: 0; top: 0; height: 100%; width: 1000%; }
.carousel .images > div .slider > div {position: relative; float: left; width: 10%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #f7f7f7; }
.carousel .images > div > ul {position: absolute; left: 0; bottom: 0; width: 100%; list-style: none; margin: 0; padding: 0;}
.carousel .images > div > ul li {display:inline-block; margin: 0; padding: 0;}
.carousel .images > div > ul li a {display: inline-block; padding: 10px 10px 15px 10px; }
.carousel .images > div > ul li a:after {content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; background: #fff;}
.carousel .images > div > ul li a.active:after {background: #932027;}
.carousel .images > div > ul li a:hover:after {background: #932027;}
.carousel .images .prev {position: absolute; left: -30px; top: 50%; width: 20px; height: 20px; margin-top: -10px; box-sizing: border-box; border-color: #fff; border-style: solid; border-width: 0 0 3px 3px; transform: rotate(45deg);}
.carousel .images .prev:hover {margin-left: -2px;}
.carousel .images .next {position: absolute; right: -30px; top: 50%; width: 20px; height: 20px; margin-top: -10px; box-sizing: border-box; border-color: #fff; border-style: solid; border-width: 0 3px 3px 0; transform: rotate(-45deg);}
.carousel .images .next:hover {margin-right: -2px;}
.carousel .texts {position: relative;}
.carousel .texts > div {display: none;}
.carousel .texts > div.active {display: block; }
.carousel .texts > div:before {content: ""; display:block; margin-bottom: 20px; padding-top: 1px;}
.carousel .texts > div:after {content: ""; display:block; margin-top: 20px; padding-bottom: 1px;}
.carousel .titles {position: relative;}
.carousel .titles .titleLarge {margin: 0;}
.carousel .titles > div {display: none;}
.carousel .titles > div.active {display: block; }
.carousel .titles > div:before {content: ""; display:block; margin-bottom: 20px; padding-top: 1px;}
.carousel .titles > div:after {content: ""; display:block; margin-top: 20px; padding-bottom: 1px;}
@media screen and (max-width: 1000px) {
	.carousel .images {max-width: 670px; }
}
@media screen and (max-width: 800px) {
	.carousel .images {padding: 0 40px;}
	.carousel .images .prev {left: 15px; }
	.carousel .images .next {right: 15px;}
}
@media screen and (max-width: 500px) {
	.carousel {margin: 20px auto;}
	.carousel .images {padding: 0 30px; margin-bottom: 20px; }
	.carousel .images .prev {width: 16px; height: 16px; left: 12px; }
	.carousel .images .next {width: 16px; height: 16px; right: 12px; }
}

.eCarousel {position: relative; margin: 30px auto; }		
.eCarousel .titles {position: relative; display: block; margin: 20px auto; padding: 0 20px;  }
.eCarousel .titles a {display: inline-block; position: relative; padding: 10px; font-size: 0.8em; vertical-align: middle; border: 3px solid rgba(229,172,43,0); color: #fff; text-decoration: none; }
.eCarousel .titles a:hover {border: 3px solid rgba(229,172,43,1);}
.eCarousel .titles a.active {border: 3px solid rgba(229,172,43,1); font-size: 1em }		

.eCarousel .images {position: relative; margin: 20px auto; width: 45%; min-width: 700px; box-sizing: border-box; padding: 0 20px  }
.eCarousel .images > div {position: relative; height: 0; padding-bottom: 52%; overflow: hidden; background: rgba(0,0,0,0.5);   }
.eCarousel .images > div .slider {position: absolute;  left: 0; top: 0; height: 100%; width: 1000%; }
.eCarousel .images > div .slider > div {position: relative; float: left; width: 10%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #f7f7f7; }
.eCarousel .images > ul {position: absolute; left: 0; top: 100%; width: 100%; list-style: none; margin: 0; padding: 0;}
.eCarousel .images > ul li {display:inline-block; margin: 0; padding: 0;}
.eCarousel .images > ul li a {display: inline-block; padding: 10px 10px 15px 10px; }
.eCarousel .images > ul li a:after {content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; background: #fff;}
.eCarousel .images > ul li a.active:after {background: #932027;}
.eCarousel .images > ul li a:hover:after {background: #932027;}
.eCarousel .images .prev {position: absolute; left: -30px; top: 50%; width: 20px; height: 20px; margin-top: -10px; box-sizing: border-box; border-color: #fff; border-style: solid; border-width: 0 0 3px 3px; transform: rotate(45deg);}
.eCarousel .images .prev:hover {margin-left: -2px;}
.eCarousel .images .next {position: absolute; right: -30px; top: 50%; width: 20px; height: 20px; margin-top: -10px; box-sizing: border-box; border-color: #fff; border-style: solid; border-width: 0 3px 3px 0; transform: rotate(-45deg);}
.eCarousel .images .next:hover {margin-right: -2px;}
.eCarousel .texts {position: relative; }

.eCarousel .texts > div {display: none;}
.eCarousel .texts > div.active {display: block; }
.eCarousel .texts > div p {margin: 0;}
.eCarousel .texts > div .titleSmall {margin-top: 0;}
@media screen and (max-width: 1000px) {
	.eCarousel .titles a.active {font-size: 0.8em;}
	.eCarousel .images {max-width: 670px; }
}
@media screen and (max-width: 750px) {
	.eCarousel .images {min-width: 0; width: 100%} 
	.eCarousel .images .prev {left: 15px; }
	.eCarousel .images .next {right: 15px;}
}
@media screen and (max-width: 500px) {
	.eCarousel {margin: 20px auto;}
	.eCarousel .images .prev {width: 16px; height: 16px; left: 12px; }
	.eCarousel .images .next {width: 16px; height: 16px; right: 12px; }
}		
.eCarousel .innerCarousel {position: relative; margin: 30px auto 0 auto; width: 45%; min-width: 700px; box-sizing: border-box; padding: 0 20px 40px 20px; }
@media screen and (max-width: 750px) {
	.eCarousel .innerCarousel {min-width: 0; width: 100%} 
}

.eCarousel .innerCarousel .top {background: #862B2B; padding: 10px; font-size: 1.25em; font-weight: 700; font-family: 'Gotham Bold', sans-serif; } 
.eCarousel .innerCarousel .bottom > div {position: relative; height: 0; padding-bottom: 52%; overflow: hidden; background: url("/images/eCarousel/bg.jpg") center no-repeat rgba(0,0,0,0.5); background-size: cover; }
.eCarousel .innerCarousel .bottom > div .slider {position: absolute; left: 0; top: 0; height: 100%; width: 1000%; }
.eCarousel .innerCarousel .bottom > div .slider > div {position: relative; display: block; float: left; cursor:pointer; width: 2.5%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; transition: background .2s;}
.eCarousel .innerCarousel .bottom > div .slider > div a {position: absolute; padding: 8px 3px; left: 15px; right: 15px; bottom: 15px; font-size: 13px; font-family: 'Gotham Bold', sans-serif; font-weight: 700;  background: #e5ac2b; border: 2px solid #efdeae; text-decoration: none; opacity: 0; color: #fff; box-sizing: border-box; transition: opacity .3s; }
	
.eCarousel .innerCarousel .bottom > div .slider > div > i {position: absolute; left: 10%; bottom: 7%; right: 10%; top: 30%; background-size: contain; background-repeat: no-repeat; background-position: bottom; transition: all .3s; }
.eCarousel .innerCarousel .bottom > div .slider > div.active {background-color: #862B2B;}
.eCarousel .innerCarousel .bottom > div .slider > div.active a {opacity: 1;  }
.eCarousel .innerCarousel .bottom > div .slider > div.active > i {bottom: 70px; left: 7%; right: 7%; top: 15px;}	

.eCarousel .innerCarousel .bottom > ul {position: absolute; left: 0; bottom: 0%; width: 100%; list-style: none; margin: 0; padding: 0;}
.eCarousel .innerCarousel .bottom > ul li {display:inline-block; margin: 0; padding: 0;}
.eCarousel .innerCarousel .bottom > ul li a {display: inline-block; padding: 10px 10px 15px 10px; }
.eCarousel .innerCarousel .bottom > ul li a:after {content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; background: #fff;}
.eCarousel .innerCarousel .bottom > ul li a.active:after {background: #e5ac2b;}
.eCarousel .innerCarousel .bottom > ul li a:hover:after {background: #e5ac2b;}		

.eCarousel .innerCarousel .prev {position: absolute; left: -10px; top: 50%; width: 20px; height: 20px; margin-top: -10px; box-sizing: border-box; border-color: #fff; border-style: solid; border-width: 0 0 3px 3px; transform: rotate(45deg);}
.eCarousel .innerCarousel .prev:hover {margin-left: -2px;}
.eCarousel .innerCarousel .next {position: absolute; right: -10px; top: 50%; width: 20px; height: 20px; margin-top: -10px; box-sizing: border-box; border-color: #fff; border-style: solid; border-width: 0 3px 3px 0; transform: rotate(-45deg);}
.eCarousel .innerCarousel .next:hover {margin-right: -2px;}

.eCarousel .innerCarousel.apple .top {background: #932027;}
.eCarousel .innerCarousel.apple .bottom > div .slider > div.active {background-color: #932027;}
.eCarousel .innerCarousel.berry .top {background: #7f2263;}
.eCarousel .innerCarousel.berry .bottom > div .slider > div.active {background-color: #7f2263;}
.eCarousel .innerCarousel.pine .top {background: #008043;}
.eCarousel .innerCarousel.pine .bottom > div .slider > div.active {background-color: #008043;}
.eCarousel .innerCarousel.ginger .top {background: #d9903c;}
.eCarousel .innerCarousel.ginger .bottom > div .slider > div.active {background-color: #d9903c;}
.eCarousel .innerCarousel.candy .top {background: #e46075;}
.eCarousel .innerCarousel.candy .bottom > div .slider > div.active {background-color: #e46075;}

@media screen and (max-width: 1250px) {
	.eCarousel .innerCarousel .bottom > div .slider > div {width: 3.33%;}
}
@media screen and (max-width: 750px) {
	.eCarousel .innerCarousel {padding: 0 40px 50px 40px;}
	.eCarousel .innerCarousel .prev {left: 15px; }
	.eCarousel .innerCarousel .next {right: 15px;}
	.eCarousel .innerCarousel .bottom > div .slider > div {width: 3.33%;}
}
@media screen and (max-width: 600px) {
	.eCarousel .innerCarousel .bottom > div {padding-bottom: 65%;} 
}
@media screen and (max-width: 550px) {
	.eCarousel {margin: 20px auto;}
	.eCarousel .innerCarousel {padding: 0 30px 50px 30px;}
	.eCarousel .innerCarousel .bottom > div {padding-bottom: 75%;} 
	.eCarousel .innerCarousel .bottom > div .slider > div {width: 5%;}
	.eCarousel .innerCarousel .prev {width: 16px; height: 16px; left: 12px; }
	.eCarousel .innerCarousel .next {width: 16px; height: 16px; right: 12px; }
}
@media screen and (max-width: 400px) {
	.eCarousel .innerCarousel .bottom > div {padding-bottom: 100%;} 
	.eCarousel .innerCarousel .bottom > div .slider > div {width: 5%;} 
	.eCarousel .innerCarousel .bottom > div .slider > div a {padding: 1px 3px;}
}



header {position: relative; height: 0; padding-bottom: 11vw; }
header .scLogo {position: absolute; left: 4%; top: 33%; width: 11.5%; height: 32%; background: url("../images/scJohnsonLogo.svg") left no-repeat; background-size: contain;}
header .logo {position: absolute; left: 50%; top: 18%;  width: 7%; height: 64%; margin-left: -3.5%; background: url("../images/glade_logo.svg") center no-repeat; background-size: contain;}
header .le {position: absolute; bottom: 0; left: 0; width: 100%; text-align:center;}
header .le b {display: inline-block; padding: 0 14px; font-size: 0.8vw; color: #fff; border-style: solid; border-color: #e5ac2b; border-image-slice: 1; border-width: 2px; border-image-source: linear-gradient(to left, #e5ac2b, #fff, #e5ac2b);}
header a.navButton {position: absolute; right: 2%; top: 32%; width: 6.2%; height: 36%; background-size: contain; }
header a.navButton i {position: absolute; width: 40%; left: 30%; height: 2px; background: #fff; }
header a.navButton i:nth-child(1) {top:30%}
header a.navButton i:nth-child(2) {top: 50%; margin-top: -1px;  }
header a.navButton i:nth-child(3) {bottom: 30%;}
header a.navButton:hover i {background: #e5ac2b;}

header .lang {position: absolute; right: 8.2%; top: 39%;}
header .lang > a {display: block; padding: 0.5vw 2vw; color: #fff; text-decoration: none; border-bottom: 1px solid #fff; }
header .lang > a:hover {color: #e5ac2b; }
header .lang ul {display: none; }
header .lang.open > a i {transform: rotate(180deg);}
header .lang.open ul {display: block; z-index: 10; width: 100%; position: absolute; top: 100%; left: 0; list-style: none; padding: 0; margin: 0; }
header .lang.open ul li {padding: 0; margin: 0}
header .lang.open ul li a {display:block; padding: 5px 0; color: #fff; text-decoration: none; border-bottom: 1px solid #fff; text-align: center}
header .lang.open ul li a:hover {color: #e5ac2b; }
@media screen and (max-width: 1300px) {
	header .le b {border-width: 1px; line-height: 1.6; padding: 0 10px;  }
}
@media screen and (max-width: 1000px) {
	header {height: 95px; padding-bottom: 0; }
	header .scLogo {left: 30px; top: 25px; width: 90px; height: 32px; }
	header .logo {left: 50%; top: 12px; width: 64px; height: 64px; margin-left: -32px; }
	header .le b {font-size: 9px; }
	header a.navButton {right: 10px; top: 24px; width: 58px; height: 42px;  }
	header .lang {right: 68px; top: 32px}
}
@media screen and (max-width: 500px) {
	header .scLogo {left: 20px; top: 25px; width: 90px; height: 32px; }
}

.flags {position: relative;margin: 20px auto; max-width: 700px; padding: 20px; box-sizing: border-box;  }
.flags a {display: inline-block;width: 16.66%;padding: 10px 0;text-transform: uppercase;color: #fff;text-decoration: none; font-size: 0.9em;}
.flags a i {display: block;width: 40%;height: 0;padding-bottom: 40%;border: 2px solid #fff;background: #fff;border-radius: 50%;margin: 0 auto 10px auto;transition: all 0.2s;}
.flags a:hover i {transform: scale(1.05);}
@media screen and (min-width: 1920px) {
	.flags {width: 40%; max-width: 100%;}
}

@media screen and (max-width: 700px) {
	.flags a {width: 20%;}
}
@media screen and (max-width: 600px) {
	.flags a {width: 25%;}
}
@media screen and (max-width: 500px) {
	.flags a {width: 33.3%;}
}


.nav {display:none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #932027; background: rgba(147,32,39,0.97); z-index: 100; overflow: hidden; cursor: pointer; text-align: center; }
.nav > div {position: relative; color: #fff; height: 0; padding-bottom: 11%; box-sizing: border-box; }
.nav > div a.close {position: absolute; right: 2%; top: 32%; width: 6.2%; height: 36%; z-index: 2}
.nav > div a.close i {position: absolute; width: 40%; left: 30%; top: 50%; margin-top: -1px;  height: 2px; background: #fff; }
.nav > div a.close i:nth-child(1) {transform: rotate(45deg);}
.nav > div a.close i:nth-child(2) {transform: rotate(-45deg);}
.nav > div a.close:hover i {background: #e5ac2b;}
.nav > ul {margin: 0; padding: 0; list-style: none; }
.nav > ul li {margin: 0; padding: 0; }
.nav > ul li a {position: relative; display:block; font-size: 1.6em; color: #fff; font-weight: 700; font-family: 'Gotham Bold', sans-serif; text-decoration: none; padding: 0.75em 30px;  }
.nav > ul li a:hover {color: #e5ac2b;}
@media screen and (max-width: 1000px) {
	.nav > div {height: 95px; padding-bottom: 0; }
	.nav > div a.close {right: 10px; top: 24px; width: 58px; height: 42px;  }	
}
@media screen and (max-height: 570px) {
	.nav > div {height: 40px; }
	.nav > ul li a {font-size: 1.2em;  }
}
@media screen and (max-height: 350px) {
	.nav > div {height: 30px; }
	.nav > ul li a {font-size: 1em; }
}


.localeNav {display:none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #932027; background: rgba(147,32,39,0.97); z-index: 100; overflow: hidden; cursor: pointer; text-align: center; }
.localeNav > div {position: relative; color: #fff; height: 0; padding-bottom: 11%; box-sizing: border-box; }
.localeNav > div a.close {position: absolute; right: 2%; top: 32%; width: 6.2%; height: 36%; }
.localeNav > div a.close i {position: absolute; width: 40%; left: 30%; top: 50%; margin-top: -1px;  height: 2px; background: #fff; }
.localeNav > div a.close i:nth-child(1) {transform: rotate(45deg);}
.localeNav > div a.close i:nth-child(2) {transform: rotate(-45deg);}
.localeNav > div a.close:hover i {background: #e5ac2b;}


#modal {position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.75); z-index: 200; cursor: pointer;}
#modal .inner {position: absolute; width: 100%; max-width: 640px; cursor: default; padding: 25px; -webkit-box-sizing: border-box; box-sizing: border-box;}
#modal .inner #content {position: relative; max-height: 100%;  box-sizing: border-box; background: #a93f45; border: 5px solid #fff; border-radius: 10px; padding: 0 30px; text-align: center;}
#modal .inner #content:before {content: "";display: block;margin-bottom: 30px;padding-top: 1px;}
#modal .inner #content:after {content: "";display: block;margin-top: 30px;padding-bottom: 1px;}
#modal .inner .closeButton {position: absolute;top: 5px;right: 5px;width: 40px;height: 40px;background: #e5ac2b;border-radius: 50%;-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);}
#modal .inner .closeButton:before {content: "";position: absolute;background: #222;width: 24px;height: 4px;top: 50%;left: 50%;margin-top: -2px;margin-left: -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-radius: 2px;}
#modal .inner .closeButton:after {content: "";position: absolute;background: #222;width: 24px;height: 4px;top: 50%;left: 50%;margin-top: -2px;margin-left: -12px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);border-radius: 2px;}
#modal .inner .closeButton:hover {-webkit-transform: scale(1.05);transform: scale(1.05);}
#modal .inner .closeButton:hover:before {background: #fff;}
#modal .inner .closeButton:hover:after {background: #fff;}
#modal .inner .captcha {margin: 10px auto;width: 304px;height: 78px;}
#modal .inner .formContainer .submit button {font-size: 20px;}
#modal .inner .buttonContainer {position: relative;margin: 20px 0;text-align: center;}
#modal .inner .buttonContainer a {position: relative;display: inline-block;min-width: 300px;margin: 0 auto;background: #e91721;color: #fff;font-weight: 400;cursor: pointer;outline: none;border-radius: 4px;padding: 20px 50px;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
#modal .inner .buttonContainer a:hover {background: #bb121a;}
#modal .legal {text-align: left;font-size: 0.9em;}
#modal.whereToBuy .inner {max-width: 844px;}
#modal.whereToBuy .inner #content {padding: 0; background: #ccc; }
#modal.whereToBuy .inner #content:before {display:none;}
#modal.whereToBuy .inner #content:after {display:none;}
#modal.whereToBuy .inner #content iframe{display:block; width: 100%; border: 1px solid #ccc; box-sizing: border-box;}
@media screen and (max-width: 600px) {
	#modal .inner .buttonContainer a {display: block; min-width: 0; }
}
@media screen and (max-width: 500px) {
	#modal .inner #content .title { padding: 0 20px; }
	#modal .inner #content {padding: 0 20px; }
}

footer {position: relative; margin: 0 auto; padding-top: 11.5vw; }
footer:before {content: ""; position: absolute; left: 53%; top: -2.5vw; width: 30vw; height: 21vw; margin-left: -15vw; border-radius: 50%; pointer-events: none; background: radial-gradient(ellipse at center,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 60%);}
footer .inner {position: relative; min-height: 7vw; box-sizing: border-box; background: #932027; font-size: 0.75em; display: flex; align-items: center; justify-content: center; border-style: solid; border-color: #e5ac2b; border-width: 5px 0 0 0; border-image-slice: 1; border-image-source: linear-gradient(to left, #e5ac2b, #fff, #e5ac2b);}
footer .inner .snow_L {position: absolute; left: 0; bottom: 0; width: 50%; height: 100%; max-height: 118px; background: url("../images/footerSnowLeft.gif") bottom left no-repeat; background-size: contain; } 
footer .inner .snow_R {position: absolute; right: 0; bottom: 0; width: 50%; height: 100%;max-height: 118px; background: url("../images/footerSnowRight.gif") bottom right no-repeat; background-size: contain; } 
footer .inner > div {position: relative; padding: 0 30px; width: 100%; box-sizing: border-box; }
footer .inner > div:before {content: ""; display:block; margin-bottom: 30px; padding-top: 1px;}
footer .inner > div:after {content: ""; display:block; margin-top: 20px; padding-bottom: 1px;}
footer .inner > div .links {font-weight: 700; font-family: 'Gotham Bold', sans-serif; margin: 5px 0}
footer .inner > div .footerTerms {font-size: 0.9em;}
footer .inner > div a {display: inline-block; color: #fff; text-decoration: none; padding: 1px 10px; border-right: 1px solid #fff; box-sizing: border-box; }
footer .inner > div a:last-child{border: none;}
footer .candle {position: absolute; left: 0; top: 0; width: 100%; height: 13.2vw; background: url("../images/footerCandle.png") center no-repeat; background-size: auto 100%; pointer-events: none; }
@media screen and (max-width: 1000px) {
	footer {padding-top: 112px}
	footer:before {top: -40px; width: 400px; height: 227px; margin-left: -200px; }
	footer .inner {min-height: 75px; border-top-width: 4px;  font-size: 0.85em; }
	footer .inner > div:before {margin-bottom: 20px; }
	footer .inner > div:after {margin-top: 10px;}
	footer .candle {height: 127px; }	
}
@media screen and (max-width: 700px) {
	footer .inner > div {padding: 0 20px; }
	footer .inner > div .a1 {border: none;}
	footer .inner > div .br1 {display:block; height: 5px; }
	footer .snow_L {display:none; } 
	footer .snow_R {width: 80%; } 
}
@media screen and (max-width: 500px) {
	footer:before {width: 90%; margin-left: 0; left: 5%; height: 227px; }
	footer .inner {min-height: 110px;}
}
@media screen and (max-width: 550px) {
	footer .inner > div .a2 {border: none;}
	footer .inner > div .br2 {display:block; height: 5px; }
}
.videoModal {position:fixed; width: 100%; height: 100%; top:0; left: 0; background: rgba(0,0,0,0.75); display:none; z-index: 100}
.videoModal .inner {position: absolute; width: auto; }
.videoModal .inner iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; border: 2px solid #fff; box-sizing: border-box; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); }
.videoModal .inner .closeButton {position: absolute;top: -19px;right: -19px;width: 40px;height: 40px;background: #e5ac2b;border-radius: 50%;-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);}
.videoModal .inner .closeButton:before {content: "";position: absolute;background: #222;width: 24px;height: 4px;top: 50%;left: 50%;margin-top: -2px;margin-left: -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);border-radius: 2px;}
.videoModal .inner .closeButton:after {content: "";position: absolute;background: #222;width: 24px;height: 4px;top: 50%;left: 50%;margin-top: -2px;margin-left: -12px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);border-radius: 2px;}
.videoModal .inner .closeButton:hover {-webkit-transform: scale(1.05);transform: scale(1.05);}
.videoModal .inner .closeButton:hover:before {background: #fff;}
.videoModal .inner .closeButton:hover:after {background: #fff;}
 
#claimForm{margin-bottom: 150px;}
.reveal {position: relative; min-height: calc(100vh - 11vw); padding: 0 20px; }
@media screen and (max-width: 1000px) {
	.reveal {min-height: calc(100vh - 95px); }
}
#reveal {display: none;}
.reveal .text {user-select: none;}
.reveal .cta {position: relative; user-select: none; }
.reveal .cta span {display:inline-block; background: #932027; color: #fff; padding: 10px 30px;; font-family: 'Gotham Bold', sans-serif;  }
.reveal .cta span b {color: #e5ac2b; }
.reveal .text .titleLarge {margin: 0; padding-top: 30px;  }
.reveal .cta .titleMedium {margin: 0; }
.reveal .cta .smallCta {display: block; }
.reveal .cta .smallCta a {cursor: pointer; }
.reveal .ani {position: absolute; top: 150px; bottom: 0; left: 0; width: 100%; padding: 0 20px; box-sizing: border-box; display: none; cursor:pointer }
.reveal .ani .candle {position: relative; height: calc(100% - 180px); margin: 60px 0 20px 0; background-position: center; background-size: contain; background-repeat: no-repeat;}
.reveal .ani .candle::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: contain; background-repeat: no-repeat; background-image: url("../images/animation3/overlay.png"); pointer-events:none;}
@media screen and (max-height: 700px) {
	.reveal  .ani .candle {height: calc(100% - 100px); margin: 20px 0 20px 0; }
}
@media screen and (max-height: 600px) {
	.reveal {min-height: 600px; }
}
.reveal .ani.x1 .candle {background-image: url("../images/animation3/1.png")}
.reveal .ani.x2 .candle {background-image: url("../images/animation3/2.png")}
.reveal .ani.x3 .candle {background-image: url("../images/animation3/3.png")}
.reveal .ani.x4 .candle {background-image: url("../images/animation3/4.png")}
.reveal .ani.x5 .candle {background-image: url("../images/animation3/5.png")}
.reveal .ani.x6 .candle {background-image: url("../images/animation3/6.png")}
.reveal .ani.x7 .candle {background-image: url("../images/animation3/7.png")}
.reveal .ani.x8 .candle {background-image: url("../images/animation3/8.png")}
.reveal .ani.x9 .candle {background-image: url("../images/animation3/9.png")}
.reveal .ani.x10 .candle {background-image: url("../images/animation3/10.png")}

.reveal .ani.aniL.x0 .candle {background-image: url("../images/animation3_lose/1.png")}
.reveal .ani.aniL.x1 .candle {background-image: url("../images/animation3_lose/1.png")}
.reveal .ani.aniL.x2 .candle {background-image: url("../images/animation3_lose/2.png")}
.reveal .ani.aniL.x3 .candle {background-image: url("../images/animation3_lose/3.png")}
.reveal .ani.aniL.x4 .candle {background-image: url("../images/animation3_lose/4.png")}
.reveal .ani.aniL.x5 .candle {background-image: url("../images/animation3_lose/5.png")}
.reveal .ani.aniL.x6 .candle {background-image: url("../images/animation3_lose/6.png")}
.reveal .ani.aniL.x7 .candle {background-image: url("../images/animation3_lose/7.png")}
.reveal .ani.aniL.x8 .candle {background-image: url("../images/animation3_lose/8.png")}
.reveal .ani.aniL.x9 .candle {background-image: url("../images/animation3_lose/9.png")}
.reveal .ani.aniL.x10 .candle {background-image: url("../images/animation3_lose/10.png")}

.reveal .ani.x1 .flame {top: 14%; left: 50%; display: none;}
.reveal .ani.x2 .flame {top: 22%; left: 50%;}
.reveal .ani.x3 .flame {top: 26%; left: 50%;}
.reveal .ani.x4 .flame {top: 36%; left: 50%;}
.reveal .ani.x5 .flame {top: 42%; left: 50%;}
.reveal .ani.x6 .flame {top: 50%; left: 50%;}
.reveal .ani.x7 .flame {top: 55%; left: 50%;}
.reveal .ani.x8 .flame {top: 60%; left: 50%;}
.reveal .ani.x9 .flame {top: 73%; left: 50%;}




.flame {position: absolute;  width: 0; height: 0; font-size: 80px; font-size: 8vmin; transition: font-size 0.2s}
.flame > div {font-size: 0.00667em; position: absolute; bottom: 0; left: -10em; width: 20em; height: 150em;  margin: 0px auto;  animation: move 3s infinite, move-left 3s infinite; transform-origin: 50% 90%;}
.flame > div i:nth-child(1) {position: absolute; left: 50%; top: 0; width: 1em; height: 60em; border-radius: 50%; box-shadow: 0 5em 20em 15em gold, 0 0em 100em 20em #ff6a00, 0 15em 50em 15em #ff6a00, 5em 30em 5em 13em #ff6a00, 5em 50em 5em 13em #ff6a00, 0 75em 50em 30em rgba(0,0,0,0.5);}
.flame > div i:nth-child(2) {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: white; border-top-left-radius: 500%;  border-bottom-left-radius: 50em; border-top-right-radius: 500%; border-bottom-right-radius: 50em; transform: skewY(-10deg);box-shadow: 0 0 0 3em white,0 -20em 1em 4em white,0 -25em 2em 3em gold, 0 -30em 5em 4em #ff6a00, 0 0em 150em 10em #ff6a00,0 -10em 2em 4em white,0 -5em 3em 3em white; animation: flame-up 4s infinite;}
.flame > div i:nth-child(3) {position: absolute; transform: scale(0.9);bottom: 6em;left: 9em;width: 1em;height: 8em;border-radius: 1%;background: #2c2b39;box-shadow: 0 6em 10em 12em rgba(60, 76, 125, 0.3),0 0em 4em 8em #2c2b39,0 -12em 10em 8em rgba(255,106,0, 0.5),0 5em 7em 12em #2c2b39,0 -3em 10em 12em #2c2b39,5em -10em 10em 5em red,0 -15em 10em 10em gold, 5em -25em 10em 5em gold,0 2em 5em 10em #30537d,0 -2em 2em 14em #76daff,0 2em 10em 12em #76daff;}





.reveal2 { padding: 0 20px;}
.reveal2 .text {user-select: none; padding: 30px 0 60px 0;}
.reveal2 .text .titleLarge {margin: 0; }

.reveal2 .ctas {position: relative; user-select: none; height: 100px;  }
.reveal2 .ctas .cta {position: absolute; visibility: hidden; top: 0; left: 0; width: 100%; height: auto;padding: 30px 0; }
.reveal2 .ctas .cta span {display:inline-block; background: #932027; color: #fff; padding: 10px 30px; font-family: 'Gotham Bold', sans-serif;  }
.reveal2 .ctas .cta span b {color: #e5ac2b; }
@media screen and (max-height: 700px) {
	.reveal2 .text {user-select: none; padding: 20px 0 30px 0;}
	.reveal2 .ctas .cta {padding: 20px 0; }
	.reveal2 .text .titleLarge {font-size: 1.6em;}
}
.reveal2 .ctas .cta .titleMedium {margin: 0; }
.reveal2 .ctas .cta .smallCta {display: block; }
.reveal2 .ctas .cta .smallCta a {cursor: pointer; }

.reveal2 .candles {position: relative; height: 300px; }
.reveal2 .candles .candle {position: absolute; display:none;top: 0; ;eft: 0; width: 100%; height: 100%;  background-position: center; background-size: contain; background-repeat: no-repeat;}
.reveal2 .candles .candle::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: contain; background-repeat: no-repeat; background-image: url("../images/animation3/overlay.png"); pointer-events:none;}

.reveal2 .candles .candle.x1 {background-image: url("../images/animation3/1.png")}
.reveal2 .candles .candle.x2 {background-image: url("../images/animation3/2.png")}
.reveal2 .candles .candle.x3 {background-image: url("../images/animation3/3.png")}
.reveal2 .candles .candle.x4 {background-image: url("../images/animation3/4.png")}
.reveal2 .candles .candle.x5 {background-image: url("../images/animation3/5.png")}
.reveal2 .candles .candle.x6 {background-image: url("../images/animation3/6.png")}
.reveal2 .candles .candle.x7 {background-image: url("../images/animation3/7.png")}
.reveal2 .candles .candle.x8 {background-image: url("../images/animation3/8.png")}
.reveal2 .candles .candle.x9 {background-image: url("../images/animation3/9.png")}
.reveal2 .candles .candle.x10 {background-image: url("../images/animation3/10.png")}

.reveal2 .candlesL .candle.x1 {background-image: url("../images/animation3_lose/1.png")}
.reveal2 .candlesL .candle.x2 {background-image: url("../images/animation3_lose/2.png")}
.reveal2 .candlesL .candle.x3 {background-image: url("../images/animation3_lose/3.png")}
.reveal2 .candlesL .candle.x4 {background-image: url("../images/animation3_lose/4.png")}
.reveal2 .candlesL .candle.x5 {background-image: url("../images/animation3_lose/5.png")}
.reveal2 .candlesL .candle.x6 {background-image: url("../images/animation3_lose/6.png")}
.reveal2 .candlesL .candle.x7 {background-image: url("../images/animation3_lose/7.png")}
.reveal2 .candlesL .candle.x8 {background-image: url("../images/animation3_lose/8.png")}
.reveal2 .candlesL .candle.x9 {background-image: url("../images/animation3_lose/9.png")}
.reveal2 .candlesL .candle.x10 {background-image: url("../images/animation3_lose/10.png")}

.reveal2 .candles .candle.x1 .flame {top: 14%; left: 50%; display: none;}
.reveal2 .candles .candle.x2 .flame {top: 22%; left: 50%;}
.reveal2 .candles .candle.x3 .flame {top: 26%; left: 50%;}
.reveal2 .candles .candle.x4 .flame {top: 36%; left: 50%;}
.reveal2 .candles .candle.x5 .flame {top: 42%; left: 50%;}
.reveal2 .candles .candle.x6 .flame {top: 50%; left: 50%;}
.reveal2 .candles .candle.x7 .flame {top: 55%; left: 50%;}
.reveal2 .candles .candle.x8 .flame {top: 60%; left: 50%;}
.reveal2 .candles .candle.x9 .flame {top: 73%; left: 50%;}





.formContainer {position: relative; margin: 30px auto;width: 100%; max-width: 40vw; }
.formContainer a { color: white; }
@media screen and (max-width: 1200px) {
	.formContainer {max-width: 480px;}
}
.formContainer .field {position: relative;margin: 10px 0;}
.formContainer .field input[type="text"] { display: block; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; background: #932027; text-align: center; padding: 12px 20px; line-height: 1; border: none; outline: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; font-size: 1.2em; }
.formContainer .field input[type="text"]:focus {background: #8d2f34; }
.formContainer .field select {width: 100%; background: #932027; border: none; outline: none; padding: 17px 20px; color: #fff; font-size: 1.2em;}
.formContainer .field textarea { display: block; width: 100%; height: 150px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; background: #932027; text-align: center; padding: 12px 20px; font-size: 1.2em; border: none; outline: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.formContainer .field textarea::-webkit-input-placeholder {color: #fff;}
.formContainer .field textarea:-ms-input-placeholder {color: #fff;}
.formContainer .field textarea::-ms-input-placeholder { color: #fff;}
.formContainer .field textarea::placeholder { color: #fff; }
.formContainer .field textarea:focus {background: #8d2f34; }
.formContainer .field label { display: block; margin-bottom: 5px; color: #fff; }
.formContainer .error {color: #f00;}
.formContainer div.error {margin: 3px 0 10px 0;}
.formContainer .field .floatingLabel {position: relative;}
.formContainer .field .floatingLabel label { position: absolute; width: 100%; color: #fff; top: 19px; line-height: 1; left: 0; z-index: 1; text-align: center; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; margin: 0; pointer-events: none; font-size: 1.2em; }
.formContainer .field .floatingLabel.active label {top: 5px;line-height: 1;font-size: 10px;color: rgba(255, 255, 255, 0.5);}
.formContainer .field .floatingLabel input[type="text"] {padding: 20px 20px 14px 20px;}
.formContainer .field .floatingLabel textarea { padding: 17px 20px;}
.formContainer .checkbox { display: block; position: relative; padding: 4px 0 4px 40px; outline: none; min-height: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.formContainer .checkbox label { font-size: 0.95em; }
.formContainer .checkbox i.check { position: absolute; left: 0; top: 0; border: none; cursor: pointer; font-size: 18px; line-height: 0; padding: 15px 0; width: 30px; text-align: center; color: transparent; background: #932027; }
.formContainer .checkbox.checked i.check { color: #fff; }
.formContainer .checkbox:focus i.check {  border-color: #fff; }
.formContainer .field.fieldError .checkbox i.check { border-color: #e91721; }

.formContainer .field .selectContainer select {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.formContainer .field .selectContainer i {position: absolute; right: 20px; top: 35%; z-index: 3; pointer-events: none; }

.formContainer.waiting {opacity: 0.5;}
.formContainer.waiting .buttonContainer button {color: transparent; }
.formContainer.waiting .buttonContainer button:hover {color: transparent; background: #e91721; }
.formContainer.waiting .buttonContainer button:after { content: ""; position: absolute; display: block; left: 50%; top: 50%; margin-top: -12px; margin-left: -12px; border: 4px solid rgba(0, 0, 0, 0.5); border-top: 4px solid #000; border-radius: 50%; width: 24px; height: 24px; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; -webkit-box-sizing: border-box; box-sizing: border-box; }
.formContainer.waiting:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.formContainer .field .uploaderContainer .uploaderInner {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;min-height: 100px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.formContainer .field .uploaderContainer .uploaderInner .uploadInnerName {margin-bottom: 15px;}
.formContainer .field .uploaderContainer .uploaderInner .thumb {position: relative; width: 80px; height: 80px; margin-bottom: 15px;cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #e5ac2b; border: 2px solid #e5ac2b; background-size: cover; background-position: center; border-radius: 50%; }
.formContainer .field .uploaderContainer .uploaderInner .thumb i {position: absolute; top: 50%; left: 0; width: 100%; line-height: 0; color: #fff; text-align: center; font-size: 35px; }
.formContainer .field .uploaderContainer .uploaderInner .thumb .clear { position: absolute; display: none; top: 0; right: 0; width: 16px; padding: 2px 0; color: #fff; background: #932027; text-align: center; font-size: 12px; line-height: 1; border-radius: 50%; }
.formContainer .field .uploaderContainer .uploaderInner .thumb .clear:hover {color: #e5ac2b;}
.fa-remove { text-decoration: none; }
.formContainer .field .uploaderContainer .uploaderInner .thumb .clear:hover { background: #932027; }
.formContainer .field .uploaderContainer .uploaderInner .thumb .progress { position: absolute; left: 0; bottom: -14px; width: 100%; border: 2px solid #ddd; height: 10px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }
.formContainer .field .uploaderContainer .uploaderInner .thumb .progress div { position: absolute; left: 0; top: 0; height: 100%; background: #e91721; }
.formContainer .field .uploaderContainer .uploaderInner .uploadLink { adding: 8px 12px 6px 12px; border-radius: 3px; font-weight: 300; text-decoration: none; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.formContainer .field .uploaderContainer .uploaderInner .uploadLink:hover { opacity: 0.8; }
.formContainer .field.fieldError .uploaderContainer .uploaderInner .thumb { border-color: #e91721; }
.formContainer .field .uploaderContainer .uploaderInner .thumb.thumbActive i { display: none; }
.formContainer .field .uploaderContainer .uploaderInner .thumb.thumbActive .clear { display: block; }
.formContainer .field .uploaderContainer .error { display: none;} 
.formContainer .footNote { margin: 10px auto 30px auto; }
.formContainer .field.fieldError .uploaderContainer .error {display: block;}
.formContainer .buttonContainer .required { font-family: 'Gotham', sans-serif; font-weight: 300; position: absolute; top: 60px; left: 0; pointer-events: none; width: 100%; }

.formContainer .dates {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.formContainer .dates .selectContainer  {width: calc(33.3333% - 3px); position: relative;}
.formContainer .dates .selectContainer select option {font-size: 1em;}
.formContainer .skills {  background: #932027; padding: 10px; margin: 40px 0 !important; }
.formContainer .skills .titleSmall {margin: 0 !important;}
.formContainer .skills .skills_x4 {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.formContainer .skills .skills_x4 .selectContainer {width: calc(50% - 3px); position: relative; }
.formContainer .skills .skills_x4 .selectContainer select { background: #e5ac2b; }

@media screen and (max-width: 500px) {
	.formContainer .dates .selectContainer select {padding: 17px 10px;}
	.formContainer .dates i {right: 10px;}
	.formContainer .skills .skills_x4 select {padding: 17px 10px;}
	.formContainer .skills .skills_x4 i {right: 10px;}
}




.uploadForm { display: none; }


@keyframes move{
  0%{ transform: skewX(2deg) skewY(5deg)}
  50%{ transform: skewX(-2deg) skewY(-0deg)}
  100%{ transform: skewX(2deg) skewY(5deg)}
}
@keyframes move-left{
  50%{transform: skewX(3deg);}
}
@keyframes flame-up{
  50% { box-shadow:
      0 0em 0em 3em white,
      0 -38em 1em 2em white, 
      0 -41em 2em 3em gold, 
      0 -50em 5em 4em #ff6a00, 
      0 0em 150em 10em #ff6a00,
      0 -10em 2em 4em white,
      0 -5em 3em 3em white;
  }
}
@keyframes blink{
  50% {opacity: 0.95;}
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham medium';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.evidon-prefdiag-overlay * {
	
}