@import url(https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap);

.hero-customer-stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background: #d52839
}

.hero-customer-stories * {
    font-family: Epilogue, sans-serif
}

.hero-customer-stories .container {
    max-width: 84.4791666667vw;
    padding: 0 .6770833333vw;
    position: relative;
    z-index: 2
}

.hero-customer-stories__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-customer-stories__video .wistia_responsive_padding {
    width: 100%;
    height: 100%
}

.hero-customer-stories__text {
    width: 100%;
    max-width: 39.21875vw;
    padding: 9.2708333333vw 0 9.2708333333vw;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.hero-customer-stories__text span {
    font-size: 1.5625vw;
    line-height: 1.45;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 1.1979166667vw
}

.hero-customer-stories__text .tt {
    font-size: 3.125vw;
    line-height: 1.36;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 3.59375vw
}

.hero-customer-stories__text .tt strong {
    font-weight: 700
}

.hero-customer-stories__text .btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.0416666667vw
}

.hero-customer-stories__text .btns .btn {
    font-size: .8854166667vw;
    padding: .5208333333vw;
    width: 11.9791666667vw;
    height: 3.4375vw;
    border-radius: 0;
    border-width: 3px
}

.hero-customer-stories__text .btns .btn.btn--white {
    color: #22333b;
    background: #fff;
    border-color: #fff
}

.hero-customer-stories__text .btns .btn.btn--white:hover {
    background: #22333b;
    border-color: #22333b;
    color: #fff
}

.hero-customer-stories__text .btns .btn.play-btn {
    gap: .5208333333vw;
    background: rgba(255, 255, 255, 0);
    border-color: #fff;
    color: #fff
}

.hero-customer-stories__text .btns .btn.play-btn img {
    margin-bottom: .2083333333vw !important
}

.hero-customer-stories__text .btns .btn.play-btn:hover {
    background: #22333b;
    border-color: #22333b
}

@media screen and (max-width: 767px) {
    .hero-customer-stories {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .hero-customer-stories .container {
        max-width: 100%;
        padding: 0 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .hero-customer-stories__video {
        position: relative;
        width: 100%;
        height: 389px
    }

    .hero-customer-stories__text {
        max-width: 100%;
        padding: 85px 0 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .hero-customer-stories__text span {
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px
    }

    .hero-customer-stories__text .tt {
        font-size: 29px;
        margin-bottom: 50px;
        text-align: center
    }

    .hero-customer-stories__text .btns {
        gap: 10px;
        width: 100%
    }

    .hero-customer-stories__text .btns .btn {
        width: calc(50% - 5px);
        height: 48px;
        font-size: 14px;
        gap: 10px;
        min-width: 0;
        min-height: 0
    }

    .hero-customer-stories__text .btns .btn.play-btn {
        gap: 10px
    }

    .hero-customer-stories__text .btns .btn.play-btn img {
        margin-bottom: 4px !important
    }
}