/* Wistia Embed CSS */
/* ************************************************************** */

/* Classes -> applause-wistia-{TYPE}-embed */
/* Types -> inline, image, button, link, showcase */

/* LINK EMBED */
/* ============================================================== */

.applause-wistia-link-embed,
.applause-wistia-link-embed .wistia_click_to_play {
    cursor: pointer;
}

/* SHOWCASE EMBED */
/* ============================================================== */

.applause-wistia-showcase-embed {
    display: block !important;
    position: relative;
    width: 100% !important;
    height: auto;
    max-width: 330px;
    max-height: 220px;
    aspect-ratio: 3/2;
    cursor: pointer;
}

@media (max-width: 980px) {
    .applause-wistia-showcase-embed {
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
    }
}

.applause-wistia-showcase-embed:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.applause-wistia-showcase-embed .wistia_click_to_play .wistia-trigger {
    display: grid !important;
    margin: 0 auto;
    aspect-ratio: 3/2;
    padding: 1rem;
    align-content: stretch;
    gap: 1rem;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    align-content: space-evenly;
    align-items: center;
}

.applause-wistia-showcase-embed .wistia_click_to_play .wistia-trigger .icon {
    width: 64px;
    height: 64px;
    display: block;
    transform: rotate(-90deg);
    margin: 0 auto;
    transition: all linear 0.2s;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.applause-wistia-showcase-embed:hover .wistia_click_to_play .wistia-trigger .icon {
    transform: rotate(-90deg) scale(80%);
}

.applause-wistia-showcase-embed:hover .wistia_click_to_play .wistia-trigger .icon svg {}

.applause-wistia-showcase-embed:hover .wistia_click_to_play .wistia-trigger .icon svg path {
    fill: #000;
}

.applause-wistia-showcase-embed:hover .wistia_click_to_play .wistia-trigger .icon svg circle {
    fill: rgba(255, 255, 255, 0.75);
}

/* IMAGE POPOVER EMBED */
/* ============================================================== */

.applause-wistia-image-embed {
    width: 100% !important;
    display: block !important;
}

.applause-wistia-image-embed a {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    height: auto;
}

.applause-wistia-image-embed a {
    position: relative;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 100%;
}

.applause-wistia-image-embed a>button img,
.applause-wistia-image-embed a>button img {
    border-radius: 6px;
    width: 100% !important;
    position: relative;
    z-index: 1;
}

.applause-wistia-image-embed button,
.applause-wistia-image-embed a>button {
    padding: 0 !important;
}

.applause-wistia-image-embed a img,
.applause-wistia-image-embed a img .applause-wistia-image-embed a img,
.applause-wistia-image-embed a picture,
.applause-wistia-image-embed a figure {
    width: 100% !important;
    display: block;
    /*aspect-ratio:5/3;*/
    border-radius: 6px;
    overflow: hidden;
}

.applause-wistia-image-embed a>button {
    position: absolute !important;
    width: 80px;
    height: 80px;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
    transition: transform .3s;
    z-index: 10;
    border-radius: 50%;
    background-color: transparent;
}

.applause-wistia-image-embed button .play-button>* {
    transform-origin: center center;
}

.applause-wistia-image-embed button .play-button .play-icon {
    fill: #0272b4;
    transition: all .3s ease-in
}

.applause-wistia-image-embed button .play-button .play-bg {
    fill: #fff;
    transition: all .3s cubic-bezier(.3, 1.5, .7, 1)
}

.applause-wistia-image-embed button .play-button:hover .play-bg {
    opacity: .75;
    transform: scale(.85)
}

.applause-wistia-image-embed button .play-button:hover .play-icon {
    stroke: #9ac7e1;
    stroke-width: 2
}

/* BUTTON EMBED */
/* ============================================================== */

.applause-button-wistia .button,
.applause-button-wistia .button:hover {
    border-width: 0px;
    font-size: 1rem;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 5px 25px !important;
    padding-right: 0.7em !important;
    padding-left: 2em !important;
    position: relative;
    line-height: 1.5rem !important;
}
.applause-button-wistia .button {
		background-color: #0272b4;
}
.applause-button-wistia .button:hover {
		background-color: #01446c;
}

.applause-button-wistia .button::before {
    content: attr(data-icon);
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #FFFFFF;
    line-height: 1.5rem;
    font-size: 1rem !important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    position: absolute;
}

