section.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.hero:not(.hero-split) {
    /*aspect-ratio: 1366 / 380;*/
    aspect-ratio: 16 / 4;
}
section.hero.hero-page {
    /*height: 250px;*/
}
section.hero,
section.hero a {
    color: #fff;
}
section.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /*background: transparent linear-gradient(180deg, #002142f5 0%, #00214265 49%, #002142 100%) 0% 0% no-repeat padding-box;*/
    pointer-events: none;
}
/*section.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00214200 70%, #002142 100%) 0% 0% no-repeat padding-box;
    pointer-events: none;
}*/
.hero-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    text-align: center;
}
.hero-content.hero-content2 {
    width: 100%;
    height: 100%;
    text-align: left;
}
.hero-content .hero-title {
    font-family: Raleway, sans-serif;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 0 5px #00000066;
}
.hero-content .hero-subtitle {
    max-width: 780px;
    line-height: 1.2;
    text-shadow: 0 0 15px #000000ff;
}
.hero-content .section-title {
    max-width: 1024px;
    line-height: 1.2;
}
.hero-content .hero-cta {
    display: inline-flex;
    margin-top: 20px;
    padding: 16px 44px;
    background: var(--mgh-color-1);
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.hero-content .hero-cta:hover {
    border-color: var(--mgh-color-1);
}
.hero-content header .section-title:not(.noline):after {
    left: 50%;
    width: 30%;
    transform: translateX(-50%);
}
.hero-split .hero-content header .section-title:not(.noline):after {
    transform: none;
}
#section-hero.hero-split .col-pic{
    overflow: hidden;
}
#section-hero.hero-split .hero-background:before,
#section-hero.hero-split .hero-background:after,
#section-hero.hero-split .hero-background span {
    content: '';
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
#section-hero.hero-split .hero-background:after {
    opacity: .6;
    left: 30px;
    width: 60px;
}
#section-hero.hero-split .hero-background span {
    opacity: .3;
    left: 90px;
    width: 90px;
}
section.hero header.hgroup .section-subtitle {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    section.hero {
        height: auto;
        min-height: 200px;
        margin-top: 70px;
    }
    section.hero:not(.hero-split) {
        aspect-ratio: auto;
    }
    #section-hero.hero-split .hero-background:after {
        display: none;
    }
    #section-hero.hero-split .hero-background:before,
    #section-hero.hero-split .hero-background:after,
    #section-hero.hero-split .hero-background span {
        opacity: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    .hero-content {
        max-width: 400px;
    }
    .hero-split .hero-content {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    section.hero.hero-split header .section-title:after {
        width: 100% !important;
    }
    .hero-content .hero-title,
    .hero-content .hero-subtitle {
        padding: 0 16px;
    }
    .hero-content .hero-title {
        font-size: 30px;
        line-height: 1.1;
    }
    .hero-content .hero-subtitle {
        font-size: 18px;
    }
    .hero-content .hero-cta {
        padding: 8px 20px;
        font-size: 15px;
    }
    #section-hero header .section-title {
        margin: 0 20px;
    }
}
@media (min-width: 768px) {
    #section-hero {
        margin-top: 102px;
    }
    section.hero:not(.hero-split) .hero-content {
        max-width: 700px;
    }
    .hero-content .hero-title {
        font-size: 45px;
    }
    .hero-content .hero-subtitle {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    #section-hero {
        margin-top: 100px;
    }
    .hero-content {
        max-width: 100%;
    }
    .hero-content .hero-title {
        max-width: 900px;
        font-size: 45px;
    }
    .hero-content .hero-subtitle {
        font-size: 24px;
    }
}
@media (min-width: 1300px) {
    .hero-content .hero-title {
        max-width: 100%;
        font-size: 50px;
    }
    .hero-content2 .hero-title {
        font-size: 48px;
    }
}