#cornhole{
    font-size: 16px;
}
.c-main{
    background-image: url(../../../images/22/feb/lp/back.png);
	background-image: -webkit-image-set(url("../../../images/22/feb/lp/back.png") 1x, url("../../../images/22/feb/lp/back@2x.png") 2x);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.cm-inner{
    height: 647px;
}
.cm-inner:before,
.cm-inner:after{
    content: '';
    display: block;
    width: 456px;
    height: 364px;
    position: absolute;
    bottom: -45px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
}
.cm-inner:before{
    left: -86px;
    /*background-image: url(../../../images/22/feb/lp/cornhole-left.png);*/
	/*background-image: -webkit-image-set(url("../../../images/22/feb/lp/cornhole-left.png") 1x, url("../../../images/22/feb/lp/cornhole-left@2x.png") 2x);*/
}
.cm-inner:after{
    right: -86px;
    /*background-image: url(../../../images/22/feb/lp/cornhole-right.png);*/
	/*background-image: -webkit-image-set(url("../../../images/22/feb/lp/cornhole-right.png") 1x, url("../../../images/22/feb/lp/cornhole-right@2x.png") 2x);*/
}
.cm-inner .bird{
    top: 27px;
    left: 100px;
}
.cm-inner .grill{
    top: 63px;
    right: 75px;
    z-index: -1;
}
.cm-step-1,
.cm-step-2{
    height: 100%;
    width: 630px;
    background-image: url(../../../images/22/feb/lp/step-1-back.png);
	background-image: -webkit-image-set(url("../../../images/22/feb/lp/step-1-back.png") 1x, url("../../../images/22/feb/lp/step-1-back@2x.png") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 8px 8px 36.45px 8.55px rgba(0, 0, 0, 0.08);
    padding: 0 15px;
}
.cm-icon-list{
    width: 90%;
    margin-top: 22px;
    margin-bottom: 25px;
}
.cm-icon{
    height: 88px;
}
.cm-icon-arrows{
    pointer-events: none;
    width: 42.6666666666667%;
    top: 51px;
    left: 125px;
}
.cm-icon-item p{
    font-size: 0.84375em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 9px;
}
.cm-step-2 form{
    width: 566px;
    margin-top: 30px;
}
.cm-step-2 .half{
    flex-basis: 50%;
}
.cm-step-2 .form-field{
    margin: 8px;
    flex-grow: 1;
}
.cm-step-2 input,
.cm-step-2 select{
    height: 47px;
    font-size: 0.9375em;
    width: 100%;
    text-indent: 14px;
    box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.2);
}
.cm-step-2 select,
.cm-step-2 ::placeholder{
    color: var(--dark-gray);
}
.cm-step-2 input,
.cm-step-2 select.selected{
    color: var(--black);
}
.cm-step-2 select{
    background-repeat: no-repeat;
    background-size: 14px 9px;
    background-position: calc(100% - 13px) center;
    background-image: url(../../../images/22/feb/lp/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/22/feb/lp/down-arrow.png") 1x, url("../../../images/22/feb/lp/down-arrow@2x.png") 2x);
}
.cm-step-2 ::placeholder{
    font-size: 1em;
    opacity: 1;
}
.cm-step-2 button {
    margin-top: 15px;
}
.cm-step-3{
    height: 100%;
}
.cm-step-3-text{
    margin-bottom: 32px;
}
.cm-step-3 > p{
    font-size: 1.5625em;
    /*text-shadow: 10px 0px 15px #13390a, -10px 0px 15px #13390a, 0 10px 15px #13390a, 0 -10px 15px #13390a;*/
    text-shadow: 10px 0px 15px rgba(50,50,50, 0.5), -10px 0px 15px  rgba(50,50,50, 0.5), 0 10px 15px  rgba(50,50,50, 0.5), 0 -10px 15px  rgba(50,50,50, 0.5);
    margin-bottom: 0;
    margin-top: 30px;
}
.cornhole-popup .popup-overlay{
    background-color: rgba(0,0,0,.58);
}
.cornhole-popup .popup-content{
    width: 512px;
    height: 512px;
    padding: 0 15px;
    background-image: url(../../../images/22/feb/lp/popup-back.jpg);
	background-image: -webkit-image-set(url("../../../images/22/feb/lp/popup-back.jpg") 1x, url("../../../images/22/feb/lp/popup-back@2x.jpg") 2x);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cornhole-popup p{
    font-size: 1.15625em;
    line-height: normal;
    width: 320px;
}
.cornhole-popup p.f-black{
    width: 430px;
}
.cornhole-popup p.p-main{
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 11px;
    margin-top: 13px;
}
.cornhole-popup a.kg-happy-solid{
    margin-top: 15px;
}
.cornhole-popup #popup-close {
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 0.9em;
    cursor: pointer;
}

#clouds-wrap {
    bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}
@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }
    100% {
        margin-left: 100%;
    }
}
.x1 {
	animation: animateCloud 35s linear infinite;
}
.x2 {
	animation: animateCloud 20s linear infinite;
}
.x3 {
	animation: animateCloud 30s linear infinite;
}
.x4 {
	animation: animateCloud 18s linear infinite;
}
.x5 {
	animation: animateCloud 25s linear infinite;
}
.cloud {
	position: absolute;
}
.cloud.cloud-1 {
	top: 43px;
}
.cloud.cloud-2 {
	top: 0;
}
.cloud img{
    max-width: inherit;
}
@media screen and (max-width: 767px){
    .c-main{
        background-position: bottom center;
    }
    .cm-inner {
        height: auto;
    }
    .cm-step{
        padding-top: 35px;
        padding-bottom: 25px;
    }
   .cm-inner:before,
    .cm-inner:after{
        display: none;
    }
    .cm-inner .bird,
    .cm-inner .grill{
        display: none;
    }
    .cm-icon-list{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .cm-icon-arrows{
        display: none;
    }
    .cm-icon-item {
        flex-basis: 32%;
        font-size: 13px;
    }
    .cm-inner .form-row{
        flex-direction: column;
    }
    .cm-step-1-text{
        width: 450px;
    }
    .cm-step-2 input,
    .cm-step-2 select{
        height: 42px;
    }
    .cm-step-2 button {
        margin-bottom: 15px;
    }
    .cornhole-popup #popup-close {
        color: #000;
    }
    .cornhole-popup .popup-content{
        max-width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 0;
    }
    .cornhole-popup p.p-main{
        font-size: 2em;
    }
    .cornhole-popup .popup-content br{
        display: none;
    }
    @keyframes animateCloud {
        0% {
            margin-left: -800px;
        }
        100% {
            margin-left: 100%;
        }
    }
}