﻿.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.esm-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0
}

img {
    width: 100%;
}

.esm-content {
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #5a6870;
    margin: 0 auto;
    border: 0;
    max-width: 1200px;
}

.esm-content .esm-row,
.esm-content .esm-row-reverse {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}

.esm-content .esm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}

.esm-content .esm-benefit {
    padding: 15px 0;
}

.esm-content .esm-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.esm-content .esm-benefit-section {
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0 10px;
    width: 50%;
}

.esm-content .esm-benefit-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -o-object-fit: cover;
       object-fit: cover;
}

.topper img {
    padding: 10px;
}

.esm-content .esm-benefit-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
    min-height: 50px;
    padding: 0% 7%;
    -webkit-box-align: center;
            align-items: center;
}

.esm-content .esm-benefit-header>div:not(:last-child) {
    margin-right: 10px;
}

.esm-content .esm-benefit-icon {
    min-width: 80px;
    width: 17.224%;
}

.esm-content .esm-title-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    width: 88%;
}

.esm-content .esm-title-section>div:not(:last-child) {
    margin-bottom: 4px;
}

.esm-content .esm-title {
    font-size: 1.125em;
    line-height: 1;
    color: #00B9AD;
    font-weight: 600;
}

.esm-subtitle {
    color: #4C5C65;
    font-size: 0.875rem;
}

.esm-content .esm-description {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.625em;
    color: #595959;
    padding: 0% 7%;
}

.topper {
    margin-top: 84px;
    margin-bottom: 60px;
}

.topper .items {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.topper .items .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    width: 240px;
}

.topper .items .item img {
    padding: 0;
    max-width: 80px;
    height: auto;
}

.topper .items .item .item-heading {
    margin-top: 10px;
    font-size: 1.125em;
    line-height: 1;
    color: #00B9AD;
    font-weight: 600;
    text-align: center;
}

.topper .items .item .item-text {
    font-size: 0.875rem;
    line-height: 1.3;
    color: #595959;
    text-align: center;
}

@media only screen and (max-width: 1360px) {
    .esm-content .esm-title br {
        display: none;
    }
}

@media only screen and (max-width: 1099px) {
    .esm-content {
        max-width: 724px;

    }

    .esm-content .esm-title {
        font-size: 1.2em;
        line-height: 1.2;
    }

    .esm-content .esm-description {
        font-size: .875rem;
        line-height: 1.4375rem;
    }

    .esm-subtitle {
        font-size: 1em;
    }

    .esm-content .esm-benefit-image img {
        max-width: 340px;
    }
}

@media only screen and (max-width: 767px) {
    .esm-content {
        max-width: 480px;
    }

    .esm-content .esm-benefit-image img {
        max-width: 450px;
        max-height: unset;
    }

    .esm-content .esm-row,
    .esm-content .esm-row-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .esm-content .esm-row>div:not(:last-child),
    .esm-content .esm-row-reverse>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .esm-content .esm-benefit-section {
        width: 100%;
    }

    .esm-content .esm-benefit {
        padding: 30px 0;
    }
}