@font-face {
    font-family: hisenseAlfabet;
    src: url("font/hisensealfabet-bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: hisenseAlfabet;
    src: url("font/hisensealfabet-medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: hisenseAlfabet;
    src: url("font/hisensealfabet-regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: hisenseAlfabet;
    src: url("font/hisensealfabet-light.otf");
    font-weight: 300;
}

/* ===================== BASE ===================== */
.esm-content {
    display: block;
    font-family: hisenseAlfabet, sans-serif;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 16px;
    max-width: 1000px;
    background: #000;
    color: #fff;
}

.esm-content * {
    box-sizing: border-box;
    line-height: 1.15;
}

.esm-content a,
.esm-content div,
.esm-content img,
.esm-content p,
.esm-content span,
.esm-content strong,
.esm-content ul {
    margin: 0;
    padding: 0;
    border: 0;
}

.esm-content img {
    display: block;
    max-width: 100%;
    width: unset;
    margin: 0 auto;
    border: 0;
}

.esm-content .esm-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.esm-content [class*="esm-col-"] {
    padding: 0;
    width: 100%;
}

.esm-content .esm-col-12 {
    width: 100%;
}

.esm-content .esm-col-6 {
    width: 50%;
}

@media only screen and (min-width:0px) {
    .esm-content .esm-col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width:501px) {
    .esm-content .esm-col-m-12 {
        width: 100%;
    }
}

@media only screen and (min-width:779px) {
    .esm-content .esm-col-12 {
        width: 100%;
    }

    .esm-content .esm-col-6 {
        width: 50%;
    }
}

/* ===================== THEME ===================== */
.esm-content {
    --his-bg: #000000;
    --his-card: #141414;
    --his-card2: #101010;
    --his-text: #ffffff;
    --his-muted: #b7b7b7;
    --his-muted2: #8f8f8f;
    --his-line: #2a2a2a;
    --his-accent: #00B9AD;
}

/* ===================== HERO ===================== */
.esm-content .esm-his-hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    background: var(--his-bg);
    overflow: hidden;
}

.esm-content .esm-his-hero-bg {
    position: absolute;
    inset: 0;
}

.esm-content .esm-his-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(20%, 0%);
}

.esm-content .esm-his-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            #000 0%,
            #000 45%,
            rgba(0, 0, 0, 0) 60%);
}

.esm-content .esm-his-hero-logo {
    position: absolute;
    top: 10%;
    left: 9%;
    width: 180px;
    z-index: 3;
}

.esm-content .esm-his-hero-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.esm-content .esm-his-hero-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 210px 25% 4% 9%;
    gap: 18px;
}

.esm-content .esm-his-hero-left {
    width: 52%;
}

.esm-content .esm-his-hero-title {
    font-size: clamp(28px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--his-text);
}

.esm-content .esm-his-hero-subtitle {
    margin-top: 10px;
    font-size: clamp(12px, 1.3vw, 14px);
    color: var(--his-text);
    max-width: 420px;
    line-height: 1.35;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: start;
}

.esm-content .esm-his-hero-subtitle .esm-his-hero-product-name {
    font-weight: bold;
}

.esm-content .esm-his-hero-right {
    width: 44%;
    display: flex;
    justify-content: flex-end;
}

.esm-content .esm-his-hero-packshot {
    width: min(260px, 90%);
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .04);
}

.esm-content .esm-his-hero-packshot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .95;
}

@media only screen and (max-width:778px) {
    .esm-content .esm-his-hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .esm-content .esm-his-hero-right {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .esm-content .esm-his-hero-packshot {
        width: 220px;
    }
}

/* ===================== IMPORTANT FEATURES CARD ===================== */
.esm-content .esm-his-important-wrap {
    background: var(--his-bg);
    padding: 25px 75px 0 75px;
}

.esm-content .esm-his-important-card {
    background: linear-gradient(180deg, rgba(25, 25, 25, 1) 0%, rgba(10, 10, 10, 1) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    padding: 18px 18px;
}

.esm-content .esm-his-important-head {
    text-align: center;
    font-weight: 700;
    font-size: clamp(26px, 3vw, 32px);
    padding: 15px 0 25px 0;
}

.esm-content .esm-his-important-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-bottom: 30px;
}

.esm-content .esm-his-important-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-items: flex-start;
    justify-content: center;
    width: 62%;
}
.esm-content .esm-his-important-icons:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
    grid-template-columns: repeat(3, 1fr);
}

.esm-content .esm-his-imp-icon {
    text-align: center;
}

.esm-content .esm-his-imp-icon-img {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esm-content .esm-his-imp-icon-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .95;
}

.esm-content .esm-his-imp-icon-title {
    font-weight: 800;
    font-size: 14px;
    color: var(--his-text);
}
.esm-content .esm-his-imp-icon-title-green{
        font-weight: 800;
    font-size: 14px;
    color: var(--his-accent);
}
.esm-content .esm-his-imp-icon-sub {
    margin-top: 4px;
    font-size: 14px;
    color: var(--his-accent);
    line-height: 1.25;
}

.esm-content .esm-his-important-mini {
    width: 34%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.esm-content .esm-his-mini-glow {
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(0, 185, 173, .45) 0%, rgba(0, 185, 173, .10) 45%, rgba(0, 0, 0, 0) 70%);
    filter: blur(2px);
}

.esm-content .esm-his-mini-packshot {
    border-radius: 16px;
    overflow: hidden;
    filter: drop-shadow(0 0 25px #00AAA6);
    position: relative;
    z-index: 2;
}


@media only screen and (max-width:600px) {
    .esm-content .esm-his-important-body {
        flex-direction: column;
    }

    .esm-content .esm-his-important-icons {
        width: 100%;
    }

    .esm-content .esm-his-important-mini {
        width: 100%;
        margin-top: 10px;
    }
}

/* ===================== SINGLE FEATURE ===================== */
.esm-content .esm-his-single {
    background: var(--his-bg);
    padding: 25px 75px 0 75px;
}

.esm-content .esm-his-single-title {
    text-align: center;
    margin: 15px 0 15px;
    font-weight: 700;
    color: var(--his-text);
    font-size: clamp(18px, 2vw, 22px);

}

.esm-content .esm-his-single-title-green {
    font-size: clamp(18px, 2vw, 22px);
    margin: 15px 0 15px;
    font-weight: 700;
    text-align: center;
    color: var(--his-accent);
}

.esm-content .esm-his-single-subtitle {
    text-align: center;
    font-size: clamp(14px, 1.6vw, 18px);
    color: var(--his-accent);
}

.esm-content .esm-his-single-desc {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: var(--his-text);
    line-height: 1.35;
    text-align: center;
}

.esm-content .esm-his-single-img {
    margin-top: 15px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .03);
}

.esm-content .esm-his-single-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ===================== OTHER FEATURES HEADER ===================== */
.esm-content .esm-his-other-head {
    background: var(--his-bg);
    padding: 45px 75px 45px 75px;
    text-align: center;
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 700;
}

/* ===================== FEATURES LIST ===================== */
.esm-content .esm-his-features {
    background: var(--his-bg);
    padding: 0 75px 25px 75px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.esm-content .esm-his-feature-row {
    display: flex;
    gap: 14px;
    align-items: stretch;
}

.esm-content .esm-his-feature-row.esm-his-reverse {
    flex-direction: row-reverse;
}

.esm-content .esm-his-feature-img {
    width: 50%;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
}

.esm-content .esm-his-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esm-content .esm-his-feature-text .esm-his-feature-contentbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.esm-content .esm-his-feature-text {
    width: 50%;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.esm-content .esm-his-feature-icon {
    width: 45px;
    height: auto;
    margin-bottom: 8px;
    margin-right: 10px;
}

.esm-content .esm-his-feature-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .95;
}

.esm-content .esm-his-feature-h {
    font-weight: 700;
    font-size: 22px;
}

.esm-content .esm-his-feature-h-green {
    font-weight: 700;
    font-size: 22px;
    color: var(--his-accent);
}

.esm-content .esm-his-feature-sub {
    margin-top: 4px;
    font-weight: 800;
    font-size: 16px;
    color: var(--his-accent);
}

.esm-content .esm-his-feature-p {
    margin-top: 8px;
    font-size: 12px;
    color: var(--his-text);
    line-height: 1.35;
}

@media only screen and (max-width:778px) {

    .esm-content .esm-his-feature-row,
    .esm-content .esm-his-feature-row.esm-his-reverse {
        flex-direction: column-reverse;
    }

    .esm-content .esm-his-feature-img,
    .esm-content .esm-his-feature-text {
        width: 100%;
    }

    .esm-content .esm-his-feature-text {
        padding: 12px 2px 6px 2px;
    }

    .esm-content .esm-his-features {
        background: var(--his-bg);
        padding: 0 75px 25px 75px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

/* ===================== SPECIFICATION ===================== */
.esm-content .esm-spec {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-evenly;
    padding: 50px 30px;
}

.esm-content .esm-spec .esm-spec-content-box {
    height: 410px;
}

.esm-content .esm-spec .esm-spec-content-box .esm-spec-device-img {
    width: 100%;
}

.esm-content .esm-spec .esm-spec-content-box img {
    max-height: 410px;
}

.esm-content .esm-spec .esm-spec-table {
    width: 50%;
}

.esm-content .esm-spec .esm-spec-table table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.esm-content .esm-spec .esm-spec-table table tr:nth-child(2) td {
    padding: unset;
}

.esm-content .esm-spec .esm-spec-table th {
    font-weight: bold;
    color: #00B1AA;
    font-size: 24px;
    padding: 15px;
    border-radius: 6px;
    text-align: left;
}

.esm-content .esm-spec .esm-spec-table td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.esm-content .esm-spec .esm-spec-table .esm-label {
    font-weight: bold;
    text-align: start;
    color: white;
}

.esm-content .esm-spec .esm-spec-table .esm-parameter {
    text-align: end;
    color: white;
    font-weight: bold;
}

.esm-content .esm-spec .esm-spec-title {
    color: var(--his-text);
    font-size: 23px;
    font-weight: bolder;
    margin-bottom: 20px;
}

/* ARROW  */

.esm-content .esm-spec .esm-arrow-width .esm-width {
    font-size: 12px;
    transform: rotate(90deg);
    position: absolute;
    width: 55px;
    right: -5px;
    top: 50%;
    color: white;
}

.esm-content .esm-spec .esm-arrow-height .esm-height {
    font-size: 12px;
    position: absolute;
    width: 55px;
    right: -45px;
    top: 45%;
    transform: rotate(90deg);
    color: white;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width {
    min-width: 2px;
    width: 2px;

    height:
        
            150px
        
    ;

    background: turquoise;
    margin: 20px auto;
    position: relative;
    transform: rotate(-90deg);

    bottom:
        
            413px
        
    ;

    right:
        
            0%
        
    ;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height {
    min-width: 2px;
    width: 2px;

    height:
        
            280px
        
    ;

    background: turquoise;
    margin: 20px auto;
    position: relative;

    transform:
        
            rotate(-180deg)
        
    ;

    bottom:
        
            366px
        
    ;

    right:
        
            41%
        
    ;
}

.esm-content .esm-spec .esm-arrow-height::before,
.esm-content .esm-spec .esm-arrow-height::after,
.esm-content .esm-spec .esm-arrow-width:before,
.esm-content .esm-spec .esm-arrow-width::after,
.esm-content .esm-spec .esm-arrow-height::before,
.esm-content .esm-spec .esm-arrow-height::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.esm-content .esm-spec .esm-arrow-height:before,
.esm-content .esm-spec .esm-arrow-width:before,
.esm-content .esm-spec .esm-arrow-height:before {
    top: -10px;
    border-bottom: 10px solid turquoise;
}

.esm-content .esm-arrow-height::after,
.esm-content .esm-arrow-width::after,
.esm-content .esm-arrow-height::after {
    bottom: -10px;
    border-top: 10px solid turquoise;
}

/* ===================== FOOT BRAND ===================== */
.esm-content .esm-his-footer-brand {
    background: var(--his-bg);
    padding: 16px 0 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .5px;
}

@media (max-width: 992px) {
    .esm-content .esm-spec {
        position: relative;
        min-width: 950px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 40px 30px;
    }
}

@media (max-width: 950px) {
    .esm-content .esm-spec {
        position: relative;
        min-width: clamp(800px, 85vw, 910px);
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 40px 30px;
    }

    .esm-content .esm-spec .esm-spec-table {
        width: 80%;
    }
}
@media (max-width: 850px) {
    .esm-content .esm-his-important-icons:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        align-items: flex-start;
        justify-content: center;
        width: 60%;
    }
    .esm-content .esm-his-important-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        align-items: flex-start;
        justify-content: center;
        width: 80%;
    }
        .esm-content .esm-spec {
        position: relative;
        min-width: unset;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 40px 30px;
    }

    .esm-content .esm-spec .esm-spec-table {
        width: 80%;
    }
}

@media only screen and (max-width:778px) {
    .esm-content .esm-his-spec-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .esm-content .esm-his-spec-left,
    .esm-content .esm-his-spec-right {
        width: 100%;
    }

    .esm-content .esm-his-spec-right {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .esm-content .esm-his-important-body {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding-bottom: 30px;
    }

    .esm-content .esm-his-hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(25%, 0%);
    }
}


@media (max-width: 625px) {
    .esm-content .esm-spec .esm-spec-content-box {
        width: unset;
        max-height: 320px;
        margin-bottom: 40px;
    }

    .esm-content .esm-spec .esm-spec-content-box {
        scale: 0.7;
    }

    .esm-content .esm-spec {
        position: relative;
        min-width: unset;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }

    .esm-content .esm-spec .esm-spec-table td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, .25);
    }

    .esm-content .esm-spec .esm-spec-table {
        width: 100%;
    }

    .esm-content .esm-his-important-icons {
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: anchor-center;
        justify-content: center;
        width: 100%;
        margin-top: 25px;
    }

    .esm-content .esm-his-important-wrap {
        background: var(--his-bg);
        padding: 25px 25px 0 25px;
    }

    .esm-content .esm-his-single {
        background: var(--his-bg);
        padding: 25px 25px 0 25px;
    }

    .esm-content .esm-his-other-head {
        background: var(--his-bg);
        padding: 35px 25px 35px 25px;
        text-align: center;
        font-size: clamp(26px, 3vw, 32px);
        font-weight: 700;
    }

    .esm-content .esm-his-features {
        background: var(--his-bg);
        padding: 0 25px 25px 25px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .esm-content .esm-his-hero-inner {
        position: relative;
        z-index: 3;
        display: flex;
        align-items: start;
        justify-content: space-between;
        padding: 291px 4% 5% 4%;
        gap: 18px;
    }

    .esm-content .esm-his-hero-logo {
        position: absolute;
        top: 10%;
        left: 4%;
        width: 160px;
        z-index: 3;
    }
        .esm-content .esm-his-important-icons:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
        grid-template-columns: repeat(3, 1fr);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
        .esm-content .esm-his-important-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }
}