#contact-videos {
    margin-top: 125px;
    margin-bottom: 180px;
    cursor: pointer;
    position: relative;
}
#contact-videos::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    right: 0;
    width: 150px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: 1;
}
.contact-videos-res-item {
    width: 400px;
}
#contact-videos .page-heading::after {
    border-color: #213367;
}
.contact-videos-res-video {
    position: relative;
    padding-top: 55%;
    overflow: hidden;
}
.contact-videos-res-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-videos-res-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-videos-res-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    fill: white;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.contact-videos-res-video:hover .contact-videos-res-arrow {
    fill: var(--secondary);
}
.contact-videos-swiper {
    margin-top: 4.5em;
}
.contact-videos-res-title {
    margin-top: 37px;
    font-weight: 400;
    font-size: 22px;
    position: relative;
}
.contact-videos-res-title::before {
    content: "";
    border-top: 2px solid var(--secondary);
    display: block;
    width: 65px;
    position: relative;
    left: -30px;
    top: -13px;
}
.contact-videos-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0;
}
.contact-videos-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.contact-videos-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.contact-videos-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--primary);
    opacity: 0.5;
}
.contact-videos-swiper .swiper-pagination-bullet:hover {
    opacity: 1;
}
.contact-videos-swiper .swiper-pagination-bullet-active {
    background: var(--primary);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .contact-videos-res-item {
        width: 350px;
    }
    .contact-videos-swiper {
        margin-top: 3em;
    }
    #contact-videos {
        margin-top: 55px;
        margin-bottom: 60px;
    }
    .contact-videos-res-title {
        margin-top: 25px;
        font-size: 19px;
    }
    .contact-videos-res-title::before {
        top: -8px;
    }
}
@media only screen and (max-width: 414px) {
    .contact-videos-res-item {
        width: 320px;
    }
    .contact-videos-res-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 375px) {
    .contact-videos-res-item {
        width: 280px;
    }
}
/*Popup*/
#multimedia-popup {
    position: fixed;
    z-index: 1010;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#multimedia-popup.active {
    pointer-events: all;
    opacity: 1;
}
.multimedia-popup-left {
    width: calc(100% - 450px);
}
.multimedia-popup-right {
    width: 450px;
    padding-bottom: 50px;
}
.multimedia-popup-gallery-left {
    width: calc(100% - 130px);
}
.multimedia-popup-gallery-right {
    width: 130px;
}
.multimedia-popup-left iframe {
    height: 100vh;
}
.multimedia-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.3;
    cursor: pointer;
}
.multimedia-popup-close:hover {
    opacity: 1;
}
.multimedia-popup-item:not(.active) {
    display: none;
}
.multimedia-popup-gallery-image {
    height: 100vh;
    background-color: rgba(0,0,0,0.1);
    position: relative;
}
.multimedia-popup-gallery-image img,
.multimedia-popup-thumb-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.multimedia-popup-thumb-image {
    height: calc(25vh - 4px);
    position: relative;
    margin-bottom: 4px;
}
.multimedia-popup-thumb-image img {
    object-fit: cover;
}
.multimedia-popup-gallery .slick-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: white;
    color: var(--primary);
    top: auto;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    font-size: 7px;
}
.multimedia-popup-gallery .slick-arrow.slick-prev {
    left: auto;
    right: 15px;
    -ms-transform: translateX(calc(-100% - 10px));
    transform: translateX(calc(-100% - 10px));
}
.multimedia-popup-gallery .slick-arrow.slick-next {
    right: 15px;
}
.multimedia-popup-gallery .slick-arrow:before {
    display: none;
}
.multimedia-popup-gallery .slick-arrow i:before {
    content: "" !important;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    display: block;
}
.multimedia-popup-gallery .slick-arrow.slick-prev i:before {
    border-right: 1em solid;
}
.multimedia-popup-gallery .slick-arrow.slick-next i:before {
    border-left: 1em solid;
}
@media only screen and (max-width: 1024px) {
    .multimedia-popup-close {
        position: relative;
        top: 0;
        right: 0;
        margin: 15px 15px 15px auto;
    }
    .multimedia-popup-left,
    .multimedia-popup-right,
    .multimedia-popup-gallery-left,
    .multimedia-popup-gallery-right {
        width: 100%;
    }
    .multimedia-popup-gallery-left {
        margin-bottom: 4px;
    }
    .multimedia-popup-left iframe {
        height: 60vw;
    }
    .multimedia-popup-gallery-image {
        height: 60vw;
    }
    .multimedia-popup-thumbs-container {
        margin: 0 -2px;
    }
    .multimedia-popup-thumb-item {
        padding: 0 2px;
    }
    .multimedia-popup-thumb-image {
        height: auto;
        padding-top: 125%;
    }
    .multimedia-popup-scroll.c-scrollbar {
        height: 100svh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .multimedia-popup-right {
        margin-top: 60px;
    }
    .multimedia-popup-right-wrap {
        padding-left: var(--grid);
        padding-right: var(--grid);
    }
}
@media only screen and (max-width: 576px) {
    .multimedia-popup-close {
        width: 25px;
    }
    .multimedia-popup-right {
        padding-bottom: 20px;
    }
}