.zilter-slider {
    display: flex;
    background-color: transparent;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    width: stretch;
    padding: 12px;
    width: 100%;
    height: 100%;
}
.zilter-slider-header {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    padding: 0;
}
.zilter-slider-header .zilter-slider-header-title {
    flex-grow: 1;
    font-family: Ubuntu;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.26px;
    text-align: left;
    color: #002b49;
    margin: 0;
}
.zilter-slider .zilter-slider-swiper {
    display: flex;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    width: stretch;
    flex-direction: column;
    gap: 18px;
}
.zilter-slider .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    width: stretch;
}
.zilter-slider .swiper .swiper-slide {
    display: flex;
    text-align: center;
    font-size: 18px;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    width: stretch;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    width: stretch;
    width: 100%;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    width: stretch;
    width: 100%;
    position: relative;
    height: 240px;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zv-widget-slider-video {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zilter-controls-wrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    justify-content: flex-end;
    z-index: 9;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 200%);
    border-radius: 6px;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zv-controls {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 8px;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zv-controls .icon-controls-right {
    display: flex;
    gap: 6px;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zv-controls .icon-controls {
    font-size: 24px;
    cursor: pointer;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zv-controls .icon-controls::before {
    color: #f5f7f8;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .icon-play {
    margin: 8px;
    font-size: 24px;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .icon-play::before {
    color: #f5f7f8;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zilter-cta-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zilter-cta-wrap .cta-btn-wrap {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px 0;
    background-color: transparent;
    width: 100%;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video .zilter-cta-wrap .zilter-cta-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 6px;
    background: #2d9cca;
    border-radius: 6px;
    font-family: 'Ubuntu-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
    height: 100px;
    width: stretch;
    width: 100%;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video-info .zv-video-title {
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.14px;
    text-align: left;
    color: #002b49;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video-info .zv-video-name {
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.14px;
    text-align: left;
    color: rgba(0, 43, 73, 0.72);
}

.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video-info .zv-video-data-info {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 0;
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video-info .zv-video-data-info .zv-video-info {
    flex-grow: 0;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.14px;
    text-align: left;
    color: rgba(0, 43, 73, 0.48);
}
.zilter-slider .swiper .swiper-slide .zv-widget-slider-item .zilter-video-info .zv-video-data-info .zv-video-date {
    flex-grow: 0;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.14px;
    text-align: right;
    color: rgba(0, 43, 73, 0.48);
}