.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 .ssec-head {
    font-size: 3.055555556em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .3em;
    letter-spacing: -3px;
}
.ssec .ssec-subhead {
    font-size: 2.222222222em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .4em;
}
.ssec .ssec-txt {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
}
.ssec .ssec-note {
    font-size: 1em;
    line-height: 1.5;
}
.ssec-text-center {
    text-align: center;
}
.ssec-head > .ssec-subhead {
    font-size: .7em;
    padding-left: .3em;
    margin-bottom: 0;
}
.ssec-primary-black {
    background-color: #fff;
    color: #000;
}

.ssec .ssec-head-wrap {
    display: flex;
    align-items: flex-end;
    margin: 0 auto .6em;
}
.ssec .ssec-head-wrap .ssec-head {
    margin-bottom: 0;
}
.ssec .ssec-head-wrap .ssec-subhead {
    margin-bottom: 0;
    line-height: 1.2;
    padding-left: .4em;
    letter-spacing: -3px;
}
.ssec-text-center .ssec-head-wrap .ssec-head {
    margin-left: auto;
}
.ssec-text-center .ssec-head-wrap .ssec-subhead {
    margin-right: auto;
}

.ssec-color-1 {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #fbfdd3), color-stop(0.15, #faf164), color-stop(0.45, #fd4c22), color-stop(0.60, #f22b48), color-stop(0.80, #ea2158), color-stop(1, #c11374) );
    -webkit-background-clip: text;
    color: transparent;
}
.ssec-color-2 {
    color: #fecc02;
}
.ssec-color-3 {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ff9329), color-stop(0.15, #edefc3), color-stop(0.45, #f7ac26), color-stop(0.60, #fe3d34), color-stop(0.80, #c51173), color-stop(1, #6d0688) );
    -webkit-background-clip: text;
    color: transparent;
}

.ssec-only-mobile {
    display: none;
}


@media screen and (min-width: 1920px) {
    .ssec {
        font-size: .9375vw;
    }
    .ssec .ssec-head {
    }
    .ssec .ssec-subhead {
    }
}

@media screen and (max-width: 600px) {
    .ssec {
        font-size: 12px;
    }
    .ssec .ssec-head {
        font-size: 22px;
        letter-spacing: -1px;
    }
    .ssec .ssec-subhead {
        font-size: 17px;
        letter-spacing: -1px;
    }
    .ssec .ssec-txt {
        font-size: 1em;
    }
    .ssec-only-mobile {
        display: initial;
    }

    .ssec .ssec-head-wrap {
        flex-wrap: wrap;
    }
    .ssec .ssec-head-wrap .ssec-head {
        order: 1;
        margin-bottom: .4em;
        width: 100%;
    }
    .ssec .ssec-head-wrap .ssec-subhead {
        order: 0;
        width: 100%;
        letter-spacing: -1px;
        padding-left: 0;
        margin-bottom: .175em;
    }
    .ssec-text-center .ssec-head-wrap .ssec-head {
        margin-left: initial;
    }
    .ssec-text-center .ssec-head-wrap .ssec-subhead {
        margin-right: initial;
    }
}


.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: 4%;
}
.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%;
    }
}