﻿/* IMAGE HERO AND GRID BANNER */

/* Image Content Hero */
/*BASE LINE*/
.image-content-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 440px;
}

@media screen and (max-width:1225.34px) {
    .image-content-hero {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 440px;
    }
}

@media screen and (max-width:1024px) {
    .image-content-hero {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 440px;
    }
}

@media screen and (max-width: 768px) {
    .image-content-hero {
        background-image: unset;
    }
}

.image-content-hero-dark-blue {
    background-color: #002C55;
}

    .image-content-hero-dark-blue .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-dark-blue.png");
        background-color: #002C55;
        color: #F4EDDC;
    }

.image-content-hero-green {
    background-color: #5BBA7C;
}

    .image-content-hero-green .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-green.png");
        background-color: #5BBA7C;
        color: #000;
    }

.image-content-hero-purple {
    background-color: #3e417f;
}

    .image-content-hero-purple .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-purple.png");
        background-color: #3e417f;
        color: #fbf7ef;
    }

.image-content-hero-blue {
    background-color: #2377BA;
}

    .image-content-hero-blue .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-light-blue.png");
        background-color: #2377BA;
        color: #fff;
    }

@media screen and (max-width:1024px) {

    .image-content-hero-dark-blue .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-dark-blue-tablet.png");
    }

    .image-content-hero-green .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-green-tablet.png");
    }

    .image-content-hero-purple .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-purple-tablet.png");
    }

    .image-content-hero-blue .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-light-blue-tablet.png");
    }
}

@media screen and (max-width: 768px) {

    .image-content-hero-dark-blue .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-dark-blue-mobile.png");
    }

    .image-content-hero-green .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-green-mobile.png");
    }

    .image-content-hero-purple .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-purple-mobile.png");
    }

    .image-content-hero-blue .image-content-hero__content {
        background-image: url("../gfx/image-hero-background/image-hero-light-blue-mobile.png");
    }
}

.image-content-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0% 13.2%;
    background-repeat: no-repeat;
    background-position: bottom -45px left 0px;
    background-size: contain;
    /* margin-top: 53px; */
}

@media screen and (max-width:1225.34px) {
    .image-content-hero__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0% 13.2%;
        background-repeat: no-repeat;
        background-size: contain;
        /* margin-top: -53px; */
        background-position: bottom -45px left 0px;
    }
}

@media screen and (max-width:1024px) {

    .image-content-hero__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 13.2%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        /* margin-top: 53px; */
    }
}

@media screen and (max-width: 768px) {

    .mobile-reverse .image-content-hero,
    .image-content-hero {
        grid-template-columns: 1fr;
        height: fit-content;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }

    .mobile-reverse .image-content-hero__content,
    .image-content-hero__content {
        padding: 120px 20px 100px;
        min-height: 540px;
        text-align: center;
        background-position: bottom;
        margin-top: 0px;
    }
}

/* Image Content Hero Styles */
.image-content-hero__subtitle {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
}

@media screen and (max-width:1531.67px) {

    /* Adjusted Styles */
    .image-content-hero__subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width:1316.48px) {
    .image-content-hero__subtitle {
        font-size: 15px;
    }
}

@media screen and (max-width:1225.34px) {
    .image-content-hero__subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .image-content-hero__subtitle {
        font-size: 14px;
    }
}

.autogear .image-content-hero__title {
    line-height: 1.3;
}

.image-content-hero__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 22px;
    word-break: break-word;
}

@media screen and (max-width:1531.67px) {
    .image-content-hero__title {
        font-size: 32px;
    }
}

@media screen and (max-width:1316.48px) {

    .image-content-hero__title {
        font-size: 33px;
    }
}

@media screen and (max-width:1225.34px) {
    .image-content-hero__title {
        font-size: 34px;
    }
}

@media screen and (max-width:1024px) {
    .image-content-hero__title {
        font-size: 34px;
    }
}

.image-content-hero__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 17px;
}

@media screen and (max-width:1531.67px) {

    .image-content-hero__description {
        font-size: 16px;
    }
}

@media screen and (max-width:1316.48px) {

    .image-content-hero__description {
        font-size: 17px;
    }
}

@media screen and (max-width:1225.34px) {

    .image-content-hero__description {
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .image-content-hero__description {
        font-size: 18px;
    }
}

.image-content-hero__image {
    height: 100%;
}

    .image-content-hero__image img {
        width: 100%;
        height: 100%;
        max-height: 440px;
         -o-object-fit: cover;
        object-fit: cover;
    }

/*@media screen and (max-width:1531.67px) {
    .image-content-hero__image img {
        max-height: 440px;
    }
}

@media screen and (max-width:1316.48px) {

    .image-content-hero__image img {
        max-height: 440px;
    }
}

@media screen and (max-width:1225.34px) {

    .image-content-hero__image img {
        max-height: 440px;
    }
}

@media screen and (max-width:1024px) {

    .image-content-hero__image img {
        max-height: 440px;
    }
}*/

@media screen and (max-width: 768px) {
    .image-content-hero__image {
        margin: -50px 20px 50px;
    }

        .image-content-hero__image img {
            box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
        }
}

.image-content-hero__link {
    display: flex;
    align-items: center;
    color: currentColor;
    text-decoration: none;
    line-height: 1.2;
    width: max-content;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {

    .image-content-hero__link {
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .image-content-hero__link {
        font-size: 18px;
        line-height: 28px;
    }
}

.image-link-container .image-content-hero__link {
    padding-left: 0px;
}

.image-link-container > *,
.material-symbols-outlined {
    font-size: 16px;
}

@media screen and (max-width:1531.67px) {

    .image-link-container > *,
    .material-symbols-outlined {
        font-size: 16px;
    }
}

@media screen and (max-width:1316.48px) {

    .image-link-container > *,
    .material-symbols-outlined {
        font-size: 17px;
    }
}

@media screen and (max-width:1225.34px) {

    .image-link-container > *,
    .material-symbols-outlined {
        font-size: 18px;
    }
}

.image-content-hero__link:hover {
    color: currentColor;
    column-gap: 8px;
}

.image-content-hero__link .material-symbols-outlined {
    margin-left: 0.5em;
}

/*BASE LINE END*/
