@charset "UTF-8";:root{--media-video-thumbnail-before-top:calc(50% - 35px);--media-video-thumbnail-after-top:calc(50% - 10px)}.media-video__thumbnail{cursor:pointer;position:relative;display:flex;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:10px;overflow:hidden;width:100%;margin:0 !important}.media-video__thumbnail:hover .media-video__thumbnail-overlay{opacity:.8}.media-video__thumbnail-img{background-size:cover;background-position:center center;width:100%;height:auto}.media-video__thumbnail-video{width:100%;height:auto;border-radius:10px}.media-video__thumbnail-empty{width:800px;height:450px;background-image:url(assets/img/studi.svg);background-position:center center;background-size:30%;background-repeat:no-repeat;position:relative}@media(max-width:767px){.media-video__thumbnail-empty{width:100%;height:56vw}}.media-video__thumbnail figure{width:100%;height:auto}.media-video__thumbnail figure img{width:100% !important;height:auto !important;border-radius:10px}.media-video__thumbnail>*{overflow:hidden;-o-object-fit:cover;object-fit:cover;width:100%;display:flex;justify-content:center;margin:0 !important}.media-video__thumbnail>* .contextual{display:none}.media-video__thumbnail .contextual-region{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0}.media-video__thumbnail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(9,9,11,0.3);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;z-index:7;overflow:hidden;margin:0 !important}.media-video__thumbnail-overlay::before{content:"";width:0;height:0;border-style:solid;border-width:20px 0 20px 35px;border-color:transparent transparent transparent white;opacity:.9;z-index:9}.media-video__popup-global{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(9,9,11,0.5);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;margin:0 !important;z-index:999999}.media-video__popup-global-bg{position:absolute;top:0;bottom:0;left:0;right:0;background:transparent}.media-video__popup-global .media-video__cookie-message{justify-content:center;align-items:center;position:relative;z-index:5}.media-video__popup-global .media-video__cookie-message p{color:white}.media-video__popup-global .media-video__popup-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px}.media-video__popup-global .media-video__popup-content iframe,.media-video__popup-global .media-video__popup-content .media-video__player{position:relative;border-radius:20px;-webkit-box-shadow:0 24px 48px -12px rgba(9,9,11,0.3);box-shadow:0 24px 48px -12px rgba(9,9,11,0.3);max-width:80%;max-height:80%;width:auto;height:auto;aspect-ratio:16/9;margin:auto}@media(max-width:767px){.media-video__popup-global .media-video__popup-content iframe,.media-video__popup-global .media-video__popup-content .media-video__player{width:calc(100vw - 40px);max-width:95%;max-height:70vh;border-radius:10px}}.media-video__popup-global .media-video__popup-content iframe.paused,.media-video__popup-global .media-video__popup-content .media-video__player.paused{opacity:.95}.media-video__popup-global .media-video__popup-content p{color:white;text-align:center;font-size:16px}.media-video__popup{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(9,9,11,0.5);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;margin:0 !important;z-index:999999}.media-video__popup-bg{position:absolute;top:0;bottom:0;left:0;right:0;background:transparent}.media-video__popup .media-video__cookie-message{justify-content:center;align-items:center;position:relative;z-index:5}.media-video__popup .media-video__cookie-message p{color:white}.media-video__popup iframe,.media-video__popup .media-video__player{position:relative;border-radius:20px;-webkit-box-shadow:0 24px 48px -12px rgba(9,9,11,0.3);box-shadow:0 24px 48px -12px rgba(9,9,11,0.3);max-width:50%;max-height:95%;width:auto;height:auto;aspect-ratio:16/9}@media(max-width:767px){.media-video__popup iframe,.media-video__popup .media-video__player{width:calc(100vw - 30px);max-width:90%;border-radius:10px}}.media-video__popup iframe.paused,.media-video__popup .media-video__player.paused{opacity:.95}.media-video-w{display:flex;justify-content:center;margin:0 !important}.orientation-landsape .media-video__popup iframe,.orientation-landsape .media-video__popup .media-video__player{position:fixed;width:100%;height:100%;border-radius:0;top:0;left:0}.media-video__close{display:flex;position:absolute;top:20px;right:20px;z-index:15;color:white;text-decoration:none;font-size:16px;font-weight:600;padding:10px 15px;border-radius:8px;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);-webkit-transition:all .3s ease;transition:all .3s ease}.media-video__close:hover{background:rgba(255,255,255,0.2);color:white;text-decoration:none}@media(max-width:767px){.media-video__close{top:10px;right:10px;font-size:14px;padding:8px 12px}}