body .component-youtubepanel-v1{display:flex;flex-direction:column;width:100%;background-color:var(--neutralcolor-detail);transition:all .3s}body .component-youtubepanel-v1>section{display:flex;flex-direction:column;width:100%;contain:layout inline-size;container-type:inline-size;container-name:component_youtubepanel_v1}body .component-youtubepanel-v1>section .cmpntYoutubePanel{display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:center;width:100%;gap:25px;padding:20px 15px}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;width:100%;padding-bottom:20px}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header::after{content:"";position:absolute;width:100%;height:2px;background-color:var(--secondarycolor-additional);left:0;bottom:0}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header>span{display:flex;justify-content:center;align-items:center;width:35px}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header>span i{font-size:3.2rem;color:var(--secondarycolor-main)}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header h2{font-weight:400;color:var(--neutralcolor-main);font-size:1.6rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header h2 span{font-weight:700}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos{display:grid;justify-items:center;overflow:hidden;width:100%;grid-gap:10px;padding:0}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video{display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;width:100%;cursor:pointer}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(1){grid-area:video1}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(2){grid-area:video2}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(3){grid-area:video3}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(4){grid-area:video4}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(5){grid-area:video5}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(6){grid-area:video6}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:nth-of-type(7){grid-area:video7}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:rgba(0,0,0,.75);position:absolute;top:0;left:0;z-index:99;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter .title{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:5px;position:absolute;top:5px;left:5px;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter .title span{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;overflow:hidden}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter .title span img{width:100%;height:100%;object-fit:cover;object-position:center}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter .title h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;width:calc(100% - 10px);color:#fff;font-weight:600}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter>span{display:flex;justify-content:center;align-items:center;line-height:0;background-color:#fff;border-radius:50%;width:40px;height:40px;overflow:hidden;opacity:.25;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter>span i{font-size:5rem;line-height:0;color:red;border-radius:50%}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .thumb{width:100%;height:100%;overflow:hidden;z-index:9}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .thumb img{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter{background-color:rgba(0,0,0,.25);transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter .title{opacity:0;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter>span{opacity:1;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .thumb img{transform:scale(1.1);transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-1{max-width:1080px;grid-template-columns:100%;grid-template-areas:"video1"}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-1 .video:nth-of-type(1){max-width:770px;height:100%;max-height:195px}@container component_youtubepanel_v1 (min-width: 600px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-1 .video:nth-of-type(1){max-height:250px}}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-1 .video:nth-of-type(1){max-height:350px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-1 .video:nth-of-type(1) .filter h2{font-size:2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-2{max-width:1080px;grid-template-columns:100%;grid-template-areas:"video1" "video2"}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-2{grid-template-columns:calc(50% - 5px) calc(50% - 5px);grid-template-areas:"video1 video2"}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-2 .video{height:100%;max-height:195px}@container component_youtubepanel_v1 (min-width: 600px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-2 .video{max-height:250px}}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-2 .video{max-height:350px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-2 .video .filter h2{font-size:2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3{max-width:1080px;grid-template-columns:calc(50% - 5px);grid-template-areas:"video1 video1" "video2 video3"}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3{grid-template-columns:calc(100% - 185px - 10px) 185px;grid-template-areas:"video1 video2" "video1 video3"}}@container component_youtubepanel_v1 (min-width: 1080px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3{grid-template-columns:calc(82% - 10px) 18%;grid-template-areas:"video1 video2" "video1 video3"}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3 .video:nth-of-type(1){min-height:195px}@container component_youtubepanel_v1 (min-width: 600px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3 .video:nth-of-type(1){min-height:240px;max-height:250px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3 .video:nth-of-type(1) .filter h2{font-size:2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3 .video:not(:nth-of-type(1)){height:100px}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3 .video:not(:nth-of-type(1)){height:120px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-3 .video:not(:nth-of-type(1)) .filter h2{font-size:1.2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4{max-width:1080px;grid-template-columns:calc(33.33% - 6.7px);grid-template-areas:"video1 video1 video1" "video2 video3 video4"}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4{grid-template-columns:calc(100% - 185px - 10px) 185px;grid-template-areas:"video1 video2" "video1 video3" "video1 video4"}}@container component_youtubepanel_v1 (min-width: 1080px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4{grid-template-columns:calc(82% - 10px) 18%;grid-template-areas:"video1 video2" "video1 video3" "video1 video4"}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4 .video:nth-of-type(1){min-height:195px}@container component_youtubepanel_v1 (min-width: 600px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4 .video:nth-of-type(1){min-height:240px;max-height:380px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4 .video:nth-of-type(1) .filter h2{font-size:2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4 .video:not(:nth-of-type(1)){height:100px}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4 .video:not(:nth-of-type(1)){height:120px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-4 .video:not(:nth-of-type(1)) .filter h2{font-size:1.2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5{max-width:1080px;grid-template-columns:calc(50% - 5px);grid-template-areas:"video1 video1" "video2 video3" "video4 video5"}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5{grid-template-columns:calc(100% - 185px - 10px) 185px;grid-template-areas:"video1 video2" "video1 video3" "video1 video4" "video1 video5"}}@container component_youtubepanel_v1 (min-width: 1080px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5{grid-template-columns:calc(82% - 10px) 18%;grid-template-areas:"video1 video2" "video1 video3" "video1 video4" "video1 video5"}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5 .video:nth-of-type(1){min-height:195px}@container component_youtubepanel_v1 (min-width: 600px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5 .video:nth-of-type(1){min-height:240px;max-height:350px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5 .video:nth-of-type(1) .filter h2{font-size:2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5 .video:not(:nth-of-type(1)){height:100px}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5 .video:not(:nth-of-type(1)){height:80px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-5 .video:not(:nth-of-type(1)) .filter h2{font-size:1.2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7{grid-template-columns:calc(33.33% - 6.7px);grid-template-areas:"video1 video1 video1" "video2 video3 video4"}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7{grid-template-columns:calc(100% - 185px - 10px) 185px;grid-template-areas:"video1 video2" "video1 video3" "video1 video4"}}@container component_youtubepanel_v1 (min-width: 1080px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7{grid-template-columns:calc(82% - 10px - 18% - 10px) 18% 18%;grid-template-areas:"video1 video2 video5" "video1 video3 video6" "video1 video4 video7"}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:nth-of-type(1),body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:nth-of-type(1){min-height:195px}@container component_youtubepanel_v1 (min-width: 600px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:nth-of-type(1),body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:nth-of-type(1){min-height:240px;max-height:380px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:nth-of-type(1) .filter h2,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:nth-of-type(1) .filter h2{font-size:2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:not(:nth-of-type(1)),body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:not(:nth-of-type(1)){height:100px}@container component_youtubepanel_v1 (min-width: 800px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:not(:nth-of-type(1)),body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:not(:nth-of-type(1)){height:120px}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:not(:nth-of-type(1)) .filter h2,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:not(:nth-of-type(1)) .filter h2{font-size:1.2rem}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:nth-of-type(n+5),body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:nth-of-type(n+5){display:none}@container component_youtubepanel_v1 (min-width: 1080px){body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-6 .video:nth-of-type(n+5),body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos.totalResults-7 .video:nth-of-type(n+5){display:flex}}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta{display:flex;justify-content:flex-end;align-items:center;width:100%}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a{display:flex;justify-content:center;align-items:center;gap:5px;padding:5px 10px;font-size:1.4rem;transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a span{color:var(--primarycolor-additional);font-weight:700;text-decoration:underline}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a i{color:var(--primarycolor-additional);font-size:1.6rem;font-weight:400}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:visited span,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:visited i{color:var(--primarycolor-additional);transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:hover span,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:hover i{color:var(--secondarycolor-main);transition:all .3s}body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:active span,body .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:active i{color:var(--secondarycolor-additional);transition:all .3s}body .cmpntYTPanel_v1_player{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;gap:20px;padding:5px;background-color:rgba(0,0,0,.9);top:0;left:0;width:100%;height:100vh;z-index:-999;opacity:0;transition:all .3s}body .cmpntYTPanel_v1_player.activedPlayer{z-index:99999999;opacity:1;transition:all .3s}body .cmpntYTPanel_v1_player h1{font-size:4rem}body .cmpntYTPanel_v1_player span{display:flex;justify-content:center;align-items:center;width:45px;height:45px;position:absolute;top:10px;right:10px;padding:5px 10px;cursor:pointer;border-radius:50%;overflow:hidden}body .cmpntYTPanel_v1_player span i{font-size:4rem;color:var(--neutralcolor-detail);transition:all .3s}body .cmpntYTPanel_v1_player span:hover i{color:var(--secondarycolor-additional);transition:all .3s}body .cmpntYTPanel_v1_player iframe{width:100%;height:100%;max-width:960px;max-height:540px;border:2px solid rgba(255,255,255,.15);border-radius:10px}body.adaptContrastActive .component-youtubepanel-v1{background-color:var(--contrastcolor-background)}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header>span i{color:var(--contrastcolor-text)}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header h2{color:var(--contrastcolor-text)}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__header::after{opacity:0}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video{border:1px solid var(--contrastcolor-text)}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter span{opacity:1;width:30px;height:30px}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter span i{font-size:4rem}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter .title{opacity:1}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video .filter .title h2{text-decoration:underline}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter{background-color:rgba(0,0,0,.75)}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter>span{opacity:1}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter .title{opacity:1}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__videos .video:hover .filter .title h2{color:var(--contrastcolor-hover)}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a{border:1px solid var(--contrastcolor-text);text-decoration:underline;border-radius:5px;color:var(--contrastcolor-text);transition:all .3s}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:visited span,body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:visited i{text-decoration:underline;color:var(--contrastcolor-text);transition:all .3s}body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:hover span,body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:hover i,body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:active span,body.adaptContrastActive .component-youtubepanel-v1>section .cmpntYoutubePanel .cmpntYoutubePanel__cta a:active i{text-decoration:underline;color:var(--contrastcolor-hover);transition:all .3s}body.adaptContrastActive .cmpntYTPanel_v1_player span i{text-decoration:underline;color:var(--contrastcolor-text);transition:all .3s}body.adaptContrastActive .cmpntYTPanel_v1_player span:hover i{color:var(--contrastcolor-hover);transition:all .3s}
