.Video_video__ODG2u {
    z-index: 2;
}
@media (max-width: 768px) {
    .Video_video__ODG2u {
        margin-bottom: 2rem;
    }
}
.Video_videoContainer__SQ5UJ {
    width: 100%;
    aspect-ratio: 16/9;
}
.Video_playIcon__0b_gO {
    position: absolute;
    width: 5em;
    height: 5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--fs-44);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}
@media (min-width: 769px) {
    .Video_playIcon__0b_gO {
        width: 5em;
        height: 5em;
    }
}
.Video_playIcon__0b_gO.Video_playActive__ijTZP {
    opacity: 0;
    pointer-events: none;
}
.Video_playIcon__0b_gO span {
    z-index: 2;
}
.Video_pauseIcon__YDsTU {
    position: absolute;
    width: 4em;
    height: 4em;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: var(--fs-32);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}
@media (max-width: 768px) {
    .Video_pauseIcon__YDsTU {
        font-size: 0.875rem;
    }
}
@media (min-width: 769px) {
    .Video_pauseIcon__YDsTU {
        bottom: 1.875rem;
        right: 1.875rem;
        width: 5em;
        height: 5em;
    }
}
.Video_pauseIcon__YDsTU.Video_pauseActive__Y6U7Q {
    opacity: 0;
    pointer-events: none;
}
.Video_pauseIcon__YDsTU span {
    z-index: 2;
}
.Video_playButtonInner__hAyVq {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 769px) {
    .Video_playButtonInner__hAyVq:hover .Video_playButtonBackground__ZkEi5 {
        transform: scale(1.2);
    }
}
.Video_playButtonBackground__ZkEi5 {
    background-color: #fff;
    border-radius: 100%;
    transition: transform 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.Video_loopVideo__AH9Ag,
.Video_playButtonBackground__ZkEi5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.Video_fullVideo__IJoCG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
