/*#region CUSTOM FONTS */
@font-face {
    font-family: 'Helvetica Neue';
    src: url("font/helveticaneueboldc80648af.otf");
    font-weight: bold;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("font/helveticaneuemediumcc280065.otf");
    font-weight: 500;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("font/helveticaff598533.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("font/helveticaneuelight70e3e7ad.otf");
    font-weight: 300;
}

/*#endregion */
/*#region ESM STYLES */
.esm-content {
    display: block;
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: white;
    font-size: 16px;
    max-width: 1000px;
    line-height: 1.5;
}

.esm-content * {
    box-sizing: border-box;

}

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

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

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

@media only screen and (min-width: 0px) {

    .esm-content .esm-col-s-2 {
        width: 16.6666%
    }

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

@media only screen and (min-width: 501px) {

    .esm-content .esm-col-m-4 {
        width: 33.3333%
    }

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

@media only screen and (min-width: 779px) {

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

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

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

/*#endregion */

/*#region ESM CUSTOM STYLES */

/* BANER  */
.esm-content .esm-baner {
    width: 100%;
    position: relative;
    height: auto;
}

.esm-content .esm-baner-whitebox {
    background-color: white;
    height: 65px;
}

.esm-content .esm-baner .esm-baner-bgc {
    position: absolute;
    inset: 0;
}

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

.esm-content .esm-baner .esm-baner-logo {
    position: absolute;
    left: 5%;
    top: 0;
    width: 240px;
}

.esm-content .esm-baner .esm-baner-textbox {
    padding: 370px 450px 55px 5%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
    font-size: clamp(30px, 3.2vw, 34px);
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
    color: white;
    word-wrap: break-word;
}

.esm-content .esm-baner .esm-text1 {
    z-index: 10;
    font-size: clamp(13px, 1.4vw, 18px);
    color: white;
    background: #00B1AA;
    padding: 20px;
    word-wrap: break-word;
    position: absolute;
    text-align: center;
    width: 240px;
    left: 5%;
    bottom: -7%;
}

.esm-content .esm-baner .esm-baner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .35) 38%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
}

/* ICONS */
.esm-content .esm-icons {
    position: relative;
    min-height: 750px;
    overflow: hidden;
}

.esm-content .esm-icons .esm-icons-bgc-right {
    overflow: hidden;
    position: absolute;
    inset: 0;
}

.esm-content .esm-icons .esm-icons-bgc-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-16%, 0%);
}

.esm-content .esm-icons .esm-icons-contentbox-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to left, #E5E3E4 70%, rgba(229, 227, 228, 0) 100%);
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    padding-left: 170px;
    padding-right: 10px;
}

.esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox .esm-icon .esm-icon-img img {
    width: 65px;
    height: 65px;
}

.esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}

.esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox> :nth-child(odd):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    padding: 0 130px;
}

.esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox .esm-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    gap: 15px;
    padding: 0 0px;
}

.esm-content .esm-icons .esm-icons-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.esm-content .esm-icons .esm-icons-title {
    font-size: clamp(29px, 3vw, 32px);
    text-align: center;
    color: #00B1AA;
    font-weight: bold;
    margin: 40px 0;
}

.esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox .esm-icon .esm-icon-textbox .esm-icon-title {
    font-weight: bold;
    color: #535D62;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox .esm-icon .esm-icon-textbox .esm-icon-subtitle {
    font-size: 14px;
    color: #00B1AA;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .esm-content .esm-icons {
        overflow: hidden;
        background: white;
        padding: 0px 0px 140px;
    }

    .esm-content .esm-icons .esm-icons-box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-evenly;
    }

    .esm-content .esm-icons {
        position: relative;
        min-height: 1000px;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right {
        background: linear-gradient(to bottom, #E5E3E4 50%, rgba(229, 227, 228, 0) 60%);
        padding-left: unset;
        height: 75%;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        height: 100%;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox> :nth-child(odd):last-child {
        justify-self: unset;
        padding: 0 10px;
    }

    .esm-content .esm-icons .esm-icons-bgc-right img {
        transform: translate(0, 96%);
    }

    .esm-content .esm-icons .esm-icons-bgc-right img {
        width: 100%;
        height: 52%;
        object-fit: cover;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox .esm-icon {
        padding: 0 10px;
    }
}

@media (max-width: 625px) {
    .esm-content .esm-icons {
        position: relative;
        min-height: 1400px;
    }

    .esm-content .esm-icons .esm-icons-bgc-right img {
        transform: translate(0, 120%);
    }

    .esm-content .esm-icons-bgc-right img {
        transform: translate(0, 120%);
        object-fit: cover;
        margin-top: 50px;
    }

    .esm-content .esm-icons {
        overflow: hidden;
        background: white;
        padding: 0px 0px 140px;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px 20px;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        height: 115%;
    }

    .esm-content .esm-icons .esm-icons-contentbox-right .esm-icons-iconbox .esm-icon {
        padding: 0 70px;
    }

    .esm-content .esm-icons .esm-icons-bgc-right img {
        width: 100%;
        height: 45%;
        object-fit: cover;
    }
}

/* SINGLE FEATURE */
.esm-content .esm-single-feature {
    background-color: #E5E3E4;
}


.esm-content .esm-single-feature .esm-single-feature-img .esm-single-feature-icon {
    position: absolute;
    bottom: 7%;
    right: 4%;
}


.esm-content .esm-single-feature .esm-single-feature-img .esm-single-feature-icon img {
    width: 95px;
    height: 95px;
}

.esm-content .esm-single-feature .esm-single-feature-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.esm-content .esm-single-feature .esm-single-feature-img {
    position: relative;
}


.esm-content .esm-single-feature .esm-single-feature-img img {
    height: 660px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.esm-content .esm-single-feature .esm-single-feature-text-box {
    margin-top: 10px;
    padding: 30px;
}

.esm-content .esm-single-feature .esm-single-feature-text-box .esm-single-feature-title {
    font-size: 24px;
    color: #535D62;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.esm-content .esm-single-feature .esm-single-feature-text-box .esm-single-feature-subtitle {
    font-size: 18px;
    color: #00B1AA;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.esm-content .esm-single-feature .esm-single-feature-text-box .esm-single-feature-desc {
    color: #1E1E1E;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

/* FEATURES */
.esm-content .esm-features {
    background-color: #E5E3E4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 5px 0px;
}

.esm-content .esm-features .esm-feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

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


.esm-content .esm-features .esm-feature .esm-feature-img {
    overflow: hidden;
}

.esm-content .esm-features .esm-feature:nth-child(odd) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.esm-content .esm-features .esm-feature .esm-feature-img {
     border-radius: 0 40px 40px 0; 
}

.esm-content .esm-features .esm-feature:nth-child(odd) .esm-feature-img {
    border-radius: 40px 0 0 40px; 
}
.esm-content .esm-features .esm-feature .esm-feature-textbox {
    padding: 30px 20px 30px 40px;
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-titlebox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 15px;
    color: #535D62;
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-title-textbox {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-title-textbox .esm-feature-subtitle {
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
    color: #00B1AA;
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-feature-title-icon {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-feature-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
}

.esm-content .esm-features .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-feature-title-icon img {
    width: 100%;
    height: 100%;
}

/* SPECIFICATIONS */
.esm-content .esm-spec {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px;
    background-color: #E5E3E4;
}

.esm-content .esm-spec .esm-spec-content-box {
    height: 280px;
    width: 50%;
}

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

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

.esm-content .esm-spec .esm-spec-table .esm-spec-disclaimer {
    color: #535D62;
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0 0 15px;
}

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

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

.esm-content .esm-spec .esm-spec-table .esm-parameter,
.esm-content .esm-spec .esm-spec-table .esm-label {
    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: #535D62;
    font-size: 16px;
}

.esm-content .esm-spec .esm-spec-table .esm-parameter {
    text-align: start;
    color: #535D62;
    font-weight: bold;
    font-size: 16px;
}

/* ARROW  */

.esm-content .esm-spec .esm-spec-content-box .esm-spec-device-img {
    position: relative;
    height: 410px;
}
.esm-content .esm-spec-content-box .esm-spec-device-img .esm-container{
    display: flex;
    justify-content: center;
}
.esm-content .esm-spec-content-box .esm-spec-device-img .esm-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    position: absolute;
}

.esm-content .esm-spec .esm-spec-content-box img {
    width: fit-content;
    margin: unset;
}

.esm-content .esm-spec-device-img .esm-arrow-css {
    position: absolute;
    height: 2px;
    background: turquoise;
    transform-origin: 0 50%;
    display: flex;
    justify-content: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: rgb(83, 93, 98);

    &::after,
    &::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-left: 10px solid turquoise;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    &::after {
        right: 0;
    }

    &::before {
        left: 0;
        transform: translateY(-50%) rotate(180deg);
    }
}

    .esm-content .esm-spec .esm-spec-content-box .esm-arrow-width {top: 90.8838443174507%;left: 7.052561209946687%;width: 86.90647413683122%;transform: rotate(-0.0000021008418432809305deg);align-items: start;}.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height {top: 89.16742069827042%;left: 5.342445494568977%;width: 52.11664816438431%;transform: rotate(-90deg);align-items: end;}

/* FOOTER */
.esm-content .esm-footer {
    height: 51px;
    width: 100%;
    background-color: #00B1AA;
}

/*#endregion */

/*#region ESM MEDIA */
@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: 900px) {
    .esm-content .esm-spec {
        position: relative;
        min-width: clamp(800px, 85vw, 910px);
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 40px 30px;

    }
}

@media (max-width: 870px) {
    .esm-content .esm-baner .esm-baner-textbox {
        padding: 310px 35% 30px 5%;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
        font-weight: bold;
        line-height: 40px;
        letter-spacing: 2px;
        color: white;
        word-wrap: break-word;
    }

    .esm-content .esm-baner .esm-baner-logo {
        position: absolute;
        left: 5%;
        top: 0;
        width: 35%;
    }
}

@media (max-width: 820px) {
    .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 (max-width: 768px) {
    .esm-content .esm-icons {
        overflow: hidden;
        background: white;
        padding: 0px 0px 140px;
    }

    .esm-content .esm-features .esm-feature:nth-child(odd) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .esm-content .esm-features .esm-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 25px 0;
    }

    .esm-content .esm-features {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 3px 30px;
    }

    .esm-content .esm-baner .esm-baner-bgc img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        object-position: left;
    }
}

@media (max-width: 625px) {

    
    .esm-content .esm-single-feature .esm-single-feature-img .esm-single-feature-icon img {
        width: 55px;
        height: 55px;
    }

    
    .esm-content .esm-single-feature .esm-single-feature-img img {
        height: 260px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .esm-content .esm-baner .esm-baner-textbox {
        padding: 589px 30% 55px 5%;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .esm-content .esm-features {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 3px 15px;
    }

    .esm-content .esm-spec .esm-spec-content-box {
        width: unset;
        max-height: 410px;
        margin-bottom: 40px;
    }

    .esm-content .esm-baner .esm-baner-textbox {
        padding: 589px 30% 55px 5%;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .esm-content .esm-baner .esm-baner-logo {
        position: absolute;
        left: 5%;
        top: 0;
        width: 40%;
    }

    .esm-content .esm-baner .esm-text1 {
        z-index: 10;
        font-size: clamp(16px, 1.8vw, 20px);
        color: white;
        background: #00B1AA;
        padding: 20px;
        word-wrap: break-word;
        position: absolute;
        left: 5%;
        bottom: -10%;
    }

    .esm-content .esm-baner .esm-baner-bgc img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        object-position: top;
    }

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


/*#endregion */