.clienti-dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(12px + .25vw);
    line-height: 1.3;
font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color:#f6f4f4;
}

.clienti-dashboard *, .clienti-dashboard *:before, .clienti-dashboard *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clienti-dashboard a {
    font-weight: bold;
    color: #14214E;
}

.clienti-dashboard a:focus, .clienti-dashboard a:hover {
    color: #2152a3;
    text-decoration: none;
}

.clienti-dashboard__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.clienti-dashboard__row:first-child {
    padding-top: 0;
}

.clienti-dashboard__row:last-child {
    padding-bottom: 0;
}

.clienti-dashboard__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}

.clienti-dashboard__col--bg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.clienti-dashboard__col--bg:before {
    content: "";
    display: block;
    padding-top: 45%;
}

.clienti-dashboard__col--text {
    -webkit-box-flex: .75;
    -ms-flex: .75;
    flex: .75;
    margin: 0 0 0 20px;
    padding: 60px 30px;
}

.clienti-dashboard__col--extra {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 60px 30px;
}

.clienti-dashboard__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.clienti-dashboard__text-row {
    padding: 20px 0;
}

.clienti-dashboard__text-row:first-child {
    padding-top: 0;
}

.clienti-dashboard__text-row:last-child {
    padding-bottom: 0;
}

.clienti-dashboard__logo {
    height: 37px;
    width: 185px;
}

.clienti-dashboard__desc {
    margin: 0;
    padding: 0;
}

.clienti-dashboard__cta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clienti-dashboard__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 20px;
}

.clienti-dashboard__cta-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #14214E;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.clienti-dashboard__cta-icon {
    max-width: 35%;
    max-height: 35%;
}

.clienti-dashboard__cta-link-wrap {
    margin-left: 10px;
}

.clienti-dashboard__cta-link {
}

.clienti-dashboard__extra-col {
}

.clienti-dashboard__extra-col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    margin: 0 30px 0 0;
}

.clienti-dashboard__extra-col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 70%;
}

.clienti-dashboard__extra-icon {
    width: 75%;
    max-height: 100%;
}

.clienti-dashboard__extra-headline {
    margin: 0;
    padding: 0;
    font-size: calc(16px + .25vw);
    font-weight: bold;
}

.clienti-dashboard__extra-desc {
    margin: 0;
    padding: 10px 0;
}

.clienti-dashboard__extra-link {
    margin-top: 10px;
}

@media (max-width: 768px) {

    .clienti-dashboard__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .clienti-dashboard__col--extra {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .clienti-dashboard__extra-col:first-child {
        margin: 0 0 30px;
    }

    .clienti-dashboard__extra-col:last-child {
        max-width: none;
    }

    .clienti-dashboard__cta-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .clienti-dashboard__col,
    .clienti-dashboard__col {
        width: 100%;
    }

    .clienti-dashboard__col--text {
        margin: 20px 0 0;
        padding: 40px 20px;
    }

    .clienti-dashboard__text {
    }

    .clienti-dashboard__text-row {
        padding: 15px 0;
    }

    .clienti-dashboard__logo {
        height: 28px;
        width: 145px;
    }

}