@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;background:#fff}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,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{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;margin:0;border-radius:0;font-family:inherit;font-size:inherit;line-height:inherit;text-transform:none}.modal-close:not(:disabled):not(.disabled){cursor:pointer}.modal-close{box-sizing:content-box;width:14px;height:14px;padding:4px;color:#def;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath vector-effect='non-scaling-stroke' stroke-linecap='round' stroke='%23def' stroke-width='2' d='m1 1 14 14M1 15 15 1'%3e%3c/path%3e%3c/svg%3e") center / 14px auto no-repeat;border:0;border-radius:0;opacity:.5;background-size:auto;background-clip:content-box}.modal-close:hover{color:#def;text-decoration:none;opacity:.875}.modal-close:focus{outline:0;box-shadow:;opacity:1}.modal-close:disabled,.modal-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.66666667}.modal-close.-circle{border-radius:50%;width:var(--btn-close-enclosure-width);height:var(--btn-close-enclosure-height);background-color:var(--btn-close-enclosure-background);padding:0;background-size:var(--btn-close-enclosure-icon-size)}.modal-close-white{filter:grayscale(100%) brightness(200%)}.modal-close-svg{background:initial;background-size:initial;background-clip:initial;width:initial;height:initial}.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;--modal-title-color: #FFF;--modal-footer-color: #bcd;--modal-footer-row-gap: 12px;--modal-footer-action-inline-gap: 12px;position:fixed;top:0;left:0;z-index:var(--modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.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{position:relative;width:auto;margin:var(--modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .25s cubic-bezier(.19,1,.22,1);transform:scale(.95)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transition:transform .4s cubic-bezier(.333,2.25,.333,.875);transform:none}@media (prefers-reduced-motion: reduce){.modal.show .modal-dialog{transition:none}}.modal.modal-static .modal-dialog{transition:transform .125s cubic-bezier(.19,1,.22,1);transform:scale(1.015)}@media (prefers-reduced-motion: reduce){.modal.modal-static .modal-dialog{transition:none}}.modal-dialog-scrollable{height:calc(100% - var(--modal-margin) * 2);padding-top:var(--viewport-safe-area-inset-top);padding-bottom:var(--viewport-safe-area-inset-bottom)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--modal-margin) * 2);padding-top:var(--viewport-safe-area-inset-top);padding-bottom:var(--viewport-safe-area-inset-bottom)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--modal-color);pointer-events:auto;background-color:var(--modal-bg);background-clip:padding-box;border:var(--modal-border-width) solid var(--modal-border-color);border-radius:var(--modal-border-radius);box-shadow:var(--modal-box-shadow);outline:0}.modal-backdrop{--backdrop-zindex: 4950;--backdrop-bg: rgba(20, 24, 28, .9);--backdrop-opacity: 1;position:fixed;top:0;left:0;z-index:var(--backdrop-zindex);width:100vw;height:100vh;background-color:var(--backdrop-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.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{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--modal-header-padding-y) var(--modal-header-padding-x);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)}.modal-header .modal-close:not(.-circle){box-sizing:content-box!important;padding:calc(var(--modal-header-padding-y) * .5) calc(var(--modal-header-padding-x) * .5);margin:calc(-.5 * var(--modal-header-padding-y)) calc(-.5 * var(--modal-header-padding-x)) calc(-.5 * var(--modal-header-padding-y)) auto}.modal-header .modal-switch{margin-left:auto;visibility:hidden}.modal-title{margin-bottom:0;line-height:var(--modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:var(--modal-footer-padding-y) var(--modal-footer-padding-x);background-color:var(--modal-footer-bg);border-top:var(--modal-footer-border-width) solid var(--modal-footer-border-color);border-bottom-right-radius:var(--modal-inner-border-radius);border-bottom-left-radius:var(--modal-inner-border-radius)}.modal{box-sizing:border-box}.modal *,.modal :after,.modal :before{box-sizing:inherit}.modal-title{margin-bottom:0;line-height:1.25;color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.15384615rem}.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{width:var(--modal-width);margin-right:auto;margin-left:auto}.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{width:100vw;max-width:none;height:100%;margin:0}.no-mobile .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.no-mobile .modal-fullscreen-lg-down .modal-header,.no-mobile .modal-fullscreen-lg-down .modal-footer{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{width:100vw;max-width:none;height:100%;margin:0}.no-mobile .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.no-mobile .modal-fullscreen-xl-down .modal-header,.no-mobile .modal-fullscreen-xl-down .modal-footer{border-radius:0}.no-mobile .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.no-mobile .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.no-mobile .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.no-mobile .modal-fullscreen-xxl-down .modal-header,.no-mobile .modal-fullscreen-xxl-down .modal-footer{border-radius:0}.no-mobile .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.no-mobile .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.no-mobile .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.no-mobile .modal-fullscreen .modal-header,.no-mobile .modal-fullscreen .modal-footer{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{max-width:var(--modal-width);width:calc(100% - var(--modal-margin) * 2);margin-right:auto;margin-left:auto}.mobile .modal-sm{--modal-width: 560px}}@media (min-width: 640px) and (max-width: 767.98px){.mobile .modal{--modal-margin: 16px}}@media (min-width: 640px) and (max-width: 767.98px){.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{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen .modal-header,.mobile .modal-fullscreen .modal-footer{border-radius:0}.mobile .modal-fullscreen .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.mobile .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen-sm-down .modal-header,.mobile .modal-fullscreen-sm-down .modal-footer{border-radius:0}.mobile .modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 1023.98px){.mobile .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen-md-down .modal-header,.mobile .modal-fullscreen-md-down .modal-footer{border-radius:0}.mobile .modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 1279.98px){.mobile .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen-lg-down .modal-header,.mobile .modal-fullscreen-lg-down .modal-footer{border-radius:0}.mobile .modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.mobile .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen-xl-down .modal-header,.mobile .modal-fullscreen-xl-down .modal-footer{border-radius:0}.mobile .modal-fullscreen-xl-down .modal-body{overflow-y:auto}}.mobile .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen-xxl-down .modal-header,.mobile .modal-fullscreen-xxl-down .modal-footer{border-radius:0}.mobile .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.mobile .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.mobile .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.mobile .modal-fullscreen .modal-header,.mobile .modal-fullscreen .modal-footer{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));--block-divider-color-rgb: 68,85,102;--block-divider-lowcontrast-color-rgb: 44,52,64;--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: calc(1% * (100 * (4 / 150)));--poster-border-radius-percent-vertical: calc(1% * (100 * (4 / 225)));--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;--poster-inset-background: #21282F;--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: .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: .33333333;--control-border-radius: 4px;--timing-duration-in: .33333333s;--timing-duration-out: .5s;--timing-function-ease-out-expo: cubic-bezier(.19, 1, .22, 1);--link-interaction-color: #40BCF4;--link-interaction-color-rgb: 64,188,244;--link-interaction-active-color: #209CE4;--display-name-max-length: 25ch;--delimiter-margin-inline: .25em;--delimiter-alpha: calc(2 / 3)}:root.no-mobile{--listing-block-row-gap: 1.23076923rem}:root.mobile :root{--listing-block-row-gap: 1.33333333rem}:root.no-mobile{--pointer-target-dimension: 3.38461538rem}:root.mobile :root{--pointer-target-dimension: 3.66666667rem}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}._clearfix:after{content:" ";display:block;clear:both}._no-boxshadow{box-shadow:none!important}._nobr{white-space:nowrap}._hidetext{font:0/0 a!important;color:transparent!important;text-shadow:none!important;background-color:transparent!important;border:0!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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}._sr-only-focusable:active,._sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[hidden]{display:none!important}i.quoted-creative-work-title:before,em.quoted-creative-work-title:before{content:"‘"}i.quoted-creative-work-title:after,em.quoted-creative-work-title:after{content:"’"}:lang(de) i.quoted-creative-work-title:before,:lang(de) em.quoted-creative-work-title:before{content:"„"}:lang(de) i.quoted-creative-work-title:after,:lang(de) em.quoted-creative-work-title:after{content:"“"}:lang(fr) i.quoted-creative-work-title:before,:lang(fr) em.quoted-creative-work-title:before{content:"« "}:lang(fr) i.quoted-creative-work-title:after,:lang(fr) em.quoted-creative-work-title:after{content:" »"}:lang(ja) i,:lang(ja) em{font-style:normal}:lang(ja) i.quoted-creative-work-title:before,:lang(ja) em.quoted-creative-work-title:before{content:"「"}:lang(ja) i.quoted-creative-work-title:after,:lang(ja) em.quoted-creative-work-title:after{content:"」"}:lang(ko) i,:lang(ko) em{font-style:normal}:lang(mn) i,:lang(mn) em{font-style:normal}:lang(zh) i,:lang(zh) em{font-style:normal}:lang(zh) i.quoted-creative-work-title:before,:lang(zh) em.quoted-creative-work-title:before{content:"“"}:lang(zh) i.quoted-creative-work-title:after,:lang(zh) em.quoted-creative-work-title:after{content:"”"}:lang(zh-TW) i.presentationquotes:before,:lang(zh-Hant) i.presentationquotes:before,:lang(zh-TW) em.presentationquotes:before,:lang(zh-Hant) em.presentationquotes:before{content:"「"}:lang(zh-TW) i.presentationquotes:after,:lang(zh-Hant) i.presentationquotes:after,:lang(zh-TW) em.presentationquotes:after,:lang(zh-Hant) em.presentationquotes:after{content:"」"}@font-face{font-family:TiemposHeadlineWeb;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-weight:700;font-style:normal}@font-face{font-family:TiemposHeadlineWeb;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-weight:700;font-style:italic}@font-face{font-family:TiemposTextWeb;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-weight:400;font-style:normal}@font-face{font-family:TiemposTextWeb;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-weight:400;font-style:italic}@font-face{font-family:TiemposTextWeb;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-weight:700;font-style:normal}@font-face{font-family:TiemposTextWeb;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-weight:700;font-style:italic}@font-face{font-family:GraphikWeb;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-weight:300;font-style:normal}@font-face{font-family:GraphikWeb;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-weight:400;font-style:normal}@font-face{font-family:GraphikWeb;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-weight:400;font-style:italic}@font-face{font-family:GraphikWeb;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-weight:700;font-style:normal}@font-face{font-family:GraphikWeb;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-weight:700;font-style:italic}@font-face{font-family:GraphikWeb;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-weight:800;font-style:normal}@font-face{font-family:GraphikWeb;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-weight:800;font-style:italic}@font-face{font-family:GraphikWeb;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-weight:900;font-style:normal}@font-face{font-family:GraphikWeb;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-weight:900;font-style:italic}@font-face{font-family:PitchSansWeb;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-weight:400;font-style:normal}@font-face{font-family:PitchSansWeb;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-weight:400;font-style:italic}@font-face{font-family:ColorEmoji;src:local("Apple Color Emoji"),local("Segoe UI Emoji"),local("Segoe UI Symbol"),local("Noto Color Emoji")}.context-client-unknown *:not(html):not(body):has(>.js-hide-in-app),.context-client-app *:not(html):not(body):has(>.js-hide-in-app),.context-client-unknown .js-hide-in-app,.context-client-app .js-hide-in-app{visibility:hidden!important;pointer-events:none!important}html,body{height:100%}html{font-size:13px}html.mobile{font-size:12px}body{color:#9ab;background-color:#2c3440;background-image:linear-gradient(to bottom,#14181c calc(0px + var(--layout-flex-leaderboard-height)),#14181c calc(250px + var(--layout-flex-leaderboard-height)),#2c3440 calc(251px + var(--layout-flex-leaderboard-height)));background-repeat:repeat no-repeat;background-position:0px 0px}.context-client-app body{background:#14181c}body.flat-bg,body.flat-bg .site-body{background-color:#14181c;background-image:none}body.error{position:relative;overflow:hidden}p,li,td,th,dt,dd,cite,blockquote,label,legend{font-size:inherit;line-height:1.38461538}p{margin-bottom:1em;line-height:1.5}h1{font-size:24px;margin:0 0 12px;color:#fff}h2{font-size:18px;margin:18px 0 12px}h3{font-size:14px;margin:14px 0 12px}section,article,header,footer,nav,aside{display:block}img{display:block}time.timeago-pending{visibility:hidden}time.timeago-complete{visibility:visible}input,textarea,select{font-size:1.07692308rem}input[type=submit]::-moz-focus-inner{padding:0;border:0}strong{font-weight:700}em{font-style:italic}.replace,.ir{display:block;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat;background-size:800px 1020px;text-indent:110%;white-space:nowrap;overflow:hidden}.hidden{position:absolute;left:-9000px}.right{float:right}.left{float:left}.clear{clear:both}.nobr{white-space:nowrap}a{color:#678;text-decoration:none}a:hover,a:active{color:#40bcf4}::-moz-selection{color:#fff;background:#40bcf4}::selection{color:#fff;background:#40bcf4}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):last-child,aside .section:not(.ratings-histogram-chart).condenseable{padding-bottom:1.53846154rem}.filmography-page aside .section{margin-top:0}.no-mobile .section.-teaser{margin-top:1.53846154rem;margin-bottom:2.46153846rem}.no-mobile .section.-teaser .section-heading{margin-bottom:0}.no-mobile .section.-teaser .content-teaser .teaser-media>.image:after{border-top:none}.section.-pageconstraint{max-width:960px;margin-left:auto;margin-right:auto}section.-clear,.section.-clear{clear:both}aside script:first-child+.section{margin-top:0}aside .friends-watched+.everyone-watched{margin-top:15px}.friends-watched .watched-small a,.everyone-watched .watched-small a{color:#678;border-bottom:1px solid #345}.friends-watched .watched-small a:hover,.friends-watched .watched-small a:active,.everyone-watched .watched-small a:hover,.everyone-watched .watched-small a:active{color:#9ab}aside p.icon-text{margin-bottom:0}.content-wrap{width:950px;margin:0 auto}.content-wrap.-col14{box-sizing:content-box;width:auto;max-width:1120px}.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}.heading-no-border{border-bottom:none;padding-bottom:0}.all-link-group,.all-link{--content-color: #678;color:var(--content-color, currentColor);--font-size: .84615385rem;font-size:var(--font-size);line-height:1.25;white-space:nowrap}.mobile .all-link-group{--font-size: .91666667rem}.all-link-group>.label{text-transform:initial;letter-spacing:initial;display:inline;margin-block:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:inherit;line-height:inherit;margin-inline-end:.25em}.all-link-group>.delimiter{margin-inline:var(--delimiter-margin-inline);opacity:var(--delimiter-alpha)}.all-link-group a,.all-link,.all-link a{text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.all-link-group a:-moz-any-link,.all-link:-moz-any-link,.all-link a:-moz-any-link{color:var(--content-color, currentColor)}.all-link-group a:any-link,.all-link:any-link,.all-link a:any-link{color:var(--content-color, currentColor)}@media (hover: hover) and (pointer: fine){.all-link-group a:-moz-any-link:hover,.all-link:-moz-any-link:hover,.all-link a:-moz-any-link:hover{--content-color: #40BCF4}.all-link-group a:any-link:hover,.all-link:any-link:hover,.all-link a:any-link:hover{--content-color: #40BCF4}}.all-link-group a:-moz-any-link:focus,.all-link:-moz-any-link:focus,.all-link a:-moz-any-link:focus{--content-color: #40BCF4}.all-link-group a:any-link:focus,.all-link:any-link:focus,.all-link a:any-link:focus{--content-color: #40BCF4}.all-link-group a:-moz-any-link:active,.all-link:-moz-any-link:active,.all-link a:-moz-any-link:active{--content-color: #209CE4}.all-link-group a:any-link:active,.all-link:any-link:active,.all-link a:any-link:active{--content-color: #209CE4}.all-link:not(.-normalflow){position:absolute;top:3px;right:0}.mobile .all-link:not(.-normalflow){top:1px}.all-link:not(.-normalflow).has-icon{position:absolute;top:0}.mobile .all-link:not(.-normalflow).has-icon{top:0}@media (hover: hover) and (pointer: fine){.all-link.has-icon:-moz-any-link:hover{--content-color: #bcd}.all-link.has-icon:any-link:hover{--content-color: #bcd}}.all-link.icon-activity{padding-left:15px}.all-link.icon-diary .icon{top:-1px}.secondary-heading{color:#fff;font-size:1.38461538rem;margin:0 0 12px;font-weight:400}.secondary-heading a{color:#fff}.secondary-heading a:hover,.secondary-heading a:active{color:#ddd}.secondary-heading small{color:#9ab;font-size:1rem}.divider{clear:both;padding-top:30px;border-bottom:1px solid #456}.dividers .section,.divider-bottom{border-bottom:1px solid #456;padding-bottom:25px}.divider-wide{border-bottom:1px solid #456}.dividers>.section:last-child,.dividers .no-divider{border-bottom:none;padding-bottom:0}header.divider-bottom{overflow:hidden;padding-bottom:10px;margin-bottom:15px}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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:inherit;vertical-align:bottom;max-width:12em}.mobile .shortname-width-limit{max-width:66vw}.cols-1:before,.cols-2:before,.cols-3:before,.col-4:before,.col-5:before,.col-6:before,.col-7:before,.col-8:before,.col-9:before,.col-10:before,.col-12:before,.col-13:before,.col-14:before,.col-15:before,.col-16:before,.col-17:before,.col-18:before,.cols-1:after,.cols-2:after,.cols-3:after,.col-4:after,.col-5:after,.col-6:after,.col-7:after,.col-8:after,.col-9:after,.col-10:after,.col-12:after,.col-13:after,.col-14:after,.col-15:after,.col-16:after,.col-17:after,.col-18:after{content:" ";display:table}.cols-1:after,.cols-2:after,.cols-3:after,.col-4:after,.col-5:after,.col-6:after,.col-7:after,.col-8:after,.col-9:after,.col-10:after,.col-12:after,.col-13:after,.col-14:after,.col-15:after,.col-16:after,.col-17:after,.col-18:after{clear:both}.col-1{width:30px;float:left}.col-4{width:150px;float:left}.col-5{width:190px;float:left}.col-6{width:230px;float:left}.col-7{width:270px;float:left}.col-8{width:310px;float:left;margin-right:10px}.col-9{width:350px;float:left;margin-right:10px}.col-10{width:390px;float:left}.col-12{width:470px;float:left}.col-13{width:510px;float:left}.col-14{width:550px;float:left}.col-15{width:590px;float:left}.col-16{width:630px;float:left}.col-17{width:670px;float:left}.col-18{width:710px;float:left}.cols-3 .col-8:last-child{margin-right:0}.col-right{float:right}.overflow{overflow:visible!important}.sidebar{width:230px;float:right;margin-right:0}.wide-sidebar{width:250px;float:right;margin-right:0}.sidebar .media-link,.wide-sidebar .media-link{display:block}.sidebar .media-link *,.wide-sidebar .media-link *,.sidebar .media,.wide-sidebar .media{max-width:100%;height:auto}.gutter-right-1{margin-right:50px}body,input,textarea,select,label,td,th{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400}h1.title{font-family:TiemposHeadlineWeb,Georgia,serif,ColorEmoji;font-weight:700}.title-hero,.title-maxi{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;text-align:center;margin:0 0 2.46153846rem}.title-hero strong,.title-maxi strong{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;color:#fff}.title-hero a,.title-maxi a{color:#fff;text-decoration:none;border-bottom:1px solid #678;transition:border .2s}.title-hero a:hover,.title-maxi a:hover{border-bottom:1px solid #FFF}.title-maxi{font-size:3.07692308rem;line-height:1;color:#fff}@media (max-width: 767px){.title-maxi{font-size:2rem}}.title-hero{font-size:2rem;line-height:1.23076923;color:#abc}.title-hero+.sub-heading{margin:-20px 0 35px;text-align:center}.title-hero.-boxed{border:1px solid #456;border-radius:6px;padding:1em .75em;margin:.76923077rem 0 3.07692308rem}.title-section{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;font-size:1.53846154rem;line-height:1.5;color:#fff}.title-section>.note{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;margin-left:5px}.title-section a:link,.title-section a:visited{color:#fff}.title-section a:hover,.title-section a:active{color:#40bcf4}.title-hero,.title-maxi,.title-section,.title-0,.title-1,.title-2,.title-3,.title-4{overflow-wrap:break-word}.title-hero.-capitalize,.title-maxi.-capitalize,.title-section.-capitalize,.title-0.-capitalize,.title-1.-capitalize,.title-2.-capitalize,.title-3.-capitalize,.title-4.-capitalize{text-transform:capitalize}.title-hero.-textleft,.title-maxi.-textleft,.sub-heading.-textleft{text-align:left}.title-0,.title-1,.title-2,.title-3,.title-4{color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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;line-height:1.2;margin:0 0 10px}.title-2{font-size:1.38461538rem;line-height:1.2;margin:0 0 10px}.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:hover,.title-3 a:hover,.title-4 a:hover,.title-2 a:active,.title-3 a:active,.title-4 a:active{color:#def}.headline-1,.headline-2,.headline-3,.headline-4,.film-title{color:#fff;line-height:1.2;overflow-wrap:break-word}.headline-1>.metadata,.headline-2>.metadata,.headline-3>.metadata,.headline-4>.metadata,.film-title>.metadata,.headline-1>*>.metadata,.headline-2>*>.metadata,.headline-3>*>.metadata,.headline-4>*>.metadata,.film-title>*>.metadata{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;color:#89a}.headline-1>.metadata a,.headline-2>.metadata a,.headline-3>.metadata a,.headline-4>.metadata a,.film-title>.metadata a,.headline-1>*>.metadata a,.headline-2>*>.metadata a,.headline-3>*>.metadata a,.headline-4>*>.metadata a,.film-title>*>.metadata a{color:#89a}.headline-1{font-family:TiemposHeadlineWeb,Georgia,serif,ColorEmoji;font-weight:700;font-size:2.46153846rem;margin:0 0 10px}.headline-1>.metadata{font-size:1.34615385rem}.mobile .headline-1>.metadata{font-size:1.45833333rem}.headline-2,.film-title{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700;font-size:1.69230769rem;margin:0 0 10px}.headline-2>.metadata,.film-title>.metadata,.headline-2>*>.metadata,.film-title>*>.metadata{font-size:1.34615385rem}.mobile .headline-2>.metadata,.mobile .film-title>.metadata,.mobile .headline-2>*>.metadata,.mobile .film-title>*>.metadata{font-size:1.45833333rem}.headline-2>.list-number,.film-title>.list-number{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;margin-right:.76923077rem}.headline-3{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700;font-size:1.38461538rem;margin:0 0 10px}.headline-3>.metadata,.headline-3>*>.metadata{font-size:1.23076923rem}.mobile .headline-3>.metadata,.mobile .headline-3>*>.metadata{font-size:1.33333333rem}.headline-4{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700;font-size:1.23076923rem;margin:0}.headline-4>.metadata,.headline-4>*>.metadata{font-size:1.07692308rem}.mobile .headline-4>.metadata,.mobile .headline-4>*>.metadata{font-size:1.16666667rem}abbr.sm-caps{text-transform:uppercase;letter-spacing:.075em;font-size:87.5%}.tabular-nums{font-variant-numeric:tabular-nums}.price-lockup{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;line-height:1.25;color:#def}.price-lockup>.currencycode{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:75%}.price-lockup>.currencycode:after{content:" "}.price-lockup>.amount{color:#fff}.price-lockup>.amount>.currencysymbol[data-symbol="$"],.price-lockup>.amount>.currencysymbol[data-symbol=€],.price-lockup>.amount>.currencysymbol[data-symbol=£]{font-size:66.66666667%;vertical-align:text-top}.price-lockup>.citereference{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:66.66666667%;vertical-align:text-top;color:currentColor}.title-return-to-parent{position:relative;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.title-return-to-parent a{color:#9ab}.title-return-to-parent a:hover,.title-return-to-parent a:active{color:#40bcf4}.title-return-to-parent .glyph{position:absolute;top:1px;right:100%;margin-right:5px}.title-return-to-parent .glyph>path{stroke:currentColor}.title-return-to-parent a[href]:hover,.title-return-to-parent a[href]:focus{color:#bcd}.has-icon,.has-fade{position:relative}a.has-icon,span.has-icon{display:inline-block}a.has-icon:not(.-ignoreactionpseudo):hover,a.has-icon:not(.-ignoreactionpseudo):active{color:#fff!important;cursor:pointer}.icon{display:block;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat;position:absolute;left:0;top:0}.icon.-inline{position:relative;display:inline-block;top:2px;height:16px}.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;width:16px;opacity:.75}.icon.-inline.-configure:hover,.icon.-inline.-configure:active{opacity:1}.fadeout{display:block;position:absolute;left:0;top:0}.icon-16 .icon{width:16px;height:16px}.icon-14 .icon{width:14px;height:14px}.icon-16,.icon-14,.icon-placeholder,p .icon-16,p .icon-14{display:inline-block;padding-left:20px;line-height:16px;color:#678;text-decoration:none}.icon-16:not(.all-link),.icon-14:not(.all-link),.icon-placeholder:not(.all-link),p .icon-16:not(.all-link),p .icon-14:not(.all-link){font-size:.92307692rem}.icon-16.-inline,.icon-14.-inline,.icon-placeholder.-inline,p .icon-16.-inline,p .icon-14.-inline{padding-left:0}.icon-14,p .icon-14{padding-left:18px;line-height:14px}span.icon-16{height:16px}.icon-16 a,.icon-14 a{text-decoration:none}a.icon-16:not(.-ignoreactionpseudo):hover,a.icon-14:not(.-ignoreactionpseudo):hover,a.icon-16:not(.-ignoreactionpseudo):active,a.icon-14:not(.-ignoreactionpseudo):active{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-width: 14px}.icon-like .icon{background-position:-390px -70px;width:14px}.icon-liked .icon{background-position:-390px -90px}.icon-watched .icon{background-position:-410px -110px;width:20px;height:16px}.icon-tweet .icon{background-position:-450px -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-search .icon{background-position:-470px -90px}.icon-viewing .icon{background-position:-540px -180px;width:40px;height:40px}.icon-hidden .icon,.icon-forget .icon{background-position:-450px -110px;width:10px}.icon-comment{--icon-width: 13px}.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;width:20px;height:16px;top:-1px}.icon-report .icon{background-position:-590px -50px}.icon-dontnotify .icon{background-position:-760px -110px}.icon-notify .icon,.icon-email .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{position:relative;width:14px;padding-left:0;overflow:hidden;height:0;padding-top:16px;display:inline-block;vertical-align:middle;margin:-2px 0}.icon-tip .icon{background-color:#678;background-position:-450px -90px;height:14px;border-radius:7px}.report-types .icon-tip .icon{background-color:#456}.rewatch .icon{background-position:-500px -600px;width:40px;height:40px}.no-review .icon{background-position:-550px -600px;width:40px;height:40px}.rewatch-small{--icon-width: 14px}.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,a.icon-comment,.icon-review,a.icon-review{padding-left:16px}.icon-like,p .icon-like,.icon-liked{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{width:20px;height:20px;background-position:-550px -770px}.icon-clock-large .icon,.icon-review-large .icon{width:32px;height:32px}.icon-clock-large .icon{background-position:-680px -210px}.icon-review-large .icon{background-position:-720px -210px}.icon-poster-menu{display:inline-block;width:16px;height:14px;background:url(../img/sprite-Cmcg-tqK.svg) -630px -50px no-repeat}.big-icon{display:inline-block;vertical-align:middle;position:relative;top:-3px}.big-icon.ir{width:50px;height:33px}.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:hover.-watch,.big-icon:active.-watch,.big-icon:hover.-watch .icon,.big-icon:active.-watch .icon{background-position:-500px -960px}.big-icon:hover.-like,.big-icon:active.-like,.big-icon:hover.-like .icon,.big-icon:active.-like .icon{background-position:-550px -960px}.big-icon:hover.-rate,.big-icon:active.-rate,.big-icon:hover.-rate .icon,.big-icon:active.-rate .icon{background-position:-600px -960px}.big-icon:hover.-log,.big-icon:active.-log,.big-icon:hover.-log .icon,.big-icon:active.-log .icon{background-position:-650px -960px}.big-icon:hover.-review,.big-icon:active.-review,.big-icon:hover.-review .icon,.big-icon:active.-review .icon{background-position:-700px -960px}.big-icon:hover.-list,.big-icon:active.-list,.big-icon:hover.-list .icon,.big-icon:active.-list .icon{background-position:-750px -960px}.big-icon:hover.-watchlist,.big-icon:active.-watchlist,.big-icon:hover.-watchlist .icon,.big-icon:active.-watchlist .icon{background-position:-700px -920px}.big-icon:hover.-follow,.big-icon:active.-follow,.big-icon:hover.-follow .icon,.big-icon:active.-follow .icon{background-position:-750px -920px}.like-link{position:relative;display:inline}@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-name:reveal;animation-duration:.5s;animation-timing-function:cubic-bezier(.19,1,.22,1)}.share-tooltip{position:absolute;z-index:10010;display:block;padding:6px 9px;border-radius:3px;background-color:#456;color:#fff;white-space:nowrap;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:.84615385rem;line-height:1.33333333}.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%{transform:translateY(10px);opacity:0}10%{opacity:1}25%{transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{transform:translateY(-10px);opacity:0}}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;--menuitem-icon-modifier-dimension: 7px;position:absolute;z-index:10010;display:none;min-width:var(--dropdown-menu-width-min, -moz-min-content);min-width:var(--dropdown-menu-width-min, min-content);max-width:var(--dropdown-menu-width-max, 280px);background-color:var(--background-color);background-clip:padding-box;box-shadow:0 0 var(--box-shadow-radius) var(--box-shadow-color);border-radius:4px;color:var(--content-color);text-align:left;text-align:start}.dropdown-menu [hidden]{display:none!important}.dropdown-menu .dropdown-menulist,.dropdown-menu .dropdown-bodytext{padding-top:calc(var(--menuitem-padding-y) * .5);padding-bottom:calc(var(--menuitem-padding-y) * .5)}.dropdown-menu.-legacy{--background-color: #8899aa;--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: .5;--box-shadow-radius: 10px;--content-color: #345;--content-color-low-contrast: #456;--content-link-color: var(--content-color);--content-link-interaction-color: #fff;--content-link-interaction-active-color: #cde;--trigger-color: #2C3440;--divider-color: rgba(0, 0, 0, .1);--divider-color-alpha: .1;--divider-color-rgb: 0,0,0;--selected-background-color: #667788;--selected-background-color-alpha: 1;--selected-background-color-rgb: 102,119,136;--selected-content-color: #def;--selected-trigger-color: #fff;--selected-icon-color: #14FF6C;--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],.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=option][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,.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=option]:not([aria-disabled=true]):hover{color:var(--selected-trigger-color);background-color:var(--selected-background-color)}}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):focus,.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=option]:not([aria-disabled=true]):focus{color:var(--selected-trigger-color);background-color:var(--selected-background-color)}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):active,.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=option]:not([aria-disabled=true]):active{color:var(--selected-active-trigger-color);background-color:var(--selected-active-background-color)}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem][aria-selected=true],.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=option][aria-selected=true]{color:var(--selected-trigger-color)}.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=menuitem][aria-selected=true]>.glyph,.dropdown-menu.-legacy .dropdown-menulist .menuitem.-trigger [role=option][aria-selected=true]>.glyph{fill:var(--selected-icon-color)}.dropdown-menu.-default{--background-color: #445566;--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: .5;--box-shadow-radius: 10px;--content-color: #abc;--content-color-low-contrast: #9ab;--content-link-color: var(--content-color);--content-link-interaction-color: #40BCF4;--content-link-interaction-active-color: #209CE4;--trigger-color: #bcd;--divider-color: rgba(51, 68, 85, .5);--divider-color-alpha: .5;--divider-color-rgb: 51,68,85;--selected-background-color: #334455;--selected-background-color-alpha: 1;--selected-background-color-rgb: 51,68,85;--selected-content-color: #abc;--selected-trigger-color: #def;--selected-icon-color: #40BCF4;--selected-active-background-color: #223344;--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],.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=option][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,.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=option]:not([aria-disabled=true]):hover{color:var(--selected-trigger-color);background-color:var(--selected-background-color)}}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):focus,.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=option]:not([aria-disabled=true]):focus{color:var(--selected-trigger-color);background-color:var(--selected-background-color)}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem]:not([aria-disabled=true]):active,.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=option]:not([aria-disabled=true]):active{color:var(--selected-active-trigger-color);background-color:var(--selected-active-background-color)}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem][aria-selected=true],.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=option][aria-selected=true]{color:var(--selected-trigger-color);background-color:var(--selected-background-color)}.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=menuitem][aria-selected=true]>.glyph,.dropdown-menu.-default .dropdown-menulist .menuitem.-trigger [role=option][aria-selected=true]>.glyph{fill:var(--selected-icon-color)}.dropdown-menulist{--font-size: 13px;--font-size-small: 11px;font-size:var(--font-size);line-height:1.33333333}.mobile .dropdown-menulist{--font-size: 1.08333333rem;--font-size-small: .91666667rem}@media (max-width: 767.98px){.mobile .dropdown-menulist{--font-size: 1.08333333rem}}.dropdown-menulist .menuitem{display:block;width:100%;text-align:inherit;text-decoration:none;white-space:nowrap;cursor:default}.dropdown-menulist .menuitem a,.dropdown-menulist .menuitem button{color:currentColor}.dropdown-menulist .menuitem.-switch>.switch-control{font-size:1rem;padding-top:var(--menuitem-padding-y);padding-right:var(--menuitem-padding-x);padding-bottom:var(--menuitem-padding-y);padding-left: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:translate(.72115385em)}.dropdown-menulist .menuitem.-switch>.switch-control .state>.track{height:1.15384615em;width:1.875em;border-radius:1.15384615em}.dropdown-menulist .menuitem.-switch>.switch-control .state>.track>.handle{height:1.15384615em;width:1.15384615em;padding:2px}.dropdown-menulist .menuitem.-text{white-space:normal}.dropdown-menulist .menuitem.-text>.inner{padding-top:var(--menuitem-padding-y);padding-right:var(--menuitem-padding-x);padding-bottom:var(--menuitem-padding-y);padding-left:var(--menuitem-padding-x)}.dropdown-menulist .menuitem.-trigger>button{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;font-size:inherit;text-align:inherit;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>button,.dropdown-menulist .menuitem.-trigger>a{display:block;padding-top:var(--menuitem-padding-y);padding-right:var(--menuitem-padding-x);padding-bottom:var(--menuitem-padding-y);padding-left:var(--menuitem-padding-x);line-height:inherit}.dropdown-menulist .menuitem.-trigger>button:not([aria-disabled=true]),.dropdown-menulist .menuitem.-trigger>a:not([aria-disabled=true]){cursor:pointer}.dropdown-menulist .menuitem.-trigger>button>.label>.description,.dropdown-menulist .menuitem.-trigger>a>.label>.description{display:block;font-size:var(--font-size-small);margin-top:.15384615rem}.dropdown-menulist .menuitem.-trigger>a{display:block}.dropdown-menulist .menuitem.-trigger>a:anylink:not([aria-disabled=true]):focus{outline:-webkit-focus-ring-color auto 1px}.dropdown-menulist .menuitem.-trigger.-has-icon>button,.dropdown-menulist .menuitem.-trigger.-has-icon>a{display:grid;align-items:center;grid-template-columns:var(--menuitem-icon-dimension) auto;-moz-column-gap:.75em;column-gap:.75em;padding-right:calc(var(--menuitem-padding-x) * 1.5)}.dropdown-menulist .menuitem.-trigger.-has-icon>button>.glyph,.dropdown-menulist .menuitem.-trigger.-has-icon>a>.glyph{grid-column:1;grid-row:1;align-self:flex-start;overflow:visible;fill:currentColor}.dropdown-menulist .menuitem.-trigger.-has-icon>button>.glyph.-has-modifier-icon,.dropdown-menulist .menuitem.-trigger.-has-icon>a>.glyph.-has-modifier-icon{-webkit-mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2016px%2016px%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22mask%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22white%22%20/%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2213%22%20r%3D%223.5%22%20fill%3D%22black%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20/%3E%3C/mask%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22black%22%20mask%3D%22url%28%23mask%29%22%20/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2016px%2016px%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22mask%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22white%22%20/%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2213%22%20r%3D%223.5%22%20fill%3D%22black%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20/%3E%3C/mask%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22black%22%20mask%3D%22url%28%23mask%29%22%20/%3E%3C/svg%3E);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center center;mask-position:center center}.dropdown-menulist .menuitem.-trigger.-has-icon>button>.glyph.-modifier,.dropdown-menulist .menuitem.-trigger.-has-icon>a>.glyph.-modifier{position:relative;top:calc((var(--menuitem-icon-dimension) * .5) + 5px - (var(--menuitem-icon-modifier-dimension) * .5));left:calc((var(--menuitem-icon-dimension) * .5) + 6px - (var(--menuitem-icon-modifier-dimension) * .5))}.dropdown-menulist .menuitem.-divider{--height: 1px;padding-top:var(--menuitem-padding-y);padding-bottom:var(--menuitem-padding-y)}.dropdown-menulist .menuitem.-divider hr{display:block;margin:0;padding:0;border:0;width:100%;height:var(--height);margin-bottom:calc(var(--height) * -1);background-repeat:repeat-x;background-position:bottom;background-size:2px 1px;background-image:linear-gradient(180deg,rgba(var(--divider-color-rgb),0) 50%,rgba(var(--divider-color-rgb),var(--divider-color-alpha)) 0)}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.dropdown-menulist .menuitem.-divider hr{background-size:1px 1px}}.dropdown-bodytext{--font-size: 1rem;--line-height: calc(4 / 3);padding-left:var(--menuitem-padding-x);padding-right:var(--menuitem-padding-x);font-size:var(--font-size);line-height:var(--line-height)}.mobile .dropdown-bodytext{--font-size: 1.08333333rem}@media (max-width: 767.98px){.mobile .dropdown-bodytext{--font-size: 1.08333333rem}}.dropdown-bodytext p{margin:0}.dropdown-bodytext p+p{margin-top:calc(1em * var(--line-height))}.dropdown-bodytext a:-moz-any-link{cursor:pointer;color:var(--content-link-color, currentColor);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:max(2px,.1em);transition-duration:opacity var(--timing-duration-out);transition-timing-function:var(--timing-function-ease-out-expo);-moz-transition-property:color;transition-property:color}.dropdown-bodytext a:any-link{cursor:pointer;color:var(--content-link-color, currentColor);text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:max(2px,.1em);transition-duration:opacity var(--timing-duration-out);transition-timing-function:var(--timing-function-ease-out-expo);transition-property:color}@media (hover: hover) and (pointer: fine){.dropdown-bodytext a:-moz-any-link:hover{text-decoration-color:currentColor;transition-duration:var(--timing-duration-in);color:var(--content-link-interaction-color)}.dropdown-bodytext a:any-link:hover{text-decoration-color:currentColor;transition-duration:var(--timing-duration-in);color:var(--content-link-interaction-color)}}.dropdown-bodytext a:-moz-any-link:focus,.dropdown-bodytext a:-moz-any-link:active{text-decoration-color:currentColor;transition-duration:var(--timing-duration-in);color:var(--content-link-interaction-active-color, var(--content-link-interaction-color))}.dropdown-bodytext a:any-link:focus,.dropdown-bodytext a:any-link:active{text-decoration-color:currentColor;transition-duration:var(--timing-duration-in);color:var(--content-link-interaction-active-color, var(--content-link-interaction-color))}.dropdown-bodytext.-note{--font-size: .92307692rem}.mobile .dropdown-bodytext.-note{--font-size: 1rem}@media (max-width: 767.98px){.mobile .dropdown-bodytext.-note{--font-size: .91666667rem}}.overflow-menu-trigger{--hit-target-padding-x: .25em;--hit-target-padding-y: .25em;--dimension: 2em;--glyph-width: .75em;--font-size: 16px;--tint: #fff;--tint-alpha: .875;--background-color-rgb: 68,85,102;--background-color-alpha: .66666667;--blur-radius: 4px;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;box-sizing:border-box;font-size:var(--font-size);line-height:1}.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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.overflow-menu-trigger.-default{color:var(--tint);width:var(--dimension);height:var(--dimension)}.overflow-menu-trigger.-default>.inner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:calc(var(--dimension) * .5);background-color:rgb(var(--background-color-rgb),var(--background-color-alpha));-webkit-backdrop-filter:blur(var(--blur-radius));backdrop-filter:blur(var(--blur-radius));transition:background-color var(--timing-duration-out) var(--timing-function-ease-out-expo)}.overflow-menu-trigger.-default>.inner:before{content:"";position:absolute;top:calc(-1 * var(--hit-target-padding-y));right:calc(-1 * var(--hit-target-padding-x));bottom:calc(-1 * var(--hit-target-padding-y));left:calc(-1 * var(--hit-target-padding-x))}.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>.inner{transition-duration:var(--timing-duration-in)}.overflow-menu-trigger.-default:not(:disabled):hover .glyph{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;position:relative;z-index:0;container-type:inline-size;container-name:grid}.poster-grid>.grid{display:grid;-moz-column-gap:var(--poster-grid-gap-column);column-gap:var(--poster-grid-gap-column);row-gap:var(--poster-grid-gap-row);grid-template-columns:repeat(auto-fill,var(--poster-grid-col-size))}.poster-grid>.grid>.griditem .poster{width:auto;display:block}.poster-grid>.grid>.griditem .poster .image{width:100%;height:auto;aspect-ratio:2 / 3}.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{position:absolute;top:50%;left:50%;width:85%;transform:translate3d(-50%,-55%,0)}.poster-grid>.grid>.griditem.-hidden{display:none}.poster-grid>.grid>.poster,.poster-grid>.grid>.poster-container{display:block}.poster-grid>.grid>.poster .poster,.poster-grid>.grid>.poster-container .poster{display:block}.poster-grid>.grid.-p35{--poster-grid-col-size: 35px}.poster-grid>.grid.-p35 .no-poster{width:35px;height:52px}.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;white-space:normal;font-size:10px;line-height:1.2}.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{font-size:12px;padding-top:5px;margin-bottom:0;clear:both;line-height:1.2}.poster-grid>.grid.-p110 .film-info a{text-decoration:none;color:#fff;display:block;width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-grid>.grid.-p110 .film-info a:hover,.poster-grid>.grid.-p110 .film-info a:active{color:#ddd}.poster-grid>.grid.-p110 .film-info .date,.poster-grid>.grid.-p110 .film-info .rating{font-size:10px;color:#9ab;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-size:14px;line-height:1.28571429;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.mobile .poster-grid>.grid.-p125 .no-poster .frame-title{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400}.poster-grid>.grid.-p150 .placeholder-empty p{line-height:215px;font-size:1rem}.poster-grid>.grid.-p150 .frame-title{display:inline-block;font-size:16px;line-height:1.375;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.poster-grid>.grid.-p150 .film-info{clear:both;color:#567;float:left;font-size:11px;padding-top:3px;margin-bottom:0}.poster-grid>.grid.-p150 .film-title-link{color:#567;display:block;width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-grid>.grid.-p150 .film-title-link:hover,.poster-grid>.grid.-p150 .film-title-link:active{color:#40bcf4}.poster-grid>.grid.-p150 .no-poster-action{display:block;width:150px;position:absolute;top:125px;left:0;text-align:center;color:#567;font-size:11px}.poster-grid>.grid.-p150 .no-poster-action a{color:#567}.poster-grid>.grid.-p150 .production-statistic-list{--font-size: .69230769rem}.mobile .poster-grid>.grid.-p150 .production-statistic-list{--font-size: .75rem}.poster-grid>.grid.-p150 .production-statistic-list .glyph{display:block;height:.875em;width:auto}.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{line-height:24px;font-size:18px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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:initial}@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:initial}@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){.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.-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: .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: .9765625cqw;grid-template-columns:repeat(6,1fr)}}@container (min-width: 1160px){.mobile .poster-grid>.grid{--poster-grid-gap-column: .94827586cqw;--poster-grid-gap-row: .86206897cqw;grid-template-columns:repeat(8,1fr)}.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>.listitem>.placeholder,.poster-list>.-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;width:100%;padding-top:150%}.poster-list.-overlapped .poster.-inset .badge{--poster-inset-badge-background: #456;--poster-inset-badge-color: #ABC;--poster-inset-badge-offset: var(--poster-inset-padding);top:auto;right:0;left:auto;transform:none;border-top-right-radius:0;border-bottom-right-radius:0}.poster-list.-overlapped.-p70,.poster-list.-overlapped.-p150{width:auto}.poster-list.-overlapped.-p70 .poster,.poster-list.-overlapped.-p150 .poster{margin-right:-25px;box-shadow:2px 0 7px #000}.poster-list.-overlapped.-p70 .poster.-placeholder,.poster-list.-overlapped.-p150 .poster.-placeholder{box-shadow:inset 0 0 0 1px rgba(221,238,255,.1)}.mobile .poster-list.-overlapped.-p70 .poster,.mobile .poster-list.-overlapped.-p150 .poster{width:30%;height:auto;margin-right:-12.5%}.mobile .poster-list.-overlapped.-p70 .poster img,.mobile .poster-list.-overlapped.-p150 .poster img{width:100%;height:auto}.list-grid.-twoup .poster-list.-overlapped.-p70 .poster,.list-grid.-twoup .poster-list.-overlapped.-p150 .poster{margin-right:-27px}.list-grid.-trilogy .poster-list.-overlapped.-p70 .poster,.list-grid.-trilogy .poster-list.-overlapped.-p150 .poster,.-trilogy .poster-list.-overlapped.-p70 .poster,.-trilogy .poster-list.-overlapped.-p150 .poster{margin-right:-9px}.poster-list.-overlapped.-p150 .poster{margin-right:-115px}.poster-list.-overlapped.-p150 .poster.-inset .badge{--poster-inset-badge-offset: 6px}.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{width:15%;margin-right:-5.55%}.poster-list.-horizontal{display:flex;justify-content:space-between;flex-wrap:wrap;margin-left:-10px}.poster-list.-horizontal:after{content:"";display:inline-block;width:auto;flex:1 1 auto}.poster-list.-horizontal>.poster,.poster-list.-horizontal>.poster-container,.poster-list.-horizontal>.live-poster{display:block;margin-left:10px}.poster-list.-horizontal>.poster .poster,.poster-list.-horizontal>.poster-container .poster,.poster-list.-horizontal>.live-poster .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{width:104px;height:156px}.poster-list.-horizontal.-scaled104.-p110 .poster img{width:100%;height:auto}.poster-list.-horizontal li.calculating{z-index:10;bottom:95px;width:0px}.poster-list.-horizontal li.calculating p{width:250px;margin-left:-126px}.poster-list.-horizontal li.calculating p .lb-spinner{position:relative;vertical-align:middle;top:-1px;margin-right:5px}.poster-list.-horizontal li.calculating p .lb-spinner-fallback{display:inline}.poster-list.-horizontal li.calculating #spinner{position:relative;margin:0 7px -1px 0;display:inline-block;height:13px;width:18px}.mobile .poster-list.-horizontal{margin-left:-2%}.mobile .poster-list.-horizontal>.poster,.mobile .poster-list.-horizontal>.poster-container,.mobile .poster-list.-horizontal>.live-poster{width:23%;height:auto;display:block;margin:0 0 2% 2%}.mobile .poster-list.-horizontal>.poster img,.mobile .poster-list.-horizontal>.poster-container img,.mobile .poster-list.-horizontal>.live-poster img,.mobile .poster-list.-horizontal>.poster .poster,.mobile .poster-list.-horizontal>.poster-container .poster,.mobile .poster-list.-horizontal>.live-poster .poster{width:100%;height:auto}.mobile .poster-list.-horizontal.featured-list>li:nth-child(n+5){display:none}.mobile #popular-with-everyone .poster-list.-horizontal>.poster,.mobile #popular-with-friends .poster-list.-horizontal>.poster,.mobile #recent-from-friends .poster-list.-horizontal>.poster,.mobile #popular-with-everyone .poster-list.-horizontal>.poster-container,.mobile #popular-with-friends .poster-list.-horizontal>.poster-container,.mobile #recent-from-friends .poster-list.-horizontal>.poster-container{width:31.33%;height:auto;margin-bottom:2%}.poster-list.-grid{display:flex;justify-content:space-between;flex-wrap:wrap;margin-left:-10px}.col-17 .poster-list.-grid{margin-left:-11px}.poster-list.-grid:after{content:"";display:inline-block;width:auto;flex:1 1 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{width:74px;height:111px}.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:initial}.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:initial}.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{display:block;margin-left:9px;width:128px}.poster-list.-grid.-scaled128.-p125 .poster{width:128px;height:192px}.poster-list.-grid.-scaled128.-p125 .poster img{width:100%;height:auto}.mobile .poster-list.-grid.-scaled128.-p125{margin-left:-2%}.mobile .poster-list.-grid.-scaled128.-p125>.poster,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container{width:23%;height:auto;display:block;margin:0 0 2% 2%}.mobile .poster-list.-grid.-scaled128.-p125>.poster img,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container img,.mobile .poster-list.-grid.-scaled128.-p125>.poster .poster,.mobile .poster-list.-grid.-scaled128.-p125>.poster-container .poster{width:100%;height:auto}.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{width:86px;height:129px}.poster-list.-grid.-scaled86.-p110 .poster img{width:100%;height:auto}.mobile .poster-list.-grid.-scaled86.-p110{margin-left:-2%}.mobile .poster-list.-grid.-scaled86.-p110>.poster,.mobile .poster-list.-grid.-scaled86.-p110>.poster-container{width:23%;height:auto;display:block;margin:0 0 2% 2%}.mobile .poster-list.-grid.-scaled86.-p110>.poster img,.mobile .poster-list.-grid.-scaled86.-p110>.poster-container img,.mobile .poster-list.-grid.-scaled86.-p110>.poster .poster,.mobile .poster-list.-grid.-scaled86.-p110>.poster-container .poster{width:100%;height:auto}.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{width:64px;height:96px}.poster-list.-grid.-scaled64.-p70 .poster img{width:100%;height:auto}.mobile .poster-list.-grid{margin-left:-2%}.mobile .poster-list.-grid>.poster,.mobile .poster-list.-grid>.poster-container{width:23%;height:auto;display:block;margin:0 0 2% 2%}.mobile .poster-list.-grid>.poster img,.mobile .poster-list.-grid>.poster-container img,.mobile .poster-list.-grid>.poster .poster,.mobile .poster-list.-grid>.poster-container .poster{width:100%;height:auto}.poster-list .no-poster .frame-title{position:absolute;top:calc((100% - var(--attribution-block-height, 0px)) * .5);left:50%;width:85%;transform:translate(-50%,-55%)}.poster-list.-p70 .no-poster .frame,.poster-list.-p150 .no-poster .frame,.poster-list.-p125 .no-poster .frame,.poster-list.-p230 .no-poster .frame{text-indent:0;text-align:center;color:#789;text-decoration:none;background-image:none}.poster-list.-p35 .no-poster{width:35px;height:52px}.poster-list.-p35 .no-poster .frame-title{font-size:9px;line-height:1.22222222}.poster-list.-p35 .poster.-placeholder,.poster-list.-p35 .poster-container.-placeholder{height:52px}.poster-list-view .poster-list.-p35 .poster,.poster-list-view .poster-list.-p35 .padme-pad{width:125px}.poster-list.-p46 .poster,.poster-list.-p46 .padme-cols{width:46px}.poster-list.-p46 .no-poster{width:46px;height:69px}.poster-list.-p46 .no-poster .frame-title{display:block;white-space:normal;font-size:10px;line-height:1.2}.poster-list.-p46 .poster img{width:100%;height:auto}.poster-list.-p46 .poster.-placeholder,.poster-list.-p46 .poster-container.-placeholder{height:69px}.poster-list.-p70 .poster.-inset,.poster-list.-p70 .live-poster.-inset{--poster-inset-padding: 5px;--poster-inset-badge-font-size: .84615385rem}.poster-list.-p70 .poster-container .poster{margin-bottom:0}.poster-list.-p70 .poster.-placeholder,.poster-list.-p70 .poster-container.-placeholder{width:70px;height:105px}.mobile .poster-list.-p70 .poster.-placeholder,.mobile .poster-list.-p70 .poster-container.-placeholder{height:auto}.poster-list.-p70 .no-poster .frame-title{display:block;white-space:normal;font-size:11px;line-height:1.27272727}.poster-list.-p70 .dummy{width:68px;height:103px}.mobile .poster-list.-p70 .dummy{height:auto}.poster-list.-p110 .poster,.poster-list.-p110 .poster.-placeholder,.poster-list.-p110 .poster-container.-placeholder{width:110px;height:165px}.mobile .poster-list.-p110 .poster.-placeholder,.mobile .poster-list.-p110 .poster-container.-placeholder{height:auto}.poster-list.-p110 .poster-container,.poster-list.-p110 .padme-pad{width:110px}.poster-list.-p110 .poster-container{overflow:hidden;position:relative}.poster-list.-p110 .dummy{width:108px;height:163px}.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{font-size:12px;padding-top:5px;margin-bottom:0;clear:both;line-height:1.2}.poster-list.-p110 .film-info a{text-decoration:none;color:#fff;display:block;width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-list.-p110 .film-info a:hover,.poster-list.-p110 .film-info a:active{color:#ddd}.poster-list.-p110 .film-info .date,.poster-list.-p110 .film-info .rating{font-size:10px;color:#9ab;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{width:125px;height:187px}.poster-list.-p125 .poster.-placeholder,.poster-list.-p125 .poster-container.-placeholder{height:187px}.mobile .poster-list.-p125 .poster.-placeholder,.mobile .poster-list.-p125 .poster-container.-placeholder{height:auto}.poster-list.-p125 .poster-container,.poster-list.-p125 .padme-pad{width:125px}.poster-list.-p125 .dummy{width:123px;height:185px}.poster-list.-p125 .no-poster .frame-title{display:block;font-size:14px;line-height:1.28571429;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.mobile .poster-list.-p125 .no-poster .frame-title{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400}.poster-list.-p150 .poster{width:150px;height:225px}.poster-list.-p150 .poster.-attributed{height:calc(225px + var(--attribution-block-height, 0px))}.poster-list.-p150 .poster.-placeholder,.poster-list.-p150 .poster-container.-placeholder{height:225px}.mobile .poster-list.-p150 .poster.-placeholder,.mobile .poster-list.-p150 .poster-container.-placeholder{height:auto}.poster-list.-p150.-horizontal .poster,.poster-list.-p150.-horizontal .poster-container{margin-bottom:0}.poster-list.-p150 .poster-container,.poster-list.-p150 .padme-pad{width:150px}.poster-list.-p150 .placeholder-empty p{line-height:215px;font-size:1rem}.poster-list.-p150 .no-poster .frame-title{white-space:normal}.poster-list.-p150 .frame-title{display:inline-block;font-size:16px;line-height:1.375;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.poster-list.-p150 .film-info{clear:both;color:#567;float:left;font-size:11px;padding-top:3px;margin-bottom:0}.poster-list.-p150 .film-title-link{color:#567;display:block;width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-list.-p150 .film-title-link:hover,.poster-list.-p150 .film-title-link:active{color:#40bcf4}.poster-list.-p150 .no-poster-action{display:block;width:150px;position:absolute;top:125px;left:0;text-align:center;color:#567;font-size:11px}.poster-list.-p150 .no-poster-action a{color:#567}.poster-list.-p150 .production-statistic-list{--font-size: .69230769rem}.mobile .poster-list.-p150 .production-statistic-list{--font-size: .75rem}.poster-list.-p150 .production-statistic-list .glyph{display:block;height:.875em;width:auto}.poster-list.-p230 .poster{width:230px;box-shadow:0 1px 5px rgba(0,0,0,.35),0 3px 10px rgba(0,0,0,.8)}.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{line-height:24px;font-size:18px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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{width:auto;flex-basis:calc(20% - 10px)}.poster-list.-grid-liquid.-ppr10>.poster,.poster-list.-grid-liquid.-ppr10>.poster-container{width:auto;flex-basis:calc(10% - 10px)}.no-mobile .poster-list.-grid-liquid.-ppr10 .overlay-actions.-w110{transform:scale(.875);transform-origin:center bottom}.no-mobile .poster-list.-grid-liquid.-ppr5 .poster.-placeholder,.no-mobile .poster-list.-grid-liquid.-ppr10 .poster.-placeholder{display:none}.poster-list.-grid-liquid>.poster,.poster-list.-grid-liquid>.poster-container{margin:5px}.poster-list.-grid-liquid .poster .image{width:100%;height:auto}.poster-list.-grid-liquid .poster.-placeholder{height:auto;display:flex;background-color:#111;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1)}.poster-list.-grid-liquid .poster.-placeholder:before{content:"";display:block;float:left;padding-top:150%}.poster,.poster-container{display:inline-block;position:relative;background-clip:padding-box;border-radius:var(--poster-border-radius-clamped)}.poster-container.viewing-poster-container{border-radius:0}body.my-watchlist .not-in-watchlist,.hide-films-seen .film-watched{opacity:.2;transition:.1s all linear}body.my-watchlist .not-in-watchlist:hover,.hide-films-seen .film-watched:hover,body.my-watchlist .not-in-watchlist:active,.hide-films-seen .film-watched:active{opacity:1}.hide-films-seen li.film-watched{opacity:1;transition:.1s all linear}.hide-films-seen li.film-watched>*{opacity:.2;transition:.1s all linear}.hide-films-seen li.film-watched:hover>*,.hide-films-seen li.film-watched:active>*{opacity:1}.hide-films-seen #diary-table tr.film-watched{opacity:1;transition:.1s all linear}.hide-films-seen #diary-table tr.film-watched .td-film-details>*,.hide-films-seen #diary-table tr.film-watched .td-released>*,.hide-films-seen #diary-table tr.film-watched .td-rating>*,.hide-films-seen #diary-table tr.film-watched .td-like>*,.hide-films-seen #diary-table tr.film-watched .td-rewatch>*,.hide-films-seen #diary-table tr.film-watched .td-review>*,.hide-films-seen #diary-table tr.film-watched .td-actions>*{opacity:.2;transition:.1s all linear}.hide-films-seen #diary-table tr.film-watched:hover .td-film-details>*,.hide-films-seen #diary-table tr.film-watched:active .td-film-details>*,.hide-films-seen #diary-table tr.film-watched:hover .td-released>*,.hide-films-seen #diary-table tr.film-watched:active .td-released>*,.hide-films-seen #diary-table tr.film-watched:hover .td-rating>*,.hide-films-seen #diary-table tr.film-watched:active .td-rating>*,.hide-films-seen #diary-table tr.film-watched:hover .td-like>*,.hide-films-seen #diary-table tr.film-watched:active .td-like>*,.hide-films-seen #diary-table tr.film-watched:hover .td-rewatch>*,.hide-films-seen #diary-table tr.film-watched:active .td-rewatch>*,.hide-films-seen #diary-table tr.film-watched:hover .td-review>*,.hide-films-seen #diary-table tr.film-watched:active .td-review>*,.hide-films-seen #diary-table tr.film-watched:hover .td-actions>*,.hide-films-seen #diary-table tr.film-watched:active .td-actions>*{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{display:block;border-radius:var(--poster-border-radius-clamped)}.poster .image.-adult{image-rendering:pixelated}.poster .poster-meta{opacity:0;display:block;position:absolute;width:70%;top:30px;left:15%;padding:20px 0;z-index:0;background:rgba(0,0,0,.75);transition:opacity .2s cubic-bezier(.19,1,.22,1);box-shadow:0 0 5px rgba(0,0,0,.5);border-radius:var(--poster-meta-border-radius)}.poster .poster-meta li{display:block;color:#fff;font-size:1.84615385rem;font-weight:400;text-align:center;line-height:1;text-indent:0;position:relative}.poster .poster-meta li strong{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300}.poster .poster-meta li.millions{font-size:1.38461538rem;line-height:1.33333333}.poster .poster-meta .icon{width:32px;height:32px;position:relative;margin:0 auto 5px;padding:0;background-position:-290px -120px;text-indent:110%;white-space:nowrap;overflow:hidden}.poster .poster-meta .icon-like{padding:0}.poster .poster-meta .poster-views .icon{width:36px;background-position:-330px -120px}.poster .poster-meta .poster-likes .icon{margin-top:15px}.poster:hover .poster-meta,.poster:active .poster-meta{opacity:1;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.poster .info-overlay{clear:left;float:left;position:absolute;left:50%;top:47%;text-align:center}.poster .info-overlay .wrapper{display:block;position:relative;float:left;right:50%;background:rgba(0,0,0,.8);padding:5px 7px;border-radius:var(--poster-border-radius-clamped)}.poster.-attributed{--attribution-block-height: 28px;--attribution-fill-color: #456}.poster.-attributed>div{padding-bottom:var(--attribution-block-height);border-radius:var(--poster-border-radius-clamped);border-top-right-radius:0;border-top-left-radius:0;background-image:linear-gradient(to bottom,var(--attribution-fill-color),var(--attribution-fill-color));background-size:auto var(--attribution-block-height);background-position:center bottom;background-repeat:repeat-x}.poster.-attributed .image{border-bottom-right-radius:0;border-bottom-left-radius:0}.poster.-attributed .overlay-actions{bottom:37px}.poster.-attributed .attribution-block{--line-height: var(--attribution-block-height);--content-color: #BCD;--content-link-hover-color: #DEF;position:absolute;bottom:0;width:100%;height:var(--attribution-block-height);padding-left:var(--grid-col-gutter);align-items:center}.poster.-attributed .attribution-block>.avatar{align-self:auto}.poster.-attributed .attribution-block>.body{white-space:nowrap;overflow:hidden;--mask-tint-rgb: 0,0,0;-webkit-mask-image:linear-gradient(to right,rgba(var(--mask-tint-rgb),1) 0%,rgba(var(--mask-tint-rgb),1) 1%,rgba(var(--mask-tint-rgb),.2) 90%,rgba(var(--mask-tint-rgb),.2) 100%),linear-gradient(to left,rgba(var(--mask-tint-rgb),0) 0px,rgba(var(--mask-tint-rgb),0) 8px,rgba(var(--mask-tint-rgb),1) 8px,rgba(var(--mask-tint-rgb),1));mask-image:linear-gradient(to right,rgba(var(--mask-tint-rgb),1),rgba(var(--mask-tint-rgb),1) 1%,rgba(var(--mask-tint-rgb),.2) 90%,rgba(var(--mask-tint-rgb),.2)),linear-gradient(to left,rgba(var(--mask-tint-rgb),0),rgba(var(--mask-tint-rgb),0) 8px,rgba(var(--mask-tint-rgb),1) 8px,rgba(var(--mask-tint-rgb),1));-webkit-mask-size:8px 8px,100% 8px;mask-size:8px 8px,100% 8px;-webkit-mask-position:right center,left center;mask-position:right center,left center;-webkit-mask-repeat:repeat-y,repeat-y;mask-repeat:repeat-y,repeat-y}.poster.-inset{--poster-inset-padding: 14px;--poster-inset-width: calc(100% - 2 * var(--poster-inset-padding));--poster-inset-badge-offset: calc(var(--poster-inset-padding) / 2);--poster-inset-badge-background: none;--poster-inset-badge-color: #678;background-color:var(--poster-inset-background)}.poster.-inset .inset{display:block;box-sizing:border-box;aspect-ratio:10 / 15;width:var(--poster-inset-width);position:absolute;top:var(--poster-inset-padding);left:50%;transform:translate(-50%)}.poster.-inset .inset img{width:100%;height:auto}.poster.-inset .inset:after{content:"";display:block;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1);position:absolute;top:0;left:0;width:100%;height:100%}.poster.-inset .badge{position:absolute;font-size:var(--poster-inset-badge-font-size);background:var(--poster-inset-badge-background);color:var(--poster-inset-badge-color);bottom:var(--poster-inset-badge-offset)}.poster.-inset .badge{top:auto;left:50%;transform:translate(-50%);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.placeholder{background:#161718;border:1px solid #262626;box-sizing:border-box}.dummy{background:#161b21;background:rgba(51,68,85,.1);border:var(--poster-border-width) solid #2A2E32;border-color:rgba(255,255,255,.1);border-radius:var(--poster-border-radius-clamped)}.poster .frame,.list-frame{display:block;position:absolute;top:0;left:0;right:0;height:100%;white-space:nowrap;text-indent:110%;overflow:hidden;-webkit-transition:-webkit-box-shadow .1s ease-in;box-sizing:border-box;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1);border-radius:var(--poster-border-radius-clamped)}.poster .frame:hover,.list-frame:hover{text-decoration:none}.poster .frame>.number,.list-frame>.number{display:block;position:absolute;top:0;left:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;background:none;color:#14181c;height:24px;width:26px;font-size:13px;line-height:22px;text-indent:0;text-align:center;font-style:normal}.poster .frame>.number>span,.list-frame>.number>span{display:inline-block;position:absolute;left:0;width:24px}.poster .frame>.number:before,.list-frame>.number:before{content:"";width:40px;height:40px;transform:skew(-45deg) translate(-23px);background:#fff;position:absolute;top:0;left:0;z-index:0;box-shadow:0 0 4px rgba(0,0,0,.35)}.loading-poster .poster .frame{background-size:auto}.no-poster .frame{text-indent:0;text-align:center;color:#789;text-decoration:none;background-image:none}.no-poster .frame:hover{text-decoration:none}.no-poster .frame-title{white-space:normal}.no-poster.-showtitle .frame-title{display:block;position:absolute;top:50%;left:50%;width:85%;line-height:1.3;transform:translate3d(-50%,-55%,0)}.frame-title{display:none;white-space:nowrap}.activity-stream .frame-title{display:inline}.poster .overlay{display:block;position:absolute;top:calc(0px - var(--poster-overlay-interaction-border-width));left:calc(0px - var(--poster-overlay-interaction-border-width));right:calc(0px - var(--poster-overlay-interaction-border-width));bottom:calc(0px - var(--poster-overlay-interaction-border-width));text-indent:110%;overflow:hidden;white-space:nowrap;border:1px solid #00E054;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125);transition:border .1s linear;border-radius:var(--poster-border-radius-clamped)}body.logged-in .poster .overlay{border-color:#def;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.25)}.poster .frame:hover .overlay{top:0;left:0;right:0;bottom:0;border-width:var(--poster-overlay-interaction-border-width)}body.logged-in .poster .frame:hover .overlay{border-color:#def}body.logged-in .poster.film-watched .overlay,body.logged-in .poster.film-watched .frame:hover .overlay,body.logged-in .film-watched .poster .frame:hover .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] .overlay,body.logged-in .poster[data-film-in-watchlist=true] .frame:hover .overlay{border-color:#40bcf4;box-shadow:inset 0 0 1px 1px rgba(20,24,28,.125)}.placeholder-empty{width:100%;background:#161b21;border:1px solid #2A2E32;border-radius:var(--poster-border-radius-clamped);box-sizing:border-box}.placeholder-empty p{text-align:center;line-height:100%;color:#567;line-height:1;font-size:1rem}.placeholder-empty p .lb-spinner{position:relative;vertical-align:middle;top:-2px;margin-right:7px}.placeholder-empty p .lb-spinner-fallback{display:inline}.film-browser .placeholder-empty{background:none;height:225px;border:none}.film-browser .placeholder-empty p{line-height:215px}.activity-table .no-poster .frame-title{position:absolute;top:50%;left:50%;width:85%;transform:translate3d(-50%,-55%,0);display:block;white-space:normal;font-size:11px;line-height:1.27272727}.no-poster img{display:none}.poster-viewingdata{font-size:.92307692rem;padding-top:3px;clear:both;color:#567;overflow:hidden;margin-bottom:0;line-height:16px}.poster-viewingdata span+span,.poster-viewingdata span+a,.poster-viewingdata a+span{margin-left:5px}.mobile .poster-viewingdata{margin-right:-3px}@media (max-width: 374px){.mobile .poster-viewingdata{padding-top:5px;transform-origin:0 0;transform:scale(.75)}}@media (max-width: 479px){.mobile .poster-viewingdata{width:130%}}.poster-viewingdata time{float:right;display:block;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{padding-top:5px;margin-bottom:-3px}.activity-stream .poster-viewingdata a{color:#89a}.activity-stream .poster-viewingdata a:hover{color:#40bcf4}.poster-viewingdata .rating,.poster-viewingdata .icon-rewatch,.poster-viewingdata .icon-comment,.poster-viewingdata .icon-review,.poster-viewingdata .icon-hidden,.poster-viewingdata .icon-liked{float:left}.poster-viewingdata .icon-comment,.poster-viewingdata .icon-review,.poster-viewingdata .icon-hidden{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,.mobile section.-tinyicons .poster-viewingdata .icon-liked{margin-left:3px}@media (max-width: 479px){.mobile section.-tinyicons .poster-viewingdata .icon-review,.mobile section.-tinyicons .poster-viewingdata .icon-rewatch,.mobile section.-tinyicons .poster-viewingdata .icon-liked{margin-left:3px}}@media (max-width: 374px){.mobile section.-tinyicons .poster-viewingdata .icon-review,.mobile section.-tinyicons .poster-viewingdata .icon-rewatch,.mobile section.-tinyicons .poster-viewingdata .icon-liked{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;width:9px;height:8px}.poster-viewingdata .icon-liked.rating.rating-micro.liked-micro{padding-left:0;background-position:0 -160px;width:9px;height:8px}.poster-viewingdata .icon-rewatch.rewatch-micro{padding-left:10px}.poster-viewingdata .icon-rewatch.rewatch-micro .icon{top:1px;background-position:-44px -160px;width:9px;height:8px}.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{padding-left:8px;top:0;height:8px}.poster-viewingdata .icon-review.review-micro .icon{background-position:-15px -160px;width:8px;height:8px}.poster-viewingdata a.icon-review.review-micro:hover .icon{background-position:-30px -160px}.content-reactions-strip{--item-gap: .5em;--content-color: #678;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:var(--font-size, .92307692rem);line-height:1.5;white-space:nowrap;color:var(--content-color, #678)}.mobile .content-reactions-strip{--font-size: 1rem}.content-reactions-strip .inlineicon{color:var(--content-color, currentColor);position:relative;top:var(--offset-y, auto);--icon-label-gap: .25em;padding-left:calc(var(--icon-width) + var(--icon-label-gap, 0px))}.content-reactions-strip .inlineicon:-moz-any-link{text-decoration:none}.content-reactions-strip .inlineicon:any-link{text-decoration:none}@media (hover: hover) and (pointer: fine){.content-reactions-strip .inlineicon:-moz-any-link:hover{--content-color: #bcd}.content-reactions-strip .inlineicon:any-link:hover{--content-color: #bcd}}.content-reactions-strip .inlineicon:-moz-any-link:active{--content-color: #bcd}.content-reactions-strip .inlineicon:any-link:active{--content-color: #bcd}.content-reactions-strip .inlineicon:not(:last-child){margin-right:var(--item-gap)}.content-reactions-strip .inlineicon:not(:has(>.label)){vertical-align:middle;--icon-label-gap: initial}.content-reactions-strip .inlineicon .icon{width:var(--icon-width);height:var(--icon-height);top:50%;margin-top:calc((-.5 * var(--icon-height)) + var(--icon-offset-y, 0px));background-position:var(--background-position-x) var(--background-position-y)}.content-reactions-strip .inlineicon.-hidelabel{--icon-label-gap: initial}.content-reactions-strip .inlineicon.-hidelabel .label{--dimension: 0;display:inline-block;width:var(--dimension);height:var(--dimension);overflow:hidden;clip:rect(0,0,0,0)}.content-reactions-strip .icon-16{height:initial;position:relative;font-size:inherit;line-height:1;--icon-width: 16px;--icon-height: 16px}.content-reactions-strip .icon-16.icon-comment{--background-position-x: -490px;--background-position-y: -112px;--icon-width: 13px;--icon-height: 13px}.content-reactions-strip .icon-16.icon-delete{--icon-offset-y: -.5px;--background-position-x: -740px;--background-position-y: -300px;--icon-width: 14px;--icon-height: 14px}.content-reactions-strip .icon-16.icon-edit{--icon-offset-y: -.5px;--background-position-x: -720px;--background-position-y: -300px;--icon-width: 14px;--icon-height: 14px}.content-reactions-strip .icon-16.icon-forget{--background-position-x: -740px;--background-position-y: -340px;--icon-width: 11px;--icon-height: 15px}.content-reactions-strip .icon-16.icon-like{--icon-offset-y: -1.5px;--background-position-x: -390px;--background-position-y: -70px;--icon-width: 14px;--icon-height: 13px}.content-reactions-strip .icon-16.icon-liked{--icon-offset-y: -1.5px;--background-position-x: -390px;--background-position-y: -90px;--icon-width: 14px;--icon-height: 13px}.content-reactions-strip .icon-16.icon-rewatch{--icon-offset-y: -.5px;--background-position-x: -550px;--background-position-y: -90px;--icon-width: 14px;--icon-height: 15px}.content-reactions-strip .icon-16.icon-undelete{--icon-offset-y: -.5px;--background-position-x: -760px;--background-position-y: -300px;--icon-width: 14px;--icon-height: 14px}.content-reactions-strip>*:not(:last-child){margin-right:var(--item-gap)}.content-reactions-strip .attribution-detail{white-space:initial}.content-reactions-strip .attribution-detail .owner{display:inline}.content-reactions-strip .rating,.content-reactions-strip .policy-icon{position:relative;top:var(--offset-y, auto);vertical-align:middle}.content-reactions-strip .value{color:var(--content-color, currentColor);white-space:nowrap}.content-reactions-strip .rating{--offset-y: -.5px}.content-reactions-strip .rating-large{--offset-y: -1px}.content-reactions-strip .policy-icon{display:inline-flex}.content-reactions-strip .policy-icon.-default{--offset-y: -1px}.content-reactions-strip.-viewing .attribution-detail:has(+.date){margin-right:calc(var(--item-gap) * .5)}.content-reactions-strip.-viewing .date .timestamp{white-space:nowrap}.content-reactions-strip.-viewing.-single .icon-16.icon-liked{--icon-offset-y: initial;--background-position-x: -550px;--background-position-y: -130px;--icon-width: 16px;--icon-height: 16px}.content-reactions-strip.-viewing.-single .policy-icon.-default{--offset-y: initial}.content-reactions-strip.-viewing.-single .policy-icon.-default>.frame{transform:scale(1.14285714);transform-origin:left center}.content-reactions-strip.-filmlist.-activityitem .value{--content-color: #567;--font-size: .84615385rem;font-size:var(--font-size)}.mobile .content-reactions-strip.-filmlist.-activityitem .value{--font-size: .91666667rem}.content-reactions-strip.-filmlist.-activityitem .value:before{content:"("}.content-reactions-strip.-filmlist.-activityitem .value:after{content:")"}.avatar{display:block;position:relative;float:left;margin-right:5px;background-clip:padding-box}.avatar.-irregular{overflow:hidden}.avatar.-irregular img{width:100%;height:auto}.avatar img{display:block;overflow:hidden}.avatar a,.avatar:after,.profile-mutuals-strip.-default .mutualslist>.listitem:not(:first-child) .avatar:before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:none;box-sizing:border-box;text-indent:110%;white-space:nowrap;overflow:hidden}.avatar:after,.profile-mutuals-strip.-default .mutualslist>.listitem:not(:first-child) .avatar:before{content:"";border:1px solid rgba(255,255,255,.25);transition:all .2s}.avatar:hover{text-decoration:none}.avatar:hover:after{border:1px solid rgba(255,255,255,.5)}.avatar.-large:hover:after{border:2px solid rgba(255,255,255,.5)}.avatar.-borderless:after{display:none}.subnav .avatar:hover:after{border:1px solid rgba(255,255,255,.25)}.avatar.-a16{width:18px;height:18px;border-radius:9px}.avatar.-a16 img,.avatar.-a16:after{border-radius:9px}.avatar.-a16 img{width:100%;height:auto}.avatar.-a24{border-radius:12px}.avatar.-a24 a,.avatar.-a24:after,.avatar.-a24 img{border-radius:12px}.avatar.-a40{width:40px;height:40px;border-radius:20px}.avatar.-a40 a,.avatar.-a40:after,.avatar.-a40 img{border-radius:20px}.avatar.-a60{height:60px;border-radius:30px}.avatar.-a60 a,.avatar.-a60:after,.avatar.-a60 img{border-radius:30px}.avatar.-a70{height:70px;width:70px;border-radius:35px}.avatar.-a70 a,.avatar.-a70:after,.avatar.-a70 img{border-radius:35px}.avatar.-a110{width:110px;height:110px;border-radius:55px}.avatar.-a110 a,.avatar.-a110:after,.avatar.-a110 img{border-radius:55px}.avatar.-a130{width:130px;height:130px;border-radius:65px}.avatar.-a130 img{width:100%;height:auto}.avatar.-a130 a,.avatar.-a130:after,.avatar.-a130 img{border-radius:65px}.avatar.-a150{width:150px;height:150px;border-radius:75px}.avatar.-a150 a,.avatar.-a150:after,.avatar.-a150 img{border-radius:75px}.avatar.-a190{width:190px;height:190px;border-radius:95px}.avatar.-a190 img{width:100%;height:auto}.avatar.-a190 a,.avatar.-a190:after,.avatar.-a190 img{border-radius:95px}.avatar.-square a,.avatar.-square img,.avatar.-square:after{border-radius:3px}.avatar.-square.-a16 a,.avatar.-square.-a24 a,.avatar.-square.-a40 a,.avatar.-square.-a16 img,.avatar.-square.-a24 img,.avatar.-square.-a40 img,.avatar.-square.-a16:after,.avatar.-square.-a24:after,.avatar.-square.-a40:after{border-radius:2px}.watchedstate-avatar{display:inline-block;width:40px;position:relative}.-a72 .watchedstate-avatar{width:72px}.mobile .-a72 .watchedstate-avatar{width:100%}.watchedstate-avatar>.avatar{float:none}.watchedstate-avatar>.review,.watchedstate-avatar>.watchlist,.watchedstate-avatar>.story{text-indent:110%;white-space:nowrap;overflow:hidden;width:15px;height:15px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;position:absolute;top:-2px;right:-2px}.watchedstate-avatar>.story{width:24px;height: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:0px -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:0px -150px}.watchedstate-avatar:hover .rating.-nano.rated-1{width:7px;background-position:-40px -150px}.watchedstate-avatar:hover .rating.-nano.rated-3{width:15px;background-position:-32px -150px}.watchedstate-avatar:hover .rating.-nano.rated-5{width:23px;background-position:-24px -150px}.watchedstate-avatar:hover .rating.-nano.rated-7{width:31px;background-position:-16px -150px}.watchedstate-avatar:hover .rating.-nano.rated-9{width:39px;background-position:-8px -150px}.avatar-list{overflow:hidden;display:flex;flex-wrap:wrap}.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{margin-bottom:10px;width:72px;text-align:center;font-weight:400;border-radius:36px}.avatar-list.-a72 .avatar a,.avatar-list.-a72 .avatar:after,.avatar-list.-a72 .avatar img{border-radius:36px}.avatar-list.-a72 .avatar a{width:72px;height:72px;position:relative;border:none;top:auto;left:auto;margin-bottom:3px}.avatar-list.-a72 .padme-pad{width:40px}.avatar-list.-stacked>li{margin-bottom:7px}.mobile .avatar-list.-stacked>li{width:15%;margin-bottom:1%;margin-left:1.5%}@media (min-width: 600px){.mobile .avatar-list.-stacked>li{width:10.1%;margin-bottom:.4%;margin-left: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{height:auto;width:100%;margin-bottom:0;border-radius:50%}.mobile .avatar-list.-stacked .avatar.-a40 img{width:100%;height:auto}.mobile .avatar-list.-stacked .avatar.-a40 a,.mobile .avatar-list.-stacked .avatar.-a40 span,.mobile .avatar-list.-stacked .avatar.-a40 img,.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{width:23%;margin-bottom:2%;margin-left:2%}@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.-a72,.mobile .avatar-list.-spaced .avatar.-a110{height:auto;width:100%;margin-bottom:0;border-radius:50%}.mobile .avatar-list.-spaced .avatar.-a72 img,.mobile .avatar-list.-spaced .avatar.-a110 img{width:100%;height:auto}.mobile .avatar-list.-spaced .avatar.-a72 a,.mobile .avatar-list.-spaced .avatar.-a110 a,.mobile .avatar-list.-spaced .avatar.-a72 span,.mobile .avatar-list.-spaced .avatar.-a110 span,.mobile .avatar-list.-spaced .avatar.-a72 img,.mobile .avatar-list.-spaced .avatar.-a110 img,.mobile .avatar-list.-spaced .avatar.-a72:after,.mobile .avatar-list.-spaced .avatar.-a110:after{border-radius:50%}.avatar-list.-crew{max-width:345px;font-size:0;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{position:relative;width:19px;display:block;height:70px;margin-left:5px}.avatar-list.-crew .more:before,.avatar-list.-crew .more:after{content:""}.avatar-list.-crew .more em{font-style:normal;text-indent:110%;white-space:nowrap;overflow:hidden;left:7px}.avatar-list.-crew .more em,.avatar-list.-crew .more:before,.avatar-list.-crew .more:after{display:block;position:absolute;top:32px;width:5px;height:5px;border-radius:50%;background:#9ab}.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{width:18%;margin-left:2%}.avatar-list.-watchedstate>li:nth-of-type(n+6){margin-top:1.23076923rem}.avatar-list.-watchedstate>li:nth-of-type(n+11){display:none}}@media (max-width: 667px){.avatar-list.-watchedstate .watchedstate-avatar{width:100%}.avatar-list.-watchedstate .watchedstate-avatar>.review,.avatar-list.-watchedstate .watchedstate-avatar>.watchlist,.avatar-list.-watchedstate .watchedstate-avatar>.story{top:-4px;right:-4px;transform-origin:top right;transform:scale(2)}}@media (max-width: 420px){.avatar-list.-watchedstate .watchedstate-avatar>.review,.avatar-list.-watchedstate .watchedstate-avatar>.watchlist,.avatar-list.-watchedstate .watchedstate-avatar>.story{top:-3px;right:-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{width:100%;height:auto}.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{width:100%;height:auto}.avatar-list.-watchedstate .avatar a,.avatar-list.-watchedstate .padme-pad a,.avatar-list.-watchedstate .avatar img,.avatar-list.-watchedstate .padme-pad img,.avatar-list.-watchedstate .avatar span,.avatar-list.-watchedstate .padme-pad span{border-radius:50%}}.sidebar .person-image{margin:0 0 .76923077rem;display:none;float:none}.mobile .sidebar .person-image{margin-top:1.53846154rem}.sidebar .person-image.image-loaded{display:block}.sidebar .person-image.image-loaded img{width:100%;height:auto;border-radius:4px}.sidebar .person-image.image-loaded:after{border-radius:4px}.sidebar .tmdb-person-bio .section{margin:0 0 .38461538rem}.sidebar .tmdb-person-bio .condense_control{white-space:nowrap;color:#def}.sidebar .tmdb-person-bio .condense_control:hover,.sidebar .tmdb-person-bio .condense_control:active{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-detail{--item-gap: .5em;--content-color: #678;--content-link-color: #abc;--content-link-hover-color: #bcd;--context-content-color: var(--content-color);--context-hover-content-color: #9ab;--context-hover-display-name-content-color: var(--content-link-hover-color);--owner-content-color: var(--content-link-color);--owner-hover-content-color: var(--content-link-hover-color);color:var(--content-color, currentColor)}.attribution-detail .context:-moz-any-link{color:var(--content-color, currentColor)}.attribution-detail .context:any-link{color:var(--content-color, currentColor)}@media (hover: hover) and (pointer: fine){.attribution-detail .context:-moz-any-link:hover{--content-color: var(--context-hover-content-color)}.attribution-detail .context:any-link:hover{--content-color: var(--context-hover-content-color)}.attribution-detail .context:-moz-any-link:hover .owner{--content-color: var(--owner-hover-content-color)}.attribution-detail .context:any-link:hover .owner{--content-color: var(--owner-hover-content-color)}}.attribution-detail .owner{--content-color: var(--owner-content-color);display:inline-flex;font-weight:var(--owner-font-weight, 700);color:var(--content-color);word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.attribution-detail .owner .displayname{font-weight:inherit}@media (hover: hover) and (pointer: fine){.attribution-detail .owner:-moz-any-link:hover{--content-color: var(--owner-hover-content-color)}.attribution-detail .owner:any-link:hover{--content-color: var(--owner-hover-content-color)}}.attribution-detail>*:has(+.date){margin-right:calc(var(--item-gap) * .5)}.attribution-detail.-truncate .owner{max-width:var(--display-name-max-length)}.attribution-detail.-truncate .owner>.displayname{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attribution-detail.-is-owner{--owner-content-color: currentColor;--owner-font-weight: 400}.attribution-block{--content-color: #678;--content-link-color: #abc;--content-link-hover-color: #bcd;--show-chip-content-color: #BCD;--show-chip-fill-color: #456;--show-chip-font-size: .92307692rem;--show-chip-link-color: #DEF;--body-line-height: 1.75;--font-size: .92307692rem;--line-height: 1.5;--avatar-dimension: 1.38461538rem;box-sizing:border-box;position:relative;display:inline-grid;color:var(--content-color);font-size:var(--font-size);line-height:var(--line-height);-moz-column-gap:calc(var(--avatar-dimension) * .275);column-gap:calc(var(--avatar-dimension) * .275)}.mobile .attribution-block{--font-size: 1rem;--avatar-dimension: 1.5rem;--show-chip-font-size: 1rem}.attribution-block *,.attribution-block :after,.attribution-block :before{box-sizing:inherit}.attribution-block .content-reactions-strip{--font-size: inherit;line-height:inherit}.attribution-block .privatelistbadge{--font-size: .76923077rem;padding:3px 4px 2px;position:relative;top:-.1em;display:inline-block;white-space:nowrap;background-color:#678;color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:var(--font-size);text-transform:uppercase;letter-spacing:.05em;border-radius:2px;margin-left:auto;margin-right:auto;line-height:1}.mobile .attribution-block .privatelistbadge{--font-size: .83333333rem}.attribution-block>.avatar{float:initial;margin-right:initial;border-radius:initial;display:block;grid-area:avatar;width:var(--avatar-dimension);height:var(--avatar-dimension)}.attribution-block>.avatar img{display:block;width:100%;height:100%;border-radius:100%}.attribution-block>.avatar:after{border-radius:calc(var(--avatar-dimension) * .5)}@media (hover: hover) and (pointer: fine){.attribution-block>.avatar:hover+.body .context{--content-color: var(--context-hover-content-color)}.attribution-block>.avatar:hover+.body .owner{--content-color: var(--owner-hover-content-color)}}.attribution-block>.body{min-width:0;margin:0;line-height:var(--body-line-height)}.attribution-block>.body>.attribution-detail:not(:last-child),.attribution-block>.body>.content-reactions-strip:not(:last-child){margin-right:.5em}.attribution-block .attribution-detail{line-height:var(--line-height)}.attribution-block .content-reactions-strip{display:inline-block}.attribution-block:has(>.avatar){grid-template-areas:"avatar body";grid-template-columns:var(--avatar-dimension) auto}.attribution-block:has(>.avatar)>.body{grid-area:body;margin-top:calc((var(--avatar-dimension) - (var(--font-size) * var(--body-line-height))) * .5)}.attribution-block.-large{--font-size: 1rem;--avatar-dimension: 1.84615385rem}.mobile .attribution-block.-large{--font-size: 1.08333333rem;--avatar-dimension: 2rem}.attribution-block.-constrain>.body>.attribution-detail{margin-right:0}.attribution-block.-constrain .attribution-detail{min-width:0;white-space:nowrap;max-width:100%}.attribution-block.-constrain .attribution-detail:has(>.context){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.attribution-block.-constrain .attribution-detail:has(>.context) .owner{display:initial}.attribution-block.-constrain .attribution-detail:not(.attribution-block.-constrain .attribution-detail:has(>.context)) .owner{max-width:100%}.attribution-block.-constrain .attribution-detail:not(.attribution-block.-constrain .attribution-detail:has(>.context)) .owner>.displayname{overflow:hidden;text-overflow:ellipsis}.people-shortlist>li{overflow:hidden;border-bottom:1px solid #2C3440;padding:10px 0;color:#89a;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{position:absolute;right:0;top:50%;margin-top:-15px}.person-display-name{margin-top:0;margin-bottom:0;color:#fff;font-family:inherit;font-weight:400}.person-display-name .displayname{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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{white-space:nowrap;line-height:0}.person-display-name .inlinetail>.badge{vertical-align:middle;position:relative;top:-.1em}.person-block{display:flex}.person-block>.handle{padding-left:16px;padding-right:16px;background-color:rgba(51,68,85,.25);cursor:move;display:flex;flex-direction:column;justify-content:center;color:#456}.person-block>.handle .glyph path{fill:currentColor}.person-block>.person-summary{margin-left:13px;padding-top:13px;padding-right:10px;padding-bottom:13px;flex-shrink:1;white-space:nowrap;overflow:hidden}.person-block>.person-summary>.avatar{top:13px}.person-block>.person-summary>.title-3{display:flex}.person-block>.person-summary>.title-3>.badge{flex-shrink:0;align-self:center;margin-left:.625em}.person-block>.person-summary>.title-3>.name,.person-block>.person-summary>.metadata{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.person-block>.person-summary.-username .username{font-size:.92307692rem}.mobile .person-block>.person-summary.-username .username{font-size:1rem}.person-block>.actions{margin-left:auto;display:flex}.person-block>.actions>.action{height:100%;display:flex;flex-direction:column;justify-content:center;color:#456}.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{box-sizing:border-box;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:block;margin:0 -16px;width:44px;height:44px;color:currentColor}.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]):hover,.person-block>.actions>.action.-remove button:not([disabled]):focus{color:#ff9010}.person-block.-has-subscriptionstatus .subscriptionstatus{flex-shrink:0;margin-left:auto;padding-right:10px;display:flex;flex-direction:column;justify-content:center}.person-block.-has-subscriptionstatus .subscriptionstatus>.status{display:inline-flex;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);padding:.4em .5em .3em;font-size:.76923077rem;color:#fff;background-color:#14181c;border-radius:.25em}.mobile .person-block.-has-subscriptionstatus .subscriptionstatus>.status{font-size:.83333333rem}.person-block.-disabled .person-summary>.avatar{opacity:.33333333}.person-block.-disabled .person-summary>.title-3,.person-block.-disabled .person-summary>.metadata{opacity:.5}.person-block.-highlight{background-color:#00ac1c;color:#fff}.person-block.-highlight>.person-summary>.metadata,.person-block.-highlight>.actions>.action,.person-block.-highlight>.handle{color:rgba(255,255,255,.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>.person-summary>.metadata,.person-block.-highlight-transition-out-active>.actions>.action,.person-block.-highlight-transition-out-active>.handle{transition:color 1s cubic-bezier(.19,1,.22,1) 1s}.person-summary{position:relative;padding-left:50px;min-height:40px}.table-person.-emailonly .person-summary{min-height:0;padding-left:6px}.table-person.-emailonly .person-summary>.title-4{padding-top:0}.person-summary>.avatar{position:absolute;left:0;top:0;margin: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{display:block;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);margin-bottom:2px}.person-summary>.title-3>.context a,.person-summary>.title-4>.context a{color:#9ab}.person-summary>.title-3>.context a:hover,.person-summary>.title-4>.context a:hover,.person-summary>.title-3>.context a:active,.person-summary>.title-4>.context a:active{color:#40bcf4}.person-summary>.title-3>.follow-button-wrapper,.person-summary>.title-4>.follow-button-wrapper{height:16px;vertical-align:bottom}.person-summary>.metadata{font-size:.92307692rem;color:#789;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{padding-left:32px;box-sizing:border-box;line-height:18px;min-height:24px}.person-summary.-small>.name{display:block;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:.92307692rem}.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{padding-left:32px;min-height:24px}.person-summary.-inline>.title-4>.context{display:inline;margin-bottom:0;text-transform:none;letter-spacing:inherit}.person-summary.-inline>.title-4>.name{color:#abc}.person-summary.-inline>.title-4>.name:hover{color:#bcd}.person-summary.-vertical{padding-left:0;min-height:auto;text-align:center}.person-summary.-vertical>.avatar{position:relative;top:auto;left:auto;float:none;display:block;height:auto;margin-left:auto;margin-right:auto;border-radius:100%}.person-summary.-vertical>.avatar>img{width:100%;height:auto}.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{padding-left:0;display:inline-block;white-space:nowrap}.featured-member{--avatar-dimension: 150px;--follow-button-dimension: 30px;position:relative}.featured-member .poster-list .poster{display:block}.featured-member .poster-list .poster .image{width:100%;height:auto}.featured-member>.avatar{float:none;margin-left:auto;margin-right:auto;width:var(--avatar-dimension);height:var(--avatar-dimension)}.featured-member>.avatar,.featured-member>.avatar:after,.featured-member>.avatar img{border-radius:calc(var(--avatar-dimension) * .5)}.featured-member>.avatar img{width:100%;height:100%}.featured-member>.follow-button-wrapper{position:absolute;top:calc(var(--avatar-dimension) - (var(--follow-button-dimension) * 1.0875));left:calc(50% + (var(--avatar-dimension) * .5) - (var(--follow-button-dimension) * 1.0875))}.featured-member>.name{margin-top:.875em;margin-bottom:0;display:flex;justify-content:center;min-width:0;text-align:center;--font-size: 1.15384615rem;font-size:var(--font-size);line-height:calc(4 / 3)}.mobile .featured-member>.name{--font-size: 1.25rem}.featured-member>.name>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.featured-member>.statistics{--font-size: 1rem;--content-color: #89A;--interaction-color: #DEF;margin-top:.125em;text-align:center;font-size:var(--font-size);line-height:calc(4 / 3);color:var(--content-color)}.mobile .featured-member>.statistics{--font-size: 1.08333333rem}.featured-member>.statistics .statistic a:-moz-any-link{color:currentColor}.featured-member>.statistics .statistic a:any-link{color:currentColor}@media (hover: hover) and (pointer: fine){.featured-member>.statistics .statistic a:-moz-any-link:hover{color:var(--interaction-color)}.featured-member>.statistics .statistic a:any-link:hover{color:var(--interaction-color)}}.featured-member>.statistics .statistic+.statistic:before{content:"•"}.featured-member>.faves{--margin-top: .61538462rem;margin-top:var(--margin-top);margin-left:auto;margin-right:auto;max-width:280px;--poster-grid-gap-column: 4px}.mobile .featured-member>.faves{--margin-top: .66666667rem}.featured-member>.faves>.grid{--poster-grid-col-size: auto;grid-template-columns:repeat(4,1fr);max-width:initial}.profile-navigation{--profile-navigation-navitem-padding-start-end: .69230769rem;border-radius:3px}.content-wrap.-col14 .profile-navigation{margin-left:5px;margin-right:5px}.profile-navigation .navlist{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-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{position:relative;display:block;padding:12px var(--profile-navigation-navitem-padding-start-end);color:#9ab;font-size:1.15384615rem;line-height:1.33333333}.profile-navigation .navlist>.navitem .navlink:before{content:"";display:block;position:absolute;bottom:-1px;left:1.23076923rem;right:1.23076923rem;height:0;background-color:#00e054;opacity:0}.profile-navigation .navlist>.navitem .navlink[href]:hover,.profile-navigation .navlist>.navitem .navlink[href]:active{color:#40bcf4}.profile-navigation .navlist>.navitem.-navicon{padding:12px var(--profile-navigation-navitem-padding-start-end)}.profile-navigation .navlist>.navitem.-navicon .icon-16{display:block}.profile-navigation .navlist>.navitem.-navicon .icon-16>.icon{top:1px}.profile-navigation .navlist>.navitem.-navicon+.-navicon{padding-left:0}.profile-navigation .navlist>.navitem:first-child{margin-left:auto}.profile-navigation .navlist>.navitem:has(+.-search){margin-right: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{float:none;margin-right:0;width:100%;height:100%;border-radius:50%;overflow:hidden}.profile-mutuals-strip .mutualslist .avatar img{width:100%;height:100%;border-radius:0}.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{margin-left:.66666667em;font-size:1rem;line-height:1.25}.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%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22mask%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22white%22%20/%3E%3Ccircle%20cx%3D%22-5%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22black%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20/%3E%3C/mask%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22black%22%20mask%3D%22url%28%23mask%29%22%20/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22mask%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22white%22%20/%3E%3Ccircle%20cx%3D%22-5%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22black%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20vector-effect%3D%22non-scaling-stroke%22%20/%3E%3C/mask%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22black%22%20mask%3D%22url%28%23mask%29%22%20/%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{display:inline-block;margin-left:.76923077rem;margin-right:.76923077rem;color:#678;font-size:1rem;line-height:16px;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]:hover,.profile-metadata .metadatum[href]:active,.profile-metadata .metadatum[href].-has-no-label:hover,.profile-metadata .metadatum[href].-has-no-label:active{color:#40bcf4}.profile-metadata:hover .metadatum{color:#bcd;transition:color .5s cubic-bezier(.19,1,.22,1)}.profile-mini-person{padding:5px;margin-right:20px;float:left;height:24px}.profile-mini-person .avatar{display:inline-block;vertical-align:middle;float:none}.profile-mini-person .title-3{display:inline-block;vertical-align:middle;line-height:24px;margin:0;max-width:var(--profile-mini-person-max-width, 250px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-mini-person .title-3 a{color:#fff}.profile-mini-person .title-3 a:hover,.profile-mini-person .title-3 a:active{color:#40bcf4}.profile-mini-person .badge{display:inline-block;vertical-align:middle;top:auto}.profile-mini-person .button-follow-tiny{display:inline-block;vertical-align:middle;margin-left:5px;position:relative;top:1px}.profile-summary{--profile-statistic-gap: 1.53846154rem;position:relative;padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.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.button-unfollow,.profile-summary .button.js-button-following,.profile-summary .button.-following{width:7em}.profile-summary .button.js-button-blocked,.profile-summary .button.button-unblock{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{display:inline-flex;width:16px;content:""}.profile-summary .follow-button-wrapper *+.block-flag-wrapper{margin-left:16px}.profile-summary .follows-message{display:none;vertical-align:middle;position:relative;color:#678;margin-left:.92307692rem;line-height:1}.profile-summary .profile-stats{display:flex;align-items:flex-start;padding-left:5px;padding-right:5px}.profile-summary .profile-stats>.statistic+.statistic{padding-left:var(--profile-statistic-gap);background-repeat:repeat-y;background-position:left;background-size:1px 2px;background-image:linear-gradient(270deg,rgba(36,48,60,0) 50%,#24303c 0);background-position:calc(var(--profile-statistic-gap) * .5) 0}@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-top:.38461538rem;padding-bottom:.38461538rem}.profile-summary .profile-mutuals-strip .label{color:#678}.profile-summary .profile-mutuals-strip a:-moz-any-link:hover .label,.profile-summary .profile-mutuals-strip a:-moz-any-link:focus .label{color:inherit}.profile-summary .profile-mutuals-strip a:any-link:hover .label,.profile-summary .profile-mutuals-strip a:any-link:focus .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:after{border-radius:50%}.profile-summary .profile-avatar .avatar a{border-radius:50%}.profile-summary .profile-avatar .avatar img{position:absolute;width:100%;height:100%;border-radius:0;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.mobile .profile-summary .profile-avatar{margin-bottom:-.76923077rem}.mobile .profile-summary .profile-avatar .avatar{width:100%;height:auto}.no-mobile .profile-summary .profile-avatar .avatar{width:var(--profile-summary-avatar-dimension);height:var(--profile-summary-avatar-dimension);border-radius:calc(var(--profile-summary-avatar-dimension) * .5)}.no-mobile .profile-summary .profile-info{margin-top:.57692308rem}.no-mobile .profile-summary .profile-info:before,.no-mobile .profile-summary .profile-info:after{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{padding-left:3.07692308rem;padding-right:0;float:right}.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;justify-content:center;flex-wrap:wrap;margin-top:-.76923077rem;margin-bottom:-.76923077rem}.mobile .profile-summary .profile-info .profile-stats>.statistic{margin-top:.76923077rem;margin-bottom:.76923077rem;flex-grow:1;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{min-width:calc((100% - (var(--profile-statistic-gap) * 2)) / 3.5);max-width:6em}.mobile .profile-summary .profile-info .profile-stats>.statistic:nth-child(4){padding-left:0;background-image:none}}.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{display:grid;grid-template-columns:min(var(--profile-summary-avatar-dimension),90px) auto;justify-content:center;-moz-column-gap:var(--profile-summary-avatar-gap);column-gap:var(--profile-summary-avatar-gap);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{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile .profile-summary>.avatarnamelayout>.profile-name-and-actions .profile-actions{margin-top:1em;margin-top:min(5%,1em)}.no-mobile .profile-summary{display:grid;grid-template-areas:"avatar name" "avatar info";grid-template-columns:var(--profile-summary-avatar-dimension) auto;-moz-column-gap:var(--profile-summary-avatar-gap);column-gap:var(--profile-summary-avatar-gap);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{grid-area:name;justify-self:flex-start;display:inline-flex;align-items:center;align-self:flex-end;-moz-column-gap:var(--column-gap);column-gap:var(--column-gap)}.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%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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{grid-area:info;align-self:flex-start}.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{display:flex;flex-direction:row;-moz-column-gap:var(--grid-col-gutter);column-gap:var(--grid-col-gutter)}.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{box-sizing:content-box;flex-shrink:0;margin-top:0;margin-bottom:0;padding-top:10px;width:34px;height:20px;background:url(../img/sprite-Cmcg-tqK.svg) -600px -280px no-repeat;text-align:center;text-transform:uppercase;color:#14181c;font-size:.92307692rem;line-height:17.5px}.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{display:grid;grid-template-columns:2em auto;-moz-column-gap:var(--grid-col-gutter);column-gap:var(--grid-col-gutter);row-gap:.5em;font-size:1rem;line-height:1.33333333}.mobile .diary-summary-by-month .entrylist{font-size:1.08333333rem}.diary-summary-by-month .entrylist>.day{font-size:1rem;color:#678;text-align:right;font-feature-settings:"tnum" 1}.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-person-yir-promo .yir-selector{background:#303c48;padding:10px 15px 8px;border-radius:4px;position:relative}.profile-person-yir-promo .yir-selector .body-text.-large{color:#fff}.profile-person-yir-promo .section-heading{margin:0;padding:0;border:none;color:#9ab;line-height:26px;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{position:relative;display:inline-block;vertical-align:top;margin-left:5px}.profile-person-yir-promo .styled-number{color:#fff;font-size:2rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;line-height:1;display:block}.profile-person-yir-promo ul{display:none}.profile-person-yir-promo .popmenu-link{width:20px;height:20px;display:inline-block;vertical-align:middle;position:relative;top:-2px;text-align:left}.profile-person-yir-promo .popmenu-link:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #9AB;position:absolute;top:50%;left:50%;margin-top:-3px;margin-left:-6px}.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{display:block;font-size:1.61538462rem;font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700;color:#d8e0e8}.profile-statistic .definition{display:block;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:.76923077rem;margin-top:.75em;color:#678}.profile-statistic .definition a{color:#9ab}.profile-statistic .definition a:hover,.profile-statistic .definition a:active,.profile-statistic a[href]:hover .definition,.profile-statistic a[href]:active .definition{color:#40bcf4}.profile-name-and-actions{--column-gap: 24px;--row-gap: 10px}.profile-name-and-actions .person-display-name{line-height:1.25;font-size:1.69230769rem}.mobile .profile-name-and-actions .person-display-name{font-size:1.69230769rem}.profile-name-and-actions .profile-actions{display:flex;align-items:center;-moz-column-gap:calc(var(--column-gap) * (3 / 4));column-gap:calc(var(--column-gap) * (3 / 4))}.profile-name-and-actions .profile-actions .profile-actions-menu{align-self:center}.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{display:flex;-moz-column-gap:.92307692rem;column-gap:.92307692rem}.profile-header.-is-mini-nav .profile-navigation>.profile-mini-person{padding:0;margin-right:0;float:none;flex-shrink:0;align-self:center}.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{position:relative;box-sizing:border-box}.profile-featured-list *,.profile-featured-list :after,.profile-featured-list :before{box-sizing:inherit}.profile-featured-list:before,.profile-featured-list:after{content:" ";display:table}.profile-featured-list:after{clear:both}.profile-featured-list .blocklink{display:flex;flex-wrap:wrap;margin-top:1.53846154rem;margin-bottom:.76923077rem;padding-left:5px;padding-right:5px;color:#9ab}.profile-featured-list .blocklink>.label{flex-grow:1;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);color:currentColor}.profile-featured-list .blocklink>.label a{color:#9ab}.profile-featured-list .blocklink>.label a:hover,.profile-featured-list .blocklink>.label a:active{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{content:"";display:block;width:100%;padding-top:.76923077rem;border-bottom:1px solid rgba(68,85,102,.5)}.profile-featured-list .blocklink:hover,.profile-featured-list .blocklink:focus{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{width:64.28571429%;padding-right:40px;align-self:flex-start}.no-mobile .profile-featured-list.-has-comments-panel>.commentblock{width:42.85714286%}.profile-featured-list.-has-comments-panel>.commentblock.-sticky{top:0;position:sticky}.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{display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;height:100%;padding-left:5px;padding-right:5px}.profile-featured-list .comments-panel>.body{display:flex;flex-direction:column;align-items:stretch;flex-grow:1}.profile-featured-list .comments-panel>.body>.scrollcontainer{position:relative;flex-grow:1}.profile-featured-list .comments-panel>.body>.scrollcontainer:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:65%}.profile-featured-list .comments-panel>.body>.scrollcontainer:after{content:"";display:table;clear:both}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade{position:absolute;left:0;right:0;height:1.84615385rem;pointer-events:none;opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade.-top{top:0;background-image:linear-gradient(to bottom,rgba(20,24,28,.5),rgba(20,24,28,0));background-position:top}.profile-featured-list .comments-panel>.body>.scrollcontainer>.overflowfade.-bottom{bottom:0;background-image:linear-gradient(to top,rgba(20,24,28,.5),rgba(20,24,28,0));background-position:bottom}.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{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto!important;overflow-x:hidden;overscroll-behavior-y:contain}.profile-featured-list .comments-panel{position:static!important;padding-top:0!important;margin-top:0!important;margin-left:0!important;margin-right:0!important}.profile-featured-list .comments-panel .col-5,.profile-featured-list .comments-panel .col-12{width:auto;float:none}.profile-featured-list .comments-panel>.header{position:relative!important;padding-top:.38461538rem!important}.profile-featured-list .comments-panel>.header>.section-heading{margin-bottom:0!important;padding-bottom:.76923077rem!important;border-bottom-color:rgba(68,85,102,.5)!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{top:auto!important;position:absolute;bottom:.76923077rem;right:0;min-height:16px}.profile-featured-list .comments-panel .comment{border-bottom:0!important;padding-top:.76923077rem!important;padding-bottom:1.23076923rem!important;margin-left:0!important;padding-right:15px!important}.profile-featured-list .comments-panel .comment:not(.comment-collapsed)~.comment{padding-top:1.23076923rem!important;background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px}@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>.metadata{line-height:inherit}.profile-featured-list .comments-panel .comment .person-summary>.metadata .comment-permalink{margin-left:.5em;margin-bottom:0!important}.profile-featured-list .comments-panel .comment .person-summary .block-flag-wrapper{line-height:0}.profile-featured-list .comments-panel .comment .comment-body{padding-top:1.23076923rem;overflow:visible}.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{max-width:100%;height:auto}.profile-featured-list-layout .poster.no-poster .frame-title{display:inline-block;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.profile-featured-list.-single-entry .posteraside{padding-right:var(--grid-col-gutter);padding-left: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>.production-masthead{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);padding-top:var(--shared-padding-top);padding-right:var(--grid-col-gutter);padding-bottom:20px;padding-left:var(--grid-col-gutter);width:33.33333333%;min-width:220px;max-width:240px}.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;max-width:960px;margin-left:auto;margin-right:auto;padding-top:calc(var(--column-gap) * .5)}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.production-masthead,.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes,.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .commentblock{margin-left:calc(max(var(--posteraside-min-width),min(var(--posteraside-width),var(--posteraside-max-width))) + var(--column-gap))}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.posteraside{float:left;width:var(--posteraside-width);max-width:var(--posteraside-max-width);min-width:var(--posteraside-min-width);margin-right:var(--column-gap)}.no-mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.production-masthead{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;max-width:960px;margin-left:auto;margin-right:auto;padding-top:calc(var(--column-gap) * .5)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.production-masthead,.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-notes,.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .commentblock{margin-left:calc(max(var(--posteraside-min-width),min(var(--posteraside-width),var(--posteraside-max-width))) + var(--column-gap))}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.posteraside{float:left;width:var(--posteraside-width);max-width:var(--posteraside-max-width);min-width:var(--posteraside-min-width);margin-right:var(--column-gap)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.production-masthead{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .production-masthead .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: 110px;--posteraside-max-width: 120px;--posteraside-min-width: 110px;--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;width:var(--posteraside-width);margin-left:var(--grid-col-gutter);margin-right:var(--column-gap);padding-bottom:15px}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .miniposter .poster{width:auto;height:auto}.mobile .profile-featured-list.-single-entry.-has-no-comments-panel .profile-featured-list-layout>.production-masthead{margin-left:calc(max(var(--posteraside-min-width),min(var(--posteraside-width),var(--posteraside-max-width))) + var(--column-gap));padding-right:var(--grid-col-gutter);padding-left: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{height:auto;display:flex;flex-direction:row;flex-wrap:wrap;background-color:#111;box-shadow:inset 0 0 0 1px rgba(221,238,255,.1)}.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:before,.profile-featured-list-layout.-poster-layout.-featuredhero:after{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% - 10px * .33333333333333337)}@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% - 10px * .33333333333333337)}@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.33333333333333% - 10px * .33333333333333337)}@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{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;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 p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.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:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.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-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.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 button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .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-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.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,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.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-thin,.ql-bubble .ql-stroke.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{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.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;width:24px;padding:2px 4px}.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{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[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-size .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-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[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-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[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-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[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-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[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{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";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;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{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:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{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{flex-basis:100%;border-radius:3px}.rich-text-editor>.rich-text-editor-input.-html .textarea{height:100%}.rich-text-editor .textarea,.rich-text-editor .ql-editor{padding:9px}.rich-text-editor .textarea{display:block;font-size:1.15384615rem;font-family:PitchSansWeb,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400;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{padding:0!important;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400}.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-size:inherit;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.rich-text-editor-target .ql-editor h1 b,.rich-text-editor-target .ql-editor h2 b,.rich-text-editor-target .ql-editor h3 b,.rich-text-editor-target .ql-editor h4 b,.rich-text-editor-target .ql-editor h5 b,.rich-text-editor-target .ql-editor h6 b,.rich-text-editor-target .ql-editor h1 strong,.rich-text-editor-target .ql-editor h2 strong,.rich-text-editor-target .ql-editor h3 strong,.rich-text-editor-target .ql-editor h4 strong,.rich-text-editor-target .ql-editor h5 strong,.rich-text-editor-target .ql-editor h6 strong{font-weight:inherit}.rich-text-editor-target .ql-editor .mention[data-denotation-char="@"]{display:inline-block;border-radius:3px;background-color:#209ce4;color:#fff;padding:0 .33333333em}.rich-text-editor-target .ql-editor.ql-blank:before{left:auto;right:auto;font-style:normal;color:#567}.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]:hover,.rich-text-editor-target.-focus:not(.ql-disabled) .ql-editor a[href]:active{color:#209ce4}.rich-text-editor-target.-reversed .ql-editor.ql-blank:before,.fields-reversed .rich-text-editor-target .ql-editor.ql-blank:before{color:#89a}.rich-text-editor-target.ql-disabled .ql-editor.ql-blank:before,.fields-reversed .rich-text-editor-target.ql-disabled .ql-editor.ql-blank:before{opacity:.35}.rich-text-editor-target.ql-toolbar-active a:before,.rich-text-editor-target.ql-toolbar-active a:after{display:none}.rich-text-editor-target .ql-editor{color:currentColor;font-size:inherit;font-family:inherit;line-height:inherit;overscroll-behavior:contain}.rich-text-editor-target .ql-editor strong,.rich-text-editor-target .ql-editor b{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.rich-text-editor-target .ql-editor p{line-height:inherit}.rich-text-editor-target .ql-editor blockquote{border-left:none;position:relative;padding-left:1.25em;line-height:inherit}.rich-text-editor-target .ql-editor blockquote:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background-color:currentColor;opacity:.5}.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-top:7px;margin-bottom:9px}.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:hover .ql-fill,.rich-text-editor-target.ql-bubble .ql-toolbar button:active .ql-fill{fill:#d8e0e8}.rich-text-editor-target.ql-bubble .ql-toolbar button:hover .ql-stroke,.rich-text-editor-target.ql-bubble .ql-toolbar button:active .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{color:#bcd;background-color:#456;padding-left:9px;padding-right:9px;white-space:nowrap;max-width:25em;overflow:hidden;text-overflow:ellipsis;border-radius:4px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400}.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{box-sizing:content-box;box-shadow:none;background-color:#202830;border:1px solid #345;border-radius:3px;color:#9ab;z-index:9999;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 5px 20px #000;min-width:200px}.rich-text-editor-target .ql-mention-list-container *,.rich-text-editor-target .ql-mention-list-container *:before,.rich-text-editor-target .ql-mention-list-container *:after{box-sizing:border-box}.rich-text-editor-target .ql-mention-list-container.-loading .ql-mention-list{display:none}.rich-text-editor-target .ql-mention-list-container:not(.-loading) .ql-mention-loading{display:none}.rich-text-editor-target .ql-mention-loading{display:flex;justify-content:center;align-items:center;height:49px}.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{margin-left:1rem;padding-top:1rem;padding-right:.76923077rem;padding-bottom:1rem;flex-shrink:1;white-space:nowrap;overflow:hidden}.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{padding-top:0;line-height:24px;display:flex}.rich-text-editor-target .ql-mention-list-item>.person-summary>.title-4>.badge{flex-shrink:0;align-self:center;margin-left:.625em}.rich-text-editor-target .ql-mention-list-item>.person-summary>.title-4>.name{margin-left:.5em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;overflow:hidden;text-overflow:ellipsis;min-width:0}.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{flex-shrink:0;align-self:flex-start;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;padding-left:.76923077rem;color:#abc}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title{margin:0;line-height:1}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title>.year{margin-left:.25em;font-size:.84615385rem}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title>.year:before{content:" "}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .title>.originalname{display:inline-block;font-size:.84615385rem;margin-top:.36363636em;line-height:1.25;font-style:italic}.rich-text-editor-target .ql-mention-list-item>.film-summary.-autocomplete .directors{margin:.3em 0 0;font-size:.76923077rem}.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-repeat:repeat-x;background-position:0 0;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>.person-summary .name,.rich-text-editor-target .ql-mention-list-item.selected>.film-summary.-autocomplete{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{text-align:right;display:flex;align-items:baseline;justify-content:flex-end}.rich-text-editor-controls.-right .rich-text-editor-input-method-control+.rich-text-editor-input-method-control-note{position:absolute;right:100%;bottom:0;margin-right:1em;white-space:nowrap}.rich-text-editor-controls.note.-topnote{display:inline-flex}.rich-text-editor-input-method-control{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;color:#678;font-size:1rem;line-height:1.25;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):hover,.rich-text-editor-input-method-control:not(:disabled):focus{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,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400;font-size:.92307692rem}.form-row{position:relative;margin-bottom:20px}.form-row:after{content:" ";display:block;clear:both}.form-row>.field,.form-row>.select,.form-row>.textarea{display:block;width:100%;margin:0}.form-row .col>.note,.form-row>.note{font-size:.92307692rem;line-height:1.3;color:#89a;display:block;margin:5px 0 0}.fields-reversed .form-row .col>.note,.fields-reversed .form-row>.note,.form-row .col>.note.-reversed,.form-row>.note.-reversed{color:#c4ccd4;text-shadow:#345 0 -1px 0}.form-row .col>.note.-topnote,.form-row>.note.-topnote{position:absolute;top:1px;right:5px;margin: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 .rich-text-editor .rich-text-editor-input,.form-row.-error .media-uploader{border:2px solid #EE7000;margin:-2px}.form-columns:after{content:" ";display:block;clear:both}.form-columns.-cols2>.form-row{width:48.71794872%;float:left}.form-columns.-cols2>.form-row:nth-of-type(2n){float:right}.form-note{--font-size: .92307692rem;font-size:var(--font-size);line-height:1.33333333;color:#89a}.mobile .form-note{--font-size: 1rem}.form-note p{font-size:inherit;line-height:inherit}.form-note p:last-child{margin-bottom:0}.fields-reversed .form-note,.form-note.-reversed{color:#c4ccd4;text-shadow:#345 0 -1px 0}.field,.textarea,.tt-hint,.rich-text-editor-target{padding:9px 9px 8px;margin:0;border:none;background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456;font-size:1.07692308rem;line-height:1;width:100%;box-sizing:border-box;border-radius:3px}.field:focus,.textarea:focus,.tt-hint:focus,.rich-text-editor .textarea:not(:disabled).-focus,.rich-text-editor .textarea:not(:disabled):focus,.rich-text-editor-target.-focus{background-color:#fff;color:#234;box-shadow:none}.field.-borderless,.textarea.-borderless,.tt-hint.-borderless{border:none}.field.-reversed,.textarea.-reversed,.tt-hint.-reversed,.rich-text-editor .textarea:not(:disabled).-reversed,.fields-reversed .rich-text-editor .textarea:not(:disabled),.rich-text-editor-target.-reversed,.fields-reversed .rich-text-editor-target{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.field.-reversed:focus,.textarea.-reversed:focus,.tt-hint.-reversed:focus,.rich-text-editor .textarea:not(:disabled).-reversed.-focus,.fields-reversed .rich-text-editor .textarea:not(:disabled).-focus,.rich-text-editor .textarea:not(:disabled).-reversed:focus,.fields-reversed .rich-text-editor .textarea:not(:disabled):focus,.rich-text-editor-target.-reversed.-focus,.fields-reversed .rich-text-editor-target.-focus{background-color:#fff;color:#234;box-shadow:none;box-shadow:0 0 5px #012!important}.field.-transparent,.textarea.-transparent,.tt-hint.-transparent{border:none}.field.-transparent:focus,.textarea.-transparent:focus,.tt-hint.-transparent:focus{border:none}.field:focus.loading{background-image:url(../img/spinner-light-2x-BuoLjdCn.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% center}.field:disabled,.textarea:disabled,.rich-text-editor-target.ql-disabled,.fields-reversed .rich-text-editor-target.ql-disabled{opacity:.5;background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456;-webkit-text-fill-color:#89A}.field:disabled:focus,.textarea:disabled:focus{background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456;-webkit-text-fill-color:#89A}.field.-reversed:disabled,.textarea.-reversed:disabled,.rich-text-editor-target.-reversed.ql-disabled,.fields-reversed .rich-text-editor-target.ql-disabled{opacity:.35;background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.field::-moz-placeholder,.textarea::-moz-placeholder{color:#567}.field::placeholder,.textarea::placeholder{color:#567}.field:focus::-moz-placeholder,.textarea:focus::-moz-placeholder,.rich-text-editor .textarea:not(:disabled).-focus::-moz-placeholder,.rich-text-editor .textarea:not(:disabled):focus::-moz-placeholder{color:#89a}.field:focus::placeholder,.textarea:focus::placeholder,.rich-text-editor .textarea:not(:disabled).-focus::placeholder,.rich-text-editor .textarea:not(:disabled):focus::placeholder{color:#89a}.field.-reversed::-moz-placeholder,.textarea.-reversed::-moz-placeholder,.rich-text-editor .textarea:not(:disabled).-reversed::-moz-placeholder,.fields-reversed .rich-text-editor .textarea:not(:disabled)::-moz-placeholder{color:#89a}.field.-reversed::placeholder,.textarea.-reversed::placeholder,.rich-text-editor .textarea:not(:disabled).-reversed::placeholder,.fields-reversed .rich-text-editor .textarea:not(:disabled)::placeholder{color:#89a}.textarea,.rich-text-editor-target{padding:5px 9px;line-height:1.5}.fields-reversed .field,.fields-reversed .textarea{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .field:focus,.fields-reversed .textarea:focus{background-color:#fff;color:#234;box-shadow:none;box-shadow:0 0 5px #012!important}.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{opacity:.35;background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .tt-hint{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .tt-hint:focus{background-color:#fff;color:#234;box-shadow:none}.fields-reversed .field::-webkit-input-placeholder{color:#89a}.fields-reversed .field::-moz-placeholder{color:#89a}.fields-reversed .field:-moz-placeholder{color:#89a}.fields-reversed .field:-ms-input-placeholder{color:#89a}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:8px 20px 8px 9px;margin:0;width:100%;box-sizing:border-box;border-radius:3px;cursor:pointer;background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456;background-repeat:no-repeat;background-position:100% 50%;background-size:24px 32px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224px%22%20height%3D%2232px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23556677%22%3E%3Cpath%20d%3D%22M16%2C18%20L12%2C22%20L8%2C18%20L16%2C18%20L16%2C18%20Z%20M8%2C14%20L16%2C14%20L12%2C10%20L8%2C14%20L8%2C14%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.select:hover{background-color:#36404f;box-shadow:none;background-size:24px 32px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224px%22%20height%3D%2232px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23778899%22%3E%3Cpath%20d%3D%22M16%2C18%20L12%2C22%20L8%2C18%20L16%2C18%20L16%2C18%20Z%20M8%2C14%20L16%2C14%20L12%2C10%20L8%2C14%20L8%2C14%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.select:focus,.select:active{background-color:#fff;color:#234;box-shadow:none}.select::-ms-expand{display:none}.select:disabled{opacity:.5;background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456}.select:disabled:hover,.select:disabled:focus,.select:disabled:active{background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456}.select.-reversed{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.select.-reversed:hover{background-color:#fff;box-shadow:none}.select.-reversed:focus,.select.-reversed:active{background-color:#fff;color:#234;box-shadow:none}.select.-reversed:disabled{opacity:.35;background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .select{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .select:hover{background-color:#fff;box-shadow:none}.fields-reversed .select:focus,.fields-reversed .select:active{background-color:#fff;color:#234;box-shadow:none}.fields-reversed .select:disabled{opacity:.35;background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.options-list:after{content:" ";display:block;clear:both}.options-list>.option{display:block;margin-bottom:16px}.options-list>.option:last-child{margin-bottom:0}.options-list>.option.-sectionoption{padding:.76923077rem;background-color:#202830;border-radius:4px}.options-list.-cols{text-align:justify;font-size:0px;position:relative;text-justify:distribute-all-lines}.options-list.-cols>li{display:inline-block;text-align:left;position:relative;vertical-align:top;line-height:0}.options-list.-cols:after{content:"";display:inline-block;width:100%;height:0}.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{padding-top:2px;padding-left:30px;position:relative;line-height:1.33333333;color:#bcd;min-height:20px;box-sizing:border-box;-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;margin-top:5px;font-size:.92307692rem}.option-label>.substitute{display:block;position:absolute;left:0;top:0;padding:0;margin:0;box-sizing:border-box}.option-label>.substitute:after{content:"";display:block;position:absolute;left:50%;top:50%;transform-origin:50% 50%;will-change:transform;display:none}.option-label .radio+.substitute{left:-1px;top:-1px}.option-label .checkbox:checked+.substitute:after,.option-label .radio:checked+.substitute:after{display:block}.option-label:active>.substitute:after{display:block}.option-label:active .checkbox:checked+.substitute:after,.option-label:active .radio:checked+.substitute:after{display:block}.option-label>.checkbox,.option-label>.radio,.option-label>.like-checkbox{position:absolute;left:0;z-index:0;opacity:0;border:none}.option-label.-checkbox>.checkbox+.substitute{background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456}.option-label.-checkbox>.checkbox+.substitute:after{transform:translate(-50%,-50%) rotate(45deg);border-right:2px solid #89a;border-bottom:2px solid #89a}.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;color:#89a;box-shadow:inset 0 -1px #456}.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>.checkbox+.substitute:after{box-sizing:content-box}.option-label.-checkbox.-default{--checkbox-substitute-dimension: 20px}.option-label.-checkbox.-default>.checkbox+.substitute{width:20px;height:20px;border-radius:3px}.option-label.-checkbox.-default>.checkbox+.substitute:after{width:4px;height:10px;margin-top:-1px}.option-label.-checkbox.-medium{--checkbox-substitute-dimension: 16px;--checkbox-gap: calc(1em * (2 / 3));--min-height: calc(1em * 1.33333333);min-height:var(--min-height);padding-top:0;padding-left:calc(var(--checkbox-substitute-dimension) + var(--checkbox-gap))}.option-label.-checkbox.-medium>.checkbox+.substitute{top:calc((var(--min-height) - var(--checkbox-substitute-dimension)) * .5);width:var(--checkbox-substitute-dimension);height:var(--checkbox-substitute-dimension);border-radius:3px}.option-label.-checkbox.-medium>.checkbox+.substitute:after{width:4px;height:8px;margin-top:-1px}.option-label.-checkbox.-small{min-height:16px;padding-top:0;padding-left:24px}.option-label.-checkbox.-small>.checkbox+.substitute{width:14px;height:14px;border-radius:2px;top:0}.option-label.-checkbox.-small>.checkbox+.substitute:after{width:3px;height:6px;margin-top:-1px}.option-label.-checkbox.-reversed{text-shadow:#345 0 -1px 0}.option-label.-checkbox.-reversed>.checkbox+.substitute{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.option-label.-checkbox.-reversed>.checkbox+.substitute:after{transform:translate(-50%,-50%) rotate(45deg);border-right:2px solid #567;border-bottom:2px solid #567}.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;color:#567;box-shadow:inset 0 -1px #fff}.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-right:2px solid #89A;border-bottom: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{width:20px;height:20px;border-radius:3px}.option-label.-checkmark>.checkbox+.substitute:after{width:4px;height:10px;margin-top:-1px}.option-label.-toggle{padding-top:0;padding-left:0;min-height:auto}.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:translate(.78125em)}.option-label.-toggle.-small .state>.track{height:1.25em;width:2.03125em;border-radius:1.25em}.option-label.-toggle.-small .state>.track>.handle{height:1.25em;width:1.25em;padding:2px}.option-label.-radio>.radio+.substitute{background-color:#2c3440;color:#89a;box-shadow:inset 0 -1px #456}.option-label.-radio>.radio+.substitute:after{transform:translate(-50%,-50%);background:#89a}.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;color:#89a;box-shadow:inset 0 -1px #456}.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{width:22px;height:22px;border-radius:11px}.option-label.-radio.-default>.radio+.substitute:after{width:8px;height:8px;border-radius:4px}.option-label.-radio.-small{min-height:16px;padding-top:1px;padding-left:22px}.option-label.-radio.-small>.radio+.substitute{width:16px;height:16px;border-radius:8px;top:0}.option-label.-radio.-small>.radio+.substitute:after{width:6px;height:6px;border-radius:3px}.option-label.-radio.-reversed{text-shadow:#345 0 -1px 0}.option-label.-radio.-reversed>.radio+.substitute{background-color:#cde;color:#567;box-shadow:inset 0 -1px #fff}.option-label.-radio.-reversed>.radio+.substitute:after{transform:translate(-50%,-50%);background:#567}.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;color:#567;box-shadow:inset 0 -1px #fff}.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{display:block;width:30px;height:26px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-490px -280px}.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{background-position:-490px -340px}.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;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .option-label.-checkbox>.checkbox+.substitute:after{transform:translate(-50%,-50%) rotate(45deg);border-right:2px solid #567;border-bottom:2px solid #567}.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;color:#567;box-shadow:inset 0 -1px #fff}.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;color:#567;box-shadow:inset 0 -1px #fff}.fields-reversed .option-label.-radio>.radio+.substitute:after{transform:translate(-50%,-50%);background:#567}.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;color:#567;box-shadow:inset 0 -1px #fff}.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{display:block;width:100%;color:#89a;font-size:1rem;line-height:1.30769231;padding:8px 30px 8px 10px;height:30px;border-radius:15px;box-shadow:0 1px #414d5e}.search-form .field:-webkit-autofill{-webkit-box-shadow:inset 0 0 0px 9999px white}.search-form .field:-webkit-autofill+.action{background-position:-100px -170px}.search-form .field:not(:-moz-placeholder-shown){color:#567}.search-form .field:not(:placeholder-shown){color:#567}.search-form .action{margin:0;border:none;width:30px;height:30px;position:absolute;right:0;top:0;padding:30px 0 0;display:block;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat;background-size:800px 1020px;text-indent:110%;white-space:nowrap;overflow:hidden;background-position:-100px -170px;cursor:pointer}.mobile .search-form .action{top:18px;right:15px}.search-form.-dark .field{background:#202428;box-shadow:0 1px #414b54}.search-form.-dark .action{background-position:-100px -200px}.signin-form>.fieldset{display:block;background:#14181c;padding:13px 0 0 35px;position:relative;z-index:1;box-sizing:border-box}.backdropped .signin-form>.fieldset{padding-bottom:15px;padding-right:15px;box-shadow:0 0 5px rgba(0,0,0,.5);height:auto;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.backdropped.show-signin-message .signin-form>.fieldset{border-bottom-right-radius:0;border-bottom-left-radius:0}.signin-form label{color:#678;display:block;font-size:.92307692rem;line-height:1}.signin-form .fields{display:flex}.signin-form .field{width:150px;font-size:1rem;line-height:17px;padding:5px 7px;height:28px}.signin-form .buttons{margin-right:0}.signin-form .buttons span{color:#678;margin:0 5px;float:left;display:block;height:26px;line-height:26px}.signin-form .button{letter-spacing:.075em;height:28px;padding-top:6px;padding-bottom:7px;margin:0}.signin-form .signin-actions{position:relative;margin-right:15px}.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{margin:0;padding:0;line-height:1;font-size:.92307692rem}.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{position:absolute;left:10px;top:32px;line-height:1;color:#345;font-size:26px;cursor:pointer}.signin-form .close:hover{color:#def}.signin-form .errormessage{opacity:0;background:#ee7000;position:absolute;left:0;top:100%;width:100%;box-sizing:border-box;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:8px 10px 6px 35px;transform:translateY(-40px);transition:transform .3s cubic-bezier(.165,.84,.44,1);z-index:0}.show-signin-message .signin-form .errormessage{opacity:1;transform:translateY(-4px)}.signin-form .errormessage p{margin:0;color:#fff}.signin-form .errormessage p a{color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}.signin-form .errormessage p a:hover,.signin-form .errormessage p a:active{border-bottom:1px solid #FFF}.button-container{float:left;position:relative}.button-container i{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#20262e;border-radius:3px;display:none}.button-container .lb-spinner{position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px}.signin-processing .button-container input[type=submit],.ajax-processing .button-container input[type=submit]{visibility:hidden}.signin-processing .button-container i,.ajax-processing .button-container i{display:block}.segmented-control{line-height:1}.segmented-control>.options{display:inline-flex;padding:2px;background-color:#345;border-radius:9999px;box-shadow:inset 0 1px 1px rgba(44,52,64,.5);font-size:1rem}.segmented-control>.options>.option{box-sizing:border-box;margin:0;border:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:inline-flex;color:#9ab;padding:0 10px;border-radius:9999px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.segmented-control>.options>.option:not(:disabled):focus,.segmented-control>.options>.option:not(:disabled):hover{text-decoration:inherit}.segmented-control>.options>.option:-moz-any-link{cursor:pointer}.segmented-control>.options>.option:any-link,.segmented-control>.options>.option:enabled{cursor:pointer}.segmented-control>.options>.option:-moz-any-link:hover,.segmented-control>.options>.option:-moz-any-link:focus{color:#bcd}.segmented-control>.options>.option:any-link:hover,.segmented-control>.options>.option:enabled:hover,.segmented-control>.options>.option:any-link:focus,.segmented-control>.options>.option:enabled:focus{color:#bcd}.segmented-control>.options>.option:-moz-any-link:focus{box-shadow:inset 0 0 0 2px rgba(187,204,221,.25)}.segmented-control>.options>.option:any-link:focus,.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-grow:1;flex-shrink:1;flex-basis:0;text-align:center;justify-content:center}.switch-control{box-sizing:border-box;color:inherit;font-size:inherit;line-height:inherit;margin-bottom:0;display:inline-flex;align-items:center;line-height:0;cursor:pointer;font-size:1rem}.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:translate(1.23076923em)}.switch-control .state>.track{height:1.84615385em;width:3.07692308em;border-radius:1.84615385em}.switch-control .state>.track>.handle{height:1.84615385em;width:1.84615385em;padding:4px}.switch-control .state>.track{background-color:#345}.switch-control:hover .state>.track,.switch-control:focus .state>.track,.switch-control:focus-within .state>.track{background-color:#456}.switch-control>.label{order:999;flex-grow:1;line-height:1.25;margin-left:.5em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch-control input[role=switch]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;opacity:0}.switch-control .state{display:inline-flex;align-self:flex-start;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch-control .state>.track{position:relative;display:block;background-color:#345;transition:background-color .5s cubic-bezier(.19,1,.22,1)}.switch-control .state>.track>.handle{display:block;background-clip:content-box;border-radius:50%;background-color:#ff8000;transition-property:transform,background-color;transition-duration:.33333333s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.switch-control input[role=switch]:not(:checked)~.state .statelabel.-on{display:none}.switch-control input[role=switch]:checked~.state>.statelabel.-off{display:none}.switch-control input[role=switch]:checked~.state>.track>.handle{background-color:#00c030;transition-duration:.25s}.switch-control:hover,.switch-control:focus,.switch-control:focus-within{transition-duration:.33333333s}.switch-control:hover .state>.track>.handle,.switch-control:focus .state>.track>.handle,.switch-control:focus-within .state>.track>.handle{background-color:#ff9010}.switch-control:hover input[role=switch]:checked~.state>.track>.handle,.switch-control:focus input[role=switch]:checked~.state>.track>.handle,.switch-control:focus-within 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:has(input[role=switch]:disabled){pointer-events:none}.switch-control:has(input[role=switch]:disabled)>.label{opacity:.5}.switch-control:has(input[role=switch]:disabled) .state>.track>.handle{background-color:#567}.switch-control.-block{display:flex}.switch-control.-highcontrast .state>.track{background-color:#234}.switch-control.-highcontrast:hover .state>.track,.switch-control.-highcontrast:focus .state>.track,.switch-control.-highcontrast:focus-within .state>.track{background-color:#1a2b3c}.switch-control.-inpanel .state>.track{background-color:#345}.switch-control.-inpanel:hover .state>.track,.switch-control.-inpanel:focus .state>.track,.switch-control.-inpanel:focus-within .state>.track{background-color:#234}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;padding:9px 12px 8px;line-height:12px;text-decoration:none;font-size:1rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;box-shadow:inset 0 1px rgba(255,255,255,.2);border-radius:3px;color:#c8d4e0;background:#567;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.button:hover{color:#fff;text-decoration:none;background:#678}.button:active,.button:focus{color:#c8d4e0;background:#4a5968}.body-text .button:hover{color:#fff!important}.body-text .button:active,.body-text .button:focus{color:#c8d4e0!important}.button.-disabled,.button:disabled{opacity:.5;cursor:default}.button.-disabled:hover,.button:disabled:hover,.button.-disabled:active,.button:disabled:active,.button.-disabled:focus,.button:disabled:focus{color:#c8d4e0;background:#567}.button>.iconstart{height:.7em;margin-inline-end:.3em}.button.-small{font-size:.84615385rem;padding:7px 10px 6px}.button.-smalltext{font-size:.84615385rem}.button.-action{color:#f4fcf0;background:#00ac1c;box-shadow:inset 0 1px rgba(255,255,255,.3)}.button.-action:hover{color:#fff;background:#009d1a}.button.-action:active,.button.-action:focus{color:#e3eae0;background:#009318}.button.-action.-disabled:hover,.button.-action:disabled:hover,.button.-action.-disabled:active,.button.-action:disabled:active,.button.-action.-disabled:focus,.button.-action:disabled:focus{color:#f4fcf0;background:#00ac1c}.button.-twitter{box-shadow:inset 0 1px rgba(255,255,255,.3);background:#019ad4}.button.-twitter:hover{background:#01aced}.button.-twitter:active,.button.-twitter:focus{background:#0187ba}.button.-twitter.-disabled:hover,.button.-twitter:disabled:hover,.button.-twitter.-disabled:active,.button.-twitter:disabled:active,.button.-twitter.-disabled:focus,.button.-twitter:disabled:focus{background:#019ad4}.button.-destructive:hover,.button.-destructive:active{color:#fff;box-shadow:inset 0 1px rgba(255,255,255,.3)}.button.-destructive:hover{background:#ec1200}.button.-destructive:active,.button.-destructive:focus{background:#c40f00}.button.-destructive.-disabled:hover,.button.-destructive:disabled:hover,.button.-destructive.-disabled:active,.button.-destructive:disabled:active,.button.-destructive.-disabled:focus,.button.-destructive:disabled:focus{color:#c8d4e0;background:#567}.button.-reversed:not(.-action,.-text),.fields-reversed .button:not(.-action,.-text){background:#89a;color:#def}.button.-reversed:not(.-action,.-text):hover,.fields-reversed .button:not(.-action,.-text):hover{background:#9ab;color:#fff}.button.-reversed:not(.-action,.-text).-disabled:hover,.fields-reversed .button:not(.-action,.-text).-disabled:hover,.button.-reversed:not(.-action,.-text):disabled:hover,.fields-reversed .button:not(.-action,.-text):disabled:hover,.button.-reversed:not(.-action,.-text).-disabled:active,.fields-reversed .button:not(.-action,.-text).-disabled:active,.button.-reversed:not(.-action,.-text):disabled:active,.fields-reversed .button:not(.-action,.-text):disabled:active,.button.-reversed:not(.-action,.-text).-disabled:focus,.fields-reversed .button:not(.-action,.-text).-disabled:focus,.button.-reversed:not(.-action,.-text):disabled:focus,.fields-reversed .button:not(.-action,.-text):disabled:focus{background:#89a;color:#def}.button.-reversed.-destructive:hover,.fields-reversed .button.-destructive:hover{background:#ec1200}.button.-reversed.-destructive:active,.fields-reversed .button.-destructive:active,.button.-reversed.-destructive:focus,.fields-reversed .button.-destructive:focus{background:#c40f00}.button.-compact,.button.-tiny{text-indent:-999em;overflow:hidden;white-space:nowrap}.button.button-small,.button.-tiny{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{pointer-events:none;opacity:1}.button.button-action,.button.js-button-following,.button.-following{color:#f4fcf0;cursor:pointer;background:#00ac1c;box-shadow:inset 0 1px rgba(255,255,255,.3)}.button.button-action:hover,.button.js-button-following:hover,.button.-following:hover{color:#fff;background:#009d1a}.button.button-action:active,.button.js-button-following:active,.button.-following:active,.button.button-action:focus,.button.js-button-following:focus,.button.-following:focus{color:#e3eae0;background:#009318}.button.button-action.ajax-disabled,.button.button-action.ajax-disabled:hover,.button.button-action.ajax-disabled:active,.button.button-action-disabled,.button.button-action-disabled:hover,.button.button-action-disabled:active{color:#678;cursor:default;background:#404d59;box-shadow:inset 0 1px rgba(255,255,255,.1)}.messages .button.button-action{color:#678;padding:5px 12px 7px;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.2);background:linear-gradient(to bottom,#f0f4f8,#cde)}.messages .button.button-action:hover{color:#456;cursor:pointer;background:linear-gradient(to bottom,#d0d8df,#abc)}.button.-red,.button.-blocked{color:#fff;box-shadow:inset 0 1px rgba(255,255,255,.3);background:#d10}.button.-red:hover,.button.-blocked:hover{background:#ec1200}.button.-red:active,.button.-blocked:active,.button.-red:focus,.button.-blocked:focus{background:#c40f00}.button.-lozenge{border-radius:16px;box-shadow:inset 0 1px rgba(255,255,255,0);font-size:1.15384615rem;line-height:1;letter-spacing:0;color:#456;background-color:#abc;text-transform:none;padding:6px 12px 7px}@media (hover: hover) and (pointer: fine){.button.-lozenge:hover{background:#fff}}.button.-lozenge:active,.button.-lozenge:focus{background:#fff}.button.button-large{text-align:center;border:none;padding:10px 20px;font-size:1rem}.button.button-add{padding-right:0;padding-left:0;width:107px;text-align:center;border-top-right-radius:0;border-bottom-right-radius:0}.home .button.button-add{margin-top:22px;margin-left:130px;border-radius:0}.button.button-add-menu{padding-right:0;padding-left:0;width:24px;text-align:center;border-bottom-left-radius:0;border-top-left-radius:0}.button.button-add-menu em{visibility:hidden}.button.button-add-menu .toggle{position:absolute;top:0;left:0;bottom:0;right:0;text-shadow:0;border-bottom:none;border-top-right-radius:3px;border-bottom-right-radius:3px;background-color:rgba(85,221,102,.25)}.button.button-add-menu .toggle:before{content:"";display:block;position:absolute;top:50%;left:50%;width:10px;height:10px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-160px -170px;transform:translate(-50%,-50%)}.button.button-add-menu:active .toggle:after{opacity:.5}.button.button-unfollow:hover,.button.button-unfollow:active,.button.button-unfollow:focus{background:#ee7000;box-shadow:inset 0 1px rgba(255,255,255,.3)}.button.button-unfollow:active,.button.button-unfollow:focus{background:#e95b00}.button.-compact{padding:0 0 0 30px;height:30px;border-radius:15px;position:relative;background-color:#9ab}.button.-compact:hover{background-color:#abc}.button.-compact:active,.button.-compact:focus{background:#89a}.button.-compact .icon{width:30px;height:30px;background-image:url(../img/network-icons-CbVXYEam.svg);background-size:120px 60px;background-repeat:no-repeat;border-radius:15px}.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{padding:4px 0 4px 24px;height:28px}.button.-tiny .icon{width:30px;height:30px}.button.button-small-icon{padding-left:23px}.button.button-small-icon .icon{width:21px;height:20px;top:-1px}.button.js-button-following .icon,.button.-following .icon{background-position:-290px -200px}.button.js-button-following:hover,.button.-following:hover,.button.js-button-following:active,.button.-following:active{color:#fff}.button.js-button-following:hover,.button.-following:hover{background:#ee7000}.button.js-button-following:active,.button.-following:active,.button.js-button-following:focus,.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-cta{color:#fff;font-size:20px;letter-spacing:.075em;line-height:1;padding:10px 20px;text-shadow:#b20000 0 -1px 0;border-radius:4px;background:linear-gradient(to bottom,#ef5350,#c33)}.button.button-cta:hover{background:linear-gradient(to bottom,#ed3c39,#b82e2e)}.button.button-cta:active,.button.button-cta:focus{color:#fff;background:linear-gradient(to bottom,#eb2521,#a32929)}.button.-visuallyhidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.button.-text{padding:0;background:none;box-shadow:none;color:currentColor;font-size:inherit;line-height:inherit;font-family:inherit;letter-spacing:0;text-transform:none;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;font-weight:inherit}.button.-text:hover,.button.-text:active,.button.-text:focus{background:none}.button.-text:hover{color:#abc}.button.-text:active{color:#fff}.button.-text.-disabled:hover,.button.-text:disabled:hover,.button.-text.-disabled:active,.button.-text:disabled:active,.button.-text.-disabled:focus,.button.-text:disabled:focus{background:none;color:#789}.follow-button-wrapper{visibility:hidden}h1 .follow-button-wrapper{display:inline-block;position:relative;top:-2px;margin-left:5px}.follow-button-wrapper .button.-tiny{padding:0 0 0 16px;height:16px;width:0;border-radius:8px}.follow-button-wrapper .button.-tiny .icon{width:14px;height:14px;left:1px;top:1px}.button-cancel{cursor:pointer}.micro-button{color:#9ab;padding:4px 5px 3px;border:2px solid #303840;font-size:.76923077rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);border-radius:2px}.micro-button[disabled],.micro-button.-disabled{opacity:.5}.micro-button:not([disabled]):not(.-disabled){cursor:pointer}.micro-button:not([disabled]):not(.-disabled):hover,.micro-button:not([disabled]):not(.-disabled):active{color:#fff;border-color:#9ab}.micro-button:not([disabled]):not(.-disabled):focus{border-color:#9ab}.micro-button.-large{display:inline-block;color:#fff;text-transform:none;letter-spacing:0;border:none;background-color:#567;padding:.5em .75em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.38461538rem;border-radius:6px}.-centered-content,.-centered-content p{text-align:center}.text-slug{color:#9ab;background:#283038;display:inline-block;padding:3px 6px;white-space:nowrap;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.05);line-height:1.5}.text-slug a{color:#bcd}.text-slug a:hover,.text-slug a:active{color:#def}.text-slug a.action{color:#40bcf4}.text-slug a.action:hover{color:#fff}.text-slug.-large{padding:7px 10px}.text-slug.-uppercase{text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);padding-bottom:1px;font-size:.84615385rem}.mobile .text-slug.-uppercase{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:hover,a.text-slug:active{color:#def;background:#303840}.text-slugs,.film-links{margin:15px 0 10px}.text-slugs li,.film-links li{margin:0 0 5px}.text-slugs li:last-child,.film-links li:last-child{margin:0}.text-slugs li .text-slug,.film-links li .text-slug{display:block;float:none;text-align:center;padding:5px 0;margin-right:0}.text-sluglist{font-size:.92307692rem;color:#cde}.text-sluglist .text-slug{margin-right:1px;margin-bottom:1px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;max-width:100%}.text-indentedlist{font-size:.92307692rem}.text-indentedlist p{padding-top:.3em}.button-secondary{display:inline-flex;align-items:center;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1rem;line-height:1;border:none;background-color:#567;color:#c8d4e0;height:2.46153846rem;padding:0 .92307692rem;border-radius:.23076923rem}.button-secondary:not(.-text){box-shadow:inset 0 1px rgba(255,255,255,.1)}.button-secondary[disabled]{opacity:.5}.button-secondary:not([disabled]){cursor:pointer}.button-secondary:not([disabled]):hover{color:#fff}.button-secondary:not([disabled]):active{color:#fff;background:#456}.button-secondary:not([disabled]).-destructive:hover,.button-secondary:not([disabled]).-destructive:active{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{width:1.23076923rem;height:1.23076923rem;fill:currentColor;opacity:.8;transform:translate(-.15384615rem,-.07692308rem);margin-right:.30769231rem}.button-secondary.-small{font-size:.92307692rem;height:1.84615385rem;padding:0 .61538462rem}.button-secondary.-small>.glyph{width:1.07692308rem;height:1.07692308rem;transform:translate(-.07692308rem,-.07692308rem);margin-right:.23076923rem}.button-secondary.-large{font-size:1.38461538rem;height:3.23076923rem;padding:0 1.84615385rem;border-radius:.30769231rem}.button-secondary.-large>.glyph{width:1.84615385rem;height:1.84615385rem;transform:translate(-.15384615rem,-.07692308rem)}.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;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;color:#9ab;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;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;color:#9ab;border:.07692308rem solid #456}.button-secondary.-outline.-large{border-width:.15384615rem}.button-secondary.-outline:hover{border-color:#678;color:#bcd}.button-secondary.-outline:active{border-color:#89a;background:#202830;color:#fff}.translation-button>.label{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;position:relative}.translation-button>.label:before{content:"";display:block;position:absolute;top:-.5em;right:-.5em;bottom:-.5em;left:-.5em}.grid-constraint{margin-left:auto;margin-right:auto}.grid-constraint.-page{max-width:960px}.action-icon-list{--item-gap: .5em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:var(--font-size, .92307692rem);line-height:1.5;white-space:nowrap;--content-color: #678}.mobile .action-icon-list{--font-size: 1rem}.action-icon-list .inlineicon{color:var(--content-color, currentColor);position:relative;top:var(--offset-y, auto);--icon-label-gap: .25em;padding-left:calc(var(--icon-width) + var(--icon-label-gap, 0px))}.action-icon-list .inlineicon:-moz-any-link{text-decoration:none}.action-icon-list .inlineicon:any-link{text-decoration:none}@media (hover: hover) and (pointer: fine){.action-icon-list .inlineicon:-moz-any-link:hover{--content-color: #bcd}.action-icon-list .inlineicon:any-link:hover{--content-color: #bcd}}.action-icon-list .inlineicon:-moz-any-link:active{--content-color: #bcd}.action-icon-list .inlineicon:any-link:active{--content-color: #bcd}.action-icon-list .inlineicon:not(:last-child){margin-right:var(--item-gap)}.action-icon-list .inlineicon:not(:has(>.label)){vertical-align:middle;--icon-label-gap: initial}.action-icon-list .inlineicon .icon{width:var(--icon-width);height:var(--icon-height);top:50%;margin-top:calc((-.5 * var(--icon-height)) + var(--icon-offset-y, 0px));background-position:var(--background-position-x) var(--background-position-y)}.action-icon-list .inlineicon.-hidelabel{--icon-label-gap: initial}.action-icon-list .inlineicon.-hidelabel .label{--dimension: 0;display:inline-block;width:var(--dimension);height:var(--dimension);overflow:hidden;clip:rect(0,0,0,0)}.action-icon-list .icon-16{height:initial;position:relative;font-size:inherit;line-height:1;--icon-width: 16px;--icon-height: 16px}.action-icon-list .icon-16.icon-edit{--icon-offset-y: -.5px;--background-position-x: -720px;--background-position-y: -300px;--icon-width: 14px;--icon-height: 14px}.action-icon-list .icon-16.icon-delete{--icon-offset-y: -.5px;--background-position-x: -740px;--background-position-y: -300px;--icon-width: 14px;--icon-height: 14px}.action-icon-list .icon-16.icon-undelete{--icon-offset-y: -.5px;--background-position-x: -760px;--background-position-y: -300px;--icon-width: 14px;--icon-height: 14px}.action-icon-list .icon-16.icon-forget{--background-position-x: -740px;--background-position-y: -340px;--icon-width: 11px;--icon-height: 15px}.action-icon-list .icon-16.icon-delete{--background-position-x: -740px;--background-position-y: -300px}@media (hover: hover) and (pointer: fine){.action-icon-list .icon-16.icon-delete:-moz-any-link:hover{--background-position-x: -740px;--background-position-y: -280px}.action-icon-list .icon-16.icon-delete:enabled:hover,.action-icon-list .icon-16.icon-delete:any-link:hover{--background-position-x: -740px;--background-position-y: -280px}}.action-icon-list .icon-16.icon-delete:-moz-any-link:active{--background-position-x: -740px;--background-position-y: -280px}.action-icon-list .icon-16.icon-delete:enabled:active,.action-icon-list .icon-16.icon-delete:any-link:active{--background-position-x: -740px;--background-position-y: -280px}.action-icon-list .icon-16.icon-edit{--background-position-x: -720px;--background-position-y: -300px}@media (hover: hover) and (pointer: fine){.action-icon-list .icon-16.icon-edit:-moz-any-link:hover{--background-position-x: -720px;--background-position-y: -280px}.action-icon-list .icon-16.icon-edit:enabled:hover,.action-icon-list .icon-16.icon-edit:any-link:hover{--background-position-x: -720px;--background-position-y: -280px}}.action-icon-list .icon-16.icon-edit:-moz-any-link:active{--background-position-x: -720px;--background-position-y: -280px}.action-icon-list .icon-16.icon-edit:enabled:active,.action-icon-list .icon-16.icon-edit:any-link:active{--background-position-x: -720px;--background-position-y: -280px}.action-icon-list .icon-16.icon-forget{--background-position-x: -740px;--background-position-y: -340px}@media (hover: hover) and (pointer: fine){.action-icon-list .icon-16.icon-forget:-moz-any-link:hover{--background-position-x: -740px;--background-position-y: -320px}.action-icon-list .icon-16.icon-forget:enabled:hover,.action-icon-list .icon-16.icon-forget:any-link:hover{--background-position-x: -740px;--background-position-y: -320px}}.action-icon-list .icon-16.icon-forget:-moz-any-link:active{--background-position-x: -740px;--background-position-y: -320px}.action-icon-list .icon-16.icon-forget:enabled:active,.action-icon-list .icon-16.icon-forget:any-link:active{--background-position-x: -740px;--background-position-y: -320px}.action-icon-list .icon-16.icon-undelete{--background-position-x: -760px;--background-position-y: -300px}@media (hover: hover) and (pointer: fine){.action-icon-list .icon-16.icon-undelete:-moz-any-link:hover{--background-position-x: -760px;--background-position-y: -280px}.action-icon-list .icon-16.icon-undelete:enabled:hover,.action-icon-list .icon-16.icon-undelete:any-link:hover{--background-position-x: -760px;--background-position-y: -280px}}.action-icon-list .icon-16.icon-undelete:-moz-any-link:active{--background-position-x: -760px;--background-position-y: -280px}.action-icon-list .icon-16.icon-undelete:enabled:active,.action-icon-list .icon-16.icon-undelete:any-link:active{--background-position-x: -760px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-delete{--background-position-x: -740px;--background-position-y: -260px}@media (hover: hover) and (pointer: fine){.action-icon-list.-lowcontrast .icon-16.icon-delete:-moz-any-link:hover{--background-position-x: -740px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-delete:enabled:hover,.action-icon-list.-lowcontrast .icon-16.icon-delete:any-link:hover{--background-position-x: -740px;--background-position-y: -280px}}.action-icon-list.-lowcontrast .icon-16.icon-delete:-moz-any-link:active{--background-position-x: -740px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-delete:enabled:active,.action-icon-list.-lowcontrast .icon-16.icon-delete:any-link:active{--background-position-x: -740px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-edit{--background-position-x: -720px;--background-position-y: -260px}@media (hover: hover) and (pointer: fine){.action-icon-list.-lowcontrast .icon-16.icon-edit:-moz-any-link:hover{--background-position-x: -720px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-edit:enabled:hover,.action-icon-list.-lowcontrast .icon-16.icon-edit:any-link:hover{--background-position-x: -720px;--background-position-y: -280px}}.action-icon-list.-lowcontrast .icon-16.icon-edit:-moz-any-link:active{--background-position-x: -720px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-edit:enabled:active,.action-icon-list.-lowcontrast .icon-16.icon-edit:any-link:active{--background-position-x: -720px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-undelete{--background-position-x: -760px;--background-position-y: -260px}@media (hover: hover) and (pointer: fine){.action-icon-list.-lowcontrast .icon-16.icon-undelete:-moz-any-link:hover{--background-position-x: -760px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-undelete:enabled:hover,.action-icon-list.-lowcontrast .icon-16.icon-undelete:any-link:hover{--background-position-x: -760px;--background-position-y: -280px}}.action-icon-list.-lowcontrast .icon-16.icon-undelete:-moz-any-link:active{--background-position-x: -760px;--background-position-y: -280px}.action-icon-list.-lowcontrast .icon-16.icon-undelete:enabled:active,.action-icon-list.-lowcontrast .icon-16.icon-undelete:any-link:active{--background-position-x: -760px;--background-position-y: -280px}.list-actions{justify-content:start}@media (max-width: 767.98px){.mobile .list-detailed-entry{--column-gap: 15px;display:block}.mobile .list-detailed-entry>.poster{float:inline-start;margin-inline-end:var(--column-gap);margin-block-end:var(--column-gap)}}.list-detailed-entry .masthead{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;--row-gap: .30769231rem;row-gap:var(--row-gap)}.mobile .list-detailed-entry .masthead{--row-gap: .33333333rem}.list-detailed-entry .masthead>.production-masthead{flex-grow:1}.list-detailed-entry .masthead>.production-statistic-list{align-self:center}@media (max-width: 639.98px){.mobile .list-detailed-entry .masthead>.production-statistic-list{flex-basis:100%}}.list-detailed-entry .production-statistic.-lists,.list-detailed-entry .production-statistic.-likes,.list-detailed-entry .production-statistic.-watchlists{display:none}.list-detailed-entry .list-actions{clear:both}.list-detailed-entry>.body>*:has(+.content-reactions-strip){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.list-detailed-entry>.body>.content-reactions-strip+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.list-detailed-entries-list{display:flex;flex-direction:column;row-gap:var(--listing-block-row-gap)}.list-detailed-entries-list>.listitem:not(:last-child){--divider-thickness: 1px;--divider-color: rgba(var(--block-divider-lowcontrast-color-rgb), 1);border-block-end:var(--divider-thickness, 0) solid var(--divider-color)}.list-detailed-entries-list .list-detailed-entry{padding-bottom:20px}p.text-link{font-size:12px;color:#89a}p.text-link .report-link,p.text-link .redact-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 .person-image+p.text-link,aside.sidebar .bio-link+p.text-link{margin:2px 0 14px}.body-text{font-size:1.15384615rem;overflow-wrap:break-word}.body-text a{--content-color: #DEF;color:var(--content-color)}@media (hover: hover) and (pointer: fine){.body-text a:-moz-any-link:hover{--content-color: #40BCF4}.body-text a:any-link:hover{--content-color: #40BCF4}}.body-text a:-moz-any-link:active{--content-color: #40BCF4}.body-text a:any-link:active{--content-color: #40BCF4}.body-text blockquote{margin:1em 0;padding-left:1em;border-left:1px solid #456;color:#abc}.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.-hero{font-size:1.30769231rem;line-height:1.52941176}.body-text.-hero p{margin-bottom:.70588235em}.body-text.-caption{margin-top:.625em}.body-text.-prose{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:400;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.-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{font-size:12px;color:#89a}.body-text .rating-in-text{vertical-align:top}.body-text.-boxed{border:1px solid #456;padding:1.53846154rem;text-align:center;margin-bottom:1.53846154rem;border-radius:4px}.body-text.-boxed>*:last-child{margin-bottom:0}.body-text.-boxedinline{display:inline-block;padding:.76923077rem;background-color:#202830;border-radius:4px}.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{content:"";display:block;width:24px;height:24px;position:absolute;left:0;top:.2em;background-size:100% 100%;background-position:0 0;background-repeat:no-repeat}.body-text .iconlist.-ticks>li:before{background-image:url(../img/bullet-tick-sn5J1N2z.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-underline-offset:.2em;text-decoration-line:underline;text-decoration-thickness:1px}.body-text.-linkbase a:any-link{text-decoration:underline;text-underline-offset:.2em;text-decoration-line:underline;text-decoration-thickness:1px}.condense_control{color:#def;white-space:nowrap}.condense_control:hover,.condense_control:active{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;position:relative;height:0;width:100%;overflow:hidden}.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>img,.media-element>.video>.aspect>img,.media-element>.image>.aspect>iframe,.media-element>.video>.aspect>iframe,.media-element>.image>.aspect>object,.media-element>.video>.aspect>object{position:absolute;top:0;left:0;width:100%;height:100%}.media-element>.video>.aspect>.playbutton{display:block;position:absolute;top:50%;left: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:hover>.playbutton .oval,.media-element>.video>.aspect:active>.playbutton .oval{fill:#40bcf4;opacity:1;transition-duration:.33333333s}.section-header{box-sizing:border-box;display:grid;grid-template-columns:[title] auto;margin-block-start:0;--margin-block-end: .76923077rem;margin-block-end:var(--margin-block-end)}.section-header *,.section-header :after,.section-header :before{box-sizing:inherit}.mobile .section-header{--margin-block-end: .83333333rem}.section-header:has(>.aside){grid-template-columns:[title] auto [aside] max-content}.section-header>.heading{justify-self:baseline}.section-header>.aside{grid-column:aside;align-self:flex-end;justify-self:baseline}.section-header>.aside .delimiter{margin-inline:var(--delimiter-margin-inline);opacity:var(--delimiter-alpha)}.section-header.-guttered{padding-inline:var(--grid-col-gutter)}.section-header.-divider{grid-auto-rows:min-content}.section-header.-divider:after{content:"";display:block;width:100%;grid-column:1 / -1;--divider-thickness: 1px;--divider-color: rgba(var(--block-divider-color-rgb), 1);--padding-block-end: .38461538rem;padding-block-end:var(--padding-block-end);border-block-end:var(--divider-thickness, 0) solid var(--divider-color)}.mobile .section-header.-divider:after{--padding-block-end: .41666667rem}.tagline{font-size:1rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;line-height:1.53846154;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);margin:20px 0 10px}.tagline>a{color:inherit;border-bottom:1px solid #456;padding-bottom:1px}.tagline>a:hover{color:#bcd}.tagline>.type{background:#456;border-radius:2px;color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;padding:3px 4px 2px 5px;margin-right:.375em}.site-body{background:#14181c url(../img/content-bg-CFRqxbz-.png) 0 -1px repeat-x;padding:30px 0}.context-client-app .site-body{background:#14181c}.site-body.-backdrop{padding-top:400px;background-image:none}.shortbackdropped .site-body.-backdrop{padding-top:380px;min-height:290px}.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{display:block;display:none;position:absolute;left:50%;bottom:10px;margin-left:-42px;background:rgba(0,0,0,.8);padding:0;width:84px;height:28px;border-radius:4px}.overlay-actions .like-link{display:block;margin-left:6px;cursor:pointer}.overlay-actions .icon-like,.overlay-actions .icon-liked,.overlay-actions .icon-like .icon,.overlay-actions .icon-liked .icon,.overlay-actions .menu-link,.overlay-actions .watch-link,.overlay-actions .icon-watch,.overlay-actions .icon-watched,.overlay-actions .icon-watch .icon,.overlay-actions .icon-watched .icon{width:25px;height:27px}.overlay-actions .icon-like,.overlay-actions .icon-liked,.overlay-actions .icon-watch,.overlay-actions .icon-watched{padding-left:25px;display:block;float:left;margin:0;width:0;overflow:hidden}.overlay-actions .menu-link{position:relative;float:left;cursor:pointer}.overlay-actions .watch-link{margin-left:5px;cursor:pointer;float:left;display:block}.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 .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{height:24px;width:63px;margin-left:-31.5px;bottom:3px}.overlay-actions.-w70 .icon-like,.small-poster-menu .overlay-actions .icon-like,.overlay-actions.-w70 .icon-liked,.small-poster-menu .overlay-actions .icon-liked,.overlay-actions.-w70 .icon-like .icon,.small-poster-menu .overlay-actions .icon-like .icon,.overlay-actions.-w70 .icon-liked .icon,.small-poster-menu .overlay-actions .icon-liked .icon,.overlay-actions.-w70 .menu-link,.small-poster-menu .overlay-actions .menu-link,.overlay-actions.-w70 .watch-link,.small-poster-menu .overlay-actions .watch-link,.overlay-actions.-w70 .icon-watch,.small-poster-menu .overlay-actions .icon-watch,.overlay-actions.-w70 .icon-watched,.small-poster-menu .overlay-actions .icon-watched,.overlay-actions.-w70 .icon-watch .icon,.small-poster-menu .overlay-actions .icon-watch .icon,.overlay-actions.-w70 .icon-watched .icon,.small-poster-menu .overlay-actions .icon-watched .icon{width:19px;height:24px}.overlay-actions.-w70 .icon-like,.small-poster-menu .overlay-actions .icon-like,.overlay-actions.-w70 .icon-liked,.small-poster-menu .overlay-actions .icon-liked,.overlay-actions.-w70 .icon-watch,.small-poster-menu .overlay-actions .icon-watch,.overlay-actions.-w70 .icon-watched,.small-poster-menu .overlay-actions .icon-watched{width:0;padding-left:19px}.overlay-actions.-w70 .like-link,.small-poster-menu .overlay-actions .like-link{margin-left:0}.overlay-actions.-w70 .watch-link,.small-poster-menu .overlay-actions .watch-link{margin-left:3px;margin-right:1px}.overlay-actions.-w70 .icon-like .icon,.small-poster-menu .overlay-actions .icon-like .icon,.overlay-actions.-w70 .icon-liked .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:hover,.small-poster-menu .overlay-actions .menu-link:hover,.overlay-actions.-w70 .menu-link:active,.small-poster-menu .overlay-actions .menu-link:active{background-position:-670px -670px}.overlay-actions.-w70 .icon-watch .icon,.small-poster-menu .overlay-actions .icon-watch .icon,.overlay-actions.-w70 .icon-watched .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}.badge{--font-size: .76923077rem;padding:3px 4px 2px;position:relative;top:-.1em;display:inline-block;white-space:nowrap;background-color:#678;color:#fff;font-size:var(--font-size);text-transform:uppercase;letter-spacing:.05em;border-radius:2px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;line-height:1;letter-spacing:0;margin-left:2px}.mobile .badge{--font-size: .83333333rem}.badge.-small{font-size:.69230769rem;line-height:1;padding:3px 4px 1px;border-radius:2px}.mobile .badge.-small{margin-left:.5em;padding:2px 3px 1px;font-size:.75rem}.badge.-medium{padding:.375em .625em .25em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.15384615rem;letter-spacing:.05em;border-radius:3px;text-shadow:0 -1px rgba(0,0,0,.3)}.mobile .badge.-medium{font-size:1.25rem}.badge.-large{padding:.40909091em .6em .36363636em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.69230769rem;letter-spacing:.075em;text-shadow:0 -1px rgba(0,0,0,.3);border-radius:4px}.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.-new{background-color:#e0c010}.badge.-memoriam{background-color:#d8e0e8}.badge.-new,.badge.-memoriam{color:#345}h1.title .badge{font-size:14px}.person-table .badge,.comment-person .badge{font-size:9px;line-height:1.2;padding:3px 3px 1px;top:-2px;border-radius: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 .tags-columns,body.tags .col-main.sending-ajax .tabbed{opacity:.05}ul.tags{--row-gap: 3px;--font-size: .84615385rem;overflow:hidden}.mobile ul.tags{--font-size: 1.08333333rem}ul.tags li{float:left;margin:0 4px calc(var(--row-gap) * 2) 0;font-size:var(--font-size);text-transform:lowercase;line-height:1}@media (hover: hover) and (pointer: fine){ul.tags li.tag span:hover{color:#9ab;cursor:default}}ul.tags li.tag span.tag-content{position:relative;padding-right:20px}ul.tags li.tag span.tag-content .delete{color:#9ab;display:inline-block;font-style:normal;margin:0;position:absolute;right:8px;top:4px;font-size:1rem}@media (hover: hover) and (pointer: fine){ul.tags li.tag span.tag-content:hover .delete{color:#def}}.modal-legacy ul.tags li.tag span.tag-content{background-position:right -870px}.modal-legacy ul.tags li.tag span.tag-content .delete{color:#89a}@media (hover: hover) and (pointer: fine){.modal-legacy ul.tags li.tag span.tag-content:hover{background-position:right -870px}.modal-legacy ul.tags li.tag span.tag-content:hover .delete{color:#def}}.modal-legacy ul.tags li.tag span.tag-content:active{background-position:right -870px}.modal-legacy ul.tags li.tag span.tag-content:active .delete{color:#def}.modal-legacy ul.tags li.tag span .tag-content{border:none;position:relative;padding:5px 20px 4px 5px}ul.tags .show-on-hover{visibility:hidden}ul.tags .hoverable:hover .show-on-hover{visibility:visible}ul.tags.-contrast li.tag span.tag-content{background-position:right -870px}ul.tags.-contrast li.tag span.tag-content .delete{color:#89a}@media (hover: hover) and (pointer: fine){ul.tags.-contrast li.tag span.tag-content:hover{background-position:right -870px}ul.tags.-contrast li.tag span.tag-content:hover .delete{color:#def}}ul.tags.-contrast li.tag span.tag-content:active{background-position:right -870px}ul.tags.-contrast li.tag span.tag-content:active .delete{color:#def}ul.tags li a:not(.inlineicon),a.tag:not(.inlineicon),ul.tags li.tag span:not(.inlineicon){display:inline-block;height:21px;padding-top:5px;padding-bottom:0;padding-left:5px;color:#9ab;text-decoration:none;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;white-space-collapse:preserve;box-sizing:border-box;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:right -810px;border-top-left-radius:2px;border-bottom-left-radius:2px}ul.tags li a:not(.inlineicon):not(.tag-content),a.tag:not(.inlineicon):not(.tag-content),ul.tags li.tag span:not(.inlineicon):not(.tag-content){padding-right:12px}@media (hover: hover) and (pointer: fine){ul.tags li a:not(.inlineicon):hover,a.tag:not(.inlineicon):hover,ul.tags li.tag span:not(.inlineicon):hover{color:#bcd;background-position:right -840px}}ul.tags li a:not(.inlineicon):active,a.tag:not(.inlineicon):active,ul.tags li.tag span:not(.inlineicon):active{color:#bcd;background-position:right -840px}ul.tags-columns{-moz-column-count:4;column-count:4;-moz-column-gap:50px;column-gap:50px;margin:16px 0}ul.tags-columns li{float:none;display:block;-moz-column-break-inside:avoid;break-inside:avoid;margin:0;padding:0 4px 6px 0}ul.tags-columns li>.detail{float:right;color:#567;font-feature-settings:"tnum" 1;line-height:21px}ul.tags-columns li>.detail .action-icon-list{--item-gap: 1em ;display:inline-block;vertical-align:middle}ul.tags-columns li>.detail.-has-count .action-icon-list{margin-right:var(--item-gap)}.no-mobile .person-tagged .person-header h1>a{max-width:860px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-tagged .person-header h1>a span.badge{line-height:1}.smenu-wrapper{overflow:visible;height:20px;float:right;z-index:1;padding:8px 0 5px;position:relative}.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{display:block;font-weight:400;margin:0 0 0 4px;float:left;padding:5px 0}.smenu{position:relative;display:block;font-size:.84615385rem;float:left;margin-left:-4px}.mobile .smenu{font-size:.91666667rem}.smenu label{display:block;color:#678;margin:0}.smenu-menu{display:none;float:left;padding-bottom:2px;background:#89a;position:absolute;box-shadow:inset 0 1px rgba(0,0,0,.05),0 0 15px rgba(0,0,0,.5);border-radius:3px;overflow-y:auto;overscroll-behavior:contain;-ms-overflow-style:-ms-autohiding-scrollbar}html div.smenu-menu,html ul.smenu-menu{z-index:10010}.smenu-menu li{white-space:nowrap;font-size:.92307692rem;line-height:1}.mobile .smenu-menu li{font-size:1rem}.smenu-menu li.divider-line{border-top:1px solid rgba(0,0,0,.1);border-bottom:none;margin-top:5px;padding-top:5px}.smenu-menu li.divider-line.-inset{border-top:none;position:relative;padding-top:6px}.smenu-menu li.divider-line.-inset:before{content:"";display:block;height:1px;background:rgba(0,0,0,.1);position:absolute;top:0;left:24px;right:0}.smenu-menu li.divider-line-below{border-top:none;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:5px;padding-bottom:5px}.smenu-menu li.extended-services-title{color:#fff;padding-left:8px;font-size:.92307692rem;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{top:-2px;margin-right:10px}.smenu-menu li.extended-services-title span{display:block;padding-top:8px}.smenu-menu li.note p{white-space:normal;color:#def;padding:0 8px;margin-bottom:0}.smenu-menu li.note p a{color:#def}.smenu-menu li.note p a:hover,.smenu-menu li.note p a:active{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{font-size:.76923077rem;color:#fff}.mobile .smenu-menu li small{font-size:.83333333rem}.smenu-menu li small.note{display:block;color:#456;padding:8px 8px 4px}.smenu-menu li .menu-rating-filter{padding:0 5px}.no-mobile .smenu-menu li{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smenu-menu li>.disabled,.smenu-menu li>.selected{display:block;cursor:default;padding:4px 8px;font-size:.92307692rem;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 rgba(255,255,255,.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 span,.smenu-menu li span.item span,.smenu-menu li a.item small,.smenu-menu li span.item small,.smenu-menu li a.item a,.smenu-menu li span.item a{color:#bcd;text-shadow:none}.smenu-menu li a.item span.badge,.smenu-menu li span.item span.badge,.smenu-menu li a.item small.badge,.smenu-menu li span.item small.badge,.smenu-menu li a.item a.badge,.smenu-menu li span.item a.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{display:block;padding:4px 8px;color:#2c3440;border:none;text-shadow:rgba(255,255,255,.1) 0 1px 0;font-size:.92307692rem}.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;justify-content:space-between;flex-wrap:nowrap}.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;padding:.11111111em .66666667em;color:#def;background:#678;border-radius:9999px;font-size:.69230769rem;line-height:1;font-variant-numeric:tabular-nums;text-shadow:none}.mobile .smenu-menu li .item.-count>.count{font-size:.75rem}.smenu-menu li .item.-count:hover>.count{color:#567;background-color:#cde}.smenu-menu li .smenu-sublabel{cursor:default}.smenu-menu li .smenu-sublabel.-uppercase{font-size:.84615385rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);padding:8px}.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{color:#fff;display:block;text-shadow:rgba(0,0,0,.05) 0 1px 0;padding-left:8px;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:4px}.smenu-menu li.smenu-selected .icon{background-position:-370px -110px}.smenu-menu li.smenu-selected small{color:#fff}.smenu-menu li.smenu-subselected>.selected,.smenu-menu li.smenu-subselected a.item,.smenu-menu li.smenu-subselected span.item{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{color:#567;background-color:#def}.smenu-menu li .smenu-subselected a.item,.smenu-menu li .smenu-subselected span.item{color:#fff;text-shadow:rgba(0,0,0,.05) 0 1px 0;position:relative}.smenu-menu li .smenu-subselected a.item .icon,.smenu-menu li .smenu-subselected span.item .icon{background:none;width:16px;height:16px;left:6px;top:2px}.smenu-menu li .smenu-subselected a.item .icon:before,.smenu-menu li .smenu-subselected span.item .icon:before{content:"";display:block;width:3px;height:7px;position:absolute;left:4px;top:2px;border-right:2px solid #14ff6c;border-bottom:2px solid #14ff6c;transform:rotate(45deg)}.smenu-menu li .smenu-subselected.smenu-exclude a.item .icon:before,.smenu-menu li .smenu-subselected.smenu-exclude span.item .icon:before{border-right:2px solid #FFF;border-bottom:none;width:2px;height:11px;position:absolute;left:4px;top:1px}.smenu-menu li .smenu-subselected.smenu-exclude a.item .icon:after,.smenu-menu li .smenu-subselected.smenu-exclude span.item .icon:after{content:"";display:block;width:9px;height:9px;position:absolute;left:0;top:1px;border-radius:100%;border:2px solid #FFF}.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-top:5px;padding-bottom: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>.smenu-selected{z-index:1;position:sticky;top:0;background-color:rgba(136,153,170,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.smenu-menu>.smenu-overflowsentinel{position:relative;top:-1px;pointer-events:none}.smenu-menu>.smenu-overflowindicator{z-index:1;position:sticky;bottom:0;left:0;right:0;height:0;pointer-events:none;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.smenu-menu>.smenu-overflowindicator>.fade{position:absolute;bottom:-2px;width:100%;height:16px;background-image:linear-gradient(rgba(136,153,170,0),rgba(136,153,170,.875))}.smenu-menu>.smenu-overflowindicator:not(.-scrollable){opacity:0}.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:hover .state>.track,.smenu-menu .option-label.-toggle:focus .state>.track,.smenu-menu .option-label.-toggle:focus-within .state>.track{background-color:#24303c}.smenu-menu .option-label.-toggle>.label{color:#2c3440;text-shadow:rgba(255,255,255,.1) 0 1px 0}.smenu-menu .segmented-control>.options{background-color:#678;box-shadow:inset 0 1px 1px rgba(44,52,64,.2);transition:background-color .5s cubic-bezier(.19,1,.22,1);font-size:.84615385rem}.mobile .smenu-menu .segmented-control>.options{font-size:.91666667rem}.smenu-menu .segmented-control>.options>.option{font-size:1em;line-height:1.36363636}.smenu-menu .segmented-control>.options>.option{color:#bcd}.smenu-menu .segmented-control>.options>.option:enabled:hover,.smenu-menu .segmented-control>.options>.option:enabled:focus{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:hover,.smenu-menu .segmented-control>.options:focus,.smenu-menu .segmented-control>.options:focus-within{background-color:#24303c;transition-duration:.33333333s}.smenu-menu.-static{position:static;float:none;width:-moz-fit-content;width:fit-content}.smenu-menu[data-placement=left-start]>.smenu-selected:first-child{text-align:right}.smenu-wrapper label,.smenu-menu .smenu-selected{font-size:.84615385rem;line-height:1;text-transform:uppercase;padding:5px 8px 6px;cursor:default;letter-spacing:.05em}.mobile .smenu-wrapper label,.mobile .smenu-menu .smenu-selected{font-size:.91666667rem}.no-mobile .smenu-wrapper label,.no-mobile .smenu-menu .smenu-selected{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-mobile .smenu-wrapper label>.username,.no-mobile .smenu-menu .smenu-selected>.username{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:text-bottom}.no-mobile .smenu-wrapper label>.username.-before,.no-mobile .smenu-menu .smenu-selected>.username.-before{max-width:52px}.smenu-wrapper label small,.smenu-menu .smenu-selected small,.smenu-wrapper label.-lower,.smenu-menu .smenu-selected.-lower{text-transform:none;letter-spacing:0}.smenu-wrapper label.-bold,.smenu-menu .smenu-selected.-bold{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.smenu-wrapper label .count,.smenu-menu .smenu-selected .count{color:#678}.smenu-wrapper label .icon,.smenu-menu .smenu-selected .icon{position:relative;display:inline-block;vertical-align:top;background-position:-370px -100px;width:10px;height:10px;left:auto;top:1px;margin-left:2px}.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:hover,.disabled-menu-state a:active{background:none;color:#567;text-shadow:0 1px 0 rgba(255,255,255,.15);pointer-events:none}.hide-watched .smenu-menu .js-fade-toggle,.hide-unwatched .smenu-menu .js-fade-toggle,.my-own-films .smenu-menu .js-fade-toggle{pointer-events:none}.hide-watched .smenu-menu .js-fade-toggle .track,.hide-unwatched .smenu-menu .js-fade-toggle .track,.my-own-films .smenu-menu .js-fade-toggle .track,.hide-watched .smenu-menu .js-fade-toggle .handle,.hide-unwatched .smenu-menu .js-fade-toggle .handle,.my-own-films .smenu-menu .js-fade-toggle .handle{opacity:.5}.hide-watched .smenu-menu .js-fade-toggle .label,.hide-unwatched .smenu-menu .js-fade-toggle .label,.my-own-films .smenu-menu .js-fade-toggle .label{color:#567;text-shadow:0 1px 0 rgba(255,255,255,.15)}.my-own-films .smenu-menu .js-film-filter[data-category=watched] a,.watched-films-subset .smenu-menu .js-film-filter[data-category=watched] a,.my-own-films .smenu-menu .js-film-filter[data-category=watched] a:hover,.watched-films-subset .smenu-menu .js-film-filter[data-category=watched] a:hover,.my-own-films .smenu-menu .js-film-filter[data-category=watched] a:active,.watched-films-subset .smenu-menu .js-film-filter[data-category=watched] a:active,.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:hover,.my-own-films.films-reviewed .smenu-menu .js-film-filter[data-category=reviewed] a:active,.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:hover,.my-own-films.films-rated .smenu-menu .js-film-filter[data-category=rated] a:active,.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:hover,.my-own-films.films-diary .smenu-menu .js-film-filter[data-category=logged] a:active,.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:hover,.my-own-films.likes .smenu-menu .js-film-filter[data-category=liked] a:active,.my-watchlist .smenu-menu .js-film-filter[data-category=watchlisted] a,.my-watchlist .smenu-menu .js-film-filter[data-category=watchlisted] a:hover,.my-watchlist .smenu-menu .js-film-filter[data-category=watchlisted] a:active,.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:hover,.my-own-page.owned-list .smenu-menu .js-film-filter[data-category=owned] a:active,.unreleased-films-only .smenu-menu .js-film-filter[data-category=unreleased] a,.unreleased-films-only .smenu-menu .js-film-filter[data-category=unreleased] a:hover,.unreleased-films-only .smenu-menu .js-film-filter[data-category=unreleased] a:active,.documentaries-only .smenu-menu .js-film-filter[data-category=docs] a,.documentaries-only .smenu-menu .js-film-filter[data-category=docs] a:hover,.documentaries-only .smenu-menu .js-film-filter[data-category=docs] a:active{background:none;color:#567;text-shadow:0 1px 0 rgba(255,255,255,.15);pointer-events:none}.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle,.js-poster-mode-none .smenu-menu .js-custom-poster-toggle{pointer-events:none}.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle .track,.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-none .smenu-menu .js-custom-poster-toggle .handle{opacity:.5}.js-poster-mode-theirs .smenu-menu .js-custom-poster-toggle .label,.js-poster-mode-none .smenu-menu .js-custom-poster-toggle .label{color:#567;text-shadow:0 1px 0 rgba(255,255,255,.15)}.js-poster-mode-theirs .smenu-menu .js-custom-poster-control,.js-poster-mode-none .smenu-menu .js-custom-poster-control{pointer-events:none;opacity:.3}.site-header{height:72px;position:relative;z-index:1100}.no-mobile .site-header{--site-logo-margin-top: 22px}.backdropped .site-header .site-header-bg{position:absolute;top:0;left:0;right:0;height:95px;opacity:.7;background-color:transparent;background-repeat:repeat-x;background-image:linear-gradient(to bottom,#14181c,rgba(20,24,28,.945) 16.56%,rgba(20,24,28,.8) 30.85%,rgba(20,24,28,.608) 43.77%,rgba(20,24,28,.392) 56.23%,rgba(20,24,28,.2) 69.15%,rgba(20,24,28,.055) 83.44%,rgba(20,24,28,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{position:relative;float:left;margin:var(--site-logo-margin-top, 0) 0 0}.no-mobile .backdropped .site-header .site-logo:before{content:"";display:block;position:absolute;z-index:0;top:-4px;left:-4px;width:238px;height:32px;background:url(../img/logo-shadow-CBWsvqdT.png) no-repeat;background-size:100% 100%;opacity:.5}.site-header .site-logo.-parasite>.parasite-dot{width:57px;height:25px;position:absolute;left:0;top:0;opacity:0;background-image:url(../img/parasite-dots-Bjjd8A9z.svg);background-repeat:no-repeat;background-size:62px 70px;background-position:0 0;z-index:2}.mobile .site-header .site-logo.-parasite>.parasite-dot{width:62px;height:40px;background-position:0 -30px}.site-header p{margin:0}.site-header section{width:950px;height:72px;margin:0 auto;position:relative}.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-top:6px;padding-bottom:7px}.site-header .button-add{position:absolute;top:24px;right:23px;padding-left:26px;text-align:left;line-height:13px;box-sizing:border-box;width:67px;padding-top:6px;padding-bottom:6px}.no-mobile .site-header .button-add:before,.no-mobile .site-header .button-add:after{content:"";display:block;position:absolute;top:50%;left:15px;transform:translate(-50%,-50%);background:#fff;margin-top:-1px}.no-mobile .site-header .button-add:before{width:2px;height:10px}.no-mobile .site-header .button-add:after{width:10px;height:2px}.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{position:absolute;top:-100px;right:0;width:89px;height:30px;padding-bottom:2px;visibility:hidden;pointer-events:none}.no-mobile .site-header .search-form{transition:width .3s cubic-bezier(.165,.84,.44,1)}.site-header .search-form .field{font-size:12px;width:100%;padding:6px 30px 6px 10px}.site-header .button-add,.site-header .add-menu-wrapper{opacity:1}.no-mobile .site-header .button-add,.no-mobile .site-header .add-menu-wrapper{transition:opacity .3s cubic-bezier(.165,.84,.44,1);transition-delay:.2s}.site-header .signin-form{position:absolute;z-index:1240;right:0;top:0;display:none}.site-header.-searchopen .button-add,.site-header.-searchopen .add-menu-wrapper{opacity:0}.no-mobile .site-header.-searchopen .button-add,.no-mobile .site-header.-searchopen .add-menu-wrapper{transition:opacity 0s;transition-delay:0s}.no-mobile .site-header.-searchopen .main-nav{right:155px}.site-header.-searchopen .search-form{top:21px;width:140px;visibility:visible;pointer-events:initial;z-index:1230}.site-logo>.logo{position:relative;z-index:1;margin-top:var(--offset-y);margin-left:var(--offset-x);width:var(--width);height:var(--height);background-image:var(--background-image, url(../img/sprite-Cmcg-tqK.svg));background-size:var(--background-size-width, auto),var(--background-size-height, auto);background-position:var(--background-position-x, 0) var(--background-position-y, 0);background-repeat:no-repeat}.no-mobile .site-logo>.logo{--width: 273px;--height: 25px;--background-position-x: -350px}.mobile .site-logo>.logo{--height: 40px;--width: 62px;--background-position-y: -800px}#add-menu{display:none;background:#89a;position:absolute;z-index:1000;box-shadow:inset 0 1px rgba(255,255,255,.35),0 0 10px #000;border-radius:2px;width:200px;right:0;top:28px;padding:4px 0}#add-menu li{font-size:12px;margin:0}#add-menu li a{display:block;color:#2c3440;border:none;padding:4px 15px;text-shadow:rgba(255,255,255,.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-top:-2.46153846rem;margin-bottom:4.92307692rem}.mobile .homepage-welcome{margin-top:-3.69230769rem}@media (max-width: 460px){.mobile .homepage-welcome{margin-bottom:3.07692308rem}}.mobile .homepage-welcome:before{content:"Letterboxd";display:block;width:230px;height:25px;background:url(../img/sprite-Cmcg-tqK.svg) -350px 0 no-repeat;background-size:800px 1020px;margin:1.53846154rem auto 2.46153846rem;text-indent:-999em;overflow:hidden}.homepage-welcome>.headline-1{margin-bottom:0;font-size:2.76923077rem;line-height:1.33333333}@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:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1.69230769rem;margin-bottom:.38461538rem}}.homepage-welcome>.button-secondary{margin-top:3.07692308rem;margin-bottom:3.07692308rem}.homepage-welcome>.platforms{color:#789}.homepage-welcome>.platforms>strong{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;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{margin-left:.25em;width:60px;display:inline-flex;justify-content:space-between}.homepage-welcome>.platforms>.icons>.platform{text-indent:110%;white-space:nowrap;overflow:hidden;width:20px;height:26px;background-image:url(../img/app-platforms-CT9oxYiX.svg);background-size:60px 26px;background-repeat:no-repeat;opacity:.8}.homepage-welcome>.platforms>.icons>.platform.-ios{background-position:0 0}.homepage-welcome>.platforms>.icons>.platform.-android{width:30px;background-position:-30px 0}.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{position:absolute;top:0;right:0;transform-origin:0 0;transform:translate3D(100%,0,0) rotate(-90deg);margin:0}.backdrop-metadata a{display:inline-block;color:#9ab;opacity:.6;transition:opacity .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.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{position:fixed;top:5px;left:5px;width:calc(100% - 10px);z-index:100000}@media (min-width: 668px){.jnotify-container{max-width:480px}}.jnotify-container .jnotify-notification{position:relative;margin-bottom:5px}.jnotify-container .jnotify-notification .jnotify-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00ac1c;z-index:1;border-bottom:1px solid rgba(255,255,255,.25);box-shadow:0 10px 10px rgba(0,0,0,.6);border-radius:6px}.jnotify-container .jnotify-notification a.jnotify-close,.jnotify-container .jnotify-notification a.jnotify-close:link,.jnotify-container .jnotify-notification a.jnotify-close:visited,.jnotify-container .jnotify-notification a.jnotify-close:focus,.jnotify-container .jnotify-notification a.jnotify-close:hover,.jnotify-container .jnotify-notification a.jnotify-close:active{display:inline-block;position:absolute;top:0;right:8px;width:30px;text-align:right;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:30px;line-height:1;color:#f4fcf0;text-decoration:none;z-index:3;cursor:pointer}.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:focus,.jnotify-container .jnotify-notification a.jnotify-close:hover,.jnotify-container .jnotify-notification a.jnotify-close:active{opacity:1}.jnotify-container .jnotify-notification .jnotify-message{position:relative;z-index:2;padding:14px 40px 16px 16px;text-align:left;color:#f4fcf0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:14px;letter-spacing:-.0125em;line-height:1.2em}.jnotify-container .jnotify-notification .jnotify-message a{color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}.jnotify-container .jnotify-notification .jnotify-message a:hover,.jnotify-container .jnotify-notification .jnotify-message a:active{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-warning .jnotify-close,.jnotify-container .jnotify-notification-warning .jnotify-message,.jnotify-container .jnotify-notification-error .jnotify-close,.jnotify-container .jnotify-notification-error .jnotify-message{color:#fff!important}div.messages{position:relative;margin-top:20px}div.messages a.dismiss{width:15px;height:15px;left:auto;right:10px;top:12px;background-position:-370px -50px;display:none}div.messages a.dismiss:hover,div.messages a.dismiss:active{background-position:-410px -50px}div.messages ul{display:block;padding:10px 20px;border-radius:5px}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{margin-top:-3px;box-shadow:0 1px rgba(0,0,0,.35)}div.messages ul.error-messages,div.messages ul.success-messages{margin-bottom:20px}div.standard-messages{visibility:hidden;margin-top:0;overflow:hidden}div.messages-fixed{position:fixed;width:950px;z-index:100;top:10px}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}ul.success-messages,div.success-message{background-color:#52b126}ul.success-messages li,div.success-message{text-shadow:0 -1px 0 #250}ul.error-messages,div.error-message{background-color:#df8329}ul.error-messages li,div.error-message{text-shadow:0 -1px 0 #820}*:not(.descriptioncontainer)>div.message,aside .message-container ul{display:none;margin:5px 10px;padding:5px 10px;color:#fff;border-radius:3px}aside .message-container ul{margin-left:0}ul.success-messages a,ul.error-messages a{color:#fff}ul.success-messages a:hover,ul.error-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{width:330px;padding:15px}#favourite-films{height:165px;overflow:visible}.update #favourite-films{margin-right:-10px}#favourite-films .poster-container,#favourite-films .poster,#favourite-films .placeholder,#favourite-films .-placeholder{width:110px;margin-right:10px;display:block;float:left}#favourite-films .poster{overflow:visible;height:165px;cursor:move}#favourite-films .poster img{width:100%;height:auto}#favourite-films li:last-child{margin-right:0}#favourite-films .loading-poster{width:16px;height:16px;position:absolute;left:50%;top:50%;margin:-7px 0 0 -7px;background:#394551 url(../img/spinner-678-2x-EhIvreCp.gif) 50% 50% no-repeat}#favourite-films .placeholder,#favourite-films .-placeholder{border-color:#456;background-color:#2c3641;cursor:pointer}#favourite-films .placeholder:after,#favourite-films .-placeholder:after{content:"";display:block;position:absolute;width:33px;height:33px;background:url(../img/sprite-Cmcg-tqK.svg) -500px -560px no-repeat;top:50%;left:50%;margin:-16px 0 0 -16px}#favourite-films .placeholder:hover,#favourite-films .-placeholder:hover,#favourite-films .placeholder:active,#favourite-films .-placeholder:active{border-color:#435567}#favourite-films .placeholder:hover:after,#favourite-films .-placeholder:hover:after,#favourite-films .placeholder:active:after,#favourite-films .-placeholder:active:after{background-position:-540px -560px}#favourite-films .remove-favourite-film{position:absolute;top:-5px;right:-7px;z-index:1;width:19px;height:19px;background-position:-390px -150px}#favourite-films .remove-favourite-film:hover,#favourite-films .remove-favourite-film:active{background-position:-410px -150px}.rating{display:inline-block;height:16px;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat -290px -90px;text-indent:110%;white-space:nowrap;overflow:hidden}.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{width:10px;height:10px;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat -390px -180px}.rating.-tiny.rated-0,.rating.rating-tiny.rated-0{width:0}.rating.-tiny.rated-1,.rating.rating-tiny.rated-1{width:11px;background-position:-445px -180px}.rating.-tiny.rated-2,.rating.rating-tiny.rated-2{width:10px}.rating.-tiny.rated-3,.rating.rating-tiny.rated-3{width:22px;background-position:-434px -180px}.rating.-tiny.rated-4,.rating.rating-tiny.rated-4{width:21px}.rating.-tiny.rated-5,.rating.rating-tiny.rated-5{width:33px;background-position:-423px -180px}.rating.-tiny.rated-6,.rating.rating-tiny.rated-6{width:32px}.rating.-tiny.rated-7,.rating.rating-tiny.rated-7{width:44px;background-position:-412px -180px}.rating.-tiny.rated-8,.rating.rating-tiny.rated-8{width:43px}.rating.-tiny.rated-9,.rating.rating-tiny.rated-9{width:55px;background-position:-401px -180px}.rating.-tiny.rated-10,.rating.rating-tiny.rated-10{width:54px}.rating.-tiny.-darker,.rating.rating-tiny.-darker{background:url(../img/sprite-Cmcg-tqK.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{width:12px;height:8px;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat 0px -170px}.rating.-micro.rated-0,.rating.rating-micro.rated-0{width:0}.rating.-micro.rated-1,.rating.rating-micro.rated-1{width:8px;background-position:-45px -170px}.rating.-micro.rated-2,.rating.rating-micro.rated-2{width:8px}.rating.-micro.rated-3,.rating.rating-micro.rated-3{width:17px;background-position:-36px -170px}.rating.-micro.rated-4,.rating.rating-micro.rated-4{width:17px}.rating.-micro.rated-5,.rating.rating-micro.rated-5{width:26px;background-position:-27px -170px}.rating.-micro.rated-6,.rating.rating-micro.rated-6{width:26px}.rating.-micro.rated-7,.rating.rating-micro.rated-7{width:35px;background-position:-18px -170px}.rating.-micro.rated-8,.rating.rating-micro.rated-8{width:35px}.rating.-micro.rated-9,.rating.rating-micro.rated-9{width:45px;background-position:-8px -170px}.rating.-micro.rated-10,.rating.rating-micro.rated-10{width:44px}.rating.-nano,.rating.rating-nano{width:12px;height:7px;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat 0px -140px}.rating.-nano.rated-0,.rating.rating-nano.rated-0{width:0}.rating.-nano.rated-1,.rating.rating-nano.rated-1{width:7px;background-position:-40px -140px}.rating.-nano.rated-2,.rating.rating-nano.rated-2{width:7px}.rating.-nano.rated-3,.rating.rating-nano.rated-3{width:15px;background-position:-32px -140px}.rating.-nano.rated-4,.rating.rating-nano.rated-4{width:15px}.rating.-nano.rated-5,.rating.rating-nano.rated-5{width:23px;background-position:-24px -140px}.rating.-nano.rated-6,.rating.rating-nano.rated-6{width:23px}.rating.-nano.rated-7,.rating.rating-nano.rated-7{width:31px;background-position:-16px -140px}.rating.-nano.rated-8,.rating.rating-nano.rated-8{width:31px}.rating.-nano.rated-9,.rating.rating-nano.rated-9{width:39px;background-position:-8px -140px}.rating.-nano.rated-10,.rating.rating-nano.rated-10{width:39px}.rated-0{width:0}.rated-1{width:13px;background-position:-355px -90px}.rated-2{width:12px}.rated-3{width:26px;background-position:-342px -90px}.rated-4{width:25px}.rated-5{width:39px;background-position:-329px -90px}.rated-6{width:38px}.rated-7{width:52px;background-position:-316px -90px}.rated-8{width:51px}.rated-9{width:65px;background-position:-303px -90px}.rated-10{width:64px}.rating-large{display:inline-block;height:14px;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat -390px -130px;text-indent:110%;white-space:nowrap;overflow:hidden}.rated-large-0{width:0}.rated-large-1{width:15px;background-position:-470px -130px}.rated-large-2{width:14px}.rated-large-3{width:31px;background-position:-454px -130px}.rated-large-4{width:30px}.rated-large-5{width:47px;background-position:-438px -130px}.rated-large-6{width:46px}.rated-large-7{width:63px;background-position:-422px -130px}.rated-large-8{width:62px}.rated-large-9{width:79px;background-position:-406px -130px}.rated-large-10{width:78px}.liked{width:14px;height:13px;background:url(../img/sprite-Cmcg-tqK.svg) no-repeat -390px -70px;text-indent:110%;white-space:nowrap;overflow:hidden}.liked.-tiny{display:inline-block;width:12px;height:10px;background-position:-457px -180px}.liked-tiny,.rating-tiny.liked-tiny{display:inline-block;width:12px;height:10px;background-position:-457px -180px;text-indent:110%;white-space:nowrap;overflow:hidden}.rating-green .rating{background-position:-450px -50px}.rating-green .rated-0{width:0}.rating-green .rated-1{width:13px;background-position:-515px -50px}.rating-green .rated-2{width:12px}.rating-green .rated-3{width:26px;background-position:-502px -50px}.rating-green .rated-4{width:25px}.rating-green .rated-5{width:39px;background-position:-489px -50px}.rating-green .rated-6{width:38px}.rating-green .rated-7{width:52px;background-position:-476px -50px}.rating-green .rated-8{width:51px}.rating-green .rated-9{width:65px;background-position:-463px -50px}.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{overflow:hidden;color:#9ab;display:block}.rating-histogram .rating-1,.rating-histogram .rating-5{position:absolute;bottom:0;display:block;height:9px}.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{display:block;width:200px;overflow:hidden;position:absolute;bottom:0;left:15px}.rating-histogram ul li{position:absolute;bottom:0;display:block;height:1px;width:30px;height:100%;font-size:10px;line-height:1;text-indent:110%;white-space:nowrap;overflow:hidden}.rating-histogram i{background:#456;width:100%;position:absolute;bottom:0;left:0;border-top-right-radius:2px;border-top-left-radius:2px}.rating-histogram a{display:block;width:100%;position:absolute;top:0;left:0;right:0;bottom:0;background:none;padding:0}.rating-histogram a:hover i{background-color:#678}.ratings-histogram-chart .section-heading{margin-bottom:15px}.ratings-histogram-chart .average-rating{position:absolute;top:28px;left:188px;z-index:1}.ratings-histogram-chart .average-rating .display-rating{display:block;font-size:20px;text-align:center;color:#789;margin-left:1px;line-height:40px;width:33px;height:33px;border-radius:20px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300}.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-range,div.rateit div.rateit-hover,div.rateit div.rateit-selected,div.rateit div.rateit-reset{background-image:url(../img/sprite-Cmcg-tqK.svg)}div.rateit .rateit-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:0;text-decoration:none;border:none;outline:none;width:20px;height:26px;position:absolute;right:100%;bottom:0;background:none;overflow:hidden}div.rateit .rateit-reset:after{content:"";display:block;width:16px;height:16px;position:absolute;left:1px;top:4px;background:url(../img/sprite-Cmcg-tqK.svg) -370px -50px no-repeat;transform:translate(6px);transition:all .2s;opacity:0}.has-touch div.rateit .rateit-reset:after{transform:translate(0);opacity:.6}.mobile div.rateit .rateit-reset{right:auto;left:100%;margin-left:4px}.mobile div.rateit .rateit-reset:after{transform:translate(0);opacity:.6}div.rateit .rateit-reset:active{opacity:1}div.rateit:hover .rateit-reset:after,div.rateit:active .rateit-reset:after{transform:translate(0);opacity:.6}div.rateit div.rateit-range{position:relative;display:inline-block;background-position:-350px -280px;height:26px}div.rateit div.rateit-hover,div.rateit div.rateit div.rateit-selected{position:absolute}div.rateit div.rateit-hover{background-position:-350px -340px}div.rateit div.rateit-selected{background-position:-350px -310px}.smenu-menu div.rateit-range,.smenu-menu div.rateit-hover,.smenu-menu div.rateit-selected{height:26px;width:130px;background-image:url(../img/sprite-Cmcg-tqK.svg)}.smenu-menu div.rateit-range{background-position:-350px -280px;position:relative;display:block;margin:0 4px}.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{font-size:10px;padding:0;background:transparent;height:10px;line-height:1;border:none;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{position:absolute;background:transparent;font-size:10px;height:10px;border:none;color:#2c3641}div.panel-rateit div.rateit-range,div.panel-rateit div.rateit-hover,div.panel-rateit div.rateit-selected{background-image:url(../img/sprite-Cmcg-tqK.svg)}div.panel-rateit div.rateit-range{display:block;width:85px;margin:0;background-position:0 -300px;height:16px}div.panel-rateit div.rateit-hover{background-position:0 -320px}div.panel-rateit div.rateit-selected{background-position:0 -340px}.rate-film{width:130px;margin-right:35px;margin-bottom:20px}.rate-film label{margin-bottom:7px}.panel{position:relative;background:#2c3440;border:1px solid #456;padding:10px;color:#fff;margin-bottom:20px;border-radius:3px}.panel.pro-message{overflow:hidden}.panel.pro-message small{line-height:31px;color:#678;font-size:12px;margin:0 5px;float:left}.panel.pro-message small.go-pro a{display:inline-block;color:#9ab;line-height:31px}.panel.pro-message small.go-pro a .badge-pro{line-height:1;vertical-align:middle;top:-1px;font-size:13px;padding:2px 5px 3px;margin-right:2px}.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{width:16px;height:16px;background-position:-370px -50px;position:absolute;top:8px;right:7px;left:auto;opacity:.5}.panel .icon-close:hover,.panel .icon-settings:hover{background-position:-410px -50px}.panel .icon-settings{background-position:-520px -470px}.panel .icon-settings:hover,.panel .icon-settings:active{background-position:-520px -440px}.panel h3{margin-top:0;font-weight:400;color:#9ab}.panel li{border-bottom:1px solid #456;padding:8px 0;color:#9ab}.panel li .icon-16{color:#fff;padding-left:30px}.panel li span.icon-clone{color:#89a}.panel li .rating-large{position:absolute;left:75px;top:0}.panel li .mute{color:#9ab}.panel li a.quantity{float:right;font-size:16px;color:#86b9ec;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-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;width:16px;top:-1px;left:1px}.panel .icon-mobile .icon{left:4px}.panel .icon-rating .icon{left:2px}.panel .icon-rate .icon{background-position:-570px -110px;left:1px;top:7px;width:16px;height:16px}.panel li a.icon-16{color:#40bcf4}.panel li a.icon-16:hover{color:#ddd}.panel li .watch-link .icon-16{color:#40bcf4;cursor:pointer}.panel li .watch-link .icon-16:hover{color:#ddd}.panel li .watch-link .icon{background-position:-410px -90px;width:19px}.panel li .watch-link .icon-watched .icon{background-position:-410px -110px}.panel li .icon-like .icon{background-position:-550px -110px;width:16px;left:1px}.panel li .icon-liked .icon{background-position:-550px -130px;width:16px;left:1px}.panel li.panel-user{overflow:hidden}.panel .avatar{margin-right:10px}.panel-user h3{color:#fff;font-size:16px;margin:3px 0 0;line-height:1.2;font-weight:400}.panel-user h3 a{color:#cde;font-weight:700}.panel-user h3 a:hover{color:#00e054}.panel-user h3 small{display:block;color:#9ab;font-weight:400;font-size:11px;padding-top:2px}.no-avatar .panel-user h3{margin:0}.no-avatar .panel-user h3 small{padding-top:0}.promopanel{padding:16px 20px 18px;background:#456}.promopanel p{font-size:14px;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{width:20px;height:32px;position:absolute;left:5px;bottom:10px;background:none;overflow:hidden}.remove-sidebar-rating:after{content:"";display:block;width:16px;height:16px;position:absolute;left:1px;top:8px;background:url(../img/sprite-Cmcg-tqK.svg) -370px -50px no-repeat;transform:translate(6px);transition:all .2s;opacity:0}.remove-sidebar-rating:hover:after,.remove-sidebar-rating:active:after{transform:translate(0);opacity:.6}.remove-sidebar-rating:active{opacity:1}.rateit:hover+.remove-sidebar-rating:after{transform:translate(0);opacity:.6}.row{margin-bottom:20px}.has-topnote{position:relative}label{display:block}label.has-icon{padding-left:12px}label.has-icon .icon{width:7px;height:9px;background-position:-290px -110px;left:0;top:3px}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;margin:0;padding:0;outline:0;box-sizing:content-box;line-height:inherit}button.large-more-button,a.large-more-button{display:inline-block;padding:5px 15px;background:#345;color:#fff;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);border-radius:4px}button.large-more-button:hover,a.large-more-button:hover,button.large-more-button:active,a.large-more-button:active{background:#456}.inline-left{float:left;margin-right:15px}.col-10 input[type=text],.col-10 input[type=email],.col-10 input[type=password],.col-10 textarea{width:100%}.col-10>.row-cols{overflow:hidden}.col-10>.row-cols .row{width:190px;float:left}.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:hover,.allowed-html a:active{color:#9ab}.allowed-html .allowed-tags{display:none;color:#678}.allowed-html .allowed-tags:before{content:'<a href=""> <strong> <em> <b> <i> <blockquote>'}table.film-table{--icon-dimension: 16px;border-collapse:separate}table.film-table thead th{padding-left:10px;text-align:left}table.film-table thead th.center{text-align:center}table.film-table thead th.th-actions{padding-right:10px;padding-left:10px}table.film-table thead th.th-review{padding-right:15px}table.film-table tbody tr.not-rated .td-rating .remove-rating{display:none}table.film-table tbody td{padding:10px 0 10px 10px;vertical-align:middle}.mobile table.film-table tbody td{vertical-align:top}table.film-table tbody td .poster{margin-right:10px;border-radius:var(--poster-border-radius-small)}table.film-table tbody td .poster .frame,table.film-table tbody td .poster img,table.film-table tbody td .poster .overlay{border-radius:var(--poster-border-radius-small)}table.film-table tbody td.td-day{color:#456;font-size:1.84615385rem;font-feature-settings:"tnum" 1;padding-left:20px}.mobile table.film-table tbody td.td-day{width:auto;font-size:18px;padding:10px 0 0;color:#678}table.film-table tbody td.td-film-details{display:grid;grid-template-columns:[poster] min-content [body] auto;align-items:center}.mobile table.film-table tbody td.td-film-details{align-items:start}table.film-table tbody td.td-film-details>.poster{grid-column:poster}table.film-table tbody td.td-film-details>.body{grid-column:body}table.film-table tbody td.td-film-details .rating-green{margin:5px 0 0}.mobile table.film-table tbody td.td-like{display:none}table.film-table tbody td.td-like .icon-like,table.film-table tbody td.td-like .icon-liked{width:0px;overflow:hidden;padding-left:16px}table.film-table tbody td.td-like .like-link-target{display:inline-block}table.film-table tbody td.td-like .like-link-target .icon-like,table.film-table tbody td.td-like .like-link-target .icon-liked{cursor:pointer}.mobile table.film-table tbody td.td-rating{display:none}table.film-table tbody td.td-rating .editable-rating{position:relative}table.film-table tbody td.td-rating .remove-rating{font-size:15px;line-height:1;padding:0;color:#9ab;display:block;position:absolute;top:0;left:85px;visibility:hidden}table.film-table tbody td.td-rating .remove-rating:hover,table.film-table tbody td.td-rating .remove-rating:active{color:#ff8000}table.film-table tbody td.td-rating:hover .remove-rating,table.film-table tbody td.td-rating:active .remove-rating{visibility:visible}table.film-table tbody td.td-rating .rateit{width:80px;margin-right:15px}table.film-table tbody td.td-edit{padding-right:9px;padding-left:10px;background:#1d232b}.mobile table.film-table tbody td.td-edit{display:none}table.film-table tbody td.td-edit .icon-edit{width:16px;padding:0;text-indent:110%;white-space:nowrap;overflow:hidden}table.film-table tbody td.td-edit .icon-edit .icon{background-position:-610px -110px}table.film-table tbody td.td-edit .icon-edit:hover .icon,table.film-table tbody td.td-edit .icon-edit:active .icon{background-position:-610px -90px}table.film-table tbody td .icon-review,table.film-table tbody td .icon-prior{display:inline-block}table.film-table tbody td .rating{height:14px}table.film-table tbody td.td-calendar{width:0}.mobile table.film-table tbody td.td-calendar{width:34px;padding-left:5px;padding-right:10px}table.film-table tbody td .date{width:63px;height:54px;padding:14px 0 0;margin-top:-3px;background:url(../img/sprite-Cmcg-tqK.svg) 0 -550px no-repeat;text-align:center;font-weight:400;box-sizing:border-box}.mobile table.film-table tbody td .date{padding:0;width:34px;height:auto;background:none}table.film-table tbody td .date strong{font-size:16px;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);display:block;font-weight:400;line-height:1.125}.mobile table.film-table tbody td .date strong{width:34px;height:30px;background:url(../img/sprite-Cmcg-tqK.svg) -600px -280px no-repeat;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:11px;line-height:40px;color:#14181c;letter-spacing:0;padding-top:0;margin:0 0 3px}table.film-table tbody td .date strong a{color:#def}table.film-table tbody td .date strong a:hover,table.film-table tbody td .date strong a:active{color:#29313a}table.film-table tbody td .date small{display:block;font-size:11px;color:#bcd;line-height:1.18181818;letter-spacing:.05em}table.film-table tbody td .date a:hover small{color:#14181c}.mobile table.film-table tbody td .date a small{color:#789}table.film-table tbody td.diary-day{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;letter-spacing:.02em}table.film-table tbody td.diary-day a{color:#678}table.film-table tbody td.diary-day a:hover,table.film-table tbody td.diary-day a:active{color:#40bcf4}table.film-table tbody td.center{text-align:center;line-height:1}.mobile table.film-table tbody td.td-rewatch{padding-left:5px;padding-right:0}table.film-table tbody td.td-rewatch .icon-rewatch .icon{background-position:-590px -89px}.mobile table.film-table tbody td.td-review{padding-left:5px;padding-right:0}table.film-table tbody td.td-mode{padding-right:5px;width:0}table.film-table tbody td.td-mode .policy-icon{display:block}.mobile table.film-table tbody td.td-mode .policy-icon{position:relative;top:calc(.5em - (1em - var(--icon-dimension)) * .5)}table.film-table tbody td.td-released{font-feature-settings:"tnum" 1}.mobile table.film-table tbody td.td-released{display:none}table.film-table tbody td .large-liked{padding-left:16px}table.film-table tbody td .large-liked .icon{background-position:-630px -90px}table.film-table tbody td.td-actions{padding-right:9px;padding-left:10px;width:75px;background:#1d232b}.mobile table.film-table tbody td.td-actions{display:none}table.film-table tbody td.td-actions .overlay-actions{display:block;float:right;position:relative;left:auto;bottom:auto;margin:0;background:none;width:75px}table.film-table tbody td.td-actions .overlay-actions button{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default}table.film-table tbody td.td-actions .overlay-actions button:not(:disabled):focus,table.film-table tbody td.td-actions .overlay-actions button:not(:disabled):hover{text-decoration:inherit}table.film-table tbody td.td-actions .overlay-actions button:enabled{cursor:pointer}table.film-table tbody td.td-actions .overlay-actions .watch-link{margin-left:0}table.film-table tbody td.td-actions .overlay-actions .icon-like .icon{background-position:-380px -700px}table.film-table tbody td.td-actions .overlay-actions .icon-like .icon:hover,table.film-table tbody td.td-actions .overlay-actions .icon-like .icon:active{background-position:-500px -700px}table.film-table tbody td.td-actions .overlay-actions .icon-watch .icon{background-position:-440px -700px}table.film-table tbody td.td-actions .overlay-actions .icon-watch .icon:hover,table.film-table tbody td.td-actions .overlay-actions .icon-watch .icon:active{background-position:-680px -700px}table.film-table tbody td.td-actions .overlay-actions .menu-link{background-position:-410px -700px}table.film-table tbody td.td-actions .overlay-actions .menu-link:hover,table.film-table tbody td.td-actions .overlay-actions .menu-link:active{background-position:-590px -700px}table.film-table tbody td.td-actions .overlay-actions .diary-entry-edit{float:left;padding:5px 9px 0 0}table.film-table tbody td.td-actions .overlay-actions .icon-edit{width:16px;padding:0;text-indent:110%;overflow:hidden;white-space:nowrap}table.film-table tbody td.td-actions .overlay-actions .icon-edit .icon{background-position:-610px -110px}table.film-table tbody td.td-actions .overlay-actions .icon-edit:hover .icon,table.film-table tbody td.td-actions .overlay-actions .icon-edit:active .icon{background-position:-610px -90px}body.my-own-films table.film-table tbody td.td-actions{width:55px}body.my-own-films table.film-table tbody td.td-actions .overlay-actions{width:50px}body.film-diary table.film-table tbody td.td-like,body.film-diary table.film-table tbody td.td-rating{display:table-cell}table.film-table .icon-review,table.film-table .icon-prior{width:0;text-indent:-999em;overflow:hidden;white-space:nowrap;display:block;margin:0 auto}table.film-table .icon-review .icon,table.film-table .icon-prior .icon{width:16px}table.film-table .headline-3{margin:0;display:inline-block;vertical-align:middle;width:300px}.mobile table.film-table .headline-3{width:auto;display:block;vertical-align:top;margin-left:45px}table.film-table .headline-3 a{color:#fff}table.film-table .headline-3 a:hover,table.film-table .headline-3 a:active{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 header{border-bottom:1px solid #456;margin-bottom:15px}#tabbed-content header ul{overflow:hidden;margin-bottom:-1px}#tabbed-content header ul.sub-nav{margin-bottom:0}#tabbed-content header ul li{float:left;margin:0 15px 0 0;font-size:1rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);line-height:1}#tabbed-content header ul li a{padding:0 0 5px;display:block;color:#00e054}#tabbed-content header ul li a:hover,#tabbed-content header ul li a:active{border-bottom:1px solid #00E054}#tabbed-content header ul li.selected a{color:#fff;border-bottom:1px solid #FFF}.tabbed-content-block{display:none}.tabbed-content-block:first-child{display:block}.film-prevnext,.film-prevnext .poster,.film-prevnext .frame{width:110px}.film-prevnext{position:relative}.film-prevnext .poster{background:none}.film-prevnext .poster .frame{background:none;box-shadow:none;border:1px solid #345;width:110px;height:105px}.film-prevnext .no-poster .frame-title{width:auto;transform:translateY(-50%);padding-left:8px;padding-right:8px}.film-prevnext .no-poster:hover img{border-color:#456}.film-prevnext:after{content:"";display:block;position:absolute;width:12px;height:19px;top:42px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;pointer-events:none}.film-prevnext.-next{float:left}.film-prevnext.-next img{float:right;border-left:1px solid #234;border-radius:0 5px 5px 0}.film-prevnext.-next .no-poster .frame-title{left:40px;right:0}.film-prevnext.-next .no-poster .frame{padding-left:40px}.film-prevnext.-next:after{left:13px;background-position:-120px -550px}.film-prevnext.-next:hover:after{background-position:-120px -570px}.film-prevnext.-prev{float:right}.film-prevnext.-prev img{border-right:1px solid #234;border-radius:5px 0 0 5px}.film-prevnext.-prev .no-poster .frame-title{right:40px;left:0}.film-prevnext.-prev .no-poster .frame{padding-right:40px}.film-prevnext.-prev:after{right:13px;left:auto;background-position:-140px -550px}.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;width:110px;height:105px;border-radius:var(--poster-border-radius);box-sizing:border-box}.film-prevnext.-inactive:after{display:none}.film-prevnext.-inactive p{text-align:center;color:#567;padding-top:42px}.action-large{font-size:1rem;line-height:1.38461538;text-align:center}.action-large .action{display:block;cursor:pointer;color:#bcd;min-width:50px}.action-large .action:before{content:"";display:block;margin:0 auto 3px;width:50px;height:40px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px}.action-large .action:hover,.action-large .action:active{color:#fff}.action-large.-watch{position:relative}.action-large.-watch .watch-link-target,.action-large.-watch .watch-link{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{display:block;position:absolute;box-sizing:border-box;top:20px;right:0;min-width:16px;margin:.5px 25px 0 0;padding:2.5px 4px 1.5px 3px;transform:translate(7px);text-align:right;color:#345;background-color:#bcd;border:1.5px solid #456;line-height:1;border-radius:8px;font-size:.69230769rem}.mobile .action-large.-watch .action>.count{font-size:.69230769rem;right:calc(50% - 18px);margin-right:0}.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{font-size:inherit;color:inherit}.action-large.-like .like-link a:hover,.action-large.-like .like-link span:hover,.action-large.-like .like-link a:active,.action-large.-like .like-link span:active{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{--primary-content-color: #BCD;--secondary-content-color: #9AB;--tertiary-content-color: #89A;--primary-interaction-color: #FFF;margin-bottom:1.53846154rem;font-size:1rem}.actions-panel:not(:has(ul li)){display:none}.mobile .actions-panel{font-size:1.08333333rem}.actions-panel>ul>li{color:var(--primary-content-color);background-color:#456;text-align:center;border-bottom:1px solid #2C3440;padding:10px 0;box-sizing:border-box}.mobile .actions-panel>ul>li{padding-top:15px;padding-bottom:15px}.actions-panel>ul>li.js-csi{padding:0;margin:0}.actions-panel>ul>li a{color:var(--content-color, var(--primary-content-color))}@media (hover: hover) and (pointer: fine){.actions-panel>ul>li a:hover{color:var(--interaction-color, var(--primary-interaction-color))}}.actions-panel>ul>li a:focus,.actions-panel>ul>li a:active{color:var(--interaction-color, var(--primary-interaction-color))}.actions-panel>ul>li a.badge{--content-color: #FFF}.actions-panel>ul>li a ._hidetext{position:absolute}.actions-panel>ul>li button{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;font-size:inherit;text-align:inherit;color:var(--content-color, var(--primary-content-color))}.actions-panel>ul>li button:not(:disabled):focus,.actions-panel>ul>li button:not(:disabled):hover{text-decoration:inherit}.actions-panel>ul>li button:enabled{cursor:pointer}@media (hover: hover) and (pointer: fine){.actions-panel>ul>li button:enabled:hover{color:var(--interaction-color, var(--primary-interaction-color))}}.actions-panel>ul>li button:enabled:active,.actions-panel>ul>li button:enabled:focus{color:var(--interaction-color, var(--primary-interaction-color))}.actions-panel>ul>li>.note{display:block;text-align:center;font-size:.84615385rem;color:var(--tertiary-content-color);margin-top:.18181818em}.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 .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.joined{border-bottom:none}.actions-panel>ul>li:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.actions-panel>ul>li:last-child{border-bottom:none;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.actions-panel>ul>.actions-row1{overflow:hidden;display:grid;grid-template-columns:1fr auto 1fr}.actions-panel>ul>.actions-row1>.action-large.-watchedall{width:100%;margin-top:-1px;padding-top:0}.actions-panel>ul>.actions-row1>.show-progress{grid-column:1 / -1;margin-block-start:1.23076923rem;margin-inline:1.53846154rem;color:var(--tertiary-content-color)}.mobile .actions-panel>ul>.actions-row1>.show-progress{margin-block-start:1.33333333rem;margin-inline:1.66666667rem}.actions-panel>ul>.spoilers{line-height:0}.actions-panel .panel-rateit{display:block;margin-top:4px}.actions-panel .panel-rateit .rateit-range{margin:0 auto;background-position:1px -890px}.actions-panel .panel-rateit .rateit-hover{background-position:1px -960px}.actions-panel .panel-rateit .rateit-selected{background-position:1px -925px}.actions-panel .panel-sharing{position:relative;height:38px}.mobile .actions-panel .panel-sharing{height:48px}.actions-panel .panel-sharing>.trigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;font-size:inherit;line-height:inherit;color:inherit;cursor:pointer}.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]){display:none}.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-top:-1px;margin-bottom:-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]{box-sizing:border-box;margin:0;border:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;box-shadow:none;border:none;display:block;width:calc(10em + 8px);padding:4px 4px 3px;border-radius:2px;background-color:#2c3440;color:#89a;text-align:left;font-size:.84615385rem;line-height:1}.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{color:#fff;background-color:transparent}.actions-panel .panel-sharing .clipboardtrigger{position:relative;padding:0;width:21px;background-color:#567}.actions-panel .panel-sharing .clipboardtrigger>.label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.actions-panel .panel-sharing .clipboardtrigger>.icon{top:50%;left:50%;margin-top:-6.5px;margin-left:-4.5px;width:9px;height:11px;background-position:-720px -180px}@media (hover: hover) and (pointer: fine){.actions-panel .panel-sharing .clipboardtrigger:hover{background-color:#678}}.actions-panel .panel-sharing .clipboardtrigger:focus,.actions-panel .panel-sharing .clipboardtrigger:active{background-color:#4a5968}.actions-panel .panel-sharing .urlgroup{display:inline-flex}.actions-panel .panel-sharing .urlgroup>input[type=text]{border-top-right-radius:0;border-bottom-right-radius:0}.actions-panel .panel-sharing .urlgroup>.clipboardtrigger{border-top-left-radius:0;border-bottom-left-radius:0}.actions-panel .panel-sharing .shareitem>.label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.actions-panel .panel-sharing .shareitem>.icon{position:static;width:16px;height:16px}.actions-panel .panel-sharing .shareitem.-link{display:inline-block}.actions-panel .panel-sharing .shareitem.-twitter>.icon{margin-left:5px;margin-right:4px;width:15px;background-position:-430px -200px}.actions-panel .panel-sharing .shareitem.-facebook>.icon{width:24px;background-position:-490px -150px}.actions-panel .count-link>a,.actions-panel .count-link>span{color:var(--primary-content-color);text-decoration:none;white-space:nowrap;display:inline-block;padding-left:0;font-size:inherit}.actions-panel .count-link>a .icon,.actions-panel .count-link>span .icon{position:relative;display:inline-block;vertical-align:middle;top:-2px;margin-right:5px}.actions-panel .count-link>a .badge,.actions-panel .count-link>span .badge{color:#fff;line-height:1}.actions-panel .count-link .count{color:var(--tertiary-content-color);margin-left:2px}.no-mobile .actions-panel .count-link.-micro .count{font-size:.92307692rem}.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{width:175px;border-bottom:none;padding:5px 0 .46153846rem}@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-top-right-radius:0;border-bottom-left-radius:3px}.actions-panel.-inline>ul>li:last-child{border-radius:0 3px 3px 0}.toggle-action{display:inline-block;text-align:center;background:#345;border-radius:3px;width:180px;color:#bcd;font-size:.84615385rem;line-height:1;padding:.54545455em 0 .45454545em;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.toggle-action.-on:before{content:"";width:12px;height:10px;background-size:12px 10px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%2366CC33%22%20fill-rule%3D%22evenodd%22%20points%3D%223.657%209.728%2011.971%201.414%2010.556%200%203.657%206.899%201.414%204.657%200%206.071%22%2F%3E%0A%3C%2Fsvg%3E%0A);display:inline-block;vertical-align:text-top;margin-right:.45454545em}.actions-panel .show-title-navigation{display:grid;grid-template-areas:"previous metadata next";grid-template-columns:auto 1fr auto;grid-column-gap:.61538462rem;align-items:center;background-color:#345;padding-block-start:.76923077rem;padding-block-end:.69230769rem;padding-inline:.76923077rem}.mobile .actions-panel .show-title-navigation{grid-column-gap:.66666667rem;padding-block-start:.83333333rem;padding-block-end:.75rem;padding-inline:.83333333rem}.actions-panel .show-title-navigation>.previous{grid-area:previous;transform:scaleX(-1)}.actions-panel .show-title-navigation>.next{grid-area:next}.actions-panel .show-title-navigation>.previous,.actions-panel .show-title-navigation>.next{--content-color: var(--tertiary-content-color);--interaction-color: var(--primary-content-color);line-height:1}.actions-panel .show-title-navigation>.visually-hidden{visibility:hidden;pointer-events:none}.actions-panel .show-title-navigation .delimiter{margin-inline:var(--delimiter-margin-inline);opacity:var(--delimiter-alpha)}.actions-panel .show-title-navigation>.metadata{--primaryname-font-size: 1rem;--showname-font-size: .76923077rem;grid-area:metadata;display:flex;flex-direction:column;row-gap:.23076923rem;word-wrap:break-word;text-wrap:balance;line-height:1.2;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.mobile .actions-panel .show-title-navigation>.metadata{--primaryname-font-size: 1.08333333rem;--showname-font-size: .83333333rem;row-gap:.25rem}.actions-panel .show-title-navigation>.metadata>.primaryname{font-size:var(--primaryname-font-size);color:var(--secondary-content-color)}.actions-panel .show-title-navigation>.metadata>.showname{text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:var(--showname-font-size);color:var(--tertiary-content-color)}.actions-panel .show-title-navigation>.metadata>.showname>.season-episode-code{--font-size: inherit}.pagination{overflow:hidden;position:relative;border-top:1px solid #345;padding-top:10px}.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-nextprev,.pagination .paginate-ajax{font-size:12px}.pagination .paginate-disabled{display:none}.pagination .paginate-disabled span{color:#456}.pagination .paginate-pages{float:left;width:60%;overflow:hidden;position:absolute;top:10px;left:20%}.pagination .paginate-pages ul{float:left;position:relative;left:50%;text-align:center}.pagination .paginate-pages li{display:block;float:left;position:relative;right:50%}.pagination .paginate-page button{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default}.pagination .paginate-page button:not(:disabled):focus,.pagination .paginate-page button:not(:disabled):hover{text-decoration:inherit}.pagination .paginate-page a,.pagination .paginate-page span,.pagination .paginate-page button,.pagination .unseen-pages{display:block;color:#9ab;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 span,.pagination .paginate-current button{color:#567}.pagination .paginate-ajax{text-align:center}.pagination .paginate-ajax a.ajax-disabled{height:12px;width:140px;text-indent:110%;white-space:nowrap;overflow:hidden}.pagination .paginate-ajax a.ajax-disabled .lb-spinner{position:absolute;left:50%;top:50%;margin:-6px 0 0 -6px}.pagination.-guttered{margin-left:5px;margin-right:5px}.person-table+.pagination,.activity-table+.pagination{border-top:none;padding-top:0}.person-table+.pagination .paginate-pages,.activity-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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default}.pagination .paginate-chunk button:not(:disabled):focus,.pagination .paginate-nextprev button:not(:disabled):focus,.pagination .paginate-chunk button:not(:disabled):hover,.pagination .paginate-nextprev button:not(:disabled):hover{text-decoration:inherit}.pagination .paginate-chunk button,.pagination .paginate-nextprev a,.pagination .paginate-nextprev span,.pagination .paginate-nextprev button,.pagination .paginate-ajax a,.pagination .paginate-ajax span,.load-more-button,.notes-button{color:#9ab;background:#283038;display:inline-block;white-space:nowrap;border-radius:3px;box-shadow:inset 0 1px rgba(255,255,255,.05);display:block;line-height:1;padding:9px 15px}.pagination .paginate-chunk button:enabled,.pagination .paginate-nextprev button:enabled,.pagination .paginate-enabled{cursor:pointer}.pagination .paginate-chunk button:disabled,.pagination .paginate-nextprev button:disabled{color:rgba(153,170,187,.333);background-color:rgba(40,48,56,.75)}.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,.pagination .paginate-ajax a:hover,.load-more-button:hover{color:#def;background:#303840}.pagination .paginate-ajax a.load-more-activity,a.load-more-search,.load-more-button{width:140px;padding:9px 0;margin-left:265px;position:relative}.load-more-button{text-align:center;margin:0 auto;font-size:12px}#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{position:relative;padding-top:0}#comments .section-heading{border-bottom:1px solid #456;padding-bottom:7px;margin-bottom:0}@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{text-transform:none;color:#678;letter-spacing:0}.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:hover,#comments .comment-controls a:active{color:#40bcf4}#comments .notification-icon{position:absolute;top:0;right:0;margin:0;padding-left:0;padding-right:20px}.mobile #comments .notification-icon{top:-2px;height:20px}@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:hover .subscription-text,#comments #join-audience:active .subscription-text,#comments #join-audience.ajax-disabled .subscription-text{visibility:visible}#comments #join-audience.button-unsubscribe .icon{background-position:-760px -130px}#comments .comment-list{overflow:hidden}#comments .comment-list .comment{overflow:hidden;border-bottom:1px solid #2C3440;padding:15px 0;display:block}@media (max-width: 767px){.mobile #comments .comment-list .comment{padding-left:16px;padding-right:16px}}.mobile #comments .comment-list .comment .person-summary{line-height:24px;margin-bottom:10px}.mobile #comments .comment-list .comment .person-summary>.name,.mobile #comments .comment-list .comment .person-summary>.metadata{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,#comments .comment-list .comment .show-on-hover .icon{visibility:hidden}.has-touch #comments .comment-list .comment .show-on-hover,.has-touch #comments .comment-list .comment .show-on-hover .icon,#comments .comment-list .comment:hover .show-on-hover,#comments .comment-list .comment:active .show-on-hover,#comments .comment-list .comment:hover .show-on-hover .icon,#comments .comment-list .comment:active .show-on-hover .icon{visibility:visible}#comments .comment-list .comment.edited .person-summary .edited-label:after{display:inline-block;content:"Edited";text-transform:uppercase;letter-spacing:.05em;margin-left:.3em;color:#678;font-size:.69230769rem}.mobile #comments .comment-list .comment.edited .person-summary .edited-label:after{font-size:.75rem}#comments .comment-list .comment .person-summary{color:#89a;margin-top:-1px;line-height:16px}#comments .comment-list .comment .person-summary .avatar{margin:0 10px 15px 0}#comments .comment-list .comment .person-summary .time{font-size:11px;color:#678}#comments .comment-list .comment .person-summary .comment-permalink{display:inline-block;margin-bottom:10px}#comments .comment-list .comment .person-summary .comment-permalink:hover .time,#comments .comment-list .comment .person-summary .comment-permalink:active .time{color:#40bcf4}#comments .comment-list .comment .person-summary .block-flag-wrapper{margin-left:initial;line-height:1}#comments .comment-list .comment .person-summary .action-icon-list{--item-gap: .75em ;display:inline-block}#comments .comment-list .comment .person-summary *:has(+.block-flag-wrapper),#comments .comment-list .comment .person-summary *:has(+.actions){margin-right:3px}.mobile #comments .comment-list .comment .person-summary .comment-permalink{margin-bottom:initial}.mobile #comments .comment-list .comment .person-summary .block-flag-wrapper{line-height:inherit}.mobile #comments .comment-list .comment .person-summary .block-or-report-flag{margin-left:.5em;vertical-align:middle}.mobile #comments .comment-list .comment .person-summary *:has(+.metadata+.actions){margin-right:5px}#comments .comment-list .comment-collapsed{padding-left:0;padding-bottom:0;width:100%}#comments .comment-list .comment-collapsed .icon{height:13px;background-position:-720px -341px;left:50%;margin-left:-8px;cursor:pointer}#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 .person-summary,#comments .comment-list .comment-collapsed .comment-body{display:none}#comments .comment-list .comment-collapsed+.comment-collapsed{display:none}#comments .comment-list .comment-expanded{padding-left:0;background-color:#171b22}#comments .comment-list .comment-expanded .comment-person,#comments .comment-list .comment-expanded .comment-body{display:block}#comments .comment-list .comment-expanded>.icon{display:none}#comments .comment-list .badge{display:inline-block}#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 p,.comment-body li,.comment-body blockquote{margin:0}.comment-body p+p,.comment-body li+p,.comment-body blockquote+p,.comment-body p+blockquote,.comment-body li+blockquote,.comment-body blockquote+blockquote{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;padding:1em 15px;width:100%;height:100px;min-height:6em;max-height:12em;resize:vertical}#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{margin:0 0 0 10px;align-self:center}#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;text-align:right;padding-right:1.53846154rem}#comment-form .row.-buttons .comment-settings{margin-right:auto;align-self:center}@media (max-width: 510px){#comment-form .row.-buttons{position:relative;padding-bottom:32px}#comment-form .row.-buttons .comment-settings{position:absolute;bottom:0;left:0}}.page-footer{background-color:#2c3440;padding:32px 0;padding-bottom:calc(32px + var(--layout-ad-footer-offset))}.mobile .page-footer{padding-top:20px;padding-bottom:30px;padding-bottom:calc(30px + var(--layout-ad-footer-offset))}.mobile .page-footer[data-show-all=on] .nav-toggle{display:none}.mobile .page-footer[data-show-all=on] .footer-nav>ul{margin-right:0;height:auto;text-align:center}.mobile .page-footer[data-show-all=on] .footer-nav>ul>li{position:relative!important;opacity:1!important;display:inline-block!important}.page-footer>.content-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start}.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{color:#678;border-bottom:1px solid #456}.page-footer a.mute:hover{border-bottom:1px solid #678}.page-footer .footer-nav{flex:0 0 auto;margin-bottom:1em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.mobile .page-footer .footer-nav{flex:1 1 auto;margin-bottom:.76923077rem}.page-footer .footer-nav>ul{overflow:hidden;margin-bottom:0}.mobile .page-footer .footer-nav>ul{overflow:hidden;height:20px;margin-right:60px;font-size:0px}.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{display:inline-block;position:absolute;right:16px;top:0;margin:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.15384615rem;color:#9ab}.page-footer .nav-toggle:active{color:#bce}.page-footer .social-service-list .trigger{color:#567}.page-footer .social-service-list .trigger[href]:hover,.page-footer .social-service-list .trigger[href]:focus{color:#89a}.mobile .page-footer .socials{flex-grow:1;order:3;text-align:center}.page-footer .copyright{flex:1 0 100%;font-size:.92307692rem;color:#678;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;padding:7px 10px;overflow:hidden;position:relative;font-size:12px}.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+.-basic{border-bottom:none}.activity-row.-basic+.-basic:last-child{border-bottom:1px solid #2C3440}.activity-row.-basic+.-review{border-top:1px solid #2C3440}.activity-row.-basic+.-newlist{border-top:1px solid #2C3440}.activity-row.-basic+.-story{border-top:1px solid #2C3440}.activity-row.-newlist .table-activity-type{padding-top:17px}.activity-row.-newlist .avatar,.activity-row.-story .avatar{position:relative;top:-3px}.activity-row.-story .card-summary{margin-top:.76923077rem;margin-bottom:.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{min-width:80px;width:27.5%;display:flex;flex-direction:row;flex-shrink:0}.activity-row.-story .card-summary.-graph .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:100%}.activity-row.-story .card-summary.-graph .media:after{content:"";display:table;clear:both}.activity-row.-story .card-summary.-graph .media>.canvas{display:block;position:relative;width:100%;height:100%;padding-top:0}.activity-row.-story .card-summary.-graph .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.activity-row.-story .card-summary.-graph .detail{flex-grow:1;align-self:center;padding-top:12.5px;padding-bottom:12.5px}.activity-row.-newlist,.activity-row.-review,.activity-row.-story{padding-top:20px;padding-bottom:12px;background:none}.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-row.-review{padding-top:15px;padding-bottom:20px}.activity-row .timeago{display:inline-block;position:absolute;right:7px;top:10px;margin:0;width:auto;white-space:nowrap;font-size:11px;color:#567;line-height:1.63636364}.mobile .activity-row .timeago{display:none}.activity-table .table-activity-user{padding-right:10px;width:30px;float:left}.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-poster{width:35px}.activity-table .table-activity-description{padding:3px 0;overflow:hidden;width:530px}.activity-table .table-activity-description .activity-description-brief{color:#789}.activity-table .table-activity-description blockquote{margin:8px 0 4px;padding-left:15px;border-left:1px solid #456}.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 p,.activity-table .table-activity-description blockquote li{font-size:12px;line-height:1.5}.activity-table .table-activity-description blockquote a{color:#bcd}.activity-table .table-activity-description blockquote a:hover,.activity-table .table-activity-description blockquote a:active{color:#fff}.activity-table .table-activity-description blockquote a.reveal{color:#40bcf4}.activity-table .table-activity-description blockquote a.reveal:hover,.activity-table .table-activity-description blockquote a.reveal:active,.activity-table a.target{color:#fff}.activity-table a.target .context{color:#789}.activity-table a.target:hover,.activity-table a.target:active{color:#abc}.activity-table a.target:hover .context,.activity-table a.target:active .context{color:#678}.activity-table a.secondary{color:#bcd}.activity-table a.secondary:hover,.activity-table a.secondary:active{color:#fff}.activity-table .production-viewing{border:none;padding:0}.activity-table .list{margin-bottom:3px}.activity-table .activity-list-description{margin-top:15px}.activity-table .activity-list-description blockquote{margin:15px 0;padding-left:15px;border-left:1px solid #456;color:#abc}.activity-table .activity-list-description p{margin-bottom:1em}.activity-table .activity-list-description p:last-child{margin-bottom:0}.activity-table .list-link{width:610px;margin:10px 0 0}.mobile .activity-table .list-link{max-width:100%}.mobile .activity-table .list-link .poster-list>.poster:nth-child(n+6){display:none}.activity-table.-personal a.person{max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top}.activity-table .-hidden{display:none}.activity-summary{color:#678;position:relative;line-height:18px;font-size:.92307692rem}.activity-summary .name{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:#89a}.activity-summary .name a{color:#89a}.activity-summary .name a:hover{color:#bcd}.activity-summary a.name{color:#89a}.activity-summary a.name:hover{color:#bcd}.activity-summary .target{color:#fff}.activity-summary .target .context{color:#789}.activity-summary .target:hover,.activity-summary .target:active{color:#bcd}.activity-summary .target:hover .context,.activity-summary .target:active .context{color:#89a}.activity-summary .target:has(+.content-reactions-strip){margin-right:.5em}.activity-summary .secondary,.activity-summary a.secondary{color:#89a}.activity-summary a.secondary:hover{color:#bcd}.activity-summary .rating{display:inline-block;vertical-align:inherit;margin:0 1px}.popmenu{--arrow-height: 8px;--arrow-width: 20px;--arrow-asset-height: 14px;--arrow-asset-width: 20px;--menu-width: 150px;position:absolute;width:var(--menu-width);z-index:10010;font-size:1rem}.mobile .popmenu{font-size:1.08333333rem}.popmenu>ul{overflow:hidden;margin:0;background:#89a;padding:0;box-shadow:inset 0 1px rgba(255,255,255,.2),0 5px 20px #000;border-radius:4px}.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]{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;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>a,.popmenu>ul>li.popmenu-textitem>.label,.popmenu>ul>li.popmenu-textitem>button[type=button]{display:block;padding:6px 5px 7px 10px;text-align:left;color:#2c3440;text-shadow:rgba(255,255,255,.1) 0 1px 0;line-height:inherit;font-size:1rem}.popmenu>ul>li.popmenu-textitem>a:hover,.popmenu>ul>li.popmenu-textitem>a:active{background:#678;color:#fff}.popmenu>ul>li.popmenu-textitem>a.disabled{color:#678}.popmenu>ul>li.popmenu-textitem>a.disabled:hover,.popmenu>ul>li.popmenu-textitem>a.disabled:active{background:none;text-shadow:rgba(255,255,255,.1) 0 1px 0}.popmenu>ul>li.popmenu-textitem>button[type=button].-large{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):hover,.popmenu>ul>li.popmenu-textitem>button[type=button]:not(:disabled):active{background:#678;color:#fff}.popmenu>ul>li.popmenu-textitem>button[type=button]:disabled{color:#678}.popmenu>ul>li.popmenu-textitem>a.link-blocked{cursor:default;color:#456}.popmenu>ul>li.popmenu-textitem>a.link-blocked:hover{background:none;text-shadow:rgba(255,255,255,.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>a,.popmenu>ul>li.popmenu-textitem.-centered>.label,.popmenu>ul>li.popmenu-textitem.-centered>button[type=button]{padding-left:5px;text-align:center}.popmenu .options>.option{color:#2c3440;text-shadow:rgba(255,255,255,.1) 0 1px 0;display:block;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{content:"";display:block;width:3px;height:7px;position:absolute;left:11px;top:5px;border-right:2px solid #14ff6c;border-bottom:2px solid #14ff6c;transform:rotate(45deg)}.popmenu>.popmenu-arrow{box-sizing:content-box;display:block;position:absolute}.popmenu.-has-arrow[data-placement^=top] .popmenu-arrow,.popmenu.-has-arrow[data-placement^=bottom] .popmenu-arrow{width:var(--arrow-width);height:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=right] .popmenu-arrow,.popmenu.-has-arrow[data-placement^=left] .popmenu-arrow{width:var(--arrow-height);height:var(--arrow-width)}.popmenu.-has-arrow[data-placement^=top]{padding-bottom:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=top] .popmenu-arrow{bottom:0;background-position:-410px calc(-600px - (var(--arrow-asset-height) - var(--arrow-height)))}.popmenu.-has-arrow[data-placement^=right]{padding-left:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=right] .popmenu-arrow{left:0;background-position:-470px -600px}.popmenu.-has-arrow[data-placement^=bottom]{padding-top:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=bottom] .popmenu-arrow{top:0;background-position:-410px -620px;padding-bottom:1px}.popmenu.-has-arrow[data-placement^=left]{padding-right:var(--arrow-height)}.popmenu.-has-arrow[data-placement^=left] .popmenu-arrow{right:0;background-position:calc(-450px - (var(--arrow-asset-height) - var(--arrow-height))) -600px}.popmenu.-static{position:relative}.popmenu[hidden]{display:none!important}.film-poster-popmenu{--menu-width: 200px}.film-poster-popmenu input.fm-rateit-field{font-size:5px;padding:0;background:transparent;height:5px;line-height:1;position:absolute}.film-poster-popmenu .fm-rateit{display:block;padding:6px 0 9px;height:19px}.film-poster-popmenu .fm-rateit .rateit-range{display:block;width:100px;margin:0 auto}.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{box-sizing:border-box;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;position:absolute;top:50%;left:50%;margin:-16px 0 0 -50px;width:32px;height:32px;color:#2c3440}.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-property:opacity,transform;transition-duration:.33333333s,.5s}.film-poster-popmenu .fm-rate.-has-rating .removetrigger:not(:disabled):hover,.film-poster-popmenu .fm-rate.-has-rating .removetrigger:not(:disabled):focus{opacity:1!important}.film-poster-popmenu .fm-rate.-has-rating:hover .removetrigger:not(:disabled),.film-poster-popmenu .fm-rate.-has-rating:focus-within .removetrigger:not(:disabled){opacity:.6;transform:translate(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:"...";position:absolute;left:100%}.block-or-report-popmenu{--menu-width: 160px}.subscription-sku-popmenu{--menu-width: 190px}.bar-nav{color:#9ab;background:#1b2127;display:inline-block;padding:0 2px;border:1px solid #303840;white-space:nowrap;border-radius:4px}.bar-nav li{float:left;border-right:1px solid #293037;font-size:.92307692rem;line-height:1;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.bar-nav li:last-child{border:none}.bar-nav a{display:block;color:#89a;padding:7px 10px 9px}.mobile .bar-nav a{line-height:14px}.bar-nav a:hover,.bar-nav a:active{color:#def}.bar-nav .smenu-wrapper{height:auto;float:left;padding:0}.bar-nav .smenu-wrapper .smenu{margin:0;font-size:inherit}.bar-nav .smenu-wrapper .smenu label{display:inline-flex;font-size:inherit;padding:9px 10px 8px;letter-spacing:.075em;color:#9ab}.bar-nav .smenu-wrapper .smenu label .icon{top:2px;background-position:-370px -90px}.bar-nav .smenu-wrapper .smenu label:hover{color:#def}.mobile .browse-by .bar-nav{clear:left;width:100%;background:none;padding:0;overflow:hidden;white-space:normal;border:none;border-radius:0;text-align:justify;font-size:0px;position:relative;text-justify:distribute-all-lines}.mobile .browse-by .bar-nav>li{display:inline-block;text-align:left;position:relative;vertical-align:top;line-height:0}.mobile .browse-by .bar-nav:after{content:"";display:inline-block;width:100%;height:0}.mobile .browse-by .bar-nav li{width:33.33%;box-sizing:border-box;text-align:center;float:none;white-space:nowrap;background:#1b2127;border-top:1px solid #303840;border-bottom:1px solid #303840;border-left:none;margin-top:-1px}.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{border:none;background:none}.bar-nav-with-arrows .bar-nav-arrow{margin-top:5px;width:20px;height: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{border-top:1px solid #303840;border-bottom:1px solid #303840;background:#1b2127}.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{border:none;background: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-left:1px solid #303840;border-top-left-radius:3px;border-bottom-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-right:1px solid #303840;border-top-right-radius:3px;border-bottom-right-radius:3px}.bar-nav-with-arrows li.bar-nav-end-right.selected{border-color:#89a}.decade-browser{width:100%;overflow:hidden;position:relative;padding:10px 0 15px}.mobile .decade-browser{padding-top:0}.decade-browser .bar-nav-with-arrows{clear:left;float:left;list-style:none;margin:0;padding:0;position:relative;left:50%;text-align:center}.mobile .decade-browser .bar-nav-with-arrows{left:0;float:none;display:block}.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-year,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right{box-sizing:border-box;width:20%;text-align:center}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(7n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(7n){border-top-right-radius:3px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(7n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(7n).selected{border-color:#89a}.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-end-right:nth-of-type(8n){border-left:1px solid #303840;border-bottom-left-radius:3px}.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-end-right:nth-of-type(8n).selected{border-color:#89a}.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-end-right:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(9n),.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-end-right: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-end-right: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-end-right:nth-of-type(12n){border-top:none}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year a,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right a{width:auto;padding:10px 0}.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{float:none;width:150px;margin:0 auto 15px;font-size:16px;text-align:center;border-top-right-radius:3px;border-bottom-right-radius:3px}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left a{width:auto;padding:10px 0}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-left+li{clear:both;border-left:1px solid #303840;border-top-left-radius:3px}.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-year,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right{width:10%}.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(7n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-end-right:nth-of-type(7n){border-top-right-radius:0}.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-end-right:nth-of-type(8n){border-left:none;border-bottom-left-radius:0}.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-end-right:nth-of-type(8n),.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(9n),.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-end-right: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-end-right: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-end-right:nth-of-type(12n){border-top:1px solid #303840}.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-end-right:nth-of-type(8n).selected,.mobile .decade-browser .bar-nav-with-arrows li.bar-nav-year:nth-of-type(9n).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-end-right: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-end-right: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-end-right:nth-of-type(12n).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-top-left-radius:3px;border-bottom-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-year a,.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{padding:7px 6px}.form-panel{width:360px;margin:0 auto}.form-panel fieldset{padding:20px 20px 25px;background:rgba(29,35,40,.4);border-radius:8px;border:1px solid #32373C;box-shadow:0 2px 10px rgba(0,0,0,.25)}.form-panel .signin-actions{float:left;padding-top:14px;margin-bottom:0}.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{padding-top:0!important;border-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-size:1100px 100%;background-repeat:no-repeat;background-position-x:center}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{z-index:-1;content:"";display:block;position:fixed;top:0;left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;background-color:#14181c}.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{z-index:-1;content:"";display:block;position:fixed;top:0;left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;background-color:#14181c}.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(0 + 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{max-width:1100px;margin-left:auto;margin-right:auto;left:0;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]{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji!important;color:#fff!important}#tyche_cmp_modal div[class^=banner_info]>span{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji!important;color:#bcd!important}#tyche_cmp_modal div[class^=banner_options] div[class^=banner_option] a span{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji!important;color:#fff!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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji!important;color:#bcd!important}#tyche_cmp_modal div[class^=banner_consentContainer] div[class^=banner_consent] a[class^=banner_continue]{background:#567!important;border:none!important;box-shadow:inset 0 1px rgba(255,255,255,.2);border-radius:3px}#tyche_cmp_modal div[class^=banner_consentContainer] div[class^=banner_consent] a[class^=banner_continue] span{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji!important;font-weight:700!important;color:#c8d4e0!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}#tyche_cmp_modal,#pw-oop-bottom_rail{background-color:rgba(44,52,64,.75)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.pw-div{margin-top:2.46153846rem}.pw-div>*{display:block;margin:0 auto;width:100%!important}.pw-div.-tile300x250{width:300px;margin-bottom:2px}@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{top:auto;margin-bottom:2.46153846rem}.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;margin-bottom:.76923077rem;padding-top:.38461538rem;text-align:center}.upgrade-kicker>.modaltrigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;text-transform:uppercase;letter-spacing:.1em;font-size:10px;line-height:12px;color:#567}.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[href],.upgrade-kicker>.modaltrigger:not(:disabled){cursor:pointer}.upgrade-kicker>.modaltrigger[href]:hover,.upgrade-kicker>.modaltrigger:not(:disabled):hover,.upgrade-kicker>.modaltrigger[href]:focus,.upgrade-kicker>.modaltrigger:not(:disabled):focus{color:#40bcf4}.upgrade-kicker.-alignleft{text-align:left}.mobile .upgrade-kicker{width:320px!important}.sidebar *+script+.pw-div[style*="display: none"]~.upgrade-kicker,.sidebar *+script+.pw-div[style*="display:none"]~.upgrade-kicker,.film .col-poster-large .pw-div[style*="display: none"]~.upgrade-kicker,.film .col-poster-large .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{margin-top:0}.section+.banner{margin-top:0}aside .section+.banner{margin-top:20px}#topstrip{box-sizing:border-box;z-index:900;position:relative;background-color:#456}#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 print,(prefers-reduced-motion: reduce){#topstrip .animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!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%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}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:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}#topstrip .animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(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:scaleZ(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:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}#topstrip .animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}#topstrip .animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}#topstrip .animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}#topstrip .animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.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-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}#topstrip .animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}#topstrip .animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}#topstrip .animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}#topstrip .animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}#topstrip .animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}#topstrip .animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}#topstrip .animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.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:scaleZ(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%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}#topstrip .animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}#topstrip .animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}#topstrip .animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}#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%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}#topstrip .animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}#topstrip .animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}#topstrip .animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}#topstrip .animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}#topstrip .animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}#topstrip .animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}#topstrip .animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}#topstrip .animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}#topstrip .animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}#topstrip .animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}#topstrip .animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}#topstrip .animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}#topstrip .animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}#topstrip .animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}#topstrip .animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity: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) rotate3d(0,0,1,-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) rotate3d(0,0,1,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%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}#topstrip .animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}#topstrip .animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}#topstrip .animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}#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%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}#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%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}#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{visibility:hidden;transform:translate3d(0,100%,0)}}#topstrip .animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}#topstrip .animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}#topstrip .animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}#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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;order:2;float:right;display:flex;justify-content:center;align-items:center;height:40px;color:#def;opacity:.75}#topstrip .closetrigger>.glyph{display:block;width:9px;height: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]):hover,#topstrip .closetrigger:not([disabled]):focus{opacity:1;color:#eef7ff}#topstrip .closetrigger:not([disabled]):hover>.label,#topstrip .closetrigger:not([disabled]):focus>.label{text-decoration:underline}#topstrip .body{display:flex;align-items:center;flex-grow:1;padding-top:.76923077rem;padding-bottom:.76923077rem;min-height:40px;text-align:left;text-transform:uppercase;font-size:.84615385rem;line-height:1.25;letter-spacing:.1em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:#def}#topstrip .body .emoji{position:relative;display:inline;vertical-align:middle;font-size:1.5em;line-height:.66666667;top:-1px}#topstrip .body .emoji:after{content:" ";font-size:66.66666667%}#topstrip .body a[href]{color:currentColor;text-decoration:underline;text-underline-offset:.25em}#topstrip .body:hover a[href],#topstrip .body:focus a[href]{color:#eef7ff}#topstrip .body>*{line-height:inherit}#topstrip .body>*:last-child{margin-bottom:0}#topstrip .eastereggtrigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;align-self:center;display:block;position:relative;font-size:1.84615385rem;line-height:1;color:#def}#topstrip .eastereggtrigger:after{content:" ";font-size:66.66666667%}#topstrip .eastereggtrigger:not([disabled]){cursor:pointer;touch-action:manipulation}#topstrip .eastereggtrigger:not([disabled]):hover,#topstrip .eastereggtrigger:not([disabled]):focus{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{position:absolute;top:5px;right:10px;font-size:25px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;color:#def}#topstrip .topstrip-close:hover,#topstrip .topstrip-close:active{color:#fff}#topstrip .topstrip-close>.description{font-size:.84615385rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;line-height:1;position:absolute;right:100%;top:2px;transform:translate(-5px);background:#fff;padding:3px 10px;border-radius:30px;box-shadow:0 1px 5px rgba(0,0,0,.25);display:none}#topstrip .topstrip-close:hover>.description{display:block}#topstrip.-adminnote{position:absolute;top:50px;left:20px;width:300px;background-color:#fff46c;opacity:.9}#topstrip.-adminnote>.content-wrap{width:90%}#topstrip.-adminnote .body{color:#123}.watch-panel{border:1px solid #303840;background-color:#14181c;overflow:hidden;border-radius:3px}.watch-panel.-empty{display:none}.watch-panel>.header{background:#242c34;padding:8px 10px 9px;display:flex;align-items:center}.watch-panel>.header>.title{color:#9ab;margin:0;padding-top:1px;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:.84615385rem}.mobile .watch-panel>.header>.title{font-size:.91666667rem}.view .watch-panel>.header>.title{display:none}.watch-panel>.header>.trailer-link{padding:0;margin-left:auto}.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+.services>.service,.watch-panel .services+.other,.watch-panel .other+.other{border-top:1px solid #202830}.watch-panel .services.-showall>.service:nth-child(n+5){display:flex}.watch-panel .services>.service{font-size:0;color:#9ab;margin:0 0 0 10px;padding:10px 4px 10px 30px;position:relative;display:flex;align-items:flex-start}.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{display:inline-block;vertical-align:middle;color:#9ab;font-size:12px;line-height:1.66666667;flex-shrink:0}.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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.watch-panel .services>.service>.label>.title>.name,.watch-panel .services>.service>.label>.title>.locale{display:inline-block;vertical-align:middle}.watch-panel .services>.service>.label>.title>.name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:84px}.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;position:absolute;left:0;top:8px;width:24px;height:24px;margin-right:6px}.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.label,.watch-panel .services>.service a.link{cursor:pointer}.watch-panel .services>.service.-obsolete>.label{opacity:.5}.watch-panel .services>.service.-obsolete>.label>.brand{opacity:.8}.watch-panel .services>.service>.remove{position:absolute;right:0;top:50%;transform:translateY(-50%);width:28px;height:40px;text-indent:110%;white-space:nowrap;overflow:hidden}.watch-panel .services>.service>.remove:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-390px -50px}.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;white-space:nowrap;margin-right:4px}.watch-panel .services>.service>.options>.group>.link{margin-right:0}.watch-panel .services>.service>.options>.group>.link:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.watch-panel .services>.service>.options>.group>.link:first-child .format{display:none}.watch-panel .services>.service>.options>.group>.link+.link{margin-left:0;border-radius:0;border-left:1px solid #14181C}.watch-panel .services>.service>.options>.group>.link+.link .extended{display:none}.watch-panel .services>.service>.options>.group>.link:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.view .watch-panel .services>.service>.options{display:none}.watch-panel .services>.service .link{position:relative;display:inline-block;vertical-align:middle;color:#89a;background:#283038;font-size:.69230769rem;line-height:1;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);padding:4px 4px 3px 5px;border-radius:3px;margin-top:2px;margin-bottom:2px;margin-right:4px}.mobile .watch-panel .services>.service .link{padding:3px 10px;top:0;font-size:.83333333rem}.watch-panel .services>.service .link:hover,.watch-panel .services>.service .link:active{background:#fff;color:#567}.watch-panel .services>.service .link.-prime .primelogo{position:relative;display:inline-block;text-indent:110%;white-space:nowrap;overflow:hidden;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-650px -900px;width:34px;height:9px;top:1px}.watch-panel .services>.service .link.-prime:hover .primelogo{background-position:-650px -930px}.watch-panel p~div .services{margin:0 0 0 10px;border-top:1px solid #202830}.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.-ticketing,.watch-panel .other.-ownership{padding:12px 0;color:#9ab;font-size:1rem}.mobile .watch-panel .other.-ticketing,.mobile .watch-panel .other.-ownership{font-size:1.08333333rem}.watch-panel .other.-ticketing a,.watch-panel .other.-ownership a{display:block;color:inherit}.watch-panel .other.-ticketing a[href]:hover,.watch-panel .other.-ownership a[href]:hover,.watch-panel .other.-ticketing a[href]:focus,.watch-panel .other.-ownership a[href]:focus{color:#def}.watch-panel .other.-ticketing a[href]:hover .label.-secondary,.watch-panel .other.-ownership a[href]:hover .label.-secondary,.watch-panel .other.-ticketing a[href]:focus .label.-secondary,.watch-panel .other.-ownership a[href]:focus .label.-secondary{color:#abc}.watch-panel .other.-ticketing a .label.-emphasis,.watch-panel .other.-ownership a .label.-emphasis{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.watch-panel .other.-ticketing a .label.-secondary,.watch-panel .other.-ownership a .label.-secondary{display:block;color:#89a;font-size:.92307692rem;padding-top:.38461538rem}.watch-panel .other.-message{padding:12px 0;font-size:.92307692rem}.watch-panel .other.-message .primary:link,.watch-panel .other.-ticketing .primary:link,.watch-panel .other.-message .primary:visited,.watch-panel .other.-ticketing .primary:visited{color:#fff}.watch-panel .other.-message .primary[href]:hover,.watch-panel .other.-ticketing .primary[href]:hover,.watch-panel .other.-message .primary[href]:active,.watch-panel .other.-ticketing .primary[href]:active,.watch-panel .other.-message .primary[href]:focus,.watch-panel .other.-ticketing .primary[href]:focus{color:#40bcf4}.view .watch-panel .other .wide-only{display:none}.mobile .view .watch-panel .other .wide-only{display:inline}.watch-panel .other>.more{display:block;padding:12px 10px 13px 0;font-size:.92307692rem;line-height:1;color:#40bcf4;flex-grow:1}.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:hover,.watch-panel .other>.more:active{color:#def}.watch-panel .other>.jw-branding{display:block;text-indent:-3000px;font:0/0 Arial;overflow:hidden;color:rgba(255,255,255,0);width:62px;height:10px;background:url(../img/justwatch-BgW6VqXj.svg) no-repeat;background-size:62px 20px;background-position:0 0;align-self:center}.watch-panel .other>.jw-branding:hover,.watch-panel .other>.jw-branding:active{background-position:0 -10px}.report-link,.redact-link{display:inline-block;position:relative;vertical-align:middle;height:16px;width:16px;padding:0;line-height:16px;cursor:pointer;text-indent:110%;white-space:nowrap;overflow:hidden}.report-link .icon,.redact-link .icon{top:-1px;width:16px;height:16px}.film .report-link,.film .redact-link{margin-left:.75em}.popmenu-textitem .report-link,.popmenu-textitem .redact-link{text-indent:0;width:auto;color:#2c3440;text-shadow:rgba(255,255,255,.1) 0 1px 0;display:block;padding:6px 5px 7px 10px;margin-left:0;text-align:left}.popmenu-textitem .report-link .icon,.popmenu-textitem .redact-link .icon{display:none}.popmenu-textitem .report-link:hover,.popmenu-textitem .redact-link:hover,.popmenu-textitem .report-link:active,.popmenu-textitem .redact-link:active{background:#678;color:#fff}.report-link:hover .icon,.redact-link:hover .icon,.report-link:active .icon,.redact-link:active .icon{background-position:-610px -50px}.glitchy{margin-left:1em}.block-flag-wrapper{position:relative;display:inline-block;vertical-align:middle;margin-left:.92307692rem}.list-title-intro .block-flag-wrapper{margin-left:0}.mobile .list-title-intro .block-flag-wrapper{position:absolute;top:4px;right:0}.block-flag-wrapper .block-or-report-flag{width:16px;height:16px;padding-left:0;text-indent:110%;white-space:nowrap;overflow:hidden}.block-flag-wrapper .block-or-report-flag:hover .icon{background-position:-610px -50px}.mobile .block-flag-wrapper{float:right}.progress-panel{position:relative;color:#9ab;text-align:center;padding:.76923077rem 0 0;border:1px solid #303840;border-radius:3px;box-sizing:border-box}.progress-panel .progress-status{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:.76923077rem}.progress-panel h3{font-size:.92307692rem;line-height:1.33333333;color:#9ab;margin:0;text-align:left;padding-left:.76923077rem}.progress-panel h3 .progress-counter{display:block}.progress-panel p{font-size:2.61538462rem;line-height:1;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;margin:0;padding-right:.76923077rem}.progress-panel .percent{display:inline-block;vertical-align:top;padding-top:2px;margin:0 0 0 2px;font-size:1.23076923rem}.progress-panel .progress-container{height:5px;background:#14181c;background:#202830;background:#303840;position:relative;overflow:hidden;margin:0 -1px -1px;border-bottom-left-radius:2px;border-bottom-right-radius:2px}.progress-panel .progress-container .progress-bar{position:absolute;left:0;top:0;height:5px;width:0;background-color:#40bcf4}.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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);display:block;margin-bottom:2px}.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:hover,.contextual-title>.headline-2>.context a:hover,.contextual-title>.title-1>.context a:hover,.contextual-title>.headline-1>.context a:active,.contextual-title>.headline-2>.context a:active,.contextual-title>.title-1>.context a:active{color:#40bcf4}.contextual-title>.headline-1>.metadata,.contextual-title>.headline-2>.metadata,.contextual-title>.title-1>.metadata{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;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{color:#89a;border-bottom:1px solid #456}.ui-block-heading .mute:hover,.ui-block-heading .mute:active,.ui-block-heading .highlight{color:#bcd}.ui-block-heading .capitalize{text-transform:capitalize}body.watchlist .ui-block-header,body.films-watched .ui-block-header,body.films-reviewed .ui-block-header,body.filmography-page .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{position:relative;left:auto;bottom:auto;display:block;width:auto}.mobile #films-browser-list-container li.empty-list p{display:block;width:auto;margin:0}.filtered-message{background-color:#456;color:#9ab;text-align:center;border-radius:4px}.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:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.filtered-message p.ui-block-heading a:hover,.filtered-message p.ui-block-heading a:active{color:#def;text-decoration:underline}.filtered-message.-alert{background-color:#e0c010;color:#345}.filtered-message.-alert .ui-block-heading a:link,.filtered-message.-alert .ui-block-heading a:visited,.filtered-message.-alert .ui-block-heading a:hover,.filtered-message.-alert .ui-block-heading a:active{color:#345}.filtered-message+.poster-list{margin-top:.76923077rem}.empty-text,.filtered-message.empty-text{border:1px solid #456;background-color:transparent;padding:4.92307692rem 2.46153846rem;border-radius:4px}.empty-text .ui-block-heading,.filtered-message.empty-text .ui-block-heading{text-align:center;color:#89a;margin:0}.empty-text .ui-block-heading a:link,.filtered-message.empty-text .ui-block-heading a:link,.empty-text .ui-block-heading a:visited,.filtered-message.empty-text .ui-block-heading a:visited{color:#89a;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.empty-text .ui-block-heading a:hover,.filtered-message.empty-text .ui-block-heading a:hover,.empty-text .ui-block-heading a:active,.filtered-message.empty-text .ui-block-heading a:active{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{font-size:10px;position:absolute;top:0;right:0;color:#678;line-height:1;padding-top:5px}.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{position:relative;font-size:1rem;color:#bcd;background-color:#456;box-sizing:border-box;border-radius:4px}.mobile .activity-settings{background:transparent;padding:0}.activity-settings>.heading{margin:0;padding:.76923077rem;font-size:1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.mobile .activity-settings>.heading{height:0;padding:0 .76923077rem;font-size:0}.activity-settings>.heading:after{content:"";display:block;width:16px;height:16px;position:absolute;top:8px;right:7px;background-size:16px 16px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%205h2v1H0V5zm14%206h2v1h-2v-1zM7%205h9v1H7V5zm-7%206h9v1H0v-1zm4.5-4C5.328%207%206%206.328%206%205.5S5.328%204%204.5%204%203%204.672%203%205.5%203.672%207%204.5%207zm7%206c.828%200%201.5-.672%201.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5%201.5.672%201.5%201.5%201.5z%22%20fill%3D%22%239ab%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E)}.mobile .activity-settings>.heading:after{top:-22px;right:12px}.activity-settings>.heading:hover:after{background-size:16px 16px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%205h2v1H0V5zm14%206h2v1h-2v-1zM7%205h9v1H7V5zm-7%206h9v1H0v-1zm4.5-4C5.328%207%206%206.328%206%205.5S5.328%204%204.5%204%203%204.672%203%205.5%203.672%207%204.5%207zm7%206c.828%200%201.5-.672%201.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5%201.5.672%201.5%201.5%201.5z%22%20fill%3D%22%23bcd%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E)}.activity-settings[data-panel-open=on]>.heading:after{background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-370px -50px;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{padding-top:16px;border-top:1px solid #678}.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;padding:.76923077rem .76923077rem 0;overflow:hidden}.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{width:75px;flex-shrink:0;margin-right:1.53846154rem;align-self:flex-start}.review-tile>.header>.image>.poster{width:100%}.review-tile>.header>.image>.poster img{width:100%;height:auto}.review-tile>.header>.details{flex-grow:1;align-self:flex-end}.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-top: .76923077rem;margin-top:var(--margin-top)}.mobile .review-tile>.header>.details>.attribution-block:first-child+*{--margin-top: .83333333rem}.review-tile>.body>.body-text{overflow:hidden}.review-tile>.body .like-link-target{margin-bottom:0;height:18px}.review-tiles:before,.review-tiles:after{content:" ";display:table}.review-tiles:after{clear:both}.no-mobile .review-tiles{margin-left:-15px;margin-right:-15px}.no-mobile .review-tiles>.review-tile{float:left;width:45.91836735%;margin-left:15px;margin-right:15px;margin-bottom:2.46153846rem;padding-bottom:1.53846154rem;border-bottom:1px solid #2C3440}.mobile .review-tiles>.review-tile+.review-tile{margin-top:1.53846154rem;padding-top:2.46153846rem;border-top:1px solid #2C3440}.no-mobile .list-grid{display:flex;flex-wrap:wrap;margin-left:-1.05263158%;width:101.05263158%}.no-mobile .list-grid.-trilogy{margin-left:-3.15789474%;margin-right:-3.15789474%;margin-bottom:-2.46153846rem;width:106.31578947%}.no-mobile .list-grid>.list{width:26.04166667%;margin-left:1.04166667%;margin-right:6.25%;margin-bottom:2.46153846rem}.no-mobile .list-grid>.list.-trilogy{width:19.05940594%;margin-left:2.97029703%;margin-right:2.97029703%}.no-mobile .list-grid.-pagination{margin-bottom:0}.no-mobile .list-grid.-singlerow>.list{margin-bottom:0}.no-mobile .list-grid.-twoup>.list{width:47.91666667%;margin-right:1.04166667%}.mobile .list-grid>.list+.list{margin-top:2.46153846rem}.mobile .list-grid.-trilogy{display:flex;flex-wrap:wrap}.mobile .list-grid.-trilogy>.list.-trilogy{width:45.83333333%;margin-right:4.16666667%}.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{width:100%;margin-left:0;display:grid;grid-column-gap:58px;grid-template-columns:repeat(3,auto);-ms-grid-columns:278px 58px 278px 58px 278px}.no-mobile .list-grid.-justified>.list{width:278px;margin-left:0;margin-right:0}.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{width:26.04166667%;margin-left:1.04166667%;margin-right:6.25%}.no-mobile .list-grid.-justified>.list .poster-list.-p70 .poster{margin-right:-26px}}.tag-link{font-size:.84615385rem;text-transform:lowercase;line-height:1;display:inline-block;height:21px;padding:5px 12px 0 5px;color:#9ab;text-decoration:none;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:right -810px;border-top-left-radius:2px;border-bottom-left-radius:2px}.tag-link:hover,.tag-link:active{color:#bcd;background-position:right -840px}.tag-link.-long{max-width:100%}.back-link{display:inline-block;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);position:relative;padding-left:12px}.back-link a{color:#9ab}.back-link a:hover,.back-link a:active{color:#40bcf4}.back-link:before{content:"";display:block;position:absolute;left:0;top:1px;width:7px;height:11px;background-size:7px 11px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%0A%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%239AB%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%221.5%22%20points%3D%225.5%201.5%201.5%205.5%205.5%209.5%22%2F%3E%0A%3C%2Fsvg%3E)}.mobile .back-link:before{top:-1px}.back-link:hover,.back-link:active{color:#bcd}.back-link:hover:before,.back-link:active:before{background-size:7px 11px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%0A%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23BCD%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%221.5%22%20points%3D%225.5%201.5%201.5%205.5%205.5%209.5%22%2F%3E%0A%3C%2Fsvg%3E)}.backdrop-credit{text-align:center}.backdrop-credit>.body-text{color:#678;text-align:center;margin:3.07692308rem 0 .76923077rem}.backdrop-credit>.body-text a{color:#678}.backdrop-credit>.body-text a:hover,.backdrop-credit>.body-text a:active{color:#89a}.mobile .backdrop-credit.-payment a,.mobile .backdrop-credit.-payment span{display:inline-block;margin-bottom:.5rem}.backdrop-container{position:absolute;z-index:0;top:0;left:0;overflow:hidden;width:100%;height:675px}.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{position:absolute;z-index:0;top:0;left:50%;transform:translate(-50%);width:1200px;height:675px}.shortbackdropped .backdrop-wrapper{height:525px}.shortbackdropped .backdrop-wrapper>.backdropmask{top:-5px}.backdrop-wrapper>.backdropimage{position:absolute;width:100%;height:99.95%;background-repeat:no-repeat;background-size:100% 100%}.backdrop-wrapper>.backdropimage{opacity:0;transition:opacity .75s cubic-bezier(.165,.84,.44,1)}.backdrop-wrapper.-loaded>.backdropimage{opacity:1}.backdrop-wrapper>.backdropmask{padding-top:500px;position:relative}.backdrop-wrapper>.backdropmask:before{content:"";display:block;position:absolute;z-index:0;pointer-events:none;width:1200px;top:0;left:50%;transform:translate(-50%);height:675px;background-repeat:no-repeat;background-image:linear-gradient(to right,#14181d,rgba(20,24,29,.984) .97%,rgba(20,24,29,.945) 2.07833333%,rgba(20,24,29,.882) 3.29666667%,rgba(20,24,29,.804) 4.60166667%,rgba(20,24,29,.71) 5.96666667%,rgba(20,24,29,.608),rgba(20,24,29,.5),rgba(20,24,29,.396) 10.16%,rgba(20,24,29,.294) 11.505%,rgba(20,24,29,.204) 12.78%,rgba(20,24,29,.12) 13.95833333%,rgba(20,24,29,.06) 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,.06) 84.98333333%,rgba(20,24,29,.12) 86.04166667%,rgba(20,24,29,.204) 87.22%,rgba(20,24,29,.294) 88.495%,rgba(20,24,29,.396) 89.84%,rgba(20,24,29,.5),rgba(20,24,29,.608),rgba(20,24,29,.71) 94.03333333%,rgba(20,24,29,.804) 95.39833333%,rgba(20,24,29,.882) 96.70333333%,rgba(20,24,29,.945) 97.92166667%,rgba(20,24,29,.984) 99.03%,#14181d),linear-gradient(to top,#14181d,#14181d 21.48148148%,rgba(20,24,29,.984) 23.63703704%,rgba(20,24,29,.945) 26.1%,rgba(20,24,29,.882) 28.80740741%,rgba(20,24,29,.804) 31.70740741%,rgba(20,24,29,.71) 34.74074074%,rgba(20,24,29,.608),rgba(20,24,29,.5) 40.97407407%,rgba(20,24,29,.396) 44.05925926%,rgba(20,24,29,.294) 47.04814815%,rgba(20,24,29,.204) 49.88148148%,rgba(20,24,29,.12) 52.5%,rgba(20,24,29,.06) 54.85185185%,rgba(20,24,29,.016) 56.87777778%,rgba(20,24,29,0) 58.51851852%)}#content-nav+.report-moderation{margin-top:-1.23076923rem}.report-moderation thead th{white-space:nowrap;color:#678;font-size:11px;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.report-moderation thead th:last-child{text-align:right;padding-right:.38461538rem}.report-moderation thead th+th{padding-left:1.23076923rem}.report-moderation th+th,.report-moderation td+th,.report-moderation th+td,.report-moderation td+td{padding-left:1.23076923rem}.report-moderation tbody tr.-hover{background:linear-gradient(to top,#00e054,#00e054,#20262e 2px)}.report-moderation tbody tr td+th,.report-moderation tbody tr td+td{padding-left:1.23076923rem}.report-moderation tbody tr td:last-child{text-align:right;padding-right:.38461538rem}.report-moderation tbody tr td.report-statuses .micro-button{white-space:nowrap;display:inline-block;line-height:1}.report-moderation tbody tr td.report-statuses .micro-button+.micro-button{margin-top:5px;clear:both}.report-moderation tbody tr td.report-statuses .micro-button.-person:before{content:"";display:inline-block;vertical-align:text-top;width:8px;height:9px;margin-right:3px;background-size:8px 9px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%3E%0A%20%20%3Cpath%20fill%3D%22%2399aabb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%2C7.512%20C8%2C6.416%206.12445731%2C6%203.94790159%2C6%20C1.76555716%2C6%200%2C6.624%200%2C7.72%20L0%2C9%20L8%2C9%20L8%2C7.512%20Z%20M6%2C2.41333333%20C6%2C3.74666667%205.44%2C5.33333333%204%2C5.33333333%20C2.64666667%2C5.33333333%202%2C3.70666667%202%2C2.38%20C2%2C1.05333333%202.87333333%2C0%203.94666667%2C0%20C5.01333333%2C0%206%2C1.08666667%206%2C2.41333333%20L6%2C2.41333333%20Z%22%2F%3E%0A%3C%2Fsvg%3E);background-repeat:no-repeat}.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{content:"";display:inline-block;vertical-align:middle;width:0;height:0;border:3px solid transparent;border-left-color:#789;border-left-width:6px;border-right-width:0;margin-top:-3px;margin-right:5px}.report-moderation tbody tr td.author a{display:inline-block;vertical-align:top;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#9ab}.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{position:absolute;width:0;height:0;display:inline-block}.report-moderation tbody tr td.moderation-options+td{width:40px}.report-moderation tbody tr:last-child td{border:none}.report-moderation tbody tr .submissions{margin:0;transition:all .5s cubic-bezier(.165,.84,.44,1);opacity:0;height:0;overflow:hidden}.report-moderation tbody tr .submissions li+li{margin-top:.76923077rem}.report-moderation tbody tr.-open .submissions{opacity:1;height:auto}.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{margin:15px 0;padding-left:15px;border-left:1px solid #456;color:#9ab;font-size:inherit}@keyframes ringloop{0%{transform:rotate(-180deg)}50%{transform:rotate(0)}to{transform:rotate(180deg)}}.report-moderation .radiobutton{text-indent:110%;white-space:nowrap;overflow:hidden;text-indent:-9999px;width:20px;height:20px;border-radius:50%;box-shadow:inset 0 0 0 1px #89a;background:transparent;cursor:pointer;position:relative;border:none}.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{content:"";display:block;width:4px;height:10px;border-right:1px solid #89A;border-bottom:1px solid #89A;position:absolute;top:50%;left:50%;transform:translate(-50%,-7px) rotate(45deg)}.report-moderation .radiobutton.-all{width:36px;border-radius:10px;box-shadow:inset 0 0 0 1px #567}.report-moderation .radiobutton.-all:before{content:"ALL";display:inline-block;font-size:10px;letter-spacing:1px;margin-left:1px;margin-top:-1px;color:#567;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:9px;text-indent:0}.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);content:"";border-radius:50%;width:20px;height:20px;box-shadow:inset 0 0 0 1px #9ab;position:absolute;top:0;left:0}.report-moderation .radiobutton.ajax-working:hover{box-shadow:none}.report-moderation .radiobutton.ajax-working:hover:after{border:none;width:20px;height:20px;transform:none;top:0;left:0}.report-moderation .radiobutton.-selected,.report-moderation .radiobutton.-completed{background:#00e054;box-shadow:none}.report-moderation .radiobutton.-selected:after,.report-moderation .radiobutton.-completed:after{content:"";display:block;width:4px;height:10px;border-right:2px solid white;border-bottom:2px solid white;position:absolute;top:50%;left:50%;transform:translate(-50%,-7px) rotate(45deg);box-shadow:1px 1px #00ad41}.report-moderation .radiobutton.-selected:hover{background:#ff8000}.report-moderation .radiobutton.-selected:hover:after,.report-moderation .radiobutton.-selected:hover:before{border:none;background:#fff;position:absolute;top:50%;left:50%;box-shadow:none}.report-moderation .radiobutton.-selected:hover:after{width:2px;height:12px;transform:translate(-50%,-50%) rotate(45deg)}.report-moderation .radiobutton.-selected:hover:before{content:"";width:12px;height:2px;display:block;transform:translate(-50%,-50%) rotate(-135deg)}.report-moderation .emailbutton{text-indent:110%;white-space:nowrap;text-indent:-9999px;width:14px;height:10px;border-radius:2px;background:#89a;cursor:pointer;position:relative;overflow:hidden;border:none;display:inline-block;vertical-align:text-top;margin-left:5px;top:1px}.report-moderation .emailbutton:after,.report-moderation .emailbutton:before{content:"";display:block;border:none;position:absolute;top:1px;left:-1px;box-shadow:none;width:0px;height:0px;border:8px solid transparent;border-bottom:none;border-top-width:6px}.report-moderation .emailbutton:before{border-top-color:#14181c}.report-moderation .emailbutton:after{margin-top:-1px;border-top-color:#89a}.report-moderation .emailbutton:hover{background:#bcd}.report-moderation .emailbutton:hover:after{border-top-color:#bcd}.report-moderation .spoilers-flagged{display:inline-block;vertical-align:middle;width:23px;height:21px;background:url(../img/vader-small-DWBUiDSP.svg) no-repeat}.report-moderation .micro-button+.spoilers-flagged{margin-left:.38461538rem}.report-moderation .button-secondary.-small{font-size:8px;line-height:8px;padding:4px 7px;border-radius:10px;background:#2c3440;color:#678;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-new .directors,.lists-edit .directors{max-width:300px;vertical-align:middle;top:-1px;position:relative}.ac_results{box-sizing:border-box;margin:-2px 0 0;padding:0;border:1px solid #c8d8e8;border-top:2px solid #FFF;overflow:hidden;z-index:99999;background-color:#678;box-shadow:0 4px 5px rgba(0,0,0,.75);border-bottom-right-radius:2px;border-bottom-left-radius:2px}.ac_results *,.ac_results :after,.ac_results :before{box-sizing:inherit}.ac_results ul{width:100%;list-style-position:outside;list-style:none;padding:0;margin:0}.ac_results li{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.2);margin:0;padding:5px 8px 5px 10px;cursor:default;display:block;font-size:13px;line-height:1.5;overflow:hidden}.ac_results .directors{color:#d8e0e8;font-size:11px;white-space:nowrap;display:inline-block;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis}.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;padding:12px 0 12px 10px;color:#bcd;font-size:10px}.ac_results .autocomplete-not-found a{color:#def}.ac_results .autocomplete-not-found a:hover,.ac_results .autocomplete-not-found a:active{color:#fff}.moderation-details{background:#242c34;margin-top:1.23076923rem;margin-bottom:1.53846154rem;padding:.76923077rem 1.23076923rem .76923077rem .76923077rem;border-radius:3px}.moderation-details>.person-summary+*{margin-top:.5em;padding-left:32px}.moderation-details>.note{--font-size: 1rem;font-size:var(--font-size);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400}.mobile .moderation-details>.note{--font-size: 1.08333333rem}.moderation-details>.note strong,.moderation-details>.note b{font-family:inherit;font-style:inherit;font-weight:700}.moderation-details.-spoilers{border-bottom-left-radius:0;border-bottom-right-radius:0}.moderation-details.-spoilers+[data-watchable-uid]:not([hidden])>.has-spoilers{margin-top:calc(-1.5384615384615385rem + 1px);border-top-left-radius:0;border-top-right-radius:0}.locale-selector{display:flex;white-space:nowrap;color:#9ab;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.locale-selector>.flag{margin-right:.76923077rem;width:32px;height:32px;border-radius:16px;box-shadow:0 0 0 1px #89a;overflow:hidden}.locale-selector>.flag>img{display:block;width:100%;height:100%;border-radius:50%}.locale-based-header .locale-selector>.flag{margin-right:0;margin-left:.76923077rem}.locale-selector>.title{position:relative;cursor:pointer}.locale-selector>.title:after{content:"";display:inline-block;vertical-align:middle;width:0;height:0;position:relative;border:4px solid transparent;border-top-color:#89a;border-bottom-width:0;margin-left:4px}.locale-selector.-open>.title{color:#d8e0e8}.locale-selector.-open>.title:after{border:4px solid transparent;border-bottom-color:#89a;border-top-width:0;position:relative;top:-1px}.locale-selector:hover{color:#abc}.locale-selector>.locale-menu{display:none;position:absolute;top:100%;right:-1.84615385rem;z-index:1;transform:translateY(10px);opacity:0;transition:opacity .3s}.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;padding:1.53846154rem 1.53846154rem 1.53846154rem 2.46153846rem;border-radius:3px;box-shadow:0 2px 15px rgba(20,24,28,.5),0 3px 40px rgba(20,24,28,.35)}.mobile .locale-menu{padding:1.53846154rem 1.23076923rem}.body-locales .locale-menu{background:#345;box-shadow:none}.locale-menu>.header{position:relative;margin-bottom:1.53846154rem;padding:0 7px}.locale-menu>.header>.title-3{margin:0;line-height:24px}.locale-menu>.header>.close{width:24px;height:24px;text-indent:-9999px;overflow:hidden;position:absolute;right:0;top:0}.locale-menu>.header>.close:before,.locale-menu>.header>.close:after{content:"";display:block;width:2px;height:24px;background:#789;position:absolute;left:50%;top:50%;transition:background .1s}.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:before,.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:after{background:#def}.locale-menu>.localelist{width:900px;-moz-columns:5;columns:5;-moz-column-gap:0;column-gap:0}.mobile .locale-menu>.localelist{width:auto}@media (max-width: 860px){.mobile .locale-menu>.localelist{-moz-columns:4;columns:4}}@media (max-width: 720px){.mobile .locale-menu>.localelist{-moz-columns:3;columns:3}}@media (max-width: 560px){.mobile .locale-menu>.localelist{-moz-columns:2;columns:2}}.locale-menu>.localelist>.localeitem{display:block;padding-bottom:.38461538rem;padding-right:.92307692rem;box-sizing:border-box;-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;position:relative;padding:5px 10px 5px 30px}.locale-menu>.localelist>.localeitem>.localelink:hover{color:#fff}.locale-menu>.localelist>.localeitem>.localelink>.flag{display:block;position:absolute;left:7px;width:17px;height:17px;border-radius:50%;box-shadow:0 0 0 1px #89a;overflow:hidden}.locale-menu>.localelist>.localeitem>.localelink>.flag>img{display:block;width:100%;height:100%;border-radius:50%}.locale-menu>.localelist>.localeitem>.localelink>.name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.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{display:flex;box-sizing:border-box;position:relative;padding-bottom:2.46153846rem;margin-bottom:1.84615385rem}html.mobile .grouped-settings:last-child{padding-bottom:0;margin-bottom:-.76923077rem}.grouped-settings *{box-sizing:border-box}.grouped-settings:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background:#2c3440}@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{width:25%;padding-left:5px;padding-right:5px;margin-right:4.16666667%}.grouped-settings>.group>.title-section+.watch-panel{margin-top:3.46153846rem}.grouped-settings>.group>.title-section+.watch-panel.-empty+.body-text{margin-top:3.46153846rem}}.grouped-settings>.group>.body-text{margin-top:2.46153846rem;color:#789;line-height:1.53846154}@media (max-width: 767px){.grouped-settings>.group>.body-text{margin-top:1.53846154rem;margin-bottom:2.46153846rem}}.grouped-settings>.group>.body-text+.jw-partner{margin-top:1.53846154rem}.mobile .grouped-settings>.group>.body-text+.jw-partner{margin-top:-.76923077rem;margin-bottom:2.46153846rem}@media (max-width: 450px){.grouped-settings>.group>.body-text+.jw-partner{display:none}}.grouped-settings>.upgrade{position:relative;width:100%}.grouped-settings>.upgrade:before{content:"";display:block;position:absolute;left:5px;right:5px;bottom:0;height:1px;background:#2c3440}.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{width:100%;display:block}.grouped-settings>.settings>.fields>.input+.input{margin-top:.76923077rem}}@media (min-width: 451px){.grouped-settings>.settings>.fields>.input{width:50%;padding-left:5px;padding-right:5px}}@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{margin-top:3.07692308rem;display:none}.grouped-settings>.settings>.brands-list.-selected{display:block}.grouped-settings>.settings>.locale-selector{padding-left:5px;padding-right:5px;display:inline-flex}.grouped-settings>.settings>.locale-menu{display:none;position:absolute;z-index:1;left:0;transform:translateY(10px);margin-bottom:1.53846154rem}.mobile .grouped-settings>.settings>.locale-menu{transform:translateY(0);right:0}.brands-list>.brands{-moz-column-gap:5.88235294%;column-gap:5.88235294%}@media (min-width: 451px){.brands-list>.brands{-moz-columns:2;columns:2}}@media (min-width: 668px){.brands-list>.brands{-moz-columns:3;columns:3}}.brands-list>.brands>.brand{position:relative;display:flex;padding-bottom:2.46153846rem;padding-left:5px;padding-right:5px;color:#9ab;-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):hover,.brands-list>.brands>.brand:not(.button):not(.button-secondary):not(.localelink):active{color:#def}.brands-list>.brands>.brand>.logo{width:24px;height:24px;margin:0 .76923077rem 0 0;flex-shrink:0}.brands-list>.brands>.brand>.logo img{display:block;width:100%;height:100%}.brands-list>.brands>.brand>.name{line-height:1.3;align-self:center;transition:opacity .2s;opacity:1}.brands-list>.brands>.brand>.cataloglink{display:none}.no-mobile .brands-list>.brands>.brand>.cataloglink{display:block;opacity:0;transition:opacity .2s;position:absolute;left:39px;bottom:12px;white-space:nowrap;font-size:11px;color:#9ab}.no-mobile .brands-list>.brands>.brand>.cataloglink:hover,.no-mobile .brands-list>.brands>.brand>.cataloglink:active{color:#40bcf4}.mobile .brands-list>.brands>.brand{padding-bottom:1.53846154rem}.no-mobile .brands-list>.brands>.brand:hover>.cataloglink,.no-mobile .brands-list>.brands>.brand:active>.cataloglink{opacity:1;transition:opacity .6s}.brands-list>.brands>.brand.-selected>.logo>svg,.brands-list>.brands>.brand.-selected>.logo img{display:none}.brands-list>.brands>.brand.-selected>.logo:after{content:"";display:block;width:100%;height:100%;background-image:url(../img/service-selected-Bpf9aRX1.svg);background-size:90px 24px;background-repeat:no-repeat;background-position:0 0}.brands-list>.brands>.brand.-selected:hover>.logo:after{background-position:-30px 0}.brands-list>.brands>.brand.-selected>.name{color:#fff}.trailer-link{margin:0}.trailer-link>.play{color:#9ab;font-size:0;display:block}.trailer-link>.play:before{content:"";display:inline-block;vertical-align:middle;line-height:18px;width:18px;height:18px;margin-right:6px;background-image:url(../img/play-trailer-CjJm5Rbd.svg);background-size:100%;background-repeat:no-repeat;background-position:0 0;opacity:.6;transition:opacity .1s}.trailer-link>.play>.name,.trailer-link>.play>.label{display:inline-block;vertical-align:middle;font-size:.92307692rem;line-height:18px;transition:color .1s}.mobile .trailer-link>.play>.name,.mobile .trailer-link>.play>.label{font-size:1rem;position:relative;top:1px}.trailer-link>.play:hover{color:#bcd}.trailer-link>.play:hover:before{opacity:1}.trailer-link.-lozenge>.play{display:inline-flex;align-items:center;flex-grow:0;padding:4px 8px;background:#456;margin:0;border:none;border-radius:5px}.trailer-link.-lozenge>.play:before{line-height:14px;width:10px;height:14px;margin-right:5px;background-image:url(../img/play-trailer-mobile-CEBFFiI9.svg);opacity:1}.trailer-link.-lozenge>.play>.name,.trailer-link.-lozenge>.play>.label{display:inline-block;vertical-align:middle;font-size:.91666667rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;line-height:1;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);letter-spacing:.125em;color:#9ab;position:relative;top:1px}.overthrow-transitions .overthrow.-locales .overthrow-inner,.overthrow-transitions .overthrow.-locales .overthrow-content{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{display:block;width:89px;color:#678}.jw-partner:hover{color:#89a}.jw-partner:hover>.title{color:#89a}.jw-partner>.title{display:block;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:.76923077rem;color:#678;margin-bottom:4px}.jw-partner>.logo{display:block;text-indent:110%;white-space:nowrap;overflow:hidden;width:89px;height:13px;background:url(../img/justwatch-large-CP_p0TJr.svg);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%}.comment-settings{margin-right:auto;align-self:center;display:flex;align-items:center;flex-shrink:0}.comment-settings:before{content:"";display:block;width:22px;height:22px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-760px -570px;margin-right:4px}.comment-settings>.smenu-wrapper{padding:0;height:auto}.comment-settings .smenu>label{font-size:.92307692rem}.comment-settings .smenu>label.-bold{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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{margin-left:-5px;margin-right:-5px;-moz-column-count:2;column-count:2;-moz-column-gap:0;column-gap:0}@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{display:block;padding-top:.76923077rem;padding-left:5px;padding-right:5px;color:#9ab;-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:hover,.column-list>.listitem>.link:active{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%{opacity:1;clip-path:inset(0% 100% 0% 0%)}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{opacity:0;clip-path:inset(0% 0% 0% 0%)}}.pending-dot-loader{position:relative}.pending-dot-loader.-pending:before{display:block;content:"...";margin-top:-.125em;width:1.375em;animation:pending-dots 1.25s infinite;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:2.46153846rem;line-height:1;letter-spacing:.15em;text-align:left;color:rgba(221,238,255,.25)}.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;text-align:left;padding-bottom:.76923077rem}.page-header.-widetitle *,.page-header.-widetitle :after,.page-header.-widetitle :before{box-sizing:inherit}.page-header.-widetitle>.constraint{max-width:950px;margin-left:auto;margin-right:auto}.page-header.-widetitle .title-hero{text-align:left;margin:0}.page-header.-noborder{border:none}.page-header.-fullwidth{box-sizing:border-box;margin-left:5px;margin-right:5px;text-align:left;padding-bottom:.76923077rem}.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{text-align:left;margin:0}.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]:hover,.nanocrowd-attribution a[href]:focus{color:#fff}.nanocrowd-attribution a[href]:hover .glyph .matte,.nanocrowd-attribution a[href]:focus .glyph .matte{fill-opacity:1}.nanocrowd-attribution a[href]:hover .glyph .shape,.nanocrowd-attribution a[href]:focus .glyph .shape{fill:#760d0d}.nanocrowd-attribution.-is-not-stacked a[href]{margin-left:.125em}.nanocrowd-attribution.-is-stacked>.title{display:block;margin-bottom:.33333333em;text-transform:uppercase;letter-spacing:.075em;font-size:.76923077rem}.mobile .nanocrowd-attribution.-is-stacked>.title{font-size:.83333333rem}.nanocrowd-attribution.-is-stacked a[href] .glyph{position:relative;top:.25em;height:auto}.nanocrowd-attribution.-is-stacked a[href] .label{margin-left:.1em}.nanocrowd-attribution.-is-stacked:hover>.title{color:#89a}.internal-related-item .trigger{font-size:1.07692308rem;line-height:1.25;color:#def}.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 button:not(:disabled).trigger:hover,.internal-related-item a.trigger:hover,.internal-related-item button:not(:disabled).trigger:focus,.internal-related-item a.trigger:focus{color:#fff}.social-service-list .trigger,.social-service-list .glyph{display:block}.social-service-list .glyph path{fill:currentColor}.social-service-list>.listitem.-icononly .trigger{position:relative}.social-service-list>.listitem.-icononly .trigger:after{content:"";display:block;position:absolute;top:-7.5px;right:-7.5px;bottom:-7.5px;left:-7.5px}.social-service-list>.listitem.-icononly .trigger[href*="tiktok.com"]{margin-left:-1px}.social-service-list>.listitem.-icononly .label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.social-service-list.-inline{display:inline-flex;align-items:center}.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{font-size:.92307692rem;line-height:1.33333333;color:#678}.mobile .release-table-group>.header{font-size:1rem}.release-table-group>.header .smenu-wrapper{float:right;padding-top:0;padding-bottom:0;top:-.16666667em;margin-bottom:.16666667em;line-height:1}.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{font-size:.92307692rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;line-height:1.33333333;color:#678;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.mobile .release-table-title{font-size:1rem}.release-country{color:#abc}.release-country .flag{position:relative;display:inline-block;width:1.5em;line-height:0}.release-country .flag img{position:absolute;top:0;left:0;right:0;display:block;width:100%;height:auto}.release-country .flag:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border-radius:50%;padding-top:100%;background-color:#161718}.release-country .flag:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border-radius:50%;border:1px solid rgba(255,255,255,.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:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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:hover,.release-country a:-moz-any-link:focus{color:#40bcf4;transition-duration:.33333333s}.release-country a:any-link:hover,.release-country a:any-link:focus{color:#40bcf4;transition-duration:.33333333s}.release-country a:-moz-any-link:hover .flag:after,.release-country a:-moz-any-link:focus .flag:after{border-color:rgba(255,255,255,.5);transition-duration:.33333333s}.release-country a:any-link:hover .flag:after,.release-country a:any-link:focus .flag:after{border-color:rgba(255,255,255,.5);transition-duration:.33333333s}.release-country a:-moz-any-link:hover .name,.release-country a:-moz-any-link:focus .name{text-decoration:underline}.release-country a:any-link:hover .name,.release-country a:any-link:focus .name{text-decoration:underline}.release-country .flag{flex-shrink:0;align-self:start}.release-country .flag:after{padding-top:calc(100% - 2px);bottom:auto}.release-country .details{align-self:baseline}.release-country.-has-link>a{display:inline-flex}.release-country.-has-no-link{display:inline-flex}.release-certification-badge{padding:.2em .33333333em;white-space:nowrap;font-size:.76923077rem;line-height:1;border:1px solid rgba(170,187,204,.33333333);border-radius:3px;color:#abc}.mobile .release-certification-badge{font-size:.83333333rem}.release-certification-badge>.label{position:relative;top:.025em;margin-right:-.1em;letter-spacing:.1em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.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{display:flex;background-image:linear-gradient(rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-repeat:repeat-x;background-position:top center;background-size:1px 2px}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.release-table>.listitem{background-size:1px 1px}}.release-table>.listitem>.cell{padding-top:.875em;padding-bottom:.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{min-width:7.5em;flex-shrink:0}.release-table.-bydate>.listitem>.countries{flex-grow:1;padding-top:.525em;padding-bottom:.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{min-width:9.5em;flex-shrink:0;flex-basis:0}.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{position:relative;top:-1px;vertical-align:text-bottom;margin-left:.5em}.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{position:relative;margin-left:1.5em}.release-date-list .releases:before{position:absolute;right:100%;width:1.5em;content:"•";text-align:center}.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{font-size:.84615385rem;display:inline-block;line-height:1.33333333;color:#789}.mobile .release-note{font-size:.91666667rem}/*! svgMap | https://github.com/StephanWagner/svgMap | MIT License | Copyright Stephan Wagner | https://stephanwagner.me */.stats-map{position:relative;width:100%;padding-top:60%;overflow:hidden}.stats-map *{box-sizing:border-box;outline:none}.stats-map.-has-frame{background:#14181c;color:#9ab;border:1px solid #303840;border-radius:4px}.mobile .stats-map.-has-frame{padding-top:65%;border-radius:0;border-left:0;border-right:0;border-top:0;margin-left:-16px;margin-right:-16px;width:auto}.stats-map .svgMap-map-image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:0}.stats-map .svgMap-map-controls-wrapper{position:absolute;bottom:10px;left:10px;z-index:1;display:flex;overflow:hidden;border-radius:2px;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.stats-map .svgMap-map-controls-zoom,.stats-map .svgMap-map-controls-move{display:flex;margin-right:5px;overflow:hidden;background:#2c3440}.stats-map .svgMap-map-controls-zoom:last-child,.stats-map .svgMap-map-controls-move:last-child{margin-right:0}.stats-map .svgMap-control-button{cursor:pointer;width:30px;height:30px;position:relative}.stats-map .svgMap-control-button.svgMap-zoom-button:before,.stats-map .svgMap-control-button.svgMap-zoom-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#9ab;transition:background-color .2s}.stats-map .svgMap-control-button.svgMap-zoom-button:before{width:11px;height:3px}.stats-map .svgMap-control-button.svgMap-zoom-button:hover:before,.stats-map .svgMap-control-button.svgMap-zoom-button:hover:after{background:#fff}.stats-map .-caption{position:absolute;right:10px;bottom:10px;font-size:[object Object];text-shadow:0 0 4px rgba(0,0,0,.5)}.mobile .stats-map .-caption{bottom:6px}.stats-map .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:before,.stats-map .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:after{background:#ccc}.stats-map .svgMap-control-button.svgMap-zoom-in-button:after{width:3px;height:11px}.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-lake{stroke-width:0}.stats-map .svgMap-country:hover,.stats-map .svgMap-country.svgMap-active{fill:#40bcf4}.stats-map .svgMap-country.svgMap-active{stroke-width:1}.svgMap-tooltip{box-shadow:0 2px 10px rgba(0,0,0,.2);position:absolute;z-index:2;background:#456;color:#9ab;border-radius:4px;transform:translate(-50%,-100%)}.svgMap-tooltip:not([data-show]){display:none}.svgMap-tooltip.svgMap-tooltip-flipped{transform:translate(-50%);border-bottom:0}.svgMap-tooltip.svgMap-active{display:block}.svgMap-tooltip .svgMap-tooltip-content-container{position:relative;padding:8px 12px}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container{text-align:center;margin:2px 0 5px}.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{display:block;margin:auto;width:auto;height:32px;padding:2px;background:rgba(0,0,0,.15);border-radius:2px}.svgMap-tooltip .svgMap-tooltip-title{white-space:nowrap;font-size:14px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;line-height:1;color:#cde;padding:2px 0;text-align:center}.has-touch .svgMap-tooltip .svgMap-tooltip-title{white-space:nowrap}.has-touch .svgMap-tooltip .svgMap-tooltip-title:after{content:"";display:inline-block;vertical-align:middle;border-top:2px solid #CDE;border-right:2px solid #CDE;width:5px;height:5px;transform:rotate(45deg) translateY(-1px);margin-left:4px}.svgMap-tooltip .svgMap-tooltip-content{white-space:nowrap;text-align:center;font-size:12px;line-height:1;color:#9ab;margin:0}.svgMap-tooltip .svgMap-tooltip-content table{padding:0;border-spacing:0px;margin:auto}.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{vertical-align:baseline;position:relative;top:-5px}.svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data{padding:2px 0;color:#9ab}.mobile .svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data{display:none}.svgMap-tooltip .svgMap-tooltip-pointer{position:absolute;top:100%;left:50%;transform:translate(-50%);overflow:hidden;height:10px;width:30px}.svgMap-tooltip .svgMap-tooltip-pointer:after{content:"";width:20px;height:20px;background:#456;border-radius:3px;border:none;position:absolute;bottom:6px;left:50%;transform:translate(-50%) rotate(45deg)}.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer{bottom:auto;top:-10px;transform:translate(-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) * .875);padding-top:var(--frame-padding-top, var(--frame-padding-y));padding-right:var(--frame-padding-right, var(--frame-padding-x));padding-bottom:var(--frame-padding-bottom, var(--frame-padding-y));padding-left:var(--frame-padding-left, var(--frame-padding-x));color:var(--frame-color, var(--panel-outlined-content));border:var(--frame-border-width) solid rgba(var(--frame-border-color),var(--frame-border-alpha));border-radius:var(--frame-border-radius);background-color:var(--frame-background)}.empty-frame>.title{text-wrap:balance;color:var(--frame-color, var(--panel-outlined-heading))}.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>.title,.empty-frame.-centered>.description{text-align:center;text-wrap:balance}#content-nav+.videostore-devices{margin-top:1.53846154rem}.videostore-devices>.body-text{padding-bottom:1.23076923rem;border-bottom:1px solid #456}.videostore-devices>.device{border-bottom:1px solid #456;overflow:hidden;padding:15px 0 18px;display:flex;align-items:center;gap:1.53846154rem;justify-content:space-between}.videostore-devices>.device>.details>.title-2{margin-bottom:.38461538rem}.videostore-devices>.device>.details>p{margin:0}.videostore-item{border-bottom:1px solid #456;overflow:hidden;padding:15px 0 18px;display:flex;align-items:center;gap:1.53846154rem}.videostore-item>.poster{align-self:flex-start}.videostore-item>.wrapper>.details,.videostore-item>.details{flex-grow:1}.videostore-item>.wrapper>.details .headline-2>a,.videostore-item>.details .headline-2>a{color:#fff;margin-right:5px}.videostore-item>.wrapper>.details .headline-2>a:hover,.videostore-item>.details .headline-2>a:hover{color:#40bcf4}.videostore-item>.wrapper>.details .headline-2 small a,.videostore-item>.details .headline-2 small a{color:#89a}.videostore-item>.wrapper>.details .headline-2 a:hover,.videostore-item>.details .headline-2 a:hover{color:#40bcf4}.videostore-item>.wrapper>.details p,.videostore-item>.details p{margin-bottom:0}.videostore-item>.wrapper>.details p strong,.videostore-item>.details p strong{color:#9ab}.videostore-item>.wrapper>.details p+p,.videostore-item>.details p+p{margin-top:.38461538rem}.videostore-item>.wrapper>.details p .release-certification-badge,.videostore-item>.details p .release-certification-badge{position:relative;top:-1px}.videostore-item>.wrapper>.details .date,.videostore-item>.details .date{white-space:nowrap}.videostore-item>.wrapper{display:flex;flex-direction:column;gap:1.53846154rem}.videostore-item>.actions{flex-shrink:0}.videostore-item>.actions>.button-secondary{min-width:8.92307692rem;justify-content:center;box-sizing:border-box}.videostore-item>.actions>.button-secondary .glyph{width:1.07692308rem;height:1.07692308rem}.videostore-item>.actions>.status{margin-top:1.15384615rem}.videostore-item>.actions>.status>.progress{height:.30769231rem;background-color:#456;border-radius:.15384615rem;overflow:hidden}.videostore-item>.actions>.status>.progress>.bar{background-color:#00c030;height:100%}.videostore-item>.actions>.status>.body-text{font-size:.84615385rem;margin-top:.38461538rem;margin-bottom:0;text-align:center}.contextual-menu-trigger{--icon-tint: #678;--trigger-dimension: 1.53846154rem;box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;position:relative;color:var(--content-color, currentColor);display:block;width:var(--trigger-dimension-inline, var(--trigger-dimension));height:var(--trigger-dimension-block, var(--trigger-dimension))}.mobile .contextual-menu-trigger{--trigger-dimension: 1.66666667rem}.contextual-menu-trigger *,.contextual-menu-trigger :after,.contextual-menu-trigger :before{box-sizing:inherit}.contextual-menu-trigger:not(:disabled):focus,.contextual-menu-trigger:not(:disabled):hover{text-decoration:inherit}.contextual-menu-trigger:after{position:absolute;inset-block-start:50%;inset-inline-start:50%;content:"";width:var(--pointer-target-dimension);height:var(--pointer-target-dimension);margin-block-start:calc(var(--pointer-target-dimension) * -.5);margin-inline-start:calc(var(--pointer-target-dimension) * -.5)}.contextual-menu-trigger:enabled{cursor:pointer}.contextual-menu-trigger .glyph{display:block;align-self:center;justify-self:center;color:var(--icon-tint, currentColor);opacity:var(--glyph-opacity, 1)}.contextual-menu-trigger .glyph [fill]{fill:currentColor}.contextual-menu-trigger>.label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.contextual-menu-trigger:disabled{cursor:not-allowed}.contextual-menu-trigger:disabled .glyph{--glyph-opacity: calc(2 / 3)}.season-episode-code{display:inline-block;white-space:nowrap;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:var(--font-size);line-height:var(--line-height, 1);color:var(--content-color);--font-size: .92307692rem}.mobile .season-episode-code{--font-size: 1rem}.season-episode-code.-tiny{--font-size: .61538462rem}.mobile .season-episode-code.-tiny{--font-size: .66666667rem}.season-episode-code.-tiny.-badged{--padding-inline: .23076923rem;--padding-block: .15384615rem}.mobile .season-episode-code.-tiny.-badged{--padding-inline: .25rem;--padding-block: .16666667rem}.season-episode-code.-small{--font-size: .76923077rem}.mobile .season-episode-code.-small{--font-size: .83333333rem}.season-episode-code.-small.-badged{--padding-inline: .30769231rem;--padding-block: .15384615rem}.mobile .season-episode-code.-small.-badged{--padding-inline: .33333333rem;--padding-block: .16666667rem}.season-episode-code.-medium{--font-size: .84615385rem}.mobile .season-episode-code.-medium{--font-size: .91666667rem}.season-episode-code.-medium.-badged{--padding-inline: .38461538rem;--padding-block: .19230769rem}.mobile .season-episode-code.-medium.-badged{--padding-inline: .41666667rem;--padding-block: .20833333rem}.season-episode-code.-default{--font-size: .92307692rem}.mobile .season-episode-code.-default{--font-size: 1rem}.season-episode-code.-default.-badged{--padding-inline: .46153846rem;--padding-block: .26923077rem}.mobile .season-episode-code.-default.-badged{--padding-inline: .5rem;--padding-block: .29166667rem}.season-episode-code.-badged{padding-block:var(--padding-block-start, var(--padding-block)) var(--padding-block-end, var(--padding-block));padding-inline:var(--padding-inline-start, var(--padding-inline, .5em)) var(--padding-inline-end, var(--padding-inline, .5em));background-color:var(--background-color);border-radius:var(--border-radius, .25em);--padding-inline: .46153846rem;--padding-block: .26923077rem;--background-color: #456;--content-color: #abc;--padding-inline-end: calc(var(--padding-inline) - var(--letter-spacing, 0em));vertical-align:text-bottom}.mobile .season-episode-code.-badged{--padding-inline: .5rem;--padding-block: .29166667rem}.season-episode-code.-badged.-reversed{--background-color: #bcd;--content-color: #567}.season-episode{display:flex;gap:1.53846154rem}.season-episode>.content-figure{width:13.84615385rem;flex-shrink:0}.season-episode>.summary>.title{margin-top:0;margin-bottom:.38461538rem}.season-episode>.summary>.title .metadata{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:.92307692rem;color:#89a}.episode-thumb>.thumbnail{aspect-ratio:16 / 9;background:#202830;position:relative;display:block;cursor:pointer;border-radius:2px;overflow:hidden}.episode-thumb>.thumbnail:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-color:rgba(255,255,255,.1);border-width:1px;border-style:solid;box-sizing:border-box;border-radius:2px}.episode-thumb>.thumbnail img{display:block;width:100%;height:auto}.episode-thumb>.thumbnail:hover:after{border-color:rgba(255,255,255,.2)}.recent-seasons input[role=switch]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;opacity:0}.recent-seasons input[role=switch]~.seasons>.season:nth-child(n+4){display:none}.recent-seasons input[role=switch]:checked~.all-link{opacity:.5;pointer-events:none}.recent-seasons input[role=switch]:checked~.seasons>.season:nth-child(n+4){display:flex}.recent-seasons>.seasons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.76923077rem}.mobile .recent-seasons>.seasons{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.recent-seasons>.seasons>.season{display:flex;gap:.76923077rem;align-items:center}.recent-seasons>.seasons>.season .poster-container{align-self:flex-start}.recent-seasons>.seasons>.season .title-3{margin:0}.recent-seasons>.seasons>.season .body-text{margin-bottom:.76923077rem}.season-selector>.wrapper{display:inline-flex;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.season-selector>.wrapper:after{content:"";display:block;width:7px;height:11px;position:absolute;right:8px;top:50%;transform:translateY(-50%) rotate(-90deg);background-size:7px 11px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%3E%0A%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2389A%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%221.5%22%20points%3D%225.5%201.5%201.5%205.5%205.5%209.5%22%2F%3E%0A%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:100% 100%;pointer-events:none}.season-selector.-boxed{margin-bottom:1.53846154rem}.season-selector.-boxed>.wrapper{background:#2c3440;color:#def;border-radius:4px;padding:.46153846rem 2.46153846rem .46153846rem .76923077rem}.season-selector.-boxed>.wrapper:hover{background:#202830}.season-selector.-boxed>.wrapper .prompt{font-size:1rem;line-height:1;color:#bcd;margin:0}.season-selector.-boxed>.wrapper .prompt strong{color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.season-selector.-boxed>.wrapper .prompt>.years{color:#89a}.season-selector.-not-boxed{margin-bottom:.38461538rem}.season-selector.-not-boxed>.wrapper{padding-right:1.84615385rem}.season-selector.-not-boxed>.wrapper .prompt{line-height:1;margin:0}.season-selector.-not-boxed>.wrapper .prompt>.season{margin-right:.30769231rem}.season-selector.-not-boxed>.wrapper .prompt>.years{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;color:#89a}.season-selector.-not-boxed>.wrapper .prompt.-empty{width:0}.season-selector .dropdown-trigger{width:100%;height:100%;position:absolute;left:0;top:0}.season-selector .dropdown-trigger>.inner{-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent}.seasons-browser-list .season{margin-top:.76923077rem;margin-bottom:.76923077rem;display:flex;gap:1.53846154rem}.seasons-browser-list .season+.season{border-top:1px solid #456;padding-top:1.23076923rem}.seasons-browser-list .season>.summary>.title{margin-top:0;margin-bottom:.38461538rem}.seasons-browser-list .season>.summary>.title .metadata{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:.92307692rem;color:#89a}.episode{margin-top:.76923077rem;margin-bottom:.76923077rem;display:flex;gap:1.53846154rem}.episode+.episode{border-top:1px solid #456;padding-top:1.23076923rem}.episode>.episode-thumb{width:13.84615385rem;flex-shrink:0}.episode>.summary>.title{margin-top:0;margin-bottom:.38461538rem}.episode>.summary>.title .metadata{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:.92307692rem;color:#89a}.production-synopsis:empty+#tabbed-content{margin-top:0}.production-summary{--abstract-content-color: #9ab;--abstract-font-size: 1rem;--abstract-line-clamp: 3;--abstract-line-height: 1.5;display:grid}.mobile .production-summary{--abstract-font-size: 1.08333333rem}.production-summary .contextual-menu-trigger{--trigger-dimension-block: calc(var(--primaryname-font-size))}.production-summary .abstract{margin-block-start:var(--abstract-margin-block-start, .5em);font-size:var(--abstract-font-size);line-height:var(--abstract-line-height);color:var(--abstract-content-color, currentColor)}.production-summary>.inline-production-masthead.-summary>.details{grid-area:details}.production-summary>.inline-production-masthead.-summary>.csi:has(>.rating-histogram),.production-summary>.inline-production-masthead.-summary>.rating-histogram{grid-area:rating;display:none}.production-summary>.inline-production-masthead.-summary>.contextual-menu-trigger{grid-area:trigger}.production-summary>.inline-production-masthead.-summary>.meta{grid-area:meta;--font-size: .92307692rem;--margin-block-start: .15384615rem;color:var(--meta-content-color, currentColor);font-size:var(--font-size);line-height:1.33333333;margin-block-start:var(--margin-block-start)}.mobile .production-summary>.inline-production-masthead.-summary>.meta{--font-size: 1rem;--margin-block-start: .16666667rem}.production-summary>.inline-production-masthead.-summary>.meta a{color:currentColor}.production-summary>.inline-production-masthead.-summary>.meta 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}.production-summary>.inline-production-masthead.-summary>.meta 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}@media (hover: hover) and (pointer: fine){.production-summary>.inline-production-masthead.-summary>.meta 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))}.production-summary>.inline-production-masthead.-summary>.meta a:any-link:hover{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}}.production-summary>.inline-production-masthead.-summary>.meta 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))}.production-summary>.inline-production-masthead.-summary>.meta a:any-link:active{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}.production-summary>.inline-production-masthead.-summary>.meta a:-moz-any-link{color:var(--meta-link-content-color, currentColor)}.production-summary>.inline-production-masthead.-summary>.meta a:any-link,.production-summary>.inline-production-masthead.-summary>.meta a:enabled{color:var(--meta-link-content-color, currentColor)}.production-summary>.inline-production-masthead.-summary>.meta>.metaitem:has(+.metaitem):after{margin-inline:.25em;content:" •";opacity:.66666667}@media (hover: hover) and (pointer: fine){.production-summary:hover>.figure .media:-moz-any-link{--media-scale: 1.05;--timing-duration: var(--timing-duration-in);--frame-border-alpha: .2}.production-summary:hover>.figure .media:any-link{--media-scale: 1.05;--timing-duration: var(--timing-duration-in);--frame-border-alpha: .2}}.production-summary:focus-within>.figure .media:-moz-any-link{--media-scale: 1.05;--timing-duration: var(--timing-duration-in);--frame-border-alpha: .2}.production-summary:focus-within>.figure .media:any-link{--media-scale: 1.05;--timing-duration: var(--timing-duration-in);--frame-border-alpha: .2}.production-summary.-mutedstats .production-statistic:has(a:-moz-any-link:not(:hover):not(:active):not(:focus)){--icon-tint: #456}.production-summary.-mutedstats .production-statistic:has(a:any-link:not(:hover):not(:active):not(:focus)){--icon-tint: #456}.production-summary.-child .production-statistic-list{--content-color: #567}.season-summary{--abstract-font-size: 1.15384615rem}.mobile .season-summary{--abstract-font-size: 1.25rem}.season-summary.-inline-statistics>.inline-production-masthead.-summary{grid-template-areas:"details statistics rating trigger" "meta    meta       rating trigger";grid-template-columns:max-content auto min-content min-content}.season-summary.-inline-statistics>.inline-production-masthead.-summary>.production-statistic-list{--margin-block-start: 0;--margin-inline-start: .51282051rem}.mobile .season-summary.-inline-statistics>.inline-production-masthead.-summary>.production-statistic-list{--margin-inline-start: .55555556rem}.season-summary>.inline-production-masthead.-summary{display:grid;grid-template-areas:"details    rating     trigger" "meta       rating     trigger" "statistics statistics statistics";grid-template-columns:auto min-content min-content}.season-summary>.inline-production-masthead.-summary>.details{grid-area:details}.season-summary>.inline-production-masthead.-summary>.contextual-menu-trigger{grid-area:trigger}.season-summary>.inline-production-masthead.-summary>.meta{grid-area:meta}.season-summary>.inline-production-masthead.-summary>.csi:has(>.production-statistic-list),.season-summary>.inline-production-masthead.-summary>.production-statistic-list{grid-area:statistics;--margin-block-start: .51282051rem}.mobile .season-summary>.inline-production-masthead.-summary>.csi:has(>.production-statistic-list),.mobile .season-summary>.inline-production-masthead.-summary>.production-statistic-list{--margin-block-start: .55555556rem}.season-summary>.section-header{--margin-block-start: 2.46153846rem;margin-block-start:var(--margin-block-start)}.mobile .season-summary>.section-header{--margin-block-start: 2.66666667rem}.episode-summary>.inline-production-masthead.-summary{display:grid;grid-template-areas:"details rating trigger" "meta    rating trigger";grid-template-columns:auto min-content min-content}.episode-summary .production-statistic-list{--margin-block: .76923077rem}.mobile .episode-summary .production-statistic-list{--margin-block: .83333333rem}.production-summary-list>.listitem{container-type:inline-size;container-name:production-summary-listitem}.production-summary-list.-grid{--column-min-width: calc((80px * 2.25) - (var(--grid-col-gutter) * 2));display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--column-min-width),1fr));--column-gap: 1.53846154rem;-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);row-gap:var(--row-gap, calc(var(--column-gap) * 1.5))}.mobile .production-summary-list.-grid{--column-gap: 1.66666667rem}.production-summary-list.-grid .production-summary>.figure{order:-1}@container production-summary-listitem (max-width: 320px){.production-summary-list.-grid .production-summary{--abstract-margin-block-start: .33333333em;--primaryname-font-size: 15px;--primaryname-line-height: 1.33333333}.production-summary-list.-grid .production-summary .inline-production-masthead{--primaryname-font-size: inherit;--primaryname-line-height: inherit}}.production-summary-list.-grid[data-listitem-mask-size="3"] :nth-child(n+4 of.listitem){display:none}.production-summary-list.-list{display:flex;flex-direction:column;row-gap:var(--listing-block-row-gap)}.production-summary-list.-list>.listitem:not(:last-child){--divider-thickness: 1px;--divider-color: rgba(var(--block-divider-lowcontrast-color-rgb), 1);border-block-end:var(--divider-thickness, 0) solid var(--divider-color)}.production-summary-list.-list .production-summary{--abstract-margin-block-start: 1em;padding-block-end:20px}.production-summary-list.-list .season-summary,.production-summary-list.-list .episode-summary{display:grid;grid-template-columns:[figure] var(--template-column-figure-width) [body] auto;--column-gap: 1.53846154rem;-moz-column-gap:var(--column-gap);column-gap:var(--column-gap)}.mobile .production-summary-list.-list .season-summary,.mobile .production-summary-list.-list .episode-summary{--column-gap: 1.66666667rem}.production-summary-list.-list .season-summary>*,.production-summary-list.-list .episode-summary>*{grid-column:body}.production-summary-list.-list .season-summary>.figure,.production-summary-list.-list .episode-summary>.figure{grid-column:figure;grid-row:1 / 9999}.production-summary-list.-list .season-summary{--template-column-figure-width: 70px}.production-summary-list.-list .episode-summary{--template-column-figure-width: 170px}.production-summary-list.-list .episode-summary>.figure .production-statistic-list{--margin-block-end: 0;justify-self:center}.distribution-status{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;--font-size: .69230769rem;display:inline-block;padding-block:.25em;--padding-inline: .4em;padding-inline:var(--padding-inline);padding-inline-end:calc(var(--padding-inline) - var(--letter-spacing));vertical-align:text-bottom;white-space:nowrap;color:var(--content-color, currentColor);background-color:var(--surface-color);border-radius:.2em;font-size:var(--font-size);line-height:1;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.mobile .distribution-status{--font-size: .75rem}.distribution-status.-broadcast{--content-color: white;--surface-color: #A1001C}.inline-production-masthead{--primaryname-font-size: 1.69230769rem;--secondaryname-font-size: 1.23076923rem;--releasedate-font-size: 1.34615385rem;--releasedate-secondary-font-size: 1.07692308rem}.mobile .inline-production-masthead{--primaryname-font-size: 1.83333333rem;--secondaryname-font-size: 1.33333333rem;--releasedate-font-size: 1.45833333rem;--releasedate-secondary-font-size: 1.16666667rem}@media (max-width: 767.98px){.mobile .inline-production-masthead{--primaryname-font-size: 1.625rem;--secondaryname-font-size: 1.08333333rem;--releasedate-font-size: 1.25rem;--releasedate-secondary-font-size: 1.08333333rem}}.inline-production-masthead:not(.-gutterless){--margin-block-end: .76923077rem;margin-block-end:var(--margin-block-end)}.mobile .inline-production-masthead:not(.-gutterless){--margin-block-end: .83333333rem}.inline-production-masthead.-diary-entry,.inline-production-masthead.-summary{--primaryname-font-size: 1.38461538rem;--secondaryname-font-size: 1.15384615rem}.mobile .inline-production-masthead.-diary-entry,.mobile .inline-production-masthead.-summary{--primaryname-font-size: 1.5rem;--secondaryname-font-size: 1.25rem}@media (max-width: 767.98px){.mobile .inline-production-masthead.-diary-entry,.mobile .inline-production-masthead.-summary{--primaryname-font-size: 1.375rem;--secondaryname-font-size: 1.16666667rem}}.mobile .inline-production-masthead.-diary-entry .season-episode-code,.mobile .inline-production-masthead.-summary .season-episode-code{--font-size: .83333333rem;--padding-inline: .33333333rem;--padding-block: .16666667rem}.inline-production-masthead.-diary-entry .releasedate{display:none}.inline-production-masthead.-summary.-episode{--primaryname-font-size: 1.26923077rem}.mobile .inline-production-masthead.-summary.-episode{--primaryname-font-size: 1.375rem}.inline-production-masthead.-summary .name.-primary{font-family:inherit}.inline-production-masthead.-summary .releasedate.-secondary{font-weight:300}.inline-production-masthead .season-episode-actions{display:flex;flex-wrap:wrap;align-items:baseline;--row-gap: .61538462rem;--column-gap: .92307692rem;font-size:var(--primaryname-font-size);row-gap:var(--row-gap);-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);margin-block-start:.2em}.mobile .inline-production-masthead .season-episode-actions{--column-gap: 1rem;--row-gap: .66666667rem}.inline-production-masthead .releasedate{font-weight:300;color:var(--production-masthead-releasedate-content-color, #9ab);margin-inline-start:.4em;font-size:var(--releasedate-font-size)}.inline-production-masthead .releasedate a{color:currentColor}.inline-production-masthead .releasedate 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}.inline-production-masthead .releasedate 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}@media (hover: hover) and (pointer: fine){.inline-production-masthead .releasedate 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))}.inline-production-masthead .releasedate a:any-link:hover{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}}.inline-production-masthead .releasedate 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))}.inline-production-masthead .releasedate a:any-link:active{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}.inline-production-masthead .releasedate a:-moz-any-link{--color-rgb: 153,170,187}.inline-production-masthead .releasedate a:any-link{--color-rgb: 153,170,187}.inline-production-masthead .releasedate.-secondary{font-weight:400;--releasedate-font-size: var(--releasedate-secondary-font-size)}.inline-production-masthead .season-episode-code{margin-inline-end:.5em}.inline-production-masthead .name{display:inline;margin-block:0;font-size:var(--font-size, inherit);line-height:var(--line-height, inherit);color:var(--production-masthead-name-content-color, white)}.inline-production-masthead .name a{color:currentColor}.inline-production-masthead .name 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}.inline-production-masthead .name 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}@media (hover: hover) and (pointer: fine){.inline-production-masthead .name 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))}.inline-production-masthead .name a:any-link:hover{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}}.inline-production-masthead .name 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))}.inline-production-masthead .name a:any-link:active{color:rgb(var(--color-interaction-rgb));text-decoration-color:rgba(var(--decoration-color-interaction-rgb),var(--decoration-color-interaction-alpha))}.inline-production-masthead .name a:-moz-any-link{--color-rgb: 255,255,255}.inline-production-masthead .name a:any-link{--color-rgb: 255,255,255}.inline-production-masthead .name.-primary{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700;--font-size: var(--primaryname-font-size);--line-height: 1.2}.inline-production-masthead .name.-position{font-weight:700;--line-height: 1.2;--font-size: calc(var(--primaryname-font-size) * .9)}.inline-production-masthead .name.-position:after{content:". "}.inline-production-masthead .name.-secondary{font-weight:700;--font-size: var(--secondaryname-font-size);--line-height: 1.33333333}.inline-production-masthead .name.-secondary.-trigger{--icon-tint-rgb: 153,170,187;--icon-tint-alpha: calc(2 / 3)}@media (hover: hover) and (pointer: fine){.inline-production-masthead .name.-secondary.-trigger:enabled:hover{--production-masthead-releasedate-content-color: #bcd;--icon-tint-rgb: 187,204,221;--icon-tint-alpha: calc(2 / 3)}}.inline-production-masthead .name.-secondary.-trigger:enabled:active,.inline-production-masthead .name.-secondary.-trigger:enabled:focus{--production-masthead-name-content-color: #def;--production-masthead-releasedate-content-color: #abc;--icon-tint-rgb: 170,187,204;--icon-tint-alpha: calc(2 / 3)}.inline-production-masthead .button.-text,.inline-production-masthead .dropdown-wrapper{--font-size: 1rem;font-size:var(--font-size)}.mobile .inline-production-masthead .button.-text,.mobile .inline-production-masthead .dropdown-wrapper{--font-size: 1.08333333rem}.production-masthead .primaryname{margin-block:0;color:#fff}.production-masthead .primaryname a{color:currentColor}.production-masthead .primaryname a:-moz-any-link{--color-interaction-rgb: 64,188,244;color:rgb(var(--color-rgb));text-decoration:none}.production-masthead .primaryname a:any-link{--color-interaction-rgb: 64,188,244;color:rgb(var(--color-rgb));text-decoration:none}@media (hover: hover) and (pointer: fine){.production-masthead .primaryname a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.production-masthead .primaryname a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.production-masthead .primaryname a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.production-masthead .primaryname a:any-link:active{color:rgb(var(--color-interaction-rgb))}.production-masthead .season-episode-code:has(+.primaryname){margin-inline-end:.25em}.production-masthead .season-episode-code+.primaryname{vertical-align:middle}.production-masthead .breadcrumb{margin-top:0;margin-bottom:.76923077rem}.production-masthead .breadcrumb.-episode>.title-2{margin:0}.production-masthead .breadcrumb.-episode>.season-selector{display:inline}@media (hover: hover) and (pointer: fine){.production-masthead .breadcrumb.-episode>.season-selector .prompt:has(~.overflow-menu-trigger):hover .season{color:#def}}.no-mobile .production-masthead .productioninfo{display:inline-block}.production-masthead .releasedate,.production-masthead .originalname,.production-masthead .credits{--font-size: 1.30769231rem;--line-height: calc(4 / 3);margin-top:0;margin-bottom:0;line-height:var(--line-height);font-size:var(--font-size);color:#9ab}.mobile .production-masthead .releasedate,.mobile .production-masthead .originalname,.mobile .production-masthead .credits{--font-size: 1.41666667rem}.production-masthead .releasedate{--font-weight: var(--releasedate-font-weight);display:inline;margin:0;font-weight:var(--font-weight, 400)}.production-masthead .credits{display:inline-block}.no-mobile .production-masthead{--releasedate-font-weight: 300}.no-mobile .production-masthead .releasedate a,.no-mobile .production-masthead .credits a{color:currentColor}.no-mobile .production-masthead .releasedate a:-moz-any-link,.no-mobile .production-masthead .credits 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}.no-mobile .production-masthead .releasedate a:any-link,.no-mobile .production-masthead .credits 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-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(var(--decoration-color-rgb, var(--color-rgb)),var(--decoration-color-alpha))}@media (hover: hover) and (pointer: fine){.no-mobile .production-masthead .releasedate a:-moz-any-link:hover,.no-mobile .production-masthead .credits 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 .production-masthead .releasedate a:any-link:hover,.no-mobile .production-masthead .credits 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 .production-masthead .releasedate a:-moz-any-link:active,.no-mobile .production-masthead .credits 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 .production-masthead .releasedate a:any-link:active,.no-mobile .production-masthead .credits 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 .production-masthead .originalname{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:400;margin-right:.33333333em}.no-mobile .production-masthead .originalname{padding-top:.33333333em}.no-mobile .production-masthead .credits{margin-top:.5em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;letter-spacing:.02em}.production-masthead.-film,.production-masthead.-show,.production-masthead.-season,.production-masthead.-episode{--primaryname-line-height: 1.25;--primaryname-font-size: 1.69230769rem}.mobile .production-masthead.-film,.mobile .production-masthead.-show,.mobile .production-masthead.-season,.mobile .production-masthead.-episode{--primaryname-font-size: 1.83333333rem}.production-masthead.-film .primaryname,.production-masthead.-show .primaryname,.production-masthead.-season .primaryname,.production-masthead.-episode .primaryname{--font-size: var(--primaryname-font-size);--line-height: var(--primaryname-line-height);font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700;font-size:var(--font-size);line-height:var(--line-height)}.production-masthead.-shadowed .primaryname{--text-shadow-tint: 0,0,0;--text-shadow-alpha: 1;--text-shadow-offset-x: 0;--text-shadow-offset-y: 0;--text-shadow-blur-radius: .33333333em;text-shadow:rgba(var(--text-shadow-tint),var(--text-shadow-alpha)) var(--text-shadow-offset-x) var(--text-shadow-offset-y) var(--text-shadow-blur-radius)}.no-mobile .production-masthead.-productionscreen .releasedate{margin-right:.33333333em}.no-mobile .production-masthead.-productionscreen .releasedate a:-moz-any-link,.no-mobile .production-masthead.-productionscreen .credits a:-moz-any-link{--color-interaction-rgb: 64,188,244;--decoration-line: underline;--decoration-color-alpha: calc(1 / 3)}.no-mobile .production-masthead.-productionscreen .releasedate a:any-link,.no-mobile .production-masthead.-productionscreen .credits a:any-link{--color-interaction-rgb: 64,188,244;--decoration-line: underline;--decoration-color-alpha: calc(1 / 3)}.mobile .production-masthead.-productionscreen .originalname{--font-size: 1.16666667rem;--line-height: calc(4 / 3);margin-top:.33333333em}.mobile .production-masthead.-productionscreen .credits>.introduction{font-size:1rem;letter-spacing:.075em;text-transform:uppercase;color:#9ab}.mobile .production-masthead.-productionscreen .credits>.introduction a{color:currentColor}.mobile .production-masthead.-productionscreen .credits>.introduction a:-moz-any-link{--color-rgb: 153,170,187;--color-interaction-rgb: 187,204,221;color:rgb(var(--color-rgb));text-decoration:none}.mobile .production-masthead.-productionscreen .credits>.introduction 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 .production-masthead.-productionscreen .credits>.introduction a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .credits>.introduction a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.mobile .production-masthead.-productionscreen .credits>.introduction a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .credits>.introduction a:any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .releasedate,.mobile .production-masthead.-productionscreen .credits{display:inline}.mobile .production-masthead.-productionscreen .releasedate{font-size:1rem;letter-spacing:.075em;text-transform:uppercase;color:#9ab}.mobile .production-masthead.-productionscreen .releasedate a{color:currentColor}.mobile .production-masthead.-productionscreen .releasedate a:-moz-any-link{--color-rgb: 153,170,187;--color-interaction-rgb: 187,204,221;color:rgb(var(--color-rgb));text-decoration:none}.mobile .production-masthead.-productionscreen .releasedate 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 .production-masthead.-productionscreen .releasedate a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .releasedate a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.mobile .production-masthead.-productionscreen .releasedate a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .releasedate a:any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .releasedate+.credits>.introduction:before{content:"· "}.mobile .production-masthead.-productionscreen .credits>.directorlist,.mobile .production-masthead.-productionscreen .credits>.creatorlist{--font-size: 1.16666667rem;--line-height: calc(4 / 3);display:block;margin-top:.125em;font-size:var(--font-size);line-height:var(--line-height);color:#9ab;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.mobile .production-masthead.-productionscreen .credits>.directorlist a,.mobile .production-masthead.-productionscreen .credits>.creatorlist a{color:currentColor}.mobile .production-masthead.-productionscreen .credits>.directorlist a:-moz-any-link,.mobile .production-masthead.-productionscreen .credits>.creatorlist a:-moz-any-link{--color-rgb: 187,204,221;--color-interaction-rgb: 187,204,221;color:rgb(var(--color-rgb));text-decoration:none}.mobile .production-masthead.-productionscreen .credits>.directorlist a:any-link,.mobile .production-masthead.-productionscreen .credits>.creatorlist 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 .production-masthead.-productionscreen .credits>.directorlist a:-moz-any-link:hover,.mobile .production-masthead.-productionscreen .credits>.creatorlist a:-moz-any-link:hover{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .credits>.directorlist a:any-link:hover,.mobile .production-masthead.-productionscreen .credits>.creatorlist a:any-link:hover{color:rgb(var(--color-interaction-rgb))}}.mobile .production-masthead.-productionscreen .credits>.directorlist a:-moz-any-link:active,.mobile .production-masthead.-productionscreen .credits>.creatorlist a:-moz-any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .credits>.directorlist a:any-link:active,.mobile .production-masthead.-productionscreen .credits>.creatorlist a:any-link:active{color:rgb(var(--color-interaction-rgb))}.mobile .production-masthead.-productionscreen .trailerdurationgroup{display:flex;align-items:center;-moz-column-gap:calc(var(--grid-col-gutter) * 2);column-gap:calc(var(--grid-col-gutter) * 2);margin-top:20px}.mobile .production-masthead.-productionscreen .trailerdurationgroup>.duration{color:#9ab;font-size:1rem}.no-mobile .production-masthead.-productionscreen.-film,.no-mobile .production-masthead.-productionscreen.-show,.no-mobile .production-masthead.-productionscreen.-season,.no-mobile .production-masthead.-productionscreen.-episode{--primaryname-font-size: 2.46153846rem}.no-mobile .production-masthead.-productionscreen.-film .primaryname,.no-mobile .production-masthead.-productionscreen.-show .primaryname,.no-mobile .production-masthead.-productionscreen.-season .primaryname,.no-mobile .production-masthead.-productionscreen.-episode .primaryname{display:inline;font-family:TiemposHeadlineWeb,Georgia,serif,ColorEmoji;font-weight:700}.no-mobile .production-masthead.-productionscreen.-film .primaryname .name:after,.no-mobile .production-masthead.-productionscreen.-show .primaryname .name:after,.no-mobile .production-masthead.-productionscreen.-season .primaryname .name:after,.no-mobile .production-masthead.-productionscreen.-episode .primaryname .name:after{content:"  ";font-size:87.5%}.no-mobile .production-masthead.-productionscreen.-film .originalname,.no-mobile .production-masthead.-productionscreen.-show .originalname,.no-mobile .production-masthead.-productionscreen.-season .originalname,.no-mobile .production-masthead.-productionscreen.-episode .originalname{display:inline-block}.mobile .production-masthead.-productionscreen.-film,.mobile .production-masthead.-productionscreen.-show,.mobile .production-masthead.-productionscreen.-season,.mobile .production-masthead.-productionscreen.-episode{--primaryname-margin-bottom: .83333333rem}.mobile .production-masthead.-productionscreen.-film .primaryname,.mobile .production-masthead.-productionscreen.-show .primaryname,.mobile .production-masthead.-productionscreen.-season .primaryname,.mobile .production-masthead.-productionscreen.-episode .primaryname{display:block;margin-bottom:var(--primaryname-margin-bottom)}.mobile .production-masthead.-productionscreen.-film .primaryname+.originalname,.mobile .production-masthead.-productionscreen.-show .primaryname+.originalname,.mobile .production-masthead.-productionscreen.-season .primaryname+.originalname,.mobile .production-masthead.-productionscreen.-episode .primaryname+.originalname{margin-top:calc(-1 * var(--primaryname-margin-bottom) + .33333333em);margin-bottom:.66666667em}.production-statistic-list-container .production-statistic-list,.poster-grid .production-statistic-list,.poster-list .production-statistic-list,.episode-thumb .production-statistic-list{justify-content:center;--margin-block-start: .76923077rem}.mobile .production-statistic-list-container .production-statistic-list,.mobile .poster-grid .production-statistic-list,.mobile .poster-list .production-statistic-list,.mobile .episode-thumb .production-statistic-list{--margin-block-start: .83333333rem}.production-statistic-list{--item-gap: .75em ;--content-color: #678;display:flex;flex-direction:row;-moz-column-gap:var(--item-gap);column-gap:var(--item-gap);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:var(--font-size, .92307692rem);line-height:var(--line-height, 1.5);margin-block-start:var(--margin-block-start, var(--margin-block, 0));margin-block-end:var(--margin-block-end, var(--margin-block, 0));margin-inline-start:var(--margin-inline-start, var(--margin-inline, 0));margin-inline-end:var(--margin-inline-end, var(--margin-inline, 0))}.mobile .production-statistic-list{--font-size: 1rem}.production-statistic-list.-placeholder{min-height:1lh}.production-statistic-list.-small{--font-size: .69230769rem}.mobile .production-statistic-list.-small{--font-size: .75rem}.production-statistic-list.-small .glyph{display:block;height:.875em;width:auto}.production-statistic{display:inline-flex;-moz-column-gap:var(--icon-label-gap);column-gap:var(--icon-label-gap);align-items:center;white-space:nowrap;--content-color: #678;color:var(--content-color, currentColor);--icon-tint: rgba(var(--icon-tint-rgb, var(--content-color-rgb)), var(--icon-tint-alpha, 1));--icon-label-gap: .3125em }.production-statistic a{display:inline-flex;-moz-column-gap:var(--icon-label-gap);column-gap:var(--icon-label-gap);align-items:center;white-space:nowrap;color:var(--content-color, currentColor)}@media (hover: hover) and (pointer: fine){.production-statistic a:-moz-any-link:hover{--content-color: #bcd}.production-statistic a:any-link:hover{--content-color: #bcd}}.production-statistic a:-moz-any-link:focus{--content-color: #cde}.production-statistic a:any-link:focus{--content-color: #cde}.production-statistic a:-moz-any-link:active{--content-color: #9ab}.production-statistic a:any-link:active{--content-color: #9ab}.production-statistic .glyph{align-self:center;color:var(--icon-tint, var(--content-color))}.production-statistic .glyph [fill]{fill:currentColor}.production-statistic.-fans{--icon-tint: #89a}.production-statistic.-heartrate,.production-statistic.-likes{--icon-tint: var(--icon-tint-like, #FF9933)}.production-statistic.-lists{--icon-tint: #40BCF4}.production-statistic.-watches{--icon-tint: var(--icon-tint-watch, #00C030)}.production-statistic.-watchlists{--icon-tint: #667788}.production-statistic.-top250{--icon-tint: #E0C010}body:not(.list-page) .production-statistic.-heartrate,body:not(.list-page) .production-statistic.-fans{display:none}body:not(.list-page):not(.film) .production-statistic.-watchlists{display:none}.viewing-actions,.list-actions{--font-size: 1rem;--margin-block-start: 1.23076923rem;display:flex;justify-content:space-between;-moz-column-gap:1em;column-gap:1em;margin-block-start:var(--margin-block-start);margin-block-end:var(--margin-block-end);font-size:var(--font-size);line-height:1.5}.mobile .viewing-actions,.mobile .list-actions{--font-size: 1.08333333rem;--margin-block-start: 1.33333333rem}.view .viewing-actions,.view .list-actions{--margin-block-end: 1.53846154rem}.mobile .view .viewing-actions,.mobile .view .list-actions{--margin-block-end: 1.66666667rem}.review-actions{display:flex;flex-wrap:wrap;align-items:flex-start;-moz-column-gap:inherit;column-gap:inherit;row-gap:.5em}.review-actions>.like-link-target{margin-bottom:0;line-height:inherit;margin-right:.5em}.review-actions>.like-link-target:not(:first-child){margin-left:.5em}.review-actions>.like-link-target .count{height:auto}.review-actions>.translation-button{color:#789}.review-actions>.translation-disclaimer{color:#678}.production-viewing,.list-detailed-entry{--column-gap: 20px;display:grid;grid-template-areas:"figure body";grid-template-columns:min-content auto;-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);align-items:flex-start}@media (max-width: 767.98px){.mobile .production-viewing{--column-gap: 15px}}.production-viewing .headline-2>a,.production-viewing .headline-3>a{color:#fff;margin-right:5px}@media (hover: hover) and (pointer: fine){.production-viewing .headline-2>a:-moz-any-link:hover,.production-viewing .headline-3>a:-moz-any-link:hover{color:#40bcf4}.production-viewing .headline-2>a:any-link:hover,.production-viewing .headline-3>a:any-link:hover{color:#40bcf4}}.production-viewing .headline-2 small a,.production-viewing .headline-3 small a{color:#89a}@media (hover: hover) and (pointer: fine){.production-viewing .headline-2 a:-moz-any-link:hover,.production-viewing .headline-3 a:-moz-any-link:hover{color:#40bcf4}.production-viewing .headline-2 a:any-link:hover,.production-viewing .headline-3 a:any-link:hover{color:#40bcf4}}.production-viewing>.poster,.production-viewing>.avatar,.list-detailed-entry>.poster{grid-template-areas:"figure"}.production-viewing>.avatar{margin:initial}.production-viewing>.body,.list-detailed-entry>.body{grid-area:body}.production-viewing>.body>*:has(+.attribution-block){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.production-viewing>.body>.attribution-block+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.production-viewing>.body>*:has(+.attribution-detail){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.production-viewing>.body>.attribution-detail+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.production-viewing>.body>*:has(+.content-reactions-strip){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.production-viewing>.body>.content-reactions-strip+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.production-viewing.-yirmostlikedlist{--column-gap: calc(var(--grid-col-gutter) * 8)}.viewing-list{display:flex;flex-direction:column;row-gap:var(--listing-block-row-gap)}.viewing-list>.listitem:not(:last-child){--divider-thickness: 1px;--divider-color: rgba(var(--block-divider-lowcontrast-color-rgb), 1);border-block-end:var(--divider-thickness, 0) solid var(--divider-color)}.viewing-list .production-viewing{padding-bottom:20px}.viewing-list[data-listitem-mask-size="3"] :nth-child(n+4 of.listitem){display:none}.section-heading:not(.-spaced)+.viewing-list,.section-heading:not(.-spaced)+.all-link+.viewing-list,.filtered-message+.viewing-list,.viewing-list.-marginblockstart{margin-block-start:var(--margin-block-start, var(--margin-top, 15px))}.show-seasons-overview{--postercarousel-margin-block-start: .30769231rem}.mobile .show-seasons-overview{--postercarousel-margin-block-start: .33333333rem}.show-seasons-overview .section-header+.postercarousel{--margin-block-start: calc(var(--postercarousel-margin-block-start) * -1)}.show-seasons-overview .content-tab-filters+.postercarousel{--margin-block-start: var(--postercarousel-margin-block-start)}.show-seasons-overview .postercarousel{--margin-block-end: .30769231rem;margin-block-start:var(--margin-block-start, 0);margin-block-end:var(--margin-block-end)}.mobile .show-seasons-overview .postercarousel{--margin-block-end: .33333333rem}.show-poster-carousel{--inline-start-offset: 0px;--inline-end-offset: 0px;--slide-column-gap: calc(var(--grid-col-gutter) * 2);box-sizing:border-box}.show-poster-carousel *,.show-poster-carousel :after,.show-poster-carousel :before{box-sizing:inherit}.show-poster-carousel .viewport{--mask-end-rgba: rgba(var(--mask-tint-rgb), var(--mask-end-alpha));--mask-end-alpha: .1;color:var(--mask-end-rgba);overflow-x:scroll;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;margin-inline-start:calc(var(--inline-start-offset) * -1);scroll-padding-inline-start:var(--inline-start-offset);--mask-tint-rgb: 0,0,0;--inline-start-fade-width: 30px ;--inline-end-fade-width: 120px ;--inline-end-fade-overlap: calc(var(--inline-end-fade-width) * (2 / 3) - var(--grid-col-gutter));-webkit-mask-image:linear-gradient(to right,rgba(var(--mask-tint-rgb),0) 0%,rgba(var(--mask-tint-rgb),.16) 33.33333333%,rgba(var(--mask-tint-rgb),.5) 66.66666667%,rgba(var(--mask-tint-rgb),.84) 90%,rgba(var(--mask-tint-rgb),1) 100%),linear-gradient(to right,rgba(var(--mask-tint-rgb),1) 0%,rgba(var(--mask-tint-rgb),1) 100%),linear-gradient(to right,rgba(var(--mask-tint-rgb),1) 0%,currentColor 100%),linear-gradient(to left,currentColor 0%,currentColor 100%);mask-image:linear-gradient(to right,rgba(var(--mask-tint-rgb),0),rgba(var(--mask-tint-rgb),.16),rgba(var(--mask-tint-rgb),.5) 66.66666667%,rgba(var(--mask-tint-rgb),.84) 90%,rgba(var(--mask-tint-rgb),1)),linear-gradient(to right,rgba(var(--mask-tint-rgb),1),rgba(var(--mask-tint-rgb),1)),linear-gradient(to right,rgba(var(--mask-tint-rgb),1) 0%,currentColor 100%),linear-gradient(to left,currentColor 0%,currentColor 100%);-webkit-mask-size:calc(var(--inline-start-fade-width)) auto,calc(var(--template-column-body-width) - var(--inline-end-fade-overlap)) auto,var(--inline-end-fade-width) auto,calc(100% - (var(--inline-start-offset) + var(--template-column-body-width) + (var(--inline-end-fade-width) - var(--inline-end-fade-overlap)))) auto;mask-size:calc(var(--inline-start-fade-width)) auto,calc(var(--template-column-body-width) - var(--inline-end-fade-overlap)) auto,var(--inline-end-fade-width) auto,calc(100% - (var(--inline-start-offset) + var(--template-column-body-width) + (var(--inline-end-fade-width) - var(--inline-end-fade-overlap)))) auto;-webkit-mask-position:calc(var(--inline-start-offset) - var(--inline-start-fade-width)) center,calc(var(--inline-start-offset)) center,calc(var(--inline-start-offset) + var(--template-column-body-width) - var(--inline-end-fade-overlap)) center,right center;mask-position:calc(var(--inline-start-offset) - var(--inline-start-fade-width)) center,calc(var(--inline-start-offset)) center,calc(var(--inline-start-offset) + var(--template-column-body-width) - var(--inline-end-fade-overlap)) center,right center;-webkit-mask-repeat:repeat-y,repeat-y,repeat-y,repeat-y;mask-repeat:repeat-y,repeat-y,repeat-y,repeat-y;--timing-duration: var(--timing-duration-out);transition-property:color;transition-duration:var(--timing-duration);transition-timing-function:var(--timing-function-ease-out-expo)}.show-poster-carousel .viewport::-webkit-scrollbar{display:none}@media (hover: hover) and (pointer: fine){.show-poster-carousel .viewport:hover{--mask-end-alpha: 1;--timing-duration: var(--timing-duration-in)}}.show-poster-carousel .viewport:focus-within{--mask-end-alpha: 1;--timing-duration: var(--timing-duration-in)}.show-poster-carousel .viewport .poster-grid{padding-inline-start:var(--inline-start-offset);padding-inline-end:var(--inline-end-offset)}.show-poster-carousel .viewport .poster-grid>.grid>.griditem{scroll-snap-align:start}.show-poster-carousel .container{container-type:inline-size;container-name:grid;padding-block:var(--padding-block)}.show-poster-carousel .poster-grid{container-type:initial;container-name:initial;min-width:100%;width:-moz-fit-content;width:fit-content;padding-block:var(--poster-grid-gap-column)}.show-poster-carousel .poster-grid>.grid{grid-auto-flow:column;grid-template-rows:none;width:-moz-max-content;width:max-content;margin:0;list-style:none}.production-sidebar .actions-panel{margin-block-end:initial}.production-sidebar *+.ratings-histogram-chart{--margin-block-start: 2.46153846rem;margin-block-start:var(--margin-block-start)}.mobile .production-sidebar *+.ratings-histogram-chart{--margin-block-end: 2.66666667rem}.production-article-layout{--template-column-aside-width: 230px;--template-column-details-width: 390px;--template-column-sidebar-width: 230px;--template-column-body-width: calc(var(--template-column-details-width) + var(--template-column-gutter-width) + var(--template-column-sidebar-width));--template-column-gutter-width: 50px;--section-adjacent-margin-block: 3.69230769rem;--masthead-margin-block-end: 2.46153846rem;position:relative;display:grid;margin-inline:auto;grid-template-areas:"bleed-start aside . masthead masthead masthead bleed-end" "bleed-start aside . details . sidebar bleed-end" "bleed-start aside . body body body bleed-end";grid-template-columns:[bleed-start] 1fr [aside] var(--template-column-aside-width) var(--template-column-gutter-width) [summary] var(--template-column-details-width) var(--template-column-gutter-width) [sidebar] var(--template-column-sidebar-width) 1fr [bleed-end]}.mobile .production-article-layout{--section-adjacent-margin-block: 4rem}.mobile .production-article-layout{--masthead-margin-block-end: 2.66666667rem}.production-article-layout>*{grid-column:body}.production-article-layout>.production-masthead{grid-area:masthead;margin-block-end:var(--masthead-margin-block-end)}.production-article-layout>.production-article-details{grid-area:details}.production-article-layout>.production-sidebar{grid-area:sidebar}.production-article-layout>.production-article-aside{grid-area:aside;position:sticky;--inset-block-start: 1.23076923rem;inset-block-start:var(--inset-block-start);align-self:flex-start}.mobile .production-article-layout>.production-article-aside{--inset-block-start: 1.33333333rem}.production-article-layout>*.-columnstart\:body{grid-column-start:body}.production-article-layout>*.-columnend\:bleed-end{grid-column-end:bleed-end}.production-article-layout>.production-article-details,.production-article-layout>.production-article-sidebar{margin-block-end:var(--section-adjacent-margin-block)}.production-article-layout>.section,.production-article-layout>.show-episodes-list,.production-article-layout>.show-seasons-overview{margin-block-end:var(--section-adjacent-margin-block)}.production-article-layout>.section{padding-block-end:initial}.production-article-layout>.show-seasons-overview{grid-column-start:body;grid-column-end:bleed-end;display:grid;grid-template-columns:[body] var(--template-column-body-width) 1fr [bleed-end]}.production-article-layout>.show-seasons-overview>*{grid-column:body}.production-article-layout>.show-seasons-overview>.show-poster-carousel{--inline-start-offset: calc(var(--template-column-gutter-width));--inline-end-offset: calc(100% - var(--inline-start-offset) - var(--template-column-body-width));grid-column:body / bleed-end}.production-article-details>*:last-child{margin-block-end:0}.production-article-aside .js-csi,.production-article-aside .loading-csi{display:contents}.production-article-aside .watch-panel{--margin-block-start: 1.84615385rem;margin-block-start:var(--margin-block-start)}.mobile .production-article-aside .watch-panel{--margin-block-start: 2rem}.production-layout-browse{--template-column-page-header-wing-width: minmax(0, 70px);--template-column-body-width: 670px;--template-column-sidebar-width: 230px;--template-column-gutter-width: 50px;position:relative;display:grid;margin-inline:auto;grid-template-areas:"bleed-start page-header page-header page-header page-header page-header bleed-end" "bleed-start .           body        .           sidebar     .           bleed-end";grid-template-columns:[bleed-start] 1fr [page-header-wing-start] var(--template-column-page-header-wing-width) var(--template-column-body-width) var(--template-column-gutter-width) var(--template-column-sidebar-width) var(--template-column-page-header-wing-width) [page-header-wing-end] 1fr [bleed-end]}.production-layout-browse>*{grid-column:body}.production-layout-browse>.rich-page-header{grid-column-start:page-header-wing-start;grid-column-end:page-header-wing-end}.production-layout-browse>.production-sidebar{grid-area:sidebar}.privacy-policy-menu-trigger{margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;box-sizing:border-box;--font-size: 1rem;display:flex;align-items:center;flex-wrap:nowrap;position:relative;color:var(--content-color, #bcd);font-size:var(--font-size);opacity:var(--opacity, 1);transition:color var(--timing-duration-out) var(--timing-function-ease-out-expo)}.privacy-policy-menu-trigger:not(:disabled):focus,.privacy-policy-menu-trigger:not(:disabled):hover{text-decoration:inherit}.privacy-policy-menu-trigger *,.privacy-policy-menu-trigger :after,.privacy-policy-menu-trigger :before{box-sizing:inherit}.mobile .privacy-policy-menu-trigger{--font-size: 1.08333333rem}.privacy-policy-menu-trigger:enabled{cursor:pointer}@media (hover: hover) and (pointer: fine){.privacy-policy-menu-trigger:enabled:hover{transition-duration:var(--timing-duration-in);color:var(--hover-content-color, #fff)}}.privacy-policy-menu-trigger:enabled:active,.privacy-policy-menu-trigger:enabled:focus{transition-duration:var(--timing-duration-in);color:var(--active-content-color, #fff)}.privacy-policy-menu-trigger:disabled{--opacity: var(--opacity-disabled);opacity:var(--opacity, .5);pointer-events:none}.privacy-policy-menu-trigger:after{flex-shrink:0;display:block;content:"";margin-left:.5em;width:8px;height:12px;-webkit-mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22m8%208-4%204-4-4h8ZM0%204h8L4%200%200%204Z%22/%3E%3C/svg%3E);mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22nonzero%22%20d%3D%22m8%208-4%204-4-4h8ZM0%204h8L4%200%200%204Z%22/%3E%3C/svg%3E);background-color:currentColor}.privacy-policy-menu-dropdown{box-sizing:border-box;max-width:-moz-min-content;max-width:min-content}.privacy-policy-menu-dropdown *,.privacy-policy-menu-dropdown :after,.privacy-policy-menu-dropdown :before{box-sizing:inherit}.privacy-policy-menu-dropdown .header{padding-top:var(--menuitem-padding-y);padding-right:var(--menuitem-padding-x);padding-bottom:var(--menuitem-padding-y);padding-left:var(--menuitem-padding-x);background-repeat:repeat-x;background-position:bottom;background-size:2px 1px;background-image:linear-gradient(180deg,rgba(var(--divider-color-rgb),0) 50%,rgba(var(--divider-color-rgb),var(--divider-color-alpha)) 0)}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.privacy-policy-menu-dropdown .header{background-size:1px 1px}}.privacy-policy-menu-dropdown .header>.title{--font-size: .84615385rem;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;margin-top:0;margin-bottom:0;text-transform:uppercase;font-size:var(--font-size);line-height:1.5;white-space:nowrap}.mobile .privacy-policy-menu-dropdown .header>.title{--font-size: .91666667rem}.privacy-policy-menu-dropdown>.dropdown-bodytext{padding-top:var(--menuitem-padding-y);padding-bottom:calc(var(--menuitem-padding-y) * 1.25);background-repeat:repeat-x;background-position:top;background-size:2px 1px;background-image:linear-gradient(0deg,rgba(var(--divider-color-rgb),0) 50%,rgba(var(--divider-color-rgb),var(--divider-color-alpha)) 0)}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.privacy-policy-menu-dropdown>.dropdown-bodytext{background-size:1px 1px}}.privacy-policy-menu-dropdown .menuitem.-trigger.-has-policy-icon>button>.policy-icon{display:block;--offset-x: calc((var(--font-size) - var(--menuitem-icon-dimension)) * -.5);transform:translate(var(--offset-x))}.privacy-policy-menu-dropdown.-open{display:flex;flex-direction:column;overflow:hidden}.privacy-policy-menu{box-sizing:border-box}.privacy-policy-menu *,.privacy-policy-menu :after,.privacy-policy-menu :before{box-sizing:inherit}.privacy-policy-menu.-pending{opacity:0;transition:opacity var(--timing-duration-out) var(--timing-function-ease-out-expo)}.diary-entry-form-controls{--skeleton-transition-in-duration: .5s;--skeleton-transition-in-delay: 0s;--skeleton-transition-out-duration: .25s;--skeleton-transition-out-delay: .5s;--figure-width: 160px;--figure-width-unitless: 160;--column-gap: 40px;--column-gap-unitless: 40;--opacity-disabled: .5;--opacity-not-applicable: calc(2 / 3);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;-moz-column-gap:calc(var(--grid-col-gutter) * 3);column-gap:calc(var(--grid-col-gutter) * 3);row-gap:var(--row-gap, var(--modal-footer-padding-y));margin-left:auto;margin-right:auto}.no-mobile .diary-entry-form-controls{--row-gap: 1.23076923rem;--padding-start-figure: min(var(--figure-width), calc(100% * (var(--figure-width-unitless) / var(--form-max-width-unitless))));--padding-start-column-gap: min(var(--column-gap), calc(100% * (var(--column-gap-unitless) / var(--form-max-width-unitless))));padding-left:calc(var(--padding-start-figure) + var(--padding-start-column-gap))}.no-mobile .diary-entry-form-controls>*{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.no-mobile .diary-entry-form-controls>.formactions{margin-left:auto}.mobile .diary-entry-form-controls{--row-gap: 1.33333333rem}@media (max-width: 639.98px){.mobile .diary-entry-form-controls{--row-gap: 1.66666667rem}}@media (min-width: 768px){.mobile .diary-entry-form-controls{--padding-start-figure: min(var(--figure-width), calc(100% * (var(--figure-width-unitless) / var(--form-max-width-unitless))));--padding-start-column-gap: min(var(--column-gap), calc(100% * (var(--column-gap-unitless) / var(--form-max-width-unitless))));padding-left:calc(var(--padding-start-figure) + var(--padding-start-column-gap))}.mobile .diary-entry-form-controls>*{padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.mobile .diary-entry-form-controls>.formactions{margin-left:auto}}.diary-entry-form-controls .button{--font-size: 1rem;font-size:var(--font-size)}.mobile .diary-entry-form-controls .button{--font-size: 1.08333333rem}.diary-entry-form-controls .formrow{display:grid;grid-template-columns:auto min-content}.diary-entry-form-controls .privacygroup{flex-basis:0;flex-grow:1;display:grid;align-items:center;grid-auto-flow:column;grid-template-columns:auto min-content;grid-column-gap:calc(var(--grid-col-gutter) * 6)}.diary-entry-form-controls .privacygroup>.privacycontrols,.diary-entry-form-controls .privacygroup>.draftnote{grid-column:1;grid-row:1;opacity:var(--opacity, 1);transition:opacity var(--timing-duration-in) var(--timing-function-ease-out-expo)}.diary-entry-form-controls .privacygroup>.privacycontrols[aria-hidden=true],.diary-entry-form-controls .privacygroup>.draftnote[aria-hidden=true]{--opacity: 0 !important;pointer-events:none;transition-duration:var(--timing-duration-out)}.diary-entry-form-controls .privacygroup>.privacycontrols{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;row-gap:var(--row-gap);-moz-column-gap:calc(var(--grid-col-gutter) * 3);column-gap:calc(var(--grid-col-gutter) * 3)}.no-mobile .diary-entry-form-controls .privacygroup>.privacycontrols{--row-gap: .30769231rem}.mobile .diary-entry-form-controls .privacygroup>.privacycontrols{--row-gap: .33333333rem}@media (max-width: 639.98px){.mobile .diary-entry-form-controls .privacygroup>.privacycontrols{flex-basis:100%}}.diary-entry-form-controls .privacygroup>.privacycontrols>.label{margin-bottom:0;white-space:nowrap;--font-size: 1rem;font-size:var(--font-size)}.mobile .diary-entry-form-controls .privacygroup>.privacycontrols>.label{--font-size: 1.08333333rem}.diary-entry-form-controls .privacygroup>.privacycontrols>.privacy-policy-menu{white-space:nowrap;flex-basis:100%}@media (hover: hover) and (pointer: fine){.diary-entry-form-controls .privacygroup>.privacycontrols:not(.-applicable):not(:hover){--opacity: var(--opacity-not-applicable);transition-duration:var(--timing-duration-out)}}.diary-entry-form-controls .privacygroup>.drafttoggle{margin-bottom:0;--font-size: 1rem;font-size:var(--font-size);opacity:var(--opacity, 1);transition:opacity var(--timing-duration-in) var(--timing-function-ease-out-expo)}.mobile .diary-entry-form-controls .privacygroup>.drafttoggle{--font-size: 1.08333333rem}.diary-entry-form-controls .privacygroup>.drafttoggle:has(>input[type=checkbox]:disabled){--opacity: var(--opacity-disabled);pointer-events:none}.diary-entry-form-controls .privacygroup>.draftnote{--font-size: 1rem;font-size:var(--font-size);text-wrap:pretty;line-height:calc(4 / 3);color:var(--modal-footer-color)}.mobile .diary-entry-form-controls .privacygroup>.draftnote{--font-size: 1.08333333rem}.diary-entry-form-controls .formactions{display:flex;-moz-column-gap:var(--modal-footer-action-inline-gap);column-gap:var(--modal-footer-action-inline-gap);align-self:center;align-items:center}@media (max-width: 639.98px){.mobile .diary-entry-form-controls .formactions{flex-basis:100%}}.diary-entry-form-controls:has(.privacy-policy-menu-trigger:disabled) .privacygroup>.privacycontrols{--opacity: var(--opacity-disabled);pointer-events:none}.diary-entry-form-wizard-step{--row-gap: .92307692rem;row-gap:var(--row-gap)}.mobile .diary-entry-form-wizard-step{--row-gap: 1rem}.mobile .diary-entry-form-wizard-step .field.-large,.mobile .diary-entry-form-wizard-step .tag-input-field{font-size:1.33333333rem}.diary-entry-form-wizard-step>.body{--row-gap: 1.53846154rem;display:flex;flex-direction:column;row-gap:var(--row-gap)}.mobile .diary-entry-form-wizard-step>.body{--row-gap: 1.66666667rem}.diary-entry-form-wizard-step>.footer{background-color:#345}.diary-entry-form-wizard-step.-search>.body .formrow{--row-gap: .30769231rem;display:flex;flex-direction:column;row-gap:var(--row-gap);max-width:calc((80px * 6) - (var(--grid-col-gutter) * 2));width:100%;margin-left:auto;margin-right:auto}.mobile .diary-entry-form-wizard-step.-search>.body .formrow{--row-gap: .33333333rem}.diary-entry-form-wizard-step.-search .viewingablesuggestion{--font-size: 1rem;--margin-top: 1.53846154rem;margin-top:calc(var(--margin-top) - var(--row-gap));font-size:var(--font-size);line-height:1.33333333}.mobile .diary-entry-form-wizard-step.-search .viewingablesuggestion{--font-size: 1.08333333rem;--margin-top: 1.66666667rem}.diary-entry-form-wizard-step.-search .viewingablesuggestion>.label{color:#89a;text-shadow:#345 0 -1px 0}.diary-entry-form-wizard-step.-search .viewingablesuggestion>.label+.trigger{margin-left:.25em}.diary-entry-form-wizard-step.-search .viewingablesuggestion>.trigger{background-color:#345}.diary-entry-form-wizard-step.-search .viewingablesuggestion>.trigger .viewingablelabel{--col-gap: .15em;--release-year-color: #89A}.diary-entry-form-wizard-step.-search .viewingablesuggestion>.trigger .viewingablelabel>.delimiter{margin-inline:var(--col-gap);opacity:var(--delimiter-alpha)}.diary-entry-form-wizard-step.-search .viewingablesuggestion>.trigger .viewingablelabel>.releasedate{margin-left:var(--col-gap);color:var(--release-year-color, var(--content-color));font-size:80%}.diary-entry-form-wizard-step.-compose{--figure-width: 160px;--figure-width-unitless: 160;--column-gap: 40px;--column-gap-unitless: 40}.diary-entry-form-wizard-step.-compose>.figure .poster-list{overflow:visible}.diary-entry-form-wizard-step.-compose>.figure .poster-list .poster,.diary-entry-form-wizard-step.-compose>.figure .poster-list .poster img{width:100%;height:auto}.diary-entry-form-wizard-step.-compose>.body .reviewfields{flex-grow:1;display:grid}.diary-entry-form-wizard-step.-compose>.body .reviewfields>.inner{display:flex;flex-direction:column}.diary-entry-form-wizard-step.-compose>.body .reviewfields>.inner>.reviewfield{flex-grow:1}.diary-entry-form-wizard-step.-compose>.body .reviewfields>.inner>.spoilers{flex-shrink:0}.no-mobile .diary-entry-form-wizard-step.-compose{--row-gap: 1.53846154rem;display:grid;grid-template-areas:"figure header" "figure body";grid-template-columns:min(var(--figure-width),calc(100% * (var(--figure-width-unitless) / var(--form-max-width-unitless)))) auto;grid-template-rows:min-content auto;-moz-column-gap:min(var(--column-gap),calc(100% * (var(--column-gap-unitless) / var(--form-max-width-unitless))));column-gap:min(var(--column-gap),calc(100% * (var(--column-gap-unitless) / var(--form-max-width-unitless))));justify-content:stretch}.no-mobile .diary-entry-form-wizard-step.-compose>.header{grid-area:header}.no-mobile .diary-entry-form-wizard-step.-compose>.figure{grid-area:figure}.no-mobile .diary-entry-form-wizard-step.-compose>.body{grid-area:body}.no-mobile .diary-entry-form-wizard-step.-compose>.header>*,.no-mobile .diary-entry-form-wizard-step.-compose>.figure>*,.no-mobile .diary-entry-form-wizard-step.-compose>.body>*{padding-right:var(--grid-col-gutter);padding-left:var(--grid-col-gutter)}@media (max-width: 639.98px){.mobile .diary-entry-form-wizard-step.-compose{--header-cyc-scale-y: calc(1 / 3);--row-gap: 2rem;display:grid;grid-template-areas:"figure header" "body body";grid-template-rows:min-content auto;--figure-width-min: 2.66666667rem;--figure-width-val: 10%;--figure-width-max: 46px;grid-template-columns:clamp(var(--figure-width-min),var(--figure-width-val),var(--figure-width-max)) auto;-moz-column-gap:1.25rem;column-gap:1.25rem}.mobile .diary-entry-form-wizard-step.-compose .datefields{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:stretch;row-gap:var(--row-gap)}.mobile .diary-entry-form-wizard-step.-compose .datefields>*{min-width:50%;flex-basis:auto;flex-grow:1;flex-shrink:0}.mobile .diary-entry-form-wizard-step.-compose .tagslikeratingfields{grid-template-areas:"tags tags" "rating like";grid-auto-flow:row;grid-auto-flow:initial;grid-template-columns:auto var(--like-width);row-gap:var(--row-gap)}.mobile .diary-entry-form-wizard-step.-compose .tagslikeratingfields>.fieldgroup.-tags{grid-area:tags}.mobile .diary-entry-form-wizard-step.-compose .tagslikeratingfields>.fieldgroup.-rating{grid-area:rating;justify-content:flex-start}.mobile .diary-entry-form-wizard-step.-compose .tagslikeratingfields>.fieldgroup.-like{grid-area:like;justify-content:flex-end}.mobile .diary-entry-form-wizard-step.-compose>.header,.mobile .diary-entry-form-wizard-step.-compose>.figure{z-index:1}.mobile .diary-entry-form-wizard-step.-compose>.header{grid-area:header;align-self:center}.mobile .diary-entry-form-wizard-step.-compose>.figure{grid-area:figure;align-self:flex-start}.mobile .diary-entry-form-wizard-step.-compose>.body{--row-gap: 1.33333333rem;grid-area:body}.mobile .diary-entry-form-wizard-step.-compose:before{--outdent-top: var(--grid-col-gutter);--outdent-right: var(--grid-col-gutter);--outdent-bottom: calc(var(--row-gap) * var(--header-cyc-scale-y));--outdent-left: var(--grid-col-gutter);content:"";grid-area:figure;grid-column-end:-1;margin-top:calc(-1 * var(--outdent-top));margin-right:calc(-1 * var(--outdent-right));margin-bottom:calc(-1 * var(--outdent-bottom));margin-left:calc(-1 * var(--outdent-left));background-color:#345;opacity:.5}}@media (min-width: 640px){.mobile .diary-entry-form-wizard-step.-compose{--row-gap: 1.66666667rem;display:grid;grid-template-areas:"figure header" "figure body";grid-template-columns:min(var(--figure-width),calc(100% * (var(--figure-width-unitless) / var(--form-max-width-unitless)))) auto;grid-template-rows:min-content auto;-moz-column-gap:min(var(--column-gap),calc(100% * (var(--column-gap-unitless) / var(--form-max-width-unitless))));column-gap:min(var(--column-gap),calc(100% * (var(--column-gap-unitless) / var(--form-max-width-unitless))));justify-content:stretch}.mobile .diary-entry-form-wizard-step.-compose>.header{grid-area:header}.mobile .diary-entry-form-wizard-step.-compose>.figure{grid-area:figure}.mobile .diary-entry-form-wizard-step.-compose>.body{grid-area:body}.mobile .diary-entry-form-wizard-step.-compose>.header>*,.mobile .diary-entry-form-wizard-step.-compose>.figure>*,.mobile .diary-entry-form-wizard-step.-compose>.body>*{padding-right:var(--grid-col-gutter);padding-left:var(--grid-col-gutter)}}.diary-entry-form-wizard-backtrigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);--padding-top: 9px;--padding-bottom: 8px;--padding-x: 12px;--border-radius: 3px;--line-height: 1;--color: #C8D4E0;--background-color: #567;--height: calc(var(--font-size) * var(--line-height) + var(--padding-top) + var(--padding-bottom));--box-shadow-inset-color: rgba(255, 255, 255, .2);--sqrt: 1.41421356;--sqrt-inverse: calc(1 / 1.41421356);--font-size: 1rem;position:relative;padding:var(--padding-top) var(--padding-right, var(--padding-x)) var(--padding-bottom) var(--padding-left, calc(var(--padding-x) * .5));border-radius:0 var(--border-radius) var(--border-radius) 0;font-size:var(--font-size);line-height:var(--line-height);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:var(--color);background-color:var(--background-color);box-shadow:inset 0 1px 0 var(--box-shadow-inset-color)}.diary-entry-form-wizard-backtrigger:not(:disabled):focus,.diary-entry-form-wizard-backtrigger:not(:disabled):hover{text-decoration:inherit}.mobile .diary-entry-form-wizard-backtrigger{--font-size: 1.08333333rem}.diary-entry-form-wizard-backtrigger:before{--border-radius-h: calc(var(--sqrt) * var(--border-radius));--border-radius-remainder: calc(var(--border-radius-h) - var(--border-radius));--dimension-h: var(--height);--dimension-base: calc((var(--dimension-h) + var(--border-radius-remainder) * 2) * var(--sqrt-inverse));--dimension: calc(var(--dimension-base));content:"";display:block;position:absolute;top:50%;left:calc(var(--dimension) * -.5);margin-top:calc(var(--dimension) * -.5);width:var(--dimension);height:var(--dimension);transform:rotate(45deg);border-radius:var(--border-radius);clip-path:polygon(0 0,100% 100%,0 100%);box-shadow:inset 1px 1px 0 var(--box-shadow-inset-color);background-color:var(--background-color)}.diary-entry-form-wizard-backtrigger:enabled{cursor:pointer}@media (hover: hover) and (pointer: fine){.diary-entry-form-wizard-backtrigger:enabled:hover{--color: #fff;--background-color: #678}}.diary-entry-form-wizard-backtrigger:enabled:active,.diary-entry-form-wizard-backtrigger:enabled:focus{--color: #C8D4E0;--background-color: #4a5968}.diary-entry-form{--skeleton-transition-in-duration: .5s;--skeleton-transition-in-delay: 0s;--skeleton-transition-out-duration: .25s;--skeleton-transition-out-delay: .5s;box-sizing:border-box;display:grid;grid-auto-flow:row}.diary-entry-form *,.diary-entry-form :after,.diary-entry-form :before{box-sizing:inherit}.diary-entry-form>*{grid-column:1;grid-row:1}.diary-entry-form [hidden]{display:none!important}.diary-entry-form .datepicker{box-sizing:content-box}.diary-entry-form .welltrigger{box-sizing:border-box;margin:0;padding:0;border:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;--padding-top: 4px;--padding-bottom: 4px;--content-color: #fff;font-size:inherit;line-height:1;border-radius:3px;margin-top:calc(-1 * var(--padding-top));margin-bottom:calc(-1 * var(--padding-bottom));padding:var(--padding-top) 6px var(--padding-bottom);color:var(--content-color, currentColor);background-color:#345;box-shadow:inset 0 1px 1px rgba(0,0,0,.15),0 1px 1px rgba(255,255,255,.075)}.diary-entry-form .welltrigger:not(:disabled):focus,.diary-entry-form .welltrigger:not(:disabled):hover{text-decoration:inherit}.diary-entry-form .welltrigger:-moz-any-link{cursor:pointer}.diary-entry-form .welltrigger:enabled,.diary-entry-form .welltrigger:any-link{cursor:pointer}@media (hover: hover) and (pointer: fine){.diary-entry-form .welltrigger:-moz-any-link:hover{--content-color: #40BCF4;background-color:#234}.diary-entry-form .welltrigger:enabled:hover,.diary-entry-form .welltrigger:any-link:hover{--content-color: #40BCF4;background-color:#234}.diary-entry-form .welltrigger:-moz-any-link:hover .viewingablelabel{--release-year-color: currentColor}.diary-entry-form .welltrigger:enabled:hover .viewingablelabel,.diary-entry-form .welltrigger:any-link:hover .viewingablelabel{--release-year-color: currentColor}}.diary-entry-form .welltrigger:-moz-any-link:active,.diary-entry-form .welltrigger:-moz-any-link:focus{--content-color: #40BCF4;background-color:#234}.diary-entry-form .welltrigger:enabled:active,.diary-entry-form .welltrigger:any-link:active,.diary-entry-form .welltrigger:enabled:focus,.diary-entry-form .welltrigger:any-link:focus{--content-color: #40BCF4;background-color:#234}.diary-entry-form .welltrigger:-moz-any-link:active .viewingablelabel,.diary-entry-form .welltrigger:-moz-any-link:focus .viewingablelabel{--release-year-color: currentColor}.diary-entry-form .welltrigger:enabled:active .viewingablelabel,.diary-entry-form .welltrigger:any-link:active .viewingablelabel,.diary-entry-form .welltrigger:enabled:focus .viewingablelabel,.diary-entry-form .welltrigger:any-link:focus .viewingablelabel{--release-year-color: currentColor}.diary-entry-form .sectionheading{text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1.15384615rem;color:#9ab}.mobile .diary-entry-form .sectionheading{font-size:1.5rem;line-height:1.25}.diary-entry-form .autocomplete-tags{display:grid;grid-auto-flow:row}.diary-entry-form .autocomplete-tags .tags li.tag span.tag-content{background-position:right -870px}.diary-entry-form .autocomplete-tags .tags li.tag span.tag-content .delete{color:#89a}@media (hover: hover) and (pointer: fine){.diary-entry-form .autocomplete-tags .tags li.tag span.tag-content:hover{background-position:right -870px}.diary-entry-form .autocomplete-tags .tags li.tag span.tag-content:hover .delete{color:#def}}.diary-entry-form .autocomplete-tags .tags li.tag span.tag-content:active{background-position:right -870px}.diary-entry-form .autocomplete-tags .tags li.tag span.tag-content:active .delete{color:#def}.diary-entry-form .autocomplete-tags .tags>.tag{margin-top:var(--row-gap);margin-bottom:var(--row-gap)}.diary-entry-form .autocomplete-tags .tags:has(>.tag){--margin-top: .61538462rem;margin-top:var(--margin-top)}.mobile .diary-entry-form .autocomplete-tags .tags:has(>.tag){--margin-top: .66666667rem}.diary-entry-form .reviewfield{--line-count: 5.5;--padding-top: 6.75px ;--padding-bottom: 6px ;--font-size: 1.07692308rem;--line-height: 1.5;font-size:var(--font-size);line-height:var(--line-height);resize:none;display:block;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);min-height:calc(var(--padding-top) + (var(--font-size) * var(--line-height) * var(--line-count)))}.mobile .diary-entry-form .reviewfield{--font-size: 1.33333333rem}.diary-entry-form>.overlay{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;width:100%}.diary-entry-form>.skeleton{--background-color-tint-rgb: 68,85,102;display:grid}.diary-entry-form>.skeleton.-transition-in{--transition-duration: var(--skeleton-transition-in-duration);--transition-delay: var(--skeleton-transition-in-delay)}.diary-entry-form>.skeleton.-transition-out{--transition-duration: var(--skeleton-transition-out-duration);--transition-delay: var(--skeleton-transition-out-delay)}.diary-entry-form>.skeleton>.body{position:relative;background-color:rgba(var(--background-color-tint-rgb),var(--background-color-alpha, 1))}.diary-entry-form>.skeleton>.body>.spinner{position:sticky;top:calc(50% + var(--skeleton-spinner-offset-top, 0));margin-left:auto;margin-right:auto;transform:translateY(-50%)}.diary-entry-form>.skeleton.-submitting>.body{--background-color-alpha: .875}.diary-entry-form .datefields{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-flow:column;-moz-column-gap:calc(var(--grid-col-gutter) * 4);column-gap:calc(var(--grid-col-gutter) * 4);align-items:flex-start}.diary-entry-form .datefields .option-label{padding-top:0}.diary-entry-form .datefields>.fieldgroup{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;--font-size: 1rem;font-size:var(--font-size);line-height:1.33333333;color:#def}.mobile .diary-entry-form .datefields>.fieldgroup{--font-size: 1.08333333rem}.diary-entry-form .datefields>.fieldgroup>label{display:inline-flex;align-items:center;align-self:flex-start;color:currentColor}.diary-entry-form .reviewfields{--field-toggle-transition-duration: var(--timing-duration-out);--box-shadow-tint: 0,17,34;--box-shadow-alpha: 0;--margin-y: .30769231rem;margin-top:var(--margin-y);margin-bottom:var(--margin-y)}.mobile .diary-entry-form .reviewfields{--margin-y: .33333333rem}.diary-entry-form .reviewfields>.inner{box-shadow:0 0 5px rgba(var(--box-shadow-tint),var(--box-shadow-alpha));transition:box-shadow var(--timing-duration-in) var(--timing-function-ease-out-expo)}.diary-entry-form .reviewfields .reviewfield{box-shadow:none;transition:border-radius var(--field-toggle-transition-duration) var(--timing-function-ease-out-expo),var(--transition-properties) var(--transition-duration) var(--timing-function-ease-out-expo)}.diary-entry-form .reviewfields .spoilers{text-shadow:none;display:grid;grid-template-areas:"padding-top padding-top" "input note" "padding-bottom padding-bottom";grid-template-columns:min-content auto;align-items:center;-moz-column-gap:calc(var(--grid-col-gutter) * 2);column-gap:calc(var(--grid-col-gutter) * 2);padding:0 13.5px 0 9px;color:#bcd;background-color:#678;border-bottom-left-radius:3px;border-bottom-right-radius:3px;height:-moz-min-content;height:min-content;overflow:hidden;interpolate-size:allow-keywords;transition:height var(--field-toggle-transition-duration) var(--timing-function-ease-out-expo),border-radius var(--field-toggle-transition-duration) var(--timing-function-ease-out-expo)}.diary-entry-form .reviewfields .spoilers *{text-shadow:inherit}.diary-entry-form .reviewfields .spoilers:before{grid-area:padding-top;content:"";display:block;height:9px}.diary-entry-form .reviewfields .spoilers:after{grid-area:padding-bottom;content:"";display:block;height:9px}.diary-entry-form .reviewfields .spoilers>*{opacity:var(--content-opacity, 1);transition:opacity var(--field-toggle-transition-duration) var(--timing-function-ease-out-expo) var(--transition-delay, 0s)}.diary-entry-form .reviewfields .spoilers>.spoilercheckbox{grid-area:input;white-space:nowrap;align-self:flex-start}.diary-entry-form .reviewfields .spoilers>.moderatornote{grid-area:note;color:#fff;justify-self:flex-end;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.diary-entry-form .reviewfields.-is-spoilersvisible{--field-toggle-transition-duration: var(--timing-duration-in);--box-shadow-alpha: .75}.diary-entry-form .reviewfields.-is-spoilersvisible .reviewfield{border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:none}.diary-entry-form .reviewfields.-is-spoilersvisible .spoilers{--transition-delay: calc(var(--timing-duration-in) * .5)}.diary-entry-form .reviewfields.-is-not-spoilersvisible{--field-toggle-transition-duration: var(--timing-duration-out)}.diary-entry-form .reviewfields.-is-not-spoilersvisible .spoilers{--content-opacity: 0;height:0}.diary-entry-form .tagslikeratingfields{--like-width: calc((80px * .5) - var(--grid-col-gutter) * 2);display:grid;grid-auto-flow:column;grid-template-columns:auto min-content var(--like-width);-moz-column-gap:calc(var(--grid-col-gutter) * 8);column-gap:calc(var(--grid-col-gutter) * 8)}.diary-entry-form .tagslikeratingfields .rateit{margin-top:3px}.diary-entry-form .tagslikeratingfields .fieldgroup.-tags>.note{text-align:right;text-wrap:balance}.diary-entry-form .tagslikeratingfields .fieldgroup.-like .option-label{padding:0;color:#fff;text-align:center}.diary-entry-form .tagslikeratingfields .fieldgroup.-like .option-label>.substitute{top:24px}.diary-entry-form .formtriggers{display:flex;flex-direction:row;-moz-column-gap:calc(var(--grid-col-gutter) * 2);column-gap:calc(var(--grid-col-gutter) * 2)}.diary-entry-form .fieldgroup.-has-topnote{--row-gap: .30769231rem;--column-gap: 1.23076923rem;display:grid;grid-template-areas:"label note" "body body";grid-template-columns:min-content auto;grid-template-rows:min-content auto;row-gap:var(--row-gap);-moz-column-gap:var(--column-gap);column-gap:var(--column-gap);align-self:flex-start}.mobile .diary-entry-form .fieldgroup.-has-topnote{--row-gap: .33333333rem;--column-gap: 1.33333333rem}.diary-entry-form .fieldgroup.-has-topnote>*{grid-area:body}.diary-entry-form .fieldgroup.-has-topnote>label{grid-area:label}.diary-entry-form .fieldgroup.-has-topnote>.note{grid-area:note;justify-self:flex-end;margin-bottom:0}.diary-entry-form .formrow label{--font-size: 1rem;color:#fff;font-size:var(--font-size);margin-bottom:0}.mobile .diary-entry-form .formrow label{--font-size: 1.08333333rem}#modal,#signup-modal,#report-modal,#redact-modal{width:660px}.mobile #modal,.mobile #modal.wide,.mobile #signup-modal,.mobile #report-modal,.mobile #redact-modal{width:100%}.mobile #modal .check-container,.mobile #signup-modal .check-container{width:calc(100% - 140px)}.mobile #signup-modal,.mobile #report-modal,.mobile #redact-modal,.mobile #confirm-modal,.mobile #comment-editor-modal{width:100%}.mobile #signup-modal article,.mobile #report-modal article,.mobile #redact-modal article,.mobile #confirm-modal article,.mobile #comment-editor-modal article{padding:12px}.mobile #signup-modal article textarea,.mobile #report-modal article textarea,.mobile #redact-modal article textarea,.mobile #confirm-modal article textarea,.mobile #comment-editor-modal article textarea{width:100%}.mobile #signup-modal .report-types li,.mobile #report-modal .report-types li,.mobile #redact-modal .report-types li,.mobile #confirm-modal .report-types li,.mobile #comment-editor-modal .report-types li{margin-right:10px;margin-top:5px;margin-bottom:5px}#cboxTitle{display:none!important}.check-container{float:right;width:150px;color:#abc;padding-top:7px}.check-container p{font-size:12px;line-height:1.2;padding:2px 0 4px 22px;text-shadow:#345 0 -1px 0;margin: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{position:relative;top:1px;margin-right:5px}.check-container p .icon{width:16px;height:16px}.check-container p .icon:hover,.check-container p .icon:active{cursor:pointer}.check-container p .button-small-locked,.check-container p .button-small-edit{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-EhIvreCp.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;width:18px;top:-1px}#tab-profile #check-locked{float:right;width:16px;padding-top:0}#tab-profile #check-locked p{margin-bottom:0}#tab-profile #check-locked p.username-locked{padding-left:0}#tab-profile .check-container{width:215px;padding-top:0}#tab-profile .check-container p{line-height:1;margin-bottom:0;float:right}#tab-profile .check-container p.username-checking{position:relative;top:-2px}#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{position:absolute;left:2px;top:2px}.mobile #modal .register-form,.mobile #signup-modal .register-form,.mobile #modal .register-form input.field-email[type=email],.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-top:0;margin-bottom:20px}#modal .dismiss,#signup-modal .dismiss{display:none!important}.modal-legacy article{padding:22px 36px 26px;overflow:hidden}.modal-legacy article>p:last-child{margin-bottom:0}.modal-legacy:not(.-link-colour-exception) :not(.buttons)>a:link,.modal-legacy:not(.-link-colour-exception) :not(.buttons)>a:visited{color:#fff}.modal-legacy:not(.-link-colour-exception) :not(.buttons)>a:hover,.modal-legacy:not(.-link-colour-exception) :not(.buttons)>a:active{color:#40bcf4}.modal-legacy h1{text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-weight:400;font-size:1.15384615rem;color:#9ab;margin-bottom:1.53846154rem}.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 .posters-list{overflow:visible}.modal-legacy aside.col-4 .poster-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{display:block;box-shadow:rgba(20,24,28,.2) 0 1px 5px,rgba(20,24,28,.35) 0 2px 10px}.modal-legacy .headline-2{text-shadow:#345 0 1px 0;margin-bottom:15px}.modal-legacy .headline-2 .metadata{color:#bcd}.modal-legacy .row,.modal-legacy .form-row{margin-bottom:15px}.modal-legacy .row:last-child,.modal-legacy .form-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}.mobile .modal-legacy input[type=text],.mobile .modal-legacy input[type=email],.mobile .modal-legacy input[type=password],.mobile .modal-legacy textarea{font-size:1.33333333rem}.modal-legacy .body-text.-hero,.modal-legacy .body-text.-prose,.modal-legacy .body-text.-small,.modal-legacy .body-text.-light{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:hover,.modal-legacy .body-text a:active{color:inherit;border-bottom:1px solid #fff}.modal-legacy .registration-complete{padding-bottom:30px}.modal-legacy .registration-complete h2{margin:0 0 15px;font-weight:400;color:#fff;text-align:center;font-size:27px}.modal-legacy .registration-complete p{margin:0;color:#def;text-align:center}p.optional-add{text-shadow:#345 0 -1px 0;margin:20px 0 0;font-size:12px;line-height:12px;color:#89a}p.optional-add .modal-link{padding:3px 6px 5px;box-shadow:0 -1px rgba(0,0,0,.4),0 1px rgba(255,255,255,.1)}.not-expanded .row{margin-bottom:0}.modal-legacy .modal-link{color:#85eb52;background:#567;display:inline-block;padding:1px 5px 2px;margin-left:3px;box-shadow:0 -1px rgba(0,0,0,.3),0 1px rgba(255,255,255,.1);border-radius: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:hover,.modal-link.-date-control:active{color:#fff}#tweet-addition{margin-bottom:0}#tweet-addition input.tweet-text{font-size:12px;padding:3px 5px;width:250px;margin-top:2px}.mobile #add-to-a-list-modal{width:100%;box-sizing:border-box}#add-to-a-list-modal .select{font-size:16px;width:100%}#add-to-a-list-modal .optional-add>.button-secondary{margin-left:.25em;color:#def}#add-to-a-list-modal .optional-add>.button-secondary:hover{color:#fff;background:#678}.modal-legacy optgroup{font-weight:400}#colorbox.-video #cboxContent{padding:0;background:#345;border-radius:3px;overflow:hidden}#colorbox.-video #cboxContent:before{content:"";display:block;width:44px;height:16px;position:absolute;top:12px;left:12px;background:url(../img/letterboxd-icon-only-uLxKA5Rp.svg);background-position:0 0;background-size:100% 100%;background-repeat:no-repeat}#colorbox.-video #cboxLoadedContent{background:linear-gradient(to bottom,rgba(0,0,0,0) 40px,#000 41px);background-repeat:repeat-x;position:relative}#colorbox.-video #cboxLoadedContent iframe{position:absolute;top:40px;left:0;bottom:0;height:calc(100% - 40px)}#colorbox.-video #cboxClose{top:8px;right:10px}#colorbox.-styled #cboxContent{padding:0;overflow:hidden}#colorbox.-styled #cboxClose{top:33px;right:24px}#colorbox.-styled>.locale-menu{display:none;position:absolute;z-index:10000;left:50%;transform:translate(-50%,10px)}#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{top:18px;right:17px}@media (max-width: 450px){.mobile #colorbox.-availability #cboxClose{top:16px}}#colorbox.-avatar #cboxContent{padding:0;background:#345;border-radius:3px;overflow:hidden}#colorbox.-avatar #cboxContent:before{content:"";display:block;width:44px;height:16px;position:absolute;top:12px;left:12px;background:url(../img/letterboxd-icon-only-uLxKA5Rp.svg);background-position:0 0;background-size:100% 100%;background-repeat:no-repeat}#colorbox.-avatar #cboxLoadedContent{background:linear-gradient(to bottom,rgba(0,0,0,0) 40px,#000 41px);background-repeat:repeat-x;position:relative}#colorbox.-avatar #cboxClose{top:8px;right:10px}#colorbox.-mini #cboxClose{top:16px;right:16px}.mobile #colorbox.-mini #cboxClose{top:10px;right:10px}#colorbox.-mini.-loading .modal-container>.footer .button{pointer-events:none}#colorbox.-addtolist #add-to-a-list-modal{height:100%}#colorbox.-addtolist .modal-container{width:540px;height:100%;display:flex;flex-direction:column}.mobile #colorbox.-addtolist .modal-container{width:100%}#colorbox.-addtolist .modal-container>.header{background:#456}.mobile #colorbox.-addtolist .modal-container>.header{padding-top:15px;padding-bottom:10px}#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{padding-top:8px;padding-bottom:8px;max-height:420px;overflow-y:auto}.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{position:absolute;top:24px;left:50%;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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile .modal-container>.header.-justwatch>.contextual-title{width:100%;margin-bottom:.76923077rem;padding-right:26px;box-sizing:border-box}@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{width:24px;height: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{position:relative;left:-2px}.modal-container>.footer{background:#345;padding:26px 40px}.modal-container.-mini>.header,.modal-container.-mini>.body,.modal-container.-mini>.footer{padding-left:30px;padding-right:30px}@media (max-width: 639px){.mobile .modal-container.-mini>.header,.mobile .modal-container.-mini>.body,.mobile .modal-container.-mini>.footer{padding-left:20px;padding-right:20px}}.modal-container.-mini>.header{padding-bottom:16px;background-color:transparent;border-bottom:1px solid #345}.modal-container.-mini>.header>*:last-child{margin-bottom:0}.modal-container.-mini>.body{padding-top:20px;padding-bottom:20px}.modal-container.-mini>.footer{padding-top:16px;padding-bottom:16px;display:flex;justify-content:space-between;margin-top:auto}.modal-container.-mini>.footer>.status{font-size:1rem;line-height:1.46153846;color:#9ab;align-self:center}.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{position:sticky;bottom:0}.modal-splitcontent{display:flex}.mobile .modal-splitcontent{display:block}.modal-splitcontent>.content{flex-grow:1;box-sizing:border-box;padding-right:2.46153846rem}.modal-splitcontent.-pro>.content{padding-right:0}.modal-splitcontent>.aside{box-sizing:border-box}.no-mobile .modal-splitcontent>.aside{width:280px;flex-grow:0;flex-shrink:0;border-left:1px solid #345;padding-left:2.46153846rem;padding-top:.38461538rem}.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{margin-bottom:1em;color:#def}.modal-splitcontent>.aside p,.modal-splitcontent>.aside li{line-height:1.46666667}.modal-splitcontent>.aside p a,.modal-splitcontent>.aside li a{color:#cde;border-bottom:1px solid #678}.modal-splitcontent>.aside p a:hover,.modal-splitcontent>.aside li a:hover{color:#fff;border-color:#bcd}#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}.modal-action-group.-center{margin-left:auto;margin-right:auto}.modal-iframe .modal-body-iframe-prop{position:relative;display:flex;margin:calc(-1 * var(--modal-padding))}.modal-iframe .modal-body-iframe-prop:before{content:"";display:block;float:left}.modal-iframe .modal-body-iframe-prop iframe{display:block;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height: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: .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{flex-direction:column;padding-top:calc(var(--modal-header-padding-y) * 1.5);padding-bottom:0;color:#bcd}.modal-auth .modal-header .modal-close{position:absolute;top:calc(var(--modal-header-padding-x) * (2 / 3));right:calc(var(--modal-header-padding-x) * (2 / 3))}.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{padding:0;justify-content:stretch}.modal-auth .modal-footer>.button{flex-grow:1;padding-top:1.25em;padding-bottom:1.25em;text-align:center;font-size:1.07692308rem}.mobile .modal-auth .modal-footer>.button{font-size:1.16666667rem}.modal-auth .modal-footer>.button:first-child{border-top-left-radius:0;border-bottom-left-radius:var(--modal-border-radius)}.modal-auth .modal-footer>.button:last-child{border-top-right-radius:0;border-bottom-right-radius:var(--modal-border-radius)}.modal-auth-totp .one-time-password-field{display:flex;justify-content:center}.modal-auth-totp .one-time-password-field .onetimecode{padding:.75em .875em;font-size:1.23076923rem}.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:initial}.modal-poster .modal-content{pointer-events:none}.modal-poster .modal-body{display:flex;align-items:center;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;max-width:100%;max-height:100%;pointer-events:initial;border-radius:0;box-shadow:0 5px 15px rgba(0,0,0,.15),0 10px 40px rgba(0,0,0,.15)}@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{width:100%;height:100%;border-radius:0}.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)}.diary-entry-form-modal{--modal-width: 800px}.diary-entry-form-modal>.modal-dialog-centered{display:grid}.diary-entry-form-modal .modal-header .diary-entry-form-wizard-backtrigger{--padding-right: .76923077rem;--padding-left: .38461538rem;margin-top:calc(-1 * var(--padding-top));margin-bottom:calc(-1 * var(--padding-bottom));order:-1;margin-left:calc(var(--height) * var(--sqrt-inverse) * .5)}.mobile .diary-entry-form-modal .modal-header .diary-entry-form-wizard-backtrigger{--padding-right: .83333333rem;--padding-left: .41666667rem}.diary-entry-form-modal .modal-header:has(.diary-entry-form-wizard-backtrigger:not([hidden])) .modal-title{margin-left:.75em}.diary-entry-form-modal .modal-footer{color:var(--modal-footer-color);position:sticky;bottom:0}.diary-entry-form-modal .diary-entry-form,.diary-entry-form-modal .diary-entry-form-controls{--form-max-width: 720px ;--form-max-width-unitless: 720;max-width:var(--form-max-width);margin-left:auto;margin-right:auto}.diary-entry-form-modal .diary-entry-form{--overlay-tint: 68,85,102;--overlay-alpha: 1;--skeleton-spinner-offset-top: var(--modal-padding);min-height:100%}.no-mobile .diary-entry-form-modal .diary-entry-form>.diary-entry-form-wizard-step{--padding-y: calc(((var(--modal-width) - var(--form-max-width)) * .5) - var(--modal-padding))}@media (min-width: 768px){.mobile .diary-entry-form-modal .diary-entry-form>.diary-entry-form-wizard-step{--padding-y: calc(((var(--modal-width) - var(--form-max-width)) * .5) - var(--modal-padding))}}.diary-entry-form-modal .diary-entry-form-wizard-step{padding-bottom:calc(var(--padding-y, 0rem) * var(--padding-bottom-scale-ratio, 1));padding-top:var(--padding-y, 0rem)}.diary-entry-form-modal .diary-entry-form-wizard-step.-compose{--padding-bottom-scale-ratio: calc(2 / 3)}@media (max-width: 639.98px){.mobile .diary-entry-form-modal .diary-entry-form-wizard-step.-compose{margin-top:calc((-1 * var(--modal-padding)) + (var(--row-gap) * var(--header-cyc-scale-y)))}.mobile .diary-entry-form-modal .diary-entry-form-wizard-step.-compose:before{--outdent-top: calc(var(--row-gap) * var(--header-cyc-scale-y, 1));--outdent-right: var(--modal-padding);--outdent-left: var(--modal-padding)}}.diary-entry-form-modal .diary-entry-form-controls{flex-grow:1}@media (hover: hover) and (pointer: fine){.diary-entry-form-modal .diary-entry-form-controls .switch-control:hover>.label{color:#fff}}.diary-entry-form-modal .diary-entry-form-controls .switch-control:active>.label,.diary-entry-form-modal .diary-entry-form-controls .switch-control:focus>.label{color:#fff}.diary-entry-form-modal .privacy-policy-menu-trigger{--content-color: var(--modal-footer-color);--hover-content-color: #fff;--active-content-color: #fff}.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{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.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{padding-top:7.38461538rem;padding-bottom:6.15384615rem;font-size:1.15384615rem}.mobile .justwatch-strip>.other.-unavailable{padding-top:3.33333333rem;padding-bottom:3.33333333rem}.justwatch-strip>.other.-noresults{padding-bottom:.92307692rem;font-size:1.15384615rem;padding-left:60px;padding-right:7px;text-align:center;color:#def}.mobile .justwatch-strip>.other.-noresults{padding-left:0;padding-right:0;padding-bottom:1rem}.modal-splitcontent.-pro .justwatch-strip>.other.-noresults{flex-grow:1;padding-left:7px}.justwatch-strip>.other.-noresults .filmquote{font-size:1rem;margin-top:2.46153846rem;color:#9ab}.justwatch-strip>.other.-noresults .filmquote a{color:currentColor;border-bottom:none}.justwatch-strip>.other.-noresults .filmquote a:hover{color:#bcd}.justwatch-strip>.other.-noresults .icon{position:relative;margin:0 auto 1.53846154rem;width:100px;height:110px;background-position:-120px -420px;text-indent:110%;white-space:nowrap;overflow:hidden}.justwatch-strip>.other p{line-height:1.46666667}.justwatch-strip>.other p:last-child{margin:0}.justwatch-strip>.other p .brand{display:inline-block;vertical-align:bottom;position:relative;top:2px;margin-left:3px;text-indent:110%;white-space:nowrap;overflow:hidden;background-position:0 0;background-size:100% 100%;background-repeat:no-repeat}.justwatch-strip>.other p .brand:hover,.justwatch-strip>.other p .brand:active{cursor:pointer}.justwatch-strip>.other p .hmv{width:40px;height:24px;background-image:url(../img/hmv-modal-peoVB8Ds.svg)}.justwatch-strip>.other p .amazon{width:60px;height:24px;background-image:url(../img/amazon-modal-D5KtU0fM.svg)}.justwatch-strip.-pro>.other{padding-left:7px;padding-right:7px;flex-grow:1;text-align:center}.justwatch-strip>.type{width:100px;flex-shrink:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:1.15384615rem;text-align:right;color:#bcd;padding-right:.76923077rem;margin-top:1.6em;margin-bottom:0;transform:translate(-10px)}.justwatch-strip>.type a{color:#9ab}.justwatch-strip>.type a:hover,.justwatch-strip>.type a:active{color:#40bcf4}.mobile .justwatch-strip>.type{width:auto;text-align:left;padding-left:1.53846154rem;margin-bottom:1.23076923rem}.justwatch-strip>.services{flex-grow:1;display:flex;flex-wrap:wrap;margin-top:-1.53846154rem}.justwatch-strip>.services>.service{display:block;width:80px;margin-top:1.53846154rem}.justwatch-strip>.services>.service>.logo{width:60px;height:60px;margin:0 auto .38461538rem;border-radius:3px;overflow:hidden;background:#345}.justwatch-strip>.services>.service>.logo img{display:block;border-radius:3px;width:100%;height:100%}.justwatch-strip>.services>.service:hover>.logo{box-shadow:0 0 0 4px rgba(20,24,28,.35)}.justwatch-strip>.services>.service>.metadata{font-size:.92307692rem;color:#def;text-align:center;margin-bottom:0}.justwatch-strip>.services>.service>.metadata>.format{display:inline-block;vertical-align:text-bottom;border-radius:2px;background:#cde;color:#345;font-size:.61538462rem;line-height:1.5;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;text-transform:uppercase;padding-left:.375em;padding-right:.375em;margin-left:.25em}.justwatch-strip>.services>.service>.metadata>.format.-kkkk{background-color:#f7cf3f}.justwatch-strips+.justwatch-strip{margin-top:3.07692308rem}.content-figure{--frame-border-color-rgb: 255,255,255;--frame-border-alpha: .1;--border-radius: 2px;box-sizing:border-box}.content-figure *,.content-figure :after,.content-figure :before{box-sizing:inherit}.content-figure>.media{position:relative;display:block;aspect-ratio:var(--aspect-ratio, 16 / 9);background-color:var(--poster-background-color);border-radius:var(--border-radius);overflow:hidden}.content-figure>.media:after{--border-color: rgba(var(--frame-border-color-rgb), var(--frame-border-alpha));content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:var(--frame-width, 1px) solid var(--border-color);border-radius:var(--border-radius);transition:border-color var(--timing-duration, var(--timing-duration-out)) var(--timing-function-ease-out-expo)}.content-figure>.media img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform var(--timing-duration, var(--timing-duration-out)) var(--timing-function-ease-out-expo);transform:scale(var(--media-scale, 1))}@media (hover: hover) and (pointer: fine){.content-figure>.media:-moz-any-link img{will-change:transform}.content-figure>.media:any-link img{will-change:transform}.content-figure>.media:-moz-any-link:hover{--media-scale: 1.05;--timing-duration: var(--timing-duration-in);--frame-border-alpha: .2}.content-figure>.media:any-link:hover{--media-scale: 1.05;--timing-duration: var(--timing-duration-in);--frame-border-alpha: .2}}.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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:.92307692rem;color:#789;line-height:1.5}.content-teaser .body-text .prefix{font-size:1rem;color:inherit;text-transform:uppercase;letter-spacing:.07692308em;padding-right:.25em}.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}}@media (min-width: 768px){.content-teaser.-split .teaser-media{width:32.63157895%;display:flex;position:relative}.content-teaser.-split .teaser-media>.image{display:flex;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:4px 0 0 4px;min-height:25%}.content-teaser.-split .teaser-media>.image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}}@media (min-width: 768px){.content-teaser.-split .teaser-media>.image:after{display:none}}.content-teaser.-split .body-text{box-sizing:border-box;align-self:center}.content-teaser.-split .body-text .title-1{margin-bottom:.38461538rem}@media (max-width: 767px){.content-teaser.-split .body-text .title-1{margin-top:1.23076923rem;margin-bottom:0}.content-teaser.-split .body-text .title-1+p{margin-top:.38461538rem}}.content-teaser.-split .body-text .more{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:.92307692rem;text-transform:uppercase;letter-spacing:.08333333em;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}}@media (min-width: 768px){.content-teaser.-mini .teaser-media{width:160px;min-width:160px}}.mobile .content-teaser.-mini .teaser-media>.image{margin-bottom:.76923077rem}@media (min-width: 768px){.content-teaser.-mini .body-text{padding-top:.3em;padding-bottom:.5em;width:83.15789474%}}@media (min-width: 768px){.content-teaser.-stacked .teaser-media{min-height:174px}}.content-teaser.-stacked .teaser-media>.image:after{border-width:1px;border-style:solid}.content-teaser.-stacked .teaser-media>.image .badge{position:absolute;top:5px;left:5px;background:#00c030;box-shadow:0 1px 1px rgba(20,24,28,.35)}.content-teaser.-stacked .body-text .title-2{margin-top:1.23076923rem;margin-bottom:0}.content-teaser.-stacked .body-text .title-2+p,.content-teaser.-stacked .body-text .title-2+.body-text{margin-top:.38461538rem}.no-mobile .episode-teaser .teaser-media{min-height:118px}.episode-teaser .teaser-media>.image:after{border-width:1px;border-style:solid}.episode-teaser .teaser-media>.image .badge{position:absolute;top:auto;bottom:0;left:0;margin:0;background:#456;color:#bcd;border-radius:0 3px 0 0;font-size:1rem}.episode-teaser .teaser-media>.image .badge small{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;font-size:1.38461538rem;margin-left:.76923077rem;flex-shrink:0}.episode-teaser .body-text .title-4{margin-top:0;margin-bottom:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:.92307692rem;color:#789;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{margin-top:2.46153846rem}.teaser-grid>.episode-teaser+.episode-teaser{margin-top:2.46153846rem}}@media (min-width: 768px){.teaser-grid{margin-left:-.52083333%;margin-right:-.52083333%;display:flex;flex-wrap:wrap}.teaser-grid.-episodes{margin-left:-1.44927536%;margin-right:-1.44927536%}.teaser-grid>.content-teaser{width:32.29166667%;margin-left:.52083333%;margin-right:.52083333%;margin-bottom:2.46153846rem}.teaser-grid>.episode-teaser{width:30.43478261%;margin-left:1.44927536%;margin-right:1.44927536%;margin-bottom:1.53846154rem}.teaser-grid.-singlerow>.content-teaser,.teaser-grid.-singlerow>.episode-teaser{margin-bottom:0}}@media (min-width: 768px){.teaser-media{min-height:174px}}@media (min-width: 768px){.content-teaser.-mini .teaser-media{min-height:90px}}.mobile .teaser-media>.image{height:0;padding-top:56.25%}.mobile .teaser-media>.image img{position:absolute;top:0;left:0}.teaser-media>.image{position:relative;display:block;cursor:pointer;border-radius:2px;overflow:hidden}.teaser-media>.image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-color:rgba(255,255,255,.1);border-width:1px;border-style:solid;box-sizing:border-box;border-radius:2px}.teaser-media>.image img{display:block;width:100%;height:auto}.teaser-media>.image:hover:after{border-color:rgba(255,255,255,.2)}.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{position:absolute;top:0;left:0}.no-mobile .story-list:not(.-layout-complete):before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:50%}.no-mobile .story-list:not(.-layout-complete):after{content:"";display:table;clear:both}.no-mobile .story-list .card-summary-list{margin-right:-15px;margin-left:-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{position:absolute;top:0;left:0}.mobile .story-list:not(.-layout-complete):before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:50%}.mobile .story-list:not(.-layout-complete):after{content:"";display:table;clear:both}.mobile .story-list .card-summary-list{margin-right:-15px;margin-left:-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{padding-top:.38461538rem;margin-bottom:1.53846154rem}}.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{max-width:calc(80vw - 48px);flex-basis:444.66666667px}}.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;width:100%;height:auto}.card-summary .media.-image .badge,.card-summary .media.-video .badge{position:absolute;top:5px;left:5px;background:#4c60dc;box-shadow:0 1px 1px rgba(20,24,28,.35)}.card-summary .media.-video .playbutton{z-index:1;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.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]:hover>.playbutton .oval,.card-summary .media.-video a[href]:active>.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 .attribution-block+.title{margin-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]:hover,.card-summary .detail .title a[href]:active{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{padding-right:.25em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;line-height:1.5;color:inherit;text-transform:uppercase;letter-spacing:.07692308em}.card-summary .detail .sourcecategory:after{content:"/";display:inline-block;padding-left:.25em}.card-summary .detail .sourcecta{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:.92307692rem;text-transform:uppercase;letter-spacing:.08333333em;white-space:nowrap;color:#def}.card-summary .detail .sourcecta[href]:hover,.card-summary .detail .sourcecta[href]:active{color:#40bcf4}.card-summary .detail .metadatum.-pinned{position:absolute}.no-mobile .card-summary .detail .metadatum.-pinned{right:10px;bottom:10px}.mobile .card-summary .detail .metadatum.-pinned{right:13px;bottom:13px}.card-summary:not(.-graph) .media>.canvas{display:block;width:100%;position:relative;padding-top:56.25%}.card-summary:not(.-graph) .media>.canvas>img{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.no-mobile .card-summary:not(.-graph) .metadatum.-pinned{right:14px;bottom:14px}.no-mobile .card-summary.-graph>.inner{display:flex;flex-direction:row}.no-mobile .card-summary.-graph .media{min-width:80px;width:27.5%;display:flex;flex-direction:row;flex-shrink:0}.no-mobile .card-summary.-graph .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:100%}.no-mobile .card-summary.-graph .media:after{content:"";display:table;clear:both}.no-mobile .card-summary.-graph .media>.canvas{display:block;position:relative;width:100%;height:100%;padding-top:0}.no-mobile .card-summary.-graph .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.no-mobile .card-summary.-graph .detail{flex-grow:1;align-self:center;padding-top:12.5px;padding-bottom:12.5px}@media (min-width: 668px){.mobile .card-summary.-graph>.inner{display:flex;flex-direction:row}.mobile .card-summary.-graph .media{min-width:80px;width:27.5%;display:flex;flex-direction:row;flex-shrink:0}.mobile .card-summary.-graph .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:100%}.mobile .card-summary.-graph .media:after{content:"";display:table;clear:both}.mobile .card-summary.-graph .media>.canvas{display:block;position:relative;width:100%;height:100%;padding-top:0}.mobile .card-summary.-graph .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.mobile .card-summary.-graph .detail{flex-grow:1;align-self:center;padding-top:12.5px;padding-bottom:12.5px}}.card-summary.-graph .title{margin-top:0;margin-bottom:0;font-size:1.15384615rem;line-height:1.33333333;color:#def;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.card-summary.-graph .sourcename{display:block;margin-top:.75em;font-size:.76923077rem;line-height:inherit;color:#789;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;text-transform:uppercase;letter-spacing:.15em}.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{min-width:80px;width:27.5%;display:flex;flex-direction:row;flex-shrink:0}.card-summary.-graph.-adjacent-media-layout .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:100%}.card-summary.-graph.-adjacent-media-layout .media:after{content:"";display:table;clear:both}.card-summary.-graph.-adjacent-media-layout .media>.canvas{display:block;position:relative;width:100%;height:100%;padding-top:0}.card-summary.-graph.-adjacent-media-layout .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.card-summary.-graph.-adjacent-media-layout .detail{flex-grow:1;align-self:center;padding-top:12.5px;padding-bottom:12.5px}.card-summary.-graph.-dummy>.inner{display:flex;flex-direction:row}.card-summary.-graph.-dummy .media{min-width:80px;width:27.5%;display:flex;flex-direction:row;flex-shrink:0}.card-summary.-graph.-dummy .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:100%}.card-summary.-graph.-dummy .media:after{content:"";display:table;clear:both}.card-summary.-graph.-dummy .media>.canvas{display:block;position:relative;width:100%;height:100%;padding-top:0}.card-summary.-graph.-dummy .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.card-summary.-graph.-dummy .detail{flex-grow:1;align-self:center;padding-top:12.5px;padding-bottom:12.5px}.card-summary.-graph.-dummy .detail{font-size:80%}.card-summary.-dummy{box-shadow:0 0 10px #14181c}.card-summary.-dummy .skeletontext{opacity:.33333333;border-radius:2px}.card-summary.-dummy .skeletontext.-title{height:1.15384615em;background-color:#def}.card-summary.-dummy .skeletontext.-title+.skeletontext.-title{margin-top:.33333333em}.card-summary.-dummy .skeletontext.-sourcename{margin-top:1em;height:.76923077em;background-color:#789}@media (max-width: 667px){.mobile .card-summary-list{display:flex;flex-direction:row;overflow:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:transparent;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.mobile .card-summary-list::-webkit-scrollbar{display:none}.mobile .card-summary-list:after{display:block;content:"";flex-shrink:0}.mobile .card-summary-list .card-summary{display:flex;flex-shrink:0;flex-basis:100%;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{position:relative;overflow:hidden;padding-top:56.25%}.mobile .card-summary-list .card-summary .media>.canvas{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.mobile .card-summary-list .card-summary .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.mobile .card-summary-list .card-summary .media>.canvas:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.1);border-bottom:0;border-top-right-radius:2px;border-top-left-radius:2px}.mobile .card-summary-list .card-summary .detail{flex-grow:1;display:flex;flex-direction:column}.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:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:90px}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner:after{content:"";display:table;clear:both}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media{min-width:160px;width:28.07017544%;display:flex;flex-direction:row;flex-shrink:0}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:56.25%}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:after{content:"";display:table;clear:both}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas{display:block;position:relative;width:100%;height:100%}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail{flex-grow:1;align-self:center;padding:15px 20px;line-height:1.46153846}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.title,.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>.description *{display:inline}.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.kicker:before{content:"  "}.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{box-sizing:border-box;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:flex;margin:0 auto;padding:.75em 1em;text-align:center;font-size:.92307692rem;line-height:1.25;color:#89a}.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:hover,.no-mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled:focus{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:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:90px}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary>.inner:after{content:"";display:table;clear:both}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media{min-width:160px;width:28.07017544%;display:flex;flex-direction:row;flex-shrink:0}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:before{content:"";width:1px;margin-left:-1px;float:left;height:0;padding-top:56.25%}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media:after{content:"";display:table;clear:both}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas{display:block;position:relative;width:100%;height:100%}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail{flex-grow:1;align-self:center;padding:15px 20px;line-height:1.46153846}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.title,.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>.description *{display:inline}.mobile .card-summary-list.-vertical-list-vp-min-tablet .card-summary .detail>.kicker:before{content:"  "}.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{box-sizing:border-box;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:flex;margin:0 auto;padding:.75em 1em;text-align:center;font-size:1rem;line-height:1.25;color:#89a}.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:hover,.mobile .card-summary-list.-vertical-list-vp-min-tablet .showalltrigger:enabled:focus{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{color:#abc;background-color:#456}.card-summary-journal-article .masthead .wordmark a{color:currentColor}.card-summary-journal-article .masthead .wordmark a[href]:hover,.card-summary-journal-article .masthead .wordmark a[href]:focus{color:#def}.card-summary-journal-article .masthead .wordmark .label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;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;position:relative;width:100%;padding-top:56.25%}.card-summary-journal-article .media>.canvas>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.card-summary-journal-article .media.-image img{display:block;width:100%;height:auto}.card-summary-journal-article .detail{color:#9ab}.card-summary-journal-article .detail .meta{margin-bottom:.75em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;letter-spacing:.15em;text-transform:uppercase;line-height:1.25}.card-summary-journal-article .detail .meta .timestamp{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;letter-spacing:.0875em}.card-summary-journal-article .detail .meta .timestamp:after{content:" "}.card-summary-journal-article .head{color:#9ab}.card-summary-journal-article .head .title,.card-summary-journal-article .head .teaser{font-size:inherit;line-height:inherit}.card-summary-journal-article .head .title{margin-top:0;margin-bottom:0;color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:800}.card-summary-journal-article .head .teaser{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:400}.card-summary-journal-article .head .teaser p{margin-top:0;margin-bottom:0;line-height:inherit}.card-summary-journal-article .head a[href]{color:inherit}.card-summary-journal-article .head a[href]:hover .title,.card-summary-journal-article .head a[href]:focus .title{text-decoration-line:underline;color:#40bcf4}.card-summary-journal-article .kicker{padding-top:1.5em}.actions-strip{display:flex;background:#456;color:#def;border-radius:4px;padding:.46153846rem 2.46153846rem .46153846rem .76923077rem;align-items:center;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{content:"";display:block;width:25px;height:27px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-620px -700px;position:absolute;right:8px;top:50%;margin-top:-14px}.activity-timeline{clear:both}.activity-timeline li{font-size:1rem;color:#abc;padding-bottom:10px;padding-left:20px;line-height:15px;position:relative}.activity-timeline li:before,.activity-timeline li:after{content:"";display:block;position:absolute;background-color:#678}.activity-timeline li:after{width:.69230769rem;height:.69230769rem;border-radius:50%;top:.38461538rem;left:0}.activity-timeline li:before{width:.07692308rem;left:.30769231rem;top:0;bottom:0;background-color:#3f5061}.activity-timeline li:first-child:before{top:.76923077rem}.activity-timeline li:last-child:before{height:.76923077rem;bottom:auto}.activity-timeline li small,.activity-timeline li time{display:inline-block;font-size:.84615385rem;color:#89a;white-space:nowrap}.activity-timeline li a:hover,.activity-timeline li a:active,.activity-timeline li .target:hover,.activity-timeline li .target:active,.activity-timeline li .context{color:#abc}.activity-timeline li .target{color:#fff}.activity-timeline p{margin:0}.activity-timeline.-single li:before{display:none}.media-uploader{box-sizing:border-box;border-radius:3px}.media-uploader *,.media-uploader :after,.media-uploader :before{box-sizing:inherit}.media-uploader input[type=range]{display:block;-webkit-appearance:none;margin:12px auto;width:100%;background-color:transparent}.media-uploader input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;animate:.2s;box-shadow:none;background:#202830;border-radius:2px;border:1px solid #567}.media-uploader input[type=range]::-webkit-slider-runnable-track:not([disabled]){cursor:default}.media-uploader input[type=range]::-webkit-slider-thumb{box-shadow:inset 0 1px rgba(255,255,255,.2);border:0px solid transparent;height:24px;width:24px;border-radius:12px;background:#567;-webkit-appearance:none;margin-top:-11px}.media-uploader input[type=range]::-webkit-slider-thumb:not([disabled]){cursor:default}.media-uploader input[type=range]::-moz-range-track{width:100%;height:4px;animate:.2s;box-shadow:none;background:#202830;border-radius:2px;border:1px solid #567}.media-uploader input[type=range]::-moz-range-track:not([disabled]){cursor:default}.media-uploader input[type=range]::-moz-range-thumb{box-shadow:inset 0 1px rgba(255,255,255,.2);border:0px solid transparent;height:24px;width:24px;border-radius:12px;background:#567}.media-uploader input[type=range]::-moz-range-thumb:not([disabled]){cursor:default}.media-uploader input[type=range]::-ms-track{width:100%;height:4px;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{box-shadow:inset 0 1px rgba(255,255,255,.2);border:0px solid transparent;height:24px;width:24px;border-radius:12px;background:#567}.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{background:#202830;border-color:#567}.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{background:#202830;border-color:#567}.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-top:-3px;margin-bottom:-1px}.media-uploader .button-trigger-rotate-crop svg path{fill:currentColor}.media-uploader .button-trigger-rotate-crop+.button{margin-left:.76923077rem}.media-uploader>.frame{position:relative;display:flex;border:1px solid #24303C;flex-direction:row;flex-wrap:wrap}.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:before,.media-uploader>.frame:after{content:"";display:block;float:left}.media-uploader>.frame:before{padding-top:40vh}.media-uploader>.frame:after{padding-top:50%}.media-uploader>.frame>.workspace{width:100%;background-image:linear-gradient(45deg,rgba(200,212,224,.05) 25%,transparent 25%),linear-gradient(135deg,rgba(200,212,224,.05) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(200,212,224,.05) 75%),linear-gradient(135deg,transparent 75%,rgba(200,212,224,.05) 75%);background-size:20px 20px;background-position:0 0,10px 0,10px -10px,0px 10px}.media-uploader>.frame>.workspace>.spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;opacity:0;transition:opacity .2s cubic-bezier(.19,1,.22,1)}.media-uploader>.frame>.workspace>.spinner.-visible{opacity:1}.media-uploader>.toolbar{box-sizing:border-box;z-index:3;position:sticky;bottom:0;width:100%;margin-top:-1px;color:#9ab;background-color:#303c48;border-bottom-left-radius:3px;border-bottom-right-radius:3px;min-height:59px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-touch-callout:none}.media-uploader>.toolbar>.inner{padding:1.23076923rem}.media-uploader>.toolbar .micro-button{background:none;font-family:inherit;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;border-color:#567;margin-left:2px;margin-right:3px}.media-uploader>.toolbar .micro-button:not([disabled]){cursor:pointer;transition-duration:.33333333s}.media-uploader>.toolbar .micro-button:not([disabled]):hover,.media-uploader>.toolbar .micro-button:not([disabled]):active{border-color:#9ab}.media-uploader>.toolbar .button-secondary{color:#9ab;background-color:transparent;padding:9px 12px 8px;line-height:12px}.media-uploader>.toolbar .micro-button,.media-uploader>.toolbar .button-secondary{transition:opacity .4s cubic-bezier(.19,1,.22,1)}.media-uploader>.toolbar .micro-button[disabled],.media-uploader>.toolbar .button-secondary[disabled]{transition-duration:.33333333s}.media-uploader>.toolbar .micro-button[hidden],.media-uploader>.toolbar .button-secondary[hidden]{display:none!important}.media-uploader>.toolbar .micro-button[visuallyhidden],.media-uploader>.toolbar .button-secondary[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{position:relative;z-index:1;height:100%;display:flex}.media-uploader-state-toolbar{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}.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;width:100%;max-width:240px}.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{z-index:2;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(20,24,28,.5);border-top-left-radius:2px;border-top-right-radius:2px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.media-uploader-state.-file-select .interactiontarget:before{content:"";display:block;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;box-shadow:inset 0 0 0 1px rgba(36,48,60,0);border-top-left-radius:3px;border-top-right-radius:3px;transition:box-shadow .25s cubic-bezier(.19,1,.22,1)}.media-uploader-state.-file-select .interactiontarget input[type=file]{display:block;width:100%;height:100%;opacity:0}.media-uploader-state.-file-select .interactiontarget>label{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:1.53846154rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#def;text-shadow:0 0 .25em #14181C;cursor:pointer}.media-uploader-state.-file-select .interactiontarget>label .button-secondary{text-shadow:none;margin-left:.5em;box-shadow:0 0 .25em #14181c}.media-uploader-state.-file-select .preview{pointer-events:none;box-sizing:content-box;margin:0 auto;padding:1.53846154rem}.media-uploader-state.-file-select .preview>*{box-sizing:border-box}.media-uploader-state.-file-select .preview img{max-width:100%;height:auto}.media-uploader-state.-file-select .preview.-safearea{position:relative}.media-uploader-state.-file-select .preview.-safearea:after{content:"";position:absolute;left:1.53846154rem;right:1.53846154rem;bottom:1.53846154rem;height:56.25%;background:linear-gradient(180deg,rgba(20,24,28,0),rgba(20,24,28,.024) 8.1375%,rgba(20,24,28,.086) 15.48%,rgba(20,24,28,.184) 22.215%,rgba(20,24,28,.3) 28.5%,rgba(20,24,28,.43) 34.53%,rgba(20,24,28,.57) 40.47%,rgba(20,24,28,.698) 46.5%,rgba(20,24,28,.816) 52.785%,rgba(20,24,28,.914) 59.52%,rgba(20,24,28,.976) 66.8625%,#14181c 75%)}.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~.button.-action,.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.action-group{margin-left:.76923077rem;margin-right:auto}.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.button.-action+.button-trigger-remove,.media-uploader-state-toolbar.-file-select .button-trigger-file-select~.action-group+.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{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5;background-color:rgba(20,24,28,.95);border-top-right-radius:2px;border-top-left-radius:2px}.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{display:flex;align-items:center;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{position:relative;flex-grow:1;display:flex;flex-direction:row;align-items:center;justify-content:center;padding-left:1.23076923rem;padding-right:1.23076923rem}.media-uploader-state-toolbar.-crop>.statecontrols{text-align:center;padding-left:1.23076923rem;padding-right:1.23076923rem}.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{margin-left:-1px;margin-right:-1px;margin-top:1.23076923rem;padding-top:1.23076923rem;border-top:1px solid rgba(153,170,187,.1)}.mobile .media-uploader-state-toolbar.-crop .scaleslider{flex-grow:1;padding-left:.76923077rem;padding-right:.76923077rem}.mobile .media-uploader-state-toolbar.-crop .scaleslider>.constraint{display:flex;align-items:center;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{margin-right:0;justify-content:flex-end}}@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{-o-object-fit:cover;object-fit:cover;width:100%;height: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~.button.-action,.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.action-group{margin-left:.76923077rem;margin-right:auto}.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.button.-action+.button-trigger-remove,.media-uploader-state-toolbar.-file-select-avatar .button-trigger-file-select~.action-group+.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{margin-top:1.23076923rem;margin-left:-1.23076923rem;margin-right:-1.23076923rem;padding-top:1.23076923rem;padding-left:1.23076923rem;padding-right:1.23076923rem;border-top:1px solid rgba(153,170,187,.1);flex-basis:100%;flex-grow:1;order:1}.media-uploader-state.-crop-avatar{flex-direction:row}.media-uploader-state.-crop-avatar>.cropcolumn{flex-grow:1}.media-uploader-state.-crop-avatar>.cropaside{box-sizing:border-box;flex-shrink:0;flex-basis:33.33333333%;padding-left:1.53846154rem;padding-right:1.53846154rem;width:320px;border-top-right-radius:2px;border-left:1px solid #24303C;background-color:#14181c;display:flex;align-items:center;justify-content:center}.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{will-change:opacity;border-radius:50%;overflow:hidden}.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-shrink:0;flex-basis:33.33333333%;width:320px;padding-left:1.23076923rem}.-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{width:20px;height: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{width:29px;height: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:hover,.view-toggle.-large .view-grid:active{background-position:-450px -550px}.view-toggle.-large .view-list{background-position:-420px -510px}.view-toggle.-large .view-list:hover,.view-toggle.-large .view-list:active{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{--margin-block-end: .76923077rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;color:#9ab;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);margin-block-start:initial;margin-block-end:var(--margin-block-end);line-height:1.25;--content-color: #9ab;color:var(--content-color, currentColor)}.mobile .section-heading{--margin-block-end: .83333333rem}.section-heading a:-moz-any-link{color:var(--content-color, currentColor)}.section-heading a:any-link{color:var(--content-color, currentColor)}@media (hover: hover) and (pointer: fine){.section-heading a:-moz-any-link:hover{--content-color: var(--link-interaction-color)}.section-heading a:any-link:hover{--content-color: var(--link-interaction-color)}}.section-heading a:-moz-any-link:focus{--content-color: var(--link-interaction-color)}.section-heading a:any-link:focus{--content-color: var(--link-interaction-color)}.section-heading a:-moz-any-link:active{--content-color: var(--link-interaction-active-color)}.section-heading a:any-link:active{--content-color: var(--link-interaction-active-color)}.section-heading:not(.-omitdivider){--divider-thickness: 1px;--divider-color: rgba(var(--block-divider-color-rgb), 1);--padding-block-end: .38461538rem;padding-block-end:var(--padding-block-end);border-block-end:var(--divider-thickness, 0) solid var(--divider-color)}.mobile .section-heading:not(.-omitdivider){--padding-block-end: .41666667rem}.section-heading.-guttered{margin-inline:var(--grid-col-gutter)}.section-heading.-spaced{--margin-block-end: 1.53846154rem}.mobile .section-heading.-spaced{--margin-block-end: 1.66666667rem}@media (max-width: 767px){.mobile .section-heading.-spaced{--margin-block-end: .83333333rem}}.section-heading svg{padding-right:var(--grid-col-gutter);vertical-align:middle;position:relative;top:-2px}.section-heading-minor{margin-block:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;--font-size: 1.15384615rem;font-size:var(--font-size);line-height:1.33333333;--content-color: white;color:var(--content-color, currentColor)}.mobile .section-heading-minor{--font-size: 1.25rem}.section-heading-minor a:-moz-any-link{color:var(--content-color, currentColor)}.section-heading-minor a:any-link{color:var(--content-color, currentColor)}@media (hover: hover) and (pointer: fine){.section-heading-minor a:-moz-any-link:hover{--content-color: var(--link-interaction-color)}.section-heading-minor a:any-link:hover{--content-color: var(--link-interaction-color)}}.section-heading-minor a:-moz-any-link:focus{--content-color: var(--link-interaction-color)}.section-heading-minor a:any-link:focus{--content-color: var(--link-interaction-color)}.section-heading-minor a:-moz-any-link:active{--content-color: var(--link-interaction-active-color)}.section-heading-minor a:any-link:active{--content-color: var(--link-interaction-active-color)}.section-heading-minor.-divider-blockend{--divider-thickness: 1px;--divider-color: rgba(var(--block-divider-color-rgb), 1);--padding-block-end: .38461538rem;padding-block-end:var(--padding-block-end);border-block-end:var(--divider-thickness, 0) solid var(--divider-color)}.mobile .section-heading-minor.-divider-blockend{--padding-block-end: .41666667rem}.subscription-sku{box-sizing:border-box;position:relative;display:flex;border-radius:3px;background-color:#2c3440}.transaction-history+.subscription-sku{margin-top:6.15384615rem}.mobile .transaction-history+.subscription-sku{margin-top:6.15384615rem}.subscription-sku *,.subscription-sku :after,.subscription-sku :before{box-sizing:inherit}.subscription-sku>.media{flex-shrink:0;width:135px;border:1px solid #2C3440;border-right-width:0;background-color:#14181c;border-top-left-radius:3px;border-bottom-left-radius:3px}@media (max-width: 767px){.mobile .subscription-sku>.media{width:18.3423913%;min-width:100px}}.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{display:inline-flex;align-self:flex-start;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{box-sizing:border-box;margin:0;border:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:inline-block;color:#9ab;padding:4px 5px 3px;border:2px solid #303840;font-size:.76923077rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);border-radius:2px}.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):hover,.subscription-sku>.media.-linkedperson .messagetrigger:not([disabled]):not(.-disabled):active{color:#fff;border-color:#9ab}.subscription-sku>.media.-linkedperson .messagetrigger:not([disabled]):not(.-disabled):focus{border-color:#9ab}.subscription-sku>.media.-linkedperson .messagetrigger.-large{display:inline-block;color:#fff;text-transform:none;letter-spacing:0;border:none;background-color:#567;padding:.5em .75em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.38461538rem;border-radius:6px}.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>.product,.subscription-sku>.body>.footer{display:flex;min-width:100%;padding-top:5px;padding-bottom:5px}.subscription-sku>.body>.product{flex-grow:1}.subscription-sku>.body>.product>.alignment{display:flex;align-self:center;flex-grow:1;flex-wrap:wrap}.subscription-sku>.body>.product>.alignment>.details{flex-grow:1;flex-basis:0%;align-self:center}.subscription-sku>.body>.product>.alignment>.fee{flex-shrink:0;align-self:flex-start;white-space:nowrap}.subscription-sku>.body>.product>.alignment>.transactioninfo{flex-grow:1;flex-basis:100%}.subscription-sku>.body .name{margin-top:0;margin-bottom:0;color:#fff;font-size:1.23076923rem;line-height:1}.mobile .subscription-sku>.body .name{font-size:1.33333333rem}.subscription-sku>.body .name>.label{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.61538462rem;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{margin-right:.25em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;line-height:1.25;font-size:1.23076923rem;color:#def;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{margin-top:.25em;font-size:1.07692308rem;line-height:1.33333333}.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,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400}.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{margin-top:.125em;font-size:1rem;line-height:1.33333333}.mobile .subscription-sku>.body .fee>.meta{font-size:1.08333333rem}.subscription-sku>.body .fee .skeletontext{visibility:hidden}.subscription-sku>.body .fee.-pending:before{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.61538462rem}.mobile .subscription-sku>.body .fee.-pending:before{font-size:1.75rem}.subscription-sku>.body .fee.-pending .price,.subscription-sku>.body .fee.-pending .meta{visibility:hidden;opacity:0}.subscription-sku>.body .fee.-in .price,.subscription-sku>.body .fee.-in .meta{visibility:visible;opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.subscription-sku>.body .fee.-in-active .price,.subscription-sku>.body .fee.-in-active .meta{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{margin-top:.25em;font-size:1rem}.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{display:inline-flex;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);padding:.4em .5em .3em;font-size:.76923077rem;color:#fff;background-color:#14181c;border-radius:.25em}.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{content:"";width:calc(100% + 20px);margin-top:3.33333333px;margin-right:-20px;height:15px;background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.subscription-sku>.body>.footer:before{background-size:1px 1px}}.subscription-sku>.body>.footer>.actions{flex-shrink:0;align-self:flex-start;margin-right:15px}.subscription-sku>.body>.footer>.info{flex-grow:1;flex-basis:0%;align-self:center}.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]:hover,.subscription-sku>.body>.footer>.info a[href]:focus{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;font-family:inherit;text-transform:none;letter-spacing:normal;box-shadow:none;padding:.33333333em .75em .375em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1rem;line-height:1.25;color:#9ab;border:2px solid rgba(153,170,187,.33333333);border-radius:2px}.mobile .subscription-sku>.body>.footer button.-cancel{font-size:1.08333333rem}.subscription-sku>.body>.footer button.-cancel:enabled:hover,.subscription-sku>.body>.footer button.-cancel:enabled:active,.subscription-sku>.body>.footer button.-cancel:enabled:focus{color:#fff;border-color:transparent}.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{display:inline-block;vertical-align:middle;height:1em;background-color:currentColor;opacity:.25;border-radius:2px}.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{position:absolute;top:0;right:0;bottom:0;width:40px;padding-top:10px;background-color:#456;border-top-right-radius:3px;border-bottom-right-radius:3px}.subscription-sku.-has-menu>.menu>.trigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;position:relative;display:block;width:40px;height:40px;text-align:center;color:#9ab;transition:color .5s cubic-bezier(.19,1,.22,1);transition-property:color,opacity}.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{display:block;content:"";position:absolute;top:-5px;left:-5px;bottom:-5px;right:-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):hover,.subscription-sku.-has-menu>.menu>.trigger:not(:disabled):focus{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{position:relative;border:0;background-color:transparent}.mobile .subscription-sku>.media.-badged>.badge{position:absolute;top:0;margin-top:0}.mobile .subscription-sku>.media.-badged+.body{padding-top:30px}.mobile .subscription-sku>.media.-linkedperson{padding-left:20px;padding-right:20px;margin-bottom:5px;background-color:transparent}.mobile .subscription-sku>.media.-linkedperson .person-summary>.avatar{position:relative;margin-top:-1.23076923rem;width:3.69230769rem;height: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{display:block}.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:"\a";white-space:pre}.mobile .subscription-sku>.body>.footer{display:block;text-align:center}.mobile .subscription-sku>.body>.footer:before{display:block;margin-right:-20px;margin-left:-20px;width:auto}.mobile .subscription-sku>.body>.footer>.actions{margin-left:auto;margin-right:auto;padding-top:5px;padding-bottom: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;position:relative;display:flex;color:#9ab}.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{width:18.3423913%;min-width:100px}}.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{display:inline-flex;align-self:flex-start;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-top:10px;padding-bottom:10px}.subscription-sku-mini>.body>.footer{align-self:flex-end;display:flex;flex-wrap:wrap;margin-top:auto;min-width:100%;padding-top:10px;padding-bottom:5px}.subscription-sku-mini>.body>.footer:before{content:"";width:calc(100% + 20px);margin-top:3.33333333px;margin-right:-20px;height:15px;background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px}@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{margin-top:0;margin-bottom:0;color:#fff}.subscription-sku-mini>.body .details>.name a{color:currentColor}.subscription-sku-mini>.body .details>.name a[href]>.label{text-decoration-line:underline;text-underline-offset:.2em;text-decoration-thickness:1px;text-decoration-color:rgba(255,255,255,.333)}.subscription-sku-mini>.body .details>.name a[href]:hover>.label,.subscription-sku-mini>.body .details>.name a[href]:focus>.label{color:#40bcf4;text-decoration-color:currentColor}.subscription-sku-mini>.body .details>.name .label{color:currentColor}.subscription-sku-mini>.body .details>.name .agent{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;line-height:1.25;font-size:1.23076923rem;color:#def;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{margin-top:.33333333em;font-size:1.07692308rem;line-height:1.33333333}.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{float:none;margin-left:.2em;margin-right:0;display:inline-block;vertical-align:bottom;width:20px;height:20px}.subscription-sku-mini>.body .details>.reference .person>.avatar img{width:100%;height:auto}.subscription-sku-mini>.body .details>.reference .person>.username{margin-left:.125em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.subscription-sku-mini>.body .details>.reference .person[href]:hover>.avatar:after,.subscription-sku-mini>.body .details>.reference .person[href]:focus>.avatar:after{border-color:rgba(255,255,255,.5)}.subscription-sku-mini>.body .details>.reference .person[href]:hover>.username,.subscription-sku-mini>.body .details>.reference .person[href]:focus>.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{margin-top:.25em;min-width:10.5em;font-size:1rem}.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{position:relative;top:.05em;text-transform:uppercase;letter-spacing:.125em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.subscription-sku-mini>.body .managecta .cta>.chevron{position:relative;top:-.06666667em;display:inline-flex;margin-left:.1em;width:auto;height:.875em;vertical-align:text-bottom}.subscription-sku-mini>.body .managecta .cta>.chevron path{stroke:currentColor;stroke-width:.175em}.subscription-sku-mini>.body .managecta .cta[href]:hover,.subscription-sku-mini>.body .managecta .cta[href]:focus{color:#def}.no-mobile .subscription-sku-mini>.body{display:flex;flex-direction:column}.no-mobile .subscription-sku-mini>.body>.product{flex-grow:1;display:flex}.no-mobile .subscription-sku-mini>.body>.product>.alignment{display:flex;align-self:center;flex-grow:1;flex-wrap:wrap}.no-mobile .subscription-sku-mini>.body>.product>.alignment>.details{flex-grow:1;flex-basis:0%}.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{flex-grow:1;display:flex}.mobile .subscription-sku-mini>.body>.product>.alignment{display:flex;align-self:center;flex-grow:1;flex-wrap:wrap}.mobile .subscription-sku-mini>.body>.product>.alignment>.details{flex-grow:1;flex-basis:0%}.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:"";width:calc(100% + 40px);margin-right:-20px;margin-left:-20px}.mobile .subscription-sku-mini>.body>.footer .managecta{margin-left:0}}.subscription-sku-mini.-filled{border-radius:3px;background-color:#2c3440}.subscription-sku-mini.-filled>.media{border:1px solid #2C3440;border-right-width:0;background-color:#14181c;border-top-left-radius:3px;border-bottom-left-radius:3px}.subscription-sku-mini.-filled>.body{padding-right:20px;padding-left:20px}.subscription-sku-mini.-filled>.body>.product{padding-top:5px;padding-bottom:5px}.subscription-sku-mini.-filled>.body>.product>.alignment>.details{align-self:center}.subscription-sku-mini.-filled>.body>.product>.alignment>.transactioninfo{align-self:center}.subscription-sku-mini.-filled>.body .details>.name .label{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.61538462rem;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{position:relative;border:0;background-color:transparent}.mobile .subscription-sku-mini.-filled>.media.-badged>.badge{position:absolute;top:0;margin-top:-.75em;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:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.23076923rem;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{margin-top:.25em;font-size:1rem;line-height:1.33333333}.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{width:16px;height: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{margin-top:10px;padding-top:10px;background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px}@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,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400}.subscription-transaction .meta{margin-top:.25em;font-size:1rem;line-height:1.33333333;color:#678}.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-repeat:repeat-x;background-position:0 0;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].date,.subscription-transaction-list [role=columnheader].date,.subscription-transaction-list [role=cell].amount,.subscription-transaction-list [role=columnheader].amount{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{width:18.3423913%;min-width:110px}}.subscription-transaction-list [role=cell].aside,.subscription-transaction-list [role=columnheader].aside,.subscription-transaction-list [role=cell].amount,.subscription-transaction-list [role=columnheader].amount{text-align:right}.subscription-transaction-list [role=cell].amount,.subscription-transaction-list [role=columnheader].amount{width:8.5em}.subscription-transaction-list [role=columnheader]{padding-top:.5em;padding-bottom:.625em;vertical-align:bottom}.subscription-transaction-list [role=columnheader] .label{font-size:.84615385rem;line-height:1.33333333;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);color:#678}.mobile .subscription-transaction-list [role=columnheader] .label{font-size:.91666667rem}.subscription-transaction-list.-guttered{width:calc(100% - 10px);padding-left:5px;padding-right:5px}@media screen and (max-width: 559px){.mobile .subscription-transaction-list,.mobile .subscription-transaction-list [role=rowgroup],.mobile .subscription-transaction-list [role=row],.mobile .subscription-transaction-list [role=cell],.mobile .subscription-transaction-list [role=columnheader]{display:block}.mobile .subscription-transaction-list [role=rowgroup].header{display:none}.mobile .subscription-transaction-list [role=rowgroup].body [role=row]{position:relative;padding-bottom:1.25em}.mobile .subscription-transaction-list [role=rowgroup].body [role=row] [role=cell].amount{position:absolute;top:1em;right:0}.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{display:block;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:.91666667rem;line-height:1.6969697;color:#89a}.mobile .subscription-transaction-list [role=cell].description,.mobile .subscription-transaction-list [role=columnheader].description{margin-top:.625em;font-size:1.08333333rem}.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{padding-top:.38461538rem;background-image:linear-gradient(180deg,rgba(68,85,102,.5) 50%,rgba(68,85,102,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px;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{box-sizing:border-box;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;margin:0 auto;padding:.66666667em 1em;color:#9ab;font-size:1rem;line-height:1.25}.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):hover,.subscription-transaction-history-trigger .trigger:not(:disabled):active{color:#40bcf4}.subscription-transaction-history-trigger.-guttered{margin-left:5px;margin-right:5px}.subscription-gift .person-autocomplete .dropdown,.subscription-transfer .person-autocomplete .dropdown{max-height:308px;box-shadow:0 0 5px rgba(0,17,34,.333);border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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:" •  ";opacity:.66666667;vertical-align:middle;margin-left:.0875em}.subscription-gift .form-row.-input>.person-block,.subscription-transfer .form-row.-input>.person-block{position:absolute;bottom:0;width:100%}.subscription-gift .form-row.-input.-toggle-recipient>.person-autocomplete,.subscription-transfer .form-row.-input.-toggle-recipient>.person-autocomplete{pointer-events:none;opacity:0;visibility:hidden;transition:opacity .33333333s cubic-bezier(.19,1,.22,1),visibility 0s linear .33333333s,height .33333333s cubic-bezier(.19,1,.22,1);height:66px}.subscription-gift .form-row.-input.-toggle-recipient>.recipientmetadata,.subscription-transfer .form-row.-input.-toggle-recipient>.recipientmetadata,.subscription-gift .form-row.-input.-toggle-recipient>.person-block,.subscription-transfer .form-row.-input.-toggle-recipient>.person-block{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{transition:opacity .5s cubic-bezier(.19,1,.22,1) .16666667s,visibility 0s linear 0s,height .5s cubic-bezier(.19,1,.22,1) .16666667s;height:41px}.subscription-gift .form-row.-input:not(.-toggle-recipient)>.recipientmetadata,.subscription-transfer .form-row.-input:not(.-toggle-recipient)>.recipientmetadata,.subscription-gift .form-row.-input:not(.-toggle-recipient)>.person-block,.subscription-transfer .form-row.-input:not(.-toggle-recipient)>.person-block{pointer-events:none;opacity:0;visibility:hidden;transition:opacity .33333333s cubic-bezier(.19,1,.22,1),visibility 0s linear .33333333s}.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.-password input[type=password],.subscription-transfer .form-row.-password input[type=password],.subscription-gift .form-row.-one-time-code input,.subscription-transfer .form-row.-one-time-code input{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{position:relative;display:flex!important;flex-direction:column;height:100%}.person-autocomplete>.twitter-typeahead input[type=text]{z-index:501;flex-grow:0}.mobile .person-autocomplete>.twitter-typeahead input[type=text]{font-size:1.16666667rem}.person-autocomplete>.twitter-typeahead .dropdown{z-index:500!important;width:100%;flex-grow:1;background-color:#202830;border:none;overflow-y:auto;overscroll-behavior:contain}.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-repeat:repeat-x;background-position:0 0;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{padding:1.23076923rem;color:#9ab;font-size:1rem;line-height:1.33333333}.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{position:absolute;left:13.5px;top:13.5px;margin-top:-1px;color:#567}.fields-reversed .person-autocomplete>.glyph.-search{color:#89a}.person-autocomplete>.glyph.-search path{fill:currentColor}.person-autocomplete>.spinner{position:absolute;z-index:502;top:13.5px;right:13.5px;width:12px;height:12px;opacity:0;transition:opacity 0s cubic-bezier(.19,1,.22,1) 0s}.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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:flex;align-items:center;justify-content:center;position:absolute;z-index:502;top:0;right:0;width:41px;height:41px;color:#89a;transition:opacity .25s cubic-bezier(.19,1,.22,1)}.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{position:relative;top:-1px;display:block}.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;padding-left:5px;padding-right:5px;max-width:880px}.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:before,.team-member-manager>.frame:after{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{margin-left:-1px;margin-top:-1px;margin-bottom:-1px;max-width:480px;flex-grow:1;padding-right:0;border:1px solid #456;border-top-left-radius:3px;border-bottom-left-radius:3px;background-color:#202830}.team-member-manager .search .row{position:relative;height:100%;margin-bottom:0}.team-member-manager .search .row>.twitter-typeahead .dropdown{position:relative!important;top:0!important}.team-member-manager .search input[type=text]{border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.team-member-manager .members{padding-left:0;max-width:389px;flex-shrink:0;flex-grow:1;overflow-y:auto;overscroll-behavior:contain}.team-member-manager .members .member-list[hidden],.team-member-manager .members .fallback[hidden]{display:none}.team-member-manager .members .fallback{height:100%;display:flex;flex-direction:column;justify-content:center;padding:2.46153846rem 1.23076923rem;border-top-right-radius:3px;border-bottom-right-radius:3px;text-align:center}.team-member-manager .members .fallback>.title-3{margin:0}.team-member-manager .members .fallback>.caption{margin:1px 0 0;font-size:.92307692rem;color:#678}.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-right-radius:2px;border-top-left-radius:2px}.team-member-manager .member-list>.team-member:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.team-member-manager .member-list>.team-member:after{display:block;content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-image:linear-gradient(0deg,rgba(51,68,85,.5) 50%,rgba(51,68,85,0) 0);background-repeat:repeat-x;background-position:bottom center;background-size:1px 2px;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{z-index:1;margin:-3px 0;border:3px solid #00E054;border-radius:3px}.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{opacity:0}.team-member-manager .member-list>.team-member.-highlight:after{opacity:0}.team-member-manager.-rendermobile{max-width:none}.team-member-manager.-rendermobile>.frame{justify-content:center;align-items:center}.team-member-manager.-rendermobile>.frame>.fallbackmessage{padding:2em;font-size:1.07692308rem;line-height:1.33333333;text-align:center;color:#89a}.mobile .team-member-manager.-rendermobile>.frame>.fallbackmessage{font-size:1.16666667rem}.userpanel-trigger{width:48px;height:48px;position:absolute;top:40px;right:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;background:none;border:none}.userpanel-trigger>.container{width:24px;height:24px;border-radius:16px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 5px rgba(0,0,0,.35)}.userpanel-trigger>.container:after,.userpanel-trigger>.container span:before,.userpanel-trigger>.container span:after{content:"";display:block;width:4px;height:4px;border-radius:2px;background:#678;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.userpanel-trigger>.container span:before{margin-left:-6px}.userpanel-trigger>.container span:after{margin-left:6px}.content-tab-filters{position:relative;display:flex;justify-content:space-between;align-items:flex-start;color:#678;border-bottom:1px solid #456;padding-bottom:5px;line-height:1}.content-tab-filters .tablist .trigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;position:relative;color:#00e054;font-size:1rem;line-height:1}.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{text-transform:uppercase;letter-spacing:.075em}.content-tab-filters .tablist .trigger:before{position:absolute;top:calc(100% + 5px);left:0;right:0;content:"";height:1px;background-color:currentColor;opacity:0;pointer-events:none}.content-tab-filters .tablist .trigger:-moz-any-link{cursor:pointer}.content-tab-filters .tablist .trigger:enabled,.content-tab-filters .tablist .trigger:any-link{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:enabled:hover:before,.content-tab-filters .tablist .trigger:any-link:hover:before{opacity:1}}.content-tab-filters .tablist .trigger:-moz-any-link:focus:before{opacity:1}.content-tab-filters .tablist .trigger:enabled:focus:before,.content-tab-filters .tablist .trigger:any-link: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:enabled:hover,.content-tab-filters .tablist .trigger.-nocontent:any-link:hover{color:#00e054}}.content-tab-filters .tablist .trigger.-nocontent:-moz-any-link:focus{color:#00e054}.content-tab-filters .tablist .trigger.-nocontent:enabled:focus,.content-tab-filters .tablist .trigger.-nocontent:any-link: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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;display:block;width:22px;height:22px;color:#89a}.content-tab-filters .sortvisibilitytoggle:not(:disabled):focus,.content-tab-filters .sortvisibilitytoggle:not(:disabled):hover{text-decoration:inherit}.content-tab-filters .sortvisibilitytoggle:after{content:"";position:absolute;top:-6px;left:-6px;bottom:-6px;right:-6px}.content-tab-filters .sortvisibilitytoggle>.glyph{display:block}.content-tab-filters .sortvisibilitytoggle>.glyph path{fill:currentColor}.content-tab-filters .sortvisibilitytoggle>.label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.content-tab-filters .sortvisibilitytoggle:enabled{cursor:pointer}.content-tab-filters .sortvisibilitytoggle:enabled:hover,.content-tab-filters .sortvisibilitytoggle:enabled:focus{color:#def}.content-tab-filters .sortvisibilitytoggle:enabled[aria-expanded=true]{color:#fff}.content-tab-filters .sortvisibilitytoggle:disabled{pointer-events:none;display:none}.content-tab-filters .sorting-selects .smenu-wrapper{z-index:auto;height:auto;padding-top:0;padding-bottom:0}.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>.tablist,.content-tab-filters>.sorting-selects{display:inline-flex}.no-mobile .content-tab-filters .sortvisibilitytoggle{display:none}.no-mobile .content-tab-filters .sorting-selects{position:absolute;bottom:0;right:0}.mobile .content-tab-filters{flex-wrap:wrap}.mobile .content-tab-filters .sortvisibilitytoggle{position:absolute;top:0;right:0;margin-top:-5px}@media (min-width: 768px){.mobile .content-tab-filters .sortvisibilitytoggle{margin-top:-4.5px}}.mobile .content-tab-filters .sortvisibilitytoggle[aria-expanded=false]~.sorting-selects{display:none}.mobile .content-tab-filters .sorting-selects{position:relative;display:block;width:100%;margin-top:5px;padding-top:10px}.mobile .content-tab-filters .sorting-selects:before{display:block;content:"";position:absolute;top:0;left:0;right:0;height:1px;z-index:-1;background-image:linear-gradient(0deg,rgba(102,119,136,0) 50%,rgba(102,119,136,.5) 0);background-repeat:repeat-x;background-position:top center;background-size:1px 2px}@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{overflow:visible;position:static;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 calc(-1 * var(--grid-col-gutter));padding-top:calc(var(--grid-col-gutter) * 2);width:calc(100% + (var(--grid-col-gutter) * 2))}.content-media-picker-mediaitem-list>.listitem{overflow:visible;position:relative;margin:var(--grid-col-gutter);padding:0;width:calc(var(--width-portion-percentage, 100%) - (var(--grid-col-gutter) * 2))}.content-media-picker-mediaitem-list>.listitem:before{display:block;float:left;content:"";width:0;padding-top:150%}.content-media-picker-mediaitem-list>.listitem>.trigger{overflow:visible;margin-bottom:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer}.content-media-picker-mediaitem-list>.listitem>.trigger .ring{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--poster-border-radius);box-shadow:0 0 #def;transition:box-shadow .5s cubic-bezier(.19,1,.22,1)}.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]:focus~img,.content-media-picker-mediaitem-list>.listitem>.trigger input[type=radio]:checked~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{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.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{position:relative;box-sizing:border-box}.content-media-picker *,.content-media-picker :after,.content-media-picker :before{box-sizing:inherit}.content-media-picker>input[type=hidden]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;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:focus,.content-media-picker .body-text a:-moz-any-link:active{text-decoration-color:currentColor}.content-media-picker .body-text a:any-link:focus,.content-media-picker .body-text a:any-link:active{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{position:absolute;left:var(--grid-col-gutter);top:var(--grid-col-gutter);box-shadow:0 1px 1px rgba(20,24,28,.35);background-color:#89a}.content-media-picker .mediaitem .badge.-yours{background-color:#00c030}.content-media-picker .mediaitem .badge.-inlist{background-color:#209ce4}.content-media-picker .mediaitem.-backdrop .image{--poster-border-radius-clamped: var(--poster-border-radius)}.content-media-picker>.aside{color:#89a;background-color:#3c4d5e}.content-media-picker>.aside .details .title{margin-top:0;margin-bottom:0;line-height:1.25;color:#fff;font-size:1.46153846rem}.mobile .content-media-picker>.aside .details .title{font-size:1.58333333rem}.content-media-picker>.aside .details .title>.name{font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700}.content-media-picker>.aside .details .title>.year{color:#9ab;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:1.07692308rem}.mobile .content-media-picker>.aside .details .title>.year{font-size:1.16666667rem}.content-media-picker>.aside .details .metadata{margin-top:.2em;color:#89a;font-size:.92307692rem;line-height:1.33333333}.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>.overlay{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;width:100%}.content-media-picker>.skeleton{display:grid}.content-media-picker>.skeleton>.aside{background-color:#3c4d5e}.content-media-picker>.skeleton>.body{position:relative;background-color:#456}.content-media-picker>.skeleton>.body>.spinner{position:sticky;top:50%;margin-left:auto;margin-right:auto;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{position:sticky;top:0;z-index:1;background-color:#456;margin-left:calc(-1 * var(--grid-col-gutter));margin-right:calc(-1 * var(--grid-col-gutter));padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter);color:#9ab;border-bottom:none}.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{display:block;content:"";position:absolute;top:100%;left:var(--grid-col-gutter);right:var(--grid-col-gutter);border-bottom:1px solid rgba(102,119,136,.5)}.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{position:sticky;top:0;overflow-y:auto;overscroll-behavior:contain;padding:30px;display:flex;flex-direction:column}.no-mobile .content-media-picker>.aside>.inner .content-media-picker-inuse-links{margin-top:auto}.no-mobile .content-media-picker>.aside>.inner .content-media-picker-inuse-links .content-media-picker-inuse-link:first-child:not([hidden]),.no-mobile .content-media-picker>.aside>.inner .content-media-picker-inuse-links .content-media-picker-inuse-link[hidden]+.content-media-picker-inuse-link:not([hidden]){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{min-height:100%;display:flex;flex-direction:column;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:focus,.content-media-picker-note .body-text a:-moz-any-link:active{color:#fff}.content-media-picker-note .body-text a:any-link:focus,.content-media-picker-note .body-text a:any-link:active{color:#fff}.no-mobile .content-media-picker-note .body-text a:-moz-any-link{color:inherit;text-decoration:underline;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:max(2px,.1em);text-decoration-color:rgba(153,170,187,.5)}.no-mobile .content-media-picker-note .body-text a:any-link{color:inherit;text-decoration:underline;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:max(2px,.1em);text-decoration-color:rgba(153,170,187,.5)}@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-underline-offset:.125em;text-decoration-color:currentColor}.content-media-picker-inuse-link:any-link{color:#fff;text-underline-offset:.125em;text-decoration-color:currentColor}@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:focus,.content-media-picker-inuse-link:-moz-any-link:active{color:#40bcf4;text-decoration-line:underline}.content-media-picker-inuse-link:any-link:focus,.content-media-picker-inuse-link:any-link:active{color:#40bcf4;text-decoration-line:underline}.context-client-app .content-media-picker-inuse-link,.content-media-picker-inuse-link[hidden]{display:none!important}.content-media-picker-controls{position:relative;display:flex}.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{display:flex;align-items:center}.no-mobile .content-media-picker-controls .objectonly{position:absolute;top:0;bottom:0;right:0;margin-top:auto;margin-bottom:auto}.content-media-picker-controls .objectonly .option-label{margin-bottom:0;font-size:1rem}.mobile .content-media-picker-controls .objectonly .option-label{font-size:1rem}.content-media-picker-controls .objectonly[hidden],.content-media-picker-controls .objectonly .label[hidden]{display:none!important}.content-media-picker-modal .modal-footer .content-media-picker-note,.content-media-picker-modal .modal-footer .content-media-picker-controls{flex-basis:100%}.content-media-picker-modal .content-media-picker{margin:calc(-1 * var(--modal-padding));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{top:calc(-1 * var(--modal-padding));margin-top:calc(-1 * var(--modal-padding));padding-top:var(--modal-padding)}.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{display:flex;-moz-column-gap:calc(var(--modal-footer-gap) * 1.5);column-gap:calc(var(--modal-footer-gap) * 1.5)}.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}.no-mobile .content-media-picker-modal .modal-footer.-has-object .content-media-picker-controls .modal-action-group{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:var(--modal-footer-row-gap)}.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{display:flex;flex-direction:row-reverse;-moz-column-gap:10px;column-gap:10px}.content-media-picker-inline-component-wrapper>.content-media-picker:before{float:left;content:"";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{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.poster-picker>.aside .poster{display:flex;flex-direction:column;width:100%;max-width:100%;padding-top:0}.poster-picker>.aside .poster:before{float:left;content:"";width:0;padding-top:150%}.poster-picker>.aside .poster img{position:absolute;top:0;left: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]:focus~.frame,.poster-picker .content-media-picker-mediaitem-list input[type=radio]:checked~.frame,.poster-picker .content-media-picker-mediaitem-list input[type=radio]:focus~img,.poster-picker .content-media-picker-mediaitem-list input[type=radio]:checked~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{top:calc(-1 * var(--modal-padding));padding-top:var(--modal-padding);padding-bottom:var(--modal-padding)}.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{display:none}.no-mobile .backdrop-picker-modal .backdrop-picker>.aside{display:none}.no-mobile .backdrop-picker-modal .modal-footer{display:flex;flex-direction:row-reverse;align-items:center;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-note,.no-mobile .backdrop-picker-modal .modal-footer .content-media-picker-controls{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}.no-title{border-top:none}.film-table tbody td.icon-status-off .icon-rewatch,.film-table tbody td.icon-status-off .icon-review{display:none}.profile .all-lists-link{margin-top:10px}section.list{margin-bottom:10px}.list-set{position:relative;margin-bottom:15px}.list-set .list{border-bottom:1px solid #2C3440;padding-bottom:15px}.list-set .list.-summary{margin-bottom:15px}.list-set .list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.film .list-set .list{border-bottom:1px solid #2C3641;padding:15px 0;margin: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;width:1px;margin-right:2px}.list .title-2>.value,.list .title-3>.value{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;color:#678;font-size:.92307692rem}.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.-show-notes .title-3{margin-top:12px}.list.-summary:before,.list.-summary:after{content:" ";display:table}.list.-summary:after{clear:both}.list.-summary .list-link{float:left;width:250px;margin:0 15px 0 0}.mobile .list.-summary .list-link{width:auto;margin:0 0 .76923077rem;float:none}.list-set-wide .list.-summary .list-link{width:475px}.mobile .list-set-wide .list.-summary .list-link{width:auto;margin:0 0 .76923077rem}.list.-summary .title-2{margin:5px 0 7px}.list.-summary .text p{margin:0}.list.-summary .list-summary-meta{color:#89a;font-size:11px;margin-bottom:5px;line-height:1.4}.list.-summary .list-summary-meta small{margin-right:5px}.list.-summary .film-list-author{clear:none;padding-top:0;margin:7px 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{--margin-block-end: 7px}.list.-summary .film-list-summary .title .policy-icon.-circle .glyph{max-width:100%;height:auto}.list.-summary .film-list-summary>*:has(+.attribution-block){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.list.-summary .film-list-summary>.attribution-block+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.list.-summary .film-list-summary>*:has(+.attribution-detail){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.list.-summary .film-list-summary>.attribution-detail+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.list.-summary .film-list-summary>*:has(+.content-reactions-strip){margin-block-end:var(--margin-block-end, var(--margin-bottom, 10px))}.list.-summary .film-list-summary>.content-reactions-strip+*{margin-block-start:var(--margin-block-start, var(--margin-top, 10px))}.list-link{border-color:#14181c;display:block;clear:both;overflow:hidden;padding:0;margin-bottom:3px;transition:background-color,border-color .1s linear;position:relative}.list-link:after{content:"";display:block;position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;transition:border .1s linear;border:1px solid #00E054;z-index:15;border-radius:3px;text-indent:110%;white-space:nowrap;overflow:hidden}body.logged-in .list-link:after{border-color:#def}.list-link:hover:after,.list-link:active:after{top:0;left:0;right:0;bottom:0;border-width:var(--poster-overlay-interaction-border-width);border-radius:var(--poster-border-radius);box-shadow:inset 0 0 1px 1px rgba(20,24,28,.25)}body.logged-in .list-link:hover:after,body.logged-in .list-link:active: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}.numbered-list-item p.list-number{text-align:center;line-height:1;clear:both;padding:5px 0 0;margin:0;color:#fff}.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{display:none;border-top:1px solid #456;border-bottom:1px solid #456;background-color:#283038;margin:0 -10px -1px;padding:5px 0;overflow:hidden;box-shadow:inset 0 0 5px #012}.add-to-a-list .selector{margin-left:5px}.add-to-a-list h1{margin:5px 0 0 40px;font-size:.92307692rem;font-weight:400;padding-bottom:3px}.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{display:block;border:none;padding:4px 0!important}.add-to-a-list .new-list{display:block;float:left;border-top:1px solid #456;padding-top:6px}.add-to-a-list h1.new-list{padding-top:8px}.add-to-a-list a.new-list{margin:8px 0 5px 40px;color:#00e054}.add-to-a-list a.new-list:hover,.add-to-a-list a.new-list:active{color:#fff}.add-to-a-list li.sending-ajax{background:url(../img/spinner-dark-2x-BA9SNVrD.gif) no-repeat 20px 4px}.empty-watchlist .hide-for-empty-list,.list-selection{display:none}.list-selection.-selected{display:block}.list-selection>.actions{display:flex}.list-selection>.actions>.new{display:block;padding:8px 30px 8px 20px;color:#bcd;font-size:1.15384615rem;line-height:1.26666667;margin-bottom:4px;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:before,.list-selection>.actions>.new:hover>.plus:after{background:#fff}.list-selection>.actions>.new>.plus{display:block;width:13px;height:13px;position:absolute;left:0;top:10px;opacity:.9}.list-selection>.actions>.new>.plus:before,.list-selection>.actions>.new>.plus:after{content:"";display:block;background:#def;position:absolute}.list-selection>.actions>.new>.plus:before{width:1px;height:100%;left:6px;top:0}.list-selection>.actions>.new>.plus:after{width:100%;height:1px;top:6px;left:0}.mobile .list-selection>.actions>.new>.plus{width:11px;height:11px}.mobile .list-selection>.actions>.new>.plus:before{left:5px}.mobile .list-selection>.actions>.new>.plus:after{top:5px}.list-selection>.actions>.filter{width:19.69230769rem;margin-bottom:4px;margin-left:auto;position:relative}.mobile .list-selection>.actions>.filter{width:21.33333333rem;flex-grow:1;width:auto}.list-selection>.actions>.filter>.input{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;padding:8px 24px 8px 0;height:19px;color:#bcd;font-size:1.15384615rem;line-height:1.26666667;width:100%;text-align:right;box-sizing:border-box;height:35px}.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>.trigger,.list-selection>.actions>.filter>.clear{display:block;position:absolute;right:0;top:50%;cursor:pointer}.list-selection>.actions>.filter>.trigger{content:"";width:14px;height:14px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-position:-440px -30px;margin-top:-7px}.list-selection>.actions>.filter>.clear{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:0/0 a!important;color:transparent!important;border:none;border-radius:50%;margin:-7px 0 0;padding:0;background:#789;width:14px;height:14px;box-sizing:border-box}.list-selection>.actions>.filter>.clear:before,.list-selection>.actions>.filter>.clear:after{content:"";display:block;background:#345;position:absolute;width:1px;height:8px;top:50%;left:50%}.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;position:relative;font-size:1.15384615rem;line-height:1.33333333;margin:0;padding-left:20px;padding-top:8px;padding-bottom:8px;-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{content:"";display:block;height:1px;position:absolute;top:0;left:0;right:0;background:#345}.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{position:absolute;left:0;z-index:0;opacity:0;border:none}.list-selection>.list>.checkbox:checked+.substitute{opacity:1}.list-selection>.list>.substitute{position:absolute;left:0;top:10px;height:10px;width:4px;border-right:2px solid #00E054;border-bottom:2px solid #00E054;transform:rotate(40deg);opacity:0}.mobile .list-selection>.list>.substitute{top:8px}.list-selection>.list>.label{flex-grow:1;cursor:pointer;color:#bcd}.list-selection>.list>.label>.name{padding-right:.25rem}.list-selection>.list>.label .policy-icon.-circle{vertical-align:middle}.list-selection>.list>.label:hover .name{color:#fff}.list-selection>.list>.count{text-align:right;flex-shrink:0;padding-left:15px;font-size:1rem;line-height:1.53846154;color:#9ab;white-space:nowrap}.mobile .list-selection>.list>.count{padding-left:10px;font-size:1rem;line-height:1.58333333}.list-selection>.list.-added>.substitute{border-right-color:#89a;border-bottom-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}}.policy-icon{display:inline;white-space:nowrap;line-height:0}.policy-icon>.frame{display:inline-flex;justify-content:center;align-items:center;vertical-align:baseline}.policy-icon .glyph{transform:translate(var(--glyph-offset-x, 0),var(--glyph-offset-y, 0))}.policy-icon.-default{--content-color-rgb: 221,238,255}.policy-icon.-default .glyph{overflow:visible}.policy-icon.-default>.frame{color:rgba(var(--content-color-rgb),var(--content-color-alpha, 1))}.policy-icon.-default>.frame>.glyph path{fill:currentColor}.policy-icon.-default.-draft{--content-color-rgb: 255,255,255}@media (min-resolution: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.policy-icon.-default.-privacy.-friends .glyph{--glyph-offset-y: -.5px}}.policy-icon.-circle{--font-size: 1.53846154rem;font-size:var(--font-size);--content-color-rgb: 221,238,255;--background-tint-rgb: 51,68,85}.mobile .policy-icon.-circle{--font-size: 1.66666667rem}.policy-icon.-circle>.frame{width:1em;height:1em;margin-top:-.5em;margin-bottom:-.5em;border-radius:.5em;color:rgba(var(--content-color-rgb),var(--content-color-alpha, 1));background-color:rgba(var(--background-tint-rgb),var(--background-tint-alpha, 1))}.policy-icon.-circle>.frame>.glyph path{fill:currentColor}@media (min-resolution: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.policy-icon.-circle.-you .glyph{--glyph-offset-y: -.5px}}@media (min-resolution: 2),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.policy-icon.-circle.-share.-friends .glyph{--glyph-offset-x: .5px;--glyph-offset-y: -.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{display:grid;align-items:center;padding-bottom:calc(var(--modal-padding) * 3)}}.totp-form .form-row{margin-bottom:0;display:grid;grid-template-areas:"label label" "field submit";grid-template-columns:auto min-content}.totp-form .form-row>label{grid-area:label}.totp-form .form-row .onetimecode{grid-area:field;min-width:12em;border-top-right-radius:0;border-bottom-right-radius:0}.totp-form .form-row .button{grid-area:submit;border-top-left-radius:0;border-bottom-left-radius:0}body.barbie-heart{--icon-tint-like: #FF80E8}body.barbie-heart .action-large.-like .action.-on:before{background-position:-340px -970px}body.barbie-heart .person-table .icon-liked{padding-left:19px}body.barbie-heart .person-table .icon-liked .icon{width:16px;background-position:-700px -340px}.diary-entry-form input[name=filmId][value="277064"]+fieldset .like-field .option-label.-like>.like-checkbox:checked+.substitute,.diary-entry-form input[name=filmId][value="277064"]+fieldset .like-field .option-label.-like>.like-checkbox:active+.substitute{background-position:-490px -370px}.poster.barbie-heart .icon-liked .icon,.diary-entry-row.barbie-heart .icon-liked .icon{background-position:-700px -320px}.poster.barbie-heart .overlay-actions .icon-liked .icon,.diary-entry-row.barbie-heart .overlay-actions .icon-liked .icon{background-position:-770px -700px}.poster.barbie-heart .overlay-actions.-w70 .icon-liked .icon,.diary-entry-row.barbie-heart .overlay-actions.-w70 .icon-liked .icon,.poster.barbie-heart .small-poster-menu .overlay-actions .icon-liked .icon,.diary-entry-row.barbie-heart .small-poster-menu .overlay-actions .icon-liked .icon{background-position:-710px -640px!important}.blood{position:absolute;bottom:0;height:0;width:100%;z-index:0}.blood .drip{background:#b00;width:10px;border-radius:50px;height:0;position:absolute;top:0;left:0;transition:height 6s ease-in-out;pointer-events:none}.blood .-d1{top:-8px;left:7px;width:8px;transition-duration:15s;transition-delay:3s}.blood .-d2{top:-8px;left:21px;width:6px;transition-delay:.2s}.blood .-d3{top:-10px;left:14px;width:8px;transition-delay:.1s;transition-duration:4s}.blood .-d4{top:-8px;left:43px;width:8px;transition-duration:5s}.blood .-d5{top:-5px;left:86px;width:4px;transition-duration:3s}.blood .-d6{top:-6px;left:90px;width:6px;transition-duration:8s;transition-delay:.5s}.blood .-d7{top:-7px;left:131px;width:9px}.blood .-d8{top:-8px;left:160px;width:8px;transition-duration:14s}.blood .-d9{top:-7px;left:165px;transition-duration:8s;border-radius:0 0 50px}.blood .-d10{top:170px;left:160px;width:8px;transition:height .2s ease-out,top .2s ease-out;transition-delay:13s}.blood .-d11{top:-7px;width:11px;left:215px;transition-duration:4s}.blood .-d12{top:-7px;width:7px;left:200px;transition-delay:2s}.blood .-d13{top:37px;width:6px;left:44px;transition:height .2s ease-out;transition-delay:8s}.blood .-d14{top:-7px;width:8px;left:221px;transition-duration:6s;transition-delay:3s}.blood .-d15{top:-7px;width:6px;left:119px;transition-duration:12s;transition-delay:1s}.mobile .blood .-d6,.mobile .blood .-d7,.mobile .blood .-d8,.mobile .blood .-d9,.mobile .blood .-d10,.mobile .blood .-d11,.mobile .blood .-d12,.mobile .blood .-d14,.mobile .blood .-d15{display:none}.mobile .blood .-d1{top:-18px;left:14px;width:7px}.mobile .blood .-d2{top:-20px;left:27px;width:6px;transition-delay:1s}.mobile .blood .-d3{top:-20px;left:20px;width:8px}.mobile .blood .-d4{top:-18px;left:42px;width:6px;transition-delay:0;transition-duration:8s}.mobile .blood .-d5{top:-18px;left:36px;width:8px;border-radius:0 0 0 8px;transition-delay:2s}.mobile .blood .-d13{top:37px;left:42px;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}.no-mobile .warawara-logo .site-logo>.logo{--offset-y: -3px;--width: 230px;--height: 30px;--background-image: url(../img/logo-warawara-DPwyEuqG.png);--background-size-width: var(--width);--background-size-height: var(--height);--background-position-x: 0;--background-position-y: 0}.mobile .warawara-logo .site-header .site-logo>.logo{--background-image: url(../img/logo-warawara-sm-BzqzF1ZK.svg);--background-size-width: 50px;--background-size-height: 30px;--background-position-x: calc((var(--width) - var(--background-size-width)) * .5);--background-position-y: calc((var(--height) - var(--background-size-height)) * .5)}.no-mobile .deadpool-logo .site-logo>.logo{--offset-y: -3px;--width: 230px;--background-image: url(../img/logo-deadpool-DrDomIOH.png);--background-size-width: var(--width);--background-size-height: 24px;--background-position-x: 0;--background-position-y: 0}.mobile .deadpool-logo .site-header .site-logo>.logo{--background-image: url(../img/logo-deadpool-sm-BJtZ-tkm.svg);--background-size-width: 50px;--background-size-height: 30px;--background-position-x: calc((var(--width) - var(--background-size-width)) * .5);--background-position-y: calc((var(--height) - var(--background-size-height)) * .5)}body.dune-eye{--icon-tint-watch: #40BCF4}body.dune-eye .action-large.-watch .action.-on:before{background-position:-220px -890px}.poster.dune-eye .overlay-actions .icon-watched .icon,.diary-entry-row.dune-eye .overlay-actions .icon-watched .icon{background-position:-740px -700px}.poster.dune-eye .overlay-actions.-w70 .icon-watched .icon,.diary-entry-row.dune-eye .overlay-actions.-w70 .icon-watched .icon,.poster.dune-eye .small-poster-menu .overlay-actions .icon-watched .icon,.diary-entry-row.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/eeaao-eye-445566-o-CCK6fOud.gif);background-position:10px 4px;background-size:33px 33px}body.eras-clock .action-large.-watchlist .action.-on:before{background-position:-450px -910px}.no-mobile .napoleon-logo .site-logo>.logo{--width: 230px;--background-image: url(../img/logo-napoleon-CGlDXxj2.png);--background-size-width: var(--width);--background-size-height: 24px;--background-position-x: 0;--background-position-y: 0}.mobile .napoleon-logo .site-header .site-logo>.logo{--background-image: url(../img/logo-napoleon-sm-yoc2J-H3.svg);--background-size-width: 50px;--background-size-height: 30px;--background-position-x: calc((var(--width) - var(--background-size-width)) * .5);--background-position-y: calc((var(--height) - var(--background-size-height)) * .5)}.portrait-stars .actions-panel .panel-rateit .rateit-range,.portrait-stars .actions-panel .panel-rateit .rateit-selected,.portrait-stars .actions-panel .panel-rateit .rateit-hover{background-image:url(../img/flaming-stars-CoByLsY9.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-range,.diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-selected,.diary-entry-form input[name=filmId][value="460830"]+fieldset div.rateit .rateit-hover{background-image:url(../img/add-film-flaming-stars-DxRpWHUk.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}.no-mobile .slimed-me .site-logo>.logo{--offset-y: -3px;--width: 230px;--height: 30px;--background-image: url(../img/logo-gb-cjlcQiW_.png);--background-size-width: var(--width);--background-size-height: var(--height);--background-position-x: 0;--background-position-y: 0}.mobile .slimed-me .site-header .site-logo>.logo{--background-image: url(../img/logo-gb-sm-BEz9hzC2.svg);--background-size-width: 50px;--background-size-height: 30px;--background-position-x: calc((var(--width) - var(--background-size-width)) * .5);--background-position-y: calc((var(--height) - var(--background-size-height)) * .5)}.slime{position:absolute;bottom:0;height:0;width:100%;z-index:0}.slime .drip{background:#00c030;width:10px;border-radius:50px;height:0;position:absolute;top:0;left:0;transition:height 6s ease-in-out;pointer-events:none}.slime .-d1{top:-8px;left:7px;width:8px;transition-duration:15s;transition-delay:3s}.slime .-d2{top:-8px;left:21px;width:6px;transition-delay:.2s}.slime .-d3{top:-10px;left:14px;width:8px;transition-delay:.1s;transition-duration:4s}.slime .-d4{top:-8px;left:43px;width:8px;transition-duration:5s}.slime .-d5{top:-5px;left:86px;width:4px;transition-duration:3s}.slime .-d6{top:-6px;left:90px;width:6px;transition-duration:8s;transition-delay:.5s}.slime .-d7{top:-7px;left:131px;width:9px}.slime .-d8{top:-8px;left:160px;width:8px;transition-duration:14s}.slime .-d9{top:-7px;left:165px;transition-duration:8s;border-radius:0 0 50px}.slime .-d10{top:170px;left:160px;width:8px;transition:height .2s ease-out,top .2s ease-out;transition-delay:13s}.slime .-d11{top:-7px;width:11px;left:215px;transition-duration:4s}.slime .-d12{top:-7px;width:7px;left:200px;transition-delay:2s}.slime .-d13{top:37px;width:6px;left:44px;transition:height .2s ease-out;transition-delay:8s}.slime .-d14{top:-7px;width:8px;left:221px;transition-duration:6s;transition-delay:3s}.slime .-d15{top:-7px;width:6px;left:119px;transition-duration:12s;transition-delay:1s}.mobile .slime .-d6,.mobile .slime .-d7,.mobile .slime .-d8,.mobile .slime .-d9,.mobile .slime .-d10,.mobile .slime .-d11,.mobile .slime .-d12,.mobile .slime .-d14,.mobile .slime .-d15{display:none}.mobile .slime .-d1{top:-18px;left:14px;width:7px}.mobile .slime .-d2{top:-20px;left:27px;width:6px;transition-delay:1s}.mobile .slime .-d3{top:-20px;left:20px;width:8px}.mobile .slime .-d4{top:-18px;left:42px;width:6px;transition-delay:0;transition-duration:8s}.mobile .slime .-d5{top:-18px;left:36px;width:8px;border-radius:0 0 0 8px;transition-delay:2s}.mobile .slime .-d13{top:37px;left:42px;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{--offset-y: -3px;--width: 230px;--height: 30px;--background-image: url(../img/logo-tar-7g1y4Du6.png);--background-size-width: 230px;--background-size-height: 30px;--background-position-x: 0;--background-position-y: 0}.tenet-clone{pointer-events:none;overflow:hidden;transform:rotate(180deg)}.tenet-clone *{pointer-events:none}.tenet-clone .col-poster-large{position:relative!important}.tenet-clone aside.sidebar .section{margin-top:0!important}.tenet-clone .hidden,.tenet-clone #tyche_trendi_video_container,.tenet-clone #tyche_trendi_parent_container{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}.no-mobile .easter-egg-anora-logo:not(.warawara-logo):not(.deadpool-logo):not(.napoleon-logo):not(.slimed-me):not(.tar-logo) .site-logo{--neon-width: 257px;--neon-height: 51px;--glow-width: 295px;--glow-height: 89px}.no-mobile .easter-egg-anora-logo:not(.warawara-logo):not(.deadpool-logo):not(.napoleon-logo):not(.slimed-me):not(.tar-logo) .site-logo:before{display:none}.no-mobile .easter-egg-anora-logo:not(.warawara-logo):not(.deadpool-logo):not(.napoleon-logo):not(.slimed-me):not(.tar-logo) .site-logo>.logo{--offset-y: -13px;--offset-x: -3px;--width: var(--neon-width);--height: var(--neon-height);--background-image: url(../img/anora-site-logo-neon-BguV52Yw.png);--background-size-width: var(--width);--background-size-height: var(--height);--background-position-x: 0;--background-position-y: 0}.no-mobile .easter-egg-anora-logo:not(.warawara-logo):not(.deadpool-logo):not(.napoleon-logo):not(.slimed-me):not(.tar-logo) .site-logo:after{--width: var(--glow-width);--height: var(--glow-height);position:absolute;top:calc(var(--site-logo-margin-top) * -1);left:-15px;display:block;content:"";width:var(--width);height:var(--height);background-image:url(../img/anora-site-logo-glow-CXaL_lr7.png);background-size:var(--width) var(--height);background-repeat:no-repeat;pointer-events:none}.fadeout{width:40px;height:105px;left:auto;right:0;top:0;z-index:1;pointer-events:none;background:linear-gradient(to right,rgba(20,24,28,0),#14181c)}.inline-heading{font-weight:400;padding-bottom:10px}.inline-heading small{color:#9ab;font-size:1rem;display:inline;font-weight:400;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);margin-top:2px;margin-bottom:2px}.inline-heading em{font-size:24px}.inline-heading em.initial-caps{text-transform:capitalize}.inline-heading code{font-family:PitchSansWeb,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400;font-size:120%}h1.inline-heading{padding-right:125px}.lists-with-film .film-list-summary{margin-left:265px}body.films-watched .col-main,body.films-diary .col-main,body.films-reviewed .col-main{margin-top:-10px}.sub-heading{color:#9ab}.sub-heading .-centered{text-align:center}.person-home aside .list.-overlapped{margin-bottom:25px}#content-nav{position:relative;border-bottom:1px solid #456;font-size:11px;line-height:1;margin:-16px 0 15px;color:#678;min-height:30px}#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{right:auto;left:0;bottom:-1px}#content-nav .section-heading{border:none;margin:0;padding:10px 0 0}#content-nav .section-heading-minor{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.views #content-nav,body.film-activity #content-nav{margin:0}.list-date{padding-top:8px;width:150px;white-space:nowrap;margin:0}.list-date .is-updated{display:none}.hide-toggle-icon{display:inline-block;width:17px;height:16px;background-position:-260px -350px;position:relative;top:-3px;cursor:pointer}.hide-toggle-icon:hover{background-position:-260px -390px}.smenu-selected .hide-toggle-icon{margin-bottom:-6px;background-position:-260px -370px}.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;padding:13px 0 5px;margin-left:12px;margin-right:8px}.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{width:11px;height: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{width:10px;background-position:-260px -470px}.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-top:.76923077rem;margin-bottom:3.07692308rem}#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-top:-5px;margin-bottom:-5px}.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr5>.poster,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr5>.poster,.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.poster,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.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.-ppr5>.poster-container,.mobile body.home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.poster-container,.mobile body.person-home .section-discovery-stream .poster-list.-grid-liquid.-ppr10>.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-top:-5px;margin-bottom:-5px}.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr5>.backdrop,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr5>.backdrop,.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.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.-ppr5>.backdrop-container,.mobile body.home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop-container,.mobile body.person-home .section-discovery-stream .backdrop-list.-grid-liquid.-ppr10>.backdrop-container{flex-basis:1}.home .messages a:hover,.home .messages a:active{text-decoration:none}.home-mid-title{margin:.76923077rem 0}.popular-content{text-align:center;color:#89a;margin:0 0 3.69230769rem}.mobile .popular-content{margin-bottom:3.07692308rem}#highlights{padding-bottom:3.07692308rem}.highlights{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:top}.highlights a.panel{display:block;width:310px;margin-bottom:10px;box-sizing:border-box;border:none;box-shadow:inset 0 1px rgba(255,255,255,.1)}.mobile .highlights a.panel{width:calc((100% / 3) - 7px)}@media (max-width: 980px){.mobile .highlights a.panel{width:calc(50% - 5px)}}@media (max-width: 667px){.mobile .highlights a.panel{display:block;width:100%;margin:0 0 .76923077rem}.mobile .highlights a.panel:last-child{margin-bottom:0}}.highlights a.panel h3{margin-top:1.53846154rem;margin-bottom:2.46153846rem}.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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:#fff}.highlights a.panel:hover p,.highlights a.panel:active p{color:#fff}.highlights a.panel:hover.-hover-green,.highlights a.panel:active.-hover-green{background-color:#00c030}.highlights a.panel:hover.-hover-orange,.highlights a.panel:active.-hover-orange{background-color:#ee7000}.highlights a.panel:hover.-hover-blue,.highlights a.panel:active.-hover-blue{background-color:#209ce4}.highlights .icon{position:relative;float:left;width:50px;height:33px;margin:0;top:5px}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;vertical-align:middle;float:none}body.import .import-progress+.import-toggle{margin-top:1.53846154rem}body.import #import-count strong{color:#fff;font-size:32px;display:inline-block;background:#14181c;padding:3px 10px 1px;margin:0 3px;vertical-align:middle;border:1px solid #234;min-width:80px;text-align:center;border-radius:4px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}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{text-align:center;clear:both;color:#678;padding-left:5px;padding-top:5px}body.import .import-activity{border-top:1px solid #456}body.import .import-activity .import-film{overflow:hidden;clear:both}body.import .import-activity .import-film .import-film-details{overflow:hidden;padding:15px 30px 25px 100px;border-bottom:1px solid #2C3440}body.import .import-activity .import-film .import-film-details .icon-matched{width:55px;height:50px;left:20px;top:40px;background-position:-290px -380px}body.import .import-activity .import-film .import-film-details .production-viewing>.body{align-self:center}body.import .import-activity .import-film .import-film-details .production-viewing>.body>*:last-child,body.import .import-activity .import-film .import-film-details .production-viewing>.body>*:nth-last-child(2):has(+[style*="display:none"]),body.import .import-activity .import-film .import-film-details .production-viewing>.body>*:nth-last-child(2):has(+[style*="display: none"]){margin-bottom:0}body.import .import-activity .import-film .import-original,body.import .import-activity .import-film .import-error{margin:0;background:#20272e;padding:5px 7px;color:#678;border-bottom:1px solid #2C3440}body.import .import-activity .import-film .import-error{background:#800;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.75)}body.import .import-activity .import-film .import-match{width:690px;float:left;overflow:hidden}body.import .import-activity .import-film .import-match .import-search{float:left;width:490px;height:105px;position:relative}body.import .import-activity .import-film .import-match .import-search:before{content:"";display:inline-block;height:100%;width:0px;vertical-align:middle}body.import .import-activity .import-film .import-match .import-search input{display:inline-block;vertical-align:middle;margin:0 20px 0 0}body.import .import-activity .import-film .import-match .import-search .close-film-replace{font-size:2.46153846rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;line-height:34px;color:#345;display:inline-block;vertical-align:middle}body.import .import-activity .import-film .import-match .import-search .close-film-replace:hover,body.import .import-activity .import-film .import-match .import-search .close-film-replace:active{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{font-size:18px;color:#def}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{top:15px;background-position:-290px -320px}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:hover,body.import .import-activity .import-film .icon-hidden .icon-remove:active{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;overflow:hidden;margin-top:35px}body.import .import-activity .import-film-actions .icon{position:relative;left:auto;top:auto;width:30px;height:30px;float:left;margin-left:30px}body.import .import-activity .import-film-actions .icon-replace{background-position:-140px -270px}body.import .import-activity .import-film-actions .icon-replace:hover,body.import .import-activity .import-film-actions .icon-replace:active{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:hover,body.import .import-activity .import-film-actions .icon-remove:active{background-position:-180px -310px}body.import .import-activity .import-state-search{text-decoration:none}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 .icon-remove{background-position:-20px -380px}body.import .import-activity .import-state-false .icon-remove:hover,body.import .import-activity .import-state-false .icon-remove:active{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-match-reactions .content-reactions-strip:has(+.note){margin-right:.5em}body.import .import-match-reactions .content-reactions-strip+.note{display:inline;vertical-align:middle}body.import .import-match-reactions+*{margin-top:12.5px}body.import .import-match-reactions .note{--font-size: 1rem;font-size:var(--font-size);line-height:1.33333333;color:#89a}.mobile body.import .import-match-reactions .note{--font-size: 1.08333333rem}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{float:left;margin-right:5px;line-height:44px;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);color:#89a}body.import #imdb-form{visibility:hidden}body.import p.import-review{margin:10px 0 0;color:#89a}#importer-matched-form .import-match .view-date{display:none}.empty-text h2{margin:0;font-weight:400}.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:hover,h2 .film-title-wrapper a:active{color:#40bcf4}h2 .film-title-wrapper small a{color:#89a;margin-right:0}.film-metadata{margin-bottom:20px;color:#9ab}.view-date{font-size:1rem;color:#678;margin-bottom:.76923077rem}.view-date>a{color:inherit}.view-date>a:hover,.view-date>a:active{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;width:50px;height:40px;margin:0}.review-like{margin-bottom:1.53846154rem}#trailer{width:853px;height:510px}.synopsis .section-heading{margin-top:30px;border-bottom:1px solid #456;padding-bottom:5px}.column-block{padding-bottom:10px}.column-block h3{float:left;clear:left;border-bottom:1px dotted #456;margin-top:2px;font-size:1rem;width:12em}.column-block h3 span{color:#789;font-weight:400;font-size:.92307692rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);line-height:1.1;position:relative;top:3px;background-color:#14181c;padding:1px .2em 0 0}.column-block h3 span.crewrole.-full{display:none}.column-block h3 span.crewrole.-short{display:inline}.column-block .text-sluglist,.column-block .text-indentedlist{margin-left:13.84615385em}.review h3,.synopsis h3{color:#89a;margin-bottom:10px;font-weight:400}.film-studios{color:#89a}.show-if-can-upgrade-to-pro,.show-if-ads,.show-for-patron,.show-for-pro,.show-for-staff,.show-for-country,.show-for-owner,.show-for-pv,.show-for-bulk-lists,.show-for-moderator,.hide-for-moderator,.show-when-logged-in,.hide-when-logged-in,.show-when-logged-out,.hide-when-logged-out,[data-js-trigger=block][hidden],[data-js-trigger=unblock][hidden],[data-js-trigger=befriend][hidden],[data-js-trigger=unfriend][hidden]{display:none!important}.has-spoilers{margin:8px 0 20px;padding:1px 15px 20px;color:#9ab;background-color:#242c34;border-radius:3px}.has-spoilers .icon{position:relative;margin:25px auto;width:70px;height:70px;background-position:-700px -380px;opacity:.8}.scream-mask .has-spoilers .icon{background-position:-80px -700px}.has-spoilers .disclaimer{--font-size: 1rem;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:var(--font-size);text-align:center}.mobile .has-spoilers .disclaimer{--font-size: 1.08333333rem}.has-spoilers .disclaimer .trigger{--content-color: #DEF;white-space:nowrap;color:var(--content-color)}@media (hover: hover) and (pointer: fine){.has-spoilers .disclaimer .trigger:hover{--content-color: #40BCF4}}.has-spoilers .disclaimer .trigger:active{--content-color: #40BCF4}body.popular-reviews .sidebar,body.popular-people .sidebar{padding-top:10px}.capitalize a{text-transform:capitalize}.text-footer{margin-top:20px}.film-rating-group{overflow:hidden;margin:20px 0 30px}.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{float:left;width:100%;height:59px;overflow:hidden;position:relative;border:1px solid #303840;border-radius:4px}.browse-by .section-heading{border:none;float:left;padding:0;margin:9px 10px 0 0;font-size:1rem}#films-browser-list-container{clear:both}.calculating-large{clear:both;font-size:19px;line-height:22px;color:#9ab;text-align:center;padding-top:50px;margin:0}.calculating-large .lb-spinner{margin-right:7px}#popular-films{position:relative;margin:0 0 30px}#popular-films .poster-list>li{width:230px}#popular-films .section-heading{margin-bottom:15px}#popular-films .film-slider{height:370px;overflow:hidden;min-width:100%}#popular-films .touch-slider li:nth-of-type(4n){margin-right:0}#popular-films .poster{margin-right:0}#popular-films .film-slider>li{float:left;margin-right:10px;font-size:0}#popular-films .film-slider>li:last-child{margin-right:0}#crew-picks,#crew-picks-sidebar{margin-bottom:-10px}#find-film{position:relative;float:right;margin-bottom:30px;border-radius:4px}#find-film .row{margin:0}#find-film .section-heading{border:none;padding:0}#find-film label{font-weight:400;color:#9ab;margin:7px 7px 0 0;float:left;font-size:1rem}#find-film .field-large{width:230px}.liked-lists{margin-bottom:20px}.create-your-own{width:150px;margin:-15px auto 30px}.create-your-own a{display:block;width:auto;float:none;text-align:center;padding:4px 5px}#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;width:290px;margin-right:40px}#popular-lists .list.-overlapped:last-child{margin-right:0}#popular-lists .list-set{margin-bottom:0}.coming-soon{text-align:center;color:#bcd}#recently-liked-lists .section-heading{margin-bottom:15px}.lists-page .sidebar{margin-bottom:20px}#top-lists,#crew-lists{margin-top:20px}body.person-lists .col-main{margin-top:-10px}body.watchlist #content-nav.basic{margin-top:-16px;border-bottom:1px solid #456}#import-to-watchlist-form{visibility:hidden;height:0}#import-to-watchlist-form input[type=file]{max-width:100%;padding:0;margin: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.editorial-nostyle .site-body,body.contact .site-body{padding-bottom:60px}body.editorial-nostyle .content-wrap,body.contact .content-wrap{padding-top:1.53846154rem}body.editorial-nostyle .c-col,body.contact .c-col{width:500px;margin-left:auto;margin-right:auto}body.editorial-nostyle .c-col.body-text,body.contact .c-col.body-text{margin-bottom:1em}body.editorial-nostyle .text a,body.contact .text a{color:#40bcf4}body.editorial-nostyle .text a:hover,body.contact .text a:hover,body.editorial-nostyle .text a:active,body.contact .text a:active{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:12.5em}.update-details .field-wrapper.-prefixed:after{display:inline-block;color:#678;position:absolute;left:.5em;bottom:8px;font-size:1.07692308rem}.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.-bluesky:after{content:"https://bsky.app/profile/"}.update-details .field-wrapper.-prefixed.-threads:after{content:"https://www.threads.net/"}.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{width:100%;max-width:200px;margin-bottom:.76923077rem}.update-details .select-list>.input:last-child{margin-bottom:0}}.update-details .select-list>.notes{width:225px}.update-details .notes{margin:0 0 0 auto;align-self:center;font-size:.92307692rem;line-height:1.33333333}@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{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{margin:0;font-size:1rem;line-height:1.33333333;color:#9ab}body.update .account-status>.status:after{content:" "}body.update .account-status>.micro-button{white-space:nowrap;margin-left:.5em}.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{position:absolute;right:0;top:0;align-items:center;height:32px;text-align:right}body.update .disable-account{position:absolute;margin:0;right:0;bottom:0;line-height:1.84615385}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;line-height:1.5;font-size:1rem}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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;position:relative;color:#fff;line-height:1.25;text-align:center;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace!important;letter-spacing:.1em;font-size:2.46153846rem;max-width:16em}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{content:"—";color:#def;opacity:.2}body.update .one-time-password-setting-key>.key:enabled{cursor:pointer}body.update .one-time-password-setting-key>.key:enabled:hover>.chunk,body.update .one-time-password-setting-key>.key:enabled:focus>.chunk{opacity:.05;transition-duration:.5s}body.update .one-time-password-setting-key>.key:enabled:hover:after,body.update .one-time-password-setting-key>.key:enabled:focus:after{opacity:1;transition-duration:.33333333s}body.update .one-time-password-setting-key>.key:after{position:absolute;top:50%;right:0;left:0;content:"Copy";transform:translateY(-50%);letter-spacing:normal;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1rem;opacity:0;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{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:1em;font-size:1rem;line-height:1.33333333}.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=text].field,body.update .one-time-password-setting input[type=password].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 .title,body.update .one-time-password-setting .status .revealtrigger{align-self:center}body.update .one-time-password-setting .status .title{margin-left:.75em;color:#fff;line-height:1.33333333;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1.15384615rem}.mobile body.update .one-time-password-setting .status .title{font-size:1.25rem}body.update .one-time-password-setting .status .revealtrigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;text-align:right;color:#9ab;font-size:1rem}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:hover,body.update .one-time-password-setting .status .revealtrigger:enabled:focus{color:#fff}body.update .one-time-password-setting .status .revealtrigger[aria-expanded=true]{display:none!important}body.update .one-time-password-setting .form{color:#abc;background-color:#456}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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;color:inherit;font-size:inherit}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-underline-offset:.2em;text-decoration-color:rgba(170,187,204,.333)}body.update .one-time-password-setting .form .qrcode .trigger:enabled:hover,body.update .one-time-password-setting .form .qrcode .trigger:enabled:focus{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{padding:var(--panel-inner-padding);padding-top:calc(var(--panel-inner-padding) * .75);background-color:#345}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);box-sizing:border-box;background-color:var(--background-color, var(--panel-background));border-radius:var(--panel-border-radius)}body.update .external-connection *,body.update .external-connection :after,body.update .external-connection :before{box-sizing:inherit}body.update .external-connection .paneltrigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;color:inherit;line-height:inherit;text-align:inherit}body.update .external-connection .paneltrigger:not(:disabled):focus,body.update .external-connection .paneltrigger:not(:disabled):hover{text-decoration:inherit}body.update .external-connection .paneltrigger,body.update .external-connection .body{border-radius:var(--panel-border-radius);color:var(--color, var(--panel-content))}body.update .external-connection .paneltrigger{--arrow-alpha: .75;--background-alpha: 0;--background-color: var(--panel-background-rgb);--logo-dimension: 3.07692308rem;width:100%;display:grid;grid-template-areas:"logo headinggroup arrow";grid-template-columns:min-content auto min-content;-moz-column-gap:calc(var(--panel-inner-padding) * .75);column-gap:calc(var(--panel-inner-padding) * .75);padding-top:var(--padding-inner-top, var(--padding-inner-y));padding-right:var(--padding-inner-right, var(--padding-inner-x));padding-bottom:var(--padding-inner-bottom, var(--padding-inner-y));padding-left:var(--padding-inner-left, var(--padding-inner-x));background-color:rgba(var(--background-color),var(--background-alpha));transition-duration:var(--transition-duration, var(--timing-duration-out));transition-timing-function:var(--timing-function-ease-out-expo);transition-property:background-color,color}.mobile body.update .external-connection .paneltrigger{--logo-dimension: 3.07692308rem}body.update .external-connection .paneltrigger>.logo{grid-area:logo;align-self:flex-start;width:var(--logo-dimension);height:var(--logo-dimension);background-color:rgba(var(--panel-background-high-contrast-rgb),1);border-radius:10%;overflow:hidden}body.update .external-connection .paneltrigger>.logo.-has-graphic .graphic{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}body.update .external-connection .paneltrigger>.logo.-has-no-graphic{display:grid;align-items:center;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{grid-area:headinggroup;align-self:center}body.update .external-connection .paneltrigger>.arrow{overflow:visible;grid-area:arrow;align-self:center;display:block;margin-right:calc(var(--panel-inner-padding) * .5);color:var(--name, var(--panel-heading));opacity:var(--arrow-alpha);transition-duration:opacity var(--transition-duration, var(--timing-duration-out));transition-timing-function:var(--timing-function-ease-out-expo);transition-property:opacity,transform}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;margin-top:0;margin-bottom:0;color:var(--name, var(--panel-heading));font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:var(--font-size);line-height:1.125}.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: .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: .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);display:block;content:"";height:var(--height);margin-top:-1px;margin-bottom:calc(var(--height) * -1);margin-left:var(--padding-inner-left, var(--padding-inner-x));background-repeat:repeat-x;background-position:top;background-size:2px 1px;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)}@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>.properties,body.update .external-connection .body>.footer{padding-top:var(--padding-inner-top, var(--padding-inner-y));padding-right:var(--padding-inner-right, var(--padding-inner-x));padding-bottom:var(--padding-inner-bottom, var(--padding-inner-y));padding-left:var(--padding-inner-left, var(--padding-inner-x))}body.update .external-connection .body>.footer{--padding-inner-top: calc(var(--padding-inner-y) * .875);display:grid;grid-template-rows:min-content;row-gap:calc(var(--padding-inner-x) * .75);background-color:var(--panel-background-high-contrast);border-bottom-right-radius:var(--panel-border-radius);border-bottom-left-radius:var(--panel-border-radius)}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{margin-top:0;margin-bottom:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:inherit;line-height:inherit}body.update .external-connection .body>.footer .submittrigger{justify-self:flex-start}body.update .external-connection-properties{--font-size: 1rem;display:grid;grid-template-columns:fit-content(10em) auto;-moz-column-gap:1.5em;column-gap:1.5em;row-gap:1em;font-size:var(--font-size);line-height:1.33333333}.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{margin-top:0;margin-bottom:0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}body.update .external-connection-properties>.name:after{content:":"}body.update .external-connection-properties>.value{margin-top:0;margin-bottom: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 .one-time-password-group,body.update .external-connections-group{--explanation-margin-top: 1em;--adjacent-element-margin-top: 20px;box-sizing:border-box}body.update .one-time-password-group *,body.update .external-connections-group *,body.update .one-time-password-group :after,body.update .external-connections-group :after,body.update .one-time-password-group :before,body.update .external-connections-group :before{box-sizing:inherit}body.update .one-time-password-group .setting-body-text,body.update .external-connections-group .setting-body-text{margin-top:var(--explanation-margin-top)}body.update .one-time-password-group .setting-body-text+*,body.update .external-connections-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 .setting-body-text,.no-mobile body.update .one-time-password-key-generator,.no-mobile body.update .one-time-password-setting,.no-mobile body.update .external-connections-setting{max-width:640px}.content-wrap .no-mobile body.update .setting-body-text,.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 .external-connections-setting{max-width:630px}body.update .one-time-password-setting .status+.form{background-repeat:repeat-x;background-position:top;background-size:2px 1px;background-image:linear-gradient(0deg,rgba(102,119,136,0) 50%,#678 0)}@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-columns:250px auto;grid-template-rows:auto min-content;grid-template-areas:"qrcode rows" "qrcode footer"}.no-mobile body.update .one-time-password-setting.-add .form .qrcode{grid-area:qrcode;background-color:#fff;border-top-left-radius:var(--panel-border-radius);border-bottom-left-radius:var(--panel-border-radius)}.no-mobile body.update .one-time-password-setting.-add .form .qrcode>.code{position:relative;padding-top:100%}.no-mobile body.update .one-time-password-setting.-add .form .qrcode>.code img{position:absolute;top:0;left:0;right:0;bottom:0;display:block;width:100%;height:auto}.no-mobile body.update .one-time-password-setting.-add .form .qrcode .scanhelp{text-align:center;padding-bottom:var(--panel-inner-padding)}.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{grid-area:footer;align-self:flex-end}@media (min-width: 640px){.mobile body.update .one-time-password-setting.-add .form{display:grid;grid-template-columns:250px auto;grid-template-rows:auto min-content;grid-template-areas:"qrcode rows" "qrcode footer"}.mobile body.update .one-time-password-setting.-add .form .qrcode{grid-area:qrcode;background-color:#fff;border-top-left-radius:var(--panel-border-radius);border-bottom-left-radius:var(--panel-border-radius)}.mobile body.update .one-time-password-setting.-add .form .qrcode>.code{position:relative;padding-top:100%}.mobile body.update .one-time-password-setting.-add .form .qrcode>.code img{position:absolute;top:0;left:0;right:0;bottom:0;display:block;width:100%;height:auto}.mobile body.update .one-time-password-setting.-add .form .qrcode .scanhelp{text-align:center;padding-bottom:var(--panel-inner-padding)}.mobile body.update .one-time-password-setting.-add .form>.rows{grid-area:rows}.mobile body.update .one-time-password-setting.-add .form>.footer{grid-area:footer;align-self:flex-end}}@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{max-width:100%;height:auto;border-radius:var(--panel-border-radius)}.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{grid-template-columns:auto min-content;-moz-column-gap:var(--padding-inner-x);column-gap:var(--padding-inner-x)}.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{grid-template-columns:auto min-content;-moz-column-gap:var(--padding-inner-x);column-gap:var(--padding-inner-x)}.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}.context-client-app body.update .update-details,.context-client-app body.update .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:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.setting p .note{font-size:12px;color:#89a}.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):hover,.setting a[href]:not(.button):not(.button-secondary):not(.localelink):not(.cataloglink):active{color:#def}#tabbed-content h2,.tabbed-content-title{margin:4px 0 7px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;color:#fff;font-size:1.53846154rem;line-height:1.25}.mobile #tabbed-content h2,.mobile .tabbed-content-title{font-size:1.66666667rem}.mobile .permissions{margin-bottom:1.23076923rem}.connections{margin-bottom:10px}.connections li{position:relative;display:block;overflow:hidden;margin-bottom:25px;font-size:13px;line-height:1;color:#bcd;min-height:70px;border-bottom:1px solid #2C3440;padding-left:90px;padding-bottom:25px}.connections li p:last-child{margin-bottom:0}.connections li .option-label{color:#bcd}.connections .icon{width:70px;height:70px;left:0;top:0}.connections .twitter .icon{background-position:-540px -380px}.connections .connection-content{float:left}.connections .button{min-width:96px;text-align:center;float:right;margin-left:10px;position:relative}.connections .button.remove.ajax-working{color:transparent}.connections .twitter-button{box-shadow:inset 0 1px rgba(255,255,255,.3);background:#019ad4;border:none;color:#fff}.connections .twitter-button:hover,.connections .twitter-button:active{border:none;background:#01aced}.connections .twitter-button:active{background:#0187ba}h1.c,h2.c,p.c,div.c-text{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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:#abc}.form-row .notes .person:hover{color:#bcd}.form-row .notes .target{color:#fff}.form-row .notes .target:hover,.form-row .notes .target:active{color:#abc}.form-row .notes .secondary{color:#bcd}.form-row .notes .secondary:hover,.form-row .notes .secondary:active{color:#fff}.upgrade-message{margin-top:3.69230769rem}@media (min-width: 768px){.upgrade-message{display:flex;align-items:center}}.upgrade-message>p{margin:0}@media (min-width: 768px){.upgrade-message>p{margin-right:1.53846154rem}}.upgrade-message>p a{color:#def!important;border-bottom:1px solid rgba(221,238,255,.35)}.upgrade-message>p a:hover{color:#fff!important;border-bottom-color:rgba(255,255,255,.65)}.upgrade-message>p>.-mute a{color:#89a!important;border-bottom:none}.upgrade-message>p>.-mute a:hover{color:#9ab!important}.upgrade-message>.button-secondary{margin-left:auto;color:#fff;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{position:sticky;z-index:900;bottom:0;max-width:none;padding-top:1.23076923rem;padding-bottom:1.53846154rem;margin-top:2.46153846rem;border-top:1px solid #2C3440}.backdropfilter #user-update .row.buttons.-stickysubmit{background-color:rgba(20,24,28,.925);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.no-backdropfilter #user-update .row.buttons.-stickysubmit{background-color:rgba(20,24,28,.976)}#user-update aside .section:last-child{padding-bottom:0}#user-update .comment-settings{flex-wrap:wrap;padding-top:.76923077rem;max-width:400px}#user-update .comment-settings .smenu>label{color:#bcd}#user-update .comment-settings .smenu>label>.icon{background-position:-370px -90px}#user-update .comment-settings>.setting{max-width:280px;padding-top:.38461538rem;padding-left:30px;font-size:.92307692rem}#user-update .team-members{clear:both;margin-top:3.07692308rem;padding-top:2.46153846rem;border-top:1px solid #2C3440;padding-bottom:0;margin-bottom:3.07692308rem}#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;padding-left:.76923077rem;padding-right:.76923077rem;max-width:640px}#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;text-align:left;padding-bottom:.76923077rem}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{max-width:950px;margin-left:auto;margin-right:auto}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>*+.section,body.user-subscription .section>*+.js-csi,body.user-subscription .section>*+.loading-csi{margin-top:3.07692308rem}@media screen and (max-width: 559px){.mobile body.user-subscription .section>*+.section,.mobile body.user-subscription .section>*+.js-csi,.mobile body.user-subscription .section>*+.loading-csi{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{max-width:960px;margin-left:auto;margin-right:auto}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-top:1.23076923rem;margin-left:-5px;margin-right:-5px}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{padding-left:5px;padding-right:5px;color:#bcd}body.user-subscription .section.payment-method .body-text .tabular-nums{font-family:PitchSansWeb,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400}body.user-subscription .section.payment-method .body-text>p:last-child{margin-bottom:0}body.user-subscription .section.change-plan .coupon-widget{position:relative;margin-left:5px;margin-right:5px;margin-top:1.53846154rem}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{padding:1.23076923rem 15px;background-color:#456;border-radius:3px}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-size:.84615385rem;line-height:1.33333333;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.mobile .subscription-info-field>.label{font-size:.91666667rem}.subscription-info-field>.value{margin-top:.33333333em;font-size:1.07692308rem;line-height:1.33333333}.mobile .subscription-info-field>.value{font-size:1.16666667rem}.followers .col-main,.following .col-main,.blocked .col-main{margin-top:-10px}.page-header{position:relative;border-bottom:1px solid #456;margin-bottom:15px}.page-header:before,.page-header:after{content:" ";display:table}.page-header:after{clear:both}.page-header h1{margin:0}.page-header .section-heading{color:#9ab;border:none}.page-header.no-sorting-options{margin-bottom:0}.page-header .summary-count{float:right}.person-header{padding-bottom:8px;margin-bottom:0;overflow:visible}.film-header{padding-bottom:30px}.tag .person-header,.list-page .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{position:relative;font-size:13px;color:#678;text-transform:none}.sub-nav .count a{color:#678}.sub-nav .empty .count{display:none}.sub-nav li{float:left;font-size:1rem;margin-left:12px;line-height:1;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.sub-nav li.selected a{color:#fff}.sub-nav li.selected>span{color:#fff;border-bottom:1px solid #FFF}.sub-nav li.selected .count{border:none;color:#9ab}.sub-nav li.selected a,.sub-nav li.selected a:hover,.sub-nav li.selected a:active{border-bottom:1px solid #FFF;padding-bottom:5px}.sub-nav li:first-child{margin-left:0}.sub-nav a{display:block;padding-bottom:6px;color:#00e054}.sub-nav a:hover,.sub-nav a:active{border-bottom:1px solid #00E054;padding-bottom:5px}.sub-nav .empty a{color:#678}.sub-nav .empty a:hover,.sub-nav .empty a:active{border-bottom:none}.table,.person-table,.activity-table{width:100%;clear:both;border-collapse:collapse;margin:0 0 20px}.table thead th,.person-table thead th,.import-activity thead th{background:#14181c;color:#456;text-transform:uppercase;font-size:11px;padding:6px 0 7px 20px;border-bottom:1px solid #2C3440}.modal-body .table thead th,.modal-body .person-table thead th,.modal-body .import-activity thead th{background:var(--modal-header-border-color);border-bottom-color:var(--modal-header-border-color);color:#9ab}.col-main>.table:first-child thead th,.col-main>.person-table:first-child thead th,.col-main>.import-activity:first-child thead th{border-top:1px solid #2C3440}.table thead th:first-child,.person-table thead th:first-child,.import-activity thead th:first-child{padding-left:5px}.table tbody td,.person-table tbody td,.activity-table tbody td{padding:10px 0;border-bottom:1px solid #2C3440;color:#789}.modal-body .table tbody td,.modal-body .person-table tbody td,.modal-body .activity-table tbody td{border-bottom:var(--modal-header-border-width) solid var(--modal-header-border-color);color:#9ab}.table tbody td.inline-person .avatar,.person-table tbody td.inline-person .avatar,.activity-table tbody td.inline-person .avatar{top:-3px;margin-bottom:-5px}.table tbody td{vertical-align:top;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:hover,.person-table a:active{color:#40bcf4}.person-table tbody h3 a,.modal-body .person-table tbody h3 a{color:#fff}.person-table .table-person{padding-left:0}.person-table .table-person.-emailonly{vertical-align:middle}.person-table .avatar.-a40{float:left;margin-right:10px}.person-table .table-stats{vertical-align:middle;padding-left:20px;width:50px}.person-table .table-stats a:hover{color:#fff}.person-table .table-stats p{margin:0}.person-table .th-follow{text-align:right;padding-right:5px}.person-table .table-stats+.table-follow-status{padding-left:20px}.person-table .table-follow-status{width:30px;padding:10px 0;vertical-align:middle}.person-table .table-follow-status .follow-button-wrapper,.person-table .table-follow-status .close-friend-triggers{float:right;height:30px;padding-left:5px}.person-table .table-follow-status:not(:last-child) .follow-button-wrapper,.person-table .table-follow-status:not(:last-child) .close-friend-triggers{padding-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}#social-friends-table{border-top:1px solid #2C3440}#spinner{width:80px;height:80px;margin:auto;position:relative}#spinner>.lb-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#spinner.small{width:24px;height:24px;margin:0 10px 0 0;display:block;float:left}.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 .content-wrap .production-masthead.-productionscreen{margin-top:-3px;margin-bottom:30px}.mobile .film .content-wrap .production-masthead.-productionscreen{display:grid;grid-template-columns:[details] auto [poster] 30%;grid-auto-flow:column;-moz-column-gap:calc(var(--grid-col-gutter) * 3);column-gap:calc(var(--grid-col-gutter) * 3)}.mobile .film .content-wrap .production-masthead.-productionscreen>.details{grid-column:details;align-self:center}.mobile .film .content-wrap .production-masthead.-productionscreen>.poster-list{grid-column:poster;align-self:start}.mobile .film .content-wrap .production-masthead.-productionscreen .poster-list .poster{display:block;width:auto}.mobile .film .content-wrap .production-masthead.-productionscreen .poster-list .image{width:100%;height:auto}.mobile .film .content-wrap .production-masthead.-productionscreen+.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}.mobile .film .film-reviews.reviews-hidden .body-text{padding-right:0}.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-top:3.07692308rem;margin-bottom:2.46153846rem;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{overflow:visible;float:right}.film .review.-hero{overflow:hidden}.mobile .film .review.-hero{margin-bottom:0}.mobile .film #user-actions-menu,.mobile .film .film-news,.mobile .film .reviews-hidden,.mobile .film .film-recent-reviews,.mobile .film .related-films{margin-top:3.07692308rem}.mobile .film .text-footer{margin-bottom:4.92307692rem}.col-poster-large .poster{display:block}.col-poster-large .js-csi,.col-poster-large .loading-csi{display:contents}.col-poster-large .watch-panel{--margin-block-start: 1.84615385rem;margin-block-start:var(--margin-block-start)}.mobile .col-poster-large .watch-panel{--margin-block-start: 2rem}.col-poster-large p{color:#9ab}.cast-list .text-slug{cursor:pointer}.play-trailer{font-size:14px;line-height:26px}.film-links li .play-trailer{padding:8px 0}.play-trailer .icon{position:relative;top:auto;left:auto;display:inline-block;width:25px;height:25px;vertical-align:-7px;background-position:-670px -775px;margin-right:8px}.play-trailer:hover .icon,.play-trailer:active .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{width:18px;height:18px;vertical-align:-5px;background-position:-730px -775px}.play-trailer.review:hover .icon,.play-trailer.review:active .icon{background-position:-750px -775px}.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{max-width:calc(80vw - 48px);flex-basis:444.66666667px}}.featured-bg{background-position:center 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-DDllN-IJ.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}body.films-page .ui-block-header+.service-attribution{margin-top:20px}.no-mobile body.films-page .poster-list+.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{position:absolute;left:50%;transform:translate(-50%) translateY(50%)}.no-mobile body.films-page .pagination+.service-attribution>.nanocrowd-attribution{bottom:15px}@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{position:absolute;left:50%;transform:translate(-50%) translateY(50%)}.mobile body.films-page .pagination+.service-attribution>.nanocrowd-attribution{bottom:25px}}@media (max-width: 374px){.mobile body.films-page .pagination+.service-attribution{padding-top:20px;padding-bottom:10px}}.film-viewing-info-wrapper .content-reactions-strip{--margin-bottom: 1.53846154rem;margin-bottom:var(--margin-bottom)}.mobile .film-viewing-info-wrapper .content-reactions-strip{--margin-bottom: 1.66666667rem}.film-viewing-info-wrapper.-mobile{display:flex;margin-bottom:1.53846154rem}.film-viewing-info-wrapper.-mobile .person-summary+.headline-2{margin-top:.66666667em}.film-viewing-info-wrapper.-mobile>.poster-list{order:2;width:30%;flex-shrink:0;align-self:flex-start}.film-viewing-info-wrapper.-mobile>.poster-list .poster,.film-viewing-info-wrapper.-mobile>.poster-list img{width:100%;height:auto}.film-viewing-info-wrapper.-mobile>.details{order:1;flex-grow:1;align-self:center;padding-right:1.23076923rem}.lists-new .page-header{padding-bottom:5px}.lists-new,.lists-edit{height:auto}.lists-new .page-header,.lists-edit .page-header{margin-bottom:0;padding-bottom:5px}.lists-new .page-header h1,.lists-edit .page-header h1{float:left}.lists-new .page-header p,.lists-edit .page-header p{float:right;color:#678;margin:0}.lists-new .page-header p em,.lists-edit .page-header p em{color:#ff8000;font-style:normal}.lists-new .page-header p a,.lists-edit .page-header p a{color:#9ab}.lists-new .page-header p a:hover,.lists-edit .page-header p a:hover,.lists-new .page-header p a:active,.lists-edit .page-header p a:active{color:#def}.lists-new .col-12,.lists-edit .col-12{padding-top:5px}.lists-new .twipsy-inner,.lists-edit .twipsy-inner{max-width:400px;background:#456;color:#bcd;text-overflow:ellipsis;text-shadow:0 -1px 0 #123}.lists-new #current-tags,.lists-edit #current-tags{margin-top:10px}.lists-new #current-tags .tags,.lists-edit #current-tags .tags{margin:0}h3.list-edit-introduction{font-size:21px;font-weight:400;line-height:1.2;margin:0 0 10px;color:#89a}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{max-width:calc((100% - 50px)/2);flex-basis:50%}#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{display:flex;color:#fff}#film-list-main-details .form-row.-ranktoggle .option-label>.note{margin-top:0;margin-left:auto;align-self:center}#film-list-main-details .form-row.-sharing .sharing-actions{position:absolute;top:0;right:0}#film-list-main-details .sharing-actions .note{display:block;font-size:.92307692rem;line-height:1.33333333;color:#89a}#film-list-main-details .sharing-actions .trigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;color:#9ab;line-height:1;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-thickness:1px;text-underline-offset:.2em;text-decoration-line:underline;text-decoration-color:transparent}#film-list-main-details .sharing-actions .trigger:not(:disabled){cursor:pointer}#film-list-main-details .sharing-actions .trigger:not(:disabled):hover,#film-list-main-details .sharing-actions .trigger:not(:disabled):focus{color:#def;transition:color .33333333s cubic-bezier(.19,1,.22,1)}#film-list-main-details .sharing-actions .trigger:not(:disabled):hover>.label,#film-list-main-details .sharing-actions .trigger:not(:disabled):focus>.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-left:30px;margin-bottom:0}#list-edit-buttons{float:right;margin:0;padding-top:0}.list-items-header{width:950px;overflow:hidden}.has-no-touch .list-items-header{position:relative}.list-items-header .ad{margin-top:50px}.list-items-header .wrap{padding:20px 0;border-bottom:1px solid #14181C;overflow:hidden}.list-items-header .shadow{display:none}.list-items-header .film-list-item-search{margin:0;float:left}.list-items-header .film-list-item-search .section-heading{float:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;line-height:12px;text-decoration:none;font-size:1rem;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;width:105px;text-align:center;padding:9px 0 8px;color:#f4fcf0;box-shadow:inset 0 1px rgba(255,255,255,.2),inset 0 -1px rgba(255,255,255,.2);background:#00ac1c;border-bottom-left-radius:2px;border-top-left-radius:2px}.list-items-header .film-list-item-search small{line-height:31px;color:#678;font-size:12px;margin:0 5px;float:left}.list-items-header .film-list-item-search small.go-pro a{display:inline-block;color:#9ab;line-height:31px}.list-items-header .film-list-item-search small.go-pro a .badge-pro{line-height:1;vertical-align:middle;top:-1px;font-size:13px;padding:2px 5px 3px;margin-right:2px}.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{width:285px;float:left;border-bottom-left-radius:0;border-top-left-radius:0}.list-items-header #frm-list-film-name{padding:8px 9px 7px}.list-items-header .list-edit-order{float:right;font-size:12px;color:#678;line-height:30px}.list-items-header .list-edit-order ul,.list-items-header .list-edit-order li{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:hover,.list-items-header .list-edit-order a:active{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{line-height:1;float:right;margin-right:15px}#add-film-to-list{float:right}#list-items{border:1px solid #345;color:#89a;padding:0;margin:0;border-radius:4px}#list-items.empty-list{position:relative;left:auto;bottom:auto}#list-items .poster{float:left;margin-right:10px}#list-items li{display:block;overflow:hidden;width:890px;padding:10px 48px 10px 10px;border-top:1px solid #345;position:relative;background:url(../img/divider-JggfrCs1.png) 912px 0 repeat-y}#list-items li:nth-of-type(2){border-top:none}#list-items li:nth-of-type(2).ui-sortable-placeholder{border-top:none}#list-items li:last-child{border-bottom:none}#list-items li:hover,#list-items li:active{background-color:#1c2229;cursor:move}#list-items li:hover .list-number,#list-items li:active .list-number{background-color:#24303c;cursor:text}#list-items li:hover .is-editing,#list-items li:active .is-editing{background:#14181c}#list-items li .list-item-details{float:left;width:750px}#list-items li .list-item-details .headline-2{margin-bottom:.33333333em}#list-items li .list-item-details .list-entry-notes:not(:has(>*)),#list-items li .list-item-details .list-entry-notes:empty{display:none}#list-items li .list-item-details .list-entry-notes:has(+*){margin-bottom:.5em}#list-items li .list-item-details .list-item-controls{margin-top:5px}#list-items li .list-item-details>*:has(+.content-reactions-strip){margin-bottom:5px}#list-items li .list-item-details .content-reactions-strip+*{margin-top:10px}#list-items li .list-item-details .content-reactions-strip+*.list-entry-notes{margin-top:.5em}#list-items li .list-item-details .content-reactions-strip+.list-entry-notes:not(:has(>*))+*{margin-top:var(--margin-top, 10px)}#list-items li .icon{width:35px;right:0;left:auto;top:0;height:100%;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;background:none}.poster-list-view #list-items li .icon{background:none;z-index:1;width:100%;height:150px}.poster-list-view #list-items li .icon:after{display:none}#list-items li .icon:after{content:"";display:block;position:absolute;right:10px;left:auto;top:50%;margin-top:-8px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px;background-position:-300px -160px;width:15px;height:15px}#list-items li .list-item-actions{line-height:1;display:inline-block;text-align:left;position:absolute;top:50%;right:45px;transform:translateY(-50%)}#list-items li.ui-sortable-helper{background:#345;border:1px solid #123;box-shadow:inset 0 1px #567,0 0 10px #000;border-radius:4px}#list-items li.ui-sortable-helper .list-number{background:#24303c;border-color:#24303c}#list-items li.ui-sortable-helper .icon{background-position:-300px -180px}#list-items li.ui-sortable-placeholder{background:#123 url(../img/bg-checkered-CuG9guJW.png) 0 0;visibility:visible!important;box-shadow:inset 0 0 10px #000}#list-items.first-item-dragged li:nth-of-type(3){border-top:none}#list-items #empty-list-placeholder{display:none;border-top:none;margin:0;box-sizing:border-box}#list-items.empty-list #empty-list-placeholder{display:block;background:none;text-align:center;padding:40px 10px 50px;width:100%}#list-items.empty-list #empty-list-placeholder p{margin:0 auto;width:500px;background:none;border:none}#list-items.empty-list #empty-list-placeholder p .title-2{display:block;margin-top:5px;margin-bottom:10px}#list-items .list-number{position:relative;display:none;height:50px;width:48px;line-height:48px;color:#fff;float:left;margin-right:10px;border:1px solid #345;font-size:24px;text-align:center;border-radius:4px}#list-items input.change-number{position:absolute;top:0;left:0;width:95%;border:none;background-color:#14181c;color:#fff;text-align:center;font-size:24px;line-height:1;padding-top:11px}#list-items.show-list-numbers li .list-number{display:block}#list-items li .rated-1,#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,#list-items li .rated-10{margin-right:10px}.fixed-editor .list-items-header{z-index:90}.fixed-editor .list-items-header .wrap{border-bottom:1px solid #345;height:31px;background:#14181c}.fixed-editor .list-items-header .shadow{height:10px;display:block;background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}#upload-list{position:absolute;left:-9999em;opacity:0}.import-list{font-size:12px;color:#89a;margin-left:10px}#list-edit-sort{margin:0 15px 0 0}#list-edit-toggle{line-height:1;float:right}#list-import{color:#678;line-height:27px;float:left}#list-import p{display:inline-block;margin:0 0 0 10px;font-size:11px}.compact-list #list-items li{padding:7px 48px 7px 10px}.compact-list #list-items li h3{margin:0 10px 0 0;display:inline-block;font-size:18px}.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{height:18px;line-height:19px;font-size:15px;width:32px}.compact-list #list-items li .list-entry-notes{display:none}#list-items .list-item-control{--icon-tint: #48505a}#list-items .list-item-control.-editdots{display:none}#list-items .list-item-control.list-item-remove{--interaction-icon-tint: #FF8000}#list-items .list-item-control.list-item-edit{display:none;--interaction-icon-tint: #00C030}#list-items .list-item-control .glyph [fill]{fill:var(--icon-tint)}@media (hover: hover) and (pointer: fine){#list-items .list-item-control .glyph:hover{--icon-tint: var(--interaction-icon-tint)}}#list-items .list-item-control .glyph:active{--icon-tint: var(--interaction-icon-tint)}.poster-list-view #list-items .list-item-control{--icon-tint: #def}.poster-list-view #list-items .list-item-control.-edit{display:initial}.poster-list-view #list-items .list-item-details.-hasnotes .list-item-control.-edit{display:none}.poster-list-view #list-items .list-item-details.-hasnotes .list-item-control.-editdots{display:initial}.poster-list-view #list-items{margin-left:-12px;border:none;border-radius:0}.poster-list-view #list-items .content-reactions-strip{display:none}.poster-list-view #list-items.empty-list,.poster-list-view #list-items.empty-list li{margin-left:0}.poster-list-view #list-items li{border:none;background:none;width:125px;float:left;padding:0;margin-left:12px;margin-bottom:10px}.poster-list-view #list-items li .list-item-controls{--margin-top: 0;margin:initial}.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 h3,.poster-list-view #list-items li .list-entry-notes{display:none}.poster-list-view #list-items li .list-item-details,.poster-list-view #list-items li .list-item-actions{display:none;transform:initial;background:rgba(0,0,0,.8);position:absolute;bottom:10px;height:16px;width:16px}.poster-list-view #list-items li .list-item-details{padding:6px 5px 6px 9px;border-bottom-left-radius:3px;border-top-left-radius:3px;left:34px}.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 .list-entry-notes{display:none;text-indent:-999em;width:16px;height:16px;position:relative}.poster-list-view #list-items li .list-item-details .list-item-edit.micro-button{display:none}.poster-list-view #list-items li .list-item-details a.list-item-poster{margin-left:5px;background:url(../img/sprite-Cmcg-tqK.svg) -740px -180px no-repeat}.poster-list-view #list-items li .list-item-details a.list-item-poster:hover,.poster-list-view #list-items li .list-item-details a.list-item-poster:active{background-position:-760px -180px}.poster-list-view #list-items li .list-item-actions{border-top-right-radius:3px;border-bottom-right-radius:3px;padding:6px 8px 6px 3px;top:auto;right:34px}.poster-list-view #list-items li .list-item-actions.-haspostercontrol{right:20px}.poster-list-view #list-items li .poster{width:125px;height:187px;background-position:-320px -350px}.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;position:absolute;top:50%;left:50%;width:85%;transform:translate3d(-50%,-55%,0)}.poster-list-view #list-items li img,.poster-list-view #list-items li .frame,.poster-list-view #list-items li .poster{border-radius:4px}.poster-list-view #list-items li img{width:125px;height:187px}.poster-list-view #list-items li:hover,.poster-list-view #list-items li:active{background:none;cursor:move}.poster-list-view #list-items li:hover .list-item-details,.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:active .list-item-actions{display:block}.poster-list-view #list-items li:hover .list-number,.poster-list-view #list-items li:active .list-number{cursor:text;background:#24303c;border-color:#24303c}.poster-list-view #list-items li:hover .is-editing,.poster-list-view #list-items li:active .is-editing{background:transparent;border-color:transparent}.poster-list-view #list-items.show-list-numbers li{padding-bottom:20px;margin-bottom:15px}.poster-list-view #list-items.show-list-numbers li .list-item-details,.poster-list-view #list-items.show-list-numbers li .list-item-actions{bottom:30px}.poster-list-view #list-items.show-list-numbers li .list-number{font-size:1.15384615rem;line-height:1;border:none;width:auto;height:auto;display:block;float:none;position:absolute;bottom:0;left:0;width:125px;overflow:hidden}.poster-list-view #list-items.show-list-numbers li form{position:absolute;bottom:0;left:0;width:100%;height:16px;margin:0;padding:0;overflow:hidden}.poster-list-view #list-items.show-list-numbers li input.change-number{position:absolute;top:0;left:0;width:100%;border:none;background-color:#14181c;color:#fff;text-align:center;font-size:16px;margin:0;padding:0;height:16px;line-height:14px}#list-form{position:relative}.sending-ajax .film-list-editor-contents #list-items,.sending-ajax .film-list-editor-contents .list-items-header .wrap,.sending-ajax .film-list-editor-contents .list-items-header .shadow,.sending-ajax .film-list-editor-contents #film-list-main-details,.sending-ajax .film-list-editor-contents .page-header{opacity:.05}.form-processing{position:absolute;top:0;left:0;bottom:0;right:0;text-align:center;padding:50px;display:none}.sending-ajax .form-processing{display:block}.saving{text-align:center;color:#567;font-size:16px;position:absolute;left:0;top:0;width:100%;height:72px;line-height:72px;margin:0;display:none}.sending-ajax .saving{display:block}.saving .lb-spinner{position:relative;vertical-align:middle;top:-1px;margin-right:7px}.saving .lb-spinner-fallback{display:inline}.saving #spinner{position:relative;margin:0 7px -1px 0;display:inline-block;height:13px;width:18px}#frm-person-search{width:100%}#most-active{border-top:1px solid #2C3440;padding-bottom:0}#most-active thead{display:none}.member-directory{overflow:hidden;margin:25px 0 15px;border-top:1px solid #456;padding-top:25px;text-align:justify;font-size:0px;position:relative;text-justify:distribute-all-lines}.member-directory>li{display:inline-block;text-align:left;position:relative;vertical-align:top;line-height:0}.member-directory:after{content:"";display:inline-block;width:100%;height:0}#content-nav+.member-directory{border:none}.member-directory li{width:230px;margin:0 0 2.46153846rem;overflow:hidden;text-align:center}@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{width:120px;height:120px}.mobile .member-directory li .avatar:after,.mobile .member-directory li .avatar img{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{display:block;width:160px;text-align:center;margin:1.53846154rem auto 30px;padding:10px 0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-size:1.69230769rem;line-height:1;top:auto;text-shadow:0 -1px rgba(0,0,0,.3);border-radius:4px}.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}.search-result{display:flex;align-items:center}.search-result>.icon-container{flex:0 0 90px;align-self:flex-start;padding-left:11px;box-sizing:border-box}.mobile .search-result>.icon-container{flex:0 0 80px}.search-result>.icon-container:after{content:"";display:block;width:48px;height:48px;background-image:url(../img/sprite-Cmcg-tqK.svg);background-repeat:no-repeat;background-size:800px 1020px}.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-top:2px;margin-bottom:0}.search-results .results{margin-top:-5px}.search-results .results>li{overflow:hidden;padding:15px 0;border-bottom:1px solid #2C3440}.search-results .results>li:last-child{padding-bottom:none;border-bottom:none}.search-results .results>li.has-icon{padding-left:90px}.search-results .results>li.has-icon>.icon{width:48px;height:48px;left:11px;top:20px}.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{width:27px;height:20px;background-position:-440px -650px;top:24px}.search-results .results>li.icon-tags h2 a{color:#fff}.search-results .results>li.icon-tags h2 a:hover,.search-results .results>li.icon-tags h2 a:active{color:#40bcf4}.search-results .results>li.director,.search-results .results>li.actor,.search-results .results>li.studio{padding-top:14px;padding-bottom: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-top:-15px;margin-bottom: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:hover,.search-results .results .person a:active{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{position:absolute;left:0;top:0;margin: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{margin-bottom:8px;padding-bottom:16px;border-bottom:1px solid #2C3440}.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;line-height:1;color:#9ab;border:none;padding:10px;margin:0;font-size:12px;position:relative;border-radius:4px}.search-results .mobile-search-filters h2 strong{color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.search-results .mobile-search-filters h2 .ir{width:20px;height:20px;position:absolute;right:8px;top:50%;margin-top:-11px;background-position:-580px -770px}.search-results .mobile-search-filters ul{display:none}.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{order:1;flex-basis:calc(50% - 15px);flex-shrink:0;margin-left:15px;display:flex;flex-direction:column}.no-mobile .search-results .card-summary-journal-article>.inner>.masthead>.wordmark{order:1;margin-top:auto;margin-left:auto;margin-right:0;padding:20px}.no-mobile .search-results .card-summary-journal-article>.inner>.detail{flex-grow:1;padding:15px;display:flex;flex-direction:column}.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{order:1;flex-basis:calc(50% - 15px);flex-shrink:0;margin-left:15px;display:flex;flex-direction:column}.mobile .search-results .card-summary-journal-article>.inner>.masthead>.wordmark{order:1;margin-top:auto;margin-left:auto;margin-right:0;padding:20px}.mobile .search-results .card-summary-journal-article>.inner>.detail{flex-grow:1;padding:15px;display:flex;flex-direction:column}.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:hover,#search-filter li a:active{color:#40bcf4}#search-filter li.selected a{background:#2c3440;color:#fff;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.search-table-body:empty+.pagination{border-top:none}.search-table-body>.results+.results{border-top:1px solid #2C3440}body.error{color:#fff;padding:30px;background-position:cover}body.error section.message{position:absolute}body.error h1{width:240px;height:32px;margin:0 0 15px -3px;background:url(../img/logo-combined-By5V8Qky.png) no-repeat}body.error h1 a{display:block;height:100%;text-indent:110%;white-space:nowrap;overflow:hidden}body.error a{color:#fff}body.error p{font-size:14px;margin-bottom:10px;line-height:1.5;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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:11px;letter-spacing:0;text-decoration:none;color:#89a;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{width:1236px;max-width:100%;padding:0 20px;box-sizing:border-box}.no-mobile .wide-grid .site-body .content-wrap{min-width:950px}.wide-grid .content-grid figure{max-width:283px;margin-bottom:1.53846154rem}.wide-grid .content-grid figure img{max-width:100%;height:auto}.wide-grid .content-grid figure.-frame{position:relative}.wide-grid .content-grid figure.-frame:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(255,255,255,.1)}.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{width:auto;padding-top:1.53846154rem}.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{text-align:justify;font-size:0px;position:relative;text-justify:distribute-all-lines}.no-mobile .welcome .columns-4>li{display:inline-block;text-align:left;position:relative;vertical-align:top;line-height:0}.no-mobile .welcome .columns-4:after{content:"";display:inline-block;width:100%;height:0}.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:before,.tour-item:after{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{display:flex;align-items:center}.no-mobile .tour-item .body-text{width:31.39158576%;margin-left:8.57605178%;margin-right:8.57605178%}.no-mobile .tour-item figure{width:48.54368932%}.no-mobile .tour-item figure img{display:block;max-width:100%;height:auto}.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{float:left}.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:before,.split-columns:after{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{width:50%;margin-top:3.07692308rem;margin-left:auto;margin-right:auto}.split-columns .icon-list li{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:300;font-size:1.69230769rem}.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{width:19%;height:auto;margin-left:1%}.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]{max-width:330px;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:24px;margin-top:-3px;margin-bottom:-1px}.view .review{overflow:hidden}.view .review:after{display:none}.mobile .view .actions-panel{margin:2.46153846rem 0 3.07692308rem}.mobile .view .col-4{width:86px;margin-right:14px;margin-bottom:.76923077rem}.mobile .view .col-4 .poster-list.-p150 .poster,.mobile .view .col-4 .poster-list.-p150 img{width:100%;height:auto}.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>*:not(.link.-watched){display:none}.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:nth-child(n+6){display:none}.view .activity-from-friends .avatar-list>.listitem.-watchlisted,.view .activity-from-friends .avatar-list>.listitem.padme-pad{display:none}.mobile .view .col-12{display:inline}.mobile .view .col-12 .clear{display:none}.view .liked-reviews{position:relative;margin-top:2.46153846rem;max-width:640px}.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 .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}.app-promotional-page{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;background-color:#202830;width:100%;overflow-x:hidden}.app-promotional-page *{box-sizing:border-box}.app-promotional-page .content-wrap{max-width:100%;width:1440px;padding-bottom:1.53846154rem}.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;width:100%;padding-top:1px}.app-promotional-page .grid-3 .feature,.app-promotional-page .grid-3 .app-section{width:33%;float:left;padding:20px;box-sizing:border-box;text-align:center}@media (max-width: 800px){.app-promotional-page .grid-3 .feature,.app-promotional-page .grid-3 .app-section{width:100%;padding:0 0 20px}}.app-promotional-page .app-overview{background:#345 url(../img/overview-bg-CHYaSqNw.png) 0 0 repeat-x;padding:32px 0}@media (max-width: 800px){.app-promotional-page .app-overview{width:100%;padding:0 0 32px}}.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{width:auto;height:500px;display:block;margin:0 auto}@media (max-width: 800px){.app-promotional-page .all-apps .app-section img{max-width:100%;height:auto;max-height:400px}}@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;width:0;padding-left:100%;position:relative}.app-promotional-page .all-apps .app-section.-ios img{transform:translate(-100%)}}@media (min-width: 950px){.app-promotional-page .all-apps .app-section.-ios .description{width:280px;float:right}}@media (min-width: 950px){.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{display:inline-block;margin:0 auto;padding:8px 10px 6px;color:#fff;background:transparent;border:1px solid;text-transform:uppercase;font-size:14px;letter-spacing:1px;border-radius:6px;cursor:pointer}.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{width:45%;display:block;margin:0 auto}.app-promotional-page .feature h3{font-size:20px}.app-promotional-page .feature p{display:block;font-size:14px;max-width:300px;margin:0 auto}@media (max-width: 800px){.app-promotional-page .feature p{font-size:18px}}@media (max-width: 500px){.app-promotional-page .feature p{max-width:none;font-size:14px}}.app-promotional-page .app-main:before,.app-promotional-page .app-main:after{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{text-align:center;line-height:1.25;font-weight:400}.app-promotional-page .title-maxi{margin-bottom:1.53846154rem}.app-promotional-page h3{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:24px;color:#fff;margin:32px 0 20px}.app-promotional-page h4{width:100%;margin:0 auto;font-size:18px;line-height:1.5;color:#bcd}.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>*{max-width:600px;margin-left:auto;margin-right:auto}.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 .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 .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-width:500px;max-height:500px;padding:40px 0 0}#avatar-large .avatar{margin-right:0}#avatar-large img{display:block;width:100%;height:auto}.mobile #avatar-large{width:100%;height:auto;padding-top:40px;margin-left:auto;margin-right:auto}.mobile #avatar-large .avatar{width:100%;margin:0 auto;max-width:480px;float:none}.button-small-locked,.button-small-edit{width:16px;height:16px;background-position:-610px -110px}.button-small-edit:hover,.button-small-edit:active{background-position:-610px -90px}.empty-wrapper{position:relative;height:140px}.empty-list{width:100%;left:auto;bottom:auto;position:relative;box-sizing:border-box}.empty-list p{text-align:center;margin:1.53846154rem 0;width:auto;color:#678;padding:15px 0 17px;background:#283038;border:1px solid #303840;border-radius:4px}.empty-list p small{display:block;line-height:1.4;font-size:1rem;padding:10px 10px 5px;color:#89a}li.empty-list{position:absolute;bottom:60px;left:50%}li.empty-list p{width:300px;margin-left:-150px}.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{padding-top:.76923077rem;display:flex;flex-wrap:wrap;width:auto;margin-left:0}@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-top:0;margin-left:0;padding-left:5px;padding-right:5px}@media (min-width: 668px){.profile-featured-lists .list-grid>.list.-stacked{width:28.57142857%;margin-right:7.14285714%}.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{width:46.42857143%;margin-right:0}.profile-featured-lists .list-grid>.list.-stacked:nth-child(n+3){display:none}}@media (max-width: 450px){.profile-featured-lists .list-grid>.list.-stacked{width:100%;margin-right:0}.profile-featured-lists .list-grid>.list.-stacked+.list{margin-top:1.53846154rem}}.profile-featured-lists .list-grid .poster-list .poster{display:block}.profile-featured-lists .list-grid .poster-list .poster .image{width:100%;max-width:none;height:auto}.profile-featured-lists .list-grid .poster-list.-overlapped.-p70 .poster{width:25.71428571%;margin-right:-7.14285714%}.profile-featured-lists .list-grid .poster-list.-overlapped.-p70>.-placeholder{height:auto;display:flex;flex-direction:row;flex-wrap:wrap}.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{margin-top:0;margin-bottom:.76923077rem;font-size:1.15384615rem;line-height:1.33333333;font-weight:400;text-transform:none;color:#fff;letter-spacing:0}.profile-contentgroup>.wide-sidebar>.timeline>.section-heading a{color:currentColor}.profile-contentgroup>.wide-sidebar>.timeline>.section-heading a[href]:hover,.profile-contentgroup>.wide-sidebar>.timeline>.section-heading a[href]:active{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-reviews>.section-header,.profile-contentgroup .profile-likes>.section-header{--margin-block-end: 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{float:none;box-sizing:border-box}@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{width:30%;margin-right:5%}.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{width:46.42857143%;margin-right:0}.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%}}@media (min-width: 896px){.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{width:50%;padding-left:5px;margin-left:0;margin-right:0;padding-right:35px;box-sizing:border-box;position:relative;border-bottom:none}.no-mobile .profile-contentgroup .review-tiles>.review-tile:after{content:"";display:block;height:1px;position:absolute;bottom:0;left:5px;right:35px;background:#2c3440}.profile-stories .actions-panel.-inline,.profile-stories .pagination,.profile-stories #content-nav{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{position:relative;margin-bottom:1.53846154rem}.mobile .list-page .list-title-intro .title-1{margin-right:24px}.list-page .title-1.has-notes{max-width:80%}.list-page .title-1 .policy-icon.-circle{font-size:100%}.list-page .title-1 .policy-icon.-circle .glyph{max-width:100%;height:auto}.list-page .notes-button{position:absolute;right:0;top:0;padding:6px 8px 6px 36px;background-color:#432;border-color:#754;color:#c84;font-size:.92307692rem}.list-page .notes-button .icon{width:24px;height:10px;background-position:-360px -440px;top:7px;left:7px}.list-page .notes-button:hover,.list-page .notes-button:active{background-color:#c84;border-color:#c84;color:#fff}.list-page .notes-button:hover .icon,.list-page .notes-button:active .icon{background-position:-360px -450px}.list-page .view-toggle{float:right;margin:6px 0 0}.mobile .list-page .actions-panel{margin-top:2.46153846rem;margin-bottom:0}.likes-page-content .col-main{margin-top:-10px}.showdown-intro{max-width:760px;margin-left:auto;margin-right:auto;margin-bottom:3.69230769rem}.showdown-intro .current{text-align:center;margin-top:2.46153846rem;margin-bottom:0}.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{position:absolute;bottom:100%;margin-bottom:1.53846154rem}@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{display:flex;align-items:center;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{vertical-align:middle;margin-left:3px}@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{position:relative;padding-left:80px;min-height:105px}.mobile body.similar-films .film-header.-adjacentposter>.poster{position:absolute;top:0;left: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-top:0;padding-bottom:1em}body.similar-films .genre-group>.title{margin-top:0;margin-bottom:10px;color:#fff;font-size:1.38461538rem;line-height:1.25}.mobile body.similar-films .genre-group>.title{font-size:1.41666667rem}body.similar-films .genre-group>.title .label{text-transform:capitalize;letter-spacing:-.02em}body.similar-films .genre-group>.title .chevron{position:relative;white-space:nowrap;padding-right:10px}body.similar-films .genre-group>.title .chevron svg{display:inline;position:absolute;top:calc(50% + .025em);left:0;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]:hover,body.similar-films .genre-group>.title a[href]:focus{color:#40bcf4}body.similar-films .browse-similar .internal-related-item{padding-top:.75em;padding-bottom:.75em}body.similar-films .browse-similar .internal-related-item .trigger{display:flex}body.similar-films .browse-similar .internal-related-item .trigger>.chevron{margin-left:auto;flex-shrink:0;margin-top:calc((1em - 10px)/2)}body.similar-films .browse-similar .internal-related-item .trigger[href]:hover,body.similar-films .browse-similar .internal-related-item .trigger[href]:focus{color:#209ce4}body.similar-films .browse-similar .nanocrowd-attribution{padding-top:1.5em;background-image:linear-gradient(180deg,#24303c 50%,rgba(36,48,60,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px}@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{width:auto;max-width:1120px;padding-left:20px;padding-right:20px}.mobile body.story-composition>.site-body>.content-wrap{padding-left:16px;padding-right:16px}body.story-composition .page-header{box-sizing:border-box;text-align:left;padding-bottom:.76923077rem}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{max-width:960px;margin-left:auto;margin-right:auto;padding-left:5px;padding-right:5px}body.story-composition .page-header .title-hero{text-align:left}body.story-composition .story-form{max-width:960px;margin-left:auto;margin-right:auto}.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{display:block;content:"";margin-left:5px;margin-right:5px;border-top:1px solid #456;height:1.23076923rem}.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-top:.5em;margin-bottom:2em}.story-form .form-row.-disabled{opacity:.5;pointer-events:none!important}.story-form .publicationstatus{--margin-block-start: 2.46153846rem;margin-block-start:var(--margin-block-start)}.mobile .story-form .publicationstatus{--margin-block-start: 2.66666667rem}.story-form .publicationstatus>.section-heading-minor{--margin-block-end: 1.53846154rem;margin-block-end:var(--margin-block-end)}.mobile .story-form .publicationstatus>.section-heading-minor{--margin-block-start: 1.66666667rem}.story-form .time-input{padding-top:5px;padding-bottom:5px}.story-form .schedule-publication-date{margin-top:1.53846154rem;margin-left: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;padding:10px;border-radius:3px}.story-form .video-preview>.inner{margin-left:-5px;margin-right:-5px}.story-form .video-preview .input{position:relative;width:50%;padding-left:5px;padding-right:5px}.story-form .video-preview .input input[type=text]{padding-right:30px}.story-form .video-preview .input .validation{display:flex;align-items:center;position:absolute;top:0;bottom:0;left:100%;margin-left:5px;font-size:12px;line-height:1;white-space:nowrap;opacity:0;transition:opacity .25s cubic-bezier(.19,1,.22,1)}.story-form .video-preview .input .validation>.icon{position:static;width:16px;height:16px}.story-form .video-preview .input .validation>.icon+.message{margin-left:5px}.story-form .video-preview .input .validation.-valid{opacity:1;color:#00e054}.story-form .video-preview .input .validation.-valid>.icon{background-position:-370px -120px}.story-form .video-preview .input .validation.-invalid{opacity:1;color:#ff9010}.story-form .video-preview .input .validation.-invalid>.icon{background-position:-370px -140px}.story-form .video-preview .input .spinner{position:absolute;top:50%;right:14px;margin-top:-6px;width:12px;height:12px;opacity:0;transition:opacity 0s cubic-bezier(.19,1,.22,1) 0s}.story-form .video-preview .input .spinner.-show{opacity:1;transition:opacity .25s cubic-bezier(.19,1,.22,1) .25s}.story-form .video-preview .preview{position:relative;width:75%;padding-left:5px;padding-right:5px;overflow:hidden}.story-form .video-preview .preview>.aspectratio{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;margin-top:10px;background-color:#000}.story-form .video-preview .preview>.aspectratio:before,.story-form .video-preview .preview>.aspectratio:after{content:"";display:block;float:left}.story-form .video-preview .preview>.aspectratio:before{padding-top:56.25%}.story-form .video-preview .preview>.aspectratio>.status{width:100%;text-align:center;align-self:center}.story-form .video-preview .preview>.aspectratio>.embed{z-index:1;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.story-form .video-preview .preview>.aspectratio>.embed>iframe{display:block;width:100%;height:100%}.story-form .video-preview .preview>.aspectratio>.embed.-transition-in{transition:opacity .5s cubic-bezier(.19,1,.22,1) .5s;opacity:0}.story-form .video-preview .preview>.aspectratio>.embed.-transition-in.-transition-active{opacity:1}.story-form .video-preview .preview>.aspectratio>.embed.-transition-out{transition:opacity .5s cubic-bezier(.19,1,.22,1);opacity: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 .textarea,.story-form .rich-text-editor .ql-editor{padding:3.07692308rem}.story-form.-link .form-section.-body{margin-top:3.07692308rem}.media-uploader-state.-file-select-link .preview{display:flex;align-items:center;justify-content:space-evenly;width:100%;height: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{box-sizing:border-box;flex-shrink:0;flex-basis:33.33333333%;padding-left:1.53846154rem;padding-right:1.53846154rem;width:320px;border-top-right-radius:2px;border-left:1px solid #24303C;background-color:#14181c;display:flex;flex-direction:column;align-items:center;justify-content:center}.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{position:relative;will-change:opacity;width:100%;padding-top:56.25%;overflow:hidden;border-radius:3px 0 0 3px}.media-uploader-state.-crop-link>.cropaside>.card-summary .preview>img{position:absolute;display:block;top:0;left:0;width:auto;height: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-shrink:0;flex-basis:33.33333333%;width:320px;padding-left:1.23076923rem}.media-uploader-state-toolbar.-crop-link .scaleslider>.constraint{padding-left:4.30769231rem}_::-webkit-full-page-media,_:future,:root .time-input{padding-top:7px;padding-bottom:3px}@media (min-width: 768px){.story-content{display:flex;flex-wrap:wrap;margin-top:3.69230769rem;padding-bottom:3.69230769rem}}@media (min-width: 768px){.story-content>.header,.story-content>.body{width:calc(100% - 280px);margin-left:auto;margin-right:40px}}.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{content:"";display:block;box-sizing:border-box;width:21.42857143%;min-width:240px;margin-left:40px;padding-right:5px;padding-left:3.57142857%;border-left:1px solid #2C3440;position:absolute;top:0;left:100%;height:100%;pointer-events:none}}.story-content>.body>.media-element{margin-left:auto;margin-right:auto;margin-bottom:2.46153846rem;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>.media-element>.image,.story-content>.body>.media-element>.video{padding-left:5px;padding-right:5px}.story-content>.body>.comments-panel>.header,.story-content>.body>.comments-panel>.body{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{padding-top:.76923077rem;overflow:hidden}.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>.date,.story-content>.body>.body-text,.story-content>.body>.story-like,.story-content>.body>.comments-panel,.story-content>.body>.pagination{margin-left:auto;margin-right:auto;max-width:720px}.story-content>.body>.date{font-size:.84615385rem;text-transform:uppercase;--letter-spacing: .09090909em;letter-spacing:var(--letter-spacing);color:#89a;margin-bottom:1.53846154rem;padding-left:5px;padding-right:5px}.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]:hover,.story-content>.body>.body-text a[href]:focus{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-size:inherit;line-height:inherit;margin-top:1em;margin-bottom:.66666667em;font-family:TiemposTextWeb,Georgia,serif,ColorEmoji;font-weight:700}.story-content>.body>.body-text h1 b,.story-content>.body>.body-text h2 b,.story-content>.body>.body-text h3 b,.story-content>.body>.body-text h4 b,.story-content>.body>.body-text h5 b,.story-content>.body>.body-text h6 b,.story-content>.body>.body-text h1 strong,.story-content>.body>.body-text h2 strong,.story-content>.body>.body-text h3 strong,.story-content>.body>.body-text h4 strong,.story-content>.body>.body-text h5 strong,.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:rgba(255,255,255,.4)}.story-content>.body>.story-like{padding-left:5px;padding-right:5px;margin-top:1.53846154rem}.story-content>.body>.pagination{margin-top:1.53846154rem;border-top:none}@media (min-width: 768px){.story-content>.body>.pagination{margin-top:4.92307692rem;width:100%;display:flex;justify-content:space-between}}.story-content>.body>.pagination>.page{padding-left:5px;padding-right:5px}@media (min-width: 768px){.story-content>.body>.pagination>.page{width:44.44444444%;box-sizing:border-box;display:flex;flex-direction:column}.story-content>.body>.pagination>.page>.card-summary{flex-grow:1}.story-content>.body>.pagination>.page>.card-summary>.inner{height:100%;display:flex;flex-direction:column}.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{box-sizing:border-box;width:21.42857143%;min-width:240px;padding-left:3.57142857%;border-left:1px solid #2C3440}}@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;padding:40px;overflow:hidden}body.four-faves .favourites .title-0{font-size:3em;margin:.5em 0}body.four-faves .favourites .poster-list .poster-container,body.four-faves .favourites .poster-list .poster,body.four-faves .favourites .poster-list img{max-width:202px;height:auto}body.four-faves .favourites .poster-list.-horizontal>.poster-container:not(:first-child){margin-left:20px}body.four-faves .favourites .listen-logo{float:left;width:300px;margin-top:70px}body.four-faves .favourites .listen-logo img{width:100%;height:auto}body.four-faves .favourites .podcast-logo{float:right;padding:30px 0 20px}body.four-faves .favourites .podcast-logo p{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:800;font-size:2.6em;color:rgba(255,255,255,.5);float:left;text-align:right;padding-right:.75em;text-transform:uppercase;margin:0}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{position:relative;display:flex;flex-direction:column}.pro-account-type-group>.pro-account-type>.verticaldivider{display:none;z-index:1;position:absolute;top:0;right:0;width:1px;background-image:linear-gradient(90deg,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 0);background-repeat:repeat-y;background-position:0 0;background-size:2px 1px}@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-top-left-radius:3px;border-bottom-left-radius:3px}.pro-account-type-group>.pro-account-type:first-child>.card>.footer{border-bottom-left-radius:3px}.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-top-right-radius:3px;border-bottom-right-radius:3px}.pro-account-type-group>.pro-account-type:last-of-type>.card>.footer{border-bottom-right-radius:3px}.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-grow:1;flex-basis:0%}.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{position:relative;display:flex;flex-direction:column;margin-top:auto;background-color:#567;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{padding-bottom:2.46153846rem;margin-left:auto;margin-right:auto;max-width:370px}}.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{transform:translateY(-50%);margin:0 auto;display:inline-table}@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{text-align:center;font-size:1.15384615rem;line-height:1.5;color:#bcd;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]:hover,.pro-account-type .purchasepagecontent a[href]:focus{text-decoration:underline;text-underline-offset:.2em}.pro-account-type .purchasepagecontent>*:last-child{margin-bottom:0}.pro-account-type .thanks{position:absolute;top:0;align-self:center;max-width:calc(100% - 20px);margin-left:auto;margin-right:auto;padding:.33333333em 1em;border-radius:.95833333em;background-color:#d8e0e8;font-size:1rem;line-height:1.25;color:#345;transform:translateY(-50%);display:inline-table}.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-top:1.84615385rem;padding-bottom:2.46153846rem}.pro-account-type .fee .price{display:inline-block;position:relative;font-size:2.46153846rem}.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;vertical-align:middle;position:relative;top:.25em;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:.92307692rem;line-height:1.25;margin-right:.5em}.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{position:absolute;left:100%;top:12.5%;color:#fff}.pro-account-type .fee .meta{margin-top:-.2em;text-align:right;text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing);font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:.92307692rem;line-height:1.25;color:#fff}.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 .price,.pro-account-type .fee.-pending .meta{visibility:hidden;opacity:0}.pro-account-type .fee.-in .price,.pro-account-type .fee.-in .meta{visibility:visible;opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1)}.pro-account-type .fee.-in-active .price,.pro-account-type .fee.-in-active .meta{opacity:1}.pro-account-type .fee.-pending:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 767px){.mobile .pro-account-type .fee{padding-top:1.53846154rem;padding-bottom:1.84615385rem}}@media screen and (max-width: 479px){.mobile .pro-account-type .fee{padding-top:1.23076923rem;padding-bottom:1.53846154rem}}.pro-account-type .cta{display:flex;justify-content:center;height:56px}@media screen and (max-width: 479px){.mobile .pro-account-type .cta{height:48px}}.pro-account-type .cta .trigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;flex-grow:1;display:flex;justify-content:center;align-items:center;text-align:center;color:#e4eaf0;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;font-size:1rem;line-height:1.25;box-shadow:inset 0 1px rgba(255,255,255,.2);background-color:#567}.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):hover,.pro-account-type .cta .trigger:not(:disabled):focus{color:#fff;background-color:#678;transition-duration:.5s}.pro-account-type .cta .trigger:not(:disabled)[data-paddle-trigger]:hover,.pro-account-type .cta .trigger:not(:disabled)[data-paddle-trigger]:focus{color:#fff;background-color:#009d1a}.pro-account-type .cta .trigger.-primary{text-transform:uppercase;--letter-spacing: .075em;letter-spacing:var(--letter-spacing)}.pro-account-type .cta .trigger.-action{color:#f4fcf0;background-color:#00ac1c}.pro-account-type .cta .trigger.-action:not(:disabled):hover,.pro-account-type .cta .trigger.-action:not(:disabled):focus{color:#fff;background-color:#009d1a}.pro-account-type .cta .trigger+.trigger{position:relative}.pro-account-type .cta .trigger+.trigger:before{display:block;content:"";position:absolute;top:1px;bottom:0;right:100%;width:1px;background-image:linear-gradient(90deg,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 0);background-repeat:repeat-y;background-position:0 0;background-size:2px 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{overflow:hidden;display:flex}.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{content:"";position:absolute;top:0;left:0;right:0;height:1px;box-shadow:inset 0 1px rgba(255,255,255,.2);transition-property:left,right,width;transition-delay:.33333333s;transition-duration:.33333333s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.pro-account-type .tierselector>.options .options-list{display:flex;justify-content:space-between;align-items:center;padding-left:20px;padding-right:20px;height:56px}@media screen and (max-width: 479px){.mobile .pro-account-type .tierselector>.options .options-list{height:48px}}.pro-account-type .tierselector>.options .options-list:before,.pro-account-type .tierselector>.options .options-list:after{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{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:#e4eaf0;font-size:1.23076923rem;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{order:-1;justify-content:normal}.pro-account-type .tierselector>.pricing>.definition{display:flex;justify-content:center}.pro-account-type .tierselector>.description{padding-bottom:1.53846154rem;color:#def;line-height:1.33333333;font-size:1rem}.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{position:relative;z-index:2;box-shadow:0 0 0 2px #00ac1c,0 0 3px 3px rgba(20,24,28,.15);border-radius:3px}.pro-account-type.-active>.card>.footer{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.pro-account-type.-tierselectorshown>.card,.pro-account-type.-tierselectorshown>.card>.footer{border-bottom-right-radius:3px;border-bottom-left-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{border-radius:3px;background-color:#00ac1c;color:#fff}.coupon-widget .couponalert>.body-text{padding:1em 10px;text-shadow:none;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;text-align:center;line-height:1.33333333}.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{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;color:currentColor;font-size:inherit;line-height:inherit}.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):hover,.coupon-widget .couponalert>.body-text button:not(:disabled):focus{text-decoration-line:underline;text-underline-offset:.15em;text-decoration-thickness:1px}.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{display:flex;justify-content:center;align-items:center;position:absolute;top:-.38461538rem;right:0;bottom:0;left:0;padding-top:.38461538rem}.coupon-widget .couponform .overlay:before{content:"";position:absolute;top:.38461538rem;left:10px;right:10px;background-image:linear-gradient(180deg,#009d1a 50%,rgba(0,157,26,0) 0);background-repeat:repeat-x;background-position:0 0;background-size:1px 2px;height:1px}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.coupon-widget .couponform .overlay:before{background-size:1px 1px}}.coupon-widget .couponform .overlay .trigger{box-sizing:border-box;margin:0;padding:0;border:0;border-radius:0;background:transparent;background-clip:border-box;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;cursor:default;font-size:.92307692rem;line-height:1.33333333;color:#f4fcf0}.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):hover,.coupon-widget .couponform .overlay .trigger:not(:disabled):focus{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-top:2.46153846rem;padding-left:5px;padding-right:5px}body.pro .section.account-types{margin-top:1.53846154rem}body.pro .section.account-types>.constraint{display:flex;justify-content:space-between;flex-wrap:wrap;margin-left:auto;margin-right:auto}body.pro .section.account-types .pro-account-type-group.-free{width:200px;margin-right:40px}body.pro .section.account-types .pro-account-type-group.-free .gifting-and-coupons{margin-top:auto;margin-bottom:0;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-grow:1;flex-basis:0%}body.pro .section.account-types .pro-account-type-references{padding-top:1.23076923rem;flex-grow:1;flex-basis:100%}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;width:93.75vw;min-width:720px}}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{width:87.5%;max-width:400px}.mobile body.pro .section.account-types .pro-account-type-group{flex-direction:column;align-items:center}.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-right-radius:3px;border-bottom-left-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-group,.mobile body.pro .section.account-types .pro-account-type-group .pro-account-type+.pro-account-type{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;width:87.5%;max-width:400px}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{top:-1.15384615rem;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#00ac1c}.pro-account-type-references{padding-left:5px;padding-right:5px;text-align:right;font-size:1rem;line-height:1.33333333;color:#89a}.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{position:relative;padding-top:100px}.pro-thanks h1{color:#fff;text-shadow:0 1px 2px #000;font-size:4.76923077rem;margin:0;position:absolute;top:-100px;right:0}.pro-thanks h2{padding-top:2.46153846rem;color:#fff;margin-bottom:.76923077rem}.captioned .content-wrap small{display:block;font-size:11px;color:#678;text-align:center;margin:3.69230769rem 0 2.46153846rem}.captioned .content-wrap small a{color:#89a;text-decoration:none}.captioned .content-wrap small a:hover,.captioned .content-wrap small a:active{color:#40bcf4}.pro-cancelled{padding:3.69230769rem 0}.welcome-page,.pro-page{position:relative;padding-top:15px}.welcome-page .body-text,.pro-page .body-text{text-shadow:0 1px 1px rgba(0,0,0,.5)}.backdrop-header{position:absolute;top:-130px;left:0;right:0;text-align:center}.backdrop-header blockquote{border:none;padding:0;margin:0}.backdrop-header blockquote p,.backdrop-header h1{font-family:TiemposHeadlineWeb,Georgia,serif,ColorEmoji;font-weight:700;font-size:44px;line-height:1;text-indent:-.45em;margin:0;color:#fff}.backdrop-header cite{display:none}body.standalone-content-media-picker .content-media-picker-inline-component-wrapper{min-height:100%;display:flex;flex-direction:column}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{position:sticky;bottom:0}.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-top:calc(env(safe-area-inset-top) + 15px);padding-left:max(env(safe-area-inset-left),15px);padding-right:max(env(safe-area-inset-right),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{margin-top:3.07692308rem;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;-moz-column-gap:1.53846154rem;column-gap:1.53846154rem}@media (min-width: 560px){.mobile .crew-page .sidebar{margin-top:4.92307692rem;-moz-column-gap:2.30769231rem;column-gap:2.30769231rem;grid-template-areas:"image bio" "image actions" "advertising advertising"}}@media (min-width: 1160px){.mobile .crew-page .sidebar{-moz-column-gap:2%;column-gap:2%}}.mobile .crew-page .sidebar>.person-image{margin:0;grid-area:image;align-self:flex-start}.mobile .crew-page .sidebar>.bio{grid-area:bio;align-self:flex-start}.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{grid-area:advertising;display:flex;flex-direction:column;align-items:center}.mobile .video-store .page-header{border-bottom:none}.no-mobile body.screen-members .section+.section,.no-mobile body.screen-members .section+*[class^=cols-]{margin-top:2rem}.mobile body.screen-members .section+.section,.mobile body.screen-members .section+*[class^=cols-]{margin-top:1.33333333rem}body.screen-members .featured-member-list{--row-gap: calc(var(--grid-col-gutter) * 8);display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));-moz-column-gap:calc(var(--grid-col-gutter) * 4);column-gap:calc(var(--grid-col-gutter) * 4);row-gap:var(--row-gap)}@media (max-width: 767.98px){.mobile body.screen-members .featured-member-list .featured-member{--avatar-dimension: 110px;--row-gap: calc(var(--grid-col-gutter) * 12)}.mobile body.screen-members .featured-member-list .featured-member>.statistics{--font-size: 1rem}}body.screen-members .section-heading~.featured-member-list{--margin-top: 1.53846154rem;margin-top:var(--margin-top)}.mobile body.screen-members .section-heading~.featured-member-list{--margin-top: 1.66666667rem}.halloween .site-logo>.logo{background-image:url(../img/logo-halloween-D1iK4I3q.png);background-size:230px 24px;background-position:0 0;margin-top:0;height:25px}.mobile .halloween .site-logo>.logo{background-image:url(../img/logo-halloween-sm-DxmiU6rT.svg);background-size:50px 30px;background-position:5px 4px}.valentines .site-logo>.logo{background-image:url(../img/logo-valentines-CYWMgdhq.png);background-size:230px 24px;background-position:0 0;margin-top:0;height:25px}.valentines .site-header .site-logo.-parasite>.parasite-dot{left:3px}.mobile .valentines .site-logo>.logo{background-image:url(../img/logo-valentines-sm-Bq9tT2t_.svg);background-size:50px 30px;background-position:5px 5px}.xmas .site-logo>.logo{background-image:url(../img/logo-xmas--xUzLh2Q.png);background-size:230px 30px;background-position:0 0;margin-top:-3px;height:30px}.mobile .xmas .site-logo>.logo{background-image:url(../img/logo-xmas-sm-CF9UeZnC.svg);background-size:50px 30px;background-position:5px 8px}.twitter-typeahead{width:100%;box-sizing:border-box}input.tag-input-field:focus{background:#fff!important;color:#234!important;box-shadow:0 0 5px #012!important}.tags-menu{margin:-2px 0 0;width:100%;border:1px solid #c8d8e8;border-top:none;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;max-height:105px;z-index:99999;box-sizing:border-box;background:linear-gradient(to bottom,#678,#234);box-shadow:0 4px 5px #012;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.tags-menu .tt-suggestion{color:#fff;text-shadow:0 -1px 0 #234;margin:0;padding:5px 8px 5px 10px;cursor:default;display:block;font-size:13px;line-height:1.5;overflow:hidden}.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{position:relative;padding:20px 0}.carousel-mask{position:relative;overflow:hidden}.carousel{position:absolute;top:0;left:0}.carousel>li{position:relative;display:block}.carousel img{display:block;cursor:pointer}.carousel .no-poster img{display:none}.carousel-nav li{position:absolute}.carousel-nav a{position:relative;display:block;width:30px;height:340px;cursor:pointer}.carousel-nav a span{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -10px;width:20px;height:20px;background:url(../img/sprite-Cmcg-tqK.svg) 0 0 no-repeat;text-indent:110%;white-space:nowrap;overflow:hidden}.carousel-nav .carousel-prev a.carousel-disabled,.carousel-nav .carousel-next a.carousel-disabled{cursor:default}.carousel-horizontal{padding:0}.carousel-horizontal .carousel-mask{height:370px}.carousel-horizontal .carousel{width:auto;float:left}.carousel-horizontal .carousel>li{float:left;display:inline;margin:0 10px 0 0}.carousel-horizontal .carousel-nav .carousel-prev{top:0;left:-40px}.carousel-horizontal .carousel-nav .carousel-next{top:0;right:-40px}.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;position:absolute;visibility:visible;padding:6px;font-size:11px;z-index:10000;opacity:1}.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #456}.twipsy.left .twipsy-arrow{top:50%;right:0;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #456}.twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #456}.twipsy.right .twipsy-arrow{top:50%;left:0;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #456}.twipsy.-contrast .twipsy-inner{background-color:#234}.twipsy.-contrast.above .twipsy-arrow{border-top-color:#234}.twipsy.-multilinebalance .twipsy-inner{text-wrap:balance}.twipsy-inner{border-radius:4px;display:block;padding:6px 9px 5px;text-decoration:none;text-align:center;max-width:360px;background:#456;color:#bcd;text-overflow:ellipsis;line-height:1.3;text-shadow:0 1px 5px rgba(0,0,0,.1);overflow:hidden;white-space:nowrap;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700}.twipsy-inner code{font-family:PitchSansWeb,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400;font-size:120%}.twipsy-inner.-mainnav{padding:4px 7px 3px;border-radius:3px;box-shadow:0 0 6px -1px rgba(20,24,28,.5)}.twipsy-arrow{position:absolute;width:0;height:0}.twipsy.fade{opacity:0;transition:opacity .15s linear}.twipsy.fade.in{opacity:1}div.datepicker{position:relative;font-size:12px;width:196px;height:147px;position:absolute;cursor:default;top:0;left:0;display:none;z-index:9999}div.datepicker{border-radius:8px;background:#fff;box-shadow:0 3px 7px #000}.datepickerContainer{background:#fff;position:absolute;top:10px;left:10px;border-radius:4px}.datepickerBorderT{position:absolute;left:10px;top:0;right:10px;height:10px}.datepickerBorderB{position:absolute;left:10px;bottom:0;right:10px;height:10px}.datepickerBorderL{position:absolute;left:0;bottom:10px;top:10px;width:10px}.datepickerBorderR{position:absolute;right:0;bottom:10px;top:10px;width:10px}.datepickerBorderTL{position:absolute;top:0;left:0;width:10px;height:10px}.datepickerBorderTR{position:absolute;top:0;right:0;width:10px;height:10px}.datepickerBorderBL{position:absolute;bottom:0;left:0;width:10px;height:10px}.datepickerBorderBR{position:absolute;bottom:0;right:0;width:10px;height:10px}.datepickerHidden{display:none}div.datepicker table{border-collapse:collapse}div.datepicker a{color:#234;text-decoration:none;cursor:default;outline:none;border-radius:3px;background-color:#cde}div.datepicker table td{text-align:right;padding:2px;margin:0}div.datepicker th{text-align:center;vertical-align:middle;color:#456;font-weight:400}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.datepickerYears tr:first-child td,div.datepicker tbody.datepickerMonths tr:first-child td{padding-top:5px}div.datepicker tbody a{display:block;padding:5px 3px 1px}div.datepicker th a{padding-top:0;background-color:transparent}.datepickerDays a{width:20px;line-height:16px;height:16px}.datepickerYears a,.datepickerMonths a{width:44px;line-height:36px;height:36px;text-align:center}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.datepickerYears td.datepickerSelected,tbody.datepickerMonths td.datepickerSelected{background:#17384d}div.datepicker a:hover,div.datepicker a:active{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{text-align:center;height:20px;line-height:20px}th.datepickerMonth a{border:1px solid #bcd;background:url(../img/datepicker-BaPaSdoP.png) no-repeat 97% 6px}table.datepickerViewDays tbody.datepickerMonths,table.datepickerViewDays tbody.datepickerYears{display:none}th.datepickerMonth a:hover,th.datepickerMonth a:active{border:1px solid #789;background-position:97% -94px}.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}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}.has-touch #cboxOverlay{position:absolute;height:1000%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{margin:0;display:none}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block}.cboxIframe{width:100%;height:100%;display:block;border:0}#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight{visibility:hidden}#cboxOverlay{background:url(../img/overlay-BvDnMLP4.png) repeat 0 0}#colorbox{-webkit-font-smoothing:subpixel-antialiased}#cboxTopLeft{width:14px;height:14px;background:url(../img/controls-14xOvtoK.png) no-repeat -100px 0}#cboxTopRight{width:14px;height:14px;background:url(../img/controls-14xOvtoK.png) no-repeat -136px 0}#cboxBottomLeft{width:14px;height:14px;background:url(../img/controls-14xOvtoK.png) no-repeat -100px -36px}#cboxBottomRight{width:14px;height:14px;background:url(../img/controls-14xOvtoK.png) no-repeat -136px -36px}#cboxMiddleLeft{width:14px;background:url(../img/controls-14xOvtoK.png) left top repeat-y}#cboxMiddleRight{width:14px;background:url(../img/controls-14xOvtoK.png) right top repeat-y}#cboxTopCenter{height:14px;background:url(../img/border-BkPLPtjh.png) 0 0 repeat-x}#cboxBottomCenter{height:14px;background:url(../img/border-BkPLPtjh.png) 0 -36px repeat-x}#cboxContent{background:#456;padding:4px;border-radius:3px}#cboxError{padding:50px;border:1px solid #ccc}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(../img/controls-14xOvtoK.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious.hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(../img/controls-14xOvtoK.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext.hover{background-position:-50px -25px}#cboxLoadingOverlay{background:url(../img/loading_background-DLrRY_S7.png) no-repeat center center}#cboxLoadingGraphic{background:url(../img/loading-BX1K0Qk3.gif) no-repeat center center}#cboxClose{position:absolute;top:20px;right:20px;width:24px;height:24px;text-indent:-9999px;overflow:hidden}.mobile #cboxClose{top:12px;right:12px}#cboxClose:before,#cboxClose:after{content:"";display:block;width:2px;height:24px;background:#789;position:absolute;left:50%;top:50%;transition:background .1s}#cboxClose:before{transform:translate(-50%,-50%) rotate(-45deg)}#cboxClose:after{transform:translate(-50%,-50%) rotate(45deg)}.has-no-touch #cboxClose:hover:before,.has-no-touch #cboxClose.hover:before,.has-no-touch #cboxClose:hover:after,.has-no-touch #cboxClose.hover:after{background:#def}#list-entry-modal article,#comment-editor-modal article{padding:30px 40px;overflow:hidden}#list-entry-modal article textarea,#comment-editor-modal article textarea{padding:7px 10px;height:8em;line-height:1.4}#list-entry-modal{width:800px}#list-entry-modal article #list-index{font-style:normal;color:#3e4f60;background:#567;display:inline-block;padding:5px;border-radius:4px}#list-entry-modal article textarea{margin-bottom:20px;height:145px}#list-entry-modal article .spoilers-col{padding-top:13px}#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{transform:scale(.5);opacity:.25}26%{transform:scale(1);opacity:1}}.overflow-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.overthrow{opacity:0;position:fixed;overflow:hidden;left:0;bottom:0;transition:opacity .1s;display:none}.overthrow .overthrow-video-container{padding-top:56.25%;position:relative}.overthrow .overthrow-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.overthrow-transitions .overthrow .overthrow-inner,.overthrow-transitions .overthrow .overthrow-content{transition:all .2s cubic-bezier(.5,0,.6,1.3);transition-timing-function:cubic-bezier(.5,0,.6,1.3)}.overthrow-enable .overthrow{position:fixed;display:block;z-index:1000;top:0;left:0;bottom:0;right:0;height:100%;overflow-x:hidden;overflow-y:auto;background:#14181c;-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{display:inline-block;height:100%;width:0px;vertical-align:middle;position:relative}.overthrow .overthrow-wrapper{position:relative;display:inline-block;vertical-align:middle;width:100%;z-index:1}.overthrow .overthrow-outer{display:block;width:100%;max-width:90%;margin:0 auto}.overthrow-switch-aspect .overthrow .overthrow-outer{max-width:70%}@media (max-width: 640px){.overthrow .overthrow-outer{max-width:100%}}.overthrow .overthrow-inner{position:relative;padding:30px}@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-right:none;border-left:none;border-radius:0;padding:0}}.overthrow .overthrow-close{position:absolute;top:-5px;right:20px;height:32px;width:32px;text-indent:110%;white-space:nowrap;overflow:hidden;opacity:0;transition:opacity .5s;outline:none}.overthrow .overthrow-close.overthrow-close-active{opacity:.5}.overthrow .overthrow-close:hover{opacity:1}.overthrow .overthrow-close:before{content:"";display:block;position:absolute;width:16px;height:16px;background-size:16px 16px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.78%201.634L14.365.22%208%206.584%201.635.22.22%201.634l6.365%206.364L.22%2014.362l1.415%201.414L8%209.412l6.365%206.364%201.415-1.414-6.365-6.364%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);left:50%;top:50%;transform:translate(-50%,-50%)}@media (max-width: 640px){.overthrow .overthrow-close{right:10px}}.pl-body{background:#14181c}.pl-content{padding:100px 0;background:#14181c url(../img/content-bg-CFRqxbz-.png) top repeat-x}.pl-content-wrap{padding:0 15px}.pl-header{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,.9);height:50px;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{position:absolute;right:15px;top:50%;margin:0;transform:translateY(-50%)}.pl-menu-toggle{display:block;width:32px;height:32px;position:relative;background:none;-webkit-appearance:none;border:none;padding:0;margin:0;white-space:nowrap;overflow:hidden;text-indent:100%}.pl-menu-toggle:before,.pl-menu-toggle:after{content:"";display:block;position:absolute;left:0;height:2px;width:32px;background:#fff}.pl-menu-toggle:before{top:10px}.pl-menu-toggle:after{bottom:10px}.pl-menu-open .pl-menu-toggle:before,.pl-menu-open .pl-menu-toggle:after{top:15px;bottom:auto;width:28px;left:2px}.pl-menu-open .pl-menu-toggle:before{transform:rotate(-45deg)}.pl-menu-open .pl-menu-toggle:after{transform:rotate(45deg)}.pl-menu{display:none;background:rgba(0,0,0,.9);position:fixed;top:50px;right:0;bottom:0;width:360px;padding:15px;overflow-y:auto;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{font-size:18px;line-height:1.33333333;position:relative;border-bottom:1px solid rgba(68,85,102,.5)}.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{display:block;position:absolute;right:0;top:10px;width:24px;height:24px;white-space:nowrap;overflow:hidden;text-indent:100%;cursor:pointer}.pl-nav>li .pl-subnav-toggle:before{content:"";display:block;position:absolute;border-bottom:2px solid #456;border-right:2px solid #456;left:50%;top:50%;transform:rotate(45deg) translate3D(-50%,0,0);height:10px;width:10px;box-sizing:border-box;margin:-4px 0 0 -1px}.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{transform:rotate(-135deg);margin:-4px 0 0 -4px}.pl-nav a{display:block;color:#fff;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{content:"";display:block;width:100%;clear:both}.pl-section>h2{color:#fff;max-width:950px;margin:0 auto 20px;font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:400;font-size:16px;border-bottom:1px solid #456;padding-bottom:5px}.pl-section>h2 a{color:#fff}.pl-section>h2 code{color:#8bb1d6}.pl-section code,.pl-section .code,.pl-section .pl-html-toggle{font-family:PitchSansWeb,Menlo,Droid Sans Mono,Lucida Console,Consolas,Monaco,Courier,monospace,ColorEmoji;font-weight:400}.pl-section-wrap{width:950px;margin:0 auto}.pl-section-wrap>p{color:#678;margin-bottom:30px;line-height:1.5}.pl-section-wrap>p strong{font-family:GraphikWeb,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Meiryo,sans-serif,ColorEmoji;font-weight:700;color:#89a}.pl-section-wrap>p a{color:#89a;border-bottom:1px solid rgba(102,119,136,.5)}.pl-section-wrap>p a:hover{color:#bcd;border-bottom-color:#89a}.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>p code,.pl-section-wrap .pl-component-options code,.pl-section-wrap>p .code,.pl-section-wrap .pl-component-options .code{display:inline-block;padding:0 3px;background:#1f252b;color:#89a}.pl-subsection{margin-bottom:30px}.pl-subsection>p{color:#678;margin-bottom:20px}.pl-subsection>p>code,.pl-subsection>p>.code{display:inline-block;padding:3px;background:#1f252b;color:#89a}.pl-subsection:last-child{margin-bottom:0}.gs-divider-text{color:#678}.pl-html{position:relative;overflow:hidden;height:38px;margin-bottom:30px;clear:both}.pl-html:after{content:"";display:block;position:absolute;bottom:0;left:0;height:15px;width:100%;background:linear-gradient(to bottom,rgba(31,37,43,0),#1f252b)}.pl-html pre>code{display:block;overflow-x:auto;padding:10px;line-height:18px;color:#789;background:#1f252b;tab-size:4;-moz-tab-size:4;-o-tab-size:4;border-radius:3px;font-size:1.15384615rem}.pl-html.-visible{height:auto}.pl-html.-visible:after{display:none}.pl-html-toggle{position:absolute;top:10px;right:10px;-webkit-appearance:none;background:#1f252b;border:none;padding:0;margin:0;color:#456;display:inline-block;font-size:1rem;line-height:18px}.pl-html-toggle:hover{color:#9ab;cursor:pointer}.pl-rendered-example{margin-bottom:30px}.pl-html+.pl-rendered-example{margin-top:50px}.pl-html+p{margin-top:50px}.pl-section-posters-sizes,.pl-section-posters-sizes-empty{display:flex;align-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:20px}.pl-section-posters-sizes-empty .poster-list{overflow:visible}.pl-section-overlay-actions>.overlay-actions{display:block;bottom:auto}.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{overflow:hidden;display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}.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{width:230px;float:left;margin-right:10px}.pl-section-poster-viewingdata .poster-viewingdata+.poster-viewingdata{margin-top:20px}.pl-data{padding:80px 50px 50px}.pl-data .pl-data-output{position:absolute;left:50px;right:50px;top:120px;bottom:20px}.pl-data .pl-data-output textarea{display:block;box-sizing:border-box;border:none;padding:10px;font-size:11px;font-family:monospace;width:100%;height: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-rating-stars .rating+.rating{margin-left:30px}.pl-follow-buttons .button+.button{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);position:relative;display:grid;align-items:center;justify-content:center;min-height:calc((var(--menu-height) * 2) + (var(--reference-gutter) * 2) + var(--reference-dimension))}.pl-section-popmenu-directions .reference{display:grid;align-items:center;width:var(--reference-dimension);height:var(--reference-dimension);text-align:center}.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;box-sizing:border-box;width:100%;padding:var(--well-gutter);background-color:#2c3440}.pl-timeline{max-width:250px}.hljs{display:block;overflow-x:auto;padding:10px;line-height:18px;color:#789;background:#1f252b}.hljs-comment,.hljs-quote{color:#345;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#c9833d}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta-string{color:#56a7d0}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#30bd70}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.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: 2),only screen and (-webkit-min-device-pixel-ratio: 1.25),only screen and (min-resolution: 120dpi),only screen and (min-resolution: 2dppx){#tab-profile #check .username-check .icon,#modal #check .username-check .icon{background:url(../img/spinner-678-2x-EhIvreCp.gif) 0 0 no-repeat!important;background-size:16px 16px}div.selector,div.selector span{background-image:url(../img/selects-2x-BdAy_hRp.png)!important;background-size:700px 720px}.poster .frame,.list-frame{box-shadow:inset 0 0 1px #def}body.error h1{background-image:url(../img/logo-combined-2x-C003283K.png)!important;background-size:240px 32px}}._meter_zczh2_1{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;overflow:hidden;--surface-color: #345;--meter-surface-color: #00E054;--border-radius: .15384615rem;--height: .30769231rem;width:100%}.mobile ._meter_zczh2_1{--border-radius: .16666667rem;--height: .33333333rem}._meter_zczh2_1,._meter_zczh2_1::-webkit-meter-bar{height:var(--height);border-radius:var(--border-radius);background:var(--surface-color)}._meter_zczh2_1:-moz-meter-optimum::-moz-meter-bar{background:var(--meter-surface-color)}._meter_zczh2_1::-webkit-meter-optimum-value{background:var(--meter-surface-color)}._label_zczh2_29{margin-block-start:.53846154rem;margin-block-end:0;font-size:.92307692rem;color:currentColor;overflow-wrap:break-word}.mobile ._label_zczh2_29{margin-block-start:.58333333rem;font-size:1rem}
