:root{--layoutPositionTop: clamp(0px, calc(100vw * 0.5625), 540px);--layoutPositionLeft: auto;--layoutPositionRight: auto;--layoutPositionBottom: auto;--layoutPositionTransformX: 0;--layoutPositionTransformY: 0;--layoutPositionPaddingVertical: 0px;--layoutPositionPaddingHorizontal: 0px}.player-layer-root .player-layer-position{position:absolute;z-index:2;top:var(--layoutPositionTop);left:var(--layoutPositionLeft);right:var(--layoutPositionRight);bottom:var(--layoutPositionBottom);transform:translate(var(--layoutPositionTransformX), var(--layoutPositionTransformY))}.player-layer-root .player-layer-position.player-layer-position--top{--layoutPositionTop: var(--layoutPositionPaddingVertical)}.player-layer-root .player-layer-position.player-layer-position--middle{--layoutPositionTop: 50%;--layoutPositionTransformY: -50%}.player-layer-root .player-layer-position.player-layer-position--bottom{--layoutPositionBottom: var(--layoutPositionPaddingVertical)}.player-layer-root .player-layer-position.player-layer-position--left{--layoutPositionLeft: var(--layoutPositionPaddingHorizontal)}.player-layer-root .player-layer-position.player-layer-position--center{--layoutPositionLeft: 50%;--layoutPositionTransformX: -50%}.player-layer-root .player-layer-position.player-layer-position--right{--layoutPositionRight: var(--layoutPositionPaddingHorizontal)}

:root{--ctaPaddingHorizontal: 15px;--ctaPaddingVertical: 7px;--ctaBorderRadius: 0px 20px 20px 0;--ctaFontFamily: sans-serif;--ctaFontSize: 14px;--ctaColor: rgb(0, 0, 0);--ctaBorderColor: rgba(255, 255, 255 1);--ctaBorderWidth: 1px;--ctaBackgroundColor: rgba(255, 255, 255, 0.9);--ctaLetterSpacing: 0}.player-layer-root .player-layer-touchbug-cta{position:relative;overflow:hidden;display:flex;justify-content:flex-end;cursor:pointer}.player-layer-root .player-layer-touchbug-cta.player-layer-touchbug-cta--big{--ctaBorderRadius: 0 50px 50px 0;--ctaPaddingHorizontal: 20px}.player-layer-root .player-layer-touchbug-cta__inner{max-width:340px}.player-layer-root .player-layer-touchbug-cta__content{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:var(--ctaFontFamily);font-weight:var(--ctaFontWeight);font-size:var(--ctaFontSize);letter-spacing:var(--ctaLetterSpacing);background-color:var(--ctaBackgroundColor);border:var(--ctaBorderWidth) solid var(--ctaBorderColor);border-radius:var(--ctaBorderRadius);color:var(--ctaColor);padding:var(--ctaPaddingVertical) var(--ctaPaddingHorizontal) var(--ctaPaddingVertical) calc(calc(var(--ctaPaddingHorizontal) - 10px) + var(--touchbugHalfSize))}.player-layer-root .player-layer-touchbug-cta__description{margin-top:2px;font-size:14px;font-weight:var(--font-weight-regular)}

:root{--touchbugSize: 46px;--touchbugBorderRadius: 50%;--touchbugBackgroundGradient: '';--touchbugBackgroundColor: #fff;--touchbugHalfSize: calc(var(--touchbugSize) / 2);--touchbugIconSize: 28px;--touchbugIconColor: rgb(255, 255, 255);--touchbugPulseShadow: rgb(208, 255, 0);--touchbugPostInteractionTransparency: 0.5}.player-layer-root .player-layer-touchbug-button-circle{position:relative;z-index:2}.player-layer-root .player-layer-touchbug-button-circle.player-layer-touchbug-button-circle--big{--touchbugSize: 59px}.player-layer-root .player-layer-touchbug-button-circle__inner{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--touchbugSize);height:var(--touchbugSize);border-radius:var(--touchbugBorderRadius)}.player-layer-root .player-layer-touchbug-button-circle__inner.player-layer-touchbug-button-circle__inner--shadow:before{--touchbugShadowSize: -15px;content:'';position:absolute;top:var(--touchbugShadowSize);left:var(--touchbugShadowSize);right:var(--touchbugShadowSize);bottom:var(--touchbugShadowSize);border-radius:50%;background-color:var(--touchbugPulseShadow);will-change:transform, opacity;transform:translateZ(0) scale(0);-webkit-animation:player-layer-shadow 2.4s 1.2s ease infinite;animation:player-layer-shadow 2.4s 1.2s ease infinite}@-webkit-keyframes player-layer-shadow{0%{opacity:1;transform:translateZ(0) scale(0)}100%{opacity:0;transform:translateZ(0) scale(1)}}@keyframes player-layer-shadow{0%{opacity:1;transform:translateZ(0) scale(0)}100%{opacity:0;transform:translateZ(0) scale(1)}}.player-layer-root .player-layer-touchbug-button-circle__inner.player-layer-touchbug-button-circle__inner--pulse{will-change:transform;-webkit-animation:player-layer-pulse 1.2s ease infinite alternate;animation:player-layer-pulse 1.2s ease infinite alternate}@-webkit-keyframes player-layer-pulse{0%{transform:translateZ(0) scale(1)}100%{transform:translateZ(0) scale(1.1)}}@keyframes player-layer-pulse{0%{transform:translateZ(0) scale(1)}100%{transform:translateZ(0) scale(1.1)}}.player-layer-root .player-layer-touchbug-button-circle__background, .player-layer-root .player-layer-touchbug-button-circle__background-image{position:absolute;top:0;bottom:0;width:100%;height:100%}.player-layer-root .player-layer-touchbug-button-circle__background{border-radius:var(--touchbugBorderRadius);background:var(--touchbugBackgroundGradient);background-color:var(--touchbugBackgroundColor)}.player-layer-root .player-layer-touchbug-button-circle__background-image{-o-object-fit:contain;object-fit:contain}.player-layer-root .player-layer-touchbug-button-circle__icon{position:relative;width:var(--touchbugIconSize);height:var(--touchbugIconSize);fill:var(--touchbugIconColor)}.player-layer-root .player-layer-touchbug-button-circle__icon svg{transform:translateZ(0)}.player-layer-root .player-layer-touchbug-button-circle__text{position:relative;top:2px;display:block;color:var(--touchbugColor);text-align:center;font-family:var(--touchbugFontFamily);font-weight:var(--touchbugFontWeight);letter-spacing:var(--touchbugLetterSpacing);font-size:var(--touchbugFontSize);line-height:1.2}.player-layer-root .player-layer-touchbug-button-circle__image{border-radius:50%;-o-object-fit:cover;object-fit:cover}.player-layer-root .player-layer-touchbug-button-circle__wrapper-image{--border: 2px;position:absolute;top:var(--border);bottom:var(--border);left:var(--border);right:var(--border)}

.player-layer-root .player-layer-touchbug{pointer-events:auto;position:relative;display:flex;align-items:center;transition:transform 0.3s}.player-layer-root .player-layer-touchbug.player-layer-touchbug--interacted{opacity:var(--touchbugPostInteractionTransparency)}.player-layer-root .player-layer-touchbug__circle{transition:transform 0.3s}.player-layer-root .player-layer-touchbug__cta{transition:transform 0.3s}.player-layer-root .player-layer-position.player-layer-position--left .player-layer-touchbug__cta{transform:translateX(calc(-1 * var(--touchbugHalfSize)))}.player-layer-root .player-layer-position.player-layer-position--right .player-layer-touchbug, .player-layer-root .player-layer-position.player-layer-position--center .player-layer-touchbug{transform:translateX(calc(-1 * var(--touchbugHalfSize)))}.player-layer-root .player-layer-position.player-layer-position--right .player-layer-touchbug.player-layer-touchbug--cta-visible, .player-layer-root .player-layer-position.player-layer-position--center .player-layer-touchbug.player-layer-touchbug--cta-visible{transform:none}.player-layer-root .player-layer-position.player-layer-position--right .player-layer-touchbug .player-layer-touchbug__circle, .player-layer-root .player-layer-position.player-layer-position--center .player-layer-touchbug .player-layer-touchbug__circle{transform:translateX(var(--touchbugHalfSize))}

:root{--layoutOverlayWidth: 'auto';--layoutOverlayHeight: 'auto';--layoutOverlayAnimatedTransformOriginX: 50%;--layoutOverlayAnimatedTransformOriginY: 50%;--layoutOverlayButtonCloseTop: 0;--layoutOverlayButtonCloseLeft: auto;--layoutOverlayButtonCloseRight: auto;--layoutOverlayButtonCloseBottom: auto;--layoutOverlayButtonCloseTranslateX: 0;--layoutOverlayButtonCloseTranslateY: -50%;--layoutOverlayHeaderPaddingLeft: 0;--layoutOverlayHeaderPaddingRight: 0;--votableLayoutBorderColor: #c3d6db;--votableLayoutBorderWidth: 1px;--votableLayoutBorderRadius: 6px;--votableLayoutBackgroundColor: #fff;--customConstraintWidth: 'auto';--customConstraintHeight: 'auto'}.player-layer-root .player-layer-element-layout-overlay{display:block;width:100%;background:linear-gradient(180deg, rgba(17,17,17,0.0001) 16.41%, rgba(17,17,17,0.803458) 44.64%);pointer-events:auto;position:fixed;bottom:0;max-width:960px}@media (min-width: 960px){.player-layer-root .player-layer-element-layout-overlay{left:calc((100vw - 960px) / 2)}}.player-layer-root .player-layer-element-layout-overlay.player-layer-position--top{--layoutOverlayContentTop: var(--layoutButtonCloseHalfSize);--layoutOverlayAnimatedTransformOriginY: 0%}.player-layer-root .player-layer-element-layout-overlay.player-layer-position--middle{--layoutOverlayContentTranslateY: -50%}.player-layer-root .player-layer-element-layout-overlay.player-layer-position--bottom{--layoutOverlayContentBottom: 0;--layoutOverlayAnimatedTransformOriginY: 100%}.player-layer-root .player-layer-element-layout-overlay.player-layer-position--left{--layoutOverlayContentLeft: var(--layoutButtonCloseHalfSize);--layoutOverlayAnimatedTransformOriginX: 0%;--layoutOverlayButtonCloseLeft: 0;--layoutOverlayButtonCloseTranslateX: -50%;--layoutOverlayHeaderPaddingLeft: 20px;--layoutOverlayHeaderPaddingRight: 0}.player-layer-root .player-layer-element-layout-overlay.player-layer-position--center{--layoutOverlayContentTranslateX: -50%;--layoutOverlayButtonCloseRight: 0;--layoutOverlayButtonCloseTranslateX: 50%;--layoutOverlayHeaderPaddingLeft: 0;--layoutOverlayHeaderPaddingRight: 20px}.player-layer-root .player-layer-element-layout-overlay.player-layer-position--right{--layoutOverlayContentRight: var(--layoutButtonCloseHalfSize);--layoutOverlayAnimatedTransformOriginX: 100%;--layoutOverlayButtonCloseRight: 0;--layoutOverlayButtonCloseTranslateX: 50%;--layoutOverlayHeaderPaddingLeft: 0;--layoutOverlayHeaderPaddingRight: 0px}.player-layer-root .player-layer-element-layout-overlay__body{position:relative;width:100%;height:100%;border-radius:var(--votableLayoutBorderRadius);transform-origin:var(--layoutOverlayAnimatedTransformOriginX) var(--layoutOverlayAnimatedTransformOriginY);background-color:var(--votableLayoutBackgroundColor);border-style:solid;border-width:var(--votableLayoutBorderWidth);border-color:var(--votableLayoutBorderColor)}.player-layer-root .player-layer-element-layout-overlay__element{position:relative;height:100%;border-radius:var(--votableLayoutBorderRadius);overflow:initial}.player-layer-root .player-layer-element-layout-overlay__element--overflow{overflow:initial}.player-layer-root .player-layer-element-layout-overlay__element__content{height:inherit;display:flex;justify-content:center;position:absolute;width:100%}@media (min-width: 960px){.player-layer-root .player-layer-element-layout-overlay__element__content{top:-212px}}.player-layer-root .player-layer-element-layout-overlay__close{position:absolute;top:var(--layoutOverlayButtonCloseTop);left:var(--layoutOverlayButtonCloseLeft);right:var(--layoutOverlayButtonCloseRight);bottom:var(--layoutOverlayButtonCloseBottom);transform:translate(var(--layoutOverlayButtonCloseTranslateX), var(--layoutOverlayButtonCloseTranslateY))}.player-layer-root .player-layer-element-layout-overlay--hidden{visibility:hidden;transition:visibility 0.3s}.player-layer-root .player-layer-element-layout-overlay--has-button-close .player-layer-element-layout-overlay__header{padding-left:var(--layoutOverlayHeaderPaddingLeft);padding-right:var(--layoutOverlayHeaderPaddingRight)}.player-layer-root .player-layer-element-layout-overlay--has-custom-constraint--width{width:calc( var(--customConstraintWidth) - 2 * var(--layoutPositionPaddingHorizontal));height:auto;max-height:calc(100% - 2 * var(--layoutPositionPaddingVertical));max-width:calc(100% - 2 * var(--layoutPositionPaddingHorizontal))}.player-layer-root .player-layer-element-layout-overlay--has-custom-constraint--height{height:calc( var(--customConstraintHeight) - 2 * var(--layoutPositionPaddingVertical));max-height:calc(100% - 2 * var(--layoutPositionPaddingVertical));width:auto;max-width:calc(100% - 2 * var(--layoutPositionPaddingHorizontal))}

:root{--font-family-main: 'Montserrat', sans-serif;--font-family-secondary: 'Montserrat', sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--color-0-0: #000;--color-1-0: #fff;--color-success: #0d0;--color-danger: #d40000;--color-input: #ededed;--default-bg: #dfe4ea;--default-color: #1a1d24;--primary-button-bg: #4285f4;--primary-button-color: #fff}:root{--votableLayoutTitleFontFamily: var(--font-family-main);--votableLayoutTitleFontWeight: var(--font-weight-medium);--votableLayoutTitleFontSize: 14px;--votableLayoutTitleTextAlign: center;--votableLayoutPaddingVerticalMobile: 8px;--votableLayoutPaddingVerticalTablet: 32px;--votableLayoutPaddingHorizontalMobile: 24px;--votableLayoutPaddingHorizontalTablet: 32px;--votableLayoutPaddingHorizontalTablet: 32px;--votableLayoutPaddingHorizontalDesktop: 56px;--votableLayoutButtonHeightMobile: 32px}.player-layer-root .player-layer-votable-layout{background-color:transparent;margin:0;width:100%;padding:var(--votableLayoutPaddingVerticalMobile) var(--votableLayoutPaddingHorizontalMobile);box-sizing:border-box}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout{padding:var(--votableLayoutPaddingVerticalTablet) var(--votableLayoutPaddingHorizontalTablet)}}@media (min-width: 960px){.player-layer-root .player-layer-votable-layout{padding:var(--votableLayoutPaddingVerticalTablet) var(--votableLayoutPaddingHorizontalDesktop);background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.64));background-repeat:no-repeat;background-size:100% 212px}}.player-layer-root .player-layer-votable-layout__results{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:150px;position:relative;margin-bottom:120px}.player-layer-root .player-layer-votable-layout__results__glue{width:340px;height:150px;position:absolute;z-index:1}.player-layer-root .player-layer-votable-layout__results__glue--correct{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(132,222,204,0.8) 0%, rgba(39,140,128,0.8) 100%);-webkit-filter:blur(50px);filter:blur(50px)}.player-layer-root .player-layer-votable-layout__results__glue--fail{background:radial-gradient(83.01% 83.01% at 50% .48%, #e7818e 0%, #d91e47 100%);-webkit-filter:blur(108.731px);filter:blur(108.731px)}.player-layer-root .player-layer-votable-layout__results__label{font-family:Noto Sans;font-size:16px;line-height:24px;letter-spacing:0.3px;color:#ffffff;z-index:2}.player-layer-root .player-layer-votable-layout__results__answer{font-family:Montserrat;font-weight:bold;font-size:40px;line-height:49px;text-transform:uppercase;color:#ffffff;z-index:2}.player-layer-root .player-layer-votable-layout__header{text-align:center}@media (min-width: 960px){.player-layer-root .player-layer-votable-layout__header{padding:32px 0}}.player-layer-root .player-layer-votable-layout__header h3{font-family:'Montserrat', sans-serif;margin-top:8px;font-weight:600;font-size:12px;line-height:14px;color:#ffffff}@media (min-width: 375px){.player-layer-root .player-layer-votable-layout__header h3{font-size:16px;line-height:18px;margin-top:12px}}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout__header h3{font-size:20px;line-height:24px;margin-top:16px}}.player-layer-root .player-layer-votable-layout__element__title{font-family:Montserrat, sans-serif;font-weight:600;font-size:10px;line-height:10px;letter-spacing:0.4px;color:rgba(255,255,255,0.64);margin-bottom:4px}@media (min-width: 375px){.player-layer-root .player-layer-votable-layout__element__title{line-height:12px}}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout__element__title{font-size:12px;line-height:16px}}.player-layer-root .player-layer-votable-layout__countdown{font-family:Montserrat, sans-serif;font-weight:bold;font-size:14px;line-height:16px;color:#ffffff}@media (min-width: 375px){.player-layer-root .player-layer-votable-layout__countdown{font-size:18px;line-height:20px}}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout__countdown{font-size:20px;line-height:24px}}.player-layer-root .player-layer-votable-layout__progressBar{position:relative;margin:auto;margin-top:4px;background:rgba(168,168,168,0.38);-webkit-backdrop-filter:blur(10.8731px);backdrop-filter:blur(10.8731px);width:148px;height:4px;border-radius:2px}.player-layer-root .player-layer-votable-layout__progressBar__Inner{position:absolute;top:0;left:0;height:4px;background:linear-gradient(270deg, #fff 10.95%, #fff 84.79%);border-radius:2px;transition:width 0.01s ease-in}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out{width:95%}@media (min-width: 768px){.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out{width:75%}}@media (min-width: 1024px){.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out{width:50%}}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-votable-layout__title{color:var(--votableLayoutTitleColorModeOut);max-width:100%}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-over{z-index:1}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-over .player-layer-votable-layout__title{color:var(--votableLayoutTitleColorModeOver)}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--promoPoll{padding:0}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--promoPoll.player-layer-votable-layout--mode-out{display:flex;flex-direction:column}.player-layer-root .player-layer-votable-layout-options__button-container{width:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;-webkit-filter:blur(0);filter:blur(0);margin-bottom:8px}@media (min-width: 375px){.player-layer-root .player-layer-votable-layout-options__button-container{margin-bottom:10px}}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout-options__button-container{flex:1;margin-right:16px}}.player-layer-root .player-layer-votable-layout-options__button-container:last-of-type{margin-right:0}.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-userAnswer{position:absolute;margin:auto;z-index:1;font-family:Montserrat;font-weight:800;font-size:20px;line-height:48px;text-align:center;letter-spacing:0.6px;color:rgba(255,255,255,0.8);text-shadow:0px 4px 15px rgba(0,0,0,0.35);-webkit-animation-name:player-layer-answerSelected;animation-name:player-layer-answerSelected;-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes player-layer-answerSelected{0%{transform:translateY(20px);font-size:20px}50%{opacity:1;transform:translateY(-32px);font-size:44px}99%{transform:translateY(-32px);font-size:44px;opacity:0}100%{visibility:hidden;transform:translateY(-32px);font-size:44px;opacity:0}}@keyframes player-layer-answerSelected{0%{transform:translateY(20px);font-size:20px}50%{opacity:1;transform:translateY(-32px);font-size:44px}99%{transform:translateY(-32px);font-size:44px;opacity:0}100%{visibility:hidden;transform:translateY(-32px);font-size:44px;opacity:0}}.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-buttonGlow{border-radius:var(--buttonSimpleBorderRadius);-webkit-filter:blur(18px);filter:blur(18px);width:100%;height:100%;left:0px;transition:background 0.2s;position:absolute}.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-buttonInner{padding:var(--buttonSimplePaddingxs);min-height:var(--buttonSimpleMinHeightxs);width:100%;height:auto;border:var(--buttonSimpleBorderWidth) solid var(--buttonSimpleBorderColor);transition:background 0.2s, color 0.2s;z-index:10}@media (min-width: 375px){.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-buttonInner{padding:var(--buttonSimplePaddingsm, var(--buttonSimplePaddingxs));min-height:var(--buttonSimpleMinHeightsm, var(--buttonSimpleMinHeightxs))}}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-buttonInner{padding:var(--buttonSimplePaddingmd, var(--buttonSimplePaddingsm, var(--buttonSimplePaddingxs)));min-height:var(--buttonSimpleMinHeightmd, var(--buttonSimpleMinHeightsm, var(--buttonSimpleMinHeightxs)))}}.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-buttonInner::before{display:none}.player-layer-root .player-layer-votable-layout-options__button-container .player-layer-buttonBase{display:flex;align-items:center;justify-content:center;z-index:1;width:100%;background:linear-gradient(0deg, rgba(255,255,255,0.07), rgba(126,72,72,0.07)),#1a1a19;border-radius:var(--buttonSimpleBorderRadius)}.player-layer-root .player-layer-votable-layout-options__button-container:first-of-type .player-layer-buttonBorder{background-color:#84decc}.player-layer-root .player-layer-votable-layout-options__button-container:first-of-type .player-layer-buttonBorder .player-layer-buttonInner{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(95,225,178,0.5) 0%, rgba(56,191,142,0.5) 100%);box-shadow:0px 0px 99px 4px rgba(174,0,12,0.102)}.player-layer-root .player-layer-votable-layout-options__button-container:last-of-type .player-layer-buttonBorder{background-color:#d91e47}.player-layer-root .player-layer-votable-layout-options__button-container:last-of-type .player-layer-buttonBorder .player-layer-buttonInner{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(210,92,92,0.5) 0%, rgba(191,56,56,0.5) 100%);box-shadow:0px 0px 99px 4px rgba(174,0,12,0.102)}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown .player-layer-buttonBorder .player-layer-button--selected, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice .player-layer-buttonBorder .player-layer-button--selected{color:#ffffff}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:first-of-type .player-layer-buttonGlow, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:first-of-type .player-layer-buttonGlow{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(90,221,174,0.6) 0%, rgba(56,191,142,0.6) 100%)}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:first-of-type .player-layer-buttonBorder, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:first-of-type .player-layer-buttonBorder{background-color:#84decc}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:first-of-type .player-layer-buttonBorder .player-layer-buttonInner, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:first-of-type .player-layer-buttonBorder .player-layer-buttonInner{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(95,225,178,0.5) 0%, rgba(56,191,142,0.5) 100%);box-shadow:0px 0px 99px 4px rgba(174,0,12,0.102)}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:first-of-type .player-layer-buttonBorder .player-layer-button--selected, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:first-of-type .player-layer-buttonBorder .player-layer-button--selected{background:radial-gradient(83.01% 83.01% at 50% .48%, #5fe1b2 0%, #38bf8e 100%)}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:last-of-type .player-layer-buttonGlow, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:last-of-type .player-layer-buttonGlow{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(208,88,88,0.6) 0%, rgba(191,56,56,0.6) 99.95%)}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:last-of-type .player-layer-buttonBorder, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:last-of-type .player-layer-buttonBorder{background-color:#d91e47}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:last-of-type .player-layer-buttonBorder .player-layer-buttonInner, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:last-of-type .player-layer-buttonBorder .player-layer-buttonInner{background:var(--buttonSimpleBackground);box-shadow:0px 0px 99px 4px rgba(174,0,12,0.102)}.player-layer-root .player-layer-votable-layout-options__button-container--with-countdown:last-of-type .player-layer-buttonBorder .player-layer-button--selected, .player-layer-root .player-layer-votable-layout-options__button-container--user-choice:last-of-type .player-layer-buttonBorder .player-layer-button--selected{background:radial-gradient(83.01% 83.01% at 50% .48%, rgba(210,92,92,0.5) 0%, rgba(191,56,56,0.5) 100%)}.player-layer-root .player-layer-votable-layout-options__image{position:relative}.player-layer-root .player-layer-votable-layout-options--vertical .player-layer-votable-layout-options__button{margin-bottom:8px}.player-layer-root .player-layer-votable-layout-options--vertical .player-layer-votable-layout-options__button:last-of-type{margin-bottom:0}.player-layer-root .player-layer-votable-layout-options--vertical .player-layer-votable-layout-options__image:last-of-type{margin-bottom:0}.player-layer-root .player-layer-votable-layout-options--horizontal .player-layer-votable-layout-options__button{margin-right:8px}.player-layer-root .player-layer-votable-layout-options--horizontal .player-layer-votable-layout-options__button:last-of-type{margin-right:0}.player-layer-root .player-layer-votable-layout-options--grid{margin:8px 0 !important}@media (min-width: 375px){.player-layer-root .player-layer-votable-layout-options--grid{margin:16px 0 !important}}@media (min-width: 720px){.player-layer-root .player-layer-votable-layout-options--grid{margin:32px 0 !important}}.player-layer-root .player-layer-votable-layout-options--grid .player-layer-votable-layout-options__image{flex-basis:inherit}.player-layer-root .player-layer-votable-layout-options--grid .player-layer-votable-layout-options__row{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.player-layer-root .player-layer-votable-layout-options--grid .player-layer-votable-layout-options__row:last-of-type{margin-bottom:0}.player-layer-root .player-layer-votable-layout-options--grid-fixed .player-layer-votable-layout-options__row{display:flex}.player-layer-root .player-layer-votable-layout-options--grid.player-layer-votable-layout-options--odd .player-layer-votable-layout-options__row:last-of-type .player-layer-votable-layout-options__button, .player-layer-root .player-layer-votable-layout-options--grid-fixed.player-layer-votable-layout-options--odd .player-layer-votable-layout-options__row:last-of-type .player-layer-votable-layout-options__button{display:block;margin-left:auto;margin-right:auto}

.player-layer-root .player-layer-banner-wrapper{display:block}.player-layer-root .player-layer-banner-wrapper.player-layer-banner-wrapper--link{cursor:pointer}

:root{--elementSponsorColor: #000;--elementSponsorFontSize: 16px;--elementSponsorFontFamily: inherit;--elementSponsorFontWeight: 400;--elementSponsorLogoHeight: 30px;--elementSponsorBackgroundColor: #fff;--elementSponsorLetterSpacing: 0px}.player-layer-root .player-layer-element-sponsor{padding:10px;display:block;background-color:var(--elementSponsorBackgroundColor);text-decoration:none}.player-layer-root .player-layer-element-sponsor__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:column}.player-layer-root .player-layer-element-sponsor__text{margin-bottom:10px;font-size:var(--elementSponsorFontSize);font-family:var(--elementSponsorFontFamily);font-weight:var(--elementSponsorFontWeight);letter-spacing:var(--elementSponsorLetterSpacing);color:var(--elementSponsorColor)}.player-layer-root .player-layer-element-sponsor__wrapper-logo{height:var(--elementSponsorLogoHeight)}.player-layer-root .player-layer-element-sponsor__logo{width:auto}.player-layer-root .player-layer-element-sponsor--max-width{max-width:var(--elementSponsorMaxWidth)}.player-layer-root .player-layer-element-sponsor--max-width .player-layer-element-sponsor__wrapper-logo{height:auto;width:100%}.player-layer-root .player-layer-element-sponsor--max-width .player-layer-element-sponsor__logo{width:100%}

.player-layer-root .player-layer-post-results-promo{position:absolute;top:0;left:0;right:0;bottom:0}.player-layer-root .player-layer-post-results-promo__image{-o-object-fit:cover;object-fit:cover}

:root{--font-family-main: 'Montserrat', sans-serif;--font-family-secondary: 'Montserrat', sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--color-0-0: #000;--color-1-0: #fff;--color-success: #0d0;--color-danger: #d40000;--color-input: #ededed;--default-bg: #dfe4ea;--default-color: #1a1d24;--primary-button-bg: #4285f4;--primary-button-color: #fff}:root{--scoreBodyFontWeight: var(--font-weight-regular);--scoreBodyFontFamily: var(--font-family-main);--scoreBodyFontSize: 16px;--scoreBodyLetterSpacing: 0;--scoreFontShadowColor: var(--color-0-0);--scoreFontColorModeOver: var(--color-1-0);--scoreFontColorModeOut: var(--color-0-0)}.player-layer-root .player-layer-score{padding:5px 2px;text-shadow:0 0 1px var(--scoreFontShadowColor);text-align:right}.player-layer-root .player-layer-score_mode--over{color:var(--scoreFontColorModeOver)}.player-layer-root .player-layer-score_mode--out{text-align:center;text-shadow:none;color:var(--scoreFontColorModeOut);background:var(--scoreBackgroundColor);padding:15px 5px}.player-layer-root .player-layer-score_text{font-family:var(--scoreBodyFontFamily);font-weight:var(--scoreBodyFontWeight);font-size:var(--scoreBodyFontSize);letter-spacing:var(--scoreBodyLetterSpacing)}

:root{--buttonSimpleFillerBackgroundGradient: rgba(0, 0, 0, 0.3)}.player-layer-root .player-layer-button-filler{position:absolute;top:0;left:0;bottom:0;background:var(--buttonSimpleFillerBackgroundGradient)}

.player-layer-root .player-layer-button-percentage{flex-basis:0%;overflow:hidden;text-align:right;display:flex;align-items:center;transition:flex-basis 0.3s}.player-layer-root .player-layer-button-percentage__text{opacity:0;padding-left:15px;transition:opacity 0.3s 0.3s}.player-layer-root .player-layer-button-percentage.player-layer-button-percentage--visible{flex-basis:auto;overflow:initial}.player-layer-root .player-layer-button-percentage.player-layer-button-percentage--visible .player-layer-button-percentage__text{opacity:1}

:root{--buttonSimpleWidth: 110px;--buttonSimpleHeight: 110px;--buttonSimpleBorderRadius: 50%;--buttonSimpleBorderWidth: 1px;--buttonSimpleFontFamily: var(--font-family-main);--buttonSimpleFontSize: 20px;--buttonSimpleLineHeight: 11px;--buttonSimpleFontWeight: var(--font-weight-bold);--buttonSimpleLetterSpacing: 0.33px;--buttonSimpleColor: rgba(255, 255, 255, 0.5);--buttonSimpleBorderColor: transparent;--buttonSimpleBorderRadius: 20px;--buttonSimpleBackground: #e3ecee;--buttonSecondaryBackground: #0161ff;--buttonSimpleSelectedColor: #ffffff;--buttonSimpleSelectedBorderColor: #0161ff;--buttonSimpleSelectedBackground: rgb(1, 97, 255, 0.2);--buttonSimpleRevealedColor: rgba(255, 255, 255, 0.5);--buttonSimpleRevealedBorderColor: transparent;--buttonSimpleRevealedBackground: #e3ecee}.player-layer-root .player-layer-button{display:flex;align-items:center;position:relative;width:var(--buttonSimpleWidth);height:var(--buttonSimpleHeight);border:none;border-radius:var(--buttonSimpleBorderRadius);text-decoration:none;color:var(--buttonSimpleColor);background:var(--buttonSimpleBackground);box-shadow:var(--buttonSimpleBoxShadow);font-family:Montserrat;font-weight:bold;font-size:20px;line-height:32px;text-align:center;letter-spacing:0.4px;cursor:pointer;overflow:hidden;transition:color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.player-layer-root .player-layer-button.player-layer-button--disabled{cursor:default}.player-layer-root .player-layer-button.player-layer-button--revealed{--buttonSimpleColor: var(--buttonSimpleRevealedColor);--buttonSimpleBorderColor: var(--buttonSimpleRevealedBorderColor);--buttonSimpleBackground: var(--buttonSimpleRevealedBackground)}.player-layer-root .player-layer-button.player-layer-button--selected{--buttonSimpleColor: var(--buttonSimpleSelectedColor);--buttonSimpleBorderColor: var(--buttonSimpleSelectedBorderColor);--buttonSimpleBackground: var(--buttonSimpleSelectedBackground)}.player-layer-root .player-layer-button.player-layer-button--selected:hover{--buttonSimpleBorderColor: var(--buttonSimpleSelectedBorderColor);--buttonSimpleBackground: var(--buttonSimpleSelectedBackground);--buttonSimpleColor: var(--buttonSimpleSelectedColor);box-shadow:var(--buttonSimpleBoxShadow)}.player-layer-root .player-layer-button.player-layer-button--correct{--buttonSimpleColor: var(--buttonSimpleCorrectColor);--buttonSimpleBorderColor: var(--buttonSimpleCorrectBorderColor);--buttonSimpleBackground: var(--buttonSimpleCorrectBackground)}.player-layer-root .player-layer-button.player-layer-button--correct:hover{--buttonSimpleBorderColor: var(--buttonSimpleCorrectBorderColor);--buttonSimpleBackground: var(--buttonSimpleCorrectBackground);--buttonSimpleColor: var(--buttonSimpleCorrectColor);box-shadow:var(--buttonSimpleBoxShadow)}.player-layer-root .player-layer-button.player-layer-button--incorrect{--buttonSimpleColor: var(--buttonSimpleIncorrectColor);--buttonSimpleBorderColor: var(--buttonSimpleIncorrectBorderColor);--buttonSimpleBackground: var(--buttonSimpleIncorrectBackground)}.player-layer-root .player-layer-button.player-layer-button--incorrect:hover{--buttonSimpleBorderColor: var(--buttonSimpleIncorrectBorderColor);--buttonSimpleBackground: var(--buttonSimpleIncorrectBackground);--buttonSimpleColor: var(--buttonSimpleIncorrectColor);box-shadow:var(--buttonSimpleBoxShadow)}.player-layer-root .player-layer-button__content{width:100%;position:relative;z-index:1;display:flex;justify-content:center}.player-layer-root .player-layer-button__text{width:100%;text-align:center;font-size:var(--buttonSimpleFontSizexs, var(--buttonSimpleFontSize));line-height:var(--buttonSimpleLineHeightxs, var(--buttonSimpleLineHeight))}@media (min-width: 375px){.player-layer-root .player-layer-button__text{font-size:var(--buttonSimpleFontSizesm, var(--buttonSimpleFontSize));line-height:var(--buttonSimpleLineHeightsm, var(--buttonSimpleLineHeight))}}@-webkit-keyframes player-layer-result{to{opacity:1;transform:none}}@keyframes player-layer-result{to{opacity:1;transform:none}}.player-layer-root .player-layer-button.player-layer-button--secondary{--buttonSimpleFontSize: 14px;--buttonSimpleBackground: var(--buttonSecondaryBackground);text-align:center;padding-left:23px;padding-right:23px;border-radius:20px;color:#ffffff}.player-layer-root .player-layer-button.player-layer-button--secondary:before{border:none;background:var(--buttonSecondaryBackground);opacity:0;transition:opacity 0.3s}.player-layer-root .player-layer-button.player-layer-button--secondary:hover:before{opacity:1}.player-layer-root .player-layer-button.player-layer-button--third{--buttonSimpleFontSize: 14px;--buttonSimpleBackground: transparent;width:100%;padding-left:20px;padding-right:20px;border:1px solid #ffffff;border-radius:20px;color:#ffffff;text-align:center;text-transform:uppercase}

.player-layer-root .player-layer-options-layout{display:flex;justify-content:center}.player-layer-root .player-layer-options-layout.player-layer-options-layout--vertical{flex-direction:column}.player-layer-root .player-layer-options-layout.player-layer-options-layout--grid, .player-layer-root .player-layer-options-layout.player-layer-options-layout--grid-fixed{flex-direction:column;margin:0 auto;align-items:center}

.player-layer-root .player-layer-image-percentage{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1}.player-layer-root .player-layer-image-percentage__text{opacity:0;color:#fff;transition:opacity 0.3s 0.3s}.player-layer-root .player-layer-image-percentage.player-layer-image-percentage--visible .player-layer-image-percentage__text{opacity:1}

:root{--buttonSimpleHeight: 110px;--buttonSimpleWidth: 110px;--buttonSimpleBorderRadius: 20px;--buttonSimpleBorderWidth: 1px;--buttonSimpleFontFamily: var(--font-family-main);--buttonSimpleFontSize: 17px;--buttonSimpleFontWeight: var(--font-weight-semi-bold);--buttonSimpleLetterSpacing: 0px;--buttonSimpleImageSpacing: 0px;--imageOverlay: rgba(0, 0, 0, 0);--imageOptionSize: 80px;--buttonSimpleColor: #000;--buttonSimpleBorderColor: transparent;--buttonSimpleBorderRadius: 50%;--buttonSimpleBackground: #e3ecee;--imageOptionBackground: transparent;--buttonSimpleImageOverlayBackgroundColor: #fff;--buttonSimpleImageOverlayColor: #000;--buttonSecondaryBackground: #0161ff;--buttonSimpleSelectedColor: #fff;--buttonSimpleSelectedBorderColor: #0161ff;--buttonSimpleSelectedBackground: rgb(1, 97, 255, 0.2);--buttonSimpleRevealedColor: #000;--buttonSimpleRevealedBorderColor: transparent;--buttonSimpleRevealedBackground: #e3ecee;--imageOverlayRevealed: rgba(0, 0, 0, 0.3)}@media (min-width: 325px){:root{--imageOptionSize: 90px}}@media (min-width: 375px){:root{--imageOptionSize: 100px}}@media (min-width: 550px){:root{--imageOptionSize: 115px}}@media (min-width: 768px){:root{--imageOptionSize: 120px}}@media (min-width: 1024px){:root{--imageOptionSize: 160px}}@media (min-width: 1600px){:root{--imageOptionSize: 200px}}.player-layer-root .player-layer-image-option{border:none;background:var(--imageOptionBackground);display:flex;align-items:center;justify-content:center;flex-shrink:1;flex-basis:var(--imageOptionSize);max-width:var(--imageOptionSize);padding:0;font-family:var(--buttonSimpleFontFamily);font-size:var(--buttonSimpleFontSize);font-weight:var(--buttonSimpleFontWeight);letter-spacing:var(--buttonSimpleLetterSpacing);text-decoration:none;margin:var(--buttonSimpleImageSpacing);cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white, black);transition:color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s, flex-basis 0.3s}.player-layer-root .player-layer-image-option:focus{outline:none}.player-layer-root .player-layer-image-option--no-spacing{--buttonSimpleImageSpacing: 0}.player-layer-root .player-layer-image-option--no-spacing:before{border:none}.player-layer-root .player-layer-image-option__image{z-index:0}.player-layer-root .player-layer-image-option__overlay{z-index:1;background:var(--buttonSimpleImageOverlayBackgroundColor);color:var(--buttonSimpleImageOverlayColor);position:absolute;bottom:0;width:100%;text-align:center;left:0;right:0;padding:5px;transition:color 0.3s, background-color 0.3s, opacity 0.3s}.player-layer-root .player-layer-image-option-percentage__wrapper{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;display:flex}.player-layer-root .player-layer-image-option.player-layer-image-option--disabled{cursor:default}.player-layer-root .player-layer-image-option.player-layer-image-option--revealed{--buttonSimpleColor: var(--buttonSimpleRevealedColor);--buttonSimpleBorderColor: var(--buttonSimpleRevealedBorderColor);--buttonSimpleBackground: var(--buttonSimpleRevealedBackground);--imageOptionBackground: var(--buttonSimpleRevealedBackground);--imageOverlay: var(--imageOverlayRevealed)}.player-layer-root .player-layer-image-option.player-layer-image-option--selected{--buttonSimpleColor: var(--buttonSimpleSelectedColor);--buttonSimpleBorderColor: var(--buttonSimpleSelectedBorderColor);--buttonSimpleBackground: var(--buttonSimpleSelectedBackground);--imageOptionBackground: var(--buttonSimpleSelectedBackground);--buttonSimpleImageOverlayBackgroundColor: var(
      --buttonSimpleSelectedImageOverlayBackgroundColor
    );--buttonSimpleImageOverlayColor: var(
      --buttonSimpleSelectedImageOverlayColor
    )}.player-layer-root .player-layer-image-option.player-layer-image-option--correct{--buttonSimpleColor: var(--buttonSimpleCorrectColor);--buttonSimpleBorderColor: var(--buttonSimpleCorrectBorderColor);--buttonSimpleBackground: var(--buttonSimpleCorrectBackground);--imageOptionBackground: var(--buttonSimpleCorrectBackground);--buttonSimpleImageOverlayBackgroundColor: var(
      --buttonSimpleCorrectImageOverlayBackgroundColor
    );--buttonSimpleImageOverlayColor: var(
      --buttonSimpleCorrectImageOverlayColor
    )}.player-layer-root .player-layer-image-option.player-layer-image-option--incorrect{--buttonSimpleColor: var(--buttonSimpleIncorrectColor);--buttonSimpleBorderColor: var(--buttonSimpleIncorrectBorderColor);--buttonSimpleBackground: var(--buttonSimpleIncorrectBackground);--imageOptionBackground: var(--buttonSimpleIncorrectBackground);--buttonSimpleImageOverlayBackgroundColor: var(
      --buttonSimpleIncorrectImageOverlayBackgroundColor
    );--buttonSimpleImageOverlayColor: var(
      --buttonSimpleIncorrectImageOverlayColor
    )}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--vertical .player-layer-image-option{max-width:200px;flex-basis:auto;margin-left:auto;margin-right:auto}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--grid .player-layer-image-option, .player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--grid-fixed .player-layer-image-option{flex-basis:calc(50% - (var(--buttonSimpleImageSpacing) * 2));max-width:200px}@media (min-width: 1024px){.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--grid .player-layer-image-option, .player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--grid-fixed .player-layer-image-option{max-width:220px}}@media (min-width: 1600px){.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--grid .player-layer-image-option, .player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-out .player-layer-options-layout--grid-fixed .player-layer-image-option{max-width:250px}}.player-layer-root .player-layer-votable-layout.player-layer-votable-layout--mode-over .player-layer-options-layout--vertical .player-layer-image-option{flex-basis:auto}

.player-layer-root .player-layer-progress{position:relative;width:100%;height:4px;background-color:rgba(255,255,255,0.2);overflow:hidden}.player-layer-root .player-layer-progress__filler{position:absolute;top:0;bottom:0;left:0;right:0;background:#fff}

:root{--buttonCloseSize: 30px;--buttonCloseBackground: var(--color-1-0);--buttonCloseIconColor: var(--default-color)}.player-layer-root .player-layer-button-close{width:var(--buttonCloseSize);height:var(--buttonCloseSize);cursor:pointer}.player-layer-root .player-layer-button-close circle{fill:var(--buttonCloseBackground)}.player-layer-root .player-layer-button-close path{fill:var(--buttonCloseIconColor)}

.player-layer-root .player-layer-takeover-overlay-header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:flex-end;flex-wrap:wrap;padding:10px}.player-layer-root .player-layer-takeover-overlay-header__button{display:none;width:22px;height:22px;margin-right:2px;padding:0;background:transparent;border:none;cursor:pointer}.player-layer-root .player-layer-takeover-overlay-header__button:focus{outline:none}.player-layer-root .player-layer-takeover-overlay-header__progress{margin-bottom:10px}

.player-layer-root .player-layer-takeover-overlay{--ctaFontFamily: var(--font-family-main);--ctaFontWeight: var(--font-weight-regular);--ctaFontSize: 16px;position:fixed;height:100%;z-index:3;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:auto;background-color:rgba(0,0,0,0.6);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;cursor:pointer}

.player-layer-root .player-layer-carousel__inner{display:flex;white-space:nowrap;transition:transform 0.3s}.player-layer-root .player-layer-carousel__item{padding:32px;height:100%}.player-layer-root .player-layer-carousel__wrapper{display:inline-flex;flex-direction:column;min-width:327px;max-width:327px;box-shadow:0px 24px 38px 3px rgba(0,0,0,0.07),0px 9px 46px 8px rgba(0,0,0,0.06),0px 11px 15px -7px rgba(0,0,0,0.1);border-radius:24px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.player-layer-root .player-layer-carousel__wrapper:not(:first-of-type){margin-left:16px}.player-layer-root .player-layer-carousel__image{border-top-right-radius:24px;border-top-left-radius:24px;height:auto}.player-layer-root .player-layer-carousel__imageContainer{position:relative}.player-layer-root .player-layer-carousel__imageContainer span{position:absolute;font-family:Montserrat;bottom:8px;left:32px;font-size:16px;font-weight:bold;line-height:20px;letter-spacing:0.2px;color:white}.player-layer-root .player-layer-carousel__imageContainerImage:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;display:inline-block;background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5))}

.player-layer-root .player-layer-card{cursor:-webkit-grab;cursor:grab;font-family:Montserrat, sans-serif;text-align:left;display:flex;flex-direction:column;justify-content:space-between;height:100%}.player-layer-root .player-layer-card__header{white-space:initial}.player-layer-root .player-layer-card__label{font-weight:500;font-size:12px;line-height:16px;letter-spacing:0.4px;color:rgba(255,255,255,0.4)}.player-layer-root .player-layer-card__question{margin:8px 0;text-align:left;font-weight:bold;font-size:16px;line-height:20px;letter-spacing:0.3px}@media (min-width: 768px){.player-layer-root .player-layer-card__question{font-size:20px;line-height:28px}}.player-layer-root .player-layer-card__correctanswer{font-size:12px;line-height:16px;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;color:rgba(255,255,255,0.4)}.player-layer-root .player-layer-card__recap{display:flex;align-items:flex-start;text-align:left}.player-layer-root .player-layer-card__userAnswer{padding:4px 34px 4px 0}.player-layer-root .player-layer-card__userAnswer__text span{font-weight:bold;font-size:16px;line-height:16px;letter-spacing:0.4px;color:rgba(255,255,255,0.15)}.player-layer-root .player-layer-card__userAnswer__text--active span{color:#fff}.player-layer-root .player-layer-card__userAnswer__dot{margin-top:6px;width:10px;height:10px;border-radius:50%;background-color:rgba(0,0,0,0.15)}.player-layer-root .player-layer-card__userAnswer__dot--green{background-color:#5fe1b2}.player-layer-root .player-layer-card__userAnswer__dot--red{background-color:#dc6868}.player-layer-root .player-layer-card__userAnswer__answer:first-of-type, .player-layer-root .player-layer-card__otherPlayersAnswer__answer:first-of-type{margin-top:12px}.player-layer-root .player-layer-card__userAnswer__answer:last-of-type, .player-layer-root .player-layer-card__otherPlayersAnswer__answer:last-of-type{margin-top:24px}.player-layer-root .player-layer-card__otherPlayersAnswer{padding:4px 0 4px 34px;border-left:1px solid rgba(255,255,255,0.2)}.player-layer-root .player-layer-card__otherPlayersAnswer__top{display:flex;align-items:center;justify-content:space-between}.player-layer-root .player-layer-card__otherPlayersAnswer__percentage p{font-weight:bold;font-size:30px;line-height:16px;letter-spacing:0.4px;color:#fff}.player-layer-root .player-layer-card__otherPlayersAnswer__percentage span{font-weight:500;font-size:16px;line-height:16px;letter-spacing:0.4px}.player-layer-root .player-layer-card__otherPlayersAnswer__text span{font-weight:500;font-size:16px;line-height:16px;text-align:right;letter-spacing:0.4px}.player-layer-root .player-layer-card__otherPlayersAnswer__bar{margin-top:8px;width:120px;height:8px;border-radius:10px;background-color:rgba(255,255,255,0.12)}.player-layer-root .player-layer-card__otherPlayersAnswer__inner{height:8px;border-radius:10px}.player-layer-root .player-layer-card__otherPlayersAnswer__inner--green{background-color:#5fe1b2}.player-layer-root .player-layer-card__otherPlayersAnswer__inner--red{background-color:#dc6868}

.player-layer-root .player-layer-results{position:fixed;bottom:0;overflow-x:hidden;overflow-y:scroll;width:100%;height:100%;padding:24px 16px 56px 16px;font-family:Montserrat, sans-serif;color:rgba(255,255,255,0.88);text-align:center;pointer-events:all;display:flex;flex-direction:column;align-items:center;justify-content:space-between;align-content:space-between;flex:1 0 100%}.player-layer-root .player-layer-results__header{position:relative}.player-layer-root .player-layer-results__title{width:100%;font-weight:bold;font-size:16px;line-height:20px;letter-spacing:0.2px}.player-layer-root .player-layer-results__subtitle{max-width:594px;margin-left:auto;margin-right:auto;margin-top:24px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0.2px}@media (min-width: 768px){.player-layer-root .player-layer-results__subtitle{font-size:16px;line-height:24px}}.player-layer-root .player-layer-results__body{margin-top:34px;padding-bottom:20px;width:343px}.player-layer-root .player-layer-results__footer{margin:32px auto}

:root{--textContainerBackgroundColorModeOver: #fff;--textContainerBackgroundColorModeOut: #fff;--textContainerInnerBackgroundColorModeOver: transparent;--textContainerInnerBackgroundColorModeOut: transparent;--textBorderColor: #fff;--textBorderWidth: 1px;--textTitleColorModeOver: #000;--textTitleColorModeOut: #000;--textTitleFontSize: 18px;--textTitleLetterSpacing: 0;--textTitleTextAlign: center;--textBodyColorModeOver: #000;--textBodyColorModeOut: #000;--textBodyFontSize: 16px;--textBodyLetterSpacing: 0}.player-layer-root .player-layer-socialMediaButtons{display:flex}.player-layer-root .player-layer-text{position:fixed;bottom:0;overflow-x:hidden;overflow-y:hidden;bottom:0;width:100%;border-radius:24px 24px 0px 0px;text-align:center}@media (min-width: 420px){.player-layer-root .player-layer-text{border-radius:24px}}.player-layer-root .player-layer-text-body{max-width:100%;display:block;box-shadow:none;font-family:Noto Sans, sans-serif;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#ffffff}.player-layer-root .player-layer-text-body__social{display:flex}.player-layer-root .player-layer-text-body__social button{width:64px;height:64px;min-width:auto;max-height:none;padding:0;margin-right:12px}.player-layer-root .player-layer-text-body__social button svg{margin:0}.player-layer-root .player-layer-text-body__social button :last-child{margin-right:0}.player-layer-root .player-layer-text-body__logo img{max-width:100%}.player-layer-root .player-layer-text-body__title h5{font-family:Noto Sans, sans-serif;font-weight:bold;font-size:20px;line-height:24px;letter-spacing:0.2px}.player-layer-root .player-layer-text-body__results{display:flex;flex-direction:column;margin:48px 0}@media (min-width: 420px){.player-layer-root .player-layer-text-body__results{margin:24px 0}}.player-layer-root .player-layer-text-body__results h5{font-family:Noto Sans;font-size:14px;line-height:20px;letter-spacing:0.2px;color:rgba(255,255,255,0.64);margin-bottom:4px}.player-layer-root .player-layer-text-body__results p{font-family:Montserrat;font-weight:bold;font-size:20px;line-height:28px;letter-spacing:0.5px;color:#ffffff}.player-layer-root .player-layer-text-body__subtitle h6{font-size:14px;line-height:20px;letter-spacing:0.2px}.player-layer-root .player-layer-text-body__buttons{margin-top:48px;display:flex;flex-direction:column;align-items:center}@media (min-width: 420px){.player-layer-root .player-layer-text-body__buttons{margin-top:24px}}.player-layer-root .player-layer-text-body__button{display:flex;align-items:center;justify-content:center;position:relative;padding:16px 24px;border-radius:50px;max-height:48px;cursor:pointer;min-width:250px;margin-bottom:12px}.player-layer-root .player-layer-text-body__button:last-of-type{margin-bottom:0}.player-layer-root .player-layer-text-body__button span{font-family:'Noto Sans', sans-serif;font-weight:bold;font-size:14px;line-height:16px;letter-spacing:1.2px;text-transform:uppercase}.player-layer-root .player-layer-text-body__button svg{margin-left:12px}.player-layer-root .player-layer-text-body__button__image{width:19px;height:20px;background-size:cover;margin-left:10px}.player-layer-root .player-layer-text-body__wrapper-image{width:160px;flex:none}.player-layer-root .player-layer-text-body__content{padding:20px;flex:1;flex-direction:column;justify-content:center}.player-layer-root .player-layer-text-body__title{font-size:var(--textTitleFontSize);font-family:var(--textTitleFontFamily);font-weight:var(--textTitleFontWeight);letter-spacing:var(--textTitleLetterSpacing);text-align:var(--textTitleTextAlign)}.player-layer-root .player-layer-text-body__description{font-size:var(--textBodyFontSize);font-family:var(--textBodyFontFamily);font-weight:var(--textBodyFontWeight);letter-spacing:var(--textBodyLetterSpacing);line-height:1.25;text-align:var(--textBodyTextAlign)}.player-layer-root .player-layer-text-body__description p{display:block;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em}.player-layer-root .player-layer-text-body__description h1, .player-layer-root .player-layer-text-body__description h2, .player-layer-root .player-layer-text-body__description h3, .player-layer-root .player-layer-text-body__description h4, .player-layer-root .player-layer-text-body__description h5, .player-layer-root .player-layer-text-body__description h6{font-family:var(--textTitleFontFamily);font-weight:var(--textTitleFontWeight);letter-spacing:var(--textTitleLetterSpacing);display:block}.player-layer-root .player-layer-text-body__description h1{font-size:2em}.player-layer-root .player-layer-text-body__description h2{font-size:1.5em}.player-layer-root .player-layer-text-body__description h3{font-size:1.17em}.player-layer-root .player-layer-text-body__description h4{font-size:1em}.player-layer-root .player-layer-text-body__description h5{font-size:0.83em}.player-layer-root .player-layer-text-body__description h6{font-size:0.67em}.player-layer-root .player-layer-text-body__description strong{font-weight:bolder}.player-layer-root .player-layer-text-body__description em{font-style:italic}.player-layer-root .player-layer-text-body__description u{text-decoration:underline}.player-layer-root .player-layer-text-body__description s{text-decoration:line-through}.player-layer-root .player-layer-text-body__description sub{vertical-align:sub;font-size:smaller}.player-layer-root .player-layer-text-body__description sup{vertical-align:super;font-size:smaller}.player-layer-root .player-layer-text-body__description ol{list-style-type:decimal}.player-layer-root .player-layer-text-body__description ul{list-style-type:disc}.player-layer-root .player-layer-text-body__description ol, .player-layer-root .player-layer-text-body__description ul{padding-left:1.5em}.player-layer-root .player-layer-text-body__description blockquote{border-left:4px solid #ccc;padding:0.6em 1.2em;margin:5px}.player-layer-root .player-layer-text-body__description pre{display:block;font-family:monospace;white-space:pre-wrap;margin:1em 0px;padding:7px;background-color:#23241f;color:#f8f8f2;border-radius:3px}.player-layer-root .player-layer-text-body__description .ql-size-small{font-size:0.75em}.player-layer-root .player-layer-text-body__description .ql-size-large{font-size:1.5em}.player-layer-root .player-layer-text-body__description .ql-size-huge{font-size:2.5em}.player-layer-root .player-layer-text-body__description .ql-direction-rtl{direction:rtl;text-align:inherit}.player-layer-root .player-layer-text-body__description .ql-align-center{text-align:center}.player-layer-root .player-layer-text-body__description .ql-align-justify{text-align:justify}.player-layer-root .player-layer-text-body__description .ql-align-right{text-align:right}.player-layer-root .player-layer-text-body__description .ql-font-monospace{font-family:monospace !important}.player-layer-root .player-layer-text-body__description .ql-font-serif{font-family:serif !important}.player-layer-root .player-layer-text-body__description .ql-indent-1{padding-left:3em}.player-layer-root .player-layer-text-body__description .ql-indent-2{padding-left:6em}.player-layer-root .player-layer-text-body__description .ql-indent-3{padding-left:9em}.player-layer-root .player-layer-text-body--mode-over{margin:0;padding:24px}@media (min-width: 420px){.player-layer-root .player-layer-text-body--mode-over{padding:24px 48px}}.player-layer-root .player-layer-text-body--mode-over .player-layer-text-body__image{-o-object-fit:cover;object-fit:cover}.player-layer-root .player-layer-text-body--mode-over .player-layer-text-body__content{background-color:var(--textContainerInnerBackgroundColorModeOver)}.player-layer-root .player-layer-text-body--mode-over .player-layer-text-body__title{color:var(--textTitleColorModeOver)}.player-layer-root .player-layer-text-body--mode-over .player-layer-text-body__description{color:var(--textBodyColorModeOver)}.player-layer-root .player-layer-text-body--mode-out{background-color:var(--textContainerBackgroundColorModeOut);width:100%}.player-layer-root .player-layer-text-body--mode-out .player-layer-text-body__wrapper-image{display:none}@media (min-width: 550px){.player-layer-root .player-layer-text-body--mode-out .player-layer-text-body__wrapper-image{display:block}}@media (min-width: 550px){.player-layer-root .player-layer-text-body--mode-out .player-layer-text-body__image{-o-object-fit:cover;object-fit:cover}}.player-layer-root .player-layer-text-body--mode-out .player-layer-text-body__content{background-color:var(--textContainerInnerBackgroundColorModeOut)}.player-layer-root .player-layer-text-body--mode-out .player-layer-text-body__title{color:var(--textTitleColorModeOut)}.player-layer-root .player-layer-text-body--mode-out .player-layer-text-body__description{color:var(--textBodyColorModeOut)}

.player-layer-root .player-layer-text{display:flex;justify-content:flex-start;flex-direction:column;height:calc(100% - 16px);max-width:420px}@media (min-width: 420px){.player-layer-root .player-layer-text{height:-webkit-min-content;height:-moz-min-content;height:min-content;transform:translate(-50%, -50%);top:50%;left:50%}}.player-layer-root .player-layer-text--mode-out{width:95%;margin:0 auto;padding:20px 0}@media (min-width: 768px){.player-layer-root .player-layer-text--mode-out{width:75%}}@media (min-width: 1024px){.player-layer-root .player-layer-text--mode-out{width:50%}}

:root{--productCardBackgroundModeOver: rgba(255, 255, 255, 0.8);--productCardBackgroundModeOut: rgba(255, 255, 255, 0.8);--productCardTitleColorModeOver: var(--default-color);--productCardTitleColorModeOut: var(--default-color);--productCardTitleFontFamily: var(--font-family-main);--productCardTitleFontWeight: var(--font-weight-bold);--productCardTitleFontSize: 13px;--productCardTitleLetterSpacing: 0;--productCardTitleTextAlign: 'left';--productCardBodyColorModeOver: var(--default-color);--productCardBodyColorModeOut: var(--default-color);--productCardBodyFontFamily: var(--font-family-main);--productCardBodyFontWeight: var(--font-weight-regular);--productCardBodyFontSize: 14px;--productCardBodyLetterSpacing: 0;--productCardBodyTextAlign: 'left';--productCardPrimaryButtonBackgroundGradient: '';--productCardPrimaryButtonBackgroundColor: var(--primary-button-bg);--productCardPrimaryButtonColor: var(--primary-button-color);--productCardPrimaryButtonFontFamily: var(--font-family-main);--productCardPrimaryButtonFontWeight: var(--font-weight-regular);--productCardPrimaryButtonFontSize: 12px;--productCardPrimaryButtonLetterSpacing: 0px;--productCardPrimaryButtonBorderColor: var(--primary-button-bg);--productCardPrimaryButtonBorderWidth: 1px;--productCardPrimaryButtonBorderRadius: 20px}.player-layer-root .player-layer-product-info{padding:8px 10px}.player-layer-root .player-layer-product-info__title{position:relative;font-family:var(--productCardTitleFontFamily);font-weight:var(--productCardTitleFontWeight);letter-spacing:var(--productCardTitleLetterSpacing);font-size:var(--productCardTitleFontSize);margin-bottom:5px;text-align:var(--productCardTitleTextAlign);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.player-layer-root .player-layer-product-info__description{margin-bottom:8px;text-align:var(--productCardBodyTextAlign);font-size:var(--productCardBodyFontSize);font-family:var(--productCardBodyFontFamily);font-weight:var(--productCardBodyFontWeight);line-height:1.2;width:100%;letter-spacing:var(--productCardBodyLetterSpacing);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.player-layer-root .player-layer-product-info__text{position:relative;top:1px}@media (min-height: 400px){.player-layer-root .player-layer-product-info__text{top:0}}.player-layer-root .player-layer-product-info__button{padding:0 15px;height:40px;line-height:20px;width:100%;white-space:nowrap;border:none;border-style:solid;border-radius:var(--productCardPrimaryButtonBorderRadius);border-width:var(--productCardPrimaryButtonBorderWidth);border-color:var(--productCardPrimaryButtonBorderColor);cursor:pointer;z-index:1;-webkit-tap-highlight-color:transparent;color:var(--productCardPrimaryButtonColor);font-family:var(--productCardPrimaryButtonFontFamily);font-weight:var(--productCardPrimaryButtonFontWeight);font-size:var(--productCardPrimaryButtonFontSize);letter-spacing:var(--productCardPrimaryButtonLetterSpacing);background:var(--productCardPrimaryButtonBackgroundGradient);background-color:var(--productCardPrimaryButtonBackgroundColor)}.player-layer-root .player-layer-product-info__button:focus{outline:0}.player-layer-root .player-layer-product-info__button-wrapper{margin-top:auto}.player-layer-root .player-layer-product-info.player-layer-product-info_mode--over{background-color:var(--productCardBackgroundModeOver)}.player-layer-root .player-layer-product-info.player-layer-product-info_mode--over .player-layer-product-info__title{color:var(--productCardTitleColorModeOver)}.player-layer-root .player-layer-product-info.player-layer-product-info_mode--over .player-layer-product-info__description{color:var(--productCardBodyColorModeOver)}.player-layer-root .player-layer-product-info.player-layer-product-info_mode--out{background-color:var(--productCardBackgroundModeOut)}.player-layer-root .player-layer-product-info.player-layer-product-info_mode--out .player-layer-product-info__title{color:var(--productCardTitleColorModeOut)}.player-layer-root .player-layer-product-info.player-layer-product-info_mode--out .player-layer-product-info__description{color:var(--productCardBodyColorModeOut)}

.player-layer-root .player-layer-promo-footer__collapse{position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.player-layer-root .player-layer-promo-footer__collapse.player-layer-promo-footer__collapse--opened .player-layer-promo-footer__arrow{transform:rotate(90deg)}.player-layer-root .player-layer-promo-footer__wrapper-arrow{position:relative;bottom:0px;display:flex;justify-content:center}.player-layer-root .player-layer-promo-footer__inner-arrow{cursor:pointer;background-color:var(--productCardBackgroundModeOver);padding:5px 5px 0 5px;border-radius:50% 50% 0 0}.player-layer-root .player-layer-promo-footer__arrow{width:16px;height:16px;fill:var(--productCardTitleColorModeOver);transform:rotate(-90deg);transition:transform 0.3s}.player-layer-root .player-layer-promo-footer__button{font-family:var(--productCardPrimaryButtonFontFamily);font-weight:var(--productCardPrimaryButtonFontWeight)}.player-layer-root .player-layer-promo-footer__mode--over{z-index:1}.player-layer-root .player-layer-promo-footer__mode--out{z-index:1}.player-layer-root .player-layer-promo-footer__mode--out.player-layer-promo-footer__collapse{left:10px;right:10px;bottom:34px}

.player-layer-root .player-layer-promo-footer__product-info{display:flex;flex-direction:column;background-color:var(--productCardBackgroundModeOver)}.player-layer-root .player-layer-promo-footer__product-info__mode--out{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.player-layer-root .player-layer-promo-footer__button{margin:0 auto;white-space:normal;min-height:40px;line-height:1.2}.player-layer-root .player-layer-promo-footer__button:disabled{cursor:not-allowed;opacity:0.5}.player-layer-root .player-layer-promo-footer__arrow-mobile{bottom:-1px}.player-layer-root .player-layer-promo-footer__arrow-mobile--multiple-images{bottom:23px}

.player-layer-root .player-layer-loader{fill:transparent;stroke:#fff;stroke-width:1;-webkit-animation:player-layer-dash 2s ease infinite, player-layer-rotate 2s linear infinite;animation:player-layer-dash 2s ease infinite, player-layer-rotate 2s linear infinite}@-webkit-keyframes player-layer-dash{0%{stroke-dasharray:1, 95;stroke-dashoffset:0}50%{stroke-dasharray:85, 95;stroke-dashoffset:-25}100%{stroke-dasharray:85, 95;stroke-dashoffset:-93}}@keyframes player-layer-dash{0%{stroke-dasharray:1, 95;stroke-dashoffset:0}50%{stroke-dasharray:85, 95;stroke-dashoffset:-25}100%{stroke-dasharray:85, 95;stroke-dashoffset:-93}}@-webkit-keyframes player-layer-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes player-layer-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.player-layer-root .player-layer-image-with-preload{position:relative;width:100%;height:100%}.player-layer-root .player-layer-image-with-preload img{transition:opacity 0.3s}.player-layer-root .player-layer-image-with-preload--loading img{opacity:0}.player-layer-root .player-layer-image-with-preload .player-layer-loader{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);stroke:#444;z-index:1}

.player-layer-root .carousel .control-arrow, .player-layer-root .carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.player-layer-root .carousel .control-arrow:hover{opacity:1}.player-layer-root .carousel .control-arrow:before, .player-layer-root .carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.player-layer-root .carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.player-layer-root .carousel .control-prev.control-arrow{left:0}.player-layer-root .carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.player-layer-root .carousel .control-next.control-arrow{right:0}.player-layer-root .carousel .control-next.control-arrow:before{border-left:8px solid #fff}.player-layer-root .carousel{position:relative;width:100%}.player-layer-root .carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.player-layer-root .carousel img{width:100%;display:inline-block;pointer-events:none}.player-layer-root .carousel .carousel{position:relative}.player-layer-root .carousel .control-arrow{outline:0;border:0;background:0 0;top:50%;margin-top:-13px;font-size:18px}.player-layer-root .carousel .thumbs-wrapper{margin:20px;overflow:hidden}.player-layer-root .carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}.player-layer-root .carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.player-layer-root .carousel .thumb:focus{border:3px solid #ccc;outline:0}.player-layer-root .carousel .thumb.selected, .player-layer-root .carousel .thumb:hover{border:3px solid #333}.player-layer-root .carousel .thumb img{vertical-align:top}.player-layer-root .carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.player-layer-root .carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.player-layer-root .carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.player-layer-root .carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.player-layer-root .carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.player-layer-root .carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.player-layer-root .carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.player-layer-root .carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.player-layer-root .carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.player-layer-root .carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.player-layer-root .carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.player-layer-root .carousel .slide img{width:100%;vertical-align:top;border:0}.player-layer-root .carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.player-layer-root .carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.player-layer-root .carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.player-layer-root .carousel .control-dots{bottom:0}}.player-layer-root .carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.player-layer-root .carousel .control-dots .dot.selected, .player-layer-root .carousel .control-dots .dot:hover{opacity:1}.player-layer-root .carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.player-layer-root .carousel:hover .slide .legend{opacity:1}
.player-layer-root .player-layer-promo-gallery .control-dots{position:static;padding-top:5px;padding-bottom:0px;margin-top:0;margin-bottom:0}.player-layer-root .player-layer-promo-gallery .control-dots .dot{width:10px;height:10px;padding:0;margin-left:2px;margin-right:2px;border-radius:50%;background-color:#d8d8d8;border:none;border:1px solid #c8c8c8;opacity:1;box-shadow:none;transition:background-color 0.3s}.player-layer-root .player-layer-promo-gallery .control-dots .dot:focus{outline:none}.player-layer-root .player-layer-promo-gallery .control-dots .dot.selected{background-color:#000}.player-layer-root .player-layer-promo-gallery.player-layer-promo-gallery--hide-dots .control-dots{visibility:hidden;padding:0}.player-layer-root .player-layer-promo-gallery__image{max-height:180px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:height 0.3s}.player-layer-root .player-layer-promo-gallery--carousel{border-radius:inherit}.player-layer-root .player-layer-promo-gallery--carousel .slide{background-color:transparent}.player-layer-root .player-layer-promo-gallery--carousel>div{border-radius:inherit}.player-layer-root .player-layer-promo-gallery--carousel [class^='slider-wrapper'] ul{transition:all 0.3s ease-in-out, visibility 0s !important}.player-layer-root .player-layer-promo-gallery--carousel [class^='slider-wrapper'] li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.player-layer-root .player-layer-promo-gallery__mode--out{background:var(--productCardBackgroundModeOut);border-top-left-radius:inherit;border-top-right-radius:inherit}.player-layer-root .player-layer-promo-gallery__mode--out .player-layer-promo-gallery__heart{top:30px;right:20px}.player-layer-root .player-layer-promo-gallery__mode--over{background:var(--productCardBackgroundModeOver)}.player-layer-root .player-layer-promo-gallery__is--small{border-radius:inherit}.player-layer-root .player-layer-promo-gallery__is--small .control-dots{background-color:var(--productCardBackgroundModeOver);padding-top:5px;padding-bottom:3px;position:absolute;bottom:0}.player-layer-root .player-layer-promo-gallery__heart{position:absolute;top:10px;right:10px;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}

:root{--productCardBorderRadius: 5px}.player-layer-root .player-layer-promo{position:relative;max-width:250px;-webkit-mask-image:-webkit-radial-gradient(white, black);overflow:hidden;border-radius:var(--productCardBorderRadius)}.player-layer-root .player-layer-promo_mode--out{max-width:320px;padding:20px 10px;margin:0px auto}.player-layer-root .player-layer-promo_mode--over.player-layer-promo--with-sponsor{border-bottom-left-radius:0;border-bottom-right-radius:0}.player-layer-root .player-layer-promo-info__title{font-family:var(--pollTitleFontFamily);font-weight:var(--pollTitleFontWeight)}.player-layer-root .player-layer-promo-info__description{font-family:var(--pollDescriptionFontFamily);font-weight:var(--pollDescriptionFontWeight)}

:root{--webPromoWidth: '100%';--webPromoHeight: '100%'}.player-layer-root .player-layer-web-promo{margin:0 auto;width:var(--webPromoWidth);height:var(--webPromoHeight)}.player-layer-root .player-layer-web-promo-iframe{width:100%;height:100%;display:block;transition:opacity 0.3s;opacity:1}.player-layer-root .player-layer-web-promo-iframe--loading{opacity:0}.player-layer-root .player-layer-web-promo--loader svg{position:absolute;z-index:1;top:calc(50% - 20px);left:calc(50% - 20px);stroke:#444}

:root{--promoPollBackground: #f0f0f0;--productCardBackgroundModeOver: rgba(255, 255, 255, 0.8);--productCardBackgroundModeOut: rgba(255, 255, 255, 0.8);--productCardBorderColorModeOver: var(--default-bg);--productCardBorderColorModeOut: var(--default-bg);--productCardBorderWidthModeOver: 0px;--productCardBorderWidthModeOut: 1px;--productCardTitleColorModeOver: var(--default-color);--productCardTitleColorModeOut: var(--default-color);--productCardTitleFontFamily: var(--font-family-main);--productCardTitleFontWeight: var(--font-weight-bold);--productCardTitleFontSize: 13px;--productCardTitleLetterSpacing: 0;--productCardBodyColorModeOver: var(--default-color);--productCardBodyColorModeOut: var(--default-color);--productCardBodyFontFamily: var(--font-family-main);--productCardBodyFontWeight: var(--font-weight-regular);--productCardBodyFontSize: 14px;--productCardBodyLetterSpacing: 0;--productCardPrimaryButtonBackgroundGradient: '';--productCardPrimaryButtonBackgroundColor: var(--primary-button-bg);--productCardPrimaryButtonColor: var(--primary-button-color);--productCardPrimaryButtonFontFamily: var(--font-family-main);--productCardPrimaryButtonFontWeight: var(--font-weight-regular);--productCardPrimaryButtonFontSize: 12px;--productCardPrimaryButtonLetterSpacing: 0px;--productCardPrimaryButtonBorderColor: var(--primary-button-bg);--productCardPrimaryButtonBorderWidth: 1px;--productCardPrimaryButtonBorderRadius: 20px}.player-layer-root .player-layer-promo-poll-footer{font-family:var(--font-family-main);display:flex;height:58px;background-color:var(--promoPollBackground);align-items:center;justify-content:space-between;padding:12px 10px}.player-layer-root .player-layer-promo-poll-footer__outer{order:-1}.player-layer-root .player-layer-promo-poll-footer__outer--mode-out{margin-top:-10px;margin-bottom:10px}.player-layer-root .player-layer-promo-poll-footer__outer--mode-out .player-layer-promo-poll-footer{background:var(--productCardBackgroundModeOut);border-bottom:var(--productCardBorderWidthModeOut) solid var(--productCardBorderColorModeOut)}.player-layer-root .player-layer-promo-poll-footer__outer--mode-out .player-layer-promo-poll-footer__info-title{color:var(--productCardTitleColorModeOut)}.player-layer-root .player-layer-promo-poll-footer__outer--mode-out .player-layer-promo-poll-footer__info-description{color:var(--productCardBodyColorModeOut)}.player-layer-root .player-layer-promo-poll-footer__outer--mode-over .player-layer-promo-poll-footer{background:var(--productCardBackgroundModeOver);border-top:var(--productCardBorderWidthModeOver) solid var(--productCardBorderColorModeOver)}.player-layer-root .player-layer-promo-poll-footer__outer--mode-over .player-layer-promo-poll-footer__info-title{color:var(--productCardTitleColorModeOver)}.player-layer-root .player-layer-promo-poll-footer__outer--mode-over .player-layer-promo-poll-footer__info-description{color:var(--productCardBodyColorModeOver)}.player-layer-root .player-layer-promo-poll-footer__button{padding:0 15px;height:40px;line-height:20px;white-space:nowrap;border:none;border-style:solid;border-radius:var(--productCardPrimaryButtonBorderRadius);border-width:var(--productCardPrimaryButtonBorderWidth);border-color:var(--productCardPrimaryButtonBorderColor);cursor:pointer;color:var(--productCardPrimaryButtonColor);font-family:var(--productCardPrimaryButtonFontFamily);font-weight:var(--productCardPrimaryButtonFontWeight);font-size:var(--productCardPrimaryButtonFontSize);letter-spacing:var(--productCardPrimaryButtonLetterSpacing);background:var(--productCardPrimaryButtonBackgroundGradient);background-color:var(--productCardPrimaryButtonBackgroundColor)}@media (min-width: 325px){.player-layer-root .player-layer-promo-poll-footer__button{padding:0 25px}}@media (min-width: 375px){.player-layer-root .player-layer-promo-poll-footer__button{padding:0 35px}}@media (min-width: 550px){.player-layer-root .player-layer-promo-poll-footer__button{padding:0 45px}}.player-layer-root .player-layer-promo-poll-footer__button:disabled{opacity:0.5;cursor:not-allowed}.player-layer-root .player-layer-promo-poll-footer.player-layer-promo-poll-footer--vertical{flex-direction:column;justify-content:center;padding:8px 15px;height:auto}.player-layer-root .player-layer-promo-poll-footer.player-layer-promo-poll-footer--vertical .player-layer-promo-poll-footer__wrapper{width:100%;margin-bottom:10px;justify-content:start}.player-layer-root .player-layer-promo-poll-footer.player-layer-promo-poll-footer--vertical .player-layer-promo-poll-footer__button{width:100%}.player-layer-root .player-layer-promo-poll-footer__wrapper{display:flex;align-items:center;justify-content:space-between;padding-right:15px}.player-layer-root .player-layer-promo-poll-footer__heart{position:absolute;top:17px;left:14px;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.player-layer-root .player-layer-promo-poll-footer__info{font-size:16px;line-height:1.06;max-width:170px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.player-layer-root .player-layer-promo-poll-footer__info-title{font-family:var(--productCardTitleFontFamily);font-weight:var(--productCardTitleFontWeight);font-size:var(--productCardTitleFontSize);letter-spacing:var(--productCardTitleLetterSpacing)}.player-layer-root .player-layer-promo-poll-footer__info-description{font-family:var(--productCardBodyFontFamily);font-weight:var(--productCardBodyFontWeight);font-size:var(--productCardBodyFontSize);letter-spacing:var(--productCardBodyLetterSpacing)}.player-layer-root .player-layer-promo-poll-footer__wrapper-image{margin-right:10px;position:relative}.player-layer-root .player-layer-promo-poll-footer__image{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.player-layer-root .player-layer-promo-poll-footer__button--vertical{width:100%}.player-layer-root .player-layer-promo-poll-footer .player-layer-button__content{font-family:var(--promoPollFooterButtonFontFamily);font-weight:var(--promoPollFooterButtonFontWeight)}

.player-layer-root .player-layer-votable-layout--promoPoll.player-layer-promo-poll-layout{padding-top:10px}.player-layer-root .player-layer-promo-poll-options{padding:0 10px 10px 10px}

:root{--recapBannerBackgroundColor: #1b171e}.player-layer-root .player-layer-recap-banner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:50px;cursor:pointer;pointer-events:auto;background:var(--recapBannerBackgroundColor)}.player-layer-root .player-layer-recap-banner__mode--over:before{content:'';z-index:-1;position:absolute;top:-50px;left:0;width:100%;height:100%;background:#000}

.player-layer-root .player-layer-recap-products{display:flex;margin:0 auto}.player-layer-root .player-layer-recap-product{max-width:250px;width:250px;flex:0 0 250px;padding:10px;border-radius:var(--votableLayoutBorderRadius)}.player-layer-root .player-layer-recap-product__inner{display:flex;flex-direction:column;border-radius:var(--votableLayoutBorderRadius);position:relative;width:100%;height:100%}.player-layer-root .player-layer-recap-product__image-wrapper{height:auto;border-radius:inherit}.player-layer-root .player-layer-recap-product__image-wrapper img{height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;border-top-left-radius:inherit;border-top-right-radius:inherit}.player-layer-root .player-layer-recap-product__info{flex:1 0 auto;display:flex;flex-direction:column;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.player-layer-root .player-layer-recap-product__heart{position:absolute;top:10px;right:10px;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.player-layer-root .player-layer-recap-product__button{margin:0 auto}.player-layer-root .player-layer-recap-product__button:disabled{cursor:not-allowed;opacity:0.5}

.player-layer-root .player-layer-recap{position:absolute;z-index:3;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;transition:top 0.2s linear, bottom 0.2s linear}.player-layer-root .player-layer-recap.player-layer-recap--opened-video-control-bar{transition:top 0.3s 0.1s, bottom 0.3s 0.1s}.player-layer-root .player-layer-recap__wrapper-products{flex:1;display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:10px}.player-layer-root .player-layer-recap__inner-products{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.player-layer-root .player-layer-recap__mode--over{z-index:1}.player-layer-root .player-layer-recap__mode--over .player-layer-recap-products{flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden;pointer-events:all}.player-layer-root .player-layer-recap__mode--over .player-layer-recap-product{margin-bottom:10px}.player-layer-root .player-layer-recap__mode--out{z-index:1;position:relative;background:var(--containerBackgroundColorModeOut)}.player-layer-root .player-layer-recap__mode--out .player-layer-recap__wrapper-products{padding-bottom:0}.player-layer-root .player-layer-recap__mode--out .player-layer-recap__inner-products{max-height:100%}.player-layer-root .player-layer-recap__mode--out .player-layer-recap-products{flex-wrap:wrap;justify-content:center}.player-layer-root .player-layer-recap__mode--out .player-layer-recap-product{margin-bottom:10px}

.player-layer-root .player-layer-questions-username{display:block}.player-layer-root .player-layer-questions-username .smb-form-slider{margin-bottom:20px}.player-layer-root .player-layer-questions-username .smb-steps .smb-controls-box{text-align:center}.player-layer-root .player-layer-questions-username .smb-steps .smb-controls-box .smb-forward{float:none;margin:0 auto}

.player-layer-root .player-layer-questions__question{display:block;margin-bottom:12px}.player-layer-root .player-layer-questions__question-inner{display:inline-block;padding:10px 18px;background:var(--questionsQuestionBackgroundColor);color:var(--questionsQuestionColor);border-radius:20px;border-bottom-left-radius:0;line-height:1.4;font-family:var(--questionsQuestionFontFamily);font-size:var(--questionsQuestionFontSize);font-weight:var(--questionsQuestionFontWeight);letter-spacing:var(--questionsQuestionLetterSpacing)}.player-layer-root .player-layer-questions__total{color:var(--questionsLabelColor);font-family:var(--questionsLabelFontFamily);font-size:12px;font-weight:100;letter-spacing:var(--questionsLabelLetterSpacing);line-height:1.2;position:absolute;bottom:35px;left:0}.player-layer-root .player-layer-questions__form{min-height:100px}.player-layer-root .player-layer-questions__questions{width:90%;display:block}.player-layer-root .player-layer-questions__questions-wrapper{display:block;position:relative}.player-layer-root .player-layer-questions__questions-wrapper--completed .smb-form-root{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;pointer-events:none !important;cursor:not-allowed !important}.player-layer-root .player-layer-questions__questions-wrapper--completed .smb-form-root *{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;pointer-events:none !important;cursor:not-allowed !important}.player-layer-root .player-layer-questions__questions-wrapper--completed .smb-forward{background:var(--questionsPrimaryButtonDisabledBackground) !important;color:var(--questionsPrimaryButtonDisabledColor) !important;border-color:var(--questionsPrimaryButtonDisabledBorderColor) !important}.player-layer-root .player-layer-questions__questions-wrapper--completed .smb-forward svg polygon{fill:var(--questionsPrimaryButtonDisabledColor) !important}.player-layer-root .player-layer-questions__questions-wrapper label{display:none !important}.player-layer-root .player-layer-questions__questions-wrapper .smb-form-slider{margin-bottom:10px}.player-layer-root .player-layer-questions__questions-wrapper .smb-steps .smb-controls-box .smb-steps-validation-message{margin-top:0px}.player-layer-root .player-layer-questions__questions-wrapper .smb-steps .smb-controls-box .smb-forward{display:flex;align-items:center;justify-content:center}.player-layer-root .player-layer-questions__questions-wrapper .smb-steps .smb-controls-box .smb-forward span{height:100%;display:inline-block}.player-layer-root .player-layer-questions__questions-wrapper .smb-steps .smb-controls-box .smb-forward svg{width:auto;height:14px;margin-left:6px;margin-top:11px}

:root{--questionsContainerBackgroundColorModeOver: #fff;--questionsContainerBackgroundColorModeOut: #fff;--questionsContainerInnerBackgroundColorModeOver: transparent;--questionsContainerInnerBackgroundColorModeOut: transparent;--questionsBorderColor: #fff;--questionsBorderWidth: 1px;--questionsTitleColorModeOver: #000;--questionsTitleColorModeOut: #000;--questionsTitleFontSize: 18px;--questionsTitleLetterSpacing: 0;--questionsTitleTextAlign: center;--questionsBodyColorModeOver: #000;--questionsBodyColorModeOut: #000;--questionsBodyFontSize: 16px;--questionsBodyLetterSpacing: 0;--questionsPrimaryButtonBackgroundGradient: '';--questionsPrimaryButtonBackgroundColor: var(--primary-button-bg);--questionsPrimaryButtonColor: var(--primary-button-color);--questionsPrimaryButtonFontFamily: var(--font-family-main);--questionsPrimaryButtonFontWeight: var(--font-weight-regular);--questionsPrimaryButtonFontSize: 12px;--questionsPrimaryButtonLetterSpacing: 0px;--questionsPrimaryButtonBorderColor: var(--primary-button-bg);--questionsPrimaryButtonBorderWidth: 1px;--questionsPrimaryButtonBorderRadius: 20px}.player-layer-root .smb-form-root{max-width:100%}.player-layer-root .smb-backward{display:none}.player-layer-root .smb-steps .smb-steps-message{font-size:var(--questionsErrorFontSize);font-family:var(--questionsErrorFontFamily);font-weight:var(--questionsErrorFontWeight);letter-spacing:var(--questionsErrorLetterSpacing);line-height:1.25;text-align:var(--questionsErrorTextAlign);color:var(--questionsErrorColor);background:var(--questionsErrorBackgroundColor);padding:10px;text-align:center;border-style:solid;border-width:var(--questionsErrorBorderWidth);border-color:var(--questionsErrorBorderColor);order:-1;position:relative;margin-top:-11px;margin-bottom:10px}.player-layer-root .smb-steps .smb-steps-message:before, .player-layer-root .smb-steps .smb-steps-message:after{content:'\0020';display:block;position:absolute;top:-9px;left:20px;z-index:2;width:0;height:0;overflow:hidden;border:solid 10px transparent;border-top:0;border-bottom-color:var(--questionsErrorBackgroundColor)}.player-layer-root .smb-steps .smb-steps-message:before{top:-10px;z-index:1;border-bottom-color:var(--questionsErrorBorderColor)}.player-layer-root .smb-steps .smb-controls-box{display:flex;flex-direction:column}.player-layer-root .smb-steps .smb-controls-box .smb-control-buttons{margin-bottom:10px}.player-layer-root .smb-steps .smb-controls-box .smb-forward{min-width:0;padding:0 15px;height:40px;line-height:40px;white-space:nowrap;border:none;border-style:solid;border-radius:var(--questionsPrimaryButtonBorderRadius);border-width:var(--questionsPrimaryButtonBorderWidth);border-color:var(--questionsPrimaryButtonBorderColor);cursor:pointer;color:var(--questionsPrimaryButtonColor);font-family:var(--questionsPrimaryButtonFontFamily);font-weight:var(--questionsPrimaryButtonFontWeight);font-size:var(--questionsPrimaryButtonFontSize);letter-spacing:var(--questionsPrimaryButtonLetterSpacing);background:var(--questionsPrimaryButtonBackgroundGradient);background-color:var(--questionsPrimaryButtonBackgroundColor);display:inline-block}@media (min-width: 325px){.player-layer-root .smb-steps .smb-controls-box .smb-forward{padding:0 25px}}@media (min-width: 375px){.player-layer-root .smb-steps .smb-controls-box .smb-forward{padding:0 35px}}@media (min-width: 550px){.player-layer-root .smb-steps .smb-controls-box .smb-forward{padding:0 45px}}.player-layer-root .smb-steps .smb-controls-box .smb-forward:hover{color:var(--questionsPrimaryButtonColor);background:var(--questionsPrimaryButtonBackgroundGradient);background-color:var(--questionsPrimaryButtonBackgroundColor)}.player-layer-root .smb-steps .smb-controls-box .smb-forward svg polygon{fill:var(--questionsPrimaryButtonColor)}.player-layer-root .smb-steps .smb-controls-box .smb-forward.smb-disabled{background:var(--questionsPrimaryButtonDisabledBackground);color:var(--questionsPrimaryButtonDisabledColor);border-color:var(--questionsPrimaryButtonDisabledBorderColor)}.player-layer-root .smb-steps .smb-controls-box .smb-forward.smb-disabled svg polygon{fill:var(--questionsPrimaryButtonDisabledColor)}.player-layer-root .smb-field-text .smb-label{position:relative;color:var(--questionsLabelColor);font-family:var(--questionsLabelFontFamily);font-size:var(--questionsLabelFontSize);font-weight:var(--questionsLabelFontWeight);letter-spacing:var(--questionsLabelLetterSpacing);line-height:1.2;display:block;margin-bottom:5px}.player-layer-root .smb-field-text input{border-color:var(--questionsTextBoxBorderColor);border-style:solid;border-width:var(--questionsTextBoxBorderWidth);background-color:var(--questionsTextBoxBackgroundColor);color:var(--questionsTextBoxColor);border-radius:var(--questionsTextBoxBorderRadius);font-size:var(--questionsTextBoxFontSize);font-family:var(--questionsTextBoxFontFamily);font-weight:var(--questionsTextBoxFontWeight);letter-spacing:var(--questionsTextBoxLetterSpacing);height:auto;padding:10px}.player-layer-root .smb-field-text.smb-focused .smb-label{top:0;color:var(--questionsLabelColor);font-family:var(--questionsLabelFontFamily);font-size:var(--questionsLabelFontSize);font-weight:var(--questionsLabelFontWeight);letter-spacing:var(--questionsLabelLetterSpacing);line-height:1.2}.player-layer-root .smb-field-text.smb-focused .smb-line-bar{background-color:var(--questionsTextBoxBackgroundColor)}.player-layer-root .smb-field-text.smb-focused .smb-line-bar::before{background-color:var(--questionsTextBoxBackgroundColor)}.player-layer-root .smb-field-text.smb-filled .smb-label{top:0;color:var(--questionsLabelColor);font-family:var(--questionsLabelFontFamily);font-size:var(--questionsLabelFontSize);font-weight:var(--questionsLabelFontWeight);letter-spacing:var(--questionsLabelLetterSpacing);line-height:1.2}.player-layer-root .smb-field-text.smb-invalid input{border-color:var(--questionsErrorBorderColor)}.player-layer-root .smb-field-text.smb-invalid .smb-label{color:var(--questionsLabelColor)}.player-layer-root .smb-field .smb-line-bar{background-color:transparent;display:none}.player-layer-root .smb-field.smb-invalid .smb-line-bar::before{background-color:transparent}.player-layer-root .player-layer-questions-body{display:flex;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:inherit}.player-layer-root .player-layer-questions-body__content{padding:0 20px;display:flex;flex:1;flex-direction:column;justify-content:flex-end}.player-layer-root .player-layer-questions-body__content--username{justify-content:center}.player-layer-root .player-layer-questions-body__content--question .player-layer-questions-body__content-header{margin-bottom:auto;padding-bottom:20px}.player-layer-root .player-layer-questions-body__content-header{margin-bottom:20px}.player-layer-root .player-layer-questions-body__content-header--hidden{display:none}.player-layer-root .player-layer-questions-body__title{font-size:var(--questionsTitleFontSize);font-family:var(--questionsTitleFontFamily);font-weight:var(--questionsTitleFontWeight);letter-spacing:var(--questionsTitleLetterSpacing);margin-bottom:12px;text-align:var(--questionsTitleTextAlign)}.player-layer-root .player-layer-questions-body__description{font-size:var(--questionsBodyFontSize);font-family:var(--questionsBodyFontFamily);font-weight:var(--questionsBodyFontWeight);letter-spacing:var(--questionsBodyLetterSpacing);line-height:1.25;text-align:center}.player-layer-root .player-layer-questions-body--mode-over{max-width:600px;min-height:200px;min-width:200px;margin:20px;width:100%;overflow:hidden;box-shadow:0 0 21px 0 rgba(50,50,50,0.47);border-radius:var(--questionsBorderRadius);background-color:var(--questionsContainerBackgroundColorModeOver);border-style:solid;border-color:var(--questionsBorderColor);border-width:var(--questionsBorderWidth)}.player-layer-root .player-layer-questions-body--mode-over .player-layer-questions-body__image{-o-object-fit:cover;object-fit:cover}.player-layer-root .player-layer-questions-body--mode-over .player-layer-questions-body__content{background-color:var(--questionsContainerInnerBackgroundColorModeOver)}.player-layer-root .player-layer-questions-body--mode-over .player-layer-questions-body__title{color:var(--questionsTitleColorModeOver)}.player-layer-root .player-layer-questions-body--mode-over .player-layer-questions-body__description{color:var(--questionsBodyColorModeOver)}.player-layer-root .player-layer-questions-body--mode-out{background-color:var(--questionsContainerBackgroundColorModeOut);width:100%}.player-layer-root .player-layer-questions-body--mode-out .player-layer-questions-body__wrapper-image{display:none}@media (min-width: 550px){.player-layer-root .player-layer-questions-body--mode-out .player-layer-questions-body__wrapper-image{display:block}}@media (min-width: 550px){.player-layer-root .player-layer-questions-body--mode-out .player-layer-questions-body__image{-o-object-fit:cover;object-fit:cover}}.player-layer-root .player-layer-questions-body--mode-out .player-layer-questions-body__content{background-color:var(--questionsContainerInnerBackgroundColorModeOut)}.player-layer-root .player-layer-questions-body--mode-out .player-layer-questions-body__title{color:var(--questionsTitleColorModeOut)}.player-layer-root .player-layer-questions-body--mode-out .player-layer-questions-body__description{color:var(--questionsBodyColorModeOut)}

.player-layer-root .player-layer-questions{display:flex;justify-content:center;text-align:center}.player-layer-root .player-layer-questions--mode-out{width:95%;margin:0 auto;padding:20px 0;height:inherit}@media (min-width: 768px){.player-layer-root .player-layer-questions--mode-out{width:75%}}@media (min-width: 1024px){.player-layer-root .player-layer-questions--mode-out{width:50%}}

:root{--imageWidthOver: 'auto';--imageHeightOver: 'auto';--imageWidthOut: 'auto';--imageHeightOut: 'auto';--imageHorizontalMargin: 0px;--imageVerticalMargin: 0px;--touchbugDefaultPadding: 20px}.player-layer-root .player-layer-image-element{display:block}.player-layer-root .player-layer-image-element__img{margin:0 auto;display:block}.player-layer-root .player-layer-image-element--link{cursor:pointer;outline:none}.player-layer-root .player-layer-image-element__margin--left{margin-left:calc( var(--imageHorizontalMargin) - var(--touchbugDefaultPadding))}.player-layer-root .player-layer-image-element__margin--right{margin-right:calc( var(--imageHorizontalMargin) - var(--touchbugDefaultPadding))}.player-layer-root .player-layer-image-element__margin--top{margin-top:calc( var(--imageVerticalMargin) - var(--touchbugDefaultPadding))}.player-layer-root .player-layer-image-element__margin--bottom{margin-bottom:calc( var(--imageVerticalMargin) - var(--touchbugDefaultPadding))}.player-layer-root .player-layer-image-element__full--width{margin-left:calc( var(--imageHorizontalMargin) - var(--touchbugDefaultPadding));margin-right:calc( var(--imageHorizontalMargin) - var(--touchbugDefaultPadding))}.player-layer-root .player-layer-image-element__full--height{margin-top:calc( var(--imageVerticalMargin) - var(--touchbugDefaultPadding));margin-bottom:calc( var(--imageVerticalMargin) - var(--touchbugDefaultPadding))}.player-layer-root .player-layer-image-element--mode-over .player-layer-image-element__img{width:var(--imageWidthOver);height:var(--imageHeightOver)}.player-layer-root .player-layer-image-element--mode-out .player-layer-image-element__img{width:var(--imageWidthOut);height:var(--imageHeightOut)}

:root{--containerBackgroundColorModeOut: #fff}.player-layer-root .player-layer-element{margin:0 auto}.player-layer-root .player-layer-element--mode-out{pointer-events:auto;background:var(--containerBackgroundColorModeOut);height:inherit;border-radius:var(--containerBorderRadius)}

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

.player-layer-root, .player-layer-root, .player-layer-root div, .player-layer-root span, .player-layer-root applet, .player-layer-root object, .player-layer-root iframe, .player-layer-root h1, .player-layer-root h2, .player-layer-root h3, .player-layer-root h4, .player-layer-root h5, .player-layer-root h6, .player-layer-root p, .player-layer-root blockquote, .player-layer-root pre, .player-layer-root a, .player-layer-root abbr, .player-layer-root acronym, .player-layer-root address, .player-layer-root big, .player-layer-root cite, .player-layer-root code, .player-layer-root del, .player-layer-root dfn, .player-layer-root em, .player-layer-root img, .player-layer-root ins, .player-layer-root kbd, .player-layer-root q, .player-layer-root s, .player-layer-root samp, .player-layer-root small, .player-layer-root strike, .player-layer-root strong, .player-layer-root sub, .player-layer-root sup, .player-layer-root tt, .player-layer-root var, .player-layer-root b, .player-layer-root u, .player-layer-root i, .player-layer-root center, .player-layer-root dl, .player-layer-root dt, .player-layer-root dd, .player-layer-root menu, .player-layer-root ol, .player-layer-root ul, .player-layer-root li, .player-layer-root fieldset, .player-layer-root form, .player-layer-root label, .player-layer-root legend, .player-layer-root table, .player-layer-root caption, .player-layer-root tbody, .player-layer-root tfoot, .player-layer-root thead, .player-layer-root tr, .player-layer-root th, .player-layer-root td, .player-layer-root article, .player-layer-root aside, .player-layer-root canvas, .player-layer-root details, .player-layer-root embed, .player-layer-root figure, .player-layer-root figcaption, .player-layer-root footer, .player-layer-root header, .player-layer-root hgroup, .player-layer-root main, .player-layer-root menu, .player-layer-root nav, .player-layer-root output, .player-layer-root ruby, .player-layer-root section, .player-layer-root summary, .player-layer-root time, .player-layer-root mark, .player-layer-root audio, .player-layer-root video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
.player-layer-root article, .player-layer-root aside, .player-layer-root details, .player-layer-root figcaption, .player-layer-root figure, .player-layer-root footer, .player-layer-root header, .player-layer-root hgroup, .player-layer-root main, .player-layer-root menu, .player-layer-root nav, .player-layer-root section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
.player-layer-root *[hidden] {
    display: none;
}
.player-layer-root {
	line-height: 1;
}
.player-layer-root menu, .player-layer-root ol, .player-layer-root ul {
	list-style: none;
}
.player-layer-root blockquote, .player-layer-root q {
	quotes: none;
}
.player-layer-root blockquote:before, .player-layer-root blockquote:after, .player-layer-root q:before, .player-layer-root q:after {
	content: '';
	content: none;
}
.player-layer-root table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root{--font-family-main: 'Montserrat', sans-serif;--font-family-secondary: 'Montserrat', sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--color-0-0: #000;--color-1-0: #fff;--color-success: #0d0;--color-danger: #d40000;--color-input: #ededed;--default-bg: #dfe4ea;--default-color: #1a1d24;--primary-button-bg: #4285f4;--primary-button-color: #fff}.player-layer-root img{display:block;max-width:100%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}

:root{--timelinePadding: 0;--timelineContainerColorModeOut: #000;--timelineContainerColorModeOver: transparent;--timelineBarColor: #d6d6d6;--timelineElapsedColor: #fff;--timelineElementColor: #e22400}.player-layer-root .player-layer-timeline{padding:var(--timelinePadding)}.player-layer-root .player-layer-timeline--mode-out{position:relative;background:var(--timelineContainerColorModeOut)}.player-layer-root .player-layer-timeline--mode-over{background:var(--timelineContainerColorModeOver);position:absolute;top:0;right:0;left:0;z-index:9}.player-layer-root .player-layer-timeline__container{position:relative;height:2px;border-radius:2px;background:var(--timelineBarColor)}.player-layer-root .player-layer-timeline__bar{position:absolute;z-index:1}.player-layer-root .player-layer-timeline__element{position:absolute;z-index:2;width:0;height:100%;background:var(--timelineElementColor)}.player-layer-root .player-layer-timeline__progress{position:absolute;z-index:3;left:0;top:0;width:0%;height:100%;background:var(--timelineElapsedColor);border-radius:inherit}

:root{--font-family-main: 'Montserrat', sans-serif;--font-family-secondary: 'Montserrat', sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--color-0-0: #000;--color-1-0: #fff;--color-success: #0d0;--color-danger: #d40000;--color-input: #ededed;--default-bg: #dfe4ea;--default-color: #1a1d24;--primary-button-bg: #4285f4;--primary-button-color: #fff}:root{--userNameBorderColor: var(--color-1-0);--userNameBorderWidth: 1px;--userNameTitleColorModeOver: var(--default-color);--userNameTitleColorModeOut: var(--default-color);--userNameTitleFontFamily: var(--font-family-main);--userNameTitleFontWeight: var(--font-weight-bold);--userNameTitleFontSize: 18px;--userNameTitleLetterSpacing: 0;--userNameBodyColorModeOver: var(--default-color);--userNameBodyColorModeOut: var(--default-color);--userNameBodyFontFamily: var(--font-family-main);--userNameBodyFontWeight: var(--font-weight-regular);--userNameBodyFontSize: 14px;--userNameBodyLetterSpacing: 0;--userNameLabelColor: var(--default-color);--userNameLabelFontFamily: var(--font-family-main);--userNameLabelFontWeight: var(--font-weight-regular);--userNameLabelFontSize: 12px;--userNameLabelLetterSpacing: 0;--userNameTextBoxBackgroundColor: var(--default-bg);--userNameTextBoxColor: var(--default-color);--userNameTextBoxFontFamily: var(--font-family-main);--userNameTextBoxFontWeight: var(--font-weight-regular);--userNameTextBoxFontSize: 14px;--userNameTextBoxBorderRadius: 0px;--userNameTextBoxBorderColor: var(--default-bg);--userNameTextBoxBorderWidth: 0;--userNameTextBoxLetterSpacing: 0;--userNamePrimaryButtonBackgroundGradient: '';--userNamePrimaryButtonBackgroundColor: var(--primary-button-bg);--userNamePrimaryButtonColor: var(--primary-button-color);--userNamePrimaryButtonFontFamily: var(--font-family-main);--userNamePrimaryButtonFontWeight: var(--font-weight-regular);--userNamePrimaryButtonFontSize: 12px;--userNamePrimaryButtonLetterSpacing: 0px;--userNamePrimaryButtonBorderColor: var(--primary-button-bg);--userNamePrimaryButtonBorderWidth: 1px;--userNamePrimaryButtonBorderRadius: 20px}.player-layer-root .player-layer-user-name-form{padding:35px 70px;font-family:var(--font-family-main);color:var(--default-color);line-height:18px;text-align:center;border-radius:inherit;width:100%;min-height:200px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 550px){.player-layer-root .player-layer-user-name-form{padding-left:35px;padding-right:35px}}.player-layer-root .player-layer-user-name-form--mode-out{pointer-events:all;background:var(--userNameContainerBackgroundColorModeOut)}.player-layer-root .player-layer-user-name-form--mode-out .player-layer-user-name-form__title{color:var(--userNameTitleColorModeOut)}.player-layer-root .player-layer-user-name-form--mode-out .player-layer-user-name-form__text{color:var(--userNameBodyColorModeOut)}.player-layer-root .player-layer-user-name-form--mode-over{border-style:solid;border-color:var(--userNameBorderColor);border-width:var(--userNameBorderWidth);background:var(--userNameContainerBackgroundColorModeOver)}.player-layer-root .player-layer-user-name-form--mode-over .player-layer-user-name-form__title{color:var(--userNameTitleColorModeOver)}.player-layer-root .player-layer-user-name-form--mode-over .player-layer-user-name-form__text{color:var(--userNameBodyColorModeOver)}.player-layer-root .player-layer-user-name-form__title{margin-bottom:14px;text-align:center;font-family:var(--userNameTitleFontFamily);font-weight:var(--userNameTitleFontWeight);font-size:var(--userNameTitleFontSize);letter-spacing:var(--userNameTitleLetterSpacing)}.player-layer-root .player-layer-user-name-form__text{margin:0 auto 10px;width:95%;font-family:var(--userNameBodyFontFamily);font-weight:var(--userNameBodyFontWeight);font-size:var(--userNameBodyFontSize);letter-spacing:var(--userNameBodyLetterSpacing)}.player-layer-root .player-layer-user-name-form__text p{margin:0 auto 10px}.player-layer-root .player-layer-user-name-form__form{display:flex;align-items:flex-end}.player-layer-root .player-layer-user-name-form__input-wrapper{margin-right:10px;flex-grow:5;display:flex;flex-direction:column}.player-layer-root .player-layer-user-name-form__input{height:40px;border:0;border-style:solid;border-width:var(--userNameTextBoxBorderWidth);border-color:var(--userNameTextBoxBorderColor);text-indent:15px;border-radius:var(--userNameTextBoxBorderRadius);width:100%;background-color:var(--userNameTextBoxBackgroundColor);color:var(--userNameTextBoxColor);font-family:var(--userNameTextBoxFontFamily);font-weight:var(--userNameTextBoxFontWeight);font-size:var(--userNameTextBoxFontSize);letter-spacing:var(--userNameTextBoxLetterSpacing)}.player-layer-root .player-layer-user-name-form__button{padding:0 15px;height:40px;line-height:20px;white-space:nowrap;border:none;border-style:solid;border-radius:var(--userNamePrimaryButtonBorderRadius);border-width:var(--userNamePrimaryButtonBorderWidth);border-color:var(--userNamePrimaryButtonBorderColor);cursor:pointer;color:var(--userNamePrimaryButtonColor);font-family:var(--userNamePrimaryButtonFontFamily);font-weight:var(--userNamePrimaryButtonFontWeight);font-size:var(--userNamePrimaryButtonFontSize);letter-spacing:var(--userNamePrimaryButtonLetterSpacing);background:var(--userNamePrimaryButtonBackgroundGradient);background-color:var(--userNamePrimaryButtonBackgroundColor)}@media (min-width: 325px){.player-layer-root .player-layer-user-name-form__button{padding:0 25px}}@media (min-width: 375px){.player-layer-root .player-layer-user-name-form__button{padding:0 35px}}@media (min-width: 550px){.player-layer-root .player-layer-user-name-form__button{padding:0 45px}}.player-layer-root .player-layer-user-name-form__label{margin-bottom:5px;text-align:left;color:var(--userNameLabelColor);font-family:var(--userNameLabelFontFamily);font-weight:var(--userNameLabelFontWeight);font-size:var(--userNameLabelFontSize);letter-spacing:var(--userNameLabelLetterSpacing)}

.player-layer-root .player-layer-overlay{position:absolute;z-index:3;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:auto;z-index:99;background-color:rgba(0,0,0,0.6)}.player-layer-root .player-layer-overlay__inner{display:flex;justify-content:center;max-width:550px;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,0.75);width:100%;margin:15px}

:root{--iframeWidth: '100%';--iframeHeight: '100%'}.player-layer-root .player-layer-iframe{margin:0 auto;width:var(--iframeWidth);height:var(--webPromoHeight);position:relative;border-radius:inherit}.player-layer-root .player-layer-iframe-iframe{width:100%;height:100%;display:block;transition:opacity 0.3s 0.3s;opacity:1;border-radius:inherit}.player-layer-root .player-layer-iframe-iframe--loading{opacity:0}.player-layer-root .player-layer-iframe--loader svg{position:absolute;z-index:1;top:calc(50% - 20px);left:calc(50% - 20px);stroke:#444}

:root{--resultsScreenBorderColor: var(--color-1-0);--resultsScreenBorderWidth: 1px;--resultsScreenContainerBackgroundColorModeOver: var(--color-1-0);--resultsScreenContainerBackgroundColorModeOut: var(--color-1-0);--resultsScreenTitleColorModeOver: var(--default-color);--resultsScreenTitleColorModeOut: var(--default-color);--resultsScreenTitleFontFamily: var(--font-family-main);--resultsScreenTitleFontWeight: var(--font-weight-semi-bold);--resultsScreenTitleFontSize: 24px;--resultsScreenTitleLetterSpacing: 0;--resultsScreenBodyColorModeOver: var(--default-color);--resultsScreenBodyColorModeOut: var(--default-color);--resultsScreenScoreMaxFontColor: var(--color-success);--resultsScreenBodyFontFamily: var(--font-family-main);--resultsScreenBodyFontWeight: var(--font-weight-semi-bold);--resultsScreenBodyFontSize: 38px;--resultsScreenBodyLetterSpacing: 0;--resultsScreenPrimaryButtonBackgroundGradient: '';--resultsScreenPrimaryButtonBackgroundColor: var(--primary-button-bg);--resultsScreenPrimaryButtonColor: var(--primary-button-color);--resultsScreenPrimaryButtonFontFamily: var(--font-family-main);--resultsScreenPrimaryButtonFontWeight: var(--font-weight-regular);--resultsScreenPrimaryButtonFontSize: 12px;--resultsScreenPrimaryButtonLetterSpacing: 0px;--resultsScreenPrimaryButtonBorderColor: var(--primary-button-bg);--resultsScreenPrimaryButtonBorderWidth: 1px;--resultsScreenPrimaryButtonBorderRadius: 20px;--resultsScreenButtonCloseTop: 0;--resultsScreenButtonCloseRight: 0;--resultsScreenButtonCloseTranslateX: 50%;--resultsScreenButtonCloseTranslateY: -50%}.player-layer-root .player-layer-results-screen{position:relative;font-family:var(--font-family-main);color:var(--color-0-0);text-align:center;background:var(--color-1-0);border-radius:inherit;width:100%;display:flex}.player-layer-root .player-layer-results-screen__section{flex:1;display:flex;flex-direction:column;justify-content:center;border-radius:inherit}.player-layer-root .player-layer-results-screen__section--single{padding:50px 120px}@media (max-width: 550px){.player-layer-root .player-layer-results-screen__section--single{padding-left:35px;padding-right:35px}}.player-layer-root .player-layer-results-screen__section--with-promo{padding:20px}@media (max-width: 550px){.player-layer-root .player-layer-results-screen__section--with-promo{padding-left:5px;padding-right:5px}}.player-layer-root .player-layer-results-screen__close{position:absolute;z-index:1;top:var(--resultsScreenButtonCloseTop);right:var(--resultsScreenButtonCloseRight);transform:translate(var(--resultsScreenButtonCloseTranslateX), var(--resultsScreenButtonCloseTranslateY))}.player-layer-root .player-layer-results-screen__header{margin-bottom:18px;font-family:var(--resultsScreenTitleFontFamily);font-weight:var(--resultsScreenTitleFontWeight);font-size:var(--resultsScreenTitleFontSize);letter-spacing:var(--resultsScreenTitleLetterSpacing)}.player-layer-root .player-layer-results-screen__score{margin-bottom:20px;font-family:var(--resultsScreenBodyFontFamily);font-weight:var(--resultsScreenBodyFontWeight);font-size:var(--resultsScreenBodyFontSize);letter-spacing:var(--resultsScreenBodyLetterSpacing)}.player-layer-root .player-layer-results-screen__replay{padding:0 25px;min-width:100px;height:40px;line-height:20px;white-space:nowrap;border:none;border-style:solid;border-radius:var(--resultsScreenPrimaryButtonBorderRadius);border-width:var(--resultsScreenPrimaryButtonBorderWidth);border-color:var(--resultsScreenPrimaryButtonBorderColor);cursor:pointer;color:var(--resultsScreenPrimaryButtonColor);font-family:var(--resultsScreenPrimaryButtonFontFamily);font-weight:var(--resultsScreenPrimaryButtonFontWeight);font-size:var(--resultsScreenPrimaryButtonFontSize);letter-spacing:var(--resultsScreenPrimaryButtonLetterSpacing);background:var(--resultsScreenPrimaryButtonBackgroundGradient);background-color:var(--resultsScreenPrimaryButtonBackgroundColor)}.player-layer-root .player-layer-results-screen--mode-out{pointer-events:all;background:var(--resultsScreenContainerBackgroundColorModeOut)}.player-layer-root .player-layer-results-screen--mode-out .player-layer-results-screen__close{display:none}.player-layer-root .player-layer-results-screen--mode-out .player-layer-results-screen__header{color:var(--resultsScreenTitleColorModeOut)}.player-layer-root .player-layer-results-screen--mode-out .player-layer-results-screen__score{color:var(--resultsScreenBodyColorModeOut)}.player-layer-root .player-layer-results-screen--mode-out .player-layer-results-screen__score--max{color:var(--resultsScreenScoreMaxFontColor)}.player-layer-root .player-layer-results-screen--mode-over{background:var(--resultsScreenContainerBackgroundColorModeOver);border-style:solid;border-color:var(--resultsScreenBorderColor);border-width:var(--resultsScreenBorderWidth)}.player-layer-root .player-layer-results-screen--mode-over .player-layer-results-screen__header{color:var(--resultsScreenTitleColorModeOver)}.player-layer-root .player-layer-results-screen--mode-over .player-layer-results-screen__score{color:var(--resultsScreenBodyColorModeOver)}.player-layer-root .player-layer-results-screen--mode-over .player-layer-results-screen__score--max{color:var(--resultsScreenScoreMaxFontColor)}

.player-layer-root .player-layer-disconnected{padding:50px 0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:all;background-color:rgba(0,0,0,0.94)}.player-layer-root .player-layer-disconnected__title{font-family:var(--font-family-main);font-size:22px;font-weight:var(--font-weight-normal);line-height:1.04;text-align:center;color:#ffffff;text-transform:uppercase;margin-bottom:15px}.player-layer-root .player-layer-disconnected__description{font-family:var(--font-family-main);font-weight:var(--font-weight-normal);font-size:16px;line-height:1.49;text-align:center;color:#ffffff;margin-bottom:30px}.player-layer-root .player-layer-disconnected__button{position:relative}.player-layer-root .player-layer-disconnected__button-text{position:relative;top:1px;transition:opacity 0.3s}.player-layer-root .player-layer-disconnected__loader{position:absolute;top:50%;left:50%;height:28px;opacity:0;transform:translate(-50%, -50%);transition:opacity 0.3s}.player-layer-root .player-layer-disconnected__loading .player-layer-disconnected__loader{opacity:1}.player-layer-root .player-layer-disconnected__loading .player-layer-disconnected__button-text{opacity:0}.player-layer-root .player-layer-disconnected--mode-over{height:100%}.player-layer-root .player-layer-disconnected--mode-out{height:auto}

.player-layer-root .player-layer-screen{position:fixed;padding:98px 16px 16px 16px;top:0;bottom:0;width:100%;height:100%;z-index:9999;font-family:Montserrat, sans-serif;color:#ffffff;text-align:center;display:none;pointer-events:all;overflow-x:hidden;overflow-y:scroll;flex-direction:column;align-items:center;justify-content:space-between;align-content:space-between;flex:1 0 100%}@media (min-width: 768px){.player-layer-root .player-layer-screen{padding:219px 16px 16px 16px}}.player-layer-root .player-layer-screen__spinnerContainer{height:100%;background:black;display:flex;justify-content:center;align-items:center}.player-layer-root .player-layer-screen--visible{display:flex}.player-layer-root .player-layer-screen__logo{max-width:204px;margin:auto}.player-layer-root .player-layer-screen__logo img{max-width:100%}@media (min-width: 768px){.player-layer-root .player-layer-screen__logo{max-width:298px}}.player-layer-root .player-layer-screen__title{margin-top:48px}.player-layer-root .player-layer-screen__title h1{font-weight:bold;font-size:20px;line-height:28px;letter-spacing:0.3px;color:#ffffff}.player-layer-root .player-layer-screen__subtitle{margin-top:24px;max-width:594px;margin-left:auto;margin-right:auto;flex-grow:5}.player-layer-root .player-layer-screen__subtitle h3{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.3px}.player-layer-root .player-layer-screen__buttons{display:flex;flex-direction:column;align-items:center;flex:1 0 auto;margin-top:32px;margin-bottom:32px}

.player-layer-root{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.player-layer-root *{box-sizing:border-box}.player-layer-root--mode-out{position:relative;width:100%;height:100%}.player-layer-root--mode-over{z-index:1}

