.search-container{display:flex;justify-content:center;width:100%}@media(min-width:992px){.search-container{width:-moz-fit-content;width:fit-content;justify-content:right}}.header-search-box{background:var(--grey-light);border-radius:46px;border:2px solid transparent;color:var(--grey-darker);display:flex;align-items:center;height:46px;padding:8px 12px;position:relative;width:100%;transition:all .2s ease-in-out}@media(min-width:992px){.header-search-box{width:290px}}@media(min-width:1280px){.header-search-box{width:378px}}.header-search-box img{margin-left:6px}.header-search-box img.searching{color:var(--black-light)}.header-search-box input{padding-left:12px;width:100%;background:transparent;font-size:17px!important;caret-color:var(--red-base)}.header-search-box input:active,.header-search-box input:focus{outline:none}.header-search-box:active{padding-top:10px;padding-bottom:10px}.header-search-box:active,.header-search-box:hover{height:56px;background:var(--white-base);box-shadow:0 3px 6px rgba(0,0,0,.05);border:2px solid var(--grey-base);border-radius:10px}.header-search-box:focus-within{height:56px;background:var(--white-base);box-shadow:0 3px 6px rgba(0,0,0,.05);border:2px solid var(--grey-base);border-radius:10px}.header-links-box{display:flex;flex-direction:row;gap:16px;width:-moz-fit-content;width:fit-content}.header-links-box-mobile{display:flex;flex-direction:row;gap:8px;width:90%}.projections-search{background:var(--grey-light);border-radius:46px;color:var(--grey-darker);display:flex;align-items:center;padding:8px 12px;position:relative;transition:all .3 ease-in-out}.projections-search--active{border-radius:46px 46px 0 0!important;transition:all .3s ease-in-out}.projections-search__input{width:378px;padding-left:12px;width:100%;background:var(--grey-light);font-size:14px!important}.projections-search__input:focus{outline:none}.projections-search__input--small{width:42px;height:42px}.projections-search__input img{margin-left:12px}.projections-search__container{display:flex;flex-direction:row;justify-content:flex-end;align-self:flex-start;margin-left:auto}.projections-search__results{z-index:1;position:absolute;top:40px;left:0;width:100%;padding:8px;border-radius:0 0 10px 10px;background-color:hsl(from var(--vs-bg) h s l/1);display:none}.projections-search__results--active{display:block}.projections-search__result{display:flex;flex-direction:row;align-items:center;gap:14px;padding:8px 8px 8px 6px;background-color:hsl(from var(--vs-bg) h s l/1);cursor:pointer}.projections-search__result:hover{background-color:var(--white-dark)}.projections-search__channels{display:flex;flex-direction:row;gap:11px}.projections-search__channel{display:flex;flex-direction:row;gap:10px;height:53px;width:175px;border-radius:6px;justify-content:center;align-items:center;cursor:pointer;position:relative}.projections-search__channel:hover{background-color:var(--grey-base)}.projections-search__channel .projections-channel-close-btn{display:flex;right:-6px;top:-6px;width:18px;height:18px;background:#fff;border-radius:50%;border:1px solid hsl(from var(--vs-border) h s l/1);position:absolute;align-items:center;justify-content:center;cursor:pointer}.projections-search__channel .projections-channel-close-btn .close-button{transition:transform .3s ease;opacity:.7}.projections-search__channel .projections-channel-close-btn:hover{cursor:pointer;transform:scale(1.1);opacity:1}.projections-search__channel--current:before,.projections-search__channel--selected:before{content:"";display:block;width:6px;height:42px;border-radius:5px}.projections-search__channel--current:before{background:var(--red-base)}.projections-search__channel--selected:before{background:var(--blue-lighter)}.projections-search__channel-img{width:42px;height:42px;border-radius:4px}.projections-search__channel-name{color:#000;font-size:14px!important;font-style:normal;font-weight:600!important;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.projections-search__channel-views{color:#000;font-size:12px!important;font-style:normal;font-weight:500!important;line-height:normal;letter-spacing:-.24px}.projections-search__channel-lbl{color:#ababab;font-size:10px!important;font-style:normal;font-weight:500!important;line-height:normal;letter-spacing:-.2px}.projections-search__channel-info{display:flex;height:-moz-fit-content;height:fit-content;flex-direction:column;width:100px}.chart-card{height:100%;width:100%;display:flex;flex-direction:column}@media(min-width:992px){.chart-card{border:1px solid hsl(from var(--vs-border) h s l/1);background-color:hsl(from var(--vs-content-bg) h s l/1);box-shadow:0 3px 6px rgba(0,0,0,.03)}}.chart-card .chart-headline{font-weight:600!important;color:#000;font-size:20px!important;padding:16px}.chart-type-button__divider{display:none}@media(min-width:768px){.chart-type-button__divider{display:inline-block}}.chart{width:100%;flex:1}@media only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.chart{zoom:125%!important}}@media(min-width:992px){.chart-card{height:100%;padding:20px;flex-direction:column;border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px}.chart-type{width:auto;justify-content:unset}.chart-type button{border:1.35px solid var(--grey-base)}.chart-type--metric{display:block}}.chart-base-infos{padding:17px 13px}@media(min-width:992px){.chart-base-infos{display:none}}.chart-base-infos__headline,.chart-base-infos__viewcount{font-size:24px!important;font-weight:500!important}.chart-base-infos__delta-text{font-size:12px!important;font-style:normal;color:var(--green-base)}.intersection-text{margin-top:10px;display:flex;flex-direction:row;align-items:center;font-size:18px!important}.intersection-text-bold{font-weight:600!important;margin:0 4px}.intersection-text img{margin-right:4px}.vs-projections-table{background:hsl(from var(--vs-bg) h s l/1);border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;font-size:14px!important;font-weight:400!important;margin-bottom:32px;overflow:hidden}.vs-projections-table .vspt-cell{padding:16px}.vs-projections-table .vspt-cell--show-mobile{display:block}.vs-projections-table .vspt-cell--hide-mobile,.vs-projections-table .vspt-cell--show-desktop{display:none}@media(min-width:992px){.vs-projections-table .vspt-cell--show-mobile{display:none}.vs-projections-table .vspt-cell--show-desktop{display:block}}.vs-projections-table .vspt-header,.vs-projections-table .vspt-row{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;border:1px solid hsl(from var(--vs-border) h s l/1)}.vs-projections-table .vspt-header:last-child,.vs-projections-table .vspt-row:last-child{border-bottom:none;border:1px solid hsl(from var(--vs-border) h s l/1)}@media(min-width:992px){.vs-projections-table .vspt-header,.vs-projections-table .vspt-row{grid-template-columns:1fr 1fr 2fr 2fr}}.vs-projections-table .vspt-header{border:1px solid hsl(from var(--vs-border) h s l/1);background-color:var(--white-dark);font-size:14px!important;font-weight:400!important}.vs-projections-table .vspt-header .vspt-cell{border-right:1px solid var(--grey-base);background-color:hsl(from var(--vs-bg) h s l/1)}.vs-projections-table .vspt-header .vspt-cell:last-child{border-right:none}.vs-projections-table .vspt-row{background-color:var(--white-dark)}.vs-projections-table .vspt-row:nth-child(2n){background:var(--grey-lighter)}.vs-projections-table .vspt-row:nth-child(odd){background:hsl(from var(--vs-bg) h s l/1)}.vs-projections-table .vspt-row:last-child .vspt-cell:first-child{border-radius:0 0 0 10px}.vs-projections-table .vspt-row:last-child .vspt-cell:last-child{border-radius:0 0 10px 0}.vs-projections-table .vspt-row .vspt-cell{font-size:14px!important}.vs-projections-table .vspt-row .vspt-cell:first-child{border-right:1px solid var(--grey-base)}.vs-projections-table .vspt-row .vspt-cell:last-child{border-right:none}.vs-projections-table .vspt-row .vspt-cell--clr-green{color:var(--green-base)}.vs-projections-table .vspt-tab{cursor:pointer;background:var(--grey-base);border-radius:10px;color:#000;padding:12px 20px;transition:.3s ease}.vs-projections-table .vspt-tab--active,.vs-projections-table .vspt-tab:hover{background:var(--black-light);color:hsl(from var(--vs-bg) h s l/1)}@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}.projections{display:flex;flex-direction:column;gap:32px;color:hsl(from var(--vs-text) h s l/1)}.projections .projections-info-card-container{display:flex;flex-direction:column;align-items:center}@media(min-width:992px){.projections .projections-info-card-container{justify-content:space-between;flex-direction:row;gap:24px}}.projections .projections-info-card-container .milestone-container{width:90%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border:1px solid hsl(from var(--vs-border) h s l/1);background:hsl(from var(--vs-bg) h s l/1);transition:.3s ease}.projections .projections-info-card-container .milestone-container:last-child{border-bottom:none}@media(min-width:992px){.projections .projections-info-card-container .milestone-container:last-child{border:1px solid hsl(from var(--vs-border) h s l/1)}.projections .projections-info-card-container .milestone-container{width:396px;height:98px;justify-content:space-between;padding:20px 24px;border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.03)}.projections .projections-info-card-container .milestone-container:hover{box-shadow:0 6px 18px rgba(0,0,0,.08)}}.projections .projections-chart{display:flex;flex-direction:column}@media(min-width:992px){.projections .projections-chart{min-height:525px}.projections .projections-chart-container{height:525px;padding:20px;border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;background-color:hsl(from var(--vs-bg) h s l/1);box-shadow:0 3px 6px rgba(0,0,0,.03)}.projections .projections-table-container{background:hsl(from var(--vs-bg) h s l/1);border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;margin-bottom:32px;height:350px}}.projections .projections-title{font-size:20px!important;padding-left:16px;padding-top:20px;font-weight:600!important}@media(min-width:992px){.projections .projections-title{font-size:24px!important;font-weight:500!important;padding:unset;padding-top:10px}}.projections .projections-no-container{height:100%;padding:20px;border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.projections .projections-no-container>h2{font-size:28px!important}.vspt-tabs{display:flex;gap:24px;padding:16px 24px}