@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;

    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
    position: relative;

    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;

    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    /*background: url("owl.video.play.png") no-repeat;*/
    cursor: pointer;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;

    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    height: 100%;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}.MainMenu{background:#282b30;height:61px;font-size:0}@media screen and (max-width:768px){.MainMenu{visibility:hidden}}.MainMenu-logo{font-family:Rockwell,Helvetica,sans-serif;text-transform:uppercase;display:none;font-size:0;text-decoration:none;float:left;position:relative;text-align:left}@media screen and (max-width:768px){.MainMenu-logo{display:inline-block}}.MainMenu-logo i{display:block;margin-left:20px;padding-top:11px;width:116px;height:40px}.MainMenu-logo svg{width:100%;fill:#fff}.MainMenu-buttonsInner{width:100%;max-width:1240px;margin:0 auto;position:relative;text-align:right;zoom:1;height:61px}.MainMenu-buttonsInner:before,.MainMenu-buttonsInner:after{content:"";display:table}.MainMenu-buttonsInner:after{clear:both}@media screen and (max-width:768px){.MainMenu-buttonsInner{width:auto;display:inline-block;vertical-align:top}}.MainMenu-inner{width:100%;max-width:1280px;margin:0 auto;height:100%;position:relative;text-align:right}.MainMenu .MainMenu-btn{width:62px;height:100%;vertical-align:top}.MainMenu .MainMenu-btn svg{fill:#6c727a;color:#6c727a}.MainMenu-social{display:inline-block;height:100%}@media screen and (max-width:768px){.MainMenu-social{display:none}}.MainMenu-button{display:none;border:none;background:transparent;cursor:pointer;margin:0;padding:0;outline:0;width:60px;height:100%;z-index:1;position:relative}@media screen and (max-width:768px){.MainMenu-button{display:inline-block;border-left:1px solid #474747}}.MainMenu-button>svg{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:19px;height:14px;fill:#6c727a}.MainMenu--fixed{position:fixed;left:0;top:-61px;width:100%;z-index:101}@media screen and (max-width:768px){.MainMenu--fixed{visibility:inherit;-ms-transform:translateY(61px);transform:translateY(61px)}}.MainMenu--fixed.MainMenu--active{-ms-transform:translateY(61px);transform:translateY(61px);transition:transform .5s;box-shadow:0 0 20px 0 #000}html.no-touchevents .MainMenu-button:hover svg{fill:#a3b0c2}html.no-touchevents .MainMenu-button svg{transition:fill .2s}html.no-touchevents .MainMenu .MainMenu-btn:hover svg{fill:#ff9898;color:#ff9898}html.no-touchevents .MainMenu .MainMenu-btn svg{transition:fill .2s,color .2s}.BtnFacebook{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;width:100%;height:100%}.BtnFacebook>svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnFacebook--header svg{width:16px;height:20px}.BtnFacebook--followUs{vertical-align:top;background:#ebebeb}.BtnFacebook--followUs svg{width:auto;height:154px;fill:#fff}@media screen and (max-width:979px){.BtnFacebook--followUs svg{height:98px}}.BtnFacebook--followUs .fb-page,.BtnFacebook--followUs .fb-page iframe[style],.BtnFacebook--followUs .fb-page span{width:100%!important}.BtnFacebook--share{width:30px;height:30px}.BtnFacebook--share svg{width:14px;height:19px;fill:#707a84}.BtnFacebook--left{width:50px;height:50px}.BtnFacebook--left svg{width:16px;height:20px;fill:#6c727a}.BtnFacebook--embed{background:#fff;cursor:default}.BtnFacebook--embed>div{margin:0 auto;display:block;max-width:500px}.BtnFacebook--embed.BtnFacebook--dark{background:#151515}.BtnFacebook--link{width:26px;height:26px}.BtnFacebook--link svg{width:14px;height:18px;fill:#747474}.BtnFacebook--count span{display:block;left:36px;right:0;position:absolute;top:50%;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-size:12px;color:#7e7e7e;text-align:left;-ms-transform:translateY(-50%);transform:translateY(-50%)}.BtnFacebook--count svg{left:8px;width:16px;height:20px;fill:#b1b6bb}.BtnFacebook--footer{width:auto}.BtnFacebook--footer svg{position:static;-ms-transform:none;transform:none}.BtnFacebook--rounded{width:42px;height:42px;border-radius:42px;background:#3c56a2}.BtnFacebook--rounded svg{width:10px;height:14px;fill:#fff}html.no-touchevents .BtnFacebook--share svg{transition:fill .2s}html.no-touchevents .BtnFacebook--share:hover svg{fill:#2d57df}html.no-touchevents .BtnFacebook--rounded:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid #fff;border-radius:42px;opacity:0;transition:opacity .2s}html.no-touchevents .BtnFacebook--rounded:hover:after{opacity:1}html.no-touchevents .BtnFacebook--rounded:hover svg{fill:#fff}.BtnTwitter{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;width:100%;height:100%}.BtnTwitter>svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnTwitter--header svg{width:24px;height:20px}.BtnTwitter--followUs{vertical-align:top;background:#ebebeb}.BtnTwitter--followUs svg{width:auto;height:156px;fill:#fff}@media screen and (max-width:979px){.BtnTwitter--followUs svg{height:99px}}.BtnTwitter--share{width:30px;height:30px}.BtnTwitter--share svg{width:21px;height:17px;fill:#707a84}.BtnTwitter--left{width:50px;height:50px}.BtnTwitter--left svg{width:24px;height:20px;fill:#6c727a}.BtnTwitter--embed{background:#fff;cursor:default}.BtnTwitter--embed.BtnTwitter--dark{background:#151515}.BtnTwitter--embed>iframe{margin:0 auto;display:block!important;height:432px!important;position:relative!important;top:-1px;border:1px solid #e9ebee!important}.BtnTwitter--link{width:26px;height:26px}.BtnTwitter--link svg{width:22px;height:18px;fill:#747474}.BtnTwitter--count span{display:block;left:36px;right:0;position:absolute;top:50%;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-size:12px;color:#7e7e7e;text-align:left;-ms-transform:translateY(-50%);transform:translateY(-50%)}.BtnTwitter--count svg{left:8px;width:24px;height:20px;fill:#b1b6bb}.BtnTwitter--footer{width:auto}.BtnTwitter--footer svg{position:static;-ms-transform:none;transform:none}.BtnTwitter--rounded{width:42px;height:42px;border-radius:42px;background:#209ac4}.BtnTwitter--rounded svg{width:16px;height:14px;fill:#fff}.twitter-timeline{border-radius:0;background:#fff}html.no-touchevents .BtnTwitter--share svg{transition:fill .2s}html.no-touchevents .BtnTwitter--share:hover svg{fill:#37b7f9}html.no-touchevents .BtnTwitter--rounded:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid #fff;border-radius:42px;opacity:0;transition:opacity .2s}html.no-touchevents .BtnTwitter--rounded:hover:after{opacity:1}html.no-touchevents .BtnTwitter--rounded:hover svg{fill:#fff}.BtnFide{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;width:100%;height:100%}.BtnFide>svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnFide--header{border-left:1px solid #41474e;border-right:1px solid #41474e;margin-right:17px}.BtnFide--header svg{width:38px;height:27px}.BtnNyc2016{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;width:100%;height:100%}.BtnNyc2016 svg{position:absolute;bottom:0;left:22px}.BtnNyc2016--header{width:174px!important}.BtnNyc2016--header svg{width:48px;height:52px;fill:#19abff!important}.BtnNyc2016 span{position:absolute;left:85px;top:28px;color:#19abff;font-size:12px;line-height:13px;font-family:HelveticaNeue,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:.05em}html.no-touchevents .BtnNyc2016:hover span{color:#ff9898}html.no-touchevents .BtnNyc2016:hover svg{fill:#ff9898!important}html.no-touchevents .BtnNyc2016 span{transition:color .2s}html.no-touchevents .BtnNyc2016 svg{transition:fill .2s}.BtnJoin{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;text-align:left}.BtnJoin--header{height:100%;width:183px;border-left:1px solid #474747;border-right:1px solid #474747}.BtnJoin--header svg{width:56px;height:50px;position:absolute;bottom:0;right:12px}.BtnJoin--header span{position:absolute;left:26px;top:20px;width:70px;color:#fefefe;font-size:11px;line-height:13px;font-family:HelveticaNeue,Helvetica,sans-serif;text-transform:uppercase}.BtnJoin svg{fill:#fff}html.no-touchevents .BtnJoin:hover span{color:#19abff}html.no-touchevents .BtnJoin:hover svg{fill:#19abff}html.no-touchevents .BtnJoin span{transition:color .2s}html.no-touchevents .BtnJoin svg{transition:fill .2s}.BtnSearch{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none}.BtnSearch>svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnSearch--header{position:absolute;left:0;top:0;border:none!important;width:60px!important;z-index:1}@media screen and (max-width:768px){.BtnSearch--header{position:relative;border-left:1px solid #41474e!important}}.BtnSearch--header svg{width:23px;height:23px}.BtnProfile{position:relative;display:inline-block;vertical-align:top;margin:0;padding:0;outline:0;background:transparent;border:none;width:100%;height:100%;text-decoration:none;text-align:left;color:#fff}@media screen and (max-width:768px){.BtnProfile{display:none}}.BtnProfile>a{display:block;color:inherit;text-decoration:none;cursor:pointer}.BtnProfile em{font-family:HelveticaNeue,Helvetica,sans-serif}.BtnProfile i>svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnProfile span{display:block;position:relative;height:100%}.BtnProfile .BtnProfile-login i>svg{left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnProfile .BtnProfile-personal{display:none}.BtnProfile .BtnProfile-personal i>svg{left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnProfile--header{margin-left:19px;border-left:1px solid #41474e;border-right:1px solid #41474e}.BtnProfile--header em{margin-left:70px;font-size:12px;letter-spacing:.025em;text-transform:uppercase;font-weight:700;font-style:normal;line-height:61px;display:none}.BtnProfile--header svg{display:block;width:40px;height:40px}.BtnProfile--sticky{margin-left:0}@media screen and (min-width:1240px){.BtnProfile--sticky{margin-right:20px}}.BtnProfile.BtnProfile--dropdown{background:#6c727a}.BtnProfile.BtnProfile--dropdown .BtnProfile-dropdown{height:100px}.BtnProfile.BtnProfile--dropdown a svg{fill:#fff!important;color:#fff!important}.BtnProfile-dropdown{display:none;position:absolute;right:0;top:100%;background:#6c727a;color:#fff;z-index:99;height:0;overflow:hidden}.BtnProfile-dropdown ul{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;line-height:17px;padding-top:11px}.BtnProfile-dropdown li+li{margin-top:3px}.BtnProfile-dropdown a{display:block;color:inherit;text-decoration:none;padding:11px 40px 9px 20px;white-space:nowrap}.BtnProfile-dropdown a i{display:inline-block;position:relative;vertical-align:middle;top:-1px;font-style:normal;margin-right:10px;font-size:0}.BtnProfile-dropdown a i svg{display:block}.BtnProfile-dropdown--personal i,.BtnProfile-dropdown--personal i svg{width:19px}.BtnProfile-dropdown--logout i{margin-left:3px;margin-right:14px!important}.BtnProfile-dropdown--logout i,.BtnProfile-dropdown--logout i svg{width:12px}.BtnProfile--landing{width:60px;margin-left:18px;position:relative;z-index:1;margin-right:-20px;border-left:1px solid rgba(111,118,135,.5)}.BtnProfile--landing em{display:none}.BtnProfile--landing>a i svg{width:30px;height:30px}.BtnProfile--landing i svg{color:#6f7687;fill:#6f7687}.Page--logged .BtnProfile--header{min-width:80px}.Page--logged .BtnProfile-login{display:none}.Page--logged .BtnProfile-personal{display:block}.Page--logged .BtnProfile-dropdown{display:block}html.no-touchevents .BtnProfile--header em,html.no-touchevents .BtnProfile--landing em{transition:color .2s}html.no-touchevents .BtnProfile--header:hover,html.no-touchevents .BtnProfile--landing:hover{color:#ff9898}html.no-touchevents .BtnProfile--header:hover>a svg,html.no-touchevents .BtnProfile--landing:hover>a svg{color:#ff9898;fill:#ff9898}html.no-touchevents .BtnProfile--landing i svg{transition:fill .2s}html.no-touchevents .BtnProfile-dropdown a{transition:color .2s}html.no-touchevents .BtnProfile-dropdown a:hover{color:#ff9898}.MainMenuSticky{background:#282b30;height:61px;font-size:0;position:fixed;left:0;top:-88px;width:100%;z-index:101}@media screen and (max-width:768px){.MainMenuSticky{visibility:inherit;-ms-transform:translateY(88px);transform:translateY(88px)}.MainMenuSticky:after{content:" ";font-size:0;position:absolute;top:100%;left:0;width:100%;height:6px;background:url(/static/img/header-shadow.png) 0 0 repeat-x transparent;background-size:auto 6px}}.MainMenuSticky-logo{font-family:Rockwell,Helvetica,sans-serif;text-transform:uppercase;font-size:0;text-decoration:none;float:left;margin-left:70px;position:relative;text-align:left;height:61px;width:73px}@media screen and (max-width:768px){.MainMenuSticky-logo{margin-left:11px}}.MainMenuSticky-logo i{display:block;margin-left:9px;margin-top:13px;width:55px;height:64px;position:relative;z-index:2}.MainMenuSticky-logo:after{position:absolute;content:" ";font-size:0;left:0;top:100%;width:78px;height:27px;background:url(/static/img/header-triangle.png) 0 0 no-repeat transparent;background-size:auto 27px;z-index:1}.MainMenuSticky-logo svg{width:100%;fill:#fff}.MainMenuSticky-inner{width:100%;max-width:1280px;margin:0 auto;height:100%;position:relative;text-align:right}.MainMenuSticky .MainMenuSticky-btn{width:62px;height:100%;vertical-align:top}.MainMenuSticky .MainMenuSticky-btn svg{fill:#6c727a;color:#6c727a}.MainMenuSticky-sections{float:left;margin-left:12px}@media screen and (max-width:768px){.MainMenuSticky-sections{display:none}}.MainMenuSticky-sections .MainMenuSticky-section{display:inline-block;height:61px;font-family:Rockwell,Helvetica,sans-serif;font-size:12px;line-height:12px;text-transform:uppercase;color:#fff;text-decoration:none;padding:27px 21px;letter-spacing:.0625em}@media screen and (max-width:980px){.MainMenuSticky-sections .MainMenuSticky-section{padding:27px 11px}}.MainMenuSticky-sections .MainMenuSticky-section em{font-style:normal}.MainMenuSticky-social{display:inline-block;height:100%;margin-right:19px}@media screen and (max-width:1108px){.MainMenuSticky-social{display:none}}.MainMenuSticky-button{display:none;border:none;background:transparent;cursor:pointer;margin:0;padding:0;outline:0;width:60px;height:100%;z-index:1;position:relative}@media screen and (max-width:768px){.MainMenuSticky-button{display:inline-block;border-left:1px solid #474747}}.MainMenuSticky-button>svg{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:19px;height:14px;fill:#6c727a}.MainMenuSticky--active{-ms-transform:translateY(88px);transform:translateY(88px);transition:transform .5s}.MainMenuSticky--active:after{content:" ";font-size:0;position:absolute;top:100%;left:0;width:100%;height:6px;background:url(/static/img/header-shadow.png) 0 0 repeat-x transparent;background-size:auto 6px}html.no-touchevents .MainMenuSticky-sections .MainMenuSticky-section{transition:color .2s}html.no-touchevents .MainMenuSticky-sections .MainMenuSticky-section:hover,html.no-touchevents .MainMenuSticky-sections .MainMenuSticky-section--active{color:#ff9898}html.no-touchevents .MainMenuSticky-button:hover svg{fill:#ff9898}html.no-touchevents .MainMenuSticky-button svg{transition:fill .2s}html.no-touchevents .MainMenuSticky .MainMenuSticky-btn:hover svg{fill:#ff9898;color:#ff9898}html.no-touchevents .MainMenuSticky .MainMenuSticky-btn svg{transition:fill .2s,color .2s}.LeftMenu{position:fixed;width:222px;top:0;bottom:0;background:#282b30;z-index:100;left:-222px;transition:transform .5s;transform:translateZ(0);-webkit-backface-visibility:hidden}.LeftMenu-inner{position:relative;height:100%;min-height:630px}.LeftMenu-sections{font-family:Rockwell,Helvetica,sans-serif;font-size:18px;text-transform:uppercase;color:#fff;letter-spacing:1px;padding-top:77px}.LeftMenu-sections a{display:block;padding:11px 0 11px 30px;color:inherit;text-decoration:none}.LeftMenu-personal{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:16px;letter-spacing:1px;text-transform:uppercase;color:#fff;border-top:1px solid #484b4e;border-bottom:1px solid #484b4e;margin-top:22px;padding-top:14px;padding-bottom:11px}.LeftMenu-personal a{display:block;color:inherit;text-decoration:none;padding:12px 40px 9px 25px;white-space:nowrap}.LeftMenu-personal a i{display:inline-block;position:relative;vertical-align:middle;top:-1px;font-style:normal;margin-right:10px;font-size:0}.LeftMenu-personal a i svg{display:block;color:#6c727a;fill:#6c727a}.LeftMenu-personal--login i,.LeftMenu-personal--login i svg{width:19px}.LeftMenu-personal--personal{display:none!important}.LeftMenu-personal--personal i,.LeftMenu-personal--personal i svg{width:19px}.LeftMenu-personal--logout{display:none!important}.LeftMenu-personal--logout i{margin-left:3px;margin-right:14px!important;top:0!important}.LeftMenu-personal--logout i,.LeftMenu-personal--logout i svg{width:12px}.LeftMenu-bottom{position:absolute;left:0;bottom:0;right:0}.LeftMenu-links{font-family:Superior Title,Times New Roman,Times,serif;font-style:italic;color:#676c74;font-size:18px;line-height:26px;margin-bottom:4px}.LeftMenu-links a{display:block;padding-left:30px;color:inherit;text-decoration:none}.LeftMenu-social{text-align:center;padding-right:10px;padding-left:2px;padding-top:8px;padding-bottom:8px;border-top:1px solid #3a3d43}.LeftMenu-social a{margin:0 8px}.Page--left-menu .LeftMenu{transform:translate3d(222px,0,0)}.Page--logged .LeftMenu-inner{min-height:665px}.Page--logged .LeftMenu-personal--login{display:none}.Page--logged .LeftMenu-personal--personal{display:block!important}.Page--logged .LeftMenu-personal--logout{display:block!important}.Header{background:#131313;color:#fff;font-family:Rockwell,Helvetica,sans-serif}@media screen and (max-width:770px){.Header{display:none}}.Header-inner,.Header-logo{position:relative;width:100%;max-width:1240px;margin:0 auto;height:148px}@media screen and (max-width:980px){.Header-inner,.Header-logo{height:124px}}.Header-logo{max-width:1220px}.Header-right{position:absolute;right:0;top:0;height:100%;width:100%;max-width:1250px}.Header h1{display:inline-block;position:relative;font-size:0;text-transform:uppercase;font-style:normal;font-weight:200;letter-spacing:1px;margin-left:20px;z-index:4}.Header h1 a{color:inherit;text-decoration:none}.Header h1 i{display:block}.Header h1 .Header-logo-large{margin-top:-24px;margin-left:32px;width:213px;height:125px}.Header h1 .Header-logo-middle{display:none;width:161px;height:66px;margin-top:25px}.Header h1 .Header-logo-small{display:none;margin-top:11px;width:116px;height:40px}@media screen and (max-width:980px){.Header h1 .Header-logo-large{display:none}.Header h1 .Header-logo-middle{display:block}}.Header svg{width:100%;fill:#fff}.Header-facebook{display:none}.Header-facebook>span{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:13px;line-height:15px;color:#fff;opacity:.4;display:inline-block;margin-right:5px}.Header--hidden{display:none}.f-Counter{text-align:center;min-height:30px;display:table;padding:40px 0 0;margin:0 auto}@media screen and (max-width:980px){.f-Counter{padding:37px 0 0}}.f-Counter .f-Counter-value{font-family:Superior Title,Times New Roman,Times,serif;font-size:34px;text-decoration:none;font-weight:100}.f-Counter .f-Counter-item{float:left;padding:0 5px;width:45px}.f-Counter .f-Counter-unit{font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:100;font-size:12px;line-height:16px;margin-top:-7px}@media screen and (max-width:980px){.f-Counter .f-Counter-unit{line-height:14px}}.VideoPreview{background-size:cover;background-position:center center;cursor:pointer;position:relative;color:inherit}.VideoPreview--header{position:absolute;z-index:1;right:0;top:0;width:183px;height:100%}@media screen and (max-width:760px){.VideoPreview--header{display:none}}.VideoPreview--header .VideoPreview-title{position:absolute;font-size:21px;line-height:24px;left:0;right:0;text-align:center;top:0;bottom:0;padding:19px 0;font-family:Superior Title,Times New Roman,Times,serif;font-weight:800;letter-spacing:1px}.VideoPreview--header .VideoPreview-title i{display:block;font-size:28px;font-style:italic;font-weight:400;color:#ff9898}@media screen and (max-width:980px){.VideoPreview--header .VideoPreview-title{padding:10px 0}}.VideoPreview--header .Btn-banner{width:100%;float:left;height:40px;background:#1a99e3;position:absolute;bottom:0;left:0;font-size:12px;text-transform:uppercase;text-align:center;padding-top:7px;font-weight:700;font-family:HelveticaNeue,Helvetica,sans-serif}.VideoPreview--header .Btn-banner i{width:24px;display:inline-block;margin-right:9px;vertical-align:middle;position:relative;top:1px}.VideoPreview--header .Btn-banner i svg{width:24px;height:100%}@media screen and (max-width:980px){.VideoPreview--header .Btn-banner{height:30px;padding-top:2px}}.VideoPreview--qatar2016 .Btn-banner{background:none!important;width:40px;height:40px;padding:0;right:10px;bottom:10px;left:auto}.VideoPreview--qatar2016 .Btn-banner i{width:40px;height:40px;margin:0}.VideoPreview--qatar2016 .Btn-banner i svg{width:40px}.VideoPreview--qatar2016 .VideoPreview-title{text-align:left;font-size:20px;line-height:22px;padding:16px 10px}@media screen and (max-width:980px){.VideoPreview--qatar2016 .VideoPreview-title{font-size:16px;line-height:18px}}.VideoPreview--qatar2016 .VideoPreview-title i{font-size:29px}@media screen and (max-width:980px){.VideoPreview--qatar2016 .VideoPreview-title i{font-size:22px}}.VideoPreview--qatar2016 .VideoPreview-title b{position:absolute;bottom:8px;left:10px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:16px;line-height:20px;font-weight:400;font-style:italic}@media screen and (max-width:980px){.VideoPreview--qatar2016 .VideoPreview-title b{font-size:14px;line-height:18px}}.VideoPreview--qatar2016 .VideoPreview-title b strong{font-weight:700;font-style:normal}.VideoPreview--gp2017 .Btn-banner{background:none!important;width:40px;height:40px;padding:0;right:10px;bottom:10px;left:auto}.VideoPreview--gp2017 .Btn-banner i{width:40px;height:40px;margin:0}.VideoPreview--gp2017 .Btn-banner i svg{width:40px}.VideoPreview--gp2017 .VideoPreview-title{text-align:left;font-size:20px;line-height:24px;padding:10px;letter-spacing:0}@media screen and (max-width:980px){.VideoPreview--gp2017 .VideoPreview-title{font-size:16px;line-height:18px}}.VideoPreview--gp2017 .VideoPreview-title i{font-size:22px;font-style:italic;font-weight:800}@media screen and (max-width:980px){.VideoPreview--gp2017 .VideoPreview-title i{font-size:22px}}.VideoPreview--gp2017 .VideoPreview-title b{position:absolute;bottom:13px;left:10px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:16px;line-height:20px;font-weight:400;font-style:normal;letter-spacing:0}@media screen and (max-width:980px){.VideoPreview--gp2017 .VideoPreview-title b{font-size:14px;line-height:18px}}.VideoPreview--gp2017 .VideoPreview-title b strong{font-weight:400;font-style:normal;color:#ff9898}.VideoPreview--blue .VideoPreview-overlay{display:block;background:-moz-linear-gradient(top,rgba(17,64,126,0) 0,rgba(17,64,126,0) 40%,rgba(17,64,126,.5) 60%,rgba(17,64,126,.7) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(17,64,126,0)),color-stop(40%,rgba(17,64,126,0)),color-stop(60%,rgba(17,64,126,.5)),color-stop(100%,rgba(17,64,126,.7)));background:-webkit-linear-gradient(top,rgba(17,64,126,0) 0,rgba(17,64,126,0) 40%,rgba(17,64,126,.5) 60%,rgba(17,64,126,.7) 100%);background:-o-linear-gradient(top,rgba(17,64,126,0) 0,rgba(17,64,126,0) 40%,rgba(17,64,126,.5) 60%,rgba(17,64,126,.7) 100%);background:-ms-linear-gradient(top,rgba(17,64,126,0) 0,rgba(17,64,126,0) 40%,rgba(17,64,126,.5) 60%,rgba(17,64,126,.7) 100%);background:linear-gradient(to bottom,rgba(17,64,126,0) 0,rgba(17,64,126,0) 40%,rgba(17,64,126,.5) 60%,rgba(17,64,126,.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0011407e',endColorstr='#b311407e',GradientType=0)}.VideoPreview--faded .VideoPreview-overlay{display:block;background:#000;opacity:.4}.VideoPreview-overlay{display:none;position:absolute;left:0;top:0;width:100%;height:100%}html.no-touchevents a.VideoPreview{transition:color .2s}html.no-touchevents a.VideoPreview--header .Btn-banner{transition:background .2s}html.no-touchevents a.VideoPreview--header:hover .Btn-banner{background:#65c6ff}html.no-touchevents a.VideoPreview--qatar2016 .Btn-banner i svg{transition:fill .2s}html.no-touchevents a.VideoPreview--qatar2016:hover .Btn-banner i svg{fill:#ff9898}html.no-touchevents a.VideoPreview--gp2017 .Btn-banner i svg{transition:fill .2s}html.no-touchevents a.VideoPreview--gp2017:hover .Btn-banner i svg{fill:#ff9898}html.no-touchevents a.VideoPreview .VideoPreview-icon{transition:opacity .2s}html.no-touchevents a.VideoPreview .VideoPreview-icon svg{transition:fill .2s}html.no-touchevents a.VideoPreview:hover .VideoPreview-icon svg{fill:#ff9898}.HeaderMenu{top:0;margin-left:221px;height:100%;margin-right:10px;font-size:0;padding-left:5%;z-index:100}.HeaderMenu--with-video{margin-right:193px}@media screen and (max-width:980px){.HeaderMenu{left:161px;padding-left:0}}@media screen and (max-width:760px){.HeaderMenu{display:none}}.HeaderMenu-inner{margin:0 8%;padding-top:33px}@media screen and (max-width:980px){.HeaderMenu-inner{margin:0 3%;padding-top:20px}}.HeaderMenu-section{display:inline-block;width:20%;font-size:13px;letter-spacing:1px;vertical-align:top;text-transform:uppercase}@media screen and (max-width:980px){.HeaderMenu-section{font-size:11px}}.HeaderMenu-section--nyc2016{position:relative}.HeaderMenu-section--nyc2016 .HeaderMenu-sectionTitle{z-index:2}.HeaderMenu-section--nyc2016 i{position:absolute;right:9px;bottom:11px;width:24px;height:71px}.HeaderMenu-section--nyc2016 i svg{width:100%;height:100%;fill:#464d56;transition:fill .2s}.HeaderMenu-section--tv em{display:inline-block;margin-left:4px;background:#19abff;font-family:HelveticaNeue,Helvetica,sans-serif;font-style:normal;font-size:10px;font-weight:700;padding:5px 4px 4px 5px;border-radius:2px}.HeaderMenu-section--club{position:relative}.HeaderMenu-section--club em{position:absolute;left:40px;top:-10px;width:33px;height:13px;padding-left:5px;background:#19abff;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:9px;letter-spacing:1px;line-height:14px;font-style:normal;font-weight:600}@media screen and (max-width:980px){.HeaderMenu-section--club em{left:35px;top:-11px}}.HeaderMenu-sectionContent{position:absolute;left:0;top:100%;right:0;color:#fff;font-size:.93em;line-height:2.4em;background:#131313;z-index:6;visibility:hidden;opacity:0;transition:visibility 0s linear .9s,opacity .2s linear .7s}.HeaderMenu .HeaderMenu-sectionContentBackground{position:absolute;left:0;top:0;bottom:0;right:0;background:#131313}.HeaderMenu .HeaderMenu-sectionContent.HeaderMenu-sectionContent--no-padding{padding:0}.HeaderMenu-sectionTitle{display:block;border-bottom:2px solid #464d56;margin:16px 9px 9px;position:relative;padding-bottom:34px;color:inherit;text-decoration:none;transition:border-color .2s}@media screen and (max-width:980px){.HeaderMenu-sectionTitle{padding-bottom:31px}}.HeaderMenu-sectionTitle--active{border-color:#ff9494}.HeaderMenu-section:hover .HeaderMenu-sectionTitle{border-color:#ff9494}.HeaderMenu-section:hover.HeaderMenu-section--nyc2016 i svg{fill:#ff9494}.HeaderMenu-section--hover .HeaderMenu-sectionContent.HeaderMenu-sectionContent--visible{visibility:visible;opacity:1;transition-delay:0s;transition-duration:0s,.2s;z-index:7}.HeaderRatingsList{position:relative;min-height:196px;padding:0 20px}.HeaderRatingsList-loader{position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px;visibility:hidden;opacity:0;transition:visibility 0s linear .5s,opacity .5s linear}.HeaderRatingsList-items{margin:20px 50px}.HeaderRatingsList .owl-carousel{display:block;zoom:1}.HeaderRatingsList .owl-carousel:before,.HeaderRatingsList .owl-carousel:after{content:"";display:table}.HeaderRatingsList .owl-carousel:after{clear:both}.HeaderRatingsList .owl-carousel .owl-nav,.HeaderRatingsList .owl-carousel .owl-dots{display:none}.HeaderRatingsList .owl-carousel .owl-item{-ms-transform:none;transform:none;-webkit-backface-visibility:visible}.HeaderRatingsList .owl-carousel .owl-item.active{transform:translateZ(0);-webkit-backface-visibility:hidden}.HeaderRatingsList-listNavLeft,.HeaderRatingsList-listNavRight{border:0;margin:0;padding:0;outline:0;position:absolute;top:50%;margin-top:-21px;left:14px;width:42px;height:42px;background:#383c43;border-radius:50px;z-index:1;cursor:pointer;box-shadow:0 0 10px 0 rgba(45,45,45,.31);display:none;-webkit-tap-highlight-color:transparent}.HeaderRatingsList-listNavLeft.active,.HeaderRatingsList-listNavRight.active{display:block}.HeaderRatingsList-listNavLeft:after,.HeaderRatingsList-listNavRight:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px}.HeaderRatingsList-listNavLeft svg,.HeaderRatingsList-listNavRight svg{position:relative;left:-1px;top:1px;width:10px;height:16px;fill:#19abff}.HeaderRatingsList-listNavRight{left:auto;right:14px}.HeaderRatingsList-listNavRight svg{left:auto;right:-1px}html.no-touchevents .HeaderRatingsList-listNavLeft:hover,html.no-touchevents .HeaderRatingsList-listNavRight:hover{box-shadow:0 0 20px 0 rgba(45,45,45,.5)}html.no-touchevents .HeaderRatingsList-listNavLeft:hover svg,html.no-touchevents .HeaderRatingsList-listNavRight:hover svg{fill:#ff9898}html.no-touchevents .HeaderRatingsList-listNavLeft:active,html.no-touchevents .HeaderRatingsList-listNavRight:active{box-shadow:0 0 15px 0 rgba(45,45,45,.5)}html.no-touchevents .HeaderRatingsList-listNavLeft svg,html.no-touchevents .HeaderRatingsList-listNavRight svg{transform:translate3d(0,0,0)}.RatingsList{background:#fff;color:#000}.RatingsList--light{background:#eef1f4}.RatingsList--light .RatingsList-items{background:#eef1f4}.RatingsList--dark{background:none}.RatingsList--dark .RatingsList-items{background:none}.RatingsList--dark .RatingsListItem{color:#fff}.RatingsList--dark .RatingsListItem-inner{background:rgba(255,255,255,.1);color:#fff}.RatingsList--dark .RatingsListItem i{color:#9f9f9f}.RatingsList-inner{width:100%;max-width:1280px;margin:0 auto;border-width:70px 0 0;border-style:solid;border-color:#fff;font-size:0;position:relative}.RatingsList-items{width:100%;background:#ebebeb;position:relative;padding:0}.RatingsList .owl-item{padding:10px}.RatingsListItem{display:block;text-align:center;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;line-height:normal;letter-spacing:0;font-weight:700;color:#151515;text-decoration:none;text-transform:uppercase;-webkit-backface-visibility:hidden;width:12.5%;float:left;margin:0}@media screen and (max-width:1200px){.RatingsListItem{width:14.28%}}@media screen and (max-width:1100px){.RatingsListItem{width:16.66%}}@media screen and (max-width:979px){.RatingsListItem{width:20%}}@media screen and (max-width:800px){.RatingsListItem{width:25%}}@media screen and (max-width:640px){.RatingsListItem{width:33.33%}}@media screen and (max-width:500px){.RatingsListItem{width:50%}}@media screen and (max-width:300px){.RatingsListItem{width:100%}}.RatingsListItem-inner{position:relative;display:block;margin:10px;height:268px;color:inherit;text-decoration:none;background:#fff;transition:background-color .2s,color .2s,box-shadow .2s}.RatingsListItem-inner>img{display:inline-block!important;max-width:100px;width:auto!important;margin-bottom:16px}.RatingsListItem--no-place .RatingsListItem-inner{padding-top:56px}.RatingsListItem--no-place .RatingsListItem-rating{display:none}.RatingsListItem em{display:inline-block;margin-right:2px}.RatingsListItem i{display:block;font-family:HelveticaNeue,Helvetica,sans-serif;font-style:normal;font-weight:700;text-align:center;padding-top:16px;font-size:14px;margin-bottom:24px;color:#151515}.RatingsListItem i b{font-weight:inherit;font-style:inherit}.RatingsListItem strong{font-weight:300;text-transform:none;color:#747474}.RatingsListItem-country{display:block;position:absolute;left:12px;bottom:8px;font-size:10px;font-weight:400;line-height:18px}.RatingsListItem-country img{display:inline-block!important;width:18px!important;vertical-align:middle;margin-right:1px}.RatingsListItem-rating{display:block;position:absolute;right:12px;bottom:8px;font-size:10px;font-weight:400;line-height:18px}.RatingsListItem-rating b{font-weight:400}.RatingsListItem-rating strong{font-weight:700;color:inherit}.RatingsListItem-country,.RatingsListItem-rating{visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear}.RatingsListItem--header-menu{width:110px;color:#fff;text-transform:none;float:none;height:100%}.RatingsListItem--header-menu .RatingsListItem-inner{background:none;color:inherit!important;height:auto;min-height:160px;padding-bottom:30px;margin:0 5px}.RatingsListItem--header-menu .RatingsListItem-inner>img{max-width:70px;margin-bottom:4px}.RatingsListItem--header-menu .RatingsListItem-rating b{display:none}.RatingsListItem--header-menu i{color:inherit;padding-top:5px;margin-bottom:9px}.RatingsListItem--header-menu strong{color:inherit}.RatingsListItem--empty{color:#ff9494}.RatingsListItem--empty i{color:inherit}.RatingsListItem--empty strong{color:inherit}.RatingsListItem--disabled .RatingsListItem-inner:after{content:" ";text-indent:-9999px;overflow:hidden;display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.25}.RatingsList-listNavLeft,.RatingsList-listNavRight{border:0;margin:0;padding:0;outline:0;position:absolute;top:50%;margin-top:-21px;left:12px;width:42px;height:42px;background:#fff;border-radius:50px;z-index:1;cursor:pointer;box-shadow:0 0 10px 0 rgba(45,45,45,.31);display:none;-webkit-tap-highlight-color:transparent}.RatingsList-listNavLeft.active,.RatingsList-listNavRight.active{display:block}.RatingsList-listNavLeft:after,.RatingsList-listNavRight:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px}.RatingsList-listNavLeft svg,.RatingsList-listNavRight svg{position:relative;left:-1px;top:1px;width:10px;height:16px;fill:#19abff}.RatingsList-listNavRight{left:auto;right:12px}.RatingsList-listNavRight svg{left:auto;right:-1px}.RatingsList h4{position:absolute;top:-38px;left:20px;z-index:1;font-family:Superior Title,Times New Roman,Times,serif;font-size:60px;line-height:46px;letter-spacing:-1px;font-weight:700;color:#010101}@media screen and (max-width:500px){.RatingsList h4{top:-33px;font-size:42px}}.RatingsList--header-hidden .RatingsList-inner{border:none;padding:10px 0}.RatingsList--page-player{background:none}.RatingsList--page-player .RatingsList-inner,.RatingsList--page-player .RatingsList-items{background:none}.RatingsList--page-player .RatingsList-inner{padding:0}.RatingsList--flat{padding-bottom:0}.RatingsList--flat .RatingsList-inner{padding:10px}.RatingsList--flat .owl-carousel{display:block;zoom:1}.RatingsList--flat .owl-carousel:before,.RatingsList--flat .owl-carousel:after{content:"";display:table}.RatingsList--flat .owl-carousel:after{clear:both}.RatingsList--flat .RatingsListItem{width:12.5%;float:left;margin:0}@media screen and (max-width:1200px){.RatingsList--flat .RatingsListItem{width:14.28%}}@media screen and (max-width:1100px){.RatingsList--flat .RatingsListItem{width:16.66%}}@media screen and (max-width:979px){.RatingsList--flat .RatingsListItem{width:20%}}@media screen and (max-width:800px){.RatingsList--flat .RatingsListItem{width:25%}}@media screen and (max-width:640px){.RatingsList--flat .RatingsListItem{width:33.33%}}@media screen and (max-width:500px){.RatingsList--flat .RatingsListItem{width:50%}}@media screen and (max-width:300px){.RatingsList--flat .RatingsListItem{width:100%}}.RatingsList--flat .RatingsListItem-inner{margin:10px}.RatingsList--hide-first .RatingsListItem:first-child{display:none}.RatingsList--adaptive,.RatingsList--pairings{padding-bottom:0}.RatingsList--adaptive .RatingsList-inner,.RatingsList--pairings .RatingsList-inner{padding:10px}.RatingsList--adaptive .owl-carousel,.RatingsList--pairings .owl-carousel{display:block;zoom:1}.RatingsList--adaptive .owl-carousel:before,.RatingsList--pairings .owl-carousel:before,.RatingsList--adaptive .owl-carousel:after,.RatingsList--pairings .owl-carousel:after{content:"";display:table}.RatingsList--adaptive .owl-carousel:after,.RatingsList--pairings .owl-carousel:after{clear:both}.RatingsList--adaptive .RatingsListItem,.RatingsList--pairings .RatingsListItem{min-width:120px;width:16.66%}@media screen and (max-width:980px){.RatingsList--adaptive .RatingsListItem,.RatingsList--pairings .RatingsListItem{width:25%}}.RatingsList--pairings .RatingsList-inner{padding:18px 20px}.RatingsList--pairings .RatingsListItem{width:50%!important;position:relative}.RatingsList--pairings .RatingsListItem:before{content:" ";font-size:0;position:absolute;top:-10px;height:20px;left:50%;width:1px;background:#979797}.RatingsList--pairings .RatingsList-pair{display:inline-block;position:relative;width:33.33%;padding:20px 10px}.RatingsList--pairings .RatingsList-pair:before{content:" ";font-size:0;position:absolute;left:25%;right:25%;margin-left:5px;margin-right:5px;top:10px;height:1px;background:#979797}.RatingsList--pairings .RatingsList-pair:after{content:attr(data-result);position:absolute;left:50%;background:#33373e;top:-4px;transform:translateX(-50%) translateZ(0);font-family:HelveticaNeue,Helvetica,sans-serif;font-size:24px;line-height:28px;letter-spacing:1px;color:#fff;padding:0 10px}@media screen and (max-width:980px){.RatingsList--pairings .RatingsList-pair{width:50%}}.RatingsList--standings .RatingsListItem{min-width:150px}@media screen and (max-width:1200px){.RatingsList--standings .RatingsListItem{width:20%}}@media screen and (max-width:1100px){.RatingsList--standings .RatingsListItem{width:20%}}@media screen and (max-width:979px){.RatingsList--standings .RatingsListItem{width:25%}}@media screen and (max-width:800px){.RatingsList--standings .RatingsListItem{width:33.33%}}@media screen and (max-width:640px){.RatingsList--standings .RatingsListItem{width:50%}}@media screen and (max-width:500px){.RatingsList--standings .RatingsListItem{width:50%}}@media screen and (max-width:300px){.RatingsList--standings .RatingsListItem{width:100%}}.RatingsList--gp2017 .RatingsListItem{width:23.05%;height:312px;background:#f5f4f5;margin-right:2.5%}.RatingsList--gp2017 .RatingsListItem:nth-child(4n){margin-right:0;margin-bottom:23px}.RatingsList--gp2017 .RatingsListItem:last-child{margin-bottom:0}@media(max-width:640px){.RatingsList--gp2017 .RatingsListItem{width:48.05%;height:433px;margin-right:3.9%}.RatingsList--gp2017 .RatingsListItem:nth-child(2n){margin-right:0;margin-bottom:23px}}.RatingsList--gp2017 .RatingsListItem-inner{margin:0;height:100%}@media(max-width:640px){.RatingsList--gp2017 .RatingsListItem-inner>img{max-width:150px}}.RatingsList--gp2017 .RatingsListItem-name{color:#4a4a4a}@media(max-width:640px){.RatingsList--gp2017 .RatingsListItem-name{font-size:20px;line-height:24px;text-align:center}}@media(max-width:640px){.RatingsList--gp2017 .RatingsListItem-country{left:15px;bottom:14px}.RatingsList--gp2017 .RatingsListItem-country img{width:36px!important}}.RatingsList--gp2017 .RatingsListItem-rating{color:#4a4a4a}@media(max-width:640px){.RatingsList--gp2017 .RatingsListItem-rating{right:15px;bottom:14px;font-size:20px;line-height:24px}}.RatingsList--gp2017 .RatingsList-inner{padding:0 5px!important}.RatingsList--gp2017 .RatingsList-inner i{opacity:0}@media(max-width:640px){.RatingsList--gp2017 .RatingsList-inner i{margin-bottom:42px}}@media(min-width:768px){.RatingsList--gp2017 .RatingsList-inner .owl-carousel{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}}.RatingsList--gp2017 .RatingsList-inner .owl-item{padding:0}html.touchevents .RatingsListItem .RatingsListItem-country,html.touchevents .RatingsListItem .RatingsListItem-rating{visibility:visible;opacity:1;transition:none}html.no-touchevents .RatingsListItem .RatingsListItem-inner:hover{background:#18abff;color:#151515;box-shadow:0 0 24.65px 4.35px rgba(45,45,45,.31)}html.no-touchevents .RatingsListItem .RatingsListItem-inner:hover strong{color:inherit}html.no-touchevents .RatingsListItem .RatingsListItem-inner:hover .RatingsListItem-country,html.no-touchevents .RatingsListItem .RatingsListItem-inner:hover .RatingsListItem-rating{visibility:visible;opacity:1;transition-delay:0s}html.no-touchevents .RatingsList--dark .RatingsListItem-inner:hover{color:#fff}html.no-touchevents .RatingsList--dark .RatingsListItem-inner:hover i{color:#fff}html.no-touchevents .RatingsList-listNavLeft:hover,html.no-touchevents .RatingsList-listNavRight:hover{box-shadow:0 0 20px 0 rgba(45,45,45,.5)}html.no-touchevents .RatingsList-listNavLeft:hover svg,html.no-touchevents .RatingsList-listNavRight:hover svg{fill:#ff9898}html.no-touchevents .RatingsList-listNavLeft:active,html.no-touchevents .RatingsList-listNavRight:active{box-shadow:0 0 15px 0 rgba(45,45,45,.5)}html.no-touchevents .RatingsList-listNavLeft svg,html.no-touchevents .RatingsList-listNavRight svg{transform:translate3d(0,0,0)}.HeaderNewsList{position:relative;min-height:160px;padding:0 20px 20px;height:100%}.HeaderNewsListItem{display:block}.HeaderNewsListItem-inner{display:block;text-transform:none;text-decoration:none;color:inherit;line-height:normal;margin:0 18px;min-height:200px;zoom:1}.HeaderNewsListItem-inner:before,.HeaderNewsListItem-inner:after{content:"";display:table}.HeaderNewsListItem-inner:after{clear:both}.HeaderNewsListItem img{margin-bottom:9px}.HeaderNewsListItem-time{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:9px;text-transform:uppercase;color:#4b5058}.HeaderNewsListItem-title{font-family:Superior Title,Times New Roman,Times,serif;font-size:16px;font-weight:400;margin-bottom:7px;word-wrap:break-word}.HeaderNewsListItem--no-image .HeaderNewsListItem-inner{background:#1b1c1f;padding:12px;position:relative}.HeaderNewsListItem--no-image .HeaderNewsListItem-time{position:absolute;left:12px;right:12px;bottom:12px}.HeaderNewsList-loader{position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px;visibility:hidden;opacity:0;transition:visibility 0s linear .5s,opacity .5s linear}.HeaderNewsList-items{margin:0 50px}.HeaderNewsList .owl-carousel{display:block;zoom:1}.HeaderNewsList .owl-carousel:before,.HeaderNewsList .owl-carousel:after{content:"";display:table}.HeaderNewsList .owl-carousel:after{clear:both}.HeaderNewsList .owl-carousel .owl-stage{min-width:100%}.HeaderNewsList .owl-carousel .owl-nav,.HeaderNewsList .owl-carousel .owl-dots{display:none}.HeaderNewsList .owl-carousel .owl-item{-ms-transform:none;transform:none;-webkit-backface-visibility:visible}.HeaderNewsList .owl-carousel .owl-item.active{transform:translateZ(0);-webkit-backface-visibility:hidden}.HeaderNewsList-listNavLeft,.HeaderNewsList-listNavRight{border:0;margin:0;padding:0;outline:0;position:absolute;top:50%;margin-top:-21px;left:14px;width:42px;height:42px;background:#383c43;border-radius:50px;z-index:1;cursor:pointer;box-shadow:0 0 10px 0 rgba(45,45,45,.31);display:none;-webkit-tap-highlight-color:transparent}.HeaderNewsList-listNavLeft.active,.HeaderNewsList-listNavRight.active{display:block}.HeaderNewsList-listNavLeft:after,.HeaderNewsList-listNavRight:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px}.HeaderNewsList-listNavLeft svg,.HeaderNewsList-listNavRight svg{position:relative;left:-1px;top:1px;width:10px;height:16px;fill:#19abff}.HeaderNewsList-listNavRight{left:auto;right:14px}.HeaderNewsList-listNavRight svg{left:auto;right:-1px}html.no-touchevents .HeaderNewsListItem-inner .HeaderNewsListItem-title{transition:color .2s}html.no-touchevents .HeaderNewsListItem-inner:hover .HeaderNewsListItem-title{color:#ff9898}html.no-touchevents .HeaderNewsList-listNavLeft:hover,html.no-touchevents .HeaderNewsList-listNavRight:hover{box-shadow:0 0 20px 0 rgba(45,45,45,.5)}html.no-touchevents .HeaderNewsList-listNavLeft:hover svg,html.no-touchevents .HeaderNewsList-listNavRight:hover svg{fill:#ff9898}html.no-touchevents .HeaderNewsList-listNavLeft:active,html.no-touchevents .HeaderNewsList-listNavRight:active{box-shadow:0 0 15px 0 rgba(45,45,45,.5)}html.no-touchevents .HeaderNewsList-listNavLeft svg,html.no-touchevents .HeaderNewsList-listNavRight svg{transform:translate3d(0,0,0)}.HeaderEventsList{position:relative;min-height:160px;padding:0 20px 25px;height:100%}.HeaderEventsListItem{display:block;padding:0;letter-spacing:0}.HeaderEventsListItem-inner{display:block;text-transform:none;text-decoration:none;color:inherit;line-height:normal;padding:18px 20px 20px;position:relative;padding-bottom:60px;margin:0 10px;background-color:#1b1c1f}.HeaderEventsListItem-bottom{position:absolute;left:20px;right:20px;bottom:11px}.HeaderEventsListItem-place{font-family:Superior Title,Times New Roman,Times,serif;font-size:14px;font-style:italic;color:#555c67;position:relative;padding-left:23px;margin-top:10px}.HeaderEventsListItem-place i{display:block;position:absolute;left:1px;top:0;width:11px;height:15px}.HeaderEventsListItem-place i svg{fill:#4b5157}.HeaderEventsListItem-date{position:relative;padding-left:23px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;color:#fff;text-transform:uppercase}.HeaderEventsListItem-date i{display:block;position:absolute;left:0;top:0;width:13px;height:13px}.HeaderEventsListItem-date i svg{fill:#4b5157}.HeaderEventsListItem-title{font-family:Superior Title,Times New Roman,Times,serif;font-size:18px;line-height:21px;font-weight:400;margin-bottom:7px}.HeaderEventsListItem--with-image{width:350px}.HeaderEventsListItem--with-image .HeaderEventsListItem-title,.HeaderEventsListItem--with-image .HeaderEventsListItem-time{margin-left:157px}.HeaderEventsList-loader{position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px;visibility:hidden;opacity:0;transition:visibility 0s linear .5s,opacity .5s linear}.HeaderEventsList-items{margin:0 50px;height:100%}.HeaderEventsList .owl-carousel{display:block;height:100%;zoom:1}.HeaderEventsList .owl-carousel:before,.HeaderEventsList .owl-carousel:after{content:"";display:table}.HeaderEventsList .owl-carousel:after{clear:both}.HeaderEventsList .owl-carousel .owl-stage{min-width:100%}.HeaderEventsList .owl-carousel .owl-nav,.HeaderEventsList .owl-carousel .owl-dots{display:none}.HeaderEventsList .owl-carousel .owl-item{-ms-transform:none;transform:none;-webkit-backface-visibility:visible}.HeaderEventsList .owl-carousel .owl-item.active{transform:translateZ(0);-webkit-backface-visibility:hidden}.HeaderEventsList-listNavLeft,.HeaderEventsList-listNavRight{border:0;margin:0;padding:0;outline:0;position:absolute;top:50%;margin-top:-21px;left:14px;width:42px;height:42px;background:#383c43;border-radius:50px;z-index:1;cursor:pointer;box-shadow:0 0 10px 0 rgba(45,45,45,.31);display:none;-webkit-tap-highlight-color:transparent}.HeaderEventsList-listNavLeft.active,.HeaderEventsList-listNavRight.active{display:block}.HeaderEventsList-listNavLeft:after,.HeaderEventsList-listNavRight:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px}.HeaderEventsList-listNavLeft svg,.HeaderEventsList-listNavRight svg{position:relative;left:-1px;top:1px;width:10px;height:16px;fill:#19abff}.HeaderEventsList-listNavRight{left:auto;right:14px}.HeaderEventsList-listNavRight svg{left:auto;right:-1px}html.no-touchevents .HeaderEventsListItem-inner{transition:background-color .2s}html.no-touchevents .HeaderEventsListItem-inner .HeaderEventsListItem-date svg{transition:fill .2s}html.no-touchevents .HeaderEventsListItem-inner .HeaderEventsListItem-title{transition:color .2s}html.no-touchevents .HeaderEventsListItem-inner:hover .HeaderEventsListItem-title{color:#ff9898}html.no-touchevents .HeaderEventsList-listNavLeft:hover,html.no-touchevents .HeaderEventsList-listNavRight:hover{box-shadow:0 0 20px 0 rgba(45,45,45,.5)}html.no-touchevents .HeaderEventsList-listNavLeft:hover svg,html.no-touchevents .HeaderEventsList-listNavRight:hover svg{fill:#ff9898}html.no-touchevents .HeaderEventsList-listNavLeft:active,html.no-touchevents .HeaderEventsList-listNavRight:active{box-shadow:0 0 15px 0 rgba(45,45,45,.5)}html.no-touchevents .HeaderEventsList-listNavLeft svg,html.no-touchevents .HeaderEventsList-listNavRight svg{transform:translate3d(0,0,0)}.FeedSwitcher--header{display:none;position:absolute;right:0;top:100%;width:183px;height:58px;background:#f1f1f1}.FeedSwitcher--header input{width:0;height:0;visibility:hidden}.FeedSwitcher--header label{display:block;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.FeedSwitcher--header label:before{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:32px;height:12px;border-radius:12px;left:50%;top:50%;margin-left:-26px;margin-top:-6px;background:#a5a5a5;box-shadow:0 0 4px 0 rgba(0,0,0,.2) inset}.FeedSwitcher--header label:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:16px;height:16px;border-radius:16px;left:50%;top:50%;margin-left:-28px;margin-top:-8px;background:#313131;transition:transform .5s}.FeedSwitcher--header input:checked+label:after{-ms-transform:translateX(20px);transform:translateX(20px)}.FeedSwitcher--header span{display:block;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;color:#9c9c9c;position:absolute;left:0;top:50%;width:100%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.FeedSwitcher--header span em{font-style:normal;width:55px}.FeedSwitcher--header .FeedSwitcher-left{float:left;text-align:right}.FeedSwitcher--header .FeedSwitcher-right{float:right;text-align:left;margin-right:20px}@media screen and (max-width:760px){.Page--logged .FeedSwitcher--header{display:none}}html.no-touchevents .FeedSwitcher label:hover:after{box-shadow:0 0 8px 0 rgba(45,45,45,.71)}.Footer{font-size:0;background:#282b30;text-align:center;font-family:Rockwell,Helvetica,sans-serif;height:338px;overflow:hidden}@media screen and (max-width:760px){.Footer{height:540px}}.Footer:after{display:none;transform:translateZ(0);-webkit-backface-visibility:hidden;content:" ";position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:.57;z-index:1}.Footer-inner{position:relative;width:100%;max-width:1280px;margin:0 auto;padding:26px 10px 0}.Footer-col{display:inline-block;vertical-align:top;width:33.33%;padding:10px}@media screen and (max-width:760px){.Footer-col{width:100%;padding:0}}.Footer-logo{display:inline-block;width:114px;text-align:center;font-size:30px;line-height:30px;letter-spacing:4px;text-decoration:none;text-transform:uppercase;color:#676c74;font-weight:200}@media screen and (max-width:760px){.Footer-logo{position:absolute;top:35px;left:50%;font-size:0;height:105px;-ms-transform:translateX(-50%);transform:translateX(-50%)}}.Footer-logo i{display:inline-block}@media screen and (max-width:760px){.Footer-logo i:not(.Footer-logo-top){display:none}}.Footer-logo svg{width:114px;height:54px;fill:#676c74}.Footer-logo-top svg{width:86px;height:96px;margin-bottom:13px}.Footer-social{padding-top:20px;text-align:left}.Footer-socialCol{width:50%;display:inline-block;vertical-align:top}.Footer-socialCol-inner{display:inline-block;text-align:left}.Footer-socialCol:last-child .Footer-socialIcons{margin-bottom:0}@media screen and (max-width:790px){.Footer-socialCol{width:100%;text-align:center}}@media screen and (max-width:760px){.Footer-socialCol{display:none}.Footer-socialCol:first-child{display:block}}.Footer-social strong{font-family:HelveticaNeue,Helvetica,sans-serif;letter-spacing:1px;font-size:10px;font-weight:400;color:#d3d3d3;text-transform:uppercase}@media screen and (max-width:760px){.Footer-social strong{display:none}}.Footer-social a{display:inline-block;margin:0 19px 0 0;text-decoration:none}@media screen and (max-width:760px){.Footer-social a{margin:0 26px}}.Footer-social svg{width:auto;height:100%;fill:#676c74}.Footer-socialFide{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:16px;letter-spacing:2px;font-weight:700;color:#676c74}.Footer-socialFide svg{position:relative;top:-2px;margin-right:9px;vertical-align:middle;height:auto;width:33px}.Footer-socialIcons{margin-top:29px;margin-bottom:38px;height:18px;padding:0 1px}@media screen and (max-width:760px){.Footer-socialIcons{height:29px}}.Footer-copyright{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;color:#676c74;margin:47px -10px 0;padding:22px 22px 21px;border-top:1px solid #353940;zoom:1}.Footer-copyright:before,.Footer-copyright:after{content:"";display:table}.Footer-copyright:after{clear:both}.Footer-copyright-inner{width:100%;max-width:1240px;margin:0 auto}@media screen and (max-width:760px){.Footer-copyright{font-size:21px;line-height:40px;margin-top:0;padding-top:18px}}@media screen and (max-width:400px){.Footer-copyright{font-size:15px}}.Footer-copyright span{display:block;float:left;line-height:23px}.Footer-copyright span em{font-style:normal}@media screen and (max-width:760px){.Footer-copyright span em{display:block}}.Footer-copyright span em:after{content:" |"}@media screen and (max-width:760px){.Footer-copyright span em:after{display:none}}@media screen and (max-width:760px){.Footer-copyright span{float:none}}.Footer-copyright a{display:block;float:right;color:inherit;text-decoration:none;line-height:23px}@media screen and (max-width:760px){.Footer-copyright a{float:none;margin-top:8px}}.Footer-copyright svg{display:inline-block;vertical-align:middle;margin-left:6px;width:121px;height:23px;fill:#676c74}@media screen and (max-width:760px){.Footer-copyright svg{width:182px;height:33px}}@media screen and (max-width:760px){.Footer-copyright svg{width:121px;height:23px}}.FooterMenu{text-align:left}@media screen and (max-width:760px){.FooterMenu{margin-top:151px}}.FooterMenu-colLeft,.FooterMenu-colRight{display:inline-block;vertical-align:top;width:50%;padding-left:14%;padding-top:17px}@media screen and (max-width:760px){.FooterMenu-colLeft,.FooterMenu-colRight{display:block;width:auto;padding:0;text-align:center;margin-left:-15px;margin-right:-15px}}@media screen and (max-width:760px){.FooterMenu-colRight{margin-top:35px}}.FooterMenu-item{display:block;margin-bottom:20px;line-height:16px}@media screen and (max-width:760px){.FooterMenu-item{display:inline-block;margin:0 15px}}.FooterMenu-item a{color:inherit;text-decoration:none}.FooterMenu-colLeft .FooterMenu-item{font-family:Rockwell,Helvetica,sans-serif;letter-spacing:1px;font-size:13px;color:#d3d3d3;text-transform:uppercase}@media screen and (max-width:760px){.FooterMenu-colLeft .FooterMenu-item{font-size:18px;line-height:20px}}@media screen and (max-width:400px){.FooterMenu-colLeft .FooterMenu-item{margin:0 10px;font-size:10px}}.FooterMenu-colRight .FooterMenu-item{font-family:Superior Title,Times New Roman,Times,serif;font-weight:400;font-style:italic;font-size:16px;color:#676c74}@media screen and (max-width:760px){.FooterMenu-colRight .FooterMenu-item{font-size:26px;line-height:32px}}@media screen and (max-width:400px){.FooterMenu-colRight .FooterMenu-item{font-size:16px;margin:0 10px}}html.no-touchevents .Footer-logo .Footer-logo-top svg{transition:transform 1s;-ms-transform-origin:center center;transform-origin:center center}html.no-touchevents .Footer-logo:hover .Footer-logo-top>svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}html.no-touchevents .FooterMenu .FooterMenu-colLeft .FooterMenu-item a{transition:color .2s}html.no-touchevents .FooterMenu .FooterMenu-colLeft .FooterMenu-item a:hover{color:#fefefe}html.no-touchevents .FooterMenu .FooterMenu-colRight .FooterMenu-item a{transition:color .2s}html.no-touchevents .FooterMenu .FooterMenu-colRight .FooterMenu-item a:hover{color:#fff}html.no-touchevents .Footer-social a,html.no-touchevents .Footer-copyright a{transition:color .2s}html.no-touchevents .Footer-social a svg,html.no-touchevents .Footer-copyright a svg{transition:fill .2s}html.no-touchevents .Footer-social a:hover,html.no-touchevents .Footer-copyright a:hover{color:#fff}html.no-touchevents .Footer-social a:hover svg,html.no-touchevents .Footer-copyright a:hover svg{fill:#fff}html.no-touchevents .Footer-copyright a:hover{color:inherit}.Page--left-menu .Footer:after{display:block}.Page--no-footer .Footer{display:none}.BtnInstagram{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;width:100%;height:100%}.BtnInstagram>svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnInstagram--header svg{width:20px;height:20px}.BtnInstagram--share{width:30px;height:30px}.BtnInstagram--share svg{width:19px;height:19px;fill:#707a84}.BtnInstagram--left{width:50px;height:50px}.BtnInstagram--left svg{width:21px;height:21px;fill:#6c727a}.BtnInstagram--link{width:26px;height:26px}.BtnInstagram--link svg{width:18px;height:18px;fill:#747474}.BtnInstagram--footer{width:auto}.BtnInstagram--footer svg{position:static;-ms-transform:none;transform:none}.SearchPopup.Popup{background:#282b30}.SearchPopup.Popup--opened .SearchPopup-close.Popup-close{display:block}.SearchPopup-close.Popup-close{display:none;margin-right:9px;z-index:99}.SearchPopup-outer.Popup-outer{width:100%;display:block}.SearchPopup-inner.Popup-inner{display:block;width:100%;height:100%}.SearchPopup-content.Popup-content{display:block;width:100%;min-height:100%;background:#282b30;color:#fff;margin:0 auto}.SearchPopup-header{margin:0 0 0 60px;padding-bottom:10px}@media screen and (max-width:500px){.SearchPopup-header{margin-left:0}}.SearchPopup-form-fixed{display:none;position:absolute;left:0;top:0;right:0;background:#282b30;z-index:2}.SearchPopup-form-fixed-inner{width:100%;max-width:1060px;margin:0 auto;padding-left:80px;padding-right:80px;padding-top:45px;padding-bottom:20px}@media screen and (max-width:500px){.SearchPopup-form-fixed-inner{padding-right:20px;padding-left:20px;padding-bottom:10px;padding-top:20px}}.SearchPopup--fixed .SearchPopup-form-fixed{display:block}.SearchPopup-logo{display:inline-block;position:relative;padding:35px 0 0 75px;margin-top:31px;margin-bottom:61px;font-family:Rockwell,Helvetica,sans-serif;font-size:23px;line-height:23px;text-transform:uppercase;font-weight:200;letter-spacing:1px;width:150px}@media screen and (max-width:500px){.SearchPopup-logo{margin-top:0;margin-bottom:25px}}.SearchPopup-logo a{color:inherit;text-decoration:none}.SearchPopup-logo i{display:block;position:absolute;left:0;top:21px;width:62px;height:69px}.SearchPopup-logo svg{width:100%;fill:#fff}.SearchPopup-content-outer{position:absolute;left:0;top:0;width:100%;height:100%}.SearchPopup-content-inner{width:100%;max-width:1060px;margin:0 auto;padding:0 80px 0 20px}@media screen and (max-width:500px){.SearchPopup-content-inner{padding-right:20px}}.SearchPopup .jspTrack{background:#282b30}.SearchPopup .jspVerticalBar{width:5px;right:17.5px;background:none;z-index:2}@media screen and (max-width:500px){.SearchPopup .jspVerticalBar{right:7.5px}}.SearchPopup .jspDrag{background:transparent;width:5px}.SearchPopup .jspDrag:after{content:" ";font-size:0;position:absolute;left:0;right:0;top:20px;bottom:20px;background:#35393f;border-radius:5px}.Popup{position:fixed;overflow:auto;background-color:rgba(0,0,0,.4);width:100%;height:100%;top:0;left:0;z-index:10000;visibility:hidden;opacity:0;transition:visibility 0s linear .3s,opacity .3s linear}.Popup.Popup--opened{visibility:visible;opacity:1;transition-delay:0s}.Popup.Popup--modal .Popup-close{display:none}.Popup-outer{height:100%;margin:0 auto;display:table}.Popup-inner{display:table-cell;margin:0 auto;vertical-align:middle}.Popup-content{display:inline-block;position:relative;box-sizing:border-box}.Popup-close{position:absolute;cursor:pointer;right:21px;top:21px;width:21px;height:21px}.Popup-close:before{content:" ";text-indent:-9999px;overflow:hidden;display:block;position:absolute;left:-15px;top:-15px;right:-15px;bottom:-15px}.Popup-close svg{fill:#6c727a}html.no-touchevents .Popup-close svg{transition:fill .2s}html.no-touchevents .Popup-close:hover svg{fill:#a3b0c2}html.Page--with-popup,body.Page--with-popup{height:auto}.SearchForm{position:relative}.SearchForm label{float:left;font-family:Superior Title,Times New Roman,Times,serif;font-size:42px;line-height:42px;font-weight:700;margin-top:4px}@media screen and (max-width:500px){.SearchForm label{font-size:32px;line-height:32px}}.SearchForm-input{margin-left:192px;margin-right:40px;padding-bottom:3px;border-bottom:1px solid #5d636b;margin-bottom:20px}@media screen and (max-width:760px){.SearchForm-input{clear:left;margin-left:0}}@media screen and (max-width:500px){.SearchForm-input{margin-right:30px}}.SearchForm input{margin:0;padding:0;border:none;outline:none;background:none;width:100%;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:38px;line-height:42px;font-weight:300;color:#fff}@media screen and (max-width:500px){.SearchForm input{font-size:24px;line-height:36px}}.SearchForm button{position:absolute;right:0;top:50%;border:none;outline:none;margin:0;padding:0;background:none;width:30px;height:30px;margin-top:-17px;z-index:1;cursor:pointer}@media screen and (max-width:760px){.SearchForm button{top:auto;margin-top:0;bottom:10px}}@media screen and (max-width:500px){.SearchForm button{width:20px;height:20px}}.SearchForm button svg{width:100%;height:100%;fill:#fff}.SearchResults{padding-bottom:10px;overflow:hidden;transition:transform .4s,opacity .4s;opacity:1;-ms-transform:translateY(0);transform:translateY(0)}.SearchResults--loading{opacity:0;-ms-transform:translateY(-35px);transform:translateY(-35px)}.SearchResults--unloaded{opacity:0;transition-duration:0s;-ms-transform:translateY(0);transform:translateY(0)}.SearchResults-section{position:relative;min-height:40px}.SearchResults-sectionTitle{position:absolute;left:0;top:10px;width:60px;text-align:right;padding-right:10px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:10px;text-transform:uppercase;font-weight:700}@media screen and (max-width:500px){.SearchResults-sectionTitle{text-align:left}}.SearchResults-sectionItems{margin-left:60px;padding-bottom:40px}@media screen and (max-width:500px){.SearchResults-sectionItems{margin-left:0;padding-top:30px;padding-bottom:30px}}.SearchResults-section--hidden{display:none}.SearchResults-players .SearchResults-sectionItems-inner{font-size:0;margin-left:-10px;margin-right:-10px}.SearchResults-events .SearchResults-sectionItems-inner{font-size:0;margin-left:-10px;margin-right:-10px}.SearchResults-item{transition:transform .4s,opacity .4s;-ms-transform:translateY(0);transform:translateY(0);opacity:1}.SearchResults-item--loaded{-ms-transform:translateY(35px);transform:translateY(35px);opacity:0}.SearchResults-item-inner{display:block;position:relative;color:inherit;text-decoration:none;background:#35393f}.SearchResults-media{display:inline-block;width:100%}.SearchResults-media-inner{margin:10px 0;padding:17px 20px}.SearchResults-media--with-image .SearchResults-media-inner{padding-right:240px}@media screen and (max-width:500px){.SearchResults-media--with-image .SearchResults-media-inner{padding-right:20px}}.SearchResults-media-category{float:left;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:9px;font-weight:700;color:#6c727a;text-transform:uppercase;margin-bottom:7px}.SearchResults-media-title{clear:left;font-family:Superior Title,Times New Roman,Times,serif;font-size:24px;line-height:30px;margin-bottom:10px;min-height:60px}.SearchResults-media-time{font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-size:8px;color:#636870;text-transform:uppercase}.SearchResults-media-image{display:block;position:absolute;right:0;top:0;height:100%;width:220px;background-position:center center;background-size:cover}@media screen and (max-width:500px){.SearchResults-media-image{position:relative;width:auto;height:auto;margin-left:-20px;margin-top:-20px;margin-right:-20px;margin-bottom:20px}.SearchResults-media-image:after{display:block;content:" ";font-size:0;position:relative;left:0;width:100%;padding-top:67%;height:0}}.SearchResults-player{display:inline-block;vertical-align:top;width:50%}@media screen and (max-width:760px){.SearchResults-player{width:100%}}.SearchResults-player-inner{margin:10px;padding:15px 20px;min-height:124px}.SearchResults-player-info{position:absolute;left:115px;top:50%;right:20px;-ms-transform:translateY(-50%);transform:translateY(-50%)}.SearchResults-player-photo{width:75px}@media screen and (max-width:500px){.SearchResults-player-photo{padding:10px 0}}.SearchResults-player-country{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:10px;font-weight:400;line-height:18px;margin-right:25px}@media screen and (max-width:500px){.SearchResults-player-country{font-size:9px}}.SearchResults-player-country img{display:inline-block!important;width:18px!important;vertical-align:middle;margin-right:3px}.SearchResults-player-rating{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:10px;font-weight:400;line-height:18px;text-transform:uppercase}@media screen and (max-width:500px){.SearchResults-player-rating{font-size:9px}}.SearchResults-player-rating b{font-weight:400}.SearchResults-player-rating strong{font-weight:700;color:inherit}.SearchResults-player i{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;font-style:normal;font-weight:700}@media screen and (max-width:500px){.SearchResults-player i{font-size:11px}}.SearchResults-player p{font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-size:18px;margin-top:10px;margin-bottom:6px}@media screen and (max-width:500px){.SearchResults-player p{font-size:16px}}.SearchResults-player p strong{font-family:Superior Title,Times New Roman,Times,serif;font-weight:700;text-transform:uppercase}.SearchResults-event{display:inline-block;vertical-align:top;padding:0;width:33.33%;letter-spacing:0}@media screen and (max-width:890px){.SearchResults-event{width:50%}}@media screen and (max-width:640px){.SearchResults-event{width:100%}}.SearchResults-event-inner{display:block;text-transform:none;text-decoration:none;color:inherit;line-height:normal;margin:10px;padding:18px 20px 20px;position:relative;padding-bottom:60px;min-height:190px}.SearchResults-event-bottom{position:absolute;left:20px;right:20px;bottom:11px}.SearchResults-event-place{font-family:Superior Title,Times New Roman,Times,serif;font-size:16px;font-style:italic;color:#4f555b;position:relative;padding-left:23px;margin-top:15px}.SearchResults-event-place i{display:block;position:absolute;left:1px;top:0;width:11px;height:15px}.SearchResults-event-place i svg{fill:#4b5157}.SearchResults-event-date{position:relative;padding-left:23px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;color:#e7e8e8;text-transform:uppercase}.SearchResults-event-date i{display:block;position:absolute;left:0;top:0;width:13px;height:13px}.SearchResults-event-date i svg{fill:#4c5159}.SearchResults-event-title{font-family:Superior Title,Times New Roman,Times,serif;font-size:20px;line-height:24px;font-weight:400;margin-bottom:7px}html.no-touchevents .SearchResults-item-inner{transition:color .1s}html.no-touchevents .SearchResults-item-inner .SearchResults-media-category{transition:color .1s}html.no-touchevents .SearchResults-item-inner .SearchResults-media-category:hover{color:#19abff}html.no-touchevents .SearchResults-item-inner:hover{color:#ff9898}.LoginPopup{background-color:rgba(0,0,0,.8);background-size:cover;background-position:center center}@media screen and (max-width:768px){.LoginPopup{background:#32363c}}.LoginPopup-close{top:36px;right:0;z-index:2}@media screen and (max-width:640px){.LoginPopup-close{right:20px}}.LoginPopup-content{display:block;width:100%;color:#fff;margin:0 auto;padding:75px 0;zoom:1}.LoginPopup-content:before,.LoginPopup-content:after{content:"";display:table}.LoginPopup-content:after{clear:both}@media screen and (max-width:500px){.LoginPopup-content{position:static}}@media screen and (max-width:500px){.LoginPopup-content{min-width:0;padding:0}}@media screen and (max-width:500px){.LoginPopup-outer{width:100%}}.LoginPopup-inner{width:480px}@media screen and (max-width:500px){.LoginPopup-inner{display:block;width:100%}}.LoginPopup-content-inner{overflow:hidden;visibility:inherit;opacity:1;transition:visibility 0s linear,opacity .3s linear;box-shadow:0 0 82px 40px rgba(0,0,0,.24)}@media screen and (max-width:768px){.LoginPopup-content-inner{box-shadow:0 7px 14px 0 rgba(0,0,0,.28)}}@media screen and (max-width:500px){.LoginPopup-content-inner{box-shadow:none;height:100%}}.LoginPopup em{display:block;font-family:Superior Title,Times New Roman,Times,serif;font-weight:800;font-style:normal;font-size:42px;line-height:51px;margin-bottom:42px}@media screen and (max-width:500px){.LoginPopup em{font-size:38px;line-height:47px;margin-bottom:16px}}.LoginForm{font-size:0}.LoginForm--page{padding-top:60px}.LoginForm--page .LoginForm-inner{max-width:480px}.LoginForm--dark{background:#282b30;color:#fff}.LoginForm--dark .LoginForm-switch{background:#282b30}.LoginForm--dark .LoginForm-switch li input:checked+span{background:#32363c;cursor:default}.LoginForm--dark .LoginForm-confirm{background:#32363c}.LoginForm--light{background:#fff;color:#696d74}.LoginForm-inner{width:100%;max-width:1280px;margin:0 auto}.LoginForm-switch{text-align:center}.LoginForm-switch li{display:inline-block;width:50%;position:relative}.LoginForm-switch li label{font-family:Superior Title,Times New Roman,Times,serif;font-size:28px;line-height:46px;font-weight:200;cursor:pointer}.LoginForm-switch li span{display:block;padding:21px 0 13px}.LoginForm-switch li input{display:none}.LoginForm-switch li input:checked+span{font-weight:800}.LoginForm-form{background:#32363c;padding:50px 80px 40px}@media screen and (max-width:500px){.LoginForm-form{padding:40px 20px}}.LoginForm-form-row{margin-bottom:20px}.LoginForm-form p{display:none;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;line-height:18px;text-align:center;color:#7e858e;margin-top:36px}.LoginForm-form p a{color:#FFF;text-decoration:none}.LoginForm-form-forgot{position:absolute;top:100%;margin-top:6px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;line-height:18px;color:#7e858e;text-decoration:none}.LoginForm-form .LoginForm-form-input--signup{display:none}.LoginForm-form-submit--signup{display:none}.LoginForm-form--signup .LoginForm-form-submit--login{display:none}.LoginForm-form--signup .LoginForm-form-submit--signup{display:inline}.LoginForm-form--signup .LoginForm-form-input--signup{display:block}.LoginForm-form--signup .LoginForm-form-forgot{display:none}.LoginForm-form--signup p{display:block}.LoginForm-confirm{display:none;padding:49px 20px 60px}.LoginForm-confirm strong{display:block;font-family:Superior Title,Times New Roman,Times,serif;font-size:38px;line-height:42px;font-weight:800;text-align:center;margin-bottom:18px}.LoginForm-confirm p{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:18px;line-height:22px;text-align:center;margin-bottom:47px}.LoginForm-confirm button{border:1px solid #19abff;border-radius:3px;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:17px;letter-spacing:1px;text-transform:uppercase;display:block;width:320px;margin:0 auto;background:none;color:#fff;outline:none;padding:16px 0 15px;cursor:pointer}.LoginForm-confirm button[disabled]{opacity:.6;cursor:default}.LoginForm--confirm .LoginForm-switch,.LoginForm--confirm .LoginForm-form{display:none}.LoginForm--confirm .LoginForm-confirm{display:block}.LoginForm--popup .LoginForm-form{position:static}@media screen and (max-width:500px){.LoginForm--popup .LoginForm-form{height:100%}}@media screen and (max-width:500px){.LoginForm--popup .LoginForm-form p{left:20px;right:20px;bottom:100px}}@media screen and (max-width:500px){.LoginForm--popup .LoginForm-form-submit{bottom:20px;left:20px;right:20px}.LoginForm--popup .LoginForm-form-submit button{height:60px}}.LoginForm .LoginForm-confirm-processing{display:none;vertical-align:middle}.LoginForm .LoginForm-confirm-submitted{display:none;position:relative;top:1px}.LoginForm .LoginForm-confirm-submitted i{display:inline-block;width:19px;height:14px;vertical-align:middle;position:relative;top:-1px;margin-right:8px}.LoginForm .LoginForm-confirm-submitted i svg{display:block;fill:#fff}@media screen and (max-width:500px){.LoginForm .LoginForm-confirm{position:absolute;left:0;width:100%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.LoginForm .LoginForm-confirm strong{font-size:36px;line-height:41px}.LoginForm .LoginForm-confirm button{width:100%;max-width:360px}}.LoginForm--processing .LoginForm-confirm-processing{display:inline-block}.LoginForm--processing .LoginForm-confirm-send{display:none}.LoginForm--submitted .LoginForm-confirm-submitted{display:inline-block}.LoginForm--submitted .LoginForm-confirm-processing{display:none}html.no-touchevents .LoginForm-form p a{transition:color .2s}html.no-touchevents .LoginForm-form p a:hover{color:#ff9898}html.no-touchevents .LoginForm-switch li input:not(:checked)+span{transition:color .2s}html.no-touchevents .LoginForm-switch li input:not(:checked)+span:hover{color:#ff9898}html.no-touchevents .LoginForm-form-forgot{transition:color .2s}html.no-touchevents .LoginForm-form-forgot:hover{color:#ff9898}html.no-touchevents .LoginForm-confirm button:not([disabled]){transition:background .2s}html.no-touchevents .LoginForm-confirm button:not([disabled]):hover{background:#3c4045}.ValidationForm{position:relative}.ValidationForm.ValidationForm--dark input{color:#fff;background:#535a64}.ValidationForm.ValidationForm--dark input::-webkit-input-placeholder{color:#a9acb1}.ValidationForm.ValidationForm--dark input::-moz-placeholder{color:#a9acb1}.ValidationForm.ValidationForm--dark input:-moz-placeholder{color:#a9acb1}.ValidationForm.ValidationForm--dark input:-ms-input-placeholder{color:#a9acb1}.ValidationForm.ValidationForm--dark input:focus{background:#fff;color:#000}.ValidationForm.ValidationForm--dark input:focus::-webkit-input-placeholder{color:#fff}.ValidationForm.ValidationForm--dark input:focus::-moz-placeholder{color:#fff}.ValidationForm.ValidationForm--dark input:focus:-moz-placeholder{color:#fff}.ValidationForm.ValidationForm--dark input:focus:-ms-input-placeholder{color:#fff}.ValidationForm.ValidationForm--dark button{background:#19abff;cursor:pointer}.ValidationForm.ValidationForm--light{background:#fbfcfc;color:#696d74}.ValidationForm.ValidationForm--light input{background:#fbfcfc}.ValidationForm.ValidationForm--light input::-webkit-input-placeholder{color:#9b9b9b}.ValidationForm.ValidationForm--light input::-moz-placeholder{color:#9b9b9b}.ValidationForm.ValidationForm--light input:-moz-placeholder{color:#9b9b9b}.ValidationForm.ValidationForm--light input:-ms-input-placeholder{color:#9b9b9b}.ValidationForm.ValidationForm--light input:focus{background:#fff}.ValidationForm.ValidationForm--light input:focus::-webkit-input-placeholder{color:#fff}.ValidationForm.ValidationForm--light input:focus::-moz-placeholder{color:#fff}.ValidationForm.ValidationForm--light input:focus:-moz-placeholder{color:#fff}.ValidationForm.ValidationForm--light input:focus:-ms-input-placeholder{color:#fff}.ValidationForm.ValidationForm--light--filled input{background:#fff}.ValidationForm.ValidationForm--light--submitted input{background:#fbfcfc;color:#fbfcfc;transition-delay:.5s}.ValidationForm.ValidationForm--light button{background:#366cf5}.ValidationForm-row{position:relative;margin-bottom:20px}.ValidationForm-row--invalid>input,.ValidationForm-row--invalid>label>input{box-shadow:inset 0 0 5px 3px rgba(255,57,57,.5);border-color:#ff8e8e!important;background:#fff!important;color:#000!important}.ValidationForm-row--invalid>input::-webkit-input-placeholder,.ValidationForm-row--invalid>label>input::-webkit-input-placeholder{color:#fff}.ValidationForm-row--invalid>input::-moz-placeholder,.ValidationForm-row--invalid>label>input::-moz-placeholder{color:#fff}.ValidationForm-row--invalid>input:-moz-placeholder,.ValidationForm-row--invalid>label>input:-moz-placeholder{color:#fff}.ValidationForm-row--invalid>input:-ms-input-placeholder,.ValidationForm-row--invalid>label>input:-ms-input-placeholder{color:#fff}.ValidationForm-row.ttipped{position:relative}.ValidationForm-row.ttipped .tooltip{position:absolute;max-width:100%;z-index:10;display:inline-block;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear;background-color:#ff8e8e;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;line-height:14px;font-weight:700;-webkit-font-smoothing:antialiased;padding:10px 19px 9px;border-radius:5px}.ValidationForm-row.ttipped .tooltip *[data-action]{text-decoration:underline;cursor:pointer}.ValidationForm-row.ttipped .tooltip:before{position:absolute;z-index:1000001;display:table-cell;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:7px solid transparent;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear;border-bottom-color:#ff8e8e}.ValidationForm-row.ttipped.tooltip-visible .tooltip,.ValidationForm-row.ttipped.tooltip-visible .tooltip:before{text-decoration:none;visibility:visible;opacity:1;transition-delay:1ms}.ValidationForm-row.ttipped-se .tooltip{left:0;margin-left:0;margin-top:11px}.ValidationForm-row.ttipped-se .tooltip:before{left:50%;margin-left:-7px;top:-14px}.ValidationForm input{display:block;width:100%;background:none;border:none;border-radius:3px;outline:none;padding:11px 0 15px 18px;font-size:20px;line-height:24px;font-weight:300;color:#000}.ValidationForm input::-webkit-input-placeholder{font-size:16px;font-weight:300}.ValidationForm input::-moz-placeholder{font-size:16px;font-weight:300}.ValidationForm input:-moz-placeholder{font-size:16px;font-weight:300}.ValidationForm input:-ms-input-placeholder{font-size:16px;font-weight:300}@media screen and (max-width:768px){.ValidationForm input{font-size:24px;line-height:29px;padding:14px 0 17px 18px}}.ValidationForm button{width:100%;height:50px;color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;line-height:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:none;outline:none;border-radius:3px;background:#19abff;margin-top:20px}@media screen and (max-width:768px){.ValidationForm button{height:60px;font-size:17px;line-height:20px}}.ValidationForm button[disabled]{background:silver;cursor:default}html.no-touchevents .ValidationForm-form .ttipped .tooltip *[data-action]:hover{text-decoration:none}html.no-touchevents .ValidationForm button{transition:background .2s}html.no-touchevents .ValidationForm button:not[disabled]:hover{background:#65c6ff}html.no-touchevents .ValidationForm-form a{transition:color .2s}html.no-touchevents .ValidationForm-form a:hover{color:#ff9898}.ForgotPopup{position:absolute;background:#dfe5ec;padding:12px;bottom:3px;left:7px;right:7px;border-radius:3px;z-index:20;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear}.ForgotPopup--visible{visibility:visible;opacity:1;transition-delay:1ms}.ForgotPopup:after{content:" ";position:absolute;top:100%;left:20%;margin-left:-7px;border:7px solid transparent;border-top-color:#dfe5ec}.ForgotPopup-row{margin-bottom:12px}.ForgotPopup input{background:#dfe5ec!important;border:1px solid #95a2b4!important;color:#000!important}.ForgotPopup input::-webkit-input-placeholder{color:#9b9b9b}.ForgotPopup input::-moz-placeholder{color:#9b9b9b}.ForgotPopup input:-moz-placeholder{color:#9b9b9b}.ForgotPopup input:-ms-input-placeholder{color:#9b9b9b}.ForgotPopup input:focus::-webkit-input-placeholder{color:#dfe5ec!important}.ForgotPopup input:focus::-moz-placeholder{color:#dfe5ec!important}.ForgotPopup input:focus:-moz-placeholder{color:#dfe5ec!important}.ForgotPopup input:focus:-ms-input-placeholder{color:#dfe5ec!important}.ForgotPopup button{margin:0}.ForgotPopup-message{display:none;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;line-height:17px;font-weight:300;color:#676a6e}.ForgotPopup-message i{display:block;float:left;width:26px;height:19px;margin-top:9px;margin-right:9px}.ForgotPopup-message i svg{fill:#04b9ff}.ForgotPopup--success .ForgotPopup-form{display:none}.ForgotPopup--success .ForgotPopup-message{display:block}.SpritesSvg{display:none}html,body{height:100%}.Page-wrapper{width:100%;min-height:100%;height:auto!important;height:100%;margin:0 auto -338px}@media screen and (max-width:760px){.Page-wrapper{margin-bottom:-540px!important}}.Page-wrapper:after{display:none;transform:translateZ(0);-webkit-backface-visibility:hidden;content:" ";position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:.57;z-index:1}.Page-outer{width:100%;height:100%;overflow:visible}.Page-wrapperPush{height:338px}@media screen and (max-width:760px){.Page-wrapperPush{height:540px!important}}.Page-cookies{height:120px;width:100%;min-width:400px;position:fixed;z-index:999;bottom:0;left:0;background:#1a99e3;opacity:1;-ms-transform:translateX(0);transform:translateX(0);transition:.5s opacity ease-out}.Page-cookies--init-show{opacity:0}.Page-cookies--transform-left{-ms-transform:translateX(-100%);transform:translateX(-100%)}@media(max-width:731px) and (min-width:481px){.Page-cookies{height:210px}}@media(max-width:480px) and (min-width:381px){.Page-cookies{height:250px}}@media(max-width:380px){.Page-cookies{min-width:100%;height:250px}}.Page-cookies .Cookies-wrapper{max-width:768px;width:100%;margin:0 auto;height:120px;box-sizing:border-box;padding:25px 0}@media(max-width:731px) and (min-width:481px){.Page-cookies .Cookies-wrapper{height:210px;padding:35px 0;max-width:435px}}@media(max-width:480px) and (min-width:381px){.Page-cookies .Cookies-wrapper{height:250px;padding:35px 0;max-width:400px}}@media(max-width:380px){.Page-cookies .Cookies-wrapper{min-width:100%;height:250px;padding:35px 0}}.Page-cookies .Cookies-wrapper .Cookies-Title{float:left;max-width:190px;width:100%;height:120px;text-align:right;font-size:32px;line-height:32px;box-sizing:border-box;padding:0 20px;color:#fff;font-family:Superior Title,Times New Roman,Times,serif;font-weight:800}@media(max-width:731px) and (min-width:481px){.Page-cookies .Cookies-wrapper .Cookies-Title{max-width:230px;width:33%;height:210px;padding:0 20px 0 0}}@media(max-width:480px) and (min-width:381px){.Page-cookies .Cookies-wrapper .Cookies-Title{width:180px;height:250px;font-size:32px;line-height:32px}}@media(max-width:380px){.Page-cookies .Cookies-wrapper .Cookies-Title{width:45%;height:250px;font-size:32px;line-height:32px}}.Page-cookies .Cookies-wrapper .Cookies-Text{float:left;height:120px;max-width:320px;width:100%;box-sizing:border-box;padding:5px 0 10px;color:#fff;font-size:14px;line-height:19px;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:600}.Page-cookies .Cookies-wrapper .Cookies-Text a{color:#fff;text-decoration:none;font-weight:700}.Page-cookies .Cookies-wrapper .Cookies-Text a:hover{color:#ff9898}@media(max-width:731px) and (min-width:481px){.Page-cookies .Cookies-wrapper .Cookies-Text{max-width:320px;width:67%;height:auto;font-size:14px;padding-right:20px}}@media(max-width:480px) and (min-width:381px){.Page-cookies .Cookies-wrapper .Cookies-Text{width:182px;max-width:53%;height:auto;font-size:15px;line-height:19px;padding:5px 0}}@media(max-width:380px){.Page-cookies .Cookies-wrapper .Cookies-Text{max-width:53%;height:auto;font-size:15px;line-height:19px;padding:5px 0}}.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn{float:left;height:120px;box-sizing:border-box;padding:8px 0 10px 40px;max-width:205px;width:100%}.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn .Cookies-Btn{border:1px solid #fff;padding:16px 39px;color:#fff;text-transform:uppercase;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;float:left;cursor:pointer;border-radius:3px;font-weight:700;letter-spacing:1px}@media(max-width:731px) and (min-width:481px){.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn .Cookies-Btn{padding:16px 39px}}@media(max-width:400px){.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn .Cookies-Btn{padding:17px 42px;font-size:12px}}@media(max-width:731px) and (min-width:481px){.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn{max-width:165px;padding:15px 0}}@media(max-width:480px){.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn{max-width:170px;padding:25px 0 10px}}.Page-cookies .Cookies-wrapper .Cookies-wrapper-Btn .Cookies-Btn:hover{background:#fff;color:#ff9898}.Page .wrapperBanner{background:url(/static/img/content/banner-bg.jpg) no-repeat;background-size:cover;width:100%;height:95px;position:fixed;bottom:0;left:0;-ms-transform:translateY(0);transform:translateY(0);box-shadow:0 0 10px rgba(0,0,0,.5);z-index:999;transition:.3s transform ease-out}.Page .wrapperBanner.initial-non-display{-ms-transform:translateY(150px);transform:translateY(150px)}.Page .wrapperBanner .banner{box-sizing:border-box;max-width:1090px;min-width:400px;width:100%;height:100%;margin:0 auto;padding:20px 0 0}@media(max-width:976px) and (min-width:703px){.Page .wrapperBanner .banner{padding:20px 23px 0}}@media(max-width:702px) and (min-width:510px){.Page .wrapperBanner .banner{padding:25px 23px 0}}@media(max-width:500px){.Page .wrapperBanner .banner{padding:25px 10px 0;min-width:100%}}.Page .wrapperBanner .banner .left-banner{max-width:315px;width:100%;float:left}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .left-banner{max-width:290px}}@media(max-width:976px) and (min-width:703px){.Page .wrapperBanner .banner .left-banner{display:none}}@media(max-width:702px){.Page .wrapperBanner .banner .left-banner{display:none}}.Page .wrapperBanner .banner .left-banner .wrapperHead{float:left;position:relative;top:-20px;width:100%}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1{width:50%;float:left;height:80px;position:relative}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .img-head{width:100%;float:left}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .img-head .shadow{width:120px;position:absolute;top:-70px;left:26px}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .img-head .shadow{top:-70px;left:17px}}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .img-head .image{width:74px;position:absolute;top:-47px;left:50px}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .img-head .image{top:-47px;left:40px}}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .name{color:#fff;width:100%;font-size:14px;font-weight:100;text-align:center;position:absolute;left:10px;bottom:0;font-family:HelveticaNeue,Helvetica,sans-serif}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .name{left:4px}}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-1 .name span{font-weight:700}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2{width:50%;float:left;height:80px;position:relative}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2 .img-head{width:100%;float:left}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2 .img-head .shadow{width:120px;position:absolute;top:-65px;left:6px}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2 .img-head .image{width:73px;position:absolute;top:-44px;left:30px}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2 .name{color:#fff;width:100%;font-size:14px;font-weight:100;text-align:center;position:absolute;left:-13px;bottom:0;font-family:HelveticaNeue,Helvetica,sans-serif}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2 .name{left:-6px}}.Page .wrapperBanner .banner .left-banner .wrapperHead .head-2 .name span{font-weight:700}.Page .wrapperBanner .banner .left-banner .wrapperHead .versus{position:absolute;color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:100;font-size:22px;top:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.Page .wrapperBanner .banner .center-banner{float:left;height:75px;margin-left:35px;color:#fff;max-width:470px;width:100%;font-family:Superior Title,Times New Roman,Times,serif;font-weight:800;font-size:32px;line-height:32px;margin-top:-2px}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .center-banner{margin-left:10px;max-width:430px}}@media(max-width:976px) and (min-width:703px){.Page .wrapperBanner .banner .center-banner{margin-left:0;max-width:430px}}@media(max-width:702px) and (min-width:501px){.Page .wrapperBanner .banner .center-banner{font-size:20px;line-height:20px;margin-top:6px;margin-left:0;max-width:185px}}@media(max-width:500px){.Page .wrapperBanner .banner .center-banner{max-width:145px;font-size:16px}}.Page .wrapperBanner .banner .center-banner .name{width:290px;float:left}@media(max-width:702px) and (min-width:501px){.Page .wrapperBanner .banner .center-banner .name{width:185px}}@media(max-width:500px){.Page .wrapperBanner .banner .center-banner .name{width:145px}}.Page .wrapperBanner .banner .center-banner .name i{text-transform:uppercase}.Page .wrapperBanner .banner .center-banner .name span{color:#ffa2a2;font-style:italic;font-weight:400}.Page .wrapperBanner .banner .center-banner .date{float:left;width:120px;margin-left:60px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:22px}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .center-banner .date{margin-left:20px}}@media(max-width:976px) and (min-width:703px){.Page .wrapperBanner .banner .center-banner .date{margin-left:20px}}@media(max-width:702px){.Page .wrapperBanner .banner .center-banner .date{display:none}}.Page .wrapperBanner .banner .center-banner .date span{color:#ffa2a2}.Page .wrapperBanner .banner .right-banner{float:left;margin-left:60px;margin-top:-2px}@media(max-width:1150px) and (min-width:977px){.Page .wrapperBanner .banner .right-banner{margin-left:0;float:right;margin-right:2%}}@media(max-width:976px) and (min-width:703px){.Page .wrapperBanner .banner .right-banner{float:right;margin-left:0}}@media(max-width:702px){.Page .wrapperBanner .banner .right-banner{margin-left:0;float:right}}.Page .wrapperBanner .banner .right-banner .btnBanner{text-align:center;color:#fff;text-transform:uppercase;text-decoration:none;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;font-weight:700;width:210px;display:block;height:50px;background:#1a99e3;margin-top:5px;padding-top:18px;letter-spacing:.8px;border-radius:5px}@media(max-width:702px) and (min-width:501px){.Page .wrapperBanner .banner .right-banner .btnBanner{width:164px;margin-top:0;margin-right:0}}@media(max-width:500px){.Page .wrapperBanner .banner .right-banner .btnBanner{width:125px;font-size:10px}}.Page .wrapperBanner .banner .right-banner .btnBanner:hover{background:#65c6ff}.Page .wrapperBanner .banner .banner-close{width:11px;height:11px;position:absolute;top:8px;right:10px;cursor:pointer}.Page .wrapperBanner .banner .banner-close svg{transition:fill .2s;fill:#6c727a}.Page .wrapperBanner .banner .banner-close:hover svg{fill:#a3b0c2}.Page--left-menu>.Page-wrapper:after{display:block}.Page--no-footer .Page-wrapperPush{display:none}.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red}.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}.gradient-inactive{background:#0992ff;background:-moz-linear-gradient(top,#0992ff 0,#0459ff 100%);background:-webkit-linear-gradient(top,#0992ff 0,#0459ff 100%);background:linear-gradient(to bottom,#0992ff 0,#0459ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0992ff',endColorstr='#0459ff',GradientType=0)}.gradient-active{background:#0459ff;background:-moz-linear-gradient(top,#0459ff 0,#0992ff 100%);background:-webkit-linear-gradient(top,#0459ff 0,#0992ff 100%);background:linear-gradient(to bottom,#0459ff 0,#0992ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0459ff',endColorstr='#0992ff',GradientType=0)}.SelectBox{display:block}.SelectBox-inner{display:block}.SelectBox-inner>svg{display:none}.SelectBox .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:16px;line-height:18px;zoom:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:HelveticaNeue,Helvetica,sans-serif}.SelectBox .chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.SelectBox .chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border-top:0;background:#19abff;box-shadow:0 3px 5px rgba(0,0,0,.3);opacity:0;transition:left 0s linear .3s,opacity .3s}.SelectBox .chosen-container.chosen-with-drop .chosen-drop{transition-delay:0s;opacity:1;left:0}.SelectBox .chosen-container a{cursor:pointer}.SelectBox .chosen-container .search-choice .group-name,.SelectBox .chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.SelectBox .chosen-container .search-choice .group-name:after,.SelectBox .chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.SelectBox .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:13px 0 0 15px;height:44px;border:none;border-radius:3px;background:#dee4ea;box-shadow:none;color:#19abff;text-decoration:none;white-space:nowrap;line-height:18px}.SelectBox .chosen-container-single .chosen-default{color:#19abff}.SelectBox .chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.SelectBox .chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.SelectBox .chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.SelectBox .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.SelectBox .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.SelectBox .chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.SelectBox .chosen-container-single .chosen-single div b{display:block;background:none;position:relative;top:12px;right:12px;width:14px;height:9px}.SelectBox .chosen-container-single .chosen-single div b svg{transition:transform .5s;fill:#19abff}.SelectBox .chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.SelectBox .chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.SelectBox .chosen-container-single .chosen-drop{margin-top:5px;border-radius:3px;overflow:hidden;background-clip:padding-box}.SelectBox .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.SelectBox .chosen-container .chosen-results{color:#fff;overflow-y:scroll;margin:0;padding:10px 0;border-top:1px solid #e0e0e0;max-height:240px;z-index:0;position:relative}.SelectBox .chosen-container .chosen-results::-webkit-scrollbar{-webkit-border-radius:10px;border-radius:10px;width:17px;height:18px}.SelectBox .chosen-container .chosen-results::-webkit-scrollbar-thumb{background-color:#aae1ff;-webkit-border-radius:10px;border-radius:10px;height:6px;border:6px solid transparent;background-clip:padding-box}.SelectBox .chosen-container .chosen-results::-webkit-scrollbar-button{width:0;height:0;display:none}.SelectBox .chosen-container .chosen-results::-webkit-scrollbar-corner{background-color:transparent}.SelectBox .chosen-container .chosen-results li{display:none;margin:0;padding:5px 18px;list-style:none;line-height:20px;white-space:nowrap;text-overflow:ellipsis;-webkit-touch-callout:none}.SelectBox .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.SelectBox .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.SelectBox .chosen-container .chosen-results li.highlighted{font-weight:700}.SelectBox .chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.SelectBox .chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.SelectBox .chosen-container .chosen-results li.group-option{padding-left:15px}.SelectBox .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.SelectBox .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0;min-height:44px;border:2px solid #dee4ea;border-radius:3px;width:100%;background-color:#dee4ea;cursor:text}.SelectBox .chosen-container-multi .chosen-choices li{float:left;list-style:none}.SelectBox .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.SelectBox .chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:0;padding:0;outline:0;margin-top:11px;margin-left:13px;border:0!important;background:transparent!important;box-shadow:none;color:#19abff;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:16px;line-height:18px;border-radius:0}.SelectBox .chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder{color:#aaa}.SelectBox .chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder{color:#aaa}.SelectBox .chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder{color:#aaa}.SelectBox .chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder{color:#aaa}.SelectBox .chosen-container-multi .chosen-choices li.search-choice{position:relative;max-width:100%;border-radius:3px;background:#eef1f4;margin:3px;padding:8px 10px;color:#313131;line-height:18px;cursor:default}.SelectBox .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.SelectBox .chosen-container-multi .chosen-choices li.search-choice svg{display:inline-block;fill:#c8c8c8;width:10px;height:10px;margin-left:9px}.SelectBox .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{display:block;position:absolute;width:20px;height:20px;right:6px;top:7px;font-size:0}.SelectBox .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.SelectBox .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.SelectBox .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.SelectBox .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.SelectBox .chosen-container-multi .chosen-results{margin:0}.SelectBox .chosen-container-multi .chosen-drop{border-radius:3px;margin-top:5px}.SelectBox .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.SelectBox .chosen-container-active .chosen-single{box-shadow:0 0 5px rgba(0,0,0,.3);background:#19abff;color:#fff}.SelectBox .chosen-container-active.chosen-with-drop .chosen-single{border:none;background:#19abff;color:#fff;box-shadow:0 0 5px rgba(0,0,0,.3)}.SelectBox .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.SelectBox .chosen-container-active.chosen-with-drop .chosen-single div b svg{-ms-transform:rotate(180deg);transform:rotate(180deg);fill:#FFF}.SelectBox .chosen-container-active .chosen-choices{border-color:#19abff;box-shadow:0 0 5px rgba(0,0,0,.3);background:#fff}.SelectBox .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.SelectBox .chosen-disabled{opacity:.5!important;cursor:default}.SelectBox .chosen-disabled .chosen-single{cursor:default}.SelectBox .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.SelectBox .chosen-rtl{text-align:right}.SelectBox .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.SelectBox .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.SelectBox .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.SelectBox .chosen-rtl .chosen-single div{right:auto;left:3px}.SelectBox .chosen-rtl .chosen-single abbr{right:auto;left:26px}.SelectBox .chosen-rtl .chosen-choices li{float:right}.SelectBox .chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.SelectBox .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.SelectBox .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.SelectBox .chosen-rtl.chosen-container-single-nosearch .chosen-search,.SelectBox .chosen-rtl .chosen-drop{left:9999px}.SelectBox .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.SelectBox .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.SelectBox .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.SelectBox .chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.SelectBox .chosen-rtl .chosen-search input[type=text],.SelectBox .chosen-container-single .chosen-single abbr,.SelectBox .chosen-container-single .chosen-search input[type=text],.SelectBox .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.SelectBox .chosen-container .chosen-results-scroll-down span,.SelectBox .chosen-container .chosen-results-scroll-up span{background-size:52px 37px!important;background-repeat:no-repeat!important}}.SelectBox--selected .chosen-container .chosen-single{font-weight:700}.SelectBox--selected .chosen-container-multi .chosen-choices li.search-field b{display:none!important}.SelectBox--ratings-filter .chosen-container .chosen-drop,.SelectBox--videos-filter .chosen-container .chosen-drop{min-width:100%;width:auto}.SelectBox--ratings-filter .chosen-container-multi .chosen-choices,.SelectBox--videos-filter .chosen-container-multi .chosen-choices{position:relative}.SelectBox--ratings-filter .chosen-container-multi .chosen-choices li.search-field,.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field{padding-right:30px}.SelectBox--ratings-filter .chosen-container-multi .chosen-choices li.search-field b,.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field b{position:absolute;display:block;width:16px;height:10px;top:15px;right:14px;margin:0}.SelectBox--ratings-filter .chosen-container-multi .chosen-choices li.search-field b svg,.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field b svg{display:block;transition:transform .5s;fill:#19abff}.SelectBox--videos-filter .chosen-container{font-size:inherit}.SelectBox--videos-filter .chosen-container .chosen-results{border-top:none}.SelectBox--videos-filter .chosen-container-single{font-family:inherit;font-size:inherit;font-weight:inherit}.SelectBox--videos-filter .chosen-container-single .chosen-drop{margin-top:3px;background:#19abff}.SelectBox--videos-filter .chosen-container-single .chosen-results{border:none;max-height:300px}.SelectBox--videos-filter .chosen-container-single .chosen-results li.disabled-result{display:none}.SelectBox--videos-filter .chosen-container-multi .chosen-choices{border-color:#19abff;background:#19abff;color:inherit;white-space:nowrap;min-height:50px}.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-choice{padding-top:12px;padding-bottom:10px}.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field{padding-right:28px}.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field b{top:18px;right:18px}.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field b svg{fill:#fff!important;opacity:.5}.SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field input[type=text]{color:inherit;font-size:inherit;font-weight:700;font-family:inherit;text-transform:uppercase;margin-top:15px;margin-bottom:13px;margin-left:18px}.SelectBox--videos-filter .chosen-container-multi .chosen-results li.disabled-result{display:none}.SelectBox--videos-filter .chosen-container-multi.chosen-container-active .chosen-choices{border-color:#fff;background:#fff}.SelectBox--videos-filter .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input[type=text]{text-transform:none;font-weight:400}.SelectBox--videos-filter .chosen-container-single .chosen-default,.SelectBox--videos-filter .chosen-container-single .chosen-single{color:inherit;font-weight:inherit;text-transform:uppercase}.SelectBox--videos-filter .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{background:#19abff}.SelectBox--videos-filter .chosen-container-single .chosen-single{line-height:29px;color:#fff;font-weight:700;padding:12px 0 12px 20px;background:#19abff;letter-spacing:.0625em;height:50px}.SelectBox--videos-filter .chosen-container-single .chosen-single span{margin-right:55px}.SelectBox--videos-filter .chosen-container-single .chosen-single div{width:24px}.SelectBox--videos-filter .chosen-container-single .chosen-single div b{width:16px;height:10px;top:20px;left:-12px;margin:0}.SelectBox--videos-filter .chosen-container-single .chosen-single div b svg{display:block;fill:#fff!important;opacity:.5}.SelectBox--videos-filter .chosen-container-single .chosen-single span{overflow:visible}.SelectBox--videos-filter .chosen-container-single .chosen-single i{position:relative;top:-3px;float:right;font-size:12px;font-style:inherit;margin-right:20px;margin-top:2px}.SelectBox--videos-sort .chosen-container-single{font-family:inherit;font-size:inherit;font-weight:inherit}.SelectBox--videos-sort .chosen-container-single .chosen-single,.SelectBox--videos-sort .chosen-container-single .chosen-drop{background:#32363c}.SelectBox--videos-sort .chosen-container-single .chosen-single{padding-left:9px}.SelectBox--videos-sort .chosen-container-single .chosen-results{text-transform:uppercase;letter-spacing:.0625em}.SelectBox--videos-sort .chosen-container-single .chosen-results li{height:30px}.SelectBox--videos-sort .chosen-container-single .chosen-single div b svg{fill:#19abff!important;opacity:1}.SelectBox--videos-sort .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{background:#32363c}.SelectBox--videos-sort .chosen-container-single .chosen-single i{float:none;display:inline-block;vertical-align:middle;margin-left:9px;margin-right:11px}.SelectBox--videos-sort .chosen-container-single .chosen-single i[data-icon=icon-clock-2]{margin-left:8px;margin-right:10px;top:-4px}.SelectBox--videos-sort .chosen-container-single .chosen-single i[data-icon=icon-eye-2]{margin-left:4px;margin-right:5px;top:-7px}.SelectBox--player-statistics{display:inline-block;width:300px}@media screen and (max-width:500px){.SelectBox--player-statistics{width:280px}}.SelectBox--player-statistics .chosen-container{font-family:inherit;font-size:inherit;font-weight:inherit}.SelectBox--player-statistics .chosen-container .chosen-drop{background:#2a2e33;border:1px solid #4b4747!important}.SelectBox--player-statistics .chosen-container .chosen-results{border:none;max-height:300px}.SelectBox--player-statistics .chosen-container-single .chosen-default,.SelectBox--player-statistics .chosen-container-single .chosen-single{color:inherit;font-weight:inherit}.SelectBox--player-statistics .chosen-container-single .chosen-single{padding:20px 0 0 45px;background:transparent!important;border:1px solid #4b4747!important;height:56px}.SelectBox--player-statistics .chosen-container-single .chosen-single div b{top:18px;right:15px}.SelectBox--player-statistics .chosen-container-single .chosen-single div b svg{fill:#676767!important}.SelectBox--player-statistics .chosen-container-single .chosen-single span{overflow:visible}.SelectBox--player-statistics .chosen-container-single .chosen-single i{position:relative;top:-3px;float:right;font-size:12px;font-style:inherit;margin-right:20px;margin-top:2px}.SelectBox--translation-round,.SelectBox--standings-round{display:inline-block;width:75px}.SelectBox--translation-round .chosen-container-single,.SelectBox--standings-round .chosen-container-single{font-family:inherit;font-size:inherit;font-weight:inherit}.SelectBox--translation-round .chosen-container-single .chosen-drop,.SelectBox--standings-round .chosen-container-single .chosen-drop{margin-top:3px;background:#19abff}.SelectBox--translation-round .chosen-container-single .chosen-results,.SelectBox--standings-round .chosen-container-single .chosen-results{border:none;max-height:300px}.SelectBox--translation-round .chosen-container-single .chosen-default,.SelectBox--standings-round .chosen-container-single .chosen-default,.SelectBox--translation-round .chosen-container-single .chosen-single,.SelectBox--standings-round .chosen-container-single .chosen-single{color:inherit;font-weight:inherit}.SelectBox--translation-round .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single,.SelectBox--standings-round .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{background:#19abff}.SelectBox--translation-round .chosen-container-single .chosen-single,.SelectBox--standings-round .chosen-container-single .chosen-single{font-size:24px;line-height:29px;color:#fff;font-weight:300;padding:6px 0 6px 9px;background:#19abff;height:40px}.SelectBox--translation-round .chosen-container-single .chosen-single div,.SelectBox--standings-round .chosen-container-single .chosen-single div{width:24px}.SelectBox--translation-round .chosen-container-single .chosen-single div b,.SelectBox--standings-round .chosen-container-single .chosen-single div b{width:10px;height:6px;top:17px;left:6px;margin:0}.SelectBox--translation-round .chosen-container-single .chosen-single div b svg,.SelectBox--standings-round .chosen-container-single .chosen-single div b svg{display:block;fill:#fff!important;opacity:.38}.SelectBox--translation-round .chosen-container-single .chosen-single span,.SelectBox--standings-round .chosen-container-single .chosen-single span{overflow:visible}.SelectBox--translation-round .chosen-container-single .chosen-single i,.SelectBox--standings-round .chosen-container-single .chosen-single i{position:relative;top:-3px;float:right;font-size:12px;font-style:inherit;margin-right:20px;margin-top:2px}.SelectBox--standings-round .chosen-container-single .chosen-single{font-size:20px;background:none;border:1px solid #3ba5ff;padding-top:4px}.SelectBox--standings-round .chosen-container-single .chosen-single div b svg{fill:#3ba5ff!important;opacity:1}.SelectBox--round-type{display:inline-block}.SelectBox--round-type .chosen-container .chosen-single span{margin-right:0}.SelectBox--round-type .chosen-container .chosen-single div b svg{fill:#7b7f86}html.Theme-Light .SelectBox--round-type .chosen-container .chosen-single div b svg{fill:#282b30}.SelectBox--round-type .chosen-container .chosen-single,.SelectBox--round-type .chosen-container .chosen-drop,.SelectBox--round-type .chosen-container .chosen-choices{background:#434953!important;color:white}html.Theme-Light .SelectBox--round-type .chosen-container .chosen-single,html.Theme-Light .SelectBox--round-type .chosen-container .chosen-drop,html.Theme-Light .SelectBox--round-type .chosen-container .chosen-choices{background:#c0c7ce!important;color:#282b30!important}.SelectBox--round-type .chosen-container .chosen-results{border:none;overflow:hidden}.SelectBox--round-type .chosen-container .chosen-results li.active-result.result-selected{position:absolute;left:-10000px}html.Theme-Light .SelectBox--round-type .chosen-container .chosen-results{color:#282b30!important}.SelectBox--round-type-widget{width:120px}@media(max-width:500px){.SelectBox--round-type-widget{width:96px}}.SelectBox--round-type-widget .chosen-container{font-size:15px}@media(max-width:500px){.SelectBox--round-type-widget .chosen-container{font-size:12px}}.SelectBox--round-type-widget .chosen-container .chosen-single{padding:6px 0 0 10px;height:30px}@media(max-width:500px){.SelectBox--round-type-widget .chosen-container .chosen-single{padding:6px 0 0 8px}}.SelectBox--round-type-widget .chosen-container .chosen-single div b{right:4px;top:5px;width:14px}@media(max-width:500px){.SelectBox--round-type-widget .chosen-container .chosen-single div b{right:0;top:6px;width:12px}}.SelectBox--round-type-widget .chosen-container .chosen-results{padding:5px 0}.SelectBox--round-type-widget .chosen-container .chosen-results li{padding:2px 5px 2px 10px}@media(max-width:500px){.SelectBox--round-type-widget .chosen-container .chosen-results li{padding:2px 5px 2px 8px}}.SelectBox--round-type-broadcast{width:148px;position:relative;top:-2px}.SelectBox--round-type-broadcast .chosen-container{font-size:18px;letter-spacing:.3px}.SelectBox--round-type-broadcast .chosen-container span{font-weight:300!important}.SelectBox--round-type-broadcast .chosen-container .chosen-single{padding:12px 0 0 17px;height:40px}.SelectBox--round-type-broadcast .chosen-container .chosen-single div{left:auto;right:23px}.SelectBox--round-type-broadcast .chosen-container .chosen-single div b{left:10px;top:11px;width:15px}.SelectBox--round-type-broadcast .chosen-container .chosen-results{padding:10px 0}.SelectBox--round-type-broadcast .chosen-container .chosen-results li{padding:2px 5px 2px 17px}html.no-touchevents .SelectBox select{display:none}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices{background:#19abff;color:#fff;border-color:#19abff}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single input,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single input,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single input,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices input,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices input,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices input{color:#fff}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices input::-webkit-input-placeholder{color:#dee4ea}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices input::-moz-placeholder{color:#dee4ea}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices input:-moz-placeholder{color:#dee4ea}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices input:-ms-input-placeholder{color:#dee4ea}html.no-touchevents .SelectBox .chosen-container:hover .chosen-single div b svg,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single div b svg,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single div b svg,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices div b svg,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices div b svg,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices div b svg,html.no-touchevents .SelectBox .chosen-container:hover .chosen-single li.search-field b svg,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-single li.search-field b svg,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-single li.search-field b svg,html.no-touchevents .SelectBox .chosen-container:hover .chosen-choices li.search-field b svg,html.no-touchevents .SelectBox .chosen-container-single:hover .chosen-choices li.search-field b svg,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop:hover .chosen-choices li.search-field b svg{fill:#FFF}html.no-touchevents .SelectBox .chosen-container.chosen-container-active:hover .chosen-choices,html.no-touchevents .SelectBox .chosen-container-single.chosen-container-active:hover .chosen-choices,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop.chosen-container-active:hover .chosen-choices{background:#fff}html.no-touchevents .SelectBox .chosen-container.chosen-container-active:hover .chosen-choices input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container-single.chosen-container-active:hover .chosen-choices input::-webkit-input-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop.chosen-container-active:hover .chosen-choices input::-webkit-input-placeholder{color:#aaa}html.no-touchevents .SelectBox .chosen-container.chosen-container-active:hover .chosen-choices input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container-single.chosen-container-active:hover .chosen-choices input::-moz-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop.chosen-container-active:hover .chosen-choices input::-moz-placeholder{color:#aaa}html.no-touchevents .SelectBox .chosen-container.chosen-container-active:hover .chosen-choices input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container-single.chosen-container-active:hover .chosen-choices input:-moz-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop.chosen-container-active:hover .chosen-choices input:-moz-placeholder{color:#aaa}html.no-touchevents .SelectBox .chosen-container.chosen-container-active:hover .chosen-choices input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container-single.chosen-container-active:hover .chosen-choices input:-ms-input-placeholder,html.no-touchevents .SelectBox .chosen-container.chosen-with-drop.chosen-container-active:hover .chosen-choices input:-ms-input-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field input::-webkit-input-placeholder{color:#fff;text-transform:none}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field input::-moz-placeholder{color:#fff;text-transform:none}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field input:-moz-placeholder{color:#fff;text-transform:none}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field input:-ms-input-placeholder{color:#fff;text-transform:none}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input::-webkit-input-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input::-moz-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input:-moz-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi.chosen-container-active .chosen-choices li.search-field input:-ms-input-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices{transition:background .2s}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field input{transition:color .2s}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices li.search-field b svg{transition:transform .5s,fill .2s,opacity .2s}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover{background:#fff}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover li.search-field input{color:#19abff}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover li.search-field input::-webkit-input-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover li.search-field input::-moz-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover li.search-field input:-moz-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover li.search-field input:-ms-input-placeholder{color:#aaa}html.no-touchevents .SelectBox--videos-filter .chosen-container-multi .chosen-choices:hover li.search-field b svg{fill:#ff9898!important;opacity:1}html.no-touchevents .SelectBox--videos-filter .chosen-container.chosen-container-active .chosen-choices li.search-field b svg{fill:#fff!important}html.no-touchevents .SelectBox--videos-filter .chosen-container.chosen-container-active.chosen-with-drop:hover .chosen-choices{border-color:#fff}html.no-touchevents .SelectBox--videos-filter .chosen-container .chosen-single div b svg{transition:transform .5s,fill .2s,opacity .2s}html.no-touchevents .SelectBox--videos-filter .chosen-container .chosen-single:hover div b svg{fill:#ff9898!important;opacity:1}html.no-touchevents .SelectBox--videos-sort .chosen-container:hover .chosen-single,html.no-touchevents .SelectBox--videos-sort .chosen-container-single:hover .chosen-single,html.no-touchevents .SelectBox--videos-sort .chosen-container.chosen-with-drop:hover .chosen-single,html.no-touchevents .SelectBox--videos-sort .chosen-container:hover .chosen-choices,html.no-touchevents .SelectBox--videos-sort .chosen-container-single:hover .chosen-choices,html.no-touchevents .SelectBox--videos-sort .chosen-container.chosen-with-drop:hover .chosen-choices{background:#32363c;color:#fff;border-color:#32363c}html.no-touchevents .SelectBox--videos-sort .chosen-results li i svg{transition:fill .2s,coloe .2s}html.no-touchevents .SelectBox--videos-sort .chosen-results li.highlighted i svg{fill:#ff9898;color:#ff9898}html.no-touchevents .SelectBox--translation-round .chosen-container:hover .chosen-single,html.no-touchevents .SelectBox--translation-round .chosen-container-single:hover .chosen-single,html.no-touchevents .SelectBox--translation-round .chosen-container.chosen-with-drop:hover .chosen-single{background:#19abff}html.no-touchevents .SelectBox--translation-round .chosen-container-active:hover .chosen-single{background:#19abff}html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-container-active.chosen-with-drop .chosen-single,html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-with-drop .chosen-single,html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-container-active.chosen-with-drop:hover .chosen-single,html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-with-drop:hover .chosen-single{border:1px solid #3ba5ff}html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b svg,html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-with-drop .chosen-single div b svg,html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-container-active.chosen-with-drop:hover .chosen-single div b svg,html.no-touchevents .SelectBox--standings-round .chosen-container.chosen-with-drop:hover .chosen-single div b svg{fill:#FFF!important}html.no-touchevents .SelectBox--round-type .chosen-container:hover .chosen-single div b svg{fill:#ff9898!important}html.no-touchevents .SelectBox--round-type .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b svg,html.no-touchevents .SelectBox--round-type .chosen-container.chosen-with-drop .chosen-single div b svg,html.no-touchevents .SelectBox--round-type .chosen-container.chosen-container-active.chosen-with-drop:hover .chosen-single div b svg,html.no-touchevents .SelectBox--round-type .chosen-container.chosen-with-drop:hover .chosen-single div b svg{fill:#7b7f86!important}html.no-touchevents.Theme-Light .SelectBox--round-type .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b svg,html.no-touchevents.Theme-Light .SelectBox--round-type .chosen-container.chosen-with-drop .chosen-single div b svg,html.no-touchevents.Theme-Light .SelectBox--round-type .chosen-container.chosen-container-active.chosen-with-drop:hover .chosen-single div b svg,html.no-touchevents.Theme-Light .SelectBox--round-type .chosen-container.chosen-with-drop:hover .chosen-single div b svg{fill:#282b30!important}.BtnMail{position:relative;display:inline-block;margin:0;padding:0;outline:0;background:transparent;cursor:pointer;border:none;width:100%;height:100%}.BtnMail svg{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.BtnMail--share{width:30px;height:30px}.BtnMail--share svg{width:22px;height:16px;fill:#707a84}.BtnMail--embed{background:#151515}.BtnMail--embed>div{margin:0 auto;display:block;max-width:500px}.BtnMail--count svg{left:8px;width:24px;height:20px;fill:#b1b6bb}html.no-touchevents .BtnMail--share svg{transition:fill .2s}html.no-touchevents .BtnMail--share:hover svg{fill:#ff9898}/*
 * Chessground base css properties, for clarity.
 *
 * You can then include either desktop.css or mobile.css.
 *
 * And you need to include the css files in themes folder in order to have the
 * board and pieces displayed!
 */

.cg-board-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
 .cg-board-wrap svg {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.6;
}
.cg-board-wrap svg * {
  transition: 0.3s;
}
.cg-board {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.cg-board:not(.is3d) {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
square {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5%;
  height: 12.5%;
}
square.move-dest {
  background: radial-gradient(rgba(20, 85, 30, 0.5) 22%, #208530 0, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 0);
}
square.premove-dest {
  background: radial-gradient(rgba(20, 30, 85, 0.5) 22%, #203085 0, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 0);
}
square.last-move {
  background-color: rgba(155, 199, 0, 0.41);
}
square.selected {
  background-color: rgba(20, 85, 30, 0.5);
}
square.check {
  background: radial-gradient(ellipse at center, rgba(255, 0, 0, 1) 0%, rgba(231, 0, 0, 1) 25%, rgba(169, 0, 0, 0) 89%, rgba(158, 0, 0, 0) 100%);
}
square.current-premove {
  background-color: rgba(20, 30, 85, 0.5);
}
piece {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5%;
  height: 12.5%;
  background-size: cover;
  z-index: 2;
  will-change: transform;
}
piece.dragging {
  z-index: 9;
}
piece.ghost {
  opacity: 0.3;
}
.cg-board-wrap coords {
  position: absolute;
  display: flex;
  pointer-events: none;
  opacity: 0.8;
  font-size: 9px;
}
.cg-board-wrap coords.ranks {
  right: -15px;
  top: 0;
  flex-flow: column-reverse;
  height: 100%;
  width: 12px;
}
.is3d .cg-board-wrap coords.ranks {
  height: calc(100% - 10px);
}
.cg-board-wrap coords.ranks.black {
  flex-flow: column;
}
.cg-board-wrap coords.files {
  bottom: -16px;
  left: 0;
  flex-flow: row;
  width: 100%;
  height: 16px;
  text-transform: uppercase;
  text-align: center;
}
.cg-board-wrap coords.files.black {
  flex-flow: row-reverse;
}
.cg-board-wrap coords coord {
  flex: 1 1 auto;
}
.cg-board-wrap coords.ranks coord {
  transform: translateY(39%);
}
body.coords_0 .cg-board-wrap coords {
  display: none;
}
body.coords_1 .cg-board-wrap coords {
  color: #fff;
  text-shadow: 0 1px 2px #000;
}
body.coords_1 .cg-board-wrap coords.files {
  bottom: 0px;
  text-align: left;
}
body.coords_1 .cg-board-wrap coords.files coord {
  padding-left: 2px;
}
body.coords_1 .cg-board-wrap coords.ranks {
  right: -4px;
  text-align: left;
}
body.coords_1 .cg-board-wrap coords.ranks coord {
  transform: none;
}
/*
 * Board
 */
.blue .cg-board {
  background-image: url([object Object]);
}
.wood .cg-board {
  background-image: url([object Object]);
}
.marble .cg-board {
  background-image: url([object Object]);
}
.chessground.light-wood-3d .cg-board-wrap {
  position: relative;
  background-image: url([object Object]);
  background-size: cover;
}
.chessground.small.light-wood-3d .cg-board-wrap {
  width: calc(1400px / 4.6666);
  height: calc(1310px / 4.6666);
}
.chessground.large.light-wood-3d .cg-board-wrap {
  width: calc(1400px / 1);
  height: calc(1310px / 1);
}
.light-wood-3d .cg-board {
  position: absolute;
  left: 0;
  top: 0.6168702%;
  width: 100%;
  height: 97.0229%;
}
/*
whole: 1400x1310
useful: 1400x1271,
top: 8, bottom: 31


/*
 * Pieces
 */
.pirouetti piece {
  bottom: 0;
  left: -15%;
  width: 130%;
  height: 130%;
}
.pirouetti piece.pawn.white {
  background-image: url([object Object]);
}
.pirouetti piece.bishop.white {
  background-image: url([object Object]);
}
.pirouetti piece.knight.white {
  background-image: url([object Object]);
}
.pirouetti piece.rook.white {
  background-image: url([object Object]);
}
.pirouetti piece.queen.white {
  background-image: url([object Object]);
}
.pirouetti piece.king.white {
  background-image: url([object Object]);
}
.pirouetti piece.pawn.black {
  background-image: url([object Object]);
}
.pirouetti piece.bishop.black {
  background-image: url([object Object]);
}
.pirouetti piece.knight.black {
  background-image: url([object Object]);
}
.pirouetti piece.rook.black {
  background-image: url([object Object]);
}
.pirouetti piece.queen.black {
  background-image: url([object Object]);
}
.pirouetti piece.king.black {
  background-image: url([object Object]);
}
.cburnett piece.pawn.white {
  background-image: url([object Object]);
}
.cburnett piece.bishop.white {
  background-image: url([object Object]);
}
.cburnett piece.knight.white {
  background-image: url([object Object]);
}
.cburnett piece.rook.white {
  background-image: url([object Object]);
}
.cburnett piece.queen.white {
  background-image: url([object Object]);
}
.cburnett piece.king.white {
  background-image: url([object Object]);
}
.cburnett piece.pawn.black {
  background-image: url([object Object]);
}
.cburnett piece.bishop.black {
  background-image: url([object Object]);
}
.cburnett piece.knight.black {
  background-image: url([object Object]);
}
.cburnett piece.rook.black {
  background-image: url([object Object]);
}
.cburnett piece.queen.black {
  background-image: url([object Object]);
}
.cburnett piece.king.black {
  background-image: url([object Object]);
}
.merida piece.pawn.white {
  background-image: url([object Object]);
}
.merida piece.bishop.white {
  background-image: url([object Object]);
}
.merida piece.knight.white {
  background-image: url([object Object]);
}
.merida piece.rook.white {
  background-image: url([object Object]);
}
.merida piece.queen.white {
  background-image: url([object Object]);
}
.merida piece.king.white {
  background-image: url([object Object]);
}
.merida piece.pawn.black {
  background-image: url([object Object]);
}
.merida piece.bishop.black {
  background-image: url([object Object]);
}
.merida piece.knight.black {
  background-image: url([object Object]);
}
.merida piece.rook.black {
  background-image: url([object Object]);
}
.merida piece.queen.black {
  background-image: url([object Object]);
}
.merida piece.king.black {
  background-image: url([object Object]);
}
.staunton piece.pawn.white {
  background-image: url([object Object]);
}
.staunton piece.bishop.white {
  background-image: url([object Object]);
}
.staunton .cg-board.orientation-black div.bishop.white {
  background-image: url([object Object]);
}
.staunton piece.knight.white,
#top div.piece_demo.staunton {
  background-image: url([object Object]);
}
.staunton .cg-board.orientation-black div.knight.white {
  background-image: url([object Object]);
}
.staunton piece.rook.white {
  background-image: url([object Object]);
}
.staunton piece.queen.white {
  background-image: url([object Object]);
}
.staunton piece.king.white {
  background-image: url([object Object]);
}
.staunton piece.pawn.black {
  background-image: url([object Object]);
}
.staunton piece.bishop.black {
  background-image: url([object Object]);
}
.staunton .cg-board.orientation-white div.bishop.black {
  background-image: url([object Object]);
}
.staunton piece.knight.black {
  background-image: url([object Object]);
}
.staunton .cg-board.orientation-white div.knight.black {
  background-image: url([object Object]);
}
.staunton piece.rook.black {
  background-image: url([object Object]);
}
.staunton piece.queen.black {
  background-image: url([object Object]);
}
.staunton piece.king.black {
  background-image: url([object Object]);
}
.staunton piece {
  /* original size:
     width: 140.625%;
     height: 179.6875%; */
  /* size on 3D board, with height/width = 90.78571% */
  width: 140.625%;
  height: 197.92486231313927%;
  left: -18%;
  top: -77%;
}
.cg-board {
  cursor: pointer;
}
.cg-board .cg-square.move-dest.drag-over,
.cg-board .cg-square.premove-dest.drag-over {
  box-shadow: inset 0 0 10px 2px rgba(216, 85, 0, 0.9);
}
piece.dragging {
  cursor: move;
}
.TranslationControl-inner{width:100%;max-width:1280px;margin:0 auto;padding:10px 0;border-top:1px solid #3c3f43;border-bottom:1px solid #3c3f43;zoom:1}.TranslationControl-inner:before,.TranslationControl-inner:after{content:"";display:table}.TranslationControl-inner:after{clear:both}.TranslationControl strong{display:inline-block;vertical-align:middle;font-weight:300;font-size:34px;line-height:41px;margin-right:13px}.TranslationControl-right{float:right;padding-top:4px}@media screen and (max-width:500px){.TranslationControl-right{float:none;margin-top:10px;padding-top:10px;border-top:1px solid #3c3f43}}.TranslationSwitch{font-size:0;display:inline-block;border:1px solid #424851;border-radius:64px;vertical-align:middle;white-space:nowrap;width:228px;min-width:228px}@keyframes TranslationSwitch-unchecked{from{opacity:1}20%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes TranslationSwitch-checked{from{opacity:1}20%{opacity:0}80%{opacity:0}to{opacity:1}}@media screen and (max-width:500px){.TranslationSwitch{width:100%}}.TranslationSwitch input{width:0;height:0;visibility:hidden;position:absolute;left:0;top:0}.TranslationSwitch label{display:block;position:relative;cursor:pointer}.TranslationSwitch label:before{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;left:0;top:0;width:50%;height:100%;background:#424851;border-radius:64px;transition:left .2s ease-out .1s}.TranslationSwitch input:checked+label:before{left:50%}.TranslationSwitch input:checked+label:after{left:50%}.TranslationSwitch em{display:inline-block;width:50%;font-size:9px;line-height:11px;font-weight:700;font-style:normal;padding:11px 20px 10px;text-transform:uppercase;letter-spacing:1px;text-align:center;position:relative;z-index:1}.TranslationSwitch em[data-value=bcast]:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;left:0;top:50%;width:7px;height:7px;margin-top:-3.5px;margin-left:10px;background:#f00;border-radius:7px;transition:left .2s ease-out .1s}html.no-touchevents .TranslationSwitch em{transition:color .2s}html.no-touchevents .TranslationSwitch em:hover{color:#ff9898}html.no-touchevents .TranslationSwitch input+label em:first-child:hover{color:inherit}html.no-touchevents .TranslationSwitch input:checked+label em:first-child:hover{color:#ff9898}html.no-touchevents .TranslationSwitch input:checked+label em:last-child:hover{color:inherit}.PopupInfo{display:none;position:absolute;z-index:10;background:#eef1f4;max-width:280px;padding:15px 17px 9px;box-sizing:border-box;visibility:hidden;opacity:0;transition:visibility 0s linear .3s,opacity .3s linear;transform:translateZ(0);box-shadow:0 6px 68px 0 rgba(45,45,45,.53);font-family:HelveticaNeue,Helvetica,sans-serif}.PopupInfo--opened{visibility:visible;opacity:1;transition-delay:1ms}.PopupInfo .PopupInfo-icon{margin-left:0;cursor:default;float:left}.PopupInfo-close{width:14px;height:14px;float:right;margin-top:3px;cursor:pointer}.PopupInfo-close svg{fill:#8f96a0}.PopupInfo-icon{display:inline-block;font-size:0;line-height:0;vertical-align:top;margin-left:13px;cursor:pointer}.PopupInfo-icon i{display:inline-block;width:22px;height:22px;vertical-align:middle}.PopupInfo-icon svg{width:100%;fill:#8d949e}.PopupInfo-icon[data-id=translation]{font-size:inherit;line-height:inherit;margin-left:0;display:block}.PopupInfo-icon[data-id=translation] i{width:20px;height:20px}.PopupInfo--initialized{display:block}.PopupInfo-title{font-weight:700;font-size:14px;line-height:22px;margin-left:30px;margin-right:30px;color:#8f96a0}.PopupInfo-content{font-size:12px;line-height:14px;color:#6a6f77;clear:both;border-top:1px solid #cbced1;margin-top:13px;padding-top:12px;zoom:1}.PopupInfo-content:before,.PopupInfo-content:after{content:"";display:table}.PopupInfo-content:after{clear:both}.PopupInfo-content p{margin-bottom:15px}.PopupInfo[data-id=translation] .PopupInfo-title{font-size:16px;font-weight:300;margin-left:0;margin-top:-2px}.PopupInfo[data-id=translation] .PopupInfo-icon{margin-top:-1px}.PopupInfo[data-id=translation] .PopupInfo-icon i{display:none}html.no-touchevents .PopupInfo-close,html.no-touchevents .PopupInfo-icon--open{transition:opacity .2s}html.no-touchevents .PopupInfo-close:hover,html.no-touchevents .PopupInfo-icon--open:hover{opacity:.7}html.no-touchevents .PopupInfo-icon--open[data-id=translation]{transition:color .2s}html.no-touchevents .PopupInfo-icon--open[data-id=translation] i svg{transition:fill .2s}html.no-touchevents .PopupInfo-icon--open[data-id=translation]:hover{color:#ff9898;opacity:1}html.no-touchevents .PopupInfo-icon--open[data-id=translation]:hover i svg{fill:#fff}.Player{background:#737f8f;height:70px;margin-left:-30px;position:relative;z-index:3}.Player--transparent{background:none}.Player--transparent .Player-inner{padding:10px 0}.Player--transparent .Player-inner .Translation-player-wait{right:0}.Player--transparent .Player-inner .Translation-player-result:before{display:none}.Player img{max-width:100%}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player{margin-left:-40px;height:120px}}@media(max-width:659px){.PageNYC2016 .Player{margin-left:-25px;height:70px}}.PageWidgetBroadcast .Player{margin-left:-30px}@media(max-width:500px){.PageWidgetBroadcast .Player{margin-left:-25px}}@media(max-width:400px){.PageWidgetBroadcast .Player{margin-left:-15px;height:60px}}.Player-inner{padding:10px;float:left;box-sizing:border-box;width:100%;height:100%}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner{padding:20px}}@media(max-width:659px){.PageNYC2016 .Player-inner{padding:10px}}.Player-inner .Translation-player-image{float:left;width:45px;padding-right:5px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-image{width:70px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-image{width:40px;margin-left:10px}}.PageWidgetBroadcast .Player-inner .Translation-player-image{margin-left:10px}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-image{width:40px;margin-top:-2px;margin-left:0}}html.no-touchevents .Player-inner .Translation-player-image:hover+.Translation-player-info a{color:#ff9898}.Player-inner .Translation-player-info{height:100%;float:left;width:70%}.Player-inner .Translation-player-name{float:left;height:100%;padding:3px;white-space:nowrap}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-name{padding:8px 10px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-name{padding:5px 2px}}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-name{padding:2px 0}}.Player-inner .Translation-player-name a{text-decoration:none;color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:400;font-size:17px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-name a{line-height:30px;font-size:30px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-name a{line-height:18px;font-size:18px}}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-name a{font-size:14px}}.Player-inner .Translation-player-name a span{float:left}.Player-inner .Translation-player-name .flag{margin-left:10px;width:20px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-name .flag{width:30px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-name .flag{width:16px;margin-top:2px}}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-name .flag{width:12px;margin-top:4px;margin-left:5px}}.Player-inner .Translation-player-clock{width:100%;float:left}.Player-inner .Translation-player-clock svg{margin:6px 0;float:left;width:14px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-clock svg{margin:11px 2px;width:20px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-clock svg{margin:8px 1px;width:11px}}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-clock svg{margin:4px 1px}}.Player-inner .Translation-player-clock span{float:left;font-size:16px;font-weight:400;font-family:HelveticaNeue,Helvetica,sans-serif;margin:5px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-clock span{margin:9px 17px;font-size:26px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-clock span{margin:4px 8px;font-size:14px}}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-clock span{margin:4px;font-size:12px}}.Player-inner .Translation-player-wait{position:absolute;right:15px;margin-top:11px;opacity:0}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-wait{margin-right:23px;margin-top:17px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-wait{margin-right:1px;margin-top:13px}}.Player-inner .Translation-player-wait .icon{width:20px;float:left;margin:4px 0 0}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-wait .icon{width:40px;margin:5px 0 0}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-wait .icon{width:20px;margin:0}}.Player-inner .Translation-player-wait .icon svg{fill:#9ca1a4}.Player-inner .Translation-player-wait .time{float:left;font-weight:400;font-size:18px;font-family:HelveticaNeue,Helvetica,sans-serif;color:#fff;text-align:center;min-width:50px;padding:5px 0 0 5px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Player-inner .Translation-player-wait .time{font-size:34px;padding:9px 0 0 5px}}@media(max-width:659px){.PageNYC2016 .Player-inner .Translation-player-wait .time{font-size:18px;padding:1px 0 0 5px}}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-wait .time{font-size:16px;min-width:25px}}.Player-inner .Translation-player-wait.Translation-player-wait--active{opacity:1}.Player-inner .Translation-player-result{display:none;position:absolute;right:0;top:0;height:100%;width:69px;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:32px;font-weight:700;line-height:70px;text-align:center}.Player-inner .Translation-player-result.Translation-player-result--active{display:block}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-result{line-height:60px}}.Player-inner .Translation-player-result:before{content:" ";font-size:0;overflow:hidden;position:absolute;left:-1px;width:1px;height:100%;background:#979797;opacity:.6}@media(max-width:400px){.PageWidgetBroadcast .Player-inner .Translation-player-result{width:60px}}.Player.Player--white .Translation-player-clock svg{fill:#fff}.Player--gp2017 .Player-inner .Translation-player-wait .time{line-height:21px;font-size:24px}.Eval{width:30px;position:absolute;left:0;top:70px;bottom:110px;background:#1b1b1b}.Eval--no-controls{bottom:70px}.PageNYC2016 .Eval--no-controls{width:30px!important;top:70px!important;bottom:70px!important}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Eval{width:40px;top:120px;bottom:240px}}@media(max-width:659px){.PageNYC2016 .Eval{width:25px;bottom:140px}}.PageWidgetBroadcast .Eval{width:30px;bottom:110px}@media(max-width:500px){.PageWidgetBroadcast .Eval{width:25px}}@media(max-width:400px){.PageWidgetBroadcast .Eval{width:15px;bottom:130px;top:60px}}.Eval:after{content:" ";font-size:0;overflow:hidden;position:absolute;left:0;width:100%;top:50%;height:1px;background:#ff9898}.Eval-inner{position:absolute;bottom:0;height:50%;left:0;width:100%;background:#f4f4f4;transition:height .5s}.Eval-inner:before{content:attr(data-black);position:absolute;bottom:100%;margin-bottom:5px;left:0;width:100%;font-size:10px;color:#fff;text-align:center;z-index:2}.Eval-inner:after{content:attr(data-white);position:absolute;top:0;margin-top:5px;left:0;width:100%;font-size:10px;color:#1b1b1b;text-align:center;z-index:2}.Eval--my-moves{display:none;left:-30px;top:0;bottom:0;overflow:hidden}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Eval--my-moves{left:-40px}}@media(max-width:659px){.PageNYC2016 .Eval--my-moves{left:-25px}}.Board--flipped .Eval-inner{bottom:auto;top:0}.Board--flipped .Eval-inner:before{bottom:auto;top:100%;margin-top:5px}.Board--flipped .Eval-inner:after{top:auto;bottom:0;margin-bottom:5px}html.no-touchevents .Eval--my-moves{display:block}.u-Flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.clearfix{zoom:1}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.no-touch-hover{-webkit-tap-highlight-color:transparent}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:inline-block;padding:5px 8px;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear}.tooltipped:before{position:absolute;z-index:1000001;display:table-cell;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:5px solid transparent;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear}.tooltipped.tooltip-visible:before,.tooltipped.tooltip-visible:after{text-decoration:none;visibility:visible;opacity:1;transition-delay:1ms}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-se:after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}@media screen and (min-width:0){.tooltipped-multiline:after{width:250px}}.tooltipped-sticky:before,.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,.8)}.Chat{font-size:12px;color:#fff}.Chat--fill{position:absolute;left:0;top:0;right:0;height:100%}@media(max-width:979px) and (min-width:660px){.Chat--fill{position:relative}}@media(max-width:659px){.Chat--fill{position:relative}}.Chat-header{position:relative;height:60px;z-index:1;padding:10px 20px}.Chat-header .title{font-size:18px;font-weight:300;font-family:HelveticaNeue,Helvetica,sans-serif;color:#fff;margin-top:10px;float:left;display:block}.Chat-header:after{content:" ";font-size:0;position:absolute;top:100%;left:0;width:100%;height:5px;overflow:hidden;z-index:1;opacity:.4;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-image:linear-gradient(-180deg,rgba(40,43,48,0) 0,#16181b 100%)}.Chat-messages{padding:20px 20px 0;font-size:13px}.Chat-messages-outer{position:absolute;top:60px;bottom:90px;left:0;width:100%;outline:none}@media(max-width:979px) and (min-width:660px){.Chat-messages-outer{top:5px;position:relative;min-height:550px}}@media(max-width:659px){.Chat-messages-outer{top:5px;position:relative;min-height:550px}}.Chat-messages-outer .jspPane{outline:none}.Chat-messages-outer .jspVerticalBar{width:6px;right:7px;background:none}.Chat-messages-outer .jspTrack{background:none}.Chat-messages-outer .jspDrag{background:none}.Chat-messages-outer .jspDrag:after{content:" ";font-size:0;overflow:hidden;position:absolute;top:7px;bottom:7px;left:0;right:0;border-radius:6px;background:#929aa3;opacity:.41}.Chat-messages li{position:relative;min-height:40px;margin-bottom:20px;opacity:1;-ms-transform:translate(0,0);transform:translate(0,0);transition:opacity .1s linear,transform .1s linear}.Chat-messages li.new{opacity:0;-ms-transform:translate(0,10px);transform:translate(0,10px)}.Chat-messages li.noimage>i:after{display:none}.Chat-messages li em{font-style:normal;font-size:12px;opacity:.3}.Chat-messages li>em{position:absolute;right:0;top:0;cursor:pointer;opacity:1}.Chat-messages li>em svg{display:block;width:14px;height:14px;fill:#fff}.Chat-messages li>i{display:block;position:absolute;width:40px;left:0;top:0}.Chat-messages li>i img{display:block;width:100%}.Chat-messages li>i:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background:url(/static/img/profile_overlay_2.png);background-size:cover;opacity:1}.Chat-messages li div{margin-left:50px;font-size:14px}.Chat-messages--deleted{display:none!important}li.Chat-messages--expert em{opacity:.5;font-size:12px}li.Chat-messages--expert>i{left:auto;right:0}li.Chat-messages--expert>em{opacity:1}li.Chat-messages--expert div{background:#19abff;margin-left:0;margin-right:60px;border-radius:10px 0 10px 10px;padding:20px;font-size:14px}li.Chat-messages--expert div:after{content:" ";position:absolute;right:45px;top:0;width:0;height:0;border-style:solid;border-width:15px 15px 0;border-color:#19abff transparent transparent}li.Chat-messages--expert p{margin-top:20px;font-size:14px;line-height:18px;word-wrap:break-word}li.Chat-messages--expert p i{font-style:normal;font-size:15px;font-weight:700;display:inline-block;position:relative;color:#19abff;margin:0 5px;z-index:2;cursor:pointer}li.Chat-messages--expert p i:before{content:" ";overflow:hidden;position:absolute;left:-5px;right:-5px;top:-1px;bottom:-1px;background:#fff;border-radius:3px;z-index:-1}.Chat-messages--expert li{display:none}.Chat-messages--expert li.Chat-messages--expert{display:block}.Chat-footer{position:absolute;height:90px;bottom:0;left:0;width:100%;padding:20px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Chat-footer{position:relative}}@media(max-width:659px){.PageNYC2016 .Chat-footer{position:relative}}.Chat-footer form{position:relative}.Chat-footer form::after{content:'';background:url(/static/img/InputMessage.png) no-repeat;background-size:100%;width:20px;height:20px;position:absolute;left:12px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.Chat-footer input{outline:none;width:100%;font-size:16px;border:none;margin:0;padding:16px 16px 16px 40px;border-radius:5px;font-family:HelveticaNeue,Helvetica,sans-serif}.Chat--finished .Chat-footer form,.Chat--expert .Chat-footer form{opacity:.3}@media(max-width:979px){.Chat--gp2017 .ChatSwitcher{margin-top:10px}}@media(max-width:979px){.Chat--gp2017 .Chat-header .title{font-family:Superior Title,Times New Roman,Times,serif;font-size:42px;font-weight:800;margin-top:0}}@media(max-width:979px) and (min-width:660px){.Chat--gp2017 .Chat-messages-outer{min-height:250px}}@media(max-width:659px){.Chat--gp2017 .Chat-messages-outer{min-height:250px}}.Chat--gp2017 .Chat-messages li>i:after{background-image:url(/static/img/profile_overlay_3.png)}.Chat-round-finished{display:none;position:absolute;top:60px;bottom:90px;left:0;width:100%;outline:none}.Chat-round-finished-inner{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:180px;text-align:center}.Chat-round-finished-inner i{display:inline-block;width:133px}.Chat-round-finished-inner i svg{display:block;width:100%;fill:#3a4452}.Chat-round-finished-inner span{display:block;margin-top:10px;color:#495668;font-size:16px;line-height:18px}.Chat--finished--last-round-finished span{display:none}.Chat--finished .Chat-round-finished{display:block}.Chat--finished .Chat-messages-outer{display:none}.Chat--finished.Chat--finished-archive .Chat-round-finished{display:none}.Chat--finished.Chat--finished-archive .Chat-messages-outer{display:block}html.no-touchevents .Chat li>em svg{transition:fill .2s}html.no-touchevents .Chat li>em:hover svg{fill:#979797}html.no-touchevents .Chat li.Chat-messages--expert i{transition:opacity .2s}html.no-touchevents .Chat li.Chat-messages--expert i:hover{opacity:.7}.ChatSwitcher{float:right}.ChatSwitcher-inner{width:150px;position:relative;margin:0 auto;padding:11px 0 12px}.ChatSwitcher input{width:0;height:0;visibility:hidden}.ChatSwitcher label{display:block;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.ChatSwitcher label:before{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:39px;height:17px;border-radius:17px;left:50%;top:50%;margin-left:-19.5px;margin-top:-8.5px;background:#676c74}.ChatSwitcher label:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:13px;height:13px;border-radius:13px;left:50%;top:50%;margin-left:-17.5px;margin-top:-6.5px;background:#313131;transition:transform .3s}.ChatSwitcher input:checked+label:after{-ms-transform:translateX(22px);transform:translateX(22px)}.ChatSwitcher span{display:block;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:10px;line-height:40px;text-transform:uppercase;color:#fff;position:absolute;left:0;top:50%;width:100%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.ChatSwitcher span em{font-style:normal;font-weight:600;width:45px}.ChatSwitcher-left{float:left;text-align:right}.ChatSwitcher-right{float:right;text-align:left}@media screen and (max-width:760px){.Page--logged .ChatSwitcher--header{display:none}}html.no-touchevents .ChatSwitcher label em{transition:color .2s}html.no-touchevents .ChatSwitcher label:after{transition:background .2s,transform .3s}html.no-touchevents .ChatSwitcher label:hover em:not(.ChatSwitcher--current){color:#ff9898}html.no-touchevents .ChatSwitcher label:hover:after{background:#ff9898}.Board{font-size:12px;color:#fff}.Board-board{position:absolute;left:0;top:0;width:100%;height:100%;border:16px solid #5c646f}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Board-board{border:32px solid #5c646f}}@media(max-width:659px){.PageNYC2016 .Board-board{border:16px solid #5c646f}}@media(max-width:400px){.PageWidgetBroadcast .Board-board{border:11px solid #5c646f}}.Board-board-wrapper{margin-left:30px;margin-right:170px;zoom:1}.Board-board-wrapper:before,.Board-board-wrapper:after{content:"";display:table}.Board-board-wrapper:after{clear:both}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Board-board-wrapper{margin-left:40px;margin-right:0}}@media(max-width:659px){.PageNYC2016 .Board-board-wrapper{margin-left:25px;margin-right:0}}@media(max-width:768px){.PageGP2017 .Board-board-wrapper{margin-right:0}}.PageWidgetBroadcast .Board-board-wrapper{margin-left:30px}@media(max-width:500px){.PageWidgetBroadcast .Board-board-wrapper{margin-left:25px;margin-right:0}}@media(max-width:400px){.PageWidgetBroadcast .Board-board-wrapper{margin-left:15px}}.Board-board-inner{position:relative;padding-top:100%;background:#434953;z-index:5}.Board-board-outer{float:left;width:100%;margin-right:-170px;position:relative}.Board-inner{zoom:1;position:relative}.Board-inner:before,.Board-inner:after{content:"";display:table}.Board-inner:after{clear:both}.Board.showTimer .Board-inner{overflow:hidden}.Board-moves{float:right;width:170px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Board-moves{float:left;width:100%;position:relative;height:120px;border-top:1px solid #676c74}}@media(max-width:659px){.PageNYC2016 .Board-moves{float:left;width:100%;position:relative;height:120px}}@media(max-width:768px){.PageGP2017 .Board-moves{float:left;width:100%;position:relative;height:120px;border-top:1px solid #676c74}}@media(max-width:500px){.PageWidgetBroadcast .Board-moves{float:left;width:100%;position:relative;height:70px}}@media(max-width:400px){.PageWidgetBroadcast .Board-moves{display:none}}.Board-board .cg-board{background-image:url(/static/img/board-v2.png)}.Board-board .cg-board-wrap coords{font-size:9px;line-height:16px;text-transform:uppercase;color:#9ca1a4;opacity:1}.Board-board .cg-board-wrap coords.ranks{right:auto;left:-11px;line-height:9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Board-board .cg-board-wrap coords.ranks{margin-left:-9px;font-size:13px}}@media(max-width:659px){.PageNYC2016 .Board-board .cg-board-wrap coords.ranks{margin-left:-1px;font-size:13px}}@media(max-width:400px){.PageWidgetBroadcast .Board-board .cg-board-wrap coords.ranks{left:-8px;font-size:9px}}@media(max-width:979px) and (min-width:660px){.Board-board .cg-board-wrap coords.files{font-size:11px;line-height:34px}}@media(max-width:659px){.Board-board .cg-board-wrap coords.files{font-size:11px;line-height:18px}}@media(max-width:400px){.PageWidgetBroadcast .Board-board .cg-board-wrap coords.files{line-height:12px;font-size:9px}}.Board-board square.last-move{background-color:rgba(83,192,255,.7)}.Board-board square[data-coord-y]:before{left:-700%;top:50%;margin-left:-12px;font-size:13px;color:#9ca1a4;opacity:1;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Board-board square[data-coord-y]:before{margin-left:-22px;font-size:13px}}@media(max-width:659px){.PageNYC2016 .Board-board square[data-coord-y]:before{margin-left:-11px;font-size:13px}}.Board-board square[data-coord-x]:after{left:50%;top:100%;margin-top:1px;font-size:9px;line-height:16px;text-transform:uppercase;color:#9ca1a4;opacity:1;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Board-board square[data-coord-x]:after{font-size:11px;line-height:28px}}@media(max-width:659px){.PageNYC2016 .Board-board square[data-coord-x]:after{font-size:11px;line-height:15px}}.Board piece.king.white,.Board piece.K.w{background-image:url(/static/img/board/board-wK.svg)}.Board piece.king.black,.Board piece.K.b{background-image:url(/static/img/board/board-bK.svg)}.Board piece.queen.white,.Board piece.Q.w{background-image:url(/static/img/board/board-wQ.svg)}.Board piece.queen.black,.Board piece.Q.b{background-image:url(/static/img/board/board-bQ.svg)}.Board piece.bishop.white,.Board piece.B.w{background-image:url(/static/img/board/board-wB.svg)}.Board piece.bishop.black,.Board piece.B.b{background-image:url(/static/img/board/board-bB.svg)}.Board piece.pawn.white{background-image:url(/static/img/board/board-wP.svg)}.Board piece.pawn.black{background-image:url(/static/img/board/board-bP.svg)}.Board piece.rook.white,.Board piece.R.w{background-image:url(/static/img/board/board-wR.svg)}.Board piece.rook.black,.Board piece.R.b{background-image:url(/static/img/board/board-bR.svg)}.Board piece.knight.white,.Board piece.N.w{background-image:url(/static/img/board/board-wN.svg)}.Board piece.knight.black,.Board piece.N.b{background-image:url(/static/img/board/board-bN.svg)}.Board-icons{position:absolute;width:23px;top:0;float:left;right:-42px}@media(max-width:979px){.Board-icons{display:none}}.Board-icons--popup{top:40px;right:8px}@media(max-width:979px){.Board-icons--popup{display:block}}@media(max-width:768px){.Board-icons--popup{display:none}}.Board-icons .icon{display:none;float:left;width:100%}.Board-icons .icon.sound{margin:10px 0 15px}.Board-icons .icon.rotate{display:block;margin-bottom:15px}.Board-icons .icon.download{display:none}.Board-icons .icon.download.active{display:block}.Board-icons .icon svg{cursor:pointer;fill:#5b626c}.Board--popup .Board-board .cg-board-wrap coords.files{font-size:9px;line-height:16px}html.no-touchevents .Board-icons .icon svg{transition:fill .2s}html.no-touchevents .Board-icons .icon svg:hover{fill:#aebbd4}.MyMoves{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:green;z-index:10}.MyMoves:before{content:" ";font-size:0;overflow:hidden;position:absolute;left:-7px;right:-7px;bottom:-7px;top:-34px;background:#19abff}.MyMoves:after{content:"Your moves";font-family:HelveticaNeue,Helvetica,sans-serif;text-transform:uppercase;font-size:14px;letter-spacing:.025em;font-weight:700;position:absolute;top:-25px;left:-37px;right:-7px;text-align:center}.MyMoves-board{position:absolute;left:0;top:0;width:100%;height:100%;border:16px solid #5c646f}@media(max-width:979px) and (min-width:660px){.MyMoves-board{border:32px solid #5c646f}}@media(max-width:659px){.MyMoves-board{border:16px solid #5c646f}}.MyMoves-board-inner{position:relative;padding-top:100%;background:#434953;z-index:5}.MyMoves-background{display:none;position:absolute;left:0;top:0;bottom:0;right:0;background:#35393f;opacity:.6;z-index:4}.MyMoves-background--opened{display:block}.MyMoves-board svg{width:100%;height:100%}.MyMoves-board .cg-board{background-image:url(/static/img/board-v2.png);cursor:default}.MyMoves-board .cg-board-wrap coords{font-size:9px;line-height:16px;text-transform:uppercase;color:#9ca1a4;opacity:1}.MyMoves-board .cg-board-wrap coords.ranks{right:auto;left:-11px;line-height:9px}@media(max-width:979px) and (min-width:660px){.MyMoves-board .cg-board-wrap coords.ranks{margin-left:-9px;font-size:13px}}@media(max-width:659px){.MyMoves-board .cg-board-wrap coords.ranks{margin-left:-1px;font-size:13px}}@media(max-width:979px) and (min-width:660px){.MyMoves-board .cg-board-wrap coords.files{font-size:11px;line-height:34px}}@media(max-width:659px){.MyMoves-board .cg-board-wrap coords.files{font-size:11px;line-height:18px}}.MyMoves-board square.last-move{background-color:rgba(83,192,255,.7)}.MyMoves-board square.selected{background-color:rgba(255,152,152,.5)}.MyMoves-board square.move-dest{background:radial-gradient(rgba(255,152,152,.5) 17%,#ff9898 0,rgba(0,0,0,.3) 0,transparent 0)}.MyMoves-board square.move-dest.oc{background:radial-gradient(transparent 0,transparent 80%,rgba(255,152,152,.5) 80%)}.MyMoves-board square[data-coord-y]:before{left:-700%;top:50%;margin-left:-12px;font-size:13px;color:#9ca1a4;opacity:1;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:979px) and (min-width:400px){.MyMoves-board square[data-coord-y]:before{margin-left:-22px;font-size:13px}}.MyMoves-board square[data-coord-x]:after{left:50%;top:100%;margin-top:1px;font-size:9px;line-height:16px;text-transform:uppercase;color:#9ca1a4;opacity:1;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width:979px) and (min-width:400px){.MyMoves-board square[data-coord-x]:after{font-size:11px;line-height:28px}}.MyMoves piece{cursor:pointer}.MyMoves piece.king.white,.MyMoves piece.K.w{background-image:url(/static/img/board/board-wK.svg)}.MyMoves piece.king.black,.MyMoves piece.K.b{background-image:url(/static/img/board/board-bK.svg)}.MyMoves piece.queen.white,.MyMoves piece.Q.w{background-image:url(/static/img/board/board-wQ.svg)}.MyMoves piece.queen.black,.MyMoves piece.Q.b{background-image:url(/static/img/board/board-bQ.svg)}.MyMoves piece.bishop.white,.MyMoves piece.B.w{background-image:url(/static/img/board/board-wB.svg)}.MyMoves piece.bishop.black,.MyMoves piece.B.b{background-image:url(/static/img/board/board-bB.svg)}.MyMoves piece.pawn.white{background-image:url(/static/img/board/board-wP.svg)}.MyMoves piece.pawn.black{background-image:url(/static/img/board/board-bP.svg)}.MyMoves piece.rook.white,.MyMoves piece.R.w{background-image:url(/static/img/board/board-wR.svg)}.MyMoves piece.rook.black,.MyMoves piece.R.b{background-image:url(/static/img/board/board-bR.svg)}.MyMoves piece.knight.white,.MyMoves piece.N.w{background-image:url(/static/img/board/board-wN.svg)}.MyMoves piece.knight.black,.MyMoves piece.N.b{background-image:url(/static/img/board/board-bN.svg)}.MyMoves--opened{display:block}.MyMoves--video:before,.MyMoves--video:after{display:none!important}html.no-touchevents .MyMoves:before{left:-37px}@media(max-width:979px){html.no-touchevents .MyMoves:before{left:-60px;right:-20px;bottom:-20px}}@media(max-width:659px){html.no-touchevents .MyMoves:before{left:-45px;right:0}}@media(max-width:979px){html.no-touchevents .MyMoves:after{left:-60px;right:-20px}}@media(max-width:659px){html.no-touchevents .MyMoves:after{left:-45px;right:0}}.Controls{height:40px;background:#495059;margin-left:-30px;position:relative;font-size:0;padding:7.5px 17%}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls{margin-left:-40px;height:120px;padding:37px 17%}}@media(max-width:659px){.PageNYC2016 .Controls{margin-left:-25px;height:70px;padding:25px 7%}}@media(max-width:768px){.PageGP2017 .Controls{height:120px;padding:37px 17%}}.PageWidgetBroadcast .Controls{height:40px;padding:6px 7%}@media(max-width:500px){.PageWidgetBroadcast .Controls{height:70px;padding:23px 7%;border-bottom:1px solid #979797}}@media(max-width:400px){.PageWidgetBroadcast .Controls{border:none}}.PageWidgetBroadcast .Controls{margin-left:-30px}@media(max-width:500px){.PageWidgetBroadcast .Controls{margin-left:-25px}}@media(max-width:400px){.PageWidgetBroadcast .Controls{margin-left:-15px}}.Controls span{display:inline-block;vertical-align:middle}.Controls span i{cursor:pointer}.Controls i{font-size:0;display:inline-block;height:16px;width:12px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls i{height:46px;width:23px}}@media(max-width:659px){.PageNYC2016 .Controls i{height:20px;width:20px}}@media(max-width:768px){.PageGP2017 .Controls i{height:46px;width:23px}}.Controls i svg{height:100%;fill:#19abff}.Controls-icon{width:15%}.Controls-first svg,.Controls-last svg{width:12px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls-first svg,.PageNYC2016 .Controls-last svg{width:23px}}@media(max-width:659px){.PageNYC2016 .Controls-first svg,.PageNYC2016 .Controls-last svg{width:23px}}@media(max-width:768px){.PageGP2017 .Controls-first svg,.PageGP2017 .Controls-last svg{width:23px}}.Controls-next svg,.Controls-prev svg{width:10px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls-next svg,.PageNYC2016 .Controls-prev svg{width:19px}}@media(max-width:659px){.PageNYC2016 .Controls-next svg,.PageNYC2016 .Controls-prev svg{width:19px}}@media(max-width:768px){.PageGP2017 .Controls-next svg,.PageGP2017 .Controls-prev svg{width:19px}}.Controls-next,.Controls-last{text-align:right}.Controls-play{width:40%;height:24px;position:relative;cursor:pointer}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls-play{height:46px}}@media(max-width:659px){.PageNYC2016 .Controls-play{height:26px}}@media(max-width:768px){.PageGP2017 .Controls-play{height:46px}}.Controls-play strong{width:88%;border-radius:25px;background:#19abff;font-size:12px;font-weight:400;line-height:25px;color:#fff;text-align:center;position:absolute;left:50%;top:0;height:100%;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls-play strong{padding:10px 0;font-size:23px;font-weight:700}}@media(max-width:659px){.PageNYC2016 .Controls-play strong{font-weight:700;padding:1px 0;font-size:14px}}@media(max-width:768px){.PageGP2017 .Controls-play strong{padding:10px 0;font-size:23px;font-weight:700}}.Controls-play strong b{font-weight:400}@media(max-width:768px){.PageGP2017 .Controls-play strong b{display:none}}.Controls-play strong piece{position:relative;display:inline-block;width:24px;height:24px;vertical-align:top}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Controls-play strong piece{display:none}}@media(max-width:659px){.PageNYC2016 .Controls-play strong piece{width:20px;height:21px}}@media(max-width:768px){.PageGP2017 .Controls-play strong piece{display:none}}.Controls-play strong piece.king.white,.Controls-play strong piece.K.w{background-image:url(/static/img/moves/moves-wK.svg)}.Controls-play strong piece.king.black,.Controls-play strong piece.K.b{background-image:url(/static/img/moves/moves-bK.svg)}.Controls-play strong piece.king.white,.Controls-play strong piece.KR.w{background-image:url(/static/img/moves/moves-wK.svg);width:0;height:0}.Controls-play strong piece.king.black,.Controls-play strong piece.KR.b{background-image:url(/static/img/moves/moves-bK.svg);width:0;height:0}.Controls-play strong piece.queen.white,.Controls-play strong piece.Q.w{background-image:url(/static/img/moves/moves-wQ.svg)}.Controls-play strong piece.queen.black,.Controls-play strong piece.Q.b{background-image:url(/static/img/moves/moves-bQ.svg)}.Controls-play strong piece.bishop.white,.Controls-play strong piece.B.w{background-image:url(/static/img/moves/moves-wB.svg)}.Controls-play strong piece.bishop.black,.Controls-play strong piece.B.b{background-image:url(/static/img/moves/moves-bB.svg)}.Controls-play strong piece.pawn.white,.Controls-play strong piece.P.w{background-image:url(/static/img/moves/moves-wP.svg)}.Controls-play strong piece.pawn.black,.Controls-play strong piece.P.b{background-image:url(/static/img/moves/moves-bP.svg)}.Controls-play strong piece.pawn,.Controls-play strong piece.P{background-image:none!important;width:6px}.Controls-play strong piece.rook.white,.Controls-play strong piece.R.w{background-image:url(/static/img/moves/moves-wR.svg)}.Controls-play strong piece.rook.black,.Controls-play strong piece.R.b{background-image:url(/static/img/moves/moves-bR.svg)}.Controls-play strong piece.knight.white,.Controls-play strong piece.N.w{background-image:url(/static/img/moves/moves-wN.svg)}.Controls-play strong piece.knight.black,.Controls-play strong piece.N.b{background-image:url(/static/img/moves/moves-bN.svg)}.Controls-play strong em{font-style:normal}span.Controls--disabled{opacity:.5;cursor:default}span.Controls--disabled i{cursor:default}.Moves{background:#434953;position:absolute;right:0;top:0;bottom:0;width:170px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves{right:0;top:0;left:0;bottom:0;width:100%;background:#495059;height:120px;overflow:hidden;padding:0 20px}}@media(max-width:659px){.PageNYC2016 .Moves{right:0;top:0;left:0;bottom:0;width:100%;background:#495059;height:120px;overflow:hidden;padding:0 40px}}@media(max-width:768px){.PageGP2017 .Moves{right:0;top:0;left:0;bottom:0;width:100%;background:#495059;height:120px;overflow:hidden;padding:0 20px}}@media(max-width:500px){.PageWidgetBroadcast .Moves{right:0;top:0;left:0;bottom:0;width:100%;background:#495059;height:70px;overflow:hidden;padding:11px 20px}}.Moves-header{font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:400;font-size:18px;line-height:22px;padding:16px;position:relative}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-header{display:none}}@media(max-width:659px){.PageNYC2016 .Moves-header{display:none}}@media(max-width:768px){.PageGP2017 .Moves-header{display:none}}@media(max-width:500px){.PageWidgetBroadcast .Moves-header{display:none}}.Moves-header:after{content:" ";font-size:0;position:absolute;top:100%;left:0;width:100%;height:5px;overflow:hidden;z-index:1;opacity:.4;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-image:linear-gradient(-180deg,rgba(40,43,48,0) 0,#16181b 100%)}.Moves-moves{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:0;color:#9b9b9b}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves{padding:40px 0;max-width:12000px;right:0;min-height:115px;max-height:120px;white-space:nowrap}}@media(max-width:659px){.PageNYC2016 .Moves-moves{padding:40px 0;max-width:12000px;right:0;min-height:115px;max-height:120px;white-space:nowrap}}@media(max-width:768px){.PageGP2017 .Moves-moves{padding:40px 0;max-width:12000px;right:0;min-height:115px;max-height:120px;white-space:nowrap}}@media(max-width:500px){.PageWidgetBroadcast .Moves-moves{padding:10px 0;max-width:12000px;right:0;min-height:55px;max-height:60px;white-space:nowrap}}.Moves-moves li{display:inline-block;width:50%;font-size:15px;padding:10px 0 0 5px;white-space:nowrap;height:36px;vertical-align:bottom;position:relative;cursor:pointer}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li{width:auto;font-size:22px;padding:7px 10px 0;color:#fff}}@media(max-width:659px){.PageNYC2016 .Moves-moves li{width:auto;font-size:22px;padding:7px 5px 0;color:#fff}}@media(max-width:768px){.PageGP2017 .Moves-moves li{width:auto;font-size:22px;padding:7px 10px 0;color:#fff}}@media(max-width:500px){.PageWidgetBroadcast .Moves-moves li{width:auto;padding:7px 5px 0}}.PageWidgetBroadcast .Moves-moves li .Moves-hover{display:none}.Moves-moves li:nth-child(2n+1):hover .Moves-hover{opacity:1;left:37%}.Moves-moves li:nth-child(2n):hover .Moves-hover{opacity:1;right:30%;left:auto}.Moves-moves li:nth-child(4n+1),.Moves-moves li:nth-child(4n+2){background:#565f6d}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li:nth-child(4n+1),.PageNYC2016 .Moves-moves li:nth-child(4n+2){background:none}}@media(max-width:659px){.PageNYC2016 .Moves-moves li:nth-child(4n+1),.PageNYC2016 .Moves-moves li:nth-child(4n+2){background:none}}@media(max-width:500px){.PageWidgetBroadcast .Moves-moves li:nth-child(4n+1),.PageWidgetBroadcast .Moves-moves li:nth-child(4n+2){background:none}}@media(max-width:768px){.PageGP2017 .Moves-moves li:nth-child(4n+1),.PageGP2017 .Moves-moves li:nth-child(4n+2){background:none}}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li span{margin:1px;padding-right:5px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li span{margin:1px;padding-right:5px}}@media(max-width:768px){.PageGP2017 .Moves-moves li span{margin:1px;padding-right:5px}}.Moves-moves li:nth-child(2n+1) span.Moves-hover{position:absolute;z-index:99;background:#fff;border-radius:0 5px 5px;padding:5px 10px;top:24px;color:#9b9b9b;left:-9999px;opacity:0}.Moves-moves li:nth-child(2n+1) span.Moves-hover::after{content:" ";position:absolute;left:0;top:-7px;width:0;height:0;border-style:solid;border-width:7px 0 7px 7px;border-color:transparent #FFF}.Moves-moves li:nth-child(2n) span.Moves-hover{position:absolute;z-index:99;background:#fff;border-radius:5px 0 5px 5px;padding:5px 10px;top:24px;color:#9b9b9b;left:-9999px;opacity:0}.Moves-moves li:nth-child(2n) span.Moves-hover::after{content:" ";position:absolute;right:0;top:-7px;width:0;height:0;border-style:solid;border-width:7px 7px 7px 0;border-color:transparent #FFF}.Moves-moves li.pre-last:nth-child(2n+1) span.Moves-hover,.Moves-moves li.pre-last:nth-child(2n) span.Moves-hover{border-radius:5px 5px 5px 0;top:-20px}.Moves-moves li.pre-last:nth-child(2n+1) span.Moves-hover::after,.Moves-moves li.pre-last:nth-child(2n) span.Moves-hover::after{bottom:-7px;top:auto}.Moves-moves li.last:nth-child(2n) span.Moves-hover{border-radius:5px 5px 0;top:-20px}.Moves-moves li.last:nth-child(2n) span.Moves-hover::after{bottom:-7px;top:auto}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li:nth-child(2n+1) span.Moves-hover,.PageNYC2016 .Moves-moves li:nth-child(2n) span.Moves-hover{display:none}}@media(max-width:659px){.PageNYC2016 .Moves-moves li:nth-child(2n+1) span.Moves-hover,.PageNYC2016 .Moves-moves li:nth-child(2n) span.Moves-hover{display:none}}@media(max-width:768px){.PageGP2017 .Moves-moves li:nth-child(2n+1) span.Moves-hover,.PageGP2017 .Moves-moves li:nth-child(2n) span.Moves-hover{display:none}}.Moves-moves li:nth-child(2n+1) span.time,.Moves-moves li:nth-child(2n) span.time{font-size:12px;font-weight:700;display:inline-block;z-index:99}.Moves-moves li:nth-child(2n+1) span.eval,.Moves-moves li:nth-child(2n) span.eval{font-size:12px;font-weight:700;display:inline-block;margin-left:8px}.Moves-moves li:nth-child(2n+1) span.share,.Moves-moves li:nth-child(2n) span.share{width:14px;height:14px;background-image:url(/static/img/icon-share.svg);background-repeat:no-repeat;background-size:13px;background-position:0 100%;fill:#9b9b9b;margin-left:8px;cursor:pointer;display:inline-block}.Moves-moves li:nth-child(2n+1) span.share::after,.Moves-moves li:nth-child(2n) span.share::after{background-image:url(/static/img/icon-share-hover.svg);content:'';width:1px;height:1px;background-size:100% 100%;visibility:hidden}.Moves-moves li:nth-child(2n+1) span.share:hover,.Moves-moves li:nth-child(2n) span.share:hover{background-image:url(/static/img/icon-share-hover.svg)}.Moves-moves li.cur{background:#19abff;color:#fff}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li.cur{background:none;position:relative}}@media(max-width:659px){.PageNYC2016 .Moves-moves li.cur{background:none;position:relative}}@media(max-width:500px){.PageWidgetBroadcast .Moves-moves li.cur{background:none;position:relative}}@media(max-width:768px){.PageGP2017 .Moves-moves li.cur{background:none;position:relative}}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li.cur span{position:relative}}@media(max-width:659px){.PageNYC2016 .Moves-moves li.cur span{border:1px solid #19abff;padding:10px 5px 10px 0;border-radius:3px;margin:0;position:relative}}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li.cur span::after{content:'';width:84px;height:84px;position:absolute;top:50%;right:-4px;border:1px solid #676c74;border-radius:100%;-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media(max-width:500px){.PageWidgetBroadcast .Moves-moves li.cur span{position:relative}.PageWidgetBroadcast .Moves-moves li.cur span::after{content:'';border:1px solid #19abff;top:-8px;left:-4px;right:-4px;bottom:-5px;border-radius:3px;margin:0;position:absolute}}@media(max-width:768px){.PageGP2017 .Moves-moves li.cur span{position:relative}}@media(max-width:659px){.PageGP2017 .Moves-moves li.cur span{border:1px solid #19abff;padding:10px 5px 10px 0;border-radius:3px;margin:0;position:relative}}.Moves-moves li b{font-style:normal;font-weight:400;font-size:12px;line-height:12px;vertical-align:middle;color:#ddd;opacity:.4;display:inline-block;width:20px;left:-3px;text-align:center;position:relative;top:-1px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li b{font-size:18px;line-height:18px;width:47px;margin-left:16px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li b{font-size:18px;line-height:18px;width:20px;margin-left:16px}}@media(max-width:768px){.PageGP2017 .Moves-moves li b{font-size:18px;line-height:18px;width:47px;margin-left:16px}}.Moves-moves li piece{position:relative;display:inline-block;vertical-align:top;top:-10px;left:-2px;width:19px;height:30px;margin:0 -1px;background-position:center center}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece{margin:0;width:33px;height:42px;top:-12px;left:2px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece{margin:0;width:33px;height:42px;top:-12px;left:2px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece{margin:0;width:33px;height:42px;top:-12px;left:2px}}.Moves-moves li piece.king.white,.Moves-moves li piece.K.w{background-image:url(/static/img/moves/moves-wK.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.king.white,.PageNYC2016 .Moves-moves li piece.K.w{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.king.white,.PageNYC2016 .Moves-moves li piece.K.w{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.king.white,.PageGP2017 .Moves-moves li piece.K.w{top:-11px}}.Moves-moves li piece.king.black,.Moves-moves li piece.K.b{background-image:url(/static/img/moves/moves-bK.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.king.black,.PageNYC2016 .Moves-moves li piece.K.b{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.king.black,.PageNYC2016 .Moves-moves li piece.K.b{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.king.black,.PageGP2017 .Moves-moves li piece.K.b{top:-11px}}.Moves-moves li piece.king.white,.Moves-moves li piece.KR.w{background-image:url(/static/img/moves/moves-wK.svg);width:0;height:0}.Moves-moves li piece.king.black,.Moves-moves li piece.KR.b{background-image:url(/static/img/moves/moves-bK.svg);width:0;height:0}.Moves-moves li piece.queen.white,.Moves-moves li piece.Q.w{background-image:url(/static/img/moves/moves-wQ.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.queen.white,.PageNYC2016 .Moves-moves li piece.Q.w{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.queen.white,.PageNYC2016 .Moves-moves li piece.Q.w{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.queen.white,.PageGP2017 .Moves-moves li piece.Q.w{top:-11px}}.Moves-moves li piece.queen.black,.Moves-moves li piece.Q.b{background-image:url(/static/img/moves/moves-bQ.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.queen.black,.PageNYC2016 .Moves-moves li piece.Q.b{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.queen.black,.PageNYC2016 .Moves-moves li piece.Q.b{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.queen.black,.PageGP2017 .Moves-moves li piece.Q.b{top:-11px}}.Moves-moves li piece.bishop.white,.Moves-moves li piece.B.w{background-image:url(/static/img/moves/moves-wB.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.bishop.white,.PageNYC2016 .Moves-moves li piece.B.w{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.bishop.white,.PageNYC2016 .Moves-moves li piece.B.w{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.bishop.white,.PageGP2017 .Moves-moves li piece.B.w{top:-11px}}.Moves-moves li piece.bishop.black,.Moves-moves li piece.B.b{background-image:url(/static/img/moves/moves-bB.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.bishop.black,.PageNYC2016 .Moves-moves li piece.B.b{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.bishop.black,.PageNYC2016 .Moves-moves li piece.B.b{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.bishop.black,.PageGP2017 .Moves-moves li piece.B.b{top:-11px}}.Moves-moves li piece.pawn.white,.Moves-moves li piece.P.w{background-image:url(/static/img/moves/moves-wP.svg)}.Moves-moves li piece.pawn.black,.Moves-moves li piece.P.b{background-image:url(/static/img/moves/moves-bP.svg)}.Moves-moves li piece.pawn,.Moves-moves li piece.P{background-image:none!important}.Moves-moves li piece.rook.white,.Moves-moves li piece.R.w{background-image:url(/static/img/moves/moves-wR.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.rook.white,.PageNYC2016 .Moves-moves li piece.R.w{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.rook.white,.PageNYC2016 .Moves-moves li piece.R.w{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.rook.white,.PageGP2017 .Moves-moves li piece.R.w{top:-11px}}.Moves-moves li piece.rook.black,.Moves-moves li piece.R.b{background-image:url(/static/img/moves/moves-bR.svg);top:-9px}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves li piece.rook.black,.PageNYC2016 .Moves-moves li piece.R.b{top:-11px}}@media(max-width:659px){.PageNYC2016 .Moves-moves li piece.rook.black,.PageNYC2016 .Moves-moves li piece.R.b{top:-11px}}@media(max-width:768px){.PageGP2017 .Moves-moves li piece.rook.black,.PageGP2017 .Moves-moves li piece.R.b{top:-11px}}.Moves-moves li piece.knight.white,.Moves-moves li piece.N.w{background-image:url(/static/img/moves/moves-wN.svg)}.Moves-moves li piece.knight.black,.Moves-moves li piece.N.b{background-image:url(/static/img/moves/moves-bN.svg)}.Moves-moves-outer{position:absolute;top:54px;bottom:0;left:0;width:100%;outline:none}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves-outer{overflow:hidden;width:100%;position:relative;top:0}}@media(max-width:659px){.PageNYC2016 .Moves-moves-outer{overflow:hidden;width:100%;position:relative;top:0}}@media(max-width:500px){.PageWidgetBroadcast .Moves-moves-outer{overflow:hidden;width:100%;position:relative;top:0}}@media(max-width:768px){.PageGP2017 .Moves-moves-outer{overflow:hidden;width:100%;position:relative;top:0}}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves-outer .jspPane{padding:0 20px}}@media(max-width:659px){.PageNYC2016 .Moves-moves-outer .jspPane{padding:0 20px}}@media(max-width:768px){.PageGP2017 .Moves-moves-outer .jspPane{padding:0 20px}}.Moves-moves-outer .jspVerticalBar{width:6px;right:7px;background:none}@media(max-width:979px) and (min-width:660px){.PageNYC2016 .Moves-moves-outer .jspVerticalBar{display:none}}@media(max-width:659px){.PageNYC2016 .Moves-moves-outer .jspVerticalBar{display:none}}@media(max-width:768px){.PageGP2017 .Moves-moves-outer .jspVerticalBar{display:none}}.Moves-moves-outer .jspHorizontalBar{height:20px;bottom:7px;background:none}.Moves-moves-outer .jspTrack{background:none}.Moves-moves-outer .jspDrag{background:none}.Moves-moves-outer .jspDrag:after{content:" ";font-size:0;overflow:hidden;position:absolute;top:7px;bottom:7px;left:0;right:0;border-radius:6px;background:#929aa3;opacity:.41}.Moves-moves-outer .jspCorner{display:none}.BoardResults{position:absolute;top:0;left:0;bottom:0;right:0;z-index:10;background:rgba(34,40,48,.9);cursor:pointer;text-align:center;overflow:hidden}.BoardResults.hidden{display:none}.BoardResults:before{content:' ';position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(to right,rgba(41,55,74,.34),rgba(41,55,74,.34)),url(/static/img/ny2016v2/chess-pattern.png);background-size:cover;background-position:center center}.BoardResults-heads{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-77px;left:0;right:0;pointer-events:none}@media(max-width:500px){.BoardResults-heads{margin-top:-55px}}@media(max-width:400px){.BoardResults-heads{margin-top:-35px}}.BoardResults-head{display:inline-block;text-decoration:none;color:#fff;font-weight:300;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;outline:none;vertical-align:bottom}.BoardResults-head .BoardResults-heads-rate{font-weight:700;position:absolute;bottom:3%;z-index:100;background:white;color:black;border-radius:100px;opacity:1;box-shadow:0 2px 2px 1px rgba(0,0,0,.48);transition:opacity .2s;width:63px;line-height:63px;font-size:33px}@media(max-width:500px){.BoardResults-head .BoardResults-heads-rate{width:45px;line-height:45px;font-size:23.57142857px}}@media(max-width:400px){.BoardResults-head .BoardResults-heads-rate{width:28.63636364px;line-height:28.63636364px;font-size:15px}}.BoardResults-head--carlsen{margin-right:98px;margin-left:-20px}@media(max-width:500px){.BoardResults-head--carlsen{margin-right:70px;margin-left:-14.28571429px}}@media(max-width:400px){.BoardResults-head--carlsen{margin-right:44.54545455px;margin-left:-9.09090909px}}.BoardResults-head--carlsen .BoardResults-heads-rate{right:-7%}.BoardResults-head--carlsen:after{position:absolute;left:0;right:0;bottom:44%;margin:0 auto;content:'vs';text-transform:uppercase;color:#fff;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;font-size:32px;line-height:70px;font-weight:100;text-align:center}@media(max-width:500px){.BoardResults-head--carlsen:after{font-size:22.85714286px;line-height:50px}}@media(max-width:400px){.BoardResults-head--carlsen:after{font-size:14.54545455px;line-height:31.81818182px}}.BoardResults-head--karjakin .BoardResults-heads-rate{left:-5%}.BoardResults-head--carlsen .BoardResults-headText{position:relative;left:6px}.BoardResults-head--karjakin .BoardResults-headText{position:relative;left:2px}.BoardResults-headName{margin:15px -100px 0;font-size:28px;text-align:center;transition:color .25s;white-space:nowrap}@media(max-width:500px){.BoardResults-headName{font-size:20px}}@media(max-width:400px){.BoardResults-headName{font-size:12.72727273px}}.BoardResults-headName--primary{font-family:Superior Title,sans-serif;color:#ff9898;font-weight:800}.BoardResults-headCountry{text-transform:uppercase;font-size:14px;line-height:17px;letter-spacing:2px;margin-top:5px;text-align:center}@media(max-width:500px){.BoardResults-headCountry{font-size:10px;margin-top:3.57142857px;line-height:12.14285714px}}@media(max-width:400px){.BoardResults-headCountry{font-size:6.36363636px;margin-top:2.27272727px;line-height:7.72727273px}}.BoardResults-head.winner .BoardResults-imgHover{opacity:1}.BoardResults-imgContainer{position:relative;margin:0 auto}.BoardResults-head--carlsen .BoardResults-imgContainer{width:183px;height:250px}@media(max-width:500px){.BoardResults-head--carlsen .BoardResults-imgContainer{width:130.71428571px;height:178.57142857px}}@media(max-width:400px){.BoardResults-head--carlsen .BoardResults-imgContainer{width:83.18181818px;height:113.63636364px}}.BoardResults-head--karjakin .BoardResults-imgContainer{width:166px;height:232px}@media(max-width:500px){.BoardResults-head--karjakin .BoardResults-imgContainer{width:118.57142857px;height:165.71428571px}}@media(max-width:400px){.BoardResults-head--karjakin .BoardResults-imgContainer{width:75.45454545px;height:105.45454545px}}.BoardResults-imgHover{position:relative;top:calc(50% - .5px);left:calc(50% + .5px);opacity:0;z-index:2;backface-visibility:hidden;transition:opacity .3s;-ms-transform:translateX(-50%) translateY(-50%) scale(.585);transform:translateX(-50%) translateY(-50%) scale(.585)}@media(max-width:500px){.BoardResults-imgHover{-ms-transform:translateX(-50%) translateY(-50%) scale(.41785714);transform:translateX(-50%) translateY(-50%) scale(.41785714)}}@media(max-width:400px){.BoardResults-imgHover{-ms-transform:translateX(-50%) translateY(-50%) scale(.26590909);transform:translateX(-50%) translateY(-50%) scale(.26590909)}}.BoardResults-imgMain{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;margin:auto;z-index:3;backface-visibility:hidden}.BoardResults-imgMain--dark{display:none}.BoardResults-bottom{position:absolute;left:0;right:0;bottom:0;border-top:1px solid rgba(151,151,151,.18);padding:20px 0 33px;font-size:34px}@media(max-width:500px){.BoardResults-bottom{font-size:24.28571429px}}@media(max-width:400px){.BoardResults-bottom{font-size:15.45454545px}}.BoardResults-bottom b{font-size:1.235em}.Prediction{float:left;width:100%;background:#35393f;margin-bottom:10px}@media(max-width:979px) and (min-width:660px){.Prediction{min-height:170px}}@media(max-width:659px){.Prediction{min-height:120px;margin-bottom:0;background:#495059;border-top:1px solid #676c74}}.Prediction-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:18px 20px 2px}.Prediction-inner:before,.Prediction-inner:after{content:"";display:table}.Prediction-inner:after{clear:both}@media(max-width:979px) and (min-width:660px){.Prediction-inner{height:100%;padding:30px 20px}}@media(max-width:659px){.Prediction-inner{height:100%;padding:18px 20px}}.Prediction-header{float:left;width:175px;padding-top:5px;font-size:18px;line-height:20px}@media(max-width:979px) and (min-width:660px){.Prediction-header{width:275px;text-align:left;float:none;height:50px;padding-top:15px;margin:0 auto;font-size:30px}}@media(max-width:659px){.Prediction-header{text-align:left;float:none;height:50px;margin:0;font-size:16px;width:155px;padding-top:5px}}.Prediction-header img{width:41px;margin-right:20px;float:left;vertical-align:middle;margin-top:-5px}@media(max-width:979px) and (min-width:660px){.Prediction-header img{float:right;margin-top:-10px;width:30px;margin-right:0}}@media(max-width:659px){.Prediction-header img{float:right;margin-right:0;width:20px;margin-top:-5px}}.Prediction-content{margin-left:175px;margin-top:3px;position:relative}@media(max-width:979px) and (min-width:660px){.Prediction-content{margin-left:20px;margin-right:20px}}@media(max-width:659px){.Prediction-content{margin-left:0;margin-right:0}}@media(max-width:659px){.Prediction-content::after{content:':';left:45px;position:absolute;top:13px;font-size:15px}}.Prediction-oper{left:-14px;position:absolute;top:10px}@media(max-width:979px) and (min-width:660px){.Prediction-oper{left:-21px;top:13px;font-size:26px}}@media(max-width:659px){.Prediction-oper{z-index:9;left:5px;top:14.4px;font-size:11px;font-weight:700;color:#676c74}}.Prediction-evaluation{float:left;position:relative;width:38px;height:21.63px;line-height:22.63px;background-color:#fff;margin:9.81px 0;font-size:11px;text-align:center;color:#282b30;cursor:default}@media(max-width:979px) and (min-width:660px){.Prediction-evaluation{width:60px;height:35px;padding:5px 0;line-height:29px;font-size:19px}}@media(max-width:659px){.Prediction-evaluation{width:44px;height:44px;border-radius:100%;padding:16px 0;line-height:11px;font-size:11px;margin:0;font-weight:700;color:#676c74}}.Prediction-evaluation:before,.Prediction-evaluation:after{content:"";position:absolute;width:0;left:0;border-left:19px solid transparent;border-right:19px solid transparent}@media(max-width:979px) and (min-width:660px){.Prediction-evaluation:before,.Prediction-evaluation:after{border-left:30px solid transparent;border-right:30px solid transparent}}@media(max-width:659px){.Prediction-evaluation:before,.Prediction-evaluation:after{border-left:30px solid transparent;border-right:30px solid transparent}}.Prediction-evaluation:before{bottom:100%;border-bottom:11.81px solid #fff}@media(max-width:979px) and (min-width:660px){.Prediction-evaluation:before{border-bottom:17.81px solid #fff}}@media(max-width:659px){.Prediction-evaluation:before{border-bottom:0 solid #fff}}.Prediction-evaluation:after{top:100%;width:0;border-top:11.81px solid #fff}@media(max-width:979px) and (min-width:660px){.Prediction-evaluation:after{border-top:17.81px solid #fff}}@media(max-width:659px){.Prediction-evaluation:after{border-top:0 solid #fff}}.Prediction-evaluation--b{background-color:#1b1b1b;color:#fff}.Prediction-evaluation--b:before{border-bottom-color:#1b1b1b}.Prediction-evaluation--b:after{border-top-color:#1b1b1b}.Prediction-moves{white-space:nowrap;left:0}.Prediction-moves-outer{margin-left:40px;padding-top:5px;height:60px;outline:none;position:relative}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer{margin-left:60px}}@media(max-width:659px){.Prediction-moves-outer{margin-left:60px}}.Prediction-moves-outer.non-show-fade::after,.Prediction-moves-outer.non-show-fade::before{content:none}.Prediction-moves-outer::after{content:" ";position:absolute;right:0;width:85px;height:40px;top:0;text-indent:-9999px;overflow:hidden;background:linear-gradient(to right,transparent,#35393f);z-index:9}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer::after{width:75px}}@media(max-width:659px){.Prediction-moves-outer::after{background:linear-gradient(to right,transparent,#495059);width:60px}}.Prediction-moves-outer::before{content:" ";position:absolute;left:0;width:10px;height:40px;top:0;text-indent:-9999px;overflow:hidden;background:linear-gradient(to left,transparent,#35393f);z-index:9}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer::before{width:75px}}@media(max-width:659px){.Prediction-moves-outer::before{background:linear-gradient(to left,transparent,#495059);width:60px}}.Prediction-moves-outer li{display:inline-block;font-size:15px;padding:7px 5px 13px;white-space:nowrap;height:34px;vertical-align:top;cursor:default}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer li{font-size:22px;height:45px}}@media(max-width:659px){.Prediction-moves-outer li{width:auto;font-size:22px;padding:7px 5px 0;color:#fff}}.Prediction-moves-outer li b{font-style:normal;font-weight:400;font-size:12px;line-height:12px;vertical-align:middle;color:#ddd;opacity:.4;display:inline-block;width:20px;text-align:center;position:relative;top:0}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer li b{font-size:18px;line-height:18px;top:0;width:35px}}@media(max-width:659px){.Prediction-moves-outer li b{font-size:18px;line-height:18px;width:20px;margin-left:16px}}.Prediction-moves-outer li piece{position:relative;display:inline-block;width:24px;height:30px;vertical-align:top;top:-10px;left:-2px;background-position:center center}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer li piece{width:33px;height:42px;top:-12px}}@media(max-width:659px){.Prediction-moves-outer li piece{width:33px;height:42px;top:-12px;left:2px}}.Prediction-moves-outer li piece.rook,.Prediction-moves-outer li piece.R{margin-top:1px}.Prediction-moves-outer li piece.king.white,.Prediction-moves-outer li piece.K.w{background-image:url(/static/img/moves/moves-wK.svg)}.Prediction-moves-outer li piece.king.black,.Prediction-moves-outer li piece.K.b{background-image:url(/static/img/moves/moves-bK.svg)}.Prediction-moves-outer li piece.king.white,.Prediction-moves-outer li piece.KR.w{background-image:url(/static/img/moves/moves-wK.svg);width:0;height:0}.Prediction-moves-outer li piece.king.black,.Prediction-moves-outer li piece.KR.b{background-image:url(/static/img/moves/moves-bK.svg);width:0;height:0}.Prediction-moves-outer li piece.queen.white,.Prediction-moves-outer li piece.Q.w{background-image:url(/static/img/moves/moves-wQ.svg)}.Prediction-moves-outer li piece.queen.black,.Prediction-moves-outer li piece.Q.b{background-image:url(/static/img/moves/moves-bQ.svg)}.Prediction-moves-outer li piece.bishop.white,.Prediction-moves-outer li piece.B.w{background-image:url(/static/img/moves/moves-wB.svg)}.Prediction-moves-outer li piece.bishop.black,.Prediction-moves-outer li piece.B.b{background-image:url(/static/img/moves/moves-bB.svg)}.Prediction-moves-outer li piece.pawn.white,.Prediction-moves-outer li piece.P.w{background-image:url(/static/img/moves/moves-wP.svg)}.Prediction-moves-outer li piece.pawn.black,.Prediction-moves-outer li piece.P.b{background-image:url(/static/img/moves/moves-bP.svg)}.Prediction-moves-outer li piece.rook.white,.Prediction-moves-outer li piece.R.w{background-image:url(/static/img/moves/moves-wR.svg)}.Prediction-moves-outer li piece.rook.black,.Prediction-moves-outer li piece.R.b{background-image:url(/static/img/moves/moves-bR.svg)}.Prediction-moves-outer li piece.knight.white,.Prediction-moves-outer li piece.N.w{background-image:url(/static/img/moves/moves-wN.svg)}.Prediction-moves-outer li piece.knight.black,.Prediction-moves-outer li piece.N.b{background-image:url(/static/img/moves/moves-bN.svg)}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer .jspPane{padding:0 20px}}@media(max-width:659px){.Prediction-moves-outer .jspPane{padding:0 20px}}.Prediction-moves-outer .jspVerticalBar{width:6px;right:7px;background:none;display:none}@media(max-width:979px) and (min-width:660px){.Prediction-moves-outer .jspVerticalBar{display:none}}@media(max-width:659px){.Prediction-moves-outer .jspVerticalBar{display:none}}.Prediction-moves-outer .jspHorizontalBar{height:20px;bottom:-7px;background:none}.Prediction-moves-outer .jspTrack{background:none}.Prediction-moves-outer .jspDrag{background:none}.Prediction-moves-outer .jspDrag:after{content:" ";font-size:0;overflow:hidden;position:absolute;top:7px;bottom:7px;left:0;right:0;border-radius:6px;background:#929aa3;opacity:.41}.Prediction-moves-outer .jspCorner{display:none}.Prediction--transparent{background:none}.Prediction--popup{float:none}@media(max-width:768px){.Prediction--popup{margin-bottom:20px;background:#2c333d}}@media(min-width:768px){.Prediction--popup .Prediction-inner{border-top:1px solid #4d5462}}.Prediction--popup .Prediction-moves-outer::before{background:linear-gradient(to left,transparent,#2c333d)}.Prediction--popup .Prediction-moves-outer::after{background:linear-gradient(to right,transparent,#2c333d)}@media(min-width:768px){.Prediction--popup .Prediction-header{width:168px;float:none;font-size:18px;line-height:20px;padding-top:0;margin-bottom:14px}}@media(max-width:1024px){.Prediction--popup .Prediction-header{margin:0}}@media(max-width:768px){.Prediction--popup .Prediction-header{margin:0 auto}}@media(min-width:768px){.Prediction--popup .Prediction-header img{float:right;margin:0;width:18px}}.Prediction--popup .Prediction-content{margin-left:0}.Timeline{float:left;width:100%}.Timeline-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:10px 20px}.Timeline-inner:before,.Timeline-inner:after{content:"";display:table}.Timeline-inner:after{clear:both}.Timeline-outer{background:#35393f;padding:20px}.Timeline h3{font-family:Superior Title,Times New Roman,Times,serif;font-size:34px;line-height:42px;font-style:normal;font-weight:800;margin-bottom:20px}.Timeline-players{float:left;position:relative;width:85px;margin-left:10px;margin-top:40px;height:220px}.TimelinePlayer{text-align:center;position:absolute;left:0;width:100%;height:120px}.TimelinePlayer--black{bottom:50%}.TimelinePlayer--white{top:50%}.TimelinePlayer--white img{margin-top:20px}.TimelinePlayer a{color:#fff;text-decoration:none;position:relative;padding-bottom:18px}.TimelinePlayer img{width:60px;height:75px;margin-bottom:5px}.TimelinePlayer strong{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:15px;font-weight:700;position:absolute;left:50%;bottom:0;-ms-transform:translateX(-50%);transform:translateX(-50%)}.Timeline-chart{height:300px;position:relative}.Timeline-chart-outer{margin-left:115px}.Timeline-chart-controls{position:absolute;right:0;top:-60px}.Timeline-chart-controls button{background:none;border:none;outline:none;color:#fff;font-size:18px;font-family:HelveticaNeue,Helvetica,sans-serif;cursor:pointer}.Timeline-chart-controls button:first-child{position:relative;top:1px}.Timeline-chart-controls input{width:100px;-webkit-appearance:none;outline:none;position:relative;top:-3px}.Timeline-chart-controls input::-webkit-slider-runnable-track{width:100%;height:3px;cursor:pointer;box-shadow:0 0 0 #000,0 0 0 #0d0d0d;background:#5b6168;border-radius:0;border:0 solid #000101;outline:none}.Timeline-chart-controls input::-webkit-slider-thumb{box-shadow:0 0 0 #000,0 0 0 #0d0d0d;border:1px solid #979797;height:9px;width:9px;border-radius:9px;background:#35393f;cursor:pointer;-webkit-appearance:none;margin-top:-3.6px}.Timeline-chart-controls input::-moz-range-track{width:100%;height:3px;cursor:pointer;background:#5b6168;box-shadow:0 0 0 #000,0 0 0 #0d0d0d;border:0 solid #000;outline:none}.Timeline-chart-controls input::-moz-range-thumb{box-shadow:0 0 0 #000,0 0 0 #0d0d0d;border:1px solid #979797;height:9px;width:9px;border-radius:9px;margin-top:-3.6px;background:#35393f;cursor:pointer;outline:none}.Timeline-chart-controls input::-ms-track{width:100%;height:3px;cursor:pointer;background:transparent;border-color:transparent;border-width:39px 0;color:transparent}.Timeline-chart-controls input::-ms-fill-lower{background:#5b6168;border:0 solid #000101;border-radius:50px;box-shadow:0 0 0 #000,0 0 0 #0d0d0d}.Timeline-chart-controls input::-ms-fill-upper{background:#5b6168;border:0 solid #000101;border-radius:50px;box-shadow:0 0 0 #000,0 0 0 #0d0d0d}.Timeline-chart svg{min-width:100%}.Timeline-chart svg .axis.xc .domain{stroke:#ff9898;opacity:.5}.Timeline-chart svg .axis .domain{fill:none;stroke:#979797;opacity:.1}.Timeline-chart svg .axis text{fill:#fff;opacity:.2;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px}.Timeline-chart svg .pane{cursor:move;fill:none;pointer-events:all}.Timeline-chart svg .content{-webkit-clip-path:url(#clip);clip-path:url(#clip)}.Timeline-chart svg .move{z-index:2}.Timeline-chart svg .move.w{stroke:#fff}.Timeline-chart svg .move.b{stroke:#000}.Timeline-chart svg .area{opacity:.3}.Timeline--popup .Timeline-outer{background:#2c333d}@media(max-width:768px){.Timeline--popup{margin-bottom:20px}.Timeline--popup .Timeline-inner{background:#2c333d}.Timeline--popup .Timeline-outer{padding:0}}@media(max-width:768px){.Timeline--popup h3{font-size:42px;line-height:51px;margin-top:10px}}html.no-touchevents .Timeline-chart-controls button{transition:color .2s}html.no-touchevents .Timeline-chart-controls button:hover{color:#ff9898}.Evaluation{float:left;width:100%}.Evaluation-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:10px 20px}.Evaluation-inner:before,.Evaluation-inner:after{content:"";display:table}.Evaluation-inner:after{clear:both}.Evaluation-outer{background:#35393f;padding:20px}.Evaluation h3{font-family:Superior Title,Times New Roman,Times,serif;font-size:34px;line-height:42px;font-style:normal;font-weight:800}.Evaluation-players{font-size:0;margin-bottom:30px}.Evaluation-player{display:inline-block;width:50%;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:18px;white-space:nowrap}.Evaluation-player a{display:inline-block;line-height:76px;text-decoration:none;color:white}.Evaluation-player img{height:76px;margin:0 20px;display:inline-block;vertical-align:middle;position:relative;top:-1px}.Evaluation-player--white{text-align:right}.Evaluation-player--black{text-align:left}.Evaluation-var{width:100%;max-width:750px;margin:0 auto 40px}.Evaluation-var-title{font-family:Superior Title,Times New Roman,Times,serif;font-size:22px;line-height:28px;font-style:normal;font-weight:400;text-align:center;margin-bottom:10px}.Evaluation-var-bar{position:relative;height:14px;border:1px solid #484b50;background:#1b1b1b}.Evaluation-var-bar:after{content:" ";font-size:0;overflow:hidden;position:absolute;left:50%;top:0;height:100%;width:1px;background:#ff9898}.Evaluation-var-bar-value{position:absolute;width:0;top:0;height:100%;left:0;background:#fff;transition:width .5s}.Evaluation-var-bar-value--black{left:auto;right:50%;background:#000;background:-moz-linear-gradient(left,#000 0,#2e2e2e 100%);background:-webkit-linear-gradient(left,#000 0,#2e2e2e 100%);background:linear-gradient(to right,#000 0,#2e2e2e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#2e2e2e',GradientType=1)}.Evaluation-var-bar-value--white{left:50%;right:auto;background:#9f9f9f;background:-moz-linear-gradient(left,#9f9f9f 0,#eee 100%);background:-webkit-linear-gradient(left,#9f9f9f 0,#eee 100%);background:linear-gradient(to right,#9f9f9f 0,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f9f9f',endColorstr='#eeeeee',GradientType=1)}@media(max-width:768px){.Evaluation--popup .Evaluation-inner{padding:0 20px;background:#2c333d;margin-bottom:20px}}@media(max-width:768px){.Evaluation--popup h3{font-size:42px;line-height:51px;margin:20px 0 40px}}.Evaluation--popup .Evaluation-outer{background:#2c333d}@media(max-width:768px){.Evaluation--popup .Evaluation-outer{padding:0}}.f-StandingsPopup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:221;display:none}.f-StandingsPopup-body{width:100%;height:100%;background:rgba(0,0,0,.75);display:-ms-flexbox;display:flex}.f-StandingsPopup-close{cursor:pointer;position:absolute;top:-40px;right:0;width:21px;height:21px;fill:rgba(255,255,255,.7);transition:opacity .4s}.f-StandingsPopup-close:hover{opacity:.5}@media(max-width:767px){.f-StandingsPopup-close{width:25px;height:25px;top:23px;right:20px}}.f-StandingsPopup-content{position:relative;margin:auto;max-width:726px;height:360px;background:#33373e;padding:22px 40px 38px;min-width:640px;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff}@media(max-width:767px){.f-StandingsPopup-content{width:100%;height:100%;min-width:0;padding:22px 20px 65px;overflow-y:scroll;overflow-x:hidden}}.f-StandingsPopup-textRow{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.f-StandingsPopup-title{font-family:Superior Title,Helvetica,Arial,sans-serif;color:#fff;font-size:24px;line-height:29px}@media(max-width:767px){.f-StandingsPopup-title{font-size:24px;line-height:29px}}.f-StandingsPopup-caption{font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff;font-size:14px;line-height:16px;opacity:.3}@media(max-width:767px){.f-StandingsPopup-caption{display:none}}.f-StandingsPopup-table{margin-top:22px}@media(max-width:767px){.f-StandingsPopup-table{margin-top:80px;position:relative}}.f-StandingsPopup-playerRow{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff}@media(max-width:767px){.f-StandingsPopup-playerRow{-ms-flex-direction:column;flex-direction:column}}@media(max-width:767px){.f-StandingsPopup-carlsen{width:50%;margin-left:-8px}.f-StandingsPopup-karjakin{position:absolute;left:50%;width:50%;top:0;margin-left:8px}}.f-StandingsPopup-playerHead{height:55px;margin-right:10px}@media(max-width:767px){.f-StandingsPopup-playerHead{height:130px}}.f-StandingsPopup-playerName{font-size:19px;line-height:22px;white-space:nowrap}@media(max-width:767px){.f-StandingsPopup-playerName{margin-top:24px;font-weight:300}.f-StandingsPopup-playerName strong{font-family:Superior Title,Helvetica,Arial,sans-serif;font-weight:800;color:#ff9090}}@media(max-width:320px){.f-StandingsPopup-playerName{font-size:16px}}.f-StandingsPopup-playerCountry{width:20px;margin-left:10px}@media(max-width:767px){.f-StandingsPopup-playerCountry{display:none}}.f-StandingsPopup-playerCountryInText{display:none}@media(max-width:767px){.f-StandingsPopup-playerCountryInText{display:block;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;font-size:11px;line-height:13px;letter-spacing:.1em;font-weight:300;text-transform:uppercase;margin-top:4px}}@media(max-width:320px){.f-StandingsPopup-playerCountryInText{font-size:9px}}.f-StandingsPopup-playerPoints{font-size:28px;line-height:33px;font-weight:700;margin-left:14px}.f-StandingsPopup-playerPoints-tiebrakes{display:none}@media(max-width:767px){.f-StandingsPopup-playerPoints{position:absolute;top:-40px;left:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:#fff;width:59px;height:59px;color:#000;border-radius:50%;margin-left:0;font-size:26px;line-height:31px}}.f-StandingsPopup-shadow{display:none}@media(max-width:767px){.f-StandingsPopup-shadow{display:block;position:relative;margin-top:70px;height:10px;margin-left:-20px;margin-right:-20px;box-shadow:0 10px 15px 0 rgba(0,0,0,.5)}}.f-StandingsPopup-results{padding:10px 0;border-top:1px solid rgba(151,151,151,.2);border-bottom:1px solid rgba(151,151,151,.2);margin:8px 0;position:relative}.f-StandingsPopup-results-rounds{width:560px;margin:26px auto 13px}.f-StandingsPopup-results-tiebrakes{display:none;border-top-color:transparent;margin-top:0;padding-top:0;margin-bottom:13px}.f-StandingsPopup-results-tiebrakes .f-StandingsPopup-resultsRow,.f-StandingsPopup-results-tiebrakes .f-StandingsPopup-roundRow{width:calc(100% - 15px);margin-left:0;margin-bottom:0}@media(max-width:767px){.f-StandingsPopup-results-tiebrakes:before{content:'Tie-Breaks'!important;top:-15px!important}.f-StandingsPopup-results-tiebrakes:after{content:" ";font-size:0;position:absolute;right:-2500%;left:-2500%;width:auto;top:10px;height:1px;background:rgba(151,151,151,.2)}}@media(max-width:767px){.f-StandingsPopup-results{display:-ms-flexbox!important;display:flex!important;width:100vw;margin-left:-20px;border:none}.f-StandingsPopup-results:before{content:'Rounds';width:100%;top:-50px;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff;font-size:14px;line-height:.99;text-align:center;position:absolute}}.f-StandingsPopup-resultsHeader{font-size:0;border-bottom:1px solid rgba(151,151,151,.2);padding-bottom:7px;margin-bottom:10px}@media(max-width:767px){.f-StandingsPopup-resultsHeader{display:none}}.f-StandingsPopup-resultsHeader-rapid{width:26.66666667%}.f-StandingsPopup-resultsHeader-blitz{width:66.66666667%;position:relative;left:-9px}.f-StandingsPopup-resultsHeader-armageddon{width:6.66666667%}.f-StandingsPopup-resultsHeader span{display:inline-block;opacity:.4;font-size:9px;line-height:9px;letter-spacing:.05em;color:#fff}.f-StandingsPopup-resultsHeaderMobile{display:none}@media(max-width:767px){.f-StandingsPopup-resultsHeaderMobile{display:block}}.f-StandingsPopup-resultsRow,.f-StandingsPopup-roundRow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% + 4px);margin-left:-2px}@media(max-width:767px){.f-StandingsPopup-resultsRow,.f-StandingsPopup-roundRow{-ms-flex-direction:column;flex-direction:column;margin-bottom:65px}}.f-StandingsPopup-roundRow{padding:10px 0}@media(max-width:767px){.f-StandingsPopup-roundRow{padding:0}}.f-StandingsPopup-points,.f-StandingsPopup-round{width:15px;text-align:center;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff}@media(max-width:767px){.f-StandingsPopup-points,.f-StandingsPopup-round{width:auto}}.f-StandingsPopup-points{font-size:18px;line-height:21px}@media(max-width:767px){.f-StandingsPopup-points{font-size:24px;line-height:60px;height:60px}}.f-StandingsPopup-round{font-size:14px;line-height:16px;color:#51545a}.f-StandingsPopup-round-finished{color:#fff}.f-StandingsPopup-round-spacer{position:relative}.f-StandingsPopup-round-spacer:after{content:" ";font-size:0;position:absolute;right:-15px;top:-41px;bottom:-41px;width:1px;background:rgba(151,151,151,.2)}@media(max-width:767px){.f-StandingsPopup-round-spacer:after{right:-2500%;left:-2500%;width:auto;top:auto;height:1px;bottom:0}}@media(max-width:767px){.f-StandingsPopup-round{height:60px;font-size:14px;line-height:60px}}.f-StandingsPopup-switch{height:40px}@media(max-width:767px){.f-StandingsPopup-switch{display:none}}.f-StandingsPopup-switch input{position:absolute;left:0;top:0;width:0;height:0;visibility:hidden;line-height:0}.f-StandingsPopup-switch label{display:block;font-size:0;cursor:pointer;position:relative;overflow:hidden}.f-StandingsPopup-switch label span{display:inline-block;position:relative;z-index:1;width:118px;font-size:16px;height:40px;line-height:40px;text-align:center;border:1px solid #434953}.f-StandingsPopup-switch label .f-StandingsPopup-switch-rounds{border-radius:40px 0 0 40px;width:96px;background:#434953}.f-StandingsPopup-switch label .f-StandingsPopup-switch-tiebrakes{border-radius:0 40px 40px 0}.f-StandingsPopup-switch input:checked+label .f-StandingsPopup-switch-rounds{background:none}.f-StandingsPopup-switch input:checked+label .f-StandingsPopup-switch-tiebrakes{background:#434953}.f-StandingsPopup--tiebrakes .f-StandingsPopup-content{height:360px}@media(max-width:767px){.f-StandingsPopup--tiebrakes .f-StandingsPopup-content{height:100%}}.f-StandingsPopup--tiebrakes .f-StandingsPopup-playerPoints-tiebrakes{display:inline}.f-StandingsPopup--tiebrakes .f-StandingsPopup-playerPoints-rounds{display:none}.f-StandingsPopup--tiebrakes .f-StandingsPopup-results-rounds{display:none}.f-StandingsPopup--tiebrakes .f-StandingsPopup-results-tiebrakes{display:block}@font-face{font-family:HelveticaNeue;src:url(/static/fonts/helveticaneuecyr-light.eot);src:url(/static/fonts/helveticaneuecyr-light.eot?#iefix) format('embedded-opentype'),url(/static/fonts/helveticaneuecyr-light.woff) format('woff'),url(/static/fonts/helveticaneuecyr-light.ttf) format('truetype'),url(/static/fonts/helveticaneuecyr-light.svg#helveticaneuecyrlight) format('svg');font-weight:300}@font-face{font-family:HelveticaNeue;src:url(/static/fonts/helveticaneuecyr-roman.eot);src:url(/static/fonts/helveticaneuecyr-roman.eot?#iefix) format('embedded-opentype'),url(/static/fonts/helveticaneuecyr-roman.woff) format('woff'),url(/static/fonts/helveticaneuecyr-roman.ttf) format('truetype'),url(/static/fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman) format('svg')}@font-face{font-family:HelveticaNeue;src:url(/static/fonts/helveticaneuecyr-bold.eot);src:url(/static/fonts/helveticaneuecyr-bold.eot?#iefix) format('embedded-opentype'),url(/static/fonts/helveticaneuecyr-bold.woff) format('woff'),url(/static/fonts/helveticaneuecyr-bold.ttf) format('truetype'),url(/static/fonts/helveticaneuecyr-bold.svg#helveticaneuecyrbold) format('svg');font-weight:700}@font-face{font-family:HelveticaNeue;src:url(/static/fonts/helveticaneuecyr-medium.eot);src:url(/static/fonts/helveticaneuecyr-medium.eot?#iefix) format('embedded-opentype'),url(/static/fonts/helveticaneuecyr-medium.woff) format('woff'),url(/static/fonts/helveticaneuecyr-medium.ttf) format('truetype');font-weight:600}@font-face{font-family:Rockwell;src:url(/static/fonts/rockwell-light.eot);src:url(/static/fonts/rockwell-light.eot?#iefix) format('embedded-opentype'),url(/static/fonts/rockwell-light.woff) format('woff'),url(/static/fonts/rockwell-light.ttf) format('truetype'),url(/static/fonts/rockwell-light.svg#105adaae1d7d320660cc73c0cf1e2c8a) format('svg');font-weight:200}@font-face{font-family:Rockwell;src:url(/static/fonts/rockwell.eot);src:url(/static/fonts/rockwell.eot?#iefix) format('embedded-opentype'),url(/static/fonts/rockwell.woff) format('woff'),url(/static/fonts/rockwell.ttf) format('truetype'),url(/static/fonts/rockwell.svg#31d3ff79fb8362282a97fb28032684d3) format('svg')}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-Light.eot);src:url(/static/fonts/SuperiorTitle-Light.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-Light.woff) format('woff'),url(/static/fonts/SuperiorTitle-Light.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-Light.svg#ab5a8772d05d541fcaf21eafd16f3dcc) format('svg');font-weight:200}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-Medium.eot);src:url(/static/fonts/SuperiorTitle-Medium.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-Medium.woff) format('woff'),url(/static/fonts/SuperiorTitle-Medium.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-Medium.svg#b58e675babd2762dec2edb79b73d1eee) format('svg')}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-Bold.eot);src:url(/static/fonts/SuperiorTitle-Bold.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-Bold.woff) format('woff'),url(/static/fonts/SuperiorTitle-Bold.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-Bold.svg#fc6ad06645fa77d3fa3a7652b5559208) format('svg');font-weight:700}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-LightItalic.eot);src:url(/static/fonts/SuperiorTitle-LightItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-LightItalic.woff) format('woff'),url(/static/fonts/SuperiorTitle-LightItalic.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-LightItalic.svg#88dede8ee6dab779cac1c19d26772ce6) format('svg');font-style:italic;font-weight:200}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-RegularItalic.eot);src:url(/static/fonts/SuperiorTitle-RegularItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-RegularItalic.woff) format('woff'),url(/static/fonts/SuperiorTitle-RegularItalic.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-RegularItalic.svg#74d891ea4cac663657d317fcbe831f8e) format('svg');font-style:italic}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-MediumItalic.eot);src:url(/static/fonts/SuperiorTitle-MediumItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-MediumItalic.woff) format('woff'),url(/static/fonts/SuperiorTitle-MediumItalic.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-MediumItalic.svg#db2dbaebc825a9d6c22bc90fe935b65b) format('svg');font-style:italic;font-weight:500}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-BoldItalic.eot);src:url(/static/fonts/SuperiorTitle-BoldItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-BoldItalic.woff) format('woff'),url(/static/fonts/SuperiorTitle-BoldItalic.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-BoldItalic.svg#fc6ad06645fa77d3fa3a7652b5559208) format('svg');font-style:italic;font-weight:700}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-Black.eot);src:url(/static/fonts/SuperiorTitle-Black.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-Black.woff) format('woff'),url(/static/fonts/SuperiorTitle-Black.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-Black.svg#47bb12ba1505a877538249b18692451f) format('svg');font-weight:800}@font-face{font-family:Superior Title;src:url(/static/fonts/SuperiorTitle-BlackItalic.eot);src:url(/static/fonts/SuperiorTitle-BlackItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/SuperiorTitle-BlackItalic.woff) format('woff'),url(/static/fonts/SuperiorTitle-BlackItalic.ttf) format('truetype'),url(/static/fonts/SuperiorTitle-BlackItalic.svg#47bb12ba1505a877538249b18692451f) format('svg');font-style:italic;font-weight:800}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Light.eot);src:url(/static/fonts/Avenir-Light.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Light.woff) format('woff'),url(/static/fonts/Avenir-Light.ttf) format('truetype'),url(/static/fonts/Avenir-Light.svg#78de6cebc05d0d6b5836c87138de5726) format('svg');font-weight:200}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-LightOblique.eot);src:url(/static/fonts/Avenir-LightOblique.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-LightOblique.woff) format('woff'),url(/static/fonts/Avenir-LightOblique.ttf) format('truetype'),url(/static/fonts/Avenir-LightOblique.svg#9fe9e58f48462802eb2f273b6706b444) format('svg');font-style:oblique;font-weight:200}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Medium.eot);src:url(/static/fonts/Avenir-Medium.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Medium.woff) format('woff'),url(/static/fonts/Avenir-Medium.ttf) format('truetype'),url(/static/fonts/Avenir-Medium.svg#0882291fef93bcd06d472e1ee8939c3e) format('svg');font-weight:500}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-MediumOblique.eot);src:url(/static/fonts/Avenir-MediumOblique.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-MediumOblique.woff) format('woff'),url(/static/fonts/Avenir-MediumOblique.ttf) format('truetype'),url(/static/fonts/Avenir-MediumOblique.svg#16c4709bdfbc71a8fce8e1dd1956eb09) format('svg');font-style:oblique;font-weight:500}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Oblique.eot);src:url(/static/fonts/Avenir-Oblique.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Oblique.woff) format('woff'),url(/static/fonts/Avenir-Oblique.ttf) format('truetype'),url(/static/fonts/Avenir-Oblique.svg#0067c5fc2d7e322f7b0187e3c69a2051) format('svg');font-style:oblique}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Roman.eot);src:url(/static/fonts/Avenir-Roman.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Roman.woff) format('woff'),url(/static/fonts/Avenir-Roman.ttf) format('truetype'),url(/static/fonts/Avenir-Roman.svg#2b3cb83e00b279c4ab15de4d02a9caf1) format('svg')}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Black.eot);src:url(/static/fonts/Avenir-Black.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Black.woff) format('woff'),url(/static/fonts/Avenir-Black.ttf) format('truetype'),url(/static/fonts/Avenir-Black.svg#3f32b7b0e932d6bbe85d14c9bded23e3) format('svg');font-weight:900}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-BlackOblique.eot);src:url(/static/fonts/Avenir-BlackOblique.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-BlackOblique.woff) format('woff'),url(/static/fonts/Avenir-BlackOblique.ttf) format('truetype'),url(/static/fonts/Avenir-BlackOblique.svg#6175e792a9e64aac3ec0f3ab2e7076d4) format('svg');font-style:oblique;font-weight:900}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Book.eot);src:url(/static/fonts/Avenir-Book.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Book.woff) format('woff'),url(/static/fonts/Avenir-Book.ttf) format('truetype'),url(/static/fonts/Avenir-Book.svg#589202c858e9ee116eab4a8685515b5e) format('svg');font-weight:300}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-BookOblique.eot);src:url(/static/fonts/Avenir-BookOblique.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-BookOblique.woff) format('woff'),url(/static/fonts/Avenir-BookOblique.ttf) format('truetype'),url(/static/fonts/Avenir-BookOblique.svg#e0a93c26982fe9d755bfcde07d9194c8) format('svg');font-style:oblique;font-weight:300}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-Heavy.eot);src:url(/static/fonts/Avenir-Heavy.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-Heavy.woff) format('woff'),url(/static/fonts/Avenir-Heavy.ttf) format('truetype'),url(/static/fonts/Avenir-Heavy.svg#5210a83cbeaba3c69473142e37abdff7) format('svg');font-weight:800}@font-face{font-family:Avenir;src:url(/static/fonts/Avenir-HeavyOblique.eot);src:url(/static/fonts/Avenir-HeavyOblique.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Avenir-HeavyOblique.woff) format('woff'),url(/static/fonts/Avenir-HeavyOblique.ttf) format('truetype'),url(/static/fonts/Avenir-HeavyOblique.svg#f7a040cbecbe33397454207921e572b0) format('svg');font-style:oblique;font-weight:800}@font-face{font-family:Baskerville;src:url(/static/fonts/Baskerville-Bold.eot);src:url(/static/fonts/Baskerville-Bold.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Baskerville-Bold.woff) format('woff'),url(/static/fonts/Baskerville-Bold.ttf) format('truetype'),url(/static/fonts/Baskerville-Bold.svg#0b1299683606b8170a672623ab172965) format('svg');font-weight:700}@font-face{font-family:Baskerville;src:url(/static/fonts/Baskerville-BoldItalic.eot);src:url(/static/fonts/Baskerville-BoldItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Baskerville-BoldItalic.woff) format('woff'),url(/static/fonts/Baskerville-BoldItalic.ttf) format('truetype'),url(/static/fonts/Baskerville-BoldItalic.svg#882de1a25f72af8718c485c79ad58055) format('svg');font-style:italic;font-weight:700}@font-face{font-family:Baskerville;src:url(/static/fonts/Baskerville-Italic.eot);src:url(/static/fonts/Baskerville-Italic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Baskerville-Italic.woff) format('woff'),url(/static/fonts/Baskerville-Italic.ttf) format('truetype'),url(/static/fonts/Baskerville-Italic.svg#4640e45f332c6c1738f6da8b9f6b81b0) format('svg');font-style:italic}@font-face{font-family:Baskerville;src:url(/static/fonts/Baskerville-SemiBold.eot);src:url(/static/fonts/Baskerville-SemiBold.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Baskerville-SemiBold.woff) format('woff'),url(/static/fonts/Baskerville-SemiBold.ttf) format('truetype'),url(/static/fonts/Baskerville-SemiBold.svg#f741f6234bced15081460e8f48a89da7) format('svg');font-weight:700}@font-face{font-family:Baskerville;src:url(/static/fonts/Baskerville-SemiBoldItalic.eot);src:url(/static/fonts/Baskerville-SemiBoldItalic.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Baskerville-SemiBoldItalic.woff) format('woff'),url(/static/fonts/Baskerville-SemiBoldItalic.ttf) format('truetype'),url(/static/fonts/Baskerville-SemiBoldItalic.svg#c3c6cb4c8d738aca829a55f6dc3d1b33) format('svg');font-style:italic;font-weight:700}@font-face{font-family:Baskerville;src:url(/static/fonts/Baskerville.eot);src:url(/static/fonts/Baskerville.eot?#iefix) format('embedded-opentype'),url(/static/fonts/Baskerville.woff) format('woff'),url(/static/fonts/Baskerville.ttf) format('truetype'),url(/static/fonts/Baskerville.svg#69fe73d36b3a62fcdf5267236ee0e4c6) format('svg')}.u-Flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important}.clearfix{zoom:1}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.no-touch-hover{-webkit-tap-highlight-color:transparent}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:inline-block;padding:5px 8px;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear}.tooltipped:before{position:absolute;z-index:1000001;display:table-cell;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:5px solid transparent;visibility:hidden;opacity:0;transition:visibility 0s linear .2s,opacity .2s linear}.tooltipped.tooltip-visible:before,.tooltipped.tooltip-visible:after{text-decoration:none;visibility:visible;opacity:1;transition-delay:1ms}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-se:after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}@media screen and (min-width:0){.tooltipped-multiline:after{width:250px}}.tooltipped-sticky:before,.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,.8)}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#ebebeb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.PageTranslation{background:#282b30;font-family:HelveticaNeue,Helvetica,sans-serif;color:#fff}.PageTranslation .MainMenu{box-shadow:0 0 20px 0 #000;z-index:10;position:relative}@media screen and (min-width:768px){.PageTranslation .MainMenu{display:block}}.PageTranslation .MainMenu .MainMenu-logo{display:block;margin-left:50px;z-index:9}.PageTranslation .VideoPreview--header{display:none}.PageTranslation .Header{display:none}.PageTranslation .Header-inner,.PageTranslation .Header-logo{height:61px;max-width:1280px}.PageTranslation .Header-logo-large,.PageTranslation .Header-logo-middle{display:none!important}.PageTranslation .Header-logo-small{display:block!important}.PageTranslation .HeaderMenu{margin:0 230px 0 150px;padding:0}.PageTranslation .HeaderMenu-inner{padding:0;margin:0 14%}.PageTranslation .HeaderMenu-limiter{max-width:450px;margin:0 auto}.PageTranslation .HeaderMenu-sectionTitle{border-bottom:none;padding-top:9px;padding-bottom:11px;text-align:center;white-space:nowrap}.PageTranslation .HeaderMenu-sectionContent{display:none}.PageTranslation .HeaderMenu-section--nyc2016 i{display:none}.PageTranslation .Header-facebook{display:block;position:absolute;right:20px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3}.PageTranslation-outer{border-bottom:1px solid #3c3f43}.PageTranslation-inner{width:100%;zoom:1}.PageTranslation-inner:before,.PageTranslation-inner:after{content:"";display:table}.PageTranslation-inner:after{clear:both}.PageTranslation-header{position:relative;zoom:1}.PageTranslation-header:before,.PageTranslation-header:after{content:"";display:table}.PageTranslation-header:after{clear:both}.PageTranslation-header h1{font-family:Superior Title,Times New Roman,Times,serif;font-size:36px;line-height:34px;margin-bottom:6px;margin-top:3px}@media screen and (min-width:1280px){.PageTranslation-header h1{font-size:42px}}@media screen and (max-width:500px){.PageTranslation-header h1{font-size:28px}}.PageTranslation-header-cols{float:left;width:100%;margin-right:-225px}@media screen and (max-width:640px){.PageTranslation-header-cols{margin-right:0}}.PageTranslation-header-colLeft{margin-right:245px}@media screen and (max-width:640px){.PageTranslation-header-colLeft{margin-right:0}}.PageTranslation-header-colRight{float:right;width:225px;margin-top:-3px}@media screen and (max-width:640px){.PageTranslation-header-colRight{display:none}}.PageTranslation-header-place{display:block;font-weight:300;font-style:italic;font-size:18px;line-height:24px;color:#565e6c;padding-bottom:20px;border-bottom:1px solid #3c3f43}.PageTranslation-header-date{display:block;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-size:18px;line-height:24px}.PageTranslation-header-share{position:absolute;bottom:27px}.PageTranslation-header-share em{font-style:normal;font-size:13px;width:100px;display:inline-block;vertical-align:middle}.PageTranslation-header-share a{margin:0 2px;vertical-align:middle}.PageTranslation-header-links{font-size:18px;line-height:22px;margin-bottom:5px}.PageTranslation-header-links>a,.PageTranslation-header-links>span{display:inline-block;margin-bottom:12px;margin-right:29px}.PageTranslation-header-buttons{margin-bottom:8px;font-size:16px;line-height:18px}@media screen and (max-width:500px){.PageTranslation-header-buttons{margin-bottom:0;font-size:12px;line-height:15px}}.PageTranslation-header-buttons>a,.PageTranslation-header-buttons>span{display:inline-block;width:200px;margin-bottom:12px;margin-right:10px;background:#30343a;color:#fff;border-radius:43px;padding:16px 21px 14px;font-weight:300;white-space:nowrap;cursor:pointer}@media screen and (max-width:760px){.PageTranslation-header-buttons>a,.PageTranslation-header-buttons>span{width:auto}}@media screen and (max-width:500px){.PageTranslation-header-buttons>a,.PageTranslation-header-buttons>span{padding:12px 17px 10px}}.PageTranslation-header-buttons i{float:right;position:relative;top:-2px;margin-left:9px}@media screen and (max-width:500px){.PageTranslation-header-buttons i{display:none!important}}.PageTranslation-header-buttons i svg{fill:#6e7175}.PageTranslation-header-standings,.PageTranslation-header-schedule{text-decoration:none}.PageTranslation-header-standings i,.PageTranslation-header-schedule i{display:inline-block;width:18px;height:18px;vertical-align:middle;top:-1px;margin-top:1px;margin-bottom:1px}.PageTranslation-header-terms{color:#7e7f82;font-weight:300;font-size:14px}.PageTranslation h2{display:inline-block;vertical-align:middle;font-weight:700;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:2px}.PageTranslationMedia{display:none;padding-top:28px;zoom:1}.PageTranslationMedia h2{margin-bottom:16px}.PageTranslationMedia:before,.PageTranslationMedia:after{content:"";display:table}.PageTranslationMedia:after{clear:both}.PageTranslationMedia-cols{float:left;width:100%;margin-right:-300px}@media screen and (max-width:760px){.PageTranslationMedia-cols{margin-right:0}}.PageTranslationMedia-colLeft{margin-right:320px}@media screen and (max-width:760px){.PageTranslationMedia-colLeft{margin-right:0}}.PageTranslationMedia-colRight{float:right;width:300px}@media screen and (max-width:760px){.PageTranslationMedia-colRight{display:none}}.PageTranslation--media .PageTranslationBroadcast{display:none}.PageTranslation--media .PageTranslationMedia{display:block}.PageTranslation .PageHeader{height:150px;max-width:1280px;margin:0 auto}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader{height:320px}}@media(max-width:724px){.PageTranslation .PageHeader{height:180px}}.PageTranslation .PageHeader-wrap{max-width:1260px}.PageTranslation .PageHeader-wrapper--with-banner{float:left;box-sizing:border-box;padding:30px 20px}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner{padding:60px 20px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner{padding:40px 20px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-name{max-width:400px;width:100%;float:left;color:#fff;font-family:Superior Title,Times New Roman,Times,serif;font-weight:800;font-size:44px;line-height:45px}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-name{font-size:72px;max-width:100%;line-height:72px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-name{font-size:36px;max-width:100%;line-height:36px;max-width:320px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-name i{text-transform:uppercase}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-name span{font-style:italic;font-weight:200}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date{max-width:200px;float:left;margin-left:120px}@media(max-width:1041px) and (min-width:977px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date{margin-left:80px}}@media(max-width:960px) and (min-width:937px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date{margin-left:20px;float:right}}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date{margin-left:0;float:left;margin-top:30px;max-width:100%;width:100%}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date{margin-left:0;float:left;max-width:100%;width:100%;margin-bottom:0;margin-top:10px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date{float:left;width:100%;margin-bottom:7px;margin-top:10px;font-size:16px;color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:400}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date{width:auto;font-size:24px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date{width:auto;font-size:12px}}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date b{float:left}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date b{float:left}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date span{color:#88909e;width:100%;display:block;margin-top:7px;font-weight:700}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date span{float:left;width:auto;margin-top:0;margin-left:30px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .date span{float:left;width:auto;margin-top:0;margin-left:10px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share{width:100%;float:left}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share{width:auto;margin-top:0;float:right}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share{width:auto;margin-top:5px;float:right}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon{float:left;margin-right:12px;cursor:pointer}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon{margin-right:0}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon{margin-right:7px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon svg{width:19px;height:19px;fill:#b1b5b9}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon svg{width:30px;height:30px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon svg{width:16px;height:16px}}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.twitter{margin:0 30px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.twitter svg{width:22px;height:22px;margin-top:-1px}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.twitter svg{width:36px;height:36px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.twitter svg{width:18px;height:18px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.sh svg{width:25px;height:25px;margin-top:-3px}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.sh svg{width:38px;height:38px}}@media(max-width:724px){.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon.sh svg{width:20px;height:20px}}.PageTranslation .PageHeader-wrapper--with-banner .PageHeader-date .share .icon:hover svg{fill:#ff9898}.PageTranslation .PageHeader .PageHeader-banner{float:right;width:240px;height:150px;position:relative}@media(max-width:1041px) and (min-width:977px){.PageTranslation .PageHeader .PageHeader-banner{width:240px}}@media(max-width:976px) and (min-width:725px){.PageTranslation .PageHeader .PageHeader-banner{display:none}}@media(max-width:724px){.PageTranslation .PageHeader .PageHeader-banner{display:none}}.PageTranslation .PageHeader .PageHeader-banner .banner{width:100%;height:100%;background:url(/static/img/bg-banner-translation.jpg) no-repeat;background-size:cover;padding:20px;position:relative}.PageTranslation .PageHeader .PageHeader-banner .banner .title{position:absolute;left:20px;bottom:15px;font-size:24px;color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:700;z-index:7}.PageTranslation .PageHeader .PageHeader-banner .banner .image{width:35px;height:55px;position:absolute;right:17px;bottom:17px;background-image:url(/static/img/hand-copy.png);background-size:100% auto;background-repeat:no-repeat;z-index:7}.PageTranslation .PageHeader .PageHeader-banner .banner .image::after{background-image:url(/static/img/hand-copy-hover.png);content:'';display:block;visibility:hidden;overflow:hidden;width:35px;height:55px}.PageTranslation .PageHeader .PageHeader-banner:hover .image{background-image:url(/static/img/hand-copy-hover.png)}.PageTranslation-board-video{float:left;width:100%}.PageTranslation-board-video-outer{width:630px}.PageTranslation-board-video-inner{position:relative}.PageTranslation--broadcastVideo .PageTranslation-outer{border:none}.PageTranslation--broadcastVideo .Page-wrapper>.Banner,.PageTranslation--broadcastVideo .Page-wrapper .MainMenu,.PageTranslation--broadcastVideo .Page-wrapper .Page-wrapperPush{display:none!important}.PageTranslation--broadcastVideo .Footer{display:none!important}html.no-touchevents .PageTranslation .HeaderMenu-sectionTitle{transition:color .2s}html.no-touchevents .PageTranslation .HeaderMenu-sectionTitle:hover{color:#ff9898}html.no-touchevents .PageTranslation .jspContainer .jspVerticalBar,html.no-touchevents .PageTranslation .jspContainer .jspHorizontalBar{transition:.5s opacity ease-out;opacity:0}html.no-touchevents .PageTranslation .jspContainer:hover .jspVerticalBar,html.no-touchevents .PageTranslation .jspContainer:hover .jspHorizontalBar{opacity:1}html.no-touchevents .PageTranslation .PageTranslation-inner a{transition:color .2s}html.no-touchevents .PageTranslation .PageTranslation-inner a i svg{transition:fill .2s}html.no-touchevents .PageTranslation .PageTranslation-inner a:hover{color:#ff9898}html.no-touchevents .PageTranslation .PageTranslation-inner a:hover i svg{fill:#ff9898}html.no-touchevents .PageTranslation .PageTranslation-header-buttons>a,html.no-touchevents .PageTranslation .PageTranslation-header-buttons>span{transition:color .2s}html.no-touchevents .PageTranslation .PageTranslation-header-buttons>a i svg,html.no-touchevents .PageTranslation .PageTranslation-header-buttons>span i svg{transition:fill .2s}html.no-touchevents .PageTranslation .PageTranslation-header-buttons>a:hover,html.no-touchevents .PageTranslation .PageTranslation-header-buttons>span:hover{color:#ff9898}html.no-touchevents .PageTranslation .PageTranslation-header-buttons>a:hover i svg,html.no-touchevents .PageTranslation .PageTranslation-header-buttons>span:hover i svg{fill:#fff}.BoardAndChat{border-top:1px solid #46494e;border-bottom:1px solid #46494e;background:#35393f;float:left;width:100%}@media(max-width:979px) and (min-width:660px){.BoardAndChat{border-bottom:none}}@media(max-width:659px){.BoardAndChat{border-bottom:none}}.BoardAndChat-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:0}.BoardAndChat-inner:before,.BoardAndChat-inner:after{content:"";display:table}.BoardAndChat-inner:after{clear:both}.BoardAndChat-outer{max-width:1260px;zoom:1;position:relative}.BoardAndChat-outer:before,.BoardAndChat-outer:after{content:"";display:table}.BoardAndChat-outer:after{clear:both}@media screen and (min-width:1280px){.BoardAndChat-outer{border-right:1px solid #46494e}}.BoardAndChat-board{margin-right:385px;padding:40px 0;zoom:1}.BoardAndChat-board:before,.BoardAndChat-board:after{content:"";display:table}.BoardAndChat-board:after{clear:both}@media(max-width:1065px) and (min-width:1020px){.BoardAndChat-board{margin-right:345px}}@media(max-width:979px) and (min-width:660px){.BoardAndChat-board{margin-right:0;padding:30px 20px 0}}@media(max-width:659px){.BoardAndChat-board{margin-right:0;padding:0}}.BoardAndChat-board-inner{margin:0 auto;max-width:540px;position:relative}@media(max-width:979px){.BoardAndChat-board-inner{max-width:100%}}.BoardAndChat-board-outer{float:left;width:100%;margin-right:-385px;display:block}@media(max-width:1065px) and (min-width:1020px){.BoardAndChat-board-outer{margin-right:-345px}}.BoardAndChat-board-outer.hide{display:none}.BoardAndChat-chat{position:absolute;width:385px;right:0;top:0;bottom:0;border-left:1px solid #46494e}@media(max-width:1065px) and (min-width:1020px){.BoardAndChat-chat{width:345px}}@media(max-width:1019px) and (min-width:980px){.BoardAndChat-chat{width:345px}}@media(max-width:979px) and (min-width:660px){.BoardAndChat-chat{float:left;position:relative;width:100%;display:block}}@media(max-width:659px){.BoardAndChat-chat{float:left;position:relative;width:100%;display:block}}.BoardAndChat-chat.hide{position:absolute;opacity:0;z-index:-1}.Switch-board{margin-top:10px;display:none}@media(max-width:979px) and (min-width:660px){.Switch-board{display:block;margin-top:26px}}@media(max-width:659px){.Switch-board{display:block;margin-top:0}}.BoardSwitcher-inner{width:400px;position:relative;margin:0 auto;padding:11px 0 12px}@media(max-width:659px){.BoardSwitcher-inner{padding:46px 0 5px;width:260px}}.BoardSwitcher input{width:0;height:0;visibility:hidden}.BoardSwitcher label{display:block;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.BoardSwitcher label:before{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:70px;height:30px;border-radius:17px;left:50%;top:50%;margin-left:-35.5px;margin-top:-8.5px;background:#676c74}@media(max-width:659px){.BoardSwitcher label:before{width:45px;height:20px;margin-left:-24.5px;margin-top:-8.5px}}.BoardSwitcher label:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:25px;height:24px;border-radius:13px;left:50%;top:50%;margin-left:-30.5px;margin-top:-6px;background:#313131;transition:transform .3s}@media(max-width:659px){.BoardSwitcher label:after{width:16px;height:16px;margin-left:-19.5px;margin-top:-6.5px}}.BoardSwitcher input:checked+label:after{-ms-transform:translateX(36px);transform:translateX(36px)}@media(max-width:659px){.BoardSwitcher input:checked+label:after{-ms-transform:translateX(20px);transform:translateX(20px)}}.BoardSwitcher span{display:block;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:25px;line-height:16px;text-transform:uppercase;color:#fff;position:absolute;left:0;top:50%;width:100%;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:659px){.BoardSwitcher span{font-size:14px;line-height:14px;font-weight:400}}.BoardSwitcher span em{font-style:normal;font-weight:600;width:150px;padding-top:20px}@media(max-width:659px){.BoardSwitcher span em{padding-top:5px;width:100px}}.BoardSwitcher-left{float:left;text-align:right}.BoardSwitcher-right{float:right;text-align:left}@media screen and (max-width:760px){.Page--logged .BoardSwitcher--header{display:none}}html.no-touchevents .BoardSwitcher label em{transition:color .2s}html.no-touchevents .BoardSwitcher label:after{transition:background .2s,transform .3s}html.no-touchevents .BoardSwitcher label:hover em:not(.BoardSwitcher--current){color:#ff9898}html.no-touchevents .BoardSwitcher label:hover:after{background:#ff9898}.Partners{float:left;width:100%}.Partners-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:10px 20px}.Partners-inner:before,.Partners-inner:after{content:"";display:table}.Partners-inner:after{clear:both}@media(max-width:393px){.Partners-inner{padding:10px 0}}.Partners-outer{background:#35393f;padding:20px;padding-right:12%}@media(max-width:1041px){.Partners-outer{padding-right:10%}}@media(max-width:785px){.Partners-outer{padding-right:0}}.Partners-outer a{color:#35393f}.Partners h3{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:12px;line-height:12px;font-weight:700;display:inline-block;width:24%;text-transform:uppercase;vertical-align:top;color:#80848b}@media(max-width:1041px) and (min-width:786px){.Partners h3{width:24%}}@media(max-width:785px) and (min-width:394px){.Partners h3{width:100%;margin-bottom:20px}}@media(max-width:393px){.Partners h3{width:100%;margin-bottom:20px}}.Partners-logo{display:inline-block;width:24%;vertical-align:middle;opacity:.6;transition:.5s opacity ease-out}@media(max-width:1041px) and (min-width:786px){.Partners-logo{width:24%}}@media(max-width:785px) and (min-width:394px){.Partners-logo{width:32%}}@media(max-width:393px){.Partners-logo{width:32%}}.Partners-logo img{max-width:100%}.Partners--eg{padding:0 60px 0 15px}@media(max-width:1041px) and (min-width:786px){.Partners--eg{padding:0 20px 0 0}}@media(max-width:785px) and (min-width:394px){.Partners--eg{padding:0 10px 0 0}}@media(max-width:393px){.Partners--eg{padding:0 10px 0 0}}.Partners--phosagro{padding:0 10px 0 50px}@media(max-width:1041px) and (min-width:786px){.Partners--phosagro{padding:0 0 0 30px}}@media(max-width:785px) and (min-width:394px){.Partners--phosagro{padding:0 0 0 20px;width:35%}}@media(max-width:393px){.Partners--phosagro{padding:0 10px;width:35%}}.Partners--ny{padding:0 0 0 100px}@media(max-width:1041px) and (min-width:786px){.Partners--ny{padding:0 0 0 45px}}@media(max-width:785px) and (min-width:394px){.Partners--ny{padding:0 0 0 45px;width:31%}}@media(max-width:393px){.Partners--ny{padding:0 0 0 5px;width:30%}}html.no-touchevents .PageTranslation .PageTranslation-inner .Partners-logo:hover{opacity:1}html.no-touchevents .PageTranslation .PageTranslation-inner .Partners a:hover{color:#35393f}.Video{float:left;width:100%}.Video-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:10px 20px}.Video-inner:before,.Video-inner:after{content:"";display:table}.Video-inner:after{clear:both}.Video-outer{background:#35393f;padding:20px}.Video h3{font-family:Superior Title,Times New Roman,Times,serif;font-size:34px;line-height:42px;font-style:normal;font-weight:800;margin-right:200px;margin-bottom:11px}.Video h3>span{display:none}.Video iframe{width:100%}.Video-regular{display:none;position:relative;width:100%;padding-top:66.67%}.Video-regular iframe{position:absolute;left:0;top:0;width:100%;height:100%}.Video-360{display:none}.Video--regular .Video-regular,.Video--archive .Video-regular{display:block}.Video--regular .VideoLangSwitcher,.Video--archive .VideoLangSwitcher{display:inline-block}.Video--360 .Video-360{display:block}.Video--regular .Video-header--broadcast,.Video--360 .Video-header--broadcast{display:inline}.Video--archive .Video-header--archive{display:inline}.Video-footer{padding:20px;border-top:1px solid #46494e;background:#35393f;float:left;width:100%}.Video-footer-vr{float:left}@media(max-width:976px){.Video-footer-vr{margin-right:0;float:right;width:100%;padding-bottom:20px}}.Video-footer-vr i{display:block;float:left;width:69px;height:47px;opacity:.6}.Video-footer-vr i svg{width:100%;fill:#fff}.Video-footer-vr p{margin-left:90px;font-size:20px;line-height:24px;font-weight:600;max-width:450px}.Video-footer-download{float:right}.Video-footer-download a{position:relative}.Video-footer-download a:after{content:" ";font-size:0;position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;border-radius:5px;opacity:0}.Video-footer-download-google-play{display:inline-block;width:135px;height:40px;background:url(/static/img/google-play-badge.png);background-position:center center;background-size:cover;cursor:pointer}.Video-footer-download-appstore{display:inline-block;width:135px;height:40px;cursor:pointer;margin-left:15px}.Video-footer-download-appstore i{display:block;width:135px;height:40px}.Video-footer-download-appstore i svg{width:100%;fill:#000}html.no-touchevents .Video-footer-download a:after{transition:opacity .2s}html.no-touchevents .Video-footer-download a:hover:after{opacity:.2}html.no-touchevents .Video-footer-download-appstore:hover i svg{fill:#000!important}.VideoSwitcher{float:right}.VideoSwitcher.hide{display:none}.VideoSwitcher a{position:absolute;left:0;top:0;width:100%;height:100%}.VideoSwitcher-inner{width:205px;position:relative;margin:0 auto;padding:11px 0 12px}.VideoSwitcher input{width:0;height:0;visibility:hidden}.VideoSwitcher label{display:block;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.VideoSwitcher label:before{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:39px;height:17px;border-radius:17px;left:50%;top:50%;margin-left:-19.5px;margin-top:-8.5px;background:#676c74}.VideoSwitcher label:after{content:" ";text-indent:-9999px;overflow:hidden;position:absolute;width:13px;height:13px;border-radius:13px;left:50%;top:50%;margin-left:-17.5px;margin-top:-6.5px;background:#313131;transition:transform .3s}.VideoSwitcher input:checked+label:after{-ms-transform:translateX(22px);transform:translateX(22px)}.VideoSwitcher span{display:block;font-family:HelveticaNeue,Helvetica,sans-serif;letter-spacing:.05em;font-size:14px;line-height:40px;text-transform:uppercase;color:#fff;position:absolute;left:0;top:50%;width:100%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.VideoSwitcher span em{font-style:normal;font-weight:600;white-space:nowrap}.VideoSwitcher-left{float:left;text-align:right}.VideoSwitcher-right{float:right;text-align:left}@media screen and (max-width:760px){.Page--logged .VideoSwitcher--header{display:none}}html.no-touchevents .VideoSwitcher label em{transition:color .2s}html.no-touchevents .VideoSwitcher label:after{transition:background .2s,transform .3s}html.no-touchevents .VideoSwitcher label:hover em:not(.VideoSwitcher--current){color:#ff9898}html.no-touchevents .VideoSwitcher label:hover:after{background:#ff9898}.VideoLangSwitcher{display:none;position:relative;height:25px;vertical-align:middle;top:-3px;margin-left:5px}.VideoLangSwitcher input{position:absolute;left:0;top:0;width:0;height:0;visibility:hidden;line-height:0}.VideoLangSwitcher label{cursor:pointer}.VideoLangSwitcher input:checked+label .VideoLangSwitcher-ru{display:none}.VideoLangSwitcher input:checked+label .VideoLangSwitcher-en{display:block}.VideoLangSwitcher em{width:25px;height:25px;text-align:center;white-space:nowrap}.VideoLangSwitcher-en{background-image:url(/static/img/eng.png);background-size:100%;background-position:center center;background-repeat:no-repeat;display:none}.VideoLangSwitcher-en::after{background-image:url(/static/img/eng_hover.png);display:block;width:25px;height:25px;visibility:hidden;overflow:hidden;content:''}.VideoLangSwitcher-ru{background-image:url(/static/img/rus.png);background-size:100%;background-position:center center;background-repeat:no-repeat;display:block}.VideoLangSwitcher-ru::after{background-image:url(/static/img/rus_hover.png);display:block;width:25px;height:25px;visibility:hidden;overflow:hidden;content:''}@media screen and (max-width:760px){.Page--logged .VideoLangSwitcher--header{display:none}}html.no-touchevents .VideoLangSwitcher label em{transition:color .2s,border-color .2s}html.no-touchevents .VideoLangSwitcher label:hover em:not(.VideoLangSwitcher--current).VideoLangSwitcher-ru{background-image:url(/static/img/rus_hover.png)}html.no-touchevents .VideoLangSwitcher label:hover em:not(.VideoLangSwitcher--current).VideoLangSwitcher-en{background-image:url(/static/img/eng_hover.png)}.RoundSelector{float:left;width:100%;height:60px;background:#35393f;box-shadow:0 11px 30px #000;white-space:nowrap}@media(max-width:976px) and (min-width:725px){.RoundSelector{height:90px}}@media(max-width:724px){.RoundSelector{height:60px}}.RoundSelector-wrapper{max-width:1280px;margin:0 auto}.RoundSelector-inner{width:100%;max-width:1260px;box-sizing:border-box;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;padding:1px 20px;font-size:20px;height:60px}@media(max-width:976px) and (min-width:725px){.RoundSelector-inner{height:90px;padding:20px;font-size:25px;text-align:right}}@media(max-width:724px){.RoundSelector-inner{padding:8px 20px;height:60px;text-align:right}}.RoundSelector-inner .Rounds{padding:10px 20px 10px 0;max-width:695px;width:100%;float:left;box-sizing:border-box;text-align:left}@media(max-width:976px) and (min-width:725px){.RoundSelector-inner .Rounds{padding:0 20px 0 0;max-width:245px}}@media(max-width:724px){.RoundSelector-inner .Rounds{max-width:140px;padding-top:2px;padding-bottom:2px}}@media(max-width:400px){.RoundSelector-inner .Rounds{max-width:120px;font-size:16px}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round{display:none;width:120px;height:40px;border-radius:5px;vertical-align:middle;background-color:#19abff}@media(max-width:976px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round{display:block}}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container:hover .chosen-single,.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container-single:hover .chosen-single,.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container.chosen-with-drop:hover .chosen-single,.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container:hover .chosen-choices,.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container-single:hover .chosen-choices,.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container.chosen-with-drop:hover .chosen-choices{background:none}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container-active.chosen-with-drop .chosen-single div b svg{-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}@media(max-width:976px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round{display:inline-block;height:50px}}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round{height:auto;vertical-align:middle}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round select{display:none}.RoundSelector-inner .Rounds .SelectBox--broadcast-round select:after{content:''}.RoundSelector-inner .Rounds .SelectBox--broadcast-round select:before{content:''}.RoundSelector-inner .Rounds .SelectBox--broadcast-round select::-ms-expand{display:none}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container{height:40px;border-radius:5px;width:120px;background:#19abff;border:none;box-sizing:border-box;cursor:pointer}@media(max-width:976px) and (min-width:725px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container{display:block}}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container{display:block;height:auto;border-radius:0;font-size:20px;background:none;color:#19abff}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-single{box-shadow:none;background:#19abff;padding:0;height:40px}@media(max-width:976px) and (min-width:725px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-single{height:50px}}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-single{height:40px}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-single div b{top:0;right:0;height:100%}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-single span{height:100%;padding:17px 0 0 20px;color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:30px;font-weight:300}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-single span{font-size:18px;padding:10px 0 0 15px}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop{box-shadow:none}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop{width:auto}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop .chosen-results{border:none;overflow-y:auto}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop .chosen-results li{color:#fff;font-family:HelveticaNeue,Helvetica,sans-serif;font-size:30px;line-height:30px;font-weight:300}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop .chosen-results li{font-size:20px;background:none;margin-left:0;overflow:hidden;letter-spacing:-1px}}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop .chosen-results li.group-result{font-size:14px;line-height:14px;margin-top:10px;margin-bottom:10px;color:#8cccf1;border-bottom:1px solid #8cccf1}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .chosen-container .chosen-drop .chosen-results li.group-result:first-child{margin-top:0}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .SelectBox-inner{position:relative}.RoundSelector-inner .Rounds .SelectBox--broadcast-round .SelectBox-inner svg{width:22px;right:14px;position:absolute;display:block;top:50%;fill:#6ebeed;-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:724px){.RoundSelector-inner .Rounds .SelectBox--broadcast-round .SelectBox-inner svg{right:9px}}@media(max-width:976px){.RoundSelector-inner .Rounds .SelectBox--round-type{display:none}}.RoundSelector-inner .Rounds span{display:inline;margin-right:17px;font-weight:700}@media(max-width:976px) and (min-width:725px){.RoundSelector-inner .Rounds span{margin-right:18px}}@media(max-width:724px){.RoundSelector-inner .Rounds span{font-weight:400;margin-right:5px}}.RoundSelector-inner .Rounds span.Rounds-title-min{display:none;cursor:pointer}@media(max-width:976px){.RoundSelector-inner .Rounds span.Rounds-title-min{display:inline}}.RoundSelector-inner .Rounds span.Rounds-title-max{display:inline}@media(max-width:976px){.RoundSelector-inner .Rounds span.Rounds-title-max{display:none}}.RoundSelector-rounds{display:inline-block;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-size:15px;line-height:30px}@media(max-width:976px) and (min-width:725px){.RoundSelector-rounds{display:none}}@media(max-width:724px){.RoundSelector-rounds{display:none}}.RoundSelector-rounds li{display:inline-block;margin-right:10px}.RoundSelector-rounds li.hidden{display:none}.RoundSelector-rounds li:nth-child(1),.RoundSelector-rounds li:nth-child(2),.RoundSelector-rounds li:nth-child(3),.RoundSelector-rounds li:nth-child(4),.RoundSelector-rounds li:nth-child(5),.RoundSelector-rounds li:nth-child(6),.RoundSelector-rounds li:nth-child(7),.RoundSelector-rounds li:nth-child(8){margin-right:0}.RoundSelector-rounds li:nth-child(9){margin-right:5px}.RoundSelector-rounds li:nth-child(n+13){margin-right:5px}.RoundSelector-rounds li:nth-child(26){margin-right:0}.RoundSelector-rounds li:nth-child(26) a{width:40px}.RoundSelector-rounds li.RoundSelector-round--active a{background:#737f8f}.RoundSelector-rounds li a{display:block;width:30px;height:30px;line-height:31px;border-radius:30px;color:inherit;text-align:center;text-decoration:none;margin:0 -3px}.RoundSelector-Standings,.RoundSelector-Schedule{display:inline-block;background:#434953;border-radius:30px;width:170px;margin:9px 20px 5px 0;padding:12px 20px 10px;box-sizing:border-box;font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:400;font-size:16px;color:#fff;cursor:pointer;float:left;text-align:left}@media(max-width:976px) and (min-width:725px){.RoundSelector-Standings,.RoundSelector-Schedule{font-size:20px;float:none;width:203px;padding:12px 24px;margin:0 0 0 15px}}@media(max-width:724px){.RoundSelector-Standings,.RoundSelector-Schedule{float:none;font-size:20px;width:auto;background:none;padding:10px 0;margin:0 0 0 15px;color:#2291ff}}@media(max-width:400px){.RoundSelector-Standings,.RoundSelector-Schedule{font-size:15px;margin:0 0 0 10px;line-height:28px;padding:8px 0}}.RoundSelector-Standings img,.RoundSelector-Schedule img{width:19px;height:20px;vertical-align:middle;float:right;display:block;margin-top:-2px}@media(max-width:976px) and (min-width:725px){.RoundSelector-Standings img,.RoundSelector-Schedule img{height:23px;margin-top:1px;width:23px}}@media(max-width:724px){.RoundSelector-Standings img,.RoundSelector-Schedule img{display:none}}.RoundSelector-Standings:hover,.RoundSelector-Schedule:hover{background:#636973}@media(max-width:724px){.RoundSelector-Standings:hover,.RoundSelector-Schedule:hover{background:none}}.RoundSelector-Schedule{display:none;width:165px}@media(max-width:976px) and (min-width:725px){.RoundSelector-Schedule{width:193px}}@media(max-width:724px){.RoundSelector-Schedule{width:auto}}.RoundSelector-viewers{float:right;padding:13px 0 0;box-sizing:border-box}@media(max-width:976px){.RoundSelector-viewers{display:none}}.ViewersCounter-inner{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:14px;font-weight:400;color:#686c73}.ViewersCounter-inner span{display:inline;margin-right:0;font-weight:400;margin-left:10px;color:#fff}.ViewersCounter-inner svg{width:26px;height:26px;fill:#595d66;vertical-align:middle}.f-SchedulePopup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:221;display:none}.f-SchedulePopup-body{width:100%;height:100%;background:rgba(0,0,0,.75);display:-ms-flexbox;display:flex;overflow-x:scroll}.f-SchedulePopup-close{cursor:pointer;position:absolute;top:-40px;right:0;width:21px;height:21px;fill:rgba(255,255,255,.7);transition:opacity .4s}.f-SchedulePopup-close:hover{opacity:.5}@media(max-width:767px){.f-SchedulePopup-close{width:25px;height:25px;top:19px;right:15px}}.f-SchedulePopup-content{position:relative;margin:100px auto;width:420px;height:780px;background:#33373e;padding:0 0 38px}@media(max-width:767px){.f-SchedulePopup-content{margin:0 auto;padding:0 0 65px;width:100%;height:1100px}}.f-SchedulePopup-textRow-desktop{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:17px 23px 11px;border-bottom:1px solid rgba(151,151,151,.2)}@media(max-width:767px){.f-SchedulePopup-textRow-desktop{display:none}}.f-SchedulePopup-title{font-family:Superior Title,Helvetica,Arial,sans-serif;color:#fff;font-size:24px;line-height:29px}.f-SchedulePopup-caption{font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff;font-size:12px;line-height:16px}.f-SchedulePopup-textRow-mobile{display:none;padding:18px 20px 5px;position:relative}.f-SchedulePopup-textRow-mobile:after{content:' ';box-shadow:0 5px 7px 0 rgba(0,0,0,.5);position:absolute;left:0;right:0;top:100%;height:5px}@media(max-width:767px){.f-SchedulePopup-textRow-mobile{display:block}}.f-SchedulePopup-title-mobile{font-family:Superior Title,Helvetica,Arial,sans-serif;color:#fff;font-size:25px;line-height:30px}.f-SchedulePopup-caption-mobile{font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#fff;line-height:20.5px;text-align:center;font-size:16.5px;margin-top:47.5px}.f-SchedulePopup-table{margin:28px auto}@media(max-width:767px){.f-SchedulePopup-table{margin-top:40.5px}}.f-SchedulePopup-item td{padding-bottom:15px;white-space:nowrap}@media(max-width:767px){.f-SchedulePopup-item td{padding-bottom:21.5px}}.f-SchedulePopup-item .f-SchedulePopup-dayText{text-align:right;color:#78797b;font-size:12px}@media(max-width:767px){.f-SchedulePopup-item .f-SchedulePopup-dayText{font-size:15px;width:90px}}.f-SchedulePopup-item .f-SchedulePopup-dayNumber{text-align:center;width:35px;font-size:16px;font-weight:700;color:white}@media(max-width:767px){.f-SchedulePopup-item .f-SchedulePopup-dayNumber{font-size:20px;width:45px}}.f-SchedulePopup-item .f-SchedulePopup-dayTitle{text-align:left}@media(max-width:767px){.f-SchedulePopup-item .f-SchedulePopup-dayTitle{font-size:20px}}.f-SchedulePopup-item--rest .f-SchedulePopup-dayTitle{color:#78797b}.PageNYBroadcast360-inner{position:relative;zoom:1;max-width:1280px;margin:0 auto;padding:10px 20px}.PageNYBroadcast360-inner:before,.PageNYBroadcast360-inner:after{content:"";display:table}.PageNYBroadcast360-inner:after{clear:both}.PageNYBroadcast360-video{zoom:1;float:left;width:100%}.PageNYBroadcast360-video:before,.PageNYBroadcast360-video:after{content:"";display:table}.PageNYBroadcast360-video:after{clear:both}html.no-touchevents .PageNYBroadcast360 .HeaderMenu-sectionTitle{transition:color .2s}html.no-touchevents .PageNYBroadcast360 .HeaderMenu-sectionTitle:hover{color:#ff9898}html.no-touchevents .PageNYBroadcast360 .jspContainer .jspVerticalBar,html.no-touchevents .PageNYBroadcast360 .jspContainer .jspHorizontalBar{transition:.5s opacity ease-out;opacity:0}html.no-touchevents .PageNYBroadcast360 .jspContainer:hover .jspVerticalBar,html.no-touchevents .PageNYBroadcast360 .jspContainer:hover .jspHorizontalBar{opacity:1}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-inner a{transition:color .2s}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-inner a i svg{transition:fill .2s}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-inner a:hover{color:#ff9898}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-inner a:hover i svg{fill:#ff9898}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>a,html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>span{transition:color .2s}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>a i svg,html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>span i svg{transition:fill .2s}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>a:hover,html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>span:hover{color:#ff9898}html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>a:hover i svg,html.no-touchevents .PageNYBroadcast360 .PageNYBroadcast360-header-buttons>span:hover i svg{fill:#fff}.PageStatic{background:#fff}.PageStatic-inner{width:100%;max-width:1280px;margin:0 auto;padding:40px 20px;zoom:1;color:#131313}.PageStatic-inner:before,.PageStatic-inner:after{content:"";display:table}.PageStatic-inner:after{clear:both}.PageStatic-inner h1{width:300px;padding-left:70px;float:left;font-family:Superior Title,Times New Roman,Times,serif;font-size:32px;font-weight:700;box-sizing:border-box}@media screen and (max-width:980px){.PageStatic-inner h1{padding-left:0}}@media screen and (max-width:700px){.PageStatic-inner h1{float:none;width:auto;padding-left:0}}.PageStatic-inner h1.PageStatic-content--full-width{display:block;line-height:normal;padding-bottom:30px;margin-bottom:50px}.PageStatic-inner h1.PageStatic-content--full-width em{font-family:HelveticaNeue,Helvetica,sans-serif;font-weight:300;font-style:normal;font-size:18px;line-height:28px;color:#959595;position:relative;top:-10px}@media screen and (max-width:500px){.PageStatic-inner h1.PageStatic-content--full-width{font-size:32px;margin-bottom:30px;padding-bottom:30px}.PageStatic-inner h1.PageStatic-content--full-width em{top:0}}.PageStatic-inner .PageStatic-content{margin-left:320px;font-family:PT Serif,serif;font-size:18px;line-height:28px;margin-top:1px;margin-bottom:20px;max-width:700px}@media screen and (max-width:700px){.PageStatic-inner .PageStatic-content{margin-left:0;margin-top:20px}}.PageStatic-inner .PageStatic-content iframe{margin-bottom:1.5em}.PageStatic-inner .PageStatic-content em{font-style:normal;color:#959595}.PageStatic-inner .PageStatic-content .Sponsor-Head{width:100%;border-bottom:1px solid #979797;padding-bottom:1.5em;margin-bottom:1.5em}.PageStatic-inner .PageStatic-content .Sponsor-Head .Sponsor-Logo{width:300px}.PageStatic-inner .PageStatic-content .Sponsor-Head .Sponsor-Logo img{max-width:100%}@media screen and (max-width:700px){.PageStatic-inner .PageStatic-content .Sponsor-Head .Sponsor-Logo{width:100%}}.PageStatic-inner .PageStatic-content p{margin-bottom:1.5em}.PageStatic-inner .PageStatic-content a{color:#ff9898;text-decoration:none}.PageStatic-inner .PageStatic-content-header{font-family:HelveticaNeue,Helvetica,sans-serif;font-size:20px;font-weight:200;border-bottom:1px solid #e0e0e0;padding-bottom:2em;margin-bottom:2em!important}.PageStatic-inner .PageStatic-content--full-width{border-bottom:1px solid #e0e0e0;width:auto;float:none;margin-left:-320px}@media screen and (max-width:700px){.PageStatic-inner .PageStatic-content--full-width{margin-left:0}}.PageTermsRus .PageStatic-inner h1{font-family:PT Serif,serif}html.no-touchevents .PageStatic .PageStatic-content a{transition:color .2s}html.no-touchevents .PageStatic .PageStatic-content a:hover{color:#19abff}