/* BASIC css start */
.brandPage {
    background: #f9f4ec;
    font-size: 0;
    position: relative;
}

.brandPage .left {
    position: absolute;
    top: 105px;
    width: 988px;
    padding-left: 112px;
    box-sizing: border-box;
    font-size: 12px;
}

.brandPage .right {
    display: inline-block;
    vertical-align: top;
    width: 932px;
    padding-left: 988px;
}

.brandLogo {}

.brandLogo img {}

.brandStoryTitle {
    font-family: gotham;
    font-weight: 500;
    color: #252525;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 1;
    padding-top: 25px;
}

.brandStorySub {
    color: #252525;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.5;
    padding-top: 60px;
}

.brandStorySub strong {
    font-weight: 800;
}

.brandStory {
    color: #252525;
    font-size: 30px;
    letter-spacing: -1.25px;
    position: relative;
    margin-top: 90px;
    display: block;
    line-height: 1.8;
}

.brandStory:before {
    content: "";
    background: #000000;
    height: 1px;
    width: 44px;
    position: absolute;
    left: 0;
    top: -25px;
}
#footer {
    margin-top: 0 !important;
}
/* BASIC css end */

