/* .section-index-video-hero-wrapper {
    position: relative;
}
.hero-video--overlay {
    display: none;
}
.hero-video--button {
    margin-top: 24px;
}
.video-hero-type-youtube .hero-video--overlay {
    height: 100%;
    width: 100%;
    background-color: var(--background-color);
    display: block;
    position: absolute;
    z-index: 1;
}
.hero-video {
    padding: 0 !important;
} */
@media screen and (min-width: 768px) {
    /* .hero-video.desktop-height-450 {
        height: 450px;
    }
    .hero-video.desktop-height-550 {
        height: 550px;
    }
    .hero-video.desktop-height-650 {
        height: 650px;
    }
    .hero-video.desktop-height-750 {
        height: 750px;
    }
    .hero-video.desktop-height-fullscreen {
        height: 100vh;
    } */
}
@media screen and (max-width: 768px) {
    /* .hero-video.mobile-height-250 {
        height: 250px;
    }
    .hero-video.mobile-height-350 {
        height: 350px;
    }
    .hero-video.mobile-height-450 {
        height: 450px;
    }
    .hero-video.mobile-height-550 {
        height: 550px;
    }
    .hero-video.mobile-height-fullscreen {
        height: 100vh;
    }
    .hero-video.mobile-height-fit .hero-video--media {
        position: relative;
    }
    .hero-video.mobile-height-fit .hero-video--media iframe,
    .hero-video.mobile-height-fit .hero-video--media video {
        height: 100% !important;
        width: 100% !important;
    }
    .hero-video.mobile-height-fit .hero-video--media .plyr {
        position: unset;
    }
    .hero-video.mobile-height-fit .hero-video--media .video-hero-vimeo,
    .hero-video.mobile-height-fit .hero-video--media .video-hero-youtube {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    .hero-video.mobile-height-fit .hero-video--media .video-hero-vimeo iframe,
    .hero-video.mobile-height-fit .hero-video--media .video-hero-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } */
}
/* .hero-video .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none !important;
}
.hero-video--text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.text-content--inner {
    width: 65%;
    padding: 40px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .text-content--inner {
        width: 100%;
        padding: 24px;
    }
}
.text-content--inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0, rgba(0, 212, 255, 0) 32%);
    margin: -150px -250px;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}
.hero-video--text-content {
    display: flex;
    width: inherit;
    word-break: break-word;
}
.hero-video--text-content .text-size-12px {
    font-size: 12px;
}
.hero-video--text-content .text-size-14px {
    font-size: 14px;
}
.hero-video--text-content .text-size-16px {
    font-size: 16px;
}
.hero-video--text-content .text-size-18px {
    font-size: 18px;
}
.hero-video--text-content .text-size-20px {
    font-size: 20px;
}
.hero-video--text-content .text-size-22px {
    font-size: 22px;
}
.hero-video--text-content .text-size-24px {
    font-size: 24px;
}
.hero-video--text-content .text-size-26px {
    font-size: 26px;
}
.hero-video--text-content .text-size-28px {
    font-size: 28px;
}
.hero-video--text-content .text-size-30px {
    font-size: 30px;
}
.hero-video--text-content .text-size-32px {
    font-size: 32px;
}
.hero-video--text-content .text-size-34px {
    font-size: 34px;
}
.hero-video--text-content .text-size-36px {
    font-size: 36px;
}
.hero-video--text-content .text-size-38px {
    font-size: 38px;
}
.hero-video--text-content .text-size-40px {
    font-size: 40px;
}
.hero-video--text-content .text-size-42px {
    font-size: 42px;
}
.hero-video--text-content .text-size-44px {
    font-size: 44px;
}
.hero-video--text-content .text-size-46px {
    font-size: 46px;
}
.hero-video--text-content .text-size-48px {
    font-size: 48px;
}
.hero-video--text-content .text-size-50px {
    font-size: 50px;
}
.hero-video--text-content .text-size-52px {
    font-size: 52px;
}
.hero-video--text-content .text-size-54px {
    font-size: 54px;
}
.hero-video--text-content .text-size-56px {
    font-size: 56px;
}
.hero-video--text-content .text-size-58px {
    font-size: 58px;
}
.hero-video--text-content .text-size-60px {
    font-size: 60px;
}
.hero-video--text-content .text-size-62px {
    font-size: 62px;
}
.hero-video--text-content .text-size-64px {
    font-size: 64px;
}
.hero-video--text-content .text-size-66px {
    font-size: 66px;
}
.hero-video--text-content .text-size-68px {
    font-size: 68px;
}
.hero-video--text-content .text-size-70px {
    font-size: 70px;
}
.hero-video--text-content .text-size-72px {
    font-size: 72px;
}
.hero-video--text-content .text-size-74px {
    font-size: 74px;
}
.hero-video--text-content .text-size-76px {
    font-size: 76px;
}
.hero-video--text-content .text-size-78px {
    font-size: 78px;
}
.hero-video--text-content .text-size-80px {
    font-size: 80px;
}
.hero-video--text-content .text-size-82px {
    font-size: 82px;
}
.hero-video--text-content .text-size-84px {
    font-size: 84px;
}
.hero-video--text-content .text-size-86px {
    font-size: 86px;
}
.hero-video--text-content .text-size-88px {
    font-size: 88px;
}
.hero-video--text-content .text-size-90px {
    font-size: 90px;
}
.hero-video--text-content .text-size-92px {
    font-size: 92px;
}
.hero-video--text-content .text-size-94px {
    font-size: 94px;
}
.hero-video--text-content .text-size-96px {
    font-size: 96px;
}
.hero-video--text-content .text-size-98px {
    font-size: 98px;
}
.hero-video--text-content .text-size-100px {
    font-size: 100px;
}
.hero-video--text-content.text-align-top-left {
    justify-content: left;
    align-items: left;
    align-self: flex-start;
    text-align: left;
}
.hero-video--text-content.text-align-top-center {
    justify-content: center;
    text-align: center;
}
.hero-video--text-content.text-align-top-right {
    justify-content: flex-end;
    align-self: flex-start;
    text-align: right;
}
.hero-video--text-content.text-align-center-left {
    justify-content: left;
    align-items: center;
    text-align: left;
}
.hero-video--text-content.text-align-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-video--text-content.text-align-center-right {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.hero-video--text-content.text-align-bottom-left {
    justify-content: left;
    align-items: flex-start;
    align-self: flex-end;
    text-align: left;
}
.hero-video--text-content.text-align-bottom-center {
    justify-content: center;
    align-self: flex-end;
    text-align: center;
}
.hero-video--text-content.text-align-bottom-right {
    justify-content: flex-end;
    align-self: flex-end;
    text-align: right;
}
.hero-video--text-content .hero-video--text-title h1 {
    white-space: pre-line;
    line-height: 1.1em;
}
.hero-video--text-content .hero-video--text-subtitle p {
    white-space: pre-line;
    line-height: 1.4em;
}
.hero-video--text-content div[class^="text-size-"] {
    line-height: 1rem;
}
.hero-video--text-content .text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.hero-video--media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}
.hero-video--media iframe,
.hero-video--media video {
    width: 100%;
    height: 100%;
}
.hero-video--media video {
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
    font-family: "object-fit: cover";
}
.hero-video--media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    left: -100%;
    max-width: none;
}
.hero-video--media .plyr--video,
.hero-video--media .plyr__video-wrapper {
    height: 100%;
}
.hero-video--media[data-hide-controls="true"] .plyr__controls {
    opacity: 0;
}
.hero-video--media[data-hide-controls="true"] iframe {
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .mobile-height-fullscreen iframe {
        width: 350%;
        left: -120%;
    }
}
@media screen and (min-width: 768px) {
    .desktop-height-450 iframe {
        width: 100%;
        height: 300%;
        left: auto;
        top: -100%;
    }
}
@media screen and (min-width: 900px) {
    .desktop-height-550 iframe {
        width: 100%;
        height: 300%;
        left: auto;
        top: -100%;
    }
}
@media screen and (min-width: 1200px) {
    .desktop-height-650 iframe {
        width: 100%;
        height: 300%;
        left: auto;
        top: -100%;
    }
}
@media screen and (min-width: 1400px) {
    .desktop-height-750 iframe {
        width: 100%;
        height: 300%;
        left: auto;
        top: -100%;
    }
}
@media screen and (min-width: 1400px) and (min-height: 800px) {
    .desktop-height-fullscreen iframe {
        width: 100%;
        height: 301%;
        left: auto;
        top: -100%;
    }
}
@media screen and (max-height: 800px) and (min-width: 1320px) {
    .desktop-height-fullscreen iframe {
        width: 100%;
        height: 400%;
        left: auto;
        top: -150%;
    }
} */


.hero-video--wrapper video{
  width: 100%;
}
