﻿/*hero-widget all views*/
    .hero-widget-container {
        background-color: var(--charcoal-gray);
    }
    .hero-widget-container.overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .hero-widget-container .hero-widget-background {
        height: 100%;
        left: 0;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .hero-widget-container:not(.simple-centered-bottom) h1 {
        font-size: 38px;
        margin: 0;
        line-height:1;
    }
    .hero-widget-container .hero-widget-text, .hero-widget-container .hero-widget-text * {
        color: #FFF;
        font-size: 18px;
        margin: 0;
    }
    .hero-widget-container .hero-widget-cta {
        align-items: center;
        background: var(--VIVID-VIOLET, #8A2BE2);
        border-radius: 50px;
        border-width: 0;
        color: #FFF;
        display: flex;
        font-size: 14px;
        justify-content: center;
        max-width: 100%;
        border: 2px solid transparent;
        font-weight: bold;
        -webkit-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
        padding: 20px 35px;
    }
    .hero-widget-container .hero-widget-cta:hover {
        border-color: #FFF;
        text-decoration: none;
    }
    .hero-widget-container .hero-widget-cta.sm-btn-secondary {
        background: var(--CHARCOAL-GRAY, #242422);
    }
    @media screen and ( min-width: 400px ) {
        .hero-widget-container:not(.simple-centered-bottom) h1 {
            font-size:44px;
        }
    }
    @media screen and ( min-width: 992px ) {
        .hero-widget-container:not(.simple-centered-bottom) h1 {
            letter-spacing: -4.5px;
            line-height:1.5;
        }
        .hero-widget-container .hero-widget-cta {
            font-size: 18px;
        }
        .hero-widget-container .hero-widget-text, .hero-widget-container .hero-widget-text * {
            line-height: 1.7;
            font-size: 20px;
        }
    }
/*  Simple-hero */
    .hero-widget-container.hero-simple {
        background: #fff;
    }
    .hero-widget-container.hero-simple .hero-simple-text {
        justify-content: center;
        gap: 1.5rem;
    }
    .hero-widget-container.hero-simple .hero-simple-text h1 {
        font-family: Manrope, Arial, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -2px;
        text-align: center;
    }
    .hero-widget-container.hero-simple .hero-simple-text p {
        color: var(--charcoal-gray, #242422);
        font-size: 1rem;
        font-family: Archivo, Arial, sans-serif;
        font-weight: 300;
        line-height: 1.7;
    }
    .hero-widget-container.hero-simple .hero-simple-image-wrap {
        border-radius: 1rem;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .hero-widget-container.hero-simple .hero-simple-bg-image {
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hero-widget-container.hero-simple .hero-simple-image-wrap-mobile {
        width: 100%;
    }
    .hero-widget-container.hero-simple .hero-simple-bg-image-mobile {
        border-radius: 15px;
        width: 100%;
    }
    .hero-widget-container.hero-simple .hero-widget-cta {
        width: 100%;
        text-align: center;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .hero-widget-container.hero-simple .hero-widget-cta-wrapper {
        width: 100%;
    }
    @media screen and ( min-width: 992px ) {
        .hero-widget-container.hero-simple .hero-simple-text h1 {
            font-size: 52px;
            line-height: 1.2;
            text-align: left;
        }
        .hero-widget-container.hero-simple .hero-simple-text p {
            font-size: 16px;
        }
        .hero-widget-container.hero-simple .hero-widget-cta {
            width: auto;
        }
        .hero-widget-container.hero-simple .hero-widget-cta-wrapper {
            width: 100%;
        }
     }
    @media screen and ( min-width: 1200px ) {
        .hero-widget-container.hero-simple .hero-simple-text {
            width: 40%;
        }
        .hero-widget-container.hero-simple .hero-simple-image-wrap {
            width: 714px;
            height: 537px;
        }
    }
/*  simple-centered-bottom hero  */
    .hero-widget-container.simple-centered-bottom {
        background-color:transparent !important;
        padding:var(--space-md) var(--space-mini) 0;
    }
    .hero-widget-container.simple-centered-bottom .hero-widget-container-inner {
        max-height:65vh;
        border-radius:15px;
        aspect-ratio:1/1;
        overflow:hidden;
    }
    @media screen and (min-width: 768px) {
        .hero-widget-container.simple-centered-bottom {
            padding:var(--space-xxl) var(--space-sm) 0;
        }
        .hero-widget-container.simple-centered-bottom .hero-widget-container-inner:before {
            background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
            z-index:1;
        }
        .hero-widget-container.simple-centered-bottom .hero-widget-container-inner {
            aspect-ratio:16/9;
        }
    }
/*  full-width-left-hero  */
    .hero-widget-container.full-width-left {
        min-height: 400px;
        height: 100vh;
        padding: 0 var(--space-xs) var(--space-xm);
    }
    .hero-widget-container.full-width-left.overlay::before {
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.08%, rgba(0, 0, 0, 0.80) 93.56%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.63%, rgba(0, 0, 0, 0.80) 73.21%);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.08%, rgba(0, 0, 0, 0.80) 93.56%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.63%, rgba(0, 0, 0, 0.80) 73.21%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.08%, rgba(0, 0, 0, 0.80) 93.56%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.63%, rgba(0, 0, 0, 0.80) 73.21%);
    }
    .hero-widget-container.full-width-left .hero-widget-content {
        align-items: flex-start;
        width: 100%;
        max-width:700px;
        padding-top:150px;
    }
    .hero-widget-container.full-width-left h1 {
        color: #FFF;
        text-shadow:0 0 16px rgba(0,0,0,0.5);
    }
    .hero-widget-container.full-width-left .hero-widget-cta {
        width: 100%;
        text-align: center;
        padding-inline:var(--space-lg);
    }
    .hero-widget-container.full-width-left .hero-widget-cta-wrapper {
        width: 100%;
    }
    @media screen and ( min-width: 576px ) {
        .hero-widget-container.full-width-left .hero-widget-cta {
            width:auto;
        }
    }
    @media screen and ( min-width: 768px ) {
        .hero-widget-container.full-width-left {
            padding:0 var(--space-sm) var(--space-lg);
        }
        .hero-widget-container.full-width-left h1 {
            text-shadow:none;
        }
    }
    @media screen and ( min-width: 992px ) {
        .hero-widget-container.full-width-left {
            min-height: 780px;
        }
        .hero-widget-container.full-width-left h1 {
            font-size: 90px;
            line-height: 84px;
        }
        .hero-widget-container.full-width-left.overlay::before {
            background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.28%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(270deg, rgba(36, 36, 34, 0.00) 39.53%, rgba(0, 0, 0, 0.50) 87.91%);
            background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.28%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(270deg, rgba(36, 36, 34, 0.00) 39.53%, rgba(0, 0, 0, 0.50) 87.91%);
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.28%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(270deg, rgba(36, 36, 34, 0.00) 39.53%, rgba(0, 0, 0, 0.50) 87.91%);
        }
        .hero-widget-container.full-width-left .hero-widget-cta {
            min-width: 250px;
            width:auto;
        }
    }
@media screen and ( min-width: 1200px ) {
        .hero-widget-container.full-width-left {
            padding: 0 var(--space-sm) 150px 150px;
        }
}
/*  full-width-center-hero */
    .hero-widget-container.full-width-center {
        text-align: center;
        padding:5rem 2rem;
    }
    .hero-widget-container.full-width-center.overlay::before {
        background: -webkit-radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
        background: -moz-radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
        background: radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
    }
    .hero-widget-container.full-width-center h1 {
        color: #FFF;
    }
    @media screen and ( min-width: 992px ) {
        .hero-widget-container.full-width-center {
            aspect-ratio: 2.35 / 1;
            border-radius: 15px;
            margin: 50px auto;
            overflow: hidden;
            width: calc(100% - 100px);
            text-align: center;
        }
        .hero-widget-container.full-width-center .hero-widget-text {
            width: 700px;
        }
        .hero-widget-container.full-width-center .hero-widget-cta {
            min-width: 250px;
        }
    }