/* vas-landing-page */

/* ====== Hero ====== */
.iec_vas_hero {
    min-height: 10.660236rem;
    padding-top: 5.481082rem;
}

.iec_vas_content {
    padding-top: 1.957529rem;
}

/* ====== Hero overlay ====== */
.iec_vas_hero_title {
    margin: 0;
    color: #fcfcfd;
    font-family: var(--font-secondary);
    font-size: 0.939614rem;
    line-height: 110%;
    text-transform: uppercase;
}

/* ====== Intro ====== */
.iec_vas_landing .iec-primary-heading {
    font-size: 1.957529rem;
    line-height: 110%;
    margin-bottom: 0.783012rem;
}

.iec_vas_landing .wysiwyg-content p {
    font-weight: 400;
    font-size: 0.626409rem;
    line-height: 169%;
    margin-bottom: 0;
    max-width: 90%;
}

.iec_vas_landing .wysiwyg-content p:not(:last-child) {
    margin-bottom: 0.587259rem;
}

/* ====== Service cards ====== */
.iec_vas_card_wrap {
    min-height: 10.179153rem;
    margin-top: 0.783012rem;
}

.iec_vas_card {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc;
}

.iec_vas_card:after,
.iec_vas_card:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.iec_vas_card:before {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.59) 25%, hsla(0, 0%, 100%, 0) 82%);
}

.iec_vas_card:after {
    background-image: linear-gradient(90deg, #fff 12%, hsla(0, 0%, 100%, 0) 79%);
}

.iec_vas_card_content {
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 0 0.783012rem 1.096216rem 1.096216rem;
}

.iec_vas_card_content h2 {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 700;
    font-size: 0.939614rem;
    line-height: 120%;
    letter-spacing: 0.019575rem;
    margin-bottom: 0.391506rem;
    color: #1b204c;
    text-align: left;
    text-transform: uppercase;
    padding-right: 1.174518rem;
    background-image: url(../../img/blue-line-arrow-right.svg);
    background-size: 0.783012rem;
    background-repeat: no-repeat;
    background-position: right top 0.156602rem;
    transition: all 0.25s ease;
    max-width: max-content;
}

.iec_vas_card_content p {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    font-size: 0.626409rem;
    line-height: 138%;
    color: #1b204c;
    margin: 0;
    max-width: 15.855988rem;
}

.iec_vas_card:hover:after,
.iec_vas_card:hover:before {
    opacity: 0.8;
}

.iec_vas_card:hover .iec_vas_card_content h2 {
    padding-right: 1.566024rem;
}
