#headerMenu {
    z-index: 9999;
}

content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

content h1,
content h2,
content h3,
content h4,
content h5,
content h6 {
    color: #f39200;
    font-weight: 800;
}

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

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

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

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

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


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

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 22px;
}

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

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

.greyBg {
    background: #f5f5f5;
}

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

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

.section-1 .brackets {
    margin-left: 54px;
}

.section-1 h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.section-1 .heading {
    padding-top: 160px;
}

.section-arrow-frame {
    text-align: center;
    clear: both;
}

.arrow-frame-inner {
    background: #f7941e;
    color: #fff;
    padding: 30px 0;
}


.arrow-frame-inner h2 {
    color: #fff;
    margin: 0 0 15px;
    padding: 0;
    line-height: 1;
    font-size: 30px;
}

.arrow-frame-inner h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 28px;
}

.arrow-frame-inner p {
    margin: 0;
    padding: 0;
}

.section-arrow-frame .arrow {
    margin: 0 auto;
    border-top: 25px solid #f7941e;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    border-bottom: 25px solid #fff;
    width: 25px;
    height: 25px;
}

.section-3 h2 {
    text-align: center;
    color: #000;
    font-size: 34px;
    line-height: 1.2;
}

/* https://embedresponsively.com/ */

.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-3 h3 {
    color:#000;
    font-weight: bold;
    line-height: 1.2;
    margin: 18px 0;
    padding: 0;
}

.section-3 h3 span {
    color:#f7941e;
}

.section-3 .item {
    border:1px solid #d7d7d7;
    margin-bottom: 40px;
}

.section-3 .item-desc {
    margin-right: 20px;
    padding:35px;
}

.section-3 .item-desc p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.section-3 .ytEmbed {
    padding-left: 0;
    padding-right: 0;
}

.section-book {
    margin-bottom: 30px;
}

.section-book .frame {
    background: #45c3d3;
    position: relative;
}

.section-book .bookOuter {
    position: relative;
    padding-top: 1px;
    padding-bottom: 8%;
}

.section-book .book {
    background: url(../image/book.png) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20%;
    max-width: 235px;
    height: 200%;
    max-height: 291px;
    position: absolute;
    left: 3.5%;
    top: 0;
    z-index: 10;
}
.section-book  h3 {
    color:#fff;
    font-size: 24px;
    line-height: 1.2;
}

.section-book .bat {
    background: url("../image/bat.png") no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 13%;
    max-width: 113px;
    height: 34%;
    max-height: 59px;
    position: absolute;
    right: 1%;
    top: 17%;
    z-index: 20;
}

.section-book .frame {
    margin-top: 7%;
    overflow: hidden;
    display: flex;
    padding: 12px 0;
}

.section-book .btnCell {
    display: flex;
    align-self: center;
    padding-right: 60px;
}

.section-book .btn {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
    border:2px solid #fff;
    color: #fff;
}

.section-frame {
    margin-bottom: 60px;
}

.section-frame .frame {
    background: #45c3d3;
    display: flex;
    padding: 12px 0;
}

.section-frame .btnCell {
    display: flex;
    align-self: center;
    padding-right: 60px;
}

.section-frame .btn {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
    border: 2px solid #fff;
    color: #fff;
}

.section-frame h3 {
    color:#fff;
    text-align: center;
    font-size: 24px;
}

.section-cpgo {
    margin-bottom: 40px;
}

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


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

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

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

.section-cpgo .pDevices span {
    display: block;
    padding-left: 100px;
}

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

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

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

.section-cpgo .legal p {
    color: #c4c4c4;
    font-size: 12px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    content {
        margin-top: 3.9rem;
    }

    .section-1 {
        background-position: center top;
    }

    .section-1 .heading {
        padding-top: 0;
    }

    .section-1 .heading h1 {
        text-align: center;
    }

    .section-1 .brackets {
        margin-left: 0;
        padding-top: 450px;
        position: static;
    }

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

    .section-cpgo {
        margin-top: 3rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-cpgo .flexAligner {
        display: block;
    }

    .section-cpgo .cpgoImg {
        margin-top: 2rem;
    }

    .section-cpgo .legal p {
        text-align: justify;
    }

    .section-book .bat {
        top:90px;
        width: 100px;
        height: 55px;
    }

    .section-book .book {
        left: 0;
        right: 0;
        width: 135px;
        height: 176px;
        margin: auto;
        z-index:12;
    }

    .section-book .frame {
        margin-top: 122px;
        padding-top: 53px;
        display: block;
        text-align: center;
    }

    .section-book .frame h3 {
        text-align: center;
        font-size: 18px;
    }

    .section-book .txt,
    .section-book .btnCell {
        display: block;
        float: none;
        position: static;
        width: 100%;
    }

    .section-book .frame .btnCell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
        position: static;
    }

    .section-book .frame .btn {
        margin-top:1rem;
        position: static;
    }

    .section-frame .frame {
        display: block;
    }

    .section-frame .btnCell {
        padding-right: .5rem;
    }

    .section-frame .btn {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

}