@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}:focus{outline:0}body{background:#fff;color:#000;line-height:1}ol,ul{list-style:none}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}
/*!
* Bootstrap v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Copyright 2011-2023 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*
* Compiled using Bootstrap Less Port v2.5.0 (https://github.com/seanCodes/bootstrap-less-port)
* A port of Bootstrap’s Sass source code to Less.
* Copyright 2017–2021 Sean Juarez
* Licensed under MIT (https://github.com/seanCodes/bootstrap-less-port/blob/master/LICENSE)
*/.modal{--btn-close-enclosure-width:44px;--btn-close-enclosure-height:var(--btn-close-enclosure-width);--btn-close-enclosure-icon-size:18px;--btn-close-enclosure-background:#345}@media (max-width:667px){.modal{--btn-close-enclosure-width:32px;--btn-close-enclosure-icon-size:14px}}.modal-close{-webkit-appearance:button;-moz-appearance:button;appearance:button;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;text-transform:none}.modal-close:not(:disabled):not(.disabled){cursor:pointer}.modal-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23def' stroke-linecap='round' stroke-width='2' d='m1 1 14 14M1 15 15 1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") 50% /14px auto no-repeat;background-clip:content-box;background-size:auto;border:0;border-radius:0;box-sizing:content-box;color:#def;height:14px;opacity:.5;padding:4px;width:14px}.modal-close:hover{color:#def;opacity:.875;text-decoration:none}.modal-close:focus{opacity:1;outline:0}.modal-close.disabled,.modal-close:disabled{opacity:.66666667;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-close.-circle{background-color:var(--btn-close-enclosure-background);background-size:var(--btn-close-enclosure-icon-size);border-radius:50%;height:var(--btn-close-enclosure-height);padding:0;width:var(--btn-close-enclosure-width)}.modal-close-white{filter:grayscale(100%) brightness(200%)}.modal{--modal-zindex:5000;--modal-width:696px;--modal-padding:20px;--modal-margin:8px;--modal-color:#abc;--modal-bg:#456;--modal-border-color:rgba(0,0,0,.175);--modal-border-width:0;--modal-border-radius:4px;--modal-box-shadow:0 2px 4px rgba(0,0,0,.15);--modal-inner-border-radius:4px;--modal-header-padding-x:20px;--modal-header-padding-y:16px;--modal-header-padding:16px 20px;--modal-header-border-color:#345;--modal-header-border-width:1px;--modal-title-line-height:1.25;--modal-footer-gap:8px;--modal-footer-bg:#345;--modal-footer-border-color:#345;--modal-footer-border-width:0;--modal-footer-padding-x:20px;--modal-footer-padding-y:16px;display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--modal-zindex)}.modal.fade{transition:opacity .25s cubic-bezier(.19,1,.22,1)}@media (prefers-reduced-motion:reduce){.modal.fade{transition:none}}.modal.fade:not(.show){opacity:0;transition:opacity .2s cubic-bezier(.19,1,.22,1)}@media (prefers-reduced-motion:reduce){.modal.fade:not(.show){transition:none}}.modal-dialog{margin:var(--modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:scale(.95);transition:transform .25s cubic-bezier(.19,1,.22,1)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none;transition:transform .4s cubic-bezier(.333,2.25,.333,.875)}@media (prefers-reduced-motion:reduce){.modal.show .modal-dialog{transition:none}}.modal.modal-static .modal-dialog{transform:scale(1.015);transition:transform .125s cubic-bezier(.19,1,.22,1)}@media (prefers-reduced-motion:reduce){.modal.modal-static .modal-dialog{transition:none}}.modal-dialog-scrollable{height:calc(100% - var(--modal-margin)*2);padding-bottom:var(--viewport-safe-area-inset-bottom);padding-top:var(--viewport-safe-area-inset-top)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--modal-margin)*2);padding-bottom:var(--viewport-safe-area-inset-bottom);padding-top:var(--viewport-safe-area-inset-top)}.modal-content{background-clip:padding-box;background-color:var(--modal-bg);border:var(--modal-border-width) solid var(--modal-border-color);border-radius:var(--modal-border-radius);box-shadow:var(--modal-box-shadow);color:var(--modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--backdrop-zindex:4950;--backdrop-bg:rgba(20,24,28,.9);--backdrop-opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--backdrop-zindex)}.modal-backdrop.fade{transition:opacity .25s cubic-bezier(.19,1,.22,1)}@media (prefers-reduced-motion:reduce){.modal-backdrop.fade{transition:none}}.modal-backdrop.fade:not(.show){opacity:0;transition:opacity .2s cubic-bezier(.19,1,.22,1)}@media (prefers-reduced-motion:reduce){.modal-backdrop.fade:not(.show){transition:none}}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--modal-header-border-width) solid var(--modal-header-border-color);border-top-left-radius:var(--modal-inner-border-radius);border-top-right-radius:var(--modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--modal-header-padding-y) var(--modal-header-padding-x)}.modal-header .modal-close:not(.-circle){box-sizing:content-box!important;margin:calc(var(--modal-header-padding-y)*-.5) calc(var(--modal-header-padding-x)*-.5) calc(var(--modal-header-padding-y)*-.5) auto;padding:calc(var(--modal-header-padding-y)*.5) calc(var(--modal-header-padding-x)*.5)}.modal-header .modal-switch{margin-left:auto;visibility:hidden}.modal-title{line-height:var(--modal-title-line-height)}.modal-body{flex:1 1 auto;padding:var(--modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--modal-footer-bg);border-bottom-left-radius:var(--modal-inner-border-radius);border-bottom-right-radius:var(--modal-inner-border-radius);border-top:var(--modal-footer-border-width) solid var(--modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:var(--modal-footer-padding-y) var(--modal-footer-padding-x)}.modal{box-sizing:border-box}.modal *,.modal :after,.modal :before{box-sizing:inherit}.modal-title{color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.15384615rem;font-weight:400;line-height:1.25;margin-bottom:0}.mobile .modal-title{font-size:1.25rem}.modal-lg{--modal-width:960px}.modal-xl{--modal-width:1200px}.no-mobile .modal{--modal-margin:24px;--modal-box-shadow:0 8px 16px rgba(0,0,0,.15)}.no-mobile .modal-dialog{margin-left:auto;margin-right:auto;width:var(--modal-width)}.no-mobile .modal-sm{--modal-width:560px}.no-mobile .modal-title{font-size:1.38461538rem}@media (max-width:1279.98px){.no-mobile .modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.no-mobile .modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.no-mobile .modal-fullscreen-lg-down .modal-footer,.no-mobile .modal-fullscreen-lg-down .modal-header{border-radius:0}.no-mobile .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.no-mobile .modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.no-mobile .modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.no-mobile .modal-fullscreen-xl-down .modal-footer,.no-mobile .modal-fullscreen-xl-down .modal-header{border-radius:0}.no-mobile .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.no-mobile .modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.no-mobile .modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.no-mobile .modal-fullscreen-xxl-down .modal-footer,.no-mobile .modal-fullscreen-xxl-down .modal-header{border-radius:0}.no-mobile .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.no-mobile .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.no-mobile .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.no-mobile .modal-fullscreen .modal-footer,.no-mobile .modal-fullscreen .modal-header{border-radius:0}.no-mobile .modal-fullscreen .modal-body{overflow-y:auto}@media (min-width:640px){.mobile .modal{--modal-margin:24px;--modal-box-shadow:0 8px 16px rgba(0,0,0,.15)}.mobile .modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--modal-width);width:calc(100% - var(--modal-margin)*2)}.mobile .modal-sm{--modal-width:560px}}@media (min-width:640px) and (max-width:767.98px){.mobile .modal{--modal-margin:16px}.mobile .modal-title{font-size:1.23076923rem}}@media (min-width:768px){.mobile .modal-title{font-size:1.38461538rem}}@media (max-width:639.98px){.mobile .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen .modal-footer,.mobile .modal-fullscreen .modal-header{border-radius:0}.mobile .modal-fullscreen .modal-body{overflow-y:auto}}@media (max-width:767.98px){.mobile .modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen-sm-down .modal-footer,.mobile .modal-fullscreen-sm-down .modal-header{border-radius:0}.mobile .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:1023.98px){.mobile .modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen-md-down .modal-footer,.mobile .modal-fullscreen-md-down .modal-header{border-radius:0}.mobile .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:1279.98px){.mobile .modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen-lg-down .modal-footer,.mobile .modal-fullscreen-lg-down .modal-header{border-radius:0}.mobile .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.mobile .modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen-xl-down .modal-footer,.mobile .modal-fullscreen-xl-down .modal-header{border-radius:0}.mobile .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.mobile .modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen-xxl-down .modal-footer,.mobile .modal-fullscreen-xxl-down .modal-header{border-radius:0}.mobile .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.mobile .modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.mobile .modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.mobile .modal-fullscreen .modal-footer,.mobile .modal-fullscreen .modal-header{border-radius:0}.mobile .modal-fullscreen .modal-body{overflow-y:auto}.modal-close:not(:disabled):not(.disabled):active{transform:scale(.95)}:root{--layout-bottom-rail-height:0px;--layout-trendi-video-height:0px;--layout-flex-leaderboard-height:0px;--layout-ad-footer-offset:calc(var(--layout-bottom-rail-height) + var(--layout-trendi-video-height));--grid-col-gutter:5px;--viewport-safe-area-inset-top:env(safe-area-inset-top,0px);--viewport-safe-area-inset-right:env(safe-area-inset-right,0px);--viewport-safe-area-inset-bottom:env(safe-area-inset-bottom,0px);--viewport-safe-area-inset-left:env(safe-area-inset-left,0px);--viewport-safe-area-inset-y:calc(var(--viewport-safe-area-inset-top) + var(--viewport-safe-area-inset-bottom));--viewport-safe-area-inset-x:calc(var(--viewport-safe-area-inset-left) + var(--viewport-safe-area-inset-right));--poster-aspect-ratio:(3/2);--poster-border-width:1px;--poster-border-radius:3px;--poster-border-radius-small:2px;--poster-border-radius-large:8px;--poster-meta-border-radius:2px;--poster-overlay-interaction-border-width:3px;--poster-border-radius-percent-horizontal:2.66667%;--poster-border-radius-percent-vertical:1.77778%;--poster-border-radius-clamped:clamp(var(--poster-border-radius-small),var(--poster-border-radius-percent-horizontal),var(--poster-border-radius-large)) /clamp(var(--poster-border-radius-small),var(--poster-border-radius-percent-vertical),var(--poster-border-radius-large));--poster-background-color:#12161a;--poster-placeholder-background:#12161a;--poster-no-image-background:#1f282f;--panel-border-radius:4px;--panel-inner-padding:20px;--panel-background:#456;--panel-background-rgb:68,85,102;--panel-background-high-contrast:#345;--panel-background-high-contrast-rgb:51,68,85;--panel-background-low-contrast:#567;--panel-background-low-contrast-rgb:85,102,119;--panel-divider:#345;--panel-divider-rgb:51,68,85;--panel-divider-contrast:#89a;--panel-divider-contrast-rgb:136,153,170;--panel-divider-contrast-alpha:0.5;--panel-heading:#fff;--panel-content:#abc;--panel-content-high-contrast:#cde;--panel-content-low-contrast:#89a;--panel-content-link:#def;--panel-content-link-interaction:#40bcf4;--panel-content-link-interaction-active:#fff;--panel-outlined-heading:#bcd;--panel-outlined-content:#89a;--panel-outlined-border-color:#89a;--panel-outlined-border-color-rgb:136,153,170;--panel-outlined-border-color-alpha:0.33333333;--control-border-radius:4px;--timing-duration-in:0.33333333s;--timing-duration-out:0.5s;--timing-function-ease-out-expo:cubic-bezier(0.19,1,0.22,1);--link-interaction-color:#40bcf4;--link-interaction-color-rgb:64,188,244;--link-interaction-active-color:#209ce4}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}._clearfix:after{clear:both;content:" ";display:block}._no-boxshadow{box-shadow:none!important}._nobr{white-space:nowrap}._hidetext{background-color:transparent!important;border:0!important;color:transparent!important;font:0/0 a!important;text-shadow:none!important}@media (max-width:667px){._hide-for-mobile{display:none!important}}.mobile ._hide-for-mobile{display:none!important}@media screen and (min-width:351px){.mob-sm-show{display:none!important}}@media screen and (max-width:350px){.mob-sm-hide{display:none!important}}._sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}._sr-only-focusable:active,._sr-only-focusable:focus{height:auto;margin:0;overflow:visible;position:static;width:auto;clip:auto}._space-above-1{margin-top:.76923077rem}._space-above-2{margin-top:1.53846154rem}._space-above-3{margin-top:2.46153846rem}._space-above-4{margin-top:3.07692308rem}._space-below-1{margin-bottom:.76923077rem}._space-below-2{margin-bottom:1.53846154rem}._space-below-3{margin-bottom:2.46153846rem}._space-below-4{margin-bottom:3.07692308rem}@font-face{font-family:Graphik-Bold-Web;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-BoldItalic-Web.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/Graphik-BoldItalic-Web.woff) format("woff")}@font-face{font-family:Graphik-Black-Web;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-Black-Web.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/Graphik-Black-Web.woff) format("woff")}@font-face{font-family:Graphik-Black-Web;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-BlackItalic-Web.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/Graphik-BlackItalic-Web.woff) format("woff")}@font-face{font-family:PitchSansWeb-Medium;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-Medium.eot);src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-Medium.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/PitchSansWeb-Medium.woff) format("woff")}@font-face{font-family:PitchSansWeb-MediumItalic;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-MediumItalic.eot);src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-MediumItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/PitchSansWeb-MediumItalic.woff) format("woff")}@font-face{font-family:TiemposHeadlineWeb;font-style:normal;font-weight:700;src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.eot);src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.woff) format("woff")}@font-face{font-family:TiemposHeadlineWeb;font-style:italic;font-weight:700;src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.eot);src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.woff) format("woff")}@font-face{font-family:TiemposTextWeb;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.woff) format("woff")}@font-face{font-family:TiemposTextWeb;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.woff) format("woff")}@font-face{font-family:TiemposTextWeb;font-style:normal;font-weight:700;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.woff) format("woff")}@font-face{font-family:TiemposTextWeb;font-style:italic;font-weight:700;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:normal;font-weight:300;src:url(https://s.ltrbxd.com/fonts/Graphik-Light-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Light-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Light-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-Regular-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Regular-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Regular-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-RegularItalic-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-RegularItalic-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-RegularItalic-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:normal;font-weight:700;src:url(https://s.ltrbxd.com/fonts/Graphik-Semibold-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Semibold-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Semibold-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:italic;font-weight:700;src:url(https://s.ltrbxd.com/fonts/Graphik-SemiboldItalic-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-SemiboldItalic-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-SemiboldItalic-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:normal;font-weight:800;src:url(https://s.ltrbxd.com/fonts/Graphik-Bold-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Bold-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Bold-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:italic;font-weight:800;src:url(https://s.ltrbxd.com/fonts/Graphik-BoldItalic-Web.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/Graphik-BoldItalic-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:normal;font-weight:900;src:url(https://s.ltrbxd.com/fonts/Graphik-Black-Web.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/Graphik-Black-Web.woff) format("woff")}@font-face{font-family:GraphikWeb;font-style:italic;font-weight:900;src:url(https://s.ltrbxd.com/fonts/Graphik-BlackItalic-Web.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/Graphik-BlackItalic-Web.woff) format("woff")}@font-face{font-family:PitchSansWeb;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-Medium.eot);src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-Medium.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/PitchSansWeb-Medium.woff) format("woff")}@font-face{font-family:PitchSansWeb;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-MediumItalic.eot);src:url(https://s.ltrbxd.com/fonts/PitchSansWeb-MediumItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/PitchSansWeb-MediumItalic.woff) format("woff")}@font-face{font-family:ColorEmoji;src:local("Apple Color Emoji"),local("Segoe UI Emoji"),local("Segoe UI Symbol"),local("Noto Color Emoji")}body,html{height:100%}html{font-size:13px}html.mobile{font-size:12px}body{background-color:#2c3440;background-image:linear-gradient(to bottom,#14181c calc(var(--layout-flex-leaderboard-height)),#14181c calc(250px + var(--layout-flex-leaderboard-height)),#2c3440 calc(251px + var(--layout-flex-leaderboard-height)));color:#9ab;background-repeat-x:repeat;background-repeat-y:no-repeat;background-position:0 0}body.in-app{background:#14181c}body.flat-bg,body.flat-bg .site-body{background-color:#14181c;background-image:none}body.error{overflow:hidden;position:relative}body.facebook{background-color:#14181c;background-image:none;height:200px}body.facebook h1.title{margin-top:50px}blockquote,cite,dd,dt,label,legend,li,p,td,th{font-size:inherit;line-height:1.38461538}p{line-height:1.5;margin-bottom:1em}h1{color:#fff;font-size:24px;margin:0 0 12px}h2{font-size:18px;margin:18px 0 12px}h3{font-size:14px;margin:14px 0 12px}article,aside,footer,header,img,nav,section{display:block}time.timeago-pending{visibility:hidden}time.timeago-complete{visibility:visible}input,select,textarea{font-size:1.07692308rem}input[type=submit]::-moz-focus-inner{border:0;padding:0}strong{font-weight:700}em{font-style:italic}.ir,.replace{background:url(../img/sprite.6c5e9c43.svg) no-repeat;background-size:800px 1020px;display:block;overflow:hidden;text-indent:110%;white-space:nowrap}.hidden{left:-9000px;position:absolute}.right{float:right}.left{float:left}.clear{clear:both}.nobr{white-space:nowrap}a{color:#678;text-decoration:none}a:active,a:hover{color:#40bcf4}::-moz-selection{background:#40bcf4;color:#fff}::selection{background:#40bcf4;color:#fff}label{color:#fff;font-size:13px;margin-bottom:.38461538rem}.section-margin{margin:0 0 3.69230769rem}.section-margin+.section-margin{margin-top:-3.07692308rem}.section{padding:0 0 2.46153846rem;position:relative}.section:first-child{padding-top:0}aside .section{margin-top:2.46153846rem;padding:0;position:relative}.no-mobile aside .section:first-child{margin-top:0}aside .section:not(.ratings-histogram-chart).condenseable,aside .section:not(.ratings-histogram-chart):last-child{padding-bottom:1.53846154rem}.filmography-page aside .section{margin-top:0}.no-mobile .section.-teaser{margin-bottom:2.46153846rem;margin-top:1.53846154rem}.no-mobile .section.-teaser .section-heading{margin-bottom:0}.no-mobile .section.-teaser .content-teaser .teaser-media>.image:after{border-top:none}.section.-pageconstraint{margin-left:auto;margin-right:auto;max-width:960px}.section.-clear,section.-clear{clear:both}aside script:first-child+.section{margin-top:0}aside .friends-watched+.everyone-watched{margin-top:15px}.everyone-watched .watched-small a,.friends-watched .watched-small a{border-bottom:1px solid #345;color:#678}.everyone-watched .watched-small a:active,.everyone-watched .watched-small a:hover,.friends-watched .watched-small a:active,.friends-watched .watched-small a:hover{color:#9ab}aside p.icon-text{margin-bottom:0}.content-wrap{margin:0 auto;width:950px}.content-wrap.-col14{box-sizing:content-box;max-width:1120px;width:auto}.no-mobile .content-wrap.-col14{min-width:960px}@media screen and (min-width:1000px){.no-mobile .content-wrap.-col14{padding-left:20px;padding-right:20px}}@media screen and (max-width:999px){.no-mobile .content-wrap.-col14{width:960px}}.mobile .content-wrap.-col14{padding-left:11px;padding-right:11px}.page-heading{color:#9ab;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;margin:0 0 10px;text-transform:uppercase}.page-heading a{color:#9ab}.page-heading a:active,.page-heading a:hover{color:#40bcf4}.page-heading{font-size:1.38461538rem}.heading-no-border{border-bottom:none;padding-bottom:0}.all-link{color:#678;font-size:11px;letter-spacing:.075em;position:absolute;right:0;text-transform:uppercase;top:3px;white-space:nowrap}.mobile .all-link{top:1px}.all-link>a[href]{color:#678}.all-link>a[href]:focus,.all-link>a[href]:hover,.all-link[href]:focus,.all-link[href]:hover{color:#40bcf4}.all-link[href]:focus>.ignore,.all-link[href]:hover>.ignore{color:#678}.all-link.has-icon{font-size:11px;position:absolute;top:0}.all-link.has-icon:hover{color:#40bcf4!important}.mobile .all-link.has-icon{top:0}.all-link.icon-activity{padding-left:15px}.all-link.icon-diary .icon{top:-1px}.secondary-heading{color:#fff;font-size:1.38461538rem;font-weight:400;margin:0 0 12px}.secondary-heading a{color:#fff}.secondary-heading a:active,.secondary-heading a:hover{color:#ddd}.secondary-heading small{color:#9ab;font-size:1rem}.divider{border-bottom:1px solid #456;clear:both;padding-top:30px}.divider-bottom,.dividers .section{border-bottom:1px solid #456;padding-bottom:25px}.divider-wide{border-bottom:1px solid #456}.dividers .no-divider,.dividers>.section:last-child{border-bottom:none;padding-bottom:0}header.divider-bottom{margin-bottom:15px;overflow:hidden;padding-bottom:10px}header .section-heading{margin-bottom:0}.sidebar .heading-with-more a{display:inline-block;width:180px}.wide-sidebar .heading-with-more a{width:200px}.shortname-width-limit{display:inline-block;line-height:inherit;max-width:12em;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.mobile .shortname-width-limit{max-width:66vw}.col-10:after,.col-10:before,.col-12:after,.col-12:before,.col-13:after,.col-13:before,.col-14:after,.col-14:before,.col-15:after,.col-15:before,.col-16:after,.col-16:before,.col-17:after,.col-17:before,.col-18:after,.col-18:before,.col-4:after,.col-4:before,.col-5:after,.col-5:before,.col-6:after,.col-6:before,.col-7:after,.col-7:before,.col-8:after,.col-8:before,.col-9:after,.col-9:before,.cols-1:after,.cols-1:before,.cols-2:after,.cols-2:before,.cols-3:after,.cols-3:before{content:" ";display:table}.col-10:after,.col-12:after,.col-13:after,.col-14:after,.col-15:after,.col-16:after,.col-17:after,.col-18:after,.col-4:after,.col-5:after,.col-6:after,.col-7:after,.col-8:after,.col-9:after,.cols-1:after,.cols-2:after,.cols-3:after{clear:both}.col-1{float:left;width:30px}.col-4{float:left;width:150px}.col-5{float:left;width:190px}.col-6{float:left;width:230px}.col-7{float:left;width:270px}.col-8{width:310px}.col-8,.col-9{float:left;margin-right:10px}.col-9{width:350px}.col-10{float:left;width:390px}.col-12{float:left;width:470px}.col-13{float:left;width:510px}.col-14{float:left;width:550px}.col-15{float:left;width:590px}.col-16{float:left;width:630px}.col-17{float:left;width:670px}.col-18{float:left;width:710px}.cols-3 .col-8:last-child{margin-right:0}.col-right{float:right}.overflow{overflow:visible!important}.sidebar{width:230px}.sidebar,.wide-sidebar{float:right;margin-right:0}.wide-sidebar{width:250px}.gutter-right-1{margin-right:50px}body,input,label,select,td,textarea,th{font-family:Graphik-Regular-Web,sans-serif}h1.title{font-family:TiemposHeadlineWeb-Bold,Georgia,serif;font-weight:400}.title-hero,.title-maxi{font-family:Graphik-Light-Web,sans-serif;font-weight:400;margin:0 0 2.46153846rem;text-align:center}.title-hero strong,.title-maxi strong{color:#fff;font-family:Graphik-Regular-Web,sans-serif;font-weight:400}.title-hero a,.title-maxi a{border-bottom:1px solid #678;color:#fff;text-decoration:none;transition:border .2s}.title-hero a:hover,.title-maxi a:hover{border-bottom:1px solid #fff}.title-maxi{color:#fff;font-size:3.07692308rem;line-height:1}@media (max-width:767px){.title-maxi{font-size:2rem}}.title-hero{color:#abc;font-size:2rem;line-height:1.23076923}.title-hero+.sub-heading{margin:-20px 0 35px;text-align:center}.title-hero.-boxed{border:1px solid #456;border-radius:6px;margin:.76923077rem 0 3.07692308rem;padding:1em .75em}.title-section{color:#fff;font-family:Graphik-Light-Web,sans-serif;font-size:1.53846154rem;font-weight:400;line-height:1.5}.title-section>.note{color:#9ab;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;margin-left:5px}.title-section a:link,.title-section a:visited{color:#fff}.title-section a:active,.title-section a:hover{color:#40bcf4}.title-0,.title-1,.title-2,.title-3,.title-4,.title-hero,.title-maxi,.title-section{overflow-wrap:break-word}.title-0.-capitalize,.title-1.-capitalize,.title-2.-capitalize,.title-3.-capitalize,.title-4.-capitalize,.title-hero.-capitalize,.title-maxi.-capitalize,.title-section.-capitalize{text-transform:capitalize}.sub-heading.-textleft,.title-hero.-textleft,.title-maxi.-textleft{text-align:left}.title-0,.title-1,.title-2,.title-3,.title-4{color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.title-0.-centered,.title-1.-centered,.title-2.-centered,.title-3.-centered,.title-4.-centered{text-align:center}.title-0.-mute,.title-1.-mute,.title-2.-mute,.title-3.-mute,.title-4.-mute{color:#def}.title-0{font-size:2.07692308rem;line-height:1.18518519;margin:0 0 10px}.title-1{font-size:1.69230769rem}.title-1,.title-2{line-height:1.2;margin:0 0 10px}.title-2{font-size:1.38461538rem}.title-3{font-size:1.15384615rem;line-height:1.2}.title-4{font-size:1rem;line-height:1.23076923}.title-2 a,.title-3 a,.title-4 a{color:#fff}.title-2 a:active,.title-2 a:hover,.title-3 a:active,.title-3 a:hover,.title-4 a:active,.title-4 a:hover{color:#def}.film-title,.headline-1,.headline-2,.headline-3,.headline-4{color:#fff;line-height:1.2;overflow-wrap:break-word}.film-title>*>.metadata,.film-title>.metadata,.headline-1>*>.metadata,.headline-1>.metadata,.headline-2>*>.metadata,.headline-2>.metadata,.headline-3>*>.metadata,.headline-3>.metadata,.headline-4>*>.metadata,.headline-4>.metadata{color:#89a;font-family:Graphik-Light-Web,sans-serif;font-weight:400}.film-title>*>.metadata a,.film-title>.metadata a,.headline-1>*>.metadata a,.headline-1>.metadata a,.headline-2>*>.metadata a,.headline-2>.metadata a,.headline-3>*>.metadata a,.headline-3>.metadata a,.headline-4>*>.metadata a,.headline-4>.metadata a{color:#89a}.headline-1{font-family:TiemposHeadlineWeb-Bold,Georgia,serif;font-size:2.46153846rem;font-weight:400;margin:0 0 10px}.headline-1>.metadata{font-size:1.38461538rem}.film-title,.headline-2{font-family:TiemposTextWeb-Semibold,Georgia,serif;font-size:1.69230769rem;font-weight:400;margin:0 0 10px}.film-title>*>.metadata,.film-title>.metadata,.headline-2>*>.metadata,.headline-2>.metadata{font-size:1.38461538rem}.film-title>.list-number,.headline-2>.list-number{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin-right:.76923077rem}.headline-3{font-family:TiemposTextWeb-Semibold,Georgia,serif;font-size:1.38461538rem;font-weight:400;margin:0 0 10px}.headline-3>*>.metadata,.headline-3>.metadata,.headline-4{font-size:1.23076923rem}.headline-4{font-family:TiemposTextWeb-Semibold,Georgia,serif;font-weight:400;margin:0}.headline-4>*>.metadata,.headline-4>.metadata{font-size:1.07692308rem}.-sans{font-family:Graphik-Regular-Web,sans-serif;font-size:1.15384615rem;font-weight:400}abbr.sm-caps{font-size:87.5%;letter-spacing:.075em;text-transform:uppercase}.tabular-nums{font-variant-numeric:tabular-nums}.price-lockup{color:#def;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;line-height:1.25}.price-lockup>.currencycode{font-family:Graphik-Regular-Web,sans-serif;font-size:75%;font-weight:400}.price-lockup>.currencycode:after{content:"\00a0"}.price-lockup>.amount{color:#fff}.price-lockup>.amount>.currencysymbol[data-symbol="$"],.price-lockup>.amount>.currencysymbol[data-symbol=\20AC],.price-lockup>.amount>.currencysymbol[data-symbol=\A3],.price-lockup>.citereference{font-size:66.66666667%;vertical-align:text-top}.price-lockup>.citereference{color:currentColor}.price-lockup>.citereference,.title-return-to-parent{font-family:Graphik-Regular-Web,sans-serif;font-weight:400}.title-return-to-parent{color:#9ab;font-size:1rem;letter-spacing:.075em;position:relative;text-transform:uppercase}.title-return-to-parent a{color:#9ab}.title-return-to-parent a:active,.title-return-to-parent a:hover{color:#40bcf4}.title-return-to-parent .glyph{margin-right:5px;position:absolute;right:100%;top:1px}.title-return-to-parent .glyph>path{stroke:currentColor}.title-return-to-parent a[href]:focus,.title-return-to-parent a[href]:hover{color:#bcd}.has-fade,.has-icon{position:relative}a.has-icon,span.has-icon{display:inline-block}a.has-icon:active,a.has-icon:hover{color:#fff!important;cursor:pointer}.icon{background:url(../img/sprite.6c5e9c43.svg) no-repeat;display:block;left:0;position:absolute;top:0}.icon.-inline{display:inline-block;height:16px;position:relative;top:2px}.icon.-inline.-watchlist{background-position:-705px -570px;width:16px}.icon.-inline.-watch{background-position:-650px -570px;width:25px}.icon.-inline.-like{background-position:-680px -570px;width:20px}.icon.-inline.-configure{background-position:-590px -130px;opacity:.75;width:16px}.icon.-inline.-configure:active,.icon.-inline.-configure:hover{opacity:1}.fadeout{display:block;left:0;position:absolute}.icon-16 .icon{height:16px;width:16px}.icon-14 .icon{height:14px;width:14px}.icon-14,.icon-16,.icon-placeholder,p .icon-14,p .icon-16{color:#678;display:inline-block;font-size:.92307692rem;line-height:16px;padding-left:20px;text-decoration:none}.icon-14.-inline,.icon-16.-inline,.icon-placeholder.-inline,p .icon-14.-inline,p .icon-16.-inline{padding-left:0}.icon-14,p .icon-14{line-height:14px;padding-left:18px}span.icon-16{height:16px}.icon-14 a,.icon-16 a{text-decoration:none}a.icon-14:active,a.icon-14:hover,a.icon-16:active,a.icon-16:hover{color:#ddd}.icon-website .icon{background-position:-290px -70px;top:1px}.icon-location .icon{background-position:-306px -70px}.icon-tag .icon{background-position:-570px -130px}.icon-tags .icon{background-position:-330px -70px}.icon-people .icon{background-position:-370px -70px}.icon-like .icon{background-position:-390px -70px;width:14px}.icon-liked .icon{background-position:-390px -90px}.icon-watched .icon{background-position:-410px -110px;height:16px;width:20px}.icon-tweet .icon{background-position:-450px -70px;width:20px}.icon-link .icon{background-position:-470px -70px;width:20px}.icon-list .icon{background-position:-511px -70px}.icon-watchlist .icon{background-position:-350px -50px;top:-1px}.icon-list-all .icon{background-position:-590px -110px;top:-1px}.icon-diary .icon{background-position:-530px -70px}.icon-mobile .icon{background-position:-550px -70px}.icon-rating .icon{background-position:-570px -70px}.icon-rewatch .icon{background-position:-590px -70px}.icon-edit .icon{background-position:-610px -70px}.icon-rss .icon{background-position:-490px -90px}.icon-viewing .icon{background-position:-540px -180px;height:40px;width:40px}.icon-forget .icon,.icon-hidden .icon{background-position:-450px -110px;width:10px}.icon-comment .icon{background-position:-490px -110px;width:13px}.icon-review .icon{background-position:-505px -110px;width:13px}.icon-activity .icon{background-position:-390px -110px;width:11px}.icon-more .icon{background-position:-610px -130px}.icon-views .icon{background-position:-410px -70px;height:16px;top:-1px;width:20px}.icon-report .icon{background-position:-590px -50px}.icon-dontnotify .icon{background-position:-760px -110px}.icon-email .icon,.icon-notify .icon{background-position:-740px -130px}.icon-clone .icon{background-position:-490px -70px}.icon-import .icon{background-position:-630px 0}.icon-locked .icon{background-position:-550px -70px}.icon-tip{display:inline-block;height:0;margin:-2px 0;overflow:hidden;padding-left:0;padding-top:16px;position:relative;vertical-align:middle;width:14px}.icon-tip .icon{background-color:#678;background-position:-450px -90px;border-radius:7px;height:14px}.report-types .icon-tip .icon{background-color:#456}.rewatch .icon{background-position:-500px -600px;height:40px;width:40px}.no-review .icon{background-position:-550px -600px;height:40px;width:40px}.rewatch-small .icon{background-position:-550px -90px;width:14px}.watched-small .icon{background-position:-410px -70px}.rewatch-tiny .icon{background-position:-390px -200px;width:12px}.review-tiny .icon{background-position:-410px -200px!important;width:12px}.icon-people{padding-left:20px}.icon-tags{padding-left:18px}.icon-watched{padding-left:24px}.icon-hidden,.icon-rewatch{padding-left:15px}.icon-comment,.icon-review,a.icon-comment,a.icon-review{padding-left:16px}.icon-like,.icon-liked,p .icon-like{padding-left:17px}.icon-list-all{padding-left:18px}.icon-views{padding-left:24px}.table-stats .icon-liked{padding-left:19px}.table-stats .icon-liked .icon{background-position:-630px -90px}.film-table .icon-review .icon{background-position:-530px -110px}.film-table .icon-prior .icon{background-position:-440px -375px}.icon-arrow-down .icon{background-position:-550px -770px;height:20px;width:20px}.icon-clock-large .icon,.icon-review-large .icon{height:32px;width:32px}.icon-clock-large .icon{background-position:-680px -210px}.icon-review-large .icon{background-position:-720px -210px}.content-metadata .icon-delete,.content-metadata .icon-edit,.content-metadata .icon-forget,.content-metadata .icon-undelete{display:inline-block;overflow:hidden;padding:0 0 0 16px;text-indent:110%;vertical-align:middle;white-space:nowrap;width:0}.content-metadata .icon-edit .icon{background-position:-610px -110px}.content-metadata .icon-edit:active .icon,.content-metadata .icon-edit:hover .icon{background-position:-610px -90px}.content-metadata .icon-delete .icon{background-position:-740px -300px}.content-metadata .icon-delete:active .icon,.content-metadata .icon-delete:hover .icon{background-position:-740px -280px}.content-metadata .icon-undelete .icon{background-position:-760px -300px}.content-metadata .icon-undelete:active .icon,.content-metadata .icon-undelete:hover .icon{background-position:-760px -280px}.content-metadata .icon-forget{padding-left:10px;top:-1px}.content-metadata .icon-forget .icon{background-position:-450px -110px}.icon-poster-menu{background:url(../img/sprite.6c5e9c43.svg) -630px -50px no-repeat;display:inline-block;height:14px;width:16px}.big-icon{display:inline-block;position:relative;top:-3px;vertical-align:middle}.big-icon.ir{height:33px;width:50px}.big-icon.-watch,.big-icon.-watch .icon{background-position:-500px -510px}.big-icon.-like,.big-icon.-like .icon{background-position:-550px -510px}.big-icon.-rate,.big-icon.-rate .icon{background-position:-600px -510px}.big-icon.-log,.big-icon.-log .icon{background-position:-650px -510px}.big-icon.-review,.big-icon.-review .icon{background-position:-700px -510px}.big-icon.-list,.big-icon.-list .icon{background-position:-750px -510px}.big-icon.-watchlist,.big-icon.-watchlist .icon{background-position:-700px -470px}.big-icon.-follow,.big-icon.-follow .icon{background-position:-750px -470px}.big-icon:active.-watch,.big-icon:active.-watch .icon,.big-icon:hover.-watch,.big-icon:hover.-watch .icon{background-position:-500px -960px}.big-icon:active.-like,.big-icon:active.-like .icon,.big-icon:hover.-like,.big-icon:hover.-like .icon{background-position:-550px -960px}.big-icon:active.-rate,.big-icon:active.-rate .icon,.big-icon:hover.-rate,.big-icon:hover.-rate .icon{background-position:-600px -960px}.big-icon:active.-log,.big-icon:active.-log .icon,.big-icon:hover.-log,.big-icon:hover.-log .icon{background-position:-650px -960px}.big-icon:active.-review,.big-icon:active.-review .icon,.big-icon:hover.-review,.big-icon:hover.-review .icon{background-position:-700px -960px}.big-icon:active.-list,.big-icon:active.-list .icon,.big-icon:hover.-list,.big-icon:hover.-list .icon{background-position:-750px -960px}.big-icon:active.-watchlist,.big-icon:active.-watchlist .icon,.big-icon:hover.-watchlist,.big-icon:hover.-watchlist .icon{background-position:-700px -920px}.big-icon:active.-follow,.big-icon:active.-follow .icon,.big-icon:hover.-follow,.big-icon:hover.-follow .icon{background-position:-750px -920px}.like-link{color:#789;display:inline-block}body.view .review .like-link{min-width:90px}.like-link a,.like-link span{color:#789;display:inline-block;font-size:.92307692rem;text-decoration:none;white-space:nowrap}.like-link a:active,.like-link a:hover{color:#abc}.like-link a.cannot-like{color:#678}.like-link a.cannot-like:hover{color:#40bcf4}.like-link span.cannot-like{color:#89a!important}.like-link .like-compact{margin-right:5px}.like-no-text{line-height:16px}.like-no-text .icon-like,.like-no-text .icon-liked{float:left;height:16px;overflow:hidden;padding-left:20px;text-indent:110%;white-space:nowrap;width:0}.col-poster-link a.has-icon,.like-link a.has-icon{color:#40bcf4;font-size:.92307692rem}.col-poster-link a.has-icon:hover,.like-link a.has-icon:hover{color:#ddd}.like-link-short{margin-right:5px;text-decoration:none}.like-link-target .icon-like,.like-link-target .icon-liked{padding-left:18px}.like-link-target a{display:inline-block;height:16px;line-height:16px;vertical-align:baseline}.like-link-target.-monotone>.like-link{display:inline-block;font-size:1rem;line-height:18px}.like-link-target.-monotone>.like-link a{font-size:inherit;line-height:inherit}.like-link-target.-monotone>.like-link .svg-action{color:currentColor;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin-right:.5em;min-height:18px}.like-link-target.-monotone>.like-link .svg-action:active,.like-link-target.-monotone>.like-link .svg-action:hover{color:#abc}.like-link-target.-monotone>.like-link .svg-action.-liked{color:#fff}.svg-action{position:relative}.svg-action:before{content:"";display:inline-block;left:0;position:absolute;top:0}.svg-action.-like{padding-left:20px}.svg-action.-like:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16'%3E%3Cpath fill='%23789' fill-rule='evenodd' d='M11.27 2C9.36 2 7.5 4.09 7.5 4.09S5.64 2 3.73 2 0 2.87 0 5.44c0 1.83 1.88 3.43 1.88 3.43L7.5 14l5.62-5.13S15 7.27 15 5.44C15 2.87 13.18 2 11.27 2'/%3E%3C/svg%3E");background-size:15px 16px;height:16px;width:15px}.svg-action.-liked:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16'%3E%3Cpath fill='%23F93' fill-rule='evenodd' d='M11.27 2C9.36 2 7.5 4.09 7.5 4.09S5.64 2 3.73 2 0 2.87 0 5.44c0 1.83 1.88 3.43 1.88 3.43L7.5 14l5.62-5.13S15 7.27 15 5.44C15 2.87 13.18 2 11.27 2'/%3E%3C/svg%3E");background-size:15px 16px}@keyframes reveal{0%{opacity:0}}[data-js-reveal-following]:not(.-show),[data-js-reveal-follows]:not(.-show){display:none}[data-js-reveal-following].-show,[data-js-reveal-follows].-show{animation-duration:.5s;animation-name:reveal;animation-timing-function:cubic-bezier(.19,1,.22,1)}.share-tooltip{background-color:#456;border-radius:3px;color:#fff;display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:.84615385rem;font-weight:400;line-height:1.33333333;padding:6px 9px;position:absolute;white-space:nowrap;z-index:10010}.mobile .share-tooltip{font-size:.91666667rem}.share-tooltip.-contrast{background-color:#234}.share-tooltip.-error{background-color:#e32}.share-tooltip.-animate{animation:slideIn 2s cubic-bezier(.39,.575,.565,1) 0s;animation-fill-mode:both}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}10%{opacity:1}25%{transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}html.-busy{cursor:wait!important}html.-busy :disabled{pointer-events:none!important}.dropdown-wrapper{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dropdown-wrapper>.dropdown-trigger:not([aria-expanded=true])+.dropdown-menu{display:none}.dropdown-wrapper>.dropdown-menu{display:flex;flex-direction:column;overflow:hidden}.dropdown-menu{--menuitem-padding-y:8px;--menuitem-padding-x:12px;--menuitem-icon-dimension:16px;background-clip:padding-box;background-color:var(--background-color);border-radius:4px;box-shadow:0 0 var(--box-shadow-radius) var(--box-shadow-color);color:var(--content-color);display:none;max-width:280px;min-width:200px;position:absolute;text-align:left;z-index:10010}.dropdown-menu .dropdown-menulist{padding-bottom:calc(var(--menuitem-padding-y)*.5);padding-top:calc(var(--menuitem-padding-y)*.5)}.dropdown-menu.-legacy{--background-color:#89a;--background-color-alpha:1;--background-color-rgb:136,153,170;--border-color:rgba(136,153,170,0);--border-color-alpha:0;--border-color-rgb:136,153,170;--box-shadow-color:rgba(0,0,0,.5);--box-shadow-color-rgb:#000;--box-shadow-alpha:0.5;--box-shadow-radius:10px;--content-color:#345;--content-color-low-contrast:#456;--trigger-color:#2c3440;--divider-color:rgba(0,0,0,.1);--divider-color-alpha:0.1;--divider-color-rgb:0,0,0;--selected-background-color:#678;--selected-background-color-alpha:1;--selected-background-color-rgb:102,119,136;--selected-content-color:#def;--selected-trigger-color:#fff;--selected-active-background-color:#607080;--selected-active-background-color-alpha:1;--selected-active-background-color-rgb:96,112,128;--selected-active-content-color:#fff;--selected-active-trigger-color:#fff}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem][aria-disabled=true]{color:var(--content-color-low-contrast)}@media (hover:hover) and (pointer:fine){.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):hover{background-color:var(--selected-background-color);color:var(--selected-trigger-color)}}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):focus{background-color:var(--selected-background-color);color:var(--selected-trigger-color)}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):active{background-color:var(--selected-active-background-color);color:var(--selected-active-trigger-color)}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger.-selected [role=menuitem]{background-color:var(--selected-background-color);color:var(--selected-trigger-color)}.dropdown-menu.-default{--background-color:#456;--background-color-alpha:1;--background-color-rgb:68,85,102;--border-color:rgba(68,85,102,0);--border-color-alpha:0;--border-color-rgb:68,85,102;--box-shadow-color:rgba(0,0,0,.5);--box-shadow-color-rgb:#000;--box-shadow-alpha:0.5;--box-shadow-radius:10px;--content-color:#abc;--content-color-low-contrast:#9ab;--trigger-color:#bcd;--divider-color:rgba(51,68,85,.5);--divider-color-alpha:0.5;--divider-color-rgb:51,68,85;--selected-background-color:#345;--selected-background-color-alpha:1;--selected-background-color-rgb:51,68,85;--selected-content-color:#abc;--selected-trigger-color:#def;--selected-active-background-color:#234;--selected-active-background-color-alpha:1;--selected-active-background-color-rgb:34,51,68;--selected-active-content-color:#bcd;--selected-active-trigger-color:#fff}@media (hover:hover) and (pointer:fine){.dropdown-menu.-default .dropdown-menulist .menuitem.-switch>.switch-control:hover{color:var(--selected-trigger-color)}}.dropdown-menu.-default .dropdown-menulist .menuitem.-switch>.switch-control:focus{color:--selected-trigger-color}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem][aria-disabled=true]{color:var(--content-color-low-contrast)}@media (hover:hover) and (pointer:fine){.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):hover{background-color:var(--selected-background-color);color:var(--selected-trigger-color)}}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):focus{background-color:var(--selected-background-color);color:var(--selected-trigger-color)}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):active{background-color:var(--selected-active-background-color);color:var(--selected-active-trigger-color)}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger.-selected [role=menuitem]{background-color:var(--selected-background-color);color:var(--selected-trigger-color)}.dropdown-menulist{--font-size:14px;--font-size-small:11px;font-size:var(--font-size);line-height:1.33333333}.mobile .dropdown-menulist{--font-size:1.16666667rem}@media (max-width:767.98px){.mobile .dropdown-menulist{--font-size:1.08333333rem}}.dropdown-menulist .menuitem{cursor:default;display:block;text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-menulist .menuitem a,.dropdown-menulist .menuitem button{color:currentColor}.dropdown-menulist .menuitem.-switch>.switch-control{font-size:1rem;padding:var(--menuitem-padding-y) var(--menuitem-padding-x)}.mobile .dropdown-menulist .menuitem.-switch>.switch-control{font-size:1.08333333rem}.dropdown-menulist .menuitem.-switch>.switch-control input[role=switch]:checked~.state>.track>.handle{transform:translateX(.72115385em)}.dropdown-menulist .menuitem.-switch>.switch-control .state>.track{border-radius:1.15384615em;height:1.15384615em;width:1.875em}.dropdown-menulist .menuitem.-switch>.switch-control .state>.track>.handle{height:1.15384615em;padding:2px;width:1.15384615em}.dropdown-menulist .menuitem.-text{white-space:normal}.dropdown-menulist .menuitem.-text>.inner{padding:var(--menuitem-padding-y) var(--menuitem-padding-x)}.dropdown-menulist .menuitem.-trigger>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;cursor:default;font-family:inherit;font-size:inherit;margin:0;padding:0;text-align:inherit;text-decoration:none;width:100%}.dropdown-menulist .menuitem.-trigger>button:not(:disabled):focus,.dropdown-menulist .menuitem.-trigger>button:not(:disabled):hover{text-decoration:inherit}.dropdown-menulist .menuitem.-trigger>a,.dropdown-menulist .menuitem.-trigger>button{display:block;line-height:inherit;padding:var(--menuitem-padding-y) var(--menuitem-padding-x)}.dropdown-menulist .menuitem.-trigger>a:not([aria-disabled=true]),.dropdown-menulist .menuitem.-trigger>button:not([aria-disabled=true]){cursor:pointer}.dropdown-menulist .menuitem.-trigger>a>.label>.description,.dropdown-menulist .menuitem.-trigger>button>.label>.description{display:block;font-size:var(--font-size-small);line-height:1.27272727;margin-top:.15384615rem}.dropdown-menulist .menuitem.-trigger>a{display:block}.dropdown-menulist .menuitem.-trigger>a:anylink:not([aria-disabled=true]):focus{outline:1px auto -webkit-focus-ring-color}.dropdown-menulist .menuitem.-trigger.-selected [role=menuitem]{color:currentColor!important}.dropdown-menulist .menuitem.-trigger.-has-icon>a,.dropdown-menulist .menuitem.-trigger.-has-icon>button{align-items:center;-moz-column-gap:.75em;column-gap:.75em;display:grid;grid-template-columns:var(--menuitem-icon-dimension) auto;padding-right:calc(var(--menuitem-padding-x)*1.5)}.dropdown-menulist .menuitem.-trigger.-has-icon>a>.glyph,.dropdown-menulist .menuitem.-trigger.-has-icon>button>.glyph{overflow:visible;fill:currentColor;transform:translateY(-.07692308rem)}.dropdown-menulist .menuitem.-trigger.-has-icon>a>.glyph.-hasdescription,.dropdown-menulist .menuitem.-trigger.-has-icon>button>.glyph.-hasdescription{align-self:flex-start;transform:none}.dropdown-menulist .menuitem.-divider{--height:1px;padding-bottom:var(--menuitem-padding-y);padding-top:var(--menuitem-padding-y)}.dropdown-menulist .menuitem.-divider hr{background-image:linear-gradient(180deg,rgba(var(--divider-color-rgb),0) 50%,rgba(var(--divider-color-rgb),var(--divider-color-alpha)) 0);background-position:bottom;background-repeat:repeat-x;background-size:2px 1px;border:0;display:block;height:var(--height);margin:0;margin-bottom:calc(var(--height)*-1);padding:0;width:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.dropdown-menulist .menuitem.-divider hr{background-size:1px 1px}}.overflow-menu-trigger{--hit-target-padding-x:0.25em;--hit-target-padding-y:0.25em;--dimension:2em;--glyph-width:0.75em;--font-size:16px;--tint:#fff;--tint-alpha:0.875;--background-color-rgb:68,85,102;--background-color-alpha:0.66666667;--blur-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;cursor:default;font-family:inherit;font-size:var(--font-size);line-height:1;margin:0;padding:0;text-decoration:none}.overflow-menu-trigger:not(:disabled):focus,.overflow-menu-trigger:not(:disabled):hover{text-decoration:inherit}.overflow-menu-trigger *,.overflow-menu-trigger :after,.overflow-menu-trigger :before{box-sizing:inherit}.overflow-menu-trigger .glyph{display:block;width:var(--glyph-width)}.overflow-menu-trigger .glyph circle{fill:currentColor}.overflow-menu-trigger .label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.overflow-menu-trigger.-default{color:var(--tint);height:var(--dimension);width:var(--dimension)}.overflow-menu-trigger.-default>.inner{align-items:center;-webkit-backdrop-filter:blur(var(--blur-radius));backdrop-filter:blur(var(--blur-radius));background-color:rgb(var(--background-color-rgb),var(--background-color-alpha));border-radius:calc(var(--dimension)*.5);display:flex;height:100%;justify-content:center;position:relative;transition:background-color var(--timing-duration-out) var(--timing-function-ease-out-expo);width:100%}.overflow-menu-trigger.-default>.inner:before{bottom:calc(var(--hit-target-padding-y)*-1);content:"";left:calc(var(--hit-target-padding-x)*-1);position:absolute;right:calc(var(--hit-target-padding-x)*-1);top:calc(var(--hit-target-padding-y)*-1)}.overflow-menu-trigger.-default .glyph{opacity:var(--tint-alpha);transition:opacity var(--timing-duration-out) var(--timing-function-ease-out-expo)}.overflow-menu-trigger.-default:not(:disabled){cursor:default}@media (hover:hover) and (pointer:fine){.overflow-menu-trigger.-default:not(:disabled):hover{--tint-alpha:1;--background-alpha:1}.overflow-menu-trigger.-default:not(:disabled):hover .glyph,.overflow-menu-trigger.-default:not(:disabled):hover>.inner{transition-duration:var(--timing-duration-in)}}.overflow-menu-trigger.-default:not(:disabled)[data-dropdown-trigger-interactions~=click]:not([data-dropdown-triggers~=hover]){cursor:pointer}.poster-grid{--poster-grid-gap-column:10px;--poster-grid-gap-row:10px;--poster-grid-col-size:150px;container-name:grid;container-type:inline-size;position:relative;z-index:0}.poster-grid>.grid{-moz-column-gap:var(--poster-grid-gap-column);column-gap:var(--poster-grid-gap-column);display:grid;grid-template-columns:repeat(auto-fill,var(--poster-grid-col-size));row-gap:var(--poster-grid-gap-row)}.poster-grid>.grid>.griditem .poster{display:block;width:auto}.poster-grid>.grid>.griditem .poster .image{aspect-ratio:2/3;height:auto;width:100%}.poster-grid>.grid>.griditem .poster.-placeholder{aspect-ratio:2/3}.poster-grid>.grid>.griditem>.-placeholder,.poster-grid>.grid>.griditem>.placeholder{background-color:var(--poster-placeholder-background);box-shadow:inset 0 0 0 1px rgba(221,238,255,.25)}.poster-grid>.grid>.griditem .no-poster .frame-title{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-55%,0);width:85%}.poster-grid>.grid>.griditem.-hidden{display:none}.poster-grid>.grid>.poster,.poster-grid>.grid>.poster .poster,.poster-grid>.grid>.poster-container,.poster-grid>.grid>.poster-container .poster{display:block}.poster-grid>.grid.-p35{--poster-grid-col-size:35px}.poster-grid>.grid.-p35 .no-poster{height:52px;width:35px}.poster-grid>.grid.-p35 .no-poster .frame-title{font-size:9px;line-height:1.22222222}.poster-grid>.grid.-p46{--poster-grid-col-size:46px}.poster-grid>.grid.-p46 .no-poster .frame-title{display:block;font-size:10px;line-height:1.2;white-space:normal}.poster-grid>.grid.-p70{--poster-grid-col-size:70px}.poster-grid>.grid.-p70 .no-poster .frame-title{display:block;font-size:11px;line-height:1.27272727}.poster-grid>.grid.-p110{--poster-grid-col-size:110px}.poster-grid>.grid.-p110 .no-poster .frame-title{font-size:14px;line-height:1.28571429}.poster-grid>.grid.-p110 .no-poster.-showtitle .frame-title{display:block}.poster-grid>.grid.-p110 .film-info{clear:both;font-size:12px;line-height:1.2;margin-bottom:0;padding-top:5px}.poster-grid>.grid.-p110 .film-info a{color:#fff;display:block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:110px}.poster-grid>.grid.-p110 .film-info a:active,.poster-grid>.grid.-p110 .film-info a:hover{color:#ddd}.poster-grid>.grid.-p110 .film-info .date,.poster-grid>.grid.-p110 .film-info .rating{color:#9ab;font-size:10px;vertical-align:middle}.poster-grid>.grid.-p110 .film-info .rating{margin-left:2px}.poster-grid>.grid.-p110.no-poster-show-titles .no-poster .frame-title{display:block}.poster-grid>.grid.-p125{--poster-grid-col-size:125px}.poster-grid>.grid.-p125 .no-poster .frame-title{display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:14px;font-weight:400;line-height:1.28571429}.mobile .poster-grid>.grid.-p125 .no-poster .frame-title{font-family:Graphik-Regular-Web,sans-serif;font-weight:400}.poster-grid>.grid.-p150 .placeholder-empty p{font-size:1rem;line-height:215px}.poster-grid>.grid.-p150 .frame-title{display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:16px;font-weight:400;line-height:1.375}.poster-grid>.grid.-p150 .film-info{clear:both;color:#567;float:left;font-size:11px;margin-bottom:0;padding-top:3px}.poster-grid>.grid.-p150 .film-title-link{color:#567;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:150px}.poster-grid>.grid.-p150 .film-title-link:active,.poster-grid>.grid.-p150 .film-title-link:hover{color:#40bcf4}.poster-grid>.grid.-p150 .no-poster-action{color:#567;display:block;font-size:11px;left:0;position:absolute;text-align:center;top:125px;width:150px}.poster-grid>.grid.-p150 .no-poster-action a{color:#567}.poster-grid>.grid.-p150 .film-stats{padding-top:5px}.poster-grid>.grid.-p150 .film-stats>.stat{margin:0 3px}.poster-grid>.grid.-p150 .film-stats>.stat a{font-size:10px}.poster-grid>.grid.-p150 .film-stats>.stat.filmstat-watches{margin-left:0}.poster-grid>.grid.-p150 .film-stats>.stat.filmstat-likes{margin-right:0}.poster-grid>.grid.-p150 .film-stats a .icon{top:1px}.poster-grid>.grid.-p230{--poster-grid-col-size:230px}.poster-grid>.grid.-p230 .no-poster .frame-title{white-space:normal}#popular-films .poster-grid>.grid.-p230 .no-poster .frame-title{display:inline-block}.poster-grid>.grid.-p230 .no-poster.-showtitle .frame-title{display:block}.poster-grid>.grid.-p230 .frame-title{font-family:Graphik-Semibold-Web,sans-serif;font-size:18px;font-weight:400;line-height:24px}.mobile .poster-grid>.grid{--poster-grid-gap-column:2.87958115cqw;--poster-grid-gap-row:2.61780105cqw;--poster-grid-col-size:auto;grid-template-columns:repeat(4,1fr);max-width:none}@supports not (contain:inline-size){.poster-grid>.grid.-p150{--poster-grid-gap-column:23px;--poster-grid-gap-row:20px}.poster-grid>.grid.-p125{--poster-grid-col-size:125px;--poster-grid-gap-column:11px;--poster-grid-gap-row:10px;max-width:680px}.mobile .poster-grid>.grid{--poster-grid-gap-column:1vw;--poster-grid-gap-row:1vw;--poster-grid-col-size:auto;grid-template-columns:repeat(4,1fr);max-width:none}@media (min-width:1024px){.mobile .poster-grid>.grid{grid-template-columns:repeat(5,1fr)}.mobile .poster-grid>.grid.-p150{grid-template-columns:repeat(6,1fr)}}}@container (width: 670px){.mobile .poster-grid>.grid.-p125,.poster-grid>.grid.-p125{--poster-grid-col-size:125px;--poster-grid-gap-column:11px;--poster-grid-gap-row:10px;max-width:680px}}@container (min-width: 640px){.mobile .poster-grid>.grid{--poster-grid-gap-column:1.71875cqw;--poster-grid-gap-row:1.5625cqw;grid-template-columns:repeat(5,1fr)}.mobile .poster-grid>.grid.-p150{--poster-grid-gap-column:1.07421875cqw;--poster-grid-gap-row:0.9765625cqw;grid-template-columns:repeat(6,1fr)}}@container (min-width: 1024px){.mobile .poster-grid>.grid{--poster-grid-gap-column:1.07421875cqw;--poster-grid-gap-row:0.9765625cqw;grid-template-columns:repeat(6,1fr)}}@container (min-width: 1160px){.mobile .poster-grid>.grid{--poster-grid-gap-column:0.94827586cqw;--poster-grid-gap-row:0.86206897cqw}.mobile .poster-grid>.grid,.mobile .poster-grid>.grid.-p150{grid-template-columns:repeat(8,1fr)}}.poster-list{overflow:hidden;position:relative;z-index:0}.poster-list>.listitem .poster{width:auto}.poster-list>.listitem.-hidden{display:none}.poster-list>.-placeholder,.poster-list>.listitem>.placeholder{background-color:var(--poster-placeholder-background);box-shadow:inset 0 0 0 1px rgba(221,238,255,.25)}.poster-list.-single{overflow:visible}.poster-list.-overlapped .poster{float:left}.poster-list.-overlapped .poster:first-child{z-index:15}.poster-list.-overlapped .poster:nth-of-type(2){z-index:14}.poster-list.-overlapped .poster:nth-of-type(3){z-index:13}.poster-list.-overlapped .poster:nth-of-type(4){z-index:12}.poster-list.-overlapped .poster:nth-of-type(5){z-index:11}.poster-list.-overlapped .poster:nth-of-type(6){z-index:10}.poster-list.-overlapped .poster:nth-of-type(7){z-index:9}.poster-list.-overlapped .poster:nth-of-type(8){z-index:8}.poster-list.-overlapped .poster:nth-of-type(9){z-index:7}.poster-list.-overlapped .poster:nth-of-type(10){z-index:6}.poster-list.-overlapped .poster:nth-of-type(11){z-index:5}.poster-list.-overlapped .poster:nth-of-type(12){z-index:4}.poster-list.-overlapped .poster:nth-of-type(13){z-index:3}.poster-list.-overlapped .poster:nth-of-type(14){z-index:2}.poster-list.-overlapped .poster:nth-of-type(15){z-index:1}.poster-list.-overlapped .poster.-placeholder{background-color:#111;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1)}.mobile .poster-list.-overlapped .poster.-placeholder:after{content:"";display:block;padding-top:150%;width:100%}.poster-list.-overlapped.-p150,.poster-list.-overlapped.-p70{width:auto}.poster-list.-overlapped.-p150 .poster,.poster-list.-overlapped.-p70 .poster{box-shadow:2px 0 7px #000;margin-right:-25px}.poster-list.-overlapped.-p150 .poster.-placeholder,.poster-list.-overlapped.-p70 .poster.-placeholder{box-shadow:inset 0 0 0 1px rgba(221,238,255,.1)}.mobile .poster-list.-overlapped.-p150 .poster,.mobile .poster-list.-overlapped.-p70 .poster{height:auto;margin-right:-12.5%;width:30%}.mobile .poster-list.-overlapped.-p150 .poster img,.mobile .poster-list.-overlapped.-p70 .poster img{height:auto;width:100%}.list-grid.-twoup .poster-list.-overlapped.-p150 .poster,.list-grid.-twoup .poster-list.-overlapped.-p70 .poster{margin-right:-27px}.-trilogy .poster-list.-overlapped.-p150 .poster,.-trilogy .poster-list.-overlapped.-p70 .poster,.list-grid.-trilogy .poster-list.-overlapped.-p150 .poster,.list-grid.-trilogy .poster-list.-overlapped.-p70 .poster{margin-right:-9px}.poster-list.-overlapped.-p150 .poster{margin-right:-115px}.list-stacked-narrow .poster-list.-overlapped.-p70 .poster{margin-right:-30px}.mobile .list-stacked-narrow .poster-list.-overlapped.-p70 .poster{margin-right:-12.5%}.mobile .list-set-wide .poster-list.-overlapped.-p70 .poster{margin-right:-5.55%;width:15%}.poster-list.-horizontal{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-10px}.poster-list.-horizontal:after{content:"";display:inline-block;flex:1 1 auto;width:auto}.poster-list.-horizontal>.live-poster,.poster-list.-horizontal>.poster,.poster-list.-horizontal>.poster-container{display:block;margin-left:10px}.poster-list.-horizontal>.live-poster .poster,.poster-list.-horizontal>.poster .poster,.poster-list.-horizontal>.poster-container .poster{display:block}.poster-list.-horizontal.-scaled104{margin-left:-9px;max-width:678px}.poster-list.-horizontal.-scaled104.-p110>.poster,.poster-list.-horizontal.-scaled104.-p110>.poster-container{display:block;margin-left:9px;width:104px}.poster-list.-horizontal.-scaled104.-p110>.poster .poster,.poster-list.-horizontal.-scaled104.-p110>.poster-container .poster{display:block}.poster-list.-horizontal.-scaled104.-p110 .poster{height:156px;width:104px}.poster-list.-horizontal.-scaled104.-p110 .poster img{height:auto;width:100%}.poster-list.-horizontal li.calculating{bottom:95px;width:0;z-index:10}.poster-list.-horizontal li.calculating p{margin-left:-126px;width:250px}.poster-list.-horizontal li.calculating p .lb-spinner{margin-right:5px;position:relative;top:-1px;vertical-align:middle}.poster-list.-horizontal li.calculating p .lb-spinner-fallback{display:inline}.poster-list.-horizontal li.calculating #spinner{display:inline-block;height:13px;margin:0 7px -1px 0;position:relative;width:18px}.mobile .poster-list.-horizontal{margin-left:-2%}.mobile .poster-list.-horizontal>.live-poster,.mobile .poster-list.-horizontal>.poster,.mobile .poster-list.-horizontal>.poster-container{display:block;height:auto;margin:0 0 2% 2%;width:23%}.mobile .poster-list.-horizontal>.live-poster .poster,.mobile .poster-list.-horizontal>.live-poster img,.mobile .poster-list.-horizontal>.poster .poster,.mobile .poster-list.-horizontal>.poster img,.mobile .poster-list.-horizontal>.poster-container .poster,.mobile .poster-list.-horizontal>.poster-container img{height:auto;width:100%}.mobile .poster-list.-horizontal.featured-list>li:nth-child(n+5){display:none}.mobile #popular-with-everyone .poster-list.-horizontal>.poster,.mobile #popular-with-everyone .poster-list.-horizontal>.poster-container,.mobile #popular-with-friends .poster-list.-horizontal>.poster,.mobile #popular-with-friends .poster-list.-horizontal>.poster-container,.mobile #recent-from-friends .poster-list.-horizontal>.poster,.mobile #recent-from-friends .poster-list.-horizontal>.poster-container{height:auto;margin-bottom:2%;width:31.33%}.poster-list.-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-10px}.col-17 .poster-list.-grid{margin-left:-11px}.poster-list.-grid:after{content:"";display:inline-block;flex:1 1 auto;width:auto}.poster-list.-grid>.poster,.poster-list.-grid>.poster-container{display:block;margin:0 0 10px 10px}.col-17 .poster-list.-grid>.poster,.col-17 .poster-list.-grid>.poster-container{margin-left:11px}.poster-list.-grid>.poster .poster,.poster-list.-grid>.poster-container .poster{display:block}.poster-list.-grid.-alignleft{justify-content:left}.no-mobile .col-17 .poster-list.-grid.-fillrow.-p70 .poster .image{height:111px;width:74px}.poster-list.-grid.-p150:not(.-constrained) .poster-container{margin-bottom:10px!important}.poster-list.-grid.-constrained.-p150{margin-left:-23px;max-width:692px}.mobile .poster-list.-grid.-constrained.-p150{margin-left:-2%;max-width:none}.poster-list.-grid.-constrained.-p150>.poster,.poster-list.-grid.-constrained.-p150>.poster-container{margin:0 0 20px 23px}.mobile .poster-list.-grid.-constrained.-p150>.poster,.mobile .poster-list.-grid.-constrained.-p150>.poster-container{margin:0 0 2% 2%}.poster-list.-grid.-constrained.-p125{margin-left:-11px;max-width:680px}.poster-list.-grid.-constrained.-p125>.poster,.poster-list.-grid.-constrained.-p125>.poster-container{margin:0 0 10px 11px}.mobile .poster-list.-grid.-constrained.-p125>.poster,.mobile .poster-list.-grid.-constrained.-p125>.poster-container{margin:0 0 2% 2%}.poster-list.-grid.-scaled128{margin-left:-9px;max-width:959px}.mobile .poster-list.-grid.-scaled128{max-width:none}.poster-list.-grid.-scaled128.-p125>.poster,.poster-list.-grid.-scaled128.-p125>.poster-container{display:block;margin-left:9px;width:128px}.poster-list.-grid.-scaled128.-p125>.poster .poster,.poster-list.-grid.-scaled128.-p125>.poster-container .poster{display:block}.mobile .poster-list.-grid.-scaled128.-p125>.poster,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container{margin-left:9px;width:128px}.poster-list.-grid.-scaled128.-p125 .poster{height:192px;width:128px}.poster-list.-grid.-scaled128.-p125 .poster img{height:auto;width:100%}.mobile .poster-list.-grid.-scaled128.-p125{margin-left:-2%}.mobile .poster-list.-grid.-scaled128.-p125>.poster,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container{display:block;height:auto;margin:0 0 2% 2%;width:23%}.mobile .poster-list.-grid.-scaled128.-p125>.poster .poster,.mobile .poster-list.-grid.-scaled128.-p125>.poster img,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container .poster,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container img{height:auto;width:100%}.poster-list.-grid.-scaled86{margin-left:-10px}.poster-list.-grid.-scaled86.-p110>.poster,.poster-list.-grid.-scaled86.-p110>.poster-container{display:block;margin-left:10px;width:86px}.poster-list.-grid.-scaled86.-p110>.poster .poster,.poster-list.-grid.-scaled86.-p110>.poster-container .poster{display:block}.poster-list.-grid.-scaled86.-p110 .poster{height:129px;width:86px}.poster-list.-grid.-scaled86.-p110 .poster img{height:auto;width:100%}.mobile .poster-list.-grid.-scaled86.-p110{margin-left:-2%}.mobile .poster-list.-grid.-scaled86.-p110>.poster,.mobile .poster-list.-grid.-scaled86.-p110>.poster-container{display:block;height:auto;margin:0 0 2% 2%;width:23%}.mobile .poster-list.-grid.-scaled86.-p110>.poster .poster,.mobile .poster-list.-grid.-scaled86.-p110>.poster img,.mobile .poster-list.-grid.-scaled86.-p110>.poster-container .poster,.mobile .poster-list.-grid.-scaled86.-p110>.poster-container img{height:auto;width:100%}.poster-list.-grid.-scaled64.-p70>.poster,.poster-list.-grid.-scaled64.-p70>.poster-container{display:block;margin-left:5px;width:64px}.poster-list.-grid.-scaled64.-p70>.poster .poster,.poster-list.-grid.-scaled64.-p70>.poster-container .poster{display:block}.poster-list.-grid.-scaled64.-p70 .poster{height:96px;width:64px}.poster-list.-grid.-scaled64.-p70 .poster img{height:auto;width:100%}.mobile .poster-list.-grid{margin-left:-2%}.mobile .poster-list.-grid>.poster,.mobile .poster-list.-grid>.poster-container{display:block;height:auto;margin:0 0 2% 2%;width:23%}.mobile .poster-list.-grid>.poster .poster,.mobile .poster-list.-grid>.poster img,.mobile .poster-list.-grid>.poster-container .poster,.mobile .poster-list.-grid>.poster-container img{height:auto;width:100%}.poster-list .no-poster .frame-title{left:50%;position:absolute;top:50%;transform:translate3d(-50%,-55%,0);width:85%}.poster-list.-p125 .no-poster .frame,.poster-list.-p150 .no-poster .frame,.poster-list.-p230 .no-poster .frame,.poster-list.-p70 .no-poster .frame{background-image:none;color:#789;text-align:center;text-decoration:none;text-indent:0}.poster-list.-p35 .no-poster{height:52px;width:35px}.poster-list.-p35 .no-poster .frame-title{font-size:9px;line-height:1.22222222}.poster-list.-p35 .poster-container.-placeholder,.poster-list.-p35 .poster.-placeholder{height:52px}.poster-list-view .poster-list.-p35 .padme-pad,.poster-list-view .poster-list.-p35 .poster{width:125px}.poster-list.-p46 .padme-cols,.poster-list.-p46 .poster{width:46px}.poster-list.-p46 .no-poster{height:69px;width:46px}.poster-list.-p46 .no-poster .frame-title{display:block;font-size:10px;line-height:1.2;white-space:normal}.poster-list.-p46 .poster img{height:auto;width:100%}.poster-list.-p46 .poster-container.-placeholder,.poster-list.-p46 .poster.-placeholder{height:69px}.poster-list.-p70 .poster-container .poster{margin-bottom:0}.poster-list.-p70 .poster-container.-placeholder,.poster-list.-p70 .poster.-placeholder{height:105px;width:70px}.mobile .poster-list.-p70 .poster-container.-placeholder,.mobile .poster-list.-p70 .poster.-placeholder{height:auto}.poster-list.-p70 .no-poster .frame-title{display:block;font-size:11px;line-height:1.27272727;white-space:normal}.poster-list.-p70 .dummy{height:103px;width:68px}.mobile .poster-list.-p70 .dummy{height:auto}.poster-list.-p110 .poster,.poster-list.-p110 .poster-container.-placeholder,.poster-list.-p110 .poster.-placeholder{height:165px;width:110px}.mobile .poster-list.-p110 .poster-container.-placeholder,.mobile .poster-list.-p110 .poster.-placeholder{height:auto}.poster-list.-p110 .padme-pad,.poster-list.-p110 .poster-container{width:110px}.poster-list.-p110 .poster-container{overflow:hidden;position:relative}.poster-list.-p110 .dummy{height:163px;width:108px}.poster-list.-p110 .no-poster .frame-title{font-size:14px;line-height:1.28571429}.poster-list.-p110 .no-poster.-showtitle .frame-title{display:block}.poster-list.-p110 .film-info{clear:both;font-size:12px;line-height:1.2;margin-bottom:0;padding-top:5px}.poster-list.-p110 .film-info a{color:#fff;display:block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:110px}.poster-list.-p110 .film-info a:active,.poster-list.-p110 .film-info a:hover{color:#ddd}.poster-list.-p110 .film-info .date,.poster-list.-p110 .film-info .rating{color:#9ab;font-size:10px;vertical-align:middle}.poster-list.-p110 .film-info .rating{margin-left:2px}.poster-list.-p110.no-poster-show-titles .no-poster .frame-title{display:block}.poster-list.-p125 .poster{height:187px;width:125px}.poster-list.-p125 .poster-container.-placeholder,.poster-list.-p125 .poster.-placeholder{height:187px}.mobile .poster-list.-p125 .poster-container.-placeholder,.mobile .poster-list.-p125 .poster.-placeholder{height:auto}.poster-list.-p125 .padme-pad,.poster-list.-p125 .poster-container{width:125px}.poster-list.-p125 .dummy{height:185px;width:123px}.poster-list.-p125 .no-poster .frame-title{display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:14px;font-weight:400;line-height:1.28571429}.mobile .poster-list.-p125 .no-poster .frame-title{font-family:Graphik-Regular-Web,sans-serif;font-weight:400}.poster-list.-p150 .poster{height:225px;width:150px}.poster-list.-p150 .poster-container.-placeholder,.poster-list.-p150 .poster.-placeholder{height:225px}.mobile .poster-list.-p150 .poster-container.-placeholder,.mobile .poster-list.-p150 .poster.-placeholder{height:auto}.poster-list.-p150.-horizontal .poster,.poster-list.-p150.-horizontal .poster-container{margin-bottom:0}.poster-list.-p150 .padme-pad,.poster-list.-p150 .poster-container{width:150px}.poster-list.-p150 .placeholder-empty p{font-size:1rem;line-height:215px}.poster-list.-p150 .no-poster .frame-title{white-space:normal}.poster-list.-p150 .frame-title{display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:16px;font-weight:400;line-height:1.375}.poster-list.-p150 .film-info{clear:both;color:#567;float:left;font-size:11px;margin-bottom:0;padding-top:3px}.poster-list.-p150 .film-title-link{color:#567;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:150px}.poster-list.-p150 .film-title-link:active,.poster-list.-p150 .film-title-link:hover{color:#40bcf4}.poster-list.-p150 .no-poster-action{color:#567;display:block;font-size:11px;left:0;position:absolute;text-align:center;top:125px;width:150px}.poster-list.-p150 .no-poster-action a{color:#567}.poster-list.-p150 .film-stats{padding-top:5px}.poster-list.-p150 .film-stats>.stat{margin:0 3px}.poster-list.-p150 .film-stats>.stat a{font-size:10px}.poster-list.-p150 .film-stats>.stat.filmstat-watches{margin-left:0}.poster-list.-p150 .film-stats>.stat.filmstat-likes{margin-right:0}.poster-list.-p150 .film-stats a .icon{top:1px}.poster-list.-p230 .poster{box-shadow:0 1px 5px rgba(0,0,0,.35),0 3px 10px rgba(0,0,0,.8);width:230px}.sidebar .poster-list.-p230 .poster{display:block;margin-left:auto;margin-right:auto}.poster-list.-p230.-single .poster{box-shadow:0 3px 10px rgba(0,0,0,.15),0 5px 25px rgba(0,0,0,.25)}.poster-list.-p230 .no-poster .frame-title{white-space:normal}#popular-films .poster-list.-p230 .no-poster .frame-title{display:inline-block}.poster-list.-p230 .no-poster.-showtitle .frame-title{display:block}.poster-list.-p230 .frame-title{font-family:Graphik-Semibold-Web,sans-serif;font-size:18px;font-weight:400;line-height:24px}.poster-list.-grid-liquid{display:flex;flex-wrap:wrap}.poster-list.-grid-liquid.-outdent{margin-left:-5px;margin-right:-5px}.poster-list.-grid-liquid.-ppr5>.poster,.poster-list.-grid-liquid.-ppr5>.poster-container{flex-basis:calc(20% - 10px);width:auto}.poster-list.-grid-liquid.-ppr10>.poster,.poster-list.-grid-liquid.-ppr10>.poster-container{flex-basis:calc(10% - 10px);width:auto}.no-mobile .poster-list.-grid-liquid.-ppr10 .overlay-actions.-w110{transform:scale(.875);transform-origin:center bottom}.no-mobile .poster-list.-grid-liquid.-ppr10 .poster.-placeholder,.no-mobile .poster-list.-grid-liquid.-ppr5 .poster.-placeholder{display:none}.poster-list.-grid-liquid>.poster,.poster-list.-grid-liquid>.poster-container{margin:5px}.poster-list.-grid-liquid .poster .image{height:auto;width:100%}.poster-list.-grid-liquid .poster.-placeholder{background-color:#111;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1);display:flex;height:auto}.poster-list.-grid-liquid .poster.-placeholder:before{content:"";display:block;float:left;padding-top:150%}.poster,.poster-container{background-clip:padding-box;border-radius:var(--poster-border-radius-clamped);display:inline-block;position:relative}.poster-container.viewing-poster-container{border-radius:0}.hide-films-seen .film-watched,body.my-watchlist .not-in-watchlist{opacity:.2;transition:all .1s linear}.hide-films-seen .film-watched:active,.hide-films-seen .film-watched:hover,body.my-watchlist .not-in-watchlist:active,body.my-watchlist .not-in-watchlist:hover{opacity:1}.hide-films-seen li.film-watched{opacity:1;transition:all .1s linear}.hide-films-seen li.film-watched>*{opacity:.2;transition:all .1s linear}.hide-films-seen li.film-watched:active>*,.hide-films-seen li.film-watched:hover>*{opacity:1}.hide-films-seen #diary-table tr.film-watched{opacity:1;transition:all .1s linear}.hide-films-seen #diary-table tr.film-watched .td-actions>*,.hide-films-seen #diary-table tr.film-watched .td-film-details>*,.hide-films-seen #diary-table tr.film-watched .td-like>*,.hide-films-seen #diary-table tr.film-watched .td-rating>*,.hide-films-seen #diary-table tr.film-watched .td-released>*,.hide-films-seen #diary-table tr.film-watched .td-review>*,.hide-films-seen #diary-table tr.film-watched .td-rewatch>*{opacity:.2;transition:all .1s linear}.hide-films-seen #diary-table tr.film-watched:active .td-actions>*,.hide-films-seen #diary-table tr.film-watched:active .td-film-details>*,.hide-films-seen #diary-table tr.film-watched:active .td-like>*,.hide-films-seen #diary-table tr.film-watched:active .td-rating>*,.hide-films-seen #diary-table tr.film-watched:active .td-released>*,.hide-films-seen #diary-table tr.film-watched:active .td-review>*,.hide-films-seen #diary-table tr.film-watched:active .td-rewatch>*,.hide-films-seen #diary-table tr.film-watched:hover .td-actions>*,.hide-films-seen #diary-table tr.film-watched:hover .td-film-details>*,.hide-films-seen #diary-table tr.film-watched:hover .td-like>*,.hide-films-seen #diary-table tr.film-watched:hover .td-rating>*,.hide-films-seen #diary-table tr.film-watched:hover .td-released>*,.hide-films-seen #diary-table tr.film-watched:hover .td-review>*,.hide-films-seen #diary-table tr.film-watched:hover .td-rewatch>*{opacity:1}.poster{background:var(--poster-background-color);box-shadow:0 1px 5px rgba(0,0,0,.25),0 1px 10px rgba(0,0,0,.35)}.poster.no-poster{background-color:var(--poster-no-image-background)}.poster .image{border-radius:var(--poster-border-radius-clamped);display:block}.poster .image.-adult{image-rendering:pixelated}.poster .poster-meta{background:rgba(0,0,0,.75);border-radius:var(--poster-meta-border-radius);box-shadow:0 0 5px rgba(0,0,0,.5);display:block;left:15%;opacity:0;padding:20px 0;position:absolute;top:30px;transition:opacity .2s cubic-bezier(.19,1,.22,1);width:70%;z-index:0}.poster .poster-meta li{color:#fff;display:block;font-size:1.84615385rem;font-weight:400;line-height:1;position:relative;text-align:center;text-indent:0}.poster .poster-meta li strong{font-family:Graphik-Light-Web,sans-serif;font-weight:400}.poster .poster-meta li.millions{font-size:1.38461538rem;line-height:1.33333333}.poster .poster-meta .icon{background-position:-290px -120px;height:32px;margin:0 auto 5px;overflow:hidden;padding:0;position:relative;text-indent:110%;white-space:nowrap;width:32px}.poster .poster-meta .icon-like{padding:0}.poster .poster-meta .poster-views .icon{background-position:-330px -120px;width:36px}.poster .poster-meta .poster-likes .icon{margin-top:15px}.poster:active .poster-meta,.poster:hover .poster-meta{opacity:1;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.poster .info-overlay{clear:left;float:left;left:50%;position:absolute;text-align:center;top:47%}.poster .info-overlay .wrapper{background:rgba(0,0,0,.8);border-radius:var(--poster-border-radius-clamped);display:block;float:left;padding:5px 7px;position:relative;right:50%}.-p150 .poster.-attributed,.poster.-attributed{height:253px}.mobile .-p150 .poster.-attributed>div{display:flex}.poster.-attributed .image{border-bottom-left-radius:0;border-bottom-right-radius:0}.poster.-attributed .overlay-actions{bottom:37px}.poster.-attributed .attribution-block{background:#456;bottom:0;box-sizing:border-box;clear:both;display:block;margin:0;overflow:hidden;padding:5px;position:absolute;white-space:nowrap;width:100%}.poster.-attributed .attribution-block>.attribution>.name a{color:#bcd}.poster.-attributed .attribution-block>.attribution>.name a:hover{color:#def}.poster.-attributed .attribution-block:after{background:linear-gradient(90deg,rgba(68,85,102,0) 0,rgba(68,85,102,0) 1%,rgba(68,85,102,.8) 90%,rgba(68,85,102,.8));content:"";height:18px;margin-top:-9px;position:absolute;right:0;top:50%;width:8px}.poster.-attributed .attribution-block a{text-shadow:0 -1px 0 #234}.mobile .poster.-attributed{height:auto}.mobile .poster.-attributed img{margin-bottom:28px}.placeholder{background:#161718;border:1px solid #262626;box-sizing:border-box}.dummy{background:#161b21;background:rgba(51,68,85,.1);border-color:#2a2e32;border:var(--poster-border-width) solid hsla(0,0%,100%,.1)}.dummy,.list-frame,.poster .frame{border-radius:var(--poster-border-radius-clamped)}.list-frame,.poster .frame{box-shadow:inset 0 0 0 1px rgba(221,238,255,.1);box-sizing:border-box;display:block;height:100%;left:0;overflow:hidden;position:absolute;right:0;text-indent:110%;top:0;-webkit-transition:-webkit-box-shadow .1s ease-in;white-space:nowrap}.list-frame:hover,.poster .frame:hover{text-decoration:none}.list-frame>.number,.poster .frame>.number{background:none;color:#14181c;display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:13px;font-style:normal;font-weight:400;height:24px;left:0;line-height:22px;position:absolute;text-align:center;text-indent:0;top:0;width:26px}.list-frame>.number>span,.poster .frame>.number>span{display:inline-block;left:0;position:absolute;width:24px}.list-frame>.number:before,.poster .frame>.number:before{background:#fff;box-shadow:0 0 4px rgba(0,0,0,.35);content:"";height:40px;left:0;position:absolute;top:0;transform:skew(-45deg) translateX(-23px);width:40px;z-index:0}.loading-poster .poster .frame{background-size:auto}.no-poster .frame{background-image:none;color:#789;text-align:center;text-indent:0}.no-poster .frame,.no-poster .frame:hover{text-decoration:none}.no-poster .frame-title{white-space:normal}.frame-title{display:none;white-space:nowrap}.activity-stream .frame-title{display:inline}#poster-frame.loading-poster .frame{background:url(../img/spinner-dark-2x.c971db29.gif) 50% 52.5% no-repeat}.poster .overlay{border:1px solid #00e054;border-radius:var(--poster-border-radius-clamped);bottom:calc(0px - var(--poster-overlay-interaction-border-width));box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125);display:block;left:calc(0px - var(--poster-overlay-interaction-border-width));overflow:hidden;position:absolute;right:calc(0px - var(--poster-overlay-interaction-border-width));text-indent:110%;top:calc(0px - var(--poster-overlay-interaction-border-width));transition:border .1s linear;white-space:nowrap}body.logged-in .poster .overlay{border-color:#def;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.25)}.poster .frame:hover .overlay{border-width:var(--poster-overlay-interaction-border-width);bottom:0;left:0;right:0;top:0}body.logged-in .poster .frame:hover .overlay{border-color:#def}body.logged-in .film-watched .poster .frame:hover .overlay,body.logged-in .poster.film-watched .frame:hover .overlay,body.logged-in .poster.film-watched .overlay{border-color:#00e054;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125)}body.logged-in .poster[data-film-in-watchlist=true] .frame:hover .overlay,body.logged-in .poster[data-film-in-watchlist=true] .overlay{border-color:#40bcf4;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125)}.placeholder-empty{background:#161b21;border:1px solid #2a2e32;border-radius:var(--poster-border-radius-clamped);box-sizing:border-box;width:100%}.placeholder-empty p{color:#567;font-size:1rem;line-height:100%;line-height:1;text-align:center}.placeholder-empty p .lb-spinner{margin-right:7px;position:relative;top:-2px;vertical-align:middle}.placeholder-empty p .lb-spinner-fallback{display:inline}.film-browser .placeholder-empty{background:none;border:none;height:225px}.film-browser .placeholder-empty p{line-height:215px}.activity-table .no-poster .frame-title{display:block;font-size:11px;left:50%;line-height:1.27272727;position:absolute;top:50%;transform:translate3d(-50%,-55%,0);white-space:normal;width:85%}.no-poster img{display:none}.film-stats{clear:both;display:block;font-size:0;margin-left:-16px;margin-right:-16px;padding:10px 0 5px;position:relative;text-align:center}.film-stats>.stat{display:inline-block;margin:0 5px}.film-stats>.stat.-selected{background-color:#2c3440;border-radius:4px;margin:-3px 7px;padding:3px 5px}.film-stats>.stat.-selected a{color:#fff}.film-stats>.stat.stat-hidden{display:none}.film-stats a{margin:0}.film-stats a .icon{height:12px;top:2px}.film-stats .icon-watched{padding-left:19px}.film-stats .icon-liked{padding-left:15px}.film-stats .icon-list{padding-left:14px}.film-stats .icon-top250{padding-left:18px}.film-stats .icon-watchlist{padding-left:13px}.film-stats .icon-fans{padding-left:15px}.film-stats .icon-watched .icon{background-position:-360px -30px;width:16px}.film-stats .icon-liked .icon{background-position:-380px -30px;width:12px}.film-stats .icon-list .icon{background-position:-420px -30px;width:11px}.film-stats .icon-top250 .icon{background-position:-435px -150px;width:14px}.film-stats .icon-watchlist .icon{height:16px;top:0;transform:scale(.75) translate(-6px);width:16px}.film-stats .icon-fans .icon{background-position:-395px -30px;width:12px}body.film .filmstat-watchlists.stat-hidden{display:inline-block!important}body.list-page .film-stats{background-color:#202830;border-radius:4px;float:right;margin:0;padding:.76923077rem;text-align:left}body.list-page .film-stats>.stat{display:block}body.list-page .film-stats>.stat>.has-icon{padding-left:20px}body.list-page .film-stats>.stat>.icon-like,body.list-page .film-stats>.stat>.icon-list,body.list-page .film-stats>.stat>.icon-watchlist{display:none}body.list-page .film-stats>.stat>.icon-heartrate{display:block}body.list-page .film-stats>.stat>.icon-heartrate>.icon{background-position:-378px -30px;width:16px}body.list-page .filmstat-fans.stat-hidden,body.list-page .filmstat-likes.stat-hidden,body.list-page .filmstat-watchlists.stat-hidden{display:block!important}.poster-viewingdata{clear:both;color:#567;font-size:.92307692rem;line-height:16px;margin-bottom:0;overflow:hidden;padding-top:3px}.mobile .poster-viewingdata{margin-right:-3px}@media (max-width:374px){.mobile .poster-viewingdata{padding-top:5px;transform:scale(.75);transform-origin:0 0}}@media (max-width:479px){.mobile .poster-viewingdata{width:130%}}.poster-viewingdata time{display:block;float:right;padding-bottom:2px}.mobile .poster-viewingdata time{display:none}.poster-viewingdata .icon-16{height:16px}.poster-viewingdata .icon-16:first-child{margin-left:0}.poster-viewingdata .icon-16.icon-liked{height:10px}.poster-viewingdata .has-icon:first-child{margin-left:0}.activity-stream .poster-viewingdata{margin-bottom:-3px;padding-top:5px}.activity-stream .poster-viewingdata a{color:#89a}.activity-stream .poster-viewingdata a:hover{color:#40bcf4}.poster-viewingdata .icon-comment,.poster-viewingdata .icon-hidden,.poster-viewingdata .icon-liked,.poster-viewingdata .icon-review,.poster-viewingdata .icon-rewatch,.poster-viewingdata .rating{float:left}.poster-viewingdata .icon-comment,.poster-viewingdata .icon-hidden,.poster-viewingdata .icon-review{margin-left:5px}.poster-viewingdata .icon-rewatch{margin-left:5px;padding-left:13px}.mobile section.-tinyicons .poster-viewingdata .icon-review,.mobile section.-tinyicons .poster-viewingdata .icon-rewatch{margin-left:3px}@media (max-width:479px){.mobile section.-tinyicons .poster-viewingdata .icon-review,.mobile section.-tinyicons .poster-viewingdata .icon-rewatch{margin-left:1px}}@media (max-width:374px){.mobile section.-tinyicons .poster-viewingdata .icon-review,.mobile section.-tinyicons .poster-viewingdata .icon-rewatch{margin-left:3px}}.poster-viewingdata .icon-comment,.poster-viewingdata .icon-review{padding-left:12px}.poster-viewingdata .icon-review,.poster-viewingdata .icon-rewatch{top:-1px}.poster-viewingdata .rating+.icon-liked{margin-left:4px}.poster-viewingdata .comment-count{padding-left:16px}.poster-viewingdata a.icon-comment:hover .icon{background-position:-490px -130px}.poster-viewingdata a.icon-review:hover .icon{background-position:-505px -130px}.poster-viewingdata .icon-liked{padding-left:11px}.poster-viewingdata .icon-liked .icon{background-position:-68px -200px;width:11px}.poster-viewingdata .icon-liked.liked-medium{padding-left:14px}.poster-viewingdata .icon-liked.liked-medium .icon{background-position:-390px -70px;width:14px}.poster-viewingdata .icon-liked.liked-micro{padding-left:8px}.poster-viewingdata .icon-liked.liked-micro .icon{background-position:0 -160px;height:8px;width:9px}.poster-viewingdata .icon-rewatch+.icon-review{margin-left:7px}.poster-viewingdata .icon-review{padding-left:11px}.poster-viewingdata .icon-review .icon{background-position:-505px -110px;width:11px}.poster-viewingdata .icon-review.review-micro{height:8px;padding-left:8px;top:0}.poster-viewingdata .icon-review.review-micro .icon{background-position:-15px -160px;height:8px;width:8px}.poster-viewingdata a.icon-review.review-micro:hover .icon{background-position:-30px -160px}.avatar{background-clip:padding-box;display:block;float:left;margin-right:5px;position:relative}.avatar.-irregular{overflow:hidden}.avatar.-irregular img{height:auto;width:100%}.avatar img{display:block;overflow:hidden}.avatar a,.avatar:after,.profile-mutuals-strip.-default .mutualslist>.listitem:not(:first-child) .avatar:before{border:none;box-sizing:border-box;display:block;height:100%;left:0;overflow:hidden;position:absolute;text-indent:110%;top:0;white-space:nowrap;width:100%}.avatar:after,.profile-mutuals-strip.-default .mutualslist>.listitem:not(:first-child) .avatar:before{border:1px solid hsla(0,0%,100%,.25);content:"";transition:all .2s}.avatar:hover{text-decoration:none}.avatar:hover:after{border:1px solid hsla(0,0%,100%,.5)}.avatar.-large:hover:after{border:2px solid hsla(0,0%,100%,.5)}.avatar.-borderless:after{display:none}.subnav .avatar:hover:after{border:1px solid hsla(0,0%,100%,.25)}.avatar.-a16{height:18px;width:18px}.avatar.-a16,.avatar.-a16 img,.avatar.-a16:after{border-radius:9px}.avatar.-a16 img{height:auto;width:100%}.avatar.-a24,.avatar.-a24 a,.avatar.-a24 img,.avatar.-a24:after{border-radius:12px}.avatar.-a40{height:40px;width:40px}.avatar.-a40,.avatar.-a40 a,.avatar.-a40 img,.avatar.-a40:after{border-radius:20px}.avatar.-a60{height:60px}.avatar.-a60,.avatar.-a60 a,.avatar.-a60 img,.avatar.-a60:after{border-radius:30px}.avatar.-a70{height:70px;width:70px}.avatar.-a70,.avatar.-a70 a,.avatar.-a70 img,.avatar.-a70:after{border-radius:35px}.avatar.-a110{height:110px;width:110px}.avatar.-a110,.avatar.-a110 a,.avatar.-a110 img,.avatar.-a110:after{border-radius:55px}.avatar.-a130{border-radius:65px;height:130px;width:130px}.avatar.-a130 img{height:auto;width:100%}.avatar.-a130 a,.avatar.-a130 img,.avatar.-a130:after{border-radius:65px}.avatar.-a150{height:150px;width:150px}.avatar.-a150,.avatar.-a150 a,.avatar.-a150 img,.avatar.-a150:after{border-radius:75px}.avatar.-a190{border-radius:95px;height:190px;width:190px}.avatar.-a190 img{height:auto;width:100%}.avatar.-a190 a,.avatar.-a190 img,.avatar.-a190:after{border-radius:95px}.avatar.-square a,.avatar.-square img,.avatar.-square:after{border-radius:3px}.avatar.-square.-a16 a,.avatar.-square.-a16 img,.avatar.-square.-a16:after,.avatar.-square.-a24 a,.avatar.-square.-a24 img,.avatar.-square.-a24:after,.avatar.-square.-a40 a,.avatar.-square.-a40 img,.avatar.-square.-a40:after{border-radius:2px}.watchedstate-avatar{display:inline-block;position:relative;width:40px}.-a72 .watchedstate-avatar{width:72px}.mobile .-a72 .watchedstate-avatar{width:100%}.watchedstate-avatar>.avatar{float:none}.watchedstate-avatar>.review,.watchedstate-avatar>.story,.watchedstate-avatar>.watchlist{background-image:url(../img/sprite.6c5e9c43.svg);background-repeat:no-repeat;background-size:800px 1020px;height:15px;overflow:hidden;position:absolute;right:-2px;text-indent:110%;top:-2px;white-space:nowrap;width:15px}.watchedstate-avatar>.story{height:24px;width:24px}.watchedstate-avatar>.review{background-position:-60px -170px}.watchedstate-avatar>.watchlist{background-position:-80px -170px}.watchedstate-avatar>.story{background-position:-60px -140px}.watchedstate-avatar>.rating{display:block;margin:5px auto 0}.watchedstate-avatar:hover .rating.-micro{background-position:0 -180px}.watchedstate-avatar:hover .rating.-micro.rated-1{background-position:-45px -180px}.watchedstate-avatar:hover .rating.-micro.rated-3{background-position:-36px -180px}.watchedstate-avatar:hover .rating.-micro.rated-5{background-position:-27px -180px}.watchedstate-avatar:hover .rating.-micro.rated-7{background-position:-18px -180px}.watchedstate-avatar:hover .rating.-micro.rated-9{background-position:-8px -180px}.watchedstate-avatar:hover .rating.-nano{background-position:0 -150px}.watchedstate-avatar:hover .rating.-nano.rated-1{background-position:-40px -150px;width:7px}.watchedstate-avatar:hover .rating.-nano.rated-3{background-position:-32px -150px;width:15px}.watchedstate-avatar:hover .rating.-nano.rated-5{background-position:-24px -150px;width:23px}.watchedstate-avatar:hover .rating.-nano.rated-7{background-position:-16px -150px;width:31px}.watchedstate-avatar:hover .rating.-nano.rated-9{background-position:-8px -150px;width:39px}.avatar-list{display:flex;flex-wrap:wrap;overflow:hidden}.avatar-list>li>*{font-size:.92307692rem;line-height:1.4}.avatar-list .avatar{margin-right:0}.avatar-list+p{margin-top:7px}.avatar-list.-a40{margin-left:-7px}.avatar-list.-a40>li{margin-left:7px}.avatar-list.-a40 .avatar,.avatar-list.-a40 .padme-pad{width:40px}.avatar-list.-a40.-cols16{margin-left:-2px}.avatar-list.-a40.-cols16>li{margin-left:2px}.avatar-list.-a40.-cols14{margin-left:-5px}.avatar-list.-a40.-cols14>li{margin-left:5px}.avatar-list.-a40.-cols6{margin-left:-6px}.avatar-list.-a40.-cols6>li{margin-left:6px}.wide-sidebar .avatar-list.-a40.-cols6{margin-left:-2px}.wide-sidebar .avatar-list.-a40.-cols6>li{margin-left:2px}.avatar-list.-a72 .avatar{border-radius:36px;font-weight:400;margin-bottom:10px;text-align:center;width:72px}.avatar-list.-a72 .avatar a,.avatar-list.-a72 .avatar img,.avatar-list.-a72 .avatar:after{border-radius:36px}.avatar-list.-a72 .avatar a{border:none;height:72px;left:auto;margin-bottom:3px;position:relative;top:auto;width:72px}.avatar-list.-a72 .padme-pad{width:40px}.avatar-list.-stacked>li{margin-bottom:7px}.mobile .avatar-list.-stacked>li{margin-bottom:1%;margin-left:1.5%;width:15%}@media (min-width:600px){.mobile .avatar-list.-stacked>li{margin-bottom:.4%;margin-left:1%;width:10.1%}}.col-7 .avatar-list.-stacked>li{margin-bottom:6px}.mobile .avatar-list.-stacked{margin-left:-1.5%}@media (min-width:600px){.mobile .avatar-list.-stacked{margin-left:-1%}}.mobile .avatar-list.-stacked .avatar.-a40{border-radius:50%;height:auto;margin-bottom:0;width:100%}.mobile .avatar-list.-stacked .avatar.-a40 img{height:auto;width:100%}.mobile .avatar-list.-stacked .avatar.-a40 a,.mobile .avatar-list.-stacked .avatar.-a40 img,.mobile .avatar-list.-stacked .avatar.-a40 span,.mobile .avatar-list.-stacked .avatar.-a40:after{border-radius:50%}.avatar-list.-spaced{margin-left:-13px}.avatar-list.-spaced>li{margin-left:13px}.mobile .avatar-list.-spaced>li{margin-bottom:2%;margin-left:2%;width:23%}@media (min-width:600px){.mobile .avatar-list.-spaced.-a72>li{width:10.5%}}.mobile .avatar-list.-spaced{margin-left:-2%}.mobile .avatar-list.-spaced .avatar.-a110,.mobile .avatar-list.-spaced .avatar.-a72{border-radius:50%;height:auto;margin-bottom:0;width:100%}.mobile .avatar-list.-spaced .avatar.-a110 img,.mobile .avatar-list.-spaced .avatar.-a72 img{height:auto;width:100%}.mobile .avatar-list.-spaced .avatar.-a110 a,.mobile .avatar-list.-spaced .avatar.-a110 img,.mobile .avatar-list.-spaced .avatar.-a110 span,.mobile .avatar-list.-spaced .avatar.-a110:after,.mobile .avatar-list.-spaced .avatar.-a72 a,.mobile .avatar-list.-spaced .avatar.-a72 img,.mobile .avatar-list.-spaced .avatar.-a72 span,.mobile .avatar-list.-spaced .avatar.-a72:after{border-radius:50%}.avatar-list.-crew{font-size:0;max-width:345px;position:relative}.avatar-list.-crew>li{display:inline-block}.avatar-list.-crew>li+li{margin-left:.76923077rem}.avatar-list.-crew .avatar{margin-right:0}.avatar-list.-crew .more{display:block;height:70px;margin-left:5px;position:relative;width:19px}.avatar-list.-crew .more:after,.avatar-list.-crew .more:before{content:""}.avatar-list.-crew .more em{font-style:normal;left:7px;overflow:hidden;text-indent:110%;white-space:nowrap}.avatar-list.-crew .more em,.avatar-list.-crew .more:after,.avatar-list.-crew .more:before{background:#9ab;border-radius:50%;display:block;height:5px;position:absolute;top:32px;width:5px}.avatar-list.-crew .more:before{left:0}.avatar-list.-crew .more:after{right:0}@media (min-width:668px){.avatar-list.-watchedstate{margin-left:-12px}.avatar-list.-watchedstate>li{margin-left:12px}.avatar-list.-watchedstate.-cols9{margin-left:-13px}.avatar-list.-watchedstate.-cols9>li{margin-left:13px}.sidebar .avatar-list.-watchedstate{margin-left:-7px}.sidebar .avatar-list.-watchedstate>li{margin-left:7px}}@media (max-width:667px){.avatar-list.-watchedstate{margin-left:-2%}.avatar-list.-watchedstate>li{margin-left:2%;width:18%}.avatar-list.-watchedstate>li:nth-of-type(n+6){margin-top:1.23076923rem}.avatar-list.-watchedstate>li:nth-of-type(n+11){display:none}.avatar-list.-watchedstate .watchedstate-avatar{width:100%}.avatar-list.-watchedstate .watchedstate-avatar>.review,.avatar-list.-watchedstate .watchedstate-avatar>.story,.avatar-list.-watchedstate .watchedstate-avatar>.watchlist{right:-4px;top:-4px;transform:scale(2);transform-origin:top right}}@media (max-width:420px){.avatar-list.-watchedstate .watchedstate-avatar>.review,.avatar-list.-watchedstate .watchedstate-avatar>.story,.avatar-list.-watchedstate .watchedstate-avatar>.watchlist{right:-3px;top:-3px;transform:scale(1.5)}}.avatar-list.-watchedstate .avatar,.avatar-list.-watchedstate .padme-pad{width:40px}@media (max-width:667px){.avatar-list.-watchedstate .avatar,.avatar-list.-watchedstate .padme-pad{height:auto;width:100%}.avatar-list.-watchedstate .avatar.-a40:after,.avatar-list.-watchedstate .padme-pad.-a40:after{border-radius:50%}.avatar-list.-watchedstate .avatar img,.avatar-list.-watchedstate .padme-pad img{height:auto;width:100%}.avatar-list.-watchedstate .avatar a,.avatar-list.-watchedstate .avatar img,.avatar-list.-watchedstate .avatar span,.avatar-list.-watchedstate .padme-pad a,.avatar-list.-watchedstate .padme-pad img,.avatar-list.-watchedstate .padme-pad span{border-radius:50%}}.sidebar .person-image{display:none;float:none;margin:0 0 .76923077rem}.mobile .sidebar .person-image{margin-top:1.53846154rem}.sidebar .person-image.image-loaded{display:block}.sidebar .person-image.image-loaded img{border-radius:4px;height:auto;width:100%}.sidebar .person-image.image-loaded:after{border-radius:4px}.sidebar .tmdb-person-bio .section{margin:0 0 .38461538rem}.sidebar .tmdb-person-bio .condense_control{color:#def;white-space:nowrap}.sidebar .tmdb-person-bio .condense_control:active,.sidebar .tmdb-person-bio .condense_control:hover{color:#40bcf4}.sidebar .tmdb-person-bio+.text-link{margin-top:2.46153846rem}.sidebar .bio-link{margin:0 0 1.53846154rem}.sidebar .bio-link .text-sluglist{margin:0}.attribution-block{color:#678;font-size:0;position:relative}.no-mobile .attribution-block{display:flex}.attribution-block>.avatar{align-self:flex-start;display:inline-block;float:none;vertical-align:middle}.no-mobile .attribution-block>.avatar{flex-grow:0;flex-shrink:0}.attribution-block>.attribution{display:inline-block;font-size:.92307692rem;line-height:18px;margin:0;max-width:100%;vertical-align:middle}.no-mobile .attribution-block>.attribution{flex-grow:1}.attribution-block>.attribution .context .name,.attribution-block>.attribution .name{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.attribution-block>.attribution .context .name a,.attribution-block>.attribution .name a{color:#abc}.attribution-block>.attribution .context .name a:hover,.attribution-block>.attribution .name a:hover{color:#bcd}.attribution-block>.attribution .context,.attribution-block>.attribution .name{display:inline-block;margin-right:5px}.attribution-block>.attribution .context{color:#678}.attribution-block>.attribution .context .name{color:#abc;margin-right:0}.attribution-block>.attribution .context .episode{background:#456;border-radius:2px;color:#bcd;font-size:.92307692rem;padding:3px 4px 2px}.attribution-block>.attribution .context:hover{color:#9ab}.attribution-block>.attribution .context:hover .name{color:#bcd}.attribution-block>.attribution .context:hover .episode{color:#def}.attribution-block>.attribution .value{display:inline-block;margin-right:5px}.attribution-block>.attribution .rating{display:inline-block;margin-right:5px;vertical-align:inherit}.attribution-block>.attribution .icon-liked{top:-1px;vertical-align:inherit}.attribution-block .content-metadata{display:inline-block;vertical-align:baseline}.attribution-block .content-metadata:empty{display:none}.attribution-block.-large{color:#678}.attribution-block.-large>.attribution{font-size:1rem;line-height:24px}.attribution-block.-large>.attribution .rating{margin-right:7px;position:relative;top:-1px}.attribution-block.-large>.attribution .rating+.icon-liked{margin-left:-3px}.attribution-block.-large .content-metadata>.date{margin-right:7px;vertical-align:inherit}.attribution-block.-large .content-metadata .icon-16{font-size:inherit}.attribution-block.-truncate-overflow>.attribution{max-width:calc(100% - 21px)}.attribution-block.-truncate-overflow>.attribution .context .name,.attribution-block.-truncate-overflow>.attribution .name{max-width:100%}.attribution-block.-truncate-overflow>.attribution .context .name>a,.attribution-block.-truncate-overflow>.attribution .name>a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.attribution-block.-truncate-overflow.-large>.attribution{max-width:calc(100% - 29px)}.content-metadata>.date{display:inline-block;margin-right:5px}.content-metadata .icon-comment{padding-left:16px}.content-metadata .has-icon,.content-metadata .private-slug{margin-left:0;margin-right:5px}.content-metadata .private-slug{line-height:1}.content-metadata .icon-edit{margin-top:-2px}.content-metadata .icon-rewatch{padding-left:17px}.content-metadata .icon-liked{vertical-align:bottom}.people-shortlist>li{border-bottom:1px solid #2c3440;color:#89a;overflow:hidden;padding:10px 0;position:relative}.people-shortlist>li:first-child{padding-top:0}.people-shortlist>li:first-child .follow-button-wrapper{margin-top:-20px}.people-shortlist .person-summary{padding-right:35px}.logged-out .people-shortlist .person-summary{padding-right:0}.people-shortlist .avatar{margin-bottom:0}.people-shortlist .follow-button-wrapper{margin-top:-15px;position:absolute;right:0;top:50%}.person-display-name{color:#fff;font-family:inherit;font-weight:400;margin-bottom:0;margin-top:0}.person-display-name .displayname{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.person-display-name a:-moz-any-link{color:currentColor}.person-display-name a:any-link{color:currentColor}@media (hover:hover) and (pointer:fine){.person-display-name a:-moz-any-link:hover{color:#40bcf4}.person-display-name a:any-link:hover{color:#40bcf4}}.person-display-name .badge{margin-left:0}.person-display-name .inlinetail{line-height:0;white-space:nowrap}.person-display-name .inlinetail>.badge{position:relative;top:-.1em;vertical-align:middle}.person-block{display:flex}.person-block>.handle{background-color:rgba(51,68,85,.25);color:#456;cursor:move;display:flex;flex-direction:column;justify-content:center;padding-left:16px;padding-right:16px}.person-block>.handle .glyph path{fill:currentColor}.person-block>.person-summary{flex-shrink:1;margin-left:13px;overflow:hidden;padding-bottom:13px;padding-right:10px;padding-top:13px;white-space:nowrap}.person-block>.person-summary>.avatar{top:13px}.person-block>.person-summary>.title-3{display:flex}.person-block>.person-summary>.title-3>.badge{align-self:center;flex-shrink:0;margin-left:.625em}.person-block>.person-summary>.metadata,.person-block>.person-summary>.title-3>.name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-block>.person-summary.-username .username{font-size:.92307692rem}.mobile .person-block>.person-summary.-username .username{font-size:1rem}.person-block>.actions{display:flex;margin-left:auto}.person-block>.actions>.action{color:#456;display:flex;flex-direction:column;height:100%;justify-content:center}.person-block>.actions>.action .glyph path{fill:currentColor}.person-block>.actions>.action.-remove{padding-left:16px;padding-right:16px}.person-block>.actions>.action.-remove button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:currentColor;cursor:default;display:block;font-family:inherit;height:44px;margin:0 -16px;padding:0;text-decoration:none;width:44px}.person-block>.actions>.action.-remove button:not(:disabled):focus,.person-block>.actions>.action.-remove button:not(:disabled):hover{text-decoration:inherit}.person-block>.actions>.action.-remove button:not([disabled]){cursor:pointer}.person-block>.actions>.action.-remove button:not([disabled]):focus,.person-block>.actions>.action.-remove button:not([disabled]):hover{color:#ff9010}.person-block.-has-subscriptionstatus .subscriptionstatus{display:flex;flex-direction:column;flex-shrink:0;justify-content:center;margin-left:auto;padding-right:10px}.person-block.-has-subscriptionstatus .subscriptionstatus>.status{background-color:#14181c;border-radius:.25em;color:#fff;display:inline-flex;font-family:Graphik-Regular-Web,sans-serif;font-size:.76923077rem;font-weight:400;letter-spacing:.075em;padding:.4em .5em .3em;text-transform:uppercase}.mobile .person-block.-has-subscriptionstatus .subscriptionstatus>.status{font-size:.83333333rem}.person-block.-disabled .person-summary>.avatar{opacity:.33333333}.person-block.-disabled .person-summary>.metadata,.person-block.-disabled .person-summary>.title-3{opacity:.5}.person-block.-highlight{background-color:#00ac1c;color:#fff}.person-block.-highlight>.actions>.action,.person-block.-highlight>.handle,.person-block.-highlight>.person-summary>.metadata{color:hsla(0,0%,100%,.75)}.person-block.-highlight-transition-out-active{transition:background-color 1s cubic-bezier(.19,1,.22,1) 1s,color 1s cubic-bezier(.19,1,.22,1) 1s}.person-block.-highlight-transition-out-active>.actions>.action,.person-block.-highlight-transition-out-active>.handle,.person-block.-highlight-transition-out-active>.person-summary>.metadata{transition:color 1s cubic-bezier(.19,1,.22,1) 1s}.person-summary{min-height:40px;padding-left:50px;position:relative}.table-person.-emailonly .person-summary{min-height:0;padding-left:6px}.table-person.-emailonly .person-summary>.title-4{padding-top:0}.person-summary>.avatar{left:0;margin:0;position:absolute;top:0}.mobile .person-summary>.title-3{font-size:1.25rem}.person-summary>.title-3,.person-summary>.title-4{margin:0;padding-top:4px}.person-summary>.title-3>.context,.person-summary>.title-4>.context{color:#9ab;display:block;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;margin-bottom:2px;text-transform:uppercase}.person-summary>.title-3>.context a,.person-summary>.title-4>.context a{color:#9ab}.person-summary>.title-3>.context a:active,.person-summary>.title-3>.context a:hover,.person-summary>.title-4>.context a:active,.person-summary>.title-4>.context a:hover{color:#40bcf4}.person-summary>.title-3>.follow-button-wrapper,.person-summary>.title-4>.follow-button-wrapper{height:16px;vertical-align:bottom}.person-summary>.metadata{color:#789;font-size:.92307692rem;line-height:1.5}.mobile .person-summary>.metadata{font-size:1rem}.person-summary>.metadata a{color:#678}.person-summary>.metadata a:hover{color:#bcd}.person-summary.-small{box-sizing:border-box;line-height:18px;min-height:24px;padding-left:32px}.person-summary.-small>.name{display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:.92307692rem;font-weight:400}.person-summary.-small>.name a{color:#89a}.person-summary.-small>.name a:hover{color:#bcd}.person-summary.-small>.metadata a{color:#678}.person-summary.-small>.metadata a:hover{color:#bcd}.person-summary.-inline{min-height:24px;padding-left:32px}.person-summary.-inline>.title-4>.context{display:inline;letter-spacing:inherit;margin-bottom:0;text-transform:none}.person-summary.-inline>.title-4>.name{color:#abc}.person-summary.-inline>.title-4>.name:hover{color:#bcd}.person-summary.-vertical{min-height:auto;padding-left:0;text-align:center}.person-summary.-vertical>.avatar{border-radius:100%;display:block;float:none;height:auto;left:auto;margin-left:auto;margin-right:auto;position:relative;top:auto}.person-summary.-vertical>.avatar>img{height:auto;width:100%}.person-summary.-vertical>.title-4{margin-top:.25em}.no-mobile .person-summary.-vertical>.avatar{max-width:60px}.no-mobile .person-summary.-vertical>.title-4>.context,.no-mobile .person-summary.-vertical>.title-4>.name{display:block}@media (min-width:560px){.mobile .person-summary.-vertical>.avatar{max-width:60px}.mobile .person-summary.-vertical>.title-4>.context,.mobile .person-summary.-vertical>.title-4>.name{display:block}}.person-summary.-block{display:inline-block;padding-left:0;white-space:nowrap}.featured-person{position:relative}.featured-person>.avatar{float:none;margin-bottom:15px}.featured-person>.title-3{margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-person>.follow-button-wrapper{border-radius:15px;box-shadow:0 2px 3px rgba(0,0,0,.8);left:120px;line-height:0;position:absolute;top:117px;width:30px}.mobile .featured-person>.follow-button-wrapper{left:auto;right:0;top:0}.featured-person>.stats{line-height:1;margin-bottom:1em}.featured-person>.stats a{color:#89a}.featured-person>.stats a:first-child{margin-right:5px}.featured-person>.stats a:hover{color:#def}.featured-people{display:flex;justify-content:space-between;margin-top:20px}.mobile .featured-people{flex-wrap:wrap}.featured-people>.featured-person{flex:0 0 150px;font-size:1rem}.mobile .featured-people>.featured-person{flex:0 0 48%;margin-bottom:1em;overflow:hidden;text-align:center}.mobile .featured-people>.featured-person:nth-child(5){display:none}.mobile .featured-people>.featured-person .avatar.-a150{height:auto;width:100%}.mobile .featured-people>.featured-person .avatar.-a150:after{border-radius:50%}.mobile .featured-people>.featured-person .avatar.-a150 img{border-radius:50%;height:auto;width:100%}.profile-navigation{--profile-navigation-navitem-padding-start-end:1.23076923rem;border-radius:3px}.content-wrap.-col14 .profile-navigation{margin-left:5px;margin-right:5px}.profile-navigation .navlist{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box}.profile-navigation .navlist *,.profile-navigation .navlist :after,.profile-navigation .navlist :before{box-sizing:inherit}.profile-navigation .navlist>.navitem .navlink{color:#9ab;display:block;font-size:1.15384615rem;line-height:1.33333333;padding:12px .92307692rem;position:relative}.profile-navigation .navlist>.navitem .navlink:before{background-color:#00e054;bottom:-1px;content:"";display:block;height:0;left:1.23076923rem;opacity:0;position:absolute;right:1.23076923rem}.profile-navigation .navlist>.navitem .navlink[href]:active,.profile-navigation .navlist>.navitem .navlink[href]:hover{color:#40bcf4}.profile-navigation .navlist>.navitem.-rss{padding:12px var(--profile-navigation-navitem-padding-start-end)}.profile-navigation .navlist>.navitem.-rss .icon-16{display:block}.profile-navigation .navlist>.navitem.-rss .icon-16>.icon{top:1px}.profile-navigation .navlist>.navitem:first-child{margin-left:auto}.profile-navigation .navlist>.navitem:last-child:not(.-rss){margin-right:auto}.profile-navigation .navlist>.navitem.-rss{margin-left:auto}.profile-navigation .navlist>.navitem.-active .navlink,.profile-navigation .navlist>.navitem.-active .navlink[href]{color:#fff}.profile-navigation .navlist>.navitem.-active .navlink:before,.profile-navigation .navlist>.navitem.-active .navlink[href]:before{height:2px;opacity:1}.profile-mutuals-strip{box-sizing:border-box;line-height:0}.profile-mutuals-strip *,.profile-mutuals-strip :after,.profile-mutuals-strip :before{box-sizing:inherit}.profile-mutuals-strip>.inner{display:inline-flex;flex-direction:row;flex-wrap:nowrap}.profile-mutuals-strip>.inner>.mutualslist{align-self:flex-start;flex-shrink:0}.profile-mutuals-strip>.inner>.label{align-self:center;flex-grow:1}.profile-mutuals-strip .mutualslist{display:block}.profile-mutuals-strip .mutualslist .avatar{border-radius:50%;float:none;height:100%;margin-right:0;overflow:hidden;width:100%}.profile-mutuals-strip .mutualslist .avatar img{border-radius:0;height:100%;width:100%}.profile-mutuals-strip .mutualslist .avatar:after{border-radius:50%}.profile-mutuals-strip .mutualslist>.listitem{display:block;float:left}.profile-mutuals-strip .mutualslist>.listitem>*{pointer-events:none}.profile-mutuals-strip .label{font-size:1rem;line-height:1.25;margin-left:.66666667em}.mobile .profile-mutuals-strip .label{font-size:1.08333333rem}.profile-mutuals-strip.-default .mutualslist>.listitem{width:20px}.profile-mutuals-strip.-default .mutualslist>.listitem:not(:first-child){margin-left:-5px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle cx='-5' cy='10' r='10' stroke='%23000' stroke-width='2' vector-effect='non-scaling-stroke'/%3E%3C/mask%3E%3Ccircle cx='10' cy='10' r='10' mask='url(%23a)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cmask id='a'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Ccircle cx='-5' cy='10' r='10' stroke='%23000' stroke-width='2' vector-effect='non-scaling-stroke'/%3E%3C/mask%3E%3Ccircle cx='10' cy='10' r='10' mask='url(%23a)'/%3E%3C/svg%3E");-webkit-mask-size:cover;mask-size:cover}.profile-mutuals-strip.-default .mutualslist>.listitem:not(:first-child) .avatar:before{border-radius:50%;left:-13px}.profile-metadata .metadatum{color:#678;display:inline-block;font-size:1rem;line-height:16px;margin-left:.76923077rem;margin-right:.76923077rem;transition:color .33333333s cubic-bezier(.19,1,.22,1)}.profile-metadata .metadatum .glyph,.profile-metadata .metadatum .label{vertical-align:middle}.profile-metadata .metadatum .glyph{position:relative;top:-1px}.profile-metadata .metadatum .glyph path{fill:currentColor}.profile-metadata .metadatum .glyph+.label:not(._sr-only){margin-left:.2em}.profile-metadata .metadatum[href].-has-no-label:active,.profile-metadata .metadatum[href].-has-no-label:hover,.profile-metadata .metadatum[href]:active,.profile-metadata .metadatum[href]:hover{color:#40bcf4}.profile-metadata:hover .metadatum{color:#bcd;transition:color .5s cubic-bezier(.19,1,.22,1)}.profile-mini-person{float:left;height:24px;margin-right:20px;padding:5px}.profile-mini-person .avatar{display:inline-block;float:none;vertical-align:middle}.profile-mini-person .title-3{display:inline-block;line-height:24px;margin:0;max-width:var(--profile-mini-person-max-width,250px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.profile-mini-person .title-3 a{color:#fff}.profile-mini-person .title-3 a:active,.profile-mini-person .title-3 a:hover{color:#40bcf4}.profile-mini-person .badge{display:inline-block;top:auto;vertical-align:middle}.profile-mini-person .button-follow-tiny{display:inline-block;margin-left:5px;position:relative;top:1px;vertical-align:middle}.profile-summary{--profile-statistic-gap:1.53846154rem;padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter);position:relative}.mobile .profile-summary{--profile-summary-avatar-dimension:20%;--profile-summary-avatar-gap:16px}.no-mobile .profile-summary{--profile-summary-avatar-dimension:100px;--profile-summary-avatar-gap:20px}.no-mobile .profile-summary>._context-observer{font-family:desktop}.profile-summary .bio{color:#9ab}.profile-summary .bio.reveal:-moz-any-link{color:#bcd}.profile-summary .bio.reveal:any-link{color:#bcd}@media (hover:hover) and (pointer:fine){.profile-summary .bio.reveal:-moz-any-link:hover{color:#40bcf4}.profile-summary .bio.reveal:any-link:hover{color:#40bcf4}}.profile-summary .bio p+p{margin-top:-.25em}.profile-summary .bio p:last-child{margin-bottom:0}.profile-summary .button{text-align:center}.profile-summary .button.-following,.profile-summary .button.button-unfollow,.profile-summary .button.js-button-following{width:7em}.profile-summary .button.button-unblock,.profile-summary .button.js-button-blocked{width:5.5em}.profile-summary .button.-small{font-size:.84615385rem}.mobile .profile-summary .button.-small{font-size:.91666667rem}.profile-summary .follow-button-wrapper .member-audience-notifications{white-space:normal}.profile-summary .follow-button-wrapper *+.member-audience-notifications:before{content:"";display:inline-flex;width:16px}.profile-summary .follow-button-wrapper *+.block-flag-wrapper{margin-left:16px}.profile-summary .follows-message{color:#678;display:none;line-height:1;margin-left:.92307692rem;position:relative;vertical-align:middle}.profile-summary .profile-stats{align-items:flex-start;display:flex;padding-left:5px;padding-right:5px}.profile-summary .profile-stats>.statistic+.statistic{background-image:linear-gradient(270deg,rgba(36,48,60,0) 50%,#24303c 0);background-position:0;background-position:calc(var(--profile-statistic-gap)*.5) 0;background-repeat:repeat-y;background-size:1px 2px;padding-left:var(--profile-statistic-gap)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.profile-summary .profile-stats>.statistic+.statistic{background-size:1px 1px}}.profile-summary .profile-metadata{display:flex;flex-wrap:wrap;margin-left:-.76923077rem;margin-right:-.76923077rem}.profile-summary .profile-metadata .group{display:flex}.profile-summary .profile-metadata .metadatum{padding-bottom:.38461538rem;padding-top:.38461538rem}.profile-summary .profile-mutuals-strip .label{color:#678}.profile-summary .profile-mutuals-strip a:-moz-any-link:focus .label,.profile-summary .profile-mutuals-strip a:-moz-any-link:hover .label{color:inherit}.profile-summary .profile-mutuals-strip a:any-link:focus .label,.profile-summary .profile-mutuals-strip a:any-link:hover .label{color:inherit}.profile-summary .overflow-menu-trigger{--dimension:1.25em}.no-mobile .profile-summary .overflow-menu-trigger{--font-size:1.23076923rem}.mobile .profile-summary .overflow-menu-trigger{--font-size:1.33333333rem}.profile-summary .profile-avatar .avatar{display:block;float:none;margin-right:0;overflow:hidden}.profile-summary .profile-avatar .avatar:before{content:"";float:left;padding-top:100%}.profile-summary .profile-avatar .avatar a,.profile-summary .profile-avatar .avatar:after{border-radius:50%}.profile-summary .profile-avatar .avatar img{border-radius:0;font-family:"object-fit: cover;";height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.mobile .profile-summary .profile-avatar{margin-bottom:-.76923077rem}.mobile .profile-summary .profile-avatar .avatar{height:auto;width:100%}.no-mobile .profile-summary .profile-avatar .avatar{border-radius:calc(var(--profile-summary-avatar-dimension)*.5);height:var(--profile-summary-avatar-dimension);width:var(--profile-summary-avatar-dimension)}.no-mobile .profile-summary .profile-info{margin-top:.57692308rem}.no-mobile .profile-summary .profile-info:after,.no-mobile .profile-summary .profile-info:before{content:" ";display:table}.no-mobile .profile-summary .profile-info:after{clear:both}.no-mobile .profile-summary .profile-info.-has-bio .profile-stats{margin-bottom:.38461538rem}.no-mobile .profile-summary .profile-info.-has-no-bio{margin-top:.38461538rem}.no-mobile .profile-summary .profile-info.-has-no-bio .profile-metadata{margin-top:-.19230769rem}.no-mobile .profile-summary .profile-info.-has-no-bio.-has-no-meta{margin-top:.76923077rem}.no-mobile .profile-summary .profile-info .profile-stats{float:right;padding-left:3.07692308rem;padding-right:0}.no-mobile .profile-summary .profile-info .bio+.profile-metadata{margin-top:.57692308rem}.no-mobile .profile-summary .profile-info .profile-metadata{display:inline-flex;flex-wrap:wrap}.no-mobile .profile-summary .profile-info *+.profile-mutuals-strip{margin-top:.76923077rem}.no-mobile .profile-summary .profile-info .profile-metadata+.follow-button-wrapper{margin-top:.57692308rem}.no-mobile .profile-summary .profile-info .profile-stats+.follow-button-wrapper{margin-top:.38461538rem}.no-mobile .profile-summary .profile-info .follow-button-wrapper+.profile-mutuals-strip{margin-top:1.23076923rem}.mobile .profile-summary .profile-info{margin-top:1.53846154rem}.mobile .profile-summary .profile-info .profile-metadata{justify-content:center}.mobile .profile-summary .profile-info .profile-metadata+.bio{margin-top:1.23076923rem}.mobile .profile-summary .profile-info .bio{margin-left:auto;margin-right:auto;max-width:60em;text-align:center}.mobile .profile-summary .profile-info .profile-stats{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:-.76923077rem;margin-top:-.76923077rem}.mobile .profile-summary .profile-info .profile-stats>.statistic{flex-grow:1;margin-bottom:.76923077rem;margin-top:.76923077rem;max-width:8em}@media (max-width:400px){.mobile .profile-summary .profile-info .profile-stats>.statistic:nth-last-child(n+4),.mobile .profile-summary .profile-info .profile-stats>.statistic:nth-last-child(n+4)~.statistic{max-width:6em;min-width:calc(28.57143% - var(--profile-statistic-gap)*2/3.5)}.mobile .profile-summary .profile-info .profile-stats>.statistic:nth-child(4){background-image:none;padding-left:0}}.mobile .profile-summary .profile-info *+.profile-stats{margin-top:1.07692308rem}.mobile .profile-summary .profile-info .profile-mutuals-strip{display:flex}.mobile .profile-summary .profile-info .profile-mutuals-strip>.inner{margin-left:auto;margin-right:auto}.mobile .profile-summary .profile-info .profile-mutuals-strip .label{font-size:1rem}.mobile .profile-summary .profile-info *+.profile-mutuals-strip{margin-top:2.46153846rem}.mobile .profile-summary{margin-bottom:3.07692308rem}.mobile .profile-summary>.avatarnamelayout{-moz-column-gap:var(--profile-summary-avatar-gap);column-gap:var(--profile-summary-avatar-gap);display:grid;grid-template-columns:min(var(--profile-summary-avatar-dimension),90px) auto;justify-content:center;margin-bottom:.76923077rem}.mobile .profile-summary>.avatarnamelayout>.profile-avatar{min-width:60px}.mobile .profile-summary>.avatarnamelayout>.profile-name-and-actions{align-self:center}.mobile .profile-summary>.avatarnamelayout>.profile-name-and-actions .person-display-name .displayname{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.mobile .profile-summary>.avatarnamelayout>.profile-name-and-actions .profile-actions{margin-top:min(5%,1em)}.no-mobile .profile-summary{-moz-column-gap:var(--profile-summary-avatar-gap);column-gap:var(--profile-summary-avatar-gap);display:grid;grid-template-areas:"avatar name" "avatar info";grid-template-columns:var(--profile-summary-avatar-dimension) auto;margin-bottom:25px;min-height:var(--profile-summary-avatar-dimension)}.no-mobile .profile-summary>.profile-avatar{grid-area:avatar}.no-mobile .profile-summary>.profile-name-and-actions{align-items:center;align-self:flex-end;-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);display:inline-flex;grid-area:name;justify-self:flex-start}.no-mobile .profile-summary>.profile-name-and-actions .displayname{display:inline-flex;max-width:450px}.no-mobile .profile-summary>.profile-name-and-actions .displayname>.label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-mobile .profile-summary>.profile-name-and-actions .displayname>.inlinetail{align-self:center;flex-shrink:0}.no-mobile .profile-summary>.profile-name-and-actions .displayname>.inlinetail>.badge{top:0}.no-mobile .profile-summary>.profile-name-and-actions.-wrap{display:inline-grid;row-gap:var(--row-gap)}.no-mobile .profile-summary>.profile-name-and-actions.-wrap+.profile-info.-has-no-bio{margin-top:.76923077rem}.no-mobile .profile-summary>.profile-info{align-self:flex-start;grid-area:info}.no-mobile .profile-summary.-pending .profile-info{visibility:hidden}.diary-summary-by-month .diarylist{list-style:none;margin:0;padding:0}.diary-summary-by-month .diarylist>.listitem{-moz-column-gap:var(--grid-col-gutter);column-gap:var(--grid-col-gutter);display:flex;flex-direction:row}.diary-summary-by-month .diarylist>.listitem:not(:first-child){padding-top:10px}.diary-summary-by-month .diarylist>.listitem:not(:last-child){border-bottom:1px solid #2c3440;padding-bottom:8px}.diary-summary-by-month .diarylist>.listitem .month{background:url(../img/sprite.6c5e9c43.svg) -600px -280px no-repeat;box-sizing:content-box;color:#14181c;flex-shrink:0;font-size:.92307692rem;height:20px;line-height:17.5px;margin-bottom:0;margin-top:0;padding-top:10px;text-align:center;text-transform:uppercase;width:34px}.mobile .diary-summary-by-month .diarylist>.listitem .month{font-size:1rem}.diary-summary-by-month .diarylist>.listitem .entrylist{flex-grow:1}.diary-summary-by-month .entrylist{-moz-column-gap:var(--grid-col-gutter);column-gap:var(--grid-col-gutter);display:grid;font-size:1rem;grid-template-columns:2em auto;line-height:1.33333333;row-gap:.5em}.mobile .diary-summary-by-month .entrylist{font-size:1.08333333rem}.diary-summary-by-month .entrylist>.day{color:#678;font-feature-settings:"tnum" 1;font-size:1rem;text-align:right}.diary-summary-by-month .entrylist>.title a:-moz-any-link{color:#9ab;-moz-transition:color var(--timing-duration-out) var(--timing-function-ease-out-expo);transition:color var(--timing-duration-out) var(--timing-function-ease-out-expo)}.diary-summary-by-month .entrylist>.title a:any-link{color:#9ab;transition:color var(--timing-duration-out) var(--timing-function-ease-out-expo)}@media (hover:hover) and (pointer:fine){.diary-summary-by-month .entrylist>.title a:-moz-any-link:hover{color:#40bcf4;transition-duration:var(--timing-duration-in)}.diary-summary-by-month .entrylist>.title a:any-link:hover{color:#40bcf4;transition-duration:var(--timing-duration-in)}}.diary-summary-by-month .entrylist>.title a:-moz-any-link:active{color:#40bcf4;transition-duration:0s}.diary-summary-by-month .entrylist>.title a:any-link:active{color:#40bcf4;transition-duration:0s}.profile-section-header{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:.76923077rem;margin-top:0}.profile-section-header.-guttered{padding-left:5px;padding-right:5px}.profile-section-header:after{border-bottom:1px solid #456;content:"";display:block;padding-top:5px;width:100%}.profile-section-header>.heading{color:#fff;font-size:1.15384615rem;font-weight:400;line-height:1.33333333;margin-bottom:0;margin-top:0}.mobile .profile-section-header>.heading{font-size:1.25rem}.profile-section-header>.heading a{color:currentColor}.profile-section-header>.heading a[href]:active,.profile-section-header>.heading a[href]:hover{color:#40bcf4}.profile-section-header>.aside{align-self:flex-end;margin-left:auto;position:relative}.profile-section-header>.aside>.all-link{display:inline-block;line-height:1.45454545;position:relative;top:0}.profile-person-yir-promo .yir-selector{background:#303c48;border-radius:4px;padding:10px 15px 8px;position:relative}.profile-person-yir-promo .yir-selector .body-text.-large{color:#fff}.profile-person-yir-promo .section-heading{border:none;color:#9ab;line-height:26px;margin:0;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.profile-person-yir-promo .section-heading span{display:inline-block;margin-left:5px;position:relative;vertical-align:top}.profile-person-yir-promo .styled-number{color:#fff;display:block;font-family:Graphik-Light-Web,sans-serif;font-size:2rem;font-weight:400;line-height:1}.profile-person-yir-promo ul{display:none}.profile-person-yir-promo .popmenu-link{display:inline-block;height:20px;position:relative;text-align:left;top:-2px;vertical-align:middle;width:20px}.profile-person-yir-promo .popmenu-link:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #9ab;content:"";left:50%;margin-left:-6px;margin-top:-3px;position:absolute;top:50%}.profile-person-yir-promo .popmenu-link:hover:after{border-top-color:#bcd}.profile-person-yir-promo .popmenu-link:active{top:-1px}.profile-person-yir-promo .popmenu-link:active:after{border-top-color:#fff}.mobile .profile-person-yir-promo a .section-heading{font-size:15px;line-height:40px}.mobile .profile-person-yir-promo a .section-heading br{display:none}.mobile .profile-person-yir-promo a .section-heading small{margin-right:5px}.profile-statistic{font-weight:400;text-align:center}.profile-statistic .value{color:#d8e0e8;display:block;font-family:TiemposTextWeb-Semibold,Georgia,serif;font-size:1.61538462rem;font-weight:400}.profile-statistic .definition{color:#9ab;color:#678;display:block;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-size:.76923077rem;font-weight:400;letter-spacing:.075em;margin-top:.75em;text-transform:uppercase}.profile-statistic .definition a{color:#9ab}.profile-statistic .definition a:active,.profile-statistic .definition a:hover,.profile-statistic a[href]:active .definition,.profile-statistic a[href]:hover .definition{color:#40bcf4}.profile-name-and-actions{--column-gap:24px;--row-gap:10px}.profile-name-and-actions .person-display-name{font-size:1.69230769rem;line-height:1.25}.mobile .profile-name-and-actions .person-display-name{font-size:1.69230769rem}.profile-name-and-actions .profile-actions{align-items:center;-moz-column-gap:calc(var(--column-gap)*.75);column-gap:calc(var(--column-gap)*.75);display:flex}.profile-name-and-actions .profile-actions .profile-actions-menu{align-self:center}.profile-name-and-actions .profile-actions .profile-actions-menu-dropdown{min-width:-moz-min-content;min-width:min-content}.profile-name-and-actions .profile-actions.-pending{visibility:hidden}.profile-name-and-actions .follow-button-wrapper{white-space:nowrap}.profile-header .profile-navigation{margin-left:var(--grid-col-gutter);margin-right:var(--grid-col-gutter)}.no-mobile .profile-header{margin-bottom:3.07692308rem}.mobile .profile-header{margin-bottom:.76923077rem}.profile-header.-outdent{margin-left:-5px;margin-right:-5px}.profile-header.-is-mini-nav .profile-navigation{-moz-column-gap:.92307692rem;column-gap:.92307692rem;display:flex}.profile-header.-is-mini-nav .profile-navigation>.profile-mini-person{align-self:center;flex-shrink:0;float:none;margin-right:0;padding:0}.no-mobile .profile-header.-is-mini-nav .profile-navigation>.profile-mini-person{--profile-mini-person-max-width:175px}.no-mobile .profile-header.-is-mini-nav .profile-navigation>.profile-mini-person .title-3{font-size:1rem}.no-mobile .profile-header.-is-mini-nav .profile-navigation>.profile-mini-person.-has-badge{--profile-mini-person-max-width:140px}.no-mobile .profile-header.-is-mini-nav .profile-navigation>.profile-mini-person.-has-badge.-longbadge{--profile-mini-person-max-width:125px}.profile-header.-is-mini-nav .profile-navigation>.navlist{flex-grow:1}.profile-header.-is-mini-nav .profile-navigation>.navlist>.navitem .navlink{font-size:1rem;line-height:1.53846154}.mobile .profile-header.-is-mini-nav .profile-navigation{background-color:transparent;margin-bottom:1.53846154rem}.mobile .profile-header.-is-mini-nav .profile-navigation>.profile-mini-person{padding-left:0}.no-mobile .profile-header.-is-mini-nav .profile-navigation{background-color:#2c3440}.no-mobile .profile-header.-is-mini-nav .profile-navigation>.profile-mini-person{padding-left:var(--profile-navigation-navitem-padding-start-end)}.profile-header.-is-not-mini-nav .profile-navigation{border:1px solid #24303c}.mobile .profile-header.-is-not-mini-nav .profile-navigation{display:none}.mobile .profile-header.-is-not-mini-nav{padding-top:1.53846154rem}.profile-featured-list{box-sizing:border-box;position:relative}.profile-featured-list *,.profile-featured-list :after,.profile-featured-list :before{box-sizing:inherit}.profile-featured-list:after,.profile-featured-list:before{content:" ";display:table}.profile-featured-list:after{clear:both}.profile-featured-list .blocklink{color:#9ab;display:flex;flex-wrap:wrap;margin-bottom:.76923077rem;margin-top:1.53846154rem;padding-left:5px;padding-right:5px}.profile-featured-list .blocklink>.label{color:#9ab;color:currentColor;flex-grow:1;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;text-transform:uppercase}.profile-featured-list .blocklink>.label a{color:#9ab}.profile-featured-list .blocklink>.label a:active,.profile-featured-list .blocklink>.label a:hover{color:#40bcf4}.profile-featured-list .blocklink>.chevron{flex-shrink:0}.profile-featured-list .blocklink>.chevron path{stroke:currentColor;stroke-width:1px}.profile-featured-list .blocklink:after{border-bottom:1px solid rgba(68,85,102,.5);content:"";display:block;padding-top:.76923077rem;width:100%}.profile-featured-list .blocklink:focus,.profile-featured-list .blocklink:hover{color:#40bcf4}.profile-featured-list .profile-featured-list-notes{margin-top:.76923077rem;max-width:560px;padding-left:5px;padding-right:5px}.no-mobile .profile-featured-list.-has-comments-panel>._context-observer{font-family:split}.no-mobile .profile-featured-list.-has-comments-panel{display:flex}.no-mobile .profile-featured-list.-has-comments-panel>.listblock{align-self:flex-start;padding-right:40px;width:64.28571429%}.no-mobile .profile-featured-list.-has-comments-panel>.commentblock{width:42.85714286%}.profile-featured-list.-has-comments-panel>.commentblock.-sticky{position:sticky;top:0}.profile-featured-list.-has-comments-panel>.commentblock.-sticky>.comments-panel>.body{padding-bottom:env(safe-area-inset-bottom)}.profile-featured-list.-has-comments-panel>.commentblock.-pending{visibility:hidden}.profile-featured-list.-has-no-comments-panel>.commentblock{margin-top:2.46153846rem}@media (max-width:639px){.profile-featured-list.-has-no-comments-panel>.commentblock{clear:both}}.profile-featured-list .comments-panel{align-items:stretch;display:flex;flex-direction:column;flex-shrink:0;height:100%;padding-left:5px;padding-right:5px}.profile-featured-list .comments-panel>.body{align-items:stretch;display:flex;flex-direction:column;flex-grow:1}.profile-featured-list .comments-panel>.body>.scrollcontainer{flex-grow:1;position:relative}.profile-featured-list .comments-panel>.body>.scrollcontainer:before{content:"";float:left;height:0;margin-left:-1px;padding-top:65%;width:1px}.profile-featured-list .comments-panel>.body>.scrollcontainer:after{clear:both;content:"";display:table}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade{height:1.84615385rem;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade.-top{background-image:linear-gradient(180deg,rgba(20,24,28,.5),rgba(20,24,28,0));background-position:top;top:0}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade.-bottom{background-image:linear-gradient(0deg,rgba(20,24,28,.5),rgba(20,24,28,0));background-position:bottom;bottom:0}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade.-scrollable{opacity:1}.profile-featured-list .comments-panel>.body>.comment-composition textarea{resize:vertical}.profile-featured-list .comments-panel .comment-list{bottom:0;left:0;overflow:auto!important;overflow-x:hidden;overscroll-behavior-y:contain;position:absolute;right:0;top:0}.profile-featured-list .comments-panel{margin-left:0!important;margin-right:0!important;margin-top:0!important;padding-top:0!important;position:static!important}.profile-featured-list .comments-panel .col-12,.profile-featured-list .comments-panel .col-5{float:none;width:auto}.profile-featured-list .comments-panel>.header{padding-top:.38461538rem!important;position:relative!important}.profile-featured-list .comments-panel>.header>.section-heading{border-bottom-color:rgba(68,85,102,.5)!important;margin-bottom:0!important;padding-bottom:.76923077rem!important}.mobile .profile-featured-list .comments-panel>.header>.section-heading{padding-left:0!important;padding-right:0!important}.profile-featured-list .comments-panel>.header>.section-heading>.comment-count{width:auto!important}.profile-featured-list .comments-panel>.header>.section-heading>.comment-controls{display:none}.profile-featured-list .comments-panel>.header>.section-heading+.notification-icon{bottom:.76923077rem;min-height:16px;position:absolute;right:0;top:auto!important}.profile-featured-list .comments-panel .comment{border-bottom:0!important;margin-left:0!important;padding-bottom:1.23076923rem!important;padding-right:15px!important;padding-top:.76923077rem!important}.profile-featured-list .comments-panel .comment:not(.comment-collapsed)~.comment{background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;padding-top:1.23076923rem!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.profile-featured-list .comments-panel .comment:not(.comment-collapsed)~.comment{background-size:1px 1px}}.profile-featured-list .comments-panel .comment:last-child{padding-bottom:1.23076923rem!important}.profile-featured-list .comments-panel .comment .person-summary.-small{line-height:24px!important}.profile-featured-list .comments-panel .comment .person-summary.-small>.avatar{margin-bottom:0!important}.profile-featured-list .comments-panel .comment .person-summary.-small>.name{display:inline}.profile-featured-list .comments-panel .comment .person-summary.-small .comment-tools{line-height:0}.profile-featured-list .comments-panel .comment .person-summary>.metadata{line-height:inherit}.profile-featured-list .comments-panel .comment .person-summary>.metadata .comment-permalink{margin-bottom:0!important;margin-left:.5em}.profile-featured-list .comments-panel .comment .person-summary .block-flag-wrapper{line-height:0}.profile-featured-list .comments-panel .comment .comment-body{overflow:visible;padding-top:1.23076923rem}.profile-featured-list .comments-panel .comment.comment-collapsed{display:none!important}.profile-featured-list .comments-panel #comment-form,.profile-featured-list .comments-panel .comment-composition{margin-top:0;padding-left:0;padding-right:0}.profile-featured-list-layout{box-sizing:border-box}.profile-featured-list-layout *,.profile-featured-list-layout :after,.profile-featured-list-layout :before{box-sizing:inherit}.profile-featured-list-layout .poster{display:block}.profile-featured-list-layout .poster .image{height:auto;max-width:100%}.profile-featured-list-layout .poster.no-poster .frame-title{display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.profile-featured-list.-single-entry .posteraside{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.profile-featured-list.-single-entry .posteraside .poster{width:auto}.profile-featured-list.-single-entry .posteraside .poster.no-poster .frame-title{font-size:1.23076923rem;line-height:1.33333333}.mobile .profile-featured-list.-single-entry .posteraside .poster.no-poster .frame-title{font-size:1.33333333rem}.profile-featured-list.-single-entry.-has-comments-panel{--shared-padding-top:10px}.profile-featured-list.-single-entry.-has-comments-panel .profile-featured-list-layout>.film-header-group{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.profile-featured-list.-single-entry.-has-comments-panel .profile-featured-list-layout>.posteraside{float:right;margin-left:calc(var(--grid-col-gutter)*4);max-width:240px;min-width:220px;padding-bottom:20px;padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter);padding-top:var(--shared-padding-top);width:33.33333333%}.profile-featured-list.-single-entry.-has-comments-panel .profile-featured-list-notes{margin-top:var(--shared-padding-top)}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel{--posteraside-width:33.33333333%;--posteraside-max-width:240px;--posteraside-min-width:220px;--column-gap:30px;margin-left:auto;margin-right:auto;max-width:960px;padding-top:calc(var(--column-gap)*.5)}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .commentblock,.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.film-header-group,.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes{margin-left:calc(max() + var(--column-gap))}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.posteraside{float:left;margin-right:var(--column-gap);max-width:var(--posteraside-max-width);min-width:var(--posteraside-min-width);width:var(--posteraside-width)}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.film-header-group{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}@media (min-width:560px){.mobile .profile-featured-list.-single-entry.-has-no-comments-panel{--posteraside-width:33.33333333%;--posteraside-max-width:240px;--posteraside-min-width:220px;--column-gap:30px;margin-left:auto;margin-right:auto;max-width:960px;padding-top:calc(var(--column-gap)*.5)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .commentblock,.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.film-header-group,.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes{margin-left:calc(max() + var(--column-gap))}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.posteraside{float:left;margin-right:var(--column-gap);max-width:var(--posteraside-max-width);min-width:var(--posteraside-min-width);width:var(--posteraside-width)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.film-header-group{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .film-header-group .filmtrailer{display:none}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes>.body-text{margin-top:1.5em}}@media (max-width:999px){.mobile .profile-featured-list.-single-entry.-has-no-comments-panel{--column-gap:20px}}@media (max-width:559px){.mobile .profile-featured-list.-single-entry.-has-no-comments-panel{--posteraside-width:(120px - (5px * 2));--posteraside-max-width:120px;--posteraside-min-width:120px;--column-gap:10px}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .posteraside{display:none}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .miniposter{display:block;float:left;margin-left:var(--grid-col-gutter);margin-right:var(--column-gap);padding-bottom:15px;width:var(--posteraside-width)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .miniposter .poster{height:auto;width:auto}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.film-header-group{margin-left:calc(max() + var(--column-gap));padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes{clear:both}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes>.body-text{margin-top:1.5em}}.profile-featured-list-layout.-poster-layout .listitem{padding:5px}.profile-featured-list-layout.-poster-layout .listitem .poster .image{max-width:none;width:100%}.profile-featured-list-layout.-poster-layout .listitem .poster.-no-poster .frame-title{font-size:1.07692308rem;line-height:1.28571429}.mobile .profile-featured-list-layout.-poster-layout .listitem .poster.-no-poster .frame-title{font-size:1.16666667rem}.profile-featured-list-layout.-poster-layout .listitem .poster.-placeholder{background-color:#111;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1);display:flex;flex-direction:row;flex-wrap:wrap;height:auto}.profile-featured-list-layout.-poster-layout .listitem .poster.-placeholder:before{content:"";display:block;float:left;padding-top:150%}.profile-featured-list-layout.-poster-layout.-grid{display:flex;flex-wrap:wrap}.profile-featured-list-layout.-poster-layout.-grid.-liquid{margin:0}.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem{flex-grow:1;margin:0}.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+3):first-child,.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+3):first-child~.listitem{width:33.33333333%}.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+4):first-child,.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+4):first-child~.listitem{width:25%}.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+6):first-child,.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+6):first-child~.listitem{width:33.33333333%}.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+8):first-child,.profile-featured-list-layout.-poster-layout.-grid.-liquid .listitem:nth-last-child(n+8):first-child~.listitem{width:25%}.profile-featured-list-layout.-poster-layout.-featuredhero:after,.profile-featured-list-layout.-poster-layout.-featuredhero:before{content:" ";display:table}.profile-featured-list-layout.-poster-layout.-featuredhero:after{clear:both}.profile-featured-list-layout.-poster-layout.-featuredhero>.listitem{display:block;float:left}.profile-featured-list-layout.-poster-layout.-featuredhero.-count5>.listitem{width:25%}.profile-featured-list-layout.-poster-layout.-featuredhero.-count5>.listitem:first-child{width:50%;width:calc(50% - 3.33333px)}@media (max-width:768px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count5>.listitem .poster.no-poster .frame-title{font-size:1rem}}@media (max-width:640px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count5>.listitem .poster.no-poster .frame-title{font-size:.83333333rem}}@media (max-width:480px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count5>.listitem .poster.no-poster .frame-title{font-size:.66666667rem}}.profile-featured-list-layout.-poster-layout.-featuredhero.-count7>.listitem{width:20%}.profile-featured-list-layout.-poster-layout.-featuredhero.-count7>.listitem:first-child{width:40%;width:calc(40% - 3.33333px)}@media (max-width:768px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count7>.listitem .poster.no-poster .frame-title{font-size:1rem}}@media (max-width:640px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count7>.listitem .poster.no-poster .frame-title{font-size:.83333333rem}}@media (max-width:480px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count7>.listitem .poster.no-poster .frame-title{font-size:.66666667rem}}.profile-featured-list-layout.-poster-layout.-featuredhero.-count9>.listitem{width:16.66666667%}.profile-featured-list-layout.-poster-layout.-featuredhero.-count9>.listitem:first-child{width:33.33333333%;width:calc(33.33333% - 3.33333px)}@media (max-width:768px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count9>.listitem .poster.no-poster .frame-title{font-size:1rem}}@media (max-width:640px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count9>.listitem .poster.no-poster .frame-title{font-size:.83333333rem}}@media (max-width:480px){.mobile .profile-featured-list-layout.-poster-layout.-featuredhero.-count9>.listitem .poster.no-poster .frame-title{font-size:.66666667rem}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble .ql-toolbar:after,.ql-bubble.ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble .ql-toolbar button,.ql-bubble.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble .ql-toolbar button svg,.ql-bubble.ql-toolbar button svg{float:left;height:100%}.ql-bubble .ql-toolbar button:active:hover,.ql-bubble.ql-toolbar button:active:hover{outline:none}.ql-bubble .ql-toolbar input.ql-image[type=file],.ql-bubble.ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button:focus,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover{color:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble .ql-toolbar button:hover:not(.ql-active),.ql-bubble.ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{position:absolute;right:20px;top:10px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;color:#fff;content:attr(href);font-size:12px;font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;top:-5px;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #444;content:" ";height:0;top:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}.textarea[data-rich-text-editor-options].-pending{visibility:hidden}.rich-text-editor{box-sizing:border-box;display:flex;flex-direction:row}.rich-text-editor *,.rich-text-editor :after,.rich-text-editor :before{box-sizing:inherit}.rich-text-editor>.rich-text-editor-input{border-radius:3px;flex-basis:100%}.rich-text-editor>.rich-text-editor-input.-html .textarea{height:100%}.rich-text-editor .ql-editor,.rich-text-editor .textarea{padding:9px}.rich-text-editor .textarea{display:block;font-family:PitchSansWeb-Medium,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace;font-size:1.15384615rem;overscroll-behavior:contain;resize:none}.rich-text-editor.-has-autogrow .rich-text-editor-target .ql-editor{min-height:123px}.rich-text-editor.-has-autogrow .textarea{min-height:130.5px}.rich-text-editor.-has-no-autogrow{height:186px}.rich-text-editor-target{font-family:Graphik-Regular-Web,sans-serif;font-weight:400;padding:0!important}.rich-text-editor-target .ql-editor a{color:#bcd}.rich-text-editor-target .ql-editor h1,.rich-text-editor-target .ql-editor h2,.rich-text-editor-target .ql-editor h3,.rich-text-editor-target .ql-editor h4,.rich-text-editor-target .ql-editor h5,.rich-text-editor-target .ql-editor h6{color:currentColor;font-family:Graphik-Semibold-Web,sans-serif;font-size:inherit;font-weight:400}.rich-text-editor-target .ql-editor h1 b,.rich-text-editor-target .ql-editor h1 strong,.rich-text-editor-target .ql-editor h2 b,.rich-text-editor-target .ql-editor h2 strong,.rich-text-editor-target .ql-editor h3 b,.rich-text-editor-target .ql-editor h3 strong,.rich-text-editor-target .ql-editor h4 b,.rich-text-editor-target .ql-editor h4 strong,.rich-text-editor-target .ql-editor h5 b,.rich-text-editor-target .ql-editor h5 strong,.rich-text-editor-target .ql-editor h6 b,.rich-text-editor-target .ql-editor h6 strong{font-weight:inherit}.rich-text-editor-target .ql-editor .mention[data-denotation-char="@"]{background-color:#209ce4;border-radius:3px;color:#fff;display:inline-block;padding:0 .33333333em}.rich-text-editor-target .ql-editor.ql-blank:before{color:#567;font-style:normal;left:auto;right:auto}.rich-text-editor-target.-focus .ql-editor a{color:#40bcf4;text-decoration:underline}.rich-text-editor-target.-focus .ql-editor.ql-blank:before{color:#89a}.rich-text-editor-target.-focus:not(.ql-disabled) .ql-editor a[href]:active,.rich-text-editor-target.-focus:not(.ql-disabled) .ql-editor a[href]:hover{color:#209ce4}.fields-reversed .rich-text-editor-target .ql-editor.ql-blank:before,.rich-text-editor-target.-reversed .ql-editor.ql-blank:before{color:#89a}.fields-reversed .rich-text-editor-target.ql-disabled .ql-editor.ql-blank:before,.rich-text-editor-target.ql-disabled .ql-editor.ql-blank:before{opacity:.35}.rich-text-editor-target.ql-toolbar-active a:after,.rich-text-editor-target.ql-toolbar-active a:before{display:none}.rich-text-editor-target .ql-editor{color:currentColor;font-family:inherit;font-size:inherit;line-height:inherit;overscroll-behavior:contain}.rich-text-editor-target .ql-editor b,.rich-text-editor-target .ql-editor strong{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.rich-text-editor-target .ql-editor p{line-height:inherit}.rich-text-editor-target .ql-editor blockquote{border-left:none;line-height:inherit;padding-left:1.25em;position:relative}.rich-text-editor-target .ql-editor blockquote:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:.5;position:absolute;top:0;width:1px}.rich-text-editor-target.ql-bubble .ql-tooltip{background-color:#89a}.rich-text-editor-target.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{min-width:20em}.rich-text-editor-target.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top-color:#89a}.rich-text-editor-target.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom-color:#89a}.rich-text-editor-target.ql-bubble .ql-toolbar .ql-formats{margin-bottom:9px;margin-top:7px}.rich-text-editor-target.ql-bubble .ql-toolbar button .ql-fill{fill:#404850}.rich-text-editor-target.ql-bubble .ql-toolbar button .ql-stroke{stroke:#404850}.rich-text-editor-target.ql-bubble .ql-toolbar button:focus{font-family:sans-serif}.rich-text-editor-target.ql-bubble .ql-toolbar button:active .ql-fill,.rich-text-editor-target.ql-bubble .ql-toolbar button:hover .ql-fill{fill:#d8e0e8}.rich-text-editor-target.ql-bubble .ql-toolbar button:active .ql-stroke,.rich-text-editor-target.ql-bubble .ql-toolbar button:hover .ql-stroke{stroke:#d8e0e8}.rich-text-editor-target.ql-bubble .ql-toolbar button.ql-active .ql-fill{fill:#fff}.rich-text-editor-target.ql-bubble .ql-toolbar button.ql-active .ql-stroke{stroke:#fff}.rich-text-editor-target.ql-bubble:not(.ql-disabled) .ql-editor a:before{background-color:#456;border-radius:4px;color:#bcd;font-family:Graphik-Regular-Web,sans-serif;font-style:normal;font-weight:400;max-width:25em;overflow:hidden;padding-left:9px;padding-right:9px;text-overflow:ellipsis;white-space:nowrap}.rich-text-editor-target.ql-bubble:not(.ql-disabled) .ql-editor a:after{border-top-color:#456}.rich-text-editor-target .ql-mention-list-container{background-color:#202830;border:1px solid #345;border-radius:3px;box-shadow:none;box-shadow:0 5px 20px #000;box-sizing:content-box;color:#9ab;min-width:200px;overflow-y:auto;overscroll-behavior:contain;z-index:9999}.rich-text-editor-target .ql-mention-list-container *,.rich-text-editor-target .ql-mention-list-container :after,.rich-text-editor-target .ql-mention-list-container :before{box-sizing:border-box}.rich-text-editor-target .ql-mention-list-container.-loading .ql-mention-list,.rich-text-editor-target .ql-mention-list-container:not(.-loading) .ql-mention-loading{display:none}.rich-text-editor-target .ql-mention-loading{align-items:center;display:flex;height:49px;justify-content:center}.rich-text-editor-target .ql-mention-loading>.spinner{margin:0 1.53846154rem}.rich-text-editor-target .ql-mention-loading>.label{font-size:1rem;line-height:16px}.rich-text-editor-target .ql-mention-list{height:100%}.rich-text-editor-target .ql-mention-list-item{cursor:default}.rich-text-editor-target .ql-mention-list-item>.person-summary{flex-shrink:1;margin-left:1rem;overflow:hidden;padding-bottom:1rem;padding-right:.76923077rem;padding-top:1rem;white-space:nowrap}.rich-text-editor-target .ql-mention-list-item>.person-summary>.avatar{top:1rem}.rich-text-editor-target .ql-mention-list-item>.person-summary>.title-4{display:flex;line-height:24px;padding-top:0}.rich-text-editor-target .ql-mention-list-item>.person-summary>.title-4>.badge{align-self:center;flex-shrink:0;margin-left:.625em}.rich-text-editor-target .ql-mention-list-item>.person-summary>.title-4>.name{font-family:Graphik-Regular-Web,sans-serif;font-weight:400;margin-left:.5em;min-width:0;overflow:hidden;text-overflow:ellipsis}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete{display:flex;padding:.57692308rem .76923077rem}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete>.poster{align-self:flex-start;flex-shrink:0;width:24px}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete>.poster:before{content:"";float:left;padding-top:150%}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete>.poster.no-poster .frame-title{display:none}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete>.detail{align-self:center;color:#abc;padding-left:.76923077rem}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title{line-height:1;margin:0}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title>.year{font-size:.84615385rem;margin-left:.25em}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title>.year:before{content:"\00a0"}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title>.originalname{display:inline-block;font-size:.84615385rem;font-style:italic;line-height:1.25;margin-top:.36363636em}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .directors{font-size:.76923077rem;margin:.3em 0 0}.rich-text-editor-target .ql-mention-list-item+.ql-mention-list-item{background-image:linear-gradient(180deg,#24303c 50%,rgba(36,48,60,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.rich-text-editor-target .ql-mention-list-item+.ql-mention-list-item{background-size:1px 1px}}.rich-text-editor-target .ql-mention-list-item.selected{background-color:#456}.rich-text-editor-target .ql-mention-list-item.selected>.film-summary.-autocomplete,.rich-text-editor-target .ql-mention-list-item.selected>.person-summary .name{color:#bcd}.rich-text-editor-target .ql-mention-list-item.selected+.ql-mention-list-item{background-image:none}.rich-text-editor-target .ql-mention-list-item:not(.disabled){cursor:pointer}.rich-text-editor-controls.-right{align-items:baseline;display:flex;justify-content:flex-end;text-align:right}.rich-text-editor-controls.-right .rich-text-editor-input-method-control+.rich-text-editor-input-method-control-note{bottom:0;margin-right:1em;position:absolute;right:100%;white-space:nowrap}.rich-text-editor-controls.note.-topnote{display:inline-flex}.rich-text-editor-input-method-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#678;cursor:default;font-family:inherit;font-size:1rem;line-height:1.25;margin:0;padding:0;text-decoration:none;white-space:nowrap}.rich-text-editor-input-method-control:not(:disabled):focus,.rich-text-editor-input-method-control:not(:disabled):hover{text-decoration:inherit}.rich-text-editor-input-method-control:not(:disabled){cursor:pointer}.rich-text-editor-input-method-control:not(:disabled):focus,.rich-text-editor-input-method-control:not(:disabled):hover{color:#40bcf4}.rich-text-editor-input-method-control[aria-selected=true]{display:none}.rich-text-editor-input-method-control-note{font-size:1rem;line-height:1.25}.rich-text-editor-input-method-control-note.-rich{font-size:.92307692rem}.rich-text-editor-input-method-control-note.-html{font-family:PitchSansWeb-Medium,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace;font-size:.92307692rem}.form-row{margin-bottom:20px;position:relative}.form-row:after{clear:both;content:" ";display:block}.form-row>.field,.form-row>.select,.form-row>.textarea{display:block;margin:0;width:100%}.form-row .col>.note,.form-row>.note{color:#89a;display:block;font-size:.92307692rem;line-height:1.3;margin:5px 0 0}.fields-reversed .form-row .col>.note,.fields-reversed .form-row>.note{color:#c4ccd4;text-shadow:#345 0 -1px 0}.form-row .col>.note.-topnote,.form-row>.note.-topnote{margin:0;position:absolute;right:5px;top:1px}.form-row .col>.note.-reversed,.form-row>.note.-reversed{color:#c4ccd4;text-shadow:#345 0 -1px 0}.form-row.-error label{color:#ff8000}.form-row.-error input,.form-row.-error textarea:not([data-rich-text-editor-options]){box-shadow:inset 0 0 0 2px #ee7000}.form-row.-error .media-uploader,.form-row.-error .rich-text-editor .rich-text-editor-input{border:2px solid #ee7000;margin:-2px}.form-columns:after{clear:both;content:" ";display:block}.form-columns.-cols2>.form-row{float:left;width:48.71794872%}.form-columns.-cols2>.form-row:nth-of-type(2n){float:right}.field,.rich-text-editor-target,.textarea,.tt-hint{background-color:#2c3440;border:none;border-radius:3px;box-shadow:inset 0 -1px 0 #456;box-sizing:border-box;color:#89a;font-size:1.07692308rem;line-height:1;margin:0;padding:9px 9px 8px;width:100%}.field:focus,.rich-text-editor .textarea:not(:disabled).-focus,.rich-text-editor .textarea:not(:disabled):focus,.rich-text-editor-target.-focus,.textarea:focus,.tt-hint:focus{background-color:#fff;box-shadow:none;color:#234}.field.-borderless,.textarea.-borderless,.tt-hint.-borderless{border:none}.field.-reversed,.fields-reversed .rich-text-editor .textarea:not(:disabled),.fields-reversed .rich-text-editor-target,.rich-text-editor .textarea:not(:disabled).-reversed,.rich-text-editor-target.-reversed,.textarea.-reversed,.tt-hint.-reversed{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.field.-reversed:focus,.fields-reversed .rich-text-editor .textarea:not(:disabled).-focus,.fields-reversed .rich-text-editor .textarea:not(:disabled):focus,.fields-reversed .rich-text-editor-target.-focus,.rich-text-editor .textarea:not(:disabled).-reversed.-focus,.rich-text-editor .textarea:not(:disabled).-reversed:focus,.rich-text-editor-target.-reversed.-focus,.textarea.-reversed:focus,.tt-hint.-reversed:focus{background-color:#fff;box-shadow:none;box-shadow:0 0 5px #012!important;color:#234}.field.-transparent,.field.-transparent:focus,.textarea.-transparent,.textarea.-transparent:focus,.tt-hint.-transparent,.tt-hint.-transparent:focus{border:none}.field:focus.loading{background-image:url(../img/spinner-light-2x.4afd2b27.gif);background-position:97% 46%;background-repeat:no-repeat;background-size:16px 16px;padding-right:30px}.field.-large{padding:10px}.field.-large:focus.loading{background-position:99%}.field:disabled,.fields-reversed .rich-text-editor-target.ql-disabled,.rich-text-editor-target.ql-disabled,.textarea:disabled{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a;opacity:.5;-webkit-text-fill-color:#89a}.field:disabled:focus,.textarea:disabled:focus{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a;-webkit-text-fill-color:#89a}.field.-reversed:disabled,.fields-reversed .rich-text-editor-target.ql-disabled,.rich-text-editor-target.-reversed.ql-disabled,.textarea.-reversed:disabled{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567;opacity:.35}.field::-moz-placeholder,.textarea::-moz-placeholder{color:#567}.field::placeholder,.textarea::placeholder{color:#567}.field:focus::-moz-placeholder,.rich-text-editor .textarea:not(:disabled).-focus::-moz-placeholder,.rich-text-editor .textarea:not(:disabled):focus::-moz-placeholder,.textarea:focus::-moz-placeholder{color:#89a}.field:focus::placeholder,.rich-text-editor .textarea:not(:disabled).-focus::placeholder,.rich-text-editor .textarea:not(:disabled):focus::placeholder,.textarea:focus::placeholder{color:#89a}.field.-reversed::-moz-placeholder,.fields-reversed .rich-text-editor .textarea:not(:disabled)::-moz-placeholder,.rich-text-editor .textarea:not(:disabled).-reversed::-moz-placeholder,.textarea.-reversed::-moz-placeholder{color:#89a}.field.-reversed::placeholder,.fields-reversed .rich-text-editor .textarea:not(:disabled)::placeholder,.rich-text-editor .textarea:not(:disabled).-reversed::placeholder,.textarea.-reversed::placeholder{color:#89a}.rich-text-editor-target,.textarea{line-height:1.5;padding:5px 9px}.fields-reversed .field,.fields-reversed .textarea{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .field:focus,.fields-reversed .textarea:focus{background-color:#fff;box-shadow:none;box-shadow:0 0 5px #012!important;color:#234}.fields-reversed .field::-webkit-input-placeholder,.fields-reversed .textarea::-webkit-input-placeholder{color:#89a}.fields-reversed .field::-moz-placeholder,.fields-reversed .textarea::-moz-placeholder{color:#89a}.fields-reversed .field:-ms-input-placeholder,.fields-reversed .textarea:-ms-input-placeholder{color:#89a}.fields-reversed .field:-moz-placeholder,.fields-reversed .textarea:-moz-placeholder{color:#89a}.fields-reversed .field:disabled,.fields-reversed .textarea:disabled{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567;opacity:.35}.fields-reversed .tt-hint{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .tt-hint:focus{background-color:#fff;box-shadow:none;color:#234}.fields-reversed .field::-webkit-input-placeholder{color:#89a}.fields-reversed .field:-moz-placeholder,.fields-reversed .field::-moz-placeholder{color:#89a}.fields-reversed .field:-ms-input-placeholder{color:#89a}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#2c3440;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32'%3E%3Cpath fill='%23567' fill-rule='evenodd' d='m16 18-4 4-4-4zm-8-4h8l-4-4z'/%3E%3C/svg%3E");background-position:100% 50%;background-repeat:no-repeat;border:none;border-radius:3px;box-shadow:inset 0 -1px 0 #456;box-sizing:border-box;color:#89a;cursor:pointer;margin:0;padding:8px 20px 8px 9px;width:100%}.select,.select:hover{background-size:24px 32px}.select:hover{background-color:#36404f;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32'%3E%3Cpath fill='%23789' fill-rule='evenodd' d='m16 18-4 4-4-4zm-8-4h8l-4-4z'/%3E%3C/svg%3E");box-shadow:none}.select:active,.select:focus{background-color:#fff;box-shadow:none;color:#234}.select::-ms-expand{display:none}.select:disabled{opacity:.5}.select:disabled,.select:disabled:active,.select:disabled:focus,.select:disabled:hover{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a}.select.-reversed{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.select.-reversed:hover{background-color:#fff;box-shadow:none}.select.-reversed:active,.select.-reversed:focus{background-color:#fff;box-shadow:none;color:#234}.select.-reversed:disabled{opacity:.35}.fields-reversed .select,.select.-reversed:disabled{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .select:hover{background-color:#fff;box-shadow:none}.fields-reversed .select:active,.fields-reversed .select:focus{background-color:#fff;box-shadow:none;color:#234}.fields-reversed .select:disabled{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567;opacity:.35}.options-list:after{clear:both;content:" ";display:block}.options-list>.option{display:block;margin-bottom:16px}.options-list>.option:last-child{margin-bottom:0}.options-list>.option.-sectionoption{background-color:#202830;border-radius:4px;padding:.76923077rem}.options-list.-cols{font-size:0;position:relative;text-align:justify;text-justify:distribute-all-lines}.options-list.-cols>li{display:inline-block;line-height:0;position:relative;text-align:left;vertical-align:top}.options-list.-cols:after{content:"";display:inline-block;height:0;width:100%}.options-list.-cols .option{width:32%}.options-list.-inline .option{display:inline-block;margin-right:16px}.options-list.-inline .option:last-child{margin-right:0}.options-list.-inline.-centered{text-align:center}.options-list.-inline.-centered .option-label{text-align:left}.option-label{box-sizing:border-box;color:#bcd;line-height:1.33333333;min-height:20px;padding-left:30px;padding-top:2px;position:relative;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.option-label+.option-label{margin-top:8px}.option-label>.note{color:#89a;display:block;font-size:.92307692rem;margin-top:5px}.option-label>.substitute{box-sizing:border-box;display:block;left:0;margin:0;padding:0;position:absolute;top:0}.option-label>.substitute:after{content:"";display:block;display:none;left:50%;position:absolute;top:50%;transform-origin:50% 50%}.option-label .radio+.substitute{left:-1px;top:-1px}.option-label .checkbox:checked+.substitute:after,.option-label .radio:checked+.substitute:after,.option-label:active .checkbox:checked+.substitute:after,.option-label:active .radio:checked+.substitute:after,.option-label:active>.substitute:after{display:block}.option-label>.checkbox,.option-label>.like-checkbox,.option-label>.radio{border:none;left:0;opacity:0;position:absolute;z-index:0}.option-label.-checkbox>.checkbox+.substitute{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a}.option-label.-checkbox>.checkbox+.substitute:after{border-bottom:2px solid #89a;border-right:2px solid #89a;transform:translate(-50%,-50%) rotate(45deg)}.option-label.-checkbox>.checkbox:focus+.substitute{background-color:#36404f;box-shadow:none}.option-label.-checkbox>.checkbox:focus:checked+.substitute:after{border-color:#9ab}.option-label.-checkbox>.checkbox:focus:disabled+.substitute,.option-label.-checkbox>.checkbox:focus:disabled:checked+.substitute{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a}.option-label.-checkbox>.checkbox:focus:disabled+.substitute:after,.option-label.-checkbox>.checkbox:focus:disabled:checked+.substitute:after{border-color:#89a}.option-label.-checkbox>.checkbox:active:checked+.substitute:after{border-color:#9ab}.option-label.-checkbox>.checkbox:disabled+.substitute{opacity:.5}.option-label.-checkbox>.checkbox:disabled+.substitute:after{border-color:#89a}.has-no-touch .option-label.-checkbox:hover>.substitute{background-color:#36404f;box-shadow:none}.option-label.-checkbox.-default>.checkbox+.substitute{border-radius:3px;height:20px;width:20px}.option-label.-checkbox.-default>.checkbox+.substitute:after{height:10px;margin-top:-1px;width:4px}.option-label.-checkbox.-medium{min-height:1.33333333em;padding-left:calc(16px + .66667em);padding-top:0}.option-label.-checkbox.-medium>.checkbox+.substitute{border-radius:3px;height:16px;top:calc(.66667em - 8px);width:16px}.option-label.-checkbox.-medium>.checkbox+.substitute:after{height:8px;margin-top:-1px;width:4px}.option-label.-checkbox.-small{min-height:16px;padding-left:24px;padding-top:0}.option-label.-checkbox.-small>.checkbox+.substitute{border-radius:2px;height:14px;top:0;width:14px}.option-label.-checkbox.-small>.checkbox+.substitute:after{height:6px;margin-top:-1px;width:3px}.option-label.-checkbox.-reversed{text-shadow:#345 0 -1px 0}.option-label.-checkbox.-reversed>.checkbox+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.option-label.-checkbox.-reversed>.checkbox+.substitute:after{border-bottom:2px solid #567;border-right:2px solid #567;transform:translate(-50%,-50%) rotate(45deg)}.option-label.-checkbox.-reversed>.checkbox:focus+.substitute{background-color:#fff;box-shadow:none}.option-label.-checkbox.-reversed>.checkbox:focus:checked+.substitute:after{border-color:#678}.option-label.-checkbox.-reversed>.checkbox:focus:disabled+.substitute,.option-label.-checkbox.-reversed>.checkbox:focus:disabled:checked+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.option-label.-checkbox.-reversed>.checkbox:focus:disabled+.substitute:after,.option-label.-checkbox.-reversed>.checkbox:focus:disabled:checked+.substitute:after{border-color:#567}.option-label.-checkbox.-reversed>.checkbox:active:checked+.substitute:after{border-color:#678}.option-label.-checkbox.-reversed>.checkbox:disabled+.substitute{opacity:.35}.option-label.-checkbox.-reversed>.checkbox:disabled+.substitute:after{border-color:#567}.has-no-touch .option-label.-checkbox.-reversed:hover>.substitute{background-color:#fff;box-shadow:none}.option-label.-checkmark{color:#bcd;padding-left:26px}.option-label.-checkmark+.-checkmark{margin-top:10px}.option-label.-checkmark>.checkbox+.substitute:after{border-bottom:2px solid #89a;border-right:2px solid #89a;transform:translate(-50%,-50%) rotate(45deg)}.option-label.-checkmark>.checkbox:disabled+.substitute{opacity:.5}.option-label.-checkmark>.checkbox:disabled+.substitute:after{border-color:#89a}.option-label.-checkmark>.checkbox:checked+.substitute:after{border-color:#00e054}.option-label.-checkmark:hover>.substitute{background:#242a34}.option-label.-checkmark:hover>.checkbox:checked+.substitute:after{border-color:#00e054}.option-label.-checkmark:hover>.checkbox:disabled+.substitute:after,.option-label.-checkmark:hover>.checkbox:disabled:checked+.substitute:after{border-color:#89a}.option-label.-checkmark>.checkbox+.substitute{border-radius:3px;height:20px;width:20px}.option-label.-checkmark>.checkbox+.substitute:after{height:10px;margin-top:-1px;width:4px}.option-label.-toggle{min-height:auto;padding-left:0;padding-top:0}.option-label.-toggle>.label{margin-left:.75em}.option-label.-toggle.-small{font-size:.92307692rem}.mobile .option-label.-toggle.-small{font-size:1rem}.option-label.-toggle.-small input[role=switch]:checked~.state>.track>.handle{transform:translateX(.78125em)}.option-label.-toggle.-small .state>.track{border-radius:1.25em;height:1.25em;width:2.03125em}.option-label.-toggle.-small .state>.track>.handle{height:1.25em;padding:2px;width:1.25em}.option-label.-radio>.radio+.substitute{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a}.option-label.-radio>.radio+.substitute:after{background:#89a;transform:translate(-50%,-50%)}.option-label.-radio>.radio:focus+.substitute{background-color:#36404f;box-shadow:none}.option-label.-radio>.radio:focus:checked+.substitute:after{background:#9ab}.option-label.-radio>.radio:focus:disabled+.substitute,.option-label.-radio>.radio:focus:disabled:checked+.substitute{background-color:#2c3440;box-shadow:inset 0 -1px 0 #456;color:#89a}.option-label.-radio>.radio:focus:disabled+.substitute:after,.option-label.-radio>.radio:focus:disabled:checked+.substitute:after{background:#89a}.option-label.-radio>.radio:active:checked+.substitute:after{background:#9ab}.option-label.-radio>.radio:disabled+.substitute{opacity:.5}.option-label.-radio>.radio:disabled+.substitute:after{background:#89a}.has-no-touch .option-label.-radio:hover>.substitute{background-color:#36404f;box-shadow:none}.option-label.-radio.-default>.radio+.substitute{border-radius:11px;height:22px;width:22px}.option-label.-radio.-default>.radio+.substitute:after{border-radius:4px;height:8px;width:8px}.option-label.-radio.-small{min-height:16px;padding-left:22px;padding-top:1px}.option-label.-radio.-small>.radio+.substitute{border-radius:8px;height:16px;top:0;width:16px}.option-label.-radio.-small>.radio+.substitute:after{border-radius:3px;height:6px;width:6px}.option-label.-radio.-reversed{text-shadow:#345 0 -1px 0}.option-label.-radio.-reversed>.radio+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.option-label.-radio.-reversed>.radio+.substitute:after{background:#567;transform:translate(-50%,-50%)}.option-label.-radio.-reversed>.radio:focus+.substitute{background-color:#fff;box-shadow:none}.option-label.-radio.-reversed>.radio:focus:checked+.substitute:after{background:#678}.option-label.-radio.-reversed>.radio:focus:disabled+.substitute,.option-label.-radio.-reversed>.radio:focus:disabled:checked+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.option-label.-radio.-reversed>.radio:focus:disabled+.substitute:after,.option-label.-radio.-reversed>.radio:focus:disabled:checked+.substitute:after{background:#567}.option-label.-radio.-reversed>.radio:active:checked+.substitute:after{background:#678}.option-label.-radio.-reversed>.radio:disabled+.substitute{opacity:.35}.option-label.-radio.-reversed>.radio:disabled+.substitute:after{background:#567}.has-no-touch .option-label.-radio.-reversed:hover>.substitute{background-color:#fff;box-shadow:none}.option-label.-like>.like-checkbox+.substitute{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-490px -280px;background-repeat:no-repeat;background-size:800px 1020px;display:block;height:26px;width:30px}.option-label.-like>.like-checkbox:active+.substitute{background-position:-490px -340px}.option-label.-like>.like-checkbox:active:checked+.substitute{background-position:-490px -310px}.option-label.-like>.like-checkbox:checked+.substitute,.option-label.-like>.like-checkbox:checked:focus+.substitute{background-position:-490px -340px}.option-label.-like>.like-checkbox:disabled{opacity:.5}.option-label.-like:hover>.substitute{background-position:-490px -310px}.option-label.-disabled{color:#456;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.option-label.-disabled>.note{color:#456}.option-label.-reversed.-disabled{color:#9ab}.option-label.-reversed.-disabled>.note{color:#789}.option-label.-inline{display:inline;padding-left:25px}.fields-reversed .option-label{color:#def;text-shadow:#345 0 -1px 0}.fields-reversed .option-label.-checkbox{text-shadow:#345 0 -1px 0}.fields-reversed .option-label.-checkbox>.checkbox+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .option-label.-checkbox>.checkbox+.substitute:after{border-bottom:2px solid #567;border-right:2px solid #567;transform:translate(-50%,-50%) rotate(45deg)}.fields-reversed .option-label.-checkbox>.checkbox:focus+.substitute{background-color:#fff;box-shadow:none}.fields-reversed .option-label.-checkbox>.checkbox:focus:checked+.substitute:after{border-color:#678}.fields-reversed .option-label.-checkbox>.checkbox:focus:disabled+.substitute,.fields-reversed .option-label.-checkbox>.checkbox:focus:disabled:checked+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .option-label.-checkbox>.checkbox:focus:disabled+.substitute:after,.fields-reversed .option-label.-checkbox>.checkbox:focus:disabled:checked+.substitute:after{border-color:#567}.fields-reversed .option-label.-checkbox>.checkbox:active:checked+.substitute:after{border-color:#678}.fields-reversed .option-label.-checkbox>.checkbox:disabled+.substitute{opacity:.35}.fields-reversed .option-label.-checkbox>.checkbox:disabled+.substitute:after{border-color:#567}.has-no-touch .fields-reversed .option-label.-checkbox:hover>.substitute{background-color:#fff;box-shadow:none}.fields-reversed .option-label.-radio{text-shadow:#345 0 -1px 0}.fields-reversed .option-label.-radio>.radio+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .option-label.-radio>.radio+.substitute:after{background:#567;transform:translate(-50%,-50%)}.fields-reversed .option-label.-radio>.radio:focus+.substitute{background-color:#fff;box-shadow:none}.fields-reversed .option-label.-radio>.radio:focus:checked+.substitute:after{background:#678}.fields-reversed .option-label.-radio>.radio:focus:disabled+.substitute,.fields-reversed .option-label.-radio>.radio:focus:disabled:checked+.substitute{background-color:#cde;box-shadow:inset 0 -1px 0 #fff;color:#567}.fields-reversed .option-label.-radio>.radio:focus:disabled+.substitute:after,.fields-reversed .option-label.-radio>.radio:focus:disabled:checked+.substitute:after{background:#567}.fields-reversed .option-label.-radio>.radio:active:checked+.substitute:after{background:#678}.fields-reversed .option-label.-radio>.radio:disabled+.substitute{opacity:.35}.fields-reversed .option-label.-radio>.radio:disabled+.substitute:after{background:#567}.has-no-touch .fields-reversed .option-label.-radio:hover>.substitute{background-color:#fff;box-shadow:none}.fields-reversed .option-label.-disabled{color:#9ab}.fields-reversed .option-label.-disabled>.note{color:#789}.search-form{position:relative}.search-form .field{border-radius:15px;box-shadow:0 1px 0 #414d5e;color:#89a;display:block;font-size:1rem;height:30px;line-height:1.30769231;padding:8px 30px 8px 10px;width:100%}.search-form .field:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 9999px #fff}.search-form .field:-webkit-autofill+.action{background-position:-100px -170px}.search-form .action{background:url(../img/sprite.6c5e9c43.svg) no-repeat;background-position:-100px -170px;background-size:800px 1020px;border:none;cursor:pointer;display:block;height:30px;margin:0;overflow:hidden;padding:30px 0 0;position:absolute;right:0;text-indent:110%;top:0;white-space:nowrap;width:30px}.mobile .search-form .action{right:15px;top:18px}.search-form.-dark .field{background:#202428;box-shadow:0 1px 0 #414b54}.search-form.-dark .action{background-position:-100px -200px}.signin-form>.fieldset{background:#14181c;box-sizing:border-box;display:block;padding:13px 0 0 35px;position:relative;z-index:1}.backdropped .signin-form>.fieldset{border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.5);height:auto;padding-bottom:15px;padding-right:15px}.backdropped.show-signin-message .signin-form>.fieldset{border-bottom-left-radius:0;border-bottom-right-radius:0}.signin-form label{color:#678;display:block;font-size:.92307692rem;line-height:1}.signin-form .fields{display:flex}.signin-form .field{font-size:1rem;height:28px;line-height:17px;padding:5px 7px;width:150px}.signin-form .buttons{margin-right:0}.signin-form .buttons span{color:#678;display:block;float:left;height:26px;line-height:26px;margin:0 5px}.signin-form .button{height:28px;letter-spacing:.075em;margin:0;padding-bottom:7px;padding-top:6px}.signin-form .signin-actions{margin-right:15px;position:relative}.signin-form .signin-actions label{display:block;line-height:1}.signin-form .signin-actions label input:focus~.focus{border-bottom:1px dotted #678}.signin-form .signin-actions .option-label{padding-left:20px;padding-top:2px}.signin-form .signin-actions .reset{font-size:.92307692rem;line-height:1;margin:0;padding:0}.signin-form .signin-actions .reset .elongated{display:none}.signin-form .signin-actions .reset a{color:#00e054;text-decoration:none}.signin-form .signin-actions .reset a:focus{border-bottom:1px dotted #00c030}.signin-form .signin-actions .reset a:hover{color:#fff}.signin-form .close{color:#345;cursor:pointer;font-size:26px;left:10px;line-height:1;position:absolute;top:32px}.signin-form .close:hover{color:#def}.signin-form .errormessage{background:#ff8000;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-sizing:border-box;left:0;opacity:0;padding:8px 10px 6px 35px;position:absolute;top:100%;transform:translateY(-40px);transition:transform .3s cubic-bezier(.165,.84,.44,1);width:100%;z-index:0}.show-signin-message .signin-form .errormessage{opacity:1;transform:translateY(-4px)}.signin-form .errormessage p{color:#fff;margin:0}.button-container{float:left;position:relative}.button-container i{background:#20262e;border-radius:3px;bottom:0;display:block;display:none;left:0;position:absolute;right:0;top:0}.button-container .lb-spinner{left:50%;margin:-7px 0 0 -7px;position:absolute;top:50%}.ajax-processing .button-container input[type=submit],.signin-processing .button-container input[type=submit]{visibility:hidden}.ajax-processing .button-container i,.signin-processing .button-container i{display:block}.segmented-control{line-height:1}.segmented-control>.options{background-color:#345;border-radius:9999px;box-shadow:inset 0 1px 1px rgba(44,52,64,.5);display:inline-flex;font-size:1rem;padding:2px}.segmented-control>.options>.option{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;border-radius:9999px;box-sizing:border-box;color:#9ab;cursor:default;display:inline-flex;font-family:inherit;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin:0;padding:0 10px;text-decoration:none}.segmented-control>.options>.option:not(:disabled):focus,.segmented-control>.options>.option:not(:disabled):hover{text-decoration:inherit}.segmented-control>.options>.option:enabled{cursor:pointer}.segmented-control>.options>.option:enabled:focus,.segmented-control>.options>.option:enabled:hover{color:#bcd}.segmented-control>.options>.option:enabled:focus{box-shadow:inset 0 0 0 2px rgba(187,204,221,.25)}.segmented-control>.options>.option.-selected,.segmented-control>.options>.option[aria-selected=true]{background-color:#9ab;color:#2c3440!important}.segmented-control>.options>.option.-selected:focus,.segmented-control>.options>.option[aria-selected=true]:focus{box-shadow:inset 0 0 0 2px #bcd}.segmented-control>.options>.option.-unavailable{display:none}.mobile .segmented-control>.options{font-size:1.08333333rem}.segmented-control>.options>.option{font-size:1em;line-height:1.76923077}.segmented-control.-stretched>.options{display:flex}.segmented-control.-stretched>.options>.option{flex-basis:0;flex-grow:1;flex-shrink:1;justify-content:center;text-align:center}.switch-control{align-items:center;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-flex;font-size:inherit;font-size:1rem;line-height:inherit;line-height:0;margin-bottom:0}.switch-control *,.switch-control :after,.switch-control :before{box-sizing:inherit}.mobile .switch-control{font-size:1.08333333rem}.switch-control input[role=switch]:checked~.state>.track>.handle{transform:translateX(1.23076923em)}.switch-control .state>.track{border-radius:1.84615385em;height:1.84615385em;width:3.07692308em}.switch-control .state>.track>.handle{height:1.84615385em;padding:4px;width:1.84615385em}.switch-control:focus .state>.track,.switch-control:focus-within .state>.track,.switch-control:hover .state>.track{background-color:#456}.switch-control>.label{flex-grow:1;line-height:1.25;margin-left:.5em;order:999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch-control input[role=switch]{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;opacity:0}.switch-control .state{align-self:flex-start;display:inline-flex;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch-control .state>.track{background-color:#345;display:block;position:relative;transition:background-color .5s cubic-bezier(.19,1,.22,1)}.switch-control .state>.track>.handle{background-clip:content-box;background-color:#ff8000;border-radius:50%;display:block;transition-duration:.33333333s;transition-property:transform,background-color;transition-timing-function:cubic-bezier(.19,1,.22,1)}.switch-control input[role=switch]:checked~.state>.statelabel.-off,.switch-control input[role=switch]:not(:checked)~.state .statelabel.-on{display:none}.switch-control input[role=switch]:checked~.state>.track>.handle{background-color:#00c030;transition-duration:.25s}.switch-control:focus,.switch-control:focus-within,.switch-control:hover{transition-duration:.33333333s}.switch-control:focus .state>.track>.handle,.switch-control:focus-within .state>.track>.handle,.switch-control:hover .state>.track>.handle{background-color:#ff9010}.switch-control:focus input[role=switch]:checked~.state>.track>.handle,.switch-control:focus-within input[role=switch]:checked~.state>.track>.handle,.switch-control:hover input[role=switch]:checked~.state>.track>.handle{background-color:#00e054}.switch-control:focus .state>.track>.handle{box-shadow:inset 0 0 0 2px rgba(170,187,204,.4)}.switch-control.-block{display:flex}.switch-control.-highcontrast .state>.track{background-color:#234}.switch-control.-highcontrast:focus .state>.track,.switch-control.-highcontrast:focus-within .state>.track,.switch-control.-highcontrast:hover .state>.track{background-color:#1a2b3c}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;line-height:12px;padding:9px 12px 8px;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#567;border:none;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);color:#c8d4e0;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.button:hover{background:#678;color:#fff;text-decoration:none}.button:active,.button:focus{background:#4a5968;color:#c8d4e0}.body-text .button:hover{color:#fff!important}.body-text .button:active,.body-text .button:focus{color:#c8d4e0!important}.button.-disabled,.button:disabled{cursor:default;opacity:.5}.button.-disabled:active,.button.-disabled:focus,.button.-disabled:hover,.button:disabled:active,.button:disabled:focus,.button:disabled:hover{background:#567;color:#c8d4e0}.button.-small{padding:7px 10px 6px}.button.-small,.button.-smalltext{font-size:.84615385rem}.button.-action{background:#00ac1c;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3);color:#f4fcf0}.button.-action:hover{background:#009d1a;color:#fff}.button.-action:active,.button.-action:focus{background:#009318;color:#e3eae0}.button.-action.-disabled:active,.button.-action.-disabled:focus,.button.-action.-disabled:hover,.button.-action:disabled:active,.button.-action:disabled:focus,.button.-action:disabled:hover{background:#00ac1c;color:#f4fcf0}.button.-twitter{background:#019ad4;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3)}.button.-twitter:hover{background:#01aced}.button.-twitter:active,.button.-twitter:focus{background:#0187ba}.button.-twitter.-disabled:active,.button.-twitter.-disabled:focus,.button.-twitter.-disabled:hover,.button.-twitter:disabled:active,.button.-twitter:disabled:focus,.button.-twitter:disabled:hover{background:#019ad4}.button.-destructive:active,.button.-destructive:hover{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3);color:#fff}.button.-destructive:hover{background:#ec1200}.button.-destructive:active,.button.-destructive:focus{background:#c40f00}.button.-destructive.-disabled:active,.button.-destructive.-disabled:focus,.button.-destructive.-disabled:hover,.button.-destructive:disabled:active,.button.-destructive:disabled:focus,.button.-destructive:disabled:hover{background:#567;color:#c8d4e0}.button.-reversed:not(.-action),.fields-reversed .button:not(.-action){background:#89a;color:#def}.button.-reversed:not(.-action):hover,.fields-reversed .button:not(.-action):hover{background:#9ab;color:#fff}.button.-reversed:not(.-action).-disabled:active,.button.-reversed:not(.-action).-disabled:focus,.button.-reversed:not(.-action).-disabled:hover,.button.-reversed:not(.-action):disabled:active,.button.-reversed:not(.-action):disabled:focus,.button.-reversed:not(.-action):disabled:hover,.fields-reversed .button:not(.-action).-disabled:active,.fields-reversed .button:not(.-action).-disabled:focus,.fields-reversed .button:not(.-action).-disabled:hover,.fields-reversed .button:not(.-action):disabled:active,.fields-reversed .button:not(.-action):disabled:focus,.fields-reversed .button:not(.-action):disabled:hover{background:#89a;color:#def}.button.-reversed.-destructive:hover,.fields-reversed .button.-destructive:hover{background:#ec1200}.button.-reversed.-destructive:active,.button.-reversed.-destructive:focus,.fields-reversed .button.-destructive:active,.fields-reversed .button.-destructive:focus{background:#c40f00}.button.-compact,.button.-tiny{overflow:hidden;text-indent:-999em;white-space:nowrap}.button.-tiny,.button.button-small{font-size:13px;padding:3px 10px 4px}.button.-tiny{border-radius:2px}.button.-activity-indicator{position:relative}.button.-activity-indicator.-active{transition-property:color,background-color,box-shadow}.button.-activity-indicator.-active.-in{transition-duration:.33333333s}.button.-activity-indicator.-active.-out{transition-duration:.5s}.button.-activity-indicator.ajax-disabled:disabled{opacity:1;pointer-events:none}.button.-following,.button.button-action,.button.js-button-following{background:#00ac1c;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3);color:#f4fcf0;cursor:pointer}.button.-following:hover,.button.button-action:hover,.button.js-button-following:hover{background:#009d1a;color:#fff}.button.-following:active,.button.-following:focus,.button.button-action:active,.button.button-action:focus,.button.js-button-following:active,.button.js-button-following:focus{background:#009318;color:#e3eae0}.button.button-action-disabled,.button.button-action-disabled:active,.button.button-action-disabled:hover,.button.button-action.ajax-disabled,.button.button-action.ajax-disabled:active,.button.button-action.ajax-disabled:hover{background:#404d59;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);color:#678;cursor:default}.messages .button.button-action{background:linear-gradient(180deg,#f0f4f8 0,#cde);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);color:#678;cursor:pointer;padding:5px 12px 7px}.messages .button.button-action:hover{background:linear-gradient(180deg,#d0d8df 0,#abc);color:#456;cursor:pointer}.button.-blocked,.button.-red{background:#d10;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3);color:#fff}.button.-blocked:hover,.button.-red:hover{background:#ec1200}.button.-blocked:active,.button.-blocked:focus,.button.-red:active,.button.-red:focus{background:#c40f00}.button.-lozenge{background-color:#abc;border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,0);color:#456;font-size:1.15384615rem;letter-spacing:0;line-height:1;padding:6px 12px 7px;text-transform:none}@media (hover:hover) and (pointer:fine){.button.-lozenge:hover{background:#fff}}.button.-lozenge:active,.button.-lozenge:focus{background:#fff}.button.button-large{border:none;font-size:1rem;padding:10px 20px;text-align:center}.button.button-add{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:0;padding-right:0;text-align:center;width:107px}.home .button.button-add{border-radius:0;margin-left:130px;margin-top:22px}.button.button-add-menu{border-bottom-left-radius:0;border-top-left-radius:0;padding-left:0;padding-right:0;text-align:center;width:24px}.button.button-add-menu em{visibility:hidden}.button.button-add-menu .toggle{background-color:rgba(85,221,102,.25);border-bottom:none;border-bottom-right-radius:3px;border-top-right-radius:3px;bottom:0;left:0;position:absolute;right:0;text-shadow:0;top:0}.button.button-add-menu .toggle:before{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-160px -170px;background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.button.button-add-menu:active .toggle:after{opacity:.5}.button.button-unfollow:active,.button.button-unfollow:focus,.button.button-unfollow:hover{background:#ee7000;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3)}.button.button-unfollow:active,.button.button-unfollow:focus{background:#e95b00}.button.-compact{background-color:#9ab;border-radius:15px;height:30px;padding:0 0 0 30px;position:relative}.button.-compact:hover{background-color:#abc}.button.-compact:active,.button.-compact:focus{background:#89a}.button.-compact .icon{background-image:url(../img/network-icons.2f6c2b6d.svg);background-repeat:no-repeat;background-size:120px 60px;border-radius:15px;height:30px;width:30px}.button.-compact.-follow .icon{background-position:0 0}.button.-compact.-following{background-color:#00ac1c}.button.-compact.-following .icon{background-position:-30px -30px}.button.-compact.-following:hover{background:#ee7000}.button.-compact.-following:hover .icon{background-position:-90px -30px}.has-touch .button.-compact.-following:hover .icon{background-position:-30px -30px}.button.-compact.-following:active,.button.-compact.-following:focus{background:#e95b00}.button.-compact.-friend .icon{background-position:-60px 0}.button.-compact.-friended{background-color:#f040f0}.button.-compact.-friended .icon{background-position:-60px -30px}.button.-compact.-friended:hover{background:#ee7000}.button.-compact.-friended:hover .icon{background-position:-90px -30px}.has-touch .button.-compact.-friended:hover .icon{background-position:-60px -30px}.button.-compact.-friended:active,.button.-compact.-friended:focus{background:#e95b00}.button.-tiny{height:28px;padding:4px 0 4px 24px}.button.-tiny .icon{height:30px;width:30px}.button.button-small-icon{padding-left:23px}.button.button-small-icon .icon{height:20px;top:-1px;width:21px}.button.-following .icon,.button.js-button-following .icon{background-position:-290px -200px}.button.-following:active,.button.-following:hover,.button.js-button-following:active,.button.js-button-following:hover{color:#fff}.button.-following:hover,.button.js-button-following:hover{background:#ee7000}.button.-following:active,.button.-following:focus,.button.js-button-following:active,.button.js-button-following:focus{background:#e95b00}.button.button-unfollow .icon{background-position:-320px -200px}.button.js-button-follow .icon{background-position:-350px -200px}.button.-tiny-follow .icon{background-position:-330px -230px}.button.-tiny-following .icon{background-position:-300px -230px}.button.-tiny-following:hover .icon{background-position:-390px -230px}.has-touch .button.-tiny-following:hover .icon{background-position:-300px -230px}.button.button-invitation-resend .icon{background-position:-460px -230px}.button.button-invitation-revoke .icon{background-position:-490px -230px}.button.button-cta{background:linear-gradient(180deg,#ef5350 0,#c33);border-radius:4px;color:#fff;font-size:20px;letter-spacing:.075em;line-height:1;padding:10px 20px;text-shadow:#b20000 0 -1px 0}.button.button-cta:hover{background:linear-gradient(180deg,#ed3c39 0,#b82e2e)}.button.button-cta:active,.button.button-cta:focus{background:linear-gradient(180deg,#eb2521 0,#a32929);color:#fff}.button.-visuallyhidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.follow-button-wrapper{visibility:hidden}h1 .follow-button-wrapper{display:inline-block;margin-left:5px;position:relative;top:-2px}.follow-button-wrapper .button.-tiny{border-radius:8px;height:16px;padding:0 0 0 16px;width:0}.follow-button-wrapper .button.-tiny .icon{height:14px;left:1px;top:1px;width:14px}.button-cancel{cursor:pointer}.micro-button{border:2px solid #303840;border-radius:2px;color:#9ab;font-size:.76923077rem;letter-spacing:.075em;padding:4px 5px 3px;text-transform:uppercase}.micro-button.-disabled,.micro-button[disabled]{opacity:.5}.micro-button:not([disabled]):not(.-disabled){cursor:pointer}.micro-button:not([disabled]):not(.-disabled):active,.micro-button:not([disabled]):not(.-disabled):hover{border-color:#9ab;color:#fff}.micro-button:not([disabled]):not(.-disabled):focus{border-color:#9ab}.micro-button.-large{background-color:#567;border:none;border-radius:6px;color:#fff;display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.38461538rem;font-weight:400;letter-spacing:0;padding:.5em .75em;text-transform:none}.-centered-content,.-centered-content p{text-align:center}.text-slug{background:#283038;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05);color:#9ab;display:inline-block;line-height:1.5;padding:3px 6px;white-space:nowrap}.text-slug a{color:#bcd}.text-slug a:active,.text-slug a:hover{color:#def}.text-slug a.action{color:#40bcf4}.text-slug a.action:hover{color:#fff}.text-slug.-large{padding:7px 10px}.text-slug.-upper{font-size:.84615385rem;letter-spacing:.1em;padding-bottom:1px;text-transform:uppercase}.mobile .text-slug.-upper{font-size:.91666667rem}.text-slug .badge{line-height:1;margin:0 2px}p .text-slug{line-height:inherit}a.text-slug{cursor:pointer}a.text-slug:active,a.text-slug:hover{background:#303840;color:#def}.film-links,.text-slugs{margin:15px 0 10px}.film-links li,.text-slugs li{margin:0 0 5px}.film-links li:last-child,.text-slugs li:last-child{margin:0}.film-links li .text-slug,.text-slugs li .text-slug{display:block;float:none;margin-right:0;padding:5px 0;text-align:center}.text-sluglist{color:#cde;font-size:.92307692rem}.text-sluglist .text-slug{box-sizing:border-box;margin-bottom:1px;margin-right:1px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.text-indentedlist{font-size:.92307692rem}.text-indentedlist p{padding-top:.3em}.private-slug{background-color:#678;border-radius:2px;color:#fff;display:inline-block;font-size:.76923077rem;font-style:normal;margin-left:4px;padding:3px 5px 2px;position:relative;text-transform:uppercase;top:-1px}.mobile .private-slug{font-size:.83333333rem}.title-1 .private-slug{vertical-align:middle}.button-secondary{align-items:center;background-color:#567;border:none;border-radius:.23076923rem;color:#c8d4e0;display:inline-flex;font-family:Graphik-Semibold-Web,sans-serif;font-size:1rem;font-weight:400;height:2.46153846rem;line-height:1;padding:0 .92307692rem}.button-secondary:not(.-text){box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}.button-secondary[disabled]{opacity:.5}.button-secondary:not([disabled]){cursor:pointer}.button-secondary:not([disabled]):hover{color:#fff}.button-secondary:not([disabled]):active{background:#456;color:#fff}.button-secondary:not([disabled]).-destructive:active,.button-secondary:not([disabled]).-destructive:hover{background-color:#ec1200;color:#fff}.button-secondary:focus{color:#fff;outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.button-secondary:focus:not(.focus-ring){outline-width:0}.button-secondary>.glyph{height:1.23076923rem;width:1.23076923rem;fill:currentColor;margin-right:.30769231rem;opacity:.8;transform:translate(-.15384615rem,-.07692308rem)}.button-secondary.-small{font-size:.92307692rem;height:1.84615385rem;padding:0 .61538462rem}.button-secondary.-small>.glyph{height:1.07692308rem;margin-right:.23076923rem;transform:translate(-.07692308rem,-.07692308rem);width:1.07692308rem}.button-secondary.-large{border-radius:.30769231rem;font-size:1.38461538rem;height:3.23076923rem;padding:0 1.84615385rem}.button-secondary.-large>.glyph{height:1.84615385rem;transform:translate(-.15384615rem,-.07692308rem);width:1.84615385rem}.button-secondary.-action{background:#00ac1c;color:#fff}.button-secondary.-action:hover{background:#009d1a}.button-secondary.-action:active,.button-secondary.-action:focus{background:#009318}.button-secondary.-pro{background:#ee7000;color:#fff}.button-secondary.-pro:hover{background:#eb6300}.button-secondary.-pro:active,.button-secondary.-pro:focus{background:#e95b00}.button-secondary.-text{background:none;color:#9ab;font-family:Graphik-Regular-Web,sans-serif;font-weight:400;height:2.23076923rem}.button-secondary.-text.-small{height:1.84615385rem}.button-secondary.-text:hover{background:#202830;color:#bcd}.button-secondary.-text:active{background:#202830;color:#fff}.button-secondary.-outline{background:none;border:.07692308rem solid #456;color:#9ab;font-family:Graphik-Regular-Web,sans-serif;font-weight:400}.button-secondary.-outline.-large{border-width:.15384615rem}.button-secondary.-outline:hover{border-color:#678;color:#bcd}.button-secondary.-outline:active{background:#202830;border-color:#89a;color:#fff}.grid-constraint{margin-left:auto;margin-right:auto}.grid-constraint.-page{max-width:960px}p.text-link{color:#89a;font-size:12px}p.text-link .redact-link,p.text-link .report-link{color:#456;vertical-align:middle}aside.sidebar p.text-link{margin:10px 0 0}aside.sidebar p.text-link+.progress-panel{margin-top:2.46153846rem}aside.sidebar .bio-link+p.text-link,aside.sidebar .person-image+p.text-link{margin:2px 0 14px}.body-text{font-size:1.15384615rem;overflow-wrap:break-word}.body-text a{color:#def}.body-text a:active,.body-text a:hover{color:#40bcf4}.body-text b,.body-text strong{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.body-text blockquote{border-left:1px solid #456;color:#abc;margin:1em 0;padding-left:1em}.body-text blockquote p:last-child{margin-bottom:0}.body-text p{margin-bottom:.66666667em}.body-text small,.body-text.-small{font-size:1rem;line-height:1.46153846}.body-text.-small p{font-size:inherit;line-height:inherit}.body-text.-small a.-mute{color:inherit}.body-text.-small a.-mute:active,.body-text.-small a.-mute:hover{color:#40bcf4}.body-text.-hero{font-size:1.30769231rem;line-height:1.52941176}.body-text.-hero p{margin-bottom:.70588235em}.body-text.-hero a:active b,.body-text.-hero a:active strong,.body-text.-hero a:hover b,.body-text.-hero a:hover strong{color:#40bcf4}.body-text.-caption{margin-top:.625em}.body-text.-prose{font-family:TiemposTextWeb-Regular,Georgia,serif;font-size:1.15384615rem;line-height:1.6}.body-text.-prose p{line-height:inherit;margin-bottom:.66666667em}.body-text.-prose blockquote{line-height:inherit}.body-text.-prose b,.body-text.-prose strong{font-family:TiemposTextWeb-Semibold,Georgia,serif;font-weight:400}.body-text.-prose.-hero{font-size:1.23076923rem;line-height:1.5625;margin-bottom:.625em}.body-text.-prose.-hero p{line-height:inherit;margin-bottom:.625em}.body-text.-prose.-hero.-loose{line-height:1.6875}.body-text.-prose.-small{font-size:1.07692308rem;line-height:1.57142857}.body-text.-prose.-small p{font-size:inherit;line-height:inherit}.body-text.-mute{color:#678}.body-text.-centered{text-align:center}.title-hero+.body-text.-centered{margin:-1.53846154rem 0 2.46153846rem}.body-text .text-link{color:#89a;font-size:12px}.body-text .rating-in-text{vertical-align:top}.body-text.-boxed{border:1px solid #456;border-radius:4px;margin-bottom:1.53846154rem;padding:1.53846154rem;text-align:center}.body-text.-boxed>:last-child{margin-bottom:0}.body-text.-boxedinline{background-color:#202830;border-radius:4px;display:inline-block;padding:.76923077rem}.body-text .iconlist{margin-top:1.53846154rem}.body-text .iconlist>li{padding-left:3.07692308rem;position:relative}.body-text .iconlist>li+li{margin-top:1em}.body-text .iconlist>li:before{background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:24px;left:0;position:absolute;top:.2em;width:24px}.body-text .iconlist.-ticks>li:before{background-image:url(../img/bullet-tick.9cf012e9.svg)}.body-text.-reset p{font-size:inherit;line-height:inherit}.body-text.-reset p:last-child{margin-bottom:0}.body-text.-inherit{font-size:inherit;line-height:inherit}.body-text.-linkbase a:-moz-any-link{text-decoration:underline;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.body-text.-linkbase a:any-link{text-decoration:underline;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.condense_control{color:#def;white-space:nowrap}.condense_control:active,.condense_control:hover{color:#40bcf4}.condense_control_less{color:#def}.media-element{margin:0}.media-element img{display:block;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}.media-element img.lazyload{opacity:0}.media-element img.lazyloaded{opacity:1}.media-element>.image,.media-element>.video{position:relative}.media-element>.image>.aspect,.media-element>.video>.aspect{display:block;height:0;overflow:hidden;position:relative;width:100%}.media-element>.image>.aspect.-r16x9,.media-element>.video>.aspect.-r16x9{padding-top:56.25%}.media-element>.image>.aspect.-r3x2,.media-element>.video>.aspect.-r3x2{padding-top:66.6666667%}.media-element>.image>.aspect.-square,.media-element>.video>.aspect.-square{padding-top:100%}.media-element>.image>.aspect>iframe,.media-element>.image>.aspect>img,.media-element>.image>.aspect>object,.media-element>.video>.aspect>iframe,.media-element>.video>.aspect>img,.media-element>.video>.aspect>object{height:100%;left:0;position:absolute;top:0;width:100%}.media-element>.video>.aspect>.playbutton{display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.media-element>.video>.aspect>.playbutton .oval{opacity:80%;fill:#2c3440;transition:fill .5s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1)}.media-element>.video>.aspect:active>.playbutton .oval,.media-element>.video>.aspect:hover>.playbutton .oval{fill:#40bcf4;opacity:1;transition-duration:.33333333s}.tagline{font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;line-height:1.53846154;margin:20px 0 10px;text-transform:uppercase}.tagline>a{border-bottom:1px solid #456;color:inherit;padding-bottom:1px}.tagline>a:hover{color:#bcd}.tagline>.type{background:#456;border-radius:2px;color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin-right:.375em;padding:3px 4px 2px 5px}.site-body{background:#14181c url(../img/content-bg.4284ab72.png) 0 -1px repeat-x;padding:30px 0}body.in-app .site-body{background:#14181c}.site-body.-backdrop{background-image:none;padding-top:400px}.shortbackdropped .site-body.-backdrop{min-height:290px;padding-top:380px}.site-body.-backdrop>.content-wrap{position:relative}.shortbackdropped.-crop .backdrop-wrapper{height:490px;overflow:hidden}.shortbackdropped.-crop .backdrop-wrapper>.backdropimage{height:137.75%}.shortbackdropped.-crop .backdrop-wrapper>.backdropmask:before{height:525px}.shortbackdropped.-crop .site-body.-backdrop{padding-top:280px}.overlay-actions{background:rgba(0,0,0,.8);border-radius:4px;bottom:10px;display:block;display:none;height:28px;left:50%;margin-left:-42px;padding:0;position:absolute;width:84px}.overlay-actions .like-link{cursor:pointer;display:block;margin-left:6px}.overlay-actions .film-watch-link,.overlay-actions .icon-like,.overlay-actions .icon-like .icon,.overlay-actions .icon-liked,.overlay-actions .icon-liked .icon,.overlay-actions .icon-watch,.overlay-actions .icon-watch .icon,.overlay-actions .icon-watched,.overlay-actions .icon-watched .icon,.overlay-actions .menu-link{height:27px;width:25px}.overlay-actions .icon-like,.overlay-actions .icon-liked,.overlay-actions .icon-watch,.overlay-actions .icon-watched{display:block;float:left;margin:0;overflow:hidden;padding-left:25px;width:0}.overlay-actions .menu-link{cursor:pointer;float:left;position:relative}.overlay-actions .film-watch-link{cursor:pointer;display:block;float:left;margin-left:5px}.overlay-actions .icon-like .icon,.overlay-actions .icon-liked .icon{background-position:-470px -700px}.overlay-actions .icon-like:hover .icon{background-position:-500px -700px}.overlay-actions .icon-liked .icon{background-position:-530px -700px}.overlay-actions .menu-link{background-position:-560px -700px}.overlay-actions .menu-link:hover{background-position:-590px -700px}.overlay-actions .icon-watch .icon,.overlay-actions .icon-watched .icon{background-position:-650px -700px}.overlay-actions .icon-watch:hover .icon{background-position:-680px -700px}.overlay-actions .icon-watched .icon{background-position:-710px -700px}.activity-table .-review .overlay-actions{bottom:5px}.activity-table .overlay-actions .like-link-target{margin:0}.overlay-actions .like-link-target,.poster-container .overlay-actions .like-link-target{display:block;margin:0;padding:0}.overlay-actions.-w70,.small-poster-menu .overlay-actions{bottom:3px;height:24px;margin-left:-31.5px;width:63px}.overlay-actions.-w70 .film-watch-link,.overlay-actions.-w70 .icon-like,.overlay-actions.-w70 .icon-like .icon,.overlay-actions.-w70 .icon-liked,.overlay-actions.-w70 .icon-liked .icon,.overlay-actions.-w70 .icon-watch,.overlay-actions.-w70 .icon-watch .icon,.overlay-actions.-w70 .icon-watched,.overlay-actions.-w70 .icon-watched .icon,.overlay-actions.-w70 .menu-link,.small-poster-menu .overlay-actions .film-watch-link,.small-poster-menu .overlay-actions .icon-like,.small-poster-menu .overlay-actions .icon-like .icon,.small-poster-menu .overlay-actions .icon-liked,.small-poster-menu .overlay-actions .icon-liked .icon,.small-poster-menu .overlay-actions .icon-watch,.small-poster-menu .overlay-actions .icon-watch .icon,.small-poster-menu .overlay-actions .icon-watched,.small-poster-menu .overlay-actions .icon-watched .icon,.small-poster-menu .overlay-actions .menu-link{height:24px;width:19px}.overlay-actions.-w70 .icon-like,.overlay-actions.-w70 .icon-liked,.overlay-actions.-w70 .icon-watch,.overlay-actions.-w70 .icon-watched,.small-poster-menu .overlay-actions .icon-like,.small-poster-menu .overlay-actions .icon-liked,.small-poster-menu .overlay-actions .icon-watch,.small-poster-menu .overlay-actions .icon-watched{padding-left:19px;width:0}.overlay-actions.-w70 .like-link,.small-poster-menu .overlay-actions .like-link{margin-left:0}.overlay-actions.-w70 .film-watch-link,.small-poster-menu .overlay-actions .film-watch-link{margin-left:3px;margin-right:1px}.overlay-actions.-w70 .icon-like .icon,.overlay-actions.-w70 .icon-liked .icon,.small-poster-menu .overlay-actions .icon-like .icon,.small-poster-menu .overlay-actions .icon-liked .icon{background-position:-650px -640px}.overlay-actions.-w70 .icon-like:hover .icon,.small-poster-menu .overlay-actions .icon-like:hover .icon{background-position:-670px -640px}.overlay-actions.-w70 .icon-liked .icon,.small-poster-menu .overlay-actions .icon-liked .icon{background-position:-690px -640px}.overlay-actions.-w70 .menu-link,.small-poster-menu .overlay-actions .menu-link{background-position:-650px -670px}.overlay-actions.-w70 .menu-link:active,.overlay-actions.-w70 .menu-link:hover,.small-poster-menu .overlay-actions .menu-link:active,.small-poster-menu .overlay-actions .menu-link:hover{background-position:-670px -670px}.overlay-actions.-w70 .icon-watch .icon,.overlay-actions.-w70 .icon-watched .icon,.small-poster-menu .overlay-actions .icon-watch .icon,.small-poster-menu .overlay-actions .icon-watched .icon{background-position:-650px -610px!important}.overlay-actions.-w70 .icon-watch:hover .icon,.small-poster-menu .overlay-actions .icon-watch:hover .icon{background-position:-670px -610px!important}.overlay-actions.-w70 .icon-watched .icon,.small-poster-menu .overlay-actions .icon-watched .icon{background-position:-690px -610px!important}.has-fade .overlay-actions.-w70{z-index:2}.activity-table .table-activity-viewing .overlay-actions .icon{top:0}.film-detail{border-bottom:1px solid #456;overflow:hidden;padding:15px 0 18px}.no-title .film-detail:first-child{padding-top:0}.film-detail-content{float:right;width:580px}.col-16 .film-detail-content{width:540px}.films-reviewed .film-detail-content{width:580px}.mobile .films-reviewed .film-detail-content .headline-2{margin-bottom:0}.film-detail-content .headline-2>a,.film-detail-content .headline-3>a{color:#fff;margin-right:5px}.film-detail-content .headline-2>a:hover,.film-detail-content .headline-3>a:hover{color:#40bcf4}.film-detail-content .headline-2 small a,.film-detail-content .headline-3 small a{color:#89a}.film-detail-content .headline-2 a:hover,.film-detail-content .headline-3 a:hover{color:#40bcf4}.film-detail-content .body-text blockquote{border-left:1px solid #456;color:#abc;margin:15px 0;padding-left:15px}.film-detail-content .body-text blockquote,.film-detail-content .body-text li,.film-detail-content .body-text p{font-size:1.15384615rem}.film-detail-content .body-text p{margin-bottom:10px}.film-detail-content>blockquote:last-child,.film-detail-content>p:last-child{margin-bottom:0}.film-detail-content .icon-rewatch{font-size:1rem;padding-left:17px}.mobile .film-detail-content .icon-rewatch{display:inline-block;overflow:hidden;padding-left:0;position:relative;text-indent:110%;top:-2px;vertical-align:middle;white-space:nowrap;width:16px}.film-detail-content .like-link-target{margin-top:15px}.film-detail-content .like-link-target+p .text-slug{margin-top:.76923077rem}.film-detail-content .film-detail-date{display:inline-block;margin-right:7px;vertical-align:middle}.film-detail-content .film-detail-date a{display:inline-block}.film-detail-content .film-detail-meta .comment-count{vertical-align:middle}.film-detail-content .attribution-block{margin-bottom:10px}.mobile .film-detail-content .attribution-block .avatar{float:left}.mobile .film-detail-content .attribution-block .avatar+.attribution>.name{display:block;margin:0 0 5px}.mobile .film-detail-content .attribution-block .attribution{display:block}.film-ext-links{padding-right:1em}.badge{background-color:#678;border-radius:2px;color:#fff;display:inline-block;font-family:Graphik-Regular-Web,sans-serif;font-size:.76923077rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1;margin-left:2px;padding:3px 5px 2px;position:relative;text-transform:uppercase;top:-1px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.mobile .badge{font-size:.83333333rem}.badge.-small{border-radius:2px;font-size:.69230769rem;line-height:1;padding:3px 4px 1px}.mobile .badge.-small{font-size:.75rem;margin-left:.5em;padding:2px 3px 1px}.badge.-medium{border-radius:3px;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.15384615rem;font-weight:400;letter-spacing:.05em;padding:.375em .625em .25em;text-shadow:0 -1px rgba(0,0,0,.3)}.mobile .badge.-medium{font-size:1.25rem}.badge.-large{border-radius:3px;border-radius:4px;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.69230769rem;font-weight:400;letter-spacing:.075em;padding:.40909091em .6em .36363636em;text-shadow:0 -1px rgba(0,0,0,.3)}.badge.-large>.label{margin-right:-.075em}.mobile .badge.-large{font-size:1.83333333rem}.badge.-inline{font-size:75%}.badge.-free{background-color:#2c3440}.badge.-pro{background-color:#ee7000}.badge.-patron{background-color:#209ce4}.badge.-hq{background-color:#4c60dc}.badge.-adult{background-color:#d10}.badge.-memoriam{background-color:#d8e0e8;color:#345}h1.title .badge{font-size:14px}.comment-person .badge,.person-table .badge{border-radius:2px;font-size:9px;line-height:1.2;padding:3px 3px 1px;top:-2px}.netflix-note .badge{line-height:1}.comment-person .badge{margin-left:0;padding-top:1px;top:0}body.tags .col-main{margin-top:-10px}body.tags .col-main.sending-ajax .tabbed,body.tags .col-main.sending-ajax .tags-columns{opacity:.05}ul.tags{overflow:hidden}ul.tags li{float:left;font-size:.84615385rem;line-height:1;margin:0 4px 6px 0;text-transform:lowercase}ul.tags li.tag span:hover{color:#9ab;cursor:default}ul.tags li.tag span.tag-content{padding-right:20px;position:relative}ul.tags li.tag span.tag-content .delete{color:#9ab;display:inline-block;font-size:1rem;font-style:normal;margin:0;position:absolute;right:8px;top:4px}ul.tags li.tag span.tag-content:hover .delete{color:#def}.modal-legacy ul.tags li.tag span.tag-content{background-position:right -870px;border:none;padding:5px 20px 4px 5px;position:relative}.modal-legacy ul.tags li.tag span.tag-content .delete{color:#89a}.modal-legacy ul.tags li.tag span.tag-content:active,.modal-legacy ul.tags li.tag span.tag-content:hover{background-position:right -870px}.modal-legacy ul.tags li.tag span.tag-content:active .delete,.modal-legacy ul.tags li.tag span.tag-content:hover .delete{color:#def}ul.tags .show-on-hover{visibility:hidden}ul.tags .hoverable:hover .show-on-hover{visibility:visible}a.tag,ul.tags li a,ul.tags li.tag span{background-image:url(../img/sprite.6c5e9c43.svg);background-position:right -810px;background-repeat:no-repeat;background-size:800px 1020px;border-bottom-left-radius:2px;border-top-left-radius:2px;box-sizing:border-box;color:#9ab;display:inline-block;height:21px;max-width:120px;overflow:hidden;padding:5px 12px 0 5px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}a.tag:active,a.tag:hover,ul.tags li a:active,ul.tags li a:hover,ul.tags li.tag span:active,ul.tags li.tag span:hover{background-position:right -840px;color:#bcd}ul.tags-columns{-moz-column-count:4;column-count:4;-moz-column-gap:50px;column-gap:50px;margin:16px 0}ul.tags-columns li{display:block;float:none;-moz-column-break-inside:avoid;break-inside:avoid;margin:0;padding:0 4px 6px 0}ul.tags-columns li>span{color:#567;display:inline-block;float:right;font-feature-settings:"tnum" 1}ul.tags-columns li>span>span>a.has-icon{top:2px}ul.tags-columns li>span .content-metadata:not(.-has-count) .has-icon:last-child{margin-right:-2px}.no-mobile .person-tagged .person-header h1>a{max-width:860px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-tagged .person-header h1>a span.badge{line-height:1}.smenu-wrapper{float:right;height:20px;overflow:visible;padding:8px 0 5px;position:relative;z-index:1}.smenu-wrapper.smenu-wrapper-left{float:left}.smenu-wrapper.smenu-wrapper-left .smenu:first-child{margin-left:0}.smenu-wrapper.smenu-wrapper-left .smenu:first-child label{padding-left:0}.smenu-label{font-weight:400;margin:0 0 0 4px;padding:5px 0}.smenu,.smenu-label{display:block;float:left}.smenu{font-size:.84615385rem;margin-left:-4px;position:relative}.mobile .smenu{font-size:.91666667rem}.smenu label{color:#678;display:block;margin:0}.smenu-menu{background:#89a;border-radius:3px;box-shadow:inset 0 1px 0 rgba(0,0,0,.05),0 0 15px rgba(0,0,0,.5);display:none;float:left;padding-bottom:2px;position:absolute}html div.smenu-menu,html ul.smenu-menu{z-index:10010}.smenu-menu li{font-size:.92307692rem;line-height:1;white-space:nowrap}.mobile .smenu-menu li{font-size:1rem}.smenu-menu li.divider-line{border-bottom:none;border-top:1px solid rgba(0,0,0,.1);margin-top:5px;padding-top:5px}.smenu-menu li.divider-line.-inset{border-top:none;padding-top:6px;position:relative}.smenu-menu li.divider-line.-inset:before{background:rgba(0,0,0,.1);content:"";display:block;height:1px;left:24px;position:absolute;right:0;top:0}.smenu-menu li.divider-line-below{border-bottom:1px solid rgba(0,0,0,.1);border-top:none;margin-bottom:5px;padding-bottom:5px}.smenu-menu li.extended-services-title{color:#fff;font-size:.92307692rem;padding-left:8px;text-shadow:rgba(0,0,0,.05) 0 1px 0}.mobile .smenu-menu li.extended-services-title{font-size:1rem}.smenu-menu li.extended-services-title .badge{margin-right:10px;top:-2px}.smenu-menu li.extended-services-title span{display:block;padding-top:8px}.smenu-menu li.note p{color:#def;margin-bottom:0;padding:0 8px;white-space:normal}.smenu-menu li.note p a{color:#def}.smenu-menu li.note p a:active,.smenu-menu li.note p a:hover{color:#fff}.smenu-menu li.note p a.item{margin:0 -8px}.smenu-menu li.note.-upgrade p{max-width:19em}.smenu-menu li small{color:#fff;font-size:.76923077rem}.mobile .smenu-menu li small{font-size:.83333333rem}.smenu-menu li small.note{color:#456;display:block;padding:8px 8px 4px}.smenu-menu li .menu-rating-filter{padding:0 5px}.no-mobile .smenu-menu li{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smenu-menu li>.disabled,.smenu-menu li>.selected{cursor:default;display:block;font-size:.92307692rem;padding:4px 8px;text-shadow:rgba(0,0,0,.05) 0 1px 0}.mobile .smenu-menu li>.disabled,.mobile .smenu-menu li>.selected{font-size:1rem}.smenu-menu li>.disabled{color:#708090;text-shadow:0 1px 0 hsla(0,0%,100%,.1)}.smenu-menu li a.item:hover,.smenu-menu li span.item:hover{background:#708090;color:#fff;text-shadow:rgba(0,0,0,.05) 0 1px 0}.smenu-menu li a.item:hover span,.smenu-menu li span.item:hover span{color:#def;text-shadow:none}.smenu-menu li a.item:hover small,.smenu-menu li span.item:hover small{color:#def}.smenu-menu li a.item:active,.smenu-menu li span.item:active{background:#607080}.smenu-menu li a.item a,.smenu-menu li a.item small,.smenu-menu li a.item span,.smenu-menu li span.item a,.smenu-menu li span.item small,.smenu-menu li span.item span{color:#bcd;text-shadow:none}.smenu-menu li a.item a.badge,.smenu-menu li a.item small.badge,.smenu-menu li a.item span.badge,.smenu-menu li span.item a.badge,.smenu-menu li span.item small.badge,.smenu-menu li span.item span.badge{color:#fff;top:0}.smenu-menu li a.item small,.smenu-menu li span.item small{color:#def}.smenu-menu li .smenu-sublabel,.smenu-menu li a.item,.smenu-menu li span.item{border:none;color:#2c3440;display:block;font-size:.92307692rem;padding:4px 8px;text-shadow:hsla(0,0%,100%,.1) 0 1px 0}.mobile .smenu-menu li .smenu-sublabel,.mobile .smenu-menu li a.item,.mobile .smenu-menu li span.item{font-size:1rem}.smenu-menu li .item.-count{display:flex;flex-wrap:nowrap;justify-content:space-between}.smenu-menu li .item.-count>.label{color:inherit;text-shadow:inherit}.smenu-menu li .item.-count>.label+.count{margin-left:1em}.smenu-menu li .item.-count>.count{align-self:center;background:#678;border-radius:9999px;color:#def;font-size:.69230769rem;font-variant-numeric:tabular-nums;line-height:1;padding:.11111111em .66666667em;text-shadow:none}.mobile .smenu-menu li .item.-count>.count{font-size:.75rem}.smenu-menu li .item.-count:hover>.count{background-color:#cde;color:#567}.smenu-menu li .smenu-sublabel{cursor:default}.smenu-menu li .smenu-sublabel.-uppercase{font-size:.84615385rem;letter-spacing:.075em;padding:8px;text-transform:uppercase}.smenu-menu li>.segmented-control{padding-left:8px;padding-right:8px}.smenu-menu li>.segmented-control:last-child{padding-bottom:4px}.smenu-menu li.smenu-selected{border-bottom:1px solid rgba(0,0,0,.1);color:#fff;display:block;margin-bottom:4px;padding-left:8px;text-shadow:rgba(0,0,0,.05) 0 1px 0}.smenu-menu li.smenu-selected .icon{background-position:-370px -110px}.smenu-menu li.smenu-selected small{color:#fff}.smenu-menu li.smenu-subselected a.item,.smenu-menu li.smenu-subselected span.item,.smenu-menu li.smenu-subselected>.selected{color:#fff;text-shadow:rgba(0,0,0,.05) 0 1px 0}.smenu-menu li.smenu-subselected small{color:#def}.smenu-menu li.smenu-subselected .item.-count{pointer-events:none}.smenu-menu li.smenu-subselected .item.-count>.count{background-color:#def;color:#567}.smenu-menu li .smenu-subselected a.item,.smenu-menu li .smenu-subselected span.item{color:#fff;position:relative;text-shadow:rgba(0,0,0,.05) 0 1px 0}.smenu-menu li .smenu-subselected a.item .icon,.smenu-menu li .smenu-subselected span.item .icon{background:none;height:16px;left:6px;top:2px;width:16px}.smenu-menu li .smenu-subselected a.item .icon:before,.smenu-menu li .smenu-subselected span.item .icon:before{border-bottom:2px solid #14ff6c;border-right:2px solid #14ff6c;content:"";display:block;height:7px;left:4px;position:absolute;top:2px;transform:rotate(45deg);width:3px}.smenu-menu li .smenu-subselected.smenu-exclude a.item .icon:before,.smenu-menu li .smenu-subselected.smenu-exclude span.item .icon:before{border-bottom:none;border-right:2px solid #fff;height:11px;left:4px;position:absolute;top:1px;width:2px}.smenu-menu li .smenu-subselected.smenu-exclude a.item .icon:after,.smenu-menu li .smenu-subselected.smenu-exclude span.item .icon:after{border:2px solid #fff;border-radius:100%;content:"";display:block;height:9px;left:0;position:absolute;top:1px;width:9px}.smenu-menu li ul li a.item,.smenu-menu li ul li span.item{padding-left:24px}.smenu-menu li ul.comment-options li a.item,.smenu-menu li ul.comment-options li span.item{padding-bottom:5px;padding-top:5px}.smenu-menu li ul.comment-options li a.item .icon,.smenu-menu li ul.comment-options li span.item .icon{top:3px}.smenu-menu li ul.comment-options li:last-child{padding-bottom:0}.smenu-menu li:last-child{padding-bottom:4px}.smenu-menu.-listsorting .smenu-selected{font-size:.92307692rem;letter-spacing:.075em;padding-bottom:7px;padding-top:7px}.mobile .smenu-menu.-listsorting .smenu-selected{font-size:1rem}.smenu-menu .option-label{padding:4px 12px 4px 8px}.smenu-menu .option-label.-toggle .state>.track{background-color:#678}.smenu-menu .option-label.-toggle:focus .state>.track,.smenu-menu .option-label.-toggle:focus-within .state>.track,.smenu-menu .option-label.-toggle:hover .state>.track{background-color:#24303c}.smenu-menu .option-label.-toggle>.label{color:#2c3440;text-shadow:hsla(0,0%,100%,.1) 0 1px 0}.smenu-menu .segmented-control>.options{background-color:#678;box-shadow:inset 0 1px 1px rgba(44,52,64,.2);font-size:.84615385rem;transition:background-color .5s cubic-bezier(.19,1,.22,1)}.mobile .smenu-menu .segmented-control>.options{font-size:.91666667rem}.smenu-menu .segmented-control>.options>.option{color:#bcd;font-size:1em;line-height:1.36363636}.smenu-menu .segmented-control>.options>.option:enabled:focus,.smenu-menu .segmented-control>.options>.option:enabled:hover{color:#def}.smenu-menu .segmented-control>.options>.option:enabled:focus{box-shadow:inset 0 0 0 2px rgba(221,238,255,.25)}.smenu-menu .segmented-control>.options>.option.-selected,.smenu-menu .segmented-control>.options>.option[aria-selected=true]{background-color:#cde}.smenu-menu .segmented-control>.options>.option.-selected:focus,.smenu-menu .segmented-control>.options>.option[aria-selected=true]:focus{box-shadow:inset 0 0 0 2px #def}.smenu-menu .segmented-control>.options:focus,.smenu-menu .segmented-control>.options:focus-within,.smenu-menu .segmented-control>.options:hover{background-color:#24303c;transition-duration:.33333333s}.smenu-menu.-static{float:none;position:static;width:-moz-fit-content;width:fit-content}.smenu-menu[data-placement=left-start]>.smenu-selected:first-child{text-align:right}.smenu-menu .smenu-selected,.smenu-wrapper label{cursor:default;font-size:.84615385rem;letter-spacing:.05em;line-height:1;padding:5px 8px 6px;text-transform:uppercase}.mobile .smenu-menu .smenu-selected,.mobile .smenu-wrapper label{font-size:.91666667rem}.no-mobile .smenu-menu .smenu-selected,.no-mobile .smenu-wrapper label{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-mobile .smenu-menu .smenu-selected>.username,.no-mobile .smenu-wrapper label>.username{display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;vertical-align:text-bottom;white-space:nowrap}.no-mobile .smenu-menu .smenu-selected>.username.-before,.no-mobile .smenu-wrapper label>.username.-before{max-width:52px}.smenu-menu .smenu-selected small,.smenu-menu .smenu-selected.-lower,.smenu-wrapper label small,.smenu-wrapper label.-lower{letter-spacing:0;text-transform:none}.smenu-menu .smenu-selected.-bold,.smenu-wrapper label.-bold{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.smenu-menu .smenu-selected .count,.smenu-wrapper label .count{color:#678}.smenu-menu .smenu-selected .icon,.smenu-wrapper label .icon{background-position:-370px -100px;display:inline-block;height:10px;left:auto;margin-left:2px;position:relative;top:1px;vertical-align:top;width:10px}.browse-nav-smenu .smenu-selected{font-size:.92307692rem;letter-spacing:.075em;padding-bottom:7px;padding-top:7px}.mobile .browse-nav-smenu .smenu-selected{font-size:1rem}.browse-nav-smenu .smenu-selected .icon{top:2px}.permissions-menu .smenu-selected{font-size:.92307692rem}.mobile .permissions-menu .smenu-selected{font-size:1rem}.permissions-menu .smenu-selected .icon{top:2px}.smenu-wrapper label:hover{color:#89a}.smenu-wrapper label:hover .icon{background-position:-370px -90px}.disabled-menu-state a,.disabled-menu-state a:active,.disabled-menu-state a:hover{background:none;color:#567;pointer-events:none;text-shadow:0 1px 0 hsla(0,0%,100%,.15)}.hide-unwatched .smenu-menu .js-fade-toggle,.hide-watched .smenu-menu .js-fade-toggle,.my-own-films .smenu-menu .js-fade-toggle{pointer-events:none}.hide-unwatched .smenu-menu .js-fade-toggle .handle,.hide-unwatched .smenu-menu .js-fade-toggle .track,.hide-watched .smenu-menu .js-fade-toggle .handle,.hide-watched .smenu-menu .js-fade-toggle .track,.my-own-films .smenu-menu .js-fade-toggle .handle,.my-own-films .smenu-menu .js-fade-toggle .track{opacity:.5}.hide-unwatched .smenu-menu .js-fade-toggle .label,.hide-watched .smenu-menu .js-fade-toggle .label,.my-own-films .smenu-menu .js-fade-toggle .label{color:#567;text-shadow:0 1px 0 hsla(0,0%,100%,.15)}.documentaries-only .smenu-menu .js-film-filter[data-category=docs] a,.documentaries-only .smenu-menu .js-film-filter[data-category=docs] a:active,.documentaries-only .smenu-menu .js-film-filter[data-category=docs] a:hover,.my-own-films .smenu-menu .js-film-filter[data-category=watched] a,.my-own-films .smenu-menu .js-film-filter[data-category=watched] a:active,.my-own-films .smenu-menu .js-film-filter[data-category=watched] a:hover,.my-own-films.films-diary .smenu-menu .js-film-filter[data-category=logged] a,.my-own-films.films-diary .smenu-menu .js-film-filter[data-category=logged] a:active,.my-own-films.films-diary .smenu-menu .js-film-filter[data-category=logged] a:hover,.my-own-films.films-rated .smenu-menu .js-film-filter[data-category=rated] a,.my-own-films.films-rated .smenu-menu .js-film-filter[data-category=rated] a:active,.my-own-films.films-rated .smenu-menu .js-film-filter[data-category=rated] a:hover,.my-own-films.films-reviewed .smenu-menu .js-film-filter[data-category=reviewed] a,.my-own-films.films-reviewed .smenu-menu .js-film-filter[data-category=reviewed] a:active,.my-own-films.films-reviewed .smenu-menu .js-film-filter[data-category=reviewed] a:hover,.my-own-films.likes .smenu-menu .js-film-filter[data-category=liked] a,.my-own-films.likes .smenu-menu .js-film-filter[data-category=liked] a:active,.my-own-films.likes .smenu-menu .js-film-filter[data-category=liked] a:hover,.my-own-page.owned-list .smenu-menu .js-film-filter[data-category=owned] a,.my-own-page.owned-list .smenu-menu .js-film-filter[data-category=owned] a:active,.my-own-page.owned-list .smenu-menu .js-film-filter[data-category=owned] a:hover,.my-watchlist .smenu-menu .js-film-filter[data-category=watchlisted] a,.my-watchlist .smenu-menu .js-film-filter[data-category=watchlisted] a:active,.my-watchlist .smenu-menu .js-film-filter[data-category=watchlisted] a:hover,.unreleased-films-only .smenu-menu .js-film-filter[data-category=unreleased] a,.unreleased-films-only .smenu-menu .js-film-filter[data-category=unreleased] a:active,.unreleased-films-only .smenu-menu .js-film-filter[data-category=unreleased] a:hover,.watched-films-subset .smenu-menu .js-film-filter[data-category=watched] a,.watched-films-subset .smenu-menu .js-film-filter[data-category=watched] a:active,.watched-films-subset .smenu-menu .js-film-filter[data-category=watched] a:hover{background:none;color:#567;pointer-events:none;text-shadow:0 1px 0 hsla(0,0%,100%,.15)}.js-poster-mode-none .smenu-menu .js-custom-poster-toggle,.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle{pointer-events:none}.js-poster-mode-none .smenu-menu .js-custom-poster-toggle .handle,.js-poster-mode-none .smenu-menu .js-custom-poster-toggle .track,.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle .handle,.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle .track{opacity:.5}.js-poster-mode-none .smenu-menu .js-custom-poster-toggle .label,.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle .label{color:#567;text-shadow:0 1px 0 hsla(0,0%,100%,.15)}.js-poster-mode-none .smenu-menu .js-custom-poster-control,.js-poster-mode-theirs .smenu-menu .js-custom-poster-control{opacity:.3;pointer-events:none}.site-header{height:72px;position:relative;z-index:1100}.backdropped .site-header .site-header-bg{background-color:transparent;background-image:linear-gradient(180deg,#14181c 0,rgba(20,24,28,.945) 16.56%,rgba(20,24,28,.802) 30.85%,rgba(20,24,28,.606) 43.77%,rgba(20,24,28,.394) 56.23%,rgba(20,24,28,.198) 69.15%,rgba(20,24,28,.055) 83.44%,rgba(20,24,28,0));background-repeat:repeat-x;height:95px;left:0;opacity:.7;position:absolute;right:0;top:0}.no-mobile .backdropped .site-header .site-header-bg{transition:opacity .4s cubic-bezier(.165,.84,.44,1)}.backdropped .site-header:hover .site-header-bg{opacity:.85}.site-header .site-logo{float:left;margin:22px 0 0;position:relative}.no-mobile .backdropped .site-header .site-logo:before{background:url(../img/logo-shadow.20824b5c.png) no-repeat;background-size:100% 100%;content:"";display:block;height:32px;left:-4px;opacity:.5;position:absolute;top:-4px;width:238px;z-index:0}.site-header .site-logo.-parasite>.parasite-dot{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MiIgaGVpZ2h0PSI3MCI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSIyOC41IiBjeT0iMTIuNSIgcj0iMTAuNSIvPjxjaXJjbGUgY3g9IjMxIiBjeT0iNTAiIHI9IjgiLz48L2c+PC9zdmc+);background-position:0 0;background-repeat:no-repeat;background-size:62px 70px;height:25px;left:0;opacity:0;position:absolute;top:0;width:57px}.mobile .site-header .site-logo.-parasite>.parasite-dot{background-position:0 -30px;height:40px;width:62px}.site-header p{margin:0}.site-header section{height:72px;margin:0 auto;position:relative;width:950px}.site-header .add-menu-wrapper{position:absolute;right:0;top:24px;width:24px;z-index:1210}.site-header .add-menu-wrapper .button-add-menu{padding-bottom:7px;padding-top:6px}.site-header .button-add{box-sizing:border-box;line-height:13px;padding-bottom:6px;padding-left:26px;padding-top:6px;position:absolute;right:23px;text-align:left;top:24px;width:67px}.no-mobile .site-header .button-add:after,.no-mobile .site-header .button-add:before{background:#fff;content:"";display:block;left:15px;margin-top:-1px;position:absolute;top:50%;transform:translate(-50%,-50%)}.no-mobile .site-header .button-add:before{height:10px;width:2px}.no-mobile .site-header .button-add:after{height:2px;width:10px}.site-header .main-nav{position:absolute;right:110px;top:22px}.no-mobile .site-header .main-nav{transition:right .3s cubic-bezier(.165,.84,.44,1)}.site-header .search-form{height:30px;padding-bottom:2px;pointer-events:none;position:absolute;right:0;top:-100px;visibility:hidden;width:89px}.no-mobile .site-header .search-form{transition:width .3s cubic-bezier(.165,.84,.44,1)}.site-header .search-form .field{font-size:12px;padding:6px 30px 6px 10px;width:100%}.site-header .add-menu-wrapper,.site-header .button-add{opacity:1}.no-mobile .site-header .add-menu-wrapper,.no-mobile .site-header .button-add{transition:opacity .3s cubic-bezier(.165,.84,.44,1);transition-delay:.2s}.site-header .signin-form{display:none;position:absolute;right:0;top:0;z-index:1240}.site-header.-searchopen .add-menu-wrapper,.site-header.-searchopen .button-add{opacity:0}.no-mobile .site-header.-searchopen .add-menu-wrapper,.no-mobile .site-header.-searchopen .button-add{transition:opacity 0s;transition-delay:0s}.no-mobile .site-header.-searchopen .main-nav{right:155px}.site-header.-searchopen .search-form{pointer-events:auto;top:21px;visibility:visible;width:140px;z-index:1230}.site-logo>.logo{background-position:-350px 0;height:25px;position:relative;width:273px}#add-menu{background:#89a;border-radius:2px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.35),0 0 10px #000;display:none;padding:4px 0;position:absolute;right:0;top:28px;width:200px;z-index:1000}#add-menu li{font-size:12px;margin:0}#add-menu li a{border:none;color:#2c3440;display:block;padding:4px 15px;text-shadow:hsla(0,0%,100%,.1) 0 1px 0}#add-menu li a:hover{background:#678;color:#fff;text-shadow:rgba(0,0,0,.05) 0 1px 0}#add-menu li a:active{background-color:#607080}#add-menu-button,#add-new-button{z-index:1220}#add-menu-button.add-menu-button-active{background-color:#009318}#add-menu-button.add-menu-button-active .icon{background-position:-640px -30px}.homepage-welcome{margin-bottom:4.92307692rem;margin-top:-2.46153846rem}.mobile .homepage-welcome{margin-top:-3.69230769rem}@media (max-width:460px){.mobile .homepage-welcome{margin-bottom:3.07692308rem}}.mobile .homepage-welcome:before{background:url(../img/sprite.6c5e9c43.svg) -350px 0 no-repeat;background-size:800px 1020px;content:"Letterboxd";display:block;height:25px;margin:1.53846154rem auto 2.46153846rem;overflow:hidden;text-indent:-999em;width:230px}.homepage-welcome>.headline-1{font-size:2.76923077rem;line-height:1.33333333;margin-bottom:0}@media (max-width:767px){.homepage-welcome>.headline-1{font-size:2.30769231rem;line-height:1.4}}@media (max-width:460px){.homepage-welcome>.headline-1{font-family:Graphik-Regular-Web,sans-serif;font-size:1.69230769rem;font-weight:400;margin-bottom:.38461538rem}}.homepage-welcome>.button-secondary{margin-bottom:3.07692308rem;margin-top:3.07692308rem}.homepage-welcome>.platforms{color:#789}.homepage-welcome>.platforms>strong{font-family:Graphik-Regular-Web,sans-serif;font-weight:400}@media (min-width:768px){.homepage-welcome>.platforms>strong{margin-right:.5em}}@media (max-width:767px){.homepage-welcome>.platforms>strong{display:block;margin-bottom:.5em;text-align:center}}.homepage-welcome>.platforms>.icons{display:inline-flex;justify-content:space-between;margin-left:.25em;width:60px}.homepage-welcome>.platforms>.icons>.platform{background-image:url(../img/app-platforms.a958b740.svg);background-repeat:no-repeat;background-size:60px 26px;height:26px;opacity:.8;overflow:hidden;text-indent:110%;white-space:nowrap;width:20px}.homepage-welcome>.platforms>.icons>.platform.-ios{background-position:0 0}.homepage-welcome>.platforms>.icons>.platform.-android{background-position:-30px 0;width:30px}.homepage-welcome>.platforms>.icons>.platform:hover{opacity:1}@media (max-width:767px){.homepage-welcome .text{display:block}.homepage-welcome .text.-signin{font-size:1.15384615rem}}.backdrop-metadata{margin:0;position:absolute;right:0;top:0;transform:translate3D(100%,0,0) rotate(-90deg);transform-origin:0 0}.backdrop-metadata a{color:#9ab;display:inline-block;max-width:300px;opacity:.6;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s;white-space:nowrap}.backdrop-metadata a:hover{opacity:1}@media (min-width:1140px){.backdrop-metadata{right:-70px}.backdrop-metadata a{opacity:.4}.backdrop-metadata a:hover{opacity:1}}.jnotify-container{left:5px;position:fixed;top:5px;width:calc(100% - 10px);z-index:100000}@media (min-width:668px){.jnotify-container{max-width:480px}}.jnotify-container .jnotify-notification{margin-bottom:5px;position:relative}.jnotify-container .jnotify-notification .jnotify-background{background-color:#00ac1c;border-bottom:1px solid hsla(0,0%,100%,.25);border-radius:6px;box-shadow:0 10px 10px rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.jnotify-container .jnotify-notification a.jnotify-close,.jnotify-container .jnotify-notification a.jnotify-close:active,.jnotify-container .jnotify-notification a.jnotify-close:focus,.jnotify-container .jnotify-notification a.jnotify-close:hover,.jnotify-container .jnotify-notification a.jnotify-close:link,.jnotify-container .jnotify-notification a.jnotify-close:visited{color:#f4fcf0;cursor:pointer;display:inline-block;font-family:Graphik-Regular-Web,sans-serif;font-size:30px;line-height:1;position:absolute;right:8px;text-align:right;text-decoration:none;top:0;width:30px;z-index:3}.jnotify-container .jnotify-notification a.jnotify-close,.jnotify-container .jnotify-notification a.jnotify-close:link,.jnotify-container .jnotify-notification a.jnotify-close:visited{opacity:.6}.jnotify-container .jnotify-notification a.jnotify-close:active,.jnotify-container .jnotify-notification a.jnotify-close:focus,.jnotify-container .jnotify-notification a.jnotify-close:hover{opacity:1}.jnotify-container .jnotify-notification .jnotify-message{color:#f4fcf0;font-family:Graphik-Semibold-Web,sans-serif;font-size:14px;letter-spacing:-.0125em;line-height:1.2em;padding:14px 40px 16px 16px;position:relative;text-align:left;z-index:2}.jnotify-container .jnotify-notification .jnotify-message a{border-bottom:1px solid hsla(0,0%,100%,.5);color:#fff}.jnotify-container .jnotify-notification .jnotify-message a:active,.jnotify-container .jnotify-notification .jnotify-message a:hover{border-bottom:1px solid #fff}.jnotify-container .jnotify-notification .jnotify-message *{font-size:1em}.jnotify-container .jnotify-notification .jnotify-message :last-child{margin-bottom:0}.jnotify-container .jnotify-notification .jnotify-message b,.jnotify-container .jnotify-notification .jnotify-message strong{font-weight:inherit}.jnotify-container .jnotify-notification-error .jnotify-background,.jnotify-container .jnotify-notification-warning .jnotify-background{background-color:#ee7000}.jnotify-container .jnotify-notification-error .jnotify-close,.jnotify-container .jnotify-notification-error .jnotify-message,.jnotify-container .jnotify-notification-warning .jnotify-close,.jnotify-container .jnotify-notification-warning .jnotify-message{color:#fff!important}div.messages{margin-top:20px;position:relative}div.messages a.dismiss{background-position:-370px -50px;display:none;height:15px;left:auto;right:10px;top:12px;width:15px}div.messages a.dismiss:active,div.messages a.dismiss:hover{background-position:-410px -50px}div.messages ul{border-radius:5px;display:block;padding:10px 20px}div.messages li,div.messages li p{font-size:14px}div.messages li p:last-child{margin-bottom:0}div.messages li.contains-button{padding-top:3px}div.messages a.button{box-shadow:0 1px 0 rgba(0,0,0,.35);margin-top:-3px}div.messages ul.error-messages,div.messages ul.success-messages{margin-bottom:20px}div.standard-messages{margin-top:0;overflow:hidden;visibility:hidden}div.messages-fixed{position:fixed;top:10px;width:950px;z-index:100}div.messages-fixed ul{box-shadow:0 0 20px #000}ul.general-messages{background-color:#678}ul.general-messages li{text-shadow:0 -1px 0 #345}div.success-message,ul.success-messages{background-color:#52b126}div.success-message,ul.success-messages li{text-shadow:0 -1px 0 #250}div.error-message,ul.error-messages{background-color:#df8329}div.error-message,ul.error-messages li{text-shadow:0 -1px 0 #820}:not(.descriptioncontainer)>div.message,aside .message-container ul{border-radius:3px;color:#fff;display:none;margin:5px 10px;padding:5px 10px}aside .message-container ul{margin-left:0}ul.error-messages a,ul.success-messages a{color:#fff}ul.error-messages a:hover,ul.success-messages a:hover{border-bottom:1px solid #fff}ul.success-messages a{border-bottom:1px solid #b9e8a4}ul.error-messages a{border-bottom:1px solid #fc9}.panel div.message p{font-size:11px;margin:0}body.update p.password{padding:35px 0 20px}body.update section.privacy{margin-top:10px}.favourite-films-selector{margin-bottom:15px}#frm-pronoun{min-width:140px}#favourite-film-search-modal{padding:15px;width:330px}#favourite-films{height:165px;overflow:visible}.update #favourite-films{margin-right:-10px}#favourite-films .-placeholder,#favourite-films .placeholder,#favourite-films .poster,#favourite-films .poster-container{display:block;float:left;margin-right:10px;width:110px}#favourite-films .poster{cursor:move;height:165px;overflow:visible}#favourite-films .poster img{height:auto;width:100%}#favourite-films li:last-child{margin-right:0}#favourite-films .loading-poster{background:#394551 url(../img/spinner-678-2x.d0478944.gif) 50% 50% no-repeat;height:16px;left:50%;margin:-7px 0 0 -7px;position:absolute;top:50%;width:16px}#favourite-films .-placeholder,#favourite-films .placeholder{background-color:#2c3641;border-color:#456;cursor:pointer}#favourite-films .-placeholder:after,#favourite-films .placeholder:after{background:url(../img/sprite.6c5e9c43.svg) -500px -560px no-repeat;content:"";display:block;height:33px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:33px}#favourite-films .-placeholder:active,#favourite-films .-placeholder:hover,#favourite-films .placeholder:active,#favourite-films .placeholder:hover{border-color:#435567}#favourite-films .-placeholder:active:after,#favourite-films .-placeholder:hover:after,#favourite-films .placeholder:active:after,#favourite-films .placeholder:hover:after{background-position:-540px -560px}#favourite-films .remove-favourite-film{background-position:-390px -150px;height:19px;position:absolute;right:-7px;top:-5px;width:19px;z-index:1}#favourite-films .remove-favourite-film:active,#favourite-films .remove-favourite-film:hover{background-position:-410px -150px}.rating{background:url(../img/sprite.6c5e9c43.svg) no-repeat -290px -90px;display:inline-block;height:16px;overflow:hidden;text-indent:110%;white-space:nowrap}.rating.-green{background-position:-450px -50px}.rating.-green.rated-1{background-position:-515px -50px}.rating.-green.rated-3{background-position:-502px -50px}.rating.-green.rated-5{background-position:-489px -50px}.rating.-green.rated-7{background-position:-476px -50px}.rating.-green.rated-9{background-position:-463px -50px}.rating.-tiny,.rating.rating-tiny{background:url(../img/sprite.6c5e9c43.svg) no-repeat -390px -180px;height:10px;width:10px}.rating.-tiny.rated-0,.rating.rating-tiny.rated-0{width:0}.rating.-tiny.rated-1,.rating.rating-tiny.rated-1{background-position:-445px -180px;width:11px}.rating.-tiny.rated-2,.rating.rating-tiny.rated-2{width:10px}.rating.-tiny.rated-3,.rating.rating-tiny.rated-3{background-position:-434px -180px;width:22px}.rating.-tiny.rated-4,.rating.rating-tiny.rated-4{width:21px}.rating.-tiny.rated-5,.rating.rating-tiny.rated-5{background-position:-423px -180px;width:33px}.rating.-tiny.rated-6,.rating.rating-tiny.rated-6{width:32px}.rating.-tiny.rated-7,.rating.rating-tiny.rated-7{background-position:-412px -180px;width:44px}.rating.-tiny.rated-8,.rating.rating-tiny.rated-8{width:43px}.rating.-tiny.rated-9,.rating.rating-tiny.rated-9{background-position:-401px -180px;width:55px}.rating.-tiny.rated-10,.rating.rating-tiny.rated-10{width:54px}.rating.-tiny.-darker,.rating.rating-tiny.-darker{background:url(../img/sprite.6c5e9c43.svg) no-repeat 0 -200px}.rating.-tiny.-darker.rated-1,.rating.rating-tiny.-darker.rated-1{background-position:-55px -200px}.rating.-tiny.-darker.rated-3,.rating.rating-tiny.-darker.rated-3{background-position:-44px -200px}.rating.-tiny.-darker.rated-5,.rating.rating-tiny.-darker.rated-5{background-position:-33px -200px}.rating.-tiny.-darker.rated-7,.rating.rating-tiny.-darker.rated-7{background-position:-22px -200px}.rating.-tiny.-darker.rated-9,.rating.rating-tiny.-darker.rated-9{background-position:-11px -200px}.rating.-micro,.rating.rating-micro{background:url(../img/sprite.6c5e9c43.svg) no-repeat 0 -170px;height:8px;width:12px}.rating.-micro.rated-0,.rating.rating-micro.rated-0{width:0}.rating.-micro.rated-1,.rating.rating-micro.rated-1{background-position:-45px -170px;width:8px}.rating.-micro.rated-2,.rating.rating-micro.rated-2{width:8px}.rating.-micro.rated-3,.rating.rating-micro.rated-3{background-position:-36px -170px;width:17px}.rating.-micro.rated-4,.rating.rating-micro.rated-4{width:17px}.rating.-micro.rated-5,.rating.rating-micro.rated-5{background-position:-27px -170px;width:26px}.rating.-micro.rated-6,.rating.rating-micro.rated-6{width:26px}.rating.-micro.rated-7,.rating.rating-micro.rated-7{background-position:-18px -170px;width:35px}.rating.-micro.rated-8,.rating.rating-micro.rated-8{width:35px}.rating.-micro.rated-9,.rating.rating-micro.rated-9{background-position:-8px -170px;width:44px}.rating.-micro.rated-10,.rating.rating-micro.rated-10{width:44px}.rating.-nano,.rating.rating-nano{background:url(../img/sprite.6c5e9c43.svg) no-repeat 0 -140px;height:7px;width:12px}.rating.-nano.rated-0,.rating.rating-nano.rated-0{width:0}.rating.-nano.rated-1,.rating.rating-nano.rated-1{background-position:-40px -140px;width:7px}.rating.-nano.rated-2,.rating.rating-nano.rated-2{width:7px}.rating.-nano.rated-3,.rating.rating-nano.rated-3{background-position:-32px -140px;width:15px}.rating.-nano.rated-4,.rating.rating-nano.rated-4{width:15px}.rating.-nano.rated-5,.rating.rating-nano.rated-5{background-position:-24px -140px;width:23px}.rating.-nano.rated-6,.rating.rating-nano.rated-6{width:23px}.rating.-nano.rated-7,.rating.rating-nano.rated-7{background-position:-16px -140px;width:31px}.rating.-nano.rated-8,.rating.rating-nano.rated-8{width:31px}.rating.-nano.rated-9,.rating.rating-nano.rated-9{background-position:-8px -140px;width:39px}.rating.-nano.rated-10,.rating.rating-nano.rated-10{width:39px}.rated-0{width:0}.rated-1{background-position:-355px -90px;width:13px}.rated-2{width:12px}.rated-3{background-position:-342px -90px;width:26px}.rated-4{width:25px}.rated-5{background-position:-329px -90px;width:39px}.rated-6{width:38px}.rated-7{background-position:-316px -90px;width:52px}.rated-8{width:51px}.rated-9{background-position:-303px -90px;width:65px}.rated-10{width:64px}.rating-large{background:url(../img/sprite.6c5e9c43.svg) no-repeat -390px -130px;display:inline-block;height:14px;overflow:hidden;text-indent:110%;white-space:nowrap}.rated-large-0{width:0}.rated-large-1{background-position:-470px -130px;width:15px}.rated-large-2{width:14px}.rated-large-3{background-position:-454px -130px;width:31px}.rated-large-4{width:30px}.rated-large-5{background-position:-438px -130px;width:47px}.rated-large-6{width:46px}.rated-large-7{background-position:-422px -130px;width:63px}.rated-large-8{width:62px}.rated-large-9{background-position:-406px -130px;width:79px}.rated-large-10{width:78px}.liked{background:url(../img/sprite.6c5e9c43.svg) no-repeat -390px -70px;height:13px;overflow:hidden;text-indent:110%;white-space:nowrap;width:14px}.liked-tiny,.liked.-tiny,.rating-tiny.liked-tiny{background-position:-457px -180px;display:inline-block;height:10px;width:12px}.liked-tiny,.rating-tiny.liked-tiny{overflow:hidden;text-indent:110%;white-space:nowrap}.rating-green .rating{background-position:-450px -50px}.rating-green .rated-0{width:0}.rating-green .rated-1{background-position:-515px -50px;width:13px}.rating-green .rated-2{width:12px}.rating-green .rated-3{background-position:-502px -50px;width:26px}.rating-green .rated-4{width:25px}.rating-green .rated-5{background-position:-489px -50px;width:39px}.rating-green .rated-6{width:38px}.rating-green .rated-7{background-position:-476px -50px;width:52px}.rating-green .rated-8{width:51px}.rating-green .rated-9{background-position:-463px -50px;width:65px}.rating-green .rated-10{width:64px}.rating-green-tiny .rating{background-position:-350px -380px;height:9px}.rating-green-tiny .rated-2{width:9px}.rating-green-tiny .rated-10{width:49px}.rating-histogram,.rating-histogram ul{height:44px}.rating-histogram{color:#9ab;display:block;overflow:hidden}.rating-histogram .rating-1,.rating-histogram .rating-5{bottom:0;display:block;height:9px;position:absolute}.rating-histogram .rating-1 .rating,.rating-histogram .rating-5 .rating{display:block}.rating-histogram .rating-1{left:0}.rating-histogram .rating-5{right:0}.rating-histogram ul{left:15px;width:200px}.rating-histogram ul,.rating-histogram ul li{bottom:0;display:block;overflow:hidden;position:absolute}.rating-histogram ul li{font-size:10px;height:1px;height:100%;line-height:1;text-indent:110%;white-space:nowrap;width:30px}.rating-histogram i{background:#456;border-top-left-radius:2px;border-top-right-radius:2px}.rating-histogram a,.rating-histogram i{bottom:0;left:0;position:absolute;width:100%}.rating-histogram a{background:none;display:block;padding:0;right:0;top:0}.rating-histogram a:hover i{background-color:#678}.ratings-histogram-chart .section-heading{margin-bottom:15px}.ratings-histogram-chart .average-rating{left:188px;position:absolute;top:28px;z-index:1}.ratings-histogram-chart .average-rating .display-rating{border-radius:20px;color:#789;display:block;font-family:Graphik-Light-Web,sans-serif;font-size:20px;font-weight:400;height:33px;line-height:40px;margin-left:1px;text-align:center;width:33px}.mobile .ratings-histogram-chart .average-rating .display-rating{width:50px}#frm-sidebar-rating{display:none}div.rateit{display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}div.rateit div.rateit-hover,div.rateit div.rateit-range,div.rateit div.rateit-reset,div.rateit div.rateit-selected{background-image:url(../img/sprite.6c5e9c43.svg)}div.rateit .rateit-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;bottom:0;display:block;height:26px;outline:none;overflow:hidden;padding:0;position:absolute;right:100%;text-decoration:none;width:20px}div.rateit .rateit-reset:after{background:url(../img/sprite.6c5e9c43.svg) -370px -50px no-repeat;content:"";display:block;height:16px;left:1px;opacity:0;position:absolute;top:4px;transform:translateX(6px);transition:all .2s;width:16px}.has-touch div.rateit .rateit-reset:after{opacity:.6;transform:translateX(0)}.mobile div.rateit .rateit-reset{left:100%;margin-left:4px;right:auto}.mobile div.rateit .rateit-reset:after{opacity:.6;transform:translateX(0)}div.rateit .rateit-reset:active{opacity:1}div.rateit:active .rateit-reset:after,div.rateit:hover .rateit-reset:after{opacity:.6;transform:translateX(0)}div.rateit div.rateit-range{background-position:-350px -280px;display:inline-block;height:26px;position:relative}div.rateit div.rateit div.rateit-selected,div.rateit div.rateit-hover{position:absolute}div.rateit div.rateit-hover{background-position:-350px -340px}div.rateit div.rateit-selected{background-position:-350px -310px}.smenu-menu div.rateit-hover,.smenu-menu div.rateit-range,.smenu-menu div.rateit-selected{background-image:url(../img/sprite.6c5e9c43.svg);height:26px;width:130px}.smenu-menu div.rateit-range{background-position:-350px -280px;display:block;margin:0 4px;position:relative}.smenu-menu div.rateit-range.-selecting{cursor:ew-resize}.smenu-menu div.rateit-hover{background-position:-350px -340px;position:absolute}.smenu-menu div.rateit-selected{background-position:-350px -310px;position:absolute}.film-table input.rateit-field{background:transparent;border:none;font-size:10px;height:10px;line-height:1;padding:0;width:80px}.film-table div.rateit{display:block;height:16px}.film-table div.rateit div.rateit-range{background-position:0 -360px;height:16px;width:80px}.film-table div.rateit div.rateit-hover{background-position:0 -260px}.film-table div.rateit div.rateit-selected{background-position:0 -280px}input.panel-rateit-field{background:transparent;border:none;color:#2c3641;font-size:10px;height:10px;position:absolute}div.panel-rateit div.rateit-hover,div.panel-rateit div.rateit-range,div.panel-rateit div.rateit-selected{background-image:url(../img/sprite.6c5e9c43.svg)}div.panel-rateit div.rateit-range{background-position:0 -300px;display:block;height:16px;margin:0;width:85px}div.panel-rateit div.rateit-hover{background-position:0 -320px}div.panel-rateit div.rateit-selected{background-position:0 -340px}.rate-film{margin-bottom:20px;margin-right:35px;width:130px}.rate-film label{margin-bottom:7px}.panel{background:#2c3440;border:1px solid #456;border-radius:3px;color:#fff;margin-bottom:20px;padding:10px;position:relative}.panel.pro-message{overflow:hidden}.panel.pro-message small{color:#678;float:left;font-size:12px;line-height:31px;margin:0 5px}.panel.pro-message small.go-pro a{color:#9ab;display:inline-block;line-height:31px}.panel.pro-message small.go-pro a .badge-pro{font-size:13px;line-height:1;margin-right:2px;padding:2px 5px 3px;top:-1px;vertical-align:middle}.panel.pro-message small.go-pro a:hover{color:#40bcf4}.panel.pro-message small.go-pro{margin:0}.panel.pro-message small.go-pro a{color:#bcd}.panel .section-heading{border-bottom:none}.panel .icon-close,.panel .icon-settings{background-position:-370px -50px;height:16px;left:auto;opacity:.5;position:absolute;right:7px;top:8px;width:16px}.panel .icon-close:hover,.panel .icon-settings:hover{background-position:-410px -50px}.panel .icon-settings{background-position:-520px -470px}.panel .icon-settings:active,.panel .icon-settings:hover{background-position:-520px -440px}.panel h3{color:#9ab;font-weight:400;margin-top:0}.panel li{border-bottom:1px solid #456;color:#9ab;padding:8px 0}.panel li .icon-16{color:#fff;padding-left:30px}.panel li span.icon-clone{color:#89a}.panel li .rating-large{left:75px;position:absolute;top:0}.panel li .mute{color:#9ab}.panel li a.quantity{color:#86b9ec;float:right;font-size:16px;margin-top:-2px}.panel li a.quantity:hover{color:#fff}.panel li:first-child{padding-top:0}.panel li:last-child{border:none;padding-bottom:0}.no-avatar{padding-top:6px}.panel .icon-watched .icon{background-position:-410px -110px}.panel .icon-rating .icon{background-position:-570px -90px}.panel .icon-edit .icon{background-position:-610px -90px;left:1px}.panel .icon-rewatch .icon{background-position:-590px -90px;left:2px}.panel .icon-tweet .icon{background-position:-450px -90px;left:1px}.panel .icon-link .icon{background-position:-470px -90px;left:1px}.panel .icon-list .icon{background-position:-510px -90px;left:1px}.panel .icon-private .icon{background-position:-430px -110px}.panel .icon-watchlist .icon{background-position:-650px -70px;left:1px}.panel .remove-from-watchlist .icon{background-position:-650px -90px}.panel .icon-diary .icon{background-position:-530px -90px;left:2px}.panel .icon-review .icon{background-position:-530px -90px;left:1px;top:-1px;width:16px}.panel .icon-mobile .icon{left:4px}.panel .icon-rating .icon{left:2px}.panel .icon-rate .icon{background-position:-570px -110px;height:16px;left:1px;top:7px;width:16px}.panel li a.icon-16{color:#40bcf4}.panel li a.icon-16:hover{color:#ddd}.panel li .film-watch-link .icon-16{color:#40bcf4;cursor:pointer}.panel li .film-watch-link .icon-16:hover{color:#ddd}.panel li .film-watch-link .icon{background-position:-410px -90px;width:19px}.panel li .film-watch-link .icon-watched .icon{background-position:-410px -110px}.panel li .icon-like .icon{background-position:-550px -110px;left:1px;width:16px}.panel li .icon-liked .icon{background-position:-550px -130px;left:1px;width:16px}.panel li.panel-user{overflow:hidden}.panel .avatar{margin-right:10px}.panel-user h3{color:#fff;font-size:16px;font-weight:400;line-height:1.2;margin:3px 0 0}.panel-user h3 a{color:#cde;font-weight:700}.panel-user h3 a:hover{color:#00e054}.panel-user h3 small{color:#9ab;display:block;font-size:11px;font-weight:400;padding-top:2px}.no-avatar .panel-user h3{margin:0}.no-avatar .panel-user h3 small{padding-top:0}.promopanel{background:#456;padding:16px 20px 18px}.promopanel p{font-size:14px;margin:0}.invitationpanel{background:#1c232a;border-color:#2c3440;padding:16px 20px 18px}.invitationpanel p{color:#9ab;margin:0}.watched-small{font-size:.84615385rem}.watched-small a{white-space:nowrap}.no-avatars{margin-top:-2px}.panel-text{color:#89a}.panel-text a:not(.button){color:#def}.panel-text a:not(.button):hover{color:#40bcf4}.panel-text.-centered{text-align:center}.panel-text.condensed p:last-child{margin-bottom:0}.panel-add-film input[type=text]{width:100%}.remove-sidebar-rating{background:none;bottom:10px;height:32px;left:5px;overflow:hidden;position:absolute;width:20px}.remove-sidebar-rating:after{background:url(../img/sprite.6c5e9c43.svg) -370px -50px no-repeat;content:"";display:block;height:16px;left:1px;opacity:0;position:absolute;top:8px;transform:translateX(6px);transition:all .2s;width:16px}.remove-sidebar-rating:active:after,.remove-sidebar-rating:hover:after{opacity:.6;transform:translateX(0)}.remove-sidebar-rating:active{opacity:1}.rateit:hover+.remove-sidebar-rating:after{opacity:.6;transform:translateX(0)}.row{margin-bottom:20px}.has-topnote{position:relative}label{display:block}label.has-icon{padding-left:12px}label.has-icon .icon{height:9px;left:0;top:3px;width:7px}label.has-icon .icon,label.required .icon{background-position:-290px -110px}label.validated .icon{background-position:-300px -110px}input::-webkit-input-placeholder{color:#567}input:-moz-placeholder{color:#567}textarea.notes-field{height:100px}.buttons{padding-top:.76923077rem}.buttons .right{margin-left:4px}button.large-more-button{border:none;box-sizing:content-box;line-height:inherit;margin:0;outline:0;padding:0}a.large-more-button,button.large-more-button{background:#345;border-radius:4px;color:#fff;display:inline-block;letter-spacing:.075em;padding:5px 15px;text-transform:uppercase}a.large-more-button:active,a.large-more-button:hover,button.large-more-button:active,button.large-more-button:hover{background:#456}.inline-left{float:left;margin-right:15px}.col-10 input[type=email],.col-10 input[type=password],.col-10 input[type=text],.col-10 textarea{width:100%}.col-10>.row-cols{overflow:hidden}.col-10>.row-cols .row{float:left;width:190px}.col-10>.row-cols .row:nth-of-type(2n){float:right}.allowed-html{color:#678;font-size:.92307692rem}.allowed-html a{color:#678}.allowed-html a:active,.allowed-html a:hover{color:#9ab}.allowed-html .allowed-tags{color:#678;display:none}.film-table{border-collapse:separate}.film-table thead th{padding-left:12px;text-align:left}.film-table thead th.center{text-align:center}.film-table thead th.th-actions{padding-left:10px;padding-right:9px}.film-table thead th.th-review{padding-right:15px}.film-table tbody tr.not-rated .td-rating .remove-rating{display:none}.film-table tbody td{padding:10px 0 10px 12px;vertical-align:middle}.mobile .film-table tbody td{vertical-align:top}.film-table tbody td .poster{display:inline-block;float:none;margin-right:10px;vertical-align:middle}.film-table tbody td .poster,.film-table tbody td .poster .frame,.film-table tbody td .poster .overlay,.film-table tbody td .poster img{border-radius:var(--poster-border-radius-small)}.mobile .film-table tbody td .poster{display:block;float:left}.film-table tbody td.td-day{color:#456;font-feature-settings:"tnum" 1;font-size:1.84615385rem}.mobile .film-table tbody td.td-day{color:#678;font-size:18px;padding:10px 0 0;width:auto}.mobile .film-table tbody td.td-film-details{padding-left:12px;width:auto}.mobile .film-table tbody td.td-film-details p.rating-green{margin:5px 0 0 45px}.mobile .film-table tbody td.td-like{display:none}.film-table tbody td.td-like .icon-like,.film-table tbody td.td-like .icon-liked{overflow:hidden;padding-left:16px;width:0}.film-table tbody td.td-like .like-link-target{display:inline-block}.film-table tbody td.td-like .like-link-target .icon-like,.film-table tbody td.td-like .like-link-target .icon-liked{cursor:pointer}.mobile .film-table tbody td.td-rating{display:none}.film-table tbody td.td-rating .editable-rating{position:relative}.film-table tbody td.td-rating .remove-rating{color:#9ab;display:block;font-size:15px;left:85px;line-height:1;padding:0;position:absolute;top:0;visibility:hidden}.film-table tbody td.td-rating .remove-rating:active,.film-table tbody td.td-rating .remove-rating:hover{color:#ff8000}.film-table tbody td.td-rating:active .remove-rating,.film-table tbody td.td-rating:hover .remove-rating{visibility:visible}.film-table tbody td.td-rating .rateit{margin-right:15px;width:80px}.film-table tbody td.td-edit{background:#1d232b;padding-left:10px;padding-right:9px}.mobile .film-table tbody td.td-edit{display:none}.film-table tbody td.td-edit .icon-edit{overflow:hidden;padding:0;text-indent:110%;white-space:nowrap;width:16px}.film-table tbody td.td-edit .icon-edit .icon{background-position:-610px -110px}.film-table tbody td.td-edit .icon-edit:active .icon,.film-table tbody td.td-edit .icon-edit:hover .icon{background-position:-610px -90px}.film-table tbody td .icon-prior,.film-table tbody td .icon-review{display:inline-block}.film-table tbody td .rating{height:14px}.mobile .film-table tbody td.td-calendar{padding-left:5px;padding-right:10px;width:34px}.film-table tbody td .date{background:url(../img/sprite.6c5e9c43.svg) 0 -550px no-repeat;box-sizing:border-box;font-weight:400;height:54px;margin-top:-3px;padding:14px 0 0;text-align:center;width:63px}.mobile .film-table tbody td .date{background:none;height:auto;padding:0;width:34px}.film-table tbody td .date strong{display:block;font-size:16px;font-weight:400;letter-spacing:.075em;line-height:1.125;text-transform:uppercase}.mobile .film-table tbody td .date strong{background:url(../img/sprite.6c5e9c43.svg) -600px -280px no-repeat;color:#14181c;font-size:11px;font-weight:700;height:30px;letter-spacing:0;line-height:34px;margin:0 0 3px;padding-top:0;width:34px}.film-table tbody td .date strong a{color:#def}.film-table tbody td .date strong a:active,.film-table tbody td .date strong a:hover{color:#29313a}.film-table tbody td .date small{color:#bcd;display:block;font-size:11px;letter-spacing:.05em;line-height:1.18181818}.film-table tbody td .date a:hover small{color:#14181c}.mobile .film-table tbody td .date a small{color:#789}.film-table tbody td.diary-day{font-family:Graphik-Light-Web,sans-serif;font-weight:400;letter-spacing:.02em}.film-table tbody td.diary-day a{color:#678}.film-table tbody td.diary-day a:active,.film-table tbody td.diary-day a:hover{color:#40bcf4}.film-table tbody td.center{line-height:1;text-align:center}.mobile .film-table tbody td.td-rewatch{padding-left:5px;padding-right:0}.film-table tbody td.td-rewatch .icon-rewatch .icon{background-position:-590px -89px}.film-table tbody td.td-review{padding-right:15px}.mobile .film-table tbody td.td-review{padding-left:5px;padding-right:0;padding-top:11px}.film-table tbody td.td-released{font-feature-settings:"tnum" 1}.mobile .film-table tbody td.td-released{display:none}.film-table tbody td .large-liked{padding-left:16px}.film-table tbody td .large-liked .icon{background-position:-630px -90px}.film-table tbody td.td-actions{background:#1d232b;padding-left:10px;padding-right:9px;width:75px}.mobile .film-table tbody td.td-actions{display:none}.film-table tbody td.td-actions .overlay-actions{background:none;bottom:auto;display:block;float:right;left:auto;margin:0;position:relative;width:75px}.film-table tbody td.td-actions .overlay-actions .film-watch-link{margin-left:0}.film-table tbody td.td-actions .overlay-actions .icon-like .icon{background-position:-380px -700px}.film-table tbody td.td-actions .overlay-actions .icon-like .icon:active,.film-table tbody td.td-actions .overlay-actions .icon-like .icon:hover{background-position:-500px -700px}.film-table tbody td.td-actions .overlay-actions .icon-watch .icon{background-position:-440px -700px}.film-table tbody td.td-actions .overlay-actions .icon-watch .icon:active,.film-table tbody td.td-actions .overlay-actions .icon-watch .icon:hover{background-position:-680px -700px}.film-table tbody td.td-actions .overlay-actions .menu-link{background-position:-410px -700px}.film-table tbody td.td-actions .overlay-actions .menu-link:active,.film-table tbody td.td-actions .overlay-actions .menu-link:hover{background-position:-590px -700px}.film-table tbody td.td-actions .overlay-actions .diary-entry-edit{float:left;padding:5px 9px 0 0}.film-table tbody td.td-actions .overlay-actions .icon-edit{overflow:hidden;padding:0;text-indent:110%;white-space:nowrap;width:16px}.film-table tbody td.td-actions .overlay-actions .icon-edit .icon{background-position:-610px -110px}.film-table tbody td.td-actions .overlay-actions .icon-edit:active .icon,.film-table tbody td.td-actions .overlay-actions .icon-edit:hover .icon{background-position:-610px -90px}body.my-own-films .film-table tbody td.td-actions{width:55px}body.my-own-films .film-table tbody td.td-actions .overlay-actions{width:50px}body.film-diary .film-table tbody td.td-like,body.film-diary .film-table tbody td.td-rating{display:table-cell}.film-table .icon-prior,.film-table .icon-review{display:block;margin:0 auto;overflow:hidden;text-indent:-999em;white-space:nowrap;width:0}.film-table .icon-prior .icon,.film-table .icon-review .icon{width:16px}.film-table .headline-3{display:inline-block;margin:0;vertical-align:middle;width:300px}.mobile .film-table .headline-3{display:block;margin-left:45px;vertical-align:top;width:auto}.film-table .headline-3 a{color:#fff}.film-table .headline-3 a:active,.film-table .headline-3 a:hover{color:#40bcf4}.film-table+.pagination{border-top:none;margin-top:-10px}#diary-table{margin-top:-15px}.person-table.film-table tbody td{padding-left:20px}.person-table.film-table tbody td.table-person{padding-left:0}#tabbed-content{margin-top:35px}#tabbed-content.no-synopsis{margin-top:0}#tabbed-content header{border-bottom:1px solid #456;margin-bottom:15px}#tabbed-content header ul{margin-bottom:-1px;overflow:hidden}#tabbed-content header ul.sub-nav{margin-bottom:0}#tabbed-content header ul li{float:left;font-size:1rem;letter-spacing:.075em;line-height:1;margin:0 15px 0 0;text-transform:uppercase}#tabbed-content header ul li a{color:#00e054;display:block;padding:0 0 5px}#tabbed-content header ul li a:active,#tabbed-content header ul li a:hover{border-bottom:1px solid #00e054}#tabbed-content header ul li.selected a{border-bottom:1px solid #fff;color:#fff}.tabbed-content-block{display:none}.tabbed-content-block:first-child{display:block}.film-prevnext,.film-prevnext .frame,.film-prevnext .poster{width:110px}.film-prevnext{position:relative}.film-prevnext .poster{background:none}.film-prevnext .poster .frame{background:none;border:1px solid #345;box-shadow:none;height:105px;width:110px}.film-prevnext .no-poster .frame-title{padding-left:8px;padding-right:8px;transform:translateY(-50%);width:auto}.film-prevnext .no-poster:hover img{border-color:#456}.film-prevnext:after{background-image:url(../img/sprite.6c5e9c43.svg);background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:19px;pointer-events:none;position:absolute;top:42px;width:12px}.film-prevnext.-next{float:left}.film-prevnext.-next img{border-bottom-left-radius:0;border-bottom-right-radius:5px;border-left:1px solid #234;border-top-left-radius:0;border-top-right-radius:5px;float:right}.film-prevnext.-next .no-poster .frame-title{left:40px;right:0}.film-prevnext.-next .no-poster .frame{padding-left:40px}.film-prevnext.-next:after{background-position:-120px -550px;left:13px}.film-prevnext.-next:hover:after{background-position:-120px -570px}.film-prevnext.-prev{float:right}.film-prevnext.-prev img{border-bottom-left-radius:5px;border-bottom-right-radius:0;border-right:1px solid #234;border-top-left-radius:5px;border-top-right-radius:0}.film-prevnext.-prev .no-poster .frame-title{left:0;right:40px}.film-prevnext.-prev .no-poster .frame{padding-right:40px}.film-prevnext.-prev:after{background-position:-140px -550px;left:auto;right:13px}.film-prevnext.-prev:hover:after{background-position:-140px -570px}.film-prevnext.-next:hover .poster,.film-prevnext.-prev:hover .poster{background:#2c3440}.film-prevnext.-inactive{border:1px solid #345;border-radius:var(--poster-border-radius);box-sizing:border-box;height:105px;width:110px}.film-prevnext.-inactive:after{display:none}.film-prevnext.-inactive p{color:#567;padding-top:42px;text-align:center}.action-large{font-size:1rem;line-height:1.38461538;text-align:center}.action-large .action{color:#bcd;cursor:pointer;display:block;min-width:50px}.action-large .action:before{background-image:url(../img/sprite.6c5e9c43.svg);background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:40px;margin:0 auto 3px;width:50px}.action-large .action:active,.action-large .action:hover{color:#fff}.action-large.-watch{position:relative}.action-large.-watch .film-watch-link,.action-large.-watch .film-watch-link-target{display:block}.action-large.-watch .action{text-transform:capitalize}.action-large.-watch .action:before{background-position:-280px -850px}.action-large.-watch .action.-on:before{background-position:-280px -890px}.action-large.-watch .action.-on.-push>.count{padding-left:3.5px;padding-right:3.5px}.action-large.-watch .action>.count{background-color:#bcd;border:1.5px solid #456;border-radius:8px;box-sizing:border-box;color:#345;display:block;font-size:.69230769rem;line-height:1;margin:.5px 25px 0 0;min-width:16px;padding:2.5px 4px 1.5px 3px;position:absolute;right:0;text-align:right;top:20px;transform:translateX(7px)}.mobile .action-large.-watch .action>.count{font-size:.69230769rem;margin-right:0;right:calc(50% - 18px)}.action-large.-watch.-solid .action:before{background-position:-280px -930px}.action-large.-watch.-solid .action.-on:before{background-position:-280px -890px}.action-large.-like .like-link{color:inherit;display:block}.action-large.-like .like-link a,.action-large.-like .like-link span{color:inherit;font-size:inherit}.action-large.-like .like-link a:active,.action-large.-like .like-link a:hover,.action-large.-like .like-link span:active,.action-large.-like .like-link span:hover{color:#fff}.action-large.-like .action:before{background-position:-340px -850px}.action-large.-like .action.-on:before{background-position:-340px -890px}.action-large.-like.-solid .action:before{background-position:-340px -930px}.action-large.-like.-solid .action.-on:before{background-position:-340px -890px}.action-large.-watchlist .watchlist-link-text ._hidetext{position:absolute}.action-large.-watchlist .action:before{background-position:-400px -850px}.action-large.-watchlist .action.-on:before{background-position:-400px -890px}.action-large.-watchlist.-solid .action:before{background-position:-400px -930px}.action-large.-watchlist.-solid .action.-on:before{background-position:-400px -890px}.actions-panel{font-size:1rem;margin-bottom:1.53846154rem}.actions-panel:not(:has(ul li)){display:none}.mobile .actions-panel{font-size:1.08333333rem}.actions-panel>ul>li{background-color:#456;border-bottom:1px solid #2c3440;box-sizing:border-box;color:#bcd;padding:10px 0;text-align:center}.mobile .actions-panel>ul>li{padding-bottom:15px;padding-top:15px}.actions-panel>ul>li.js-csi{margin:0;padding:0}.actions-panel>ul>li a{color:#bcd}.actions-panel>ul>li a.badge,.actions-panel>ul>li a:active,.actions-panel>ul>li a:hover{color:#fff}.actions-panel>ul>li a ._hidetext{position:absolute}.actions-panel>ul>li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#bcd;cursor:default;font-family:inherit;font-size:inherit;margin:0;padding:0;text-align:inherit;text-decoration:none}.actions-panel>ul>li button:not(:disabled):focus,.actions-panel>ul>li button:not(:disabled):hover{text-decoration:inherit}.actions-panel>ul>li button:not([aria-disabled=true]){cursor:pointer}@media (hover:hover) and (pointer:fine){.actions-panel>ul>li button:not([aria-disabled=true]):hover{color:#fff}}.actions-panel>ul>li button:not([aria-disabled=true]):active,.actions-panel>ul>li button:not([aria-disabled=true]):focus{color:#fff}.actions-panel>ul>li>.note{color:#89a;display:block;font-size:.84615385rem;margin-top:.18181818em;text-align:center}.actions-panel>ul>li .rateit-label{font-size:.92307692rem}.actions-panel>ul>li.-row-clear{clear:left}.actions-panel>ul>li.-row-fill{padding:0}.actions-panel>ul>li.-row-fill a.-row-link{display:block;padding:.76923077rem 0}.actions-panel>ul>li.panel-rate{position:relative}.actions-panel>ul>li.like-link-target .like-link>*{color:#bcd;font-size:inherit}.actions-panel>ul>li.like-link-target .like-link>* .icon{top:-1px;width:16px}.actions-panel>ul>li.like-link-target .like-link>.icon-like,.actions-panel>ul>li.like-link-target .like-link>.icon-liked{padding-left:21px}.actions-panel>ul>li.like-link-target .like-link>.icon-like .icon{background-position:-630px -70px}.actions-panel>ul>li.like-link-target .like-link>.icon-liked .icon{background-position:-630px -90px}.actions-panel>ul>li.like-link-target .like-link>.count{color:#89a;margin-left:2px}.actions-panel>ul>li .shortname-width-limit{max-width:7em}.mobile .actions-panel>ul>li .shortname-width-limit{max-width:50vw}.actions-panel>ul>li.panel-signin{padding:12px 0}.mobile .actions-panel>ul>li.panel-signin{padding:18px 0 16px}.actions-panel>ul>li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.actions-panel>ul>li:last-child{border-bottom:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.actions-panel>ul>.actions-row1{overflow:hidden}.actions-panel>ul>.actions-row1>.action-large{float:left}.actions-panel>ul>.actions-row1>.action-large.-watch{width:37.82608696%}.actions-panel>ul>.actions-row1>.action-large.-watch:first-child{border-top-right-radius:0}.actions-panel>ul>.actions-row1>.action-large.-like{width:24.34782609%}.actions-panel>ul>.actions-row1>.action-large.-watchlist{border-top-right-radius:3px;float:right;width:37.82608696%}.actions-panel>ul>.actions-row1>.action-large.-watchedall{margin-top:-1px;padding-top:0;width:100%}.actions-panel .panel-rateit{display:block;margin-top:4px}.actions-panel .panel-rateit .rateit-range{background-position:1px -890px;margin:0 auto}.actions-panel .panel-rateit .rateit-hover{background-position:1px -960px}.actions-panel .panel-rateit .rateit-selected{background-position:1px -925px}.actions-panel .panel-sharing{height:38px;position:relative}.mobile .actions-panel .panel-sharing{height:48px}.actions-panel .panel-sharing>.trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;bottom:0;box-sizing:border-box;color:inherit;cursor:default;cursor:pointer;display:block;font-family:inherit;font-size:inherit;height:100%;left:0;line-height:inherit;margin:0;padding:0;position:absolute;right:0;text-decoration:none;top:0;width:100%}.actions-panel .panel-sharing>.trigger:not(:disabled):focus,.actions-panel .panel-sharing>.trigger:not(:disabled):hover{text-decoration:inherit}.actions-panel .panel-sharing>.trigger:not([aria-expanded=false]),.actions-panel .panel-sharing>.trigger:not([aria-expanded=true])+.body{display:none}.actions-panel .panel-sharing>.body{line-height:0}.actions-panel .panel-sharing>.body>.urlgroup{margin-bottom:-1px;margin-top:-1px}.actions-panel .panel-sharing>.body>*{vertical-align:middle}.actions-panel .panel-sharing>.body>*+*{margin-left:5px}.mobile .actions-panel .panel-sharing>.body>*+*{margin-left:10px}.actions-panel .panel-sharing input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;background-color:transparent;background-color:#2c3440;border:none;border-radius:0;border-radius:2px;box-shadow:none;box-sizing:border-box;color:#89a;display:block;font-family:inherit;font-size:.84615385rem;line-height:1;margin:0;padding:4px 4px 3px;text-align:left;width:calc(10em + 8px)}.actions-panel .panel-sharing input[type=text]::-moz-placeholder{opacity:1}.actions-panel .panel-sharing input[type=text]::placeholder{opacity:1}.actions-panel .panel-sharing input[type=text].has-share-count{width:calc(8em + 8px)}.mobile .actions-panel .panel-sharing input[type=text]{font-size:1.08333333rem}.actions-panel .panel-sharing input[type=text]:focus{background-color:transparent;color:#fff}.actions-panel .panel-sharing .clipboardtrigger{background-color:#567;padding:0;position:relative;width:21px}.actions-panel .panel-sharing .clipboardtrigger>.label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.actions-panel .panel-sharing .clipboardtrigger>.icon{background-position:-720px -180px;height:11px;left:50%;margin-left:-4.5px;margin-top:-6.5px;top:50%;width:9px}@media (hover:hover) and (pointer:fine){.actions-panel .panel-sharing .clipboardtrigger:hover{background-color:#678}}.actions-panel .panel-sharing .clipboardtrigger:active,.actions-panel .panel-sharing .clipboardtrigger:focus{background-color:#4a5968}.actions-panel .panel-sharing .urlgroup{display:inline-flex}.actions-panel .panel-sharing .urlgroup>input[type=text]{border-bottom-right-radius:0;border-top-right-radius:0}.actions-panel .panel-sharing .urlgroup>.clipboardtrigger{border-bottom-left-radius:0;border-top-left-radius:0}.actions-panel .panel-sharing .shareitem>.label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.actions-panel .panel-sharing .shareitem>.icon{height:16px;position:static;width:16px}.actions-panel .panel-sharing .shareitem.-link{display:inline-block}.actions-panel .panel-sharing .shareitem.-twitter>.icon{background-position:-430px -200px;margin-left:5px;margin-right:4px;width:15px}.actions-panel .panel-sharing .shareitem.-facebook>.icon{background-position:-490px -150px;width:24px}.actions-panel .count-link>a,.actions-panel .count-link>span{color:#bcd;display:inline-block;font-size:inherit;padding-left:0;text-decoration:none;white-space:nowrap}.actions-panel .count-link>a .icon,.actions-panel .count-link>span .icon{display:inline-block;margin-right:5px;position:relative;top:-2px;vertical-align:middle}.actions-panel .count-link>a .badge,.actions-panel .count-link>span .badge{color:#fff;line-height:1}.actions-panel .count-link .count{color:#89a;margin-left:2px}.no-mobile .actions-panel .count-link.-micro .count{font-size:.92307692rem}.no-mobile .actions-panel .customize-media-menu .dropdown-menulist{--font-size:1rem}.mobile .actions-panel .customize-media-menu .dropdown-menulist{--font-size:1.08333333rem}.actions-panel.add-all-films-panel{margin-top:2.46153846rem}.actions-panel.-inline{display:flex}.actions-panel.-inline>ul{display:flex;margin-left:auto;margin-right:auto}@media (max-width:667px){.actions-panel.-inline>ul{width:100%}}.actions-panel.-inline>ul>li{border-bottom:none;padding:5px 0 .46153846rem;width:175px}@media (max-width:667px){.actions-panel.-inline>ul>li{width:50%}}.actions-panel.-inline>ul>li+li{border-left:1px solid #2c3440}.actions-panel.-inline>ul>li:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.actions-panel.-inline>ul>li:last-child{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:3px}.toggle-action{background:#345;border-radius:3px;color:#bcd;display:inline-block;font-size:.84615385rem;letter-spacing:.075em;line-height:1;padding:.54545455em 0 .45454545em;text-align:center;text-transform:uppercase;width:180px}.toggle-action.-on:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%236C3' fill-rule='evenodd' d='m3.657 9.728 8.314-8.314L10.556 0 3.657 6.899 1.414 4.657 0 6.071z'/%3E%3C/svg%3E");background-size:12px 10px;content:"";display:inline-block;height:10px;margin-right:.45454545em;vertical-align:text-top;width:12px}.pagination{border-top:1px solid #345;overflow:hidden;padding-top:10px;position:relative}.pagination li{float:left}.pagination .first{float:left;margin-right:10px}.pagination .last{float:right;margin-left:10px}.pagination .previous{float:left}.pagination .next{float:right}.pagination .paginate-ajax,.pagination .paginate-nextprev{font-size:12px}.pagination .paginate-disabled{display:none}.pagination .paginate-disabled span{color:#456}.pagination .paginate-pages{float:left;left:20%;overflow:hidden;position:absolute;top:10px;width:60%}.pagination .paginate-pages ul{float:left;left:50%;position:relative;text-align:center}.pagination .paginate-pages li{display:block;float:left;position:relative;right:50%}.pagination .paginate-page button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;cursor:default;font-family:inherit;margin:0;padding:0;text-decoration:none}.pagination .paginate-page button:not(:disabled):focus,.pagination .paginate-page button:not(:disabled):hover{text-decoration:inherit}.pagination .paginate-page a,.pagination .paginate-page button,.pagination .paginate-page span,.pagination .unseen-pages{color:#9ab;display:block;line-height:1;padding:8px 7px}.pagination .paginate-page button:enabled{cursor:pointer}.pagination .paginate-page a:hover,.pagination .paginate-page button:enabled:hover{background:none}.pagination .unseen-pages{padding:8px 0}.pagination .paginate-current button,.pagination .paginate-current span{color:#567}.pagination .paginate-ajax{text-align:center}.pagination .paginate-ajax a.ajax-disabled{height:12px;overflow:hidden;text-indent:110%;white-space:nowrap;width:140px}.pagination .paginate-ajax a.ajax-disabled .lb-spinner{left:50%;margin:-6px 0 0 -6px;position:absolute;top:50%}.activity-table+.pagination,.person-table+.pagination{border-top:none;padding-top:0}.activity-table+.pagination .paginate-pages,.person-table+.pagination .paginate-pages{top:auto}.poster-grid+.pagination{margin-top:1.23076923rem}.list+.pagination{border-top:none}.pagination .paginate-chunk button,.pagination .paginate-nextprev button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;cursor:default;font-family:inherit;margin:0;padding:0;text-decoration:none}.pagination .paginate-chunk button:not(:disabled):focus,.pagination .paginate-chunk button:not(:disabled):hover,.pagination .paginate-nextprev button:not(:disabled):focus,.pagination .paginate-nextprev button:not(:disabled):hover{text-decoration:inherit}.load-more-button,.notes-button,.pagination .paginate-ajax a,.pagination .paginate-ajax span,.pagination .paginate-chunk button,.pagination .paginate-nextprev a,.pagination .paginate-nextprev button,.pagination .paginate-nextprev span{background:#283038;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05);color:#9ab;display:inline-block;display:block;line-height:1;padding:9px 15px;white-space:nowrap}.pagination .paginate-chunk button:enabled,.pagination .paginate-enabled,.pagination .paginate-nextprev button:enabled{cursor:pointer}.pagination .paginate-chunk button:disabled,.pagination .paginate-nextprev button:disabled{background-color:rgba(40,48,56,.75);color:rgba(153,170,187,.333)}.load-more-button:hover,.pagination .paginate-ajax a:hover,.pagination .paginate-chunk a:hover,.pagination .paginate-chunk button:enabled:hover,.pagination .paginate-nextprev a:hover,.pagination .paginate-nextprev button:enabled:hover,.pagination .paginate-page a:hover,.pagination .paginate-page button:enabled:hover{background:#303840;color:#def}.load-more-button,.pagination .paginate-ajax a.load-more-activity{margin-left:265px;padding:9px 0;position:relative;width:140px}.load-more-button{font-size:12px;margin:0 auto;text-align:center}#pagination-errors{margin-top:20px}.paginate-chunk{text-align:center}.paginate-chunk .show-next-chunk{font-size:.92307692rem}.mobile .paginate-chunk .show-next-chunk{font-size:1rem}.paginate-chunk .show-next-chunk.-centered{margin-left:auto;margin-right:auto}#comments{padding-top:50px;position:relative}.mobile #comments{margin-left:-16px;margin-right:-16px;margin-top:50px;padding-top:0}@media (min-width:768px){.mobile #comments{margin-left:auto;margin-right:auto}}#comments .header{padding-top:0;position:relative}#comments .section-heading{border-bottom:1px solid #456;margin-bottom:0;padding-bottom:7px}@media (max-width:767px){.mobile #comments .section-heading{padding-left:16px;padding-right:16px}}#comments .section-heading .comment-count{display:inline-block;width:200px}.mobile #comments .section-heading .comment-count{width:auto}#comments .comment-controls{color:#678;letter-spacing:0;text-transform:none}.mobile #comments .comment-controls{float:right;margin-right:30px}@media screen and (max-width:350px){.mobile #comments .comment-controls{margin-right:24px}}#comments .comment-controls a{color:#def;padding-left:3px}#comments .comment-controls a:active,#comments .comment-controls a:hover{color:#40bcf4}#comments .notification-icon{margin:0;padding-left:0;padding-right:20px;position:absolute;right:0;top:0}.mobile #comments .notification-icon{height:20px;top:-2px}@media (max-width:767px){.mobile #comments .notification-icon{right:16px}}#comments .notification-icon .icon{left:auto;right:0;top:-1px}#comments #join-audience .subscription-text{visibility:hidden}.mobile #comments #join-audience .subscription-text{display:none}#comments #join-audience.ajax-disabled .subscription-text,#comments #join-audience:active .subscription-text,#comments #join-audience:hover .subscription-text{visibility:visible}#comments #join-audience.button-unsubscribe .icon{background-position:-760px -130px}#comments .comment-list{overflow:hidden}#comments .comment-list .comment{border-bottom:1px solid #2c3440;display:block;overflow:hidden;padding:15px 0}@media (max-width:767px){.mobile #comments .comment-list .comment{padding-left:16px;padding-right:16px}}.mobile #comments .comment-list .comment .person-summary>.avatar{top:-5px}.mobile #comments .comment-list .comment .person-summary>.metadata,.mobile #comments .comment-list .comment .person-summary>.name{line-height:inherit}.mobile #comments .comment-list .comment .person-summary>.name{float:left}.mobile #comments .comment-list .comment .person-summary>.metadata{float:right}#comments .comment-list .comment:last-child{border-bottom:1px solid #456}#comments .comment-list .comment .show-on-hover{margin-left:4px;visibility:hidden}#comments .comment-list .comment .show-on-hover .icon{visibility:hidden}#comments .comment-list .comment:active .show-on-hover,#comments .comment-list .comment:active .show-on-hover .icon,#comments .comment-list .comment:hover .show-on-hover,#comments .comment-list .comment:hover .show-on-hover .icon,.has-touch #comments .comment-list .comment .show-on-hover,.has-touch #comments .comment-list .comment .show-on-hover .icon{visibility:visible}#comments .comment-list .comment.edited .person-summary .edited-label:after{color:#678;content:"Edited";display:inline-block;font-size:.69230769rem;letter-spacing:.05em;margin-left:.3em;text-transform:uppercase}.mobile #comments .comment-list .comment.edited .person-summary .edited-label:after{font-size:.75rem}#comments .comment-list .comment .person-summary{color:#89a;line-height:16px;margin-top:-1px}#comments .comment-list .comment .person-summary .avatar{margin:0 10px 15px 0}#comments .comment-list .comment .person-summary .time{color:#678;font-size:11px}#comments .comment-list .comment .person-summary .comment-permalink{display:inline-block;margin-bottom:10px}#comments .comment-list .comment .person-summary .comment-permalink:active .time,#comments .comment-list .comment .person-summary .comment-permalink:hover .time{color:#40bcf4}#comments .comment-list .comment .person-summary .comment-tools{position:relative;top:2px;vertical-align:middle;white-space:nowrap}.mobile #comments .comment-list .comment .person-summary .comment-tools{margin-left:4px;top:0}#comments .comment-list .comment .person-summary .comment-tools a+a{margin-left:8px}#comments .comment-list .comment .person-summary .metadata .icon-report{top:1px}#comments .comment-list .comment .person-summary .delete-comment,#comments .comment-list .comment .person-summary .edit-comment,#comments .comment-list .comment .person-summary .report-comment{overflow:hidden;padding:0;position:relative;text-indent:110%;white-space:nowrap;width:14px}#comments .comment-list .comment .person-summary .edit-comment .icon{background-position:-720px -300px;vertical-align:middle}#comments .comment-list .comment .person-summary .edit-comment .icon:active,#comments .comment-list .comment .person-summary .edit-comment .icon:hover{background-position:-720px -280px}#comments .comment-list .comment .person-summary .delete-comment .icon{background-position:-740px -300px}#comments .comment-list .comment .person-summary .delete-comment .icon:active,#comments .comment-list .comment .person-summary .delete-comment .icon:hover{background-position:-740px -280px}#comments .comment-list .comment .person-summary .report-comment{width:16px}#comments .comment-list .comment-collapsed{padding-bottom:0;padding-left:0;width:100%}#comments .comment-list .comment-collapsed .icon{background-position:-720px -341px;cursor:pointer;height:13px;left:50%;margin-left:-8px}#comments .comment-list .comment-collapsed:hover{background-color:#171b22}#comments .comment-list .comment-collapsed:hover .icon{background-position:-720px -321px}#comments .comment-list .comment-collapsed .comment-body,#comments .comment-list .comment-collapsed .person-summary,#comments .comment-list .comment-collapsed+.comment-collapsed{display:none}#comments .comment-list .comment-expanded{background-color:#171b22;padding-left:0}#comments .comment-list .comment-expanded .comment-body,#comments .comment-list .comment-expanded .comment-person{display:block}#comments .comment-list .comment-expanded>.icon{display:none}#comments .comment-list .badge{display:inline-block}.mobile #comments .comment-list .badge{top:-4px}#comments .comments-disabled-message{color:#678;margin-top:15px}.mobile #comments .comments-disabled-message{padding-left:16px;padding-right:16px}.comment-body{float:right;overflow:hidden}.comment-body blockquote,.comment-body li,.comment-body p{margin:0}.comment-body blockquote+blockquote,.comment-body blockquote+p,.comment-body li+blockquote,.comment-body li+p,.comment-body p+blockquote,.comment-body p+p{margin-top:1em}.comment-body .reveal{font-size:inherit;margin:0}#comment-form{margin-top:15px}.mobile #comment-form{display:block;margin-bottom:16px}@media (max-width:767px){.mobile #comment-form{padding-left:16px;padding-right:16px}}#comment-form textarea{box-sizing:border-box;height:100px;max-height:12em;min-height:6em;padding:1em 15px;width:100%}#comment-form textarea::-moz-placeholder{color:#678}#comment-form textarea::placeholder{color:#678}#comment-form textarea:focus::-moz-placeholder{color:#9ab}#comment-form textarea:focus::placeholder{color:#9ab}#comment-form .allowed-html{align-self:center;margin:0 0 0 10px}#comment-form .row.-buttons{display:flex;flex-direction:row-reverse}#comment-form .row.-buttons .button{flex:0 0 auto}#comment-form .row.-buttons .allowed-html{flex:1 1 auto;padding-right:1.53846154rem;text-align:right}#comment-form .row.-buttons .comment-settings{align-self:center;margin-right:auto}@media (max-width:510px){#comment-form .row.-buttons{padding-bottom:32px;position:relative}#comment-form .row.-buttons .comment-settings{bottom:0;left:0;position:absolute}}.page-footer{background-color:#2c3440;padding:32px 0;padding-bottom:calc(32px + var(--layout-ad-footer-offset))}.mobile .page-footer{padding-bottom:30px;padding-bottom:calc(30px + var(--layout-ad-footer-offset));padding-top:20px}.mobile .page-footer[data-show-all=on] .nav-toggle{display:none}.mobile .page-footer[data-show-all=on] .footer-nav>ul{height:auto;margin-right:0;text-align:center}.mobile .page-footer[data-show-all=on] .footer-nav>ul>li{display:inline-block!important;opacity:1!important;position:relative!important}.page-footer>.content-wrap{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}.mobile .page-footer>.content-wrap{padding:0 16px;position:relative}.page-footer a{color:#9ab;text-decoration:none}.page-footer a:hover{color:#bce}.page-footer a.mute{border-bottom:1px solid #456;color:#678}.page-footer a.mute:hover{border-bottom:1px solid #678}.page-footer .footer-nav{flex:0 0 auto;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin-bottom:1em}.mobile .page-footer .footer-nav{flex:1 1 auto;margin-bottom:.76923077rem}.page-footer .footer-nav>ul{margin-bottom:0;overflow:hidden}.mobile .page-footer .footer-nav>ul{font-size:0;height:20px;margin-right:60px;overflow:hidden}.page-footer .footer-nav>ul>li{display:inline-block;font-size:1.15384615rem;margin-right:.8em}.page-footer .footer-nav>ul>li:last-child{margin-right:0}.mobile .page-footer .footer-nav>ul>li{margin:0 10px 5px 0}.mobile .page-footer .footer-nav>ul>li:last-child{margin-right:0}.page-footer .nav-toggle{color:#9ab;display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.15384615rem;font-weight:400;margin:0;position:absolute;right:16px;top:0}.page-footer .nav-toggle:active{color:#bce}.page-footer .social-service-list .trigger{color:#567}.page-footer .social-service-list .trigger[href]:focus,.page-footer .social-service-list .trigger[href]:hover{color:#89a}.mobile .page-footer .socials{flex-grow:1;order:3;text-align:center}.page-footer .copyright{color:#678;flex:1 0 100%;font-size:.92307692rem;line-height:1.5}.mobile .page-footer .copyright{margin-bottom:1.53846154rem;text-align:center}.mobile .page-footer .copyright br{display:none}.mobile .page-footer .copyright .nobr{display:inline-block}.mobile .page-footer .copyright .nobr+.nobr{margin-left:3px}.page-footer .copyright a:hover{color:#9ab}.activity-row{border-bottom:1px solid #2c3440;font-size:12px;overflow:hidden;padding:7px 10px;position:relative}.activity-row:first-child .fadeout{background-position:-300px -580px;display:none}.activity-row.-basic{background:#1c232a;border:none;border-top:1px solid #111;color:#abc}.activity-row.-basic:last-child{border-bottom:1px solid #2c3440}.activity-row.-basic .attribution-block{margin:0}.activity-row.-basic+.-basic{border-bottom:none}.activity-row.-basic+.-basic:last-child{border-bottom:1px solid #2c3440}.activity-row.-basic+.-newlist,.activity-row.-basic+.-review,.activity-row.-basic+.-story{border-top:1px solid #2c3440}.activity-row.-newlist .table-activity-type{padding-top:17px}.activity-row.-newlist .avatar{position:relative;top:-3px}.activity-row.-review .poster{float:left;margin-bottom:10px;margin-right:15px}.activity-row.-review .film-detail-content{float:none;padding-left:90px;width:565px}.activity-row.-review .rating{margin-top:0}.activity-row.-story .avatar{position:relative;top:-3px}.activity-row.-story .card-summary{margin-bottom:.76923077rem;margin-top:.76923077rem}.no-mobile .activity-row.-story .card-summary{margin-left:40px;margin-right:40px}.mobile .activity-row.-story .card-summary{max-width:610px}.activity-row.-story .card-summary.-graph>.inner{display:flex;flex-direction:row}.activity-row.-story .card-summary.-graph .media{display:flex;flex-direction:row;flex-shrink:0;min-width:80px;width:27.5%}.activity-row.-story .card-summary.-graph .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:100%;width:1px}.activity-row.-story .card-summary.-graph .media:after{clear:both;content:"";display:table}.activity-row.-story .card-summary.-graph .media>.canvas{display:block;height:100%;padding-top:0;position:relative;width:100%}.activity-row.-story .card-summary.-graph .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.activity-row.-story .card-summary.-graph .detail{align-self:center;flex-grow:1;padding-bottom:12.5px;padding-top:12.5px}.activity-row.-newlist,.activity-row.-review,.activity-row.-story{background:none;padding-bottom:12px;padding-top:20px}.activity-row.-newlist+.-basic,.activity-row.-review+.-basic,.activity-row.-story+.-basic{border-top:none}.activity-row.-newlist .time,.activity-row.-review .time,.activity-row.-story .time{top:20px}.activity-table.-personal .activity-row.-review .film-detail-content{padding-left:90px;width:565px}.activity-row .timeago{color:#567;display:inline-block;font-size:11px;line-height:1.63636364;margin:0;position:absolute;right:7px;top:10px;white-space:nowrap;width:auto}.mobile .activity-row .timeago{display:none}.activity-row .attribution-block>.attribution .name{margin-right:0}.activity-table .table-activity-user{float:left;padding-right:10px;width:30px}.activity-table .table-activity-user .avatar{float:none;margin:0;width:24px}.activity-table p{margin:0}.activity-table .activity-comment-text p{margin-bottom:1em}.activity-table .activity-comment-text p:last-child{margin-bottom:0}.activity-table .table-activity-viewing .film-detail{overflow:visible}.activity-table .table-activity-poster{width:35px}.activity-table .table-activity-description{overflow:hidden;padding:3px 0;width:530px}.activity-table .table-activity-description .activity-description-brief{color:#789}.activity-table .table-activity-description blockquote{border-left:1px solid #456;margin:8px 0 4px;padding-left:15px}.activity-table .table-activity-description blockquote blockquote{margin-bottom:8px}.activity-table .table-activity-description blockquote blockquote:last-child{margin-bottom:0}.activity-table .table-activity-description blockquote li,.activity-table .table-activity-description blockquote p{font-size:12px;line-height:1.5}.activity-table .table-activity-description blockquote a{color:#bcd}.activity-table .table-activity-description blockquote a:active,.activity-table .table-activity-description blockquote a:hover{color:#fff}.activity-table .table-activity-description blockquote a.reveal{color:#40bcf4}.activity-table .table-activity-description blockquote a.reveal:active,.activity-table .table-activity-description blockquote a.reveal:hover,.activity-table a.target{color:#fff}.activity-table a.target .context{color:#789}.activity-table a.target:active,.activity-table a.target:hover{color:#abc}.activity-table a.target:active .context,.activity-table a.target:hover .context{color:#678}.activity-table a.secondary{color:#bcd}.activity-table a.secondary:active,.activity-table a.secondary:hover{color:#fff}.activity-table .film-detail{border:none;padding:0}.activity-table .activity-review-from-others .film-detail-content{padding-left:125px;width:530px}.activity-table .activity-my-review .film-detail-content{width:435px}.activity-table .film-detail-meta{margin:2px 0 10px}.activity-table .film-detail-meta .icon-liked{vertical-align:middle}.activity-table .list{margin-bottom:3px}.activity-table .activity-list-description{margin-top:15px}.activity-table .activity-list-description blockquote{border-left:1px solid #456;color:#abc;margin:15px 0;padding-left:15px}.activity-table .activity-list-description p{margin-bottom:1em}.activity-table .activity-list-description p:last-child{margin-bottom:0}.activity-table .list-link{margin:10px 0 0;width:610px}.mobile .activity-table .list-link{max-width:100%}.mobile .activity-table .list-link .poster-list>.poster:nth-child(n+6){display:none}.activity-table .list.-overlapped .attribution-block{display:inline-block;max-width:480px}.activity-table .list.-overlapped .attribution-block .content-metadata{display:inline-block;margin-top:0;vertical-align:middle}.activity-table .list.-overlapped .attribution-block .content-metadata a{color:#678}.activity-table .list.-overlapped .attribution-block .content-metadata a:hover{color:#fff}.activity-table.-personal a.person{display:inline-block;max-width:340px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.activity-table .-hidden{display:none}.activity-summary{color:#678;font-size:.92307692rem;line-height:18px;position:relative}.activity-summary .name{color:#89a;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.activity-summary .name a{color:#89a}.activity-summary .name a:hover{color:#bcd}.activity-summary a.name{color:#89a}.activity-summary a.name strong{font-weight:400}.activity-summary a.name:hover{color:#bcd}.activity-summary .target{color:#fff}.activity-summary .target .context{color:#789}.activity-summary .target:active,.activity-summary .target:hover{color:#bcd}.activity-summary .secondary,.activity-summary .target:active .context,.activity-summary .target:hover .context,.activity-summary a.secondary{color:#89a}.activity-summary a.secondary:hover{color:#bcd}.activity-summary .value{color:#567;font-size:11px;margin-left:3px}.activity-summary .content-metadata{margin-left:3px}.activity-summary .rating{display:inline-block;margin:0 1px;vertical-align:inherit}.popmenu{--arrow-height:8px;--arrow-width:20px;--arrow-asset-height:14px;--arrow-asset-width:20px;--menu-width:150px;font-size:1rem;position:absolute;width:var(--menu-width);z-index:10010}.mobile .popmenu{font-size:1.08333333rem}.popmenu>ul{background:#89a;border-radius:4px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 5px 20px #000;margin:0;overflow:hidden;padding:0}.popmenu>ul:first-child{padding-top:3px}.popmenu>ul:last-of-type{padding-bottom:3px}.popmenu>ul>li{line-height:1.15384615}.popmenu>ul>li+li{border-top:1px solid rgba(0,0,0,.1)}.popmenu>ul>li:not(.popmenu-textitem.-options,.fm-rate):hover{border-top-color:#678}.popmenu>ul>li.popmenu-textitem>button[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;cursor:default;font-family:inherit;margin:0;padding:0;text-decoration:none;width:100%}.popmenu>ul>li.popmenu-textitem>button[type=button]:not(:disabled):focus,.popmenu>ul>li.popmenu-textitem>button[type=button]:not(:disabled):hover{text-decoration:inherit}.popmenu>ul>li.popmenu-textitem>.label,.popmenu>ul>li.popmenu-textitem>a,.popmenu>ul>li.popmenu-textitem>button[type=button]{color:#2c3440;display:block;padding:6px 5px 7px 10px;text-align:left;text-shadow:hsla(0,0%,100%,.1) 0 1px 0}.popmenu>ul>li.popmenu-textitem>a:active,.popmenu>ul>li.popmenu-textitem>a:hover{background:#678;color:#fff}.popmenu>ul>li.popmenu-textitem>a.disabled{color:#678}.popmenu>ul>li.popmenu-textitem>a.disabled:active,.popmenu>ul>li.popmenu-textitem>a.disabled:hover{background:none;text-shadow:hsla(0,0%,100%,.1) 0 1px 0}.popmenu>ul>li.popmenu-textitem>button[type=button].-large{font-size:1rem;padding:10px 7.5px 10px 15px}.mobile .popmenu>ul>li.popmenu-textitem>button[type=button].-large{font-size:1.08333333rem}.popmenu>ul>li.popmenu-textitem>button[type=button]:not(:disabled){cursor:pointer}.popmenu>ul>li.popmenu-textitem>button[type=button]:not(:disabled):active,.popmenu>ul>li.popmenu-textitem>button[type=button]:not(:disabled):hover{background:#678;color:#fff}.popmenu>ul>li.popmenu-textitem>button[type=button]:disabled{color:#678}.popmenu>ul>li.popmenu-textitem>a.link-blocked{color:#456;cursor:default}.popmenu>ul>li.popmenu-textitem>a.link-blocked:hover{background:none;text-shadow:hsla(0,0%,100%,.35) 0 1px 0}.popmenu>ul>li.popmenu-textitem>a.-active{color:#fff}.popmenu>ul>li.popmenu-textitem>a[data-link-for]{cursor:pointer}.popmenu>ul>li.popmenu-textitem.-centered>.label,.popmenu>ul>li.popmenu-textitem.-centered>a,.popmenu>ul>li.popmenu-textitem.-centered>button[type=button]{padding-left:5px;text-align:center}.popmenu .options>.option{color:#2c3440;display:block;text-shadow:hsla(0,0%,100%,.1) 0 1px 0;text-transform:capitalize}.popmenu .options>.option>a{color:currentColor;display:block;padding:3px 3px 3px 25px;position:relative}.popmenu .options>.option>a:hover{background:#abc;color:#202830}.popmenu .options>.option.-selected{color:#fff}.popmenu .options>.option.-selected>a{text-shadow:rgba(44,52,64,.35) 0 1px 0}.popmenu .options>.option.-selected>a:hover{background:rgba(170,187,204,.5);color:#fff}.popmenu .options>.option.-selected>a:before{border-bottom:2px solid #14ff6c;border-right:2px solid #14ff6c;content:"";display:block;height:7px;left:11px;position:absolute;top:5px;transform:rotate(45deg);width:3px}.popmenu>.popmenu-arrow{box-sizing:content-box;display:block;position:absolute}.popmenu.-has-arrow[data-placement^=bottom] .popmenu-arrow,.popmenu.-has-arrow[data-placement^=top] .popmenu-arrow{height:var(--arrow-height);width:var(--arrow-width)}.popmenu.-has-arrow[data-placement^=left] .popmenu-arrow,.popmenu.-has-arrow[data-placement^=right] .popmenu-arrow{height:var(--arrow-width);width:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=top]{padding-bottom:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=top] .popmenu-arrow{background-position:-410px calc(-600px - var(--arrow-asset-height) + var(--arrow-height));bottom:0}.popmenu.-has-arrow[data-placement^=right]{padding-left:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=right] .popmenu-arrow{background-position:-470px -600px;left:0}.popmenu.-has-arrow[data-placement^=bottom]{padding-top:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=bottom] .popmenu-arrow{background-position:-410px -620px;padding-bottom:1px;top:0}.popmenu.-has-arrow[data-placement^=left]{padding-right:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=left] .popmenu-arrow{background-position:calc(-450px - var(--arrow-asset-height) + var(--arrow-height)) -600px;right:0}.popmenu.-static{position:relative}.popmenu[hidden]{display:none!important}.film-poster-popmenu{--menu-width:200px}.film-poster-popmenu input.fm-rateit-field{background:transparent;font-size:5px;height:5px;line-height:1;padding:0;position:absolute}.film-poster-popmenu .fm-rateit{display:block;height:19px;padding:6px 0 9px}.film-poster-popmenu .fm-rateit .rateit-range{display:block;margin:0 auto;width:100px}.film-poster-popmenu div.rateit div.rateit-range{background-position:0 -420px;height:19px}.film-poster-popmenu div.rateit div.rateit-hover{background-position:0 -440px}.film-poster-popmenu div.rateit div.rateit-selected{background-position:0 -460px}.film-poster-popmenu .fm-rate{position:relative}.film-poster-popmenu .fm-rate .removetrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#2c3440;cursor:default;font-family:inherit;height:32px;left:50%;margin:-16px 0 0 -50px;padding:0;position:absolute;text-decoration:none;top:50%;width:32px}.film-poster-popmenu .fm-rate .removetrigger:not(:disabled):focus,.film-poster-popmenu .fm-rate .removetrigger:not(:disabled):hover{text-decoration:inherit}.film-poster-popmenu .fm-rate .removetrigger>.glyph{display:block;margin-left:auto;margin-right:auto}.film-poster-popmenu .fm-rate .removetrigger>.glyph path{fill:currentColor}.film-poster-popmenu .fm-rate .removetrigger:not(:disabled){cursor:pointer}.film-poster-popmenu .fm-rate .rateit-range{position:relative;z-index:1}.film-poster-popmenu .fm-rate:not(.-has-rating) .removetrigger{opacity:0;pointer-events:none}.film-poster-popmenu .fm-rate.-has-rating .removetrigger{opacity:0;transition:none 0s cubic-bezier(.19,1,.22,1);transition-duration:.33333333s,.5s;transition-property:opacity,transform}.film-poster-popmenu .fm-rate.-has-rating .removetrigger:not(:disabled):focus,.film-poster-popmenu .fm-rate.-has-rating .removetrigger:not(:disabled):hover{opacity:1!important}.film-poster-popmenu .fm-rate.-has-rating:focus-within .removetrigger:not(:disabled),.film-poster-popmenu .fm-rate.-has-rating:hover .removetrigger:not(:disabled){opacity:.6;transform:translateX(calc(-100% + 3px));transition-duration:.33333333s}.yir-popmenu{font-size:1.38461538rem}.mobile .yir-popmenu{font-size:1.5rem}.yir-popmenu>ul>li.popmenu-textitem .styled-number{padding:6px 3px}.yir-popmenu>ul>li.-yearinprogress a>.label{position:relative}.yir-popmenu>ul>li.-yearinprogress a>.label:after{content:"...";left:100%;position:absolute}.block-or-report-popmenu{--menu-width:160px}.subscription-sku-popmenu{--menu-width:190px}.bar-nav{background:#1b2127;border:1px solid #303840;border-radius:4px;color:#9ab;display:inline-block;padding:0 2px;white-space:nowrap}.bar-nav li{border-right:1px solid #293037;float:left;font-size:.92307692rem;letter-spacing:.075em;line-height:1;text-transform:uppercase}.bar-nav li:last-child{border:none}.bar-nav a{color:#89a;display:block;padding:7px 10px 9px}.mobile .bar-nav a{line-height:14px}.bar-nav a:active,.bar-nav a:hover{color:#def}.bar-nav .smenu-wrapper{float:left;height:auto;padding:0}.bar-nav .smenu-wrapper .smenu{font-size:inherit;margin:0}.bar-nav .smenu-wrapper .smenu label{color:#9ab;display:inline-flex;font-size:inherit;letter-spacing:.075em;padding:9px 10px 8px}.bar-nav .smenu-wrapper .smenu label .icon{background-position:-370px -90px;top:2px}.bar-nav .smenu-wrapper .smenu label:hover{color:#def}.mobile .browse-by .bar-nav{background:none;border:none;border-radius:0;clear:left;font-size:0;overflow:hidden;padding:0;position:relative;text-align:justify;text-justify:distribute-all-lines;white-space:normal;width:100%}.mobile .browse-by .bar-nav>li{display:inline-block;line-height:0;position:relative;text-align:left;vertical-align:top}.mobile .browse-by .bar-nav:after{content:"";display:inline-block;height:0;width:100%}.mobile .browse-by .bar-nav li{background:#1b2127;border-bottom:1px solid #303840;border-left:none;border-top:1px solid #303840;box-sizing:border-box;float:none;margin-top:-1px;text-align:center;white-space:nowrap;width:33.33%}.mobile .browse-by .bar-nav li .smenu-wrapper,.mobile .browse-by .bar-nav li .smenu-wrapper .smenu{float:none}.mobile .browse-by .bar-nav li .smenu-wrapper .smenu label{font-size:13px}.mobile .browse-by .bar-nav li:nth-of-type(3n){border-right:none}.bar-nav-with-arrows{background:none;border:none}.bar-nav-with-arrows .bar-nav-arrow{height:20px;margin-top:5px;width:20px}.bar-nav-with-arrows .bar-nav-arrow-left{background-position:-360px -570px;margin-right:15px}.bar-nav-with-arrows .bar-nav-arrow-left:hover{background-position:-360px -590px}.bar-nav-with-arrows .bar-nav-arrow-left:active{background-position:-360px -610px}.bar-nav-with-arrows .bar-nav-arrow-right{background-position:-380px -570px;margin-left:15px}.bar-nav-with-arrows .bar-nav-arrow-right:hover{background-position:-380px -590px}.bar-nav-with-arrows .bar-nav-arrow-right:active{background-position:-380px -610px}.bar-nav-with-arrows li{background:#1b2127;border-bottom:1px solid #303840;border-top:1px solid #303840}.bar-nav-with-arrows li.selected{background:#89a;border-color:#89a}.bar-nav-with-arrows li.selected a{color:#345}.bar-nav-with-arrows li.bar-nav-direction{background:none;border:none}.bar-nav-with-arrows li.bar-nav-direction a{padding:0}.bar-nav-with-arrows li.bar-nav-direction span{visibility:hidden}.bar-nav-with-arrows li.bar-nav-end-left{border-bottom-left-radius:3px;border-left:1px solid #303840;border-top-left-radius:3px}.bar-nav-with-arrows li.bar-nav-end-left.selected{border-color:#89a}.bar-nav-with-arrows li.bar-nav-end-right{border-bottom-right-radius:3px;border-right:1px solid #303840;border-top-right-radius:3px}.bar-nav-with-arrows li.bar-nav-end-right.selected{border-color:#89a}.decade-browser{overflow:hidden;padding:10px 0 15px;position:relative;width:100%}.mobile .decade-browser{padding-top:0}.decade-browser .bar-nav-with-arrows{clear:left;float:left;left:50%;list-style:none;margin:0;padding:0;position:relative;text-align:center}.mobile .decade-browser .bar-nav-with-arrows{display:block;float:none;left:0}.mobile .decade-browser .bar-nav-with-arrows li{right:auto}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-direction{position:absolute;top:2px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-direction:first-child{left:0}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-direction:last-child{right:0}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year{box-sizing:border-box;text-align:center;width:20%}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(7n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(7n){border-top-right-radius:3px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(7n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(7n).selected{border-color:#89a}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(8n){border-bottom-left-radius:3px;border-left:1px solid #303840}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(8n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(8n).selected{border-color:#89a}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(10n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(11n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(12n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(9n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(10n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(11n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(12n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(9n){border-top:none}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right a,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year a{padding:10px 0;width:auto}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right{border-top-right-radius:0}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right.selected{border-color:#89a}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left{border-bottom-right-radius:3px;border-top-right-radius:3px;float:none;font-size:16px;margin:0 auto 15px;text-align:center;width:150px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left a{padding:10px 0;width:auto}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left+li{border-left:1px solid #303840;border-top-left-radius:3px;clear:both}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left+li.selected{border-color:#89a}@media (min-width:668px){.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year{width:10%}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(7n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(7n){border-top-right-radius:0}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(8n){border-bottom-left-radius:0;border-left:none}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(10n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(11n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(12n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(9n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(10n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(11n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(12n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(9n){border-top:1px solid #303840}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(10n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(11n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(12n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(8n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(9n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(10n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(11n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(12n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(8n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(9n).selected{border-color:#89a}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right{border-top-right-radius:3px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right.selected{border-color:#89a}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left+li{border-bottom-left-radius:3px;border-top-left-radius:3px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left+li.selected{border-color:#89a}}.decade-browser .bar-nav-with-arrows li{display:block;float:left;position:relative;right:50%;text-transform:none}.decade-browser .bar-nav-with-arrows li a{padding:7px 15px;width:40px}.decade-browser .bar-nav-with-arrows li a.bar-nav-arrow{padding:0;width:20px}.decade-browser .bar-nav-with-arrows li.bar-nav-end-left a{width:45px}.decade-browser.-narrow .bar-nav-with-arrows li.bar-nav-end-left a,.decade-browser.-narrow .bar-nav-with-arrows li.bar-nav-end-right a,.decade-browser.-narrow .bar-nav-with-arrows li.bar-nav-year a{padding:7px 6px}.form-panel{margin:0 auto;width:360px}.form-panel fieldset{background:rgba(29,35,40,.4);border:1px solid #32373c;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.25);padding:20px 20px 25px}.form-panel .signin-actions{float:left;margin-bottom:0;padding-top:14px}.form-panel .signin-actions .option-label{margin:0}.form-panel .buttons{float:right;margin-bottom:0}.form-panel .signin-reset-text{margin-top:2.46153846rem}#pw-oop-bottom_rail{border-top:0!important;padding-top:0!important}#pw-oop-bottom_rail .icon{background:none}html div#pw-oop-bottom_rail{z-index:1599!important}html div#pw-oop-right_rail{z-index:1597}.no-mobile html.takeover-active body{background-position-x:center;background-repeat:no-repeat;background-size:1100px 100%}html div#pw-oop-flex_leaderboard{z-index:1600!important}#pw-oop-flex_leaderboard_container[style*=height]~#bgdiv{background-color:#14181c!important}#pw-oop-flex_leaderboard_container[style*=height]~#bgdiv:before{background-color:#14181c;bottom:0;content:"";display:block;left:0;margin-left:auto;margin-right:auto;position:fixed;right:0;top:0;z-index:-1}.no-mobile #pw-oop-flex_leaderboard_container[style*=height]~#bgdiv:before{max-width:1100px}#pw-oop-flex_leaderboard_container[style*=height]~.site-body{background:none}#pw-oop-flex_leaderboard_container[style*=height]~#content:after{background-color:#14181c;bottom:0;content:"";display:block;left:0;margin-left:auto;margin-right:auto;position:fixed;right:0;top:0;z-index:-1}.no-mobile #pw-oop-flex_leaderboard_container[style*=height]~#content:after{max-width:1100px}#pw-oop-flex_leaderboard_container[style*=height]~.backdrop-container{background-color:transparent!important;top:calc(var(--layout-flex-leaderboard-height))!important}.mobile #pw-oop-flex_leaderboard_container[style*=height]~.backdrop-container{top:calc(40px + var(--layout-flex-leaderboard-height))!important}.no-mobile #pw-oop-flex_leaderboard_container[style*=height]~.backdrop-container{left:0;margin-left:auto;margin-right:auto;max-width:1100px;right:0}#trendi-placeholder:empty{display:none}#tyche_trendi_parent_container{margin-top:20px}html div#tyche_trendi_parent_container>div[style*=z-index]{z-index:850!important}html div#tyche_trendi_video_container{z-index:1600!important}#pw-close-btn .circle circle{fill:#456}#tyche_cmp_modal div[class^=banner_title]{color:#fff!important;font-family:Graphik-Semibold-Web,sans-serif!important}#tyche_cmp_modal div[class^=banner_info]>span{color:#bcd!important;font-family:Graphik-Regular-Web,sans-serif!important}#tyche_cmp_modal div[class^=banner_options] div[class^=banner_option] a span{color:#fff!important;font-family:Graphik-Regular-Web,sans-serif!important}#tyche_cmp_modal div[class^=banner_options] div[class^=banner_option] a svg{fill:#bcd!important}#tyche_cmp_modal div[class^=banner_optionDetails] span{color:#bcd!important;font-family:Graphik-Regular-Web,sans-serif!important}#tyche_cmp_modal div[class^=banner_consentContainer] div[class^=banner_consent] a[class^=banner_continue]{background:#567!important;border:none!important;border-radius:3px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2)}#tyche_cmp_modal div[class^=banner_consentContainer] div[class^=banner_consent] a[class^=banner_continue] span{color:#c8d4e0!important;font-family:Graphik-Semibold-Web,sans-serif!important}#tyche_cmp_modal div[class^=banner_consentContainer] div[class^=banner_consent]+div[class^=banner_consent] a[class^=banner_continue]{background:#00ac1c!important}#tyche_cmp_modal div[class^=banner_consentContainer] div[class^=banner_consent]+div[class^=banner_consent] a[class^=banner_continue] span{color:#fff!important}#pw-oop-bottom_rail,#tyche_cmp_modal{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background-color:rgba(44,52,64,.75)!important}.pw-div{margin-top:2.46153846rem}.pw-div>*{display:block;margin:0 auto;width:100%!important}.pw-div.-tile300x250{margin-bottom:2px;width:300px}@media (max-width:352px){.pw-div.-tile300x250{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}.pw-div.-alignleft *{margin:0}.pw-div.-nomargin{margin-top:0}.pw-div.-bottommargin{margin-bottom:2.46153846rem}.pw-div.-bottommargin~.upgrade-kicker{position:relative;top:-2.46153846rem}.pw-div.-bottommargin[style*="display: none"]~.upgrade-kicker,.pw-div.-bottommargin[style*="display:none"]~.upgrade-kicker{margin-bottom:2.46153846rem;top:auto}.no-mobile #leaderboard_atf .content-wrap:not(.-col14),.no-mobile #leaderboard_btf .content-wrap:not(.-col14){margin-left:-10px;margin-right:-10px}.pw-in-article-ads:empty{display:none!important}.upgrade-kicker{display:block;margin:0 auto .76923077rem;padding-top:.38461538rem;text-align:center}.upgrade-kicker>.modaltrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#567;cursor:default;font-family:inherit;font-size:10px;letter-spacing:.1em;line-height:12px;margin:0;padding:0;text-decoration:none;text-transform:uppercase}.upgrade-kicker>.modaltrigger:not(:disabled):focus,.upgrade-kicker>.modaltrigger:not(:disabled):hover{text-decoration:inherit}.upgrade-kicker>.modaltrigger>svg{margin-left:.33333333em}.upgrade-kicker>.modaltrigger>svg path{stroke:currentColor}.upgrade-kicker>.modaltrigger:not(:disabled),.upgrade-kicker>.modaltrigger[href]{cursor:pointer}.upgrade-kicker>.modaltrigger:not(:disabled):focus,.upgrade-kicker>.modaltrigger:not(:disabled):hover,.upgrade-kicker>.modaltrigger[href]:focus,.upgrade-kicker>.modaltrigger[href]:hover{color:#40bcf4}.upgrade-kicker.-alignleft{text-align:left}.mobile .upgrade-kicker{width:320px!important}.film .col-poster-large .pw-div[style*="display: none"]~.upgrade-kicker,.film .col-poster-large .pw-div[style*="display:none"]~.upgrade-kicker,.sidebar *+script+.pw-div[style*="display: none"]~.upgrade-kicker,.sidebar *+script+.pw-div[style*="display:none"]~.upgrade-kicker{margin-top:1.53846154rem}.pw-div[style*="display: none"]~.upgrade-kicker,.pw-div[style*="display:none"]~.upgrade-kicker{padding-top:0}.yir-banner{margin-bottom:30px}.banner{margin:30px 0}.banner:first-child,.section+.banner{margin-top:0}aside .section+.banner{margin-top:20px}#topstrip{background-color:#456;
  /*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */box-sizing:border-box;position:relative;z-index:900}#topstrip :root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}#topstrip .animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}#topstrip .animate__animated.animate__infinite{animation-iteration-count:infinite}#topstrip .animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}#topstrip .animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}#topstrip .animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}#topstrip .animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}#topstrip .animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}#topstrip .animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}#topstrip .animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}#topstrip .animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}#topstrip .animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}#topstrip .animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}#topstrip .animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}#topstrip .animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{#topstrip .animate__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}#topstrip .animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}#topstrip .animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}#topstrip .animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}#topstrip .animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}#topstrip .animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}#topstrip .animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}#topstrip .animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}#topstrip .animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}#topstrip .animate__swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}#topstrip .animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}#topstrip .animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}#topstrip .animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}#topstrip .animate__heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}#topstrip .animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}#topstrip .animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}#topstrip .animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}#topstrip .animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}#topstrip .animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}#topstrip .animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}#topstrip .animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}#topstrip .animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}#topstrip .animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}#topstrip .animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}#topstrip .animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}#topstrip .animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}#topstrip .animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}#topstrip .animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}#topstrip .animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}#topstrip .animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}#topstrip .animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}#topstrip .animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#topstrip .animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}#topstrip .animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}#topstrip .animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}#topstrip .animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}#topstrip .animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}#topstrip .animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}#topstrip .animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}#topstrip .animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}#topstrip .animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}#topstrip .animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}#topstrip .animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}#topstrip .animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}#topstrip .animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}#topstrip .animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}#topstrip .animate__animated.animate__flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}#topstrip .animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}#topstrip .animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}#topstrip .animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}#topstrip .animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}#topstrip .animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}#topstrip .animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}#topstrip .animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}#topstrip .animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}#topstrip .animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}#topstrip .animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}#topstrip .animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}#topstrip .animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}#topstrip .animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}#topstrip .animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}#topstrip .animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}#topstrip .animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}#topstrip .animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}#topstrip .animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}#topstrip .animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}#topstrip .animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}#topstrip .animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}#topstrip .animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}#topstrip .animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}#topstrip .animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}#topstrip .animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}#topstrip .animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}#topstrip .animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}#topstrip .animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}#topstrip .animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}#topstrip .animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}#topstrip .animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}#topstrip .animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}#topstrip .animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}#topstrip .animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}#topstrip .animate__slideOutUp{animation-name:slideOutUp}#topstrip *,#topstrip :after,#topstrip :before{box-sizing:inherit}.mobile #topstrip{padding-left:16px;padding-right:16px}#topstrip>.content-wrap{display:flex}#topstrip .closetrigger{align-items:center;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#def;display:flex;float:right;font-family:inherit;height:40px;justify-content:center;margin:0;opacity:.75;order:2;padding:0}#topstrip .closetrigger>.glyph{display:block;height:9px;width:9px}#topstrip .closetrigger>.glyph>path{stroke:currentColor;stroke-width:1.5px}#topstrip .closetrigger>.glyph+.label{margin-left:.375em}#topstrip .closetrigger>.label{font-size:.92307692rem}#topstrip .closetrigger>.label+.glyph{margin-left:.375em}#topstrip .closetrigger:not([disabled]){cursor:pointer}#topstrip .closetrigger:not([disabled]):focus,#topstrip .closetrigger:not([disabled]):hover{color:#eef7ff;opacity:1}#topstrip .closetrigger:not([disabled]):focus>.label,#topstrip .closetrigger:not([disabled]):hover>.label{text-decoration:underline}#topstrip .body{align-items:center;color:#def;display:flex;flex-grow:1;font-family:Graphik-Semibold-Web,sans-serif;font-size:.84615385rem;font-weight:400;letter-spacing:.1em;line-height:1.25;min-height:40px;padding-bottom:.76923077rem;padding-top:.76923077rem;text-align:left;text-transform:uppercase}#topstrip .body .emoji{display:inline;font-size:1.5em;line-height:.66666667;position:relative;top:-1px;vertical-align:middle}#topstrip .body .emoji:after{content:"\00a0";font-size:66.66666667%}#topstrip .body a[href]{color:currentColor;text-decoration:underline;text-underline-offset:.25em}#topstrip .body:focus a[href],#topstrip .body:hover a[href]{color:#eef7ff}#topstrip .body>*{line-height:inherit}#topstrip .body>:last-child{margin-bottom:0}#topstrip .eastereggtrigger{align-self:center;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#def;display:block;font-family:inherit;font-size:1.84615385rem;line-height:1;margin:0;padding:0;position:relative}#topstrip .eastereggtrigger:after{content:"\00a0";font-size:66.66666667%}#topstrip .eastereggtrigger:not([disabled]){cursor:pointer;touch-action:manipulation}#topstrip .eastereggtrigger:not([disabled]):focus,#topstrip .eastereggtrigger:not([disabled]):hover{animation:tada;animation-duration:.75s;animation-iteration-count:1}#topstrip .eastereggtrigger:not([disabled]).-active{animation:swing;animation-duration:.5s;animation-iteration-count:infinite}#topstrip .topstrip-close{color:#def;font-family:Graphik-Light-Web,sans-serif;font-size:25px;position:absolute;right:10px;top:5px}#topstrip .topstrip-close:active,#topstrip .topstrip-close:hover{color:#fff}#topstrip .topstrip-close>.description{background:#fff;border-radius:30px;box-shadow:0 1px 5px rgba(0,0,0,.25);display:none;font-family:Graphik-Semibold-Web,sans-serif;font-size:.84615385rem;font-weight:400;line-height:1;padding:3px 10px;position:absolute;right:100%;top:2px;transform:translateX(-5px)}#topstrip .topstrip-close:hover>.description{display:block}.watch-panel{background-color:#14181c;border:1px solid #303840;border-radius:3px;overflow:hidden}.watch-panel.-empty{display:none}.watch-panel>.header{align-items:center;background:#242c34;display:flex;padding:8px 10px 9px}.watch-panel>.header>.title{color:#9ab;font-size:.84615385rem;letter-spacing:.075em;margin:0;padding-top:1px;text-transform:uppercase}.mobile .watch-panel>.header>.title{font-size:.91666667rem}.view .watch-panel>.header>.title{display:none}.watch-panel>.header>.trailer-link{margin:0 0 0 auto;padding:0}.view .watch-panel>.header>.trailer-link{margin-left:0}.view .watch-panel>.header.-notrailer>.title{display:block}.watch-panel #favorite-services .services>.service{display:flex}.watch-panel .other+.other,.watch-panel .other+.services>.service,.watch-panel .services+.other{border-top:1px solid #202830}.watch-panel .services.-showall>.service:nth-child(n+5){display:flex}.watch-panel .services>.service{align-items:flex-start;color:#9ab;display:flex;font-size:0;margin:0 0 0 10px;padding:10px 4px 10px 30px;position:relative}.view .watch-panel .services>.service{padding-left:30px}.watch-panel .services>.service:nth-child(n+5){display:none}.watch-panel .services>.service.-noicon{padding-left:0}.watch-panel .services>.service.-empty{display:none}.watch-panel .services>.service+.service{border-top:1px solid #202830}.watch-panel .services>.service>.label{color:#9ab;display:inline-block;flex-shrink:0;font-size:12px;line-height:1.66666667;vertical-align:middle}.watch-panel .services>.service>.label:hover{color:#fff}.grouped-settings .watch-panel .services>.service>.label:hover{color:#9ab}.watch-panel .services>.service>.label>.title{display:inline-block;margin-right:8px}.grouped-settings .watch-panel .services>.service>.label>.title{display:block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-panel .services>.service>.label>.title>.locale,.watch-panel .services>.service>.label>.title>.name{display:inline-block;vertical-align:middle}.watch-panel .services>.service>.label>.title>.name{max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.view .watch-panel .services>.service>.label>.title>.name{max-width:80px}.view .watch-panel .services>.service>.label.-text>.title{display:inline-block}.watch-panel .services>.service>.label>.brand{display:block;height:24px;left:0;margin-right:6px;position:absolute;top:8px;width:24px}.view .watch-panel .services>.service>.label>.brand{margin-right:5px}.view .watch-panel .services>.service>.label .wide-only{display:none}.mobile .view .watch-panel .services>.service>.label .wide-only{display:inline}.watch-panel .services>.service a.link,.watch-panel .services>.service>a.label{cursor:pointer}.watch-panel .services>.service.-obsolete>.label{opacity:.5}.watch-panel .services>.service.-obsolete>.label>.brand{opacity:.8}.watch-panel .services>.service>.remove{height:40px;overflow:hidden;position:absolute;right:0;text-indent:110%;top:50%;transform:translateY(-50%);white-space:nowrap;width:28px}.watch-panel .services>.service>.remove:after{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-390px -50px;background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.watch-panel .services>.service>.remove:hover:after{background-position:-370px -50px}.watch-panel .services>.service>.options{display:inline-block}.watch-panel .services>.service>.options>.group{display:inline-block;margin-right:4px;white-space:nowrap}.watch-panel .services>.service>.options>.group>.link{margin-right:0}.watch-panel .services>.service>.options>.group>.link:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.watch-panel .services>.service>.options>.group>.link:first-child .format{display:none}.watch-panel .services>.service>.options>.group>.link+.link{border-left:1px solid #14181c;border-radius:0;margin-left:0}.watch-panel .services>.service>.options>.group>.link+.link .extended{display:none}.watch-panel .services>.service>.options>.group>.link:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.view .watch-panel .services>.service>.options{display:none}.watch-panel .services>.service .link{background:#283038;border-radius:3px;color:#89a;display:inline-block;font-size:.69230769rem;letter-spacing:.075em;line-height:1;margin-bottom:2px;margin-right:4px;margin-top:2px;padding:4px 4px 3px 5px;position:relative;text-transform:uppercase;vertical-align:middle}.mobile .watch-panel .services>.service .link{font-size:.83333333rem;padding:3px 10px;top:0}.watch-panel .services>.service .link:active,.watch-panel .services>.service .link:hover{background:#fff;color:#567}.watch-panel .services>.service .link.-prime .primelogo{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-650px -900px;background-repeat:no-repeat;background-size:800px 1020px;display:inline-block;height:9px;overflow:hidden;position:relative;text-indent:110%;top:1px;white-space:nowrap;width:34px}.watch-panel .services>.service .link.-prime:hover .primelogo{background-position:-650px -930px}.watch-panel p~div .services{border-top:1px solid #202830;margin:0 0 0 10px}.view .watch-panel p~div .services{margin-left:8px}.mobile .film .watch-panel p~div .services{border:none}.watch-panel p~div .services>.service{margin:0;padding-right:10px}.watch-panel .other{display:flex;margin-left:10px;padding-right:10px}.watch-panel .other[hidden]{display:none!important}.watch-panel .other.-ownership,.watch-panel .other.-ticketing{color:#9ab;font-size:1rem;padding:12px 0}.mobile .watch-panel .other.-ownership,.mobile .watch-panel .other.-ticketing{font-size:1.08333333rem}.watch-panel .other.-ownership a,.watch-panel .other.-ticketing a{color:inherit;display:block}.watch-panel .other.-ownership a[href]:focus,.watch-panel .other.-ownership a[href]:hover,.watch-panel .other.-ticketing a[href]:focus,.watch-panel .other.-ticketing a[href]:hover{color:#def}.watch-panel .other.-ownership a[href]:focus .label.-secondary,.watch-panel .other.-ownership a[href]:hover .label.-secondary,.watch-panel .other.-ticketing a[href]:focus .label.-secondary,.watch-panel .other.-ticketing a[href]:hover .label.-secondary{color:#abc}.watch-panel .other.-ownership a .label.-emphasis,.watch-panel .other.-ticketing a .label.-emphasis{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.watch-panel .other.-ownership a .label.-secondary,.watch-panel .other.-ticketing a .label.-secondary{color:#89a;display:block;font-size:.92307692rem;padding-top:.38461538rem}.watch-panel .other.-message{font-size:.92307692rem;padding:12px 0}.watch-panel .other.-message .primary:link,.watch-panel .other.-message .primary:visited,.watch-panel .other.-ticketing .primary:link,.watch-panel .other.-ticketing .primary:visited{color:#fff}.watch-panel .other.-message .primary[href]:active,.watch-panel .other.-message .primary[href]:focus,.watch-panel .other.-message .primary[href]:hover,.watch-panel .other.-ticketing .primary[href]:active,.watch-panel .other.-ticketing .primary[href]:focus,.watch-panel .other.-ticketing .primary[href]:hover{color:#40bcf4}.view .watch-panel .other .wide-only{display:none}.mobile .view .watch-panel .other .wide-only{display:inline}.watch-panel .other>.more{color:#40bcf4;display:block;flex-grow:1;font-size:.92307692rem;line-height:1;padding:12px 10px 13px 0}.no-mobile .view .watch-panel .other>.more:before{content:"More";display:inline}.no-mobile .view .watch-panel .other>.more>.qualifier,.no-mobile .view .watch-panel .other>.more>.wide-only{display:none}.watch-panel .other>.more:active,.watch-panel .other>.more:hover{color:#def}.watch-panel .other>.jw-branding{align-self:center;background:url(../img/justwatch.23bc5b96.svg) no-repeat;background-position:0 0;background-size:62px 20px;color:hsla(0,0%,100%,0);display:block;font:0/0 Arial;height:10px;overflow:hidden;text-indent:-3000px;width:62px}.watch-panel .other>.jw-branding:active,.watch-panel .other>.jw-branding:hover{background-position:0 -10px}.redact-link,.report-link{cursor:pointer;display:inline-block;height:16px;line-height:16px;overflow:hidden;padding:0;position:relative;text-indent:110%;vertical-align:middle;white-space:nowrap;width:16px}.redact-link .icon,.report-link .icon{height:16px;top:-1px;width:16px}.film .redact-link,.film .report-link{margin-left:.75em}.popmenu-textitem .redact-link,.popmenu-textitem .report-link{color:#2c3440;display:block;margin-left:0;padding:6px 5px 7px 10px;text-align:left;text-indent:0;text-shadow:hsla(0,0%,100%,.1) 0 1px 0;width:auto}.popmenu-textitem .redact-link .icon,.popmenu-textitem .report-link .icon{display:none}.popmenu-textitem .redact-link:active,.popmenu-textitem .redact-link:hover,.popmenu-textitem .report-link:active,.popmenu-textitem .report-link:hover{background:#678;color:#fff}.redact-link:active .icon,.redact-link:hover .icon,.report-link:active .icon,.report-link:hover .icon{background-position:-610px -50px}.glitchy{margin-left:1em}.block-flag-wrapper{display:inline-block;margin-left:.92307692rem;position:relative;vertical-align:middle}.list-title-intro .block-flag-wrapper{margin-left:0}.mobile .list-title-intro .block-flag-wrapper{position:absolute;right:0;top:4px}.block-flag-wrapper .block-or-report-flag{height:16px;overflow:hidden;padding-left:0;text-indent:110%;white-space:nowrap;width:16px}.block-flag-wrapper .block-or-report-flag:hover .icon{background-position:-610px -50px}.text-footer .block-flag-wrapper{top:2px}.mobile .block-flag-wrapper{float:right}.progress-panel{border:1px solid #303840;border-radius:3px;box-sizing:border-box;color:#9ab;padding:.76923077rem 0 0;position:relative;text-align:center}.progress-panel .progress-status{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:.76923077rem}.progress-panel h3{color:#9ab;font-size:.92307692rem;line-height:1.33333333;margin:0;padding-left:.76923077rem;text-align:left}.progress-panel h3 .progress-counter{display:block}.progress-panel p{font-family:Graphik-Light-Web,sans-serif;font-size:2.61538462rem;font-weight:400;line-height:1;margin:0;padding-right:.76923077rem}.progress-panel .percent{display:inline-block;font-size:1.23076923rem;margin:0 0 0 2px;padding-top:2px;vertical-align:top}.progress-panel .progress-container{background:#14181c;background:#202830;background:#303840;border-bottom-left-radius:2px;border-bottom-right-radius:2px;height:5px;margin:0 -1px -1px;overflow:hidden;position:relative}.progress-panel .progress-container .progress-bar{background-color:#40bcf4;height:5px;left:0;position:absolute;top:0;width:0}.progress-panel .near-end .progress-bar{background-color:#00e054;border-bottom-right-radius:3px}.contextual-title{margin-bottom:1.53846154rem}.contextual-title>.headline-1,.contextual-title>.headline-2,.contextual-title>.title-1{margin:0}.contextual-title>.headline-1>.context,.contextual-title>.headline-2>.context,.contextual-title>.title-1>.context{color:#9ab;display:block;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;margin-bottom:2px;text-transform:uppercase}.contextual-title>.headline-1>.context a,.contextual-title>.headline-2>.context a,.contextual-title>.title-1>.context a{color:#9ab}.contextual-title>.headline-1>.context a:active,.contextual-title>.headline-1>.context a:hover,.contextual-title>.headline-2>.context a:active,.contextual-title>.headline-2>.context a:hover,.contextual-title>.title-1>.context a:active,.contextual-title>.title-1>.context a:hover{color:#40bcf4}.contextual-title>.headline-1>.metadata,.contextual-title>.headline-2>.metadata,.contextual-title>.title-1>.metadata{font-family:Graphik-Light-Web,sans-serif;font-weight:400;letter-spacing:.02em}.contextual-title>.headline-1>a,.contextual-title>.headline-2>a,.contextual-title>.title-1>a{color:#fff}.contextual-title>.headline-1 a:hover,.contextual-title>.headline-2 a:hover,.contextual-title>.title-1 a:hover{color:#40bcf4}.contextual-title>.title-1>.context{margin-bottom:4px}.ui-block-heading{font-size:inherit;font-weight:400}.ui-block-heading .mute{border-bottom:1px solid #456;color:#89a}.ui-block-heading .highlight,.ui-block-heading .mute:active,.ui-block-heading .mute:hover{color:#bcd}.ui-block-heading .capitalize{text-transform:capitalize}body.filmography-page .ui-block-header,body.films-reviewed .ui-block-header,body.films-watched .ui-block-header,body.watchlist .ui-block-header{margin-bottom:15px}body.diary.wide .ui-block-heading{margin:10px 0 30px}.mobile body.diary.wide .ui-block-heading{margin:10px 0}#films-browser-list-container .message-text{border:none}#films-browser-list-container .message-text h2{padding:15px 0 32px}.mobile #films-browser-list-container li.empty-list{bottom:auto;display:block;left:auto;position:relative;width:auto}.mobile #films-browser-list-container li.empty-list p{display:block;margin:0;width:auto}.filtered-message{background-color:#456;border-radius:4px;color:#9ab;text-align:center}.list-page .filtered-message{margin-top:0}.list-page .filtered-message .ui-block-heading{margin:1.53846154rem 0}.filtered-message p.ui-block-heading{margin:0;padding:.76923077rem 2.46153846rem}.filtered-message p.ui-block-heading a:link,.filtered-message p.ui-block-heading a:visited{color:#bcd;font-family:Graphik-Bold-Web,sans-serif}.filtered-message p.ui-block-heading a:active,.filtered-message p.ui-block-heading a:hover{color:#def;text-decoration:underline}.filtered-message.-alert{background-color:#e0c010;color:#345}.filtered-message.-alert .ui-block-heading a:active,.filtered-message.-alert .ui-block-heading a:hover,.filtered-message.-alert .ui-block-heading a:link,.filtered-message.-alert .ui-block-heading a:visited{color:#345}.filtered-message+.film-list,.filtered-message+.poster-list.-grid{margin-top:.76923077rem}.empty-text,.filtered-message.empty-text{background-color:transparent;border:1px solid #456;border-radius:4px;padding:4.92307692rem 2.46153846rem}.empty-text .ui-block-heading,.filtered-message.empty-text .ui-block-heading{color:#89a;margin:0;text-align:center}.empty-text .ui-block-heading a:link,.empty-text .ui-block-heading a:visited,.filtered-message.empty-text .ui-block-heading a:link,.filtered-message.empty-text .ui-block-heading a:visited{color:#89a;font-family:Graphik-Bold-Web,sans-serif}.empty-text .ui-block-heading a:active,.empty-text .ui-block-heading a:hover,.filtered-message.empty-text .ui-block-heading a:active,.filtered-message.empty-text .ui-block-heading a:hover{color:#def;text-decoration:underline}#live-feed{position:relative}#live-feed ul{height:105px;overflow:hidden}.mobile #live-feed ul{height:auto}.mobile #live-feed ul>li:nth-last-child(n+9){display:none}#live-feed .status{color:#678;font-size:10px;line-height:1;padding-top:5px;position:absolute;right:0;top:0}.mobile #live-feed .status{padding-top:2px}#live-feed+.cols-2{margin-top:3.07692308rem}.mobile #live-feed+.cols-2{margin-top:.76923077rem}.live-feed-container{overflow:hidden}.activity-settings{background-color:#456;border-radius:4px;box-sizing:border-box;color:#bcd;font-size:1rem;position:relative}.mobile .activity-settings{background:transparent;padding:0}.activity-settings>.heading{cursor:pointer;font-size:1rem;margin:0;padding:.76923077rem;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.mobile .activity-settings>.heading{font-size:0;height:0;padding:0 .76923077rem}.activity-settings>.heading:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%239ab' fill-rule='evenodd' d='M0 5h2v1H0zm14 6h2v1h-2zM7 5h9v1H7zm-7 6h9v1H0zm4.5-4a1.5 1.5 0 1 0-.001-3.001A1.5 1.5 0 0 0 4.5 7m7 6a1.5 1.5 0 1 0-.001-3.001A1.5 1.5 0 0 0 11.5 13'/%3E%3C/svg%3E");background-size:16px 16px;content:"";display:block;height:16px;position:absolute;right:7px;top:8px;width:16px}.mobile .activity-settings>.heading:after{right:12px;top:-22px}.activity-settings>.heading:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23bcd' fill-rule='evenodd' d='M0 5h2v1H0zm14 6h2v1h-2zM7 5h9v1H7zm-7 6h9v1H0zm4.5-4a1.5 1.5 0 1 0-.001-3.001A1.5 1.5 0 0 0 4.5 7m7 6a1.5 1.5 0 1 0-.001-3.001A1.5 1.5 0 0 0 11.5 13'/%3E%3C/svg%3E");background-size:16px 16px}.activity-settings[data-panel-open=on]>.heading:after{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-370px -50px;background-repeat:no-repeat;background-size:800px 1020px;opacity:.8;top:9px}.mobile .activity-settings[data-panel-open=on]>.heading:after{top:-22px}.activity-settings[data-panel-open=on]>.heading:hover:after{opacity:1}.activity-settings .option-label{color:#9ab;padding-left:.76923077rem;padding-right:.76923077rem}.activity-settings .option-label:hover{color:#bcd}.activity-settings .option-label.-toggle{font-size:1rem}.mobile .activity-settings .option-label.-toggle{font-size:1.08333333rem}.activity-settings .option-label.-toggle>.state{align-self:center}.activity-settings .option-label.divider{border-bottom:1px solid #678}.mobile .activity-settings .option-label.divider{border-color:#456}.mobile .activity-settings .option-label:last-of-type{margin-bottom:1em}.activity-settings>.filters{display:none;margin:0;padding-bottom:.76923077rem}.activity-settings>.filters>.option-label:first-of-type{border-top:1px solid #678;padding-top:16px}.mobile .activity-settings>.filters>.option-label:first-of-type{border-top:none;margin-top:0}.activity-settings>.filters .divider{padding-bottom:12px}.activity-settings .go-pro{display:block;overflow:hidden;padding:.76923077rem .76923077rem 0}.activity-settings .go-pro a{color:#bcd}.activity-settings .go-pro a:hover{color:#def}.review-tile>.header{display:flex;margin-bottom:1.53846154rem;min-height:114px}.review-tile>.header>.image{align-self:flex-start;flex-shrink:0;margin-right:1.53846154rem;width:75px}.review-tile>.header>.image>.poster{width:100%}.review-tile>.header>.image>.poster img{height:auto;width:100%}.review-tile>.header>.details{align-self:flex-end;flex-grow:1}.review-tile>.header>.details .headline-2>a{color:#fff}.review-tile>.header>.details .headline-2>a:hover{color:#40bcf4}.review-tile>.header>.details>.attribution-block:first-child{margin-bottom:.76923077rem}.review-tile>.body>.body-text{overflow:hidden}.review-tile>.body .like-link-target{height:18px;margin-bottom:0;margin-top:1.23076923rem}.review-tiles:after,.review-tiles:before{content:" ";display:table}.review-tiles:after{clear:both}.no-mobile .review-tiles{margin-left:-15px;margin-right:-15px}.no-mobile .review-tiles>.review-tile{border-bottom:1px solid #2c3440;float:left;margin-bottom:2.46153846rem;margin-left:15px;margin-right:15px;padding-bottom:1.53846154rem;width:45.91836735%}.mobile .review-tiles>.review-tile+.review-tile{border-top:1px solid #2c3440;margin-top:1.53846154rem;padding-top:2.46153846rem}.no-mobile .list-grid{display:flex;flex-wrap:wrap;margin-left:-1.05263158%;width:101.05263158%}.no-mobile .list-grid.-trilogy{margin-bottom:-2.46153846rem;margin-left:-3.15789474%;margin-right:-3.15789474%;width:106.31578947%}.no-mobile .list-grid>.list{margin-bottom:2.46153846rem;margin-left:1.04166667%;margin-right:6.25%;width:26.04166667%}.no-mobile .list-grid>.list.-trilogy{margin-left:2.97029703%;margin-right:2.97029703%;width:19.05940594%}.no-mobile .list-grid.-pagination,.no-mobile .list-grid.-singlerow>.list{margin-bottom:0}.no-mobile .list-grid.-twoup>.list{margin-right:1.04166667%;width:47.91666667%}.mobile .list-grid>.list+.list{margin-top:2.46153846rem}.mobile .list-grid.-trilogy{display:flex;flex-wrap:wrap}.mobile .list-grid.-trilogy>.list.-trilogy{margin-right:4.16666667%;width:45.83333333%}.mobile .list-grid.-trilogy>.list:nth-child(2){margin-top:0}.mobile .list-grid.-pagination{margin-bottom:1.53846154rem}@supports (display:grid){.no-mobile .list-grid.-justified{display:grid;margin-left:0;width:100%;grid-column-gap:58px;grid-template-columns:repeat(3,auto);-ms-grid-columns:278px 58px 278px 58px 278px}.no-mobile .list-grid.-justified>.list{margin-left:0;margin-right:0;width:278px}.no-mobile .list-grid.-justified>.list .poster-list.-p70 .poster{margin-right:-18px}}@supports (-ms-ime-align:auto){.no-mobile .list-grid.-justified{display:flex;margin-left:-1.05263158%}.no-mobile .list-grid.-justified>.list{margin-left:1.04166667%;margin-right:6.25%;width:26.04166667%}.no-mobile .list-grid.-justified>.list .poster-list.-p70 .poster{margin-right:-26px}}.tag-link{background-image:url(../img/sprite.6c5e9c43.svg);background-position:right -810px;background-repeat:no-repeat;background-size:800px 1020px;border-bottom-left-radius:2px;border-top-left-radius:2px;box-sizing:border-box;color:#9ab;display:inline-block;font-size:.84615385rem;height:21px;line-height:1;max-width:120px;overflow:hidden;padding:5px 12px 0 5px;text-decoration:none;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap}.tag-link:active,.tag-link:hover{background-position:right -840px;color:#bcd}.tag-link.-long{max-width:100%}.back-link{color:#9ab;display:inline-block;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;padding-left:12px;position:relative;text-transform:uppercase}.back-link a{color:#9ab}.back-link a:active,.back-link a:hover{color:#40bcf4}.back-link:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11'%3E%3Cpath fill='none' stroke='%239AB' stroke-linecap='square' stroke-width='1.5' d='m5.5 1.5-4 4 4 4'/%3E%3C/svg%3E");background-size:7px 11px;content:"";display:block;height:11px;left:0;position:absolute;top:1px;width:7px}.mobile .back-link:before{top:-1px}.back-link:active,.back-link:hover{color:#bcd}.back-link:active:before,.back-link:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11'%3E%3Cpath fill='none' stroke='%23BCD' stroke-linecap='square' stroke-width='1.5' d='m5.5 1.5-4 4 4 4'/%3E%3C/svg%3E");background-size:7px 11px}.backdrop-credit{text-align:center}.backdrop-credit>.body-text{color:#678;margin:3.07692308rem 0 .76923077rem;text-align:center}.backdrop-credit>.body-text a{color:#678}.backdrop-credit>.body-text a:active,.backdrop-credit>.body-text a:hover{color:#89a}.mobile .backdrop-credit.-payment a,.mobile .backdrop-credit.-payment span{display:inline-block;margin-bottom:.5rem}.backdrop-container{height:675px;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.mobile .backdrop-container{height:0;padding-top:56.25%;top:40px}.person-home.logged-in .backdrop-container{height:0}.mobile .person-home.logged-in .backdrop-container{padding-top:0}.backdrop-wrapper{height:675px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1200px;z-index:0}.shortbackdropped .backdrop-wrapper{height:525px}.shortbackdropped .backdrop-wrapper>.backdropmask{top:-5px}.backdrop-wrapper>.backdropimage{background-repeat:no-repeat;background-size:100% 100%;height:99.95%;opacity:0;position:absolute;transition:opacity .75s cubic-bezier(.165,.84,.44,1);width:100%}.backdrop-wrapper.-loaded>.backdropimage{opacity:1}.backdrop-wrapper>.backdropmask{padding-top:500px;position:relative}.backdrop-wrapper>.backdropmask:before{background-image:linear-gradient(90deg,#14181d 0,rgba(20,24,29,.986) .97%,rgba(20,24,29,.945) 2.07833333%,rgba(20,24,29,.883) 3.29666667%,rgba(20,24,29,.803) 4.60166667%,rgba(20,24,29,.711) 5.96666667%,rgba(20,24,29,.61) 7.365%,rgba(20,24,29,.504) 8.77166667%,rgba(20,24,29,.398) 10.16%,rgba(20,24,29,.296) 11.505%,rgba(20,24,29,.203) 12.78%,rgba(20,24,29,.122) 13.95833333%,rgba(20,24,29,.059) 15.01666667%,rgba(20,24,29,.016) 15.92833333%,rgba(20,24,29,0) 16.66666667%,rgba(20,24,29,0) 83.33333333%,rgba(20,24,29,.016) 84.07166667%,rgba(20,24,29,.059) 84.98333333%,rgba(20,24,29,.122) 86.04166667%,rgba(20,24,29,.203) 87.22%,rgba(20,24,29,.296) 88.495%,rgba(20,24,29,.398) 89.84%,rgba(20,24,29,.504) 91.22833333%,rgba(20,24,29,.61) 92.635%,rgba(20,24,29,.711) 94.03333333%,rgba(20,24,29,.803) 95.39833333%,rgba(20,24,29,.883) 96.70333333%,rgba(20,24,29,.945) 97.92166667%,rgba(20,24,29,.986) 99.03%,#14181d),linear-gradient(0deg,#14181d 0,#14181d 21.48148148%,rgba(20,24,29,.986) 23.63703704%,rgba(20,24,29,.945) 26.1%,rgba(20,24,29,.883) 28.80740741%,rgba(20,24,29,.803) 31.70740741%,rgba(20,24,29,.711) 34.74074074%,rgba(20,24,29,.61) 37.84814815%,rgba(20,24,29,.504) 40.97407407%,rgba(20,24,29,.398) 44.05925926%,rgba(20,24,29,.296) 47.04814815%,rgba(20,24,29,.203) 49.88148148%,rgba(20,24,29,.122) 52.5%,rgba(20,24,29,.059) 54.85185185%,rgba(20,24,29,.016) 56.87777778%,rgba(20,24,29,0) 58.51851852%);background-repeat:no-repeat;content:"";display:block;height:675px;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:1200px;z-index:0}#content-nav+.report-moderation{margin-top:-1.23076923rem}.report-moderation thead th{color:#678;font-size:11px;letter-spacing:.075em;text-transform:uppercase;white-space:nowrap}.report-moderation thead th:last-child{padding-right:.38461538rem;text-align:right}.report-moderation td+td,.report-moderation td+th,.report-moderation th+td,.report-moderation th+th,.report-moderation thead th+th{padding-left:1.23076923rem}.report-moderation tbody tr.-hover{background:linear-gradient(0deg,#00e054 0,#00e054 1px,#20262e 2px)}.report-moderation tbody tr td+td,.report-moderation tbody tr td+th{padding-left:1.23076923rem}.report-moderation tbody tr td:last-child{padding-right:.38461538rem;text-align:right}.report-moderation tbody tr td.report-statuses .micro-button{display:inline-block;line-height:1;white-space:nowrap}.report-moderation tbody tr td.report-statuses .micro-button+.micro-button{clear:both;margin-top:5px}.report-moderation tbody tr td.report-statuses .micro-button.-person:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9'%3E%3Cpath fill='%239ab' fill-rule='evenodd' d='M8 7.512C8 6.416 6.124 6 3.948 6 1.766 6 0 6.624 0 7.72V9h8zM6 2.413c0 1.334-.56 2.92-2 2.92-1.353 0-2-1.626-2-2.953S2.873 0 3.947 0C5.013 0 6 1.087 6 2.413'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:8px 9px;content:"";display:inline-block;height:9px;margin-right:3px;vertical-align:text-top;width:8px}.report-moderation tbody tr td.report-count{padding-left:.38461538rem}.report-moderation tbody tr td.report-count a{white-space:nowrap}.report-moderation tbody tr td.report-count a:before{border-color:transparent transparent transparent #789;border-style:solid;border-width:3px 0 3px 6px;content:"";display:inline-block;height:0;margin-right:5px;margin-top:-3px;vertical-align:middle;width:0}.report-moderation tbody tr td.author a{color:#9ab;display:inline-block;max-width:100px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.report-moderation tbody tr td.author a:hover{color:#def}.report-moderation tbody tr td.moderation-options{text-align:right;white-space:nowrap}.report-moderation tbody tr td.moderation-options>form{display:inline-block;height:0;position:absolute;width:0}.report-moderation tbody tr td.moderation-options+td{width:40px}.report-moderation tbody tr:last-child td{border:none}.report-moderation tbody tr .submissions{height:0;margin:0;opacity:0;overflow:hidden;transition:all .5s cubic-bezier(.165,.84,.44,1)}.report-moderation tbody tr .submissions li+li{margin-top:.76923077rem}.report-moderation tbody tr.-open .submissions{height:auto;opacity:1}.report-moderation tbody tr.-open .report-count a:before{transform:rotate(90deg) translate(1px,1px)}.report-moderation tbody a{color:#bcd}.report-moderation tbody a:hover{color:#def}.report-moderation tbody blockquote{border-left:1px solid #456;color:#9ab;font-size:inherit;margin:15px 0;padding-left:15px}@keyframes ringloop{0%{transform:rotate(-180deg)}50%{transform:rotate(0deg)}to{transform:rotate(180deg)}}.report-moderation .radiobutton{background:transparent;border:none;border-radius:50%;box-shadow:inset 0 0 0 1px #89a;cursor:pointer;height:20px;overflow:hidden;position:relative;text-indent:110%;text-indent:-9999px;white-space:nowrap;width:20px}.report-moderation .radiobutton.-hover,.report-moderation .radiobutton:hover{box-shadow:inset 0 0 0 1px #bcd}.report-moderation .radiobutton.-hover:after,.report-moderation .radiobutton:hover:after{border-bottom:1px solid #89a;border-right:1px solid #89a;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-7px) rotate(45deg);width:4px}.report-moderation .radiobutton.-all{border-radius:10px;box-shadow:inset 0 0 0 1px #567;width:36px}.report-moderation .radiobutton.-all:before{color:#567;content:"ALL";display:inline-block;font-size:10px;left:50%;letter-spacing:1px;line-height:9px;margin-left:1px;margin-top:-1px;position:absolute;text-indent:0;top:50%;transform:translate(-50%,-50%)}.report-moderation .radiobutton.-all.-hover,.report-moderation .radiobutton.-all:hover{box-shadow:inset 0 0 0 1px #89a}.report-moderation .radiobutton.-all.-hover:before,.report-moderation .radiobutton.-all:hover:before{visibility:hidden}.report-moderation .radiobutton.ajax-working{box-shadow:none}.report-moderation .radiobutton.ajax-working:after{animation:ringloop .5s linear infinite;clip:rect(0,20px,20px,10px);border-radius:50%;box-shadow:inset 0 0 0 1px #9ab;content:"";height:20px;left:0;position:absolute;top:0;width:20px}.report-moderation .radiobutton.ajax-working:hover{box-shadow:none}.report-moderation .radiobutton.ajax-working:hover:after{border:none;height:20px;left:0;top:0;transform:none;width:20px}.report-moderation .radiobutton.-completed,.report-moderation .radiobutton.-selected{background:#00e054;box-shadow:none}.report-moderation .radiobutton.-completed:after,.report-moderation .radiobutton.-selected:after{border-bottom:2px solid #fff;border-right:2px solid #fff;box-shadow:1px 1px 0 0 #00ad41;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-7px) rotate(45deg);width:4px}.report-moderation .radiobutton.-selected:hover{background:#ff8000}.report-moderation .radiobutton.-selected:hover:after,.report-moderation .radiobutton.-selected:hover:before{background:#fff;border:none;box-shadow:none;left:50%;position:absolute;top:50%}.report-moderation .radiobutton.-selected:hover:after{height:12px;transform:translate(-50%,-50%) rotate(45deg);width:2px}.report-moderation .radiobutton.-selected:hover:before{content:"";display:block;height:2px;transform:translate(-50%,-50%) rotate(-135deg);width:12px}.report-moderation .emailbutton{background:#89a;border:none;border-radius:2px;cursor:pointer;display:inline-block;height:10px;margin-left:5px;overflow:hidden;position:relative;text-indent:110%;text-indent:-9999px;top:1px;vertical-align:text-top;white-space:nowrap;width:14px}.report-moderation .emailbutton:after,.report-moderation .emailbutton:before{border:8px solid transparent;border-bottom:none;border-top:6px solid transparent;box-shadow:none;content:"";display:block;height:0;left:-1px;position:absolute;top:1px;width:0}.report-moderation .emailbutton:before{border-top-color:#14181c}.report-moderation .emailbutton:after{border-top-color:#89a;margin-top:-1px}.report-moderation .emailbutton:hover{background:#bcd}.report-moderation .emailbutton:hover:after{border-top-color:#bcd}.report-moderation .spoilers-flagged{background:url(../img/vader-small.fd5a058b.svg) no-repeat;display:inline-block;height:21px;vertical-align:middle;width:23px}.report-moderation .micro-button+.spoilers-flagged{margin-left:.38461538rem}.report-moderation .button-secondary.-small{background:#2c3440;border-radius:10px;color:#678;font-size:8px;line-height:8px;padding:4px 7px;text-transform:uppercase}.report-moderation .button-secondary.-small:hover{background:#345;color:#9ab}.report-moderation .spam-buttons{display:inline-block;margin-right:10px;padding-top:3px;white-space:nowrap}@media (max-width:1080px){.report-moderation .spam-buttons{vertical-align:top}.report-moderation .spam-buttons .button-secondary+.button-secondary{display:block;margin-top:3px}}.report-moderation .-deleted{font-style:italic;text-decoration:line-through}.lists-edit .directors,.lists-new .directors{max-width:300px;position:relative;top:-1px;vertical-align:middle}.ac_results{background-color:#678;border:1px solid #c8d8e8;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top:2px solid #fff;box-shadow:0 4px 5px rgba(0,0,0,.75);margin:-2px 0 0;overflow:hidden;padding:0;z-index:99999}.ac_results ul{list-style-position:outside;list-style:none;margin:0;padding:0;width:100%}.ac_results li{color:#fff;cursor:default;display:block;font-size:13px;line-height:1.5;margin:0;overflow:hidden;padding:5px 8px 5px 10px;text-shadow:0 -1px 0 rgba(0,0,0,.2)}.ac_results .directors{color:#d8e0e8;display:inline-block;font-size:11px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.ac_results li.ac_over{background-color:#00ac1c;text-shadow:0 -1px 0 rgba(0,0,0,.2)}.ac_results li.ac_over span.directors{color:#b4ffac;text-shadow:0 -1px 0 rgba(0,0,0,.2)}.ac_results li.ac_error{background-color:#ee7000;text-shadow:0 -1px 0 rgba(0,0,0,.15)}.ac_results .autocomplete-not-found{background-color:#456;color:#bcd;font-size:10px;padding:12px 0 12px 10px}.ac_results .autocomplete-not-found a{color:#def}.ac_results .autocomplete-not-found a:active,.ac_results .autocomplete-not-found a:hover{color:#fff}.moderation-details{background:#242c34;border-radius:3px;margin-bottom:1.53846154rem;margin-top:1.23076923rem;padding:.76923077rem 1.23076923rem .76923077rem .76923077rem}.moderation-details.-spoilers:not(.-revealed){border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:1px}.moderation-details>.page-header{border-bottom:none;margin-bottom:0;padding-bottom:0}.view .moderation-details>.page-header{margin-bottom:0}.mobile .view .moderation-details{display:block;margin-top:1.53846154rem}.mobile .view .moderation-details .person-header{padding-bottom:0}.mobile .view .moderation-details .person-header .avatar{display:block}.mobile .view .moderation-details .person-summary.-inline{min-height:24px;padding-left:32px}.moderation-details>.moderated,.moderation-details>.reason{font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;margin-bottom:0!important;padding-left:4px}.moderation-details>.moderated strong,.moderation-details>.reason strong{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.moderation-details>.reason{padding-left:32px}.locale-selector{align-items:center;color:#9ab;display:flex;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.locale-selector>.flag{border-radius:16px;box-shadow:0 0 0 1px #89a;height:32px;margin-right:.76923077rem;overflow:hidden;width:32px}.locale-selector>.flag>img{border-radius:50%;display:block;height:100%;width:100%}.locale-based-header .locale-selector>.flag{margin-left:.76923077rem;margin-right:0}.locale-selector>.title{cursor:pointer;position:relative}.locale-selector>.title:after{border-color:#89a transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";display:inline-block;height:0;margin-left:4px;position:relative;vertical-align:middle;width:0}.locale-selector.-open>.title{color:#d8e0e8}.locale-selector.-open>.title:after{border-color:transparent transparent #89a;border-style:solid;border-width:0 4px 4px;position:relative;top:-1px}.locale-selector:hover{color:#abc}.locale-selector>.locale-menu{display:none;opacity:0;position:absolute;right:-1.84615385rem;top:100%;transform:translateY(10px);transition:opacity .3s;z-index:1}.mobile .locale-selector>.locale-menu{right:-2rem}.locale-based-header .locale-selector{flex-direction:row-reverse}.mobile .locale-based-header .locale-selector{margin-bottom:1.53846154rem}.locale-menu{background:#456;border-radius:3px;box-shadow:0 2px 15px rgba(20,24,28,.5),0 3px 40px rgba(20,24,28,.35);padding:1.53846154rem 1.53846154rem 1.53846154rem 2.46153846rem}.mobile .locale-menu{padding:1.53846154rem 1.23076923rem}.body-locales .locale-menu{background:#345;box-shadow:none}.locale-menu>.header{margin-bottom:1.53846154rem;padding:0 7px;position:relative}.locale-menu>.header>.title-3{line-height:24px;margin:0}.locale-menu>.header>.close{height:24px;overflow:hidden;position:absolute;right:0;text-indent:-9999px;top:0;width:24px}.locale-menu>.header>.close:after,.locale-menu>.header>.close:before{background:#789;content:"";display:block;height:24px;left:50%;position:absolute;top:50%;transition:background .1s;width:2px}.locale-menu>.header>.close:before{transform:translate(-50%,-50%) rotate(-45deg)}.locale-menu>.header>.close:after{transform:translate(-50%,-50%) rotate(45deg)}.has-no-touch .locale-menu>.header>.close.hover:after,.has-no-touch .locale-menu>.header>.close.hover:before,.has-no-touch .locale-menu>.header>.close:hover:after,.has-no-touch .locale-menu>.header>.close:hover:before{background:#def}.locale-menu>.localelist{-moz-columns:5;column-count:5;-moz-column-gap:0;column-gap:0;width:900px}.mobile .locale-menu>.localelist{width:auto}@media (max-width:860px){.mobile .locale-menu>.localelist{-moz-columns:4;column-count:4}}@media (max-width:720px){.mobile .locale-menu>.localelist{-moz-columns:3;column-count:3}}@media (max-width:560px){.mobile .locale-menu>.localelist{-moz-columns:2;column-count:2}}.locale-menu>.localelist>.localeitem{box-sizing:border-box;display:block;padding-bottom:.38461538rem;padding-right:.92307692rem;-moz-column-break-inside:avoid;break-inside:avoid}.mobile .locale-menu>.localelist>.localeitem{padding-right:1rem}.locale-menu>.localelist>.localeitem>.localelink{color:#bcd;display:block;padding:5px 10px 5px 30px;position:relative}.locale-menu>.localelist>.localeitem>.localelink:hover{color:#fff}.locale-menu>.localelist>.localeitem>.localelink>.flag{border-radius:50%;box-shadow:0 0 0 1px #89a;display:block;height:17px;left:7px;overflow:hidden;position:absolute;width:17px}.locale-menu>.localelist>.localeitem>.localelink>.flag>img{border-radius:50%;display:block;height:100%;width:100%}.locale-menu>.localelist>.localeitem>.localelink>.name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locale-menu>.localelist>.localeitem.-selected>.localelink{background:#202830;border-radius:500px;color:#fff}.mobile .locale-based-header .locale-selector #locale-menu{max-width:100%}.grouped-settings{box-sizing:border-box;display:flex;margin-bottom:1.84615385rem;padding-bottom:2.46153846rem;position:relative}html.mobile .grouped-settings:last-child{margin-bottom:-.76923077rem;padding-bottom:0}.grouped-settings *{box-sizing:border-box}.grouped-settings:after{background:#2c3440;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0}@media (min-width:768px){.grouped-settings:after{left:5px;right:5px}}.grouped-settings:last-child:after{display:none}@media (max-width:767px){.grouped-settings{flex-direction:column}}@media (min-width:768px){.grouped-settings{margin-left:-5px;margin-right:-5px}.grouped-settings>.group{margin-right:4.16666667%;padding-left:5px;padding-right:5px;width:25%}.grouped-settings>.group>.title-section+.watch-panel,.grouped-settings>.group>.title-section+.watch-panel.-empty+.body-text{margin-top:3.46153846rem}}.grouped-settings>.group>.body-text{color:#789;line-height:1.53846154;margin-top:2.46153846rem}@media (max-width:767px){.grouped-settings>.group>.body-text{margin-bottom:2.46153846rem;margin-top:1.53846154rem}}.grouped-settings>.group>.body-text+.jw-partner{margin-top:1.53846154rem}.mobile .grouped-settings>.group>.body-text+.jw-partner{margin-bottom:2.46153846rem;margin-top:-.76923077rem}@media (max-width:450px){.grouped-settings>.group>.body-text+.jw-partner{display:none}}.grouped-settings>.upgrade{position:relative;width:100%}.grouped-settings>.upgrade:before{background:#2c3440;bottom:0;content:"";display:block;height:1px;left:5px;position:absolute;right:5px}.grouped-settings>.settings{padding-top:6px}@media (min-width:768px){.grouped-settings>.settings{width:70.83333333%}}@media (min-width:451px){.grouped-settings>.settings>.fields{display:flex}}@media (max-width:450px){.grouped-settings>.settings>.fields>.input{display:block;width:100%}.grouped-settings>.settings>.fields>.input+.input{margin-top:.76923077rem}}@media (min-width:451px){.grouped-settings>.settings>.fields>.input{padding-left:5px;padding-right:5px;width:50%}}@media (min-width:768px){.grouped-settings>.settings>.fields>.input{width:41.17647059%}}.grouped-settings>.settings>.fields>.input .select{width:100%}.grouped-settings>.settings>.brands-list{display:none;margin-top:3.07692308rem}.grouped-settings>.settings>.brands-list.-selected{display:block}.grouped-settings>.settings>.locale-selector{display:inline-flex;padding-left:5px;padding-right:5px}.grouped-settings>.settings>.locale-menu{display:none;left:0;margin-bottom:1.53846154rem;position:absolute;transform:translateY(10px);z-index:1}.mobile .grouped-settings>.settings>.locale-menu{right:0;transform:translateY(0)}.brands-list>.brands{-moz-column-gap:5.88235294%;column-gap:5.88235294%}@media (min-width:451px){.brands-list>.brands{-moz-columns:2;column-count:2}}@media (min-width:668px){.brands-list>.brands{-moz-columns:3;column-count:3}}.brands-list>.brands>.brand{color:#9ab;display:flex;padding-bottom:2.46153846rem;padding-left:5px;padding-right:5px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-column-break-inside:avoid;break-inside:avoid;cursor:pointer}.brands-list>.brands>.brand:not(.button):not(.button-secondary):not(.localelink){color:#9ab}.brands-list>.brands>.brand:not(.button):not(.button-secondary):not(.localelink):active,.brands-list>.brands>.brand:not(.button):not(.button-secondary):not(.localelink):hover{color:#def}.brands-list>.brands>.brand>.logo{flex-shrink:0;height:24px;margin:0 .76923077rem 0 0;width:24px}.brands-list>.brands>.brand>.logo img{display:block;height:100%;width:100%}.brands-list>.brands>.brand>.name{align-self:center;line-height:1.3;opacity:1;transition:opacity .2s}.brands-list>.brands>.brand>.cataloglink{display:none}.no-mobile .brands-list>.brands>.brand>.cataloglink{bottom:12px;color:#9ab;display:block;font-size:11px;left:39px;opacity:0;position:absolute;transition:opacity .2s;white-space:nowrap}.no-mobile .brands-list>.brands>.brand>.cataloglink:active,.no-mobile .brands-list>.brands>.brand>.cataloglink:hover{color:#40bcf4}.mobile .brands-list>.brands>.brand{padding-bottom:1.53846154rem}.no-mobile .brands-list>.brands>.brand:active>.cataloglink,.no-mobile .brands-list>.brands>.brand:hover>.cataloglink{opacity:1;transition:opacity .6s}.brands-list>.brands>.brand.-selected>.logo img,.brands-list>.brands>.brand.-selected>.logo>svg{display:none}.brands-list>.brands>.brand.-selected>.logo:after{background-image:url(../img/service-selected.98d8e466.svg);background-position:0 0;background-repeat:no-repeat;background-size:90px 24px;content:"";display:block;height:100%;width:100%}.brands-list>.brands>.brand.-selected:hover>.logo:after{background-position:-30px 0}.brands-list>.brands>.brand.-selected>.name{color:#fff}.trailer-link>.play{color:#9ab;display:block;font-size:0}.trailer-link>.play:before{background-image:url(../img/play-trailer.97f5ba05.svg);background-position:0 0;background-repeat:no-repeat;background-size:100%;content:"";display:inline-block;height:18px;line-height:18px;margin-right:6px;opacity:.6;transition:opacity .1s;vertical-align:middle;width:18px}.trailer-link>.play>.label,.trailer-link>.play>.name{display:inline-block;font-size:.92307692rem;line-height:18px;transition:color .1s;vertical-align:middle}.mobile .trailer-link>.play>.label,.mobile .trailer-link>.play>.name{font-size:1rem;position:relative;top:1px}.trailer-link>.play:hover{color:#bcd}.trailer-link>.play:hover:before{opacity:1}.trailer-link.-lozenge>.play{align-items:center;background:#456;border:none;border-radius:5px;display:inline-flex;flex-grow:0;margin:0;padding:4px 8px}.trailer-link.-lozenge>.play:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbD0iIzlBQiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJtMS43OCAyLjE2MiA2LjUyNyAzLjgyNGExLjE3MyAxLjE3MyAwIDAgMSAwIDIuMDI4bC02LjUyOCAzLjgyM0ExLjE4MyAxLjE4MyAwIDAgMSAwIDEwLjgyNFYzLjE3NmExLjE3OCAxLjE3OCAwIDAgMSAxLjc4LTEuMDE0Ii8+PC9zdmc+);height:14px;line-height:14px;margin-right:5px;opacity:1;width:10px}.trailer-link.-lozenge>.play>.label,.trailer-link.-lozenge>.play>.name{color:#9ab;display:inline-block;font-family:Graphik-Regular-Web,sans-serif;font-size:.91666667rem;font-weight:400;letter-spacing:.075em;letter-spacing:.125em;line-height:1;position:relative;text-transform:uppercase;top:1px;vertical-align:middle}.overthrow-transitions .overthrow.-locales .overthrow-content,.overthrow-transitions .overthrow.-locales .overthrow-inner{transition:none}.overthrow-enable .overthrow.-locales{background:none;z-index:10000}.overthrow-transitions .overthrow-enable .overthrow.-locales .overthrow-inner{transform:scale(1)}.overthrow.-locales .overthrow-outer{max-width:1010px}.overthrow-trans-in .overthrow.-locales{opacity:1}.overthrow-transitions .overthrow-trans-in .overthrow.-locales .overthrow-inner{transform:scale(1)}.overthrow-transitions .overthrow-trans-in .overthrow.-locales .overthrow-content{opacity:1;transition:opacity .3s}.overthrow-trans-out .overthrow.-locales{opacity:1}.overthrow-trans-out .overthrow.-locales .overthrow-content{opacity:0}.overthrow-transitions .overthrow-trans-out .overthrow.-locales .overthrow-inner{transform:scale(1)}.jw-partner{color:#678;display:block;width:89px}.jw-partner:hover,.jw-partner:hover>.title{color:#89a}.jw-partner>.title{color:#678;display:block;font-size:.76923077rem;letter-spacing:.075em;margin-bottom:4px;text-transform:uppercase}.jw-partner>.logo{background:url(../img/justwatch-large.1ece1949.svg);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;display:block;height:13px;overflow:hidden;text-indent:110%;white-space:nowrap;width:89px}.comment-settings{align-items:center;align-self:center;display:flex;flex-shrink:0;margin-right:auto}.comment-settings:before{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-760px -570px;background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:22px;margin-right:4px;width:22px}.comment-settings>.smenu-wrapper{height:auto;padding:0}.comment-settings .smenu>label{font-size:.92307692rem}.comment-settings .smenu>label.-bold{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.comment-settings .smenu>label>.icon{margin-left:3px;top:2px}.comment-settings.-large .smenu>label{font-size:1rem}.comment-settings.-large .smenu>label>.icon{margin-left:4px;top:3px}.column-list{-moz-column-count:2;column-count:2;-moz-column-gap:0;column-gap:0;margin-left:-5px;margin-right:-5px}@media (min-width:451px){.column-list{-moz-column-count:3;column-count:3}}@media (min-width:668px){.column-list{-moz-column-count:4;column-count:4}}.column-list>.listitem{color:#9ab;display:block;padding-left:5px;padding-right:5px;padding-top:.76923077rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-column-break-inside:avoid;break-inside:avoid;line-height:1.53846154}.column-list>.listitem>.link{color:#9ab}.column-list>.listitem>.link:active,.column-list>.listitem>.link:hover{color:#def}.column-list>.listitem>.count{color:#678}.browse-countries>.section+.section{margin-top:2.46153846rem}.browse-countries .column-list>.listitem>.link>.name{margin-right:.38461538rem}.browse-countries .column-list>.listitem>.link>.count{color:#678}@keyframes pending-dots{0%{clip-path:inset(0 100% 0 0);opacity:1}16.6666666666%{clip-path:inset(0 100% 0 0)}16.6666666667%{clip-path:inset(0 75% 0 0)}33.3333333332%{clip-path:inset(0 75% 0 0)}33.3333333333%{clip-path:inset(0 40% 0 0)}49.99999999999%{clip-path:inset(0 40% 0 0)}50%{clip-path:inset(0 0 0 0)}66.6666666666%{opacity:1}to{clip-path:inset(0 0 0 0);opacity:0}}.pending-dot-loader{position:relative}.pending-dot-loader.-pending:before{animation:pending-dots 1.25s infinite;color:rgba(221,238,255,.25);content:"...";display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:2.46153846rem;font-weight:400;letter-spacing:.15em;line-height:1;margin-top:-.125em;text-align:left;width:1.375em}.mobile .pending-dot-loader.-pending:before{font-size:2.66666667rem}.pending-dot-loader.-in:before{transition:color .25s cubic-bezier(.19,1,.22,1)}.pending-dot-loader.-in-active:before{color:rgba(221,238,255,0)}.page-header.-widetitle{box-sizing:border-box;margin-left:5px;margin-right:5px;padding-bottom:.76923077rem;text-align:left}.page-header.-widetitle *,.page-header.-widetitle :after,.page-header.-widetitle :before{box-sizing:inherit}.page-header.-widetitle>.constraint{margin-left:auto;margin-right:auto;max-width:950px}.page-header.-widetitle .title-hero{margin:0;text-align:left}.page-header.-noborder{border:none}.page-header.-fullwidth{box-sizing:border-box;margin-left:5px;margin-right:5px;padding-bottom:.76923077rem;text-align:left}.page-header.-fullwidth *,.page-header.-fullwidth :after,.page-header.-fullwidth :before{box-sizing:inherit}.page-header.-fullwidth>.constraint{max-width:auto}.page-header.-fullwidth .title-hero{margin:0;text-align:left}.nanocrowd-attribution{box-sizing:border-box;color:#678;font-size:.92307692rem}.nanocrowd-attribution *,.nanocrowd-attribution :after,.nanocrowd-attribution :before{box-sizing:inherit}.mobile .nanocrowd-attribution{font-size:.91666667rem}.nanocrowd-attribution .glyph{vertical-align:bottom}.nanocrowd-attribution a[href]{color:inherit}.nanocrowd-attribution a[href] .glyph{fill:currentColor}.nanocrowd-attribution a[href] .glyph .matte{fill:#fff;fill-opacity:0}.nanocrowd-attribution a[href]:focus,.nanocrowd-attribution a[href]:hover{color:#fff}.nanocrowd-attribution a[href]:focus .glyph .matte,.nanocrowd-attribution a[href]:hover .glyph .matte{fill-opacity:1}.nanocrowd-attribution a[href]:focus .glyph .shape,.nanocrowd-attribution a[href]:hover .glyph .shape{fill:#760d0d}.nanocrowd-attribution.-is-not-stacked a[href]{margin-left:.125em}.nanocrowd-attribution.-is-stacked>.title{display:block;font-size:.76923077rem;letter-spacing:.075em;margin-bottom:.33333333em;text-transform:uppercase}.mobile .nanocrowd-attribution.-is-stacked>.title{font-size:.83333333rem}.nanocrowd-attribution.-is-stacked a[href] .glyph{height:auto;position:relative;top:.25em}.nanocrowd-attribution.-is-stacked a[href] .label{margin-left:.1em}.nanocrowd-attribution.-is-stacked:hover>.title{color:#89a}.internal-related-item .trigger{color:#def;font-size:1.07692308rem;line-height:1.25}.mobile .internal-related-item .trigger{font-size:1.16666667rem}.internal-related-item .trigger>.chevron{margin-left:.25em}.internal-related-item .trigger>.chevron path{stroke:currentColor}.internal-related-item a.trigger:focus,.internal-related-item a.trigger:hover,.internal-related-item button:not(:disabled).trigger:focus,.internal-related-item button:not(:disabled).trigger:hover{color:#fff}.social-service-list .glyph,.social-service-list .trigger{display:block}.social-service-list .glyph path{fill:currentColor}.social-service-list>.listitem.-icononly .trigger{position:relative}.social-service-list>.listitem.-icononly .trigger:after{bottom:-7.5px;content:"";display:block;left:-7.5px;position:absolute;right:-7.5px;top:-7.5px}.social-service-list>.listitem.-icononly .trigger[href*="tiktok.com"]{margin-left:-1px}.social-service-list>.listitem.-icononly .label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.social-service-list.-inline{align-items:center;display:inline-flex}.social-service-list.-inline>.listitem:not(:first-child){margin-left:7.5px}.social-service-list.-inline>.listitem:not(:last-child){margin-right:7.5px}.release-table-group>.header{color:#678;font-size:.92307692rem;line-height:1.33333333}.mobile .release-table-group>.header{font-size:1rem}.release-table-group>.header .smenu-wrapper{float:right;line-height:1;margin-bottom:.16666667em;padding-bottom:0;padding-top:0;top:-.16666667em}.release-table-group>.header .smenu-wrapper label{padding-right:0}.release-table-group>.header .smenu-wrapper .smenu-label{font-size:.84615385rem}.mobile .release-table-group>.header .smenu-wrapper .smenu-label{font-size:.91666667rem}.release-table-group>.header .smenu-wrapper .smenu label,.release-table-group>.header .smenu-wrapper .smenu-label{padding-bottom:0}#tabbed-content .release-table-group>.header{border-bottom:none;margin-bottom:0}.release-table-title{color:#678;font-family:Graphik-Regular-Web,sans-serif;font-size:.92307692rem;font-weight:400;letter-spacing:.075em;line-height:1.33333333;text-transform:uppercase}.mobile .release-table-title{font-size:1rem}.release-country{color:#abc}.release-country .flag{display:inline-block;line-height:0;position:relative;width:1.5em}.release-country .flag img{display:block;height:auto;left:0;position:absolute;right:0;top:0;width:100%}.release-country .flag:before{background-color:#161718;padding-top:100%}.release-country .flag:after,.release-country .flag:before{border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.release-country .flag:after{border:1px solid hsla(0,0%,100%,.25)}.release-country .flag+.details{margin-left:.5em}.release-country .flag:not(.-has-no-flag):before{display:none}.release-country .name{display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.release-country.-has-note.-has-certification .release-certification-badge{margin-right:.5em}.release-country.-has-note.-has-no-certification .name{margin-right:.25em}.release-country a:-moz-any-link{color:currentColor;-moz-transition:color .5s cubic-bezier(.19,1,.22,1);transition:color .5s cubic-bezier(.19,1,.22,1)}.release-country a:any-link{color:currentColor;transition:color .5s cubic-bezier(.19,1,.22,1)}.release-country a:-moz-any-link .flag:after{-moz-transition:border-color .5s cubic-bezier(.19,1,.22,1);transition:border-color .5s cubic-bezier(.19,1,.22,1)}.release-country a:any-link .flag:after{transition:border-color .5s cubic-bezier(.19,1,.22,1)}.release-country a:-moz-any-link:focus,.release-country a:-moz-any-link:hover{color:#40bcf4;transition-duration:.33333333s}.release-country a:any-link:focus,.release-country a:any-link:hover{color:#40bcf4;transition-duration:.33333333s}.release-country a:-moz-any-link:focus .flag:after,.release-country a:-moz-any-link:hover .flag:after{border-color:hsla(0,0%,100%,.5);transition-duration:.33333333s}.release-country a:any-link:focus .flag:after,.release-country a:any-link:hover .flag:after{border-color:hsla(0,0%,100%,.5);transition-duration:.33333333s}.release-country a:-moz-any-link:focus .name,.release-country a:-moz-any-link:hover .name{text-decoration:underline}.release-country a:any-link:focus .name,.release-country a:any-link:hover .name{text-decoration:underline}.release-country .flag{align-self:start;flex-shrink:0}.release-country .flag:after{bottom:auto;padding-top:calc(100% - 2px)}.release-country .details{align-self:baseline}.release-country.-has-link>a,.release-country.-has-no-link{display:inline-flex}.release-certification-badge{border:1px solid rgba(170,187,204,.333);border-radius:3px;color:#abc;font-size:.76923077rem;line-height:1;padding:.2em .33333333em;white-space:nowrap}.mobile .release-certification-badge{font-size:.83333333rem}.release-certification-badge>.label{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;letter-spacing:.1em;margin-right:-.1em;position:relative;top:.025em}.release-table{box-sizing:border-box;font-size:.92307692rem;line-height:1.5}.release-table *,.release-table :after,.release-table :before{box-sizing:inherit}.mobile .release-table{font-size:1rem}.release-table>.listitem{background-image:linear-gradient(rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:top;background-repeat:repeat-x;background-size:1px 2px;display:flex}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.release-table>.listitem{background-size:1px 1px}}.release-table>.listitem>.cell{padding-bottom:.875em;padding-top:.875em}.release-table>.listitem>.cell:not(:first-child){padding-left:5px}.release-table>.listitem>.cell:not(:last-child){padding-right:5px}.release-table .date{display:inline;font-variant-numeric:tabular-nums;white-space:nowrap}.release-table.-bydate>.listitem>.cell:first-child{flex-shrink:0;min-width:7.5em}.release-table.-bydate>.listitem>.countries{flex-grow:1;padding-bottom:.525em;padding-top:.525em}.release-table.-bydate>.listitem>.countries .release-country-list{font-size:inherit;margin-left:-5px;margin-right:-5px}.release-table.-bydate>.listitem>.countries .release-country-list>.listitem{margin:.35em 5px}.release-table.-bydate>.listitem>.countries .release-country-list .release-country .tooltip{cursor:help}.release-table.-bycountry>.listitem{display:flex}.release-table.-bycountry>.listitem>.cell:first-child{flex-basis:0;flex-shrink:0;min-width:9.5em}.release-table.-bycountry>.listitem>.details{flex-grow:1}.release-table.-bycountry .release-country .flag{margin-top:.08333333em}.release-table.-bycountry .release-country .name{line-height:1.25;padding-top:.16666667em}.release-table .release-country .flag{width:1.41666667em}.release-table .release-date-list+.release-date-list{margin-top:.4375em}.release-country-list *+.release-certification-badge,.release-date-list *+.release-certification-badge{margin-left:.5em;position:relative;top:-1px;vertical-align:text-bottom}.release-country-list>.listitem{display:inline-block;line-height:inherit}.release-date-list>.listitem{display:flex}.release-date-list>.listitem>.releases{flex-grow:1}.release-date-list>.listitem .date{min-width:7em;text-align:right}.release-date-list .releases{margin-left:1.5em;position:relative}.release-date-list .releases:before{content:"•";position:absolute;right:100%;text-align:center;width:1.5em}.release-date-list .releases>.listitem{line-height:inherit}.release-date-list .releases>.listitem.-has-note.-has-certification .release-certification-badge{margin-right:.5em}.release-date-list .releases>.listitem.-has-note.-has-no-certification .type{margin-right:.25em}.release-note{color:#789;display:inline-block;font-size:.84615385rem;line-height:1.33333333}.mobile .release-note{font-size:.91666667rem}
/*! svgMap | https://github.com/StephanWagner/svgMap | MIT License | Copyright Stephan Wagner | https://stephanwagner.me */.stats-map{overflow:hidden;padding-top:56.25%;position:relative;width:100%}.stats-map *{box-sizing:border-box;outline:none}.stats-map.-has-frame{background:#14181c;border:1px solid #303840;border-radius:4px;color:#9ab}.mobile .stats-map.-has-frame{border-left:0;border-radius:0;border-right:0;border-top:0;margin-left:-16px;margin-right:-16px;padding-top:65%;width:auto}.stats-map .svgMap-map-image{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.stats-map .svgMap-map-controls-wrapper{border-radius:2px;bottom:10px;box-shadow:0 0 0 2px rgba(0,0,0,.1);display:flex;left:10px;overflow:hidden;position:absolute;z-index:1}.stats-map .svgMap-map-controls-move,.stats-map .svgMap-map-controls-zoom{background:#2c3440;display:flex;margin-right:5px;overflow:hidden}.stats-map .svgMap-map-controls-move:last-child,.stats-map .svgMap-map-controls-zoom:last-child{margin-right:0}.stats-map .svgMap-control-button{cursor:pointer;height:30px;position:relative;width:30px}.stats-map .svgMap-control-button.svgMap-zoom-button:after,.stats-map .svgMap-control-button.svgMap-zoom-button:before{background:#9ab;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .2s}.stats-map .svgMap-control-button.svgMap-zoom-button:before{height:3px;width:11px}.stats-map .svgMap-control-button.svgMap-zoom-button:hover:after,.stats-map .svgMap-control-button.svgMap-zoom-button:hover:before{background:#fff}.stats-map .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:after,.stats-map .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:before{background:#ccc}.stats-map .svgMap-control-button.svgMap-zoom-in-button:after{height:11px;width:3px}.stats-map .svgMap-country{cursor:pointer;stroke:rgba(0,0,0,.25);stroke-width:1.5;stroke-linejoin:round;vector-effect:non-scaling-stroke;transition:fill .2s,stroke .2s}.stats-map .svgMap-country.svgMap-active,.stats-map .svgMap-country:hover{fill:#40bcf4}.stats-map .svgMap-country.svgMap-active{stroke-width:1}.svgMap-tooltip{background:#456;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.2);color:#9ab;display:none;min-width:60px;pointer-events:none;position:absolute;transform:translate(-50%,-100%);z-index:2}.has-touch .svgMap-tooltip{pointer-events:auto}.svgMap-tooltip.svgMap-tooltip-flipped{border-bottom:0;transform:translate(-50%)}.svgMap-tooltip.svgMap-active{display:block}.svgMap-tooltip .svgMap-tooltip-content-container{padding:8px 12px;position:relative}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container{margin:2px 0 5px;text-align:center}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container.svgMap-tooltip-flag-container-emoji{font-size:50px;line-height:0;padding:25px 0 15px}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container .svgMap-tooltip-flag{background:rgba(0,0,0,.15);border-radius:2px;display:block;height:32px;margin:auto;padding:2px;width:auto}.svgMap-tooltip .svgMap-tooltip-title{color:#cde;font-family:Graphik-Semibold-Web,sans-serif;font-size:14px;font-weight:400;line-height:1;padding:2px 0;text-align:center;white-space:nowrap}.has-touch .svgMap-tooltip .svgMap-tooltip-title{white-space:nowrap}.has-touch .svgMap-tooltip .svgMap-tooltip-title:after{border-right:2px solid #cde;border-top:2px solid #cde;content:"";display:inline-block;height:5px;margin-left:4px;transform:rotate(45deg) translateY(-1px);vertical-align:middle;width:5px}.svgMap-tooltip .svgMap-tooltip-content{color:#9ab;font-size:12px;line-height:1;margin:0;text-align:center;white-space:nowrap}.svgMap-tooltip .svgMap-tooltip-content table{border-spacing:0;margin:auto;padding:0}.svgMap-tooltip .svgMap-tooltip-content table td{padding:2px 0;text-align:left}.svgMap-tooltip .svgMap-tooltip-content table td span{color:#9ab}.svgMap-tooltip .svgMap-tooltip-content table td:first-child{padding-right:10px;text-align:right}.svgMap-tooltip .svgMap-tooltip-content table td sup{position:relative;top:-5px;vertical-align:baseline}.svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data{color:#9ab;padding:2px 0}.mobile .svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data{display:none}.svgMap-tooltip .svgMap-tooltip-pointer{height:10px;left:50%;overflow:hidden;position:absolute;top:100%;transform:translateX(-50%);width:30px}.svgMap-tooltip .svgMap-tooltip-pointer:after{background:#456;border:none;border-radius:3px;bottom:6px;content:"";height:20px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:20px}.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer{bottom:auto;top:-10px;transform:translateX(-50%) scaleY(-1)}.empty-frame{--frame-border-width:1px;--frame-border-radius:var(--panel-border-radius);--frame-border-color:var(--panel-outlined-border-color-rgb);--frame-border-alpha:var(--panel-outlined-border-color-alpha);--frame-padding-x:var(--panel-inner-padding);--frame-padding-y:calc(var(--panel-inner-padding)*0.875);background-color:var(--frame-background);border:var(--frame-border-width) solid rgba(var(--frame-border-color),var(--frame-border-alpha));border-radius:var(--frame-border-radius);color:var(--frame-color,var(--panel-outlined-content));padding:var(--frame-padding-top,var(--frame-padding-y)) var(--frame-padding-right,var(--frame-padding-x)) var(--frame-padding-bottom,var(--frame-padding-y)) var(--frame-padding-left,var(--frame-padding-x))}.empty-frame>.title{color:var(--frame-color,var(--panel-outlined-heading));text-wrap:balance}.empty-frame>.description{--font-size:1rem;font-size:var(--font-size);line-height:1.5}.mobile .empty-frame>.description{--font-size:1.08333333rem}.empty-frame.-centered>.description,.empty-frame.-centered>.title{text-align:center;text-wrap:balance}#content-nav+.filmclub-devices{margin-top:1.53846154rem}.filmclub-devices>.body-text{border-bottom:1px solid #456;padding-bottom:1.23076923rem}.filmclub-devices>.device{align-items:center;border-bottom:1px solid #456;display:flex;gap:1.53846154rem;justify-content:space-between;overflow:hidden;padding:15px 0 18px}.filmclub-devices>.device>.details>.title-2{margin-bottom:.38461538rem}.filmclub-devices>.device>.details>p{margin:0}.filmclub-item{align-items:center;border-bottom:1px solid #456;display:flex;gap:1.53846154rem;overflow:hidden;padding:15px 0 18px}.filmclub-item>.poster{align-self:flex-start}.filmclub-item>.details,.filmclub-item>.wrapper>.details{flex-grow:1}.filmclub-item>.details .headline-2>a,.filmclub-item>.wrapper>.details .headline-2>a{color:#fff;margin-right:5px}.filmclub-item>.details .headline-2>a:hover,.filmclub-item>.wrapper>.details .headline-2>a:hover{color:#40bcf4}.filmclub-item>.details .headline-2 small a,.filmclub-item>.wrapper>.details .headline-2 small a{color:#89a}.filmclub-item>.details .headline-2 a:hover,.filmclub-item>.wrapper>.details .headline-2 a:hover{color:#40bcf4}.filmclub-item>.details p,.filmclub-item>.wrapper>.details p{margin-bottom:0}.filmclub-item>.details p strong,.filmclub-item>.wrapper>.details p strong{color:#9ab}.filmclub-item>.details .date,.filmclub-item>.wrapper>.details .date{white-space:nowrap}.filmclub-item>.wrapper{display:flex;flex-direction:column;gap:1.53846154rem}.filmclub-item>.actions{flex-shrink:0}.filmclub-item>.actions>.button-secondary{box-sizing:border-box;justify-content:center;min-width:8.92307692rem}.filmclub-item>.actions>.status{margin-top:1.15384615rem}.filmclub-item>.actions>.status>.progress{background-color:#456;border-radius:.15384615rem;height:.30769231rem;overflow:hidden}.filmclub-item>.actions>.status>.progress>.bar{background-color:#ff8000;height:100%}.filmclub-item>.actions>.status>.body-text{font-size:.84615385rem;margin-bottom:0;margin-top:.38461538rem;text-align:center}#modal,#redact-modal,#report-modal,#signup-modal{width:660px}.mobile #modal,.mobile #modal.wide,.mobile #redact-modal,.mobile #report-modal,.mobile #signup-modal{width:100%}.mobile #modal .check-container,.mobile #signup-modal .check-container{width:calc(100% - 140px)}.mobile #comment-editor-modal,.mobile #confirm-modal,.mobile #redact-modal,.mobile #report-modal,.mobile #signup-modal{width:100%}.mobile #comment-editor-modal article,.mobile #confirm-modal article,.mobile #redact-modal article,.mobile #report-modal article,.mobile #signup-modal article{padding:12px}.mobile #comment-editor-modal article textarea,.mobile #confirm-modal article textarea,.mobile #redact-modal article textarea,.mobile #report-modal article textarea,.mobile #signup-modal article textarea{width:100%}.mobile #comment-editor-modal .report-types li,.mobile #confirm-modal .report-types li,.mobile #redact-modal .report-types li,.mobile #report-modal .report-types li,.mobile #signup-modal .report-types li{margin-bottom:5px;margin-right:10px;margin-top:5px}#cboxTitle{display:none!important}.check-container{color:#abc;float:right;padding-top:7px;width:150px}.check-container p{font-size:12px;line-height:1.2;margin:0;padding:2px 0 4px 22px;text-shadow:#345 0 -1px 0}.check-container p.username-edit,.check-container p.username-locked{margin-top:-2px}.check-container p.username-locked{padding-left:16px}.check-container p .ir{text-indent:-999em}.check-container p .lb-spinner{margin-right:5px;position:relative;top:1px}.check-container p .icon{height:16px;width:16px}.check-container p .icon:active,.check-container p .icon:hover{cursor:pointer}.check-container p .button-small-edit,.check-container p .button-small-locked{position:relative}.check-container .username-available{color:#00e054}.check-container .username-taken{color:#ff9010}.check-container .ajax-error{padding-left:25px}.check-container .username-checking{padding-left:16}.check-container .username-check .icon{background:url(../img/spinner-678-2x.d0478944.gif)}.check-container .username-available .icon{background-position:-370px -120px;left:2px}.check-container .username-taken .icon{background-position:-370px -140px;left:2px}.check-container .ajax-error .icon{background-position:-430px -240px;top:-1px;width:18px}#tab-profile #check-locked{float:right;padding-top:0;width:16px}#tab-profile #check-locked p{margin-bottom:0}#tab-profile #check-locked p.username-locked{padding-left:0}#tab-profile .check-container{padding-top:0;width:215px}#tab-profile .check-container p{float:right;line-height:1;margin-bottom:0}#tab-profile .check-container p.username-checking{position:relative;top:-2px}.mobile #invitation-form input.field-medium{width:130px}#modal.wide,#signup-modal.wide{width:800px}#modal .register-form,#signup-modal .register-form{width:100%}#modal .register-form .username-checking,#signup-modal .register-form .username-checking{position:relative}#modal .register-form .username-checking .lb-spinner,#signup-modal .register-form .username-checking .lb-spinner{left:2px;position:absolute;top:2px}.mobile #modal .register-form,.mobile #modal .register-form input.field-email[type=email],.mobile #signup-modal .register-form,.mobile #signup-modal .register-form input.field-email[type=email]{width:100%}.mobile #modal .register-form .buttons,.mobile #signup-modal .register-form .buttons{margin-bottom:5px}#modal.signup-modal,#signup-modal.signup-modal{width:420px}.mobile #modal.signup-modal,.mobile #signup-modal.signup-modal{width:100%}.mobile #modal.signup-modal article,.mobile #signup-modal.signup-modal article{padding:12px}#modal .messages,#signup-modal .messages{overflow:hidden}#modal .messages ul,#signup-modal .messages ul{margin-bottom:20px;margin-top:0}#modal .dismiss,#signup-modal .dismiss{display:none!important}.modal-legacy article{overflow:hidden;padding:22px 36px 26px}.modal-legacy article>p:last-child{margin-bottom:0}.modal-legacy :not(.buttons)>a:link,.modal-legacy :not(.buttons)>a:visited{color:#fff}.modal-legacy :not(.buttons)>a:active,.modal-legacy :not(.buttons)>a:hover{color:#40bcf4}.modal-legacy h1{color:#9ab;font-size:1.15384615rem;font-weight:400;letter-spacing:.075em;margin-bottom:1.53846154rem;text-transform:uppercase}.mobile .modal-legacy h1{font-size:1.38461538rem;line-height:1.25;margin-right:30px}.modal-legacy aside.col-4,.modal-legacy aside.col-4 .poster-list,.modal-legacy aside.col-4 .posters-list,.modal-legacy aside.col-4 .posters-list .poster-list{overflow:visible}.modal-legacy aside.col-4 .poster-list>.poster,.modal-legacy aside.col-4 .posters-list .poster-list>.poster{box-shadow:0 1px 5px rgba(20,24,28,.2),0 2px 10px rgba(20,24,28,.35);display:block}.modal-legacy .headline-2{margin-bottom:15px;text-shadow:#345 0 1px 0}.modal-legacy .headline-2 .metadata{color:#bcd}.modal-legacy .form-row,.modal-legacy .row{margin-bottom:15px}.modal-legacy .form-row:last-child,.modal-legacy .row:last-child{margin-bottom:0}.modal-legacy .field.-medium{width:190px}.modal-legacy .field.-email{width:290px}.modal-legacy .field.-small{width:100px}.modal-legacy .autocomplete-tags{position:relative}.modal-legacy #current-tags{margin-right:-240px;margin-top:10px}.mobile .modal-legacy #current-tags{margin-right:0}.mobile .modal-legacy input[type=email],.mobile .modal-legacy input[type=password],.mobile .modal-legacy input[type=text],.mobile .modal-legacy textarea{font-size:1.33333333rem}.modal-legacy .body-text.-hero,.modal-legacy .body-text.-light,.modal-legacy .body-text.-prose,.modal-legacy .body-text.-small{color:#fff}.modal-legacy .body-text+.button-secondary{margin-top:.5em}.modal-legacy .body-text a:link,.modal-legacy .body-text a:visited{border-bottom:1px solid #fff8}.modal-legacy .body-text a:active,.modal-legacy .body-text a:hover{border-bottom:1px solid #fff;color:inherit}.modal-legacy .registration-complete{padding-bottom:30px}.modal-legacy .registration-complete h2{color:#fff;font-size:27px;font-weight:400;margin:0 0 15px;text-align:center}.modal-legacy .registration-complete p{color:#def;margin:0;text-align:center}p.optional-add{color:#89a;font-size:12px;line-height:12px;margin:20px 0 0;text-shadow:#345 0 -1px 0}p.optional-add .modal-link{box-shadow:0 -1px 0 rgba(0,0,0,.4),0 1px 0 hsla(0,0%,100%,.1);padding:3px 6px 5px}.not-expanded .row{margin-bottom:0}.modal-legacy .modal-link{background:#567;border-radius:2px;box-shadow:0 -1px 0 rgba(0,0,0,.3),0 1px 0 hsla(0,0%,100%,.1);color:#85eb52;display:inline-block;margin-left:3px;padding:1px 5px 2px}.modal-legacy .not-expanded .modal-link{background:#345}.modal-legacy .modal-link:hover,.modal-link:active{background:#456}.modal-legacy .not-expanded .modal-link:hover,.not-expanded .modal-link:active{background:#234}.modal-link.-date-control:active,.modal-link.-date-control:hover{color:#fff}#modal .specified-dates{height:27px;position:relative}.mobile #modal .specified-dates{height:auto;min-height:27px}#modal .specified-dates .specify-date-label-open{display:inline-block;margin:0;padding-left:24px;vertical-align:top}#modal .specified-dates #frm-rewatch-label{margin:0}#modal .col-gap{margin-right:15px}#frm-watched-label{color:#def;display:inline-block;font-size:13px;line-height:1.33;padding-top:1px;text-shadow:#345 0 -1px 0}.label-spoilers{margin-bottom:15px;width:150px}#tweet-addition{margin-bottom:0}#tweet-addition input.tweet-text{font-size:12px;margin-top:2px;padding:3px 5px;width:250px}#diary-entry-delete-button{display:none}.mobile #add-to-a-list-modal{box-sizing:border-box;width:100%}#add-to-a-list-modal .select{font-size:16px;width:100%}#add-to-a-list-modal .optional-add>.button-secondary{color:#def;margin-left:.25em}#add-to-a-list-modal .optional-add>.button-secondary:hover{background:#678;color:#fff}.modal-legacy optgroup{font-weight:400}.modal-legacy .film-list-id{margin:0}#colorbox.-video #cboxContent{background:#345;border-radius:3px;overflow:hidden;padding:0}#colorbox.-video #cboxContent:before{background:url(../img/letterboxd-icon-only.2ee17ae4.svg);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:16px;left:12px;position:absolute;top:12px;width:44px}#colorbox.-video #cboxLoadedContent{background:linear-gradient(180deg,transparent 40px,#000 41px);background-repeat:repeat-x;position:relative}#colorbox.-video #cboxLoadedContent iframe{bottom:0;height:calc(100% - 40px);left:0;position:absolute;top:40px}#colorbox.-video #cboxClose{right:10px;top:8px}#colorbox.-styled #cboxContent{overflow:hidden;padding:0}#colorbox.-styled #cboxClose{right:24px;top:33px}#colorbox.-styled>.locale-menu{display:none;left:50%;position:absolute;transform:translate(-50%,10px);z-index:10000}#colorbox.-availability{overflow:visible}#colorbox.-availability .body-locales{display:none}#colorbox.-availability.-localeopen .body-locales{display:block}#colorbox.-availability.-localeopen .body{display:none}.mobile #colorbox.-availability #cboxClose{right:17px;top:18px}@media (max-width:450px){.mobile #colorbox.-availability #cboxClose{top:16px}}#colorbox.-avatar #cboxContent{background:#345;border-radius:3px;overflow:hidden;padding:0}#colorbox.-avatar #cboxContent:before{background:url(../img/letterboxd-icon-only.2ee17ae4.svg);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;height:16px;left:12px;position:absolute;top:12px;width:44px}#colorbox.-avatar #cboxLoadedContent{background:linear-gradient(180deg,transparent 40px,#000 41px);background-repeat:repeat-x;position:relative}#colorbox.-avatar #cboxClose{right:10px;top:8px}#colorbox.-mini #cboxClose{right:16px;top:16px}.mobile #colorbox.-mini #cboxClose{right:10px;top:10px}#colorbox.-mini.-loading .modal-container>.footer .button{pointer-events:none}#colorbox.-addtolist #add-to-a-list-modal{height:100%}#colorbox.-addtolist .modal-container{display:flex;flex-direction:column;height:100%;width:540px}.mobile #colorbox.-addtolist .modal-container{width:100%}#colorbox.-addtolist .modal-container>.header{background:#456}.mobile #colorbox.-addtolist .modal-container>.header{padding-bottom:10px;padding-top:15px}#colorbox.-addtolist .modal-container>.header>.title-2{padding-right:20px}#colorbox.-addtolist .modal-container>.header>.text p{margin-top:1em}#colorbox.-addtolist .modal-container>.header .segmented-control{margin-top:16px}#colorbox.-addtolist .modal-container>.body{max-height:420px;overflow-y:auto;padding-bottom:8px;padding-top:8px}.mobile #colorbox.-addtolist .modal-container>.body{overflow-y:scroll;-webkit-overflow-scrolling:touch;max-height:100%}#colorbox.-addtolist .modal-container>.footer>.actions>.button{padding-left:20px;padding-right:20px}#colorbox.-addtolist.-loading .modal-container>.header>.segmented-control{opacity:.5;pointer-events:none}#colorbox.-addtolist.-loading .modal-container>.header>.segmented-control button{pointer-events:none}#colorbox.-addtolist.-loading .modal-container>.body{position:relative}#colorbox.-addtolist.-loading .modal-container>.body>.list-selection{opacity:0;pointer-events:none}#colorbox.-addtolist.-loading .modal-container>.body .lb-spinner{left:50%;position:absolute;top:24px;transform:translate(-50%,-50%)}#colorbox.-addtolist .-addalltolist .footer{display:none!important}#colorbox.-overflow-visible #cboxContent{overflow:visible}.modal-container{border-radius:3px;overflow:hidden}.modal-container>.header{background:#345;padding:26px 40px}.modal-container>.header>.title-2{margin:0}.modal-container>.header>.contextual-title{margin-bottom:0}.modal-container>.header.-justwatch{display:flex}.mobile .modal-container>.header.-justwatch{flex-wrap:wrap;padding:15px 20px}.modal-container>.header.-justwatch>.contextual-title{flex-grow:1}.modal-container>.header.-justwatch>.contextual-title>.headline-1{max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile .modal-container>.header.-justwatch>.contextual-title{box-sizing:border-box;margin-bottom:.76923077rem;padding-right:26px;width:100%}@media (max-width:450px){.mobile .modal-container>.header.-justwatch>.contextual-title>.headline-1{font-size:1.69230769rem}}.modal-container>.header.-justwatch>.locale-selector{align-self:center;margin-left:2.46153846rem;margin-right:3.07692308rem}.mobile .modal-container>.header.-justwatch>.locale-selector{margin-left:0;margin-right:auto}.mobile .modal-container>.header.-justwatch>.locale-selector>.flag{height:24px;width:24px}.modal-container>.header.-justwatch>.jw-partner{align-self:center}@media (max-width:450px){.modal-container>.header.-justwatch>.jw-partner{display:none}}.no-mobile .modal-container>.header.-justwatch>.jw-partner{margin-right:3.38461538rem}.modal-container>.header.-justwatch>.jw-partner>.title{margin-bottom:4px}.mobile .modal-container>.header.-justwatch>.jw-partner>.title{text-align:right}.modal-container>.body{padding:50px 40px}.mobile .modal-container>.body.-justwatch{padding:30px 20px}.modal-container>.body.-justwatch>.modal-splitcontent>.content>.segmented-control{margin-bottom:2.46153846rem}.no-mobile .modal-container>.body.-justwatch>.modal-splitcontent>.content>.segmented-control{padding-left:120px}.modal-container>.body.-justwatch>.modal-splitcontent>.content>.segmented-control>.options{left:-2px;position:relative}.modal-container>.footer{background:#345;padding:26px 40px}.modal-container.-mini>.body,.modal-container.-mini>.footer,.modal-container.-mini>.header{padding-left:30px;padding-right:30px}@media (max-width:639px){.mobile .modal-container.-mini>.body,.mobile .modal-container.-mini>.footer,.mobile .modal-container.-mini>.header{padding-left:20px;padding-right:20px}}.modal-container.-mini>.header{background-color:transparent;border-bottom:1px solid #345;padding-bottom:16px}.modal-container.-mini>.header>:last-child{margin-bottom:0}.modal-container.-mini>.body{padding-bottom:20px;padding-top:20px}.modal-container.-mini>.footer{display:flex;justify-content:space-between;margin-top:auto;padding-bottom:16px;padding-top:16px}.modal-container.-mini>.footer>.status{align-self:center;color:#9ab;font-size:1rem;line-height:1.46153846}.mobile .modal-container.-mini>.footer>.status{font-size:1.08333333rem}.modal-container.-mini>.footer>.status p{margin:0}.modal-container.-mini>.footer>.toggle{align-self:center;margin-right:auto}.modal-container.-mini>.footer>.actions{margin-left:auto}.modal-container.-mini>.footer>.actions .button+.button{margin-left:.75em}.modal-container.-mini.-sticky-footer{overflow:visible}.modal-container.-mini.-sticky-footer>.footer{bottom:0;position:sticky}.modal-splitcontent{display:flex}.mobile .modal-splitcontent{display:block}.modal-splitcontent>.content{box-sizing:border-box;flex-grow:1;padding-right:2.46153846rem}.modal-splitcontent.-pro>.content{padding-right:0}.modal-splitcontent>.aside{box-sizing:border-box}.no-mobile .modal-splitcontent>.aside{border-left:1px solid #345;flex-grow:0;flex-shrink:0;padding-left:2.46153846rem;padding-top:.38461538rem;width:280px}.mobile .modal-splitcontent>.aside{margin-top:2.46153846rem}.modal-splitcontent>.aside *+.icon-list{margin-top:1em}.modal-splitcontent>.aside *+.button-secondary{margin-top:1.5em}.modal-splitcontent>.aside .title-2{color:#def;margin-bottom:1em}.modal-splitcontent>.aside li,.modal-splitcontent>.aside p{line-height:1.46666667}.modal-splitcontent>.aside li a,.modal-splitcontent>.aside p a{border-bottom:1px solid #678;color:#cde}.modal-splitcontent>.aside li a:hover,.modal-splitcontent>.aside p a:hover{border-color:#bcd;color:#fff}#report-modal .options-list{display:block}#report-modal .options-list li{margin-bottom:4px}#report-modal textarea{height:100px}#report-form .form-row>label{margin-bottom:.76923077rem}.mobile #add-film{padding:12px;width:260px}#add-film h1{margin-bottom:15px}#add-film.expanded{width:auto}#add-film.expanded .not-expanded{display:none}#add-film.expanded form{float:right;width:510px}.mobile #add-film.expanded form{float:none;width:auto}.mobile #add-film.expanded form fieldset{display:inline-block;width:100%}.mobile #add-film.expanded form fieldset .row:last-child{margin-bottom:0}.mobile #add-film.expanded form fieldset .row:last-child .col.right{clear:both}.mobile #add-film.expanded form fieldset .row:last-child .col.right :last-child{margin-left:0}.mobile #add-film.expanded form fieldset textarea{height:80px}.mobile #add-film.expanded form .specified-dates{height:auto;margin-left:75px;min-height:50px}.mobile #add-film.expanded form .specified-dates .specify-date-label-open{min-height:20px;width:auto}.mobile #add-film.expanded form .specified-dates .specify-date-label-open+#frm-watched-label{margin-bottom:10px}.mobile #add-film.expanded form .specified-dates .col{float:none;position:relative;width:auto}.mobile #add-film.expanded form .rate-film{float:left;margin-bottom:10px;position:relative;width:130px}.mobile #add-film.expanded form .like-field{margin-left:60px}.mobile #add-film.expanded form .add-tags{clear:both;float:none;margin-bottom:15px;width:auto}.mobile #add-film.expanded form .add-tags label{float:left;margin-right:10px}.mobile #add-film.expanded form .add-tags .note{position:relative;right:auto;top:auto}.mobile #add-film.expanded form .add-tags #frm-tags{clear:both}.mobile #add-film.expanded .col-4{position:absolute;width:60px}.mobile #add-film.expanded .col-13{float:none;width:auto}.mobile #add-film.expanded h1{display:none}.mobile #add-film.expanded #poster-frame .poster,.mobile #add-film.expanded #poster-frame .poster img{height:auto;width:100%}.mobile #add-film.expanded .headline-2{margin-bottom:.76923077rem;margin-left:75px;margin-right:24px}.mobile #add-film.expanded .row-last .col{float:none;margin-bottom:5px;position:relative;width:auto}.mobile #add-film.expanded .row-last .col-5{padding-bottom:15px}.mobile #add-film.expanded .col-gap{margin-right:0}.mobile #add-film.expanded .fb-shared,.mobile #add-film.expanded .label-fbshare{margin-left:0}.mobile #add-film.expanded .review-options{float:left}.mobile #add-film.expanded .save-delete{float:right}#add-film.not-expanded .expanded{display:none}#add-film textarea{height:90px;line-height:1.4;padding:7px 10px}#add-film #fb-share,#add-film #fb-shared{width:200px}.mobile #add-film #fb-share,.mobile #add-film #fb-shared{clear:both;float:none;margin-bottom:10px;padding-top:5px;position:relative;width:auto}#add-film #fb-shared{padding-top:3px}#add-film .fb-shared{color:#def;text-shadow:#345 0 -1px 0}#add-film .row-last,#add-film .row-last label,#add-film .row-last p{margin-bottom:0}#add-film .add-tags{margin-right:0;width:270px}#add-film .buttons{float:right;margin-bottom:0;margin-top:-50px}#add-film .right .button{float:right;margin-left:5px}#add-film .go-pro{clear:both;color:#89a;font-size:11px;padding-top:10px;text-align:center;text-shadow:#345 0 1px 0}#add-film .back-button{background-position:-530px -280px;display:block;height:25px;margin:-3px 0 12px;width:60px}.mobile #add-film .back-button{display:none!important}#add-film .back-button:hover{background-position:-530px -310px}.like-field .option-label{color:#fff;line-height:1.4;margin-bottom:7px;padding:0;text-align:center}.like-field .option-label>.substitute{top:24px}.modal-action-group.-center{margin-left:auto;margin-right:auto}.modal-iframe .modal-body-iframe-prop{display:flex;margin:calc(var(--modal-padding)*-1);position:relative}.modal-iframe .modal-body-iframe-prop:before{content:"";display:block;float:left}.modal-iframe .modal-body-iframe-prop iframe{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.modal-iframe .modal-body-iframe-prop-inline iframe{position:static}.modal-auth{--modal-width:360px;--modal-padding:24px;--modal-header-padding-x:24px;--modal-header-padding-y:16px;--modal-header-border-width:0px;--modal-footer-padding-x:24px;--modal-footer-padding-y:0px}.modal-auth .button-action.-activity-indicator:disabled{opacity:1}.modal-auth .button-action.-activity-indicator.-busy{cursor:wait;pointer-events:none;--background-alpha:1;--background-color-rgb:0,147,24;--content-alpha:0.9;--content-rgb:227,234,224;background-color:rgba(var(--background-color-rgb),var(--background-alpha));color:rgba(var(--content-rgb),var(--content-alpha))}.modal-auth .button-action.-activity-indicator.-busy .lb-spinner .lb-spinner-body{background-color:rgba(var(--content-rgb),var(--content-alpha))!important}.modal-auth .form-row{margin-bottom:0}.modal-auth .form-row+.form-row{margin-top:20px}.modal-auth .modal-header{color:#bcd;flex-direction:column;padding-bottom:0;padding-top:calc(var(--modal-header-padding-y)*1.5)}.modal-auth .modal-header .modal-close{position:absolute;right:calc(var(--modal-header-padding-x)*.66667);top:calc(var(--modal-header-padding-x)*.66667)}.modal-auth .modal-header .modal-title~.description{margin-top:.5em}.modal-auth .modal-header .description{font-size:1rem;line-height:1.4;text-align:center;text-wrap:balance}.mobile .modal-auth .modal-header .description{font-size:1.08333333rem}.modal-auth .modal-header .glyph{color:#9ab}.modal-auth .modal-header .glyph circle,.modal-auth .modal-header .glyph path{fill:currentColor}.modal-auth .modal-header .glyph+.modal-title{margin-top:.5em}.modal-auth .modal-body{padding-bottom:calc(var(--modal-padding)*1.25)}.modal-auth .modal-footer{justify-content:stretch;padding:0}.modal-auth .modal-footer>.button{flex-grow:1;font-size:1.07692308rem;padding-bottom:1.25em;padding-top:1.25em;text-align:center}.mobile .modal-auth .modal-footer>.button{font-size:1.16666667rem}.modal-auth .modal-footer>.button:first-child{border-bottom-left-radius:var(--modal-border-radius);border-top-left-radius:0}.modal-auth .modal-footer>.button:last-child{border-bottom-right-radius:var(--modal-border-radius);border-top-right-radius:0}.modal-auth-totp .one-time-password-field{display:flex;justify-content:center}.modal-auth-totp .one-time-password-field .onetimecode{font-size:1.23076923rem;padding:.75em .875em}.mobile .modal-auth-totp .one-time-password-field .onetimecode{font-size:1.33333333rem}.modal-auth-totp.-busy{cursor:wait!important}.modal-auth-totp.-busy .button:disabled{cursor:inherit!important}.modal-auth-totp.-busy .modal-header .modal-close:disabled{opacity:0;pointer-events:none;transition:opacity var(--timing-duration-out) var(--timing-function-ease-out-expo)}.modal-poster{--modal-width:1000px;--modal-padding:0;--modal-header-padding-x:16px;--modal-header-padding-y:16px;--modal-header-border-width:0px;--modal-bg:transparent}.modal-poster .modal-close{margin-left:auto;pointer-events:auto}.modal-poster .modal-content{pointer-events:none}.modal-poster .modal-body{align-items:center;display:flex;justify-content:center;padding-left:var(--modal-header-padding-x);padding-right:var(--modal-header-padding-x)}.modal-poster .modal-body .poster{aspect-ratio:2/3;border-radius:0;box-shadow:0 5px 15px rgba(0,0,0,.15),0 10px 40px rgba(0,0,0,.15);max-height:100%;max-width:100%;pointer-events:auto}@media (max-width:667px){.modal-poster .modal-body .poster{box-shadow:0 4px 10px rgba(0,0,0,.15),0 8px 30px rgba(0,0,0,.15)}}.modal-poster .modal-body .poster img{border-radius:0;height:100%;width:100%}.modal-poster .modal-body .poster .frame{display:none}.modal-poster .modal-footer{background:none;height:calc(var(--btn-close-enclosure-height) + var(--modal-header-padding-y)*2)}.buy-tickets-modal .modal-dialog{height:calc(100% - var(--modal-margin)*2)}@media (max-width:767.98px){.mobile .buy-tickets-modal .modal-dialog.modal-fullscreen-sm-down{height:100%}}.buy-tickets-modal .modal-content{height:100%}.buy-tickets-modal .modal-header{border-bottom:none}.buy-tickets-modal .modal-body{background-color:#14181c}.buy-tickets-modal .modal-body>.spinner{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.buy-tickets-modal .modal-body-iframe-prop{height:calc(100% + var(--modal-padding)*2)}.buy-tickets-modal.-pending .modal-body-iframe-prop{opacity:0}.buy-tickets-modal:not(.-pending) .spinner{opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.buy-tickets-modal:not(.-pending) .modal-body-iframe-prop{transition:opacity .5s cubic-bezier(.19,1,.22,1) .5s}.partner-modal .modal-header{border-bottom:none}.partner-modal .modal-body{background-color:#14181c}.partner-modal .modal-body-iframe-prop{max-height:75vh}.partner-modal .modal-body-iframe-prop:before{padding-top:75%}@media (orientation:portrait){.mobile .partner-modal .modal-body-iframe-prop:before{padding-top:100%}}.modal-upgrade-message{--modal-width:480px}.no-mobile .justwatch-strip{display:flex}.mobile .justwatch-strip{margin-left:-10px;margin-right:-10px}.justwatch-strip+.justwatch-strip{margin-top:3.07692308rem}.mobile .justwatch-strip+.justwatch-strip{margin-top:2.46153846rem}.no-mobile .justwatch-strip>.other{padding-left:120px}.mobile .justwatch-strip>.other{padding:0 10px}.justwatch-strip>.other.-unavailable{font-size:1.15384615rem;padding-bottom:6.15384615rem;padding-top:7.38461538rem}.mobile .justwatch-strip>.other.-unavailable{padding-bottom:3.33333333rem;padding-top:3.33333333rem}.justwatch-strip>.other.-noresults{color:#def;font-size:1.15384615rem;padding-bottom:.92307692rem;padding-left:60px;padding-right:7px;text-align:center}.mobile .justwatch-strip>.other.-noresults{padding-bottom:1rem;padding-left:0;padding-right:0}.modal-splitcontent.-pro .justwatch-strip>.other.-noresults{flex-grow:1;padding-left:7px}.justwatch-strip>.other.-noresults .filmquote{color:#9ab;font-size:1rem;margin-top:2.46153846rem}.justwatch-strip>.other.-noresults .filmquote a{border-bottom:none;color:currentColor}.justwatch-strip>.other.-noresults .filmquote a:hover{color:#bcd}.justwatch-strip>.other.-noresults .icon{background-position:-120px -420px;height:110px;margin:0 auto 1.53846154rem;overflow:hidden;position:relative;text-indent:110%;white-space:nowrap;width:100px}.justwatch-strip>.other p{line-height:1.46666667}.justwatch-strip>.other p:last-child{margin:0}.justwatch-strip>.other p .brand{background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;margin-left:3px;overflow:hidden;position:relative;text-indent:110%;top:2px;vertical-align:bottom;white-space:nowrap}.justwatch-strip>.other p .brand:active,.justwatch-strip>.other p .brand:hover{cursor:pointer}.justwatch-strip>.other p .hmv{background-image:url(../img/brands/hmv-modal.3a6266cc.svg);height:24px;width:40px}.justwatch-strip>.other p .amazon{background-image:url(../img/brands/amazon-modal.914b5d15.svg);height:24px;width:60px}.justwatch-strip.-pro>.other{flex-grow:1;padding-left:7px;padding-right:7px;text-align:center}.justwatch-strip>.type{color:#9ab;color:#bcd;flex-shrink:0;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-size:1.15384615rem;font-weight:400;letter-spacing:.075em;margin-bottom:0;margin-top:1.6em;padding-right:.76923077rem;text-align:right;text-transform:uppercase;transform:translateX(-10px);width:100px}.justwatch-strip>.type a{color:#9ab}.justwatch-strip>.type a:active,.justwatch-strip>.type a:hover{color:#40bcf4}.mobile .justwatch-strip>.type{margin-bottom:1.23076923rem;padding-left:1.53846154rem;text-align:left;width:auto}.justwatch-strip>.services{display:flex;flex-grow:1;flex-wrap:wrap;margin-top:-1.53846154rem}.justwatch-strip>.services>.service{display:block;margin-top:1.53846154rem;width:80px}.justwatch-strip>.services>.service>.logo{background:#345;border-radius:3px;height:60px;margin:0 auto .38461538rem;overflow:hidden;width:60px}.justwatch-strip>.services>.service>.logo img{border-radius:3px;display:block;height:100%;width:100%}.justwatch-strip>.services>.service:hover>.logo{box-shadow:0 0 0 4px rgba(20,24,28,.35)}.justwatch-strip>.services>.service>.metadata{color:#def;font-size:.92307692rem;margin-bottom:0;text-align:center}.justwatch-strip>.services>.service>.metadata>.format{background:#cde;border-radius:2px;color:#345;display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:.61538462rem;font-weight:400;line-height:1.5;margin-left:.25em;padding-left:.375em;padding-right:.375em;text-transform:uppercase;vertical-align:text-bottom}.justwatch-strip>.services>.service>.metadata>.format.-kkkk{background-color:#f7cf3f}.justwatch-strips+.justwatch-strip{margin-top:3.07692308rem}.content-teaser .title-1 a,.content-teaser .title-2 a{color:#fff;transition:color .1s}.content-teaser .title-1 a:hover,.content-teaser .title-2 a:hover{color:#40bcf4}.content-teaser .body-text .metadata,.content-teaser .body-text .prefix{color:#789;font-family:Graphik-Regular-Web,sans-serif;font-size:.92307692rem;line-height:1.5}.content-teaser .body-text .prefix{color:inherit;font-size:1rem;letter-spacing:.07692308em;padding-right:.25em;text-transform:uppercase}.content-teaser .body-text .prefix:after{content:"/";display:inline-block;padding-left:.25em}@media (min-width:768px){.content-teaser.-split{background:#202830;border-radius:4px;display:flex;overflow:hidden}.content-teaser.-split .teaser-media{display:flex;position:relative;width:32.63157895%}.content-teaser.-split .teaser-media>.image{border-radius:4px 0 0 4px;bottom:0;display:flex;left:0;min-height:25%;position:absolute;right:0;top:0}.content-teaser.-split .teaser-media>.image img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.content-teaser.-split .teaser-media>.image:after{display:none}}.content-teaser.-split .body-text{align-self:center;box-sizing:border-box}.content-teaser.-split .body-text .title-1{margin-bottom:.38461538rem}@media (max-width:767px){.content-teaser.-split .body-text .title-1{margin-bottom:0;margin-top:1.23076923rem}.content-teaser.-split .body-text .title-1+p{margin-top:.38461538rem}}.content-teaser.-split .body-text .more{font-family:Graphik-Semibold-Web,sans-serif;font-size:.92307692rem;font-weight:400;letter-spacing:.08333333em;text-transform:uppercase;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:768px){.content-teaser.-split .body-text{padding:1.5em 2em;width:67.36842105%}.content-teaser.-split .body-text p{margin-bottom:0}.content-teaser.-mini .teaser-media{min-width:160px;width:160px}}.mobile .content-teaser.-mini .teaser-media>.image{margin-bottom:.76923077rem}@media (min-width:768px){.content-teaser.-mini .body-text{padding-bottom:.5em;padding-top:.3em;width:83.15789474%}.content-teaser.-stacked .teaser-media{min-height:174px}}.content-teaser.-stacked .teaser-media>.image:after{border-style:solid;border-width:1px}.content-teaser.-stacked .teaser-media>.image .badge{background:#00c030;box-shadow:0 1px 1px rgba(20,24,28,.35);left:5px;position:absolute;top:5px}.content-teaser.-stacked .body-text .title-2{margin-bottom:0;margin-top:1.23076923rem}.content-teaser.-stacked .body-text .title-2+.body-text,.content-teaser.-stacked .body-text .title-2+p{margin-top:.38461538rem}.no-mobile .episode-teaser .teaser-media{min-height:118px}.episode-teaser .teaser-media>.image:after{border-style:solid;border-width:1px}.episode-teaser .teaser-media>.image .badge{background:#456;border-radius:0;border-top-right-radius:3px;bottom:0;color:#bcd;font-size:1rem;left:0;margin:0;position:absolute;top:auto}.episode-teaser .teaser-media>.image .badge small{font-family:Graphik-Regular-Web,sans-serif;font-weight:400;margin-left:1px;margin-right:1px}.episode-teaser>.episode{display:flex;margin-top:.76923077rem}.episode-teaser>.episode>.body-text{flex-grow:1;min-width:0}.episode-teaser>.episode>.average{flex-shrink:0;font-family:Graphik-Light-Web,sans-serif;font-size:1.38461538rem;font-weight:400;margin-left:.76923077rem}.episode-teaser .body-text .title-4{font-family:Graphik-Regular-Web,sans-serif;font-weight:400;margin-bottom:0;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-teaser .body-text .title-4 a{color:#def;transition:color .1s}.episode-teaser .body-text .title-4 a:hover{color:#40bcf4}.episode-teaser .body-text .title-4+p{margin-top:.16666667em}.episode-teaser .body-text .metadata{color:#789;font-family:Graphik-Semibold-Web,sans-serif;font-size:.92307692rem;font-weight:400;line-height:1.5}.film-teaser>.details>.headline-4{margin:1em 0 .125em}.film-teaser>.details>.headline-4>a{color:#fff}.film-teaser>.details>.headline-4>a:hover{color:#40bcf4}.film-teaser>.details>.metadata{color:#678}.film-teaser.-small>.details>.headline-4{margin:.5em 0 .125em}@media (max-width:767px){.teaser-grid>.content-teaser+.content-teaser,.teaser-grid>.episode-teaser+.episode-teaser{margin-top:2.46153846rem}}@media (min-width:768px){.teaser-grid{display:flex;flex-wrap:wrap;margin-left:-.52083333%;margin-right:-.52083333%}.teaser-grid.-episodes{margin-left:-1.44927536%;margin-right:-1.44927536%}.teaser-grid>.content-teaser{margin-bottom:2.46153846rem;margin-left:.52083333%;margin-right:.52083333%;width:32.29166667%}.teaser-grid>.episode-teaser{margin-bottom:1.53846154rem;margin-left:1.44927536%;margin-right:1.44927536%;width:30.43478261%}.teaser-grid.-singlerow>.content-teaser,.teaser-grid.-singlerow>.episode-teaser{margin-bottom:0}.teaser-media{min-height:174px}.content-teaser.-mini .teaser-media{min-height:90px}}.mobile .teaser-media>.image{height:0;padding-top:56.25%}.mobile .teaser-media>.image img{left:0;position:absolute;top:0}.teaser-media>.image{border-radius:2px;cursor:pointer;display:block;overflow:hidden;position:relative}.teaser-media>.image:after{border:1px solid hsla(0,0%,100%,.1);border-radius:2px;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.teaser-media>.image img{display:block;height:auto;width:100%}.teaser-media>.image:hover:after{border-color:hsla(0,0%,100%,.2)}.film-header-group .filmtitle{color:#fff;margin-bottom:0;margin-top:0;text-shadow:#000 2px 0 5px}.mobile .film-header-group .filmtitle{font-size:1.83333333rem;line-height:1.09090909}.film-header-group .filmtitle a{color:currentColor}.film-header-group .filmtitle a:-moz-any-link{--color-interaction-rgb:64,188,244;color:rgb(var(--color-rgb));text-decoration:none}.film-header-group .filmtitle a:any-link{--color-interaction-rgb:64,188,244;color:rgb(var(--color-rgb));text-decoration:none}@media (hover:hover) and (pointer:fine){.film-header-group .filmtitle a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.film-header-group .filmtitle a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.film-header-group .filmtitle a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.film-header-group .filmtitle a:any-link:active{color:rgb(var(--color-interaction-rgb))}.no-mobile .film-header-group .metablock{display:inline-block}.film-header-group .credits,.film-header-group .originalname,.film-header-group .releaseyear{color:#9ab;font-size:1.30769231rem;line-height:1.33333333;margin-bottom:0;margin-top:0}.mobile .film-header-group .credits,.mobile .film-header-group .originalname,.mobile .film-header-group .releaseyear{font-size:1.41666667rem}.film-header-group .releaseyear{display:inline;margin:0}.film-header-group .originalname{font-style:italic}.film-header-group .credits{display:inline-block}.no-mobile .film-header-group .filmtitle{display:inline}.no-mobile .film-header-group .filmtitle .name:after{content:"\00a0\00a0";font-size:87.5%}.no-mobile .film-header-group .originalname{display:inline-block;font-family:TiemposTextWeb-Regular,Georgia,serif;font-weight:400;margin-right:.33333333em}.no-mobile .film-header-group .originalname:before{content:"‘"}.no-mobile .film-header-group .originalname:after{content:"’"}.no-mobile .film-header-group .credits a,.no-mobile .film-header-group .releaseyear a{color:currentColor}.no-mobile .film-header-group .credits a:-moz-any-link,.no-mobile .film-header-group .releaseyear a:-moz-any-link{--color-rgb:221,238,255;--decoration-line:none;--decoration-color-alpha:0;--color-interaction-rgb:64,188,244;--decoration-color-interaction-rgb:var(--color-rgb);--decoration-color-interaction-alpha:var(--decoration-color-alpha,0);color:rgb(var(--color-rgb));text-decoration:var(--decoration-line);text-decoration-color:rgba(var(--decoration-color-rgb,var(--color-rgb)),var(--decoration-color-alpha));text-decoration-thickness:1px;text-underline-offset:.2em}.no-mobile .film-header-group .credits a:any-link,.no-mobile .film-header-group .releaseyear a:any-link{--color-rgb:221,238,255;--decoration-line:none;--decoration-color-alpha:0;--color-interaction-rgb:64,188,244;--decoration-color-interaction-rgb:var(--color-rgb);--decoration-color-interaction-alpha:var(--decoration-color-alpha,0);color:rgb(var(--color-rgb));-webkit-text-decoration:var(--decoration-line);text-decoration:var(--decoration-line);text-decoration-color:rgba(var(--decoration-color-rgb,var(--color-rgb)),var(--decoration-color-alpha));text-decoration-thickness:1px;text-underline-offset:.2em}@media (hover:hover) and (pointer:fine){.no-mobile .film-header-group .credits a:-moz-any-link:hover,.no-mobile .film-header-group .releaseyear a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}.no-mobile .film-header-group .credits a:any-link:hover,.no-mobile .film-header-group .releaseyear a:any-link:hover{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}}.no-mobile .film-header-group .credits a:-moz-any-link:active,.no-mobile .film-header-group .releaseyear a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}.no-mobile .film-header-group .credits a:any-link:active,.no-mobile .film-header-group .releaseyear a:any-link:active{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}.no-mobile .film-header-group .originalname{padding-top:.33333333em}.no-mobile .film-header-group .releaseyear{font-family:Graphik-Light-Web,sans-serif;font-weight:400;margin-right:.33333333em}.no-mobile .film-header-group .credits{font-family:Graphik-Light-Web,sans-serif;font-weight:400;letter-spacing:.02em;margin-top:.5em}.mobile .film-header-group{--filmtitle-margin-bottom:10px}.mobile .film-header-group .filmtitle{margin-bottom:var(--filmtitle-margin-bottom)}.mobile .film-header-group .filmtitle+.originalname{margin-bottom:.66666667em;margin-top:calc(var(--filmtitle-margin-bottom)*-1 + .33333em)}.mobile .film-header-group .originalname{font-size:1.16666667rem;line-height:1.33333333;margin-top:.33333333em}.mobile .film-header-group .credits,.mobile .film-header-group .releaseyear{display:inline}.mobile .film-header-group .credits>.introduction,.mobile .film-header-group .releaseyear{color:#9ab;font-size:1rem;letter-spacing:.075em;text-transform:uppercase}.mobile .film-header-group .credits>.introduction a,.mobile .film-header-group .releaseyear a{color:currentColor}.mobile .film-header-group .credits>.introduction a:-moz-any-link,.mobile .film-header-group .releaseyear a:-moz-any-link{--color-rgb:153,170,187;--color-interaction-rgb:187,204,221;color:rgb(var(--color-rgb));text-decoration:none}.mobile .film-header-group .credits>.introduction a:any-link,.mobile .film-header-group .releaseyear a:any-link{--color-rgb:153,170,187;--color-interaction-rgb:187,204,221;color:rgb(var(--color-rgb));text-decoration:none}@media (hover:hover) and (pointer:fine){.mobile .film-header-group .credits>.introduction a:-moz-any-link:hover,.mobile .film-header-group .releaseyear a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.mobile .film-header-group .credits>.introduction a:any-link:hover,.mobile .film-header-group .releaseyear a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.mobile .film-header-group .credits>.introduction a:-moz-any-link:active,.mobile .film-header-group .releaseyear a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .film-header-group .credits>.introduction a:any-link:active,.mobile .film-header-group .releaseyear a:any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .film-header-group .releaseyear+.credits>.introduction:before{content:"·\00a0"}.mobile .film-header-group .credits>.directorlist{color:#9ab;display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.16666667rem;font-weight:400;line-height:1.33333333;margin-top:.125em}.mobile .film-header-group .credits>.directorlist a{color:currentColor}.mobile .film-header-group .credits>.directorlist a:-moz-any-link{--color-rgb:187,204,221;--color-interaction-rgb:187,204,221;color:rgb(var(--color-rgb));text-decoration:none}.mobile .film-header-group .credits>.directorlist a:any-link{--color-rgb:187,204,221;--color-interaction-rgb:187,204,221;color:rgb(var(--color-rgb));text-decoration:none}@media (hover:hover) and (pointer:fine){.mobile .film-header-group .credits>.directorlist a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.mobile .film-header-group .credits>.directorlist a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.mobile .film-header-group .credits>.directorlist a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .film-header-group .credits>.directorlist a:any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .film-header-group .trailerdurationgroup{align-items:center;-moz-column-gap:calc(var(--grid-col-gutter)*2);column-gap:calc(var(--grid-col-gutter)*2);display:flex;margin-top:20px}.mobile .film-header-group .trailerdurationgroup>.duration{color:#9ab;font-size:1rem}.story-list{padding-left:5px;padding-right:5px}.no-mobile .story-list>._context-observer{font-family:masonry}@media (min-width:668px){.mobile .story-list>._context-observer{font-family:masonry}}.no-mobile .story-list:not(.-layout-complete){overflow:hidden}.no-mobile .story-list:not(.-layout-complete) .card-summary-list{opacity:0;transition-duration:0s}.no-mobile .story-list:not(.-layout-complete) .card-summary-list .card-summary{left:0;position:absolute;top:0}.no-mobile .story-list:not(.-layout-complete):before{content:"";float:left;height:0;margin-left:-1px;padding-top:50%;width:1px}.no-mobile .story-list:not(.-layout-complete):after{clear:both;content:"";display:table}.no-mobile .story-list .card-summary-list{margin-left:-15px;margin-right:-15px;margin-top:-10px}.no-mobile .story-list .card-summary-list .card-summary{padding:15px;width:50%}.no-mobile .story-list .card-summary-list .card-summary.-graph .media{width:33.33333333%}@media (min-width:668px){.mobile .story-list:not(.-layout-complete){overflow:hidden}.mobile .story-list:not(.-layout-complete) .card-summary-list{opacity:0;transition-duration:0s}.mobile .story-list:not(.-layout-complete) .card-summary-list .card-summary{left:0;position:absolute;top:0}.mobile .story-list:not(.-layout-complete):before{content:"";float:left;height:0;margin-left:-1px;padding-top:50%;width:1px}.mobile .story-list:not(.-layout-complete):after{clear:both;content:"";display:table}.mobile .story-list .card-summary-list{margin-left:-15px;margin-right:-15px;margin-top:-10px}.mobile .story-list .card-summary-list .card-summary{padding:15px;width:50%}.mobile .story-list .card-summary-list .card-summary.-graph .media{width:33.33333333%}}@media (max-width:667px){.mobile .story-list{margin-bottom:1.53846154rem;padding-top:.38461538rem}}.story-list .card-summary-list{position:relative;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.no-mobile .story-list .card-summary-list .card-summary{width:33.33333333%}@media (min-width:860px){.mobile .story-list .card-summary-list .card-summary{width:33.33333333%}}@media (max-width:667px){.mobile .story-list .card-summary-list{margin-left:-16px;margin-right:-16px;padding-left:8px;padding-right:8px}.mobile .story-list .card-summary-list .card-summary{flex-basis:444.66666667px;max-width:calc(80vw - 48px)}}.card-summary{box-sizing:border-box}.card-summary *,.card-summary :after,.card-summary :before{box-sizing:inherit}.card-summary>.inner{background-color:#202830;border-radius:3px;overflow:hidden;position:relative}.card-summary .media{position:relative}.card-summary .media.-image img,.card-summary .media.-video img{display:block;height:auto;width:100%}.card-summary .media.-image .badge,.card-summary .media.-video .badge{background:#4c60dc;box-shadow:0 1px 1px rgba(20,24,28,.35);left:5px;position:absolute;top:5px}.card-summary .media.-video .playbutton{display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.card-summary .media.-video .playbutton .oval{opacity:80%;fill:#2c3440;transition:fill .5s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1)}.card-summary .media.-video a[href]:active>.playbutton .oval,.card-summary .media.-video a[href]:hover>.playbutton .oval{fill:#40bcf4;opacity:1;transition-duration:.33333333s}.card-summary.-pinned .detail{position:relative}.no-mobile .card-summary.-graph.card-summary.-pinned .detail{position:unset}.card-summary .detail{padding:15px}.card-summary .detail.-has-no-title{padding-top:10px}.card-summary .detail .title{color:#fff;margin-bottom:.5em}.mobile .card-summary .detail .title .clamp,.pagination.-smallcards .card-summary .detail .title .clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-summary .detail .title a{color:currentColor}.card-summary .detail .title a[href]:active,.card-summary .detail .title a[href]:hover{color:#40bcf4}.card-summary .detail .description>p:last-child{margin-bottom:0}.mobile .card-summary .detail .description>p,.pagination.-smallcards .card-summary .detail .description>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-summary .detail .kicker{padding-top:1.5em}.card-summary .detail .sourcecategory{color:inherit;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;letter-spacing:.07692308em;line-height:1.5;padding-right:.25em;text-transform:uppercase}.card-summary .detail .sourcecategory:after{content:"/";display:inline-block;padding-left:.25em}.card-summary .detail .sourcecta{color:#def;font-family:Graphik-Semibold-Web,sans-serif;font-size:.92307692rem;font-weight:400;letter-spacing:.08333333em;text-transform:uppercase;white-space:nowrap}.card-summary .detail .sourcecta[href]:active,.card-summary .detail .sourcecta[href]:hover{color:#40bcf4}.card-summary .detail .metadatum.-pinned{position:absolute}.no-mobile .card-summary .detail .metadatum.-pinned{bottom:10px;right:10px}.mobile .card-summary .detail .metadatum.-pinned{bottom:13px;right:13px}.card-summary:not(.-graph) .media>.canvas{display:block;padding-top:56.25%;position:relative;width:100%}.card-summary:not(.-graph) .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.card-summary:not(.-graph) .detail .attribution-block+.title{margin-top:.5em}.no-mobile .card-summary:not(.-graph) .metadatum.-pinned{bottom:14px;right:14px}.no-mobile .card-summary.-graph>.inner{display:flex;flex-direction:row}.no-mobile .card-summary.-graph .media{display:flex;flex-direction:row;flex-shrink:0;min-width:80px;width:27.5%}.no-mobile .card-summary.-graph .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:100%;width:1px}.no-mobile .card-summary.-graph .media:after{clear:both;content:"";display:table}.no-mobile .card-summary.-graph .media>.canvas{display:block;height:100%;padding-top:0;position:relative;width:100%}.no-mobile .card-summary.-graph .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.no-mobile .card-summary.-graph .detail{align-self:center;flex-grow:1;padding-bottom:12.5px;padding-top:12.5px}@media (min-width:668px){.mobile .card-summary.-graph>.inner{display:flex;flex-direction:row}.mobile .card-summary.-graph .media{display:flex;flex-direction:row;flex-shrink:0;min-width:80px;width:27.5%}.mobile .card-summary.-graph .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:100%;width:1px}.mobile .card-summary.-graph .media:after{clear:both;content:"";display:table}.mobile .card-summary.-graph .media>.canvas{display:block;height:100%;padding-top:0;position:relative;width:100%}.mobile .card-summary.-graph .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.mobile .card-summary.-graph .detail{align-self:center;flex-grow:1;padding-bottom:12.5px;padding-top:12.5px}}.card-summary.-graph .title{color:#def;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.15384615rem;font-weight:400;line-height:1.33333333;margin-bottom:0;margin-top:0}.card-summary.-graph .detail .attribution-block+.title{margin-top:1em}.card-summary.-graph .sourcename{color:#789;display:block;font-family:Graphik-Regular-Web,sans-serif;font-size:.76923077rem;font-weight:400;letter-spacing:.15em;line-height:inherit;margin-top:.75em;text-transform:uppercase}.card-summary.-graph .description{margin-top:.5em}.card-summary.-graph.-adjacent-media-layout>.inner{display:flex;flex-direction:row}.card-summary.-graph.-adjacent-media-layout .media{display:flex;flex-direction:row;flex-shrink:0;min-width:80px;width:27.5%}.card-summary.-graph.-adjacent-media-layout .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:100%;width:1px}.card-summary.-graph.-adjacent-media-layout .media:after{clear:both;content:"";display:table}.card-summary.-graph.-adjacent-media-layout .media>.canvas{display:block;height:100%;padding-top:0;position:relative;width:100%}.card-summary.-graph.-adjacent-media-layout .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.card-summary.-graph.-adjacent-media-layout .detail{align-self:center;flex-grow:1;padding-bottom:12.5px;padding-top:12.5px}.card-summary.-graph.-dummy>.inner{display:flex;flex-direction:row}.card-summary.-graph.-dummy .media{display:flex;flex-direction:row;flex-shrink:0;min-width:80px;width:27.5%}.card-summary.-graph.-dummy .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:100%;width:1px}.card-summary.-graph.-dummy .media:after{clear:both;content:"";display:table}.card-summary.-graph.-dummy .media>.canvas{display:block;height:100%;padding-top:0;position:relative;width:100%}.card-summary.-graph.-dummy .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.card-summary.-graph.-dummy .detail{align-self:center;flex-grow:1;font-size:80%;padding-bottom:12.5px;padding-top:12.5px}.card-summary.-dummy{box-shadow:0 0 10px #14181c}.card-summary.-dummy .skeletontext{border-radius:2px;opacity:.33333333}.card-summary.-dummy .skeletontext.-title{background-color:#def;height:1.15384615em}.card-summary.-dummy .skeletontext.-title+.skeletontext.-title{margin-top:.33333333em}.card-summary.-dummy .skeletontext.-sourcename{background-color:#789;height:.76923077em;margin-top:1em}@media (max-width:667px){.mobile .card-summary-list{display:flex;flex-direction:row;overflow:hidden;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.mobile .card-summary-list::-webkit-scrollbar{display:none}.mobile .card-summary-list:after{content:"";display:block;flex-shrink:0}.mobile .card-summary-list .card-summary{display:flex;flex-basis:100%;flex-shrink:0;min-width:256px;padding-left:8px;padding-right:8px;scroll-snap-align:center}.mobile .card-summary-list .card-summary>.inner{display:flex;flex-direction:column;width:100%}.mobile .card-summary-list .card-summary .media{overflow:hidden;padding-top:56.25%;position:relative}.mobile .card-summary-list .card-summary .media>.canvas{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.mobile .card-summary-list .card-summary .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.mobile .card-summary-list .card-summary .media>.canvas:after{border:1px solid hsla(0,0%,100%,.1);border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.mobile .card-summary-list .card-summary .detail{display:flex;flex-direction:column;flex-grow:1}.mobile .card-summary-list .card-summary .detail .kicker{margin-top:auto}.mobile .card-summary-list .card-summary .headline-2{font-size:1.5rem;line-height:1.25}.mobile .card-summary-list .card-summary.-graph .title{font-size:1.33333333rem;line-height:1.33333333}}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet>._context-observer{font-family:vertical-list}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner{display:flex;flex-direction:row}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner:before{content:"";float:left;height:0;margin-left:-1px;padding-top:90px;width:1px}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner:after{clear:both;content:"";display:table}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media{display:flex;flex-direction:row;flex-shrink:0;min-width:160px;width:28.07017544%}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:56.25%;width:1px}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:after{clear:both;content:"";display:table}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas{display:block;height:100%;position:relative;width:100%}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail{align-self:center;flex-grow:1;line-height:1.46153846;padding:15px 20px}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.description,.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.description *,.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.kicker,.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.title{display:inline}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.kicker:before{content:"\00a0\00a0"}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary:not(:first-child)>.inner{border-top-left-radius:0;border-top-right-radius:0}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary:not(:last-child)>.inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary+.card-summary{margin-top:2px}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#89a;cursor:default;display:flex;font-family:inherit;font-size:.92307692rem;line-height:1.25;margin:0 auto;padding:.75em 1em;text-align:center;text-decoration:none}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:not(:disabled):focus,.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:not(:disabled):hover{text-decoration:inherit}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger[hidden]{display:none}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled{cursor:pointer}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled:focus,.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled:hover{color:#abc;text-decoration:underline}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet[data-vertical-list-expanded=false] .card-summary:nth-child(n+4){display:none}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet[data-vertical-list-expanded=false] .card-summary:nth-child(3)>.inner{border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media (min-width:668px){.mobile .card-summary-list.-vertical-list-vp-min-tablet>._context-observer{font-family:vertical-list}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner{display:flex;flex-direction:row}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner:before{content:"";float:left;height:0;margin-left:-1px;padding-top:90px;width:1px}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner:after{clear:both;content:"";display:table}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media{display:flex;flex-direction:row;flex-shrink:0;min-width:160px;width:28.07017544%}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:before{content:"";float:left;height:0;margin-left:-1px;padding-top:56.25%;width:1px}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:after{clear:both;content:"";display:table}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas{display:block;height:100%;position:relative;width:100%}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail{align-self:center;flex-grow:1;line-height:1.46153846;padding:15px 20px}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.description,.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.description *,.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.kicker,.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.title{display:inline}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.kicker:before{content:"\00a0\00a0"}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary:not(:first-child)>.inner{border-top-left-radius:0;border-top-right-radius:0}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary:not(:last-child)>.inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary+.card-summary{margin-top:2px}.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#89a;cursor:default;display:flex;font-family:inherit;font-size:1rem;line-height:1.25;margin:0 auto;padding:.75em 1em;text-align:center;text-decoration:none}.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:not(:disabled):focus,.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:not(:disabled):hover{text-decoration:inherit}.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger[hidden]{display:none}.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled{cursor:pointer}.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled:focus,.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled:hover{color:#abc;text-decoration:underline}.mobile .card-summary-list.-vertical-list-vp-min-tablet[data-vertical-list-expanded=false] .card-summary:nth-child(n+4){display:none}.mobile .card-summary-list.-vertical-list-vp-min-tablet[data-vertical-list-expanded=false] .card-summary:nth-child(3)>.inner{border-bottom-left-radius:3px;border-bottom-right-radius:3px}}.card-summary-journal-article{box-sizing:border-box}.card-summary-journal-article *,.card-summary-journal-article :after,.card-summary-journal-article :before{box-sizing:inherit}.card-summary-journal-article>.inner{background-color:#202830;border-radius:3px;overflow:hidden}.card-summary-journal-article .masthead{background-color:#456;color:#abc}.card-summary-journal-article .masthead .wordmark a{color:currentColor}.card-summary-journal-article .masthead .wordmark a[href]:focus,.card-summary-journal-article .masthead .wordmark a[href]:hover{color:#def}.card-summary-journal-article .masthead .wordmark .label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.card-summary-journal-article .masthead .wordmark .graphic{display:block;height:9px;width:auto}.card-summary-journal-article .masthead .wordmark .graphic path{fill:currentColor}.card-summary-journal-article .media{position:relative}.card-summary-journal-article .media>.canvas{display:block;padding-top:56.25%;position:relative;width:100%}.card-summary-journal-article .media>.canvas>img{font-family:"object-fit: cover;";height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.card-summary-journal-article .media.-image img{display:block;height:auto;width:100%}.card-summary-journal-article .detail{color:#9ab}.card-summary-journal-article .detail .meta{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;letter-spacing:.15em;line-height:1.25;margin-bottom:.75em;text-transform:uppercase}.card-summary-journal-article .detail .meta .timestamp{font-family:Graphik-Regular-Web,sans-serif;font-weight:400;letter-spacing:.0875em}.card-summary-journal-article .detail .meta .timestamp:after{content:"\00a0"}.card-summary-journal-article .head{color:#9ab}.card-summary-journal-article .head .teaser,.card-summary-journal-article .head .title{font-size:inherit;line-height:inherit}.card-summary-journal-article .head .title{color:#fff;font-family:Graphik-Bold-Web,sans-serif;font-weight:400;margin-bottom:0;margin-top:0}.card-summary-journal-article .head .teaser{font-family:TiemposTextWeb-Regular,Georgia,serif;font-weight:400}.card-summary-journal-article .head .teaser p{line-height:inherit;margin-bottom:0;margin-top:0}.card-summary-journal-article .head .teaser b,.card-summary-journal-article .head .teaser strong{font-family:TiemposTextWeb-Semibold,Georgia,serif;font-weight:400}.card-summary-journal-article .head a[href]{color:inherit}.card-summary-journal-article .head a[href]:focus .title,.card-summary-journal-article .head a[href]:hover .title{color:#40bcf4;text-decoration-line:underline}.card-summary-journal-article .kicker{padding-top:1.5em}.actions-strip{align-items:center;background:#456;border-radius:4px;color:#def;display:flex;padding:.46153846rem 2.46153846rem .46153846rem .76923077rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.actions-strip:hover{color:#fff}.actions-strip>.avatar{flex-grow:0;flex-shrink:0;margin-right:.76923077rem}.actions-strip .prompt{font-size:1rem;line-height:1}.actions-strip .rating{margin-left:2px}.actions-strip:after{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-620px -700px;background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:27px;margin-top:-14px;position:absolute;right:8px;top:50%;width:25px}.activity-timeline{clear:both}.activity-timeline li{color:#abc;font-size:1rem;line-height:15px;padding-bottom:10px;padding-left:20px;position:relative}.activity-timeline li:after,.activity-timeline li:before{background-color:#678;content:"";display:block;position:absolute}.activity-timeline li:after{border-radius:50%;height:.69230769rem;left:0;top:.38461538rem;width:.69230769rem}.activity-timeline li:before{background-color:#3f5061;bottom:0;left:.30769231rem;top:0;width:.07692308rem}.activity-timeline li:first-child:before{top:.76923077rem}.activity-timeline li:last-child:before{bottom:auto;height:.76923077rem}.activity-timeline li small,.activity-timeline li time{color:#89a;display:inline-block;font-size:.84615385rem;white-space:nowrap}.activity-timeline li .context,.activity-timeline li .target:active,.activity-timeline li .target:hover,.activity-timeline li a:active,.activity-timeline li a:hover{color:#abc}.activity-timeline li .target{color:#fff}.activity-timeline p{margin:0}.activity-timeline.-single li:before{display:none}.media-uploader{border-radius:3px;box-sizing:border-box}.media-uploader *,.media-uploader :after,.media-uploader :before{box-sizing:inherit}.media-uploader input[type=range]{-webkit-appearance:none;background-color:transparent;display:block;margin:12px auto;width:100%}.media-uploader input[type=range]::-webkit-slider-runnable-track{height:4px;width:100%;animate:.2s;background:#202830;border:1px solid #567;border-radius:2px;box-shadow:none}.media-uploader input[type=range]::-webkit-slider-runnable-track:not([disabled]){cursor:default}.media-uploader input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#567;border:0 solid transparent;border-radius:12px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);height:24px;margin-top:-11px;width:24px}.media-uploader input[type=range]::-webkit-slider-thumb:not([disabled]){cursor:default}.media-uploader input[type=range]::-moz-range-track{height:4px;width:100%;animate:.2s;background:#202830;border:1px solid #567;border-radius:2px;box-shadow:none}.media-uploader input[type=range]::-moz-range-track:not([disabled]){cursor:default}.media-uploader input[type=range]::-moz-range-thumb{background:#567;border:0 solid transparent;border-radius:12px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);height:24px;width:24px}.media-uploader input[type=range]::-moz-range-thumb:not([disabled]){cursor:default}.media-uploader input[type=range]::-ms-track{height:4px;width:100%;animate:.2s;background:transparent;border-color:transparent;border-width:24px 0;color:transparent}.media-uploader input[type=range]::-ms-track:not([disabled]){cursor:default}.media-uploader input[type=range]::-ms-fill-lower{background:transparent;border:1px solid #567;border-radius:4px;box-shadow:none}.media-uploader input[type=range]::-ms-fill-upper{background:#202830;border:1px solid #567;border-radius:4px;box-shadow:none}.media-uploader input[type=range]::-ms-thumb{background:#567;border:0 solid transparent;border-radius:12px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);height:24px;width:24px}.media-uploader input[type=range]::-ms-thumb:not([disabled]){cursor:default}.media-uploader input[type=range]:not([disabled]):hover::-webkit-slider-thumb{background-color:#678}.media-uploader input[type=range]:not([disabled]):hover::-moz-range-thumb{background-color:#678}.media-uploader input[type=range]:not([disabled]):hover::-ms-thumb{background-color:#678}.media-uploader input[type=range]:not([disabled]):hover::-webkit-slider-runnable-track{border-color:#567}.media-uploader input[type=range]:not([disabled]):hover::-moz-range-track{border-color:#567}.media-uploader input[type=range]:not([disabled]):hover::-ms-fill-lower,.media-uploader input[type=range]:not([disabled]):hover::-ms-fill-upper{background:#202830;border-color:#567}.media-uploader input[type=range]:not([disabled]):focus{outline:none}.media-uploader input[type=range]:not([disabled]):focus::-webkit-slider-thumb{background-color:#4a5968}.media-uploader input[type=range]:not([disabled]):focus::-moz-range-thumb{background-color:#4a5968}.media-uploader input[type=range]:not([disabled]):focus::-ms-thumb{background-color:#4a5968}.media-uploader input[type=range]:not([disabled]):focus::-webkit-slider-runnable-track{background:#202830;border-color:#567}.media-uploader input[type=range]:not([disabled]):focus::-moz-range-track{border-color:#567}.media-uploader input[type=range]:not([disabled]):focus::-ms-fill-lower,.media-uploader input[type=range]:not([disabled]):focus::-ms-fill-upper{background:#202830;border-color:#567}.media-uploader input[type=range][disabled]{cursor:not-allowed!important;opacity:.33333333}.media-uploader .button-trigger-rotate-crop svg{display:block;margin-bottom:-1px;margin-top:-3px}.media-uploader .button-trigger-rotate-crop svg path{fill:currentColor}.media-uploader .button-trigger-rotate-crop+.button{margin-left:.76923077rem}.media-uploader>.frame{border:1px solid #24303c;display:flex;flex-direction:row;flex-wrap:wrap;position:relative}.media-uploader>.frame.-rounded-top{border-top-left-radius:3px;border-top-right-radius:3px}.media-uploader>.frame.-rounded-bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.media-uploader>.frame:after,.media-uploader>.frame:before{content:"";display:block;float:left}.media-uploader>.frame:before{padding-top:40vh}.media-uploader>.frame:after{padding-top:50%}.media-uploader>.frame>.workspace{background-image:linear-gradient(45deg,rgba(200,212,224,.05) 25%,transparent 0),linear-gradient(135deg,rgba(200,212,224,.05) 25%,transparent 0),linear-gradient(45deg,transparent 75%,rgba(200,212,224,.05) 0),linear-gradient(135deg,transparent 75%,rgba(200,212,224,.05) 0);background-position:0 0,10px 0,10px -10px,0 10px;background-size:20px 20px;width:100%}.media-uploader>.frame>.workspace>.spinner{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s cubic-bezier(.19,1,.22,1);z-index:0}.media-uploader>.frame>.workspace>.spinner.-visible{opacity:1}.media-uploader>.toolbar{background-color:#303c48;border-bottom-left-radius:3px;border-bottom-right-radius:3px;bottom:0;box-sizing:border-box;color:#9ab;margin-top:-1px;min-height:59px;position:sticky;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;width:100%;z-index:3;-webkit-touch-callout:none}.media-uploader>.toolbar>.inner{padding:1.23076923rem}.media-uploader>.toolbar .micro-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-color:#567;box-shadow:none;font-family:inherit;margin-left:2px;margin-right:3px;text-decoration:none}.media-uploader>.toolbar .micro-button:not([disabled]){cursor:pointer;transition-duration:.33333333s}.media-uploader>.toolbar .micro-button:not([disabled]):active,.media-uploader>.toolbar .micro-button:not([disabled]):hover{border-color:#9ab}.media-uploader>.toolbar .button-secondary{background-color:transparent;color:#9ab;line-height:12px;padding:9px 12px 8px}.media-uploader>.toolbar .button-secondary,.media-uploader>.toolbar .micro-button{transition:opacity .4s cubic-bezier(.19,1,.22,1)}.media-uploader>.toolbar .button-secondary[disabled],.media-uploader>.toolbar .micro-button[disabled]{transition-duration:.33333333s}.media-uploader>.toolbar .button-secondary[hidden],.media-uploader>.toolbar .micro-button[hidden]{display:none!important}.media-uploader>.toolbar .button-secondary[visuallyhidden],.media-uploader>.toolbar .micro-button[visuallyhidden]{visibility:hidden!important}.media-uploader [data-js-transition-scaffolding][hidden]{display:none!important}.media-uploader [data-js-transition-scaffolding].-transition-in{opacity:0;transition:opacity .4s cubic-bezier(.19,1,.22,1) .1s}.media-uploader [data-js-transition-scaffolding].-transition-in.-transition-active{opacity:1}.media-uploader [data-js-transition-scaffolding].-transition-out{transition:opacity .5s cubic-bezier(.19,1,.22,1)}.media-uploader [data-js-transition-scaffolding].-transition-out.-transition-active{opacity:0}.media-uploader.-disabled .media-uploader-state,.media-uploader:disabled .media-uploader-state{pointer-events:none!important}.media-uploader-state{display:flex;height:100%;position:relative;z-index:1}.media-uploader-state-toolbar{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.media-uploader-state-toolbar.-processing{color:#678}.media-uploader-state-toolbar .scaleslider .slidericon{display:block;flex-shrink:0}.media-uploader-state-toolbar .scaleslider .slidericon path{fill:rgba(200,212,224,.333)}.media-uploader-state-toolbar .scaleslider .slidericon[disabled]{opacity:.25}.media-uploader-state-toolbar .scaleslider input[type=range]{margin-left:1.23076923rem;margin-right:1.23076923rem;max-width:240px;width:100%}.media-uploader-state-toolbar .scaleslider input[type=range][disabled]~.slidericon{opacity:.25}.media-uploader-state.-file-select{align-items:center}.media-uploader-state.-file-select .interactiontarget{background-color:rgba(20,24,28,.5);border-top-left-radius:2px;border-top-right-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s cubic-bezier(.19,1,.22,1);-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;z-index:2}.media-uploader-state.-file-select .interactiontarget:before{border-top-left-radius:3px;border-top-right-radius:3px;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(36,48,60,0);content:"";display:block;left:-1px;position:absolute;right:-1px;top:-1px;transition:box-shadow .25s cubic-bezier(.19,1,.22,1)}.media-uploader-state.-file-select .interactiontarget input[type=file]{display:block;height:100%;opacity:0;width:100%}.media-uploader-state.-file-select .interactiontarget>label{align-items:center;bottom:0;color:#def;cursor:pointer;display:flex;justify-content:center;left:0;margin:0;padding:1.53846154rem;position:absolute;right:0;text-align:center;text-shadow:0 0 .25em #14181c;top:0}.media-uploader-state.-file-select .interactiontarget>label .button-secondary{box-shadow:0 0 .25em #14181c;margin-left:.5em;text-shadow:none}.media-uploader-state.-file-select .preview{box-sizing:content-box;margin:0 auto;padding:1.53846154rem;pointer-events:none}.media-uploader-state.-file-select .preview>*{box-sizing:border-box}.media-uploader-state.-file-select .preview img{height:auto;max-width:100%}.media-uploader-state.-file-select .preview.-safearea{position:relative}.media-uploader-state.-file-select .preview.-safearea:after{background:linear-gradient(180deg,rgba(20,24,28,0),rgba(20,24,28,.023) 8.1375%,rgba(20,24,28,.087) 15.48%,rgba(20,24,28,.183) 22.215%,rgba(20,24,28,.301) 28.5%,rgba(20,24,28,.432) 34.53%,rgba(20,24,28,.568) 40.47%,rgba(20,24,28,.699) 46.5%,rgba(20,24,28,.817) 52.785%,rgba(20,24,28,.913) 59.52%,rgba(20,24,28,.977) 66.8625%,#14181c 75%);bottom:1.53846154rem;content:"";height:56.25%;left:1.53846154rem;position:absolute;right:1.53846154rem}.media-uploader-state.-file-select:hover .interactiontarget,.media-uploader-state.-file-select[data-js-is-dragging] .interactiontarget{opacity:1;transition:opacity .25s cubic-bezier(.19,1,.22,1)}.-has-no-workspace-image .media-uploader-state.-file-select .interactiontarget{opacity:1}.-has-no-workspace-image .media-uploader-state.-file-select.-processing .interactiontarget{opacity:0!important}.media-uploader-state.-file-select[data-js-drag-validation=valid] .interactiontarget:before{box-shadow:inset 0 -1px 0 3px #00e054,inset 0 0 0 3px #00e054;transition:box-shadow .5s cubic-bezier(.19,1,.22,1)}.media-uploader-state.-file-select[data-js-drag-validation=invalid] .interactiontarget:before{box-shadow:inset 0 -1px 0 3px #ff8000,inset 0 0 0 3px #ff8000;transition:box-shadow .5s cubic-bezier(.19,1,.22,1)}.media-uploader-state.-file-select .preview{transition:opacity 1s cubic-bezier(.19,1,.22,1)}.media-uploader-state.-file-select.-processing{pointer-events:none}.media-uploader-state.-file-select.-processing .preview{opacity:0;transition:opacity .33333333s cubic-bezier(.19,1,.22,1)}.media-uploader-state-toolbar.-file-select .button-trigger-file-select{margin-left:auto}.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.action-group,.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.button.-action{margin-left:.76923077rem;margin-right:auto}.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.action-group+.button-trigger-remove,.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.button.-action+.button-trigger-remove{margin-left:0}.media-uploader-state-toolbar.-file-select .button-trigger-remove{margin-left:auto}.mobile .media-uploader-state-toolbar.-file-select .button-trigger-file-select{margin-left:0}.media-uploader-state.-crop .cropperelement{padding:1.53846154rem}.media-uploader-state.-crop .processingoverlay{background-color:rgba(20,24,28,.95);border-top-left-radius:2px;border-top-right-radius:2px;bottom:0;left:0;position:absolute;right:0;top:0;z-index:5}.media-uploader-state.-crop.-processing{pointer-events:none}.media-uploader-state.-crop.-processing~.spinner{z-index:2}.media-uploader-state-toolbar.-crop{padding-left:1px!important;padding-right:1px!important}.media-uploader-state-toolbar.-crop .scaleslider{flex-grow:1;padding-left:.76923077rem;padding-right:.76923077rem}.media-uploader-state-toolbar.-crop .scaleslider>.constraint{align-items:center;display:flex;justify-content:center;margin-left:auto;margin-right:auto}.media-uploader-state-toolbar.-crop .button-trigger-upload-crop+.button-trigger-cancel-crop{margin-left:.76923077rem}.media-uploader-state-toolbar.-crop>.cropcontrols{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:center;padding-left:1.23076923rem;padding-right:1.23076923rem;position:relative}.media-uploader-state-toolbar.-crop>.statecontrols{padding-left:1.23076923rem;padding-right:1.23076923rem;text-align:center}.media-uploader-state-toolbar.-crop>.statecontrols button+button{margin-left:.76923077rem}.mobile .media-uploader-state-toolbar.-crop{flex-wrap:wrap}.mobile .media-uploader-state-toolbar.-crop>.cropcontrols,.mobile .media-uploader-state-toolbar.-crop>.statecontrols{width:100%}.mobile .media-uploader-state-toolbar.-crop>.statecontrols{border-top:1px solid rgba(153,170,187,.1);margin-left:-1px;margin-right:-1px;margin-top:1.23076923rem;padding-top:1.23076923rem}.mobile .media-uploader-state-toolbar.-crop .scaleslider{flex-grow:1;padding-left:.76923077rem;padding-right:.76923077rem}.mobile .media-uploader-state-toolbar.-crop .scaleslider>.constraint{align-items:center;display:flex;justify-content:center;margin-left:auto;margin-right:auto;padding-right:1.23076923rem}@media screen and (min-width:432px) and (max-width:486px){.mobile .media-uploader-state-toolbar.-crop .scaleslider>.constraint{justify-content:flex-end;margin-right:0}}@media screen and (min-width:487px){.mobile .media-uploader-state-toolbar.-crop .scaleslider>.constraint{padding-left:4.56410256rem}}.avatar-uploader .frame:after{padding-top:32.30769231rem}.media-uploader-state.-file-select-avatar .avatar{float:none;margin-left:auto;margin-right:auto;overflow:hidden}.media-uploader-state.-file-select-avatar .avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select{margin-left:auto}.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.action-group,.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.button.-action{margin-left:.76923077rem;margin-right:auto}.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.action-group+.button-trigger-remove,.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.button.-action+.button-trigger-remove{margin-left:0}.media-uploader-state-toolbar.-file-select-avatar .action-group.-third-party-sources{margin-left:1.53846154rem}.media-uploader-state-toolbar.-file-select-avatar .button-trigger-remove{margin-left:auto}.mobile .media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select{margin-left:0}.mobile .media-uploader-state-toolbar.-file-select-avatar .button-trigger-remove{margin-left:auto!important}.mobile .media-uploader-state-toolbar.-file-select-avatar .action-group.-third-party-sources{border-top:1px solid rgba(153,170,187,.1);flex-basis:100%;flex-grow:1;margin-left:-1.23076923rem;margin-right:-1.23076923rem;margin-top:1.23076923rem;order:1;padding-left:1.23076923rem;padding-right:1.23076923rem;padding-top:1.23076923rem}.media-uploader-state.-crop-avatar{flex-direction:row}.media-uploader-state.-crop-avatar>.cropcolumn{flex-grow:1}.media-uploader-state.-crop-avatar>.cropaside{align-items:center;background-color:#14181c;border-left:1px solid #24303c;border-top-right-radius:2px;box-sizing:border-box;display:flex;flex-basis:33.33333333%;flex-shrink:0;justify-content:center;padding-left:1.53846154rem;padding-right:1.53846154rem;width:320px}.media-uploader-state.-crop-avatar>.cropaside>.person-summary{max-width:100%;pointer-events:none}.media-uploader-state.-crop-avatar>.cropaside>.person-summary>.title-3{overflow:hidden;text-overflow:ellipsis}.media-uploader-state.-crop-avatar>.cropaside>.person-summary>.avatar{border-radius:50%;overflow:hidden;will-change:opacity}.media-uploader-state.-crop-avatar>.cropaside>.person-summary>.avatar>img{border-radius:0}.-is-not-mobile .media-uploader-state-toolbar.-crop-avatar>.cropcolumn{padding-right:1.23076923rem}.-is-not-mobile .media-uploader-state-toolbar.-crop-avatar>.cropaside{flex-basis:33.33333333%;flex-shrink:0;padding-left:1.23076923rem;width:320px}.-is-not-mobile .media-uploader-state-toolbar.-crop-avatar .scaleslider>.constraint{padding-left:4.30769231rem}.view-toggle{overflow:hidden;position:relative}.view-toggle li{float:left}.view-toggle li:first-child{margin-right:2px}.view-toggle a,.view-toggle span{height:20px;width:20px}.view-toggle .view-grid{background-position:-360px -475px}.view-toggle .view-grid:hover{background-position:-360px -495px}.view-toggle .view-list{background-position:-385px -475px}.view-toggle .view-list:hover{background-position:-385px -495px}.view-toggle .selected .view-grid{background-position:-360px -515px}.view-toggle .selected .view-list{background-position:-385px -515px}.view-toggle.-large a,.view-toggle.-large span{height:29px;width:29px}.view-toggle.-large li,.view-toggle.-large li:first-child{margin:0}.view-toggle.-large .view-grid{background-position:-450px -510px}.view-toggle.-large .view-grid:active,.view-toggle.-large .view-grid:hover{background-position:-450px -550px}.view-toggle.-large .view-list{background-position:-420px -510px}.view-toggle.-large .view-list:active,.view-toggle.-large .view-list:hover{background-position:-420px -550px}.view-toggle.-large .selected .view-list{background-position:-420px -470px}.view-toggle.-large .selected .view-grid{background-position:-450px -470px}.section-heading{border-bottom:1px solid #456;color:#9ab;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;line-height:5/4;margin-bottom:.76923077rem;margin-top:0;padding-bottom:5px;text-transform:uppercase}.section-heading a{color:#9ab}.section-heading a:active,.section-heading a:hover{color:#40bcf4}.mobile .section-heading{letter-spacing:.5px}.section-heading.-guttered{margin-left:5px;margin-right:5px}@media (max-width:767px){.section-heading.-spaced{margin-bottom:.76923077rem}}@media (min-width:768px){.section-heading.-spaced{margin-bottom:1.53846154rem}}.section-heading.-mixedcase{color:#fff;font-size:1.15384615rem;font-weight:400;letter-spacing:0;line-height:1.33333333;text-transform:none}.mobile .section-heading.-mixedcase{font-size:1.25rem}.section-heading.-mixedcase a{color:currentColor}.section-heading.-mixedcase a[href]:active,.section-heading.-mixedcase a[href]:hover{color:#40bcf4}.section-heading.-no-borderbottom{border-bottom:0;padding-bottom:0}.section-heading svg{padding-right:.38461538rem;position:relative;top:-2px;vertical-align:middle}.subscription-sku{background-color:#2c3440;border-radius:3px;box-sizing:border-box;display:flex;position:relative}.mobile .transaction-history+.subscription-sku,.transaction-history+.subscription-sku{margin-top:6.15384615rem}.subscription-sku *,.subscription-sku :after,.subscription-sku :before{box-sizing:inherit}.subscription-sku>.media{background-color:#14181c;border:1px solid #2c3440;border-bottom-left-radius:3px;border-right-width:0;border-top-left-radius:3px;flex-shrink:0;width:135px}@media (max-width:767px){.mobile .subscription-sku>.media{min-width:100px;width:18.3423913%}}.subscription-sku>.media.-badged{display:flex;justify-content:center}.subscription-sku>.media.-badged:before{content:"";float:left;padding-top:100%}.subscription-sku>.media.-badged>.badge{align-self:flex-start;display:inline-flex;margin-top:50%;transform:translateY(-50%)}@media (max-width:767px) and (min-width:640px){.mobile .subscription-sku>.media.-badged>.badge{transform:translateY(-50%) scale(.875)}}@media (max-width:639px) and (min-width:560px){.mobile .subscription-sku>.media.-badged>.badge{transform:translateY(-50%) scale(.8)}}.subscription-sku>.media.-linkedperson{text-align:center}.subscription-sku>.media.-linkedperson .person-summary+.messagetrigger{margin-top:1.5em}.subscription-sku>.media.-linkedperson .messagetrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:2px solid #303840;border-radius:0;border-radius:2px;box-sizing:border-box;color:#9ab;cursor:default;display:inline-block;font-family:inherit;font-size:.76923077rem;letter-spacing:.075em;margin:0;padding:4px 5px 3px;text-decoration:none;text-transform:uppercase}.subscription-sku>.media.-linkedperson .messagetrigger:not(:disabled):focus,.subscription-sku>.media.-linkedperson .messagetrigger:not(:disabled):hover{text-decoration:inherit}.subscription-sku>.media.-linkedperson .messagetrigger.-disabled,.subscription-sku>.media.-linkedperson .messagetrigger[disabled]{opacity:.5}.subscription-sku>.media.-linkedperson .messagetrigger:not([disabled]):not(.-disabled){cursor:pointer}.subscription-sku>.media.-linkedperson .messagetrigger:not([disabled]):not(.-disabled):active,.subscription-sku>.media.-linkedperson .messagetrigger:not([disabled]):not(.-disabled):hover{border-color:#9ab;color:#fff}.subscription-sku>.media.-linkedperson .messagetrigger:not([disabled]):not(.-disabled):focus{border-color:#9ab}.subscription-sku>.media.-linkedperson .messagetrigger.-large{background-color:#567;border:none;border-radius:6px;color:#fff;display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.38461538rem;font-weight:400;letter-spacing:0;padding:.5em .75em;text-transform:none}.subscription-sku>.media.-linkedperson .messagetrigger:not(:disabled){cursor:pointer}.no-mobile .subscription-sku>.media.-linkedperson{padding:15px 5px}.no-mobile .subscription-sku>.media.-linkedperson .person-summary>.avatar{max-width:40%}@media (min-width:560px){.mobile .subscription-sku>.media.-linkedperson{padding:15px 5px}.mobile .subscription-sku>.media.-linkedperson .person-summary>.avatar{max-width:40%}}.subscription-sku>.body{display:flex;flex-direction:column;flex-grow:1;padding:10px 20px}.subscription-sku>.body>.footer,.subscription-sku>.body>.product{display:flex;min-width:100%;padding-bottom:5px;padding-top:5px}.subscription-sku>.body>.product{flex-grow:1}.subscription-sku>.body>.product>.alignment{align-self:center;display:flex;flex-grow:1;flex-wrap:wrap}.subscription-sku>.body>.product>.alignment>.details{align-self:center;flex-basis:0%;flex-grow:1}.subscription-sku>.body>.product>.alignment>.fee{align-self:flex-start;flex-shrink:0;white-space:nowrap}.subscription-sku>.body>.product>.alignment>.transactioninfo{flex-basis:100%;flex-grow:1}.subscription-sku>.body .name{color:#fff;font-size:1.23076923rem;line-height:1;margin-bottom:0;margin-top:0}.mobile .subscription-sku>.body .name{font-size:1.33333333rem}.subscription-sku>.body .name>.label{font-family:Graphik-Semibold-Web,sans-serif;font-size:1.61538462rem;font-weight:400;line-height:1.25}.mobile .subscription-sku>.body .name>.label{font-size:1.75rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku>.body .name>.label{font-size:1.5rem}}@media (max-width:479px){.mobile .subscription-sku>.body .name>.label{font-size:1.5rem}}.subscription-sku>.body .name>.agent{color:#def;font-family:Graphik-Regular-Web,sans-serif;font-size:1.23076923rem;font-weight:400;line-height:1.25;margin-right:.25em;white-space:nowrap}.mobile .subscription-sku>.body .name>.agent{font-size:1.33333333rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku>.body .name>.agent{font-size:1.125rem}}@media (max-width:479px){.mobile .subscription-sku>.body .name>.agent{font-size:1.125rem}}.subscription-sku>.body .reference{font-size:1.07692308rem;line-height:1.33333333;margin-top:.25em}.mobile .subscription-sku>.body .reference{font-size:1.16666667rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku>.body .reference{font-size:1.08333333rem}}@media (max-width:479px){.mobile .subscription-sku>.body .reference{font-size:1.08333333rem}}.subscription-sku>.body .reference .tabular-nums{font-family:PitchSansWeb-Medium,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace}.subscription-sku>.body .fee{text-align:right}.subscription-sku>.body .fee>.price{font-size:1.61538462rem;line-height:1.25}.mobile .subscription-sku>.body .fee>.price{font-size:1.75rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku>.body .fee>.price{font-size:1.5rem}}@media (max-width:479px){.mobile .subscription-sku>.body .fee>.price{font-size:1.5rem}}.subscription-sku>.body .fee>.meta{font-size:1rem;line-height:1.33333333;margin-top:.125em}.mobile .subscription-sku>.body .fee>.meta{font-size:1.08333333rem}.subscription-sku>.body .fee .skeletontext{visibility:hidden}.subscription-sku>.body .fee.-pending:before{font-size:1.61538462rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}.mobile .subscription-sku>.body .fee.-pending:before{font-size:1.75rem}.subscription-sku>.body .fee.-pending .meta,.subscription-sku>.body .fee.-pending .price{opacity:0;visibility:hidden}.subscription-sku>.body .fee.-in .meta,.subscription-sku>.body .fee.-in .price{opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1);visibility:visible}.subscription-sku>.body .fee.-in-active .meta,.subscription-sku>.body .fee.-in-active .price{opacity:1}.subscription-sku>.body .transactioninfo{display:flex;flex-wrap:wrap;margin:1em -10px -.5em}.subscription-sku>.body .transactioninfo>.subscription-info-field{padding:.5em 10px;width:50%}.subscription-sku>.body .transactioninfo>.subscription-info-field>.value{font-size:1rem;margin-top:.25em}.mobile .subscription-sku>.body .transactioninfo>.subscription-info-field>.value{font-size:1.08333333rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku>.body .transactioninfo>.subscription-info-field>.label{font-size:.83333333rem}.mobile .subscription-sku>.body .transactioninfo>.subscription-info-field>.value{font-size:1rem}}.subscription-sku>.body .statuswrap{display:inline;vertical-align:text-bottom;white-space:nowrap}.subscription-sku>.body .status{background-color:#14181c;border-radius:.25em;color:#fff;display:inline-flex;font-family:Graphik-Regular-Web,sans-serif;font-size:.76923077rem;font-weight:400;letter-spacing:.075em;padding:.4em .5em .3em;text-transform:uppercase}.mobile .subscription-sku>.body .status{font-size:.83333333rem}.subscription-sku>.body .status.-cancelled,.subscription-sku>.body .status.-expired{background-color:rgba(20,24,28,.75)}.subscription-sku>.body>.footer{align-self:flex-end;flex-wrap:wrap;margin-top:auto}.subscription-sku>.body>.footer:before{background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;content:"";height:15px;margin-right:-20px;margin-top:3.33333333px;width:calc(100% + 20px)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.subscription-sku>.body>.footer:before{background-size:1px 1px}}.subscription-sku>.body>.footer>.actions{align-self:flex-start;flex-shrink:0;margin-right:15px}.subscription-sku>.body>.footer>.info{align-self:center;flex-basis:0%;flex-grow:1}.subscription-sku>.body>.footer>.info p{margin-bottom:0}.subscription-sku>.body>.footer>.info p+p{margin-top:1em}.subscription-sku>.body>.footer>.info a[href]{color:currentColor;text-decoration:underline;text-underline-offset:.2em}.subscription-sku>.body>.footer>.info a[href]:focus,.subscription-sku>.body>.footer>.info a[href]:hover{color:#bcd}.subscription-sku>.body>.footer>.info .lead{color:#def;font-size:1.07692308rem;line-height:1.33333333}.mobile .subscription-sku>.body>.footer>.info .lead{font-size:1.16666667rem}.subscription-sku>.body>.footer>.info .lead+.fineprint{margin-top:.25em}.subscription-sku>.body>.footer>.info .fineprint{color:#9ab;font-size:1rem;line-height:1.33333333}.mobile .subscription-sku>.body>.footer>.info .fineprint{font-size:1.08333333rem}.subscription-sku>.body>.footer button.-cancel{background:none;border:2px solid rgba(153,170,187,.333);border-radius:2px;box-shadow:none;color:#9ab;font-family:inherit;font-family:Graphik-Regular-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:normal;line-height:1.25;padding:.33333333em .75em .375em;text-transform:none}.mobile .subscription-sku>.body>.footer button.-cancel{font-size:1.08333333rem}.subscription-sku>.body>.footer button.-cancel:enabled:active,.subscription-sku>.body>.footer button.-cancel:enabled:focus,.subscription-sku>.body>.footer button.-cancel:enabled:hover{border-color:transparent;color:#fff}.subscription-sku>.body>.footer button.-cancel:enabled:hover{background:#ec1200}.subscription-sku>.body>.footer button.-cancel:enabled:active,.subscription-sku>.body>.footer button.-cancel:enabled:focus{background:#c40f00}.subscription-sku>.body>.footer button:enabled{cursor:pointer}.subscription-sku .skeletontext{background-color:currentColor;border-radius:2px;display:inline-block;height:1em;opacity:.25;vertical-align:middle}.subscription-sku.-has-fee>.body>.product>.alignment>.details{padding-right:10px}.subscription-sku.-has-fee>.body>.product>.alignment>.fee{padding-left:10px}.subscription-sku.-has-no-fee .fee{display:none}.subscription-sku.-has-menu>.body{margin-right:40px}.subscription-sku.-has-menu>.menu{background-color:#456;border-bottom-right-radius:3px;border-top-right-radius:3px;bottom:0;padding-top:10px;position:absolute;right:0;top:0;width:40px}.subscription-sku.-has-menu>.menu>.trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#9ab;cursor:default;display:block;font-family:inherit;height:40px;margin:0;padding:0;position:relative;text-align:center;text-decoration:none;transition:color .5s cubic-bezier(.19,1,.22,1);transition-property:color,opacity;width:40px}.subscription-sku.-has-menu>.menu>.trigger:not(:disabled):focus,.subscription-sku.-has-menu>.menu>.trigger:not(:disabled):hover{text-decoration:inherit}.subscription-sku.-has-menu>.menu>.trigger:after{bottom:-5px;content:"";display:block;left:-5px;position:absolute;right:-5px;top:-5px}.subscription-sku.-has-menu>.menu>.trigger>.glyph circle{fill:currentColor}.subscription-sku.-has-menu>.menu>.trigger:not(:disabled){cursor:pointer}.subscription-sku.-has-menu>.menu>.trigger:not(:disabled):focus,.subscription-sku.-has-menu>.menu>.trigger:not(:disabled):hover{color:#def}.subscription-sku.-has-menu>.menu>.trigger:disabled{opacity:.5}.subscription-sku.-cancelled>.body .name .label{text-decoration:line-through}.subscription-sku.-guttered{margin-left:5px;margin-right:5px}.subscription-sku+.subscription-sku{margin-top:1.23076923rem}@media (max-width:559px){.mobile .subscription-sku{display:block;margin-top:2.46153846rem}.mobile .subscription-sku>.media{width:auto}.mobile .subscription-sku>.media:before{padding-top:0}.mobile .subscription-sku>.media.-badged{background-color:transparent;border:0;position:relative}.mobile .subscription-sku>.media.-badged>.badge{margin-top:0;position:absolute;top:0}.mobile .subscription-sku>.media.-badged+.body{padding-top:30px}.mobile .subscription-sku>.media.-linkedperson{background-color:transparent;margin-bottom:5px;padding-left:20px;padding-right:20px}.mobile .subscription-sku>.media.-linkedperson .person-summary>.avatar{height:3.69230769rem;margin-top:-1.23076923rem;position:relative;width:3.69230769rem}.mobile .subscription-sku>.media.-linkedperson .person-summary+.messagetrigger{margin-top:.75em}.mobile .subscription-sku>.media.-linkedperson .messagetrigger{border-color:rgba(136,153,170,.25)}.mobile .subscription-sku>.body .reference{margin-top:1.5em}.mobile .subscription-sku>.body>.footer{padding-top:15px}.mobile .subscription-sku.-has-menu>.media.-linkedperson{padding-right:60px}.mobile .subscription-sku.-has-menu>.media.-badged{padding-right:40px}}@media (max-width:479px){.mobile .subscription-sku>.body,.mobile .subscription-sku>.body>.product>.alignment{display:block}.mobile .subscription-sku>.body>.product>.alignment>.details{padding-right:0;text-align:center}.mobile .subscription-sku>.body>.product>.alignment>.details+.fee{margin-top:1.75em}.mobile .subscription-sku>.body>.product>.alignment>.fee{padding-left:0;text-align:center}.mobile .subscription-sku>.body>.product>.alignment>.fee.-pending:before{left:50%;top:50%;transform:translate(-50%,-50%)}.mobile .subscription-sku>.body>.product>.alignment>.transactioninfo{margin-top:2em;text-align:center}.mobile .subscription-sku>.body>.product>.alignment .agent{font-size:1.16666667rem}.mobile .subscription-sku>.body>.product>.alignment .agent:before{content:"\00000a";white-space:pre}.mobile .subscription-sku>.body>.footer{display:block;text-align:center}.mobile .subscription-sku>.body>.footer:before{display:block;margin-left:-20px;margin-right:-20px;width:auto}.mobile .subscription-sku>.body>.footer>.actions{margin-left:auto;margin-right:auto;padding-bottom:5px;padding-top:5px}.mobile .subscription-sku>.body>.footer>.actions+.info{padding-top:10px}.mobile .subscription-sku>.body>.footer>.info .lead{font-size:1.08333333rem;line-height:1.5}.mobile .subscription-sku>.body>.footer>.info .fineprint{font-size:1rem;line-height:1.5}}.subscription-sku-mini{box-sizing:border-box;color:#9ab;display:flex;position:relative}.subscription-sku-mini *,.subscription-sku-mini :after,.subscription-sku-mini :before{box-sizing:inherit}.subscription-sku-mini>.media{flex-shrink:0;width:135px}@media (max-width:767px){.mobile .subscription-sku-mini>.media{min-width:100px;width:18.3423913%}}.subscription-sku-mini>.media.-badged{display:flex;justify-content:center}.subscription-sku-mini>.media.-badged:before{content:"";float:left;padding-top:100%}.subscription-sku-mini>.media.-badged>.badge{align-self:flex-start;display:inline-flex;margin-top:50%;transform:translateY(-50%)}@media (max-width:767px) and (min-width:640px){.mobile .subscription-sku-mini>.media.-badged>.badge{transform:translateY(-50%) scale(.875)}}@media (max-width:639px) and (min-width:560px){.mobile .subscription-sku-mini>.media.-badged>.badge{transform:translateY(-50%) scale(.8)}}.subscription-sku-mini>.body{flex-grow:1;padding-bottom:10px;padding-top:10px}.subscription-sku-mini>.body>.footer{align-self:flex-end;display:flex;flex-wrap:wrap;margin-top:auto;min-width:100%;padding-bottom:5px;padding-top:10px}.subscription-sku-mini>.body>.footer:before{background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;content:"";height:15px;margin-right:-20px;margin-top:3.33333333px;width:calc(100% + 20px)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.subscription-sku-mini>.body>.footer:before{background-size:1px 1px}}.subscription-sku-mini>.body>.footer .managecta{margin-left:auto}.subscription-sku-mini>.body .details>.name{color:#fff;margin-bottom:0;margin-top:0}.subscription-sku-mini>.body .details>.name a{color:currentColor}.subscription-sku-mini>.body .details>.name a[href]>.label{text-decoration-color:hsla(0,0%,100%,.333);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.subscription-sku-mini>.body .details>.name a[href]:focus>.label,.subscription-sku-mini>.body .details>.name a[href]:hover>.label{color:#40bcf4;text-decoration-color:currentColor}.subscription-sku-mini>.body .details>.name .label{color:currentColor}.subscription-sku-mini>.body .details>.name .agent{color:#def;font-family:Graphik-Regular-Web,sans-serif;font-size:1.23076923rem;font-weight:400;line-height:1.25;white-space:nowrap}.mobile .subscription-sku-mini>.body .details>.name .agent{font-size:1.33333333rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini>.body .details>.name .agent{font-size:1.125rem}}@media (max-width:479px){.mobile .subscription-sku-mini>.body .details>.name .agent{font-size:1.125rem}}.subscription-sku-mini>.body .details>.reference{font-size:1.07692308rem;line-height:1.33333333;margin-top:.33333333em}.mobile .subscription-sku-mini>.body .details>.reference{font-size:1.16666667rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini>.body .details>.reference{font-size:1.08333333rem}}@media (max-width:479px){.mobile .subscription-sku-mini>.body .details>.reference{font-size:1.08333333rem}}.subscription-sku-mini>.body .details>.reference .person{color:#abc}.subscription-sku-mini>.body .details>.reference .person>.avatar{display:inline-block;float:none;height:20px;margin-left:.2em;margin-right:0;vertical-align:bottom;width:20px}.subscription-sku-mini>.body .details>.reference .person>.avatar img{height:auto;width:100%}.subscription-sku-mini>.body .details>.reference .person>.username{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin-left:.125em}.subscription-sku-mini>.body .details>.reference .person[href]:focus>.avatar:after,.subscription-sku-mini>.body .details>.reference .person[href]:hover>.avatar:after{border-color:hsla(0,0%,100%,.5)}.subscription-sku-mini>.body .details>.reference .person[href]:focus>.username,.subscription-sku-mini>.body .details>.reference .person[href]:hover>.username{color:#bcd}.subscription-sku-mini>.body .transactioninfo .subscription-info-field>.label{color:#abc;font-size:.84615385rem}.mobile .subscription-sku-mini>.body .transactioninfo .subscription-info-field>.label{font-size:.91666667rem}.subscription-sku-mini>.body .transactioninfo .subscription-info-field>.value{font-size:1rem;margin-top:.25em;min-width:10.5em}.mobile .subscription-sku-mini>.body .transactioninfo .subscription-info-field>.value{font-size:1.08333333rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini>.body .transactioninfo .subscription-info-field>.label{font-size:.83333333rem}.mobile .subscription-sku-mini>.body .transactioninfo .subscription-info-field>.value{font-size:1rem}}.subscription-sku-mini>.body .managecta .cta{color:#789;font-size:.76923077rem;line-height:1.25}.mobile .subscription-sku-mini>.body .managecta .cta{font-size:.83333333rem}.subscription-sku-mini>.body .managecta .cta>.label{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;letter-spacing:.125em;position:relative;text-transform:uppercase;top:.05em}.subscription-sku-mini>.body .managecta .cta>.chevron{display:inline-flex;height:.875em;margin-left:.1em;position:relative;top:-.06666667em;vertical-align:text-bottom;width:auto}.subscription-sku-mini>.body .managecta .cta>.chevron path{stroke:currentColor;stroke-width:.175em}.subscription-sku-mini>.body .managecta .cta[href]:focus,.subscription-sku-mini>.body .managecta .cta[href]:hover{color:#def}.no-mobile .subscription-sku-mini>.body{display:flex;flex-direction:column}.no-mobile .subscription-sku-mini>.body>.product{display:flex;flex-grow:1}.no-mobile .subscription-sku-mini>.body>.product>.alignment{align-self:center;display:flex;flex-grow:1;flex-wrap:wrap}.no-mobile .subscription-sku-mini>.body>.product>.alignment>.details{flex-basis:0%;flex-grow:1}.no-mobile .subscription-sku-mini>.body>.product>.alignment>.transactioninfo{flex-basis:25%}.no-mobile .subscription-sku-mini>.body>.product.-has-transactioninfo .details{padding-right:10px}.no-mobile .subscription-sku-mini>.body>.product.-has-transactioninfo .transactioninfo{padding-left:10px}@media (min-width:560px){.mobile .subscription-sku-mini>.body{display:flex;flex-direction:column}.mobile .subscription-sku-mini>.body>.product{display:flex;flex-grow:1}.mobile .subscription-sku-mini>.body>.product>.alignment{align-self:center;display:flex;flex-grow:1;flex-wrap:wrap}.mobile .subscription-sku-mini>.body>.product>.alignment>.details{flex-basis:0%;flex-grow:1}.mobile .subscription-sku-mini>.body>.product>.alignment>.transactioninfo{flex-basis:25%}.mobile .subscription-sku-mini>.body>.product.-has-transactioninfo .details{padding-right:10px}.mobile .subscription-sku-mini>.body>.product.-has-transactioninfo .transactioninfo{padding-left:10px}}@media (max-width:559px){.mobile .subscription-sku-mini>.body>.footer{justify-content:center}.mobile .subscription-sku-mini>.body>.footer:before{content:"";margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.mobile .subscription-sku-mini>.body>.footer .managecta{margin-left:0}}.subscription-sku-mini.-filled{background-color:#2c3440;border-radius:3px}.subscription-sku-mini.-filled>.media{background-color:#14181c;border:1px solid #2c3440;border-bottom-left-radius:3px;border-right-width:0;border-top-left-radius:3px}.subscription-sku-mini.-filled>.body{padding-left:20px;padding-right:20px}.subscription-sku-mini.-filled>.body>.product{padding-bottom:5px;padding-top:5px}.subscription-sku-mini.-filled>.body>.product>.alignment>.details,.subscription-sku-mini.-filled>.body>.product>.alignment>.transactioninfo{align-self:center}.subscription-sku-mini.-filled>.body .details>.name .label{font-family:Graphik-Semibold-Web,sans-serif;font-size:1.61538462rem;font-weight:400;line-height:1.25}.mobile .subscription-sku-mini.-filled>.body .details>.name .label{font-size:1.75rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini.-filled>.body .details>.name .label{font-size:1.5rem}}@media (max-width:479px){.mobile .subscription-sku-mini.-filled>.body .details>.name .label{font-size:1.5rem}}@media (max-width:559px){.mobile .subscription-sku-mini.-filled{display:block;margin-top:2.46153846rem}.mobile .subscription-sku-mini.-filled>.media{width:auto}.mobile .subscription-sku-mini.-filled>.media:before{padding-top:0}.mobile .subscription-sku-mini.-filled>.media.-badged{background-color:transparent;border:0;position:relative}.mobile .subscription-sku-mini.-filled>.media.-badged>.badge{margin-top:-.75em;position:absolute;top:0;transform:scale(1.125)}.mobile .subscription-sku-mini.-filled>.media.-badged+.body{padding-top:30px}.mobile .subscription-sku-mini.-filled>.body{text-align:center}.mobile .subscription-sku-mini.-filled>.body .details{padding-bottom:5px}.mobile .subscription-sku-mini.-filled>.body .details>.reference{margin-top:.5em}.mobile .subscription-sku-mini.-filled>.body .transactioninfo{margin-top:2em}}.subscription-sku-mini.-list>.body .details>.name .label{font-family:Graphik-Semibold-Web,sans-serif;font-size:1.23076923rem;font-weight:400;line-height:1.25}.mobile .subscription-sku-mini.-list>.body .details>.name .label{font-size:1.33333333rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini.-list>.body .details>.name .label{font-size:1.25rem}}.subscription-sku-mini.-list>.body .details>.name .agent{font-size:1.07692308rem}.mobile .subscription-sku-mini.-list>.body .details>.name .agent{font-size:1.16666667rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini.-list>.body .details>.name .agent{font-size:1.04166667rem}}@media (max-width:479px){.mobile .subscription-sku-mini.-list>.body .details>.name .agent{font-size:1.04166667rem}}.subscription-sku-mini.-list>.body .details>.reference{font-size:1rem;line-height:1.33333333;margin-top:.25em}.mobile .subscription-sku-mini.-list>.body .details>.reference{font-size:1.08333333rem}@media (max-width:767px) and (min-width:560px){.mobile .subscription-sku-mini.-list>.body .details>.reference{font-size:1rem}}.subscription-sku-mini.-list>.body .details>.reference .person>.avatar{height:16px;width:16px}.subscription-sku-mini.-list>.body .details>.managecta{margin-top:.25em}@media (max-width:559px){.mobile .subscription-sku-mini.-list>.body>.product .transactioninfo{margin-top:.66666667em}.mobile .subscription-sku-mini.-list>.body .details>.name .label{font-size:1.25rem}}.subscription-sku-mini.-list+.subscription-sku-mini.-list{background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;margin-top:10px;padding-top:10px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.subscription-sku-mini.-list+.subscription-sku-mini.-list{background-size:1px 1px}}.subscription-sku-mini.-guttered{margin-left:5px;margin-right:5px}.subscription-sku-mini+.subscription-sku-mini{margin-top:1.23076923rem}@media (max-width:559px){.mobile .subscription-sku-mini+.subscription-sku-mini>.media{width:auto}.mobile .subscription-sku-mini+.subscription-sku-mini>.media.-badged{margin-top:3.69230769rem}}.subscription-transaction{font-size:1.07692308rem;line-height:1.33333333}.mobile .subscription-transaction{font-size:1.16666667rem}.subscription-transaction .tabular-nums{font-family:PitchSansWeb-Medium,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace}.subscription-transaction .meta{color:#678;font-size:1rem;line-height:1.33333333;margin-top:.25em}.mobile .subscription-transaction .meta{font-size:1.08333333rem}.subscription-transaction-list{display:table;width:100%}.subscription-transaction-list [role=rowgroup]{display:table-row-group}.subscription-transaction-list [role=rowgroup].header{display:table-header-group}.subscription-transaction-list [role=rowgroup].body [role=row]{background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.subscription-transaction-list [role=rowgroup].body [role=row]{background-size:1px 1px}}.subscription-transaction-list [role=row]{display:table-row}.subscription-transaction-list [role=row][aria-hidden=true]{display:none!important}.subscription-transaction-list [role=cell],.subscription-transaction-list [role=columnheader]{display:table-cell;padding:1em 5px 1.25em;vertical-align:top}.subscription-transaction-list [role=cell]:first-child,.subscription-transaction-list [role=columnheader]:first-child{padding-left:0}.subscription-transaction-list [role=cell]:last-child,.subscription-transaction-list [role=columnheader]:last-child{padding-right:0}.subscription-transaction-list [role=cell].amount,.subscription-transaction-list [role=cell].date,.subscription-transaction-list [role=columnheader].amount,.subscription-transaction-list [role=columnheader].date{white-space:nowrap}.subscription-transaction-list [role=cell].date,.subscription-transaction-list [role=columnheader].date{width:145px}@media screen and (max-width:767px) and (min-width:560px){.mobile .subscription-transaction-list [role=cell].date,.mobile .subscription-transaction-list [role=columnheader].date{min-width:110px;width:18.3423913%}}.subscription-transaction-list [role=cell].amount,.subscription-transaction-list [role=cell].aside,.subscription-transaction-list [role=columnheader].amount,.subscription-transaction-list [role=columnheader].aside{text-align:right}.subscription-transaction-list [role=cell].amount,.subscription-transaction-list [role=columnheader].amount{width:8.5em}.subscription-transaction-list [role=columnheader]{padding-bottom:.625em;padding-top:.5em;vertical-align:bottom}.subscription-transaction-list [role=columnheader] .label{color:#678;font-size:.84615385rem;letter-spacing:.075em;line-height:1.33333333;text-transform:uppercase}.mobile .subscription-transaction-list [role=columnheader] .label{font-size:.91666667rem}.subscription-transaction-list.-guttered{padding-left:5px;padding-right:5px;width:calc(100% - 10px)}@media screen and (max-width:559px){.mobile .subscription-transaction-list,.mobile .subscription-transaction-list [role=cell],.mobile .subscription-transaction-list [role=columnheader],.mobile .subscription-transaction-list [role=row],.mobile .subscription-transaction-list [role=rowgroup]{display:block}.mobile .subscription-transaction-list [role=rowgroup].header{display:none}.mobile .subscription-transaction-list [role=rowgroup].body [role=row]{padding-bottom:1.25em;position:relative}.mobile .subscription-transaction-list [role=rowgroup].body [role=row] [role=cell].amount{position:absolute;right:0;top:1em}.mobile .subscription-transaction-list [role=rowgroup].body [role=row]:first-child{background-image:none;margin-top:-.5em}.mobile .subscription-transaction-list [role=cell],.mobile .subscription-transaction-list [role=columnheader]{padding:0}.mobile .subscription-transaction-list [role=cell].date,.mobile .subscription-transaction-list [role=columnheader].date{padding-top:1em;width:auto}.mobile .subscription-transaction-list [role=cell].date time,.mobile .subscription-transaction-list [role=columnheader].date time{color:#89a;display:block;font-size:.91666667rem;letter-spacing:.075em;line-height:1.6969697;text-transform:uppercase}.mobile .subscription-transaction-list [role=cell].description,.mobile .subscription-transaction-list [role=columnheader].description{font-size:1.08333333rem;margin-top:.625em}.mobile .subscription-transaction-list [role=cell].aside,.mobile .subscription-transaction-list [role=columnheader].aside{margin-top:.75em;text-align:left}.mobile .subscription-transaction-list [role=cell].amount,.mobile .subscription-transaction-list [role=columnheader].amount{width:auto}}.subscription-transaction-history-trigger{background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;padding-top:.38461538rem;text-align:center}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.subscription-transaction-history-trigger{background-size:1px 1px}}.subscription-transaction-history-trigger .trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#9ab;cursor:default;font-family:inherit;font-size:1rem;line-height:1.25;margin:0 auto;padding:.66666667em 1em;text-decoration:none}.subscription-transaction-history-trigger .trigger:not(:disabled):focus,.subscription-transaction-history-trigger .trigger:not(:disabled):hover{text-decoration:inherit}.mobile .subscription-transaction-history-trigger .trigger{font-size:1.08333333rem}@media screen and (max-width:559px){.mobile .subscription-transaction-history-trigger .trigger{font-size:1rem}}.subscription-transaction-history-trigger .trigger:not(:disabled){cursor:pointer}.subscription-transaction-history-trigger .trigger:not(:disabled):active,.subscription-transaction-history-trigger .trigger:not(:disabled):hover{color:#40bcf4}.subscription-transaction-history-trigger.-guttered{margin-left:5px;margin-right:5px}.subscription-gift .person-autocomplete .dropdown,.subscription-transfer .person-autocomplete .dropdown{border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:0 0 5px rgba(0,17,34,.333);max-height:308px}.subscription-gift .person-autocomplete .dropdown .suggestion.-disabled,.subscription-transfer .person-autocomplete .dropdown .suggestion.-disabled{cursor:not-allowed}.subscription-gift .autocompleteprop,.subscription-transfer .autocompleteprop{display:flex}.subscription-gift .autocompleteprop:before,.subscription-transfer .autocompleteprop:before{content:"";float:left;min-height:262px}.subscription-gift .person-block.-recipient,.subscription-transfer .person-block.-recipient{background-color:#345;border-radius:3px}.subscription-gift .person-block.-recipient>.actions>.action,.subscription-transfer .person-block.-recipient>.actions>.action{color:#9ab}.subscription-gift .form-row.-input,.subscription-transfer .form-row.-input{position:relative;z-index:1}.subscription-gift .form-row.-input .recipientmetadata [data-js-reveal-following].-show+[data-js-reveal-follows].-show:before,.subscription-transfer .form-row.-input .recipientmetadata [data-js-reveal-following].-show+[data-js-reveal-follows].-show:before{content:"\00a0\2022\00a0\00a0";margin-left:.0875em;opacity:.66666667;vertical-align:middle}.subscription-gift .form-row.-input>.person-block,.subscription-transfer .form-row.-input>.person-block{bottom:0;position:absolute;width:100%}.subscription-gift .form-row.-input.-toggle-recipient>.person-autocomplete,.subscription-transfer .form-row.-input.-toggle-recipient>.person-autocomplete{height:66px;opacity:0;pointer-events:none;transition:opacity .33333333s cubic-bezier(.19,1,.22,1),visibility 0s linear .33333333s,height .33333333s cubic-bezier(.19,1,.22,1);visibility:hidden}.subscription-gift .form-row.-input.-toggle-recipient>.person-block,.subscription-gift .form-row.-input.-toggle-recipient>.recipientmetadata,.subscription-transfer .form-row.-input.-toggle-recipient>.person-block,.subscription-transfer .form-row.-input.-toggle-recipient>.recipientmetadata{transition:opacity .5s cubic-bezier(.19,1,.22,1) .16666667s,visibility 0s linear 0s}.subscription-gift .form-row.-input.-toggle-recipient+.autocompleteprop,.subscription-transfer .form-row.-input.-toggle-recipient+.autocompleteprop{padding-bottom:0;transition:padding-bottom .33333333s cubic-bezier(.19,1,.22,1)}.subscription-gift .form-row.-input:not(.-toggle-recipient)>.person-autocomplete,.subscription-transfer .form-row.-input:not(.-toggle-recipient)>.person-autocomplete{height:41px;transition:opacity .5s cubic-bezier(.19,1,.22,1) .16666667s,visibility 0s linear 0s,height .5s cubic-bezier(.19,1,.22,1) .16666667s}.subscription-gift .form-row.-input:not(.-toggle-recipient)>.person-block,.subscription-gift .form-row.-input:not(.-toggle-recipient)>.recipientmetadata,.subscription-transfer .form-row.-input:not(.-toggle-recipient)>.person-block,.subscription-transfer .form-row.-input:not(.-toggle-recipient)>.recipientmetadata{opacity:0;pointer-events:none;transition:opacity .33333333s cubic-bezier(.19,1,.22,1),visibility 0s linear .33333333s;visibility:hidden}.subscription-gift .form-row.-input:not(.-toggle-recipient)+.autocompleteprop,.subscription-transfer .form-row.-input:not(.-toggle-recipient)+.autocompleteprop{padding-bottom:25px;transition:padding-bottom .5s cubic-bezier(.19,1,.22,1) .16666667s}.subscription-gift .form-row .transfer-message:not(.-show),.subscription-transfer .form-row .transfer-message:not(.-show){display:none}.subscription-gift .form-row.-one-time-code input,.subscription-gift .form-row.-password input[type=password],.subscription-transfer .form-row.-one-time-code input,.subscription-transfer .form-row.-password input[type=password]{max-width:20em}.subscription-gift.fields-reversed .body-text,.subscription-transfer.fields-reversed .body-text{color:#def}.subscription-gift-message-modal .giftermessage{margin-bottom:1.5em}.subscription-gift-message-modal .body-text{color:#def}.subscription-gift-message-modal button[type=submit]>.label[hidden]{display:none!important}.person-autocomplete{position:relative}.person-autocomplete input[type=text]{padding:13.5px 41px 13.5px 34.5px}.person-autocomplete>.twitter-typeahead{display:flex!important;flex-direction:column;height:100%;position:relative}.person-autocomplete>.twitter-typeahead input[type=text]{flex-grow:0;z-index:501}.mobile .person-autocomplete>.twitter-typeahead input[type=text]{font-size:1.16666667rem}.person-autocomplete>.twitter-typeahead .dropdown{background-color:#202830;border:none;flex-grow:1;overflow-y:auto;overscroll-behavior:contain;width:100%;z-index:500!important}.person-autocomplete>.twitter-typeahead .suggestion{cursor:default}.person-autocomplete>.twitter-typeahead .suggestion+.suggestion{background-image:linear-gradient(180deg,#24303c 50%,rgba(36,48,60,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.person-autocomplete>.twitter-typeahead .suggestion+.suggestion{background-size:1px 1px}}.person-autocomplete>.twitter-typeahead .suggestion:not(.-disabled){cursor:pointer}.person-autocomplete>.twitter-typeahead .suggestion.-cursor{background-color:#456;background-image:none}.fields-reversed .person-autocomplete>.twitter-typeahead .suggestion.-cursor{background-color:#14181c}.person-autocomplete>.twitter-typeahead .suggestion.-cursor .person-summary>.metadata{color:#bcd}.person-autocomplete>.twitter-typeahead .suggestion.-cursor+.suggestion{background-image:none}.person-autocomplete>.twitter-typeahead .notfound{color:#9ab;font-size:1rem;line-height:1.33333333;padding:1.23076923rem}.mobile .person-autocomplete>.twitter-typeahead .notfound{font-size:1.08333333rem}.person-autocomplete>.twitter-typeahead .notfound>.query{color:#bcd}.person-autocomplete>.twitter-typeahead.-disabled~.resettrigger{pointer-events:none}.fields-reversed .person-autocomplete>.twitter-typeahead.-disabled~.glyph.-search,.fields-reversed .person-autocomplete>.twitter-typeahead.-disabled~.resettrigger{color:#567}.person-autocomplete>.glyph{z-index:502}.person-autocomplete>.glyph.-search{color:#567;left:13.5px;margin-top:-1px;position:absolute;top:13.5px}.fields-reversed .person-autocomplete>.glyph.-search{color:#89a}.person-autocomplete>.glyph.-search path{fill:currentColor}.person-autocomplete>.spinner{height:12px;opacity:0;position:absolute;right:13.5px;top:13.5px;transition:opacity 0s cubic-bezier(.19,1,.22,1) 0s;width:12px;z-index:502}.person-autocomplete>.spinner.-show{opacity:1;transition:opacity .25s cubic-bezier(.19,1,.22,1) .25s}.person-autocomplete>.spinner.-show~.resettrigger{opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.19,1,.22,1)}.person-autocomplete>.resettrigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#89a;cursor:default;display:flex;font-family:inherit;height:41px;justify-content:center;margin:0;padding:0;position:absolute;right:0;text-decoration:none;top:0;transition:opacity .25s cubic-bezier(.19,1,.22,1);width:41px;z-index:502}.person-autocomplete>.resettrigger:not(:disabled):focus,.person-autocomplete>.resettrigger:not(:disabled):hover{text-decoration:inherit}.fields-reversed .person-autocomplete>.resettrigger{color:#567}.person-autocomplete>.resettrigger>.glyph{display:block;position:relative;top:-1px}.person-autocomplete>.resettrigger>.glyph>path{fill:currentColor}.person-autocomplete>.resettrigger:disabled{opacity:0;pointer-events:none;transition:opacity 0s cubic-bezier(.19,1,.22,1)}.person-autocomplete>.resettrigger:not([disabled]){cursor:pointer}.person-autocomplete>.resettrigger:not([disabled]):focus{color:#fff}.fields-reversed .person-autocomplete>.resettrigger:not([disabled]):focus{color:#234}.team-member-manager{box-sizing:border-box;max-width:880px;padding-left:5px;padding-right:5px}.team-member-manager *,.team-member-manager :after,.team-member-manager :before{box-sizing:inherit}.team-member-manager>.frame{border:1px solid #345;border-radius:3px;display:flex;max-height:422.5px}.team-member-manager>.frame:after,.team-member-manager>.frame:before{content:"";float:left}.team-member-manager>.frame:before{padding-top:162.5px}.team-member-manager>.frame:after{transition:padding .33333333s cubic-bezier(.19,1,.22,1)}.team-member-manager.-expanded>.frame:after{padding-top:422.5px}.team-member-manager .search{background-color:#202830;border:1px solid #456;border-bottom-left-radius:3px;border-top-left-radius:3px;flex-grow:1;margin-bottom:-1px;margin-left:-1px;margin-top:-1px;max-width:480px;padding-right:0}.team-member-manager .search .row{height:100%;margin-bottom:0;position:relative}.team-member-manager .search .row>.twitter-typeahead .dropdown{position:relative!important;top:0!important}.team-member-manager .search input[type=text]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-right-radius:0}.team-member-manager .members{flex-grow:1;flex-shrink:0;max-width:389px;overflow-y:auto;overscroll-behavior:contain;padding-left:0}.team-member-manager .members .fallback[hidden],.team-member-manager .members .member-list[hidden]{display:none}.team-member-manager .members .fallback{border-bottom-right-radius:3px;border-top-right-radius:3px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2.46153846rem 1.23076923rem;text-align:center}.team-member-manager .members .fallback>.title-3{margin:0}.team-member-manager .members .fallback>.caption{color:#678;font-size:.92307692rem;margin:1px 0 0}.team-member-manager .members.-has-no-overflow .member-list>.team-member:last-child:after{opacity:0}.team-member-manager .member-list>.team-member{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.team-member-manager .member-list>.team-member:not(.-highlight){background-color:#14181c}.team-member-manager .member-list>.team-member:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.team-member-manager .member-list>.team-member:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.team-member-manager .member-list>.team-member:after{background-image:linear-gradient(0deg,rgba(51,68,85,.5) 50%,rgba(51,68,85,0) 0);background-position:bottom;background-repeat:repeat-x;background-size:1px 2px;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;right:0;transition:opacity .33333333s cubic-bezier(.19,1,.22,1)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.team-member-manager .member-list>.team-member:after{background-size:1px 1px}}.team-member-manager .member-list>.team-member.-ghost{border:3px solid #00e054;border-radius:3px;margin:-3px 0;z-index:1}.team-member-manager .member-list>.team-member.-ghost>*{visibility:hidden}.team-member-manager .member-list>.team-member.-drag{border-radius:3px}.team-member-manager .member-list>.team-member.-drag:after,.team-member-manager .member-list>.team-member.-highlight:after{opacity:0}.team-member-manager.-rendermobile{max-width:none}.team-member-manager.-rendermobile>.frame{align-items:center;justify-content:center}.team-member-manager.-rendermobile>.frame>.fallbackmessage{color:#89a;font-size:1.07692308rem;line-height:1.33333333;padding:2em;text-align:center}.mobile .team-member-manager.-rendermobile>.frame>.fallbackmessage{font-size:1.16666667rem}.userpanel-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;height:48px;margin:0;padding:0;position:absolute;right:0;top:40px;width:48px}.userpanel-trigger>.container{background:#fff;border-radius:16px;box-shadow:0 2px 5px rgba(0,0,0,.35);height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.userpanel-trigger>.container span:after,.userpanel-trigger>.container span:before,.userpanel-trigger>.container:after{background:#678;border-radius:2px;content:"";display:block;height:4px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:4px}.userpanel-trigger>.container span:before{margin-left:-6px}.userpanel-trigger>.container span:after{margin-left:6px}.content-tab-filters{align-items:flex-start;border-bottom:1px solid #456;color:#678;display:flex;justify-content:space-between;line-height:1;padding-bottom:5px;position:relative}.content-tab-filters .tablist .trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#00e054;cursor:default;font-family:inherit;font-size:1rem;line-height:1;margin:0;padding:0;position:relative;text-decoration:none}.content-tab-filters .tablist .trigger:not(:disabled):focus,.content-tab-filters .tablist .trigger:not(:disabled):hover{text-decoration:inherit}.mobile .content-tab-filters .tablist .trigger{font-size:1rem}@media (min-width:768px){.mobile .content-tab-filters .tablist .trigger{font-size:1.08333333rem}}.content-tab-filters .tablist .trigger>.label{letter-spacing:.075em;text-transform:uppercase}.content-tab-filters .tablist .trigger:before{background-color:currentColor;content:"";height:1px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:calc(100% + 5px)}.content-tab-filters .tablist .trigger:-moz-any-link{cursor:pointer}.content-tab-filters .tablist .trigger:any-link,.content-tab-filters .tablist .trigger:enabled{cursor:pointer}@media (hover:hover) and (pointer:fine){.content-tab-filters .tablist .trigger:-moz-any-link:hover:before{opacity:1}.content-tab-filters .tablist .trigger:any-link:hover:before,.content-tab-filters .tablist .trigger:enabled:hover:before{opacity:1}}.content-tab-filters .tablist .trigger:-moz-any-link:focus:before{opacity:1}.content-tab-filters .tablist .trigger:any-link:focus:before,.content-tab-filters .tablist .trigger:enabled:focus:before{opacity:1}.content-tab-filters .tablist .trigger.-nocontent{color:#9ab}@media (hover:hover) and (pointer:fine){.content-tab-filters .tablist .trigger.-nocontent:-moz-any-link:hover{color:#00e054}.content-tab-filters .tablist .trigger.-nocontent:any-link:hover,.content-tab-filters .tablist .trigger.-nocontent:enabled:hover{color:#00e054}}.content-tab-filters .tablist .trigger.-nocontent:-moz-any-link:focus{color:#00e054}.content-tab-filters .tablist .trigger.-nocontent:any-link:focus,.content-tab-filters .tablist .trigger.-nocontent:enabled:focus{color:#00e054}.content-tab-filters .tablist .trigger[aria-selected=true]{color:#fff!important}.content-tab-filters .tablist .trigger[aria-selected=true]:before{opacity:1}.content-tab-filters .tablist .trigger+.trigger{margin-left:1em}.content-tab-filters .tablist .trigger.-hidden{display:none}.content-tab-filters .sortvisibilitytoggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#89a;cursor:default;display:block;font-family:inherit;height:16px;margin:0;padding:0;text-decoration:none;width:16px}.content-tab-filters .sortvisibilitytoggle:not(:disabled):focus,.content-tab-filters .sortvisibilitytoggle:not(:disabled):hover{text-decoration:inherit}.content-tab-filters .sortvisibilitytoggle:after{bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px}.content-tab-filters .sortvisibilitytoggle>.glyph{display:block}.content-tab-filters .sortvisibilitytoggle>.glyph path{fill:currentColor}.content-tab-filters .sortvisibilitytoggle>.label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.content-tab-filters .sortvisibilitytoggle:enabled{cursor:pointer}.content-tab-filters .sortvisibilitytoggle:enabled:focus,.content-tab-filters .sortvisibilitytoggle:enabled:hover{color:#def}.content-tab-filters .sortvisibilitytoggle:enabled[aria-expanded=true]{color:#fff}.content-tab-filters .sortvisibilitytoggle:disabled{display:none;pointer-events:none}.content-tab-filters .sorting-selects .smenu-wrapper{height:auto;padding-bottom:0;padding-top:0;z-index:auto}.content-tab-filters .sorting-selects .smenu-wrapper[aria-hidden=true]{display:none}.content-tab-filters .sorting-selects .smenu-label{font-size:.84615385rem}.mobile .content-tab-filters .sorting-selects .smenu-label{font-size:.91666667rem}.content-tab-filters>.sorting-selects,.content-tab-filters>.tablist{display:inline-flex}.no-mobile .content-tab-filters .sortvisibilitytoggle{display:none}.no-mobile .content-tab-filters .sorting-selects{bottom:0;position:absolute;right:0}.mobile .content-tab-filters{flex-wrap:wrap}.mobile .content-tab-filters .sortvisibilitytoggle{margin-top:-2px;position:absolute;right:0;top:0}@media (min-width:768px){.mobile .content-tab-filters .sortvisibilitytoggle{margin-top:-1.5px}}.mobile .content-tab-filters .sortvisibilitytoggle[aria-expanded=false]~.sorting-selects{display:none}.mobile .content-tab-filters .sorting-selects{display:block;margin-top:5px;padding-top:10px;position:relative;width:100%}.mobile .content-tab-filters .sorting-selects:before{background-image:linear-gradient(0deg,rgba(102,119,136,0) 50%,rgba(102,119,136,.5) 0);background-position:top;background-repeat:repeat-x;background-size:1px 2px;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:0;z-index:-1}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.mobile .content-tab-filters .sorting-selects:before{background-size:1px 1px}}.mobile .content-tab-filters .sorting-selects .smenu-wrapper{float:none}.content-tabpanel.-hidden{display:none}.content-media-picker-mediaitem-list{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 calc(var(--grid-col-gutter)*-1);overflow:visible;padding-top:calc(var(--grid-col-gutter)*2);position:static;width:calc(100% + var(--grid-col-gutter)*2)}.content-media-picker-mediaitem-list>.listitem{margin:var(--grid-col-gutter);overflow:visible;padding:0;position:relative;width:calc(var(--width-portion-percentage, 100%) - var(--grid-col-gutter)*2)}.content-media-picker-mediaitem-list>.listitem:before{content:"";display:block;float:left;padding-top:150%;width:0}.content-media-picker-mediaitem-list>.listitem>.trigger{bottom:0;cursor:pointer;height:100%;left:0;margin-bottom:0;overflow:visible;position:absolute;right:0;top:0;width:100%}.content-media-picker-mediaitem-list>.listitem>.trigger .ring{border-radius:var(--poster-border-radius);box-shadow:0 0 0 0 #def;display:block;height:100%;left:0;position:absolute;top:0;transition:box-shadow .5s cubic-bezier(.19,1,.22,1);width:100%}.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]:checked~img,.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]:focus~img{border-radius:var(--poster-border-radius)}.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]:focus~.ring{box-shadow:0 0 0 var(--poster-border-radius) rgba(221,238,255,.5)}.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]:checked~.ring{box-shadow:0 0 0 var(--poster-border-radius) #def}.content-media-picker-mediaitem-list>.listitem>.trigger .image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.content-media-picker-mediaitem-list>.listitem.-disabled{opacity:.5;pointer-events:none}.content-media-picker-mediaitem-list>.listitem[hidden]{display:none!important}.content-media-picker{box-sizing:border-box;position:relative}.content-media-picker *,.content-media-picker :after,.content-media-picker :before{box-sizing:inherit}.content-media-picker>input[type=hidden]{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.content-media-picker .body-text{font-size:inherit;line-height:inherit}.content-media-picker .body-text p{line-height:inherit}.content-media-picker .body-text a{color:currentColor}.content-media-picker .body-text a:-moz-any-link{text-decoration-line:underline;text-underline-offset:max(2px,.1em)}.content-media-picker .body-text a:any-link{text-decoration-line:underline;text-underline-offset:max(2px,.1em)}@media (hover:hover) and (pointer:fine){.content-media-picker .body-text a:-moz-any-link:hover{text-decoration-color:currentColor}.content-media-picker .body-text a:any-link:hover{text-decoration-color:currentColor}}.content-media-picker .body-text a:-moz-any-link:active,.content-media-picker .body-text a:-moz-any-link:focus{text-decoration-color:currentColor}.content-media-picker .body-text a:any-link:active,.content-media-picker .body-text a:any-link:focus{text-decoration-color:currentColor}.content-media-picker .body-text>:last-child{margin-bottom:0}.content-media-picker .mediaitem{position:relative}.content-media-picker .mediaitem img:not([src]){visibility:hidden}.content-media-picker .mediaitem .badge{background-color:#89a;box-shadow:0 1px 1px rgba(20,24,28,.35);left:var(--grid-col-gutter);position:absolute;top:var(--grid-col-gutter)}.content-media-picker .mediaitem .badge.-yours{background-color:#00c030}.content-media-picker .mediaitem .badge.-inlist{background-color:#209ce4}.content-media-picker>.aside{background-color:#3c4d5e;color:#89a}.content-media-picker>.aside .details .title{color:#fff;font-size:1.46153846rem;line-height:1.25;margin-bottom:0;margin-top:0}.mobile .content-media-picker>.aside .details .title{font-size:1.58333333rem}.content-media-picker>.aside .details .title>.name{font-family:TiemposTextWeb-Semibold,Georgia,serif;font-weight:400}.content-media-picker>.aside .details .title>.year{color:#9ab;font-family:Graphik-Regular-Web,sans-serif;font-size:1.07692308rem;font-weight:400}.mobile .content-media-picker>.aside .details .title>.year{font-size:1.16666667rem}.content-media-picker>.aside .details .metadata{color:#89a;font-size:.92307692rem;line-height:1.33333333;margin-top:.2em}.mobile .content-media-picker>.aside .details .metadata{font-size:1rem}.content-media-picker>.body{background-color:#456;flex-grow:1}.content-media-picker>.body .emptymessage{color:#89a;font-size:.92307692rem;line-height:1.33333333}.mobile .content-media-picker>.body .emptymessage{font-size:1rem}.content-media-picker>.body .emptymessage{margin-top:1.5em}.content-media-picker>.body .emptymessage[aria-hidden=true]{display:none!important}.content-media-picker>.overlay{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.content-media-picker>.skeleton{display:grid}.content-media-picker>.skeleton>.aside{background-color:#3c4d5e}.content-media-picker>.skeleton>.body{background-color:#456;position:relative}.content-media-picker>.skeleton>.body>.spinner{margin-left:auto;margin-right:auto;position:sticky;top:50%;transform:translateY(-50%)}.content-media-picker>.skeleton.-submitting>.aside{background-color:rgba(60,76,94,.875)}.content-media-picker>.skeleton.-submitting>.body{background-color:rgba(68,85,102,.875)}.content-media-picker .content-tab-filters{background-color:#456;border-bottom:none;color:#9ab;margin-left:calc(var(--grid-col-gutter)*-1);margin-right:calc(var(--grid-col-gutter)*-1);padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter);position:sticky;top:0;z-index:1}.no-mobile .content-media-picker .content-tab-filters>._context-observer{font-family:desktop}.mobile .content-media-picker .content-tab-filters>._context-observer{font-family:mobile}.content-media-picker .content-tab-filters .sortvisibilitytoggle{margin-right:var(--grid-col-gutter)}.content-media-picker .content-tab-filters:after{border-bottom:1px solid rgba(102,119,136,.5);content:"";display:block;left:var(--grid-col-gutter);position:absolute;right:var(--grid-col-gutter);top:100%}.content-media-picker .content-tab-filters .smenu label{color:currentColor}.content-media-picker .content-tab-filters .smenu label .icon{background-position:-370px -90px;filter:brightness(1.25)}@media (hover:hover) and (pointer:fine){.content-media-picker .content-tab-filters .smenu label:hover{color:#bcd}.content-media-picker .content-tab-filters .smenu label:hover .icon{filter:brightness(1.4)}}.content-media-picker .content-tab-filters .smenu label:focus{color:#bcd}.content-media-picker .content-tab-filters .smenu label:focus .icon{filter:brightness(1.4)}.no-mobile .content-media-picker{display:grid}.no-mobile .content-media-picker>.body{display:flex;flex-direction:column;padding:20px}.no-mobile .content-media-picker>.body .content-tab-filters{margin-top:-20px;padding-top:20px}.no-mobile .content-media-picker>.body .content-tab-filters .sortvisibilitytoggle{top:20px}.no-mobile .content-media-picker>.aside{display:flex;flex-direction:column}.no-mobile .content-media-picker>.aside>.inner{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;padding:30px;position:sticky;top:0}.no-mobile .content-media-picker>.aside>.inner .content-media-picker-inuse-links{margin-top:auto;padding-top:2em}.no-mobile .content-media-picker>.aside>.inner .content-media-picker-note{padding-top:2em}.no-mobile .content-media-picker>.aside .constraint{margin-left:auto;margin-right:auto}.no-mobile .content-media-picker>.aside .preview>.constraint{margin-left:0;max-width:200px}.mobile .content-media-picker{display:flex}.mobile .content-media-picker>.body{display:flex;flex-direction:column;min-height:100%;padding:15px}.mobile .content-media-picker>.body .content-tab-filters{margin-top:-15px;padding-top:15px}.mobile .content-media-picker>.body .content-tab-filters .sortvisibilitytoggle{top:15px}.content-media-picker.-busy{cursor:wait!important}.content-media-picker-note{color:#9ab;font-size:.92307692rem;line-height:1.5}.mobile .content-media-picker-note{font-size:1rem}.content-media-picker-note .body-text a{color:currentColor}.content-media-picker-note .body-text a:-moz-any-link{color:#bcd}.content-media-picker-note .body-text a:any-link{color:#bcd}@media (hover:hover) and (pointer:fine){.content-media-picker-note .body-text a:-moz-any-link:hover{color:#fff}.content-media-picker-note .body-text a:any-link:hover{color:#fff}}.content-media-picker-note .body-text a:-moz-any-link:active,.content-media-picker-note .body-text a:-moz-any-link:focus{color:#fff}.content-media-picker-note .body-text a:any-link:active,.content-media-picker-note .body-text a:any-link:focus{color:#fff}.no-mobile .content-media-picker-note .body-text a:-moz-any-link{color:inherit;text-decoration:underline;text-decoration-color:rgba(153,170,187,.5);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:max(2px,.1em)}.no-mobile .content-media-picker-note .body-text a:any-link{color:inherit;text-decoration:underline;text-decoration-color:rgba(153,170,187,.5);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:max(2px,.1em)}@media (hover:hover) and (pointer:fine){.no-mobile .content-media-picker-note .body-text a:-moz-any-link:hover{color:#bcd;text-decoration-color:currentColor}.no-mobile .content-media-picker-note .body-text a:any-link:hover{color:#bcd;text-decoration-color:currentColor}}.no-mobile .content-media-picker-note .body-text a:-moz-any-link:focus{color:#bcd;text-decoration-color:currentColor}.no-mobile .content-media-picker-note .body-text a:any-link:focus{color:#bcd;text-decoration-color:currentColor}.no-mobile .content-media-picker-note .body-text a:-moz-any-link:active{color:#fff;text-decoration-color:currentColor}.no-mobile .content-media-picker-note .body-text a:any-link:active{color:#fff;text-decoration-color:currentColor}.content-media-picker-note .content-media-picker-inuse-link+*{margin-top:.75em}.content-media-picker-inuse-link{font-size:1rem}.mobile .content-media-picker-inuse-link{font-size:1.08333333rem}.content-media-picker-inuse-link:-moz-any-link{color:#fff;text-decoration-color:currentColor;text-underline-offset:.125em}.content-media-picker-inuse-link:any-link{color:#fff;text-decoration-color:currentColor;text-underline-offset:.125em}@media (hover:hover) and (pointer:fine){.content-media-picker-inuse-link:-moz-any-link:hover{color:#40bcf4;text-decoration-line:underline}.content-media-picker-inuse-link:any-link:hover{color:#40bcf4;text-decoration-line:underline}}.content-media-picker-inuse-link:-moz-any-link:active,.content-media-picker-inuse-link:-moz-any-link:focus{color:#40bcf4;text-decoration-line:underline}.content-media-picker-inuse-link:any-link:active,.content-media-picker-inuse-link:any-link:focus{color:#40bcf4;text-decoration-line:underline}.content-media-picker-inuse-link[hidden],body.in-app .content-media-picker-inuse-link{display:none!important}.content-media-picker-controls{display:flex;position:relative}.mobile .content-media-picker-controls{flex-wrap:wrap;gap:15px}.mobile .content-media-picker-controls .modal-action-group.-center{margin-left:0}.content-media-picker-controls .objectonly{align-items:center;display:flex}.no-mobile .content-media-picker-controls .objectonly{bottom:0;margin-bottom:auto;margin-top:auto;position:absolute;right:0;top:0}.content-media-picker-controls .objectonly .option-label{font-size:1rem;margin-bottom:0}.mobile .content-media-picker-controls .objectonly .option-label{font-size:1rem}.content-media-picker-controls .objectonly .label[hidden],.content-media-picker-controls .objectonly[hidden]{display:none!important}.content-media-picker-modal .modal-footer .content-media-picker-controls,.content-media-picker-modal .modal-footer .content-media-picker-note{flex-basis:100%}.content-media-picker-modal .content-media-picker{margin:calc(var(--modal-padding)*-1);min-height:calc(100% + var(--modal-padding)*2)}.content-media-picker-modal .content-media-picker:before{display:none}.content-media-picker-modal .content-media-picker>.body{padding:var(--modal-padding)}.content-media-picker-modal .content-media-picker>.body .content-tab-filters{margin-top:calc(var(--modal-padding)*-1);padding-top:var(--modal-padding);top:calc(var(--modal-padding)*-1)}.content-media-picker-modal .content-media-picker>.body .content-tab-filters .sortvisibilitytoggle{top:var(--modal-padding)}.content-media-picker-modal .content-media-picker-controls .modal-action-group{-moz-column-gap:calc(var(--modal-footer-gap)*1.5);column-gap:calc(var(--modal-footer-gap)*1.5);display:flex}.no-mobile .content-media-picker-modal .modal-content{height:100%}.no-mobile .content-media-picker-modal .modal-footer .content-media-picker-note{display:none}.no-mobile .content-media-picker-modal .modal-footer.-has-object .content-media-picker-controls{width:100%}.no-mobile .content-media-picker-modal .modal-footer.-has-object .content-media-picker-controls .modal-action-group{flex-direction:row-reverse;margin-left:0}.mobile .content-media-picker-modal .modal-content{height:100%}.mobile .content-media-picker-modal .modal-body .content-media-picker-note{display:none}.mobile .content-media-picker-modal .modal-footer{row-gap:12px}.mobile .content-media-picker-modal .content-media-picker-controls .modal-action-group{flex-direction:row-reverse}.content-media-picker-footer{background-color:#345}.no-mobile .content-media-picker-footer{padding:13.33333333px 20px}.no-mobile .content-media-picker-footer .content-media-picker-controls .button:not(:last-child){margin-right:13.33333333px}.mobile .content-media-picker-footer{padding:10px 15px}.mobile .content-media-picker-footer .modal-action-group{-moz-column-gap:10px;column-gap:10px;display:flex;flex-direction:row-reverse}.content-media-picker-inline-component-wrapper>.content-media-picker:before{content:"";float:left;padding-top:60%}.content-media-picker-inline-component-wrapper>.content-media-picker-footer{z-index:3}.no-mobile .content-media-picker-inline-component-wrapper>.content-media-picker-footer{text-align:center}.no-mobile .content-media-picker-inline-component-wrapper>.content-media-picker-footer .content-media-picker-note{display:none}.no-mobile .content-media-picker-inline-component-wrapper>.content-media-picker-footer .content-media-picker-controls{display:inline-flex;width:100%}.mobile .content-media-picker-inline-component-wrapper>.content-media-picker-footer{padding-bottom:15px}.mobile .content-media-picker-inline-component-wrapper>.content-media-picker-footer .content-media-picker-note+*{margin-top:15px}.no-mobile .poster-picker,.no-mobile .poster-picker>.skeleton{display:grid;grid-template-columns:[body] auto [aside] min(280px,33.33333333%)}.no-mobile .poster-picker>.aside>._context-observer{font-family:no-mobile}.mobile .poster-picker>.aside,.mobile .poster-picker>.skeleton>.aside{display:none}.poster-picker .poster .image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.poster-picker>.aside .poster{display:flex;flex-direction:column;max-width:100%;padding-top:0;width:100%}.poster-picker>.aside .poster:before{content:"";float:left;padding-top:150%;width:0}.poster-picker>.aside .poster img{left:0;position:absolute;top:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.poster-picker>.aside .poster img.-loading{opacity:.2;transition-duration:.15s}.poster-picker>.aside .poster+.details .title{margin-top:.5em}.poster-picker .content-media-picker-mediaitem-list input[type=radio]:checked~.frame,.poster-picker .content-media-picker-mediaitem-list input[type=radio]:checked~img,.poster-picker .content-media-picker-mediaitem-list input[type=radio]:focus~.frame,.poster-picker .content-media-picker-mediaitem-list input[type=radio]:focus~img{border-radius:var(--poster-border-radius)}.poster-picker .content-media-picker-mediaitem-list input[type=radio]:focus~.ring{box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125),0 0 0 var(--poster-border-radius) rgba(221,238,255,.5)}.poster-picker .content-media-picker-mediaitem-list input[type=radio]:checked~.ring{box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125),0 0 0 var(--poster-border-radius) #def}.poster-picker .content-media-picker-mediaitem-list>.listitem{--width-portion-percentage:20%}@media (max-width:767px){.mobile .poster-picker .content-media-picker-mediaitem-list>.listitem{--width-portion-percentage:25%}}@media (max-width:639px){.mobile .poster-picker .content-media-picker-mediaitem-list>.listitem{--width-portion-percentage:33.33333333%}}@media (max-width:479px){.mobile .poster-picker .content-media-picker-mediaitem-list>.listitem{--width-portion-percentage:50%}}.no-mobile .poster-picker-modal .poster-picker>.aside>.inner{padding-bottom:var(--modal-padding);padding-top:var(--modal-padding);top:calc(var(--modal-padding)*-1)}.backdrop-picker .content-media-picker-mediaitem-list>.listitem{--width-portion-percentage:50%}.backdrop-picker .content-media-picker-mediaitem-list>.listitem:before{padding-top:56.25%}@media (max-width:479px){.mobile .backdrop-picker .content-media-picker-mediaitem-list>.listitem{--width-portion-percentage:100%}}.mobile .backdrop-picker>.aside,.mobile .backdrop-picker>.skeleton>.aside,.no-mobile .backdrop-picker-modal .backdrop-picker>.aside{display:none}.no-mobile .backdrop-picker-modal .modal-footer{align-items:center;display:flex;flex-direction:row-reverse;gap:20px}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-note{display:block}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-note .body-text{color:#89a;font-size:.92307692rem;line-height:1.33333333}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-note .body-text p{margin:0}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-controls,.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-note{flex-basis:auto}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-controls{-moz-column-gap:calc(var(--modal-footer-gap)*1.5);column-gap:calc(var(--modal-footer-gap)*1.5)}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-controls .modal-action-group{flex-direction:row-reverse}.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-controls .objectonly{position:relative}.list-set #content-nav .sub-nav a,.page-header+#content-nav .sub-nav a{padding-bottom:8px}.list-set #content-nav .select strong,.page-header+#content-nav .select strong{padding:9px 0 6px}.list-set #content-nav .smenu-wrapper,.page-header+#content-nav .smenu-wrapper{padding:5px 0}.list-set #content-nav.has-toggle .select strong,.page-header+#content-nav.has-toggle .select strong{padding:9px 0 10px}.list-set #content-nav .select ul,.page-header+#content-nav .select ul{top:5px}.likes-reviews-list .film-detail:first-child{padding-top:0}.mobile .likes-reviews-list .film-detail-content .attribution-block .rating+.content-metadata{display:block;margin-top:5px}.film-details-list{border-top:1px solid #456}.film-details-list,.likes-reviews-list{height:auto;margin-bottom:15px}.film-details-list .poster,.likes-reviews-list .poster{float:left;margin-right:20px}.mobile .film-details-list .poster,.mobile .likes-reviews-list .poster{margin-bottom:5px}.no-title{border-top:none}.entity-content .headline-2 a{color:#fff;margin-right:5px}.entity-content .headline-2 a:active,.entity-content .headline-2 a:hover{color:#40bcf4}.entity-content .headline-2 small a{color:#89a}.entity-content .film-metadata{margin:0}.film-table tbody td.icon-status-off .icon-review,.film-table tbody td.icon-status-off .icon-rewatch{display:none}.film-detail-meta{color:#678;font-size:1rem;margin:8px 0 10px;overflow:hidden}.film-detail-meta .rating{margin-right:7px}.film-detail-with-author{margin-top:3px;padding-top:5px}.film-detail-with-author .rating{margin-top:3px}.film-detail-with-author .icon-liked{float:none;margin:0 10px 0 0;vertical-align:text-top}.film-detail-with-author .avatar{display:inline-block;float:none;top:-1px;vertical-align:middle;width:24px}.profile .all-lists-link{margin-top:10px}section.list{margin-bottom:10px}.list-set{margin-bottom:15px;position:relative}.list-set .list{border-bottom:1px solid #2c3440;padding-bottom:15px}.list-set .list.-summary{margin-bottom:15px}.list-set .list:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.film .list-set .list{border-bottom:1px solid #2c3641;margin:0;padding:15px 0}.film .list-set .list:last-child{border:none;padding-bottom:0}.list .title-2 small:before,.list .title-3 small:before{content:"";display:inline-block;margin-right:2px;width:1px}.list .title-2>.value,.list .title-3>.value{color:#678;font-family:Graphik-Regular-Web,sans-serif;font-size:.92307692rem;font-weight:400}.list .icon-list{margin-top:10px}.list .has-fade .poster-list{position:relative;z-index:0}.list.-stacked .title-2{margin:10px 0 6px}.list.-stacked .title-3{margin:8px 0 4px}.list.-stacked .list-link+.attribution-block{margin-top:8px}.list.-stacked.-show-notes .title-3{margin-top:12px}.list.-summary:after,.list.-summary:before{content:" ";display:table}.list.-summary:after{clear:both}.list.-summary .list-link{float:left;margin:0 15px 0 0;width:250px}.mobile .list.-summary .list-link{float:none;margin:0 0 .76923077rem;width:auto}.list-set-wide .list.-summary .list-link{width:475px}.mobile .list-set-wide .list.-summary .list-link{margin:0 0 .76923077rem;width:auto}.list.-summary .title-2{margin:5px 0 7px}.list.-summary .attribution-block{margin-bottom:5px}.list.-summary .text p{margin:0}.list.-summary .list-summary-meta{color:#89a;font-size:11px;line-height:1.4;margin-bottom:5px}.list.-summary .list-summary-meta small{margin-right:5px}.list.-summary .film-list-author{clear:none;margin:7px 0;padding-top:0}.list.-summary .film-list-summary{margin-left:265px}.mobile .list.-summary .film-list-summary{margin-left:0}.list-set-wide .list.-summary .film-list-summary{margin-left:490px}.mobile .list-set-wide .list.-summary .film-list-summary{margin-left:0}.list.-summary .film-list-summary .title .share-policy-icon{position:relative;top:-.05em}.list.-summary .film-list-summary .title .share-policy-icon .glyph{height:auto;max-width:100%}.list.-ellipsis-230 .attribution .name,.list.-ellipsis-230 .attribution .value,.list.-ellipsis-250 .attribution .name,.list.-ellipsis-250 .attribution .value{vertical-align:middle}.list.-ellipsis-230 .attribution .name,.list.-ellipsis-250 .attribution .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list.-ellipsis-250 .attribution .name{max-width:150px}.list.-ellipsis-230 .attribution .name{max-width:130px}.list-link{border-color:#14181c;clear:both;margin-bottom:3px;padding:0;position:relative;transition:background-color,border-color .1s linear}.list-link,.list-link:after{display:block;overflow:hidden}.list-link:after{border:1px solid #00e054;border-radius:3px;bottom:-3px;content:"";left:-3px;position:absolute;right:-3px;text-indent:110%;top:-3px;transition:border .1s linear;white-space:nowrap;z-index:15}body.logged-in .list-link:after{border-color:#def}.list-link:active:after,.list-link:hover:after{border-radius:var(--poster-border-radius);border-width:var(--poster-overlay-interaction-border-width);bottom:0;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.25);left:0;right:0;top:0}body.logged-in .list-link:active:after,body.logged-in .list-link:hover:after{border-color:#def;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125)}.watchlist-aside .title-2{display:none}.sidebar .list.-overlapped{margin-bottom:25px}.film-list p.list-number{clear:both;color:#fff;line-height:1;margin:0;padding:5px 0 0;text-align:center}.panel li.add-to-list-link{padding-bottom:0}.disclose-add-to-list{margin-bottom:8px}li:last-child .disclose-add-to-list{margin-bottom:0}li:last-child .add-to-a-list{margin-top:8px}.add-to-a-list{background-color:#283038;border-bottom:1px solid #456;border-top:1px solid #456;box-shadow:inset 0 0 5px #012;display:none;margin:0 -10px -1px;overflow:hidden;padding:5px 0}.add-to-a-list .selector{margin-left:5px}.add-to-a-list h1{font-weight:400;margin:5px 0 0 40px;padding-bottom:3px}.add-to-a-list h1,.panel .add-to-a-list{font-size:.92307692rem}.panel .add-to-a-list ul{clear:both}.panel .add-to-a-list ul a{display:block;padding-left:40px}.panel .add-to-a-list li{border:none;display:block;padding:4px 0!important}.add-to-a-list .new-list{border-top:1px solid #456;display:block;float:left;padding-top:6px}.add-to-a-list h1.new-list{padding-top:8px}.add-to-a-list a.new-list{color:#00e054;margin:8px 0 5px 40px}.add-to-a-list a.new-list:active,.add-to-a-list a.new-list:hover{color:#fff}.add-to-a-list li.sending-ajax{background:url(../img/spinner-dark-2x.c971db29.gif) no-repeat 20px 4px}.film-list-id{margin:4px 0 0 40px;width:180px}.empty-watchlist .hide-for-empty-list,.list-selection{display:none}.list-selection.-selected{display:block}.list-selection>.actions{display:flex}.list-selection>.actions>.new{color:#bcd;display:block;font-size:1.15384615rem;line-height:1.26666667;margin-bottom:4px;padding:8px 30px 8px 20px;position:relative}.mobile .list-selection>.actions>.new{font-size:1.25rem}.list-selection>.actions>.new:hover{color:#fff}.list-selection>.actions>.new:hover>.plus{opacity:1}.list-selection>.actions>.new:hover>.plus:after,.list-selection>.actions>.new:hover>.plus:before{background:#fff}.list-selection>.actions>.new>.plus{display:block;height:13px;left:0;opacity:.9;position:absolute;top:10px;width:13px}.list-selection>.actions>.new>.plus:after,.list-selection>.actions>.new>.plus:before{background:#def;content:"";display:block;position:absolute}.list-selection>.actions>.new>.plus:before{height:100%;left:6px;top:0;width:1px}.list-selection>.actions>.new>.plus:after{height:1px;left:0;top:6px;width:100%}.mobile .list-selection>.actions>.new>.plus{height:11px;width:11px}.mobile .list-selection>.actions>.new>.plus:before{left:5px}.mobile .list-selection>.actions>.new>.plus:after{top:5px}.list-selection>.actions>.filter{margin-bottom:4px;margin-left:auto;position:relative;width:19.69230769rem}.mobile .list-selection>.actions>.filter{flex-grow:1;width:21.33333333rem;width:auto}.list-selection>.actions>.filter>.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;box-sizing:border-box;color:#bcd;display:block;font-size:1.15384615rem;height:19px;height:35px;line-height:1.26666667;padding:8px 24px 8px 0;text-align:right;width:100%}.mobile .list-selection>.actions>.filter>.input{font-size:16px;line-height:1.1875}.list-selection>.actions>.filter>.input::-moz-placeholder{color:#456}.list-selection>.actions>.filter>.input::placeholder{color:#456}.mobile .list-selection>.actions>.filter>.input::-moz-placeholder{font-size:1.15384615rem;line-height:1.26666667}.mobile .list-selection>.actions>.filter>.input::placeholder{font-size:1.15384615rem;line-height:1.26666667}.list-selection>.actions>.filter>.input:focus::-moz-placeholder{color:#678}.list-selection>.actions>.filter>.input:focus::placeholder{color:#678}.list-selection>.actions>.filter>.input.-typing+.trigger{display:none}.list-selection>.actions>.filter>.input.-typing~.clear{display:block}.list-selection>.actions>.filter>.clear,.list-selection>.actions>.filter>.trigger{cursor:pointer;display:block;position:absolute;right:0;top:50%}.list-selection>.actions>.filter>.trigger{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-440px -30px;background-repeat:no-repeat;content:"";height:14px;margin-top:-7px;width:14px}.list-selection>.actions>.filter>.clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#789;border:none;border-radius:50%;box-sizing:border-box;color:transparent!important;display:none;font:0/0 a!important;height:14px;margin:-7px 0 0;padding:0;width:14px}.list-selection>.actions>.filter>.clear:after,.list-selection>.actions>.filter>.clear:before{background:#345;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;width:1px}.list-selection>.actions>.filter>.clear:before{transform:translate(-50%,-50%) rotate(-45deg)}.list-selection>.actions>.filter>.clear:after{transform:translate(-50%,-50%) rotate(45deg)}.list-selection>.actions>.filter>.clear:hover{background:#bcd}.list-selection>.list{display:flex;font-size:1.15384615rem;line-height:1.33333333;margin:0;padding-bottom:8px;padding-left:20px;padding-top:8px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile .list-selection>.list{font-size:1.25rem}.list-selection>.list.-hidden{display:none}.list-selection>.list:before{background:#345;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:0}.list-selection>.list.-checked{background:#345}.list-selection>.list.-checked+.list:before{opacity:0}.list-selection>.list.-checked>.label .name{color:#fff}.list-selection>.list>.checkbox{border:none;left:0;opacity:0;position:absolute;z-index:0}.list-selection>.list>.checkbox:checked+.substitute{opacity:1}.list-selection>.list>.substitute{border-bottom:2px solid #00e054;border-right:2px solid #00e054;height:10px;left:0;opacity:0;position:absolute;top:10px;transform:rotate(40deg);width:4px}.mobile .list-selection>.list>.substitute{top:8px}.list-selection>.list>.label{color:#bcd;cursor:pointer;flex-grow:1}.list-selection>.list>.label .share-policy-icon{font-size:1.33333333em;position:relative;top:.05em}.list-selection>.list>.label:hover .name{color:#fff}.list-selection>.list>.count{color:#9ab;flex-shrink:0;font-size:1rem;line-height:1.53846154;padding-left:15px;text-align:right;white-space:nowrap}.mobile .list-selection>.list>.count{font-size:1rem;line-height:1.58333333;padding-left:10px}.list-selection>.list.-added>.substitute{border-bottom-color:#89a;border-right-color:#89a;opacity:.66}.list-selection>.list.-added>.label .name{color:#89a;cursor:default}.list-selection>.list.-added>.count{color:#89a}.modal-container.-mini .list-selection>.actions>.new{margin-left:-30px;padding-left:50px}.modal-container.-mini .list-selection>.actions>.new>.plus{left:30px}@media (max-width:639px){.mobile .modal-container.-mini .list-selection>.actions>.new{margin-left:-20px;padding-left:40px}.mobile .modal-container.-mini .list-selection>.actions>.new>.plus{left:20px}}.modal-container.-mini .list-selection>.list{margin-left:-30px;margin-right:-30px;padding-left:50px;padding-right:30px}.modal-container.-mini .list-selection>.list>.substitute{left:30px}@media (max-width:639px){.mobile .modal-container.-mini .list-selection>.list{margin-left:-20px;margin-right:-20px;padding-left:40px;padding-right:20px}.mobile .modal-container.-mini .list-selection>.list>.substitute{left:20px}}.share-policy-icon{display:inline;font-size:1.53846154rem;line-height:0;white-space:nowrap}.mobile .share-policy-icon{font-size:1.66666667rem}.share-policy-icon>.frame{align-items:center;display:inline-flex;justify-content:center;vertical-align:baseline}.share-policy-icon.-circle>.frame{background:#345;border-radius:.5em;color:#def;height:1em;margin-bottom:-.5em;margin-top:-.5em;width:1em}.share-policy-icon.-circle>.frame>.glyph path{fill:currentColor}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.share-policy-icon.-circle.-friends .glyph{transform:translateX(.5px) translateY(-.5px)}.share-policy-icon.-circle.-you .glyph{transform:translateY(-.5px)}}.one-time-password-field .onetimecode{max-width:12em}.totp-modal{--modal-width:320px}.totp-modal .totp-form{margin-bottom:2px}@media (max-width:767.98px){.mobile .totp-modal .modal-fullscreen-sm-down .modal-body{align-items:center;display:grid;padding-bottom:calc(var(--modal-padding)*3)}}.totp-form .form-row{display:grid;grid-template-areas:"label label" "field submit";grid-template-columns:auto min-content;margin-bottom:0}.totp-form .form-row>label{grid-area:label}.totp-form .form-row .onetimecode{border-bottom-right-radius:0;border-top-right-radius:0;grid-area:field;min-width:12em}.totp-form .form-row .button{border-bottom-left-radius:0;border-top-left-radius:0;grid-area:submit}body.barbie-heart .action-large.-like .action.-on:before{background-position:-340px -970px}body.barbie-heart .film-stats .icon-liked,body.barbie-heart .person-table .icon-liked{padding-left:19px}body.barbie-heart .film-stats .icon-liked .icon,body.barbie-heart .person-table .icon-liked .icon{background-position:-700px -340px;width:16px}#diary-entry-form input[name=filmId][value="277064"]+fieldset div.like-field .option-label.-like>.like-checkbox:active+.substitute,#diary-entry-form input[name=filmId][value="277064"]+fieldset div.like-field .option-label.-like>.like-checkbox:checked+.substitute{background-position:-490px -370px}.diary-entry-row.barbie-heart .icon-liked .icon,.poster.barbie-heart .icon-liked .icon{background-position:-700px -320px}.diary-entry-row.barbie-heart .overlay-actions .icon-liked .icon,.poster.barbie-heart .overlay-actions .icon-liked .icon{background-position:-770px -700px}.diary-entry-row.barbie-heart .overlay-actions.-w70 .icon-liked .icon,.diary-entry-row.barbie-heart .small-poster-menu .overlay-actions .icon-liked .icon,.poster.barbie-heart .overlay-actions.-w70 .icon-liked .icon,.poster.barbie-heart .small-poster-menu .overlay-actions .icon-liked .icon{background-position:-710px -640px!important}.poster.barbie-heart+.film-stats .icon-liked{padding-left:19px}.poster.barbie-heart+.film-stats .icon-liked .icon{background-position:-700px -340px;width:16px}.blood{bottom:0;width:100%;z-index:0}.blood,.blood .drip{height:0;position:absolute}.blood .drip{background:#b00;border-radius:50px;left:0;pointer-events:none;top:0;transition:height 6s ease-in-out;width:10px}.blood .-d1{left:7px;top:-8px;transition-delay:3s;transition-duration:15s;width:8px}.blood .-d2{left:21px;top:-8px;transition-delay:.2s;width:6px}.blood .-d3{left:14px;top:-10px;transition-delay:.1s;transition-duration:4s;width:8px}.blood .-d4{left:43px;top:-8px;transition-duration:5s;width:8px}.blood .-d5{left:86px;top:-5px;transition-duration:3s;width:4px}.blood .-d6{left:90px;top:-6px;transition-delay:.5s;transition-duration:8s;width:6px}.blood .-d7{left:131px;top:-7px;width:9px}.blood .-d8{left:160px;top:-8px;transition-duration:14s;width:8px}.blood .-d9{border-radius:0;border-bottom-right-radius:50px;left:165px;top:-7px;transition-duration:8s}.blood .-d10{left:160px;top:170px;transition:height .2s ease-out,top .2s ease-out;transition-delay:13s;width:8px}.blood .-d11{left:215px;top:-7px;transition-duration:4s;width:11px}.blood .-d12{left:200px;top:-7px;transition-delay:2s;width:7px}.blood .-d13{left:44px;top:37px;transition:height .2s ease-out;transition-delay:8s;width:6px}.blood .-d14{left:221px;top:-7px;transition-delay:3s;transition-duration:6s;width:8px}.blood .-d15{left:119px;top:-7px;transition-delay:1s;transition-duration:12s;width:6px}.mobile .blood .-d10,.mobile .blood .-d11,.mobile .blood .-d12,.mobile .blood .-d14,.mobile .blood .-d15,.mobile .blood .-d6,.mobile .blood .-d7,.mobile .blood .-d8,.mobile .blood .-d9{display:none}.mobile .blood .-d1{left:14px;top:-18px;width:7px}.mobile .blood .-d2{left:27px;top:-20px;transition-delay:1s;width:6px}.mobile .blood .-d3{left:20px;top:-20px;width:8px}.mobile .blood .-d4{left:42px;top:-18px;transition-delay:0;transition-duration:8s;width:6px}.mobile .blood .-d5{border-radius:0;border-bottom-left-radius:8px;left:36px;top:-18px;transition-delay:2s;width:8px}.mobile .blood .-d13{left:42px;top:37px;width:6px}.blood.-active .-d1{height:100px}.blood.-active .-d2{height:60px}.blood.-active .-d3{height:10px}.mobile .blood.-active .-d3{height:14px}.blood.-active .-d4{height:35px}.mobile .blood.-active .-d4{height:45px}.blood.-active .-d5{height:16px}.mobile .blood.-active .-d5{height:13px}.blood.-active .-d6{height:85px}.blood.-active .-d7{height:30px}.blood.-active .-d8{height:150px}.blood.-active .-d9{height:12px}.blood.-active .-d10{height:20px}.blood.-active .-d11{height:10px}.blood.-active .-d12{height:50px}.blood.-active .-d13{height:10px}.mobile .blood.-active .-d13{height:14px}.blood.-active .-d14{height:22px}.blood.-active .-d15{height:120px}.mobile .warawara-logo .site-logo>.logo,.no-mobile .warawara-logo .site-logo>.logo{background-image:url(../img/logo-warawara.74f3ae89.png);background-position:0 0;background-size:230px 30px;height:30px;margin-top:-3px}.mobile .warawara-logo .site-header .site-logo>.logo{background-image:url(../img/logo-mobile/logo-warawara-sm.3f40af9d.svg);background-position:5px 5px;background-size:50px 30px;margin-top:0}.mobile .deadpool-logo .site-logo>.logo,.no-mobile .deadpool-logo .site-logo>.logo{background-image:url(../img/logo-deadpool.bbe8fba4.png);background-position:0 0;background-size:230px 24px;height:25px;margin-top:0}.mobile .deadpool-logo .site-header .site-logo>.logo{background-image:url(../img/logo-mobile/logo-deadpool-sm.6b5569d9.svg);background-position:5px 5px;background-size:50px 30px;height:30px}body.dune-eye .action-large.-watch .action.-on:before{background-position:-220px -890px}body.dune-eye .film-stats .icon-watched .icon{background-position:-640px -340px}.diary-entry-row.dune-eye .overlay-actions .icon-watched .icon,.poster.dune-eye .overlay-actions .icon-watched .icon{background-position:-740px -700px}.diary-entry-row.dune-eye .overlay-actions.-w70 .icon-watched .icon,.diary-entry-row.dune-eye .small-poster-menu .overlay-actions .icon-watched .icon,.poster.dune-eye .overlay-actions.-w70 .icon-watched .icon,.poster.dune-eye .small-poster-menu .overlay-actions .icon-watched .icon{background-position:-710px -610px!important}body.eeaao-eye .action-large.-watch .action:before{background-position:-450px -960px}body.eeaao-eye .action-large.-watch .action.-on:before{background-image:url(../img/easter-eggs/eeaao-eye-445566-o.6cedec4d.gif);background-position:10px 4px;background-size:33px 33px}body.eras-clock .action-large.-watchlist .action.-on:before{background-position:-450px -910px}.mobile .napoleon-logo .site-logo>.logo,.no-mobile .napoleon-logo .site-logo>.logo{background-image:url(../img/logo-napoleon.21ee2ac3.png);background-position:0 0;background-size:230px 24px;height:25px;margin-top:0}.mobile .napoleon-logo .site-header .site-logo>.logo{background-image:url(../img/logo-mobile/logo-napoleon-sm.64bcf982.svg);background-position:5px 5px;background-size:50px 30px;height:30px}.portrait-stars .actions-panel .panel-rateit .rateit-hover,.portrait-stars .actions-panel .panel-rateit .rateit-range,.portrait-stars .actions-panel .panel-rateit .rateit-selected{background-image:url(../img/flaming-stars.43c618af.svg)}.portrait-stars .actions-panel .panel-rateit .rateit-range{background-position:0 0}.portrait-stars .actions-panel .panel-rateit .rateit-selected{background-position:0 -35px}.portrait-stars .actions-panel .panel-rateit .rateit-hover{background-position:0 -70px}#diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-hover,#diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-range,#diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-selected{background-image:url(../img/add-film-flaming-stars.f28ea099.svg);background-size:130px 86px}#diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-range{background-position:0 0}#diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-selected{background-position:0 -30px}#diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-hover{background-position:0 -60px}.slimed-me .site-logo>.logo{background-image:url(../img/logo-gb.0cb5e7c0.png);background-position:0 0;background-size:230px 30px;height:30px;margin-top:-3px}.mobile .slimed-me .site-logo>.logo{background-image:url(../img/logo-mobile/logo-gb-sm.068ce176.svg);background-position:5px 7px;background-size:50px 30px}.slime{bottom:0;width:100%;z-index:0}.slime,.slime .drip{height:0;position:absolute}.slime .drip{background:#00c030;border-radius:50px;left:0;pointer-events:none;top:0;transition:height 6s ease-in-out;width:10px}.slime .-d1{left:7px;top:-8px;transition-delay:3s;transition-duration:15s;width:8px}.slime .-d2{left:21px;top:-8px;transition-delay:.2s;width:6px}.slime .-d3{left:14px;top:-10px;transition-delay:.1s;transition-duration:4s;width:8px}.slime .-d4{left:43px;top:-8px;transition-duration:5s;width:8px}.slime .-d5{left:86px;top:-5px;transition-duration:3s;width:4px}.slime .-d6{left:90px;top:-6px;transition-delay:.5s;transition-duration:8s;width:6px}.slime .-d7{left:131px;top:-7px;width:9px}.slime .-d8{left:160px;top:-8px;transition-duration:14s;width:8px}.slime .-d9{border-radius:0;border-bottom-right-radius:50px;left:165px;top:-7px;transition-duration:8s}.slime .-d10{left:160px;top:170px;transition:height .2s ease-out,top .2s ease-out;transition-delay:13s;width:8px}.slime .-d11{left:215px;top:-7px;transition-duration:4s;width:11px}.slime .-d12{left:200px;top:-7px;transition-delay:2s;width:7px}.slime .-d13{left:44px;top:37px;transition:height .2s ease-out;transition-delay:8s;width:6px}.slime .-d14{left:221px;top:-7px;transition-delay:3s;transition-duration:6s;width:8px}.slime .-d15{left:119px;top:-7px;transition-delay:1s;transition-duration:12s;width:6px}.mobile .slime .-d10,.mobile .slime .-d11,.mobile .slime .-d12,.mobile .slime .-d14,.mobile .slime .-d15,.mobile .slime .-d6,.mobile .slime .-d7,.mobile .slime .-d8,.mobile .slime .-d9{display:none}.mobile .slime .-d1{left:14px;top:-18px;width:7px}.mobile .slime .-d2{left:27px;top:-20px;transition-delay:1s;width:6px}.mobile .slime .-d3{left:20px;top:-20px;width:8px}.mobile .slime .-d4{left:42px;top:-18px;transition-delay:0;transition-duration:8s;width:6px}.mobile .slime .-d5{border-radius:0;border-bottom-left-radius:8px;left:36px;top:-18px;transition-delay:2s;width:8px}.mobile .slime .-d13{left:42px;top:37px;width:6px}.slime.-active .-d1{height:100px}.slime.-active .-d2{height:60px}.slime.-active .-d3{height:10px}.mobile .slime.-active .-d3{height:14px}.slime.-active .-d4{height:35px}.mobile .slime.-active .-d4{height:45px}.slime.-active .-d5{height:16px}.mobile .slime.-active .-d5{height:13px}.slime.-active .-d6{height:85px}.slime.-active .-d7{height:30px}.slime.-active .-d8{height:150px}.slime.-active .-d9{height:12px}.slime.-active .-d10{height:20px}.slime.-active .-d11{height:10px}.slime.-active .-d12{height:50px}.slime.-active .-d13{height:10px}.mobile .slime.-active .-d13{height:14px}.slime.-active .-d14{height:22px}.slime.-active .-d15{height:120px}.no-mobile .tar-logo .site-logo>.logo{background-image:url(../img/logo-tar.e3681069.png);background-position:0 0;background-size:230px 30px;height:30px;margin-top:-3px}.tenet-clone{overflow:hidden;transform:rotate(180deg)}.tenet-clone,.tenet-clone *{pointer-events:none}.tenet-clone .col-poster-large{position:relative!important}.tenet-clone aside.sidebar .section{margin-top:0!important}.tenet-clone #tyche_trendi_parent_container,.tenet-clone #tyche_trendi_video_container,.tenet-clone .hidden{display:none!important}.tenet-clone .backdrop-container{top:0!important}.tenet-clone .page-footer{padding-bottom:32px!important}.no-mobile .tenet-clone .page-footer{padding-bottom:30px!important}.film-list .film-detail{border-color:#2c3440}.film-list .film-detail:last-child{border:none}.film-list .poster-container:last-child{margin-right:0}.fadeout{background:linear-gradient(90deg,rgba(20,24,28,0) 0,#14181c);height:105px;left:auto;pointer-events:none;right:0;top:0;width:40px;z-index:1}.inline-heading{font-weight:400;padding-bottom:10px}.inline-heading small{color:#9ab;display:inline;font-size:1rem;font-weight:400;letter-spacing:.075em;margin-bottom:2px;margin-top:2px;text-transform:uppercase}.inline-heading em{font-size:24px}.inline-heading em.initial-caps{text-transform:capitalize}.inline-heading code{font-family:PitchSansWeb-Medium,monospace;font-size:120%}h1.inline-heading{padding-right:125px}.person-header .avatar,.person-header-with-filter-and-sort .avatar{margin-right:10px}.likes .page-header .like-heading{margin-bottom:15px}.like-heading small,.person-heading small{display:block;font-size:16px;font-weight:400;letter-spacing:.075em;margin-bottom:2px;margin-top:2px;text-transform:uppercase}.like-heading em{font-size:24px;font-style:normal}.like-heading em small{display:inline;font-size:19px;font-style:normal;margin:0}.lists-with-film .film-list-summary{margin-left:265px}body.films-diary .col-main,body.films-reviewed .col-main,body.films-watched .col-main{margin-top:-10px}.sub-heading{color:#9ab}.sub-heading .-centered{text-align:center}.person-home aside .list.-overlapped{margin-bottom:25px}.film-reviews .film-detail:last-child,body.film #popular-reviews .film-detail:last-child,body.film #popular-reviews .film-detail:nth-child(3){border:none}#popular-reviews .avatar,body.search-results .film-detail-date{top:0}#popular-reviews .film-detail-meta,.film-reviews .film-detail-meta,body.search-results .film-detail-meta{margin-top:5px}#popular-reviews .film-detail-with-author,.film-reviews .film-detail-with-author{margin-top:0;padding-top:0}#popular-reviews .film-detail-date,.film-reviews .film-detail-date,body.search-results .film-detail-date{margin:0 7px 0 0}#popular-reviews .film-detail-meta a,.film-reivews .film-detail-meta a,body.search-results .film-detail-meta a{display:inline-block;vertical-align:middle}#popular-reviews .film-detail-meta .avatar,.film-reviews .film-detail-meta .avatar{display:inline-block;float:none;margin-right:3px;vertical-align:middle}#popular-reviews .film-detail-meta .rating,.film-reviews .film-detail-meta .rating,body.search-results .film-detail-meta .rating{display:inline-block;float:none;margin:0 7px 0 0;vertical-align:middle}#popular-reviews .film-detail-with-author .icon-liked,.film-reviews .film-detail-with-author .icon-liked{display:inline-block;margin:0;vertical-align:middle}#content-nav{border-bottom:1px solid #456;color:#678;font-size:11px;line-height:1;margin:-16px 0 15px;min-height:30px;position:relative}#content-nav.gapless{margin-bottom:0!important}#content-nav.gapless+.empty-text{margin-top:15px}#content-nav.basic{border-bottom:none;margin-top:-45px}#content-nav .sub-nav{bottom:-1px;left:0;right:auto}#content-nav .section-heading{border:none;margin:0;padding:10px 0 0}#content-nav .section-heading.-mixedcase{padding:8px 0 2px}#content-nav .sorting-selects{position:absolute;right:-8px;top:0;z-index:0}#content-nav .sorting-selects.has-hide-toggle{right:0}#content-nav.has-toggle .sorting-selects{right:55px}#content-nav .hide-toggle-menu label{padding-right:0}.col-main>#content-nav:first-child{margin:0 0 15px}body.film-activity #content-nav,body.views #content-nav{margin:0}.mobile body.film-activity #content-nav,.mobile body.views #content-nav{min-height:0}.list-date{margin:0;padding-top:8px;white-space:nowrap;width:150px}.list-date .is-updated{display:none}.hide-toggle-icon{background-position:-260px -350px;cursor:pointer;display:inline-block;height:16px;position:relative;top:-3px;width:17px}.hide-toggle-icon:hover{background-position:-260px -390px}.smenu-selected .hide-toggle-icon{background-position:-260px -370px;margin-bottom:-6px}.hide-toggle-active .smenu-selected .hide-toggle-icon{background-position:-240px -370px}.smenu-wrapper label:hover .hide-toggle-icon{background-position:-260px -390px}.hide-toggle-active .hide-toggle-icon{background-position:-240px -350px}.hide-toggle-active .smenu-wrapper label:hover .hide-toggle-icon{background-position:-240px -390px}a.mute{color:#89a}a.mute:hover{color:#abc}.grid-toggle-menu{float:right;margin-left:12px;margin-right:8px;padding:13px 0 5px}.has-hide-toggle .grid-toggle-menu{margin-right:0}.grid-toggle-menu ul{overflow:hidden}.grid-toggle-menu li{float:left}.grid-toggle-menu .grid-toggle{height:11px;width:11px}.grid-toggle-menu .grid-toggle-small{background-position:-240px -470px}.grid-toggle-menu .grid-toggle-small:hover,.grid-toggle-menu .selected .grid-toggle-small{background-position:-240px -490px}.grid-toggle-menu .grid-toggle-large{background-position:-260px -470px;width:10px}.grid-toggle-menu .grid-toggle-large:hover,.grid-toggle-menu .selected .grid-toggle-large{background-position:-260px -490px}.page-header+#content-nav .grid-toggle-menu{padding-top:10px}.person-home .backdrop-wrapper{display:none}@media (max-width:767px){.person-home.logged-in .section{margin-bottom:2.46153846rem}}@media (min-width:768px){.person-home.logged-in .section{padding-bottom:4.92307692rem}}.mobile body:not(.partner) #latest-news .teaser-grid>.content-teaser:first-child{display:none}.mobile body:not(.partner) #latest-news .teaser-grid>.content-teaser:first-child+.content-teaser{margin-top:0}#user-homepage-container .poster-list.-horizontal .placeholder-empty{margin-left:10px}.mobile #user-homepage-container .poster-list.-horizontal .placeholder-empty{margin-left:2%}#featured{padding:0 0 3.07692308rem}#featured .title-hero{margin-bottom:3.07692308rem;margin-top:.76923077rem}#featured .title-hero>a{margin-left:5px;text-decoration:none}.mobile #featured .title-hero{font-size:1.69230769rem;line-height:1.36363636;margin:0 0 2.46153846rem}#featured ul{overflow:hidden}#featured .poster a{z-index:1}body.home .stories-section .section-heading,body.person-home .stories-section .section-heading{margin-bottom:0}body.home .stories-section .story-list .card-summary-list,body.person-home .stories-section .story-list .card-summary-list{margin-top:0}@media (max-width:667px){.mobile body.home .stories-section .story-list .card-summary-list,.mobile body.person-home .stories-section .story-list .card-summary-list{margin-top:8px}}body.home .stories-section .story-list,body.person-home .stories-section .story-list{margin-left:-5px;margin-right:-5px}body.home .section-discovery-stream .no-mobile,body.person-home .section-discovery-stream .no-mobile{padding-bottom:4.92307692rem}.mobile body.home .section-discovery-stream,.mobile body.person-home .section-discovery-stream{padding-bottom:2.46153846rem}@media (min-width:768px){.mobile body.home .section-discovery-stream,.mobile body.person-home .section-discovery-stream{padding-bottom:4.92307692rem}}body.home .section-discovery-stream .poster-list.-grid-liquid,body.person-home .section-discovery-stream .poster-list.-grid-liquid{margin-bottom:-5px;margin-top:-5px}.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.poster,.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.poster-container,.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr5>.poster,.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr5>.poster-container,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.poster,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.poster-container,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr5>.poster,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr5>.poster-container{flex-basis:calc(25% - 10px)}body.home .section-discovery-stream .backdrop-list.-grid-liquid,body.person-home .section-discovery-stream .backdrop-list.-grid-liquid{margin-bottom:-5px;margin-top:-5px}.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop,.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop-container,.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr5>.backdrop,.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr5>.backdrop-container,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop-container,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr5>.backdrop,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr5>.backdrop-container{flex-basis:1}.home .messages a:active,.home .messages a:hover{text-decoration:none}.home-mid-title{margin:.76923077rem 0}.popular-content{color:#89a;margin:0 0 3.69230769rem;text-align:center}.mobile .popular-content{margin-bottom:3.07692308rem}#highlights{padding-bottom:3.07692308rem}.highlights{align-items:top;display:flex;flex-wrap:wrap;justify-content:space-between}.highlights a.panel{border:none;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);box-sizing:border-box;display:block;margin-bottom:10px;width:310px}.mobile .highlights a.panel{width:calc(33.33333% - 7px)}@media (max-width:980px){.mobile .highlights a.panel{width:calc(50% - 5px)}}@media (max-width:667px){.mobile .highlights a.panel{display:block;margin:0 0 .76923077rem;width:100%}.mobile .highlights a.panel:last-child{margin-bottom:0}}.highlights a.panel h3{margin-bottom:2.46153846rem;margin-top:1.53846154rem}.mobile .highlights a.panel h3{margin:0 0 5px 60px;padding-top:2px}.highlights a.panel p{color:#def;margin:0 0 0 65px;padding-top:5px}.highlights a.panel strong{color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.highlights a.panel:active p,.highlights a.panel:hover p{color:#fff}.highlights a.panel:active.-hover-green,.highlights a.panel:hover.-hover-green{background-color:#00c030}.highlights a.panel:active.-hover-orange,.highlights a.panel:hover.-hover-orange{background-color:#ee7000}.highlights a.panel:active.-hover-blue,.highlights a.panel:hover.-hover-blue{background-color:#209ce4}.highlights .icon{float:left;height:33px;margin:0;position:relative;top:5px;width:50px}body.import .content-wrap{position:relative}body.import p.intro-text{font-size:18px;margin-bottom:.76923077rem}body.import p.intro-text strong{color:#fff}body.import .-hide{display:none}body.import .import-progress{margin-top:1.53846154rem}body.import .import-progress #spinner.small{display:inline-block;float:none;vertical-align:middle}body.import .import-progress+.import-toggle{margin-top:1.53846154rem}body.import #import-count strong{background:#14181c;border:1px solid #234;border-radius:4px;color:#fff;display:inline-block;font-family:Graphik-Semibold-Web,sans-serif;font-size:32px;font-weight:400;margin:0 3px;min-width:80px;padding:3px 10px 1px;text-align:center;vertical-align:middle}body.import p.duplicate-entry,body.import p.duplicate-film{color:#ff8000}body.import span.frame-title{display:none}body.import .import-options{margin-top:30px}body.import .import-options .note{clear:both;color:#678;padding-left:5px;padding-top:5px;text-align:center}body.import .import-activity{border-top:1px solid #456}body.import .import-activity .import-film{clear:both;overflow:hidden}body.import .import-activity .import-film .import-film-details{border-bottom:1px solid #2c3440;overflow:hidden;padding:15px 30px 25px 100px}body.import .import-activity .import-film .import-film-details .film-detail-wrapper{overflow:hidden;width:690px}body.import .import-activity .import-film .import-film-details .icon-matched{background-position:-290px -380px;height:50px;left:20px;top:40px;width:55px}body.import .import-activity .import-film .import-error,body.import .import-activity .import-film .import-original{background:#20272e;border-bottom:1px solid #2c3440;color:#678;margin:0;padding:5px 7px}body.import .import-activity .import-film .import-error{background:#800;border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.75)}body.import .import-activity .import-film .import-match{float:left;overflow:hidden;width:690px}body.import .import-activity .import-film .import-match .film-detail-content{overflow:hidden;width:600px}body.import .import-activity .import-film .import-match .film-detail-content .film-metadata{font-size:1rem;margin-bottom:15px}body.import .import-activity .import-film .import-match .import-search{float:left;height:105px;position:relative;width:490px}body.import .import-activity .import-film .import-match .import-search:before{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}body.import .import-activity .import-film .import-match .import-search input{display:inline-block;margin:0 20px 0 0;vertical-align:middle}body.import .import-activity .import-film .import-match .import-search .close-film-replace{color:#345;display:inline-block;font-family:Graphik-Light-Web,sans-serif;font-size:2.46153846rem;font-weight:400;line-height:34px;vertical-align:middle}body.import .import-activity .import-film .import-match .import-search .close-film-replace:active,body.import .import-activity .import-film .import-match .import-search .close-film-replace:hover{color:#40bcf4}body.import .import-activity .import-film .import-match .import-watched-date{margin:7px 0 10px}body.import .import-activity .import-film .import-match .import-watched-date span{color:#9ab}body.import .import-activity .import-film .import-match .import-watched-date:last-child{margin-bottom:0}body.import .import-activity .import-film .import-match .import-review,body.import .import-activity .import-film .import-match .import-tags,body.import .import-activity .import-film .import-match .view-date{margin-top:15px}body.import .import-activity .import-film .import-match .view-date+.import-review{margin-top:5px}body.import .import-activity .import-film .import-no-match{padding:25px 30px 35px 100px}body.import .import-activity .import-film .import-no-match .import-match .body-text{min-height:34px}body.import .import-activity .import-film .import-no-match .import-match .body-text p{margin:0;padding-top:3px}body.import .import-activity .import-film .import-no-match .import-match .body-text p strong{color:#def;font-size:18px}body.import .import-activity .import-film .import-no-match .import-match .import-search{height:auto}body.import .import-activity .import-film .import-no-match .import-match .import-search input{margin-top:0}body.import .import-activity .import-film .import-no-match .import-match .import-search .close-film-replace{margin-top:0;vertical-align:bottom}body.import .import-activity .import-film .import-no-match .icon-matched{background-position:-290px -320px;top:15px}body.import .import-activity .import-film .import-no-match .icon-remove{display:none}body.import .import-activity .import-film .import-no-match .import-film-actions{margin-top:0}body.import .import-activity .import-film .poor-match .icon-matched{background-position:-290px -320px}body.import .import-activity .import-film .duplicate-match .icon-matched{background-position:-290px -440px}body.import .import-activity .import-film .icon-hidden .icon-matched,body.import .import-activity .import-film .icon-hidden .replace-film{background:none!important}body.import .import-activity .import-film .icon-hidden .icon-remove{background-position:-20px -380px}body.import .import-activity .import-film .icon-hidden .icon-remove:active,body.import .import-activity .import-film .icon-hidden .icon-remove:hover{background-position:-60px -380px}body.import .import-activity .import-film .import-search{display:none;height:25px}body.import .import-activity .import-film .import-search .film-search{width:330px}body.import .import-activity .import-film-actions{float:right;margin-top:35px;overflow:hidden}body.import .import-activity .import-film-actions .icon{float:left;height:30px;left:auto;margin-left:30px;position:relative;top:auto;width:30px}body.import .import-activity .import-film-actions .icon-replace{background-position:-140px -270px}body.import .import-activity .import-film-actions .icon-replace:active,body.import .import-activity .import-film-actions .icon-replace:hover{background-position:-180px -270px}body.import .import-activity .import-film-actions .icon-remove{background-position:-140px -310px}body.import .import-activity .import-film-actions .icon-remove:active,body.import .import-activity .import-film-actions .icon-remove:hover{background-position:-180px -310px}body.import .import-activity .import-state-search{text-decoration:none}body.import .import-activity .import-state-search .film-detail-content-with-poster,body.import .import-activity .import-state-search .remove-button,body.import .import-activity .import-state-search .replace-button{display:none}body.import .import-activity .import-state-search .film-search{display:block}body.import .import-activity .import-state-false .film-detail-wrapper{opacity:.2}body.import .import-activity .import-state-false .icon-remove{background-position:-20px -380px}body.import .import-activity .import-state-false .icon-remove:active,body.import .import-activity .import-state-false .icon-remove:hover{background-position:-60px -380px}body.import .import-buttons{margin:30px auto;text-align:center}body.import .import-buttons .button{margin:0 3px}body.import button.add-import-films-to-list{display:inline-block}body.import .import-rating{color:#89a;display:inline-block;margin-bottom:10px}body.import .import-rating .rating{margin-right:10px;vertical-align:text-top}body.import .import-with-ratings .import-film-already-rated .rating-green .rating{background-position:-290px -90px}body.import .import-with-ratings .import-film-already-rated .rating-green .rated-1{background-position:-355px -90px}body.import .import-with-ratings .import-film-already-rated .rating-green .rated-3{background-position:-342px -90px}body.import .import-with-ratings .import-film-already-rated .rating-green .rated-5{background-position:-329px -90px}body.import .import-with-ratings .import-film-already-rated .rating-green .rated-7{background-position:-316px -90px}body.import .import-with-ratings .import-film-already-rated .rating-green .rated-9{background-position:-303px -90px}body.import .netflix-timezone{margin:40px 0 50px}body.import .netflix-timezone .timezone-selector{margin-top:30px}body.import .netflix-timezone .timezone-selector label{color:#89a;float:left;letter-spacing:.075em;line-height:44px;margin-right:5px;text-transform:uppercase}body.import #imdb-form{visibility:hidden}body.import p.import-review{color:#89a;margin:10px 0 0}#importer-matched-form .import-match .view-date{display:none}.empty-text h2{font-weight:400;margin:0}.empty-text small{color:#89a}h1.small-page-title{color:#89a;font-size:16px;text-transform:uppercase}h2 .film-title-wrapper{margin-right:3px}h2 .film-title-wrapper a{color:#fff;margin-right:5px}h2 .film-title-wrapper a:active,h2 .film-title-wrapper a:hover{color:#40bcf4}h2 .film-title-wrapper small a{color:#89a}.film-metadata{color:#9ab;margin-bottom:20px}.view-date{color:#678;font-size:1rem;margin-bottom:.76923077rem}.view-date>a{color:inherit}.view-date>a:active,.view-date>a:hover{color:#40bcf4}.view-date .icon{left:auto;right:0}.import .view-date{color:#00e054}.prior-review-link{margin-top:1em}.prior-review-link-only,.prior-review-link-only.view-date{margin:1em 0 1.5em}.person-header .view-date{float:right;height:40px;margin:0;width:50px}.review-like{margin-bottom:1.53846154rem}.view .review-like{display:inline-block}#trailer{height:510px;width:853px}.synopsis .section-heading{border-bottom:1px solid #456;margin-top:30px;padding-bottom:5px}.column-block{padding-bottom:10px}.column-block h3{border-bottom:1px dotted #456;clear:left;float:left;font-size:1rem;margin-top:2px;width:12em}.column-block h3 span{background-color:#14181c;color:#789;font-size:.92307692rem;font-weight:400;letter-spacing:.075em;line-height:1.1;padding:1px .2em 0 0;position:relative;text-transform:uppercase;top:3px}.column-block h3 span.crewrole.-full{display:none}.column-block h3 span.crewrole.-short{display:inline}.column-block .text-indentedlist,.column-block .text-sluglist{margin-left:13.84615385em}.review h3,.synopsis h3{color:#89a;font-weight:400;margin-bottom:10px}.film-studios{color:#89a}.hide-for-moderator,.hide-when-logged-in,.hide-when-logged-out,.show-for-country,.show-for-moderator,.show-for-owner,.show-for-patron,.show-for-pro,.show-for-pv,.show-for-staff,.show-if-ads,.show-if-can-upgrade-to-pro,.show-when-logged-in,.show-when-logged-out,[data-js-trigger=befriend][hidden],[data-js-trigger=block][hidden],[data-js-trigger=unblock][hidden],[data-js-trigger=unfriend][hidden]{display:none!important}.contains-spoilers{font-style:italic;margin-bottom:1.53846154rem}.view .contains-spoilers{font-style:normal}.moderation-details.-spoilers+.contains-spoilers:not(.-hidden) .has-spoilers{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.hidden-spoilers{display:none}.has-spoilers{background-color:#242c34;border-radius:3px;margin:8px 0 20px;padding:1px 0 10px}.has-spoilers .icon{background-position:-700px -380px;height:70px;margin:25px auto;opacity:.8;position:relative;width:70px}.scream-mask .has-spoilers .icon{background-position:-80px -700px}.has-spoilers p{font-size:1rem;text-align:center}.has-spoilers p a{white-space:nowrap}.mobile .has-spoilers p{padding-left:15px;padding-right:15px}.viewings-list .film-detail:last-child{border:none}.viewings-list li{border-color:#2c3440}.viewings-list .avatar.-a40{margin-right:15px;margin-top:3px}body.popular-people .sidebar,body.popular-reviews .sidebar{padding-top:10px}.capitalize a{text-transform:capitalize}.text-footer{margin-top:20px}.film-detail-meta a.author{display:inline-block;margin-right:5px;vertical-align:middle}.film-detail-meta .rating{display:inline-block;float:none;margin:0 7px 0 0;vertical-align:middle}.film-rating-group{margin:20px 0 30px;overflow:hidden}.film-rating-group li:nth-of-type(15n) .avatar{margin-right:0}.film-rating-group h2{margin:0 0 10px}.film-rating-group .avatar{margin-bottom:5px}a .context{color:#789}a:hover .context{color:#9ab}#reset-password{padding-top:20px}#reset-password input[type=password]{width:250px}.review-likes #content-nav,.story-likes #content-nav{margin-bottom:0}.review-likes .like-heading,.story-likes .like-heading{padding-bottom:8px}.films-page h1.title{float:left}.films-page #live-feed{margin:0}.films-page .banner-950{margin-top:0}.browse-by{float:left;margin-bottom:30px}.mobile .browse-by{border:1px solid #303840;border-radius:4px;float:left;height:59px;overflow:hidden;position:relative;width:100%}.browse-by .section-heading{border:none;float:left;font-size:1rem;margin:9px 10px 0 0;padding:0}#films-browser-list-container{clear:both}.calculating-large{clear:both;color:#9ab;font-size:19px;line-height:22px;margin:0;padding-top:50px;text-align:center}.calculating-large .lb-spinner{margin-right:7px}#popular-films{margin:0 0 30px;position:relative}#popular-films .poster-list>li{width:230px}#popular-films .section-heading{margin-bottom:15px}#popular-films .film-slider{height:370px;min-width:100%;overflow:hidden}#popular-films .poster,#popular-films .touch-slider li:nth-of-type(4n){margin-right:0}#popular-films .film-slider>li{float:left;font-size:0;margin-right:10px}#popular-films .film-slider>li:last-child{margin-right:0}#crew-picks,#crew-picks-sidebar{margin-bottom:-10px}#find-film{border-radius:4px;float:right;margin-bottom:30px;position:relative}#find-film .row{margin:0}#find-film .section-heading{border:none;padding:0}#find-film label{color:#9ab;float:left;font-size:1rem;font-weight:400;margin:7px 7px 0 0}#find-film .field-large{width:230px}.liked-lists{margin-bottom:20px}.create-your-own{margin:-15px auto 30px;width:150px}.create-your-own a{display:block;float:none;padding:4px 5px;text-align:center;width:auto}#popular-lists{overflow:hidden}#popular-lists .section-heading{margin-bottom:15px}#popular-lists .list{border-bottom:none;margin-bottom:0;padding-bottom:0}#popular-lists .list.-overlapped{float:left;margin-right:40px;width:290px}#popular-lists .list.-overlapped:last-child{margin-right:0}#popular-lists .list-set{margin-bottom:0}.coming-soon{color:#bcd;text-align:center}#recently-liked-lists .section-heading{margin-bottom:15px}.lists-page .sidebar{margin-bottom:20px}#crew-lists,#top-lists{margin-top:20px}body.person-lists .col-main{margin-top:-10px}body.watchlist #content-nav.basic{border-bottom:1px solid #456;margin-top:-16px}#import-to-watchlist-form{height:0;visibility:hidden}#import-to-watchlist-form input[type=file]{margin:0;max-width:100%;padding:0}body.contact section.poster-list{padding-bottom:5px}.-gap-1{margin-bottom:.76923077rem}.-gap-2{margin-bottom:1.53846154rem}.-gap-3{margin-bottom:2.46153846rem}.-gap-4{margin-bottom:3.07692308rem}.-gap-5{margin-bottom:3.69230769rem}body.contact .site-body,body.editorial-nostyle .site-body{padding-bottom:60px}body.contact .content-wrap,body.editorial-nostyle .content-wrap{padding-top:1.53846154rem}body.contact .c-col,body.editorial-nostyle .c-col{margin-left:auto;margin-right:auto;width:500px}body.contact .c-col.body-text,body.editorial-nostyle .c-col.body-text{margin-bottom:1em}body.contact .text a,body.editorial-nostyle .text a{color:#40bcf4}body.contact .text a:active,body.contact .text a:hover,body.editorial-nostyle .text a:active,body.editorial-nostyle .text a:hover{color:#def}.update-details{padding-bottom:0}.update-details form{margin-top:20px}.update-details textarea{line-height:1.4}.update-details .form-row.-selection{margin-bottom:1.84615385rem}.update-details .form-row.-selection .select-list>.input{width:220px}@media (max-width:667px){.update-details .form-row.-selection .select-list>.input{width:100%}}.update-details .form-row.-selection .select-list>.notes{width:155px}@media (max-width:667px){.update-details .form-row.-selection .select-list>.notes{width:100%}}.update-details .form-row.-pronouns .select-list>.input{width:150px}.update-details .form-row.-pronouns .select-list>.notes{width:225px}.update-details .field-wrapper.-prefixed .field{padding-left:12em}.update-details .field-wrapper.-prefixed:after{bottom:8px;color:#678;display:inline-block;font-size:1.07692308rem;left:.5em;position:absolute}.mobile .update-details .field-wrapper.-prefixed:after{font-size:1.16666667rem}.update-details .field-wrapper.-prefixed.-facebook:after{content:"https://facebook.com/"}.update-details .field-wrapper.-prefixed.-instagram:after{content:"https://instagram.com/"}.update-details .field-wrapper.-prefixed.-tiktok:after{content:"https://tiktok.com/"}.update-details .field-wrapper.-prefixed.-youtube:after{content:"https://youtube.com/"}.update-details .field-wrapper.-prefixed.-imdb:after{content:"https://imdb.com/"}.update-details .select-list{display:flex;flex-wrap:wrap}.update-details .select-list>.label{width:100%}.update-details .select-list>.input{width:150px}@media (max-width:667px){.update-details .select-list>.input{margin-bottom:.76923077rem;max-width:200px;width:100%}.update-details .select-list>.input:last-child{margin-bottom:0}}.update-details .select-list>.notes{width:225px}.update-details .notes{align-self:center;font-size:.92307692rem;line-height:1.33333333;margin:0 0 0 auto}@media (max-width:667px){.update-details .notes{width:100%}}body.update #tabbed-content{margin-top:0;position:relative}body.update #tabbed-content header{border:none;margin-bottom:40px}body.update #tabbed-content header h1{font-weight:400;margin-bottom:25px}body.update .has-topnote .note{margin-top:0;right:0}body.update .modal-legacy .has-topnote .note{right:0}body.update .account-status{display:flex}body.update .account-status>.status{color:#9ab;font-size:1rem;line-height:1.33333333;margin:0}body.update .account-status>.status:after{content:"\00a0"}body.update .account-status>.micro-button{margin-left:.5em;white-space:nowrap}.mobile body.update .account-status{margin-bottom:1.23076923rem}.mobile body.update .account-status>.micro-button{align-self:flex-start}.no-mobile body.update .account-status{align-items:center;height:32px;position:absolute;right:0;text-align:right;top:0}body.update .disable-account{bottom:0;line-height:1.84615385;margin:0;position:absolute;right:0}body.update .disable-account a{color:#89a}body.update .disable-account a:hover{color:#e32}body.update #content-nav{margin:0}body.update textarea{height:110px}body.update .options-list.-toggle-list{margin-top:1em}body.update .options-list.-toggle-list li{display:block;line-height:0;margin-bottom:0}body.update .options-list.-toggle-list li.-sectionoption{display:inline-flex}body.update .options-list.-toggle-list li+li{margin-top:16px}body.update .options-list.-toggle-list+p{margin-top:2em}body.update .title-3+.options-list{margin:0 0 1.53846154rem}body.update .mob-subtitle{display:none}body.update .favourite-films-selector label{display:block}body.update h2+.col-right{float:none}body.update .setting-body-text{box-sizing:border-box;font-size:1rem;line-height:1.5}body.update .setting-body-text *,body.update .setting-body-text :after,body.update .setting-body-text :before{box-sizing:inherit}.mobile body.update .setting-body-text{font-size:1.08333333rem}body.update .change-password-form input[type=password]{max-width:30em}body.update .one-time-password-key-generator{box-sizing:border-box}body.update .one-time-password-key-generator *,body.update .one-time-password-key-generator :after,body.update .one-time-password-key-generator :before{box-sizing:inherit}body.update .one-time-password-key-generator .form.-busy{cursor:wait!important}body.update .one-time-password-key-generator .form.-busy .button:disabled{cursor:inherit!important}body.update .one-time-password-setting-key{box-sizing:border-box;text-align:center}body.update .one-time-password-setting-key *,body.update .one-time-password-setting-key :after,body.update .one-time-password-setting-key :before{box-sizing:inherit}body.update .one-time-password-setting-key>.key{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#fff;cursor:default;font-family:inherit;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace!important;font-size:2.46153846rem;letter-spacing:.1em;line-height:1.25;margin:0;max-width:16em;padding:0;position:relative;text-align:center;text-decoration:none}body.update .one-time-password-setting-key>.key:not(:disabled):focus,body.update .one-time-password-setting-key>.key:not(:disabled):hover{text-decoration:inherit}.mobile body.update .one-time-password-setting-key>.key{font-size:2.66666667rem}@media (max-width:767px){.mobile body.update .one-time-password-setting-key>.key{max-width:8em}}body.update .one-time-password-setting-key>.key>.chunk{text-transform:uppercase;transition:opacity .33333333s cubic-bezier(.19,1,.22,1)}body.update .one-time-password-setting-key>.key>.chunk+.chunk:before{color:#def;content:"—";opacity:.2}body.update .one-time-password-setting-key>.key:enabled{cursor:pointer}body.update .one-time-password-setting-key>.key:enabled:focus>.chunk,body.update .one-time-password-setting-key>.key:enabled:hover>.chunk{opacity:.05;transition-duration:.5s}body.update .one-time-password-setting-key>.key:enabled:focus:after,body.update .one-time-password-setting-key>.key:enabled:hover:after{opacity:1;transition-duration:.33333333s}body.update .one-time-password-setting-key>.key:after{content:"Copy";font-family:Graphik-Semibold-Web,sans-serif;font-size:1rem;font-weight:400;left:0;letter-spacing:normal;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .5s cubic-bezier(.19,1,.22,1)}.mobile body.update .one-time-password-setting-key>.key:after{font-size:1.08333333rem}body.update .one-time-password-setting-key>.note{font-size:1rem;line-height:1.33333333;margin-top:1em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile body.update .one-time-password-setting-key>.note{font-size:1.08333333rem}body.update .one-time-password-setting-key>.note p:last-child{margin-bottom:0}body.update .one-time-password-setting-key-modal .one-time-password-setting-key{padding:2.5%}body.update .one-time-password-setting-components{position:relative}body.update .one-time-password-setting-components.-default .one-time-password-setting .status{border-radius:var(--panel-border-radius)}body.update .one-time-password-setting-components.-default .one-time-password-setting .status.-is-expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}body.update .one-time-password-setting-components.-default .one-time-password-setting .status+.form{border-top-left-radius:0;border-top-right-radius:0}body.update .one-time-password-setting-components.-default .one-time-password-setting .form{border-radius:var(--panel-border-radius)}body.update .one-time-password-setting-components.-default .one-time-password-setting .form>.qrcode .scanhelp{color:#89a}body.update .one-time-password-setting-components.-default .one-time-password-setting .form>.footer{border-bottom-left-radius:var(--panel-border-radius);border-bottom-right-radius:var(--panel-border-radius)}body.update .one-time-password-setting{box-sizing:border-box}body.update .one-time-password-setting *,body.update .one-time-password-setting :after,body.update .one-time-password-setting :before{box-sizing:inherit}body.update .one-time-password-setting input[type=password].field,body.update .one-time-password-setting input[type=text].field{font-size:16px}body.update .one-time-password-setting input[type=password].field{max-width:30em}body.update .one-time-password-setting .status{background-color:#456;padding:calc(var(--panel-inner-padding)*.75) var(--panel-inner-padding)}body.update .one-time-password-setting .status>.body{display:grid;grid-template-areas:"glyph label button";grid-template-columns:20px auto min-content}body.update .one-time-password-setting .status .glyph{color:#def}body.update .one-time-password-setting .status .glyph path,body.update .one-time-password-setting .status .glyph rect{fill:currentColor}body.update .one-time-password-setting .status .revealtrigger,body.update .one-time-password-setting .status .title{align-self:center}body.update .one-time-password-setting .status .title{color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.15384615rem;font-weight:400;line-height:1.33333333;margin-left:.75em}.mobile body.update .one-time-password-setting .status .title{font-size:1.25rem}body.update .one-time-password-setting .status .revealtrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#9ab;cursor:default;font-family:inherit;font-size:1rem;margin:0;padding:0;text-align:right;text-decoration:none}body.update .one-time-password-setting .status .revealtrigger:not(:disabled):focus,body.update .one-time-password-setting .status .revealtrigger:not(:disabled):hover{text-decoration:inherit}.mobile body.update .one-time-password-setting .status .revealtrigger{font-size:1.08333333rem}body.update .one-time-password-setting .status .revealtrigger:enabled{cursor:pointer}body.update .one-time-password-setting .status .revealtrigger:enabled:focus,body.update .one-time-password-setting .status .revealtrigger:enabled:hover{color:#fff}body.update .one-time-password-setting .status .revealtrigger[aria-expanded=true]{display:none!important}body.update .one-time-password-setting .form{background-color:#456;color:#abc}body.update .one-time-password-setting .form .qrcode .scanhelp{font-size:.84615385rem;line-height:1.33333333}.mobile body.update .one-time-password-setting .form .qrcode .scanhelp{font-size:.91666667rem}body.update .one-time-password-setting .form .qrcode .trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:inherit;cursor:default;font-family:inherit;font-size:inherit;margin:0;padding:0;text-decoration:none}body.update .one-time-password-setting .form .qrcode .trigger:not(:disabled):focus,body.update .one-time-password-setting .form .qrcode .trigger:not(:disabled):hover{text-decoration:inherit}body.update .one-time-password-setting .form .qrcode .trigger:enabled{cursor:pointer;text-decoration:underline;text-decoration-color:rgba(170,187,204,.333);text-underline-offset:.2em}body.update .one-time-password-setting .form .qrcode .trigger:enabled:focus,body.update .one-time-password-setting .form .qrcode .trigger:enabled:hover{color:#40bcf4;text-decoration:underline}body.update .one-time-password-setting .form>.rows{padding:var(--panel-inner-padding)}body.update .one-time-password-setting .form>.rows>.form-row:last-child{margin-bottom:0}body.update .one-time-password-setting .form>.footer{background-color:#345;padding:var(--panel-inner-padding);padding-top:calc(var(--panel-inner-padding)*.75)}body.update .one-time-password-setting .form[hidden],body.update .one-time-password-setting[hidden]{display:none!important}body.update .external-connection{--padding-inner-x:var(--panel-inner-padding);--padding-inner-y:var(--panel-inner-padding);background-color:var(--background-color,var(--panel-background));border-radius:var(--panel-border-radius);box-sizing:border-box}body.update .external-connection *,body.update .external-connection :after,body.update .external-connection :before{box-sizing:inherit}body.update .external-connection .paneltrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:inherit;cursor:default;font-family:inherit;line-height:inherit;margin:0;padding:0;text-align:inherit;text-decoration:none}body.update .external-connection .paneltrigger:not(:disabled):focus,body.update .external-connection .paneltrigger:not(:disabled):hover{text-decoration:inherit}body.update .external-connection .body,body.update .external-connection .paneltrigger{border-radius:var(--panel-border-radius);color:var(--color,var(--panel-content))}body.update .external-connection .paneltrigger{--arrow-alpha:0.75;--background-alpha:0;--background-color:var(--panel-background-rgb);--logo-dimension:3.07692308rem;background-color:rgba(var(--background-color),var(--background-alpha));-moz-column-gap:calc(var(--panel-inner-padding)*.75);column-gap:calc(var(--panel-inner-padding)*.75);display:grid;grid-template-areas:"logo headinggroup arrow";grid-template-columns:min-content auto min-content;padding:var(--padding-inner-top,var(--padding-inner-y)) var(--padding-inner-right,var(--padding-inner-x)) var(--padding-inner-bottom,var(--padding-inner-y)) var(--padding-inner-left,var(--padding-inner-x));transition-duration:var(--transition-duration,var(--timing-duration-out));transition-property:background-color,color;transition-timing-function:var(--timing-function-ease-out-expo);width:100%}.mobile body.update .external-connection .paneltrigger{--logo-dimension:3.07692308rem}body.update .external-connection .paneltrigger>.logo{align-self:flex-start;background-color:rgba(var(--panel-background-high-contrast-rgb),1);border-radius:10%;grid-area:logo;height:var(--logo-dimension);overflow:hidden;width:var(--logo-dimension)}body.update .external-connection .paneltrigger>.logo.-has-graphic .graphic{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}body.update .external-connection .paneltrigger>.logo.-has-no-graphic{align-items:center;display:grid;justify-content:center}body.update .external-connection .paneltrigger>.logo.-has-no-graphic .glyph{color:var(--panel-content-high-contrast)}body.update .external-connection .paneltrigger>.logo.-has-no-graphic .glyph path{fill:currentColor}body.update .external-connection .paneltrigger>.headinggroup{align-self:center;grid-area:headinggroup}body.update .external-connection .paneltrigger>.arrow{align-self:center;color:var(--name,var(--panel-heading));display:block;grid-area:arrow;margin-right:calc(var(--panel-inner-padding)*.5);opacity:var(--arrow-alpha);overflow:visible;transition-duration:opacity var(--transition-duration,var(--timing-duration-out));transition-property:opacity,transform;transition-timing-function:var(--timing-function-ease-out-expo)}body.update .external-connection .paneltrigger>.arrow path{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}body.update .external-connection .paneltrigger .name{--font-size:1.38461538rem;color:var(--name,var(--panel-heading));font-family:Graphik-Semibold-Web,sans-serif;font-size:var(--font-size);font-weight:400;line-height:1.125;margin-bottom:0;margin-top:0}.mobile body.update .external-connection .paneltrigger .name{--font-size:1.5rem}body.update .external-connection .paneltrigger .name+.datecontext{margin-top:.25em}body.update .external-connection .paneltrigger .datecontext{--font-size:0.92307692rem;font-size:var(--font-size);line-height:1.33333333}.mobile body.update .external-connection .paneltrigger .datecontext{--font-size:1rem}body.update .external-connection .paneltrigger:not(:disabled){cursor:pointer}@media (hover:hover) and (pointer:fine){body.update .external-connection .paneltrigger:not(:disabled):hover{--background-color:var(--panel-background-low-contrast-rgb);--background-alpha:1;--color:var(--panel-content-high-contrast);--arrow-alpha:1;--transition-duration:var(--timing-duration-in)}}body.update .external-connection .paneltrigger:not(:disabled):focus{--background-color:var(--panel-background-low-contrast-rgb);--background-alpha:1;--color:var(--panel-content-high-contrast);--arrow-alpha:1;--transition-duration:var(--timing-duration-in)}body.update .external-connection .paneltrigger:not(:disabled):active{--background-alpha:0.5;--background-color:var(--panel-background-high-contrast-rgb);--color:var(--panel-content);--arrow-alpha:1;--transition-duration:0s;--name:var(--panel-content-high-contrast)}body.update .external-connection .paneltrigger[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}body.update .external-connection .paneltrigger[aria-expanded=true]+.body{border-top-left-radius:0;border-top-right-radius:0}body.update .external-connection .paneltrigger[aria-expanded=true] .arrow{transform:scaleY(-1)}body.update .external-connection .paneltrigger:not([aria-expanded=true])+.body{display:none}body.update .external-connection .body{border-radius:var(--panel-border-radius)}body.update .external-connection .body:before{--height:var(--panel-inner-padding);background-image:linear-gradient(0deg,rgba(var(--panel-divider-contrast-rgb),0) 50%,rgba(var(--panel-divider-contrast-rgb),var(--panel-divider-contrast-alpha)) 0);background-position:top;background-repeat:repeat-x;background-size:2px 1px;content:"";display:block;height:var(--height);margin-bottom:calc(var(--height)*-1);margin-left:var(--padding-inner-left,var(--padding-inner-x));margin-top:-1px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.update .external-connection .body:before{background-size:1px 1px}}body.update .external-connection .body>.footer,body.update .external-connection .body>.properties{padding:var(--padding-inner-top,var(--padding-inner-y)) var(--padding-inner-right,var(--padding-inner-x)) var(--padding-inner-bottom,var(--padding-inner-y)) var(--padding-inner-left,var(--padding-inner-x))}body.update .external-connection .body>.footer{--padding-inner-top:calc(var(--padding-inner-y)*0.875);background-color:var(--panel-background-high-contrast);border-bottom-left-radius:var(--panel-border-radius);border-bottom-right-radius:var(--panel-border-radius);display:grid;grid-template-rows:min-content;row-gap:calc(var(--padding-inner-x)*.75)}body.update .external-connection .body>.footer .note{--font-size:1rem;font-size:var(--font-size);line-height:1.5}.mobile body.update .external-connection .body>.footer .note{--font-size:1.08333333rem}body.update .external-connection .body>.footer .note .title{font-family:Graphik-Semibold-Web,sans-serif;font-size:inherit;font-weight:400;line-height:inherit;margin-bottom:0;margin-top:0}body.update .external-connection .body>.footer .submittrigger{justify-self:flex-start}body.update .external-connection-properties{--font-size:1rem;-moz-column-gap:1.5em;column-gap:1.5em;display:grid;font-size:var(--font-size);grid-template-columns:fit-content(10em) auto;line-height:1.33333333;row-gap:1em}.mobile body.update .external-connection-properties{--font-size:1.08333333rem}body.update .external-connection-properties a{color:var(--color,var(--panel-content-link))!important}@media (hover:hover) and (pointer:fine){body.update .external-connection-properties a:-moz-any-link:hover{--color:var(--link-interaction-color)}body.update .external-connection-properties a:any-link:hover{--color:var(--link-interaction-color)}}body.update .external-connection-properties a:-moz-any-link:focus{--color:var(--link-interaction-color)}body.update .external-connection-properties a:any-link:focus{--color:var(--link-interaction-color)}body.update .external-connection-properties a:-moz-any-link:active{--color:var(--link-interaction-active-color)}body.update .external-connection-properties a:any-link:active{--color:var(--link-interaction-active-color)}body.update .external-connection-properties>.name{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;margin-bottom:0;margin-top:0}body.update .external-connection-properties>.name:after{content:":"}body.update .external-connection-properties>.value{margin-bottom:0;margin-top:0}body.update .external-connection-properties>.value.-scopes .listitem+.listitem{margin-top:.5em}body.update .external-connections-setting{box-sizing:border-box}body.update .external-connections-setting *,body.update .external-connections-setting :after,body.update .external-connections-setting :before{box-sizing:inherit}body.update .external-connection-list>.listitem+.listitem{margin-top:1.53846154rem}body.update .external-connections-group,body.update .one-time-password-group{--explanation-margin-top:1em;--adjacent-element-margin-top:20px;box-sizing:border-box}body.update .external-connections-group *,body.update .external-connections-group :after,body.update .external-connections-group :before,body.update .one-time-password-group *,body.update .one-time-password-group :after,body.update .one-time-password-group :before{box-sizing:inherit}body.update .external-connections-group .setting-body-text,body.update .one-time-password-group .setting-body-text{margin-top:var(--explanation-margin-top)}body.update .external-connections-group .setting-body-text+*,body.update .one-time-password-group .setting-body-text+*{margin-top:var(--adjacent-element-margin-top)}body.update .one-time-password-group .one-time-password-setting-explanation+.one-time-password-setting-components>.one-time-password-setting:first-child>.one-time-password-setting-explanation:first-child{margin-top:calc(var(--explanation-margin-top) + var(--adjacent-element-margin-top)*-1)}.no-mobile body.update .external-connections-setting,.no-mobile body.update .one-time-password-key-generator,.no-mobile body.update .one-time-password-setting,.no-mobile body.update .setting-body-text{max-width:640px}.content-wrap .no-mobile body.update .external-connections-setting,.content-wrap .no-mobile body.update .one-time-password-key-generator,.content-wrap .no-mobile body.update .one-time-password-setting,.content-wrap .no-mobile body.update .setting-body-text{max-width:630px}body.update .one-time-password-setting .status+.form{background-image:linear-gradient(0deg,rgba(102,119,136,0) 50%,#678 0);background-position:top;background-repeat:repeat-x;background-size:2px 1px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.update .one-time-password-setting .status+.form{background-size:1px 1px}}.no-mobile body.update .one-time-password-setting.-add .form{display:grid;grid-template-areas:"qrcode rows" "qrcode footer";grid-template-columns:250px auto;grid-template-rows:auto min-content}.no-mobile body.update .one-time-password-setting.-add .form .qrcode{background-color:#fff;border-bottom-left-radius:var(--panel-border-radius);border-top-left-radius:var(--panel-border-radius);grid-area:qrcode}.no-mobile body.update .one-time-password-setting.-add .form .qrcode>.code{padding-top:100%;position:relative}.no-mobile body.update .one-time-password-setting.-add .form .qrcode>.code img{bottom:0;display:block;height:auto;left:0;position:absolute;right:0;top:0;width:100%}.no-mobile body.update .one-time-password-setting.-add .form .qrcode .scanhelp{padding-bottom:var(--panel-inner-padding);text-align:center}.no-mobile body.update .one-time-password-setting.-add .form>.rows{grid-area:rows}.no-mobile body.update .one-time-password-setting.-add .form>.footer{align-self:flex-end;grid-area:footer}@media (min-width:640px){.mobile body.update .one-time-password-setting.-add .form{display:grid;grid-template-areas:"qrcode rows" "qrcode footer";grid-template-columns:250px auto;grid-template-rows:auto min-content}.mobile body.update .one-time-password-setting.-add .form .qrcode{background-color:#fff;border-bottom-left-radius:var(--panel-border-radius);border-top-left-radius:var(--panel-border-radius);grid-area:qrcode}.mobile body.update .one-time-password-setting.-add .form .qrcode>.code{padding-top:100%;position:relative}.mobile body.update .one-time-password-setting.-add .form .qrcode>.code img{bottom:0;display:block;height:auto;left:0;position:absolute;right:0;top:0;width:100%}.mobile body.update .one-time-password-setting.-add .form .qrcode .scanhelp{padding-bottom:var(--panel-inner-padding);text-align:center}.mobile body.update .one-time-password-setting.-add .form>.rows{grid-area:rows}.mobile body.update .one-time-password-setting.-add .form>.footer{align-self:flex-end;grid-area:footer}}@media (max-width:639px){.mobile body.update .one-time-password-setting.-add .form>.qrcode{padding:var(--panel-inner-padding)}.mobile body.update .one-time-password-setting.-add .form>.qrcode>.code img{border-radius:var(--panel-border-radius);height:auto;max-width:100%}.mobile body.update .one-time-password-setting.-add .form>.qrcode .scanhelp{margin-top:.75em}.mobile body.update .one-time-password-setting.-add .form>.qrcode+.rows{padding-top:0}}.no-mobile body.update .external-connection .footer{-moz-column-gap:var(--padding-inner-x);column-gap:var(--padding-inner-x);grid-template-columns:auto min-content}.no-mobile body.update .external-connection .footer .note{margin-bottom:-.2em}.no-mobile body.update .external-connection .footer .submittrigger{align-self:flex-end}@media (min-width:640px){.mobile body.update .external-connection .footer{-moz-column-gap:var(--padding-inner-x);column-gap:var(--padding-inner-x);grid-template-columns:auto min-content}.mobile body.update .external-connection .footer .note{margin-bottom:-.2em}.mobile body.update .external-connection .footer .submittrigger{align-self:flex-end}}body.update .tabbed-content-title+.change-password-form{margin-top:15px}body.update .change-password-group+.one-time-password-group{margin-top:40px}body.update.in-app .update-details,body.update.in-app .update-details .form-row:last-of-type{margin-bottom:0}.update .sidebar p{color:#bcd}aside .setting{padding-bottom:0}.setting .section-heading{margin-bottom:10px}.setting .title-only{margin-bottom:0}.setting strong{font-family:Graphik-Semibold-Web,sans-serif;font-weight:700;font-weight:400}.setting p .note{color:#89a;font-size:12px}.setting a[href]:not(.button):not(.button-secondary):not(.localelink):not(.cataloglink){color:#40bcf4}.setting a[href]:not(.button):not(.button-secondary):not(.localelink):not(.cataloglink):active,.setting a[href]:not(.button):not(.button-secondary):not(.localelink):not(.cataloglink):hover{color:#def}#tabbed-content h2,.tabbed-content-title{color:#fff;font-family:Graphik-Light-Web,sans-serif;font-size:1.53846154rem;font-weight:400;line-height:1.25;margin:4px 0 7px}.mobile #tabbed-content h2,.mobile .tabbed-content-title{font-size:1.66666667rem}.mobile .permissions{margin-bottom:1.23076923rem}.connections{margin-bottom:10px}.mobile #find-friends .connections{border-top:none;padding-top:0}.connections li{border-bottom:1px solid #2c3440;color:#bcd;display:block;font-size:13px;line-height:1;margin-bottom:25px;min-height:70px;overflow:hidden;padding-bottom:25px;padding-left:90px;position:relative}#find-friends .connections li{margin-bottom:10px;padding:0 0 10px 50px}.mobile #find-friends .connections li{padding:10px 0 5px}#find-friends .connections li p{margin-top:5px}#find-friends .connections li a:not(.button){color:#fff}#find-friends .connections li a:not(.button):active,#find-friends .connections li a:not(.button):hover{color:#40bcf4!important}#find-friends .connections li.facebook-enabled,#find-friends .connections li.twitter-enabled{min-height:0}#find-friends .connections li.facebook-enabled a,#find-friends .connections li.twitter-enabled a{padding-bottom:12px;padding-top:10px}.connections li p:last-child{margin-bottom:0}.connections li .option-label{color:#bcd}.connections li .option-label.connection-optin{line-height:1.5;margin-top:-2px;min-height:32px;padding-top:2px;position:relative}.connections li .option-label.connection-optin div.checker{left:0;position:absolute;top:-1px}.connections li .option-label.connection-optin .mute{color:#789;font-size:10px}.connections li .option-label.connection-optin+.connection-optin{margin-top:10px}.connections .icon{height:70px;left:0;top:0;width:70px}#find-friends .connections .icon{height:40px;left:-50px;width:40px}.mobile #find-friends .connections .icon{left:auto;margin-bottom:0;margin-top:-10px;top:auto}.connections .twitter .icon{background-position:-540px -380px}.connections .facebook .icon{background-position:-620px -380px}#find-friends .connections .facebook .icon{background-position:-625px -455px}.connections .connection-content{float:left}.connections .button{float:right;margin-left:10px;min-width:96px;position:relative;text-align:center}.connections .button.remove.ajax-working{color:transparent}.connections .twitter-button{background:#019ad4;border:none;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3);color:#fff}.connections .twitter-button:active,.connections .twitter-button:hover{background:#01aced;border:none}.connections .twitter-button:active{background:#0187ba}.connections .facebook-button{background:#0d6be3;border:none;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);color:#fff}.connections .facebook-button:active,.connections .facebook-button:hover{background:#1777f2;border:none}.connections .facebook-button:active{background:#0b5fcb}.wide-sidebar .connections{width:250px}.wide-sidebar div.connections span.has-icon{padding:10px 20px}div.connections .icon{float:left;margin:8px 5px 0}div.connections span.has-icon{font-size:13px;line-height:1.5;padding:10px 15px 13px}div.connections p:last-child{margin:0 0 0 25px}div.connections p small{color:#bef;font-size:11px}div.connections a{border-bottom:1px solid hsla(0,0%,100%,.5);color:#fff}div.connections a:active,div.connections a:hover{border-bottom:1px solid #fff}div.c-text,h1.c,h2.c,p.c{text-align:center}div.c *{display:block;margin:0 auto}aside .message-container{padding-top:5px}#notifications h2{margin-bottom:0}.form-row .notes{color:#789}.form-row .notes .person{color:#abc;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.form-row .notes .person:hover{color:#bcd}.form-row .notes .target{color:#fff}.form-row .notes .target:active,.form-row .notes .target:hover{color:#abc}.form-row .notes .secondary{color:#bcd}.form-row .notes .secondary:active,.form-row .notes .secondary:hover{color:#fff}.upgrade-message{margin-top:3.69230769rem}@media (min-width:768px){.upgrade-message{align-items:center;display:flex}}.upgrade-message>p{margin:0}@media (min-width:768px){.upgrade-message>p{margin-right:1.53846154rem}}.upgrade-message>p a{border-bottom:1px solid rgba(221,238,255,.35);color:#def!important}.upgrade-message>p a:hover{border-bottom-color:hsla(0,0%,100%,.65);color:#fff!important}.upgrade-message>p>.-mute a{border-bottom:none;color:#89a!important}.upgrade-message>p>.-mute a:hover{color:#9ab!important}.upgrade-message>.button-secondary{color:#fff;margin-left:auto;white-space:nowrap}@media (max-width:767px){.upgrade-message>.button-secondary{margin-left:0;margin-top:1.53846154rem}}#user-update .row.buttons{display:flex;justify-content:space-between}.no-mobile #user-update .row.buttons{max-width:390px}#user-update .row.buttons.-stickysubmit{border-top:1px solid #2c3440;bottom:0;margin-top:2.46153846rem;max-width:none;padding-bottom:1.53846154rem;padding-top:1.23076923rem;position:sticky;z-index:900}.backdropfilter #user-update .row.buttons.-stickysubmit{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(20,24,28,.925)}.no-backdropfilter #user-update .row.buttons.-stickysubmit{background-color:rgba(20,24,28,.975)}#user-update aside .section:last-child{padding-bottom:0}#user-update .comment-settings{flex-wrap:wrap;max-width:400px;padding-top:.76923077rem}#user-update .comment-settings .smenu>label{color:#bcd}#user-update .comment-settings .smenu>label>.icon{background-position:-370px -90px}#user-update .comment-settings>.setting{font-size:.92307692rem;max-width:280px;padding-left:30px;padding-top:.38461538rem}#user-update .team-members{border-top:1px solid #2c3440;clear:both;margin-bottom:3.07692308rem;margin-top:3.07692308rem;padding-bottom:0;padding-top:2.46153846rem}#user-update .team-members>.title-3{margin-top:0}#user-update .team-members>.team-member-manager{margin-left:-5px;margin-right:-5px}#tabbed-content .footnote{margin-left:auto;margin-right:auto;max-width:640px;padding-left:.76923077rem;padding-right:.76923077rem}#tabbed-content .avatar-uploader+.footnote,#tabbed-content .backdrop-uploader+.footnote{margin-top:20px}body.user-subscription .page-header{box-sizing:border-box;margin-left:5px;margin-right:5px;padding-bottom:.76923077rem;text-align:left}body.user-subscription .page-header *,body.user-subscription .page-header :after,body.user-subscription .page-header :before{box-sizing:inherit}body.user-subscription .page-header>.constraint{margin-left:auto;margin-right:auto;max-width:950px}body.user-subscription .page-header .title-hero{text-align:left}@media (min-width:560px){.mobile body.user-subscription .page-header{margin-top:1.23076923rem}}@media (max-width:559px){.mobile body.user-subscription .page-header{margin-top:.76923077rem}}body.user-subscription .section{padding-bottom:3.07692308rem}@media screen and (max-width:559px){.mobile body.user-subscription .section{padding-bottom:3.07692308rem}}body.user-subscription .section>.section{padding-bottom:0}body.user-subscription .section>*+.js-csi,body.user-subscription .section>*+.loading-csi,body.user-subscription .section>*+.section{margin-top:3.07692308rem}@media screen and (max-width:559px){.mobile body.user-subscription .section>*+.js-csi,.mobile body.user-subscription .section>*+.loading-csi,.mobile body.user-subscription .section>*+.section{margin-top:3.07692308rem}}body.user-subscription .section>.spinner{display:flex;justify-content:center}body.user-subscription .section .sectionheader{padding-left:5px;padding-right:5px}body.user-subscription .section .sectionheader .section-heading{margin-bottom:.76923077rem}body.user-subscription .section *+.sectionheader{margin-top:1.84615385rem}body.user-subscription .section>.body-text{padding-left:5px;padding-right:5px}body.user-subscription .section.-pageconstraint{margin-left:auto;margin-right:auto;max-width:960px}body.user-subscription .section.featured-subscription{margin-top:1.84615385rem}body.user-subscription .section.featured-subscription .statusmessage{padding-left:5px;padding-right:5px}body.user-subscription .section.featured-subscription .statusmessage+.subscription-sku{margin-top:1.84615385rem}@media screen and (max-width:559px){.mobile body.user-subscription .section.featured-subscription .statusmessage+.subscription-sku{margin-top:2.46153846rem}}body.user-subscription .section.payment-method .paymentinfo{box-sizing:border-box;display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px;margin-top:1.23076923rem}body.user-subscription .section.payment-method .paymentinfo *,body.user-subscription .section.payment-method .paymentinfo :after,body.user-subscription .section.payment-method .paymentinfo :before{box-sizing:inherit}body.user-subscription .section.payment-method .paymentinfo>.subscription-info-field{padding:.5em 10px;width:50%}body.user-subscription .section.payment-method .paymentinfo>.subscription-info-field .value{color:#bcd}@media screen and (max-width:639px) and (min-width:560px){.mobile body.user-subscription .section.payment-method .paymentinfo>.subscription-info-field>.label{font-size:.83333333rem}.mobile body.user-subscription .section.payment-method .paymentinfo>.subscription-info-field>.value{font-size:1rem}}body.user-subscription .section.payment-method .paymentinfo+.body-text{margin-top:1.23076923rem}body.user-subscription .section.payment-method .body-text{color:#bcd;padding-left:5px;padding-right:5px}body.user-subscription .section.payment-method .body-text .tabular-nums{font-family:PitchSansWeb-Medium,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace}body.user-subscription .section.payment-method .body-text>p:last-child{margin-bottom:0}body.user-subscription .section.change-plan .coupon-widget{margin-left:5px;margin-right:5px;margin-top:1.53846154rem;position:relative}body.user-subscription .section.change-plan .coupon-widget .couponalert>.body-text{padding-left:15px;padding-right:15px;text-align:left}body.user-subscription .section.change-plan .coupon-widget .couponform{background-color:#456;border-radius:3px;padding:1.23076923rem 15px}body.user-subscription .section.change-plan .coupon-widget .couponform>.formrow{max-width:25em}body.user-subscription .section.change-plan .coupon-widget+.subscription-sku{margin-top:1.53846154rem}@media screen and (max-width:559px){.mobile body.user-subscription .section.change-plan .coupon-widget+.subscription-sku{margin-top:2.46153846rem}}.subscription-info-field>.label{font-family:Graphik-Semibold-Web,sans-serif;font-size:.84615385rem;font-weight:400;letter-spacing:.075em;line-height:1.33333333;text-transform:uppercase}.mobile .subscription-info-field>.label{font-size:.91666667rem}.subscription-info-field>.value{font-size:1.07692308rem;line-height:1.33333333;margin-top:.33333333em}.mobile .subscription-info-field>.value{font-size:1.16666667rem}.blocked .col-main,.followers .col-main,.following .col-main{margin-top:-10px}.page-header{border-bottom:1px solid #456;margin-bottom:15px;position:relative}.page-header:after,.page-header:before{content:" ";display:table}.page-header:after{clear:both}.page-header h1{margin:0}.page-header h1.person-heading.left{width:75%}.page-header .section-heading{border:none;color:#9ab}.page-header.no-sorting-options{margin-bottom:0}.page-header .summary-count{float:right}.person-header{margin-bottom:0;overflow:visible;padding-bottom:8px}.film-header{padding-bottom:30px}.list-page .person-header,.tag .person-header,.view .person-header{margin-bottom:15px}.activity-stream .page-header{margin-bottom:0}.activity-stream .col-main{margin-top:-10px}.sub-nav{position:absolute;right:0}.sub-nav .count{color:#678;font-size:13px;position:relative;text-transform:none}.sub-nav .count a{color:#678}.sub-nav .empty .count{display:none}.sub-nav li{float:left;font-size:1rem;letter-spacing:.075em;line-height:1;margin-left:12px;text-transform:uppercase}.sub-nav li.selected a{color:#fff}.sub-nav li.selected>span{border-bottom:1px solid #fff;color:#fff}.sub-nav li.selected .count{border:none;color:#9ab}.sub-nav li.selected a,.sub-nav li.selected a:active,.sub-nav li.selected a:hover{border-bottom:1px solid #fff;padding-bottom:5px}.sub-nav li:first-child{margin-left:0}.sub-nav a{color:#00e054;display:block;padding-bottom:6px}.sub-nav a:active,.sub-nav a:hover{border-bottom:1px solid #00e054;padding-bottom:5px}.sub-nav .empty a{color:#678}.sub-nav .empty a:active,.sub-nav .empty a:hover{border-bottom:none}.activity-table,.person-table,.table{border-collapse:collapse;clear:both;margin:0 0 20px;width:100%}.import-activity thead th,.person-table thead th,.table thead th{background:#14181c;border-bottom:1px solid #2c3440;color:#456;font-size:11px;padding:6px 0 7px 20px;text-transform:uppercase}.modal-body .import-activity thead th,.modal-body .person-table thead th,.modal-body .table thead th{background:var(--modal-header-border-color);border-bottom-color:var(--modal-header-border-color);color:#9ab}.col-main>.import-activity:first-child thead th,.col-main>.person-table:first-child thead th,.col-main>.table:first-child thead th{border-top:1px solid #2c3440}.import-activity thead th:first-child,.person-table thead th:first-child,.table thead th:first-child{padding-left:5px}.activity-table tbody td,.person-table tbody td,.table tbody td{border-bottom:1px solid #2c3440;color:#789;padding:10px 0}.modal-body .activity-table tbody td,.modal-body .person-table tbody td,.modal-body .table tbody td{border-bottom:var(--modal-header-border-width) solid var(--modal-header-border-color);color:#9ab}.activity-table tbody td.inline-person .avatar,.person-table tbody td.inline-person .avatar,.table tbody td.inline-person .avatar{margin-bottom:-5px;top:-3px}.table tbody td{padding:10px 0 10px 20px}.table tbody td:first-child{padding-left:0}.film-activity .activity-table tbody .no-activity-message td{padding:0}.film-activity .activity-table tbody .no-activity-message td p{display:none}.film-activity .activity-table tbody .no-activity-message{border:none}.person-table a{color:#789}.modal-body .person-table a{color:#9ab}.person-table a:active,.person-table a:hover{color:#40bcf4}.modal-body .person-table tbody h3 a,.person-table tbody h3 a{color:#fff}.person-table .table-person{padding-left:0;width:40%}.person-table .table-person.-emailonly{vertical-align:middle}.person-table .avatar.-a40{float:left;margin-right:10px}.person-table .table-stats{padding-left:20px;vertical-align:middle;width:50px}.person-table .table-stats a:hover{color:#fff}.person-table .table-stats p{margin:0}.person-table .th-follow{padding-right:5px;text-align:right}.person-table .table-follow-status{padding:10px 0;vertical-align:middle;width:30px}.person-table .table-follow-status .close-friend-triggers,.person-table .table-follow-status .follow-button-wrapper,.person-table .table-follow-status .resend-invitation-button,.person-table .table-follow-status .revoke-invitation-button{float:right;height:30px}.person-table .table-follow-status .revoke-invitation-button{margin-right:5px}.person-table .table-recent{padding:10px 10px 10px 20px;vertical-align:middle;width:130px}.person-table .network-recently-watched{width:120px}.person-table .network-recently-watched li{float:left;margin-right:5px}.person-table .network-recently-watched li:last-child{margin-right:0}.invitations .person-table .table-follow-status{width:36px}.invite-user{border-bottom:1px solid #456;padding:0 0 10px}#social-friends-table{border-top:1px solid #2c3440}#spinner{height:80px;margin:auto;position:relative;width:80px}#spinner>.lb-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}#spinner.small{display:block;float:left;height:24px;margin:0 10px 0 0;width:24px}.film .col-17 .col-10,.film .sidebar{padding-bottom:2.46153846rem}.mobile .film .sidebar>.section{padding-bottom:0}.mobile .film .sidebar>#userpanel{display:none}.no-mobile .film .film-header-group{margin-bottom:30px;margin-top:-3px}.no-mobile .film .film-header-group .credits a:-moz-any-link,.no-mobile .film .film-header-group .releaseyear a:-moz-any-link{--color-interaction-rgb:64,188,244;--decoration-line:underline;--decoration-color-alpha:0.33333}.no-mobile .film .film-header-group .credits a:any-link,.no-mobile .film .film-header-group .releaseyear a:any-link{--color-interaction-rgb:64,188,244;--decoration-line:underline;--decoration-color-alpha:0.33333}.mobile .film .film-header-group{-moz-column-gap:calc(var(--grid-col-gutter)*3);column-gap:calc(var(--grid-col-gutter)*3);display:grid;grid-auto-flow:column;grid-template-columns:[details] auto [poster] 30%}.mobile .film .film-header-group>.details{align-self:center;grid-column:details}.mobile .film .film-header-group>.poster-list{align-self:start;grid-column:poster}.mobile .film .film-header-group .poster-list .poster,.mobile .film .film-header-group .poster-list.-p230 .poster{display:block;width:auto}.mobile .film .film-header-group .poster-list .image,.mobile .film .film-header-group .poster-list.-p230 .image{height:auto;width:100%}.mobile .film .film-header-group+.col-main{margin-top:20px}.film .film-reviews{margin-bottom:2.46153846rem}.film .film-reviews+.film-reviews{margin-top:0}.film .film-reviews.reviews-hidden{clear:both}.film .film-reviews.reviews-hidden .body-text{padding-right:3.07692308rem}.film .activity-from-friends{padding-bottom:3.69230769rem}@media (max-width:420px){.film .activity-from-friends .section-heading .alter-for-mobile{display:none}}@media (min-width:375px) and (max-width:420px){.film .activity-from-friends .section-heading>a:before{content:"Your "}}.mobile .film .activity-from-friends{margin-bottom:2.46153846rem;margin-top:3.07692308rem;padding-bottom:0}.film .related-films{margin-bottom:30px}.film .related-films .nanocrowd-attribution{text-align:right}.no-mobile .film .related-films .nanocrowd-attribution{margin-top:10px}.mobile .film .related-films .nanocrowd-attribution{margin-top:5px}.film .related-lists .section-heading~section.list.-summary:first-of-type{padding-top:0}.film h4.tagline{margin-top:-2px}.film .col-17{float:right;overflow:visible}.film .poster-list.-p230 .poster{width:230px}.film .review.-hero{overflow:hidden}.mobile .film .review.-hero{margin-bottom:0}.mobile .film #user-actions-menu,.mobile .film .film-news,.mobile .film .film-recent-reviews,.mobile .film .related-films,.mobile .film .reviews-hidden{margin-top:3.07692308rem}.mobile .film .text-footer{margin-bottom:4.92307692rem}.col-poster-large p{color:#9ab}.cast-list .text-slug{cursor:pointer}.poster-list+.loading-csi>.watch-panel,.poster-list+.watch-panel{margin-top:20px}.play-trailer{font-size:14px;line-height:26px}.film-links li .play-trailer{padding:8px 0}.play-trailer .icon{background-position:-670px -775px;display:inline-block;height:25px;left:auto;margin-right:8px;position:relative;top:auto;vertical-align:-7px;width:25px}.play-trailer:active .icon,.play-trailer:hover .icon{background-position:-700px -775px}.play-trailer.review{font-size:12px;line-height:16px}.film-links li .play-trailer.review{padding:5px 0}.play-trailer.review .icon{background-position:-730px -775px;height:18px;vertical-align:-5px;width:18px}.play-trailer.review:active .icon,.play-trailer.review:hover .icon{background-position:-750px -775px}.film-popular-review .avatar{margin-right:5px}.film-popular-review .film-detail{border-color:#2c3440;padding-bottom:15px}.film-popular-review .film-detail:first-child{padding-top:5px}.film-popular-review .film-detail:nth-child(n+4){display:none}.film-popular-review .film-detail .text p:last-child{margin-bottom:0}.film-popular-review .film-detail-meta{margin-top:0}.film-popular-review .film-detail-content{width:610px}.film-news{clear:both}@media (max-width:667px){.mobile .film-news>.card-summary-list{margin-left:-16px;margin-right:-16px;padding-left:8px;padding-right:8px}.mobile .film-news>.card-summary-list .card-summary{flex-basis:444.66666667px;max-width:calc(80vw - 48px)}}.featured-bg{background-position:top;background-repeat:no-repeat;background-size:1200px 675px}.featured-bg.backdrop-short{background-size:1200px 425px}.featured-bg-fade{background:url(../img/film-feature-fade.11d88ecc.png) center -680px no-repeat;padding-top:390px}.featured-bg-fade .cols-3{padding-top:10px}#poster-col .ad{margin-top:50px}body.film .release-table-group .release-table{clear:both}body.film .release-table-group .release-table+.release-table-title{margin-top:1em}body.film .release-table-group .release-table-title{margin-bottom:.33333333em}body.films-page .service-attribution>.nanocrowd-attribution{text-align:center}.no-mobile body.films-page .poster-list+.service-attribution,body.films-page .ui-block-header+.service-attribution{margin-top:20px}.no-mobile body.films-page .pagination+.service-attribution{position:relative;z-index:1}.no-mobile body.films-page .pagination+.service-attribution>.nanocrowd-attribution{bottom:15px;left:50%;position:absolute;transform:translateX(-50%) translateY(50%)}@media (min-width:375px){.mobile body.films-page .pagination+.service-attribution{position:relative;z-index:1}.mobile body.films-page .pagination+.service-attribution>.nanocrowd-attribution{bottom:25px;left:50%;position:absolute;transform:translateX(-50%) translateY(50%)}}@media (max-width:374px){.mobile body.films-page .pagination+.service-attribution{padding-bottom:10px;padding-top:20px}}.film-viewing-info-wrapper .film-metadata{align-items:center;-moz-column-gap:7px;column-gap:7px;display:flex}.film-viewing-info-wrapper .film-metadata .icon-liked .icon{background-position:-550px -130px}.film-viewing-info-wrapper.-mobile{display:flex;margin-bottom:1.53846154rem}.film-viewing-info-wrapper.-mobile>.poster-list{align-self:flex-start;flex-shrink:0;order:2;width:30%}.film-viewing-info-wrapper.-mobile>.poster-list .poster,.film-viewing-info-wrapper.-mobile>.poster-list img{height:auto;width:100%}.film-viewing-info-wrapper.-mobile>.details{align-self:center;flex-grow:1;order:1;padding-right:1.23076923rem}.film-viewing-info-wrapper.-mobile .attribution-block{margin-bottom:1.23076923rem}.film-viewing-info-wrapper.-mobile .attribution-block>.attribution{font-size:.92307692rem}.mobile .film-viewing-info-wrapper.-mobile .attribution-block>.attribution{font-size:1rem}.lists-new .page-header{padding-bottom:5px}.lists-edit,.lists-new{height:auto}.lists-edit .page-header,.lists-new .page-header{margin-bottom:0;padding-bottom:5px}.lists-edit .page-header h1,.lists-new .page-header h1{float:left}.lists-edit .page-header p,.lists-new .page-header p{color:#678;float:right;margin:0}.lists-edit .page-header p em,.lists-new .page-header p em{color:#ff8000;font-style:normal}.lists-edit .page-header p a,.lists-new .page-header p a{color:#9ab}.lists-edit .page-header p a:active,.lists-edit .page-header p a:hover,.lists-new .page-header p a:active,.lists-new .page-header p a:hover{color:#def}.lists-edit .col-12,.lists-new .col-12{padding-top:5px}.lists-edit .twipsy-inner,.lists-new .twipsy-inner{background:#456;color:#bcd;max-width:400px;text-overflow:ellipsis;text-shadow:0 -1px 0 #123}.lists-edit #current-tags,.lists-new #current-tags{margin-top:10px}.lists-edit #current-tags .tags,.lists-new #current-tags .tags{margin:0}h3.list-edit-introduction{color:#89a;font-size:21px;font-weight:400;line-height:1.2;margin:0 0 10px}h3.list-edit-introduction a{border-bottom:1px solid #345}p.import-list-text{color:#89a;float:left;margin:0}#list-items-editor{clear:both;float:none;width:auto}#list-items-editor .list-items-header-wrap{height:72px;position:relative}.has-touch #list-items-editor .list-items-header-wrap{height:73px}#film-list-main-details{display:flex;justify-content:space-between;margin-bottom:20px;padding-top:15px}#film-list-main-details>.detailscol{flex-basis:50%;max-width:calc(50% - 25px)}#film-list-main-details>.detailscol>.form-row:last-child{margin-bottom:0}#film-list-main-details>.detailscol.-description>.form-row{display:flex;flex-direction:column;height:100%}#film-list-main-details>.detailscol.-description>.form-row>.notes-field{flex-grow:1;min-height:15em}#film-list-main-details input[type=text],#film-list-main-details textarea{width:100%}#film-list-main-details .form-row.-ranktoggle .option-label{color:#fff;display:flex}#film-list-main-details .form-row.-ranktoggle .option-label>.note{align-self:center;margin-left:auto;margin-top:0}#film-list-main-details .form-row.-sharing .sharing-actions{position:absolute;right:0;top:0}#film-list-main-details .sharing-actions .note{color:#89a;display:block;font-size:.92307692rem;line-height:1.33333333}#film-list-main-details .sharing-actions .trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#9ab;cursor:default;font-family:inherit;line-height:1;margin:0;padding:0;text-decoration:none;transition:color .5s cubic-bezier(.19,1,.22,1)}#film-list-main-details .sharing-actions .trigger:not(:disabled):focus,#film-list-main-details .sharing-actions .trigger:not(:disabled):hover{text-decoration:inherit}#film-list-main-details .sharing-actions .trigger>.glyph{transform:translateY(4.54545455%)}#film-list-main-details .sharing-actions .trigger>.glyph path{fill:currentColor}#film-list-main-details .sharing-actions .trigger>.glyph+.label{margin-left:.15em}#film-list-main-details .sharing-actions .trigger>.label{font-size:1rem;text-decoration-color:transparent;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.2em}#film-list-main-details .sharing-actions .trigger:not(:disabled){cursor:pointer}#film-list-main-details .sharing-actions .trigger:not(:disabled):focus,#film-list-main-details .sharing-actions .trigger:not(:disabled):hover{color:#def;transition:color .33333333s cubic-bezier(.19,1,.22,1)}#film-list-main-details .sharing-actions .trigger:not(:disabled):focus>.label,#film-list-main-details .sharing-actions .trigger:not(:disabled):hover>.label{text-decoration-color:rgba(221,238,255,.333)}#film-list-main-details .sharing-actions [hidden]{display:none!important}#film-list-main-details .list-toggle{float:left;margin-bottom:0;margin-left:30px}#list-edit-buttons{float:right;margin:0;padding-top:0}.list-items-header{overflow:hidden;width:950px}.has-no-touch .list-items-header{position:relative}.list-items-header .ad{margin-top:50px}.list-items-header .wrap{border-bottom:1px solid #14181c;overflow:hidden;padding:20px 0}.list-items-header .shadow{display:none}.list-items-header .film-list-item-search{float:left;margin:0}.list-items-header .film-list-item-search .section-heading{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;float:left;font-family:Graphik-Semibold-Web,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.075em;line-height:12px;text-decoration:none;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#00ac1c;border:none;border-bottom-left-radius:2px;border-top-left-radius:2px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),inset 0 -1px 0 hsla(0,0%,100%,.2);color:#f4fcf0;padding:9px 0 8px;text-align:center;width:105px}.list-items-header .film-list-item-search small{color:#678;float:left;font-size:12px;line-height:31px;margin:0 5px}.list-items-header .film-list-item-search small.go-pro a{color:#9ab;display:inline-block;line-height:31px}.list-items-header .film-list-item-search small.go-pro a .badge-pro{font-size:13px;line-height:1;margin-right:2px;padding:2px 5px 3px;top:-1px;vertical-align:middle}.list-items-header .film-list-item-search small.go-pro a:hover{color:#40bcf4}.list-items-header .film-list-item-search small.go-pro{margin-left:20px}.list-items-header .film-list-item-search .field{border-bottom-left-radius:0;border-top-left-radius:0;float:left;width:285px}.list-items-header #frm-list-film-name{padding:8px 9px 7px}.list-items-header .list-edit-order{color:#678;float:right;font-size:12px;line-height:30px}.list-items-header .list-edit-order li,.list-items-header .list-edit-order ul{display:inline}.list-items-header .list-edit-order li{margin-left:5px}.list-items-header .list-edit-order a{color:#89a}.list-items-header .list-edit-order a:active,.list-items-header .list-edit-order a:hover{color:#40bcf4}.list-items-header .sorting-menu{float:right;margin-left:0;margin-right:10px}.list-items-header .sorting-menu .smenu-wrapper{padding:4px 0 5px 2px}.list-items-header .sorting-menu .smenu-wrapper label{font-size:.92307692rem;letter-spacing:.075em}.list-items-header .view-toggle{float:right;line-height:1;margin-right:15px}#add-film-to-list{float:right}#list-items{border:1px solid #345;border-radius:4px;color:#89a;margin:0;padding:0}#list-items.empty-list{bottom:auto;left:auto;position:relative}#list-items .poster{float:left;margin-right:10px}#list-items li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABB0RVh0Q3JlYXRpb24AMTQvNy8xMbhUaCQAAAAMSURBVHicY1AydgEAARQAmsMw+LQAAAAASUVORK5CYII=) 912px 0 repeat-y;border-top:1px solid #345;display:block;overflow:hidden;padding:10px 48px 10px 10px;position:relative;width:890px}#list-items li:nth-of-type(2),#list-items li:nth-of-type(2).ui-sortable-placeholder{border-top:none}#list-items li:last-child{border-bottom:none}#list-items li:active,#list-items li:hover{background-color:#1c2229;cursor:move}#list-items li:active .list-number,#list-items li:hover .list-number{background-color:#24303c;cursor:text}#list-items li:active .is-editing,#list-items li:hover .is-editing{background:#14181c}#list-items li .film-detail-meta{display:inline-block;margin:0 0 0 .75em;vertical-align:middle}#list-items li .list-item-details{float:left;width:750px}#list-items li .list-item-details .headline-2{margin:0 0 5px}#list-items li .list-item-details .list-item-add-notes{margin:0}#list-items li .list-item-details .list-entry-notes p:last-child{margin-bottom:.5em}#list-items li .list-item-details .list-entry-note-text{padding-right:.5em}#list-items li .icon{background:none;height:100%;left:auto;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;width:35px}.poster-list-view #list-items li .icon{background:none;height:150px;width:100%;z-index:1}.poster-list-view #list-items li .icon:after{display:none}#list-items li .icon:after{background-image:url(../img/sprite.6c5e9c43.svg);background-position:-300px -160px;background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:15px;left:auto;margin-top:-8px;position:absolute;right:10px;top:50%;width:15px}#list-items li .list-item-actions{display:inline-block;font-size:11px;margin-top:-9px;position:absolute;right:45px;text-align:left;top:50%}#list-items li .list-item-actions .list-item-remove{background-position:-100px -350px;height:18px;position:relative;width:18px}#list-items li .list-item-actions .list-item-remove:active,#list-items li .list-item-actions .list-item-remove:hover{background-position:-160px -350px}#list-items li.ui-sortable-helper{background:#345;border:1px solid #123;border-radius:4px;box-shadow:inset 0 1px 0 #567,0 0 10px #000}#list-items li.ui-sortable-helper .list-number{background:#24303c;border-color:#24303c}#list-items li.ui-sortable-helper .list-item-remove{background-position:-120px -350px}#list-items li.ui-sortable-helper .icon{background-position:-300px -180px}#list-items li.ui-sortable-placeholder{background:#123 url(../img/bg-checkered.69c5e741.png) 0 0;box-shadow:inset 0 0 10px #000;visibility:visible!important}#list-items.first-item-dragged li:nth-of-type(3){border-top:none}#list-items #empty-list-placeholder{border-top:none;box-sizing:border-box;display:none;margin:0}#list-items.empty-list #empty-list-placeholder{background:none;display:block;padding:40px 10px 50px;text-align:center;width:100%}#list-items.empty-list #empty-list-placeholder p{background:none;border:none;margin:0 auto;width:500px}#list-items.empty-list #empty-list-placeholder p .title-2{display:block;margin-bottom:10px;margin-top:5px}#list-items .list-number{border:1px solid #345;border-radius:4px;color:#fff;display:none;float:left;font-size:24px;height:50px;line-height:48px;margin-right:10px;position:relative;text-align:center;width:48px}#list-items input.change-number{background-color:#14181c;border:none;color:#fff;font-size:24px;left:0;line-height:1;padding-top:11px;position:absolute;text-align:center;top:0;width:95%}#list-items.show-list-numbers li .list-number{display:block}#list-items li .rated-1,#list-items li .rated-10,#list-items li .rated-2,#list-items li .rated-3,#list-items li .rated-4,#list-items li .rated-5,#list-items li .rated-6,#list-items li .rated-7,#list-items li .rated-8,#list-items li .rated-9{margin-right:10px}.fixed-editor .list-items-header{z-index:90}.fixed-editor .list-items-header .wrap{background:#14181c;border-bottom:1px solid #345;height:31px}.fixed-editor .list-items-header .shadow{background:linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);display:block;height:10px}#upload-list{left:-9999em;opacity:0;position:absolute}.import-list{color:#89a;font-size:12px;margin-left:10px}#list-edit-sort{margin:0 15px 0 0}#list-edit-toggle{float:right;line-height:1}#list-import{color:#678;float:left;line-height:27px}#list-import p{display:inline-block;font-size:11px;margin:0 0 0 10px}.compact-list #list-items li{padding:7px 48px 7px 10px}.compact-list #list-items li h3{display:inline-block;font-size:18px;margin:0 10px 0 0}.compact-list #list-items li .list-item-add-notes{display:inline-block}.compact-list #list-items li .poster{display:none}.compact-list #list-items li .rateit{margin-bottom:-2px}.compact-list #list-items li .list-number{font-size:15px;height:18px;line-height:19px;width:32px}.compact-list #list-items li .list-entry-notes{display:none}.poster-list-view #list-items{border:none;border-radius:0;margin-left:-12px}.poster-list-view #list-items.empty-list,.poster-list-view #list-items.empty-list li{margin-left:0}.poster-list-view #list-items li{background:none;border:none;float:left;margin-bottom:10px;margin-left:12px;padding:0;width:125px}.poster-list-view #list-items li#empty-list-placeholder{border:1px solid #345;border-radius:4px;margin-bottom:0}.poster-list-view #list-items li .list-entry-notes,.poster-list-view #list-items li h3{display:none}.poster-list-view #list-items li .list-item-actions,.poster-list-view #list-items li .list-item-details{background:rgba(0,0,0,.8);bottom:10px;display:none;height:16px;margin:0;position:absolute;width:16px}.poster-list-view #list-items li .list-item-details{border-bottom-left-radius:3px;border-top-left-radius:3px;left:34px;padding:6px 5px 6px 9px}.poster-list-view #list-items li .list-item-details.-haspostercontrol{left:20px;width:44px}.poster-list-view #list-items li .list-item-details.-haspostercontrol .list-item-controls{width:44px}.poster-list-view #list-items li .list-item-details a.micro-button{border:none;display:inline-block;height:16px;overflow:hidden;padding:0;text-indent:-999em;width:16px}.poster-list-view #list-items li .list-item-details .list-entry-notes{display:none;height:16px;position:relative;text-indent:-999em;width:16px}.poster-list-view #list-items li .list-item-details a.list-item-edit{background:url(../img/sprite.6c5e9c43.svg) -610px -90px no-repeat;width:17px}.poster-list-view #list-items li .list-item-details a.list-item-edit:active,.poster-list-view #list-items li .list-item-details a.list-item-edit:hover{background-position:-650px -130px}.poster-list-view #list-items li .list-item-details a.list-item-poster{background:url(../img/sprite.6c5e9c43.svg) -740px -180px no-repeat;margin-left:5px}.poster-list-view #list-items li .list-item-details a.list-item-poster:active,.poster-list-view #list-items li .list-item-details a.list-item-poster:hover{background-position:-760px -180px}.poster-list-view #list-items li .list-item-details.-hasnotes a.list-item-edit{background-position:-630px -180px}.poster-list-view #list-items li .list-item-details.-hasnotes a.list-item-edit:active,.poster-list-view #list-items li .list-item-details.-hasnotes a.list-item-edit:hover{background-position:-650px -50px}.poster-list-view #list-items li .list-item-actions{border-bottom-right-radius:3px;border-top-right-radius:3px;padding:6px 8px 6px 3px;right:34px;top:auto}.poster-list-view #list-items li .list-item-actions .list-item-remove{background-position:-190px -350px;height:16px;width:16px}.poster-list-view #list-items li .list-item-actions .list-item-remove:active,.poster-list-view #list-items li .list-item-actions .list-item-remove:hover{background-position:-210px -350px}.poster-list-view #list-items li .list-item-actions.-haspostercontrol{right:20px}.poster-list-view #list-items li .poster{background-position:-320px -350px;height:187px;width:125px}.poster-list-view #list-items li .no-poster .frame{display:block;position:absolute}.poster-list-view #list-items li .no-poster .frame .frame-title{display:block;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-55%,0);width:85%}.poster-list-view #list-items li .frame,.poster-list-view #list-items li .poster,.poster-list-view #list-items li img{border-radius:4px}.poster-list-view #list-items li img{height:187px;width:125px}.poster-list-view #list-items li:active,.poster-list-view #list-items li:hover{background:none;cursor:move}.poster-list-view #list-items li:active .list-item-actions,.poster-list-view #list-items li:active .list-item-details,.poster-list-view #list-items li:hover .list-item-actions,.poster-list-view #list-items li:hover .list-item-details{display:block}.poster-list-view #list-items li:active .list-number,.poster-list-view #list-items li:hover .list-number{background:#24303c;border-color:#24303c;cursor:text}.poster-list-view #list-items li:active .is-editing,.poster-list-view #list-items li:hover .is-editing{background:transparent;border-color:transparent}.poster-list-view #list-items.show-list-numbers li{margin-bottom:15px;padding-bottom:20px}.poster-list-view #list-items.show-list-numbers li .list-item-actions,.poster-list-view #list-items.show-list-numbers li .list-item-details{bottom:30px}.poster-list-view #list-items.show-list-numbers li .list-number{border:none;bottom:0;display:block;float:none;font-size:1.15384615rem;height:auto;left:0;line-height:1;overflow:hidden;position:absolute;width:auto;width:125px}.poster-list-view #list-items.show-list-numbers li form{bottom:0;height:16px;left:0;margin:0;overflow:hidden;padding:0;position:absolute;width:100%}.poster-list-view #list-items.show-list-numbers li input.change-number{background-color:#14181c;border:none;color:#fff;font-size:16px;height:16px;left:0;line-height:14px;margin:0;padding:0;position:absolute;text-align:center;top:0;width:100%}#list-form{position:relative}.sending-ajax .film-list-editor-contents #film-list-main-details,.sending-ajax .film-list-editor-contents #list-items,.sending-ajax .film-list-editor-contents .list-items-header .shadow,.sending-ajax .film-list-editor-contents .list-items-header .wrap,.sending-ajax .film-list-editor-contents .page-header{opacity:.05}.form-processing{bottom:0;display:none;left:0;padding:50px;position:absolute;right:0;text-align:center;top:0}.sending-ajax .form-processing{display:block}.saving{color:#567;display:none;font-size:16px;height:72px;left:0;line-height:72px;margin:0;position:absolute;text-align:center;top:0;width:100%}.sending-ajax .saving{display:block}.saving .lb-spinner{margin-right:7px;position:relative;top:-1px;vertical-align:middle}.saving .lb-spinner-fallback{display:inline}.saving #spinner{display:inline-block;height:13px;margin:0 7px -1px 0;position:relative;width:18px}#find-friends .row{margin:0}#frm-person-search{width:100%}#popular-reviewers{padding-bottom:40px}#most-active{border-top:1px solid #2c3440;padding-bottom:0}#most-active thead,.mobile .person-faves{display:none}.person-faves .poster-list.-p46{font-size:0;position:relative;text-align:justify;text-justify:distribute-all-lines}.person-faves .poster-list.-p46>li{display:inline-block;line-height:0;position:relative;text-align:left;vertical-align:top}.person-faves .poster-list.-p46:after{content:"";display:inline-block;height:0;width:100%}.person-faves .poster-list.-p46>li>*{font-size:12px;line-height:1.4}.member-directory{border-top:1px solid #456;font-size:0;margin:25px 0 15px;overflow:hidden;padding-top:25px;position:relative;text-align:justify;text-justify:distribute-all-lines}.member-directory>li{display:inline-block;line-height:0;position:relative;text-align:left;vertical-align:top}.member-directory:after{content:"";display:inline-block;height:0;width:100%}#content-nav+.member-directory{border:none}.member-directory li{margin:0 0 2.46153846rem;overflow:hidden;text-align:center;width:230px}@media (min-width:580px) and (max-width:740px){.mobile .member-directory li{width:32.85714286%}}@media (max-width:579px){.mobile .member-directory li{width:50%}}@media (max-width:480px){.mobile .member-directory li .avatar{height:120px;width:120px}.mobile .member-directory li .avatar img,.mobile .member-directory li .avatar:after{border-radius:50%;width:100%}.mobile .member-directory li .avatar img{height:auto}}.member-directory li .avatar{float:none;margin:0 auto 1.53846154rem}.member-directory .title-3{margin:0}.member-directory p{color:#89a;font-size:.92307692rem;margin:0}.members-by-type .body-text{text-align:center}.members-by-type h1.badge{border-radius:4px;display:block;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.69230769rem;font-weight:400;letter-spacing:.075em;line-height:1;margin:1.53846154rem auto 30px;padding:10px 0;text-align:center;text-shadow:0 -1px rgba(0,0,0,.3);text-transform:uppercase;top:auto;width:160px}.members-by-type h1.badge span.lower{letter-spacing:0;text-transform:lowercase}.members-by-type h1.badge.-patron h1.badge{background-color:#209ce4}.members-by-type h1.badge.-hq h1.badge{background-color:#4c60dc}.members-by-type h1+.body-text{margin-bottom:3.07692308rem}.members-by-type h1+.body-text+p{margin-top:-2.46153846rem}.mobile .sidebar #find-friends{display:block}.search-result{align-items:center;display:flex}.search-result>.icon-container{align-self:flex-start;box-sizing:border-box;flex:0 0 90px;padding-left:11px}.mobile .search-result>.icon-container{flex:0 0 80px}.search-result>.icon-container:after{background-image:url(../img/sprite.6c5e9c43.svg);background-repeat:no-repeat;background-size:800px 1020px;content:"";display:block;height:48px;width:48px}.search-result>.title-2{flex:1 1 auto;margin:0}.search-result>.content{flex:1 1 auto}.search-result>.content>.title-2{margin:0}.search-result.-tag>.icon-container:after{background-position:-730px 0}.search-result.-actor>.icon-container:after{background-position:-680px 0}.search-result.-director>.icon-container:after{background-position:-680px -50px}.search-result.-studio>.icon-container:after{background-position:-730px -50px}.search-result.-actor>.content>.title-2,.search-result.-director>.content>.title-2,.search-result.-studio>.content>.title-2{margin-bottom:5px}.search-result>.person-summary{padding-left:90px}.mobile .search-result>.person-summary{padding-left:80px}.search-result>.person-summary>.avatar{left:11px}.search-result>.person-summary>.title-2{margin-bottom:0;margin-top:2px}.search-results .results{margin-top:-5px}.search-results .results>li{border-bottom:1px solid #2c3440;overflow:hidden;padding:15px 0}.search-results .results>li:last-child{border-bottom:none;padding-bottom:none}.search-results .results>li.entity-content{padding:10px 0 17px}.search-results .results>li.has-icon{padding-left:90px}.search-results .results>li.has-icon>.icon{height:48px;left:11px;top:20px;width:48px}.search-results .results>li.icon-tags{padding-left:30px}.search-results .results>li.icon-tags .headline-3{line-height:1.3}.search-results .results>li.icon-tags .icon{background-position:-440px -650px;height:20px;top:24px;width:27px}.search-results .results>li.icon-tags h2 a{color:#fff}.search-results .results>li.icon-tags h2 a:active,.search-results .results>li.icon-tags h2 a:hover{color:#40bcf4}.search-results .results>li.actor,.search-results .results>li.director,.search-results .results>li.studio{padding-bottom:14px;padding-top:14px}.search-results .results>li.director>.icon{background-position:-680px -50px}.search-results .results>li.actor>.icon{background-position:-680px 0}.search-results .results>li.person>.icon{background-position:-680px -100px;top:10px}.search-results .results>li.icon-tags>.icon{background-position:-730px 0;top:10px}.search-results .results>li.studio>.icon{background-position:-730px -50px}.search-results .results .list-link li:first-child{padding-top:0}.search-results .results .list-set{margin-bottom:0}.search-results .results .film-metadata{margin:0}.search-results .results .film-metadata+.film-metadata{margin-top:10px}.search-results .results .film-metadata .text-slug{margin-bottom:3px}.search-results .results .film-metadata+.filmlist-entry-metadata{margin-bottom:15px;margin-top:-15px}.search-results .results .filmlist-entry-metadata{color:#9ab;margin-bottom:20px}.search-results .results .person,.search-results .results .person a{color:#789}.search-results .results .person a:active,.search-results .results .person a:hover{color:#40bcf4}.search-results .results .person h3 a{color:#fff}.search-results .results .person .avatar.-a40{float:left;margin-right:10px}.search-results .results .person .avatar{left:0;margin:0;position:absolute;top:0}.mobile .search-results .results .film-list-summary{margin-left:0}.search-results .headline-3>a{color:#fff;margin-right:5px}.search-results .headline-3>a:hover{color:#40bcf4}.search-results span.frame-title{display:none}.search-results .person-table{margin:0}.search-results .person-table tbody td{border:none}.search-results section.list{margin-bottom:0}.search-results .mobile-search-filters{margin-top:16px}.search-results .mobile-search-filters #search-filter{border-bottom:1px solid #2c3440;margin-bottom:8px;padding-bottom:16px}.search-results .mobile-search-filters #search-filter ul{padding-top:8px}.search-results .mobile-search-filters #search-filter li{font-size:14px}.search-results .mobile-search-filters #search-filter li.selected a{background:none;color:#89a}.search-results .mobile-search-filters h2{background:#2c3440;border:none;border-radius:4px;color:#9ab;font-size:12px;line-height:1;margin:0;padding:10px;position:relative}.search-results .mobile-search-filters h2 strong{color:#fff}.search-results .mobile-search-filters h2 .ir{background-position:-580px -770px;height:20px;margin-top:-11px;position:absolute;right:8px;top:50%;width:20px}.search-results .mobile-search-filters ul{display:none}.mobile .search-results .poster{float:left}.mobile .search-results .film-detail-content{margin-left:80px}.mobile .search-results .search-filter-menu-active ul{display:block}.mobile .search-results .search-filter-menu-active h2 .ir{background-position:-139px -348px}.no-mobile .search-results .card-summary:not(.-graph){margin-left:auto;margin-right:auto;max-width:470px}.no-mobile .search-results .card-summary-journal-article>.inner{display:flex}.no-mobile .search-results .card-summary-journal-article>.inner>.masthead{display:flex;flex-basis:calc(50% - 15px);flex-direction:column;flex-shrink:0;margin-left:15px;order:1}.no-mobile .search-results .card-summary-journal-article>.inner>.masthead>.wordmark{margin-left:auto;margin-right:0;margin-top:auto;order:1;padding:20px}.no-mobile .search-results .card-summary-journal-article>.inner>.detail{display:flex;flex-direction:column;flex-grow:1;padding:15px}.no-mobile .search-results .card-summary-journal-article>.inner>.detail>.kicker{margin-top:auto}.no-mobile .search-results .card-summary-journal-article>.inner>.detail .timestamp{font-size:.84615385rem}.no-mobile .search-results .card-summary-journal-article .head{font-size:1.23076923rem;line-height:1.33333333}.no-mobile .search-results .card-summary-journal-article .head .title{font-size:1.30769231rem;line-height:1.25490196}@media (min-width:560px){.mobile .search-results .card-summary-journal-article>.inner{display:flex}.mobile .search-results .card-summary-journal-article>.inner>.masthead{display:flex;flex-basis:calc(50% - 15px);flex-direction:column;flex-shrink:0;margin-left:15px;order:1}.mobile .search-results .card-summary-journal-article>.inner>.masthead>.wordmark{margin-left:auto;margin-right:0;margin-top:auto;order:1;padding:20px}.mobile .search-results .card-summary-journal-article>.inner>.detail{display:flex;flex-direction:column;flex-grow:1;padding:15px}.mobile .search-results .card-summary-journal-article>.inner>.detail>.kicker{margin-top:auto}.mobile .search-results .card-summary-journal-article>.inner>.detail .timestamp{font-size:.91666667rem}.mobile .search-results .card-summary-journal-article .head{font-size:1.33333333rem;line-height:1.33333333}.mobile .search-results .card-summary-journal-article .head .title{font-size:1.41666667rem;line-height:1.25490196}}@media (max-width:559px){.mobile .search-results .card-summary-journal-article>.inner>.masthead{display:flex;flex-direction:column}.mobile .search-results .card-summary-journal-article>.inner>.masthead>.wordmark{order:1;padding:12.5px 15px}.mobile .search-results .card-summary-journal-article>.inner>.detail{padding:15px}.mobile .search-results .card-summary-journal-article>.inner>.detail>.kicker{margin-top:auto}.mobile .search-results .card-summary-journal-article>.inner>.detail .meta{margin-bottom:1em}.mobile .search-results .card-summary-journal-article>.inner>.detail .timestamp{font-size:.83333333rem}.mobile .search-results .card-summary-journal-article .head{font-size:1.33333333rem;line-height:1.33333333}.mobile .search-results .card-summary-journal-article .head .title{font-size:1.41666667rem;line-height:1.25490196}}#search-filter li a{color:#9ab;display:block;padding:5px 10px}#search-filter li a:active,#search-filter li a:hover{color:#40bcf4}#search-filter li.selected a{background:#2c3440;color:#fff}body.error{background-position:cover;color:#fff;padding:30px}body.error section.message{position:absolute}body.error h1{background:url(../img/errors/logo-combined.4bdc01a1.png) no-repeat;height:32px;margin:0 0 15px -3px;width:240px}body.error h1 a{display:block;height:100%;overflow:hidden;text-indent:110%;white-space:nowrap}body.error a{color:#fff}body.error p{font-size:14px;line-height:1.5;margin-bottom:10px;text-shadow:0 1px 0 rgba(0,0,0,.75)}body.error p strong{font-size:17px;font-weight:400}body.error p a{text-decoration:underline}body.error p small a{color:#89a;font-family:Graphik-Semibold-Web,sans-serif;font-size:11px;letter-spacing:0;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.75)}body.error #bg{position:absolute;z-index:-1}.wide-grid .site-body{overflow:hidden}.wide-grid .site-body .content-wrap{box-sizing:border-box;max-width:100%;padding:0 20px;width:1236px}.no-mobile .wide-grid .site-body .content-wrap{min-width:950px}.wide-grid .content-grid figure{margin-bottom:1.53846154rem;max-width:283px}.wide-grid .content-grid figure img{height:auto;max-width:100%}.wide-grid .content-grid figure.-frame{position:relative}.wide-grid .content-grid figure.-frame:after{border:1px solid hsla(0,0%,100%,.1);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.wide-grid .content-grid .title-2{margin-bottom:.38461538rem}.welcome .welcome-content{margin:3vh auto 6vh;width:760px}.welcome .welcome-content .title-hero{margin-top:4.5vh}.mobile .welcome .welcome-content{padding-top:1.53846154rem;width:auto}.mobile .welcome .welcome-footer{background-color:#202830;margin-left:-20px;margin-right:-20px;padding:2vh 20px 1.25vh}.welcome .-section-gap{margin-top:9vh}.mobile .welcome .-section-gap,.welcome .-section-gap-half{margin-top:4.5vh}.mobile .welcome .-section-gap-half{margin-top:3vh}.welcome .title-2{line-height:1.33}.mobile .welcome .title-2{font-size:1.33333333rem}.welcome .title-2.-long{color:#9ab;max-width:500px}.welcome .title-2.-centered{margin-left:auto;margin-right:auto}.mobile .welcome .columns-4 .body-text{margin-top:3vh}.mobile .welcome .split-column+.split-column{margin-top:9vh}.no-mobile .welcome .columns-4{font-size:0;position:relative;text-align:justify;text-justify:distribute-all-lines}.no-mobile .welcome .columns-4>li{display:inline-block;line-height:0;position:relative;text-align:left;vertical-align:top}.no-mobile .welcome .columns-4:after{content:"";display:inline-block;height:0;width:100%}.no-mobile .welcome .columns-4 .body-text{width:22.81553398%}.welcome .strip{background-color:#202830;padding:4vh 0 3vh}@media (max-height:900px){.welcome .strip{padding:2.46153846rem 0 1.53846154rem}}.tour-item{margin-bottom:9vh}.tour-item:after,.tour-item:before{content:" ";display:table}.tour-item:after{clear:both}.mobile .tour-item{margin-bottom:6vh}.mobile .tour-item figure{margin-bottom:1.53846154rem}.no-mobile .tour-item{align-items:center;display:flex}.no-mobile .tour-item .body-text{margin-left:8.57605178%;margin-right:8.57605178%;width:31.39158576%}.no-mobile .tour-item figure{width:48.54368932%}.no-mobile .tour-item figure img{display:block;height:auto;max-width:100%}.no-mobile .tour-item figure.-overlap img{max-width:120%}.no-mobile .tour-item.-left{flex-direction:row-reverse}.no-mobile .tour-item.-left figure{float:right}.no-mobile .tour-item.-left .body-text,.no-mobile .tour-item.-right figure{float:left}.no-mobile .tour-item.-right figure.-overlap{margin-left:-9.5%;margin-right:9%}.no-mobile .tour-item.-right .body-text{float:right}.split-columns:after,.split-columns:before{content:" ";display:table}.split-columns:after{clear:both}.no-mobile .split-columns .split-column.-column-4{width:31.39158576%}.no-mobile .split-columns .split-column.-column-7{width:57.1197411%}.no-mobile .split-columns .split-column.-column-left{float:left}.no-mobile .split-columns .split-column.-column-right{float:right}.split-columns .poster-list{margin-top:2.46153846rem}.split-columns .icon-list{margin-left:auto;margin-right:auto;margin-top:3.07692308rem;width:50%}.split-columns .icon-list li{font-family:Graphik-Light-Web,sans-serif;font-size:1.69230769rem;font-weight:400}.split-columns .icon-list li+li{margin-top:1.38461538rem}.split-columns .icon-list .big-icon{margin-right:.46153846rem}.mobile .split-columns .poster-list.-grid.-scaled64{margin-left:-1%}.mobile .split-columns .poster-list.-grid.-scaled64 .poster{height:auto;margin-left:1%;width:19%}.no-mobile .split-columns .-scaled64{margin-left:-7px;max-width:707px}.no-mobile .split-columns .-scaled64-2rows{max-height:202px;overflow:hidden}.welcome-footer p{margin:0 0 35px}.no-mobile .view .person-header h1 span[itemprop=reviewer]{display:inline-block;line-height:24px;margin-bottom:-1px;margin-top:-3px;max-width:330px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.view .review{overflow:hidden}.view .review:after{display:none}.mobile .view .actions-panel{margin:2.46153846rem 0 3.07692308rem}.mobile .view .col-4{margin-bottom:.76923077rem;margin-right:14px;width:86px}.mobile .view .col-4 .poster-list.-p150 .poster,.mobile .view .col-4 .poster-list.-p150 img{height:auto;width:100%}.mobile .view .col-4 .film-links,.view .activity-from-friends.-no-friends-watched{display:none}.view .activity-from-friends .section-heading>a:before{content:"Your "}.view .activity-from-friends .all-link>.ignore,.view .activity-from-friends .all-link>.link.-watchlisted,.view .activity-from-friends .alter-for-mobile{display:none}.mobile .view .activity-from-friends{padding-bottom:2.46153846rem}.mobile .view .activity-from-friends+.section{margin-top:0}.view .activity-from-friends .avatar-list>.listitem.-watchlisted,.view .activity-from-friends .avatar-list>.listitem.padme-pad,.view .activity-from-friends .avatar-list>.listitem:nth-child(n+6){display:none}.mobile .view .col-12{display:inline}.mobile .view .col-12 .clear{display:none}.view .liked-reviews{margin-top:2.46153846rem;max-width:640px;position:relative}.view .liked-reviews .avatar-list{height:52px;overflow:hidden}@media (min-width:668px){.view .liked-reviews .avatar-list>li{margin-bottom:7px}}@media (max-width:667px){.view .liked-reviews .avatar-list{height:20vw}}.view .liked-reviews .avatar-list.js-open{height:auto}.mobile .view .liked-reviews{margin-bottom:0}.view .review-like+.liked-reviews{margin-top:.76923077rem}.mobile .view .page-header{border:none;margin:0;padding-bottom:8px}.mobile .view .page-header:after{clear:none}.mobile .view .person-summary.-inline{min-height:0;padding-left:0}.mobile .view .person-header .avatar,.mobile .view .person-header .follow-button-wrapper,.mobile .view .person-header .view-date{display:none}.mobile .view .person-header .person-heading{float:none;font-family:sans-serif;font-size:14px}.mobile .view .person-header .person-heading small{display:inline;font-size:14px;letter-spacing:0;margin:0;text-transform:none}.mobile .view .headline-2{margin-bottom:.76923077rem}.mobile .view .headline-2 .film-title-wrapper{display:block}.mobile .view .review{clear:both}.mobile .view .sidebar{margin-top:2.46153846rem}.mobile .view ul.tags{clear:left;margin:0}.mobile .view.logged-out #userpanel li,.mobile .view.logged-out #userpanel li .like-link a.has-icon{font-size:14px}.mobile .view #comments #comment-form{float:none}.mobile .view #comments .section-heading .comment-count{display:inline;padding-right:1em}.mobile .view #comments .section-heading .comment-controls{font-weight:400}.mobile .view #comments #join-audience{top:-2px}.mobile .view #comments.has-comment-controls .comment-controls{display:block}.mobile .view #comments.has-comment-controls #join-audience{top:-2px}@media (max-width:510px){.mobile .view #comments .row.-buttons{padding-bottom:0}}.mobile .view .comment .person-summary{margin-bottom:.5em}@font-face{font-family:Graphik-Light-Web;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-Light-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Light-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Light-Web.woff) format("woff")}@font-face{font-family:Graphik-Regular-Web;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-Regular-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Regular-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Regular-Web.woff) format("woff")}@font-face{font-family:Graphik-Regular-Web;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-RegularItalic-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-RegularItalic-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-RegularItalic-Web.woff) format("woff")}@font-face{font-family:Graphik-Semibold-Web;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-Semibold-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Semibold-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Semibold-Web.woff) format("woff")}@font-face{font-family:Graphik-Semibold-Web;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-SemiboldItalic-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-SemiboldItalic-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-SemiboldItalic-Web.woff) format("woff")}@font-face{font-family:Graphik-Bold-Web;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/Graphik-Bold-Web.eot);src:url(https://s.ltrbxd.com/fonts/Graphik-Bold-Web.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/Graphik-Bold-Web.woff) format("woff")}@font-face{font-family:TiemposHeadlineWeb-Bold;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.eot);src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-Bold.woff) format("woff")}@font-face{font-family:TiemposHeadlineWeb-Bold;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.eot);src:url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposHeadlineWeb-BoldItalic.woff) format("woff")}@font-face{font-family:TiemposTextWeb-Regular;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Regular.woff) format("woff")}@font-face{font-family:TiemposTextWeb-Regular;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-RegularItalic.woff) format("woff")}@font-face{font-family:TiemposTextWeb-Semibold;font-style:normal;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-Semibold.woff) format("woff")}@font-face{font-family:TiemposTextWeb-Semibold;font-style:italic;font-weight:400;src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.eot);src:url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.eot?#iefix) format("embedded-opentype"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.woff2) format("woff2"),url(https://s.ltrbxd.com/fonts/TiemposTextWeb-SemiboldItalic.woff) format("woff")}.app-promotional-page{background-color:#202830;font-family:Graphik-Regular-Web,sans-serif;overflow-x:hidden;width:100%}.app-promotional-page *{box-sizing:border-box}.app-promotional-page .content-wrap{max-width:100%;padding-bottom:1.53846154rem;width:1440px}.app-promotional-page .content-wrap.-no-overflow{overflow:hidden}@media (max-width:950px){.app-promotional-page .content-wrap{padding:0 24px}}.app-promotional-page.site-body{background-color:#202830;display:inline-block;padding-top:1px;width:100%}.app-promotional-page .grid-3 .app-section,.app-promotional-page .grid-3 .feature{box-sizing:border-box;float:left;padding:20px;text-align:center;width:33%}@media (max-width:800px){.app-promotional-page .grid-3 .app-section,.app-promotional-page .grid-3 .feature{padding:0 0 20px;width:100%}}.app-promotional-page .app-overview{background:#345 url(../img/app/overview-bg.687b9889.png) 0 0 repeat-x;padding:32px 0}@media (max-width:800px){.app-promotional-page .app-overview{padding:0 0 32px;width:100%}}.app-promotional-page .all-apps{display:inline-block;width:100%}.app-promotional-page .all-apps .app-section{text-align:center}@media (max-width:800px){.app-promotional-page .all-apps .app-section{margin-bottom:32px}}.app-promotional-page .all-apps .app-section h3{font-size:24px}.app-promotional-page .all-apps .app-section img{display:block;height:500px;margin:0 auto;width:auto}@media (max-width:800px){.app-promotional-page .all-apps .app-section img{height:auto;max-height:400px;max-width:100%}}@media (min-width:801px) and (max-width:949px){.app-promotional-page .all-apps .app-section img{height:300px}}@media (min-width:950px) and (min-height:1080px){.app-promotional-page .all-apps .app-section img{height:600px}}@media (min-width:801px){.app-promotional-page .all-apps .app-section.-ios>.device{display:block;padding-left:100%;position:relative;width:0}.app-promotional-page .all-apps .app-section.-ios img{transform:translateX(-100%)}}@media (min-width:950px){.app-promotional-page .all-apps .app-section.-ios .description{float:right;width:280px}.app-promotional-page .all-apps .app-section.-tvos .description{width:280px}}@media (max-width:800px){.app-promotional-page .all-apps .app-section.-tvos img{max-width:150%}}.app-promotional-page .all-apps .app-section .app-button{background:transparent;border:1px solid;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;letter-spacing:1px;margin:0 auto;padding:8px 10px 6px;text-transform:uppercase}.app-promotional-page .all-apps .app-section .app-button:hover{background:#fff;color:#2a374a}.app-promotional-page .all-apps .app-section .app-button.inactive{color:#bcd;cursor:auto;pointer-events:none}.app-promotional-page .all-features{padding-top:3.07692308rem}.app-promotional-page .feature img{display:block;margin:0 auto;width:45%}.app-promotional-page .feature h3{font-size:20px}.app-promotional-page .feature p{display:block;font-size:14px;margin:0 auto;max-width:300px}@media (max-width:800px){.app-promotional-page .feature p{font-size:18px}}@media (max-width:500px){.app-promotional-page .feature p{font-size:14px;max-width:none}}.app-promotional-page .app-main:after,.app-promotional-page .app-main:before{content:" ";display:table}.app-promotional-page .app-main:after{clear:both}.app-promotional-page .app-header{margin-bottom:48px;padding-top:16px;text-align:center}@media (max-width:800px){.app-promotional-page .app-header{margin-bottom:16px;padding-top:32px}}.app-promotional-page h1,.app-promotional-page h3{font-weight:400;line-height:1.25;text-align:center}.app-promotional-page .title-maxi{margin-bottom:1.53846154rem}.app-promotional-page h3{color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-size:24px;font-weight:400;margin:32px 0 20px}.app-promotional-page h4{color:#bcd;font-size:18px;line-height:1.5;margin:0 auto;width:100%}.app-promotional-page p{color:#bcd}.contact-content{display:flex;justify-content:space-between}.contact-content .contact-poster{flex:0 0 230px}.contact-content .contact-text{flex:1 1 auto;padding-left:50px}.mobile .contact-content{flex-wrap:wrap}.mobile .contact-content .contact-poster{flex:1 1 auto}.mobile .contact-content .contact-poster .poster{display:block;margin:0 auto 2.46153846rem}.mobile .contact-content .contact-text{flex:1 1 auto;padding-left:0;text-align:center}.mobile .contact-content .contact-text>*{margin-left:auto;margin-right:auto;max-width:600px}.mobile .contact-content .contact-text .title-hero.-textleft,.mobile .contact-content .contact-text .title-maxi.-textleft{text-align:center}.views .film-header{padding-bottom:0}.views .film-detail-content{width:612px}.mobile .views .film-detail-content .attribution-block .rating+.content-metadata{display:block;margin-top:5px}.views .film-detail-meta{margin-top:0}.views .film-detail-with-author{padding-top:0}.views ul.film-list{margin-bottom:15px}.views .empty-text{margin-top:15px}.mobile .views .empty-text{margin-bottom:15px}.views .reviews-hidden{margin-top:1.53846154rem}.no-mobile .views .reviews-hidden .body-text{padding-right:3.07692308rem}.mobile body.profile .site-body.-backdrop:before{padding-top:45%}body.profile .film-details-list .film-detail:last-child{border-bottom:none}body.profile .profile-person-bio .collapsible-text{overflow:hidden}body.profile .profile-person-bio .collapsible-text p{word-wrap:break-word}.mobile body.profile .profile-person-bio .collapsible-text p:last-child{margin-bottom:0}body.profile .profile-person-bio+.profile-person-yir-promo{margin-top:20px}.mobile body.profile .profile-person-bio+.profile-person-yir-promo{margin-top:0}body.profile .profile-person-yir-promo+.banner{margin-top:30px}#avatar-zoom{z-index:1}#avatar-large{max-height:500px;max-width:500px;padding:40px 0 0}#avatar-large .avatar{margin-right:0}#avatar-large img{display:block;height:auto;width:100%}.mobile #avatar-large{height:auto;margin-left:auto;margin-right:auto;padding-top:40px;width:100%}.mobile #avatar-large .avatar{float:none;margin:0 auto;max-width:480px;width:100%}.button-small-edit,.button-small-locked{background-position:-610px -110px;height:16px;width:16px}.button-small-edit:active,.button-small-edit:hover{background-position:-610px -90px}.empty-wrapper{height:140px;position:relative}.empty-list{bottom:auto;box-sizing:border-box;left:auto;position:relative;width:100%}.empty-list p{background:#283038;border:1px solid #303840;border-radius:4px;color:#678;margin:1.53846154rem 0;padding:15px 0 17px;text-align:center;width:auto}.empty-list p small{color:#89a;display:block;font-size:1rem;line-height:1.4;padding:10px 10px 5px}li.empty-list{bottom:60px;left:50%;position:absolute}li.empty-list p{margin-left:-150px;width:300px}.mobile body.profile-hq .content-wrap.-col14{max-width:960px}.mobile body.profile-hq .profile-summary .follow-button-wrapper .button-text{display:inline}.profile-featured-lists{box-sizing:border-box}.profile-featured-lists *,.profile-featured-lists :after,.profile-featured-lists :before{box-sizing:inherit}.profile-featured-lists .section-body{overflow:hidden}.no-mobile .profile-featured-lists+.profile-featured-lists{margin-top:-2.46153846rem}.profile-featured-lists .list-grid{display:flex;flex-wrap:wrap;margin-left:0;padding-top:.76923077rem;width:auto}@media (min-width:451px) and (max-width:895px){.profile-featured-lists .list-grid{justify-content:space-between}}.profile-featured-lists .list-grid>.list.-stacked{margin-left:0;margin-top:0;padding-left:5px;padding-right:5px}@media (min-width:668px){.profile-featured-lists .list-grid>.list.-stacked{margin-right:7.14285714%;width:28.57142857%}.profile-featured-lists .list-grid>.list.-stacked:nth-child(3n){margin-right:0}}@media (min-width:451px) and (max-width:895px){.profile-featured-lists .list-grid>.list.-stacked{margin-right:0;width:46.42857143%}.profile-featured-lists .list-grid>.list.-stacked:nth-child(n+3){display:none}}@media (max-width:450px){.profile-featured-lists .list-grid>.list.-stacked{margin-right:0;width:100%}.profile-featured-lists .list-grid>.list.-stacked+.list{margin-top:1.53846154rem}}.profile-featured-lists .list-grid>.list.-stacked .film-list-summary .title-3{margin-bottom:0;margin-top:.75em}.profile-featured-lists .list-grid>.list.-stacked .film-list-summary .attribution-block{display:block;font-size:inherit;margin-top:.23076923em}.mobile .profile-featured-lists .list-grid>.list.-stacked .film-list-summary .attribution-block,.profile-featured-lists .list-grid>.list.-stacked .film-list-summary .text{margin-top:.25em}.profile-featured-lists .list-grid .poster-list .poster{display:block}.profile-featured-lists .list-grid .poster-list .poster .image{height:auto;max-width:none;width:100%}.profile-featured-lists .list-grid .poster-list.-overlapped.-p70 .poster{margin-right:-7.14285714%;width:25.71428571%}.profile-featured-lists .list-grid .poster-list.-overlapped.-p70>.-placeholder{display:flex;flex-direction:row;flex-wrap:wrap;height:auto}.profile-featured-lists .list-grid .poster-list.-overlapped.-p70>.-placeholder:before{content:"";display:block;float:left;padding-top:150%}.profile-contentgroup>.wide-sidebar{padding-left:5px;padding-right:5px}.profile-contentgroup>.wide-sidebar>.timeline>.section-heading{color:#fff;font-size:1.15384615rem;font-weight:400;letter-spacing:0;line-height:1.33333333;margin-bottom:.76923077rem;margin-top:0;text-transform:none}.profile-contentgroup>.wide-sidebar>.timeline>.section-heading a{color:currentColor}.profile-contentgroup>.wide-sidebar>.timeline>.section-heading a[href]:active,.profile-contentgroup>.wide-sidebar>.timeline>.section-heading a[href]:hover{color:#40bcf4}.profile-contentgroup>.wide-sidebar>.timeline>.section-heading+.all-link{top:3px}.mobile .profile-contentgroup .review-tiles{padding-left:5px;padding-right:5px}.profile-contentgroup .profile-likes>.profile-section-header,.profile-contentgroup .profile-reviews>.profile-section-header{margin-bottom:1.53846154rem}.profile-contentgroup>.lists-group{flex-grow:1;min-width:100%}.no-mobile .profile-contentgroup{display:flex;flex-wrap:wrap;justify-content:space-between}.no-mobile .profile-contentgroup>.wide-sidebar{box-sizing:border-box;float:none}@media (min-width:451px) and (max-width:895px){.no-mobile .profile-contentgroup>.wide-sidebar{width:100%}}@media (max-width:450px){.no-mobile .profile-contentgroup>.wide-sidebar{width:100%}}@media (min-width:896px){.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.profile-featured-lists{width:71.42857143%}.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.profile-featured-lists .list-grid>.list.-stacked{margin-right:5%;width:30%}.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.profile-featured-lists .list-grid>.list.-stacked:nth-child(3n){margin-right:0}}@media (min-width:451px) and (max-width:895px){.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.profile-featured-lists{width:100%}.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.profile-featured-lists .list-grid>.list.-stacked{margin-right:0;width:46.42857143%}.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.profile-featured-lists .list-grid>.list.-stacked:nth-child(n+3){display:none}}@media (min-width:896px){.no-mobile .profile-contentgroup.-noreviews:not(.-nolists)>.wide-sidebar{width:21.42857143%}.no-mobile .profile-contentgroup.-nolists:not(.-noreviews)>.reviews-group{width:71.42857143%}}@media (max-width:895px){.no-mobile .profile-contentgroup.-nolists:not(.-noreviews)>.reviews-group{width:100%}}@media (min-width:896px){.no-mobile .profile-contentgroup.-nolists:not(.-noreviews)>.wide-sidebar{width:21.42857143%}}.no-mobile .profile-contentgroup:not(.-noreviews):not(.-nolists)>.profile-featured-lists{width:100%}@media (min-width:896px){.no-mobile .profile-contentgroup:not(.-noreviews):not(.-nolists)>.reviews-group{width:71.42857143%}}@media (max-width:895px){.no-mobile .profile-contentgroup:not(.-noreviews):not(.-nolists)>.reviews-group{width:100%}}@media (min-width:896px){.no-mobile .profile-contentgroup:not(.-noreviews):not(.-nolists)>.wide-sidebar{width:21.42857143%}}.no-mobile .profile-contentgroup .review-tiles{margin-left:0;margin-right:0}.no-mobile .profile-contentgroup .review-tiles>.review-tile{border-bottom:none;box-sizing:border-box;margin-left:0;margin-right:0;padding-left:5px;padding-right:35px;position:relative;width:50%}.no-mobile .profile-contentgroup .review-tiles>.review-tile:after{background:#2c3440;bottom:0;content:"";display:block;height:1px;left:5px;position:absolute;right:35px}.profile-stories #content-nav,.profile-stories .actions-panel.-inline,.profile-stories .pagination{margin-left:5px;margin-right:5px}.profile-stories .actions-panel.-inline{margin-bottom:.76923077rem}.profile-stories #content-nav{margin-top:0}.list-page .list-title-intro{margin-bottom:1.53846154rem;position:relative}.mobile .list-page .list-title-intro .title-1{margin-right:24px}.list-page .title-1.has-notes{max-width:80%}.list-page .title-1 .share-policy-icon{font-size:100%;position:relative;top:-.1em}.list-page .title-1 .share-policy-icon .glyph{height:auto;max-width:100%}.list-page .notes-button{background-color:#432;border-color:#754;color:#c84;font-size:.92307692rem;padding:6px 8px 6px 36px;position:absolute;right:0;top:0}.list-page .notes-button .icon{background-position:-360px -440px;height:10px;left:7px;top:7px;width:24px}.list-page .notes-button:active,.list-page .notes-button:hover{background-color:#c84;border-color:#c84;color:#fff}.list-page .notes-button:active .icon,.list-page .notes-button:hover .icon{background-position:-360px -450px}.list-page .view-toggle{float:right;margin:6px 0 0}.mobile .list-page .actions-panel{margin-bottom:0;margin-top:2.46153846rem}.likes-page .film-detail-meta{margin-bottom:8px}.likes-page .empty-text{padding:50px 0}.person-liked-overview{display:flex;justify-content:space-between}.mobile .person-liked-overview{display:block}.person-liked-overview .liked-column{position:relative}.person-liked-overview .liked-column.-films{flex:0 0 230px}.person-liked-overview .liked-column.-reviews{flex:0 0 390px}.person-liked-overview .liked-column.-lists{flex:0 0 250px}.person-liked-overview .liked-column.-lists .list+.list{margin-top:25px}.mobile .person-liked-overview .liked-column+.liked-column{margin-top:2.46153846rem}.liked-review .film-review-author .avatar{top:-1px}.liked-review .film-detail-content{width:300px}.liked-review .film-detail-meta{line-height:1;position:relative}.liked-review .film-detail-meta .film-detail-person{display:block;float:left;line-height:16px;position:relative;top:1px}.liked-review .film-detail-meta .rating{margin-top:1px}.likes-page-content .col-main{margin-top:-10px}.showdown-intro{margin-bottom:3.69230769rem;margin-left:auto;margin-right:auto;max-width:760px}.showdown-intro .current{margin-bottom:0;margin-top:2.46153846rem;text-align:center}.showdown-header{margin-bottom:3.07692308rem}@media (min-width:768px){.showdown-header{display:flex;justify-content:space-between}}.showdown-header>.title{position:relative}@media (min-width:768px){.showdown-header>.title{width:49.47368421%}}.showdown-header>.title .back-link{bottom:100%;margin-bottom:1.53846154rem;position:absolute}@media (max-width:767px){.showdown-header>.title .back-link{left:0}}@media (min-width:768px){.showdown-header>.title .back-link{left:-12px}}.mobile .showdown-header>.title .back-link{left:0}.showdown-header>.title>h1{margin-bottom:0}.showdown-header>.title h2{margin-top:0}@media (min-width:768px){.showdown-header>.title h2{margin-bottom:2.46153846rem}}@media (max-width:767px){.showdown-header>.title h2{margin-bottom:1.53846154rem}}.showdown-header>.title>.actions{align-items:center;display:flex;margin:0}@media (max-width:767px){.showdown-header>.title>.actions{margin-bottom:1em}}.showdown-header>.title>.actions>.button-secondary{flex-grow:0;flex-shrink:0;margin-right:1.5em}.showdown-header>.title>.actions>.text{flex-grow:1}.showdown-header>.title>.actions>.text .tag-link{margin-left:3px;vertical-align:middle}@media (min-width:768px){.showdown-header>.body-text{width:49.47368421%}}.showdown-header>.body-text :last-child{margin-bottom:0}.mobile .showdown-lists #content-nav{margin-top:0}.mobile .showdown-lists #content-nav .mob-sort-group{top:7px}.mobile .showdown-lists #content-nav .mob-sort-group .smenu-wrapper{padding-top:5px}.share-response{padding:4rem 2rem;text-align:center}body.similar-films .film-header{border-bottom:0}.mobile body.similar-films .film-header.-adjacentposter{min-height:105px;padding-left:80px;position:relative}.mobile body.similar-films .film-header.-adjacentposter>.poster{left:0;position:absolute;top:0}.mobile body.similar-films .film-header.-adjacentposter .internal-related-item .trigger{font-size:1rem}.mobile .mobile body.similar-films .film-header.-adjacentposter .internal-related-item .trigger{font-size:1.08333333rem}.mobile body.similar-films .film-header.-adjacentposter .internal-related-item .trigger .chevron{vertical-align:middle;width:5px}.mobile body.similar-films .film-header.-adjacentposter .internal-related-item+.nanocrowd-attribution{margin-top:.66666667em}.no-mobile body.similar-films #content-nav{margin-top:-30px}.mobile body.similar-films #content-nav,.mobile body.similar-films #content-nav .sorting-selects{margin-top:0}body.similar-films #content-nav~h3._sr-only+.genre-group{margin-top:32px}.mobile body.similar-films .filtered-message.empty-text .ui-block-heading{padding-bottom:1em;padding-top:0}body.similar-films .genre-group>.title{color:#fff;font-size:1.38461538rem;line-height:1.25;margin-bottom:10px;margin-top:0}.mobile body.similar-films .genre-group>.title{font-size:1.41666667rem}body.similar-films .genre-group>.title .label{letter-spacing:-.02em;text-transform:capitalize}body.similar-films .genre-group>.title .chevron{padding-right:10px;position:relative;white-space:nowrap}body.similar-films .genre-group>.title .chevron svg{display:inline;left:0;position:absolute;top:calc(50% + .025em);transform:translateY(-50%)}body.similar-films .genre-group>.title .chevron path{stroke:currentColor;stroke-width:1.5px}body.similar-films .genre-group>.title a{color:currentColor}body.similar-films .genre-group>.title a[href]:focus,body.similar-films .genre-group>.title a[href]:hover{color:#40bcf4}body.similar-films .browse-similar .internal-related-item{padding-bottom:.75em;padding-top:.75em}body.similar-films .browse-similar .internal-related-item .trigger{display:flex}body.similar-films .browse-similar .internal-related-item .trigger>.chevron{flex-shrink:0;margin-left:auto;margin-top:calc(.5em - 5px)}body.similar-films .browse-similar .internal-related-item .trigger[href]:focus,body.similar-films .browse-similar .internal-related-item .trigger[href]:hover{color:#209ce4}body.similar-films .browse-similar .nanocrowd-attribution{background-image:linear-gradient(180deg,#24303c 50%,rgba(36,48,60,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;padding-top:1.5em}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.similar-films .browse-similar .nanocrowd-attribution{background-size:1px 1px}}body.story-composition>.site-body>.content-wrap{max-width:1120px;padding-left:20px;padding-right:20px;width:auto}.mobile body.story-composition>.site-body>.content-wrap{padding-left:16px;padding-right:16px}body.story-composition .page-header{box-sizing:border-box;padding-bottom:.76923077rem;text-align:left}body.story-composition .page-header *,body.story-composition .page-header :after,body.story-composition .page-header :before{box-sizing:inherit}body.story-composition .page-header>.constraint{margin-left:auto;margin-right:auto;max-width:960px;padding-left:5px;padding-right:5px}body.story-composition .page-header .title-hero{text-align:left}body.story-composition .story-form{margin-left:auto;margin-right:auto;max-width:960px}.story-form{box-sizing:border-box;margin-left:-5px;margin-right:-5px;padding-bottom:3.07692308rem}.story-form *,.story-form :after,.story-form :before{box-sizing:inherit}.no-mobile .story-form{min-width:950px}.story-form.-disabled,.story-form.-disabled .button{cursor:wait!important}.story-form .form-section+.story-form .form-section{margin-top:1.53846154rem}.story-form .form-section.-submit{margin-top:3.07692308rem}.story-form .form-section.-submit:before{border-top:1px solid #456;content:"";display:block;height:1.23076923rem;margin-left:5px;margin-right:5px}.story-form .form-section.-submit .button+.button{margin-left:.76923077rem}.story-form .form-row{padding-left:5px;padding-right:5px}.story-form .form-row.-w25p{width:25%}.story-form .form-row.-w50p{width:50%}.story-form .form-row.-w75p{width:75%}.story-form .form-row .footnote{margin-bottom:2em;margin-top:.5em}.story-form .form-row.-disabled{opacity:.5;pointer-events:none!important}.story-form .time-input{padding-bottom:5px;padding-top:5px}.story-form .schedule-publication-date{margin-left:1.53846154rem;margin-top:1.53846154rem}.no-mobile .story-form .media-uploader .frame:before{padding-top:0}.no-mobile .story-form .media-uploader .frame:after{padding-top:25%}.no-mobile .story-form .media-uploader.-has-workspace-image .workspace{min-height:434px}.no-mobile .story-form .media-uploader .media-uploader-state-toolbar.-file-select .button.-action{margin-right:0}.no-mobile .story-form .media-uploader .media-uploader-state-toolbar.-file-select .button.-action:last-child{margin-right:auto}.story-form .video-preview{background-color:#2c3440;border-radius:3px;padding:10px}.story-form .video-preview>.inner{margin-left:-5px;margin-right:-5px}.story-form .video-preview .input{padding-left:5px;padding-right:5px;position:relative;width:50%}.story-form .video-preview .input input[type=text]{padding-right:30px}.story-form .video-preview .input .validation{align-items:center;bottom:0;display:flex;font-size:12px;left:100%;line-height:1;margin-left:5px;opacity:0;position:absolute;top:0;transition:opacity .25s cubic-bezier(.19,1,.22,1);white-space:nowrap}.story-form .video-preview .input .validation>.icon{height:16px;position:static;width:16px}.story-form .video-preview .input .validation>.icon+.message{margin-left:5px}.story-form .video-preview .input .validation.-valid{color:#00e054;opacity:1}.story-form .video-preview .input .validation.-valid>.icon{background-position:-370px -120px}.story-form .video-preview .input .validation.-invalid{color:#ff9010;opacity:1}.story-form .video-preview .input .validation.-invalid>.icon{background-position:-370px -140px}.story-form .video-preview .input .spinner{height:12px;margin-top:-6px;opacity:0;position:absolute;right:14px;top:50%;transition:opacity 0s cubic-bezier(.19,1,.22,1) 0s;width:12px}.story-form .video-preview .input .spinner.-show{opacity:1;transition:opacity .25s cubic-bezier(.19,1,.22,1) .25s}.story-form .video-preview .preview{overflow:hidden;padding-left:5px;padding-right:5px;position:relative;width:75%}.story-form .video-preview .preview>.aspectratio{background-color:#000;display:flex;flex-direction:row;flex-wrap:wrap;margin-top:10px;position:relative}.story-form .video-preview .preview>.aspectratio:after,.story-form .video-preview .preview>.aspectratio:before{content:"";display:block;float:left}.story-form .video-preview .preview>.aspectratio:before{padding-top:56.25%}.story-form .video-preview .preview>.aspectratio>.status{align-self:center;text-align:center;width:100%}.story-form .video-preview .preview>.aspectratio>.embed{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.story-form .video-preview .preview>.aspectratio>.embed>iframe{display:block;height:100%;width:100%}.story-form .video-preview .preview>.aspectratio>.embed.-transition-in{opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1) .5s}.story-form .video-preview .preview>.aspectratio>.embed.-transition-in.-transition-active{opacity:1}.story-form .video-preview .preview>.aspectratio>.embed.-transition-out{opacity:1;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.story-form .video-preview .preview>.aspectratio>.embed.-transition-out.-transition-active{opacity:0}.story-form .video-preview .preview[hidden]{display:none}.story-form .video-preview .preview.-transition-in{height:0;transition:height .5s cubic-bezier(.19,1,.22,1)}.story-form .website-url-field .group{display:flex}.story-form .website-url-field .group input[readonly=readonly]{color:#567;cursor:not-allowed}.story-form .website-url-field .group input[readonly=readonly]:focus{color:#abc}.story-form .website-url-field .group input[type=text]{flex-grow:1}.story-form .website-url-field .group .button{flex-shrink:0;margin-left:.76923077rem}.story-form .rich-text-editor{height:40em}.story-form .rich-text-editor .ql-editor,.story-form .rich-text-editor .textarea{padding:3.07692308rem}.story-form.-link .form-section.-body{margin-top:3.07692308rem}.media-uploader-state.-file-select-link .preview{align-items:center;display:flex;height:100%;justify-content:space-evenly;width:100%}.media-uploader-state.-file-select-link .preview .card-summary{width:33.33333333%}.media-uploader-state.-crop-link{flex-direction:row}.media-uploader-state.-crop-link>.cropcolumn{flex-grow:1}.media-uploader-state.-crop-link>.cropaside{align-items:center;background-color:#14181c;border-left:1px solid #24303c;border-top-right-radius:2px;box-sizing:border-box;display:flex;flex-basis:33.33333333%;flex-direction:column;flex-shrink:0;justify-content:center;padding-left:1.53846154rem;padding-right:1.53846154rem;width:320px}.media-uploader-state.-crop-link>.cropaside>.card-summary{pointer-events:none;width:92.5%}.media-uploader-state.-crop-link>.cropaside>.card-summary+.card-summary{margin-top:1.53846154rem}.media-uploader-state.-crop-link>.cropaside>.card-summary .preview{border-radius:3px 0 0 3px;overflow:hidden;padding-top:56.25%;position:relative;width:100%;will-change:opacity}.media-uploader-state.-crop-link>.cropaside>.card-summary .preview>img{display:block;height:auto;left:0;position:absolute;top:0;width:auto}.media-uploader-state.-crop-link>.cropaside>.card-summary.-graph .preview{padding-top:100%}.media-uploader-state.-crop-link>.cropaside>.card-summary .skeletontext{opacity:.25}.media-uploader-state-toolbar.-crop-link>.cropcolumn{padding-right:1.23076923rem}.media-uploader-state-toolbar.-crop-link>.cropaside{flex-basis:33.33333333%;flex-shrink:0;padding-left:1.23076923rem;width:320px}.media-uploader-state-toolbar.-crop-link .scaleslider>.constraint{padding-left:4.30769231rem}:root .time-input,_::-webkit-full-page-media,_:future{padding-bottom:3px;padding-top:7px}@media (min-width:768px){.story-content{display:flex;flex-wrap:wrap;margin-top:3.69230769rem;padding-bottom:3.69230769rem}.story-content>.body,.story-content>.header{margin-left:auto;margin-right:40px;width:calc(100% - 280px)}}.story-content>.header{padding-bottom:1.53846154rem;position:relative}.story-content>.header>.headline-1{margin-left:auto;margin-right:auto;max-width:720px;padding-left:5px;padding-right:5px}@media (min-width:768px){.story-content>.header{margin-right:280px}.story-content>.header:before{border-left:1px solid #2c3440;box-sizing:border-box;content:"";display:block;height:100%;left:100%;margin-left:40px;min-width:240px;padding-left:3.57142857%;padding-right:5px;pointer-events:none;position:absolute;top:0;width:21.42857143%}}.story-content>.body>.media-element{margin-bottom:2.46153846rem;margin-left:auto;margin-right:auto;max-width:800px}@media (min-width:768px){.story-content>.body>.media-element{margin-bottom:3.07692308rem}}@media (max-width:767px){.mobile .story-content>.body>.media-element{margin-left:-16px;margin-right:-16px}.mobile .story-content>.body>.media-element>.image,.mobile .story-content>.body>.media-element>.video{padding-left:0;padding-right:0}}.story-content>.body>.comments-panel>.body,.story-content>.body>.comments-panel>.header,.story-content>.body>.media-element>.image,.story-content>.body>.media-element>.video{padding-left:5px;padding-right:5px}.story-content>.body>.comments-panel#comments .notification-icon{right:8px}@media (max-width:767px){.mobile .story-content>.body>.comments-panel#comments .notification-icon{right:16px}}.mobile .story-content>.body>.comments-panel+.pagination{margin-top:0}.story-content>.body>.comments-panel .row.-buttons{overflow:hidden;padding-top:.76923077rem}.story-content>.body>.comments-panel .row.-buttons .button{transition:opacity .5s ease-in-out}.story-content>.body>.comments-panel .row.-buttons .button.-hidden{opacity:0}.story-content>.body>.body-text,.story-content>.body>.comments-panel,.story-content>.body>.date,.story-content>.body>.pagination,.story-content>.body>.story-like{margin-left:auto;margin-right:auto;max-width:720px}.story-content>.body>.date{color:#89a;font-size:.84615385rem;letter-spacing:.09090909em;margin-bottom:1.53846154rem;padding-left:5px;padding-right:5px;text-transform:uppercase}.story-content>.body>.date>.timestamp[data-js-format]{visibility:hidden}.story-content>.body>.body-text{padding-left:5px;padding-right:5px}.story-content>.body>.body-text a[href]:focus,.story-content>.body>.body-text a[href]:hover{text-decoration:underline;text-decoration-color:#40bcf4}.story-content>.body>.body-text h1,.story-content>.body>.body-text h2,.story-content>.body>.body-text h3,.story-content>.body>.body-text h4,.story-content>.body>.body-text h5,.story-content>.body>.body-text h6{color:#fff;font-family:TiemposTextWeb-Semibold,Georgia,serif;font-size:inherit;font-weight:400;line-height:inherit;margin-bottom:.66666667em;margin-top:1em}.story-content>.body>.body-text h1 b,.story-content>.body>.body-text h1 strong,.story-content>.body>.body-text h2 b,.story-content>.body>.body-text h2 strong,.story-content>.body>.body-text h3 b,.story-content>.body>.body-text h3 strong,.story-content>.body>.body-text h4 b,.story-content>.body>.body-text h4 strong,.story-content>.body>.body-text h5 b,.story-content>.body>.body-text h5 strong,.story-content>.body>.body-text h6 b,.story-content>.body>.body-text h6 strong{font-weight:inherit}.story-content>.body>.body-text h1 a[href],.story-content>.body>.body-text h2 a[href],.story-content>.body>.body-text h3 a[href],.story-content>.body>.body-text h4 a[href],.story-content>.body>.body-text h5 a[href],.story-content>.body>.body-text h6 a[href]{text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.4)}.story-content>.body>.story-like{margin-top:1.53846154rem;padding-left:5px;padding-right:5px}.story-content>.body>.pagination{border-top:none;margin-top:1.53846154rem}@media (min-width:768px){.story-content>.body>.pagination{display:flex;justify-content:space-between;margin-top:4.92307692rem;width:100%}}.story-content>.body>.pagination>.page{padding-left:5px;padding-right:5px}@media (min-width:768px){.story-content>.body>.pagination>.page{box-sizing:border-box;display:flex;flex-direction:column;width:44.44444444%}.story-content>.body>.pagination>.page>.card-summary{flex-grow:1}.story-content>.body>.pagination>.page>.card-summary>.inner{display:flex;flex-direction:column;height:100%}.story-content>.body>.pagination>.page>.card-summary>.inner>.detail{display:flex;flex-direction:column;flex-grow:1}.story-content>.body>.pagination>.page>.card-summary>.inner>.detail>.description{margin-bottom:auto}}@media (max-width:767px){.story-content>.body>.pagination>.page+.page{margin-top:3.69230769rem}}@media (min-width:768px){.story-content>.body>.pagination>.page+.page>.section-heading{text-align:right}}.story-content>.body>.pagination>.page>.section-heading{border-bottom:none}.story-content>.sidebar{padding-left:5px;padding-right:5px}.story-content>.sidebar .actions-panel .panel-sharing input[type=text]{max-width:calc(7.5em + 8px)}.mobile .story-content>.sidebar .actions-panel .panel-sharing>.body>*+*{margin-left:5px}.mobile .story-content>.sidebar .actions-panel .panel-sharing input[type=text]{max-width:calc(6.5em + 8px)}.no-mobile .story-content>.sidebar{float:none}@media (max-width:767px){.no-mobile .story-content>.sidebar{width:auto}}@media (min-width:768px){.story-content>.sidebar{border-left:1px solid #2c3440;box-sizing:border-box;min-width:240px;padding-left:3.57142857%;width:21.42857143%}}@media (max-width:767px){.story-content>.sidebar{margin-top:3.69230769rem}}.story-content>.sidebar>.actions-panel+.relatedfilms{margin-top:3.69230769rem}.story-content>.sidebar>.relatedfilms>.film-teaser+.film-teaser{margin-top:2.46153846rem}body.four-faves .favourites{background-color:#181840;overflow:hidden;padding:40px}body.four-faves .favourites .title-0{font-size:3em;margin:.5em 0}body.four-faves .favourites .poster-list .poster,body.four-faves .favourites .poster-list .poster-container,body.four-faves .favourites .poster-list img{height:auto;max-width:202px}body.four-faves .favourites .poster-list.-horizontal>.poster-container:not(:first-child){margin-left:20px}body.four-faves .favourites .listen-logo{float:left;margin-top:70px;width:300px}body.four-faves .favourites .listen-logo img{height:auto;width:100%}body.four-faves .favourites .podcast-logo{float:right;padding:30px 0 20px}body.four-faves .favourites .podcast-logo p{color:hsla(0,0%,100%,.5);float:left;font-family:Graphik-Bold-Web,sans-serif;font-size:2.6em;font-weight:400;margin:0;padding-right:.75em;text-align:right;text-transform:uppercase}body.four-faves .favourites .podcast-logo p span{display:block;line-height:1}body.four-faves .favourites+.favourites{margin-top:50px}body.four-faves .site-body{background-image:none;padding:100px 0}.pro-account-type-group{display:flex}.pro-account-type-group>.pro-account-type{display:flex;flex-direction:column;position:relative}.pro-account-type-group>.pro-account-type>.verticaldivider{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0) 0);background-position:0 0;background-repeat:repeat-y;background-size:2px 1px;display:none;position:absolute;right:0;top:0;width:1px;z-index:1}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.pro-account-type-group>.pro-account-type>.verticaldivider{background-size:1px 1px}}.pro-account-type-group>.pro-account-type:first-child>.card{border-bottom-left-radius:3px;border-top-left-radius:3px}.pro-account-type-group>.pro-account-type:first-child>.card>.footer,.pro-account-type-group>.pro-account-type:first-child>.card>.footer .trigger:first-child{border-bottom-left-radius:3px}.pro-account-type-group>.pro-account-type:last-of-type>.card{border-bottom-right-radius:3px;border-top-right-radius:3px}.pro-account-type-group>.pro-account-type:last-of-type>.card>.footer,.pro-account-type-group>.pro-account-type:last-of-type>.card>.footer .trigger{border-bottom-right-radius:3px}.pro-account-type-group>.pro-account-type.-has-no-cta{margin-bottom:56px}.pro-account-type-group.-free{flex-direction:column}.pro-account-type-group.-paid{flex-direction:row}.pro-account-type-group.-paid>.pro-account-type{flex-basis:0%;flex-grow:1}.pro-account-type{box-sizing:border-box}.pro-account-type *,.pro-account-type :after,.pro-account-type :before{box-sizing:inherit}.pro-account-type>.card{display:flex;flex-direction:column}.pro-account-type>.card>.header{text-align:center}.pro-account-type>.card>.footer{background-color:#567;display:flex;flex-direction:column;margin-top:auto;position:relative;text-align:center}@media screen and (max-width:767px){.mobile .pro-account-type>.card>.footer.-has-thanks{margin-top:.76923077rem;padding-top:.76923077rem}}.pro-account-type>.card.-default{background-color:#2c3440}.pro-account-type>.card.-default>.body{padding-bottom:3.07692308rem;padding-left:20px;padding-right:20px}@media screen and (min-width:1194px){.pro-account-type>.card.-default>.body{padding-left:25px;padding-right:25px}}@media screen and (max-width:767px){.mobile .pro-account-type>.card.-default>.body{margin-left:auto;margin-right:auto;max-width:370px;padding-bottom:2.46153846rem}}.pro-account-type>.card.-outline{border:1px solid #2c3440}.pro-account-type>.card.-outline>.body{padding-bottom:1.84615385rem;padding-left:20px;padding-right:20px}.pro-account-type .badge{display:inline-table;margin:0 auto;transform:translateY(-50%)}@media screen and (max-width:1193px){.pro-account-type .badge{transform:scale(.925) translateY(-50%)}}@media screen and (max-width:479px){.pro-account-type .badge{transform:scale(.875) translateY(-50%)}}.pro-account-type .purchasepagecontent{color:#bcd;font-size:1.15384615rem;line-height:1.5;text-align:center;text-shadow:none!important}@media screen and (max-width:1193px){.pro-account-type .purchasepagecontent{font-size:1.07692308rem}.mobile .pro-account-type .purchasepagecontent{font-size:1.16666667rem}}.mobile .pro-account-type .purchasepagecontent{font-size:1.25rem}@media screen and (max-width:479px){.mobile .pro-account-type .purchasepagecontent{font-size:1.08333333rem;max-width:400px}}.pro-account-type .purchasepagecontent a[href]{color:#fff}.pro-account-type .purchasepagecontent a[href]:focus,.pro-account-type .purchasepagecontent a[href]:hover{text-decoration:underline;text-underline-offset:.2em}.pro-account-type .purchasepagecontent>:last-child{margin-bottom:0}.pro-account-type .thanks{align-self:center;background-color:#d8e0e8;border-radius:.95833333em;color:#345;display:inline-table;font-size:1rem;line-height:1.25;margin-left:auto;margin-right:auto;max-width:calc(100% - 20px);padding:.33333333em 1em;position:absolute;top:0;transform:translateY(-50%)}.mobile .pro-account-type .thanks{font-size:1.08333333rem}@media screen and (min-width:768px) and (max-width:1193px){.mobile .pro-account-type .thanks{font-size:1rem}}@media screen and (max-width:479px){.mobile .pro-account-type .thanks{font-size:1rem}}@media screen and (max-width:1193px){.no-mobile .pro-account-type .thanks{font-size:.92307692rem}}.pro-account-type .pricing{display:flex;justify-content:center;padding-bottom:2.46153846rem;padding-top:1.84615385rem}.pro-account-type .fee .price{display:inline-block;font-size:2.46153846rem;position:relative}.mobile .pro-account-type .fee .price{font-size:2.66666667rem}@media screen and (min-width:768px) and (max-width:1193px){.mobile .pro-account-type .fee .price{font-size:2.33333333rem}}@media screen and (max-width:479px){.mobile .pro-account-type .fee .price{font-size:2.33333333rem}}@media screen and (max-width:1193px){.no-mobile .pro-account-type .fee .price{font-size:2.15384615rem}}.pro-account-type .fee .price>.from{display:inline;font-family:Graphik-Regular-Web,sans-serif;font-size:.92307692rem;font-weight:400;line-height:1.25;margin-right:.5em;position:relative;top:.25em;vertical-align:middle}.mobile .pro-account-type .fee .price>.from{font-size:1rem}.pro-account-type .fee .price>.currencycode{font-size:66.66666667%;vertical-align:text-bottom}.pro-account-type .fee .price>.citereference{color:#fff;left:100%;position:absolute;top:12.5%}.pro-account-type .fee .meta{color:#fff;font-family:Graphik-Semibold-Web,sans-serif;font-size:.92307692rem;font-weight:400;letter-spacing:.075em;line-height:1.25;margin-top:-.2em;text-align:right;text-transform:uppercase}.mobile .pro-account-type .fee .meta{font-size:1rem}@media screen and (min-width:768px) and (max-width:1193px){.mobile .pro-account-type .fee .meta{font-size:.91666667rem}}@media screen and (max-width:479px){.mobile .pro-account-type .fee .meta{font-size:.91666667rem}}@media screen and (max-width:1193px){.no-mobile .pro-account-type .fee .meta{font-size:.84615385rem}}.pro-account-type .fee.-pending .meta,.pro-account-type .fee.-pending .price{opacity:0;visibility:hidden}.pro-account-type .fee.-in .meta,.pro-account-type .fee.-in .price{opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1);visibility:visible}.pro-account-type .fee.-in-active .meta,.pro-account-type .fee.-in-active .price{opacity:1}.pro-account-type .fee.-pending:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767px){.mobile .pro-account-type .fee{padding-bottom:1.84615385rem;padding-top:1.53846154rem}}@media screen and (max-width:479px){.mobile .pro-account-type .fee{padding-bottom:1.53846154rem;padding-top:1.23076923rem}}.pro-account-type .cta{display:flex;height:56px;justify-content:center}@media screen and (max-width:479px){.mobile .pro-account-type .cta{height:48px}}.pro-account-type .cta .trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;background-color:#567;border:0;border-radius:0;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);box-sizing:border-box;color:#e4eaf0;cursor:default;display:flex;flex-grow:1;font-family:inherit;font-family:Graphik-Semibold-Web,sans-serif;font-size:1rem;font-weight:400;justify-content:center;line-height:1.25;margin:0;padding:0;text-align:center;text-decoration:none}.pro-account-type .cta .trigger:not(:disabled):focus,.pro-account-type .cta .trigger:not(:disabled):hover{text-decoration:inherit}.mobile .pro-account-type .cta .trigger{font-size:1.08333333rem}@media screen and (max-width:479px){.mobile .pro-account-type .cta .trigger{font-size:1rem}}.pro-account-type .cta .trigger>.label{padding-left:.76923077rem;padding-right:.76923077rem}.pro-account-type .cta .trigger>.label+.glyph{margin-left:.25em}.pro-account-type .cta .trigger>.glyph{position:relative;top:-.07692308em}@media screen and (max-width:479px){.mobile .pro-account-type .cta .trigger>.glyph{top:0}}.pro-account-type .cta .trigger>.glyph path{fill:currentColor}.pro-account-type .cta .trigger:not(:disabled){cursor:pointer;transition:color .33333333s cubic-bezier(.19,1,.22,1),background-color .33333333s cubic-bezier(.19,1,.22,1)}.pro-account-type .cta .trigger:not(:disabled):focus,.pro-account-type .cta .trigger:not(:disabled):hover{background-color:#678;color:#fff;transition-duration:.5s}.pro-account-type .cta .trigger:not(:disabled)[data-paddle-trigger]:focus,.pro-account-type .cta .trigger:not(:disabled)[data-paddle-trigger]:hover{background-color:#009d1a;color:#fff}.pro-account-type .cta .trigger.-primary{letter-spacing:.075em;text-transform:uppercase}.pro-account-type .cta .trigger.-action{background-color:#00ac1c;color:#f4fcf0}.pro-account-type .cta .trigger.-action:not(:disabled):focus,.pro-account-type .cta .trigger.-action:not(:disabled):hover{background-color:#009d1a;color:#fff}.pro-account-type .cta .trigger+.trigger{position:relative}.pro-account-type .cta .trigger+.trigger:before{background-image:linear-gradient(90deg,hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0) 0);background-position:0 0;background-repeat:repeat-y;background-size:2px 1px;bottom:0;content:"";display:block;position:absolute;right:100%;top:1px;width:1px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.pro-account-type .cta .trigger+.trigger:before{background-size:1px 1px}}.pro-account-type .action.-tierselectortrigger .trigger[aria-expanded=true]{visibility:hidden}.pro-account-type .tierselector{display:flex;flex-direction:column}.pro-account-type .tierselector .tierdefinitions{display:flex;overflow:hidden}.pro-account-type .tierselector .tierdefinitions>.definition{flex-basis:100%;flex-shrink:0}.pro-account-type .tierselector>*{flex-shrink:0}.pro-account-type .tierselector>.options{position:relative}.pro-account-type .tierselector>.options:before{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2);content:"";height:1px;left:0;position:absolute;right:0;top:0;transition-delay:.33333333s;transition-duration:.33333333s;transition-property:left,right,width;transition-timing-function:cubic-bezier(.19,1,.22,1)}.pro-account-type .tierselector>.options .options-list{align-items:center;display:flex;height:56px;justify-content:space-between;padding-left:20px;padding-right:20px}@media screen and (max-width:479px){.mobile .pro-account-type .tierselector>.options .options-list{height:48px}}.pro-account-type .tierselector>.options .options-list:after,.pro-account-type .tierselector>.options .options-list:before{content:"";display:block}.pro-account-type .tierselector>.options .options-list>.option{flex-basis:0%;margin-bottom:0}.pro-account-type .tierselector>.options .options-list>.option>.option-label{margin-bottom:0}.pro-account-type .tierselector>.options .options-list>.option>.option-label .radio:checked~.label{color:#fff}.pro-account-type .tierselector>.options .options-list>.option .label{color:#e4eaf0;font-family:Graphik-Semibold-Web,sans-serif;font-size:1.23076923rem;font-weight:400;line-height:1.25}@media screen and (max-width:1193px){.no-mobile .pro-account-type .tierselector>.options .options-list>.option .label{font-size:1.15384615rem}}.pro-account-type .tierselector>.pricing{justify-content:normal;order:-1}.pro-account-type .tierselector>.pricing>.definition{display:flex;justify-content:center}.pro-account-type .tierselector>.description{color:#def;font-size:1rem;line-height:1.33333333;padding-bottom:1.53846154rem}.mobile .pro-account-type .tierselector>.description{font-size:1.08333333rem}.pro-account-type .tierselector>.description>.definition{align-self:center;padding-left:20px;padding-right:20px}.pro-account-type .tierselector>.description p:last-child{margin-bottom:0}.pro-account-type .tierselector>.description p+p{margin-top:1em}.pro-account-type .tierselector.-hidden{display:none}.pro-account-type.-active>.card{border-radius:3px;box-shadow:0 0 0 2px #00ac1c,0 0 3px 3px rgba(20,24,28,.15);position:relative;z-index:2}.pro-account-type.-active>.card>.footer,.pro-account-type.-tierselectorshown>.card,.pro-account-type.-tierselectorshown>.card>.footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.pro-account-type.-tierselectorshown>.card>.footer .tierselector .trigger:first-child{border-bottom-left-radius:3px}.pro-account-type.-tierselectorshown>.card>.footer .tierselector .trigger:last-child{border-bottom-right-radius:3px}.pro-account-type.-tierselectorshown .tierselector>.options:before{left:20px;right:20px}.coupon-widget .couponalert{background-color:#00ac1c;border-radius:3px;color:#fff}.coupon-widget .couponalert>.body-text{font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;line-height:1.33333333;padding:1em 10px;text-align:center;text-shadow:none}.coupon-widget .couponalert>.body-text>*{display:inline}.coupon-widget .couponalert>.body-text>p{line-height:inherit}.coupon-widget .couponalert>.body-text>p:last-of-type{margin-bottom:0}.coupon-widget .couponalert>.body-text>p+button{margin-left:.25em}.coupon-widget .couponalert>.body-text button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:currentColor;cursor:default;font-family:inherit;font-family:Graphik-Regular-Web,sans-serif;font-size:inherit;font-weight:400;line-height:inherit;margin:0;padding:0;text-decoration:none}.coupon-widget .couponalert>.body-text button:not(:disabled):focus,.coupon-widget .couponalert>.body-text button:not(:disabled):hover{text-decoration:inherit}.coupon-widget .couponalert>.body-text button:not(:disabled){cursor:pointer}.coupon-widget .couponalert>.body-text button:not(:disabled):focus,.coupon-widget .couponalert>.body-text button:not(:disabled):hover{text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.15em}.coupon-widget .couponalert>.body-text button:disabled{opacity:.5}.coupon-widget .couponalert>.body-text:not(.-small){font-size:1.07692308rem}.mobile .coupon-widget .couponalert>.body-text:not(.-small){font-size:1.16666667rem}.coupon-widget .couponalert>.body-text:not(.-small) button{font-size:1rem}.mobile .coupon-widget .couponalert>.body-text:not(.-small) button{font-size:1.08333333rem}.coupon-widget .couponalert+.couponform{margin-top:1.23076923rem}.coupon-widget .couponform{position:relative}.coupon-widget .couponform .formrow{display:flex;flex-direction:row}.coupon-widget .couponform .formrow>input[type=text]{flex-grow:1;font-size:1rem}.mobile .coupon-widget .couponform .formrow>input[type=text]{font-size:1.08333333rem}.coupon-widget .couponform .formrow>button[type=submit]{flex-shrink:0;margin-left:5px}.coupon-widget .couponform .formrow>button[type=submit]>.label{margin-right:-.075em}.coupon-widget .couponform .overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;padding-top:.38461538rem;position:absolute;right:0;top:-.38461538rem}.coupon-widget .couponform .overlay:before{background-image:linear-gradient(180deg,#009d1a 50%,rgba(0,157,26,0) 0);background-position:0 0;background-repeat:repeat-x;background-size:1px 2px;content:"";height:1px;left:10px;position:absolute;right:10px;top:.38461538rem}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.coupon-widget .couponform .overlay:before{background-size:1px 1px}}.coupon-widget .couponform .overlay .trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-clip:border-box;border:0;border-radius:0;box-sizing:border-box;color:#f4fcf0;cursor:default;font-family:inherit;font-size:.92307692rem;line-height:1.33333333;margin:0;padding:0;text-decoration:none}.coupon-widget .couponform .overlay .trigger:not(:disabled):focus,.coupon-widget .couponform .overlay .trigger:not(:disabled):hover{text-decoration:inherit}.mobile .coupon-widget .couponform .overlay .trigger{font-size:1rem}.coupon-widget .couponform .overlay .trigger:not(:disabled){cursor:pointer}.coupon-widget .couponform .overlay .trigger:not(:disabled):focus,.coupon-widget .couponform .overlay .trigger:not(:disabled):hover{color:#fff;text-decoration:underline;text-underline-offset:.2em}.coupon-widget .couponform[aria-hidden=true]{display:none}.no-mobile body.pro .pro-page>._context-observer{font-family:columned}@media screen and (min-width:1024px){.mobile body.pro .pro-page>._context-observer{font-family:columned}}.mobile body.pro .backdrop-header{margin-bottom:0}body.pro .pro-content{box-sizing:border-box;padding-left:5px;padding-right:5px;padding-top:2.46153846rem}body.pro .section.account-types{margin-top:1.53846154rem}body.pro .section.account-types>.constraint{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:auto;margin-right:auto}body.pro .section.account-types .pro-account-type-group.-free{margin-right:40px;width:200px}body.pro .section.account-types .pro-account-type-group.-free .gifting-and-coupons{margin-bottom:0;margin-top:auto;padding-bottom:1.23076923rem;text-align:center;width:auto}body.pro .section.account-types .pro-account-type-group.-free .gifting-and-coupons>.body-text{padding-left:5px;padding-right:5px}body.pro .section.account-types .pro-account-type-group.-paid{flex-basis:0%;flex-grow:1}body.pro .section.account-types .pro-account-type-references{flex-basis:100%;flex-grow:1;padding-top:1.23076923rem}body.pro .section.account-types .pro-account-type-group.-free.-has-cta-prop{margin-bottom:56px}body.pro .section.account-types .pro-account-type-references.-has-cta-negative-prop{margin-top:-56px}.no-mobile body.pro .section.account-types.-has-hq{margin-left:-20px;margin-right:-20px}.no-mobile body.pro .section.account-types.-has-hq>.constraint{max-width:1120px;min-width:960px}@media screen and (max-width:1193px){.no-mobile body.pro .section.account-types.-has-hq>.constraint{width:93.75vw}}@media screen and (min-width:768px) and (max-width:1193px){.mobile body.pro .section.account-types.-has-hq{margin-left:-11px;margin-right:-11px}.mobile body.pro .section.account-types.-has-hq>.constraint{max-width:1120px;min-width:720px;width:93.75vw}}body.pro .section.account-types.-has-hq .pro-account-type-group.-paid{max-width:880px}.no-mobile body.pro .section.account-types.-has-hq .pro-account-type-group.-paid .pro-account-type{max-width:33.33333333%}@media screen and (min-width:768px){.mobile body.pro .section.account-types.-has-hq .pro-account-type-group.-paid .pro-account-type{max-width:33.33333333%}}body.pro .section.account-types.-has-no-hq>.constraint{max-width:840px}body.pro .section.account-types.-has-no-hq .pro-account-type-group.-paid{max-width:600px}.no-mobile body.pro .section.account-types.-has-no-hq .pro-account-type-group.-paid .pro-account-type{max-width:50%}@media screen and (min-width:768px){.mobile body.pro .section.account-types.-has-no-hq .pro-account-type-group.-paid .pro-account-type{max-width:50%}}.no-mobile body.pro .section.account-types .pro-account-type-group.-paid.-pending{background-color:#2c3440;border-radius:3px}.no-mobile body.pro .section.account-types .pro-account-type-group.-paid.-pending>.pro-account-type{visibility:hidden}.no-mobile body.pro .section.account-types .pro-account-type-group.-paid>._context-observer{font-family:columned}.no-mobile body.pro .section.account-types .pro-account-type-group.-paid .pro-account-type:nth-last-of-type(n+2)>.verticaldivider{display:block}@media screen and (min-width:768px){.mobile body.pro .section.account-types .pro-account-type-group.-paid.-pending{background-color:#2c3440;border-radius:3px}.mobile body.pro .section.account-types .pro-account-type-group.-paid.-pending>.pro-account-type{visibility:hidden}.mobile body.pro .section.account-types .pro-account-type-group.-paid>._context-observer{font-family:columned}.mobile body.pro .section.account-types .pro-account-type-group.-paid .pro-account-type:nth-last-of-type(n+2)>.verticaldivider{display:block}}@media screen and (max-width:1023px){.mobile body.pro .section.account-types>.constraint{justify-content:center}.mobile body.pro .section.account-types .pro-account-type-group{flex-basis:100%!important}.mobile body.pro .section.account-types .pro-account-type-group.-free{margin-right:0}.mobile body.pro .section.account-types.-has-hq .pro-account-type-references{max-width:880px}.mobile body.pro .section.account-types.-has-no-hq .pro-account-type-references{max-width:600px}}@media screen and (min-width:768px) and (max-width:1023px){.mobile body.pro .section.account-types .pro-account-type-group+.pro-account-type-group{margin-top:5.53846154rem}.mobile body.pro .section.account-types .pro-account-type-group.-free{max-width:400px}}@media screen and (max-width:767px){.mobile body.pro .section.account-types>.constraint{max-width:400px;width:87.5%}.mobile body.pro .section.account-types .pro-account-type-group{align-items:center;flex-direction:column}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type{width:100%}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type>.card{border-radius:3px}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type>.card>.footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type>.card>.footer .trigger:first-child{border-bottom-left-radius:3px}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type>.card>.footer .trigger:last-child{border-bottom-right-radius:3px}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type+.pro-account-type:before{display:none}.mobile body.pro .section.account-types .pro-account-type-group.-free{margin-right:0}.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type+.pro-account-type,.mobile body.pro .section.account-types .pro-account-type-group+.pro-account-type-group{margin-top:3.69230769rem}.mobile body.pro .section.account-types .pro-account-type-references.-has-cta-prop{margin-top:0}}body.pro .section.account-types+.gifting-and-coupons{margin-top:1.84615385rem}body.pro .section.gifting-and-coupons{margin-left:auto;margin-right:auto;max-width:400px;width:87.5%}body.pro .section.gifting-and-coupons>.body-text{text-align:center}body.pro .coupon-widget .couponalert{margin-top:2.46153846rem}body.pro .coupon-widget .couponalert+.couponform{margin-top:.76923077rem}body.pro .coupon-widget .couponform{margin-top:1.53846154rem}body.pro .coupon-widget .couponform .overlay{background-color:#00ac1c;border-bottom-left-radius:3px;border-bottom-right-radius:3px;top:-1.15384615rem}.pro-account-type-references{color:#89a;font-size:1rem;line-height:1.33333333;padding-left:5px;padding-right:5px;text-align:right}.mobile .pro-account-type-references{font-size:1.08333333rem}@media screen and (max-width:479px){.mobile .pro-account-type-references{font-size:1rem}}.pro-thanks{padding-top:100px;position:relative}.pro-thanks h1{color:#fff;font-size:4.76923077rem;margin:0;position:absolute;right:0;text-shadow:0 1px 2px #000;top:-100px}.pro-thanks h2{color:#fff;margin-bottom:.76923077rem;padding-top:2.46153846rem}.captioned .content-wrap small{color:#678;display:block;font-size:11px;margin:3.69230769rem 0 2.46153846rem;text-align:center}.captioned .content-wrap small a{color:#89a;text-decoration:none}.captioned .content-wrap small a:active,.captioned .content-wrap small a:hover{color:#40bcf4}.pro-cancelled{padding:3.69230769rem 0}.pro-page,.welcome-page{padding-top:15px;position:relative}.pro-page .body-text,.welcome-page .body-text{text-shadow:0 1px 1px rgba(0,0,0,.5)}.backdrop-header{left:0;position:absolute;right:0;text-align:center;top:-130px}.backdrop-header blockquote{border:none;margin:0;padding:0}.backdrop-header blockquote p,.backdrop-header h1{color:#fff;font-family:TiemposHeadlineWeb-Bold,Georgia,serif;font-size:44px;font-weight:400;line-height:1;margin:0;text-indent:-.45em}.backdrop-header cite{display:none}body.standalone-content-media-picker .content-media-picker-inline-component-wrapper{display:flex;flex-direction:column;min-height:100%}body.standalone-content-media-picker .content-media-picker-inline-component-wrapper>.content-media-picker{flex-grow:1}body.standalone-content-media-picker .content-media-picker-inline-component-wrapper>.content-media-picker:before{display:none}.mobile body.standalone-content-media-picker .content-media-picker-inline-component-wrapper>.content-media-picker-footer{bottom:0;position:sticky}.mobile body.standalone-content-media-picker{min-height:calc(100% + env(safe-area-inset-bottom))}.mobile body.standalone-content-media-picker .content-media-picker>.body{padding-left:max(env(safe-area-inset-left),15px);padding-right:max(env(safe-area-inset-right),15px);padding-top:calc(env(safe-area-inset-top) + 15px)}.mobile body.standalone-content-media-picker .content-media-picker-inline-component-wrapper>.content-media-picker-footer{padding-bottom:calc(env(safe-area-inset-bottom) + 15px);padding-left:max(env(safe-area-inset-left),15px);padding-right:max(env(safe-area-inset-right),15px)}.no-mobile .crew-page .sidebar .bio>.panel-text{padding-bottom:1.53846154rem}.mobile .crew-page #content-nav.basic{min-height:0}.mobile .crew-page .sidebar{-moz-column-gap:1.53846154rem;column-gap:1.53846154rem;display:grid;grid-template-areas:"image bio" "actions actions" "advertising advertising";grid-template-columns:33.33333333% 1fr;grid-template-rows:auto minmax(0,1fr) auto;margin-top:3.07692308rem}@media (min-width:560px){.mobile .crew-page .sidebar{-moz-column-gap:2.30769231rem;column-gap:2.30769231rem;grid-template-areas:"image bio" "image actions" "advertising advertising";margin-top:4.92307692rem}}@media (min-width:1160px){.mobile .crew-page .sidebar{-moz-column-gap:2%;column-gap:2%}}.mobile .crew-page .sidebar>.person-image{align-self:flex-start;grid-area:image;margin:0}.mobile .crew-page .sidebar>.bio{align-self:flex-start;grid-area:bio}.mobile .crew-page .sidebar>.bio>.panel-text{padding-bottom:.76923077rem}.mobile .crew-page .sidebar>.bio>.panel-text p:last-child{margin-bottom:0}@media (min-width:560px){.mobile .crew-page .sidebar>.bio{font-size:1.15384615rem}}@media (min-width:768px){.mobile .crew-page .sidebar>.bio{font-size:1.30769231rem}}.mobile .crew-page .sidebar>.actions{grid-area:actions}.mobile .crew-page .sidebar>.actions>.actions-panel,.mobile .crew-page .sidebar>.actions>.progress-panel{width:100%}.mobile .crew-page .sidebar>.advertising{align-items:center;display:flex;flex-direction:column;grid-area:advertising}.mobile .film-club .page-header{border-bottom:none}.halloween .site-logo>.logo{background-image:url(../img/logo-halloween.6a778a27.png);background-position:0 0;background-size:230px 24px;height:25px;margin-top:0}.mobile .halloween .site-logo>.logo{background-image:url(../img/logo-mobile/logo-halloween-sm.681b4c54.svg);background-position:5px 4px;background-size:50px 30px}.valentines .site-logo>.logo{background-image:url(../img/logo-valentines.89bd18eb.png);background-position:0 0;background-size:230px 24px;height:25px;margin-top:0}.valentines .site-header .site-logo.-parasite>.parasite-dot{left:3px}.mobile .valentines .site-logo>.logo{background-image:url(../img/logo-mobile/logo-valentines-sm.3c258c1c.svg);background-position:5px 5px;background-size:50px 30px}.xmas .site-logo>.logo{background-image:url(../img/logo-xmas.c0d4a517.png);background-position:0 0;background-size:230px 30px;height:30px;margin-top:-3px}.mobile .xmas .site-logo>.logo{background-image:url(../img/logo-mobile/logo-xmas-sm.4ef872eb.svg);background-position:5px 8px;background-size:50px 30px}.twitter-typeahead{box-sizing:border-box;width:100%}input.tag-input-field:focus{background:#fff!important;box-shadow:0 0 5px #012!important;color:#234!important}.tags-menu{background:linear-gradient(180deg,#678 0,#234);border:1px solid #c8d8e8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:none;box-shadow:0 4px 5px #012;box-sizing:border-box;margin:-2px 0 0;max-height:105px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;width:100%;z-index:99999}.tags-menu .tt-suggestion{color:#fff;cursor:default;display:block;font-size:13px;line-height:1.5;margin:0;overflow:hidden;padding:5px 8px 5px 10px;text-shadow:0 -1px 0 #234}.tags-menu .tt-suggestion div{margin:0}.tags-menu .tt-cursor{background-color:#00ac1c;text-shadow:0 -1px 0 rgba(0,0,0,.2)}.film-list-editor-contents .tags-menu{max-height:195px}.modal-legacy .tags-menu{border-color:#89a;box-shadow:0 4px 5px #345}.carousel-wrap{padding:20px 0;position:relative}.carousel-mask{overflow:hidden;position:relative}.carousel{left:0;position:absolute;top:0}.carousel>li{position:relative}.carousel>li,.carousel>li a{display:block}.carousel img{cursor:pointer;display:block}.carousel .no-poster img{display:none}.carousel-nav li{position:absolute}.carousel-nav a{cursor:pointer;display:block;height:340px;position:relative;width:30px}.carousel-nav a span{background:url(../img/sprite.6c5e9c43.svg) 0 0 no-repeat;display:block;height:20px;left:50%;margin:-10px 0 0 -10px;overflow:hidden;position:absolute;text-indent:110%;top:50%;white-space:nowrap;width:20px}.carousel-nav .carousel-next a.carousel-disabled,.carousel-nav .carousel-prev a.carousel-disabled{cursor:default}.carousel-horizontal{padding:0}.carousel-horizontal .carousel-mask{height:370px}.carousel-horizontal .carousel{float:left;width:auto}.carousel-horizontal .carousel>li{display:inline;float:left;margin:0 10px 0 0}.carousel-horizontal .carousel-nav .carousel-prev{left:-40px;top:0}.carousel-horizontal .carousel-nav .carousel-next{right:-40px;top:0}.carousel-horizontal .carousel-nav .carousel-prev a span{background-position:-310px -770px}.carousel-horizontal .carousel-nav .carousel-next a span{background-position:-430px -770px}.carousel-horizontal .carousel-nav .carousel-prev a:hover span{background-position:-340px -770px}.carousel-horizontal .carousel-nav .carousel-next a:hover span{background-position:-460px -770px}.carousel-horizontal .carousel-nav .carousel-prev a:active span{background-position:-370px -770px}.carousel-horizontal .carousel-nav .carousel-next a:active span{background-position:-490px -770px}.carousel-horizontal .carousel-nav .carousel-prev a.carousel-disabled span{background-position:-400px -770px}.carousel-horizontal .carousel-nav .carousel-next a.carousel-disabled span{background-position:-520px -770px}.twipsy{display:block;font-size:11px;opacity:1;padding:6px;position:absolute;visibility:visible;z-index:10000}.twipsy.above .twipsy-arrow{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #456;bottom:0;left:50%;margin-left:-6px}.twipsy.left .twipsy-arrow{border-bottom:6px solid transparent;border-left:6px solid #456;border-top:6px solid transparent;margin-top:-6px;right:0;top:50%}.twipsy.below .twipsy-arrow{border-bottom:6px solid #456;border-left:6px solid transparent;border-right:6px solid transparent;left:50%;margin-left:-6px;top:0}.twipsy.right .twipsy-arrow{border-bottom:6px solid transparent;border-right:6px solid #456;border-top:6px solid transparent;left:0;margin-top:-6px;top:50%}.twipsy.-contrast .twipsy-inner{background-color:#234}.twipsy.-contrast.above .twipsy-arrow{border-top-color:#234}.twipsy-inner{background:#456;border-radius:4px;color:#bcd;display:block;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400;line-height:1.3;max-width:360px;overflow:hidden;padding:6px 9px 5px;text-align:center;text-decoration:none;text-overflow:ellipsis;text-shadow:0 1px 5px rgba(0,0,0,.1);white-space:nowrap}.twipsy-inner.-mainnav{border-radius:3px;box-shadow:0 0 6px -1px rgba(20,24,28,.5);padding:4px 7px 3px}.twipsy-arrow{height:0;position:absolute;width:0}.twipsy.fade{opacity:0;transition:opacity .15s linear}.twipsy.fade.in{opacity:1}div.datepicker{background:#fff;border-radius:8px;box-shadow:0 3px 7px #000;cursor:default;display:none;font-size:12px;height:147px;left:0;position:relative;position:absolute;top:0;width:196px;z-index:9999}.datepickerContainer{background:#fff;border-radius:4px;left:10px;position:absolute;top:10px}.datepickerBorderT{top:0}.datepickerBorderB,.datepickerBorderT{height:10px;left:10px;position:absolute;right:10px}.datepickerBorderB{bottom:0}.datepickerBorderL{left:0}.datepickerBorderL,.datepickerBorderR{bottom:10px;position:absolute;top:10px;width:10px}.datepickerBorderR{right:0}.datepickerBorderTL{left:0}.datepickerBorderTL,.datepickerBorderTR{height:10px;position:absolute;top:0;width:10px}.datepickerBorderTR{right:0}.datepickerBorderBL{left:0}.datepickerBorderBL,.datepickerBorderBR{bottom:0;height:10px;position:absolute;width:10px}.datepickerBorderBR{right:0}.datepickerHidden{display:none}div.datepicker table{border-collapse:collapse}div.datepicker a{background-color:#cde;border-radius:3px;color:#234;cursor:default;outline:none;text-decoration:none}div.datepicker table td{margin:0;padding:2px;text-align:right}div.datepicker th{color:#456;font-weight:400;text-align:center;vertical-align:middle}div.datepicker thead tr.datepickerHeader th{border-bottom:1px solid #bcd;padding:0 0 4px}div.datepicker thead tr.datepickerHeader th a{padding-top:2px}div.datepicker thead tr.datepickerDoW th{padding:5px 2px 3px}div.datepicker tbody.datepickerMonths tr:first-child td,div.datepicker tbody.datepickerYears tr:first-child td{padding-top:5px}div.datepicker tbody a{display:block;padding:5px 3px 1px}div.datepicker th a{background-color:transparent;padding-top:0}.datepickerDays a{height:16px;line-height:16px;width:20px}.datepickerMonths a,.datepickerYears a{height:36px;line-height:36px;text-align:center;width:44px}td.datepickerNotInMonth a{background-color:transparent}tbody.datepickerDays td.datepickerSelected{color:#72d146}tbody.datepickerDays td.datepickerSelected a{background-color:#72d146;border-radius:3px;color:#fff}tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected{background-color:transparent}tbody.datepickerMonths td.datepickerSelected,tbody.datepickerYears td.datepickerSelected{background:#17384d}div.datepicker a:active,div.datepicker a:hover{background-color:#789;color:#cde}div.datepicker td.datepickerNotInMonth a:hover{background-color:#789}div.datepicker tbody th{text-align:left}.datepickerSpace div{width:20px}thead .datepickerGoNext a,thead .datepickerGoPrev a,thead .datepickerMonth a{height:20px;line-height:20px;text-align:center}th.datepickerMonth a{background:url(../img/datepicker.4a9c6d33.png) no-repeat 97% 6px;border:1px solid #bcd}th.datepickerMonth a:active,th.datepickerMonth a:hover{background-position:97% -94px;border:1px solid #789}.datepickerGoNext a,.datepickerGoPrev a{font-family:sans-serif}.datepickerGoNext a{float:right;width:20px}.datepickerGoPrev a{float:left;width:20px}div.datepicker thead tr.datepickerDoW th{color:#abc}table.datepickerViewDays tbody.datepickerMonths,table.datepickerViewDays tbody.datepickerYears,table.datepickerViewMonths tbody.datepickerDays,table.datepickerViewMonths tbody.datepickerYears,table.datepickerViewMonths tr.datepickerDoW,table.datepickerViewYears tbody.datepickerDays,table.datepickerViewYears tbody.datepickerMonths,table.datepickerViewYears tr.datepickerDoW{display:none}div.datepicker td.datepickerDisabled a,div.datepicker td.datepickerDisabled a:hover{color:#abc}div.datepicker td.datepickerDisabled a:hover,div.datepicker td.datepickerDisabled.datepickerNotInMonth a:hover{background-color:transparent}div.datepicker td.datepickerDisabled a:hover{background-color:#cde;color:#abc}td.datepickerSpecial a{background:#700}td.datepickerSpecial.datepickerSelected a{background:#a00}#cboxOverlay,#cboxWrapper,#colorbox{left:0;overflow:hidden;position:absolute;top:0;z-index:9999}#cboxOverlay{height:100%;position:fixed;width:100%}.has-touch #cboxOverlay{height:1000%;position:absolute}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{display:none;margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{left:0;position:absolute;top:0;width:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}.cboxPhoto{border:0;display:block;float:left;margin:auto}.cboxIframe{border:0;display:block;height:100%;width:100%}#cboxBottomCenter,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxTopLeft,#cboxTopRight{visibility:hidden}#cboxOverlay{background:url(../img/modal/overlay.36d405fc.png) repeat 0 0}#colorbox{-webkit-font-smoothing:subpixel-antialiased}#cboxTopLeft{background:url(../img/modal/controls.dd6343a3.png) no-repeat -100px 0;height:14px;width:14px}#cboxTopRight{background:url(../img/modal/controls.dd6343a3.png) no-repeat -136px 0;height:14px;width:14px}#cboxBottomLeft{background:url(../img/modal/controls.dd6343a3.png) no-repeat -100px -36px;height:14px;width:14px}#cboxBottomRight{background:url(../img/modal/controls.dd6343a3.png) no-repeat -136px -36px;height:14px;width:14px}#cboxMiddleLeft{background:url(../img/modal/controls.dd6343a3.png) 0 0 repeat-y;width:14px}#cboxMiddleRight{background:url(../img/modal/controls.dd6343a3.png) 100% 0 repeat-y;width:14px}#cboxTopCenter{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGUlEQVR4nGNgYGBoYKCY+P///3/6EVRxMwCR4WWpY7YMrgAAAABJRU5ErkJggg==) 0 0 repeat-x;height:14px}#cboxBottomCenter{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGUlEQVR4nGNgYGBoYKCY+P///3/6EVRxMwCR4WWpY7YMrgAAAABJRU5ErkJggg==) 0 -36px repeat-x;height:14px}#cboxContent{background:#456;border-radius:3px;padding:4px}#cboxError{border:1px solid #ccc;padding:50px}#cboxCurrent{color:#949494;left:58px}#cboxCurrent,#cboxSlideshow{bottom:4px;position:absolute}#cboxSlideshow{color:#0092ef;right:30px}#cboxPrevious{background:url(../img/modal/controls.dd6343a3.png) no-repeat -75px 0;bottom:0;height:25px;left:0;position:absolute;text-indent:-9999px;width:25px}#cboxPrevious.hover{background-position:-75px -25px}#cboxNext{background:url(../img/modal/controls.dd6343a3.png) no-repeat -50px 0;bottom:0;height:25px;left:27px;position:absolute;text-indent:-9999px;width:25px}#cboxNext.hover{background-position:-50px -25px}#cboxLoadingOverlay{background:url(../img/modal/loading_background.772bd63b.png) no-repeat 50%}#cboxLoadingGraphic{background:url(../img/modal/loading.ea52499a.gif) no-repeat 50%}#cboxClose{height:24px;overflow:hidden;position:absolute;right:20px;text-indent:-9999px;top:20px;width:24px}.mobile #cboxClose{right:12px;top:12px}#cboxClose:after,#cboxClose:before{background:#789;content:"";display:block;height:24px;left:50%;position:absolute;top:50%;transition:background .1s;width:2px}#cboxClose:before{transform:translate(-50%,-50%) rotate(-45deg)}#cboxClose:after{transform:translate(-50%,-50%) rotate(45deg)}.has-no-touch #cboxClose.hover:after,.has-no-touch #cboxClose.hover:before,.has-no-touch #cboxClose:hover:after,.has-no-touch #cboxClose:hover:before{background:#def}#comment-editor-modal article,#list-entry-modal article{overflow:hidden;padding:30px 40px}#comment-editor-modal article textarea,#list-entry-modal article textarea{height:8em;line-height:1.4;padding:7px 10px}#list-entry-modal{width:800px}#list-entry-modal article #list-index{background:#567;border-radius:4px;color:#3e4f60;display:inline-block;font-style:normal;padding:5px}#list-entry-modal article textarea{height:145px;margin-bottom:20px}#list-entry-modal article .spoilers-col{padding-top:13px}#list-entry-modal article .spoilers-col .label-spoilers{margin-bottom:0}#comment-editor-modal article textarea{width:40em}#confirm-modal article{padding-bottom:20px}#confirm-modal .body-text.-hero{color:#def;max-width:28em}#confirm-modal .buttons{margin-bottom:0;overflow:hidden}.grecaptcha-badge{visibility:hidden}@keyframes spinner-line-fade-more{0%,to{opacity:0}1%{opacity:1}}@keyframes spinner-line-fade-quick{0%,39%,to{opacity:.25}40%{opacity:1}}@keyframes spinner-line-fade-default{0%,to{opacity:.22}1%{opacity:1}}@keyframes spinner-line-shrink{0%,25%,to{opacity:.25;transform:scale(.5)}26%{opacity:1;transform:scale(1)}}.overflow-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.overthrow{bottom:0;display:none;left:0;opacity:0;overflow:hidden;position:fixed;transition:opacity .1s}.overthrow .overthrow-video-container{padding-top:56.25%;position:relative}.overthrow .overthrow-video-container iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.overthrow-transitions .overthrow .overthrow-content,.overthrow-transitions .overthrow .overthrow-inner{transition:all .2s cubic-bezier(.5,0,.6,1.3);transition-timing-function:cubic-bezier(.5,0,.6,1.3)}.overthrow-enable .overthrow{background:#14181c;bottom:0;display:block;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.overthrow-transitions .overthrow-enable .overthrow .overthrow-inner{transform:scale(.5)}.overthrow-trans-in .overthrow{opacity:1}.overthrow-transitions .overthrow-trans-in .overthrow .overthrow-inner{transform:scale(1)}.overthrow-trans-out .overthrow{opacity:1}.overthrow-trans-out .overthrow .overthrow-content{opacity:0}.overthrow-transitions .overthrow-trans-out .overthrow .overthrow-inner{transform:scale(.5)}.overthrow-show .overthrow{opacity:1}.overthrow-hide .overthrow{opacity:0}.overthrow .overthrow-shim{height:100%;width:0}.overthrow .overthrow-shim,.overthrow .overthrow-wrapper{display:inline-block;position:relative;vertical-align:middle}.overthrow .overthrow-wrapper{width:100%;z-index:1}.overthrow .overthrow-outer{display:block;margin:0 auto;max-width:90%;width:100%}.overthrow-switch-aspect .overthrow .overthrow-outer{max-width:70%}@media (max-width:640px){.overthrow .overthrow-outer{max-width:100%}}.overthrow .overthrow-inner{padding:30px;position:relative}@media (max-width:640px){.overthrow .overthrow-inner{padding:30px 0}}.overthrow .overthrow-content{background:#14181c;box-shadow:0 2px 10px rgba(0,0,0,.2)}@media (max-width:640px){.overthrow .overthrow-content{border-left:none;border-radius:0;border-right:none;padding:0}}.overthrow .overthrow-close{height:32px;opacity:0;outline:none;overflow:hidden;position:absolute;right:20px;text-indent:110%;top:-5px;transition:opacity .5s;white-space:nowrap;width:32px}.overthrow .overthrow-close.overthrow-close-active{opacity:.5}.overthrow .overthrow-close:hover{opacity:1}.overthrow .overthrow-close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M15.78 1.634 14.365.22 8 6.584 1.635.22.22 1.634l6.365 6.364L.22 14.362l1.415 1.414L8 9.412l6.365 6.364 1.415-1.414-6.365-6.364'/%3E%3C/svg%3E");background-size:16px 16px;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}@media (max-width:640px){.overthrow .overthrow-close{right:10px}}.pl-body{background:#14181c}.pl-content{background:#14181c url(../img/content-bg.4284ab72.png) top repeat-x;padding:100px 0}.pl-content-wrap{padding:0 15px}.pl-header{background:rgba(0,0,0,.9);height:50px;left:0;position:fixed;top:0;width:100%;z-index:1000}.pl-header h1{font-size:18px;line-height:50px;margin-left:15px}.pl-header h1 a{color:#fff}.pl-header h1 .pl-slug,.pl-header h1 .pl-slug a{color:#9ab}.pl-header h1 .pl-slug a:hover{color:#fff}.pl-header-options{margin:0;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.pl-menu-toggle{-webkit-appearance:none;background:none;border:none;display:block;height:32px;margin:0;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:32px}.pl-menu-toggle:after,.pl-menu-toggle:before{background:#fff;content:"";display:block;height:2px;left:0;position:absolute;width:32px}.pl-menu-toggle:before{top:10px}.pl-menu-toggle:after{bottom:10px}.pl-menu-open .pl-menu-toggle:after,.pl-menu-open .pl-menu-toggle:before{bottom:auto;left:2px;top:15px;width:28px}.pl-menu-open .pl-menu-toggle:before{transform:rotate(-45deg)}.pl-menu-open .pl-menu-toggle:after{transform:rotate(45deg)}.pl-menu{background:rgba(0,0,0,.9);bottom:0;display:none;overflow-y:auto;padding:15px;position:fixed;right:0;top:50px;width:360px;z-index:999}.pl-menu-open .pl-menu{display:block}.pl-nav{border-top:1px solid rgba(68,85,102,.5);margin:0 0 0 15px}.pl-content .pl-nav{margin-left:0}.pl-nav>li{border-bottom:1px solid rgba(68,85,102,.5);font-size:18px;line-height:1.33333333;position:relative}.pl-nav>li>a:hover .pl-nav-section{border-bottom:1px solid #fff}.pl-nav>li .pl-subnav{height:0;overflow:hidden}.pl-nav>li .pl-subnav>li{font-size:13px}.pl-nav>li .pl-subnav>li:last-child{padding-bottom:20px}.pl-nav>li .pl-subnav a{color:#9ab;padding:5px 15px}.pl-nav>li .pl-subnav a:hover{color:#fff}.pl-nav>li .pl-subnav-toggle{cursor:pointer;display:block;height:24px;overflow:hidden;position:absolute;right:0;text-indent:100%;top:10px;white-space:nowrap;width:24px}.pl-nav>li .pl-subnav-toggle:before{border-bottom:2px solid #456;border-right:2px solid #456;box-sizing:border-box;content:"";display:block;height:10px;left:50%;margin:-4px 0 0 -1px;position:absolute;top:50%;transform:rotate(45deg) translate3D(-50%,0,0);width:10px}.pl-nav>li .pl-subnav-toggle:hover:before{border-color:#fff}.pl-nav>li.-open .pl-subnav{height:auto}.pl-nav>li.-open .pl-subnav-toggle:before{margin:-4px 0 0 -4px;transform:rotate(-135deg)}.pl-nav a{color:#fff;display:block;padding:10px 30px 10px 0}.backstop-link{margin:25px 0 0 15px}.backstop-link a{color:#9ab}.backstop-link a:hover{color:#fff}.pl-section-intro{margin-bottom:50px;position:relative}.pl-section-intro h1 .pl-slug,.pl-section-intro h1 .pl-slug a{color:#9ab}.pl-section-intro h1 .pl-slug a:hover{color:#fff}.pl-section-intro p{font-size:1.15384615rem}.pl-section{margin-bottom:80px;position:relative}.pl-section:after{clear:both;content:"";display:block;width:100%}.pl-section>h2{border-bottom:1px solid #456;color:#fff;font-family:Graphik-Regular-Web,sans-serif;font-size:16px;font-weight:400;margin:0 auto 20px;max-width:950px;padding-bottom:5px}.pl-section>h2 a{color:#fff}.pl-section>h2 code{color:#8bb1d6}.pl-section .code,.pl-section .pl-html-toggle,.pl-section code{font-family:PitchSansWeb-Medium,Consolas,Monaco,monospace}.pl-section-wrap{margin:0 auto;width:950px}.pl-section-wrap>p{color:#678;line-height:1.5;margin-bottom:30px}.pl-section-wrap>p strong{color:#89a;font-family:Graphik-Semibold-Web,sans-serif;font-weight:400}.pl-section-wrap>p a{border-bottom:1px solid rgba(102,119,136,.5);color:#89a}.pl-section-wrap>p a:hover{border-bottom-color:#89a;color:#bcd}.pl-section-wrap .pl-component-options{margin-bottom:30px}.pl-section-wrap .pl-component-options dt{font-size:1em}.pl-section-wrap .pl-component-options dt .code,.pl-section-wrap .pl-component-options dt code{color:currentColor}.pl-section-wrap .pl-component-options dt+dd{margin-top:.25em}.pl-section-wrap .pl-component-options dd{color:#678}.pl-section-wrap .pl-component-options dd+dt{margin-top:1em}.pl-section-wrap .pl-component-options .code,.pl-section-wrap .pl-component-options code,.pl-section-wrap>p .code,.pl-section-wrap>p code{background:#1f252b;color:#89a;display:inline-block;padding:0 3px}.pl-subsection{margin-bottom:30px}.pl-subsection>p{color:#678;margin-bottom:20px}.pl-subsection>p>.code,.pl-subsection>p>code{background:#1f252b;color:#89a;display:inline-block;padding:3px}.pl-subsection:last-child{margin-bottom:0}.gs-divider-text{color:#678}.pl-html{clear:both;height:38px;margin-bottom:30px;overflow:hidden;position:relative}.pl-html:after{background:linear-gradient(180deg,rgba(31,37,43,0) 0,#1f252b);bottom:0;content:"";display:block;height:15px;left:0;position:absolute;width:100%}.pl-html pre>code{background:#1f252b;border-radius:3px;color:#789;display:block;font-size:1.15384615rem;line-height:18px;overflow-x:auto;padding:10px;tab-size:4;-moz-tab-size:4;-o-tab-size:4}.pl-html.-visible{height:auto}.pl-html.-visible:after{display:none}.pl-html-toggle{-webkit-appearance:none;background:#1f252b;border:none;color:#456;display:inline-block;font-size:1rem;line-height:18px;margin:0;padding:0;position:absolute;right:10px;top:10px}.pl-html-toggle:hover{color:#9ab;cursor:pointer}.pl-rendered-example{margin-bottom:30px}.pl-html+.pl-rendered-example,.pl-html+p{margin-top:50px}.pl-section-posters-sizes,.pl-section-posters-sizes-empty{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.pl-section-posters-sizes-empty .poster-list{overflow:visible}.pl-section-overlay-actions>.overlay-actions{bottom:auto;display:block}.pl-section-overlay-actions .poster .overlay-actions{display:block}.pl-section-overlay-actions .poster{float:left;margin-right:20px}.pl-section-poster-cards .poster-cards{overflow:hidden}.pl-section-poster-cards .poster-container{float:left;margin-right:10px}.pl-section-list-stacks{overflow:hidden}.pl-section-list-stacks .list{float:left;margin-right:30px}.pl-section-prevnext-nav{overflow:hidden}.pl-section-prevnext{width:230px}.pl-section-people-shortlist{overflow:hidden}.pl-section-people-shortlist .people-shortlist{float:left;margin-right:20px}.pl-section-avatar-sizes{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;overflow:hidden}.pl-section-avatar-sizes .avatar{margin-right:0}.pl-section-avatars .avatars-40{margin-bottom:20px}.pl-poster-stats-col{overflow:hidden}.pl-poster-stats-col .posters-list{float:left;margin-right:10px;width:230px}.pl-section-poster-viewingdata .poster-viewingdata+.poster-viewingdata{margin-top:20px}.pl-data{padding:80px 50px 50px}.pl-data .pl-data-output{bottom:20px;left:50px;position:absolute;right:50px;top:120px}.pl-data .pl-data-output textarea{border:none;box-sizing:border-box;display:block;font-family:monospace;font-size:11px;height:100%;padding:10px;width:100%}.pl-inline-buttons{display:flex;flex-wrap:wrap;gap:8px}.pl-section-content-teaser{width:310px}.pl-section-episode-teaser{width:210px}.pl-section-episode-teaser .overlay-actions{display:block}.pl-section-episode-teaser-grid{width:670px}.pl-section-large-actions .action-large{display:inline-block;margin-right:50px}.pl-follow-buttons .button+.button,.pl-rating-stars .rating+.rating{margin-left:30px}.pl-watchedstate-avatars .watchedstate-avatar{vertical-align:top}.pl-watchedstate-avatars .watchedstate-avatar+.watchedstate-avatar{margin-left:30px}.pl-section-popmenu .popmenu{z-index:0}.pl-section-popmenu-directions{--menu-height:95px;--reference-dimension:120px;--reference-gutter:calc(var(--well-gutter) + 8px);align-items:center;display:grid;justify-content:center;min-height:calc(var(--menu-height)*2 + var(--reference-gutter)*2 + var(--reference-dimension));position:relative}.pl-section-popmenu-directions .reference{align-items:center;display:grid;height:var(--reference-dimension);text-align:center;width:var(--reference-dimension)}.pl-section-dropdown-menu .smenu-menu{display:block}.pl-section-card-summary .card-summary{max-width:350px}.pl-activity-indicator-buttons .button{display:inline-flex}.pl-activity-indicator-buttons .button .glyph{align-self:flex-start;transform:translateY(-6.66666667%)}.pl-activity-indicator-buttons .button .glyph path{fill:currentColor}.pl-activity-indicator-buttons .button .glyph+.label{margin-left:.5em}.pl-activity-indicator-buttons .button .label{align-self:center}.pl-example-well{--well-gutter:20px;background-color:#2c3440;box-sizing:border-box;padding:var(--well-gutter);width:100%}.pl-timeline{max-width:250px}.hljs{background:#1f252b;color:#789;display:block;line-height:18px;overflow-x:auto;padding:10px}.hljs-comment,.hljs-quote{color:#345;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#c9833d}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string{color:#56a7d0}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#30bd70}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:120dpi),only screen and (min-resolution:2dppx){#modal #check .username-check .icon,#tab-profile #check .username-check .icon{background:url(../img/spinner-678-2x.d0478944.gif) 0 0 no-repeat!important;background-size:16px 16px}div.selector,div.selector span{background-image:url(../img/selects-2x.ed99f962.png)!important;background-size:700px 720px}.list-frame,.poster .frame{box-shadow:inset 0 0 1px #def}body.error h1{background-image:url(../img/errors/logo-combined-2x.96a9be81.png)!important;background-size:240px 32px}}