.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}
.ssec-bg-white {
    color: #000;
    background-color: #fff;
}

.ssec .ssec-head {
    font-size: 2.8vw;
    font-weight: bold;
    line-height: 1;
}
.ssec .ssec-subhead {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.ssec .ssec-txt {
    font-size: 1.3vw;
    line-height: 1.25;
}
.ssec .ssec-note {
    font-size: .85vw;
    line-height: 1.25;
}
.ssec .ssec-color {
    color: #fec400;
}
.ssec-text-center {
    text-align: center;
}
.ssec .ssec-pt-1 {
    padding-top: .5em;
}
.ssec .ssec-pt-2 {
    padding-top: 1em;
}
.ssec .ssec-pt-3 {
    padding-top: 1.5em;
}
.ssec .ssec-pt-4 {
    padding-top: 2em;
}
/**/

.ssec-intro .ssec-wrap {
    position: absolute;
    top: 35%;
    left: 12%;
    right: 49.8%;
    color: #000;
}
.ssec-intro .ssec-head {
    display: none;
}
.ssec-intro .ssec-txt2 {
    font-size: 2.2vw;
    line-height: 1.1;
}

.ssec-summary .ssec-i {
    position: absolute;
    font-size: 2.2vw;
    line-height: 1.1;
}
.ssec-summary .ssec-i .ssec-w {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.ssec-summary .ssec-i1 {
    top: 27%;
    left: 13%;
    right: 70%;
    font-size: 2.4vw;
}
.ssec-summary .ssec-i2 {
    position: absolute;
    top: 7%;
    left: 57%;
    right: 30%;
    bottom: 66%;
    text-align: center;
}
.ssec-summary .ssec-i3 {
    position: absolute;
    top: 37%;
    left: 57%;
    right: 30%;
    bottom: 36.4%;
    text-align: center;
}
.ssec-summary .ssec-i4 {
    text-align: center;
    top: 64%;
    left: 10%;
    right: 70.6%;
}
.ssec-summary .ssec-i5 {
    text-align: center;
    top: 64%;
    left: 33%;
    right: 47.6%;
}
.ssec-summary .ssec-i6 {
    position: absolute;
    top: 66.6%;
    left: 57%;
    right: 30%;
    bottom: 6.4%;
    text-align: center;
}

.ssec-modes .ssec-wrap,
.ssec-design .ssec-wrap,
.ssec-work .ssec-wrap,
.ssec-companion .ssec-wrap {
    position: absolute;
    top: 7.5%;
    left: 15%;
    right: 15%;
}
.ssec-design .ssec-wrap {
    top: 5.5vw;
}
.ssec-companion .ssec-wrap {
    top: 3.8vw;
}

.ssec-modes .ssec-i {
    position: absolute;
    top: 85.5%;
    line-height: 1.1;
    text-align: center;
    color: #000;
    font-size: 1.7vw;
    font-weight: bold;
}
.ssec-modes .ssec-i1 {
    left: 5%;
    right: 75.5%;
}
.ssec-modes .ssec-i2 {
    left: 27.8%;
    right: 50.9%;
}
.ssec-modes .ssec-i3 {
    left: 51.5%;
    right: 27.5%;
}
.ssec-modes .ssec-i4 {
    left: 75%;
    right: 3.5%;
}

.ssec-design .ssec-i {
    position: absolute;
    top: 90%;
    line-height: 1.1;
    text-align: center;
    color: #000;
    font-size: 1.4vw;
}
.ssec-design .ssec-i span {
    border: 1px solid #000;
    padding: .175em .75vw;
}
.ssec-design .ssec-i1 {
    left: 4%;
    right: 50.5%;
}
.ssec-design .ssec-i2 {
    left: 50.8%;
    right: 3.9%;
}

.ssec-companion .ssec-i {
    position: absolute;
    top: 87.8%;
    line-height: 1.1;
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}
.ssec-companion .ssec-i1 {
    left: 5%;
    right: 67.5%;
}
.ssec-companion .ssec-i2 {
    left: 34.8%;
    right: 35.9%;
}
.ssec-companion .ssec-i3 {
    left: 64.5%;
    right: 6.5%;
}

.ssec-cases .ssec-wrap {
    position: absolute;
    top: 19%;
    left: 10.5%;
    right: 55%;
}
.ssec-cases .ssec-wrap2 {
    position: absolute;
    top: 67%;
    left: 56.5%;
    right: 8%;
}
.ssec-cases2 .ssec-wrap {
    position: absolute;
    top: 13%;
    left: 10.5%;
    right: 55%;
}
.ssec-cases2 .ssec-wrap2 {
    position: absolute;
    top: 62%;
    left: 56.5%;
    right: 8%;
}

@media screen and (max-width: 600px) {
    .ssec {
        overflow: hidden;
    }
    .ssec .ssec-head {
        font-size: 5.038834vw;
        font-weight: 500;
    }
    .ssec .ssec-subhead {
        font-size: 3.85vw;
        font-weight: 400;
        padding-top: .3em;
        letter-spacing: -.5px;
    }
    .ssec .ssec-txt {
        font-size: 3.3415vw;
        font-weight: 400;
        line-height: 1.1;
    }
    .ssec .ssec-pt-1 {
        padding-top: .2em;
    }
    .ssec .ssec-pt-2 {
        padding-top: .5em;
    }
    .ssec .ssec-pt-3 {
        padding-top: .5em;
    }
    .ssec .ssec-pt-4 {
        padding-top: .75em;
    }

    .ssec-intro .ssec-wrap {
        top: 32%;
        left: 5%;
        right: 5%;
        text-align: center;
        color: #fff
    }
    .ssec-intro .ssec-txt2 {
        font-size: 5vw;
    }

    .ssec-summary .ssec-i {
        font-size: 2.7vw;
    }
    .ssec-summary .ssec-i1 {
        top: 27%;
        left: 7%;
        right: 74%;
        font-size: 2.9vw;
    }
    .ssec-summary .ssec-i2 {
        top: 6.5%;
    }
    .ssec-summary .ssec-i3 {
        bottom: 35.6%;
    }
    .ssec-summary .ssec-i4 {
        left: 4%;
        right: 74%;
    }
    .ssec-summary .ssec-i5 {
        left: 30%;
        right: 48.4%;
    }
    .ssec-summary .ssec-i6 {
        top: 67.6%;
        right: 27%;
        bottom: 5.4%;
    }

    .ssec-modes .ssec-wrap,
    .ssec-design .ssec-wrap,
    .ssec-work .ssec-wrap,
    .ssec-companion .ssec-wrap {
        top: 5%;
        left: 15px;
        right: 15px;
    }
    .ssec-design .ssec-wrap {
        top: 7.5vw;
    }
    .ssec-companion .ssec-wrap {
        top: 3.8vw;
    }

    .ssec-modes .ssec-i {
        top: 55.6%;
        line-height: 1.1;
        font-size: 3.2vw;
        font-weight: normal;
    }
    .ssec-modes .ssec-i1 {
        left: 7%;
        right: 52.5%;
    }
    .ssec-modes .ssec-i2 {
        left: 53.8%;
        right: 6.9%;
    }
    .ssec-modes .ssec-i3 {
        top: 92.6%;
        left: 7%;
        right: 52.5%;
    }
    .ssec-modes .ssec-i4 {
        top: 92.6%;
        left: 53.8%;
        right: 6.9%;
    }

    .ssec-design .ssec-i {
        top: 53%;
        font-size: 2.5vw;
    }
    .ssec-design .ssec-i span {
        border: 1px solid #000;
        padding: .175em 2vw;
    }
    .ssec-design .ssec-i1 {
        left: 4%;
        right: 4%;
    }
    .ssec-design .ssec-i2 {
        top: 93%;
        left: 4%;
        right: 4%;
    }

    .ssec-companion .ssec-i {
        top: 84.8%;
        font-size: 3.2vw;
        font-weight: normal;
    }
    .ssec-companion .ssec-i1 {
        left: 5%;
        right: 67.5%;
    }
    .ssec-companion .ssec-i2 {
        left: 34.8%;
        right: 35.9%;
    }
    .ssec-companion .ssec-i3 {
        left: 67.5%;
        right: 3.5%;
    }

    .ssec-cases .ssec-head {
        font-size: 4.5vw;
    }
    .ssec-cases .ssec-txt {
        font-size: 2.8vw;
        line-height: 1.5;
    }
    .ssec-cases .ssec-wrap {
        top: 3%;
        left: 15px;
        right: 15px;
        text-align: center;
    }
    .ssec-cases .ssec-wrap2 {
        top: 54%;
        left: 15px;
        right: 15px;
        text-align: center;
    }
    .ssec-cases2 .ssec-wrap {
        top: 3%;
    }
    .ssec-cases2 .ssec-wrap2 {
        top: 50%;
    }
}

/**/

.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 3%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}