.inlineSwitch{display:inline-flex}.inlineSwitch button{outline:none}.inlineSwitch:not(.isInited){opacity:.5;pointer-events:none}.inlineSwitch__container{display:flex;align-items:center}.inlineSwitch__label,.inlineSwitch__option{font-size:14px;line-height:26px}.inlineSwitch__label{margin-right:12px;color:#888}.inlineSwitch__option{margin-right:12px;border-bottom:2px solid hsla(0,0%,100%,0);color:#000}.inlineSwitch__option i{display:none;transition:color .3s}.inlineSwitch__option--active{border-bottom:2px solid #ffc200}.inlineSwitch__option:last-child{margin-right:0}html.mouse .inlineSwitch__option:not(.inlineSwitch__option--active):hover i{color:#333}.inlineSwitch--iconic .inlineSwitch__tip{white-space:nowrap}.inlineSwitch--iconic .inlineSwitch__option{display:flex;position:relative;align-items:center;justify-content:center;width:3.125rem;height:3.125rem;margin:0 0 0 -1px;border:1px solid #e8e8e8}.inlineSwitch--iconic .inlineSwitch__option i{display:block;color:#ccc;font-size:1.5rem}.inlineSwitch--iconic .inlineSwitch__option--active i{color:#ffc200}.tooltip{display:flex;position:absolute;align-items:center;justify-content:center;min-height:1.25rem;margin:auto;font-family:Lato,sans-serif!important;font-size:.75rem!important;line-height:1rem!important;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tooltip:not(.tooltip--clickable){pointer-events:none}.tooltip>div,.tooltip>span{padding:.3125rem .5rem;border-radius:.1875rem;background:#333;box-shadow:0 0 1rem rgba(0,0,0,.2);color:#eee}.tooltip>div.tooltip__options{display:flex;z-index:10;flex-direction:column;padding:0;box-shadow:0 0 2rem rgba(0,0,0,.3)}.tooltip--wrappable{white-space:normal}.tooltip--clickable>div,.tooltip--clickable>span{position:relative;z-index:0;padding:.3125rem .5rem}.tooltip--clickable>div:after,.tooltip--clickable>span:after{content:"";position:absolute;z-index:-1;top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.tooltip--paddingless .tooltip__message{padding:0}.tooltip.tooltip--dark a,.tooltip.tooltip--gray a,.tooltip.tooltip--white a{color:#e7a90f}.tooltip:before{content:"";display:block;position:absolute;width:0;height:0;margin:auto;border:4px solid transparent}.tooltip.tooltip{z-index:1}.tooltip.tooltip:before{z-index:2}.tooltip.tooltip--left{top:0;right:calc(100% + 6px);bottom:0}.tooltip.tooltip--left:before{top:0;right:-8px;bottom:0;border-left-color:#333}.tooltip.tooltip--left.tooltip--dark:before{border-left-color:#333}.tooltip.tooltip--left.tooltip--gray:before{border-left-color:#888}.tooltip.tooltip--left.tooltip--white:before{border-left-color:#f8f8f8}.tooltip.tooltip--right{top:0;bottom:0;left:calc(100% + 6px)}.tooltip.tooltip--right:before{top:0;bottom:0;left:-8px;border-right-color:#333}.tooltip.tooltip--right.tooltip--dark:before{border-right-color:#333}.tooltip.tooltip--right.tooltip--gray:before{border-right-color:#888}.tooltip.tooltip--right.tooltip--white:before{border-right-color:#f8f8f8}.tooltip.tooltip--bottom{top:calc(100% + 6px);right:0;left:0}.tooltip.tooltip--bottom:before{top:-8px;right:0;left:0;border-bottom-color:#333}.tooltip.tooltip--bottom.tooltip--dark:before{border-bottom-color:#333}.tooltip.tooltip--bottom.tooltip--gray:before{border-bottom-color:#888}.tooltip.tooltip--bottom.tooltip--white:before{border-bottom-color:#f8f8f8}.tooltip.tooltip--top{right:0;bottom:calc(100% + 6px);left:0}.tooltip.tooltip--top:before{right:0;bottom:-8px;left:0;border-top-color:#333}.tooltip.tooltip--top.tooltip--dark:before{border-top-color:#333}.tooltip.tooltip--top.tooltip--gray:before{border-top-color:#888}.tooltip.tooltip--top.tooltip--white:before{border-top-color:#f8f8f8}.tooltip.tooltip--dark>div,.tooltip.tooltip--dark>span{background:#333;color:#eee}.tooltip.tooltip--gray>div,.tooltip.tooltip--gray>span{background:#888;color:#eee}.tooltip.tooltip--white>div,.tooltip.tooltip--white>span{background:#f8f8f8;color:#242424}.tooltip.tooltip--end.tooltip--left,.tooltip.tooltip--end.tooltip--right{align-items:flex-end}.tooltip.tooltip--end.tooltip--bottom,.tooltip.tooltip--end.tooltip--top{justify-content:flex-end}.tooltip.tooltip--start.tooltip--left,.tooltip.tooltip--start.tooltip--right{align-items:flex-start}.tooltip.tooltip--start.tooltip--bottom,.tooltip.tooltip--start.tooltip--top{justify-content:flex-start}.tooltip__parent{position:relative}.tooltip__parent .tooltip{display:none}.tooltip__parent .tooltip--open.tooltip,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip{display:flex}.tooltip__parent .tooltip--open.tooltip--left,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--left{-webkit-animation:fadeInRight .3s cubic-bezier(.25,.46,.45,.94);animation:fadeInRight .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__parent .tooltip--open.tooltip--right,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--right{-webkit-animation:fadeInLeft .3s cubic-bezier(.25,.46,.45,.94);animation:fadeInLeft .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__parent .tooltip--open.tooltip--top,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--top{-webkit-animation:fadeInBottom .3s cubic-bezier(.25,.46,.45,.94);animation:fadeInBottom .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__parent .tooltip--open.tooltip--bottom,.tooltip__parent:hover .tooltip:not(.tooltip--close).tooltip--bottom{-webkit-animation:fadeInTop .3s cubic-bezier(.25,.46,.45,.94);animation:fadeInTop .3s cubic-bezier(.25,.46,.45,.94)}.tooltip__option{display:block;position:relative;padding:.75rem .875rem;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);background-color:#202020;text-align:left}.tooltip__option:hover{background-color:#2d2d2d}.tooltip__option:first-child{border-top:0}.tooltip__option:not(:first-child):after{content:"";position:absolute;top:-.5px;right:.75rem;left:.75rem;height:1px;background:#3a3a3a}.tooltip__optionAction{margin-top:.0625rem;margin-bottom:.0625rem;font-size:.75rem;font-weight:700;line-height:1.3;pointer-events:none}.tooltip__optionDescription{margin-bottom:.125rem;font-size:.625rem;line-height:1.3;white-space:normal;pointer-events:none}.tooltip.tooltip--gray .tooltip__option{background-color:#888}.tooltip.tooltip--gray .tooltip__option:first-child{border-top:0}.tooltip.tooltip--gray .tooltip__option:not(:first-child):after{background:#a2a2a2}.tooltip.tooltip--gray .tooltip__option:hover{background-color:#6f6f6f}.tooltip.tooltip--white .tooltip__option{background-color:#f8f8f8}.tooltip.tooltip--white .tooltip__option:first-child{border-top:0}.tooltip.tooltip--white .tooltip__option:not(:first-child):after{background:#dfdfdf}.tooltip.tooltip--white .tooltip__option:hover{background:#f0f0f0}@media (min-width:768px){.tooltip.tooltip--limited .tooltip__message{width:100%;min-width:18.75rem}}.voteCommentBox{padding:.9375rem 0;background:#fff}.voteCommentBox__addComment{display:none;margin-left:4px;padding-top:3px;transition:color .3s;color:#ccc;font-size:21px}.voteCommentBox__addComment:hover{color:#000}.voteCommentBox--editable{background:#f8f8f8}.voteCommentBox__userRate{display:flex;margin-bottom:.75rem;padding:0 .9375rem}.voteCommentBox__voteCommentText{margin-bottom:1.5625rem}.voteCommentBox__voteCommentText .voteCommentText:not(.voteCommentText--editable)[data-comment="0"]{display:none}.voteCommentBox--editable .voteCommentBox__voteCommentText{margin-bottom:1.25rem}.voteCommentBox__date{padding-top:.4375rem;float:right;color:#888;font-size:.75rem}.voteCommentBox__bar{display:flex;justify-content:space-between;padding:0 .9375rem}.voteCommentBox--emptyBar .voteCommentBox__bar{display:none}.voteCommentBox--emptyBar .voteCommentBox__voteCommentText{margin-bottom:0}.voteCommentBox__barIcons{display:flex}.voteCommentBox__barButtons>div,.voteCommentBox__barIcons>div{display:inline-block}.voteCommentBox__barButtons{margin-left:-1px}.voteCommentBox__barButtons>div{margin-right:.3125rem}.voteCommentBox__textarea{min-height:1.125rem;max-height:2.25rem;font-size:.875rem;line-height:1.3;resize:none}.voteCommentBox__label{display:-webkit-box;position:relative;max-height:2.275rem;overflow:hidden;font-size:.875rem;line-height:1.3;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block}.voteCommentBox__label--placeholder{color:#888}.voteCommentBox__label,.voteCommentBox__textarea{display:block;width:100%;min-width:100%;max-width:100%;overflow:hidden;border:0;outline:none;background:#fff;font-family:Lato,sans-serif}.voteCommentBox__recommend{color:#976103}.voteCommentBox__likeCounter,.voteCommentBox__recommend{font-size:.875rem}.voteCommentBox__commentCounter[data-count]{margin-left:.4375rem}.voteCommentBox--placeholder .userRate{opacity:0}.voteCommentBox.voteCommentBoxPlaceholder .userRate__rate{color:#888}@media (max-width:767px){.voteCommentBox{border-bottom:1px solid #e8e8e8}.voteCommentBox__date{display:none}}@media (min-width:768px){.voteCommentBox{padding:.9375rem;border:1px solid rgba(0,0,0,.1)}.voteCommentBox__bar,.voteCommentBox__userRate{padding:0}.voteCommentBox[data-clickable="1"] .voteCommentBox__userRate{padding-left:.5rem}}.userRate__container{display:inline-flex;flex-wrap:nowrap;align-items:center}.userRate button{outline:none}.userRate__rate{font-size:1rem;font-weight:400}.userRate__icons{display:flex;flex-wrap:nowrap;margin-left:-.1875rem}.userRate__icon{display:block;margin:0 -.0625rem;padding:0;color:#ddd;font-size:1.625rem;line-height:1}.userRate__icon--active,html.mouse .userRate__icon--hover{color:#ffc200}.userRate .favourite{display:flex;align-items:center;margin-left:.3125rem;line-height:1}.userRate .favourite__icon{color:#ddd;font-size:1.625rem;line-height:1}.userRate .favourite__icon--active,.userRate button.favourite .favourite__icon:hover{color:#ffc200}.userRate__movieRateLabel{padding-left:.5rem}.userRate .userRate__icon:before{content:"\e93e"}.userRate .favourite__icon:before{content:"\e92d"}.userRate.userRate--role .userRate__icon:before{content:"\e90e"}.userRate.userRate--role .favourite__icon:before{content:"\e92d"}.userRate.userRate--stroke.userRate--hasRate:not(.userRate--preview) .userRate__icon:not(.userRate__icon--hover):before,.userRate.userRate--stroke:not([data-rate="0"]):not(.userRate--preview) .userRate__icon:not(.userRate__icon--hover):before{content:"\e93e"}.userRate.userRate--stroke .userRate__icon:before{content:"\e93d"}.userRate.userRate--stroke .userRate__icon--active:before{content:"\e977"}html.mouse .userRate.userRate--stroke.userRate--preview .userRate__icon--active:not(.userRate__icon--hover):before{content:"\e93d"}.userRate.userRate--role.userRate--stroke.userRate--hasRate:not(.userRate--preview) .userRate__icon:not(.userRate__icon--hover):before,.userRate.userRate--role.userRate--stroke:not([data-rate="0"]):not(.userRate--preview) .userRate__icon:not(.userRate__icon--hover):before{content:"\e90e"}.userRate.userRate--role.userRate--stroke .userRate__icon:before{content:"\e90d"}.userRate.userRate--role.userRate--stroke .userRate__icon--active:before{content:"\e90e"}html.mouse .userRate.userRate--role.userRate--stroke.userRate--preview .userRate__icon--active:not(.userRate__icon--hover):before{content:"\e90d"}.userRate.userRate--role.userRate--stroke .favourite__icon:before,.userRate.userRate--stroke .favourite__icon:before{content:"\e92c"}.userRate.userRate--role.userRate--stroke .favourite__icon--active:before,.userRate.userRate--stroke .favourite__icon--active:before{content:"\e92d"}.userRate.userRate--wts.userRate--stroke.userRate--hasRate:not(.userRate--preview) .userRate__icon:not(.userRate__icon--hover):before,.userRate.userRate--wts.userRate--stroke:not([data-rate="0"]):not(.userRate--preview) .userRate__icon:not(.userRate__icon--hover):before,.userRate.userRate--wts .userRate__icon--active:before,.userRate.userRate--wts .userRate__icon:before{content:"\e918"}.userRate.userRate--wts.userRate--stroke .userRate__icon:before{content:"\e917"}.userRate.userRate--wts.userRate--stroke .userRate__icon--active:before{content:"\e918"}html.mouse .userRate.userRate--wts.userRate--stroke.userRate--preview .userRate__icon--active:not(.userRate__icon--hover):before{content:"\e917"}html.mouse .userRate.userRate--preview .userRate__icon--hover:before{content:"\e93e"}html.mouse .userRate.userRate--preview.userRate--role .userRate__icon--hover:before{content:"\e90e"}html.mouse .userRate.userRate--preview.userRate--wts .userRate__icon--hover:before{content:"\e918"}.userRate__rate,.userRate__seen{display:inline-block;min-width:1.25rem;padding:0 .3125rem 0 0;line-height:1.33;text-align:left}.userRate__seen{color:#888}html.mouse .userRate__seen:hover{color:#000}.userRate__seen i{margin-left:-.125rem;color:#000;font-size:1rem}.userRate .userRate__seen,.userRate:not(.userRate--clickable) .userRate__seen,.userRate:not(.userRate--display) .userRate__rate,.userRate:not(.userRate--display) .userRate__seen,.userRate:not(.userRate--showRateWhenZero)[data-rate="0"] .userRate__rate{display:none}.userRate:not(.userRate--clickable)[data-favourite="0"] .userRate__favourite{visibility:hidden}.userRate--showSeenWhenZero[data-rate="0"] .userRate__seen{display:inline-block}.userRate--clickable[data-rate="10"] .userRate__rate{text-indent:-4px}.userRate--small .userRate__icon{font-size:1.5rem}.userRate--wide .userRate__container{display:flex}.userRate--wide .userRate__icons{width:100%}.userRate--wide .userRate__icons .userRate__button{width:10%}.userRate--wide .userRate__icons .userRate__icon{margin:0;font-size:1.875rem}.userRate--wide .userRate .favourite__icon{font-size:1.875rem}.userRate:not(.userRate--clickable) .userRate__rate{padding-right:.5rem}.userRate.userRate--reverse,.userRate.userRate--reverse .userRate__container{flex-flow:row-reverse}.userRate.userRate--reverse .userRate__movieRateLabel{padding-right:.5rem}.userRate.userRate--reverse .userRate__icons{margin-right:.1875rem}.userRate.userRate--wts .userRate__icons{margin-left:-.3125rem}.userRate.userRate--wts .userRate__icon{margin:0;padding-left:.0625rem;font-size:1.5rem}.isDark .userRate .userRate__icon{color:#555}.isDark .userRate .userRate__icon--active,html.mouse .isDark .userRate .userRate__icon--hover{color:#ffc200}.isDark .userRate .favourite__icon{color:#555}.isDark .userRate .favourite__icon--active,html.mouse .isDark .userRate .favourite__icon--hover{color:#ffc200}.isTransparent .userRate__icon:not(.userRate__icon--active):not(.userRate__icon--hover){color:hsla(0,0%,100%,.4)}@media (min-width:768px){.userRate__rate,.userRate__seen{min-width:1.5rem}.userRate__rate{font-size:1.125rem}.userRate .favourite__icon,.userRate__icon{font-size:1.75rem}.userRate__movieRateLabel{padding-left:.5rem}.userRate:not(.userRate--clickable) .userRate__rate{padding-right:.75rem}.userRate.userRate--reverse .userRate__movieRateLabel{padding-right:1.125rem;padding-left:0}.userRate--wts .userRate__icon{font-size:1.5rem}}.voteCommentText{position:relative;background:#fff}.voteCommentText .hide{display:none!important}.voteCommentText--alabaster .voteCommentText__comment:not(.voteCommentText__comment--open),.voteCommentText--alabaster .voteCommentText__comment:not(.voteCommentText__comment--open) .voteCommentText__label,.voteCommentText--alabaster .voteCommentText__comment:not(.voteCommentText__comment--open) .voteCommentText__textarea,.voteCommentText--alabaster .voteCommentText__comment:not(.voteCommentText__comment--open)>i:after,.voteCommentText--editable{background:#f8f8f8}.voteCommentText__comment{position:relative;padding:0 .9375rem;background:#fff;cursor:text}.voteCommentText--alabaster .voteCommentText__comment,.voteCommentText--editable .voteCommentText__comment{padding:.4375rem .9375rem;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.voteCommentText--alabaster .voteCommentText__comment>i,.voteCommentText--editable .voteCommentText__comment>i{display:block}.voteCommentText__comment>i{display:none;position:absolute;top:-.5625rem;left:1.25rem;width:.5rem;height:.5625rem;overflow:hidden;border-left:1px solid #e8e8e8}.voteCommentText__comment>i:after{content:"";position:absolute;top:1px;left:-.75rem;width:1.125rem;height:1.125rem;transform:rotate(45deg);border-color:#e8e8e8;border-style:solid;border-width:1px 0 0 1px;background:#fff}.voteCommentText__comment--open{border-color:#ffc200!important;box-shadow:1px 1px 1px rgba(0,0,0,.04);background:#fff}.voteCommentText__comment--open>i{border-color:#ffc200}.voteCommentText__comment--open>i:after{border-color:#ffc200;background:#fff}.voteCommentText__textarea{min-height:1.125rem;max-height:4.5rem;font-size:.875rem;line-height:1.3;resize:none}.voteCommentText__label{display:-webkit-box;position:relative;max-height:4.55rem;overflow:hidden;font-size:.875rem;line-height:1.3;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:block;cursor:text}.voteCommentText__label--placeholder{color:#888}.voteCommentText--extended .voteCommentText__textarea{max-height:5.625rem}.voteCommentText--extended .voteCommentText__label{display:block;display:-webkit-box;position:relative;max-height:5.6875rem;overflow:hidden;font-size:.875rem;line-height:1.3;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.voteCommentText__label,.voteCommentText__textarea{display:block;width:100%;min-width:100%;max-width:100%;overflow:hidden;border:0;outline:none;background:#fff;font-family:Lato,sans-serif}.voteCommentText .voteCommentText__counter{display:flex;position:absolute;right:4px;bottom:-8px;align-items:center;height:16px;padding:0 3px;opacity:0;background:#fff;color:#888;font-size:10px;font-weight:700;line-height:16px}.voteCommentText .voteCommentText__counter--almost{background:#ffc200;color:#242424}.voteCommentText .voteCommentText__comment--open .voteCommentText__counter{opacity:1}.isDark .voteCommentText .voteCommentText__comment{border-color:#555;color:#888}.isDark .voteCommentText .voteCommentText__comment>i{border-bottom:1px solid #202020;border-left:1px solid #555}.isDark .voteCommentText .voteCommentText__comment>i:after{border:1px solid #555;background:#202020}.isDark .voteCommentText .voteCommentText__comment--open>i{border-bottom:0;border-color:#ffc200}.isDark .voteCommentText .voteCommentText__comment--open>i:after{border-color:#ffc200}.isDark .voteCommentText .voteCommentText__comment,.isDark .voteCommentText .voteCommentText__label,.isDark .voteCommentText .voteCommentText__textarea{background:#202020;color:#eee}.isDark .voteCommentText .voteCommentText__label--placeholder{color:#888}.isDark .voteCommentText .voteCommentText__counter{padding-right:.25rem;background:#202020;color:#fff}.voteCommentText--narrow .voteCommentText__comment{min-height:1rem;padding:0}.voteCommentText--narrow .voteCommentText__comment>i{left:.625rem}.voteCommentText--narrow.voteCommentText--alabaster .voteCommentText__comment,.voteCommentText--narrow.voteCommentText--editable .voteCommentText__comment{padding:.625rem;border:1px solid #e8e8e8;border-radius:.125rem}.isDark .voteCommentText--narrow.voteCommentText--alabaster .voteCommentText__comment,.isDark .voteCommentText--narrow.voteCommentText--editable .voteCommentText__comment{border:1px solid #555}@media (max-width:767px){.voteCommentText__date{display:none}}@media (min-width:768px){.voteCommentText .voteCommentText__comment{min-height:1rem;padding:0}.voteCommentText .voteCommentText__comment>i{left:.625rem}.voteCommentText.voteCommentText--alabaster .voteCommentText__comment,.voteCommentText.voteCommentText--editable .voteCommentText__comment{padding:.625rem;border:1px solid #e8e8e8;border-radius:.125rem}.isDark .voteCommentText.voteCommentText--alabaster .voteCommentText__comment,.isDark .voteCommentText.voteCommentText--editable .voteCommentText__comment{border:1px solid #555}}.likeCounter{display:flex;color:#888;font-size:.875rem}.likeCounter[data-count="0"]{display:none}.likeCounter__total{padding-right:.25rem}.likeCounter__person{color:#000}.likeCounter__names{display:none;max-width:18.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.likeCounter__icon{font-size:1rem}.likeCounter__names{padding-left:.25rem}.likeCounter__hiddenNames{display:none;position:absolute;bottom:100%;z-index:222;left:50%;max-width:12.5rem;margin-bottom:.25rem;padding:.3125rem;transform:translateX(-50%);background:#333;color:#fff;font-size:.75rem}.likeCounter__hiddenNames:before{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333;content:"";display:block;position:absolute;bottom:-5px;left:50%;margin-left:-.3125rem}.likeCounter__hiddenName,.likeCounter__unknownCount{display:block;padding:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.likeCounter__hiddenCount{display:none;position:relative}.likeCounter__hiddenCount:hover .likeCounter__hiddenNames{display:inline-block}.likeCounter__popupUnnamedCounter{padding-top:.5625rem;border-top:.0625rem solid #e8e8e8}.likeCounter--short{display:flex;align-items:center}.likeCounter--short .likeCounter__hiddenCount{padding-right:.25rem}.likeCounter--short .likeCounter__icon{order:2}.likeCounter--compact .likeCounter__hiddenCount{font-size:.875rem}.likeCounter--withPopup{cursor:pointer}.likeCounter--empty{display:none}@media (min-width:768px){.likeCounter__total{display:none}.likeCounter__hiddenCount,.likeCounter__names{display:inline}}.posterRole{position:relative;height:12.875rem;width:9rem}.posterRole:not(.poster--vertical).poster--normal{height:12.875rem;width:12.875rem}.posterRole:not(.poster--vertical).poster--normal.poster--horizontal{width:18rem}.posterRole:not(.poster--vertical).poster--small{height:10rem;width:10rem}.posterRole:not(.poster--vertical).poster--small.poster--horizontal{width:14rem}.posterRole:not(.poster--vertical).poster--mini{height:7.875rem;width:7.875rem}.posterRole:not(.poster--vertical).poster--mini.poster--horizontal{width:11rem}.posterRole:not(.poster--vertical).poster--micro{height:6.375rem;width:6.375rem}.posterRole:not(.poster--vertical).poster--micro.poster--horizontal{width:9rem}.posterRole.poster--auto{width:100%;height:100%}@media (max-width:767px){.posterRole.poster--sm-micro{height:6.375rem;width:6.375rem}}.recommendBox{display:inline-flex;align-items:center;font-size:.875rem}.recommendBox__icon{margin-right:.375rem;color:#ffc200;font-size:1.5rem;line-height:1.5rem;vertical-align:text-top}.recommendBox__level{margin-right:.5rem;font-size:1.125rem;font-weight:700;line-height:1.125rem}@media (max-width:767px){.recommendBox{font-size:.875rem}.recommendBox__icon{font-size:1.25rem}.recommendBox__level{margin-right:.3125rem;font-size:.875rem}.recommendBox__desc{font-size:.75rem}}.commentCounter{display:flex;color:#888;font-size:.875rem}.commentCounter[data-count="0"]{display:none}.commentCounter__action{display:flex;align-items:center}.commentCounter__number{padding-right:.1875rem}.commentCounter__icon{font-size:1rem}@media (min-width:768px){.commentCounter--iconLeft .commentCounter__action{flex-direction:row-reverse}.commentCounter--iconLeft .commentCounter__number{padding-left:.1875rem}}.userList{color:#333;font-weight:700}.userList__item{position:relative;padding:.625rem 0}.userList__item:hover .userList__hiddenNames{display:block}.userList__item+.userList__item{padding:.5625rem 0 .625rem;border-top:.0625rem solid #e8e8e8}.userList__avatar.avatar{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}.userList__user{display:flex;align-items:center;width:100%}.userList__userName{margin-left:.625rem}.userList__hiddenNames{display:none;position:absolute;bottom:100%;z-index:222;left:50%;max-width:12.5rem;margin-bottom:.25rem;padding:.3125rem;transform:translateX(-50%);background:#333;color:#fff;font-size:.75rem}.userList__hiddenNames:before{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333;content:"";display:block;position:absolute;bottom:-5px;left:50%;margin-left:-.3125rem}.userList__hiddenName{display:block;padding:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.userList--inPopup .userList__item:first-child{padding-top:0}.userList--grid .userList__list{display:flex;flex-wrap:wrap;align-content:space-between;padding:0}.userList--grid .userList__item{padding-top:.625rem;border-top:0;font-size:0}.userList--grid .userList__user{display:inline-block;position:relative;width:auto}.userList--grid .userList__userName{display:none;position:absolute;bottom:100%;z-index:222;left:50%;max-width:12.5rem;margin-bottom:.375rem;padding:.3125rem;transform:translateX(-50%);background:#333;color:#fff;font-size:.75rem;margin-left:0;white-space:nowrap}.userList--grid .userList__userName:before{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333;content:"";display:block;position:absolute;bottom:-5px;left:50%;margin-left:-.3125rem}.userList--grid-4-320 .userList__item{width:25%;padding-bottom:.25rem}.userList--grid-4-320 .userList__item:nth-child(4n),.userList--grid-4-320 .userList__item:nth-child(4n+3){text-align:right}.userList--grid-4-320 .userList__item:nth-child(4n+2){padding-left:.20833rem}.userList--grid-4-320 .userList__item:nth-child(4n+3){padding-right:.20833rem}.userList--grid-4-320 .userList__avatar.avatar{width:4.375rem;height:4.375rem}.userList--grid-4-320 .userList__avatar.avatar.avatar--online:after{right:.25rem;bottom:.25rem;width:.78125rem;height:.78125rem;border-width:.075rem}.userList--horizontal .userList__item{margin-right:.625rem;padding:0}.userList--horizontal .userList__item+.userList__item{padding:0;border-top:0}@-webkit-keyframes recommended-delayed-fade-out{0%{opacity:1;pointer-events:all}50%{opacity:1;pointer-events:all}to{opacity:0;pointer-events:none}}@keyframes recommended-delayed-fade-out{0%{opacity:1;pointer-events:all}50%{opacity:1;pointer-events:all}to{opacity:0;pointer-events:none}}.filmRatingBox{/*! critical:start */display:flex;position:relative;align-items:center;justify-content:center;width:20rem;min-height:8.8125rem/*! critical:end */}.filmRatingBox__beforePremiere{margin-bottom:1rem}.filmRatingBox__beforePremiere+.filmRatingBox__votePart{margin-top:2rem}.filmRatingBox__beforePremiere+.filmRatingBox__votePart:after{content:"";position:absolute;top:-1rem;left:0;right:0;border-top:1px solid #e8e8e8}.filmRatingBox__favRate{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;position:absolute;top:.625rem;right:0;z-index:1}.filmRatingBox__votePart{padding-bottom:0;position:relative}.filmRatingBox__container{/*! critical:start */position:relative;width:20rem;padding:1rem/*! critical:end */}.filmRatingBox__mainCard{position:relative}.filmRatingBox__top{/*! critical:start */display:inline-flex;min-width:15.625rem;margin-bottom:1rem/*! critical:end */}html.mouse .filmRatingBox:hover .filmRatingBox__recommendBox{display:none}.filmRatingBox__voteHeader{/*! critical:end */display:flex;align-items:center/*! critical:end */}.filmRatingBox__avatar{/*! critical:start */margin-right:.875rem;width:3rem;height:3rem/*! critical:end */}.filmRatingBox__preview{top:0;position:absolute;display:flex;transform:scale(0);transition:transform .3s cubic-bezier(.25,.46,.45,.94),color .2s cubic-bezier(.25,.46,.45,.94),background .2s cubic-bezier(.25,.46,.45,.94);font-size:1.25rem;width:3rem;height:3rem;border-radius:3rem;pointer-events:none;justify-content:center;align-items:center;background:#000;color:#ffc200;z-index:1}.filmRatingBox__vote{display:flex;align-items:center;font-size:.875rem;cursor:default}.filmRatingBox__vote button{transition:color .3s;padding-right:.25rem}.filmRatingBox__vote button:after{content:","}.filmRatingBox__vote .ico{opacity:0;pointer-events:none;padding:0 .1875rem;color:#888;transition:color .3s,opacity .3s;cursor:pointer}html.mouse .filmRatingBox__vote .ico:hover{color:#242424}.filmRatingBox__title{display:none}.filmRatingBox[data-rate="-1"]:not(.isRatePreview) .filmRatingBox__title{display:block;font-size:.875rem;max-width:11.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filmRatingBox[data-rate="-1"]:not(.isRatePreview) .filmRatingBox__title+.filmRatingBox__vote{font-size:.75rem;margin-top:.1875rem}html.mouse .filmRatingBox:not([data-rate="-1"]):hover .filmRatingBox__vote .ico,html:not(.mouse) .filmRatingBox:not([data-rate="-1"]) .filmRatingBox__vote .ico{opacity:1;pointer-events:all}.filmRatingBox__date{transition:color .2s;color:#888;font-size:.75rem}.mouse .filmRatingBox__date:hover{color:#000}.filmRatingBox__date span{display:block}.filmRatingBox__tip span{text-transform:lowercase}.filmRatingBox__starRate,.filmRatingBox__textInput{margin-bottom:1rem}.filmRatingBox__counters{display:flex;justify-content:flex-end;margin-bottom:1rem;margin-top:-.5rem}.filmRatingBox__likeCounter .likeCounter{color:#888}.filmRatingBox__commentCounter{margin-left:.5rem}.filmRatingBox__commentCounter .commentCounter{color:#888}.filmRatingBox__wtsPart{display:flex;position:relative;justify-content:space-between}.filmRatingBox__wantToSeeButton{margin-right:.875rem;z-index:2}.filmRatingBox__wtsLevelSelector{display:none;position:absolute;top:0;width:150px;background:#000}.filmRatingBox__problem{margin:0 auto;text-align:center}.filmRatingBox__problem strong{display:block;margin-bottom:.625rem;padding-bottom:.625rem;border-bottom:1px solid #ccc}.filmRatingBox__datePicker{display:flex;justify-content:center;position:absolute;z-index:2;top:.1875rem;right:0;left:0;flex-direction:column;align-items:center;padding:1rem;background:#fff;border-radius:.1875rem}.filmRatingBox__datePicker .dateInput__datePicker{left:0}.filmRatingBox__datePickerHeader{align-self:flex-start;cursor:pointer;margin-bottom:.75rem;font-size:.75rem;color:#555}.filmRatingBox__datePickerHeader:after{content:":"}.isDark .filmRatingBox__datePickerHeader{color:#888}.filmRatingBox__recommendBox{font-size:.875rem;color:#555;position:absolute;z-index:2;top:0;right:1.875rem;left:3.25rem;padding:1rem 0 .75rem .625rem;background:#fff}.isDark .filmRatingBox__recommendBox{color:#888}.filmRatingBox[data-comments="0"] .filmRatingBox__commentCounter,.filmRatingBox[data-likes="0"] .filmRatingBox__likeCounter,.filmRatingBox[data-likes="0"][data-comments="0"] .filmRatingBox__counters{display:none}.filmRatingBox[data-rate="-1"]:not(.isRatePreview) .filmRatingBox__vote{color:#555}.isDark .filmRatingBox[data-rate="-1"]:not(.isRatePreview) .filmRatingBox__vote{color:#888}.filmRatingBox[data-rate="-1"] .filmRatingBox__counters,.filmRatingBox[data-rate="-1"] .filmRatingBox__date,.filmRatingBox[data-rate="-1"] .filmRatingBox__textInput{display:none}.filmRatingBox__doNotWantToSeeButton,.filmRatingBox__wantToSeeButton{flex-grow:1}.filmRatingBox.noWts .filmRatingBox__mainCard{margin-bottom:-1rem}.filmRatingBox:hover .filmRatingBox__recommendBox{opacity:0;pointer-events:none;-webkit-animation:recommended-delayed-fade-out .5s;animation:recommended-delayed-fade-out .5s}.filmRatingBox.isRatePreview .filmRatingBox__recommendBox,.filmRatingBox.isRatePreview .filmRatingBox__vote button{display:none}.filmRatingBox.isRatePreview .filmRatingBox__preview{transform:scale(1.04167);transition-delay:.1s}.filmRatingBox.justRated .filmRatingBox__preview{transform:scale(1.16667);transition:transform .3s cubic-bezier(.25,.46,.45,.94);color:#000;background:#ffc200}.filmRatingBox:not([data-rate="-1"]):not([data-rec-on-top]) .filmRatingBox__recommendBox{display:none}.filmRatingBox:not([data-rate="-1"]) .filmRatingBox__votePart{padding-bottom:0}.filmRatingBox:not([data-rate="-1"])[data-comments="0"][data-likes="0"] .filmRatingBox__votePart{border-bottom:0}.filmRatingBox:not([data-rate="-1"]):not([data-rate="0"]) .filmRatingBox__vote button{display:none;transition:color .3s}.filmRatingBox:not(.isRatePreview)[data-rate="0"] .filmRatingBox__vote span{text-transform:lowercase}.isDark .filmRatingBox{background-color:#202020;color:#eee}.isDark .filmRatingBox .filmRatingBox__votePart{border-color:#333}.isDark .filmRatingBox .filmRatingBox__date{color:#888}.mouse .isDark .filmRatingBox .filmRatingBox__date:hover{color:#eee}.isDark .filmRatingBox .filmRatingBox__recommendBox{background-color:#202020}.filmRatingBox--datePicker .filmRatingBox__mainCard{visibility:hidden}.filmRatingBox--datePicker .filmRatingBox__datePicker.datePicker{background:none}@media (max-width:767px){.filmRatingBox,.filmRatingBox__container{width:100%}}.beforePremiere{display:flex;align-items:center;color:#555}.isDark .beforePremiere{color:#888}.beforePremiere__premiereIcon{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#242424;margin:0 .75rem 0 0;background-size:3rem;background-image:url(../gfx/d.2a163a740ecc93366e32ef49644962aa1.svg);width:3rem;height:3rem;cursor:default}.isDark .beforePremiere__premiereIcon{color:#eee;background-image:url(../gfx/d.2c019660574fe7071491aedf9ca0cf3e9.svg)}.beforePremiere__primary{font-size:.875rem;font-weight:700}.beforePremiere__secondary{font-size:.625rem;margin-top:.5625rem;font-weight:bolder}.beforePremiere__premierePart{display:flex;align-items:center;margin-top:-.3125rem;margin-bottom:.9375rem;color:#888}.isDark .beforePremiere__premierePart{color:#ccc}.beforePremiere__premiereTime{padding-top:.1875rem;font-size:.75rem}.wantToSeeStateButton{width:14.75rem;transition:width .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.2s;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.wantToSeeStateButton__container{border:1px solid #e8e8e8;height:2.5rem;min-width:2.5rem;overflow:hidden;border-radius:.125rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .4s cubic-bezier(.25,.46,.45,.94),border .4s cubic-bezier(.25,.46,.45,.94);color:#555;background:#fff}.isDark .wantToSeeStateButton__container{background:none}.wantToSeeStateButton__state{pointer-events:none;display:flex;justify-content:center;align-items:center;transition:transform .05s cubic-bezier(.25,.46,.45,.94),opacity .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.2s;transform:scaleY(1) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:1}.wantToSeeStateButton__areas{opacity:0;display:flex;position:absolute;transition:opacity .2s cubic-bezier(.25,.46,.45,.94)}.wantToSeeStateButton__areas .area{width:2.125rem;height:2.5rem}.wantToSeeStateButton__areas .tooltip{-webkit-animation:none!important;animation:none!important}.wantToSeeStateButton__panel{pointer-events:none;display:flex;position:absolute;transition:transform .2s cubic-bezier(.25,.46,.45,.94),opacity .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.05s;transform:scaleY(.5) scaleX(.9);-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;top:0;bottom:0}.wantToSeeStateButton__panel .ico--eyeSolid{color:#ffd900;transform:scale(1.14286)}.wantToSeeStateButton__panel .ico--eye{color:#555}.wantToSeeStateButton__panel .ico--eyeOn:not(.ico--eyeSolid){color:#ffc200}.wantToSeeStateButton__panel .ico{width:2.125rem;height:2.5rem;display:flex;justify-content:center;align-items:center;font-size:1.75rem}.wantToSeeStateButton__icon{color:#555;font-size:1.75rem;position:relative;display:flex}.wantToSeeStateButton__icon .ico--eyeSolid{opacity:0;position:absolute;left:0}.wantToSeeStateButton__desc{max-width:11rem;font-size:.875rem;white-space:nowrap;transition:max-width .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.2s}.wantToSeeStateButton__desc:before{content:"  ";white-space:pre}.wantToSeeStateButton:not(.hasVoted).hasPanel .wantToSeeStateButton__state{opacity:0;transition:transform .2s cubic-bezier(.25,.46,.45,.94),opacity .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.05s;transform:scaleY(.5) translateZ(0)}.wantToSeeStateButton:not(.hasVoted).hasPanel .wantToSeeStateButton__areas{opacity:1}.wantToSeeStateButton:not(.hasVoted).hasPanel .wantToSeeStateButton__panel{transition-delay:.2s;transform:scale(1);opacity:1}.wantToSeeStateButton.isTouched .wantToSeeStateButton__areas .area:after{content:"";position:absolute;top:0;left:0;right:0;height:6.25rem}[data-value="-1"].wantToSeeStateButton:not(.isHover) .wantToSeeStateButton__container{color:#555}[data-value="-1"].wantToSeeStateButton:not(.isHover) .wantToSeeStateButton__desc{max-width:0}[data-value="-1"].wantToSeeStateButton:not(.isHover) .wantToSeeStateButton__areas{display:none}html.mouse [data-value="-1"].wantToSeeStateButton:not(.isHover):hover .wantToSeeStateButton__icon{color:#ffd900}[data-value="0"].wantToSeeStateButton .wantToSeeStateButton__container{color:#555}.wantToSeeStateButton:not([data-value="0"]):not([data-value="-1"]) .wantToSeeStateButton__icon{color:transparent}.wantToSeeStateButton:not([data-value="0"]):not([data-value="-1"]) .wantToSeeStateButton__icon .ico--eyeSolid{transform:scale(1.07143);opacity:1}[data-value="0"][data-important="1"]:not(.hasPanel):not(.hasVoted).wantToSeeStateButton .wantToSeeStateButton__container{border:1px solid #e8e8e8}[data-value="0"][data-important="1"]:not(.hasPanel):not(.hasVoted).wantToSeeStateButton .wantToSeeStateButton__icon{color:#555}html.mouse .wantToSeeStateButton:not(.hasVoted):not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):hover .wantToSeeStateButton__state .ico--eyeSolid{opacity:1;color:#ffd900;transform:scale(1.07143);position:absolute;left:0}.isShrink.wantToSeeStateButton,.wantToSeeStateButton[data-value="-1"]:not(.isHover){width:2.5rem}.isShrink.wantToSeeStateButton .wantToSeeStateButton__desc,.wantToSeeStateButton[data-value="-1"]:not(.isHover) .wantToSeeStateButton__desc{max-width:0}html.mouse .wantToSeeStateButton:not(.hasVoted):not([data-value="0"]):not([data-value="-1"]):not(.hasPanel):hover .wantToSeeStateButton__container{background:#fff;border:1px solid #e8e8e8;color:#000}html.mouse .wantToSeeStateButton:not(.hasVoted):not([data-value="0"]):not([data-value="-1"]):not(.hasPanel):hover .wantToSeeStateButton__icon{color:#ffd900}.wantToSeeStateButton:not([data-value="0"]):not([data-value="-1"]).hasPanel.hasVoted .wantToSeeStateButton__container,.wantToSeeStateButton:not([data-value="0"]):not([data-value="-1"]):not(.hasPanel) .wantToSeeStateButton__container{background:#fff;border:1px solid #e8e8e8;color:#242424}.wantToSeeStateButton:not([data-value="0"]):not([data-value="-1"]).hasPanel.hasVoted .wantToSeeStateButton__icon,.wantToSeeStateButton:not([data-value="0"]):not([data-value="-1"]):not(.hasPanel) .wantToSeeStateButton__icon{color:#ffc200}.notInterestedStateButton{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;width:14.75rem;transition:width .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.2s}.notInterestedStateButton__container{border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;overflow:hidden;transition:background .4s cubic-bezier(.25,.46,.45,.94),border .4s cubic-bezier(.25,.46,.45,.94);border-radius:.125rem;color:#555;cursor:pointer}.notInterestedStateButton__icon{color:#555;font-size:1.75rem;padding:0 .3125rem}.notInterestedStateButton__desc{font-size:.875rem;max-width:8.75rem;white-space:nowrap;transition:max-width .2s cubic-bezier(.25,.46,.45,.94);transition-delay:.2s}html.mouse .notInterestedStateButton:hover .notInterestedStateButton__container{border-color:#e8e8e8;color:#242424}html.mouse .notInterestedStateButton:hover .notInterestedStateButton__icon{color:#ffc200}[data-value="0"].notInterestedStateButton:not(.isHover) .notInterestedStateButton__desc{max-width:0}.isShrink.notInterestedStateButton,[data-value="0"].notInterestedStateButton:not(.isHover){width:2.5rem}.isShrink.notInterestedStateButton .notInterestedStateButton__desc,[data-value="0"].notInterestedStateButton:not(.isHover) .notInterestedStateButton__desc{max-width:0}[data-value="1"].notInterestedStateButton .notInterestedStateButton__container{background-color:#fff;border-color:#e8e8e8;color:#242424}[data-value="1"].notInterestedStateButton .notInterestedStateButton__icon{color:#242424}html.mouse [data-value="1"].notInterestedStateButton:hover .notInterestedStateButton__container{background-color:#fff;border-color:#e8e8e8;color:#242424}html.mouse [data-value="1"].notInterestedStateButton:hover .notInterestedStateButton__icon{color:#242424}.spc-ic+.spc-ic{margin-left:.2em}@font-face{font-family:filmweb-icon;src:url(../font/d.3b425f5798d7f09dd8c48c393537ecd08.woff) format("woff");font-weight:400;font-style:normal;font-display:block}.filmwebIcon,[class*=" ic-"],[class^=ic-]{font-family:filmweb-icon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ic-comment_solid:before{content:"\e912"}.ic-flag:before{content:"\e90e"}.ic-large_star_in_circle:before{content:"\e911"}.ic-star_circle-stroke:before{content:"\e90f"}.ic-star_circle-solid:before{content:"\e910"}.ic-arrow_down:before{content:"\e90d"}.ic-arrow_up:before{content:"\e90c"}.ic-chart:before{content:"\e900"}.ic-star_solid:before{content:"\e901"}.ic-star_stroke:before{content:"\e902"}.ic-check:before{content:"\e903"}.ic-check_empty:before{content:"\e904"}.ic-comment:before{content:"\e905"}.ic-cross:before{content:"\e906"}.ic-eye_solid:before{content:"\e907"}.ic-eye_stroke:before{content:"\e908"}.ic-heart_solid:before{content:"\e909"}.ic-heart_stroke:before{content:"\e90a"}.ic-like:before{content:"\e90b"}.ss-wrapper{overflow:hidden;z-index:1;float:left}.ss-content,.ss-wrapper{height:100%;position:relative}.ss-content{width:100%;padding:0 32px 0 0;overflow:auto;box-sizing:border-box}.ss-scroll{position:relative;width:9px;top:0;z-index:2;cursor:pointer;opacity:0;transition:opacity .25s linear}.ss-scroll:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:rgba(0,0,0,.2);border-radius:4px}.ss-container:hover .ss-scroll{opacity:1}.slumpdown,.ss-grabbed{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slumpdown{display:inline-block;position:relative;z-index:1;transition:background-color .35s cubic-bezier(.25,.46,.45,.94);font-size:.875rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slumpdown:after{font-family:filmweb-ifw;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e912";position:absolute;z-index:10;top:50%;right:.25rem;width:1rem;height:1rem;transform:translate(-50%,-50%) rotateX(0deg);transform-origin:50%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);color:#e7a90f;font-size:1rem;pointer-events:none}.slumpdown__popupHeader{display:none}.slumpdown__button{padding:.6875rem 2.5rem .6875rem .875rem;border-style:solid;border-width:1px;font-family:Lato,sans-serif;font-weight:400;text-align:left;cursor:pointer;transition:color .2s ease-in-out}.slumpdown__button--toggle{overflow:hidden;border-color:#e8e8e8;text-overflow:ellipsis;white-space:nowrap}.slumpdown__button--select{display:block;border-color:#fff}.slumpdown__placeholder{display:none}.slumpdown__list-wrapper{box-shadow:0 5px 10px 0 rgba(0,0,0,.15);position:absolute;z-index:4;top:100%;right:0;bottom:0;left:0;height:0;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:height .2s ease-out,opacity .2s ease-out,background 0s 1s;opacity:0;will-change:height}.slumpdown__list-wrapper--noAnimation{transition:opacity .1s ease-out}.slumpdown__list{pointer-events:none}.slumpdown__item--active,.slumpdown__list .slumpdown__button:hover{color:#e7a90f}.slumpdown__item--active .slumpdown__button{pointer-events:none}.slumpdown__item--disabled{opacity:.4;pointer-events:none}.slumpdown__item--hide{display:none}.slumpdown__item--label{pointer-events:none}.slumpdown__item--label .slumpdown__button{display:flex;font-size:.75rem!important;padding-bottom:.625rem!important;line-height:.9375rem!important;align-items:center;margin-right:-2rem;color:#555}.slumpdown__item--label .slumpdown__button:after{content:"";border-bottom:1px solid #e8e8e8;margin-left:.625rem;width:100%;height:1px}.slumpdown__item--adv .slumpdown__button{position:relative}.slumpdown__item--adv .adv{display:block;position:relative;width:100%;margin:0 0 .625rem;color:#888;font-size:.625rem;font-weight:300}.slumpdown__item--adv .adv:after{content:"";position:absolute;top:53%;left:3.75rem;width:100%;height:1px;background:#e8e8e8}.slumpdown__item--select{color:#000}.slumpdown__label--default{color:#888}.slumpdown__group{display:flex}.slumpdown__group:not(:last-child){position:relative}.slumpdown__group:not(:last-child):after{content:"";position:absolute;right:.9375rem;bottom:0;left:.9375rem;height:1px;background:#e8e8e8}.slumpdown__groupLabel{padding:.625rem 0 .625rem .9375rem;color:#888}.slumpdown__measure{visibility:hidden;position:absolute;white-space:pre;pointer-events:none;left:0}.slumpdown__tglBtnGrLbl+.slumpdown__tglBtnTxtLbl{margin-left:.375rem}.slumpdown--working{opacity:.65;background:#e8e8e8}.slumpdown--working .slumpdown__button{cursor:default}.slumpdown--expanded{z-index:9}.slumpdown--expanded:after{transform:translate(-50%,-50%) rotateX(180deg)}.slumpdown--expanded .slumpdown__list-wrapper{transition:height .2s ease-out,opacity .2s ease-out;opacity:1;background:#fff}.slumpdown--expanded .slumpdown__list{pointer-events:auto}.slumpdown--emptyValue .slumpdown__placeholder{display:inline}.slumpdown--emptyValue .slumpdown__activeLabel{display:none}.slumpdown--covering .slumpdown__list-wrapper{top:0}.slumpdown--covering .slumpdown__list{display:flex;flex-direction:column}.slumpdown--covering .slumpdown__list .slumpdown__button{transition:color .3s ease}.slumpdown--covering .slumpdown__item--active{order:-1}.slumpdown--grouped .slumpdown__sublist{width:100%;padding:.3125rem 0}.slumpdown--grouped .slumpdown__item{width:100%}.slumpdown--grouped .slumpdown__item--active .slumpdown__button{font-weight:700}.slumpdown--grouped .slumpdown__button{color:#000}.slumpdown--grouped .slumpdown__button--select{padding-top:.3125rem;padding-bottom:.3125rem}.slumpdown--grouped .slumpdown__button--toggle.animating{position:relative;z-index:10}.slumpdown--grouped .slumpdown__tglBtnGrLbl{color:#888}.slumpdown--grouped.slumpdown--covering .slumpdown__list{padding-top:3rem}.slumpdown--grouped.slumpdown--covering.slumpdown--expanded .slumpdown__button--toggle{position:relative;z-index:10;border-top-color:#fff;border-right-color:#fff;border-left-color:#fff}.slumpdown--fontInherit{font-family:inherit;font-size:inherit;line-height:inherit}.slumpdown--fontInherit .slumpdown__button{font-family:inherit;font-weight:inherit;line-height:inherit}.slumpdown--headerDate{margin-left:.75rem;text-indent:0}.slumpdown--headerDate:after{content:""}.slumpdown--headerDate .slumpdown__button{padding:0;border:0}.slumpdown--headerDate .slumpdown__button--toggle{padding-bottom:.375rem;overflow:initial;border-bottom:2px dotted #e7a90f;color:#e7a90f}.slumpdown--headerDate .slumpdown__button--select{padding:.375rem;transition:color .3s ease-in-out}.slumpdown--headerDate .slumpdown__list-wrapper{top:-.375rem;right:-.375rem;left:-.375rem}.slumpdown--headerDate .slumpdown__button{padding-left:.375rem}.slumpdown--headerDate .slumpdown__button--select{padding-left:.75rem}.slumpdown--inSentence:after{content:""}.slumpdown--inSentence .slumpdown__button{position:relative;padding:0;border:0;white-space:nowrap}.slumpdown--inSentence .slumpdown__button--toggle{padding-bottom:.375rem;overflow:initial;border-bottom:2px dotted #e7a90f;color:#e7a90f}.slumpdown--inSentence .slumpdown__button--toggle .adv{display:block;position:absolute;right:.625rem;bottom:0;width:100%;color:#888;font-size:.625rem;font-weight:300;text-align:right}.slumpdown--inSentence .slumpdown__button--select{padding-right:.9375rem;padding-bottom:.9375rem;padding-left:.9375rem;transition:color .3s ease-in-out}.slumpdown--inSentence .slumpdown__button .label{white-space:nowrap}.slumpdown--inSentence .slumpdown__list{padding-top:.9375rem}.slumpdown--inSentence .slumpdown__list-wrapper{right:auto;left:-1rem}.slumpdown--inSentence .slumpdown__list-wrapper .ss-wrapper{margin-right:-1.625rem}.slumpdown--numeral .slumpdown__button{text-align:right}.slumpdown--numeral .slumpdown__list-wrapper{right:-1rem;left:auto}.slumpdown--long{border:1px solid #e8e8e8}.slumpdown--long .slumpdown__list{max-height:20.5rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.slumpdown--long .slumpdown__list::-webkit-scrollbar{-webkit-appearance:none}.slumpdown--long .slumpdown__list::-webkit-scrollbar:vertical{width:11px}.slumpdown--long .slumpdown__list::-webkit-scrollbar:horizontal{height:11px}.slumpdown--long .slumpdown__list::-webkit-scrollbar-thumb{border:4px solid #fff;border-radius:0;background-color:hsla(0,0%,50.2%,.5)}.slumpdown--long .slumpdown__list::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,50.2%,.75)}.slumpdown--long .slumpdown__list::-webkit-scrollbar-track{background:#fff}.slumpdown--long .slumpdown__list .slumpdown__button{padding-top:.6875rem;padding-bottom:.6875rem;transition:color .3s}html.mouse .slumpdown--long .slumpdown__list .slumpdown__button:hover{color:#e7a90f}.slumpdown--long .slumpdown__list .slumpdown__item:first-child{padding-top:8px}.slumpdown--long .slumpdown__list .slumpdown__item:last-child{padding-bottom:8px}.slumpdown--long .slumpdown__button--toggle{overflow:hidden;border:0;color:#000;text-overflow:ellipsis;white-space:nowrap}.slumpdown--long .slumpdown__list-wrapper{margin-top:.0625rem}.slumpdown--searchable:after{display:none}.slumpdown--searchable .slumpdown__inputLabel{width:100%;padding:.6875rem 2.5rem .6875rem .875rem;border:0;color:#888;font-family:Lato,sans-serif;font-weight:400}.slumpdown--searchable .slumpdown__inputLabel:valid{color:#000}.slumpdown--searchable .slumpdown__inputLabel::-ms-clear{display:none}.slumpdown--searchable .slumpdown__list .slumpdown__item--select,.slumpdown--searchable .slumpdown__list .slumpdown__item--select .slumpdown__highlightSentence{color:#e7a90f}.slumpdown--searchable .slumpdown__list .slumpdown__item--active{color:#000;cursor:pointer}.slumpdown--searchable .slumpdown__list .slumpdown__item--active .slumpdown__button{font-weight:700}.slumpdown--searchable .slumpdown__list .slumpdown__item:first-child{padding-top:0}.slumpdown--searchable .slumpdown__list .slumpdown__item:last-child{padding-bottom:0}.slumpdown--searchable .slumpdown__highlightSentence{transition:color .2s ease;color:#000;font-weight:700}.slumpdown--searchable .slumpdown__button--toggle{padding:0}.slumpdown--searchable .slumpdown__clearButton{position:absolute;top:50%;right:.625rem;transform:translateY(-50%);color:#e7a90f;font-size:1.125rem}.slumpdown--searchable .slumpdown__clearButton--disabled{display:none}.slumpdown--chevron .slumpdown__button--toggle{margin-right:.5rem;padding:0 1.25rem 0 0}.slumpdown--chevron .slumpdown__button--toggle:after{font-family:filmweb-ifw;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e912";position:absolute;z-index:10;top:50%;right:-.125rem;width:.75rem;transform:translate(-50%,-50%) rotateX(0deg);transform-origin:50%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);color:#e7a90f;font-size:.75rem;font-weight:700;pointer-events:none}.slumpdown--chevron .slumpdown__list-wrapper .ss-content{padding:0 2.875rem 0 0}.slumpdown--chevron.slumpdown--expanded .slumpdown__button--toggle:after{transform:translate(-50%,-50%) rotateX(180deg)}.slumpdown--chevron.slumpdown--fontInherit .slumpdown__button--toggle:after{font-size:.75rem}.slumpdown--searchableInSentence .slumpdown__list{max-height:20.5rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.slumpdown--searchableInSentence .slumpdown__list::-webkit-scrollbar{-webkit-appearance:none}.slumpdown--searchableInSentence .slumpdown__list::-webkit-scrollbar:vertical{width:11px}.slumpdown--searchableInSentence .slumpdown__list::-webkit-scrollbar:horizontal{height:11px}.slumpdown--searchableInSentence .slumpdown__list::-webkit-scrollbar-thumb{border:4px solid #fff;border-radius:0;background-color:hsla(0,0%,50.2%,.5)}.slumpdown--searchableInSentence .slumpdown__list::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,50.2%,.75)}.slumpdown--searchableInSentence .slumpdown__list::-webkit-scrollbar-track{background:#fff}.slumpdown--searchableInSentence .slumpdown__button,.slumpdown--searchableInSentence .slumpdown__inputLabel{font-family:PT Sans Narrow,Open Sans,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.125rem;line-height:1.5rem;text-transform:uppercase}.slumpdown--searchableInSentence .slumpdown__button--toggle{position:relative;padding:.5rem 0 .375rem;overflow:initial;border:0;border-bottom:2px dotted #e7a90f}.slumpdown--searchableInSentence .slumpdown__clearButton{top:1.5rem;right:-1.5rem}.slumpdown--searchableInSentence .slumpdown__inputLabel{width:0;min-width:6.25rem;max-width:13.75rem;padding:0;overflow:hidden;transition:width .2s ease;text-align:center}.slumpdown--searchableInSentence .slumpdown__inputLabel:valid{color:#e7a90f}.slumpdown--searchableInSentence .slumpdown__list-wrapper{left:50%;width:12.5rem;transform:translateX(-50%)}.slumpdown.block{opacity:.5;pointer-events:none}@media (max-width:767px){.slumpdown--inSentence .slumpdown__item{max-width:480px}.slumpdown--inSentence .slumpdown__button--select{white-space:normal}}@media only screen and (max-width:767px) and (orientation:portrait),only screen and (max-width:1151px) and (orientation:landscape){.slumpdown--smFullscreen .slumpdown__list-wrapper{display:flex;position:fixed;z-index:10;top:3.75rem;right:0;bottom:0;left:0;flex-direction:column;width:100%;height:0;padding:0 0 1.875rem;transition:none;text-align:center}.slumpdown--smFullscreen .slumpdown__list{display:inline-block;flex-grow:1;flex-shrink:1;width:100%;margin:auto;padding:0;overflow:auto;text-align:left}.slumpdown--smFullscreen .slumpdown__popupHeader{display:flex;align-items:center;width:100%;margin:auto;padding:1.5rem .9375rem .25rem;border-bottom:1px solid #e8e8e8;color:#000;font-weight:700;text-align:left}.slumpdown--smFullscreen .slumpdown__popupLabel{flex-grow:1;line-height:1.75rem}.slumpdown--smFullscreen .slumpdown__groupLabel,.slumpdown--smFullscreen .slumpdown__groupLabel+.slumpdown__sublist{box-sizing:border-box;width:50%}.slumpdown--smFullscreen.slumpdown--grouped.slumpdown--covering .slumpdown__list{padding-top:0}.slumpdown--smFullscreen.slumpdown--long .slumpdown__list{max-height:none}.slumpdown--smFullscreen.slumpdown--expanded{z-index:10}.slumpdown--smFullscreen.slumpdown--expanded .slumpdown__list-wrapper{height:calc(100% - 3.75rem)}.slumpdown--smFullscreen.slumpdown--expanded:after{display:none}}@media only screen and (max-width:1151px) and (orientation:landscape){.slumpdown--smFullscreen .slumpdown__list-wrapper{padding:0 0 1.25rem}.slumpdown--smFullscreen .slumpdown__popupHeader{padding-top:.875rem}.slumpdown--smFullscreen .slumpdown__list,.slumpdown--smFullscreen .slumpdown__popupHeader{width:25rem}}@media (min-width:768px){.slumpdown--covering .slumpdown__button--select,.slumpdown--searchable .slumpdown__inputLabel,.slumpdown__button--toggle{padding:1rem 2.5rem 1rem .9375rem}.slumpdown--searchableInSentence .slumpdown__list{max-height:20.5rem}.slumpdown--searchableInSentence .slumpdown__button,.slumpdown--searchableInSentence .slumpdown__inputLabel{font-size:2.25rem;line-height:2.25rem;text-indent:.125rem}.slumpdown--searchableInSentence .slumpdown__button--toggle{position:relative;padding:.5rem 0 .375rem}.slumpdown--searchableInSentence .slumpdown__clearButton{top:2.125rem;right:-2.25rem;font-size:1.625rem}.slumpdown--searchableInSentence .slumpdown__inputLabel{min-width:6.25rem;max-width:38.75rem;padding:0}.slumpdown--searchableInSentence .slumpdown__list-wrapper{width:21.25rem}.slumpdown--chevron .slumpdown__button--toggle{margin-right:0}.slumpdown--chevron .slumpdown__list-wrapper .ss-content{padding:0 2rem 0 0}.slumpdown--nowrapList .slumpdown__list-wrapper{white-space:nowrap}}