*{
    outline: none;
}
html{	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
#feb-banner,
#march-banner,
.popup-coupon{
    display: none !important;
}
#page{
    width: 100%;
}
main{
    padding-bottom: 0;
}
#lucky{
    font-size: var(--font-size);
}
.lucky-main{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/21/march/lp/back.jpg);
	background-image: -webkit-image-set(url("../../../images/21/march/lp/back.jpg") 1x, url("../../../images/21/march/lp/back@2x.jpg") 2x);
}
.lm-inner{
    height: 606px;
}
.lm-text{
    margin-right: -50px;
}
.lm-text:after{
    content: '';
    display: block;
    width: 147px;
    height: 81px;
    position: absolute;
    bottom: -17px;
    right: -128px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../images/21/march/lp/arrow.png);
	background-image: -webkit-image-set(url("../../../images/21/march/lp/arrow.png") 1x, url("../../../images/21/march/lp/arrow@2x.png") 2x);
}
.lm-text p{
    line-height: 1.2;
}
.lm-text .f-white{
    font-size: 3.75em;
}
.lm-text .f-orange{
    font-size: 7.3125em;
}
.lm-game{
    width: 656px;
    height: 528px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../../images/21/march/lp/hat.png);
	background-image: -webkit-image-set(url("../../../images/21/march/lp/hat.png") 1x, url("../../../images/21/march/lp/hat@2x.png") 2x);
}
.lm-game .scratch-wrap{
    width: 266px;
    max-width: 40.5487804878049%;
    height: 0;
    padding-top: calc(40.5487804878049% - 1px);
    top: 11.2%;
    left: 26.6%;
}
.lm-game .lm-prize,
.lm-game .scratchpad{
    width: 100%;
    height: 100%;
}
.lm-game .pot{
    right: -57px;
    max-width: 55.5%;
}
.lucky-disclaimer{
    padding: 18px 0 16px;
}
.lucky-disclaimer .container{
    width: 1245px;
}
.lucky-disclaimer p{
    font-size: 0.625em;
    line-height: 1.5;
    margin-bottom: 0;
}


#lucky .lucky-popup{
    padding: 0 15px;
}
#lucky .popup-overlay{
    background-color: rgba(0,0,0,.44);
}
#lucky .popup-content{
    width: 874px;
    height: 522px;
    padding: 0 15px;
}
#lucky .popup-content:before,
#lucky .popup-content:after{
    content: '';
    display: block;
    width: 115px;
    height: 118px;
    position: absolute;
    bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
#lucky .popup-content:before{
    left: 3px;
    background-image: url(../../../images/21/march/lp/shamrock-left.png);
	background-image: -webkit-image-set(url("../../../images/21/march/lp/shamrock-left.png") 1x, url("../../../images/21/march/lp/shamrock-left@2x.png") 2x);    
}
#lucky .popup-content:after{
    right: 3px;
    background-image: url(../../../images/21/march/lp/shamrock-right.png);
	background-image: -webkit-image-set(url("../../../images/21/march/lp/shamrock-right.png") 1x, url("../../../images/21/march/lp/shamrock-right@2x.png") 2x);    
}
#lucky .lucky-close{
    padding: 20px;
}
.lucky-popup .lucky-form-text{
    width: 515px;    
}
.lucky-popup .lucky-form-text .f-orange{
    font-size: 2.4375em;
    line-height: 1.448717948717949;
    margin-bottom: 15px;
}
.lucky-popup .lucky-form-text .f-black{
    font-size: 1.4375em;
    line-height: 1;
    margin-bottom: 24px;
}
.lucky-popup form{
    width: 641px;
}
.lucky-popup .half{
    flex-basis: 50%;
}
.lucky-popup .form-field{
    margin: 9px 8px;
    flex-grow: 1;
}
.lucky-popup input,
.lucky-popup select{
    height: 52px;
    font-size: 1.0625em;
    width: 100%;
    text-indent: 13px;
}
.lucky-popup select,
.lucky-popup ::placeholder{
    color: var(--dark-gray);
}
.lucky-popup input,
.lucky-popup select.selected{
    color: var(--black);
}
.lucky-popup select{
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: calc(100% - 15px) center;
    background-image: url(../../../images/21/march/lp/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/21/march/lp/down-arrow.png") 1x, url("../../../images/21/march/lp/down-arrow@2x.png") 2x);    
}
.lucky-popup ::placeholder{
    font-size: 1em;
    opacity: 1;
}
.lucky-popup button {
    width: 261px;
    height: 62px;
    font-size: 1.78125em;
    margin-top: 19px;
}
.lucky-popup .lucky-thanks .f-orange{
    font-size: 4.34375em;
    line-height: 1;
    margin-bottom: 25px;
}
.lucky-popup .lucky-thanks .f-black{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 26px;
}
.lucky-popup a.button {
    width: 302px;
    height: 68px;
    font-size: 1.78125em;
    margin-bottom: 0;
}
.lucky-popup .thanks-image{
    bottom: -18px;
}
@media screen and (max-width: 1100px){
    .lm-text{
        font-size: 12px;
    }
}
@media screen and (max-width: 991px){
    .lm-inner {
        height: 450px;
    }
    .lm-text{
        margin-right: -30px;
    }
    .lm-text:after{
        width: 100px;
        right: -80px;
    }
    .lm-game{
        width: 430px;
        height: 346px;        
    }
}
@media screen and (max-width: 767px){
    .lm-inner{
        flex-direction: column;
        height: auto;
    }
    .lm-text{
        margin: 20px auto;
    }
    .lm-text:after{
        right: -45px;
        bottom: -55px;
        transform-origin: top left;
        transform: scaleX(-1) rotate(70deg);        
    }
    .lm-game{
        width: 345px;
        height: 278px;
        margin-right: -14px;   
        align-self: center;     
    }
    #lucky .popup-content{
        height: 550px;
    }
    #lucky .popup-content:before, 
    #lucky .popup-content:after{
        height: 60px;
        width: 58px;
    }
    .lucky-popup .lucky-form-text{
        font-size: 9px;
    }
    .lucky-popup .lucky-form-text .f-orange{
        margin-bottom: 5px;
    }
    .lucky-popup .lucky-form-text .f-black{
        margin-bottom: 10px;
    }
    .lucky-popup .form-row {
        flex-direction: column;
    }
    .lucky-popup input, 
    .lucky-popup select{
        height: 45px;
    }
    .lucky-popup button{
        width: 200px;
        height: 50px;
    }
    .lucky-popup .lucky-thanks .f-orange{
        font-size: 2.2em;
        margin-bottom: 15px;
    }
    .lucky-popup .lucky-thanks .f-black{
        font-size: 1em;
        margin-bottom: 15px;
    }
    .lucky-popup a.button{
        margin-bottom: 0;
        height: 55px;
    }
    .lucky-popup .thanks-image {
        bottom: -14px;
        width: 200px;
    }
}