section.video-module .container{align-items:center;display:flex;flex-direction:column;gap:4rem;z-index:1}@media screen and (max-width:768px){section.video-module .container{gap:2rem}}section.video-module .container .wrapper-top{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0 auto;max-width:906px}section.video-module .container .wrapper-top>*{text-align:center}section.video-module .container .wrapper-video{max-width:906px;position:relative;width:100%}section.video-module .container .wrapper-video .hs-video-container{margin:0!important;max-width:100%!important}section.video-module .container .wrapper-video .hs-video-container .hs-video-wrapper{background-color:#000;overflow:hidden;padding-bottom:56.25%!important}section.video-module .container .wrapper-video .video{aspect-ratio:16/9;cursor:pointer;height:100%;overflow:hidden;pointer-events:all;width:100%}section.video-module .container .wrapper-video .video:hover .btn-video-player{background-color:#e1251b}section.video-module .container .wrapper-video .video iframe{background-color:#000;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}section.video-module .container .wrapper-video .video video{aspect-ratio:600/430;background-color:#000;height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.video-module .container .wrapper-video .video .thumbnail{cursor:pointer;height:100%;left:0;object-fit:cover;pointer-events:all;position:absolute;top:0;transition:opacity .3s cubic-bezier(0,.55,.45,1);width:100%;z-index:3}section.video-module .container .wrapper-video .video .btn-video-player{align-items:center;background-color:#101010;border-radius:50%;display:flex;flex-direction:column;gap:2rem;height:100px;justify-content:center;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);transition:.35s;width:100px;z-index:222}section.video-module .container .wrapper-video .video .btn-video-player:hover{background-color:#e1251b}section.video-module .container .wrapper-video .video .btn-video-player:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='31' fill='none' viewBox='0 0 28 31'%3E%3Cpath fill='%23fff' d='M26.018 12.08c2.643 1.52 2.643 5.32 0 6.84L5.947 30.466C3.304 31.985 0 30.085 0 27.045V3.954C0 .916 3.304-.984 5.947.536z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:23px;content:"";display:block;height:28px;width:31px}section.video-module .container .wrapper-video .video.playing .btn-video-player,section.video-module .container .wrapper-video .video.playing .thumbnail,section.video-module .container .wrapper-video .video[data-thumbnail-hidden=true] .btn-video-player,section.video-module .container .wrapper-video .video[data-thumbnail-hidden=true] .thumbnail{opacity:0;pointer-events:none}section.video-module .container .wrapper-video .video.playing iframe,section.video-module .container .wrapper-video .video[data-thumbnail-hidden=true] iframe{pointer-events:all}