<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-list,.video-list *{padding:0;margin:0;box-sizing:border-box}.video-list{padding:var(--padding-top) 40px var(--padding-bottom);background-color:#f9eee1}@media screen and (max-width: 768px){.video-list{padding:var(--padding-top-mobile) 16px var(--padding-bottom-mobile)}}.video-list__container{max-width:1045px;width:100%;margin:0 auto}.video-list__top{display:flex;align-items:flex-start}@media screen and (max-width: 768px){.video-list__top{flex-wrap:wrap}}.video-list__heading{flex:1;padding-right:20px;font-family:Gotham-Medium;font-size:var(--heading-size);font-weight:700;line-height:49.5px;letter-spacing:-.15px;color:var(--heading-color)}@media screen and (max-width: 1000px){.video-list__heading{font-size:38px;line-height:39px}}@media screen and (max-width: 768px){.video-list__heading{flex:none;font-size:24px;line-height:26.4px;width:100%}}.video-list__description{flex:1;font-family:Gotham-Medium;font-size:16px;font-weight:500;line-height:24.8px;letter-spacing:-.2px;color:var(--description-color)}@media screen and (max-width: 768px){.video-list__description{margin-top:16px;flex:none;font-size:16px;line-height:24.8px;width:100%}}.video-list__video-container{margin-top:40px}@media screen and (max-width: 768px){.video-list__video-container{margin-top:24px}}.video-list__current-video{aspect-ratio:16 / 9;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;background-color:#000;overflow:hidden;position:relative}@media screen and (max-width: 768px){.video-list__current-video{aspect-ratio:9 / 16;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;overflow:hidden;width:100%}}.video-list__current-video video{position:absolute;top:0;width:100%;height:100%;left:0;object-fit:cover}.video-list__current-video iframe{aspect-ratio:16 / 9}@media screen and (max-width: 768px){.video-list__current-video iframe{width:1400px;height:100%;position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;object-fit:cover;object-position:center}.video-list__current-video video{width:100%;height:100%;position:absolute;transform:none;top:0;left:0;object-fit:cover;object-position:bottom}}.video-list__video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-list__thumbs{width:calc(100% + 24px);display:flex;margin:40px -12px 0}@media screen and (max-width: 768px){.video-list__thumbs{width:100%;margin:24px 0 0;flex-wrap:wrap}}.video-list__thumbs&gt;div.swiper-slide{width:20%!important}@media screen and (max-width: 768px){.video-list__thumbs&gt;div.swiper-slide{width:100%!important}}.video-list__thumbnail-wrap{padding:0 12px}.video-list__play-wrap{position:relative;height:105px;overflow:hidden;cursor:pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}@media screen and (max-width: 768px){.video-list__play-wrap{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px}}@media screen and (max-width: 768px){.video-list__thumbnail-wrap{display:flex;align-items:center;height:100%;padding:0;margin-bottom:16px}}@media screen and (max-width: 768px){.video-list__play-wrap{flex:none;padding:0;height:85px;width:125px}}.video-list__item iframe{display:none}.video-list__thumbnail{width:100%;height:100%;object-fit:cover;object-position:center;background-color:#000;transform-origin:center;transition:transform .4s ease-in-out}@media screen and (min-width: 769px){.video-list__play--thumbnail:hover .video-list__thumbnail{transform:scale(1.05)}}.video-list__item{position:relative}.video-list__title{margin-top:10px;font-family:Gotham-Medium;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.2px;color:#01558c;text-align:center}@media screen and (max-width: 768px){.video-list__title{margin-top:0;font-size:18px;line-height:20px;text-align:left;padding-left:12px;padding-right:10px}}.video-list__play{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;width:48px;height:48px;background-color:#fff;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;transform-origin:center;transition:transform .4s ease-in-out;z-index:3}@media screen and (min-width: 769px){.video-list__current-image:hover .video-list__play-current{transform:scale(1.05)}}@media screen and (max-width: 768px){.video-list__play--thumbnail .video-list__play{width:35px;height:35px}}.video-list__item--active .video-list__play{display:block}.video-list__play:not(.video-list__item--active .video-list__play):before{content:"";position:absolute;left:50%;top:50%;width:0;height:0;margin:auto;border-left:15px solid #ff0000;border-top:10px solid transparent;border-bottom:10px solid transparent;transform:translate(-50%,-50%)}@media screen and (max-width: 768px){.video-list__play--thumbnail .video-list__play:not(.video-list__item--active .video-list__play):before{border-left:10px solid #ff0000;border-top:7px solid transparent;border-bottom:7px solid transparent}}.video-list__item--active .video-list__play:before{content:"";position:absolute;left:18px;top:0;bottom:0;margin:auto 0;width:4px;height:16px;background-color:red}.video-list__item--active .video-list__play:after{content:"";position:absolute;right:18px;top:0;bottom:0;margin:auto 0;width:4px;height:16px;background-color:red}.video-list__current-image{position:absolute;left:0;top:0;width:100%;height:100%;transition:opacity .35s ease,visibility .35s ease;cursor:pointer;z-index:3}.video-list__current-image img{object-fit:cover;height:100%;width:100%}.video-list__duration{margin-top:3px;font-size:12px;font-weight:300;line-height:13.2px;letter-spacing:0;color:#01558c;text-align:center}@media screen and (max-width: 768px){.video-list__duration{margin-left:auto}}.video-list__current-top-title{display:flex;align-items:center;position:absolute;top:19px;left:19px;opacity:.8;z-index:2}@media screen and (max-width: 768px){.video-list__current-top-title{top:10px;left:10px}}.video-list__current-play{width:15px;height:16px;position:relative;margin-right:16px;cursor:pointer}@media screen and (max-width: 768px){.video-list__current-play{width:12px;margin-right:10px}}.video-list__current-play:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background-color:#fff}.video-list__current-play:after{content:"";position:absolute;right:0;top:0;width:4px;height:100%;background-color:#fff}.video-list__current-top-title{font-family:Gotham-Medium;font-size:16px;font-weight:700;line-height:17.6px;letter-spacing:0;color:#fff}.video-list__controls-wrap{display:flex;align-items:center;justify-content:center;position:absolute;bottom:19px;width:calc(100% - 30px);left:0;right:0;margin:0 auto;z-index:2}.video-list__controls{margin:0 auto;width:calc(100% - 120px);height:5px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;background-color:#fff3}.video-list__progress{width:10%;height:100%;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;background-color:red}.video-list__time{font-family:Gotham-Medium;font-size:14px;font-weight:400;line-height:14px;letter-spacing:0;color:#fff}.video-list__sound{position:absolute;right:0;bottom:30px;width:24px;height:24px;cursor:pointer}.video-list__sound svg{display:block;width:24px;height:24px}.video-list__sound--muted:after{content:"";position:absolute;width:1px;height:100%;transform:rotate(-45deg);left:0;right:0;top:0;bottom:0;margin:auto;background-color:#fff}.video-list__button-prev,.video-list__button-next{background-color:#fff;border-radius:100%;width:40px;height:40px}@media screen and (max-width: 768px){.video-list__button-prev,.video-list__button-next{display:none}}div.video-list__button-prev{left:-20px;top:75px}div.video-list__button-next{right:-20px;top:75px}div.video-list__button-prev:after,div.video-list__button-next:after{font-size:15px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{pointer-events:auto!important}.video-list__current-title{padding-right:20px;font-family:Gotham-Medium;font-size:16px;font-weight:700;line-height:17.6px;letter-spacing:-.8px;color:#fff}.video-list__slider-wrap{position:relative}.video-list__thumb-video video{display:none;width:0;height:0}
/*# sourceMappingURL=/cdn/shop/t/85/assets/section-video-list.css.map */
</pre></body></html>