/*#region CUSTOM FONTS */
/*#endregion */
/*#region ESM STYLES */
.esm-content {
    display: block;
    font-family: 'CoreSansc', sans-serif;
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: white;
    font-size: 16px;
    max-width: 1000px;
    --main-color: #00B9AD;
    --second-color: #535D62;
}

.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 .esm-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

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

.esm-content .esm-col-1 {
    width: 8.3333%
}

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

.esm-content .esm-col-3 {
    width: 25%
}

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

.esm-content .esm-col-5 {
    width: 41.6666%
}

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

.esm-content .esm-col-7 {
    width: 58.3333%
}

.esm-content .esm-col-8 {
    width: 66.6666%
}

.esm-content .esm-col-9 {
    width: 75%
}

.esm-content .esm-col-10 {
    width: 83.3333%
}

.esm-content .esm-col-11 {
    width: 91.6666%
}

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

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

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

    .esm-content .esm-col-s-3 {
        width: 25%
    }

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

    .esm-content .esm-col-s-5 {
        width: 41.6666%
    }

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

    .esm-content .esm-col-s-7 {
        width: 58.3333%
    }

    .esm-content .esm-col-s-8 {
        width: 66.6666%
    }

    .esm-content .esm-col-s-9 {
        width: 75%
    }

    .esm-content .esm-col-s-10 {
        width: 83.3333%
    }

    .esm-content .esm-col-s-11 {
        width: 91.6666%
    }

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

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

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

    .esm-content .esm-col-m-3 {
        width: 25%
    }

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

    .esm-content .esm-col-m-5 {
        width: 41.6666%
    }

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

    .esm-content .esm-col-m-7 {
        width: 58.3333%
    }

    .esm-content .esm-col-m-8 {
        width: 66.6666%
    }

    .esm-content .esm-col-m-9 {
        width: 75%
    }

    .esm-content .esm-col-m-10 {
        width: 83.3333%
    }

    .esm-content .esm-col-m-11 {
        width: 91.6666%
    }

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

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

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

    .esm-content .esm-col-3 {
        width: 25%
    }

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

    .esm-content .esm-col-5 {
        width: 41.6666%
    }

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

    .esm-content .esm-col-7 {
        width: 58.3333%
    }

    .esm-content .esm-col-8 {
        width: 66.6666%
    }

    .esm-content .esm-col-9 {
        width: 75%
    }

    .esm-content .esm-col-10 {
        width: 83.3333%
    }

    .esm-content .esm-col-11 {
        width: 91.6666%
    }

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

.esm-content .esm-image>img {
    width: 100%;
}

.esm-content p,
.esm-content span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0
}

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

.esm-content .esm-relative {
    position: relative;
}

.esm-content .esm-video {
    display: flex;
    justify-content: center;
    padding-top: 56.25%;
    position: relative;
}

.esm-content .esm-video.esm-square {
    padding-top: 85%;
    width: 100%;
}

.esm-content .esm-video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esm-content .esm-video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esm-content .esm-side-margin {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: center;
}

.esm-content .esm-section {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.esm-content .esm-section-with-background {
    position: relative;
}

.esm-content .esm-section-with-background>.esm-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.esm-content .esm-section-with-background>.esm-image>img {
    height: 100%;
    object-fit: contain;
    object-position: right;
}

@media only screen and (max-width: 1000px) {
    .esm-content .esm-section-with-background>.esm-image>img {
        object-fit: cover;
    }
}

.esm-content .esm-section-with-background>.esm-image.esm-object-position-left>img {
    object-position: left;
}

.esm-content .esm-section-with-background>.esm-image.esm-mobile>img {
    height: initial;
    object-fit: contain;
}

.esm-content .esm-section-with-background>div:nth-last-child(1) {
    position: relative;
    z-index: 1;
}

.esm-content .esm-center {
    display: flex;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.esm-content .esm-text-bold {
    font-weight: bold;
}

.esm-content .esm-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.esm-content .esm-top-padding-100p {
    padding-top: 100px;
}

/*#endregion */

/*#region ESM CUSTOM STYLES */

.esm-content {
    max-width: none;
}

.esm-content .esm-content-box {
    max-width: 1300px;
    margin: 0 auto;
}

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

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

.esm-content .esm-baner .esm-baner-textbox {
    padding: 410px 50% 0px 5%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: bold;
    line-height: 40px;
    color: white;
    background: #435057CC 80%;
    padding: 20px;
    word-wrap: break-word;
}

.esm-content .esm-baner .esm-baner-textbox .esm-text1 {
    font-size: clamp(14px, 1.6vw, 20px);
    color: white;
    background: #00B9AD;
    padding: 20px;
    word-wrap: break-word;
}

/* ICONS */
.esm-content .esm-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.esm-content .esm-icons .esm-icons-title {
    color: var(--main-color);
    font-size: clamp(30px, 3.2vw, 36px);
    font-weight: bold;
    padding: 40px;
}


.esm-content .esm-icons .esm-iconbox {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 0.25fr;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.esm-content .esm-icons .esm-iconbox .esm-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.esm-content .esm-icons .esm-iconbox .esm-icon .esm-img {
    margin-bottom: 10px;
}

.esm-content .esm-icons .esm-iconbox .esm-icon .esm-img img {
    width: 55px;
    height: 55;
}

.esm-content .esm-icons .esm-iconbox .esm-icon .esm-title {
    color: #535D62;
    font-size: 16px;
    font-weight: bolder;
}

.esm-content .esm-icons .esm-iconbox .esm-icon .esm-text {
    color: var(--main-color);
    font-weight: bold;
    margin-top: 5px;
}

/* MACHINE IMG */
.esm-content .esm-machine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.esm-content .esm-machine .esm-machine-img-left {
    margin-right: 19.5%;
}

.esm-content .esm-machine .esm-machine-img-right {
    margin-left: 19.5%;
}

/* SINGLE FEATURE */
.esm-content .esm-single-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.esm-content .esm-single-feature .esm-single-feature-bgc {
    position: relative;
    max-width: 100%;
}
.esm-content .esm-single-feature .esm-single-feature-bgc video,
.esm-content .esm-single-feature .esm-single-feature-bgc img{
	width: 100%
}
.esm-content .esm-single-feature .esm-single-feature-bgc video {
    max-width: 100%;
}

.esm-content .esm-single-feature .esm-single-feature-icon {
    position: absolute;
    width: 101px;
    height: 101px;
    bottom: 5%;
    right: 3%;
}

.esm-content .esm-single-feature .esm-single-feature-icon img {
    width: 100%;
    height: 100%;
}

.esm-content .esm-single-feature .esm-single-feature-textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 30px;

}

.esm-content .esm-single-feature .esm-single-feature-textbox .esm-single-feature-subtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 20px;
}

.esm-content .esm-single-feature .esm-single-feature-textbox .esm-single-feature-title {
    text-align: center;
    color: var(--second-color);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: clamp(18px, 2vw, 24px);
}

.esm-content .esm-single-feature .esm-single-feature-textbox .esm-single-feature-desc {
    font-size: 14px;
    text-align: center;
    color: black;
    line-height: 20px;
}

/* DISPLAY */
.esm-content .esm-display {
    position: relative;
    padding: 10px 0 60px;
    overflow: hidden;
}

.esm-content .esm-display::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 200px;
    background: #f2f2f3;
    border-top-left-radius: 50% 120%;
    border-top-right-radius: 50% 120%;
    z-index: -1;
}

.esm-content .esm-display .esm-display-bgc img {
    width: 75%;
    z-index: 10;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

/* FEATURES */
.esm-content .esm-test {
    background-color: black;
}

.esm-content .esm-features .esm-featurebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f3;
    color: #1E2021;
    padding: 20px 0;
}

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

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

.esm-content .esm-features .esm-featurebox .esm-feature .esm-feature-video video {
    max-width: 100%;
}

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

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

.esm-content .esm-features .esm-featurebox .esm-feature .esm-feature-textbox {
    padding: 30px 20px 30px 40px;
}

.esm-content .esm-features .esm-featurebox .esm-feature .esm-feature-textbox .esm-feature-desc {
    font-size: 14px;
    line-height: 20px;
}

.esm-content .esm-features .esm-featurebox .esm-feature .esm-feature-textbox .esm-feature-titlebox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: var(--second-color);
    margin-bottom: 15px;
}

.esm-content .esm-features .esm-featurebox .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-featurebox .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-title-textbox .esm-feature-subtitle {
    color: var(--main-color);
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
}

.esm-content .esm-features .esm-featurebox .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-featurebox .esm-feature .esm-feature-textbox .esm-feature-titlebox .esm-feature-title {
    font-size: clamp(16px, 2vw, 24px);
    color: var(--second-color);
    font-weight: bold;
}

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

/* SPECIFICATIONS */
.esm-content .esm-spec {
    position: relative;
    min-width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
}

.esm-content .esm-spec .esm-spec-content-box {
    width: 48%;
    min-width: 467px;
    max-height: 500px;
    position: relative;
    margin: 0 auto;
}

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

.esm-content .esm-spec .esm-spec-table table th {
    font-size: 24px;
    color: white;
    width: 100%;
    background-color: var(--main-color);
    height: 50px;
    border-radius: 5px;
}

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

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

/* ARROW */

/* ARROWS S2 */
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2 .esm-height-s2 {
    font-size: 12px;
    position: absolute;
    transform: rotate(270deg);
    width: 50px;
    right: -12px;
    top: 45%;
    color: #535D62;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2 .esm-width-s2 {
    font-size: 12px;
    transform: rotate(90deg);
    position: absolute;
    width: 50px;
    right: -5px;
    top: 45%;
    color: #535D62;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2 .esm-depth-s2 {
    font-size: 12px;
    position: absolute;
    width: 50px;
    right: -45px;
    top: 35%;
    transform: rotate(-90deg);
    color: #535D62;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2 {
    min-width: 2px;
    width: 2px;
    height: 360px;
    background: turquoise;
    margin: 20px auto;
    position: absolute;
    right: 87%;
    top: 22px;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2 {
    min-width: 2px;
    width: 2px;
    height: 250px;
    background: turquoise;
    margin: 20px auto;
    position: absolute;
    transform: rotate(-80deg);
    bottom: -125px;
    right: 54%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2 {
    min-width: 2px;
    width: 2px;
    height: 70px;
    background: turquoise;
    margin: 20px auto;
    position: absolute;
    transform: rotate(23deg);
    bottom: -3px;
    right: 17%;
}

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

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

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

/* DIMENSIONS  */
.esm-content .esm-dimensions .esm-dimensions-mobile {
    display: none;
}

/*#endregion */

/*#region ESM MEDIA */
@media (max-width: 966px) {
    .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-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2 {
        min-width: 2px;
        width: 2px;
        height: 350px;
        background: turquoise;
        margin: 20px auto;
        position: absolute;
        right: 87%;
        top: 26px;
    }

    .esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2 {
        min-width: 2px;
        width: 2px;
        height: 240px;
        background: turquoise;
        margin: 20px auto;
        position: absolute;
        transform: rotate(-81deg);
        bottom: -120px;
        right: 55%;
    }

    .esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2 {
        min-width: 2px;
        width: 2px;
        height: 70px;
        background: turquoise;
        margin: 20px auto;
        position: absolute;
        transform: rotate(23deg);
        bottom: -5px;
        right: 17%;
    }
}

@media (max-width: 768px) {
    .esm-content .esm-baner .esm-baner-textbox {
        padding: 340px 40% 0px 5%;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
    }



    .esm-content .esm-spec .esm-spec-img {
        margin-bottom: 40px;
    }

    .esm-content .esm-icons .esm-icons-title {
        padding: 30px;
        text-align: center;
    }

    .esm-content .esm-machine .esm-machine-img-left,
    .esm-content .esm-machine .esm-machine-img-right {
        margin-bottom: 40px;
    }
}

@media (max-width: 625px) {
    .esm-content .esm-baner .esm-baner-logo {
        position: absolute;
        left: 5%;
        top: 0;
        width: 60%;
    }

    .esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
        font-size: clamp(26px, 3vw, 34px);
        font-weight: bold;
        line-height: 40px;
        color: white;
        background: #435057CC 80%;
        padding: 10px;
        word-wrap: break-word;
    }

    .esm-content .esm-baner .esm-baner-textbox .esm-text1 {
        font-size: clamp(14px, 1.6vw, 20px);
        color: white;
        background: #00B9AD;
        padding: 10px;
        word-wrap: break-word;
    }

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

    .esm-content .esm-icons .esm-iconbox {
        grid-auto-flow: unset;
        grid-auto-columns: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
        justify-content: center;
    }

    .esm-content .esm-icons .esm-iconbox .esm-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 25px;
    }

    .esm-content .esm-machine {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .esm-content .esm-display {
        position: relative;
        padding: 0px 0 15px;
        overflow: hidden;
    }

    .esm-content .esm-display .esm-display-bgc img {
        width: 100%;
    }

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

    .esm-content .esm-features .esm-featurebox .esm-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .esm-content .esm-features .esm-featurebox .esm-feature .esm-feature-textbox {
        padding: 30px 20px 25px 30px;
    }

    .esm-content .esm-dimensions {
        margin-top: 30px;
    }

    .esm-content .esm-dimensions .esm-dimensions-mobile {
        display: block;

    }

    .esm-content .esm-dimensions .esm-dimensions-img-desktop {
        display: none;
    }

    .esm-content .esm-single-feature .esm-single-feature-icon {
        position: absolute;
        width: 65px;
        height: 65px;
        bottom: 5%;
        right: 3%;
    }
}

@media (max-width: 576px) {
    .esm-content .esm-icons .esm-iconbox {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: start;
        justify-content: center;
    }
}

@media (max-width: 457px) {
    .esm-content .esm-spec {
        padding: 30px 5px 0 5px;
    }

    .esm-content .esm-spec .esm-spec-content-box {
        transform: scale(0.6);
        margin: 0;
    }

    .esm-content .esm-spec .esm-spec-table td {
        padding: 10px;
    }

    .esm-content .esm-spec .esm-spec-table {
        width: 100%;
        padding: 20px 0px;
    }
}

/*#endregion */