/** Shopify CDN: Minification failed

Line 267:0 Unexpected "}"

**/
.videos_container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
}
.videos_flex {
    display: flex;
    flex-wrap: wrap;
}
.section-videos {
    padding-top: 80px;
    padding-bottom: 60px;
}
a.video_single {
    color: black;
}
.video_single {
    width: 30%;
    /*background-color: black;*/
    margin-bottom: 45px;
    position: relative;
    border-radius: 3px;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    transition: 200ms all;
}

.carousel .video_single{
    margin-bottom: 0;
}
@media (max-width: 960px){
    .carousel .video_single{
        padding-right: 20px;
    }
}
@media (max-width: 480px){
    .carousel .video_single{
        padding-right: 40px;
    }
     .carousel .video_tags{
        width: 80%;
    }
}
.video_single:hover {
    transform: scale(1.01);
}
.video_single.swiper-slide:hover {
    transform: none;
}
.video_single > * {
    width: 100%;
}
.videos_flex:not(.carousel) .video_single:nth-child(3n) {
    margin-right: 0;
}
.video_single:hover > .video_single_info {
    background-color: #ded7d7;
}
.video_single_info {
    align-self: flex-end;
    background-color: #eeebeb;
    padding: 10px;
    transition: 200ms all ease;
    flex-grow: 1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    flex-direction: column;
}
.video_single_info a {
    margin-top: auto;
    text-align: right ;
}
.video_single_info a i {
    position: relative;
    bottom: 0;
    transition: 100ms all;
}
.video_single_info a i:hover {
    bottom: 2px;
}
.video_single_info p {
    margin-bottom: 0;
}
.video_title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.14px;
    margin: 5px 0;
    font-weight: 600;
}
.video_desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.12px;
}
.video_date {
    font-size: 12px;
    font-weight: 500;
    color: #5a4949;
    line-height: 1;
    letter-spacing: 1.2px;
}
.video_tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
}
.video_tags > .video_tag {
    display: none;
}
.video_tags > .video_tag:nth-child(-n+3) {
    display: block;
}
.video_tag {
    background-color: #c9abd1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 2px;
    text-transform: uppercase;
}
.video_pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_pagination span, .video_pagination span button {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.16px;
    color: #666666;
    cursor: pointer;
}
.video_pagination .video_pagination_pages button {
    background: transparent;
    border: none;
    opacity: .5;
    width: 100%;
    color: black;
}
.video_pagination .video_pagination_pages button.active {
    opacity: 1;
}
.double_filter_container {
    display: flex;
    gap: 30px;
}
.filter_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
#categories {
    background-color: #c9abd1;
    color: black;
    min-width: 250px;
    border: 1px solid #c9abd1;
    padding: 4px 12px;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    text-transform: uppercase;
}
#categories:active {
    background-color: #ad81b9;
    border: 1px solid black;
}
#categories select {
    display: none;
}
#categories:focus {
    outline: transparent;

}
.uppercase {
    text-transform: uppercase;
}
.search_videos_container {
    position: relative;
}
#search_videos {
    background-color: #ffe8f9;
    min-width: 350px;
    padding: 6px 12px;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
    border: 1px solid #ffe8f9;
}
#search_videos::placeholder {
    color: black;
}
#search_videos:focus::placeholder {
    color: transparent;
}
#search_videos:focus {
    border: 1px solid black;
}
.search_videos_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
#filter_video {
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-weight: 300;
    appearance: none;
    padding-right: 20px;
    cursor: pointer;
    padding-left: 4px;
    color: black;
}
#filter_video:focus {
    outline: none;
    border: none;
}
.filter_container .filter_arrow_down {
    top: 6px;
    position: absolute;
    right: 2px;
    pointer-events: none;
}
.filter_videos {
    position: relative;
    margin-top: 5px;
    color: black;
}
.filter_videos label {
    font-weight: 300;
}
.category_filter {
    position: relative;
}
.category_filter .filter_arrow_down {
    position: absolute;
    right: 9px;
    top: 10px;
    pointer-events: none;
}
#player.player {
  position: static;
  width: max-content
  height: 100%;
}
}
.next_page_btn:active, .previous_page_btn:active {
    color: black;
}
.similar_videos_container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
}
.similar_videos {
    font-family: "JosefinSans", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: normal;
    margin-bottom: 40px;
}
.similar_videos_container .swiper-pagination {
    top: auto;
    bottom: 0!important;
    height: 1px!important;
}
.similar_videos_container .swiper-pagination span {
    background-color: black;
    top: -1px!important;
    height: 4px!important;
}
.disabled_page_btn {
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
    .double_filter_container {
        flex-wrap: wrap;
    }
    #categories:active {
        background-color: #c9abd1;
        border: 1px solid #c9abd1;
    }
    #categories option {
        font-size: 14px;
    }
}
@media only screen and (max-width: 960px) {
    .video_single {
        max-width: unset;
        width: 47.5%;
    }
    .videos_flex .video_single:nth-child(3n) {
        margin-right: 5%;
    }
    .videos_flex .video_single:nth-child(2n) {
        margin-right: 0;
    }
    .filter_videos {
        min-width: 300px;
        text-align: right;
    }
}
@media only screen and (max-width: 480px) {
    .section-videos {
        padding: 60px 0;
    }
    .filter_container {
        margin-bottom: 45px;
    }
    .video_single {
        width: 100%;
        max-width: unset;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .videos_flex .video_single:nth-child(3n),
    .videos_flex .video_single:nth-child(2n) {
        margin-right: 0;
    }
    .double_filter_container {
        gap: 10px;
    }
    .filter_container {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: end;
    }
    .category_filter {
        width: 100%;
        order: 2;
    }
    #categories {
        min-width: unset;
        width: 100%;
        font-size: 12px;
        cursor: pointer;
    }
    #categories option  {
        font-size: 12px;
    }
    #search_videos {
        font-size: 12px;
        min-width: unset;
    }
    #search_videos, .search_videos_container {
        width: 100%;
    }
    .search_videos_icon {
        top: 7px;
        right: 10px;
    }
    .filter_videos {
        font-size: 12px;
    }
    .filter_container .filter_arrow_down {
        top: 2px;
    }
    .category_filter .filter_arrow_down {
        top: 6px;
    }
    .video_pagination {
        font-size: 14px;
        position: relative;
        justify-content: center;
    }
    .previous_page_btn {
        position: absolute;
        top: 0;
        left: 0;
    }
    .next_page_btn {
        position: absolute;
        top: 0;
        right: 0;
    }
    .video_pagination span {
        font-size: 14px;
    }
    .similar_videos_container {
        padding: 60px 0 60px 20px;
    }
    .similar_videos {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .similar_videos_container .swiper-pagination {
        width: calc(100% - 20px);
    }
    .video_pagination_pages {
        max-width: 180px!important;
        min-width: 0!important;
    }
}
.video_continue {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}
.video_vimeo {
    position: relative;
    min-height: 203px;
    background-color: #eeebeb;
    overflow: hidden;
}
.blog-post-grid-wrapper .video_vimeo {
    height: 203px;
    overflow: hidden;
}
 .blog-post-grid-wrapper .video_vimeo img{
    max-width: unset;
    height: 100%;
    width: auto;
}
.video_single .video_vimeo .disabled-popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: red;
}

.video_single .video_vimeo [class^="vimeo-"]{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.next_page_btn, .previous_page_btn {
    transition: 100ms all ease-in-out;
}
.next_page_btn:hover, .previous_page_btn:hover {
    color: black;
}
.video_vimeo.loading {
    position: relative;
    display: flex;
    align-items: center;
}

.video_vimeo .video_loading_animation {
    display: none;
}
.video_vimeo.loading .video_loading_animation {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video_vimeo.loading .video_loading_animation:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #c9abd1;
    border-color: #c9abd1 transparent #c9abd1 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.next_page_btn, .previous_page_btn {
    /*display: none;*/
}
.video_pagination_pages .swiper-slide {
    text-align: center;
}
.new-swiper-button-next, .new-swiper-button-prev {
    opacity: 0;
    pointer-events: none;
}
.video_pagination_pages {
    max-width: 600px;
    min-width: 600px;
}
.video_pagination .swiper-button-next, .video_pagination .swiper-button-prev {
    color: black;
}
.video_pagination {
    position: relative;
    /*max-width: 600px;*/
    margin: 0 auto;
}
.new-swiper-button-next:after, .new-swiper-button-prev:after {
    font-family: "swiper-icons";
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.new-swiper-button-next:after {
    content: "next";
}
.new-swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.new-swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.new-swiper-button-prev:after {
    content: "prev";
}
.video_pagination .swiper-button-next, .video_pagination .swiper-button-prev {
    display: none;
}
.new-swiper-button-next:after, .new-swiper-button-prev:after {
    font-size: 26px;
}
@media only screen and (min-width: 480px) {
    .new-swiper-button-prev {
        position: absolute;
        top: 2px;
        left: -12px;
        z-index: 10;
    }
    .new-swiper-button-next {
        position: absolute;
        top: 2px;
        right: -15px;
        z-index: 10;
    }
}
.center_pagination {
    justify-content: center;
}
