.hero_module {
    position: relative;
    background: var(--soltech-color--bright-beige);
    color: var(--soltech-color--violet);
}

.hero_module.image {
    color: var(--soltech-color--bright-beige);
}

.hero_module.video {
    color: var(--soltech-color--bright-beige);
}

.hero_module.video .module_title, .hero_module.image .module_title {
    color: var(--soltech-color--bright-beige);
}

.hero_module.left {
    text-align: left;
}

.hero_module.center {
    text-align: center;
}

.hero_module.light_beige {
    background: var(--soltech-color--light-beige);
    color: var(--soltech-color--violet);
}

.hero_module.pink_purple {
    background: linear-gradient(31.21deg, var(--soltech-color--raspberry) 0%, var(--soltech-color--violet) 100%);
    color: var(--soltech-color--bright-beige);
}

.hero_module.violet {
    background: var(--soltech-color--violet);
    color: var(--soltech-color--bright-beige);
}

.hero_module.purple {
    background: var(--soltech-color--purple);
    color: var(--soltech-color--bright-beige);
}

.hero_module.orange {
    background: linear-gradient(225deg, var(--soltech-color--ivory) 0%, var(--soltech-color--orange) 100%);
    color: var(--soltech-color--violet);
}

.hero_module .hero_wrap {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 150px 0 150px;
}

.hero_module.only-title.top .hero_wrap {
    padding: 30px 0 270px;
}

.hero_module.only-title.middle .hero_wrap {
    padding: 150px 0;
}

.hero_module.only-title.bottom .hero_wrap {
    padding: 270px 0 30px;
}

.hero_module .hero_wrap.small {
    padding: calc(var(--margin-top) * 2) 0 calc(var(--margin-top) * 2);
}

.hero_module.video_bg .container-disabled:first-child .hero_module .hero_wrap {
    padding-top: calc(150px + var(--header-height));
}

.hero_module.video_bg .container-disabled:first-child .hero_module .hero_wrap.small {
    padding-top: calc(122px + var(--header-height));
}

.hero_module.video_bg {
    min-height: calc(100vh - var(--header-height));
}

.hero_module.video_bg.content-height {
    min-height: unset;
}

.hero_module.image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero_module .bg_dark,
.hero_module .bgd_violet_gradient,
.hero_module .bgd_pink_purple,
.hero_module .bgd_light_beige,
.hero_module .bgd_orange,
.hero_module .bgd_violet,
.hero_module .bgd_purple {
    color: #fff;
}

.hero_module .bg_dark:before,
.hero_module .bgd_violet_gradient:before,
.hero_module .bgd_pink_purple:before,
.hero_module .bgd_light_beige:before,
.hero_module .bgd_orange:before,
.hero_module .bgd_violet:before,
.hero_module .bgd_purple:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero_module .bg_dark:before {
    background: rgba(0, 0, 0, 0.5);
}

.hero_module .bgd_violet_gradient:before {
    background: linear-gradient(45deg, rgba(160, 0, 96, 0) 0%, #2D1460 100%, #2D1460 100%);
}

.hero_module .bgd_pink_purple:before {
    background: linear-gradient(31.21deg, var(--soltech-color--raspberry) 0%, var(--soltech-color--violet) 100%);
    opacity: 0.5;
}

.hero_module .bgd_light_beige:before {
    background: var(--soltech-color--light-beige);
    opacity: 0.5;
}

.hero_module .bgd_orange:before {
    background: linear-gradient(225deg, var(--soltech-color--ivory) 0%, var(--soltech-color--orange) 100%);
    opacity: 0.5;
}

.hero_module .bgd_violet:before {
    background: var(--soltech-color--violet);
    opacity: 0.5;
}

.hero_module .bgd_purple:before {
    background: var(--soltech-color--purple);
    opacity: 0.5;
}

.hero_module .video_wrapper {
    position: absolute;
    background: linear-gradient(31.21deg, var(--soltech-color--raspberry) 0%, var(--soltech-color--violet) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.hero_module .video_wrapper .wp-video {
    height: 100% !important;
    width: auto !important;
}

.hero_module .video_wrapper .mejs-container {
    width: auto !important;
    height: 100% !important;
}

.hero_module .video_wrapper video.wp-video-shortcode {
    min-height: 100% !important;
    min-width: 100% !important;
    width: auto !important;
    max-width: unset;
}

.hero_module .video_wrapper .mejs-controls {
    opacity: 0 !important;
    display: none;
}

.hero_module .video_wrapper .mejs-overlay-button {
    opacity: 0 !important;
}

.hero_module ul.breadcrumbs {
    position: absolute;
    background: rgba(45, 20, 96, 0.9);
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 1px;
    list-style: none;
    padding: 0 7px;
    margin: 10px;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.hero_module .breadcrumbs li {
    display: inline;
}

.hero_module .breadcrumbs li.separator {
    padding: 5px;
    letter-spacing: 0;
}

.hero_module .breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}

.hero_module iframe {
    position: absolute;
    border: 0;
    width: 350vh;
    min-width: 100%;
    height: 100%;
    min-height: 56.25vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* @supports (aspect-ratio: 16 / 9) {
    .hero_module iframe {
        width: auto;
        aspect-ratio: 16 / 9;
    }
} */

.hero_module .hero_inner {
    position: relative;
    max-width: 828px;
    margin: 0 auto;
    z-index: 1;
}

.hero_module.left .hero_inner {
    max-width: 100%;
}

.hero_module .hero_text {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
}

.hero_module .module_title {
    margin-bottom: 0;
}

.hero_module .module_title ~ .hero_text {
    padding-top: 30px;
}

.hero_module .hero_text p {
    margin: 0;
}

.hero_module .hero_buttons_text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 42px;
}

.hero_module .hero_buttons_text .line {
    background: rgba(255, 255, 255, 50%);
    flex: 1;
    height: 1px;
}

.hero_module .hero_buttons_text .text {
    padding: 0 45px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e5e1eb;
}

.hero_module .hero_buttons {
    padding-top: 48px;
}

.hero_module .hero_buttons .btn {
    margin-right: 20px;
}

.hero_module .hero_buttons .btn:hover .btn_title {
    color: inherit !important;
}

.hero_module .hero_buttons .btn:last-child {
    margin-right: 0;
}

.hero_module .animation-container {
    display: inline-block;
}

.hero_module .icon_btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    margin: 17px;
    width: 200px;
    height: 200px;
    transition: background-color ease-in-out 0.2s;
}

.hero_module .icon_btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero_module .icon_btn .btn_icon {
    height: 64px;
}

.hero_module .icon_btn .btn_icon img {
    height: 64px;
}

.hero_module .icon_btn .btn_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #fff;
    padding-top: 15px;
}

.hero_module .icon_btn svg {
    padding-top: 5px;
    color: #fff;
}

.hero_module .animation-container.aos-init:not(.aos-animate) {
    visibility: hidden;
}

@media (max-width: 1399px) {
    .hero_module.video_bg {
        min-height: calc(100vh - var(--header-height-small));
    }

    .hero_module.video_bg.content-height {
        min-height: unset;
    }
}

@media (max-width: 768px) {
    .hero_module .hero_wrap {
        padding: 122px 0;
    }

    .hero_module.video_bg .container-disabled:first-child .hero_module .hero_wrap {
        padding-top: var(--header-height);
    }

    .hero_module .hero_text {
        font-size: 18px;
    }

    .hero_module .module_title ~ .hero_module .hero_text {
        padding-top: var(--margin-top);
    }

    .hero_module .hero_buttons_text .line {
        display: none;
    }

    .hero_module .hero_buttons_text .text {
        padding: 0;
    }

    .hero_module .hero_buttons {
        padding-top: 36px;
    }

    .hero_module .module_title {
        font-size: 2.2rem;
    }

    .hero_module .hero_buttons.hero_buttons-rectangular {
        width: 100%;
    }

    .hero_module .hero_buttons.hero_buttons-rectangular > * {
        width: 100%;
    }

    .hero_module .hero_buttons.hero_buttons-rectangular a {
        width: 100%;
        border-radius: 6px;
        height: auto;
        flex-direction: row;
        padding: 6px 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .hero_module .hero_buttons.hero_buttons-rectangular a .btn_title {
        padding-top: 0;
        flex: 1;
        text-align: left;
        margin-left: 12px;
    }

    .hero_module .hero_buttons.hero_buttons-rectangular a .btn_icon {
        height: 48px;
    }

    .hero_module .hero_buttons.hero_buttons-rectangular a svg {
        padding: 0;
    }
}

@media (max-width: 576px) {
    body.home .hero_module iframe {
        width: 350vh;
    }
}
