content,
content div,
content li,
content p {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 28px;
}

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

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft,
.floatleft {
    float: left !important;
}


.floatRight,
.floatright {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    margin-right: 0px;
}

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #f88508;
    border-left: 14px solid #f88508;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 14px solid #f88508;
    border-right: 14px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.va {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*****************************************************/

.section-1 {
    min-height: 450px;
    background: url("../image/s1_bg.jpg") no-repeat center top;
}

.section-1 .row {
    height: 100%;
}

.section-1 .brackets {
    margin-top: 150px;
}

.section-1 .brackets:before,
.section-1 .brackets:after {
    border-color: #fff;
}

.section-1 h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 41px;
}

/*****************************************************/

.section-2 {
    background: url("../image/s2_bg.jpg") no-repeat center top;
    color: #fff;
    padding: 61px 0 53px;
}

.section-2 h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.section-2 h2.l1 {
    color: #F27C00;
}

.section-2 .row.info > div {
    float: right;
}

.section-2 p {
    font-size: 18px;
    line-height: 1.3;
}

.section-2 p.orange {
    color: #F27C00;
}

.section-2 .embed-container {
    min-height: 317px;
}

.section-2 .schedule .daydate {
    margin: 0;
    padding: 32px 20px 13px;
    letter-spacing: 2.4px;
    font-size: 16px;
    text-transform: uppercase;
}

.section-2 .schedule .daydate span {
    font-weight: bold;
    color: #F27C00;
    padding-left: 16px;
}

.section-2 .schedule {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.section-2 .schedule .position {
    border: 1px solid #fff;
    margin-bottom: 16px;
    padding: 16px;
}

.section-2 .schedule .position h3 {
    font-size: 28px;
    margin: 0;
    padding: 0;
}

.section-2 .schedule .position p.time {
    margin: 0;
    padding: 11px 0 0;
}

/*****************************************************/

.section-3 {
    position: relative;
    padding: 44px 0 0;
}

.section-3 .row > div {
    float: right;
}

.section-3 h2 {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-3 .embed-container {
    min-height: 440px;
}

.section-3 p.when {
    font-size: 16px;
    margin: 0;
    padding: 16px 0;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.section-3 .txt {
    padding-bottom: 30px;
}

.section-3 .txt p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.section-3 .showInfo {
    padding-right: 48px;
}

.section-3 p.for16 {
    margin: 0;
    padding: 0 0 16px;
}


.section-3 .bottomBg {
    background: #F2F2F2;
    height: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

/*****************************************************/


.section-4 {
    background: #F2F2F2;
    padding: 40px 0 64px;
}

.section-4 h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.section-4 .separator {
    margin: 20px auto 0;
}

.section-4 h3 {
    color: #C90512;
    font-size: 32px;
    margin-bottom: 0;
}

.section-4 .list {
    margin: 0 0 20px;
    padding: 0;
}


.section-4 .list a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.section-4 ul {
    margin: 0;
    padding: 0;
}

.section-4 li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;

}

.section-4 .offer .heading {
    background: #C90512;
    color: #fff;
    padding: 10px;
}

.section-4 .offer .heading h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
}

.section-4 .offer .heading p {
    text-align: center;
    margin: 0;
    padding: 0;
}


.section-4 .row.legalRow {
    padding-top: 30px;
}

.section-4 .offer .txt {
    padding: 10px 25px;
    background: #fff;
}

.section-4 .offer .txt .price {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}


.section-4 .offer .txt .price span {
    font-size: 22px;
    font-weight: 700;
}


.section-4 .offer .txt .cta {
    display: block;
    background: #F27C00;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
}

.section-4 .offer .txt p.details {
    text-align: center;
    margin: 0;
    padding: 0;
}

.section-4 .offer .txt p.details a {
    display: inline-block;
    color: #C90512;
    margin: 20px 0 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.section-4 .tvs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 18px;
    overflow: hidden;
}

.section-4 .tvs > div {
    float: left;
    background: #fff;
    margin-right: 20px;
}

.section-4 .tvs > div:last-child {
    margin-right: 0;
}

.section-4 .tvs a.offer {
    display: block;
    margin:0 auto;
    width: 90%;
    max-width: 180px;
    max-height: 180px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    text-align: center;
}



.section-4 .tvs .offer .ico {
    display: block;
    width: 70%;
    max-width: 78px;
    margin: 0 auto 10px;
}

.section-4 .tvs .offer .name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    text-transform: uppercase;
}

.section-4 .tvs .offer .cta {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #C90512;
    transition: left .1s;
}

.section-4 .tvs .offer .cta span {
    position: relative;
    left: 0;
    transition: left .1s;
}

.section-4 .tvs a.offer:hover .cta span,
.section-4 .tvs a.offer:focus .cta span {
    position: relative;
    left: 5px;
}


/*****************************************************/


.section-5 {
    background: url("../image/s5_bg.jpg") center top;
    color: #fff;
    padding-top: 48px;
}

.section-5 .notAcolumn .oneMoreThing {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.4px;
    margin-top: 64px;
    padding: 0;
}

.section-5 h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 0 34px;
}

.section-5 .notAcolumn {
    float: right;
}

.section-5 .notAcolumn p {
    margin: 0;
    padding: 0;
}

.section-5 .column:last-child {
    float: left;
}

.section-5 p.orange {
    font-size: 18px;
    color: #F39200;
}

.section-5 .column p.oneMoreThing {
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-5 .weekend {
    padding-bottom: 75px;
}

.section-5 .installments {
    padding: 35px 0;
}

.section-5 .installments .column {
    border-bottom: 0;
    border-left: 2px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.section-5 .installments .column:first-child {
    border-bottom: 0;
    border-left: 0;
    padding-left: 0;
}

.section-5 .installments h3 {
    font-size: 28px;
    margin: 0;
    padding: 0 0 12px;
}

.section-5 .installments p {
    margin: 0;
    padding: 0;
}

.section-5 .installments p.date {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #fff;
}

.section-5 .installments p.date span.daymonth {
    color: #F39200;
    font-weight: bold;
}

.section-5 .marathon {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 48px;
}

.section-5 .filmPic {
    height: 100%;
}

.section-5 .filmBox {
    background: #F39200;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 24px;
}

.section-5 .filmBox h3 {
    font-size: 28px;
    margin: 0;
    padding: 0 0 24px;
}

.section-5 .filmBox .when {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.section-5 .filmBox p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.section-5 .filmBox .l1,
.section-5 .filmBox .l2 {
    margin-right: 16px;
}

.section-5 .filmBox .l1 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.4px;
}

.section-5 .filmBox .l2 {
    font-size: 16px;
    letter-spacing: 2.4px;
    font-weight: bold;
}

.section-5 .filmBox .l3 {
    font-size: 16px;
}

/*****************************************************/

.section-6 {
    padding: 30px 0;
}

.section-6 .column:last-child {
    float: left;
}

.section-6 .row {
    display: flex;
    flex-direction: row;
}

.section-6 .box {
    background: #F2F2F2;
    padding: 22px 22px 39px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-6 h2 {
    margin-top: 13px;
    color:#F27C00;
}

.section-6 .txt {
    min-height: 102px;
}

.section-6 p {
    font-size: 14px;
    margin-bottom: 25px;
}

.section-6 .btn {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    padding: 11px 16px;
    background: #F27C00;
    transition: opacity 100ms;
    font-size: 18px;
    font-weight: 500;
}

.section-6 .btn:hover,
.section-6 .btn:focus {
    opacity: 0.8;
}

/*****************************************************/

.section-cpgo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-cpgo .column {
    float: right;
}

.section-cpgo h2 {
    font-size: 28px;
    margin: 50px 0 30px;
    padding: 0;
    line-height: 34px;
    color: #F27C00;
}

.section-cpgo p {
    font-size: 16px;
    line-height:19px;
}

.section-cpgo .pDevices {
    margin-top: 30px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-cpgo .pDevices img {
    float: left;
    padding-right:25px;
}

.section-cpgo .pDevices span {
    display: block;
}

.section-cpgo .stores {
    margin-bottom: 0;
}

.section-cpgo .cpgoImg {
    width: 100%;
    margin: 0;
}

.section-cpgo .stores img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.section-cpgo .legal {
    margin-top: 10px;
}

.section-cpgo .legal p {
    color:#000000;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
}

/*****************************************************/

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

    .section-1 h2 {
        font-size: 24px;
    }

    /**********************/


    .section-2 .heading {
        padding-top: 27px;
    }

    /**********************/

    .section-4 ul {
        margin-bottom: 40px;
    }

    /**********************/

    .section-6 .row {
        display: block;
    }

    .section-6 .box {
        margin-bottom: 10px;
    }

    /**********************/

    .section-cpgo h2 {
        margin-top: 0;
    }

    .section-cpgo .cpgoImg {
        margin-bottom: 65px;
    }

    /**********************/

}

@media screen and (max-width: 1023px) {
    .section-1 {
        background: #000;
        min-height: auto;
    }

    .section-1 .brackets {
        margin-top: 0;
        padding: 64px 32px;
        text-align: center;
    }

    .section-1 .brackets:before,
    .section-1 .brackets:after {
        display: none;
        margin: 0;
        padding: 0;
    }

    .section-2 {
        -webkit-background-size: cover;
        background-size: cover;
    }


    .section-2 .schedule {
        display: block;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .section-3 .bottomBg {
        display: none;
    }

    .section-3 .embed-container {
        min-height: auto;
    }

    .section-5 {
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 0;
    }

    .section-5 .weekend {
        padding-bottom: 0px;
    }

    .section-5 h2 {
        padding: 13px 0;
    }

    .section-5 .notAcolumn p.oneMoreThing {
        margin-top: 28px;
    }

    .section-5 .installments {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .section-5 .installments .column,
    .section-5 .installments .column:first-child {
        border-left: 0;
        border-bottom: 2px solid #fff;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .section-5 .installments .column:last-child {
        border-left: 0;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .section-5 .marathon {
        display: block;
        margin: 0 .5rem;
        padding-bottom: 20px;
    }

    .section-5 .filmBox {
        padding: 32px 24px;
    }

    .section-5 .filmBox .when {
        flex-direction: column;
    }


    .section-5 .filmBox h3 {
        padding-bottom: 15px;
    }

    .section-5 .filmBox p {
        display: block;
    }

    .section-5 .filmPic img {
        width: 100%;
    }
}