h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: news-gothic-std, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 83px;
    text-align: center;
    text-transform: uppercase;
}

h1 span.first {
    margin-right:100px;
}
h1 span.second {
    margin-left: 300px;
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: news-gothic-std, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.container {
    background-image: url('../images/BANNER.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #862b2a;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content.banner-content {
    padding-top: 10px;
    padding-bottom: 0;
}

.content.footer-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.thanks-content {
    padding-top: 50px;
    padding-bottom: 80px;
}

.header-content {
    padding: 65px 0 40px
}

.banner-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-bottom:125px;
    padding-right: 15px;
}

.banner-left {
    width: 59%;
}

.form-holder {
    width: 36%;
    padding: 30px 10px 0;
}

.footer {
    background-color: #151515;
    position: relative;
}

.footer-holder {
    max-width: 1230px;
    grid-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.box.center {
    text-align: center;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
}

.box.last {
    text-align: right;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    grid-gap: 20px;
}

.footer-link {
    color: #676767;
    margin-right: 20px;
    font-family: news-gothic-std, sans-serif;
    font-weight: 700;
}

.footer-paragraph {
    color: #676767;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

.footer-paragraph:hover {
    text-decoration: underline;
}

.center-holder {
    text-align: center;
}

.paragraph-form {
    color: #676767;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
}

.cta {
    width: 240px;
    height: 57px;
    color: #fff;
    text-align: center;
    background-color: #2000ff;
    padding-top: 17px;
    padding-bottom: 15px;
    font-family: news-gothic-std, sans-serif;
    font-weight: 700;
    line-height: 23px;
    transition: background-color .4s;
}

.cta:hover {
    background-color: #000;
}

.cta-holder {
    max-width: 350px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    left: 20%;
}

.banner-paragraph img{
    margin-top:-20px;
}
.banner-paragraph {
    color: #fff;
    font-family: news-gothic-std, sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: 610px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

.text-span {
    text-shadow: 9px 8px 1px #fff601;
}

.banner-image {
    position: relative;
    bottom: 0;
}

.banner-image.phone {
    display: none;
}

.paragraph-box {
    color: #a9a9a9;
    margin: 0;
}

.first-span {
    position: relative;
    left: 40px;
}

.second-span {
    position: relative;
    left: 340px;
}

.span-last {
    position: relative;
    left: 312px;
}

.retailers {
    position: relative;
    z-index: 9999
}

.retailers-content {
    padding: 40px 0
}

.buttons-wr {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
}

.buttons-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.product{
    width:600px;
    padding:5px;
    margin-bottom: 20px;
}

.imgHolder{
    margin-bottom:5px;
    background:#F6F6F6;
    display:flex;
    padding: 55px 85px;
    justify-content: center;
    align-items: center;
}

.buttons-wr .cta {
    box-shadow: none;
    margin: 0;
    width:100%;
    text-transform: uppercase;
}

h3.pop {
    text-align: center;
    text-transform: uppercase;
}


#ty .content.thanks-content {
    height: 70vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}


.rules-holder {
    background-color: #151515;
    color: #fff;
    display: none;
}

.rules_link {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.rules_link:hover {
    text-decoration: underline;
}

.rules ul {
    margin: -20px 0 30px 0;
}

.rules p a {
    color: inherit;
}

.rules p a:hover {
    text-decoration: none;
}

.terms-table {
    margin-bottom: 20px;
}

.terms-table td {
    padding: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Style the button */
.dropbtn {
    color: white;
    cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 10px;
}

/* Style the dropdown content links */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #2000ff;
    color: #fff;
}

/* Show the dropdown content when hovering over the dropdown container */
.dropdown:hover .dropdown-content {
    display: block;
}




@media screen and (max-width: 1735px) {

    h1 {
        font-size: 85px;
        line-height: 85px;
    }

    .banner-holder {
        padding-right: 0;
    }
}

@media screen and (max-width: 1490px) {

    .banner-paragraph {
        font-size: 43px;
        line-height: 41px
    }

}

@media screen and (max-width: 1366px) {
    .cta-holder {
        top: 0;
        margin-bottom: 30px;
    }

    h1 {
        font-size: 80px;
        line-height: 80px
    }

    .banner-paragraph {
        font-size: 40px;
        line-height: 40px
    }

    .second-span {
        left: 240px;
    }
}



@media screen and (max-width: 1260px) {
    h1 {
        font-size: 77px;
        line-height: 77px
    }

    .banner-paragraph {
        font-size: 36px;
        line-height: 37px;
    }
}

@media screen and (max-width: 1190px) {

    h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .banner-paragraph {
        font-size: 30px;
        line-height: 31px;
    }

    .cta-holder {
        top: 0
    }

    .span-last {
        left: 140px;
    }

}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 80px;
        line-height: 86px;
    }

    .content.thanks-content {
        padding-bottom: 50px;
    }

    .banner-holder {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
    }

    .banner-left {
        width: 100%;
    }

    .form-holder {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .box.center {
        border-left-style: none;
        border-right-style: none;
    }

    .box.last {
        text-align: left;
    }

    .cta-holder {
        margin-bottom: 20px;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .banner-paragraph {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 42px;
    }

    .text-span {
        text-shadow: 8px 7px 1px #fff601;
    }

    .banner-image {
        display: none;
        left: 0;
    }

    .banner-image.phone {
        display: block;
        bottom: 0;
    }

    .span-last {
        left: 200px;
    }
}

@media screen and (max-width: 844px) {
    .content.banner-content {
        padding: 15px 0 0
    }

    .buttons-holder .cta {
        margin-bottom: 15px;
    }

    h1 {
        font-size: 61px;
        line-height: 71px;
    }

    .banner-paragraph {
        font-size: 30px;
        line-height: 37px;
    }

    .text-span {
        text-shadow: 5px 4px 1px #fff601;
    }

    .span-last {
        left: 150px;
    }

    .banner-image {
        bottom: 20px;
    }

    .footer-holder {
        text-align: center;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .box.last {
        text-align: center;
    }

    #w-node-d66be80b-e92f-f38c-0abb-2be04519ee8e-9e0eba57 {
        grid-row-start: 2 !important;
        grid-row-end: 2;
    }

    .second-span {
        left: 0;
    }

    .first-span {
        left: 0
    }

    br {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    h1 span.second{
        margin-left:100px;
    }
}
@media screen and (max-width: 550px) {
    h1 {
        font-size: 53px;
        line-height: 60px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 40px;
        line-height: 47px;
    }

    .footer-holder {
        grid-template-columns: 1fr;
    }

    .footer-links {
        flex-direction: column;
        grid-gap: 5px;
    }

    .text-span {
        text-shadow: 5px 4px 1px #fff601;
    }

    .first-span,
    .second-span,
    .span-last {
        left: 0;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .image {
        width: 58px;
    }

    .banner-paragraph {
        font-size: 25px;
        line-height: 27px;
    }
}

#w-node-d66be80b-e92f-f38c-0abb-2be04519ee8e-9e0eba57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-c5da8c8e-3b56-5646-4e33-86d30713c610-9e0eba57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff7a19dc-8958-3a95-63a5-0d08e74d2dd6-9e0eba57,
#w-node-c16d9334-fe48-52b8-ffcf-0d155f5a4048-d6fb5257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-c16d9334-fe48-52b8-ffcf-0d155f5a404b-d6fb5257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c16d9334-fe48-52b8-ffcf-0d155f5a404d-d6fb5257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}
