@import url('https://fonts.googleapis.com/css?family=Montserrat:800&display=swap');
@font-face {
    font-family: "Avenir Next Condensed"; 
    src: url("//db.onlinewebfonts.com/t/2919517cb534a742df4474836ca67452.eot"); 
    src: url("//db.onlinewebfonts.com/t/2919517cb534a742df4474836ca67452.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2919517cb534a742df4474836ca67452.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2919517cb534a742df4474836ca67452.woff") format("woff"), url("//db.onlinewebfonts.com/t/2919517cb534a742df4474836ca67452.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2919517cb534a742df4474836ca67452.svg#Avenir Next Condensed") format("svg"); 
}
main{
	width: 100%;
}
#wheel-of,
.no-popup,
.coupon-modal{
	display: none !important;
}
/* General */
#spin-to-win{
	overflow: hidden;
}
#spin-to-win .container {
    width: 1372px;
    max-width: 100%;
}
#spin-to-win img{
	align-self: center;
	max-width: 100%;
	height: auto;
}
#spin-to-win .flex{
    display: flex;		
}
#spin-to-win .inline-flex{
    display: inline-flex;		
}
#spin-to-win .flex.wrap,
#spin-to-win .inline-flex.wrap{
	flex-wrap: wrap;
}
#spin-to-win .column{
	flex-direction: column;
}
#spin-to-win .a-center{
	align-items: center;
}
#spin-to-win .j-center{
	justify-content: center;
}
#spin-to-win .j-end{
	justify-content: flex-end;
}
#spin-to-win .flex > .half{
	flex-basis: 50%;
	flex: 1;
}
#spin-to-win .flex > .full{
	flex-basis: 100%;
}
#spin-to-win .clickable{
	display: inline-block;
	cursor: pointer;
}
#spin-to-win .uppercase{
	text-transform: uppercase;
}
#spin-to-win .gotham-book{
	font-family: 'Gotham-Book';	
}
#spin-to-win .gotham-medium{
	font-family: 'Gotham-Medium';	
}
#spin-to-win .gotham-bold{
	font-family: 'Gotham-Bold';	
}
#spin-to-win .gotham-black{
	font-family: 'Gotham-Black';	
}
#spin-to-win .gotham-ultra{
	font-family: 'Gotham-Ultra';	
}
#spin-to-win .montserrat{
	font-family: 'Montserrat' !important; 	
	font-weight: 800 !important; 	
}
#spin-to-win .lato{
	font-family: 'Lato', sans-serif;
}
#spin-to-win .button{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 35px;
	background-color: #ec1c24;
    border: 4px solid #000;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	width: 330px;
	height: 78px;
	line-height: 70px;
	transition: all .3s;
	opacity: 1;
    font-family: 'Avenir Next Bold';
}
#spin-to-win .button.disabled{
	opacity: 0;
}

.stw-game{
    height: 644px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/20/sept/lp/back.jpg);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/back.jpg") 1x, url("../../images/20/sept/lp/back@2x.jpg") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/back.jpg") 1x, url("../../images/20/sept/lp/back@2x.jpg") 2x);
}
.stw-wrapper{
    width: 1025px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.stw-wrapper:before{
    content: '';
    display: block;
    width: 324px;
    height: 503px;
    position: absolute;
    bottom: 0;
    left: -280px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/20/sept/lp/employee-1.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/employee-1.png") 1x, url("../../images/20/sept/lp/employee-1@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/employee-1.png") 1x, url("../../images/20/sept/lp/employee-1@2x.png") 2x);
}
#spin-to-win .stw-steps{
    flex-grow: 1;
}
#spin-to-win .stw-step-1 .button{
    margin-top: 33px;
}
#spin-to-win .stw-step-3 .button{
    margin-top: 25px;
}
.stw-form{
    position: relative;
    width: 332px;
    height: 483px;
    margin-top: 20px;
    padding: 48px 22px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/20/sept/lp/form-back.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/form-back.png") 1x, url("../../images/20/sept/lp/form-back@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/form-back.png") 1x, url("../../images/20/sept/lp/form-back@2x.png") 2x);
}
.stw-form .form-row{
    margin-bottom: 15px;
}
.stw-form ::placeholder,
.stw-form select{
	font-size: 11px;
	line-height: 1;
	color: #000000;
	font-family: 'Lato', sans-serif;
}
.stw-form input,
.stw-form select{
	background-color: #fff;
	border: none;
    border-radius: 3px;
	width: 100%;
	outline: none;
	height: 45px;
	text-indent: 9px;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
    letter-spacing: 0.01em;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.8);
}
.stw-form select{
	opacity: 1;
	appearance:none;
	background-repeat: no-repeat;
	background-size: 8px 6px;
	background-position: calc(100% - 15px) center;
	background-image: url(../../images/20/sept/lp/down-arrow.png);
}
.stw-form ::placeholder,
.stw-form select:not(.selected){
	color:#adadad;	
}
.stw-form button{
	appearance:none;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    bottom: 21px;
    left: 50%;
    margin-left: -57px;
    position: absolute;
    background: linear-gradient(-53deg, rgba(210,210,209,1) 0%, rgba(252,252,245,1) 100%);
    border: none;
    font-family: "Avenir Next Condensed"; 
    font-size: 17px;
    line-height: 21px;
    color: #000;
}
.stw-form button[disabled]{
    opacity: .8;
}
#spin-to-win .stw-step-3 p{
    font-family: "Avenir Next Condensed"; 
    font-size: 45px;
    color: #010000;
    text-indent: -0.045em;
    line-height: 28px;
    margin-bottom: 20px;
}
#spin-to-win .stw-step-3 p .prize{
    color: #ed1c25;
    -webkit-text-stroke: 1px black;
    font-size: 130%;
    vertical-align: middle;
}
.stw-wheel{
    flex-basis: 519px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 13px;
    align-self: flex-end;
    height: 562px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    padding-top: 38px;
}
.stw-wheel:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../../images/20/sept/lp/wheel-back.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/wheel-back.png") 1x, url("../../images/20/sept/lp/wheel-back@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/wheel-back.png") 1x, url("../../images/20/sept/lp/wheel-back@2x.png") 2x);
}
.stw-wheel:after{
    content: '';
    display: block;
    width: 62px;
    height: 96px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -31px;
    z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../../images/20/sept/lp/ticker.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/ticker.png") 1x, url("../../images/20/sept/lp/ticker@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/ticker.png") 1x, url("../../images/20/sept/lp/ticker@2x.png") 2x);
}
.employee-container{
    display: block;
    width: 358px;
    height: 491px;
    position: absolute;
    bottom: 0;
    right: -290px;
    z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../../images/20/sept/lp/employee-2.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/employee-2.png") 1x, url("../../images/20/sept/lp/employee-2@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/employee-2.png") 1x, url("../../images/20/sept/lp/employee-2@2x.png") 2x);
}
.employee-container .bubble{
    position: absolute;
    top: -60px;
    left: -110px;
}
.stw-wheel canvas{
    max-width: 100%;
    height: auto;
}
/* Bottom */
.stw-bottom{
    background-color: #ec1c24;
    padding-bottom: 27px;
    position: relative;
    z-index: 1;
}
.stw-bottom img{
    margin-top: -12px;
}
.stwb-image{
    position: relative;
}
.stwb-image:before,
.stwb-image:after{
    content: '';
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 159px;
    bottom: -130px;
}
.stwb-image:before{
	background-image: url(../../images/20/sept/lp/arrow-left.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/arrow-left.png") 1x, url("../../images/20/sept/lp/arrow-left@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/arrow-left.png") 1x, url("../../images/20/sept/lp/arrow-left@2x.png") 2x); 
    left: 9%;
}
.stwb-image:after{
	background-image: url(../../images/20/sept/lp/arrow-right.png);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/arrow-right.png") 1x, url("../../images/20/sept/lp/arrow-right@2x.png") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/arrow-right.png") 1x, url("../../images/20/sept/lp/arrow-right@2x.png") 2x); 
    right: 7%;
}
/* Products */
.promo-products{
	padding-top: 185px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/20/sept/lp/products-back.jpg);
	background-image: -webkit-image-set(url("../../images/20/sept/lp/products-back.jpg") 1x, url("../../images/20/sept/lp/products-back@2x.jpg") 2x);
	background-image: -webkit-image-set( url("../../images/20/sept/lp/products-back.jpg") 1x, url("../../images/20/sept/lp/products-back@2x.jpg") 2x);
}
.promo-products p{
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
}
.promo-products .pp-list{
	width: 1186px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	justify-content: center;
}
.promo-products a.pp-product {
    margin-right: 65px;
	margin-bottom: 40px;
	display: block;
    flex-basis: calc(33.333% - (130px / 3));
    flex-shrink: 1;
	position: relative;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.promo-products a.pp-product.no-link{
	pointer-events: none;
	cursor: default;
}
.promo-products a.pp-product:nth-child(3n) {
    margin-right: 0;
}
.promo-products a.pp-product:before{
	content: '';
	display: block;
	position: absolute;
	width: 350px;
	height: 350px;
	max-width: 100%;
	max-height: calc(100% - 2px);
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	opacity: 0;
}
.promo-products a.pp-product:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 348px;
	max-width: 100%;
	max-height: calc(100% - 2px);
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.41);	
}
.promo-products a.pp-product span{
	position: absolute;
	opacity: 0;
	transition: all .3s;
	text-decoration: underline;
	color: #fff;
	z-index: 1;
    font-size: 32px;
}
.promo-products a:not(.no-link).pp-product:hover span,
.promo-products a:not(.no-link).pp-product:hover:before{
	opacity: 1;
}
#spin-to-win .promo-products .button{
	width: 410px;
	height: 98px;
	line-height: 98px;
	font-size: 38px;
	margin-bottom: 105px;
}
.promo-disclaimer {
    padding: 10px 0;
    background-color: #ededed;
}
.promo-disclaimer p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: normal;
}
@media screen and (max-width:991px){
    .stw-game{
        height: 570px;
    }
    .stw-wrapper{
        max-width: calc(100% - 30px);
    }
    .stw-wrapper:before{
        display: none;
    }
    .stw-wheel{
        flex-basis: 350px;
        height: 380px;
        padding-left: 28px;
        padding-right: 26px;
        padding-top: 25px;
        margin-right: 70px;
    }
    .employee-container{
        width: 250px;
        height: 343px;
        right: -160px;
    }
    .employee-container .bubble{
        width: 130px;
        top: -20px;
        left: -40px;
    }
    #spin-to-win .button{
        width: 260px;
        height: 50px;
        line-height: 42px;
        font-size: 24px;
    }
    #spin-to-win .stw-step-3 p{
        font-size: 35px;
    }
	.promo-products .pp-list{
		width: 716px;
	}
	.promo-products a.pp-product{
		flex-basis: calc(50% - 8px);
		margin-right: 16px;
	}
	.promo-products a.pp-product:nth-child(3n) {
		margin-right: 16px;
	}
	.promo-products a.pp-product:nth-child(2n) {
		margin-right: 0;
	}
	.promo-products a.pp-product img{
		width: 100%;
	}
}
@media screen and (max-width:767px){
    .stw-game{
        height: auto;
    }
    .stw-wrapper{
        flex-direction: column;
        padding-top: 40px;
    }
    .stw-wheel{
        margin: 70px auto 0;
        flex-basis: auto;
        width: 350px;        
    }
    .stwb-image:before, 
    .stwb-image:after{        
        height: 100px;
        bottom: -110px;
    }
    .promo-products{
        padding-top: 100px;
    }
	.promo-products .pp-list{
		margin-bottom: 20px;
	}
}
@media screen and (min-width:568px){
}
@media screen and (max-width:567px){
    .employee-container{
        display: none;
    }
	.promo-products a.pp-product span{
		font-size: 16px;
	}
}
