.ac-video-popup-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.ac-video-popup {
    display: inline-block;
    position: relative
}

.ac-video-popup-wrapper img {
    display: block
}

.ac-video-popup__image--overlay {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ac-video-popup__play-button-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.ac-video-popup__play-button-icon span {
    display: inline-block
}

.ac-video-popup__play-button-icon svg {
    display: block;
    height: 20px;
    width: 25px
}

.ac-video-popup__btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 50%;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px
}

.ac-video-popup__btn:before {
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-name: ripple;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    border-radius: 100%
}

.ac-video-popup__btn:after,
.ac-video-popup__btn:before {
    align-items: center;
    animation-duration: 3s;
    bottom: 0;
    content: "";
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.ac-video-popup__btn:after {
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: ripple;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    border-radius: 50%
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale3d(.75, .75, 1)
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1)
    }
}

@media only screen and (min-width:576px) {
    .ac-video-popup__btn {
        height: 84px;
        width: 84px
    }

    .ac-video-popup__play-button-icon svg {
        height: 30px
    }
}

@media only screen and (max-width:992px) {
    .ac-tab-full-width .ac-video-popup-wrapper {
        text-align: center
    }
}

/*
     FILE ARCHIVED ON 12:56:39 May 14, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:54:19 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 3.409
  load_resource: 126.064
  PetaboxLoader3.resolve: 57.179
  PetaboxLoader3.datanode: 55.503 (2)
  loaddict: 31.385
*/