.blue-gradient-ar {
    background: #0F2067;
    background: -webkit-linear-gradient(bottom, #0F2067 50%, #2243A0 100%);
    background: -webkit-gradient(linear, top bottom, color-stop(50%, #0F2067), to(#2243A0));
    background: -webkit-linear-gradient(bottom top, #0F2067 50%, #2243A0 100%);
    background: -o-linear-gradient(bottom top, #0F2067 50%, #2243A0 100%);
    background: linear-gradient(bottom top, #0F2067 50%, #2243A0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F2067', endColorstr='#2243A0', GradientType=0)
}

.homepage-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: auto;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .homepage-banner .item {
        -webkit-transition: 0.8s ease-in-out;
        -o-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
        position: relative;
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        direction: ltr;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        height: 80vh;
        /* min-height:51rem; */
        overflow: hidden;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.2);
        border-bottom: 0
    }

    .homepage-banner .item .multi-panel__prompt {
        display: none
    }

    .homepage-banner .item .item-content p {
        width: 100%;
        font-size: 16px !important;
    }

    .homepage-banner .item .item-content p,
    .homepage-banner .item .item-content .cta {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0)
    }

    .homepage-banner .item .heading-animation {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    .homepage-banner .item:hover {
        -webkit-transition: 0.8s ease-in-out;
        -o-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
        -webkit-box-flex: 2.3;
        -webkit-flex: 2.3;
        -ms-flex: 2.3;
        flex: 2.3;
        display: block;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .homepage-banner .item:hover .heading-animation {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }

    .homepage-banner .item:hover .text-intro {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: translatez(0);
        -ms-transform: translatez(0);
        transform: translatez(0);
        display: block;
        opacity: 1;
        padding-bottom: 4rem
    }

    .homepage-banner .item:hover .text-intro p {
        margin: 0 0 1.8rem 0;
        font-size: 1.6rem;
        opacity: 1;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }

    .homepage-banner .item:hover .text-intro .cta {
        opacity: 1;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }

    .homepage-banner .item:hover .text-intro .cta span.icon.icon-Icon_chevron_right {
        padding: 0.64rem 0 0 1rem;
        font-size: 1rem;
        position: relative
    }

    .homepage-banner .item:hover .item-content {
        -webkit-transition: 0.8s ease-in-out;
        -o-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
        width: 100%;
        max-width: unset;
        position: absolute;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    .homepage-banner .item:hover .item-content .text-intro {
        opacity: 1
    }

    .homepage-banner .item:hover .item-content.box-gradient {
        background: #0f2067;
        background: -webkit-linear-gradient(left, #0f2067 10%, transparent 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0f2067), to(transparent));
        background: -o-linear-gradient(left, #0f2067 10%, transparent 100%);
        background: #00000073;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-blue', endColorstr='transparent', GradientType=1);
        padding: 0 4rem;
    }
}

@media (min-width: 1025px) {
    .item-content {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        z-index: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 4rem;
        max-width: 600px
    }

    .item-content.box-gradient {
        background: none;
        background: transparent;
        height: 280px;
    }

    .item-content .heading-animation,
    .item-content p {
        color: #fff
    }

    .item-content .heading-animation {

        font-size: 2.5rem;
        margin: 1.5rem 0;
        line-height: 1.2
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1024px) {
    .item-content .heading-animation {
        width: 600px;
        margin: 2rem auto 0 0;
        font-size: 2.5rem;
        line-height: 3rem
    }

    s
}

@media only screen and (min-width: 1025px) and (max-width: 767px) {
    .item-content .heading-animation {
        width: 100%
    }
}

@media (min-width: 1025px) {
    .item-content .text-intro {
        -webkit-transition: 0.8s ease-in-out;
        -o-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
        -webkit-transform: translatez(0);
        -ms-transform: translatez(0);
        transform: translatez(0);
        opacity: 0;
        margin-bottom: 40px;
        transition: 1s
    }

    .is--expanded {
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out
    }

    .is--expanded .text-intro {
        -webkit-transition: 0.8s ease-in-out;
        -o-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
        -webkit-transform: translatez(0);
        -ms-transform: translatez(0);
        transform: translatez(0);
        opacity: 1
    }

    .is--expanded .item-content {
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        width: 600px;
        max-width: unset;
        position: absolute
    }

    .is--expanded .item-content .text-intro {
        opacity: 1
    }
}

@media (min-width: 1025px) {
    .homepage-banner:hover .item {
        -webkit-transition: all ease 0.45s;
        -o-transition: all ease 0.45s;
        transition: all ease 0.45s;
        background-color: rgba(0, 0, 0, 0.6)
    }

    .homepage-banner:hover .item:hover {
        -webkit-transition: all ease 0.45s;
        -o-transition: all ease 0.45s;
        transition: all ease 0.45s;
        background-color: rgba(0, 0, 0, 0.3)
    }
}

.multi-panel__image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

@media only screen and (max-width: 1024px) {
    .homepage-banner {
        width: 100%;
        margin: 10px auto 0;
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .homepage-banner .item {
        -webkit-transition: 0.8s ease-in-out;
        -o-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
        height: auto;
        min-height: auto;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.35)
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) and (max-width: 768px) {
    .homepage-banner .item {
        height: 50vh
    }
}

@media only screen and (max-width: 1024px) {
    .homepage-banner .item .multi-panel__prompt {
        text-decoration: none;
        text-align: center;
        display: inline-block;
        z-index: 1;
        color: #fff;
        font-size: 0.8125rem;
        position: absolute;
        top: 1rem;
        right: 2rem;
        -webkit-transition: bottom ease-out 0.3s, opacity ease 0.3s;
        -o-transition: bottom ease-out 0.3s, opacity ease 0.3s;
        transition: bottom ease-out 0.3s, opacity ease 0.3s;
        opacity: 1;
        cursor: pointer;
        background: none;
        border: 0;
        padding: 1.25rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        outline: none
    }

    .homepage-banner .item .multi-panel__prompt:after {
        content: "\2573";
        display: inline-block;
        padding-left: 1.125rem;
        font-size: 16px;
        font-weight: normal;
        -webkit-transition: 0.45s ease-in-out;
        -o-transition: 0.45s ease-in-out;
        transition: 0.45s ease-in-out;
        -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg)
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .homepage-banner .item .multi-panel__prompt {
        top: 0;
        right: 0
    }
}

@media only screen and (max-width: 1024px) {
    .homepage-banner .item.is--expanded {
        height: auto;
        -ms-flex: 3.5;
        -webkit-box-flex: 3.5;
        -webkit-flex: 3.5;
        flex: 3.5;
        background: #0f2067;
        background: -webkit-linear-gradient(left, #0f2067 10%, transparent 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0f2067), to(transparent));
        background: -o-linear-gradient(left, #0f2067 10%, transparent 100%);
        background: linear-gradient(to right, #0f2067 10%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-blue', endColorstr='transparent', GradientType=1);
        cursor: default
    }

    .homepage-banner .item.is--expanded .multi-panel__prompt:after {
        -webkit-transform: rotate(-2520deg);
        -ms-transform: rotate(-2520deg);
        transform: rotate(-2520deg);
        opacity: 1;
        color: white
    }

    .homepage-banner .item.is--expanded .text-intro {
        display: block;
        opacity: 1;
        visibility: visible;
        max-height: 2000px
    }

    .heading-animation {
        width: 600px;
        margin: 0 auto 0 0;
        font-size: 2.5rem;
        line-height: 3rem;

        color: #fff
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .heading-animation {
        width: 75%;
        margin-top: 1rem
    }
}

@media only screen and (max-width: 1024px) {
    .item-content {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: relative;
        padding: 3.5rem 4.25rem;
        min-height: 25vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2)
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .item-content {
        padding: 3.5rem 1.25rem
    }
}

@media only screen and (max-width: 1024px) {
    .item-content .text-intro {
        display: none;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        position: relative;
        list-style: none;
        padding: 0.625rem;
        margin: 0;
        -webkit-transition: max-height 0.45s ease-out, opacity ease 0.2s 0.4s;
        -o-transition: max-height 0.45s ease-out, opacity ease 0.2s 0.4s;
        transition: max-height 0.45s ease-out, opacity ease 0.2s 0.4s
    }

    .item-content .text-intro p {
        color: #fff
    }

    .item-content .text-intro .cta.cta--ghost {
        width: 35%;
        margin: 0 auto 0 0
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .item-content .text-intro .cta.cta--ghost {
        width: 65%;
        margin-top: 1rem
    }
}


/* General button style */
.btn {
    border: none;
    outline: none;
    color: var(--contrast-color);
    background: var(--accent-color);
    padding: 8px 26px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
    
border: solid 1px var(--accent-color);
}
.btn:hover {
background: transparent;
border: solid 1px #fff;
color:#fff;
}


/* Icons */

.icon-cart:after {
    content: "\f061";
}

.icon-heart:after {
    content: "\f004";
}

.icon-info:after {
    content: "\f05a";
}

.icon-send:after {
    content: "\f1d8";
}