.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;
    overflow: hidden;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}
.ssec-bg-white {
    color: #000;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .ssec-bg-lg-white {
        color: #000;
        background-color: #fff;
    }
}

.ssec .ssec-head {
    font-size: 3.333333333333333vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.6px;
}
.ssec .ssec-head-2 {
    font-size: 2.9166666666666667vw;
}
.ssec .ssec-subhead {
    font-size: 2.1875vw;
    font-weight: 600;
    line-height: 1.3;
}
.ssec .ssec-txt {
    font-size: 1.2vw;
    line-height: 1.35;
}
.ssec-pt-1 {
    padding-top: 1vw;
}
.ssec-pt-2 {
    padding-top: 1.5vw;
}
.ssec-pt-3 {
    padding-top: 3vw;
}
.ssec-pb-1 {
    padding-bottom: 1vw;
}
.ssec .ssec-note {
    font-size: 1vw;
    line-height: 1.25;
}
.ssec .ssec-note-bottom {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 2%
}
.ssec .ssec-color {
    color: #e7ff2d;
}
.ssec-color-1 {
    background: -webkit-gradient(linear, left top, right top, from(#45c0ff), to(#ff57f8));
    background: -o-linear-gradient(left, #45c0ff 0%, #ff57f8 100%);
    background: linear-gradient(90deg, #45c0ff 0%, #ff57f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.ssec-color-2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fbfdd3), color-stop(0.35, #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-text-center {
    text-align: center;
}
/**/

.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%;
    }
}
/**/

.ssec-intro .ssec-wrap {
    position: absolute;
    top: 45.7%;
    left: 6.5%;
    right: 54%;
}
.ssec-intro .ssec-txt2 {
    font-size: 2.9166666666666667vw;
    line-height: 1.1;
    font-weight: bold;
    font-style: italic;
}
.ssec-intro .ssec-txt3 {
    font-size: 2.0833333333333332vw;
    line-height: 1.1;
    font-weight: bold;
    font-style: italic;
}

.ssec-summary .ssec-i {
    position: absolute;
    font-size: 1.2vw;
}
.ssec-summary .ssec-i .ssec-h {
    font-size: 1.7vw;
    font-weight: bold;
}

.ssec-style-1 .ssec-wrap {
    position: absolute;
    top: 3vw;
    left: 8%;
    right: 8%;
}

.ssec-style-2 .ssec-head-wrap {
    position: absolute;
    top: 5%;
    left: 12%;
    right: 53%;
}
.ssec-style-2 .ssec-txt {
    position: absolute;
    top: 5%;
    left: 52%;
    right: 12%;
}

.ssec-colors2 .ssec-wrap {
    position: absolute;
    top: 0%;
    left: 46%;
    right: 7%;
    bottom: 68.6%;
    display: flex;
    align-items: center;
}
.ssec-colors2 .ssec-txt {
    opacity: .65;
    font-size: 1.3541666666666667vw;
    line-height: 1.3;
    letter-spacing: -.2px;
}
.ssec-colors2 .ssec-color-w {
    position: absolute;
    top: 80.6%;
    left: 1%;
    right: 62%;
    display: flex;
    gap: 1.0416666666666666vw;
    justify-content: space-around;
    text-align: center;
    font-size: 1.1458333333333333vw;
}
.ssec-colors2 .ssec-color-c {
    --c-color: #000;
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--c-color);
    width: 1.875vw;
    height: 1.875vw;
    margin: 0 auto;
}
.ssec-colors2 .ssec-color-c::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: var(--c-color);
    border-radius: 50%;
}
.ssec-colors2 .ssec-color-t {
    padding-top: 2.5vw;
}
.ssec-colors2 .ssec-color-green {
    --c-color: #dcff25;
}
.ssec-colors2 .ssec-color-orange {
    --c-color: #eea04d;
}

.ssec-cpu .ssec-h {
    font-weight: bold;
    font-size: 1.875vw;
    line-height: 1.2;
}
.ssec-cpu .ssec-i {
    position: absolute;
    top: 88.2%;
    left: 18%;
    right: 63%;
    font-size: .9375vw;
    line-height: 1;
    text-align: center;
}
.ssec-cpu .ssec-i2 {
    left: 39.5%;
    right: 40%;
}
.ssec-cpu .ssec-i3 {
    left: 61.4%;
    right: 19.2%;
}

.ssec-macro .ssec-wrap {
    position: absolute;
    top: 18.3%;
    left: 13%;
    right: 54%;
    bottom: 18.1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ssec-flashlight .ssec-wrap {
    position: absolute;
    top: 8%;
    left: 11%;
    right: 36%;
}
.ssec-flashlight .ssec-txt {
    padding-right: 25%;
}

.ssec-memory .ssec-wrap {
    position: absolute;
    top: 0;
    left: 62%;
    right: 5%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ssec-memory .ssec-note {
    left: 62%;
    right: 5%;
}
.ssec-memory .ssec-f {
    position: absolute;
    top: 80%;
    /*left: 13%;
    right: 52%;*/
    left: 12%;
    right: 46%;
    display: flex;
    justify-content: space-between;
    font-size: 1.4583333333333334vw;
    line-height: 1;
}
.ssec-memory .ssec-h {
    font-weight: bold;
    font-size: 2.7083333333333334vw;
    line-height: 1.4;
}

.ssec-battery .ssec-i {
    position: absolute;
    top: 85.8%;
    bottom: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25vw;
    line-height: 1;
    text-align: left;
}
.ssec-battery .ssec-h {
    font-size: 2.1875vw;
    font-weight: bold;
    line-height: 1.2;
}
.ssec-battery .ssec-i1 {
    left: 19%;
    right: 68%;
}
.ssec-battery .ssec-i2 {
    left: 39%;
    right: 49%;
}
.ssec-battery .ssec-i3 {
    left: 57.5%;
    right: 30%;
}
.ssec-battery .ssec-i4 {
    left: 76.7%;
    right: 6%;
}

.ssec-access .ssec-note {
    position: absolute;
    top: 93%;
    left: 8%;
    right: 70.2%;
    text-align: center;
}
.ssec-access .ssec-note2 {
    left: 35.6%;
    right: 35.2%;
}
.ssec-access .ssec-note3 {
    left: 66.6%;
    right: 3.6%;
}

.ssec-access-case .ssec-wrap {
    position: absolute;
    top: 10%;
    left: 7%;
    right: 55%;
}
.ssec-access-case .ssec-note {
    left: 7%;
    right: 55%;
}

.ssec-more .ssec-i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 .8333333333333333vw;
    font-size: 1.4583333333333334vw;
    line-height: 1.1;
}
.ssec-more .ssec-i1 {
    top: 34%;
    left: 3.4%;
    right: 81.9%;
    bottom: 56%;
}
.ssec-more .ssec-i2 {
    top: 55%;
    left: 3.4%;
    right: 81.9%;
    bottom: 38.5%;
}
.ssec-more .ssec-i3 {
    top: 79%;
    left: 3.4%;
    right: 81.9%;
    bottom: 14.6%;
}
.ssec-more .ssec-i4 {
    top: 41%;
    left: 19.2%;
    right: 66.5%;
    bottom: 54.7%;
    justify-content: flex-end;
}
.ssec-more .ssec-i5 {
    top: 79%;
    left: 19.2%;
    right: 58.2%;
    bottom: 14.6%;
}
.ssec-more .ssec-i6 {
    top: 24.2%;
    left: 64%;
    right: 19.6%;
    bottom: 38.3%;
    text-align: left;
}
.ssec-more .ssec-i7 {
    top: 79%;
    left: 43.1%;
    right: 40.8%;
    bottom: 14.6%;
}
.ssec-more .ssec-i8 {
    top: 79%;
    left: 60.6%;
    right: 19.6%;
    bottom: 14.6%;
}
.ssec-more .ssec-i9 {
    top: 48%;
    left: 81.7%;
    right: 3.1%;
    bottom: 43%;
}
.ssec-more .ssec-i10 {
    top: 77%;
    left: 81.7%;
    right: 3.1%;
    bottom: 15%;
}

.ssec-service .ssec-wrap {
    position: absolute;
    top: 48%;
    left: 50%;
    right: 14%;
}
.ssec-service .ssec-head {
    padding-right: 20%;
}

.ssec-tests .ssec-wrap {
    position: absolute;
    top: 7%;
}
.ssec-tests .ssec-i {
    font-size: 1.25vw;
    line-height: 1;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
}
.ssec-tests .ssec-w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ssec-tests .ssec-h {
    font-size: 3.4vw;
    letter-spacing: -1px;
    font-weight: bold;
    padding-bottom: .1em;
}
.ssec-tests .ssec-i1 {
    top: 44%;
    left: 10%;
    right: 64.3%;
    bottom: 40.4%;
}
.ssec-tests .ssec-i2 {
    top: 44%;
    left: 37.2%;
    right: 37.1%;
    bottom: 40.4%;
}
.ssec-tests .ssec-i3 {
    top: 44%;
    left: 64.5%;
    right: 9.8%;
    bottom: 40.4%;
}
.ssec-tests .ssec-i4 {
    top: 79.3%;
    left: 10%;
    right: 64.3%;
    bottom: 4.5%;
}
.ssec-tests .ssec-i5 {
    top: 79.3%;
    left: 37.2%;
    right: 37.1%;
    bottom: 4.5%;
}
.ssec-tests .ssec-i6 {
    top: 79.3%;
    left: 64.5%;
    right: 9.8%;
    bottom: 4.5%;
}

@media screen and (min-width: 1024px) {
    .ssec-head-inline .ssec-head,
    .ssec-head-inline .ssec-subhead {
        display: inline-block;
    }
    .ssec-head-inline > * {
        padding-right: .85vw;
    }
    .ssec-head-inline > *:last-child {
        padding-right: 0;
    }
}

@media screen and (min-width: 1440px) {
    .ssec-px-5 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .ssec-px-10 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .ssec-px-15 {
        padding-left: 15%;
        padding-right: 15%;
    }
    .ssec-px-20 {
        padding-left: 20%;
        padding-right: 20%;
    }
    .ssec-px-25 {
        padding-left: 25%;
        padding-right: 25%;
    }
}

@media screen and (max-width: 768px) {
    .ssec .ssec-head {
        font-size: 5.825242718446602vw;
        letter-spacing: 0;
    }
    .ssec .ssec-subhead {
        font-size: 3.8834951456310676vw;
        line-height: 1.25;
    }
    .ssec .ssec-txt {
        /* font-size: 2.669902912621359vw;
        line-height: 1.25; */
        font-size: 3.398058252427184vw;
        line-height: 1.1;
    }
    .ssec-sm-pt-2 {
        padding-top: 1em;
    }
    .ssec-pt-2,
    .ssec-sm-pt-2 {
        padding-top: 1em;
    }
    .ssec .ssec-head-inline > * {
        display: block;
    }
    .ssec .ssec-head-inline .ssec-subhead {
        padding-left: 0;
    }
    .ssec .ssec-note {
        font-size: 2.3vw;
    }
    .ssec .ssec-note-bottom {
        left: 12px;
        right: 12px;
    }

    .ssec-intro .ssec-wrap {
        top: 17.7%;
        left: 10px;
        right: 10px;
    }
    .ssec-intro .ssec-txt2 {
        font-size: 6.310679611650485vw;
        line-height: 1.1;
    }
    .ssec-intro .ssec-txt3 {
        font-size: 4.854368932038835vw;
        padding-top: 1vw;
    }

    .ssec-style-1 .ssec-wrap {
        top: 8vw;
        left: 10px;
        right: 10px;
    }

    .ssec-style-2 .ssec-head-wrap,
    .ssec-style-2 .ssec-txt {
        position: initial;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .ssec-style-2 .ssec-wrap {
        position: absolute;
        top: 8vw;
        left: 10px;
        right: 10px;
    }

    .ssec-colors2 .ssec-wrap {
        top: 0%;
        left: 5%;
        right: 5%;
        bottom: 88.8%;
    }
    .ssec-colors2 .ssec-txt {
        /* font-size: 2.912621359223301vw; */
        font-size: 3.398058252427184vw;
    }
    .ssec-colors2 .ssec-color-w {
        top: 55.3%;
        left: 12%;
        right: 12%;
        gap: 2.4271844660194174vw;
        font-size: 2.4271844660194174vw;
    }
    .ssec-colors2 .ssec-color-c {
        width: 16px;
        height: 16px;
        border-width: 1px;
    }
    .ssec-colors2 .ssec-color-c::after {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
    }
    .ssec-colors2 .ssec-color-t {
        padding-top: 2.912621359223301vw;
    }

    .ssec-cpu .ssec-h {
        font-size: 3.398058252427184vw;
    }
    .ssec-cpu .ssec-i {
        top: 87.2%;
        left: 1%;
        right: 80%;
        font-size: 1.9417475728155338vw;
    }
    .ssec-cpu .ssec-i2 {
        left: 32.5%;
        right: 32%;
    }
    .ssec-cpu .ssec-i3 {
        left: 75.4%;
        right: 0.2%;
    }

    .ssec-5g .ssec-txt {
        padding-top: 7.281553398058252vw;
    }

    .ssec-macro .ssec-wrap {
        top: 8vw;
        left: 10px;
        right: 10px;
        bottom: auto;
        display: block;
    }

    .ssec-flashlight .ssec-wrap {
        top: 6vw;
        left: 10px;
        right: 10px;
    }
    .ssec-flashlight .ssec-txt {
        padding-top: 7.281553398058252vw;;
        padding-right: 0;
    }

    .ssec-memory .ssec-wrap {
        top: 8vw;
        left: 10px;
        right: 10px;
        bottom: auto;
        display: block;
    }
    .ssec-memory .ssec-note {
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .ssec-memory .ssec-f {
        top: 82%;
        left: 18%;
        right: 11%;
        font-size: 2.912621359223301vw;
    }
    .ssec-memory .ssec-h {
        font-size: 4.3689320388349516vw;
    }

    .ssec-battery .ssec-i {
        top: 78.8%;
        bottom: 16.2%;
        font-size: 2.1844660194174758vw;
    }
    .ssec-battery .ssec-h {
        font-size: 3.398058252427184vw;
    }
    .ssec-battery .ssec-i1,
    .ssec-battery .ssec-i3 {
        left: 14%;
        right: 63%;
    }
    .ssec-battery .ssec-i2,
    .ssec-battery .ssec-i4 {
        left: 50%;
        right: 23%;
    }
    .ssec-battery .ssec-i3,
    .ssec-battery .ssec-i4 {
        top: 87%;
        bottom: 8%;
    }

    .ssec-access .ssec-note {
        top: 63%;
        left: 2%;
        right: 50.2%;
        text-align: center;
    }
    .ssec-access .ssec-note2 {
        left: 52.6%;
        right: 2.2%;
    }
    .ssec-access .ssec-note3 {
        top: 97.4%;
        left: 49.6%;
        right: 1.6%;
    }

    .ssec-access-case .ssec-wrap {
        top: 8vw;
        left: 10px;
        right: 10px;
    }
    .ssec-access-case .ssec-note {
        left: 15%;
        right: 26%;
        color: #fff;
    }

    .ssec-os .ssec-wrap {
        top: 3vw;
    }

    .ssec-more .ssec-i {
        padding: 0 4px;
        font-size: 2.4271844660194174vw;
    }
    .ssec-more .ssec-i1 {
        top: 25%;
        left: 1.7%;
        right: 72.9%;
        bottom: 68%;
    }
    .ssec-more .ssec-i2 {
        top: 41%;
        left: 1.7%;
        right: 72.9%;
        bottom: 53.8%;
    }
    .ssec-more .ssec-i3 {
        top: 60%;
        left: 1.7%;
        right: 72.9%;
        bottom: 34.2%;
    }
    .ssec-more .ssec-i4 {
        top: 29%;
        left: 29.5%;
        right: 46.5%;
        bottom: 66.9%;
        font-size: 2.669902912621359vw;
    }
    .ssec-more .ssec-i5 {
        top: 60%;
        left: 29.6%;
        right: 30.5%;
        bottom: 34.2%;
    }
    .ssec-more .ssec-i6 {
        top: 67.8%;
        left: 41.6%;
        right: 30.5%;
        bottom: 1.8%;
        font-size: 2.669902912621359vw;
    }
    .ssec-more .ssec-i7 {
        top: 76%;
        left: 71.8%;
        right: 1.6%;
        bottom: 19.2%;
    }
    .ssec-more .ssec-i8 {
        top: 94%;
        left: 71.8%;
        right: 1.6%;
        bottom: 1.8%;
    }
    .ssec-more .ssec-i9 {
        top: 36%;
        left: 71.8%;
        right: 1.6%;
        bottom: 56%;
    }
    .ssec-more .ssec-i10 {
        top: 60%;
        left: 71.8%;
        right: 1.6%;
        bottom: 34.2%;
    }

    .ssec-service .ssec-wrap {
        position: initial;
        top: auto;
        left: auto;
        right: auto;
    }
    .ssec-service .ssec-head {
        position: absolute;
        top: 4%;
        left: 9%;
        right: 36%;
        text-align: right;
        padding-right: 0;
    }
    .ssec-service .ssec-txt {
        position: absolute;
        top: 54%;
        left: 46%;
        right: 3%;
        padding-top: 0;
    }

    .ssec-tests .ssec-i {
        font-size: 2.7vw;
    }
    .ssec-tests .ssec-h {
        font-size: 6vw;
        letter-spacing: 0px;
        padding-bottom: 0;
    }
    .ssec-tests .ssec-i1 {
        top: 36.5%;
        left: 3.4%;
        right: 51%;
        bottom: 52.4%;
    }
    .ssec-tests .ssec-i2 {
        top: 36.5%;
        left: 51.8%;
        right: 3%;
        bottom: 52.4%;
    }
    .ssec-tests .ssec-i3 {
        top: 60.5%;
        left: 3.4%;
        right: 51%;
        bottom: 28.1%;
    }
    .ssec-tests .ssec-i4 {
        top: 60.5%;
        left: 51.8%;
        right: 3%;
        bottom: 28.1%;
    }
    .ssec-tests .ssec-i5 {
        top: 84.5%;
        left: 3.4%;
        right: 51%;
        bottom: 4.8%;
    }
    .ssec-tests .ssec-i6 {
        top: 84.5%;
        left: 51.8%;
        right: 3%;
        bottom: 4.8%;
    }
}
