﻿/* ---------- Start CS Overrides ----------  */
#promotion-container
{
    background-repeat: no-repeat;
}
#promotion-banner
{
    margin: auto;
    max-width: 100%;
    width: 100%;
}/* ---------- End CS Overrides ----------  *//* ---------- Start Template Style 1 ----------  */
#hero-template-1 h1, h2, h3, h4
{
    letter-spacing: -.2px;
}
#hero-template-1
{
    height: 532px;
    color: #000;
}
#hero-template-1 .container-flex
{
    height: 100%;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
#hero-template-1 .container-flex>div
{
    width: 50%;
    padding-left: 10px;
}
#hero-template-1.pos-left .container-flex>div
{
    align-self: flex-start;
}
#hero-template-1.pos-right .container-flex>div
{
    align-self: flex-end;
}
#hero-template-1 h1
{
    font-size: 56px;
    line-height: 56px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
#hero-template-1 .sub-heading
{
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 15px 0;
    padding: 0;
}
#hero-template-1 ul
{
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    list-style-position: inside;
}
#hero-template-1 .hero-item2
{
    margin: 10px 0;
    width: 50%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
#hero-template-1.text-right .hero-item2
{
    float: right;
}
#hero-template-1.text-center .hero-item2
{
    margin: 0 auto;
}
#hero-template-1 .btn.btn-top-mobile
{
    display: none;
}
#hero-template-1 .terms-heading
{
    font-size: 11px;
    padding: 0;
    line-height: 13px;
    clear: both;
}
#hero-template-1 .terms-heading a
{
    text-decoration: none;
}/* ---------- Template Style 1a Extras ----------  */
#hero-template-1 .cta-holder
{
    display: flex;
}
#hero-template-1.text-center .cta-holder
{
    justify-content: center;
}
#hero-template-1 .cta-holder a.btn
{
    width: 45%!important;
}
#hero-template-1 .cta-holder a.btn:first-of-type
{
    margin: 10px 5px 10px 0!important;
}
#hero-template-1 .cta-holder a.btn:last-of-type
{
    margin: 10px 5px!important;
}
#hero-template-1 .lpDualCTAs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
#hero-template-1 .lpDualCTAs .hero-item2
{
    width: auto;
    min-width: 15.625rem;
}
#hero-template-1 .btn-desktop.secondary
{
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 .0625rem 0 #000,0 0 .0625rem 0 #000;
    box-shadow: inset 0 0 .0625rem 0 #000,0 0 .0625rem 0 #000;
    color: #000;
    color: #000;
}
#hero-template-1 .btn-desktop.secondary:hover
{
    background-color: #000;
    color: #fff;
}/* ---------- Template Style 1b Extras ----------  */
#hero-template-1.template-1b h2
{
    font-size: 3.5vw;
    line-height: 3.8vw;
    margin-bottom: 1.3vw;
}
#hero-template-1.template-1b.sports h2, #hero-template-1.template-1b.overall-fontsize-medium h2
{
    font-size: 3vw;
    line-height: 3vw;
}
#hero-template-1.template-1b.overall-fontsize-small h2
{
    font-size: 2.5vw;
    line-height: 2.5vw;
}
#hero-template-1.template-1b.sports h2:nth-of-type(2)
{
    margin-top: 1vw;
}
#hero-template-1.template-1b h1
{
    font-size: 5.5vw;
    line-height: 5.8vw;
}
#hero-template-1.template-1b.sports h1, #hero-template-1.template-1b.overall-fontsize-medium h1
{
    font-size: 4.6vw;
    line-height: 4.6vw;
}
#hero-template-1.template-1b.overall-fontsize-small h1
{
    font-size: 3.6vw;
    line-height: 3.6vw;
}
#hero-template-1.template-1b .terms-heading
{
    font-size: 1.2vw;
    line-height: 1.8vw;
}
#hero-template-1.template-1b .terms-heading.small
{
    font-size: .8vw;
    line-height: 1vw;
}/*----------Show - NoShow ----------*/
@media screen and (max-width: 725px)
{
    .desktop
    {
        display: none;
    }
    .mobile
    {
        display: block;
    }
}
.desktop
{
    display: block;
}
.mobile
{
    display: none;
}/*---------- Template Style 1 MQ's ----------*/
@media screen and (max-width: 1279px)
{
    #hero-template-1
    {
        height: 442px;
    }
    #hero-template-1:not(.template-1b) .hero-item1 h1
    {
        font-size: 46px;
        line-height: 48px;
    }
    #hero-template-1 .sub-heading
    {
        font-size: 26px;
        line-height: 34px;
    }
}
@media screen and (max-width: 1023px)
{
    #hero-template-1
    {
        height: 360px;
    }
    #hero-template-1:not(.template-1b) .hero-item1 h1
    {
        font-size: 36px;
        line-height: 38px;
    }
    #hero-template-1 .sub-heading
    {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 725px)
{
    #hero-template-1
    {
        height: 100%;
        background-size: 100%;
        padding-top: 60%;
    }
    #hero-template-1 .container-flex>div
    {
        width: 100%;
        padding-left: 0;
    }
    #hero-template-1 .hero-item1 h1
    {
        font-size: 26px;
        line-height: 28px;
    }
    #hero-template-1 .sub-heading
    {
        font-size: 18px;
        line-height: 24px;
    }
    #hero-template-1 .hero-item1, .hero-item3
    {
        text-align: center;
    }
    #hero-template-1 .hero-item2
    {
        margin-bottom: 25px;
        margin-left: 0;
        width: 100%;
    }
    #hero-template-1 .btn.btn-top-mobile
    {
        display: block;
    }
    #hero-template-1 .btn.btn-desktop
    {
        display: none;
    }
    #hero-template-1.text-center .hero-item2
    {
        margin-bottom: 25px;
    }
}
@media(min-width: 725px) and (max-width: 1110px)
{
    #hero-template-1 .lpDualCTAs .hero-item2
    {
        min-width: 49%;
        font-size: clamp(14px,1.7vw,18px);
        height: clamp(30px,4.2vw,44px);
        line-height: clamp(30px,4.2vw,44px);
    }
}/* ---------- Template Style 1b MQ's ----------  */
@media screen and (max-width: 725px)
{
    #hero-template-1.template-1b h2
    {
        font-size: 2em;
        line-height: 1.1;
        margin-top: 25px;
    }
    #hero-template-1.template-1b h1
    {
        font-size: 3.8em;
        line-height: 1.1;
    }
    #hero-template-1.template-1b .terms-heading
    {
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 30px 0 40px 0;
    }
    #hero-template-1.template-1b .terms-heading.small
    {
        font-size: 1em;
        line-height: 1em;
        margin: 25px 0 30px 0;
    }
    #hero-template-1.template-1b .hero-item1
    {
        text-align: left;
    }
    #hero-template-1.template-1b.sports h2, #hero-template-1.template-1b.overall-fontsize-medium h2
    {
        font-size: 7vw;
        line-height: 7vw;
    }
    #hero-template-1.template-1b.overall-fontsize-small h2
    {
        font-size: 5vw;
        line-height: 5vw;
    }
    #hero-template-1.template-1b.sports h2:nth-of-type(2), #hero-template-1.template-1b.overall-fontsize-small h2:nth-of-type(2), #hero-template-1.template-1b.overall-fontsize-medium h2:nth-of-type(2)
    {
        margin-top: 0;
    }
    #hero-template-1.template-1b.sports h1, #hero-template-1.template-1b.overall-fontsize-medium h1
    {
        font-size: 10vw;
        line-height: 10vw;
    }
    #hero-template-1.template-1b.overall-fontsize-small h1
    {
        font-size: 8vw;
        line-height: 8vw;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 1700px)
{
    #hero-template-1.template-1b .terms-heading.fontsize-limit-for-large
    {
        font-size: 20px;
        line-height: 30px;
    }
}/* ---------- End Template Style 1 ----------  *//* ---------- Start Global Styles ----------  */
.hero-template.text-right
{
    text-align: right;
}
.hero-template.text-left
{
    text-align: left;
}
.hero-template.text-center
{
    text-align: center;
}
.hero-template .font-roboto
{
    font-family: Roboto,sans-serif;
}
.hero-template .font-druk
{
    font-family: 'Druk Text';
}
.hero-template .font-druk-wide
{
    font-family: 'druk text wide';
}
.hero-template .col-black
{
    color: #000;
}
.hero-template .col-white
{
    color: #fff;
}
.hero-template .col-grey-1
{
    color: #c5c5c5;
}
.hero-template .col-red-1
{
    color: #d70022;
}
.hero-template .col-blue-1
{
    color: #35b9e3;
}
.hero-template .col-yellow-1
{
    color: #ffe785;
}
.hero-template .col-yellow-2
{
    color: #faba00;
}
.hero-template .col-yellow-desh
{
    color: #e6a816;
}
.hero-template .btn
{
    background: #02bd9c;
    border: none;
    border-radius: 50px;
    height: 44px;
    line-height: 44px;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 1.15em;
    text-align: center;
    text-decoration: none;
}
.hero-template .btn:hover
{
    background: #06d6ae;
    color: #000;
    text-decoration: none;
}
.hero-template .btn:active, .hero-template .btn:focus
{
    background: #089b80;
    color: #000;
}
.hero-template.ps_desh .btn
{
    background: #e6a816;
}
.hero-template.ps_desh .btn:hover, .hero-template.ps_desh .btn:active, .hero-template.ps_desh .btn:focus
{
    background: #f1b63a;
}
.hero-template .container-flex
{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
}/*---------- Global Styles MQ's ----------*/
@media screen and (min-width: 1280px)
{
    .hero-template:not(.template-1b) .container-flex
    {
        max-width: 1260px;
    }
    #hero-template-1.template-1b
    {
        min-height: 532px;
        height: 37vw;
    }
}/* ---------- End Global Styles ----------  */