input {
    -webkit-appearance: none;
}

.video-list-item {
    font-size: 0;
    max-width: 700px;
    position: relative;
    width: 100%;
}

.video-list-item:last-child {
    margin-right: 0;
}

.video-list-item--left {
    text-align: left;
}

@media (min-width:750px) {
    .video-list-item--left .no-spacing .video-list-item__content {
        padding-right: 24px;
    }
}

.video-list-item--center {
    text-align: center;
}

@media (min-width:750px) {
    .video-list-item--center .no-spacing .video-list-item__content {
        padding: 0 24px;
    }
}

.video-list-item__wrapper {
    overflow: hidden;
    position: relative;
    transition: all .2s;
    z-index: 2;
}

.video-list-item__wrapper.no-border {
    border-radius: 0;
}

.video-list-item__extract-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video-list-item__main {
    position: relative;
    z-index: 2;
}

.video-list-item__image {
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-list-item__image .video-list-item__default-wrapper {
    background-color: #f3f3f3;
    position: relative;
}

.video-list-item__image .video-list-item__default-wrapper .video-list-item__default-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.video-list-item__text:not(:last-child),
.video-list-item__title:not(:last-child) {
    margin-bottom: 15px;
}

.video-list-item__button {
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.color-scheme-1 .video-list-item__button circle,
.color-scheme-1 .video-list-item__button path {
    stroke: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .video-list-item__button circle,
.color-scheme-2 .video-list-item__button path {
    stroke: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .video-list-item__button circle,
.color-scheme-3 .video-list-item__button path {
    stroke: rgba(var(--color-scheme-3-text));
}

.video-list-item__button--left {
    justify-content: flex-start;
}

.video-list-item__button--center {
    justify-content: center;
}

.video-list-item__button--right {
    justify-content: flex-end;
}

.video-list-item__button .button-text {
    margin-right: 7px;
    word-break: break-all;
}

.video-list-item__button .button-arrow>svg {
    width: 15px;
}

.video-list-item__button .button-arrow>svg>path {
    transform: translate(-.25rem);
    transition: transform .1s ease;
}

.video-list-item__button:hover .button-arrow>svg>path {
    transform: translate(-.05rem);
}

@media (max-width:749.98px) {
    .video-list__inner {
        margin-bottom: 30px;
    }

    .video-list__inner:last-child {
        margin-bottom: 0;
    }

    .video-list__inner:last-of-type {
        margin-right: 0;
    }

    .video-list-item__image {
        margin-bottom: 16px;
    }

    .video-list-item__text.body3,
    .video-list-item__title {
        margin-bottom: 10px;
    }

    .video-list-item__wrapper {
        padding: 20px;
    }

    .video-list-item__wrapper.no-spacing {
        padding: 0;
    }

    .video-list-item__wrapper.mobile-rows-spacing-when-has-bg {
        padding: 15px;
    }

    .show-touch-scroll-box .video-list-item {
        margin-right: 10px;
        min-width: 82%;
    }

    .show-touch-scroll-box .video-list-item:last-child {
        margin-right: 0;
    }

    .show-touch-scroll-box .video-list-item__main {
        margin-bottom: 0;
    }
}

@media (min-width:750px) {
    .video-list-item__wrapper {
        padding: 24px;
    }

    .video-list-item__wrapper.no-spacing {
        padding: 0;
    }
}

@keyframes stage-fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.video-list__wrapper {
    padding: 0;
}

.video-list__inner {
    justify-content: center;
}

.video-list.color-scheme-none .pagination {
    color: rgba(var(--color-text));
}

.video-list.color-scheme-none .pagination path {
    stroke: rgba(var(--color-text));
}

.video-list .pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.color-scheme-1 .video-list .pagination circle,
.color-scheme-1 .video-list .pagination path {
    stroke: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .video-list .pagination circle,
.color-scheme-2 .video-list .pagination path {
    stroke: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .video-list .pagination circle,
.color-scheme-3 .video-list .pagination path {
    stroke: rgba(var(--color-scheme-3-text));
}

.video-list .pagination .text-columns-arrow--left,
.video-list .pagination .text-columns-arrow--right {
    align-items: center;
    display: flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.video-list .pagination .text-columns-arrow--left {
    margin-right: 12px;
}

.video-list .pagination .text-columns-arrow--left>svg {
    transform: rotate(-180deg);
}

.video-list .pagination .text-columns-arrow--right {
    margin-left: 12px;
}

.video-list .pagination .text-columns-arrow--disabled {
    opacity: .3;
}

.video-list .swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center;
}

.video-list__title.title4 {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
}

.color-scheme-1 .text-columns-images-swiper-container .pagination circle,
.color-scheme-1 .text-columns-images-swiper-container .pagination path {
    stroke: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .text-columns-images-swiper-container .pagination circle,
.color-scheme-2 .text-columns-images-swiper-container .pagination path {
    stroke: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .text-columns-images-swiper-container .pagination circle,
.color-scheme-3 .text-columns-images-swiper-container .pagination path {
    stroke: rgba(var(--color-scheme-3-text));
}

.video-list__control {
    text-align: center;
}

@media (max-width:749.98px) {
    .video-list__control {
        margin-top: 20px;
    }

    .video-list__control.no-margin-top {
        margin-top: -10px;
    }
}

@media (min-width:750px) {
    .video-list__control {
        margin-top: 30px;
    }
}

.video-list__wrapper--center {
    display: flex;
}

@media (max-width:749.98px) {
    .video-list .mobile-rows-no-mask {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .video-list__title {
        overflow: hidden;
        padding: 0 10px;
    }

    .video-list__title.title4 {
        margin-bottom: 20px;
    }

    .video-list__wrapper {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .show-touch-scroll-box .video-list__wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

input {
    -webkit-appearance: none;
}

.video__container.video__full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.video__container.video__full-width .video__section {
    max-width: 100%;
}

.video__section {
    margin: auto;
}

.video__title {
    overflow: hidden;
    padding-bottom: 30px;
}

@media (max-width:749.98px) {
    .video__title {
        overflow: hidden;
        padding-bottom: 20px;
    }
}

.video__caption {
    padding-top: 15px;
}

@media (max-width:749.98px) {
    .video__caption {
        padding: 15px 10px 0;
    }
}

.video {
    position: relative;
}

.video__cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video__cover-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    width: 100%;
}

.video__cover-img.lazyloaded {
    opacity: 1;
}

.video__controll {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video__controll .is-vimeo>div {
    height: 100%;
    left: 0;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.video__controll .placeholder-svg {
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 30px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video--r3-2 {
    padding-top: 66.6666666667%;
}

.video--r4-3 {
    padding-top: 75%;
}

.video--r16-9 {
    padding-top: 56.25%;
}

.video--r21-9 {
    padding-top: 42.8571428571%;
}

.video--r9-16 {
    padding-top: 177.77778%;
}

.video--playing .video__cover {
    z-index: 0;
}

.video iframe,
.video-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
}

.video-overlay__button {
    cursor: pointer;
    font-size: 66px;
    transition: transform .1s ease;
}

.video-overlay__button:hover {
    transform: scale(1.1);
}

.video-overlay__button svg {
    display: block;
}

@media (max-width:749.98px) {
    .video-overlay__button {
        font-size: 44px;
    }
}
@media (min-width: 750px) {
    .video-list__inner {
        padding: 0 1rem;
    }

    .video-list__wrapper {
        margin: 0 -1rem;
        row-gap: 2rem;
    }
}