.VideoControlButton{color:#fff;cursor:pointer;aspect-ratio:1;align-items:center;justify-items:center;width:40px;padding:0;display:grid}.VideoControlButton__icon{fill:currentColor;width:40px}.Skeleton{width:var(--skeleton-default-width);height:var(--skeleton-default-height);aspect-ratio:var(--skeleton-default-aspect-ratio);border-radius:4px;animation:1s linear infinite alternate skeleton-loading}@media screen and (min-width:670px){.Skeleton{width:var(--skeleton-medium-width);height:var(--skeleton-medium-height);aspect-ratio:var(--skeleton-medium-aspect-ratio)}}@media screen and (min-width:1024px){.Skeleton{width:var(--skeleton-large-width);height:var(--skeleton-large-height);aspect-ratio:var(--skeleton-large-aspect-ratio)}}.Skeleton.is-inverted{animation:1s linear infinite alternate skeleton-loading-dark}.Skeleton.is-circle{border-radius:50%}.Skeleton.is-absolute{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes skeleton-loading{0%{background-color:#dddfe6}to{background-color:#f2f5fc}}@keyframes skeleton-loading-dark{0%{background-color:#686868}to{background-color:#303030}}.Youtube{width:100%;height:100%;display:grid;position:relative}.Youtube__overlay{z-index:1;grid-template-areas:"main";width:100%;height:100%;display:grid;position:absolute;overflow:hidden}.Youtube__button,.Youtube__textContent,.Youtube__control{grid-area:main;overflow:hidden}.Youtube__button{padding:0}.Youtube__textContent{display:none}@media screen and (min-width:670px){.Youtube__textContent{z-index:2;color:#fff;pointer-events:none;flex-direction:column;align-self:center;gap:8px;padding:24px;display:flex}}.Youtube__title{font-family:AlpineNewAlps\, sans-serif;font-size:2.4rem;font-weight:400;line-height:1.4}.Youtube__bodycopy{font-family:AlpineNewAlps\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.Youtube__control{align-self:center;justify-self:center;margin:24px}.Youtube__socialCookies{background-color:#000;flex-direction:column;justify-content:center;align-items:center;gap:32px;height:100%;padding:16px;display:flex}.Youtube__socialCookiesMessage{color:#fff;text-align:center;font-size:1.4rem}.Youtube__socialCookiesCtas{flex-direction:column;justify-content:center;gap:16px;display:flex}@media screen and (min-width:670px){.Youtube__socialCookiesCtas{flex-direction:row}}.Youtube__skeleton{width:100%;height:100%;position:absolute}.CustomScroll{position:relative}.CustomScroll.is-full-height{align-items:center;height:100%}.CustomScroll.is-navbar-dots-below{margin-bottom:64px}.CustomScroll.is-navbar-arrows-bottom .CustomScroll__container{padding-bottom:32px}.CustomScroll__container{-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;width:100%;display:flex;overflow-x:scroll;overflow-y:hidden}.CustomScroll__container::-webkit-scrollbar{display:none}.CustomScroll__container.has-smooth-scroll{scroll-behavior:smooth}.CustomScroll__container.is-full-height{align-items:center;height:100%}@media screen and (min-width:670px){.CustomScroll__container.is-simplified{margin:0 32px}}.CustomScroll__container.is-display-card{margin:0}.CustomScroll__child.is-snap-center{scroll-snap-align:center}.CustomScroll__child.is-snap-start{scroll-snap-align:start}.CustomScroll__child.is-snap-center-start{scroll-snap-align:center}@media screen and (min-width:670px){.CustomScroll__child.is-snap-center-start{scroll-snap-align:start}}.CustomScroll__child.is-display-fullwidth{min-width:100%}.CustomScroll__child.is-full-height{height:100%}.CustomScroll__arrow{z-index:2;cursor:pointer;opacity:.75;background-color:#000;justify-content:center;align-items:center;width:25px;height:45px;display:none;position:absolute;top:50%;transform:translateY(-50%)}.CustomScroll__arrow.is-left-right-all{display:flex}.CustomScroll__arrow.is-simplified{background-color:transparent;padding:0}@media screen and (min-width:670px){.CustomScroll__arrow{width:auto;height:60px;display:flex}}.CustomScroll__arrowLeft{padding:0;left:0}.CustomScroll__arrowRight{padding:0;right:0}.CustomScroll_center{display:flex}.CustomScroll_center .CustomScroll__container{width:auto;margin:0 auto}.CustomScroll_electric .CustomScroll__arrow.is-simplified .CustomScroll__Arrows_arrow path{fill:#0a0a0a}.CustomScroll__dots{z-index:1;line-height:0;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.CustomScroll__dots.is-below{bottom:-32px}@media screen and (min-width:670px){.CustomScroll__dots.is-mobile-only{display:none}}.CustomScroll__dot:not(:last-of-type){margin-right:4px}.CustomScroll__dotButton{width:18px;height:18px;padding:0;position:relative}.CustomScroll__dotButton:before{content:"";background-color:#fff;border:1px solid #dddfe6;border-radius:50%;width:13px;height:13px;transition-duration:0s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomScroll__dotButton:after{content:"";border:1px solid transparent;border-radius:50%;width:16px;height:16px;padding-top:1px;transition-duration:0s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomScroll__tabs{-ms-overflow-style:none;scrollbar-width:none;z-index:2;gap:8px;width:calc(100% - 32px);display:flex;position:absolute;bottom:0;left:16px;overflow-x:scroll}.CustomScroll__tabs::-webkit-scrollbar{display:none}@media screen and (min-width:670px){.CustomScroll__tabs{width:80%;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.CustomScroll__tabs:before{content:none}}.CustomScroll__tab{flex:1 0 100px;min-width:0}@media screen and (min-width:670px){.CustomScroll__tab{flex:0 0 160px}}.CustomScroll__tab:first-of-type{margin-left:auto}.CustomScroll__tab:last-of-type{margin-right:auto}.CustomScroll__tabButton{color:#fff;text-align:left;white-space:nowrap;text-overflow:ellipsis;opacity:.6;width:100%;padding:16px 16px 16px 0;font-size:1.3rem;line-height:1.4;position:relative;overflow:hidden}.CustomScroll__tabButton:before{content:"";background:currentColor;width:100%;height:1px;position:absolute;top:2px}.CustomScroll__tabButton.is-active{opacity:1}.CustomScroll__tabButton.is-active:before{height:3px;top:0}.CustomScroll__bottomArrows{width:100%;display:flex;position:absolute;bottom:0}.CustomScroll__bottomArrows.is-darkmode .CustomScroll__bottomArrowsLeft .CustomScroll__Arrows_arrow,.CustomScroll__bottomArrows.is-darkmode .CustomScroll__bottomArrowsRight .CustomScroll__Arrows_arrow{fill:#fff}.CustomScroll__bottomArrows.is-right-bottom-arrows-displayed{justify-content:flex-end}@media screen and (min-width:670px){.CustomScroll__bottomArrows{max-width:calc(100vw - 40px)}}@media screen and (min-width:1024px){.CustomScroll__bottomArrows{max-width:calc(100vw - 80px)}}.CustomScroll__bottomArrowsLeft{margin-right:32px;padding:0}.CustomScroll__bottomArrowsRight{padding:0}.CustomScroll__Arrows_arrow{width:32px;display:block}.CustomScroll__Arrows_arrow.is-rtl{transform:rotate(180deg)}.CustomScroll__bottomArrows_disabled{opacity:.3}.CustomScroll__counter{color:#fff;text-align:center;background:#626366;border-radius:16px;justify-content:center;align-items:center;width:48px;height:24px;font-family:AlpineNewAlps\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4;display:flex;position:absolute;bottom:8px;left:8px}@media screen and (min-width:670px){.CustomScroll__counter{bottom:12px;left:12px}}.CustomScroll.is-darkmode .CustomScroll__dotButton.is-active:before{background-color:#fff}@media screen and (min-width:670px){.CustomScroll__dots{bottom:32px}}.CustomScroll__dot{margin:0 4px}.CustomScroll__dotButton{width:24px;height:3px}.CustomScroll__dotButton.is-active{width:56px}.CustomScroll__dotButton.is-active:before{background-color:#00f;width:56px;transition:width .3s}.CustomScroll__dotButton.is-active:after{content:none}.CustomScroll__dotButton:before{background-color:#19191a;border:none;border-radius:0;width:24px;height:3px;transition:width .3s}.CustomScroll__arrow{opacity:1;background-color:#fff;width:44px;height:44px}.CustomScroll__arrow .CustomScroll__Arrows_arrow{width:24px;margin:auto}.CustomScroll__arrow .CustomScroll__Arrows_arrow path{fill:#363738}.CustomScroll__arrow.is-simplified{background-color:#fff;width:44px;height:44px}.CustomScroll__arrow.is-simplified .CustomScroll__Arrows_arrow path{fill:currentColor}.CustomScroll__tabButton{font-size:1.6rem}.BackButton{justify-content:space-between;margin:16px;display:flex}@media screen and (min-width:1024px){.BackButton{margin:16px 0}}.BackButton__back{color:#626366;align-items:center;padding:0 28px;font-size:1.4rem;display:flex;position:relative}.BackButton__back .BackButton__icon{fill:#363738;width:14px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.BackButton__back.is-darkMode{color:#fff}.BackButton__back.is-darkMode .BackButton__icon{fill:#fff}.BackButton__back{padding:0 20px;font-family:AlpineNewAlps\, sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4}.ArticleTitle{background-color:#fff;padding:16px}.ArticleTitle__wrapper{flex-direction:column;display:flex}.ArticleTitle__link{display:block}.ArticleTitle__link.is-overlay-link:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.ArticleTitle__title{text-transform:uppercase;color:#0a0a0a;margin:0 0 24px;padding:0 0 16px;font-family:AlpineNewAlps\, sans-serif;font-size:2rem;font-weight:700;line-height:1;display:inline-block;position:relative}@media screen and (min-width:1024px){.ArticleTitle__title{font-size:2.5rem}}@media screen and (min-width:670px){.ArticleTitle__title{padding:0 0 24px}}.ArticleTitle__title:after{content:"";background-color:#00f;width:50px;height:3px;position:absolute;bottom:0;left:0}.ArticleTitle__subTitle{color:#626366;font-family:AlpineNewAlps\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.ArticleTitle__article{padding:0 0 24px}.ArticleTitle__center{text-align:center}.ArticleTitle__center .ArticleTitle__title:after{position:absolute;left:50%;transform:translate(-50%)}.ArticleTitle_header{padding:32px}.ArticleTitle_header .ArticleTitle__title{text-transform:uppercase;font-family:AlpineNewAlps\, sans-serif;font-size:3.6rem;font-weight:700;line-height:1}@media screen and (min-width:1024px){.ArticleTitle_header .ArticleTitle__title{font-size:4rem}}.ArticleTitle_header .ArticleTitle__subTitle{padding-bottom:8px}.ArticleTitle__darkBackground{color:#fff;background-color:#000}.ArticleTitle__darkBackground .ArticleTitle__title,.ArticleTitle__darkBackground .ArticleTitle__subTitle{color:#fff}.ArticleTitle__readMore{margin-top:16px}.ArticleTitle__introduction,.ArticleTitle__article{display:none}.ArticleTitle__title{text-transform:uppercase;margin-bottom:8px;padding:0;font-family:AlpineNewAlps\, sans-serif;font-size:2.4rem;font-weight:700;line-height:1.2}.ArticleTitle__title:after{content:none}.ArticleTitle__subTitle{font-size:1.6rem}.ArticleTitle__introduction{color:#626366;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-family:AlpineNewAlps\, sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.ArticleTitle__author{display:none}.ArticleTitle__date{font-family:AlpineNewAlps\, sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4}.ArticleTitle__darkBackground{background-color:unset}.ArticleTitle__darkBackground .ArticleTitle__date{font-family:AlpineNewAlps\, sans-serif;font-size:1.8rem;font-weight:400;line-height:1.4}.ArticleTitle__darkBackground .ArticleTitle__subTitle{margin-bottom:8px}.ArticleTitle__darkBackground .ArticleTitle__title,.ArticleTitle__darkBackground .ArticleTitle__subTitle{text-transform:uppercase;font-family:AlpineNewAlps\, sans-serif;font-size:3.2rem;font-weight:700;line-height:1.2}@media screen and (min-width:1024px){.ArticleTitle__darkBackground .ArticleTitle__title,.ArticleTitle__darkBackground .ArticleTitle__subTitle{font-size:4rem}}.ArticleTitle__darkBackground .ArticleTitle__introduction{display:none}.ArticleTitle__darkBackground .ArticleTitle__wrapper{flex-direction:column-reverse;margin-bottom:40px}.ArticleTitle__darkBackground .ArticleTitle__title,.ArticleTitle__darkBackground .ArticleTitle__subTitle,.ArticleTitle__darkBackground .ArticleTitle__readMore{color:#fff}.ArticleTitle_header{text-align:center;margin-bottom:32px;padding:16px}@media screen and (min-width:670px){.ArticleTitle_header{margin-bottom:64px}}.ArticleTitle_header .ArticleTitle__title{text-transform:uppercase;margin-bottom:24px;font-family:AlpineNewAlps\, sans-serif;font-size:3.2rem;font-weight:700;line-height:1.2}@media screen and (min-width:1024px){.ArticleTitle_header .ArticleTitle__title{font-size:4.8rem}}.ArticleTitle_header .ArticleTitle__subTitle{color:#0a0a0a;padding-bottom:0}.ArticleTitle_header .ArticleTitle__author,.ArticleTitle_header .ArticleTitle__date{font-family:AlpineNewAlps\, sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4;display:inline-block}.ArticleHeader{flex-direction:column;width:100%;padding:0 8px;display:flex;overflow:hidden}@media screen and (min-width:670px){.ArticleHeader{padding:0 80px}}.ArticleHeader__backNavigation{margin:32px 8px;display:flex}.ArticleHeader__figure,.ArticleHeader__slider{aspect-ratio:16/9}@media screen and (min-width:1280px){.ArticleHeader__slider{width:100vw;position:relative;left:calc(50% - 50vw)}}.ArticleHeader{overflow:unset;padding:0}.ArticleHeader__backNavigation{font-family:AlpineNewAlps\, sans-serif;font-weight:400;line-height:1.4}