@-webkit-keyframes slideBump{0%,50%,to{transform:translateY(0)}20%,80%{transform:translateY(-5px)}}@keyframes slideBump{0%,50%,to{transform:translateY(0)}20%,80%{transform:translateY(-5px)}}.crs{position:relative;min-height:20px;overflow:hidden;transition:height .5s cubic-bezier(.25,.46,.45,.94)}.crs:not([inited]) .crs__prev,.crs:not([inited]) .crs__next{opacity:0;background-color:transparent;pointer-events:none}.crs__loader{width:200px;outline:1px solid red}.crs__prev,.crs__next{opacity:0;pointer-events:none;position:absolute;z-index:2;top:0;bottom:0;width:2rem;height:2rem;margin:auto 0;background-color:#ffc200;color:#000;font-family:"filmweb-ico";font-size:1rem;line-height:2rem;text-align:center;cursor:pointer;transform:scale(1);transform-origin:center;transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);border-radius:50%}.mouse .crs__prev:hover:not(.isInactive),.mouse .crs__next:hover:not(.isInactive){background-color:#ffd44d}.crs__prev.isInactive,.crs__next.isInactive{opacity:.3;background-color:#888;cursor:default;display:none}.crs__prev.isHidden,.crs__next.isHidden{transform:scale(0);transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);opacity:0}.crs__prev--small,.crs__next--small{width:2.5rem;height:2.5rem;font-size:.875rem;line-height:2.5rem}.crs__prev{left:0}.crs__prev::before{content:"\e902"}.crs__next{right:0}.crs__next::before{content:"\e903"}.crs__dots{display:flex;justify-content:center;margin-bottom:.5rem}.crs__dot{display:block;flex-shrink:0;width:.5rem;height:.5rem;margin:0 .375rem;border-radius:.5rem;background:rgba(0,0,0,.3)}.crs__dot--selected{background:#242424}.crs__container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.crs__wrapper{display:flex;position:relative;flex-wrap:nowrap;align-items:flex-start}.crs__wrapper.crs--center{align-items:center}.crs__item{display:block;position:relative;flex-shrink:0}.crs--debug .crs__item{position:relative;background-color:#e8e8e8}.crs--debug .crs__item:nth-child(even){background-color:#ddd}.crs__item--remove{transform-origin:50% 50%;transform:perspective(600px) rotateX(-90deg);opacity:0;transition:margin .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94)}.crs__item--show{-webkit-animation:itemShow .3s cubic-bezier(.25,.46,.45,.94);animation:itemShow .3s cubic-bezier(.25,.46,.45,.94)}.crs__item--insert{-webkit-animation:itemInsert .3s cubic-bezier(.25,.46,.45,.94);animation:itemInsert .3s cubic-bezier(.25,.46,.45,.94)}.crs__debug{position:absolute;z-index:100;max-width:200px;padding:5px;overflow:hidden;background-color:rgba(0,0,0,.5);color:#fff;font-size:9px}.crs__debug--item{bottom:0;left:0}.crs__debug--carousel{top:0;left:0}.crs__exampleItem{padding:50px 10px;border:3px solid red}.crs__exampleItem button{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:20px;background:#000;color:#fff}.crs__showAllButton{display:flex;flex-direction:column;align-items:center;justify-content:center;transform-origin:center}.crs__showAllButton:hover .ico{background:#ffd44d}.crs__showAllButton:hover span{opacity:.6}.crs__showAllButton span{display:inline-block;width:100%;padding-top:1rem;transition:opacity .3s cubic-bezier(.39,.29,0,1);opacity:1;font-size:.875rem;font-weight:700;text-align:center}.crs__showAllButton .ico{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;transform:scale(0);border-radius:50%;background:#ffc200;font-size:3.25rem}.crs__showAllButton .ico--goUp::before{transform:rotate(90deg)}.isVisible .crs__showAllButton .ico{transform:scale(1);transition:transform .3s cubic-bezier(.39,.29,0,1),background .25s cubic-bezier(.39,.29,0,1)}.crs--limited .crs__next,.crs--limited .crs__prev,.crs--roundedNavigation .crs__next,.crs--roundedNavigation .crs__prev{transform:scale(1);transform-origin:center;transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);border-radius:50%}.crs--limited .crs__next.isHidden,.crs--limited .crs__prev.isHidden,.crs--roundedNavigation .crs__next.isHidden,.crs--roundedNavigation .crs__prev.isHidden{transform:scale(0);transition:opacity .5s cubic-bezier(.39,.29,0,1),transform .25s cubic-bezier(.39,.29,0,1);opacity:0}.crs--isReloading .crs__item,.crs--isScrolling .crs__item{pointer-events:none}.crs .crs__container::-webkit-scrollbar{display:none}.crs--isLoading.crs--endOfList::after{content:"";position:absolute;z-index:12;top:0;right:0;bottom:0;left:0;width:4rem;height:4rem;margin:auto;-webkit-animation:spin .9s cubic-bezier(.5,0,.35,1) infinite,delayed-fade-in .75s;animation:spin .9s cubic-bezier(.5,0,.35,1) infinite,delayed-fade-in .75s;opacity:inherit;display:inline-block;border:.25rem solid #f8f8f8;border-top:.25rem solid #ffc200;border-radius:50%}.crs--hasNoNav .crs__prev,.crs--hasNoNav .crs__next{opacity:0;pointer-events:none}.crs--centered.crs--hasNoNav .crs__wrapper{justify-content:center}.crs--stretched .crs__wrapper{align-items:stretch}.crs--stretched .crs__item{display:flex;flex-direction:column}.crs--compact .crs__prev.isInactive,.crs--compact .crs__next.isInactive{opacity:0;pointer-events:none}.crs--isLocked,.crs--isRemoving{pointer-events:none}html.touch:not(.mouse) .crs__next,html.touch:not(.mouse) .crs__prev{opacity:0;pointer-events:none}@media (max-width:767px){.crs__prev,.crs__next{display:none}}@media (min-width:768px){.crs__prev,.crs__next{opacity:1;pointer-events:all}.crs__dots{display:none}}@media (min-width:1152px){html.touch:not(.mouse) .crs__next:not(.isInactive),html.touch:not(.mouse) .crs__prev:not(.isInactive){opacity:1;pointer-events:all}.page__section--wide.page__section--dark .crs,.page__section--wide.page__section--black .crs{position:relative}.page__section--wide.page__section--dark .crs::before,.page__section--wide.page__section--dark .crs::after,.page__section--wide.page__section--black .crs::before,.page__section--wide.page__section--black .crs::after{content:"";position:absolute;z-index:1;top:0;bottom:0;width:7.5rem;pointer-events:none}.page__section--wide.page__section--dark .crs::before,.page__section--wide.page__section--black .crs::before{left:0;background:linear-gradient(to right,rgba(0,0,0,.72) 0,transparent 98%) no-repeat}.page__section--wide.page__section--dark .crs::after,.page__section--wide.page__section--black .crs::after{right:0;background:linear-gradient(to right,transparent 0,rgba(0,0,0,.72) 98%) no-repeat}.page__section--wide.page__section--dark .crs__next,.page__section--wide.page__section--dark .crs__prev,.page__section--wide.page__section--black .crs__next,.page__section--wide.page__section--black .crs__prev{width:2.5rem;height:2.5rem;line-height:2.5rem}.page__section--wide.page__section--dark .crs__next,.page__section--wide.page__section--black .crs__next{right:1rem;z-index:2}.page__section--wide.page__section--dark .crs__prev,.page__section--wide.page__section--black .crs__prev{z-index:2;left:1rem}.page__section--wide:not(.isDark):not(.page__section--black) .crs{position:relative}.page__section--wide:not(.isDark):not(.page__section--black) .crs::before,.page__section--wide:not(.isDark):not(.page__section--black) .crs::after{content:"";position:absolute;top:0;bottom:0;width:7.5rem;pointer-events:none;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.72) 98%) no-repeat}.page__section--wide:not(.isDark):not(.page__section--black) .crs::before{left:0;z-index:1}.page__section--wide:not(.isDark):not(.page__section--black) .crs::after{right:0}.page__section--wide:not(.isDark):not(.page__section--black) .crs__next,.page__section--wide:not(.isDark):not(.page__section--black) .crs__prev{width:2.5rem;height:2.5rem;line-height:2.5rem}.page__section--wide:not(.isDark):not(.page__section--black) .crs__next{right:1rem;z-index:2}.page__section--wide:not(.isDark):not(.page__section--black) .crs__prev{left:1rem;z-index:2}.crs--vertical .crs__wrapper{flex-wrap:wrap;flex-direction:column}.crs--vertical .crs__prev,.crs--vertical .crs__next{display:none}.crs--vertical .crs__item{margin:0 auto}}.crs--ribbons{margin-top:-.25rem}.crs--ribbons .crs__item{padding-top:.25rem}.crs--persons .crs__item{width:calc((100% - 2rem)/2);padding-left:1rem}.crs--persons .crs__item:last-child{width:50%;padding-right:1rem}@media (min-width:768px){.crs--persons .crs__item{width:calc((100% - 1rem)/5);padding-bottom:1.75rem}.crs--persons .crs__item:last-child{width:calc(20% + .75rem);padding-right:1rem}}@media (min-width:1152px){.crs--persons .crs__item{width:20%;padding-right:1rem;padding-bottom:1rem;padding-left:1rem}.crs--persons .crs__item:last-child{width:20%}}.crs--posters .crs__item{padding-bottom:1.5rem;padding-left:1rem}.crs--posters .crs__item:last-child{padding-right:1rem}@media (min-width:768px){.crs--posters .crs__item{padding-bottom:1.75rem}}@media (min-width:1152px){.crs--posters .crs__item{padding-right:1rem;padding-bottom:2rem;padding-left:1rem}}@media (min-width:1152px){.crs--posters.lg-4 .crs__item{width:25%}}.crs--polaroids .crs__item{box-sizing:content-box;width:14.5rem;padding-bottom:1.5rem;padding-left:1rem}.crs--polaroids .crs__item:last-child{padding-right:1rem}.crs--polaroids .crs__item>*{box-sizing:border-box}@media (min-width:768px){.crs--polaroids .crs__item{width:17rem;padding-bottom:1.75rem}}@media (min-width:1152px){.crs--polaroids .crs__item{box-sizing:border-box;width:33.3333333333%;padding:0 1rem 2rem}}@media (min-width:1152px){.crs--polaroids.lg-4 .crs__item{width:25%}}@media (min-width:1152px){.crs--polaroids.lg-2 .crs__item{width:50%}}@media (min-width:768px)and (max-width:1151px){.crs--polaroids.md-2 .crs__item{width:calc(50% - 1.5rem)}}@media (min-width:1152px){.crs--polaroids.lg-sidebar{height:auto!important}.crs--polaroids.lg-sidebar .crs__wrapper{flex-direction:column}.crs--polaroids.lg-sidebar .crs__prev,.crs--polaroids.lg-sidebar .crs__next{display:none}.crs--polaroids.lg-sidebar .crs__item{width:100%}}html.debug .crs{outline:1px solid #00f}html.debug .crs .crs__wrapper{background:green}html.debug .crs .crs__item{outline:1px solid red}.vjs-age-badge-elem{position:absolute;z-index:4;top:.625rem;left:.625rem;width:1.5rem;height:1.5rem;background:url(../gfx/d.2c7d71ff0b377575819a4a1417a2ac4ec.svg)}.vjs-age-badge-val_7{background:url(../gfx/d.2acafedcb7c4ff7ff2572b6c9af9800d3.svg)}.vjs-age-badge-val_12{background:url(../gfx/d.2913a7f3c5f553d5676c873e23049c865.svg)}.vjs-age-badge-val_16{background:url(../gfx/d.292fc1acbb4bf800ea7bd30c29c286de0.svg)}.vjs-age-badge-val_18{background:url(../gfx/d.268da3232e7d3849277ceaf886c8db755.svg)}@media (min-width:768px){.vjs-age-badge-elem{width:1.6875rem;height:1.6875rem}}.polaroid{display:block;width:100%;transition:all .5s cubic-bezier(.25,.46,.45,.94);text-align:center;position:relative}.polaroid .videoAgeBadge{z-index:1;opacity:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.polaroid__thumbnail{position:relative;width:100%}.polaroid__thumbnail img{color:#e8e8e8}.polaroid__caption{position:relative;z-index:1;padding:.75rem .9375rem .875rem;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.polaroid__caption .labelBox--gold{top:-1.375rem;margin:-.5rem 0;padding:.5rem 1rem .375rem}.polaroid__lead{display:none;color:#888;text-align:left}.polaroid__lead:not(:empty){display:block;margin-top:.3125rem;margin-bottom:.625rem;overflow:hidden;color:#242424;font-size:.875rem;text-align:center;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.polaroid__title{font-size:1.125rem}.polaroid__title a,.polaroid__title span{max-width:100%;max-height:4.5rem;margin:0 auto;color:#242424;font-family:"Lato",sans-serif;font-weight:400;line-height:1.3;white-space:normal}.polaroid__title a::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.polaroid__subtitle{color:#888;font-size:.875rem}.polaroid__meta{margin-top:.625rem;color:#888;font-family:"Lato",sans-serif;font-size:.875rem;text-align:center}.polaroid__meta:empty{display:none}.polaroid__date:not(:empty)+.polaroid__commentsCount::before{content:"/";margin-right:.1875rem;margin-left:.1875rem}.polaroid__commentsCount{position:relative;text-decoration:none}.polaroid__fullLinkable{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.mouse .polaroid:hover .videoAgeBadge{opacity:1}.mouse .polaroid:hover .thumbnail{background-size:35%}.mouse .polaroid:hover .thumbnail__image{transform:scale(1.1)}.mouse .polaroid:hover .polaroid__caption{box-shadow:0 0 2rem rgba(0,0,0,.2)}.isDark .polaroid .polaroid__title a,.polaroid--dark .polaroid__title a{color:#eee}.isDark .polaroid .polaroid__lead,.polaroid--dark .polaroid__lead{color:#888}.mouse .isDark .polaroid:hover .polaroid__caption,.mouse .polaroid--dark:hover .polaroid__caption{background:#242424}.polaroid--horizontal .polaroid__header{padding-top:0}.polaroid--horizontal .polaroid__caption{padding:.625rem 1rem .875rem}.polaroid--horizontal .polaroid__title a,.polaroid--horizontal .polaroid__title span{font-size:1rem;line-height:1.5}.polaroid--horizontal.polaroid--sm .labelBox{top:0;margin:0 0 .25rem;padding:0}.polaroid--carousel .labelBox,.polaroid--compact .labelBox,.polaroid--wide .labelBox{top:0;margin:0;padding:0;overflow:hidden}.polaroid--carousel .polaroid__header,.polaroid--compact .polaroid__header,.polaroid--wide .polaroid__header{padding:0}.polaroid--compact{display:flex;text-align:left;text-align:initial}.polaroid--compact .polaroid__thumbnail{width:7rem;flex-shrink:0}.polaroid--compact .polaroid__caption{width:13rem;padding:.0625rem 1rem 0 .75rem}.polaroid--compact .polaroid__header{padding-bottom:1.25rem}.polaroid--compact .polaroid__title{font-size:.875rem;line-height:1.25rem}.polaroid--compact .polaroid__meta{position:absolute;bottom:0;margin:0;text-align:left;text-align:initial;font-size:.75rem;line-height:1rem}.polaroid--carousel .polaroid__title,.polaroid--wide .polaroid__title{font-size:1rem;line-height:1.5rem}.polaroid--carousel .polaroid__meta,.polaroid--wide .polaroid__meta{font-size:.875rem;line-height:1.25rem}.polaroid--wide .polaroid__thumbnail{margin:0 auto;width:18rem}.polaroid--wide .polaroid__caption{width:20rem;padding:.8125rem 1rem 0}.polaroid--square .polaroid__caption{padding:0}.polaroid--square .polaroid__title{padding:.625rem 0 .5rem;font-size:1rem;line-height:1.5}.polaroid--square .polaroid__lead{margin:.125rem 0 .5rem;color:#888}.polaroid--square .labelBox{top:-.75rem;margin:-.75rem 0}.polaroid--single .polaroid__lead{margin-top:.5rem;color:#888}@media (min-width:768px){.polaroid__meta{margin-top:.75rem;font-size:.875rem}.polaroid__lead{display:block;margin-top:.5rem;font-size:1rem}.polaroid__title{font-size:1.125rem}.polaroid--horizontal{display:flex;width:100%;text-align:left}.polaroid--horizontal .polaroid__thumbnail{flex:1 0 auto;width:25.3125rem}.polaroid--horizontal .polaroid__caption{display:flex;flex-direction:column;align-self:stretch;justify-content:center;width:100%;margin:0;padding:0 0 0 1.5rem}.polaroid--horizontal .polaroid__caption::before{content:"";position:absolute;top:0;right:0;left:1.5rem;height:.5rem;background:#ffc200}.polaroid--horizontal .polaroid__header{margin-bottom:.875rem;padding-top:1.3125rem}.polaroid--horizontal .polaroid__title{margin-bottom:.875rem;padding-right:1.25rem}.polaroid--horizontal .polaroid__title a,.polaroid--horizontal .polaroid__title span{font-size:1.125rem;line-height:1.44}.polaroid--horizontal .polaroid__lead:not(:empty){padding-right:1.25rem;line-height:1.4;text-align:left}.polaroid--horizontal .polaroid__meta{padding:0;font-size:.875rem;text-align:left}.polaroid--horizontal.polaroid--sm .polaroid__thumbnail{width:20rem}.polaroid--horizontal.polaroid--sm .polaroid__caption{justify-content:flex-start;padding:1.5rem 0 0 1.5rem}.polaroid--horizontal.polaroid--sm .polaroid__meta,.polaroid--horizontal.polaroid--sm .polaroid__title{margin:0}.polaroid--horizontal.polaroid--sm .polaroid__header{margin-bottom:.625rem;padding-top:0}.polaroid--horizontal.polaroid--sm .labelBox{margin:.125rem 0 .375rem}.polaroid--horizontal.polaroid--equal .polaroid__thumbnail,.polaroid--horizontal.polaroid--equal .polaroid__caption{width:50%}.polaroid--carousel .polaroid__meta,.polaroid--compact .polaroid__meta,.polaroid--wide .polaroid__meta{font-size:.875rem;line-height:1.25rem}.polaroid--carousel,.polaroid--compact{width:20rem;flex-flow:wrap;text-align:center}.lg-2 .polaroid--carousel,.lg-2 .polaroid--compact{width:auto}.polaroid--carousel .polaroid__thumbnail,.polaroid--compact .polaroid__thumbnail{width:100%}.polaroid--carousel .polaroid__caption,.polaroid--compact .polaroid__caption{width:100%;padding:1.0625rem .5rem 1rem}.polaroid--carousel .polaroid__header,.polaroid--compact .polaroid__header{padding-bottom:.5rem}.polaroid--carousel .polaroid__title,.polaroid--compact .polaroid__title{overflow:hidden;font-size:1rem;line-height:1.5rem;height:3rem}.polaroid--carousel .polaroid__meta,.polaroid--compact .polaroid__meta{position:relative;text-align:center}.polaroid--wide{display:flex;text-align:inherit}.polaroid--wide .polaroid__thumbnail{width:25.4375rem;flex-shrink:0}.polaroid--wide .polaroid__caption{width:16.5625rem;padding:1.0625rem 1rem 1rem;border-top:.25rem solid #ffc200}.polaroid--wide .polaroid__title{font-size:1.125rem;line-height:1.75rem}.polaroid--wide .polaroid__meta{position:absolute;left:1rem;bottom:1rem;margin:0;text-align:inherit}.polaroid--single .polaroid__caption{display:inline-block}.polaroid--single .polaroid__caption::before{display:none}.polaroid--single .polaroid__lead{text-align:left;-webkit-line-clamp:3}.polaroid--single .polaroid:hover .polaroid__caption{box-shadow:none}.polaroid--single .labelBox{top:0;margin:0}.polaroid--square .polaroid__caption{padding:0 0 1rem}.polaroid--square .polaroid__title{padding:.375rem .5rem;font-size:1.125rem}.polaroid--square .polaroid__lead{margin:.125rem .5rem .5rem;line-height:1.7}}@media (min-width:1152px){.polaroid--horizontal .polaroid__thumbnail{width:25.625rem}.polaroid--horizontal .polaroid__title{display:-webkit-box;overflow:hidden;font-size:1.25rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3}.polaroid--horizontal .polaroid__meta,.polaroid--horizontal .polaroid__category{font-size:.875rem}.polaroid--horizontal.polaroid--sm .polaroid__thumbnail{width:20rem}}.labelBox{display:inline-block;position:relative;z-index:1;margin-top:.25rem;margin-bottom:.375rem;color:#e7a90f;font-family:"Lato",sans-serif;font-size:.75rem;font-weight:700;line-height:1rem;text-transform:uppercase}.labelBox__category::after{content:", "}.labelBox__category:last-child::after{content:""}.labelBox--slash .labelBox__category::after{content:" / "}.labelBox--slash .labelBox__category:last-child::after{content:""}.labelBox--grayText{position:relative;margin:0;padding:.625rem 0;color:#ccc;font-family:"Lato",sans-serif;font-weight:400;line-height:1.4;text-transform:none}.labelBox--gray{position:relative;top:-1.5rem;margin-top:0;margin-bottom:-1.5rem;padding:.5rem 1rem;background-color:#e8e8e8;color:#242424}.labelBox--lighten{font-weight:400;margin-top:.5rem;margin-bottom:.25rem}.labelBox--gold{position:relative;top:-1.75rem;margin-top:0;margin-bottom:-1.5rem;padding:.5rem 1rem;background-color:#ffc200;color:#242424}.labelBox--red{color:#e10817;font-family:"Lato",sans-serif;font-size:.75rem}.firstNewsContainer .labelBox--firstNewsContainer{display:inline-flex;align-items:center;height:1.25rem;padding:0 .5rem;border-radius:1px;background:#ffc200;color:#242424;font-size:.75rem;line-height:1}.labelBox--bold{font-family:"PT Sans Narrow","Open Sans",sans-serif;font-size:.875rem;font-weight:700}.labelBox--wide{width:100%}.labelBox--elastic{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.labelBox.isEnded{background-color:#e8e8e8}@media (max-width:767px){.firstNewsContainer .labelBox--firstNewsContainer{height:1.25rem;background:#ffc200;color:#242424;font-size:.75rem}}.thumbnail{display:block;position:relative;width:100%;height:0;overflow:hidden;background:#e8e8e8 url(../gfx/d.241740e7c59302575824baae6de87972c.svg) center center no-repeat;background-size:28%}.thumbnail__header{display:flex;position:absolute;z-index:1;top:50%;right:0;bottom:0;left:0;align-items:flex-end;padding:.75rem .75rem .625rem;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.35) 99%);color:#fff;font-size:.875rem;text-transform:uppercase}.thumbnail__image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1);transition:transform .5s cubic-bezier(.25,.46,.45,.94);-o-object-fit:cover;object-fit:cover}.thumbnail__image:not([src]){visibility:hidden}.thumbnail__video{min-width:100%;min-height:100%;-o-object-fit:fill;object-fit:fill}.thumbnail__link{position:absolute;top:0;right:0;bottom:0;left:0}.thumbnail__link::before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(128,128,128,.25);z-index:1}.section__dark .thumbnail__link::before{border:1px solid #000}.thumbnail--1x1{padding-top:100%}.thumbnail--16x9{padding-top:56.25%}.thumbnail--3x2{padding-top:66.6666666667%}.thumbnail--mainSliders{padding-top:18.75rem}.thumbnail--7x10{padding-bottom:142.8571428571%}.thumbnail--13x6{padding-bottom:46.1538461538%}.thumbnail--square-to-rectangle{padding-top:100%}.thumbnail--video .thumbnail__link::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:content-box;width:3.5rem;height:3.5rem;margin:auto;background:url(../gfx/d.256b83e756eecec56906a6f06b1623581.svg) top left no-repeat}.mouse .thumbnail--video .thumbnail__link:hover::after{background-image:url(../gfx/d.2b3a4155aa3e482d2f0fc4a9f7fa72738.svg)}.thumbnail--video .thumbnail__link::before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;height:100%}.thumbnail--video .thumbnail__link:hover{cursor:pointer}.thumbnail--header-top .thumbnail__header{display:flex;position:absolute;top:0;right:0;bottom:66%;left:0;align-items:flex-start;padding:.75rem .75rem .625rem .875rem;background-image:linear-gradient(to top,transparent,rgba(0,0,0,.85));color:#fff;font-size:.75rem}@media (max-width:767px){.thumbnail__link::before{border-right:0;border-left:0}}@media (min-width:768px){.thumbnail--square-to-rectangle{padding-top:56.25%}}@media (min-width:1152px){.thumbnail--mainSliders{padding-top:25rem}}.newsSection .newsSection__item{padding:0 0 1rem}.newsSection .newsSection__item.crs__item{padding-left:1rem}.newsSection .crs__container{width:100%}@media (max-width:767px){.newsSection--filmNewsSection .polaroid{display:flex}.newsSection--filmNewsSection .polaroid__thumbnail{width:100%;max-width:7rem}.newsSection--filmNewsSection .polaroid__thumbnail .thumbnail--16x9{padding-top:100%}.newsSection--filmNewsSection .polaroid__caption{padding-top:0;padding-right:.5rem;text-align:left}.newsSection--filmNewsSection .polaroid__caption .labelBox{margin-top:0;margin-bottom:.25rem;font-size:.75rem;line-height:1.33}.newsSection--filmNewsSection .polaroid__title{font-size:.875rem;line-height:1.43}.newsSection--filmNewsSection .polaroid__meta{font-size:.75rem;text-align:left}.newsSection--filmNewsSection .polaroid__date:not(:empty)+.polaroid__commentsCount{margin-left:0}}@media (min-width:768px){.newsSection .newsSection__items{display:flex;flex-wrap:wrap;padding:0 .25rem}.newsSection .newsSection__item{width:50%;padding:0 .75rem 1.5rem}.newsSection .newsSection__item--promoted{width:100%}.newsSection--filmNewsSection .polaroid--horizontal .polaroid__thumbnail{max-width:20rem}.newsSection--filmNewsSection .polaroid--horizontal .polaroid__caption{display:block;padding-top:.625rem}.newsSection--filmNewsSection .polaroid--horizontal .polaroid__header{margin-bottom:0;padding-top:0}.newsSection--filmNewsSection .polaroid--horizontal .labelBox{position:relative;top:0;left:0;margin-top:1rem;margin-bottom:.5rem;font-size:.875rem}}@media (min-width:1152px){.newsSection .newsSection__items{padding:0}.newsSection .newsSection__item{width:33.3333333333%;padding:0 1rem 2rem}.page__main .newsSection .newsSection__item,.wrapperContent__content .newsSection .newsSection__item{width:50%}.newsSection .newsSection__item--promoted{width:100%}.newsSection--mainColumn .newsSection__item{width:50%}.newsSection--mainColumn .newsSection__item.newsSection__item--promoted{width:100%}.newsSection--videoRelated .newsSection__item{width:50%}.newsSection--wide .newsSection__item,.newsSection--wide .polaroid--compact{width:100%}}.videoAgeBadge{pointer-events:none;position:absolute;left:0;top:0;margin:.25rem;width:2rem;height:2rem;background-size:1.5rem;background-position:center;background-repeat:no-repeat}.videoAgeBadge[data-value=null]{display:none}.videoAgeBadge[data-value="-1"]{display:none}.videoAgeBadge[data-value="0"]{background-image:url(../gfx/d.2c7d71ff0b377575819a4a1417a2ac4ec.svg)}.videoAgeBadge[data-value="7"]{background-image:url(../gfx/d.2acafedcb7c4ff7ff2572b6c9af9800d3.svg)}.videoAgeBadge[data-value="12"]{background-image:url(../gfx/d.2913a7f3c5f553d5676c873e23049c865.svg)}.videoAgeBadge[data-value="16"]{background-image:url(../gfx/d.292fc1acbb4bf800ea7bd30c29c286de0.svg)}.videoAgeBadge[data-value="18"]{background-image:url(../gfx/d.268da3232e7d3849277ceaf886c8db755.svg)}.videoAgeBadge--small{width:1.25rem;height:1.25rem;background-size:1.125rem}