.video-list__title{text-align:center;margin-top:12px}.video-list__title *{margin:0}.video-list__subtitle{text-align:center}.video-list__subtitle *{margin:0;color:#083716 !important}.video-list__wrapper{margin-top:40px;width:100%;gap:30px}@media screen and (max-width: 749.98px){.video-list__wrapper{gap:21px}}@media screen and (max-width: 575.98px){.video-list__wrapper{flex-direction:column}}.video-list__item{cursor:pointer;position:relative;width:33.333%;border-radius:20px;overflow:hidden}.video-list__item:hover .video-list__poster{transform:scale(1.05)}@media screen and (max-width: 575.98px){.video-list__item{width:100%}}.video-list__poster{aspect-ratio:1/1;transition:.3s}.video-list__poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block !important;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.video-list .play-mask{position:absolute;right:0;bottom:0;z-index:1;padding:21px 0px 0px 21px;border-top-left-radius:21px;display:flex;align-items:center}.video-list .mask-arrow{background:#2dbe60;display:flex;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;border-radius:100%}.video-popup{position:fixed;inset:0;z-index:999;display:none;background:rgba(0,0,0,.45)}.video-popup.active{display:flex;justify-content:center;align-items:center}.video-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.8)}.video-popup__content{position:relative;width:90%;max-width:900px;z-index:2;max-height:80vh}.video-popup__iframe-wrapper{position:relative;padding-top:56.25%;background:#000}.video-popup__iframe-wrapper iframe{position:absolute;inset:0;width:100%;height:100%}.video-popup__close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:28px;cursor:pointer}