




/*
     FILE ARCHIVED ON 8:00:11 Oct 31, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 9:23:36 Apr 17, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
 * This is not a dumping ground for fonts and other css.  On EIs regardless of being used or not the fonts
 * will still load on the browser do something smart and do everything else and possible, like using atomic css
 * to avoid putting rules here.
 *
*/
@font-face {
    font-family: 'Freight Big Pro';
    src: url('/web/20151031080011/https://s.yimg.com/os/yc/fonts/FreightBigPro-Book.woff');
}

/*
* had to put this in here as the <div id="app"/> comes from the platform
* this is necessary because of https://jira.corp.yahoo.com/browse/YAHOODOTCO-5637
*/
#app {
    height: 100%;
}


/* A CSS-only throbber implementation, that can work with BufferedNavigation strategy */
body:after,
body::after {
    content: "";
    position: fixed;
    top: 50%;
    opacity: 0;
    left: 50%;
    display: block;
    width: 52px;
    height: 52px;
    z-index: 11;
    background: transparent url(/web/20151031080011/https://s.yimg.com/dh/ap/default/150903/throbber-93.gif) no-repeat center center;
    background-size: 52px 52px;
    margin-left: -41px;
    margin-top: -41px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 100px #ccc;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transition: opacity 0.1s ease-in, transform 0.1s ease-in;
    -webkit-transition: opacity 0.1s ease-in, transform 0.1s ease-in;
    pointer-events: none;
}

.bufferedNavigation-transitioning body::after,
.bufferedNavigation-transitioning body:after {
    opacity: 1;
}

/* CSS transitions used by ReactCSSTransitionGroup */
.fade-in-enter {
  opacity: 0;
}

.fade-in-enter.fade-in-enter-active {
  opacity: 1;
  transition: opacity .3s linear .3s;
  -webkit-transition: opacity .3s linear .3s;
}


/*
 * Finance tables custom formatting
 */

.finance .canvas-body table {
    font-size: 0.7em;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    width: 100%;
    border: 1px solid #eee;
}
.finance .canvas-body tbody {
    padding: 10px;
    display: block;
}
.finance .gnw_align_right {
    text-align: right;
    white-space: nowrap;
}
.finance .gnw_align_center {
    text-align: center;
}
.finance .gnw_border_top_solid {
    border-top: 1px solid #ccc;
}
.finance .gnw_border_bottom_solid {
    border-bottom: 1px solid #ccc;
}
.finance .gnw_border_left_solid {
    border-left: 1px solid #ccc;
}
.finance .gnw_border_right_solid {
    border-right: 1px solid #ccc;
}
.finance .gnw_label_uline {
    min-width: 200px;
}
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}[dir]{text-align:start}[role=button]{box-sizing:border-box;cursor:pointer}:link{text-decoration:none;color:#324fe1}:visited{color:#324fe1}a:hover{text-decoration:underline}abbr[title]{border:0;cursor:help}b{font-weight:400}blockquote{margin:0;padding:0}body{background:#fff;color:#000;font:13px/1.3 "Helvetica Neue",Helvetica,Arial,sans-serif;height:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{box-sizing:border-box;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;line-height:normal;background-color:transparent;border-color:transparent}dd,dl,p,table{margin:0}fieldset{border:0;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:16px;margin:0}html{height:100%}i{font-style:normal}img{vertical-align:bottom}input{background-color:#FFF;border:1px solid #CCC;box-sizing:border-box;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;display:inline-block;vertical-align:middle}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{cursor:pointer;vertical-align:middle}input[type=file],input[type=image]{cursor:pointer}input:focus{outline:0;border-color:rgba(82,168,236,.8);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}input::-webkit-input-placeholder{color:rgba(0,0,0,.4);opacity:1}input::-moz-placeholder{color:rgba(0,0,0,.4);opacity:1}input:-ms-input-placeholder{color:rgba(0,0,0,.4);opacity:1}input::placeholder{color:rgba(0,0,0,.4);opacity:1}ol,ul{margin:0;padding-left:0;list-style-type:none}optgroup{font:16px "Helvetica Neue",Helvetica,Arial,sans-serif}select{background-color:#FFF;border:1px solid #CCC;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;display:inline-block;vertical-align:middle}select[multiple],select[size]{height:auto}textarea{background-color:#FFF;border:1px solid #CCC;box-sizing:border-box;font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;resize:vertical}textarea:focus{outline:0;border-color:rgba(82,168,236,.8);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)}.SpaceBetween{text-align:justify;line-height:0}.SpaceBetween:after{content:"";display:inline-block;width:100%;vertical-align:middle}.SpaceBetween>*{display:inline-block;vertical-align:middle;line-height:1.3}@media screen\9{a:hover .StretchedBox{background-color:#fff;opacity:0;filter:alpha(opacity=0)}}.Sticky-on .Sticky{position:fixed!important}.Scrolling #MouseoverMask{position:fixed;z-index:1000;cursor:default}#atomic .Anim\(fade-in-down-anim\){-webkit-animation:fade-in-down .3s;animation:fade-in-down .3s}#atomic .Animfm\(bo\){-webkit-animation-fill-mode:both;animation-fill-mode:both}#atomic .Bd\(0\),.Bd\(0\){border:0}#atomic .Bd,#atomic .Bdw\(1px\),.Bd{border-width:1px}#atomic .Bd,#atomic .Bds\(s\),.Bd,.BdY,.BdT,.BdEnd,.BdB{border-style:solid}#atomic .Bd\(n\),#atomic .Bd\(none\),.Bd\(n\),.Bd\(none\){border:none}#atomic .Bd\(border-light\),.Bd\(border-light\){border:1px solid #d8d8d8}#atomic .Bd\(bordered\),.Bd\(bordered\){border:1px solid #e0e4e9}#atomic .Bd\(border-grey\),.Bd\(border-grey\){border:1px solid #555}#atomic .Bd\(solid-white-2px\),.Bd\(solid-white-2px\){border:solid #fff 2px}#atomic .Bd\!,.Bd\!{border-width:1px!important;border-style:solid!important}#atomic .Bdy\(nrSectionBorder\),#atomic .Bdt\(nrSectionBorder\){border-top:1px solid #8250d2}#atomic .Bdy\(nrSectionBorder\),#atomic .Bdb\(nrSectionBorder\){border-bottom:1px solid #8250d2}#atomic .Bdy\(nrSectionBorderLtTheme\),#atomic .Bdt\(nrSectionBorderLtTheme\){border-top:1px solid #edebec}#atomic .Bdy\(nrSectionBorderLtTheme\),#atomic .Bdb\(nrSectionBorderLtTheme\){border-bottom:1px solid #edebec}#atomic .Bdt\(bordered\){border-top:1px solid #e0e4e9}#atomic .Bdt\(row-border\){border-top:1px solid #e4e0e9}#atomic .Bdt\(border-light\){border-top:1px solid #d8d8d8}#atomic .Bdend\(row-border\){border-right:1px solid #e4e0e9}#atomic .Bdend\(border-translucent\){border-right:1px solid rgba(255,255,255,.2)}#atomic .Bdend\(dimmed-border\){border-right:1px solid #8d919d}#atomic .Bdb\(subheading-underline\),#atomic .Bdb\(vidCardBd\){border-bottom:1px solid #333}#atomic .Bdb\(border-light\){border-bottom:1px solid #d8d8d8}#atomic .Bdb\(linescore-divider\){border-bottom:1px solid #373737}#atomic .Bdb\(row-border\){border-bottom:1px solid #e4e0e9}#atomic .Bdb\(dimmed-dashed-border\){border-bottom:1px dashed #8d919d}#atomic .Bdb\(bordered\){border-bottom:1px solid #e0e4e9}#atomic .Bdb\(primary-border\){border-bottom:#e0e4e9}#atomic .Bdb\(heading-underline\){border-bottom:2px solid #333}#atomic .Bdb\(border-translucent\){border-bottom:1px solid rgba(255,255,255,.2)}#atomic .Bdstart\(border-translucent\){border-left:1px solid rgba(255,255,255,.2)}#atomic .Bdstart\(dimmed-dashed-border\){border-left:1px dashed #8d919d}#atomic .Bdc\(\#003abc\){border-color:#003abc}#atomic .Bdc\(\#188fff\){border-color:#188fff}#atomic .Bdc\(\#2855c5\){border-color:#2855c5}#atomic .Bdc\(\#501e9f\){border-color:#501e9f}#atomic .Bdc\(\$lightGray\){border-color:#babcbe}#atomic .Bdc\(\$blurple\){border-color:#32285e}#atomic .Bdc\(\$actionBlue\)\:f:focus{border-color:#0081f2}#atomic .Bdc\(\$grey3\),#atomic .Bdc\(\#e0e4e9\),#atomic .Bdc\(primary-border\){border-color:#e0e4e9}#atomic .Bdc\(\$actionBlue\){border-color:#0081f2}#atomic .Bdc\(\#e0a4a4\){border-color:#e0a4a4}#atomic .Bdc\(\$lightGray\)\:di:disabled{border-color:#babcbe}#atomic .Bdc\(\$breakingRed\)\:inv:invalid{border-color:#f80e5d}#atomic .Bdc\(\$breakingRed\)\!{border-color:#f80e5d!important}#atomic .Bdc\(\#ddd\){border-color:#ddd}#atomic .Bdc\(\#2e4bbe\){border-color:#2e4bbe}#atomic .Bdc\(uhPurple\){border-color:#400090}#atomic .Bdc\(\#fff\),#atomic .Bdc\(darkTheme\){border-color:#fff}#atomic .Bdc\(\#067ab4\){border-color:#067ab4}.DarkTheme .DarkTheme_Bdc\(darkthemeColor\){border-color:#fff!important;border-color:rgba(255,255,255,.24)!important}.DarkTheme .DarkTheme_Bdc\(\#fff\)\:h:hover{border-color:#fff!important}#atomic .Bdc\(\$c-divider\),#atomic .Bdc\(borderColorLight\),#atomic .Bdc\(\#d7d9dd\){border-color:#d7d9dd}#atomic .Bdc\(\#b5b5b5\){border-color:#b5b5b5}#atomic .Bdc\(\#0078ff\)\:f:focus{border-color:#0078ff}#atomic .Bdc\(\#1c5380\){border-color:#1c5380}#atomic .Bdc\(\#d4d5d7\){border-color:#d4d5d7}#atomic .Bdc\(\#f1f1f1\){border-color:#f1f1f1}#atomic .Bdc\(\#aaa\){border-color:#aaa}#atomic .Bdc\(dark-bg\){border-color:#222}#atomic .Bdc\(\#000\),#atomic .Bdc\(\$fg-header\),#atomic .Bdc\(lightTheme\){border-color:#000}#atomic .Bdc\(t\){border-color:transparent}#atomic .Bdc\(\$c-active\){border-color:#0078ff}#atomic .Bdc\(black-translucent\){border-color:#000;border-color:rgba(0,0,0,.5)}#atomic .Bdc\(fuji-red3\){border-color:#d50026}#atomic .Bdc\(grey-border-color\){border-color:#a6bca8}#atomic .Bdc\(tab-blue\){border-color:#208edb}#atomic .Bdc\(cardBgColorHighlighted\){border-color:#5f33ff}#atomic .Bdc\(cardBgColorSelected\){border-color:#333}#atomic .Bdc\(\#545454\){border-color:#545454}#atomic .Bdc\(\#8525fb\)\:h:hover{border-color:#8525fb}#atomic .Bdc\(\#ff0000\)\!,.error .error_Bdc\(\#ff0000\)\!{border-color:red!important}#atomic .Bdc\(\#336699\){border-color:#369}#atomic .Bdc\(\#ccc\){border-color:#ccc}#atomic .Bdc\(\#f5f5f5\){border-color:#f5f5f5}#atomic .Bdc\(\$c-fuji-grey-4\){border-color:#d8dade}#atomic .Bdc\(\$c-fuji-grey-7\){border-color:#878c91}#atomic .Bdc\(\#157cfb\){border-color:#157cfb}#atomic .Bdc\(\#6f6b83\){border-color:#6f6b83}#atomic .Bdc\(\#e2e2e6\){border-color:#e2e2e6}#atomic .Bdc\(\#f9f9f9\){border-color:#f9f9f9}#atomic .Bdc\(\#464e56\){border-color:#464e56}#atomic .Bdc\(\#324fe1\){border-color:#324fe1}#atomic .Bdc\(\#cccccc\){border-color:#ccc}#atomic .Bdc\(\#abaeb7\)\:h:hover{border-color:#abaeb7}#atomic .Bdc\(\#93ace9\){border-color:#93ace9}#atomic .Bdc\(\#597edb\)\:h:hover{border-color:#597edb}#atomic .Bdc\(\#e99393\){border-color:#e99393}#atomic .Bdc\(borderColorDark\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .Bdc\(\#9ea2af\){border-color:#9ea2af}#atomic .Bdc\(\#fff\)\:h:hover{border-color:#fff}#atomic .Bdc\(\#d9d9d9\){border-color:#d9d9d9}#atomic .Bdc\(\#a6c5ff\){border-color:#a6c5ff}#atomic .Bdc\(\#26282a\.12\){border-color:#26282a;border-color:rgba(38,40,42,.12)}#atomic .Bdc\(\$c-divider-strong\)\!\:h:hover{border-color:#c0c3c7!important}.js-stream-content:hover+.js-stream-content\:h\+Bdc\(\$c-divider-strong\)\!{border-color:#c0c3c7!important}#atomic .Bdc\(\#ededed\){border-color:#ededed}#atomic .Bdc\(\#ffb700\){border-color:#ffb700}#atomic .Bdtc\(\#f5f5f5\){border-top-color:#f5f5f5}#atomic .Bdtc\(\#dfdfdf\){border-top-color:#dfdfdf}#atomic .Bdtc\(\#e0e0e4\){border-top-color:#e0e0e4}#atomic .Bdtc\(\#e1e1e5\){border-top-color:#e1e1e5}#atomic .Bdtc\(\#dcdcdc\){border-top-color:#dcdcdc}#atomic .Bdtc\(green-highlight-bdc\)\:h:hover{border-top-color:#56cf97}.contest:hover+.contest\:h\+Bdtc\(green-highlight-bdc\){border-top-color:#56cf97!important}.highlight+.highlight\+Bdtc\(green-highlight-bdc\){border-top-color:#56cf97!important}#atomic .Bdtc\(green-highlight-bdc\){border-top-color:#56cf97}#atomic .Bdtc\(t\){border-top-color:transparent}#atomic .Bdtc\(\#24ccfc\){border-top-color:#24ccfc}#atomic .Bdtc\(primary-border\){border-top-color:#e0e4e9}#atomic .Bdtc\(\#fff\){border-top-color:#fff}#atomic .Bdtc\(\$fg-link\){border-top-color:#2d90ff}#atomic .Bdtc\(t\)\!{border-top-color:transparent!important}#atomic .Bdtc\(\#e2e2e6\){border-top-color:#e2e2e6}#atomic .Bdtc\(\#eee\){border-top-color:#eee}#atomic .Bdendc\(inverse-text\){border-right-color:#fff}#atomic .Bdendc\(t\){border-right-color:transparent}#atomic .Bdendc\(\$c-sports\){border-right-color:#ff8b12}#atomic .Bdendc\(\#24ccfc\){border-right-color:#24ccfc}#atomic .Bdendc\(grey-border-color\){border-right-color:#a6bca8}#atomic .Bdbc\(primary-border\){border-bottom-color:#e0e4e9}#atomic .Bdbc\(\#edebec\){border-bottom-color:#edebec}#atomic .Bdbc\(\#ededed\){border-bottom-color:#ededed}#atomic .Bdbc\(grey\){border-bottom-color:grey}#atomic .Bdbc\(dfgreen\){border-bottom-color:#00c073}#atomic .Bdbc\(green-highlight-bdc\)\:h:hover{border-bottom-color:#56cf97}#atomic .Bdbc\(green-highlight-bdc\){border-bottom-color:#56cf97}#atomic .Bdbc\(t\){border-bottom-color:transparent}#atomic .Bdbc\(\#fff\){border-bottom-color:#fff}#atomic .Bdbc\(tab-orange\){border-bottom-color:#fe8b17}#atomic .Bdbc\(\#0078ff\){border-bottom-color:#0078ff}#atomic .Bdbc\(\$fg-link\){border-bottom-color:#2d90ff}#atomic .Bdbc\(\#ffffff\){border-bottom-color:#fff}#atomic .Bdbc\(\#26282a\)\:h:hover{border-bottom-color:#26282a}#atomic .Bdbc\(\#26282a\){border-bottom-color:#26282a}#atomic .Bdbc\(\#f9f9f9\){border-bottom-color:#f9f9f9}#atomic .Bdstartc\(inverse-text\){border-left-color:#fff}#atomic .Bdstartc\(t\){border-left-color:transparent}#atomic .Bdstartc\(\$c-sports\){border-left-color:#ff8b12}#atomic .Bdstartc\(\#24ccfc\){border-left-color:#24ccfc}#atomic .Bdstartc\(\#423e3e\){border-left-color:#423e3e}#atomic .Bdstartc\(\#ccc\){border-left-color:#ccc}#atomic .Bdstartc\(\#ddd\){border-left-color:#ddd}#atomic .Bdstartc\(\#d7d9dd\){border-left-color:#d7d9dd}#atomic .Bdstartc\(\#adadad\){border-left-color:#adadad}.DarkTheme .DarkTheme_Bds\(n\){border-style:none!important}#atomic .Bds\(n\){border-style:none}#atomic .Bdts\(s\){border-top-style:solid}#atomic .Bdts\(d\){border-top-style:dotted}#atomic .Bdts\(n\)\!{border-top-style:none!important}#atomic .Bdends\(s\){border-right-style:solid}#atomic .Bdbs\(s\){border-bottom-style:solid}#atomic .Bdbs\(s\)\:h:hover{border-bottom-style:solid}#atomic .Bdbs\(n\)\!\:h:hover{border-bottom-style:none!important}#atomic .Bdbs\(n\)\!{border-bottom-style:none!important}.openSubNav .openSubNav_Bdbs\(s\),.nr-open .nr-open_Bdbs\(s\){border-bottom-style:solid!important}#atomic .Bdstarts\(s\){border-left-style:solid}#atomic .Bdw\(2px\){border-width:2px}#atomic .Bdw\(0px\){border-width:0}#atomic .Bdw\(0\){border-width:0}#atomic .Bdw\(3px\){border-width:3px}#atomic .Bdw\(10px\){border-width:10px}#atomic .Bdw\(5px\){border-width:5px}#atomic .Bdw\(4px\){border-width:4px}#atomic .Bdw\(16px\){border-width:16px}#atomic .Bdw\(0\)\!{border-width:0!important}#atomic .Bdw\(t\){border-width:thin}#atomic .Bdw\(0px\)\!{border-width:0!important}#atomic .Bdtw\(1px\),.BdY,.BdT{border-top-width:1px}#atomic .Bdtw\(0\){border-top-width:0}#atomic .Bdtw\(6px\){border-top-width:6px}#atomic .Bdtw\(5px\){border-top-width:5px}#atomic .Bdtw\(2px\){border-top-width:2px}#atomic .Bdtw\(12px\){border-top-width:12px}#atomic .Bdendw\(10px\){border-right-width:10px}#atomic .Bdendw\(6px\){border-right-width:6px}#atomic .Bdendw\(12px\){border-right-width:12px}#atomic .Bdendw\(1px\),.BdEnd{border-right-width:1px}#atomic .Bdendw\(0\){border-right-width:0}#atomic .Bdendw\(359px\){border-right-width:359px}#atomic .Bdbw\(1px\),.BdY,.BdB{border-bottom-width:1px}#atomic .Bdbw\(6px\){border-bottom-width:6px}#atomic .Bdbw\(5px\){border-bottom-width:5px}#atomic .Bdbw\(3px\){border-bottom-width:3px}#atomic .Bdbw\(0\){border-bottom-width:0}#atomic .Bdbw\(40px\){border-bottom-width:40px}#atomic .Bdbw\(2px\){border-bottom-width:2px}#atomic .Bdbw\(265px\){border-bottom-width:265px}#atomic .Bdbw\(3\){border-bottom-width:3}#atomic .Bdbw\(t\){border-bottom-width:thin}#atomic .Bdstartw\(10px\){border-left-width:10px}#atomic .Bdstartw\(6px\){border-left-width:6px}#atomic .Bdstartw\(2px\){border-left-width:2px}#atomic .Bdstartw\(12px\){border-left-width:12px}#atomic .Bdstartw\(0\){border-left-width:0}#atomic .Bdstartw\(1px\){border-left-width:1px}#atomic .Bdstartw\(40px\){border-left-width:40px}#atomic .Bdstartw\(195px\){border-left-width:195px}#atomic .Bdrs\(4px\){border-radius:4px}#atomic .Bdrs\(3px\){border-radius:3px}#atomic .Bdrs\(2px\){border-radius:2px}#atomic .Bdrs\(0\){border-radius:0}#atomic .Bdrs\(50\%\){border-radius:50%}#atomic .Bdrs\(100px\){border-radius:100px}#atomic .Bdrs\(50\%\)\!{border-radius:50%!important}#atomic .Bdrs\(6px\){border-radius:6px}#atomic .Bdrs\(5px\){border-radius:5px}#atomic .Bdrs\(100\%\){border-radius:100%}#atomic .Bdrs\(34px\){border-radius:34px}#atomic .Bdrs\(115px\){border-radius:115px}#atomic .Bdrs\(48\%\){border-radius:48%}#atomic .Bdrs\(\$orbRadius\){border-radius:46.5%}#atomic .Bdrs\(45\%\){border-radius:45%}.smartphone .smartphone_Bdrs\(45\%\){border-radius:45%!important}#atomic .Bdrs\(8px\){border-radius:8px}#atomic .Bdrs\(19px\){border-radius:19px}#atomic .Bdrstend\(3px\){border-top-right-radius:3px}#atomic .Bdrsbend\(3px\){border-bottom-right-radius:3px}#atomic .Bdrsbstart\(3px\){border-bottom-left-radius:3px}#atomic .Bdrsbstart\(10px\){border-bottom-left-radius:10px}#atomic .Bdrststart\(3px\){border-top-left-radius:3px}#atomic .Bdrststart\(10px\){border-top-left-radius:10px}#atomic .Bg\(\$topNavGradient\){background:-webkit-linear-gradient(left,#2f9aff 0,#22bdb6 100%);background:linear-gradient(to right,#2f9aff 0,#22bdb6 100%)}#atomic .Bg\(customGradientUH\){background:-webkit-linear-gradient(216deg,rgba(64,0,144,.9) 0,rgba(0,58,188,.85) 100%);background:linear-gradient(234deg,rgba(64,0,144,.9) 0,rgba(0,58,188,.85) 100%)}#atomic .Bg\(\$c-fuji-autos\){background:#ff333a}#atomic .Bg\(\$c-fuji-beauty\){background:#ff4d52}#atomic .Bg\(\$c-fuji-celebrity\),#atomic .Bg\(\$c-fuji-omg\){background:#f80e5d}#atomic .Bg\(\$c-fuji-diy\),#atomic .Bg\(\$c-fuji-makers\){background:#e6004e}#atomic .Bg\(\$c-fuji-fantasy\){background:#00cd7a}#atomic .Bg\(\$c-fuji-finance\),#atomic .Bg\(\$c-fuji-gma\),#atomic .Bg\(\$c-fuji-news\){background:#188fff}#atomic .Bg\(\$c-fuji-food\),#atomic .Bg\(\$c-fuji-parenting\){background:#ff8b12}#atomic .Bg\(\$c-fuji-games\),#atomic .Bg\(\$c-fuji-media\),#atomic .Bg\(\$c-fuji-movies\),#atomic .Bg\(\$c-fuji-music\){background:#cc008c}#atomic .Bg\(\$c-fuji-general\),#atomic .Bg\(\$c-fuji-ivy\),#atomic .Bg\(\$c-fuji-offnetwork\),#atomic .Bg\(\$c-fuji-tv\){background:#6d00f6}#atomic .Bg\(\$c-fuji-health\),#atomic .Bg\(\$c-fuji-homes\),#atomic .Bg\(\$c-fuji-local\),#atomic .Bg\(\$c-fuji-shopping\),#atomic .Bg\(\$c-fuji-travel\){background:#30d3b6}#atomic .Bg\(\$c-fuji-politics\),#atomic .Bg\(fallbackMobileUHColor\){background:#003abc}#atomic .Bg\(\$c-fuji-sports\){background:#ff520d}#atomic .Bg\(\$c-fuji-style\){background:#be0067}#atomic .Bg\(\$c-fuji-tech\){background:#ff7b12}#atomic .Bg\(n\){background:none}#atomic .Bg\(\$lightGray\)\:di:disabled{background:#babcbe}#atomic .Bg\(uhSpinner\){background:url(/web/20151031080011/https://s.yimg.com/ok/u/assets/img/spinner-24x24-anim.gif) no-repeat scroll 50% 6px transparent}#atomic .Bg\(\#3775dd\){background:#3775dd}.JsEnabled .JsEnabled_Bg\(n\){background:none!important}#atomic .Bg\(soccer-sprite\){background:url(/web/20151031080011/http://l.yimg.com/os/mit/media/m/sports/images/soccer_sprite_light-1847868.svg)}#atomic .Bg\(\#fff\){background:#fff}#atomic .Bg\(secondary\){background:#f3f9fe}.contest:hover .contest\:h_Bg\(\$c-active\){background:#0078ff!important}.highlight .highlight_Bg\(\$c-active\){background:#0078ff!important}#atomic .Bg\(nba-halfcourt\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/nba-half-court.png)}#atomic .Bg\(nfl-chart\){background:url(/web/20151031080011/http://l.yimg.com/os/mit/media/m/sports/images/depth-charts/nfl-depth-back-a0bf40e.png)}#atomic .Bg\(nba-chart\){background:url(/web/20151031080011/http://l.yimg.com/os/mit/media/m/sports/images/depth-charts/nba-depth-back-a0bf40e.png)}#atomic .Bg\(mlb-chart\){background:url(/web/20151031080011/http://l.yimg.com/os/mit/media/m/sports/images/depth-charts/mlb-depth-back-a0bf40e.png)}#atomic .Bg\(nhl-chart\){background:url(/web/20151031080011/http://l.yimg.com/os/mit/media/m/sports/images/depth-charts/nhl-depth-back-a0bf40e.png)}#atomic .Bg\(nfl-drive-chart\){background:url(/web/20151031080011/http://l.yimg.com/dh/ap/sports/images/NFL_drive_field.png)}#atomic .Bg\(football\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/football.1.png)}#atomic .Bg\(football-field\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/football-field.1.png)}#atomic .Bg\(text-gradient\){background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 48%,rgba(0,0,0,.6) 100%);background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 48%,rgba(0,0,0,.6) 100%)}#atomic .Bg\(soccer-goal-post\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/soccer-goal-post.png)}#atomic .Bg\(baseball-field\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/baseball_field.png)}#atomic .Bg\(nhl-halfcourt\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/nhl_court.png)}#atomic .Bg\(baseball-strikezone\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/strikezone.png)}#atomic .Bg\(soccer-field\){background:url(/web/20151031080011/https://sp.yimg.com/j/assets/ipt/soccer-field-3.png)}#atomic .Bg\(ovBgTl\){background:-webkit-linear-gradient(315deg,rgba(0,0,0,.65) 0,transparent 100%);background:linear-gradient(135deg,rgba(0,0,0,.65) 0,transparent 100%)}#atomic .Bg\(\$gcGradientRed\){background:-webkit-linear-gradient(45deg,#e91857,#ff353c 65%);background:linear-gradient(45deg,#e91857,#ff353c 65%)}#atomic .Bg\(\$gcGradientYellow\){background:-webkit-linear-gradient(45deg,#ff7617,#ff9b00 65%);background:linear-gradient(45deg,#ff7617,#ff9b00 65%)}#atomic .Bg\(fancyShadow\){background:-webkit-linear-gradient(top,transparent 0,rgba(226,225,225,.65) 100%);background:linear-gradient(to bottom,transparent 0,rgba(226,225,225,.65) 100%)}#atomic .Bg\(toolTip\){background:url(/web/20151031080011/https://s.yimg.com/rq/darla/i/fdb1.gif) no-repeat right -69px}#atomic .Bg\(\#f9f9f9\){background:#f9f9f9}.horoscope-sign:hover .horoscope-sign\:h_Bg\(signGrid\){background:-webkit-linear-gradient(30deg,rgba(6,33,66,.8),rgba(6,33,66,.8),rgba(6,33,66,.8))!important;background:linear-gradient(60deg,rgba(6,33,66,.8),rgba(6,33,66,.8),rgba(6,33,66,.8))!important}#atomic .Bg\(nrBgColor\){background:-webkit-linear-gradient(15deg,#3d65c2 0,#2656c5 50%,#3640b6 100%);background:linear-gradient(75deg,#3d65c2 0,#2656c5 50%,#3640b6 100%)}#atomic .Bg\(breakingNewsGradient1\){background:-webkit-linear-gradient(45deg,#ff7617 0,#ff9b00 65%);background:linear-gradient(45deg,#ff7617 0,#ff9b00 65%)}#atomic .Bg\(breakingNewsGradient2\){background:-webkit-linear-gradient(45deg,#e91857 0,#ff353c 65%);background:linear-gradient(45deg,#e91857 0,#ff353c 65%)}#atomic .Bg\(streamImgGradient\){background:-webkit-linear-gradient(top,transparent 0,transparent 32%,rgba(0,0,0,.65) 97%,rgba(0,0,0,.65) 98%);background:linear-gradient(to bottom,transparent 0,transparent 32%,rgba(0,0,0,.65) 97%,rgba(0,0,0,.65) 98%)}#atomic .Bg\(customGradientUH\)\!{background:-webkit-linear-gradient(216deg,rgba(64,0,144,.9) 0,rgba(0,58,188,.85) 100%)!important;background:linear-gradient(234deg,rgba(64,0,144,.9) 0,rgba(0,58,188,.85) 100%)!important}#atomic .Bgi\(df-head-bg\){background-image:url(/web/20151031080011/https://s.yimg.com/dh/ap/default/150910/daily_header_bg.png)}#atomic .Bgi\(playlistIcn\){background-image:url(/web/20151031080011/https://s.yimg.com/dh/ap/default/150114/icon-clips-active-40.png)}#atomic .Bgi\(channelIcn\){background-image:url(/web/20151031080011/https://s.yimg.com/dh/ap/default/150114/icon-episodes-active-40.png)}#atomic .Bgi\(channelsIcn\){background-image:url(/web/20151031080011/https://s.yimg.com/dh/ap/default/150521/guide4.png)}#atomic .Bgi\(rArrow\){background-image:url(/web/20151031080011/https://s.yimg.com/dh/ap/default/150521/right-arrow-white.png)}#atomic .Bgi\(n\)\!{background-image:none!important}#atomic .Bgi\(\$search-sprite-1x\){background-image:url(/web/20151031080011/https://s.yimg.com/pv/static/img/cosmos_sprite1x-1429121315738.min.png)}#atomic .Bgc\(\#e2e2e6\){background-color:#e2e2e6}#atomic .Bgc\(\#188fff\),#atomic .Bgc\(\$c-fuji-finance\),#atomic .Bgc\(\$c-fuji-gma\),#atomic .Bgc\(\$c-fuji-news\){background-color:#188fff}#atomic .Bgc\(\#fff\),#atomic .Bgc\(menuBgc\),#atomic .Bgc\(bg-mod\),#atomic .Bgc\(\$bg-content\),#atomic .Bgc\(\$bg-body\){background-color:#fff}#atomic .Bgc\(\#003abc\),#atomic .Bgc\(\$c-fuji-politics\){background-color:#003abc}#atomic .Bgc\(\#188fff\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\#fff\)\!{background-color:#fff!important}#atomic .Bgc\(\$c-fuji-autos\),#atomic .Bgc\(\$c-error\){background-color:#ff333a}#atomic .Bgc\(\$c-fuji-autos\)\:h:hover{background-color:#ff333a}#atomic .Bgc\(\$c-fuji-autos\)\:f:focus{background-color:#ff333a}#atomic .Bgc\(\$c-fuji-beauty\){background-color:#ff4d52}#atomic .Bgc\(\$c-fuji-beauty\)\:h:hover{background-color:#ff4d52}#atomic .Bgc\(\$c-fuji-beauty\)\:f:focus{background-color:#ff4d52}#atomic .Bgc\(\$c-fuji-celebrity\),#atomic .Bgc\(\$c-fuji-omg\),#atomic .Bgc\(\$movies\),#atomic .Bgc\(\$music\),#atomic .Bgc\(\$omg\),#atomic .Bgc\(\$tv\){background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-celebrity\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-celebrity\)\:f:focus{background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-diy\),#atomic .Bgc\(\$c-fuji-makers\){background-color:#e6004e}#atomic .Bgc\(\$c-fuji-diy\)\:h:hover{background-color:#e6004e}#atomic .Bgc\(\$c-fuji-diy\)\:f:focus{background-color:#e6004e}#atomic .Bgc\(\$c-fuji-fantasy\),#atomic .Bgc\(\$shopping\){background-color:#00cd7a}#atomic .Bgc\(\$c-fuji-fantasy\)\:h:hover{background-color:#00cd7a}#atomic .Bgc\(\$c-fuji-fantasy\)\:f:focus{background-color:#00cd7a}#atomic .Bgc\(\$c-fuji-finance\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\$c-fuji-finance\)\:f:focus{background-color:#188fff}#atomic .Bgc\(\$c-fuji-food\),#atomic .Bgc\(\$c-fuji-parenting\){background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-food\)\:h:hover{background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-food\)\:f:focus{background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-games\),#atomic .Bgc\(\$c-fuji-media\),#atomic .Bgc\(\$c-fuji-movies\),#atomic .Bgc\(\$c-fuji-music\){background-color:#cc008c}#atomic .Bgc\(\$c-fuji-games\)\:h:hover{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-games\)\:f:focus{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-general\),#atomic .Bgc\(\$c-fuji-ivy\),#atomic .Bgc\(\$c-fuji-offnetwork\),#atomic .Bgc\(\$c-fuji-tv\){background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-general\)\:h:hover{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-general\)\:f:focus{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-gma\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\$c-fuji-gma\)\:f:focus{background-color:#188fff}#atomic .Bgc\(\$c-fuji-health\),#atomic .Bgc\(\$c-fuji-homes\),#atomic .Bgc\(\$c-fuji-local\),#atomic .Bgc\(\$c-fuji-shopping\),#atomic .Bgc\(\$c-fuji-travel\),#atomic .Bgc\(\$gma\),#atomic .Bgc\(\$news\){background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-health\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-health\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-homes\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-homes\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-ivy\)\:h:hover{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-ivy\)\:f:focus{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-local\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-local\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-makers\)\:h:hover{background-color:#e6004e}#atomic .Bgc\(\$c-fuji-makers\)\:f:focus{background-color:#e6004e}#atomic .Bgc\(\$c-fuji-media\)\:h:hover{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-media\)\:f:focus{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-movies\)\:h:hover{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-movies\)\:f:focus{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-music\)\:h:hover{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-music\)\:f:focus{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-news\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\$c-fuji-news\)\:f:focus{background-color:#188fff}#atomic .Bgc\(\$c-fuji-offnetwork\)\:h:hover{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-offnetwork\)\:f:focus{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-omg\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-omg\)\:f:focus{background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-parenting\)\:h:hover{background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-parenting\)\:f:focus{background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-politics\)\:h:hover{background-color:#003abc}#atomic .Bgc\(\$c-fuji-politics\)\:f:focus{background-color:#003abc}#atomic .Bgc\(\$c-fuji-shopping\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-shopping\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-sports\),#atomic .Bgc\(\$health\),#atomic .Bgc\(\#ff520d\){background-color:#ff520d}#atomic .Bgc\(\$c-fuji-sports\)\:h:hover{background-color:#ff520d}#atomic .Bgc\(\$c-fuji-sports\)\:f:focus{background-color:#ff520d}#atomic .Bgc\(\$c-fuji-style\){background-color:#be0067}#atomic .Bgc\(\$c-fuji-style\)\:h:hover{background-color:#be0067}#atomic .Bgc\(\$c-fuji-style\)\:f:focus{background-color:#be0067}#atomic .Bgc\(\$c-fuji-tech\){background-color:#ff7b12}#atomic .Bgc\(\$c-fuji-tech\)\:h:hover{background-color:#ff7b12}#atomic .Bgc\(\$c-fuji-tech\)\:f:focus{background-color:#ff7b12}#atomic .Bgc\(\$c-fuji-travel\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-travel\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-tv\)\:h:hover{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-tv\)\:f:focus{background-color:#6d00f6}#atomic .Bgc\(\$actionBlue\){background-color:#0081f2}#atomic .Bgc\(\$extraLightBlue\)\:h:hover{background-color:#f3f9fe}#atomic .Bgc\(\$extraLightBlue\)\:f:focus{background-color:#f3f9fe}#atomic .Bgc\(\$dropdownBlue\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\$dataGreen\){background-color:#093}#atomic .Bgc\(\$dataRed\){background-color:#ff333a}#atomic .Bgc\(\$extraLightGray\),#atomic .Bgc\(\#f9f9f9\),#atomic .Bgc\(\$bg-header\){background-color:#f9f9f9}#atomic .Bgc\(\$extraLightBlue\){background-color:#f3f9fe}#atomic .Bgc\(\#1ac567\){background-color:#1ac567}#atomic .Bgc\(\#f2dede\){background-color:#f2dede}#atomic .Bgc\(\$lightGreen\){background-color:#e1fbd6}#atomic .Bgc\(\$lightRed\){background-color:#ffe7e5}#atomic .Bgc\(\#4c4d4d\){background-color:#4c4d4d}#atomic .Bgc\(\#333\),#atomic .Bgc\(sports\),#atomic .Bgc\(cardBgColorSelected\){background-color:#333}#atomic .Bgc\(\#fbfbfb\){background-color:#fbfbfb}#atomic .Bgc\(red\){background-color:red}#atomic .Bgc\(\#000\.3\){background-color:#000;background-color:rgba(0,0,0,.3)}#atomic .Bgc\(\#f0162f\),#atomic .Bgc\(fuji-red2\){background-color:#f0162f}#atomic .Bgc\(\#c2dfff\)\:h:hover{background-color:#c2dfff}#atomic .Bgc\(darkthemeColor\){background-color:#fff;background-color:rgba(255,255,255,.24)}.nr-open .nr-open_Bgc\(\#e1e1e5\){background-color:#e1e1e5!important}#atomic .Bgc\(\#e1e1e5\)\:h:hover{background-color:#e1e1e5}#atomic .Bgc\(\#e1e1e5\){background-color:#e1e1e5}.nr-open .nr-open_Bgc\(\#8a8989\){background-color:#8a8989!important}#atomic .Bgc\(\#8a8989\)\:h:hover{background-color:#8a8989}#atomic .Bgc\(\#2d1152\){background-color:#2d1152}#atomic .Bgc\(uhPurple\)\:h:hover{background-color:#400090}#atomic .Bgc\(uhPurple\),#atomic .Bgc\(\$yahoo\),#atomic .Bgc\(\#400090\){background-color:#400090}#atomic .Bgc\(\#067ab4\){background-color:#067ab4}#atomic .Bgc\(\#067ab4\)\:h:hover{background-color:#067ab4}.DarkTheme .DarkTheme_Bgc\(darkthemeColor\){background-color:#fff!important;background-color:rgba(255,255,255,.24)!important}.DarkTheme .DarkTheme_Bgc\(\#fff\)\:h:hover{background-color:#fff!important}#atomic .Bgc\(\#fff\)\:h:hover{background-color:#fff}#atomic .Bgc\(\#0078ff\),#atomic .Bgc\(\$c-active\){background-color:#0078ff}#atomic .Bgc\(\#44618c\){background-color:#44618c}#atomic .Bgc\(\#f5f5f5\){background-color:#f5f5f5}#atomic .Bgc\(t\),#atomic .Bgc\(tspr\){background-color:transparent}#atomic .Bgc\(\#c6d7ff\){background-color:#c6d7ff}#atomic .Bgc\(\#c2deff\){background-color:#c2deff}#atomic .Bgc\(border-light-color\){background-color:#d8d8d8}#atomic .Bgc\(\$c-success\){background-color:#11d360}#atomic .Bgc\(dark-bg\),#atomic .Bgc\(cardBgColor\),#atomic .Bgc\(\#222\){background-color:#222}#atomic .Bgc\(\#000\){background-color:#000}#atomic .Bgc\(thegreen-bg-overlay\),#atomic .Bgc\(\#000\.2\){background-color:#000;background-color:rgba(0,0,0,.2)}#atomic .Bgc\(\#0f0\.5\){background-color:#0f0;background-color:rgba(0,255,0,.5)}#atomic .Bgc\(\#73b444\){background-color:#73b444}#atomic .Bgc\(\#\#007e35\){background-color:#007e35}#atomic .Bgc\(\#444\){background-color:#444}#atomic .Bgc\(primary-bg\){background-color:#f3f3f3}#atomic .Bgc\(yellow\){background-color:yellow}#atomic .Bgc\(dark-overlay\),#atomic .Bgc\(\#000\.5\){background-color:#000;background-color:rgba(0,0,0,.5)}#atomic .Bgc\(dfgreen\){background-color:#00c073}#atomic .Bgc\(grey\){background-color:grey}#atomic .Bgc\(\#c6d7ff\)\:h:hover{background-color:#c6d7ff}#atomic .Bgc\(green-highlight-bgc\)\:h:hover{background-color:#edf7f3}#atomic .Bgc\(green-highlight-bgc\){background-color:#edf7f3}#atomic .Bgc\(secondary\)\:h:hover{background-color:#f3f9fe}#atomic .Bgc\(\#24ccfc\){background-color:#24ccfc}#atomic .Bgc\(\#f1e13c\){background-color:#f1e13c}#atomic .Bgc\(\#dc3b35\){background-color:#dc3b35}#atomic .Bgc\(\#1cbf75\){background-color:#1cbf75}#atomic .Bgc\(field-marker-color\){background-color:#128fdc}#atomic .Bgc\(thegreen-bg\){background-color:#56745a}#atomic .Bgc\(basketball-bg\){background-color:#b5763a}#atomic .Bgc\(hockey-bg\){background-color:#5796ba}#atomic .Bgc\(blkAlpha\){background-color:#000;background-color:rgba(0,0,0,.5)}#atomic .Bgc\(\#324fe1\){background-color:#324fe1}#atomic .Bgc\(\#f8f8fa\){background-color:#f8f8fa}#atomic .Bgc\(\#dfe1e4\){background-color:#dfe1e4}#atomic .Bgc\(\#38e896\){background-color:#38e896}#atomic .Bgc\(\#ffb700\){background-color:#ffb700}#atomic .Bgc\(\#ececec\){background-color:#ececec}#atomic .Bgc\(\#fcfcfc\){background-color:#fcfcfc}#atomic .Bgc\(\#2e0066\){background-color:#2e0066}#atomic .Bgc\(\#26282a\){background-color:#26282a}#atomic .Bgc\(\#5535f3\){background-color:#5535f3}#atomic .Bgc\(\#3718ce\)\:h:hover{background-color:#3718ce}#atomic .Bgc\(cardBgColorSelected\)\:h:hover{background-color:#333}#atomic .Bgc\(\#000\)\:h:hover{background-color:#000}#atomic .Bgc\(\#555\)\:h:hover{background-color:#555}#atomic .Bgc\(\#eee\){background-color:#eee}#atomic .Bgc\(\#\#354c8c\)\!,#atomic .Bgc\(\#354c8c\)\!{background-color:#354c8c!important}#atomic .Bgc\(\#191919\){background-color:#191919}#atomic .Bgc\(\#131315\){background-color:#131315}#atomic .Bgc\(\#787d82\){background-color:#787d82}#atomic .Bgc\(\#ccc\){background-color:#ccc}#atomic .Bgc\(\#f5f6ff\)\:h:hover{background-color:#f5f6ff}#atomic .Bgc\(\#111\){background-color:#111}#atomic .Bgc\(\#e5e5e5\){background-color:#e5e5e5}#atomic .Bgc\(\$c-fuji-grey-9\){background-color:#464e56}#atomic .Bgc\(\#188fff\)\!{background-color:#188fff!important}#atomic .Bgc\(\$c-accent\),#atomic .Bgc\(\$general\),#atomic .Bgc\(\$homes\),#atomic .Bgc\(\$ivy\),#atomic .Bgc\(\$offnetwork\){background-color:#7300ff}#atomic .Bgc\(\#131314\){background-color:#131314}#atomic .Bgc\(\#eee\.5\){background-color:#eee;background-color:rgba(238,238,238,.5)}#atomic .Bgc\(\#f16150\){background-color:#f16150}#atomic .Bgc\(\#abaeb7\){background-color:#abaeb7}#atomic .Bgc\(\#321c59\){background-color:#321c59}#atomic .Bgc\(\#fafaff\){background-color:#fafaff}#atomic .Bgc\(\#fff\.5\){background-color:#fff;background-color:rgba(255,255,255,.5)}#atomic .Bgc\(\#fff\.65\)\:h:hover{background-color:#fff;background-color:rgba(255,255,255,.65)}#atomic .Bgc\(\#fff\.2\){background-color:#fff;background-color:rgba(255,255,255,.2)}.ie-7 .ie-7_Bgc\(\#343434\){background-color:#343434!important}#atomic .Bgc\(\#f7b103\){background-color:#f7b103}#atomic .Bgc\(\#ffffff\){background-color:#fff}#atomic .Bgc\(\#5771ff\){background-color:#5771ff}#atomic .Bgc\(\#e2e2e6\)\:h:hover{background-color:#e2e2e6}#atomic .Bgc\(\#d6e0f7\){background-color:#d6e0f7}#atomic .Bgc\(\#adc1ef\)\:h:hover{background-color:#adc1ef}#atomic .Bgc\(\#f7d6d6\){background-color:#f7d6d6}#atomic .Bgc\(nrStandout\){background-color:#000;background-color:rgba(0,0,0,.3)}.nr-applet-main-nav:hover .nr-applet-main-nav\:h_Bgc\(\#37315b\){background-color:#37315b!important}#atomic .Bgc\(\$c-divider\){background-color:#d7d9dd}#atomic .Bgc\(borderColorDark_uhMagDesign\){background-color:#999;background-color:rgba(153,153,153,.55)}#atomic .Bgc\(\#edecec\)\:h:hover{background-color:#edecec}#atomic .Bgc\(\#e0e4e9\){background-color:#e0e4e9}#atomic .Bgc\(\#0078ff\)\:h:hover{background-color:#0078ff}#atomic .Bgc\(\$featuredPink\){background-color:#ef0b51}#atomic .Bgc\(\#00cc7a\){background-color:#00cc7a}#atomic .Bgc\(\#fd4d4c\){background-color:#fd4d4c}#atomic .Bgc\(\$autos\){background-color:#194bfa}#atomic .Bgc\(\$autos\)\:h:hover{background-color:#194bfa}#atomic .Bgc\(\$autos\)\:f:focus{background-color:#194bfa}#atomic .Bgc\(\$beauty\){background-color:#fe4e4d}#atomic .Bgc\(\$beauty\)\:h:hover{background-color:#fe4e4d}#atomic .Bgc\(\$beauty\)\:f:focus{background-color:#fe4e4d}#atomic .Bgc\(\$diy\),#atomic .Bgc\(\$makers\){background-color:#940050}#atomic .Bgc\(\$diy\)\:h:hover{background-color:#940050}#atomic .Bgc\(\$diy\)\:f:focus{background-color:#940050}#atomic .Bgc\(\$finance\),#atomic .Bgc\(\#198fff\){background-color:#198fff}#atomic .Bgc\(\$finance\)\:h:hover{background-color:#198fff}#atomic .Bgc\(\$finance\)\:f:focus{background-color:#198fff}#atomic .Bgc\(\$food\),#atomic .Bgc\(\#ffdd4d\){background-color:#ffdd4d}#atomic .Bgc\(\$food\)\:h:hover{background-color:#ffdd4d}#atomic .Bgc\(\$food\)\:f:focus{background-color:#ffdd4d}#atomic .Bgc\(\$games\){background-color:#ffbf00}#atomic .Bgc\(\$games\)\:h:hover{background-color:#ffbf00}#atomic .Bgc\(\$games\)\:f:focus{background-color:#ffbf00}#atomic .Bgc\(\$general\)\:h:hover{background-color:#7300ff}#atomic .Bgc\(\$general\)\:f:focus{background-color:#7300ff}#atomic .Bgc\(\$gma\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$gma\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$health\)\:h:hover{background-color:#ff520d}#atomic .Bgc\(\$health\)\:f:focus{background-color:#ff520d}#atomic .Bgc\(\$homes\)\:h:hover{background-color:#7300ff}#atomic .Bgc\(\$homes\)\:f:focus{background-color:#7300ff}#atomic .Bgc\(\$ivy\)\:h:hover{background-color:#7300ff}#atomic .Bgc\(\$ivy\)\:f:focus{background-color:#7300ff}#atomic .Bgc\(\$makers\)\:h:hover{background-color:#940050}#atomic .Bgc\(\$makers\)\:f:focus{background-color:#940050}#atomic .Bgc\(\$movies\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$movies\)\:f:focus{background-color:#f80e5d}#atomic .Bgc\(\$music\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$music\)\:f:focus{background-color:#f80e5d}#atomic .Bgc\(\$news\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$news\)\:f:focus{background-color:#30d3b6}#atomic .Bgc\(\$offnetwork\)\:h:hover{background-color:#7300ff}#atomic .Bgc\(\$offnetwork\)\:f:focus{background-color:#7300ff}#atomic .Bgc\(\$omg\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$omg\)\:f:focus{background-color:#f80e5d}#atomic .Bgc\(\$parenting\){background-color:#063a93}#atomic .Bgc\(\$parenting\)\:h:hover{background-color:#063a93}#atomic .Bgc\(\$parenting\)\:f:focus{background-color:#063a93}#atomic .Bgc\(\$shopping\)\:h:hover{background-color:#00cd7a}#atomic .Bgc\(\$shopping\)\:f:focus{background-color:#00cd7a}#atomic .Bgc\(\$sports\){background-color:#242426}#atomic .Bgc\(\$sports\)\:h:hover{background-color:#242426}#atomic .Bgc\(\$sports\)\:f:focus{background-color:#242426}#atomic .Bgc\(\$style\),#atomic .Bgc\(\#560d60\){background-color:#560d60}#atomic .Bgc\(\$style\)\:h:hover{background-color:#560d60}#atomic .Bgc\(\$style\)\:f:focus{background-color:#560d60}#atomic .Bgc\(\$tech\){background-color:#34cd5e}#atomic .Bgc\(\$tech\)\:h:hover{background-color:#34cd5e}#atomic .Bgc\(\$tech\)\:f:focus{background-color:#34cd5e}#atomic .Bgc\(\$travel\){background-color:#5dc3bb}#atomic .Bgc\(\$travel\)\:h:hover{background-color:#5dc3bb}#atomic .Bgc\(\$travel\)\:f:focus{background-color:#5dc3bb}#atomic .Bgc\(\$tv\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$tv\)\:f:focus{background-color:#f80e5d}#atomic .Bgc\(\$yahoo\)\:h:hover{background-color:#400090}#atomic .Bgc\(\$yahoo\)\:f:focus{background-color:#400090}#atomic .Bgc\(\$twitter\){background-color:#55acee}#atomic .Bgc\(\$twitter\)\:h:hover{background-color:#55acee}#atomic .Bgc\(\$twitter\)\:f:focus{background-color:#55acee}#atomic .Bgc\(\$tumblr\){background-color:#36465d}#atomic .Bgc\(\$tumblr\)\:h:hover{background-color:#36465d}#atomic .Bgc\(\$tumblr\)\:f:focus{background-color:#36465d}#atomic .Bgc\(\$facebook\){background-color:#3b5998}#atomic .Bgc\(\$facebook\)\:h:hover{background-color:#3b5998}#atomic .Bgc\(\$facebook\)\:f:focus{background-color:#3b5998}#atomic .Bgc\(\$pinterest\){background-color:#cb2027}#atomic .Bgc\(\$pinterest\)\:h:hover{background-color:#cb2027}#atomic .Bgc\(\$pinterest\)\:f:focus{background-color:#cb2027}#atomic .Bgc\(\$yelp\){background-color:#c41200}#atomic .Bgc\(\$yelp\)\:h:hover{background-color:#c41200}#atomic .Bgc\(\$yelp\)\:f:focus{background-color:#c41200}#atomic .Bgc\(\#f1f1f1\){background-color:#f1f1f1}#atomic .Bgc\(\#2e0066\)\:h:hover{background-color:#2e0066}#atomic .Bgc\(\#9900CC\){background-color:#990}#atomic .Bgc\(\#046ae8\){background-color:#046ae8}#atomic .Bgc\(\#6d81e8\){background-color:#6d81e8}#atomic .Bgc\(\#0f0\){background-color:#0f0}#atomic .Bgc\(\#00f\){background-color:#00f}#atomic .Bgc\(\#ff0\){background-color:#ff0}#atomic .Bgc\(\#f0f\){background-color:#f0f}#atomic .Bgz\(161px\){background-size:161px}#atomic .Bgz\(cv\){background-size:cover}#atomic .Bgz\(250px\){background-size:250px}#atomic .Bgz\(702px\){background-size:702px}#atomic .Bgz\(284px\){background-size:284px}#atomic .Bgz\(880px\){background-size:880px}#atomic .Bgz\(320px\){background-size:320px}#atomic .Bgz\(300px\){background-size:300px}#atomic .Bgz\(30px\){background-size:30px}#atomic .Bgz\(ct\){background-size:contain}#atomic .Bgz\(football-size\){background-size:28px 19px}#atomic .Bgz\(100\%\){background-size:100%}#atomic .Bgz\(50\%\){background-size:50%}#atomic .Bgz\(50px\){background-size:50px}#atomic .Bgp\(c\){background-position:center}.DarkTheme .DarkTheme_Bgp\(partnerLogoPos\)\!{background-position:-352px 0!important}.DarkTheme .DarkTheme_Bgp\(attEspanolLogoPos\)\!{background-position:-351px 0!important}#atomic .Bgp\(darkThemePos\){background-position:-350px 0}.DarkTheme .DarkTheme_Bgp\(end_t\){background-position:right 0!important}#atomic .Bgp\(c_t\){background-position:center 0}#atomic .Bgp\(50\%\){background-position:50%}#atomic .Bgp\(\$search-icon-star-full\){background-position:0 -1203px}#atomic .Bgp\(\$search-icon-star-half\){background-position:0 -1215px}#atomic .Bgp\(\$search-icon-star-empty\){background-position:0 -1227px}#atomic .Bgpx\(0\){background-position-x:0}#atomic .Bgpx\(-552px\){background-position-x:-552px}#atomic .Bgpx\(-186px\){background-position-x:-186px}#atomic .Bgpx\(1\){background-position-x:1}#atomic .Bgpx\(-238px\){background-position-x:-238px}#atomic .Bgpx\(c\){background-position-x:50%}#atomic .Bgpy\(0\){background-position-y:0}#atomic .Bgpy\(-1\){background-position-y:-1}#atomic .Bgpy\(c\){background-position-y:50%}#atomic .Bgpy\(15\%\){background-position-y:15%}#atomic .Bgr\(nr\){background-repeat:no-repeat}#atomic .Bgr\(rx\){background-repeat:repeat-x}#atomic .Bdcl\(s\){border-collapse:separate}#atomic .Bdcl\(c\){border-collapse:collapse}#atomic .Bxz\(bb\),.Row{box-sizing:border-box}#atomic .Bxz\(cb\){box-sizing:content-box}#atomic .Bxsh\(\$navDropdownShadow\){box-shadow:0 0 2px rgba(0,0,0,.2)}#atomic .Bxsh\(n\){box-shadow:none}#atomic .Bxsh\(n\)\:f:focus{box-shadow:none}#atomic .Bxsh\(\$modalBoxShadow\){box-shadow:0 5px 15px rgba(0,0,0,.5)}#atomic .Bxsh\(n\)\:h:hover{box-shadow:none}#atomic .Bxsh\(\$boxShadow\){box-shadow:0 2px 4px rgba(0,0,0,.2)}#atomic .Bxsh\(n\)\!{box-shadow:none!important}#atomic .Bxsh\(customShadowShareBox\){box-shadow:0 -2px 19px 0 rgba(0,0,0,.2)}#atomic .Bxsh\(customShadowFlyoutMenu\){box-shadow:0 0 3px rgba(0,0,0,.2)}.UhHideSubnav .UhHideSubnav_Bxsh\(shadowOn\){box-shadow:0 0 9px -2px #000!important}#atomic .Bxsh\(shadowOff\){box-shadow:0 0 9px -2px transparent}#atomic .Bxsh\(customShadowSearchButton\){box-shadow:0 2px #21487f}.nonsticky .nonsticky_Bxsh\(headerShadow\){box-shadow:0 0 4px 0 rgba(0,0,0,.24)!important}#atomic .Bxsh\(customShadowMegaSearchButton\){box-shadow:inset 0 -3px 0 0 #0042ab}#atomic .Bxsh\(box-shadow\){box-shadow:1px 3px 5px 1px rgba(0,0,0,.3)}#atomic .Bxsh\(primary-bxsh\){box-shadow:0 2px 10px rgba(0,0,0,.3)}#atomic .Bxsh\(overlayBxsh\){box-shadow:0 0 5px #888}#atomic .Bxsh\(blueBoxShadow\)\!{box-shadow:0 2px #223159!important}#atomic .Bxsh\(blueBoxShadow\){box-shadow:0 2px #223159}#atomic .Bxsh\(tumblrReblogTooltipBxsh\),#atomic .Bxsh\(followContentTooltipBxsh\){box-shadow:0 2px 4px 1px rgba(0,0,0,.04)}#atomic .Bxsh\(\$tileShadow\){box-shadow:1px 1px 1px 0 rgba(0,0,0,.15)}.mobile .mobile_Bxsh\(streamBoxShadow\){box-shadow:0 2px 4px 0 rgba(186,186,186,.5)!important}#atomic .Bxsh\(readerShadow\){box-shadow:-4px 0 17px #b2b2b2}#atomic .Cl\(b\),.Row{clear:both}#atomic .Cl\(start\){clear:left}#atomic .C\(\#fff\),#atomic .C\(inverse-text\),#atomic .C\(darkTheme\){color:#fff}#atomic .C\(\#188fff\),#atomic .C\(\$c-fuji-finance\),#atomic .C\(\$c-fuji-gma\),#atomic .C\(\$c-fuji-news\){color:#188fff}#atomic .C\(\#fff\)\:h:hover{color:#fff}#atomic .C\(\#020e65\){color:#020e65}#atomic .C\(\$c-fuji-autos\),#atomic .C\(\$c-fuji-ui-failure\){color:#ff333a}#atomic .C\(\$c-fuji-autos\)\:h:hover{color:#ff333a}#atomic .C\(\$c-fuji-autos\)\:f:focus{color:#ff333a}#atomic .C\(\$c-fuji-beauty\){color:#ff4d52}#atomic .C\(\$c-fuji-beauty\)\:h:hover{color:#ff4d52}#atomic .C\(\$c-fuji-beauty\)\:f:focus{color:#ff4d52}#atomic .C\(\$c-fuji-celebrity\),#atomic .C\(\$c-fuji-omg\),#atomic .C\(\#f80e5d\),#atomic .C\(\$movies\),#atomic .C\(\$music\),#atomic .C\(\$omg\),#atomic .C\(\$tv\){color:#f80e5d}#atomic .C\(\$c-fuji-celebrity\)\:h:hover{color:#f80e5d}#atomic .C\(\$c-fuji-celebrity\)\:f:focus{color:#f80e5d}#atomic .C\(\$c-fuji-diy\),#atomic .C\(\$c-fuji-makers\){color:#e6004e}#atomic .C\(\$c-fuji-diy\)\:h:hover{color:#e6004e}#atomic .C\(\$c-fuji-diy\)\:f:focus{color:#e6004e}#atomic .C\(\$c-fuji-fantasy\),#atomic .C\(\$shopping\){color:#00cd7a}#atomic .C\(\$c-fuji-fantasy\)\:h:hover{color:#00cd7a}#atomic .C\(\$c-fuji-fantasy\)\:f:focus{color:#00cd7a}#atomic .C\(\$c-fuji-finance\)\:h:hover{color:#188fff}#atomic .C\(\$c-fuji-finance\)\:f:focus{color:#188fff}#atomic .C\(\$c-fuji-food\),#atomic .C\(\$c-fuji-parenting\),#atomic .C\(\$c-sports\){color:#ff8b12}#atomic .C\(\$c-fuji-food\)\:h:hover{color:#ff8b12}#atomic .C\(\$c-fuji-food\)\:f:focus{color:#ff8b12}#atomic .C\(\$c-fuji-games\),#atomic .C\(\$c-fuji-media\),#atomic .C\(\$c-fuji-movies\),#atomic .C\(\$c-fuji-music\){color:#cc008c}#atomic .C\(\$c-fuji-games\)\:h:hover{color:#cc008c}#atomic .C\(\$c-fuji-games\)\:f:focus{color:#cc008c}#atomic .C\(\$c-fuji-general\),#atomic .C\(\$c-fuji-ivy\),#atomic .C\(\$c-fuji-offnetwork\),#atomic .C\(\$c-fuji-tv\){color:#6d00f6}#atomic .C\(\$c-fuji-general\)\:h:hover{color:#6d00f6}#atomic .C\(\$c-fuji-general\)\:f:focus{color:#6d00f6}#atomic .C\(\$c-fuji-gma\)\:h:hover{color:#188fff}#atomic .C\(\$c-fuji-gma\)\:f:focus{color:#188fff}#atomic .C\(\$c-fuji-health\),#atomic .C\(\$c-fuji-homes\),#atomic .C\(\$c-fuji-local\),#atomic .C\(\$c-fuji-shopping\),#atomic .C\(\$c-fuji-travel\),#atomic .C\(\$gma\),#atomic .C\(\$news\){color:#30d3b6}#atomic .C\(\$c-fuji-health\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-health\)\:f:focus{color:#30d3b6}#atomic .C\(\$c-fuji-homes\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-homes\)\:f:focus{color:#30d3b6}#atomic .C\(\$c-fuji-ivy\)\:h:hover{color:#6d00f6}#atomic .C\(\$c-fuji-ivy\)\:f:focus{color:#6d00f6}#atomic .C\(\$c-fuji-local\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-local\)\:f:focus{color:#30d3b6}#atomic .C\(\$c-fuji-makers\)\:h:hover{color:#e6004e}#atomic .C\(\$c-fuji-makers\)\:f:focus{color:#e6004e}#atomic .C\(\$c-fuji-media\)\:h:hover{color:#cc008c}#atomic .C\(\$c-fuji-media\)\:f:focus{color:#cc008c}#atomic .C\(\$c-fuji-movies\)\:h:hover{color:#cc008c}#atomic .C\(\$c-fuji-movies\)\:f:focus{color:#cc008c}#atomic .C\(\$c-fuji-music\)\:h:hover{color:#cc008c}#atomic .C\(\$c-fuji-music\)\:f:focus{color:#cc008c}#atomic .C\(\$c-fuji-news\)\:h:hover{color:#188fff}#atomic .C\(\$c-fuji-news\)\:f:focus{color:#188fff}#atomic .C\(\$c-fuji-offnetwork\)\:h:hover{color:#6d00f6}#atomic .C\(\$c-fuji-offnetwork\)\:f:focus{color:#6d00f6}#atomic .C\(\$c-fuji-omg\)\:h:hover{color:#f80e5d}#atomic .C\(\$c-fuji-omg\)\:f:focus{color:#f80e5d}#atomic .C\(\$c-fuji-parenting\)\:h:hover{color:#ff8b12}#atomic .C\(\$c-fuji-parenting\)\:f:focus{color:#ff8b12}#atomic .C\(\$c-fuji-politics\){color:#003abc}#atomic .C\(\$c-fuji-politics\)\:h:hover{color:#003abc}#atomic .C\(\$c-fuji-politics\)\:f:focus{color:#003abc}#atomic .C\(\$c-fuji-shopping\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-shopping\)\:f:focus{color:#30d3b6}#atomic .C\(\$c-fuji-sports\),#atomic .C\(\$health\){color:#ff520d}#atomic .C\(\$c-fuji-sports\)\:h:hover{color:#ff520d}#atomic .C\(\$c-fuji-sports\)\:f:focus{color:#ff520d}#atomic .C\(\$c-fuji-style\){color:#be0067}#atomic .C\(\$c-fuji-style\)\:h:hover{color:#be0067}#atomic .C\(\$c-fuji-style\)\:f:focus{color:#be0067}#atomic .C\(\$c-fuji-tech\){color:#ff7b12}#atomic .C\(\$c-fuji-tech\)\:h:hover{color:#ff7b12}#atomic .C\(\$c-fuji-tech\)\:f:focus{color:#ff7b12}#atomic .C\(\$c-fuji-travel\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-travel\)\:f:focus{color:#30d3b6}#atomic .C\(\$c-fuji-tv\)\:h:hover{color:#6d00f6}#atomic .C\(\$c-fuji-tv\)\:f:focus{color:#6d00f6}#atomic .C\(\$actionBlue\),#atomic .C\(\$linkBlue\),#atomic .C\(\#0081f2\){color:#0081f2}#atomic .C\(\#000\),#atomic .C\(lightTheme\),#atomic .C\(\$fg-header\){color:#000}#atomic .C\(\$dataRed\){color:#ff333a}#atomic .C\(\$gray\),#atomic .C\(\#abaeb7\){color:#abaeb7}#atomic .C\(\$actionBlue\)\:h:hover{color:#0081f2}#atomic .C\(inh\)\:h:hover{color:inherit}.menuitem:hover .menuitem\:h_C\(\$actionBlue\){color:#0081f2!important}#atomic .C\(\$dataGreen\){color:#093}#atomic .C\(\$grey6\),#atomic .C\(\#9ea2af\){color:#9ea2af}#atomic .C\(\$lightGray\)\:di:disabled{color:#babcbe}#atomic .C\(white\){color:white}#atomic .C\(\#aaa\)\:di:disabled{color:#aaa}#atomic .C\(\$dataRed\)\:inv:invalid{color:#ff333a}#atomic .C\(\#0076e6\){color:#0076e6}#atomic .C\(\#7c7c7c\){color:#7c7c7c}#atomic .C\(textColor\){color:#777c81}#atomic .C\(\#26282a\),#atomic .C\(\$c-fuji-grey-11\),#atomic .C\(\$darkGray\){color:#26282a}#atomic .C\(\#878c91\){color:#878c91}.nr-open .nr-open_C\(\#444444\){color:#444!important}#atomic .C\(\#444444\)\:h:hover{color:#444}#atomic .C\(\#8a8989\){color:#8a8989}.nr-open .nr-open_C\(\#fff\),.highlight .highlight_C\(inverse-text\),#atomic .C\(\#fff\)\!{color:#fff!important}#atomic .C\(uhPurple\),#atomic .C\(\#400090\),#atomic .C\(\$yahoo\){color:#400090}#atomic .C\(\#067ab4\){color:#067ab4}.DarkTheme .DarkTheme_C\(\#000\)\:h:hover{color:#000!important}#atomic .C\(\#0078ff\),#atomic .C\(\$c-active\){color:#0078ff}#atomic .C\(\#eee\){color:#eee}#atomic .C\(\#1d1da3\)\!{color:#1d1da3!important}#atomic .C\(\#007aff\){color:#007aff}#atomic .C\(\#7d00fb\){color:#7d00fb}#atomic .C\(\#3c3c5b\){color:#3c3c5b}#atomic .C\(\#c0c0c0\){color:silver}#atomic .C\(secondary-text\),#atomic .C\(\#959595\),#atomic .C\(th-font-color\){color:#959595}#atomic .C\(primary-text\),#atomic .C\(\#333\){color:#333}#atomic .C\(blue\){color:blue}#atomic .C\(dimmed-text\){color:#8d919d}#atomic .C\(\#9ea2af\)\!{color:#9ea2af!important}#atomic .C\(\$c-sports\)\:visited:visited{color:#ff8b12}#atomic .C\(\#324fe1\){color:#324fe1}#atomic .C\(dimmed-inverse-text\){color:#fff;color:rgba(255,255,255,.7)}#atomic .C\(dfgreen\){color:#00c073}#atomic .C\(primary-text\)\:link:link{color:#333}#atomic .C\(primary-text\)\:visited:visited{color:#333}#atomic .C\(red\){color:red}#atomic .C\(\#222\){color:#222}#atomic .C\(\#1e7d8e\){color:#1e7d8e}#atomic .C\(\#afafaf\){color:#afafaf}.contest:hover .contest\:h_C\(inverse-text\){color:#fff!important}#atomic .C\(primary\){color:#1a8fff}#atomic .C\(\#888\){color:#888}#atomic .C\(grey-border-color\){color:#a6bca8}#atomic .C\(\#777\){color:#777}#atomic .C\(tab-blue\){color:#208edb}#atomic .C\(\#afafaf\)\!{color:#afafaf!important}#atomic .C\(\#ccc\){color:#ccc}#atomic .C\(\#292f33\){color:#292f33}#atomic .C\(\#8899a6\){color:#8899a6}#atomic .C\(\#ffffff\){color:#fff}#atomic .C\(\#444\){color:#444}#atomic .C\(\#868683\){color:#868683}#atomic .C\(\#7300ff\),#atomic .C\(\$general\),#atomic .C\(\$homes\),#atomic .C\(\$ivy\),#atomic .C\(\$offnetwork\){color:#7300ff}#atomic .C\(\#0078ff\)\:h:hover{color:#0078ff}#atomic .C\(\#e0e4e9\){color:#e0e4e9}#atomic .C\(\#336699\){color:#369}.error .error_C\(\#ff0000\)\!{color:red!important}#atomic .C\(\#999\){color:#999}#atomic .C\(\#000\)\!,.selected .selected_C\(\#000\),.mobile .mobile_C\(\#000\){color:#000!important}#atomic .C\(\#5900c7\){color:#5900c7}#atomic .C\(\#aeaeae\){color:#aeaeae}#atomic .C\(\$fg-link\){color:#2d90ff}#atomic .C\(\$c-fuji-grey-8\),#atomic .C\(\#787d82\){color:#787d82}#atomic .C\(\$c-fuji-ui-success\)\:h:hover{color:#00cd7a}#atomic .C\(\$c-fuji-ui-failure\)\:h:hover{color:#ff333a}#atomic .C\(\#188fff\)\!{color:#188fff!important}#atomic .C\(\#157cfb\){color:#157cfb}#atomic .C\(\#000\.87\){color:#000;color:rgba(0,0,0,.87)}#atomic .C\(\#747474\){color:#747474}#atomic .C\(\#a298c2\){color:#a298c2}#atomic .C\(\#b2b2b2\){color:#b2b2b2}#atomic .C\(\#9d9d9d\)\!{color:#9d9d9d!important}#atomic .C\(\#221ba1\){color:#221ba1}#atomic .C\(\#55acee\),#atomic .C\(\$twitter\){color:#55acee}#atomic .C\(\#7800ff\){color:#7800ff}#atomic .C\(\#198fff\),#atomic .C\(\$finance\){color:#198fff}#atomic .C\(\#bbb\){color:#bbb}.horoscope-sign:hover .horoscope-sign\:h_C\(\#f80e5d\){color:#f80e5d!important}#atomic .C\(\#a7aaae\){color:#a7aaae}#atomic .C\(\#26282a\)\:h:hover{color:#26282a}.horoscope-sign:hover .horoscope-sign\:h_C\(\#ffffff\)\!{color:#fff!important}#atomic .C\(\#5f5f5f\){color:#5f5f5f}#atomic .C\(\#f00\){color:#f00}#atomic .C\(hoverColor_uhMagDesign\)\:h:hover{color:#6f6f6f}#atomic .C\(hoverColor_uhMagDesign\){color:#6f6f6f}#atomic .C\(nrSectionHeading\){color:#fff;color:rgba(255,255,255,.5)}#atomic .C\(\#7690fa\){color:#7690fa}#atomic .C\(gray\){color:gray}#atomic .C\(\#e7711b\){color:#e7711b}.MovieTitleDescription:hover .MovieTitleDescription\:h_C\(\#0078ff\){color:#0078ff!important}#atomic .C\(\#b5adad\){color:#b5adad}#atomic .C\(\#0074ff\){color:#0074ff}.theaterInfoPanel:hover .theaterInfoPanel\:h_C\(\#0078ff\){color:#0078ff!important}#atomic .C\(\$copyGray\){color:#808184}#atomic .C\(\$lightGray\){color:#babcbe}#atomic .C\(cc\){color:currentColor}#atomic .C\(\#ffb700\){color:#ffb700}#atomic .C\(\#f23347\){color:#f23347}#atomic .C\(\#a31700\){color:#a31700}#atomic .C\(\#464e56\){color:#464e56}#atomic .C\(\#111\){color:#111}#atomic .C\(\#c8c8cc\){color:#c8c8cc}#atomic .C\(\#020E65\){color:20E65}#atomic .C\(\#7200ff\){color:#7200ff}#atomic .C\(\#00cc7a\){color:#00cc7a}#atomic .C\(\#fd4d4c\){color:#fd4d4c}#atomic .C\(\$autos\){color:#194bfa}#atomic .C\(\$autos\)\:h:hover{color:#194bfa}#atomic .C\(\$autos\)\:f:focus{color:#194bfa}#atomic .C\(\$beauty\){color:#fe4e4d}#atomic .C\(\$beauty\)\:h:hover{color:#fe4e4d}#atomic .C\(\$beauty\)\:f:focus{color:#fe4e4d}#atomic .C\(\$diy\),#atomic .C\(\$makers\){color:#940050}#atomic .C\(\$diy\)\:h:hover{color:#940050}#atomic .C\(\$diy\)\:f:focus{color:#940050}#atomic .C\(\$finance\)\:h:hover{color:#198fff}#atomic .C\(\$finance\)\:f:focus{color:#198fff}#atomic .C\(\$food\){color:#ffdd4d}#atomic .C\(\$food\)\:h:hover{color:#ffdd4d}#atomic .C\(\$food\)\:f:focus{color:#ffdd4d}#atomic .C\(\$games\){color:#ffbf00}#atomic .C\(\$games\)\:h:hover{color:#ffbf00}#atomic .C\(\$games\)\:f:focus{color:#ffbf00}#atomic .C\(\$general\)\:h:hover{color:#7300ff}#atomic .C\(\$general\)\:f:focus{color:#7300ff}#atomic .C\(\$gma\)\:h:hover{color:#30d3b6}#atomic .C\(\$gma\)\:f:focus{color:#30d3b6}#atomic .C\(\$health\)\:h:hover{color:#ff520d}#atomic .C\(\$health\)\:f:focus{color:#ff520d}#atomic .C\(\$homes\)\:h:hover{color:#7300ff}#atomic .C\(\$homes\)\:f:focus{color:#7300ff}#atomic .C\(\$ivy\)\:h:hover{color:#7300ff}#atomic .C\(\$ivy\)\:f:focus{color:#7300ff}#atomic .C\(\$makers\)\:h:hover{color:#940050}#atomic .C\(\$makers\)\:f:focus{color:#940050}#atomic .C\(\$movies\)\:h:hover{color:#f80e5d}#atomic .C\(\$movies\)\:f:focus{color:#f80e5d}#atomic .C\(\$music\)\:h:hover{color:#f80e5d}#atomic .C\(\$music\)\:f:focus{color:#f80e5d}#atomic .C\(\$news\)\:h:hover{color:#30d3b6}#atomic .C\(\$news\)\:f:focus{color:#30d3b6}#atomic .C\(\$offnetwork\)\:h:hover{color:#7300ff}#atomic .C\(\$offnetwork\)\:f:focus{color:#7300ff}#atomic .C\(\$omg\)\:h:hover{color:#f80e5d}#atomic .C\(\$omg\)\:f:focus{color:#f80e5d}#atomic .C\(\$parenting\){color:#063a93}#atomic .C\(\$parenting\)\:h:hover{color:#063a93}#atomic .C\(\$parenting\)\:f:focus{color:#063a93}#atomic .C\(\$shopping\)\:h:hover{color:#00cd7a}#atomic .C\(\$shopping\)\:f:focus{color:#00cd7a}#atomic .C\(\$sports\){color:#242426}#atomic .C\(\$sports\)\:h:hover{color:#242426}#atomic .C\(\$sports\)\:f:focus{color:#242426}#atomic .C\(\$style\){color:#560d60}#atomic .C\(\$style\)\:h:hover{color:#560d60}#atomic .C\(\$style\)\:f:focus{color:#560d60}#atomic .C\(\$tech\){color:#34cd5e}#atomic .C\(\$tech\)\:h:hover{color:#34cd5e}#atomic .C\(\$tech\)\:f:focus{color:#34cd5e}#atomic .C\(\$travel\){color:#5dc3bb}#atomic .C\(\$travel\)\:h:hover{color:#5dc3bb}#atomic .C\(\$travel\)\:f:focus{color:#5dc3bb}#atomic .C\(\$tv\)\:h:hover{color:#f80e5d}#atomic .C\(\$tv\)\:f:focus{color:#f80e5d}#atomic .C\(\$yahoo\)\:h:hover{color:#400090}#atomic .C\(\$yahoo\)\:f:focus{color:#400090}#atomic .C\(\$twitter\)\:h:hover{color:#55acee}#atomic .C\(\$twitter\)\:f:focus{color:#55acee}#atomic .C\(\$tumblr\){color:#36465d}#atomic .C\(\$tumblr\)\:h:hover{color:#36465d}#atomic .C\(\$tumblr\)\:f:focus{color:#36465d}#atomic .C\(\$facebook\){color:#3b5998}#atomic .C\(\$facebook\)\:h:hover{color:#3b5998}#atomic .C\(\$facebook\)\:f:focus{color:#3b5998}#atomic .C\(\$pinterest\){color:#cb2027}#atomic .C\(\$pinterest\)\:h:hover{color:#cb2027}#atomic .C\(\$pinterest\)\:f:focus{color:#cb2027}#atomic .C\(\$yelp\){color:#c41200}#atomic .C\(\$yelp\)\:h:hover{color:#c41200}#atomic .C\(\$yelp\)\:f:focus{color:#c41200}#atomic .C\(\#d8dbdf\){color:#d8dbdf}#atomic .C\(\#878c91\)\:h:hover{color:#878c91}#atomic .Cur\(d\){cursor:default}#atomic .Cur\(p\){cursor:pointer}#atomic .Cur\(g\){cursor:-webkit-grab;cursor:grab}#atomic .Cur\(m\)\:h:hover{cursor:move}#atomic .Cur\(m\){cursor:move}#atomic .Cur\(a\){cursor:auto}#atomic .Cur\(d\)\!{cursor:default!important}#atomic .Cur\(p\)\:h:hover{cursor:pointer}#atomic .D\(ib\),.IbBox,a[class*=LineClamp],.Row{display:inline-block}#atomic .D\(ib\),#atomic .Ov\(s\),#atomic .Ov\(h\),#atomic .Ov\(a\),.UhHideSubnav .UhHideSubnav_Ov\(h\),.JsEnabled .JsEnabled_Ov\(h\),.BfcHack,.Cf,.IbBox,a[class*=LineClamp],.Row{zoom:1}#atomic .D\(ib\),.IbBox,a[class*=LineClamp]{*display:inline}#atomic .D\(n\){display:none}.uh-menu-open .uh-menu-open_D\(b\),.opened .opened_D\(b\),.uh-search-open .uh-search-open_D\(b\),.uh-profile-card-open .uh-profile-card-open_D\(b\),#atomic .D\(b\)\!,.openSubNav .openSubNav_D\(b\),.SideSlot-open .SideSlot-open_D\(b\){display:block!important}#atomic .D\(b\){display:block}.menuitem:hover .menuitem\:h_D\(ib\){display:inline-block!important;zoom:1;*display:inline}#atomic .D\(n\)\!,.uh-search-open .uh-search-open_D\(n\),.lightweight .lightweight_D\(n\),.JsEnabled .JsEnabled_D\(n\),.NoJs .NoJs_D\(n\),.uh-mobile-nav-open .uh-mobile-nav-open_D\(n\),.SideSlot-open .SideSlot-open_D\(n\){display:none!important}#atomic .D\(i\){display:inline}#atomic .D\(f\){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#atomic .D\(tb\){display:table}#atomic .D\(tbc\),.BfcHack{display:table-cell}.eventIcon:hover .eventIcon\:h_D\(b\){display:block!important}#atomic .D\(tbr\){display:table-row}.movies-card-strip:hover .movies-card-strip\:h_D\(b\){display:block!important}#atomic .Fil\(\$topNavGradientFallback\){filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F9AFF',endColorstr='#22BDB6',GradientType=1)}#atomic .Fil\(n\){-webkit-filter:none;filter:none}#atomic .Opacity\(30\){-webkit-filter:opacity(30);filter:opacity(30)}#atomic .Opacity\(70\){-webkit-filter:opacity(70);filter:opacity(70)}#atomic .Opacity\(100\)\:h:hover{-webkit-filter:opacity(100);filter:opacity(100)}#atomic .Opacity\(100\)\:f:focus{-webkit-filter:opacity(100);filter:opacity(100)}#atomic .Flxg\(1\){-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}#atomic .Flxg\(0\){-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}#atomic .Flxs\(0\){-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}#atomic .Flxs\(1\){-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}#atomic .Flxb\(220px\){-webkit-flex-basis:220px;-ms-flex-preferred-size:220px;flex-basis:220px}#atomic .Flxb\(45\%\){-webkit-flex-basis:45%;-ms-flex-preferred-size:45%;flex-basis:45%}#atomic .Flxb\(55\%\){-webkit-flex-basis:55%;-ms-flex-preferred-size:55%;flex-basis:55%}#atomic .As\(fs\){-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}#atomic .Fld\(r\){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#atomic .Fld\(rr\){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#atomic .Fld\(c\){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#atomic .Flf\(r\){-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row}#atomic .Ai\(c\){-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#atomic .Ai\(st\){-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}#atomic .Ac\(st\){-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}#atomic .Or\(2\){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}#atomic .Or\(1\){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}#atomic .Or\(3\){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}#atomic .Jc\(sb\){-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#atomic .Jc\(c\){-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#atomic .Jc\(fe\){-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#atomic .Jc\(sa\){-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}#atomic .Flw\(nw\){-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#atomic .Flw\(w\){-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#atomic .Fl\(end\){float:right}#atomic .Fl\(start\){float:left}#atomic .Ff\(ss\)\!{font-family:Helvetica,Arial,sans-serif!important}#atomic .Ff\(ss\){font-family:Helvetica,Arial,sans-serif}#atomic .Ff\(\$ff-secondary\),#atomic .Ff\(\$ff-primary\){font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#atomic .Ff\(\$neueMedium\){font-family:Helvetica Neue Medium,Helvetica Neue,Helvetica,Arial,sans-serif}#atomic .Ff\(\$neueBold\){font-family:Helvetica Neue Bold,Helvetica Neue,Helvetica,Arial,sans-serif}#atomic .Ff\(signTitleFontFamily\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .Ff\(navFrontFamily\){font-family:Helvetica Neue,Arial,sans-serif,Georgia,Freight Big}#atomic .Ff\(\$neue\){font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#atomic .Fw\(b\){font-weight:700}#atomic .Fw\(500\){font-weight:500}#atomic .Fw\(br\){font-weight:bolder}#atomic .Fw\(n\){font-weight:400}#atomic .Fw\(300\){font-weight:300}#atomic .Fw\(400\){font-weight:400}#atomic .Fw\(100\){font-weight:100}#atomic .Fw\(200\){font-weight:200}#atomic .Fw\(700\),#atomic .Fw\(\$fweight\){font-weight:700}#atomic .Fw\(600\){font-weight:600}.selected .selected_Fw\(b\),#atomic .Fw\(b\)\!{font-weight:700!important}#atomic .Fw\(n\)\!{font-weight:400!important}#atomic .Fw\(200\)\!{font-weight:200!important}.mobile .mobile_Fw\(500\){font-weight:500!important}#atomic .Fz\(m\),#atomic .Fz\(15px\){font-size:15px}#atomic .Fz\(s\),#atomic .Fz\(13px\){font-size:13px}#atomic .Fz\(xs\),#atomic .Fz\(11px\){font-size:11px}#atomic .Fz\(l\),#atomic .Fz\(18px\),#atomic .Fz\(heading-font-size\){font-size:18px}#atomic .Fz\(xl\),#atomic .Fz\(22px\){font-size:22px}#atomic .Fz\(14px\){font-size:14px}#atomic .Fz\(20px\),#atomic .Fz\(\$fz-m\){font-size:20px}#atomic .Fz\(26px\){font-size:26px}#atomic .Fz\(10px\){font-size:10px}#atomic .Fz\(16px\){font-size:16px}#atomic .Fz\(0px\){font-size:0}.nr-open .nr-open_Fz\(11px\),#atomic .Fz\(11px\)\!,.mobile .mobile_Fz\(11px\){font-size:11px!important}#atomic .Fz\(11px\)\:h:hover{font-size:11px}#atomic .Fz\(0\){font-size:0}#atomic .Fz\(17px\){font-size:17px}#atomic .Fz\(1\.1em\){font-size:1.1em}#atomic .Fz\(15px\)\!{font-size:15px!important}#atomic .Fz\(12px\),#atomic .Fz\(th-font-size\){font-size:12px}#atomic .Fz\(24px\){font-size:24px}#atomic .Fz\(48px\){font-size:48px}#atomic .Fz\(9px\){font-size:9px}#atomic .Fz\(35px\){font-size:35px}#atomic .Fz\(30px\){font-size:30px}#atomic .Fz\(32px\){font-size:32px}#atomic .Fz\(14px\)\!{font-size:14px!important}#atomic .Fz\(16px\)\!,.mobile .mobile_Fz\(16px\){font-size:16px!important}#atomic .Fz\(13px\)\!,.mobile .mobile_Fz\(13px\){font-size:13px!important}.mobile .mobile_Fz\(20px\){font-size:20px!important}#atomic .Fz\(52px\){font-size:52px}#atomic .Fz\(21px\){font-size:21px}.mobile .mobile_Fz\(19px\){font-size:19px!important}#atomic .Fs\(i\){font-style:italic}#atomic .Fs\(n\){font-style:normal}#atomic .H\(100\%\){height:100%}#atomic .H\(95\%\){height:95%}#atomic .H\(440px\){height:440px}#atomic .H\(41px\){height:41px}#atomic .H\(44px\),#atomic .H\(subNavItemHeight\){height:44px}#atomic .H\(25px\){height:25px}#atomic .H\(100px\){height:100px}#atomic .H\(120px\){height:120px}#atomic .H\(30px\),#atomic .H\(plButtonWd\),#atomic .H\(spon5Height\){height:30px}#atomic .H\(50px\){height:50px}#atomic .H\(60px\){height:60px}#atomic .H\(45px\),#atomic .H\(itemHeight\){height:45px}#atomic .H\(43px\){height:43px}#atomic .H\(20px\){height:20px}#atomic .H\(40px\){height:40px}#atomic .H\(340px\){height:340px}#atomic .H\(a\){height:auto}#atomic .H\(54px\){height:54px}#atomic .H\(18px\){height:18px}#atomic .H\(17px\){height:17px}#atomic .H\(26px\){height:26px}#atomic .H\(31px\){height:31px}#atomic .H\(28px\){height:28px}#atomic .H\(35px\){height:35px}#atomic .H\(21px\){height:21px}#atomic .H\(23px\){height:23px}#atomic .H\(34px\){height:34px}#atomic .H\(22px\){height:22px}#atomic .H\(37px\){height:37px}#atomic .H\(39px\){height:39px}#atomic .H\(48px\),#atomic .H\(navHeight\){height:48px}.nonsticky .nonsticky_H\(40px\){height:40px!important}#atomic .H\(83px\){height:83px}#atomic .H\(1px\){height:1px}#atomic .H\(16px\){height:16px}#atomic .H\(8px\){height:8px}#atomic .H\(165px\){height:165px}#atomic .H\(15px\){height:15px}#atomic .H\(85px\){height:85px}#atomic .H\(5px\){height:5px}#atomic .H\(0\){height:0}#atomic .H\(50\%\){height:50%}#atomic .H\(24px\){height:24px}#atomic .H\(200px\){height:200px}#atomic .H\(12px\){height:12px}#atomic .H\(115px\){height:115px}#atomic .H\(98\%\){height:98%}#atomic .H\(150\%\){height:150%}#atomic .H\(19px\){height:19px}#atomic .H\(236px\){height:236px}#atomic .H\(76px\){height:76px}#atomic .H\(36px\){height:36px}#atomic .H\(90px\){height:90px}#atomic .H\(60vh\){height:60vh}#atomic .H\(1400px\){height:1400px}#atomic .H\(106px\){height:106px}#atomic .H\(imgHt\){height:69.75px}#atomic .H\(113px\){height:113px}#atomic .H\(80px\){height:80px}#atomic .H\(207px\){height:207px}#atomic .H\(42px\){height:42px}#atomic .H\(268px\){height:268px}#atomic .H\(210px\){height:210px}#atomic .H\(208px\){height:208px}#atomic .H\(150px\){height:150px}#atomic .H\(playlistStageHeight\){height:157px}#atomic .H\(10px\){height:10px}#atomic .H\(0px\){height:0}.ie-7 .ie-7_H\(a\),.mobile .mobile_H\(a\){height:auto!important}#atomic .H\(56px\){height:56px}#atomic .H\(84px\){height:84px}#atomic .H\(32px\){height:32px}#atomic .H\(600px\){height:600px}#atomic .H\(180px\){height:180px}#atomic .H\(400px\){height:400px}#atomic .H\(300px\){height:300px}#atomic .H\(11px\){height:11px}#atomic .H\(itemHeight_uhMagDesign\)\!{height:42px!important}#atomic .H\(navHeight_uhMagDesign\)\!{height:44px!important}#atomic .H\(2px\){height:2px}#atomic .H\(sponsoredHeaderHeight\){height:52px}#atomic .H\(2\.1em\){height:2.1em}#atomic .H\(243px\){height:243px}#atomic .H\(119px\){height:119px}#atomic .H\(1500px\){height:1500px}#atomic .H\(500px\){height:500px}#atomic .H\(1000px\){height:1000px}#atomic .H\(68px\){height:68px}#atomic .H\(800px\){height:800px}#atomic .Hy\(n\){-webkit-hyphens:normal;-moz-hyphens:normal;-ms-hyphens:normal;hyphens:normal}#atomic .Lts\(0\.01em\){letter-spacing:.01em}#atomic .Lts\(\.02em\){letter-spacing:.02em}#atomic .Lts\(\.5px\){letter-spacing:.5px}#atomic .Lts\(\.8px\){letter-spacing:.8px}#atomic .Lts\(\$lspacing-md\),#atomic .Lts\(\$lspacing-sm\){letter-spacing:normal}#atomic .Lts\(1\.17px\){letter-spacing:1.17px}#atomic .Lts\(0\.6px\){letter-spacing:.6px}#atomic .List\(n\){list-style-type:none}#atomic .List\(d\){list-style-type:disc}#atomic .List\(dc\){list-style-type:decimal}#atomic .Lh\(21px\){line-height:21px}#atomic .Lh\(30px\),#atomic .Lh\(spon5Height\){line-height:30px}#atomic .Lh\(26px\){line-height:26px}#atomic .Lh\(43px\){line-height:43px}#atomic .Lh\(40px\),#atomic .Lh\(cateNavHeight\){line-height:40px}#atomic .Lh\(1\.2\){line-height:1.2}#atomic .Lh\(n\){line-height:normal}#atomic .Lh\(2\){line-height:2}#atomic .Lh\(1\){line-height:1}#atomic .Lh\(0\){line-height:0}#atomic .Lh\(55px\){line-height:55px}#atomic .Lh\(50px\){line-height:50px}#atomic .Lh\(1\.7\){line-height:1.7}#atomic .Lh\(1\.6\){line-height:1.6}#atomic .Lh\(51px\){line-height:51px}#atomic .Lh\(49px\){line-height:49px}#atomic .Lh\(42px\),#atomic .Lh\(itemHeight_uhMagDesign\){line-height:42px}#atomic .Lh\(49px\)\!{line-height:49px!important}#atomic .Lh\(1\.9\){line-height:1.9}#atomic .Lh\(3\.3\){line-height:3.3}#atomic .Lh\(4\){line-height:4}#atomic .Lh\(20px\){line-height:20px}#atomic .Lh\(24px\){line-height:24px}#atomic .Lh\(2\.6\){line-height:2.6}#atomic .Lh\(32px\)\!{line-height:32px!important}#atomic .Lh\(1\.5em\){line-height:1.5em}#atomic .Lh\(14\){line-height:14}#atomic .Lh\(45px\),#atomic .Lh\(itemHeight\){line-height:45px}#atomic .Lh\(1\.1\){line-height:1.1}#atomic .Lh\(14px\){line-height:14px}#atomic .Lh\(56px\){line-height:56px}#atomic .Lh\(3\){line-height:3}#atomic .Lh\(115\%\){line-height:115%}#atomic .Lh\(60px\){line-height:60px}#atomic .Lh\(31px\){line-height:31px}#atomic .Lh\(0\.7em\){line-height:.7em}#atomic .Lh\(268px\){line-height:268px}#atomic .Lh\(210px\){line-height:210px}#atomic .Lh\(1\.07\){line-height:1.07}#atomic .Lh\(recommendCoverSize\),#atomic .Lh\(subNavItemHeight\){line-height:44px}#atomic .Lh\(1\.55em\){line-height:1.55em}#atomic .Lh\(1\.5\){line-height:1.5}#atomic .Lh\(16px\){line-height:16px}#atomic .Lh\(18px\){line-height:18px}#atomic .Lh\(1\.4\){line-height:1.4}#atomic .Lh\(1\.36666667\){line-height:1.36666667}#atomic .Lh\(\$lheight\){line-height:23px}#atomic .Lh\(1\.23077\){line-height:1.23077}.mobile .mobile_Lh\(1\.25\){line-height:1.25!important}.mobile .mobile_Lh\(1\.5\){line-height:1.5!important}#atomic .Lh\(1\.25\){line-height:1.25}#atomic .Lh\(28px\){line-height:28px}#atomic .Lh\(22px\){line-height:22px}#atomic .Lh\(17px\){line-height:17px}#atomic .Lh\(11px\){line-height:11px}#atomic .Lh\(itemHeight_uhMagDesign\)\!{line-height:42px!important}#atomic .Lh\(71px\){line-height:71px}#atomic .Lh\(navHeight\){line-height:48px}#atomic .Lh\(n\)\!{line-height:normal!important}#atomic .Lh\(2\.1em\){line-height:2.1em}#atomic .Lh\(13px\){line-height:13px}#atomic .Lh\(1\.46666667\){line-height:1.46666667}#atomic .Lh\(1\.22222222\){line-height:1.22222222}#atomic .Lh\(1\.15384615\){line-height:1.15384615}#atomic .Lh\(15px\){line-height:15px}#atomic .Lh\(1\.15\){line-height:1.15}#atomic .Lh\(35\.2px\){line-height:35.2px}#atomic .M\(4px\){margin:4px}#atomic .M\(0\){margin:0}#atomic .M\(5px\){margin:5px}#atomic .M\(10px\){margin:10px}#atomic .M\(4\){margin:4}#atomic .M\(a\){margin:auto}#atomic .M\(0\)\!{margin:0!important}#atomic .M\(20px\){margin:20px}#atomic .M\(2px\){margin:2px}#atomic .M\(1px\){margin:1px}#atomic .M\(12px\){margin:12px}#atomic .M\(0px\){margin:0}#atomic .Mx\(10px\),#atomic .Mstart\(10px\){margin-left:10px}#atomic .Mx\(10px\),#atomic .Mend\(10px\){margin-right:10px}#atomic .Mx\(a\),#atomic .Mstart\(a\){margin-left:auto}#atomic .Mx\(a\),#atomic .Mend\(a\){margin-right:auto}#atomic .Mx\(-8px\){margin-left:-8px;margin-right:-8px}#atomic .Mx\(8px\),#atomic .Mstart\(8px\){margin-left:8px}#atomic .Mx\(8px\),#atomic .Mend\(8px\){margin-right:8px}#atomic .Mx\(16px\),#atomic .Mstart\(16px\){margin-left:16px}#atomic .Mx\(16px\),#atomic .Mend\(16px\){margin-right:16px}#atomic .Mx\(a\)\!,.mobile .mobile_Mx\(a\){margin-left:auto!important;margin-right:auto!important}#atomic .Mx\(4px\),#atomic .Mstart\(4px\){margin-left:4px}#atomic .Mx\(4px\),#atomic .Mend\(4px\){margin-right:4px}#atomic .Mx\(20px\),#atomic .Mstart\(20px\),#atomic .Mstart\(navPaddings\){margin-left:20px}#atomic .Mx\(20px\),#atomic .Mend\(20px\){margin-right:20px}#atomic .Mx\(15\%\){margin-left:15%;margin-right:15%}#atomic .Mx\(30px\),#atomic .Mstart\(30px\){margin-left:30px}#atomic .Mx\(30px\),#atomic .Mend\(30px\){margin-right:30px}#atomic .Mx\(0\),#atomic .Mstart\(0\){margin-left:0}#atomic .Mx\(0\),#atomic .Mend\(0\){margin-right:0}#atomic .Mx\(15px\),#atomic .Mstart\(15px\){margin-left:15px}#atomic .Mx\(15px\),#atomic .Mend\(15px\){margin-right:15px}#atomic .Mx\(0px\),#atomic .Mstart\(0px\){margin-left:0}#atomic .Mx\(0px\),#atomic .Mend\(0px\){margin-right:0}#atomic .Mx\(25px\){margin-left:25px;margin-right:25px}#atomic .Mx\(5px\),#atomic .Mstart\(5px\){margin-left:5px}#atomic .Mx\(5px\),#atomic .Mend\(5px\){margin-right:5px}#atomic .Mx\(2px\),#atomic .Mstart\(2px\){margin-left:2px}#atomic .Mx\(2px\),#atomic .Mend\(2px\){margin-right:2px}#atomic .Mx\(2\.3\%\),#atomic .Mstart\(2\.3\%\){margin-left:2.3%}#atomic .Mx\(2\.3\%\),#atomic .Mend\(2\.3\%\){margin-right:2.3%}#atomic .Mx\(24px\),#atomic .Mstart\(24px\){margin-left:24px}#atomic .Mx\(24px\){margin-right:24px}#atomic .Mx\(-12px\),#atomic .Mstart\(-12px\){margin-left:-12px}#atomic .Mx\(-12px\),#atomic .Mend\(-12px\){margin-right:-12px}.mobile .mobile_Mx\(0\){margin-left:0!important;margin-right:0!important}.desktop .desktop_Mx\(20px\){margin-left:20px!important;margin-right:20px!important}#atomic .Mx\(-20px\),#atomic .Mstart\(-20px\){margin-left:-20px}#atomic .Mx\(-20px\){margin-right:-20px}#atomic .Mx\(-10px\),#atomic .Mstart\(-10px\){margin-left:-10px}#atomic .Mx\(-10px\){margin-right:-10px}#atomic .My\(25px\),#atomic .Mt\(25px\){margin-top:25px}#atomic .My\(25px\),#atomic .Mb\(25px\){margin-bottom:25px}#atomic .My\(8px\),#atomic .Mt\(8px\){margin-top:8px}#atomic .My\(8px\),#atomic .Mb\(8px\){margin-bottom:8px}#atomic .My\(0\),#atomic .Mt\(0\){margin-top:0}#atomic .My\(0\),#atomic .Mb\(0\){margin-bottom:0}#atomic .My\(3px\),#atomic .Mt\(3px\){margin-top:3px}#atomic .My\(3px\),#atomic .Mb\(3px\){margin-bottom:3px}#atomic .My\(20px\),#atomic .Mt\(20px\){margin-top:20px}#atomic .My\(20px\),#atomic .Mb\(20px\){margin-bottom:20px}#atomic .My\(4px\),#atomic .Mt\(4px\){margin-top:4px}#atomic .My\(4px\),#atomic .Mb\(4px\){margin-bottom:4px}#atomic .My\(2px\),#atomic .Mt\(2px\){margin-top:2px}#atomic .My\(2px\),#atomic .Mb\(2px\){margin-bottom:2px}#atomic .My\(\.55em\){margin-top:.55em}#atomic .My\(\.55em\),#atomic .Mb\(\.55em\){margin-bottom:.55em}#atomic .My\(16px\),#atomic .Mt\(16px\){margin-top:16px}#atomic .My\(16px\),#atomic .Mb\(16px\){margin-bottom:16px}#atomic .My\(0px\),#atomic .Mt\(0px\){margin-top:0}#atomic .My\(0px\),#atomic .Mb\(0px\){margin-bottom:0}#atomic .My\(10px\),#atomic .Mt\(10px\){margin-top:10px}#atomic .My\(10px\),#atomic .Mb\(10px\){margin-bottom:10px}#atomic .My\(15px\),#atomic .Mt\(15px\){margin-top:15px}#atomic .My\(15px\),#atomic .Mb\(15px\){margin-bottom:15px}#atomic .My\(30px\),#atomic .Mt\(30px\){margin-top:30px}#atomic .My\(30px\),#atomic .Mb\(30px\){margin-bottom:30px}#atomic .My\(5px\),#atomic .Mt\(5px\),#atomic .Mt\(cateNavMargin\){margin-top:5px}#atomic .My\(5px\),#atomic .Mb\(5px\){margin-bottom:5px}#atomic .My\(11px\),#atomic .Mt\(11px\){margin-top:11px}#atomic .My\(11px\){margin-bottom:11px}#atomic .My\(24px\){margin-top:24px}#atomic .My\(24px\),#atomic .Mb\(24px\){margin-bottom:24px}#atomic .My\(27px\){margin-top:27px;margin-bottom:27px}#atomic .My\(12px\),#atomic .Mt\(12px\){margin-top:12px}#atomic .My\(12px\),#atomic .Mb\(12px\){margin-bottom:12px}#atomic .Mt\(50px\){margin-top:50px}#atomic .Mt\(63px\){margin-top:63px}#atomic .Mt\(-12px\){margin-top:-12px}#atomic .Mt\(-5px\){margin-top:-5px}#atomic .Mt\(100px\){margin-top:100px}#atomic .Mt\(-6px\){margin-top:-6px}#atomic .Mt\(-21px\){margin-top:-21px}#atomic .Mt\(-4px\){margin-top:-4px}#atomic .Mt\(1px\){margin-top:1px}#atomic .Mt\(-11px\){margin-top:-11px}#atomic .Mt\(-1px\){margin-top:-1px}#atomic .Mt\(extra-margin\){margin-top:128px}#atomic .Mt\(6px\){margin-top:6px}#atomic .Mt\(21px\){margin-top:21px}#atomic .Mt\(-20px\){margin-top:-20px}#atomic .Mt\(40px\){margin-top:40px}#atomic .Mt\(-15px\),#atomic .Mt\(plButtonMg\){margin-top:-15px}#atomic .Mt\(-3px\){margin-top:-3px}#atomic .Mt\(-14px\){margin-top:-14px}#atomic .Mt\(7px\){margin-top:7px}#atomic .Mt\(44px\){margin-top:44px}#atomic .Mt\(-32px\){margin-top:-32px}#atomic .Mt\(28px\){margin-top:28px}#atomic .Mt\(-18px\){margin-top:-18px}#atomic .Mt\(-10px\){margin-top:-10px}#atomic .Mt\(-25px\){margin-top:-25px}#atomic .Mt\(-7px\){margin-top:-7px}#atomic .Mt\(1\.5em\){margin-top:1.5em}#atomic .Mt\(36px\){margin-top:36px}#atomic .Mt\(-30px\){margin-top:-30px}.mobile .mobile_Mt\(0\){margin-top:0!important}#atomic .Mt\(35px\){margin-top:35px}#atomic .Mt\(1px\)\!{margin-top:1px!important}#atomic .Mt\(logoNavDropDownPos\){margin-top:69px}#atomic .Mt\(logoNavDropDownPos_uhMagDesign\){margin-top:60px}#atomic .Mt\(headerHeight\){margin-top:70px}#atomic .Mt\(headerHeight_uhMagDesign\)\!{margin-top:63px!important}.ie-7 .ie-7_Mt\(-5px\){margin-top:-5px!important}.mobile .mobile_Mt\(12px\){margin-top:12px!important}.mobile .mobile_Mt\(16px\){margin-top:16px!important}#atomic .Mend\(300px\){margin-right:300px}#atomic .Mend\(17px\){margin-right:17px}#atomic .Mend\(6px\){margin-right:6px}#atomic .Mend\(40px\){margin-right:40px}#atomic .Mend\(12px\){margin-right:12px}#atomic .Mend\(-10\%\){margin-right:-10%}#atomic .Mend\(18px\){margin-right:18px}#atomic .Mend\(29px\){margin-right:29px}#atomic .Mend\(9px\){margin-right:9px}#atomic .Mend\(7px\){margin-right:7px}#atomic .Mend\(36px\){margin-right:36px}.desktop .desktop_Mend\(35px\){margin-right:35px!important}.tablet .tablet_Mend\(40px\){margin-right:40px!important}#atomic .Mend\(-7px\){margin-right:-7px}#atomic .Mend\(7\%\){margin-right:7%}#atomic .Mend\(46px\){margin-right:46px}#atomic .Mend\(-30px\){margin-right:-30px}#atomic .Mend\(110px\){margin-right:110px}#atomic .Mend\(14px\){margin-right:14px}#atomic .Mend\(-3px\){margin-right:-3px}#atomic .Mend\(3px\){margin-right:3px}#atomic .Mend\(22px\){margin-right:22px}#atomic .Mend\(160px\){margin-right:160px}#atomic .Mb\(6px\){margin-bottom:6px}#atomic .Mb\(-5px\){margin-bottom:-5px}#atomic .Mb\(7px\){margin-bottom:7px}#atomic .Mb\(26px\){margin-bottom:26px}#atomic .Mb\(1\.5em\){margin-bottom:1.5em}#atomic .Mb\(1\.0em\){margin-bottom:1.0em}#atomic .Mb\(-10px\){margin-bottom:-10px}#atomic .Mb\(50px\){margin-bottom:50px}#atomic .Mb\(18px\){margin-bottom:18px}#atomic .Mb\(55px\){margin-bottom:55px}.mobile .mobile_Mb\(12px\){margin-bottom:12px!important}#atomic .Mb\(-8px\){margin-bottom:-8px}#atomic .Mb\(-12px\){margin-bottom:-12px}.mobile .mobile_Mb\(8px\){margin-bottom:8px!important}#atomic .Mb\(14px\){margin-bottom:14px}#atomic .Mb\(13px\){margin-bottom:13px}#atomic .Mstart\(-5px\){margin-left:-5px}#atomic .Mstart\(-4px\){margin-left:-4px}#atomic .Mstart\(70px\){margin-left:70px}#atomic .Mstart\(3px\){margin-left:3px}#atomic .Mstart\(-13px\){margin-left:-13px}#atomic .Mstart\(12px\){margin-left:12px}#atomic .Mstart\(95px\)\!{margin-left:95px!important}#atomic .Mstart\(67px\)\!{margin-left:67px!important}#atomic .Mstart\(85px\)\!{margin-left:85px!important}#atomic .Mstart\(90px\)\!{margin-left:90px!important}#atomic .Mstart\(-13px\)\!{margin-left:-13px!important}#atomic .Mstart\(60px\)\!{margin-left:60px!important}#atomic .Mstart\(-24px\)\!{margin-left:-24px!important}#atomic .Mstart\(56px\)\!{margin-left:56px!important}#atomic .Mstart\(-1px\)\!{margin-left:-1px!important}#atomic .Mstart\(43px\)\!{margin-left:43px!important}#atomic .Mstart\(-15px\)\!{margin-left:-15px!important}#atomic .Mstart\(54px\)\!{margin-left:54px!important}#atomic .Mstart\(-12px\)\!{margin-left:-12px!important}#atomic .Mstart\(59px\)\!{margin-left:59px!important}#atomic .Mstart\(49px\),#atomic .Mstart\(navLogoAlignmentPadding\){margin-left:49px}#atomic .Mstart\(-1px\){margin-left:-1px}#atomic .Mstart\(1px\){margin-left:1px}#atomic .Mstart\(44\%\){margin-left:44%}#atomic .Mstart\(25\%\),#atomic .Mstart\(1\/4\){margin-left:25%}#atomic .Mstart\(6px\){margin-left:6px}#atomic .Mstart\(-120px\){margin-left:-120px}#atomic .Mstart\(-26px\){margin-left:-26px}#atomic .Mstart\(plButtonMg\){margin-left:-15px}#atomic .Mstart\(vidCardMg\){margin-left:144px}#atomic .Mstart\(-24px\){margin-left:-24px}#atomic .Mstart\(0\)\:fc:first-child{margin-left:0}#atomic .Mstart\(channelMetaMargin\){margin-left:120px}#atomic .Mstart\(94px\){margin-left:94px}#atomic .Mstart\(108px\){margin-left:108px}#atomic .Mstart\(110px\){margin-left:110px}#atomic .Mstart\(90px\){margin-left:90px}#atomic .Mstart\(190px\){margin-left:190px}#atomic .Mstart\(230px\)\!{margin-left:230px!important}#atomic .Mstart\(17px\){margin-left:17px}.ie-7 .ie-7_Mstart\(-310px\){margin-left:-310px!important}#atomic .Mstart\(58px\){margin-left:58px}#atomic .Mstart\(-100\%\){margin-left:-100%}#atomic .Mah\(80\%\){max-height:80%}#atomic .Mah\(410px\){max-height:410px}#atomic .Mah\(545px\){max-height:545px}#atomic .Mah\(max-height\){max-height:205px}#atomic .Mah\(250px\){max-height:250px}#atomic .Mah\(84px\){max-height:84px}#atomic .Mah\(999999px\){max-height:999999px}#atomic .Mah\(0\){max-height:0}#atomic .Mah\(100\%\){max-height:100%}#atomic .Mah\(300px\){max-height:300px}.nr-open .nr-open_Mah\(1000px\),.openSubNav .openSubNav_Mah\(1000px\){max-height:1000px!important}.nr-applet-open .nr-applet-open_Mah\(200px\){max-height:200px!important}#atomic .Mah\(83px\){max-height:83px}#atomic .Mah\(93px\){max-height:93px}#atomic .Maw\(1256px\){max-width:1256px}#atomic .Maw\(1170px\){max-width:1170px}#atomic .Maw\(98\%\){max-width:98%}#atomic .Maw\(160px\){max-width:160px}#atomic .Maw\(100\%\),.Ell{max-width:100%}#atomic .Maw\(120px\){max-width:120px}#atomic .Maw\(486px\){max-width:486px}#atomic .Maw\(924px\){max-width:924px}#atomic .Maw\(130px\){max-width:130px}#atomic .Maw\(68px\){max-width:68px}#atomic .Maw\(65px\){max-width:65px}#atomic .Maw\(205px\){max-width:205px}#atomic .Maw\(320px\){max-width:320px}#atomic .Maw\(84px\){max-width:84px}#atomic .Maw\(1400px\){max-width:1400px}#atomic .Maw\(300px\){max-width:300px}#atomic .Maw\(140px\){max-width:140px}#atomic .Maw\(150px\){max-width:150px}#atomic .Maw\(68\%\){max-width:68%}#atomic .Maw\(750px\){max-width:750px}#atomic .Maw\(235px\){max-width:235px}#atomic .Maw\(155px\){max-width:155px}#atomic .Maw\(85px\){max-width:85px}#atomic .Maw\(600px\){max-width:600px}#atomic .Maw\(1320px\){max-width:1320px}#atomic .Maw\(340px\){max-width:340px}#atomic .Maw\(1076px\){max-width:1076px}#atomic .Maw\(980px\){max-width:980px}#atomic .Mih\(1700px\){min-height:1700px}#atomic .Mih\(600px\){min-height:600px}#atomic .Mih\(1000px\){min-height:1000px}#atomic .Mih\(83px\){min-height:83px}#atomic .Mih\(inh\){min-height:inherit}#atomic .Mih\(285px\){min-height:285px}#atomic .Mih\(10px\){min-height:10px}#atomic .Mih\(300px\){min-height:300px}#atomic .Mih\(150px\){min-height:150px}#atomic .Mih\(500px\){min-height:500px}#atomic .Mih\(1400px\){min-height:1400px}#atomic .Mih\(30px\){min-height:30px}#atomic .Mih\(25px\){min-height:25px}#atomic .Mih\(84px\){min-height:84px}#atomic .Mih\(90px\){min-height:90px}#atomic .Mih\(100\%\){min-height:100%}#atomic .Miw\(1090px\){min-width:1090px}#atomic .Miw\(0px\){min-width:0}#atomic .Miw\(190px\){min-width:190px}#atomic .Miw\(220px\){min-width:220px}#atomic .Miw\(980px\){min-width:980px}#atomic .Miw\(412px\){min-width:412px}#atomic .Miw\(92px\){min-width:92px}#atomic .Miw\(210px\){min-width:210px}#atomic .Miw\(50px\){min-width:50px}#atomic .Miw\(910px\){min-width:910px}#atomic .Miw\(20px\){min-width:20px}#atomic .Miw\(440px\){min-width:440px}#atomic .Miw\(60px\){min-width:60px}#atomic .Miw\(90px\){min-width:90px}#atomic .Miw\(16px\){min-width:16px}#atomic .Miw\(80px\){min-width:80px}#atomic .Miw\(100px\){min-width:100px}#atomic .Miw\(125px\){min-width:125px}#atomic .Miw\(55px\){min-width:55px}#atomic .Miw\(300px\){min-width:300px}#atomic .Miw\(3em\){min-width:3em}#atomic .Miw\(0\){min-width:0}#atomic .Miw\(600px\){min-width:600px}#atomic .Miw\(170px\){min-width:170px}#atomic .Miw\(150px\){min-width:150px}#atomic .Miw\(160px\){min-width:160px}#atomic .Miw\(1252px\){min-width:1252px}#atomic .Miw\(120px\){min-width:120px}#atomic .Miw\(65px\){min-width:65px}#atomic .Miw\(970px\){min-width:970px}#atomic .O\(n\){outline:none}#atomic .O\(n\)\:f:focus{outline:none}#atomic .O\(n\)\:h:hover{outline:none}#atomic .O\(0\){outline:0}#atomic .O\(0\)\:f:focus{outline:0}#atomic .T\(0px\){top:0}#atomic .T\(54px\){top:54px}#atomic .T\(0\){top:0}#atomic .T\(155px\){top:155px}#atomic .T\(6px\){top:6px}#atomic .T\(15px\){top:15px}#atomic .T\(180px\){top:180px}#atomic .T\(7px\){top:7px}#atomic .T\(2px\){top:2px}#atomic .T\(50\%\){top:50%}#atomic .T\(3px\){top:3px}.uh-search-open .uh-search-open_T\(0\),#atomic .T\(0\)\!{top:0!important}#atomic .T\(40px\){top:40px}#atomic .T\(14px\){top:14px}#atomic .T\(22px\){top:22px}#atomic .T\(100\%\){top:100%}.nonsticky .nonsticky_T\(3px\){top:3px!important}#atomic .T\(5px\){top:5px}.desktop .desktop_T\(-5px\){top:-5px!important}.tablet .tablet_T\(-3px\){top:-3px!important}#atomic .T\(-0\.6em\){top:-.6em}#atomic .T\(-2px\){top:-2px}#atomic .T\(a\){top:auto}#atomic .T\(1px\){top:1px}#atomic .T\(12\%\){top:12%}#atomic .T\(37\%\){top:37%}#atomic .T\(64\%\){top:64%}#atomic .T\(13\%\){top:13%}#atomic .T\(75\%\){top:75%}#atomic .T\(86\%\){top:86%}#atomic .T\(48\%\){top:48%}#atomic .T\(28\%\){top:28%}#atomic .T\(29\%\){top:29%}#atomic .T\(10\%\){top:10%}#atomic .T\(-2\%\){top:-2%}#atomic .T\(53\%\){top:53%}#atomic .T\(34\%\){top:34%}#atomic .T\(-50\%\){top:-50%}#atomic .T\(-25\%\){top:-25%}#atomic .T\(-10px\){top:-10px}#atomic .T\(10px\){top:10px}#atomic .T\(70px\){top:70px}#atomic .T\(106px\){top:106px}#atomic .T\(90px\){top:90px}#atomic .T\(-0\.3em\){top:-.3em}#atomic .T\(64px\){top:64px}#atomic .T\(55px\){top:55px}#atomic .T\(-20px\){top:-20px}#atomic .T\(20px\){top:20px}#atomic .T\(-40px\){top:-40px}#atomic .T\(8px\){top:8px}#atomic .T\(25px\){top:25px}#atomic .T\(-30px\){top:-30px}#atomic .T\(129px\){top:129px}#atomic .T\(subNavDropDownPos\){top:50px}#atomic .T\(subNavDropDownPos_uhMagDesign\)\!{top:44px!important}.UhHideSubnav .UhHideSubnav_T\(-50px\){top:-50px!important}#atomic .T\(30\%\){top:30%}#atomic .T\(40\%\){top:40%}#atomic .T\(45px\){top:45px}#atomic .T\(-5\%\){top:-5%}#atomic .T\(128px\){top:128px}#atomic .End\(0\){right:0}#atomic .End\(2px\){right:2px}#atomic .End\(12px\){right:12px}#atomic .End\(10px\){right:10px}#atomic .End\(20px\){right:20px}#atomic .End\(-20px\){right:-20px}#atomic .End\(-2px\){right:-2px}#atomic .End\(0px\){right:0}#atomic .End\(-12px\){right:-12px}#atomic .End\(-11px\){right:-11px}#atomic .End\(a\){right:auto}#atomic .End\(24px\){right:24px}#atomic .End\(\.3em\){right:.3em}#atomic .End\(14px\){right:14px}#atomic .End\(-10px\){right:-10px}#atomic .End\(40px\){right:40px}#atomic .End\(8px\){right:8px}#atomic .End\(33px\){right:33px}#atomic .B\(0\){bottom:0}#atomic .B\(a\){bottom:auto}#atomic .B\(16px\){bottom:16px}#atomic .B\(106px\){bottom:106px}#atomic .B\(90px\){bottom:90px}#atomic .B\(-5px\){bottom:-5px}#atomic .B\(20px\){bottom:20px}.mobile .mobile_B\(5px\){bottom:5px!important}#atomic .B\(265px\){bottom:265px}#atomic .B\(33px\){bottom:33px}#atomic .B\(-85px\){bottom:-85px}#atomic .B\(-20\%\){bottom:-20%}.horoscope-sign:hover .horoscope-sign\:h_B\(0\)\!{bottom:0!important}#atomic .B\(3px\){bottom:3px}#atomic .B\(6px\){bottom:6px}#atomic .B\(61px\){bottom:61px}#atomic .B\(60px\){bottom:60px}#atomic .B\(66px\){bottom:66px}#atomic .B\(-2px\){bottom:-2px}#atomic .B\(30px\){bottom:30px}#atomic .Start\(\$notificationCenter\){left:calc(50vw - 200px)}#atomic .Start\(-90px\){left:-90px}#atomic .Start\(0\){left:0}#atomic .Start\(100\%\){left:100%}#atomic .Start\(20px\){left:20px}#atomic .Start\(50\%\){left:50%}#atomic .Start\(10px\){left:10px}#atomic .Start\(a\){left:auto}#atomic .Start\(-4px\){left:-4px}#atomic .Start\(-5px\){left:-5px}#atomic .Start\(-10px\){left:-10px}#atomic .Start\(8\%\){left:8%}#atomic .Start\(26\%\){left:26%}#atomic .Start\(44\%\){left:44%}#atomic .Start\(62\%\){left:62%}#atomic .Start\(80\%\){left:80%}#atomic .Start\(35\%\){left:35%}#atomic .Start\(52\%\){left:52%}#atomic .Start\(75\%\),#atomic .Start\(3\/4\){left:75%}#atomic .Start\(59\%\){left:59%}#atomic .Start\(25\%\){left:25%}#atomic .Start\(43\%\){left:43%}#atomic .Start\(20\%\){left:20%}#atomic .Start\(45\%\){left:45%}#atomic .Start\(58\%\){left:58%}#atomic .Start\(32\%\){left:32%}#atomic .Start\(38\%\){left:38%}#atomic .Start\(47\%\){left:47%}#atomic .Start\(67\%\){left:67%}#atomic .Start\(82\%\){left:82%}#atomic .Start\(64\%\){left:64%}#atomic .Start\(-25\%\){left:-25%}#atomic .Start\(-12\%\){left:-12%}#atomic .Start\(145px\){left:145px}#atomic .Start\(30px\){left:30px}#atomic .Start\(0px\){left:0}#atomic .Start\(2px\){left:2px}#atomic .Start\(56px\){left:56px}#atomic .Start\(12px\){left:12px}#atomic .Start\(195px\){left:195px}#atomic .Start\(-150px\){left:-150px}#atomic .Start\(100px\){left:100px}#atomic .Op\(\.8\){opacity:.8;filter:alpha(opacity=80)}#atomic .Op\(1\)\:h:hover{opacity:1;filter:alpha(opacity=100)}#atomic .Op\(0\.30\){opacity:.3;filter:alpha(opacity=30)}#atomic .Op\(0\.70\){opacity:.7}#atomic .Op\(0\.70\),#atomic .Op\(0\.7\){filter:alpha(opacity=70)}#atomic .Op\(1\)\:f:focus{opacity:1;filter:alpha(opacity=100)}#atomic .Op\(1\){opacity:1}#atomic .Op\(1\),.nr-open .nr-open_Op\(1\),.openSubNav .openSubNav_Op\(1\){filter:alpha(opacity=100)}#atomic .Op\(0\.7\)\:f:focus{opacity:.7;filter:alpha(opacity=70)}#atomic .Op\(0\.7\)\:h:hover{opacity:.7;filter:alpha(opacity=70)}#atomic .Op\(1\)\:di:disabled{opacity:1;filter:alpha(opacity=100)}#atomic .Op\(0\.33\){opacity:.33;filter:alpha(opacity=33)}#atomic .Op\(0\){opacity:0}#atomic .Op\(0\),.JsEnabled .JsEnabled_Op\(0\),#atomic .Op\(0\)\!{filter:alpha(opacity=0)}#atomic .Op\(\.66\){opacity:.66;filter:alpha(opacity=66)}.JsEnabled .JsEnabled_Op\(0\),#atomic .Op\(0\)\!{opacity:0!important}#atomic .Op\(\.5\){opacity:.5}#atomic .Op\(\.5\),#atomic .Op\(0\.5\){filter:alpha(opacity=50)}#atomic .Op\(0\.2\){opacity:.2;filter:alpha(opacity=20)}#atomic .Op\(0\.7\){opacity:.7}.VideoPlayerCover:hover .VideoPlayerCover\:h_Op\(1\){opacity:1!important;filter:alpha(opacity=100)}.VideoPlayerCover:hover .VideoPlayerCover\:h_Op\(0\.4\){opacity:.4!important;filter:alpha(opacity=40)}#atomic .Op\(0\.5\){opacity:.5}.vid-card:hover .vid-card\:h_Op\(1\){opacity:1!important;filter:alpha(opacity=100)}#atomic .Op\(100\){opacity:100;filter:alpha(opacity=10000)}#atomic .Op\(\.4\){opacity:.4;filter:alpha(opacity=40)}.playlist-player:hover .playlist-player\:h_Op\(1\){opacity:1!important;filter:alpha(opacity=100)}#atomic .Op\(\.9\)\:h:hover{opacity:.9;filter:alpha(opacity=90)}#atomic .Op\(0\.95\){opacity:.95;filter:alpha(opacity=95)}.mouseover:hover .mouseover\:h_Op\(1\){opacity:1!important;filter:alpha(opacity=100)}#atomic .Op\(0\.9\){opacity:.9;filter:alpha(opacity=90)}.nr-open .nr-open_Op\(1\),.openSubNav .openSubNav_Op\(1\){opacity:1!important}#atomic .Ov\(s\){overflow:scroll}#atomic .Ov\(h\),.Ell,.Hidden,[class*=LineClamp]{overflow:hidden}#atomic .Ov\(a\){overflow:auto}#atomic .Ov\(v\){overflow:visible}.UhHideSubnav .UhHideSubnav_Ov\(h\),.JsEnabled .JsEnabled_Ov\(h\){overflow:hidden!important}#atomic .Ovx\(h\){overflow-x:hidden}#atomic .Ovy\(s\){overflow-y:scroll}#atomic .Ovy\(a\){overflow-y:auto}#atomic .Ovy\(h\){overflow-y:hidden}.uh-search-open .uh-search-open_Ovy\(h\){overflow-y:hidden!important}#atomic .Ovs\(touch\){-webkit-overflow-scrolling:touch}#atomic .P\(8px\){padding:8px}#atomic .P\(4px\){padding:4px}#atomic .P\(10px\){padding:10px}#atomic .P\(5px\){padding:5px}#atomic .P\(0\){padding:0}#atomic .P\(15px\){padding:15px}#atomic .P\(2\){padding:2}#atomic .P\(6px\){padding:6px}#atomic .P\(20px\){padding:20px}#atomic .P\(16px\){padding:16px}#atomic .P\(0px\){padding:0}#atomic .P\(20px\)\!{padding:20px!important}#atomic .P\(14px\){padding:14px}#atomic .P\(12px\){padding:12px}#atomic .P\(9px\){padding:9px}.mobile .mobile_P\(0\),.Hidden{padding:0!important}#atomic .P\(7px\){padding:7px}#atomic .P\(2px\){padding:2px}.mobile .mobile_P\(12px\){padding:12px!important}#atomic .P\(3px\){padding:3px}#atomic .Px\(16px\){padding-left:16px;padding-right:16px}#atomic .Px\(8px\),#atomic .Pstart\(8px\){padding-left:8px}#atomic .Px\(8px\),#atomic .Pend\(8px\){padding-right:8px}#atomic .Px\(0\),#atomic .Pstart\(0\){padding-left:0}#atomic .Px\(0\),#atomic .Pend\(0\){padding-right:0}#atomic .Px\(6px\),#atomic .Pstart\(6px\){padding-left:6px}#atomic .Px\(6px\),#atomic .Pend\(6px\){padding-right:6px}#atomic .Px\(10px\),#atomic .Pstart\(10px\){padding-left:10px}#atomic .Px\(10px\),#atomic .Pend\(10px\){padding-right:10px}#atomic .Px\(4px\),#atomic .Px\(cell-padding-x\),#atomic .Pstart\(4px\){padding-left:4px}#atomic .Px\(4px\),#atomic .Px\(cell-padding-x\),#atomic .Pend\(4px\),#atomic .Pend\(cell-padding-x\){padding-right:4px}#atomic .Px\(22px\),#atomic .Pstart\(22px\){padding-left:22px}#atomic .Px\(22px\){padding-right:22px}#atomic .Px\(15px\),#atomic .Pstart\(15px\){padding-left:15px}#atomic .Px\(15px\),#atomic .Pend\(15px\){padding-right:15px}#atomic .Px\(20px\),#atomic .Px\(navPaddings\),#atomic .Pstart\(20px\){padding-left:20px}#atomic .Px\(20px\),#atomic .Px\(navPaddings\),#atomic .Pend\(20px\),#atomic .Pend\(navPaddings\){padding-right:20px}#atomic .Px\(24px\){padding-left:24px;padding-right:24px}#atomic .Px\(3px\),#atomic .Pstart\(3px\){padding-left:3px}#atomic .Px\(3px\){padding-right:3px}#atomic .Px\(14px\),#atomic .Pstart\(14px\){padding-left:14px}#atomic .Px\(14px\),#atomic .Pend\(14px\){padding-right:14px}#atomic .Px\(26px\){padding-left:26px;padding-right:26px}#atomic .Px\(10px\)\!{padding-left:10px!important;padding-right:10px!important}#atomic .Px\(30px\),#atomic .Pstart\(30px\){padding-left:30px}#atomic .Px\(30px\),#atomic .Pend\(30px\){padding-right:30px}#atomic .Px\(5px\),#atomic .Pstart\(5px\){padding-left:5px}#atomic .Px\(5px\),#atomic .Pend\(5px\){padding-right:5px}#atomic .Px\(25px\),#atomic .Pstart\(25px\){padding-left:25px}#atomic .Px\(25px\){padding-right:25px}#atomic .Px\(2px\),#atomic .Pstart\(2px\){padding-left:2px}#atomic .Px\(2px\),#atomic .Pend\(2px\){padding-right:2px}#atomic .Px\(12px\),#atomic .Pstart\(12px\){padding-left:12px}#atomic .Px\(12px\),#atomic .Pend\(12px\){padding-right:12px}#atomic .Px\(1px\),#atomic .Pstart\(1px\){padding-left:1px}#atomic .Px\(1px\),#atomic .Pend\(1px\){padding-right:1px}#atomic .Px\(18px\){padding-left:18px;padding-right:18px}#atomic .Px\(50px\){padding-left:50px;padding-right:50px}#atomic .Px\(36px\){padding-left:36px;padding-right:36px}#atomic .Px\(\.5em\),#atomic .Pstart\(\.5em\){padding-left:.5em}#atomic .Px\(\.5em\){padding-right:.5em}#atomic .Px\(17px\),#atomic .Pstart\(17px\){padding-left:17px}#atomic .Px\(17px\),#atomic .Pend\(17px\){padding-right:17px}.mobile .mobile_Px\(5px\){padding-left:5px!important;padding-right:5px!important}.mobile .mobile_Px\(20px\),#atomic .Pstart\(20px\)\!{padding-left:20px!important}.mobile .mobile_Px\(20px\),.mobile .mobile_Pend\(20px\){padding-right:20px!important}#atomic .Py\(4px\),#atomic .Pt\(4px\){padding-top:4px}#atomic .Py\(4px\),#atomic .Pb\(4px\){padding-bottom:4px}#atomic .Py\(20px\),#atomic .Pt\(20px\){padding-top:20px}#atomic .Py\(20px\),#atomic .Pb\(20px\){padding-bottom:20px}#atomic .Py\(0\),#atomic .Pt\(0\){padding-top:0}#atomic .Py\(0\),#atomic .Pb\(0\){padding-bottom:0}#atomic .Py\(10px\),#atomic .Pt\(10px\){padding-top:10px}#atomic .Py\(10px\),#atomic .Pb\(10px\){padding-bottom:10px}#atomic .Py\(5px\),#atomic .Pt\(5px\){padding-top:5px}#atomic .Py\(5px\),#atomic .Pb\(5px\){padding-bottom:5px}#atomic .Py\(8px\),#atomic .Pt\(8px\){padding-top:8px}#atomic .Py\(8px\),#atomic .Pb\(8px\){padding-bottom:8px}#atomic .Py\(12px\),#atomic .Pt\(12px\){padding-top:12px}#atomic .Py\(12px\){padding-bottom:12px}#atomic .Py\(30px\),#atomic .Pt\(30px\){padding-top:30px}#atomic .Py\(30px\),#atomic .Pb\(30px\){padding-bottom:30px}#atomic .Py\(7px\),#atomic .Pt\(7px\){padding-top:7px}#atomic .Py\(7px\){padding-bottom:7px}#atomic .Py\(6px\),#atomic .Py\(cell-padding-y\),#atomic .Pt\(6px\){padding-top:6px}#atomic .Py\(6px\),#atomic .Py\(cell-padding-y\),#atomic .Pb\(6px\){padding-bottom:6px}#atomic .Py\(2px\),#atomic .Pt\(2px\){padding-top:2px}#atomic .Py\(2px\){padding-bottom:2px}#atomic .Py\(24px\),#atomic .Pt\(24px\){padding-top:24px}#atomic .Py\(24px\),#atomic .Pb\(24px\){padding-bottom:24px}#atomic .Py\(3px\),#atomic .Pt\(3px\){padding-top:3px}#atomic .Py\(3px\),#atomic .Pb\(3px\){padding-bottom:3px}#atomic .Py\(15px\),#atomic .Pt\(15px\){padding-top:15px}#atomic .Py\(15px\),#atomic .Pb\(15px\){padding-bottom:15px}#atomic .Py\(0px\){padding-top:0;padding-bottom:0}#atomic .Py\(14px\){padding-top:14px}#atomic .Py\(14px\),#atomic .Pb\(14px\){padding-bottom:14px}.UHMR1D .UHMR1D_Py\(0px\){padding-top:0!important}.UHMR1D .UHMR1D_Py\(0px\),.UHMR1D .UHMR1D_Pb\(0px\){padding-bottom:0!important}.DarkTheme .DarkTheme_Py\(9px\){padding-top:9px!important;padding-bottom:9px!important}#atomic .Py\(16px\),#atomic .Pt\(16px\){padding-top:16px}#atomic .Py\(16px\),#atomic .Pb\(16px\){padding-bottom:16px}.uh-max .uh-max_Py\(50px\){padding-top:50px!important;padding-bottom:50px!important}#atomic .Py\(11px\){padding-top:11px}#atomic .Py\(11px\),#atomic .Pb\(11px\){padding-bottom:11px}#atomic .Py\(1px\),#atomic .Pt\(1px\){padding-top:1px}#atomic .Py\(1px\){padding-bottom:1px}#atomic .Py\(5px\)\!{padding-top:5px!important;padding-bottom:5px!important}#atomic .Py\(32px\){padding-top:32px;padding-bottom:32px}#atomic .Py\(13px\),#atomic .Pt\(13px\){padding-top:13px}#atomic .Py\(13px\),#atomic .Pb\(13px\){padding-bottom:13px}.nonsticky .nonsticky_Pt\(13px\){padding-top:13px!important}#atomic .Pt\(2\){padding-top:2}#atomic .Pt\(4\){padding-top:4}#atomic .Pt\(56\%\){padding-top:56%}#atomic .Pt\(35\%\){padding-top:35%}#atomic .Pt\(90px\){padding-top:90px}#atomic .Pt\(\.3em\){padding-top:.3em}#atomic .Pt\(75\%\){padding-top:75%}#atomic .Pt\(28px\){padding-top:28px}#atomic .Pt\(100px\){padding-top:100px}#atomic .Pend\(0px\){padding-right:0}.ie-7 .ie-7_Pend\(15px\){padding-right:15px!important}#atomic .Pend\(60px\){padding-right:60px}#atomic .Pend\(83px\){padding-right:83px}#atomic .Pend\(38px\){padding-right:38px}#atomic .Pend\(0\.5\%\){padding-right:.5%}#atomic .Pend\(320px\){padding-right:320px}#atomic .Pend\(\.2em\){padding-right:.2em}#atomic .Pend\(1\.7em\){padding-right:1.7em}#atomic .Pend\(7px\){padding-right:7px}#atomic .Pend\(80px\){padding-right:80px}#atomic .Pend\(380px\){padding-right:380px}#atomic .Pend\(30px\)\!{padding-right:30px!important}#atomic .Pend\(0\)\:lc:last-child{padding-right:0}#atomic .Pend\(44px\){padding-right:44px}#atomic .Pb\(35px\){padding-bottom:35px}#atomic .Pb\(40px\){padding-bottom:40px}#atomic .Pb\(22px\){padding-bottom:22px}.nonsticky .nonsticky_Pb\(2px\){padding-bottom:2px!important}#atomic .Pb\(56\.25\%\){padding-bottom:56.25%}#atomic .Pb\(\.2em\){padding-bottom:.2em}.mobile .mobile_Pb\(3px\){padding-bottom:3px!important}#atomic .Pb\(500px\){padding-bottom:500px}.mobile .mobile_Pb\(20px\){padding-bottom:20px!important}#atomic .Pstart\(40px\){padding-left:40px}#atomic .Pstart\(54px\){padding-left:54px}#atomic .Pstart\(0\.5\%\){padding-left:.5%}#atomic .Pstart\(75px\){padding-left:75px}#atomic .Pstart\(9px\){padding-left:9px}#atomic .Pstart\(0px\){padding-left:0}#atomic .Pstart\(23px\){padding-left:23px}.uh-logo-open .uh-logo-open_Pe\(n\){pointer-events:none!important}#atomic .Pe\(n\){pointer-events:none}#atomic .Pos\(f\){position:fixed}#atomic .Pos\(a\),.StretchedBox{position:absolute}#atomic .Pos\(r\){position:relative}.uh-search-open .uh-search-open_Pos\(f\),.mobile .mobile_Pos\(f\),.tablet .tablet_Pos\(f\),#atomic .Pos\(f\)\!{position:fixed!important}.ie-7 .ie-7_Pos\(a\),.Hidden{position:absolute!important}#atomic .Tbl\(f\){table-layout:fixed}#atomic .Tbl\(a\){table-layout:auto}#atomic .Ta\(c\){text-align:center}#atomic .Ta\(end\){text-align:right}#atomic .Ta\(start\){text-align:left}#atomic .Ta\(s\){text-align:start}#atomic .Ta\(e\){text-align:end}#atomic .Ta\(l\){text-align:18px}#atomic .Tal\(start\){-moz-text-align-last:left;text-align-last:left}#atomic .Td\(n\){text-decoration:none}#atomic .Td\(n\)\:h:hover{text-decoration:none}#atomic .Td\(u\)\:f:focus{text-decoration:underline}#atomic .Td\(u\)\:h:hover{text-decoration:underline}.superhero-content:hover .superhero-content\:h_Td\(u\){text-decoration:underline!important}#atomic .Td\(n\)\!\:h:hover{text-decoration:none!important}#atomic .Td\(u\){text-decoration:underline}.mouseover:hover .mouseover\:h_Td\(u\){text-decoration:underline!important}.horoscope-sign:hover .horoscope-sign\:h_Td\(n\)\!{text-decoration:none!important}.frequency-tab:hover .frequency-tab\:h_Td\(n\)\!{text-decoration:none!important}.prev-next-container:hover .prev-next-container\:h_Td\(n\)\!{text-decoration:none!important}#atomic .Td\(n\)\:a:active{text-decoration:none}#atomic .Td\(n\)\!{text-decoration:none!important}#atomic .Ti\(-9999px\){text-indent:-9999px}#atomic .Ti\(-999em\){text-indent:-999em}#atomic .Ti\(2em\){text-indent:2em}#atomic .Ti\(5px\){text-indent:5px}#atomic .Ti\(0\){text-indent:0}#atomic .Tov\(e\),.Ell{text-overflow:ellipsis}#atomic .Tren\(os\){text-rendering:optimizeSpeed}#atomic .Tt\(u\){text-transform:uppercase}#atomic .Tt\(c\){text-transform:capitalize}#atomic .Tt\(n\){text-transform:none}#atomic .Tsh\(blk\){text-shadow:0 1px black}.uh-profile-card-open .uh-profile-card-open_Rotate\(180deg\){-webkit-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;transform:rotate(180deg)!important}#atomic .Rotate\(180deg\){-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#atomic .Rotate\(90deg\){-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#atomic .Rotate\(-90deg\){-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.nr-applet-open .nr-applet-open_Rotate\(-90deg\){-webkit-transform:rotate(-90deg)!important;-ms-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important}#atomic .Scale\(1\.1\,1\.1\)\:h:hover{-webkit-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}#atomic .TranslateY\(0\){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nonsticky .nonsticky_TranslateY\(-50px\){-webkit-transform:translateY(-50px)!important;-ms-transform:translateY(-50px)!important;transform:translateY(-50px)!important}.uh-search-open .uh-search-open_TranslateY\(0\){-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}#atomic .TranslateY\(0\%\){-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#atomic .TranslateY\(100\%\){-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}#atomic .TranslateY\(-50\%\){-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#atomic .Trs\(shadowTransition\){-webkit-transition:box-shadow .5s;transition:box-shadow .5s}#atomic .Trs\(bigplay-transition\){transition:-webkit-clip-path .7s,-webkit-clip-path .7s,-moz-clip-path .7s,opacity .2s;transition:clip-path .7s,-webkit-clip-path .7s,-moz-clip-path .7s,opacity .2s}#atomic .Trs\(header-transition\){-webkit-transition:width .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-in-out,background-color .2s ease-in-out}#atomic .Trs\(diamond-transition\){-webkit-transition:all .3s ease-out;transition:all .3s ease-out}#atomic .Trs\(pill-transition\){-webkit-transition:border-color .1s ease-in-out;transition:border-color .1s ease-in-out}#atomic .Trs\(plButton\){-webkit-transition:opacity .48s ease;transition:opacity .48s ease}#atomic .Trs\(vla\){-webkit-transition:right .48s ease;transition:right .48s ease}#atomic .Trs\(vlead\){-webkit-transition:all .16s ease;transition:all .16s ease}#atomic .Trs\(vm\){-webkit-transition:top .32s ease,opacity .48s ease,visibility .48s ease;transition:top .32s ease,opacity .48s ease,visibility .48s ease}#atomic .Trs\(vpa\){-webkit-transition:margin-right .48s ease;transition:margin-right .48s ease}#atomic .Trs\(bgc\){-webkit-transition:background-color .24s ease;transition:background-color .24s ease}#atomic .Trs\(plMsg\){-webkit-transition:opacity .32s ease,height .32s ease;transition:opacity .32s ease,height .32s ease}#atomic .Trs\(drawer\){-webkit-transition:height .3s ease 0s;transition:height .3s ease 0s}#atomic .Trs\(signGridBgTransition\){-webkit-transition:background 1s ease;transition:background 1s ease}#atomic .Trs\(signGridBottomTransition\){-webkit-transition:bottom 1s ease;transition:bottom 1s ease}#atomic .Trs\(logoNavTransitionOut\){-webkit-transition:max-height,.1s ease-in;transition:max-height,.1s ease-in}.nr-open .nr-open_Trs\(logoNavTransitionIn\),.openSubNav .openSubNav_Trs\(logoNavTransitionIn\){-webkit-transition:max-height .5s,ease!important!important;transition:max-height .5s,ease!important!important}#atomic .Trs\(subnavTransition\){-webkit-transition:top 300ms;transition:top 300ms}#atomic .Trs\(nrProfileTrs\){-webkit-transition:max-height .5s;transition:max-height .5s}#atomic .Trsde\(0s\){-webkit-transition-delay:0s;transition-delay:0s}#atomic .Trsdu\(\.3s\){-webkit-transition-duration:.3s;transition-duration:.3s}#atomic .Trsdu\(0\.13s\){-webkit-transition-duration:.13s;transition-duration:.13s}#atomic .Trsdu\(0\.14s\){-webkit-transition-duration:.14s;transition-duration:.14s}#atomic .Trsdu\(\.42s\){-webkit-transition-duration:.42s;transition-duration:.42s}#atomic .Trsdu\(0\.3s\){-webkit-transition-duration:.3s;transition-duration:.3s}#atomic .Trsdu\(0\.24s\){-webkit-transition-duration:.24s;transition-duration:.24s}#atomic .Trsdu\(0\.25s\){-webkit-transition-duration:.25s;transition-duration:.25s}#atomic .Trsdu\(0\.1s\){-webkit-transition-duration:.1s;transition-duration:.1s}#atomic .Trsdu\(\.2s\){-webkit-transition-duration:.2s;transition-duration:.2s}#atomic .Trsdu\(3s\){-webkit-transition-duration:3s;transition-duration:3s}#atomic .Trsdu\(0s\)\!{-webkit-transition-duration:0s!important;transition-duration:0s!important}#atomic .Trsp\(a\){-webkit-transition-property:all;transition-property:all}#atomic .Trsp\(op\){-webkit-transition-property:opacity;transition-property:opacity}#atomic .Trsp\(max-height\){-webkit-transition-property:205px;transition-property:205px}#atomic .Trstf\(eo\){-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}#atomic .Us\(n\){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#atomic .Va\(m\){vertical-align:middle}#atomic .Va\(t\),.IbBox,.Row{vertical-align:top}#atomic .Va\(m\)\!{vertical-align:middle!important}#atomic .Va\(b\){vertical-align:bottom}#atomic .Va\(bl\){vertical-align:baseline}#atomic .V\(h\){visibility:hidden}.YDC-UH-Stack:hover .YDC-UH-Stack\:h_V\(v\){visibility:visible!important}.nr-open .nr-open_V\(v\),.uh-search-open .uh-search-open_V\(v\){visibility:visible!important}.readerOpen .readerOpen_V\(h\){visibility:hidden!important}#atomic .V\(v\){visibility:visible}.Navrail-applet:hover .Navrail-applet\:h_V\(v\){visibility:visible!important}#atomic .Whs\(p\){white-space:pre}#atomic .Whs\(nw\),.Ell{white-space:nowrap}#atomic .Whs\(n\){white-space:normal}#atomic .W\(100\%\),#atomic .W\(1\/1\),.Row{width:100%}#atomic .W\(80\%\),#atomic .W\(4\/5\){width:80%}#atomic .W\(a\){width:auto}#atomic .W\(280px\){width:280px}#atomic .W\(300px\),#atomic .W\(columnWidth\){width:300px}#atomic .W\(471px\){width:471px}#atomic .W\(100px\){width:100px}#atomic .W\(40vw\){width:40vw}#atomic .W\(320px\){width:320px}#atomic .W\(290px\){width:290px}#atomic .W\(125px\){width:125px}#atomic .W\(1\/8\){width:12.5%}#atomic .W\(4\/8\),#atomic .W\(1\/2\),#atomic .W\(50\%\){width:50%}#atomic .W\(3\/8\){width:37.5%}#atomic .W\(5\/8\){width:62.5%}#atomic .W\(690px\){width:690px}#atomic .W\(52px\){width:52px}#atomic .W\(20px\){width:20px}#atomic .W\(30px\),#atomic .W\(plButtonWd\){width:30px}#atomic .W\(160px\){width:160px}#atomic .W\(260px\){width:260px}#atomic .W\(302px\){width:302px}#atomic .W\(115px\){width:115px}#atomic .W\(85px\){width:85px}#atomic .W\(1\/3\){width:33.3333%}#atomic .W\(2\/3\){width:66.6667%}#atomic .W\(60\%\),#atomic .W\(3\/5\){width:60%}#atomic .W\(30\%\),#atomic .W\(3\/10\){width:30%}#atomic .W\(33\%\){width:33%}#atomic .W\(15\%\){width:15%}#atomic .W\(35\%\){width:35%}#atomic .W\(18px\){width:18px}#atomic .W\(9\/10\),#atomic .W\(90\%\){width:90%}#atomic .W\(1\/10\),#atomic .W\(10\%\){width:10%}#atomic .W\(107px\){width:107px}#atomic .W\(4\/10\),#atomic .W\(40\%\),#atomic .W\(2\/5\){width:40%}#atomic .W\(26px\){width:26px}#atomic .W\(486px\){width:486px}#atomic .W\(95px\){width:95px}#atomic .W\(75px\){width:75px}#atomic .W\(170px\),#atomic .W\(logoNavItemWidth\){width:170px}#atomic .W\(67px\){width:67px}#atomic .W\(97px\){width:97px}#atomic .W\(90px\){width:90px}#atomic .W\(80px\){width:80px}#atomic .W\(133px\){width:133px}#atomic .W\(74px\){width:74px}#atomic .W\(60px\){width:60px}#atomic .W\(155px\){width:155px}#atomic .W\(62px\){width:62px}#atomic .W\(112px\){width:112px}#atomic .W\(45px\){width:45px}#atomic .W\(138px\){width:138px}#atomic .W\(69px\){width:69px}#atomic .W\(141px\){width:141px}#atomic .W\(70px\){width:70px}#atomic .W\(68px\){width:68px}#atomic .W\(340px\){width:340px}#atomic .W\(92px\){width:92px}#atomic .W\(140px\){width:140px}#atomic .W\(34px\){width:34px}#atomic .W\(42vw\){width:42vw}.ie-8 .ie-8_W\(412px\),.ie-7 .ie-7_W\(412px\){width:412px!important}#atomic .W\(180px\),#atomic .W\(subNavItemWidth\){width:180px}#atomic .W\(158px\){width:158px}#atomic .W\(130px\){width:130px}#atomic .W\(210px\){width:210px}#atomic .W\(120px\),#atomic .W\(spon5Width\){width:120px}#atomic .W\(150px\){width:150px}#atomic .W\(54\%\){width:54%}#atomic .W\(69\.45\%\){width:69.45%}#atomic .W\(195px\){width:195px}#atomic .W\(225px\){width:225px}#atomic .W\(145px\){width:145px}#atomic .W\(36px\){width:36px}#atomic .W\(165px\){width:165px}#atomic .W\(400px\){width:400px}#atomic .W\(49\.5\%\){width:49.5%}#atomic .W\(490px\){width:490px}#atomic .W\(510px\){width:510px}#atomic .W\(610px\){width:610px}#atomic .W\(450px\){width:450px}#atomic .W\(16px\){width:16px}#atomic .W\(8px\){width:8px}#atomic .W\(0\){width:0}#atomic .W\(54px\){width:54px}#atomic .W\(42px\){width:42px}#atomic .W\(6\%\){width:6%}#atomic .W\(88\%\){width:88%}#atomic .W\(99\.2\%\){width:99.2%}#atomic .W\(20\%\),#atomic .W\(1\/5\){width:20%}#atomic .W\(5\%\){width:5%}#atomic .W\(8\%\){width:8%}#atomic .W\(31\%\){width:31%}#atomic .W\(14\%\){width:14%}#atomic .W\(50px\){width:50px}#atomic .W\(5em\){width:5em}#atomic .W\(28px\){width:28px}#atomic .W\(70\%\){width:70%}#atomic .W\(12\%\){width:12%}#atomic .W\(17\%\){width:17%}#atomic .W\(95\%\){width:95%}#atomic .W\(110px\){width:110px}#atomic .W\(1\/6\){width:16.6667%}#atomic .W\(40px\){width:40px}#atomic .W\(1\/12\){width:8.3333%}#atomic .W\(7\/12\){width:58.3333%}#atomic .W\(25\%\),#atomic .W\(1\/4\){width:25%}#atomic .W\(288px\){width:288px}#atomic .W\(24px\){width:24px}#atomic .W\(21px\){width:21px}#atomic .W\(12px\){width:12px}#atomic .W\(2px\){width:2px}#atomic .W\(1px\){width:1px}#atomic .W\(10px\){width:10px}#atomic .W\(211px\){width:211px}#atomic .W\(150\%\){width:150%}#atomic .W\(125\%\){width:125%}#atomic .W\(190px\){width:190px}#atomic .W\(18\%\){width:18%}#atomic .W\(25px\){width:25px}#atomic .W\(55px\){width:55px}#atomic .W\(200px\){width:200px}#atomic .W\(75\%\),#atomic .W\(3\/4\){width:75%}#atomic .W\(250px\){width:250px}#atomic .W\(530px\){width:530px}#atomic .W\(imgWd\){width:124px}#atomic .W\(216px\){width:216px}#atomic .W\(207px\){width:207px}#atomic .W\(38\%\){width:38%}#atomic .W\(100\%\)\!,.desktop .desktop_W\(100\%\){width:100%!important}#atomic .W\(58\%\){width:58%}#atomic .W\(85\%\){width:85%}#atomic .W\(1\%\){width:1%}#atomic .W\(139px\){width:139px}#atomic .W\(222px\){width:222px}#atomic .W\(220px\){width:220px}#atomic .W\(55\%\){width:55%}#atomic .W\(22px\){width:22px}#atomic .W\(84px\){width:84px}#atomic .W\(29\%\){width:29%}#atomic .W\(370px\){width:370px}#atomic .W\(480px\){width:480px}#atomic .W\(166px\){width:166px}#atomic .W\(230px\)\!{width:230px!important}#atomic .W\(210px\)\!{width:210px!important}#atomic .W\(0px\){width:0}#atomic .W\(99px\){width:99px}#atomic .W\(13px\){width:13px}#atomic .W\(10000px\){width:10000px}#atomic .W\(65px\){width:65px}.JsEnabled .JsEnabled_W\(0\){width:0!important}#atomic .W\(91\%\){width:91%}#atomic .W\(26\.5\%\){width:26.5%}#atomic .W\(178px\){width:178px}#atomic .W\(600px\){width:600px}.ie-7 .ie-7_W\(45\%\){width:45%!important}#atomic .W\(970px\){width:970px}#atomic .Wow\(bw\){word-wrap:break-word}#atomic .Z\(100\){z-index:100}#atomic .Z\(1\)\!{z-index:1!important}#atomic .Z\(10\){z-index:10}#atomic .Z\(1\){z-index:1}#atomic .Z\(0\){z-index:0}#atomic .Z\(5\){z-index:5}#atomic .Z\(8\)\!{z-index:8!important}#atomic .Z\(8\){z-index:8}#atomic .Z\(2\){z-index:2}#atomic .Z\(50\){z-index:50}#atomic .Z\(3\){z-index:3}#atomic .Z\(4\){z-index:4}#atomic .Z\(11\){z-index:11}#atomic .Z\(10\)\:h:hover{z-index:10}#atomic .Z\(-1\){z-index:-1}#atomic .Z\(20\){z-index:20}.horoscope-sign:hover .horoscope-sign\:h_Z\(-1\){z-index:-1!important}#atomic .Z\(9\){z-index:9}#atomic .Fill\(\$actionBlue\)\!{fill:#0081f2!important}#atomic .Fill\(\#000\)\!{fill:#000!important}#atomic .Fill\(\$gray\)\!{fill:#abaeb7!important}#atomic .Fill\(\$actionBlue\)\!\:h:hover{fill:#0081f2!important}#atomic .Fill\(diamond-gray\){fill:#9ea2af}#atomic .Fill\(diamond-orange\){fill:#ff8b12}#atomic .Fill\(\$fg-link\)\!{fill:#2d90ff!important}#atomic .Fill\(\$c-fuji-ui-failure\)\!\:h:hover{fill:#ff333a!important}#atomic .Fill\(\$c-fuji-ui-success\)\!\:h:hover{fill:#00cd7a!important}#atomic .Stk\(\$gray\)\!{stroke:#abaeb7!important}#atomic .Stk\(\$actionBlue\)\!{stroke:#0081f2!important}#atomic .Stk\(diamond-gray\){stroke:#9ea2af}#atomic .Stk\(diamond-orange\){stroke:#ff8b12}#atomic .Stk\(\$fg-link\)\!{stroke:#2d90ff!important}#atomic .Stk\(\$c-fuji-ui-failure\)\!\:h:hover{stroke:#ff333a!important}#atomic .Stk\(\$c-fuji-ui-success\)\!\:h:hover{stroke:#00cd7a!important}.BdY,.BdT,.BdB{border-right-width:0;border-left-width:0}.BdT,.BdEnd{border-bottom-width:0}.BdEnd,.BdB{border-top-width:0}.BdEnd{border-left-width:0}.BfcHack{width:1600px}.BfcHack,.Row{*width:auto}.Cf:before,.Cf:after{content:" ";display:table}.Cf:after{clear:both}.Ell:after{content:".";font-size:0;visibility:hidden;display:inline-block;overflow:hidden;height:0;width:0}.Ell{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}.Hidden{*clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;width:1px!important}[class*=LineClamp]{display:-webkit-box;-webkit-box-orient:vertical}a[class*=LineClamp]{display:-webkit-box}a[class*=LineClamp]:after{content:".";font-size:0;visibility:hidden;display:inline-block;overflow:hidden;height:0;width:0}.LineClamp\(3\,50px\),.LineClamp\(3\,66px\),.LineClamp\(3\,54\.015px\),.LineClamp\(3\,54px\),.LineClamp\(3\,45px\),.LineClamp\(3\,48px\){-webkit-line-clamp:3}.LineClamp\(3\,50px\){max-height:50px}.LineClamp\(2\,54px\),.LineClamp\(2\),.LineClamp\(2\,36px\),.LineClamp\(2\,32px\),.LineClamp\(2\,44px\),.LineClamp\(2\,47px\),.LineClamp\(2\,42px\),.LineClamp\(2\,39px\){-webkit-line-clamp:2}.LineClamp\(2\,54px\),.LineClamp\(3\,54px\){max-height:54px}.LineClamp\(2\){max-height:}.LineClamp\(2\,36px\){max-height:36px}.LineClamp\(4\,66px\),.LineClamp\(4\,91px\),.LineClamp\(4\,96px\),.mobile .mobile_LineClamp\(4\,80px\),.LineClamp\(4\,68px\){-webkit-line-clamp:4}.LineClamp\(4\,66px\),.LineClamp\(3\,66px\){max-height:66px}.LineClamp\(2\,32px\){max-height:32px}.LineClamp\(2\,44px\){max-height:44px}.LineClamp\(5\,120px\){-webkit-line-clamp:5;max-height:120px}.LineClamp\(2\,47px\){max-height:47px}.LineClamp\(4\,91px\){max-height:91px}.LineClamp\(4\,96px\){max-height:96px}.LineClamp\(3\,54\.015px\){max-height:54.015px}.mobile .mobile_LineClamp\(4\,80px\){max-height:80px}.LineClamp\(2\,42px\){max-height:42px}.LineClamp\(3\,45px\){max-height:45px}.LineClamp\(3\,48px\){max-height:48px}.LineClamp\(2\,39px\){max-height:39px}.LineClamp\(4\,68px\){max-height:68px}.Row{*display:block}.StretchedBox{top:0;right:0;bottom:0;left:0}.Zoom{zoom:1}#atomic .Fsm\(\$fsmoothing\){font-smooth:antialiased}#atomic .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:antialiased}#atomic .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:antialiased}@media screen and (max-width:1370px){.full-screen .full-screen_Bdc\(\#979ba2\)--virgominimal{border-color:#979ba2!important}.full-screen .full-screen_Bds\(s\)--virgominimal{border-style:solid!important}.full-screen .full-screen_Bdw\(1px\)--virgominimal{border-width:1px!important}.full-screen .full-screen_Bg\(\#fff\)--virgominimal{background:#fff!important}.full-screen .full-screen_D\(ib\)--virgominimal{display:inline-block!important;zoom:1;*display:inline}.full-screen .full-screen_T\(100\%\)--virgominimal{top:100%!important}.full-screen .full-screen_Px\(4px\)--virgominimal{padding-left:4px!important;padding-right:4px!important}.full-screen .full-screen_Py\(5px\)--virgominimal{padding-top:5px!important;padding-bottom:5px!important}.full-screen .full-screen_Pos\(a\)--virgominimal{position:absolute!important}.full-screen .full-screen_Whs\(n\)--virgominimal{white-space:normal!important}.full-screen .full-screen_W\(250px\)--virgominimal{width:250px!important}}@media screen and (max-width:959px){#atomic .Bdc\(\#d7d9dd\)--sm{border-color:#d7d9dd}#atomic .Bdbs\(s\)--sm{border-bottom-style:solid}#atomic .Bdw\(1px\)--sm{border-width:1px}#atomic .Bg\(n\)--sm{background:none}#atomic .D\(n\)--sm{display:none}#atomic .D\(ib\)--sm{display:inline-block;zoom:1;*display:inline}#atomic .D\(tb\)--sm{display:table}#atomic .D\(tbfg\)--sm{display:table-footer-group}#atomic .D\(tbhg\)--sm{display:table-header-group}#atomic .D\(b\)--sm{display:block}#atomic .Fl\(n\)--sm{float:none}#atomic .Fz\(14px\)--sm{font-size:14px}#atomic .Fz\(16px\)--sm{font-size:16px}#atomic .Fz\(25px\)--sm{font-size:25px}#atomic .Fz\(32px\)--sm{font-size:32px}#atomic .Fz\(20px\)--sm{font-size:20px}#atomic .H\(40px\)--sm{height:40px}#atomic .H\(320px\)--sm{height:320px}#atomic .H\(300px\)--sm{height:300px}#atomic .H\(250px\)--sm{height:250px}#atomic .M\(a\)--sm{margin:auto}#atomic .Mx\(a\)--sm{margin-left:auto;margin-right:auto}#atomic .My\(20px\)--sm,#atomic .Mt\(20px\)--sm{margin-top:20px}#atomic .My\(20px\)--sm,#atomic .Mb\(20px\)--sm{margin-bottom:20px}#atomic .My\(5px\)--sm,#atomic .Mt\(5px\)--sm{margin-top:5px}#atomic .My\(5px\)--sm,#atomic .Mb\(5px\)--sm{margin-bottom:5px}#atomic .Mt\(0\)--sm{margin-top:0}#atomic .Mt\(0\.8em\)--sm{margin-top:.8em}#atomic .Mt\(14px\)--sm{margin-top:14px}#atomic .Mt\(15px\)--sm{margin-top:15px}#atomic .Mend\(0\)\!--sm{margin-right:0!important}#atomic .Mend\(5px\)--sm{margin-right:5px}#atomic .Mend\(10px\)--sm{margin-right:10px}#atomic .Mend\(0px\)--sm{margin-right:0}#atomic .Mb\(0\)--sm{margin-bottom:0}#atomic .Mb\(22px\)--sm{margin-bottom:22px}#atomic .Mb\(16px\)--sm{margin-bottom:16px}#atomic .Mb\(17px\)--sm{margin-bottom:17px}#atomic .Mb\(0px\)--sm{margin-bottom:0}#atomic .Mb\(30px\)--sm{margin-bottom:30px}#atomic .Mstart\(0\)--sm{margin-left:0}#atomic .Mstart\(15px\)--sm{margin-left:15px}#atomic .Mah\(40px\)--sm{max-height:40px}#atomic .Maw\(40px\)--sm{max-width:40px}#atomic .Maw\(640px\)--sm{max-width:640px}#atomic .Mih\(0\)--sm{min-height:0}#atomic .T\(5px\)--sm{top:5px}#atomic .T\(-20px\)--sm{top:-20px}#atomic .T\(10px\)--sm{top:10px}#atomic .Start\(-225px\)--sm{left:-225px}#atomic .Start\(-5px\)--sm{left:-5px}#atomic .Start\(a\)--sm{left:auto}#atomic .P\(20px\)--sm{padding:20px}#atomic .P\(0\)--sm{padding:0}#atomic .Px\(20px\)--sm,#atomic .Pstart\(20px\)--sm{padding-left:20px}#atomic .Px\(20px\)--sm,#atomic .Pend\(20px\)--sm{padding-right:20px}#atomic .Pt\(17px\)--sm{padding-top:17px}#atomic .Pt\(0\)--sm{padding-top:0}#atomic .Pend\(0px\)--sm{padding-right:0}#atomic .Pb\(20px\)--sm{padding-bottom:20px}#atomic .Pb\(10px\)--sm{padding-bottom:10px}#atomic .Pb\(0\)--sm{padding-bottom:0}#atomic .Pos\(r\)--sm{position:relative}#atomic .Ta\(start\)--sm{text-align:left}#atomic .W\(100\%\)--sm,#atomic .W\(1\/1\)--sm{width:100%}#atomic .W\(a\)--sm{width:auto}}@media screen and (max-width:1110px){#atomic .Bdendw\(340px\)--md1110{border-right-width:340px}#atomic .Bdstartw\(175px\)--md1110{border-left-width:175px}#atomic .T\(a\)--md1110{top:auto}#atomic .Start\(0\)--md1110{left:0}}@media screen and (max-width:1024px){#atomic .Bdstartw\(88px\)--sm1024{border-left-width:88px}.nonsticky .nonsticky_Bgpy\(7px\)--sm1024{background-position-y:7px!important}#atomic .Mend\(31px\)\!--sm1024{margin-right:31px!important}#atomic .Mstart\(10px\)\!--sm1024{margin-left:10px!important}#atomic .Mstart\(-90px\)--sm1024{margin-left:-90px}#atomic .Mstart\(80px\)--sm1024{margin-left:80px}#atomic .Start\(0\)--sm1024{left:0}#atomic .Op\(\.95\)--sm1024{opacity:.95;filter:alpha(opacity=95)}#atomic .Ov\(h\)--sm1024{overflow:hidden;zoom:1}#atomic .Pstart\(15px\)--sm1024{padding-left:15px}#atomic .Pos\(a\)--sm1024{position:absolute}#atomic .V\(h\)--sm1024{visibility:hidden}#atomic .W\(401px\)--sm1024{width:401px}#atomic .W\(86px\)--sm1024{width:86px}#atomic .W\(38px\)--sm1024{width:38px}#atomic .W\(166px\)\:h--sm1024:hover{width:166px}}@media screen and (min-width:1371px){.full-screen .full-screen_D\(b\)\!--virgooptimal{display:block!important}.full-screen .full-screen_End\(0\)--virgooptimal{right:0!important}.full-screen .full-screen_Start\(a\)--virgooptimal{left:auto!important}}@media screen and (min-width:960px) and (max-width:1247px){#atomic .D\(b\)--md{display:block}#atomic .D\(ib\)--md{display:inline-block;zoom:1;*display:inline}#atomic .D\(n\)--md{display:none}#atomic .Fl\(n\)--md{float:none}#atomic .H\(500px\)--md{height:500px}#atomic .M\(a\)--md{margin:auto}#atomic .Mx\(a\)--md{margin-left:auto;margin-right:auto}#atomic .Mstart\(0\)--md{margin-left:0}#atomic .Maw\(640px\)--md{max-width:640px}#atomic .Start\(2\/3\)--md{left:66.6667%}#atomic .Start\(a\)--md{left:auto}#atomic .Pb\(0\)--md{padding-bottom:0}#atomic .Pos\(r\)--md{position:relative}#atomic .W\(50\%\)--md{width:50%}#atomic .W\(1\/3\)--md{width:33.3333%}#atomic .W\(2\/3\)--md{width:66.6667%}#atomic .W\(1\/1\)--md{width:100%}#atomic .W\(a\)--md{width:auto}}@media screen and (min-width:1800px){#atomic .Fz\(20xp\)\!--lg{font-size:20xp!important}#atomic .Fz\(15px\)--lg{font-size:15px}#atomic .Fz\(20px\)--lg{font-size:20px}#atomic .Mb\(30px\)--lg{margin-bottom:30px}#atomic .Maw\(800px\)--lg{max-width:800px}}@media all and (device-width:768px) and (device-height:1024px){#atomic .H\(576px\)--ipad{height:576px}}@media screen and (max-width:1445px){.full-screen .full-screen_Mstart\(0\)--virgofull{margin-left:0!important}}@media(max-width:1160px){#atomic .Miw\(53px\)--md1160{min-width:53px}#atomic .W\(53px\)--md1160{width:53px}}#atomic .arts.US.en-US .Bgc\(\$c-accent\){background-color:#cc008c}#atomic .autos.US.en-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .autos.US.en-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .autos.US.en-US .Bdtc\(\$fg-link\){border-top-color:#5571ff}#atomic .autos.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#5571ff}#atomic .autos.US.en-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .autos.US.en-US .Bgc\(\$c-accent\){background-color:#5571ff}#atomic .autos.US.en-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .autos.US.en-US .Bgc\(\$bg-body\){background-color:#131315}#atomic .autos.US.en-US .C\(\$fg-link\){color:#5571ff}#atomic .autos.US.en-US .C\(\$fg-header\){color:#fff}#atomic .autos.US.en-US .Fill\(\$fg-link\)\!{fill:#5571ff!important}#atomic .autos.US.en-US .Stk\(\$fg-link\)\!{stroke:#5571ff!important}#atomic .beauty.US.en-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .beauty.US.en-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .beauty.US.en-US .Bdtc\(\$fg-link\){border-top-color:#5571ff}#atomic .beauty.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#5571ff}#atomic .beauty.US.en-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .beauty.US.en-US .Bgc\(\$c-accent\){background-color:#df2319}#atomic .beauty.US.en-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .beauty.US.en-US .Bgc\(\$bg-body\){background-color:#383838}#atomic .beauty.US.en-US .C\(\$fg-link\){color:#5571ff}#atomic .beauty.US.en-US .C\(\$fg-header\){color:#fff}#atomic .beauty.US.en-US .Fill\(\$fg-link\)\!{fill:#5571ff!important}#atomic .beauty.US.en-US .Stk\(\$fg-link\)\!{stroke:#5571ff!important}#atomic .business.US.en-US .Bgc\(\$c-accent\){background-color:#198fff}#atomic .celebrity.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .celebrity.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .celebrity.US.en-US .Bgc\(\$c-accent\){background-color:#d41e44}#atomic .celebrity.US.en-US .Bgc\(\$bg-body\){background-color:#f2f2f2}#atomic .celebrity.US.en-US .C\(\$fg-header\){color:#000}#atomic .decor.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .decor.US.en-US .Bdtc\(\$fg-link\){border-top-color:#df2319}#atomic .decor.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#df2319}#atomic .decor.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .decor.US.en-US .Bgc\(\$c-accent\){background-color:#000}#atomic .decor.US.en-US .C\(\$fg-link\){color:#df2319}#atomic .decor.US.en-US .C\(\$fg-header\){color:#000}#atomic .decor.US.en-US .Ff\(\$ff-secondary\){font-family:Georgia,Times,serif}#atomic .decor.US.en-US .Ff\(\$ff-primary\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .decor.US.en-US .Fw\(\$fweight\){font-weight:300}#atomic .decor.US.en-US .Fz\(\$fz-m\){font-size:22px}#atomic .decor.US.en-US .Lts\(\$lspacing-md\){letter-spacing:.03em}#atomic .decor.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:.6px}#atomic .decor.US.en-US .Lh\(\$lheight\){line-height:24px}#atomic .decor.US.en-US .Fill\(\$fg-link\)\!{fill:#df2319!important}#atomic .decor.US.en-US .Stk\(\$fg-link\)\!{stroke:#df2319!important}#atomic .decor.US.en-US .Fsm\(\$fsmoothing\){font-smooth:auto}#atomic .decor.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:auto}#atomic .decor.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:auto}#atomic .entertainment.US.en-US .Bgc\(\$c-accent\){background-color:#f80e5d}#atomic .finance.US.en-US .Bgc\(\$c-accent\){background-color:#198fff}#atomic .food.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .food.US.en-US .Bdtc\(\$fg-link\){border-top-color:#3c87dc}#atomic .food.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#3c87dc}#atomic .food.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .food.US.en-US .Bgc\(\$c-accent\){background-color:#3c87dc}#atomic .food.US.en-US .Bgc\(\$bg-body\){background-color:#f2f2f2}#atomic .food.US.en-US .C\(\$fg-link\){color:#3c87dc}#atomic .food.US.en-US .C\(\$fg-header\){color:#000}#atomic .food.US.en-US .Ff\(\$ff-secondary\),#atomic .food.US.en-US .Ff\(\$ff-primary\){font-family:Georgia,Times,serif}#atomic .food.US.en-US .Fw\(\$fweight\){font-weight:400}#atomic .food.US.en-US .Fz\(\$fz-m\){font-size:20px}#atomic .food.US.en-US .Lts\(\$lspacing-md\),#atomic .food.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:normal}#atomic .food.US.en-US .Lh\(\$lheight\){line-height:23px}#atomic .food.US.en-US .Fill\(\$fg-link\)\!{fill:#3c87dc!important}#atomic .food.US.en-US .Stk\(\$fg-link\)\!{stroke:#3c87dc!important}#atomic .food.US.en-US .Fsm\(\$fsmoothing\){font-smooth:antialiased}#atomic .food.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:antialiased}#atomic .food.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:antialiased}#atomic .katiecouric.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .katiecouric.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .katiecouric.US.en-US .Bgc\(\$c-accent\){background-color:#001738}#atomic .katiecouric.US.en-US .C\(\$fg-header\){color:#000}#atomic .katiecouric.US.en-US .Ff\(\$ff-secondary\){font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#atomic .katiecouric.US.en-US .Ff\(\$ff-primary\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .katiecouric.US.en-US .Fw\(\$fweight\){font-weight:300}#atomic .katiecouric.US.en-US .Fz\(\$fz-m\){font-size:22px}#atomic .katiecouric.US.en-US .Lts\(\$lspacing-md\){letter-spacing:.03em}#atomic .katiecouric.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:.6px}#atomic .katiecouric.US.en-US .Lh\(\$lheight\){line-height:24px}#atomic .katiecouric.US.en-US .Fsm\(\$fsmoothing\){font-smooth:auto}#atomic .katiecouric.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:auto}#atomic .katiecouric.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:auto}#atomic .games.US.en-US .Bgc\(\$c-accent\){background-color:#ff1032}#atomic .health.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .health.US.en-US .Bdtc\(\$fg-link\){border-top-color:#0e9be4}#atomic .health.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#0e9be4}#atomic .health.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .health.US.en-US .Bgc\(\$c-accent\){background-color:#ee1648}#atomic .health.US.en-US .C\(\$fg-link\){color:#0e9be4}#atomic .health.US.en-US .C\(\$fg-header\){color:#000}#atomic .health.US.en-US .Ff\(\$ff-secondary\){font-family:Georgia,Times,serif}#atomic .health.US.en-US .Ff\(\$ff-primary\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .health.US.en-US .Fw\(\$fweight\){font-weight:300}#atomic .health.US.en-US .Fz\(\$fz-m\){font-size:22px}#atomic .health.US.en-US .Lts\(\$lspacing-md\){letter-spacing:.03em}#atomic .health.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:.6px}#atomic .health.US.en-US .Lh\(\$lheight\){line-height:24px}#atomic .health.US.en-US .Fill\(\$fg-link\)\!{fill:#0e9be4!important}#atomic .health.US.en-US .Stk\(\$fg-link\)\!{stroke:#0e9be4!important}#atomic .health.US.en-US .Fsm\(\$fsmoothing\){font-smooth:auto}#atomic .health.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:auto}#atomic .health.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:auto}#atomic .makers.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .makers.US.en-US .Bdtc\(\$fg-link\){border-top-color:#f63}#atomic .makers.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#f63}#atomic .makers.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .makers.US.en-US .Bgc\(\$c-accent\){background-color:#f63}#atomic .makers.US.en-US .C\(\$fg-link\){color:#f63}#atomic .makers.US.en-US .C\(\$fg-header\){color:#000}#atomic .makers.US.en-US .Ff\(\$ff-primary\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .makers.US.en-US .Fw\(\$fweight\){font-weight:300}#atomic .makers.US.en-US .Fz\(\$fz-m\){font-size:22px}#atomic .makers.US.en-US .Lts\(\$lspacing-md\){letter-spacing:.03em}#atomic .makers.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:.6px}#atomic .makers.US.en-US .Lh\(\$lheight\){line-height:24px}#atomic .makers.US.en-US .Fill\(\$fg-link\)\!{fill:#f63!important}#atomic .makers.US.en-US .Stk\(\$fg-link\)\!{stroke:#f63!important}#atomic .makers.US.en-US .Fsm\(\$fsmoothing\){font-smooth:auto}#atomic .makers.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:auto}#atomic .makers.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:auto}#atomic .movies.US.en-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.US.en-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.US.en-US .Bdtc\(\$fg-link\){border-top-color:#5571ff}#atomic .movies.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#5571ff}#atomic .movies.US.en-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.US.en-US .Bgc\(\$c-accent\){background-color:#5571ff}#atomic .movies.US.en-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.US.en-US .Bgc\(\$bg-body\){background-color:#131315}#atomic .movies.US.en-US .C\(\$fg-link\){color:#5571ff}#atomic .movies.US.en-US .C\(\$fg-header\){color:#fff}#atomic .movies.US.en-US .Fill\(\$fg-link\)\!{fill:#5571ff!important}#atomic .movies.US.en-US .Stk\(\$fg-link\)\!{stroke:#5571ff!important}#atomic .music.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .music.US.en-US .Bdtc\(\$fg-link\){border-top-color:#221ba1}#atomic .music.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#221ba1}#atomic .music.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .music.US.en-US .Bgc\(\$c-accent\){background-color:#d41e44}#atomic .music.US.en-US .Bgc\(\$bg-body\){background-color:#f2f2f2}#atomic .music.US.en-US .C\(\$fg-link\){color:#221ba1}#atomic .music.US.en-US .C\(\$fg-header\){color:#000}#atomic .music.US.en-US .Fill\(\$fg-link\)\!{fill:#221ba1!important}#atomic .music.US.en-US .Stk\(\$fg-link\)\!{stroke:#221ba1!important}#atomic .news.US.en-US .Bgc\(\$c-accent\){background-color:#3fc0fa}#atomic .parenting.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .parenting.US.en-US .Bdtc\(\$fg-link\){border-top-color:#940050}#atomic .parenting.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#940050}#atomic .parenting.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .parenting.US.en-US .Bgc\(\$c-accent\){background-color:teal}#atomic .parenting.US.en-US .Bgc\(\$bg-body\){background-color:#f2f2f2}#atomic .parenting.US.en-US .C\(\$fg-link\){color:#940050}#atomic .parenting.US.en-US .C\(\$fg-header\){color:#000}#atomic .parenting.US.en-US .Fill\(\$fg-link\)\!{fill:#940050!important}#atomic .parenting.US.en-US .Stk\(\$fg-link\)\!{stroke:#940050!important}#atomic .politics.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .politics.US.en-US .Bdtc\(\$fg-link\){border-top-color:#f63}#atomic .politics.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#f63}#atomic .politics.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .politics.US.en-US .Bgc\(\$c-accent\){background-color:#000}#atomic .politics.US.en-US .C\(\$fg-link\){color:#f63}#atomic .politics.US.en-US .C\(\$fg-header\){color:#000}#atomic .politics.US.en-US .Ff\(\$ff-secondary\),#atomic .politics.US.en-US .Ff\(\$ff-primary\){font-family:Georgia,Times,serif}#atomic .politics.US.en-US .Fw\(\$fweight\){font-weight:400}#atomic .politics.US.en-US .Fz\(\$fz-m\){font-size:20px}#atomic .politics.US.en-US .Lts\(\$lspacing-md\),#atomic .politics.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:normal}#atomic .politics.US.en-US .Lh\(\$lheight\){line-height:23px}#atomic .politics.US.en-US .Fill\(\$fg-link\)\!{fill:#f63!important}#atomic .politics.US.en-US .Stk\(\$fg-link\)\!{stroke:#f63!important}#atomic .politics.US.en-US .Fsm\(\$fsmoothing\){font-smooth:antialiased}#atomic .politics.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:antialiased}#atomic .politics.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:antialiased}#atomic .realestate.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .realestate.US.en-US .Bdtc\(\$fg-link\){border-top-color:#df2319}#atomic .realestate.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#df2319}#atomic .realestate.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .realestate.US.en-US .Bgc\(\$c-accent\){background-color:#000}#atomic .realestate.US.en-US .C\(\$fg-link\){color:#df2319}#atomic .realestate.US.en-US .C\(\$fg-header\){color:#000}#atomic .realestate.US.en-US .Ff\(\$ff-secondary\){font-family:Georgia,Times,serif}#atomic .realestate.US.en-US .Ff\(\$ff-primary\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .realestate.US.en-US .Fw\(\$fweight\){font-weight:300}#atomic .realestate.US.en-US .Fz\(\$fz-m\){font-size:22px}#atomic .realestate.US.en-US .Lts\(\$lspacing-md\){letter-spacing:.03em}#atomic .realestate.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:.6px}#atomic .realestate.US.en-US .Lh\(\$lheight\){line-height:24px}#atomic .realestate.US.en-US .Fill\(\$fg-link\)\!{fill:#df2319!important}#atomic .realestate.US.en-US .Stk\(\$fg-link\)\!{stroke:#df2319!important}#atomic .realestate.US.en-US .Fsm\(\$fsmoothing\){font-smooth:auto}#atomic .realestate.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:auto}#atomic .realestate.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:auto}#atomic .science.US.en-US .Bgc\(\$c-accent\){background-color:#940050}#atomic .shopping.US.en-US .Bgc\(\$c-accent\){background-color:#f80e5d}#atomic .sports.US.en-US .Bgc\(\$c-accent\){background-color:#ff8b12}#atomic .style.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .style.US.en-US .Bdtc\(\$fg-link\){border-top-color:#df2319}#atomic .style.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#df2319}#atomic .style.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .style.US.en-US .Bgc\(\$c-accent\){background-color:#000}#atomic .style.US.en-US .C\(\$fg-link\){color:#df2319}#atomic .style.US.en-US .C\(\$fg-header\){color:#000}#atomic .style.US.en-US .Ff\(\$ff-secondary\){font-family:Georgia,Times,serif}#atomic .style.US.en-US .Ff\(\$ff-primary\){font-family:Freight Big Pro,Georgia,Times,serif}#atomic .style.US.en-US .Fw\(\$fweight\){font-weight:300}#atomic .style.US.en-US .Fz\(\$fz-m\){font-size:22px}#atomic .style.US.en-US .Lts\(\$lspacing-md\){letter-spacing:.03em}#atomic .style.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:.6px}#atomic .style.US.en-US .Lh\(\$lheight\){line-height:24px}#atomic .style.US.en-US .Fill\(\$fg-link\)\!{fill:#df2319!important}#atomic .style.US.en-US .Stk\(\$fg-link\)\!{stroke:#df2319!important}#atomic .style.US.en-US .Fsm\(\$fsmoothing\){font-smooth:auto}#atomic .style.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:auto}#atomic .style.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:auto}#atomic .tech.US.en-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .tech.US.en-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .tech.US.en-US .Bdtc\(\$fg-link\){border-top-color:#940050}#atomic .tech.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#940050}#atomic .tech.US.en-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .tech.US.en-US .Bgc\(\$c-accent\){background-color:#940050}#atomic .tech.US.en-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .tech.US.en-US .Bgc\(\$bg-body\){background-color:#222}#atomic .tech.US.en-US .C\(\$fg-link\){color:#940050}#atomic .tech.US.en-US .C\(\$fg-header\){color:#fff}#atomic .tech.US.en-US .Fill\(\$fg-link\)\!{fill:#940050!important}#atomic .tech.US.en-US .Stk\(\$fg-link\)\!{stroke:#940050!important}#atomic .travel.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .travel.US.en-US .Bdtc\(\$fg-link\){border-top-color:#33abff}#atomic .travel.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#33abff}#atomic .travel.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .travel.US.en-US .Bgc\(\$c-accent\){background-color:#33acff}#atomic .travel.US.en-US .C\(\$fg-link\){color:#33abff}#atomic .travel.US.en-US .C\(\$fg-header\){color:#000}#atomic .travel.US.en-US .Ff\(\$ff-secondary\),#atomic .travel.US.en-US .Ff\(\$ff-primary\){font-family:Georgia,Times,serif}#atomic .travel.US.en-US .Fw\(\$fweight\){font-weight:400}#atomic .travel.US.en-US .Fz\(\$fz-m\){font-size:20px}#atomic .travel.US.en-US .Lts\(\$lspacing-md\),#atomic .travel.US.en-US .Lts\(\$lspacing-sm\){letter-spacing:normal}#atomic .travel.US.en-US .Lh\(\$lheight\){line-height:23px}#atomic .travel.US.en-US .Fill\(\$fg-link\)\!{fill:#33abff!important}#atomic .travel.US.en-US .Stk\(\$fg-link\)\!{stroke:#33abff!important}#atomic .travel.US.en-US .Fsm\(\$fsmoothing\){font-smooth:antialiased}#atomic .travel.US.en-US .Fsmw\(\$fsmoothing\){-webkit-font-smoothing:antialiased}#atomic .travel.US.en-US .Fsmm\(\$fsmoothing\){-moz-osx-font-smoothing:antialiased}#atomic .tv.US.en-US .Bdc\(\$fg-header\){border-color:#000}#atomic .tv.US.en-US .Bdtc\(\$fg-link\){border-top-color:#33abff}#atomic .tv.US.en-US .Bdbc\(\$fg-link\){border-bottom-color:#33abff}#atomic .tv.US.en-US .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .tv.US.en-US .Bgc\(\$c-accent\){background-color:#5571ff}#atomic .tv.US.en-US .C\(\$fg-link\){color:#33abff}#atomic .tv.US.en-US .C\(\$fg-header\){color:#000}#atomic .tv.US.en-US .Fill\(\$fg-link\)\!{fill:#33abff!important}#atomic .tv.US.en-US .Stk\(\$fg-link\)\!{stroke:#33abff!important}#atomic .news.IN.en-IN .Bdc\(\$fg-header\){border-color:#000}#atomic .news.IN.en-IN .Bgc\(\$bg-header\){background-color:#fff;background-color:rgba(255,255,255,.9)}#atomic .news.IN.en-IN .Bgc\(\$c-accent\){background-color:#3fc0fa}#atomic .news.IN.en-IN .Bgc\(\$bg-body\){background-color:#f2f2f2}#atomic .news.IN.en-IN .C\(\$fg-header\){color:#000}#atomic .celebrity.AU.en-AU .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.AU.en-AU .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.AU.en-AU .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.AU.en-AU .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.AU.en-AU .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.AU.en-AU .C\(\$fg-header\){color:#fff}#atomic .celebrity.BR.pt-BR .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.BR.pt-BR .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.BR.pt-BR .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.BR.pt-BR .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.BR.pt-BR .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.BR.pt-BR .C\(\$fg-header\){color:#fff}#atomic .celebrity.CA.en-CA .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.CA.en-CA .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.CA.en-CA .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.CA.en-CA .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.CA.en-CA .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.CA.en-CA .C\(\$fg-header\){color:#fff}#atomic .celebrity.DE.de-DE .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.DE.de-DE .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.DE.de-DE .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.DE.de-DE .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.DE.de-DE .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.DE.de-DE .C\(\$fg-header\){color:#fff}#atomic .celebrity.ES.es-ES .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.ES.es-ES .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.ES.es-ES .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.ES.es-ES .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.ES.es-ES .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.ES.es-ES .C\(\$fg-header\){color:#fff}#atomic .celebrity.FR.fr-FR .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.FR.fr-FR .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.FR.fr-FR .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.FR.fr-FR .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.FR.fr-FR .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.FR.fr-FR .C\(\$fg-header\){color:#fff}#atomic .celebrity.GB.en-GB .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.GB.en-GB .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.GB.en-GB .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.GB.en-GB .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.GB.en-GB .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.GB.en-GB .C\(\$fg-header\){color:#fff}#atomic .celebrity.IN.en-IN .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.IN.en-IN .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.IN.en-IN .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.IN.en-IN .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.IN.en-IN .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.IN.en-IN .C\(\$fg-header\){color:#fff}#atomic .celebrity.IT.it-IT .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.IT.it-IT .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.IT.it-IT .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.IT.it-IT .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.IT.it-IT .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.IT.it-IT .C\(\$fg-header\){color:#fff}#atomic .celebrity.SG.en-SG .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.SG.en-SG .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.SG.en-SG .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.SG.en-SG .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.SG.en-SG .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.SG.en-SG .C\(\$fg-header\){color:#fff}#atomic .celebrity.US.es-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.US.es-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.US.es-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.US.es-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.US.es-US .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.US.es-US .C\(\$fg-header\){color:#fff}#atomic .celebrity.XE.en-AE .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .celebrity.XE.en-AE .Bdc\(\$fg-header\){border-color:#fff}#atomic .celebrity.XE.en-AE .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .celebrity.XE.en-AE .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .celebrity.XE.en-AE .Bgc\(\$bg-body\){background-color:#222}#atomic .celebrity.XE.en-AE .C\(\$fg-header\){color:#fff}#atomic .movies.BR.pt-BR .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.BR.pt-BR .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.BR.pt-BR .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.BR.pt-BR .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.BR.pt-BR .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.BR.pt-BR .C\(\$fg-header\){color:#fff}#atomic .movies.CA.en-CA .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.CA.en-CA .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.CA.en-CA .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.CA.en-CA .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.CA.en-CA .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.CA.en-CA .C\(\$fg-header\){color:#fff}#atomic .movies.DE.de-DE .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.DE.de-DE .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.DE.de-DE .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.DE.de-DE .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.DE.de-DE .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.DE.de-DE .C\(\$fg-header\){color:#fff}#atomic .movies.FR.fr-FR .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.FR.fr-FR .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.FR.fr-FR .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.FR.fr-FR .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.FR.fr-FR .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.FR.fr-FR .C\(\$fg-header\){color:#fff}#atomic .movies.GB.en-GB .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.GB.en-GB .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.GB.en-GB .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.GB.en-GB .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.GB.en-GB .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.GB.en-GB .C\(\$fg-header\){color:#fff}#atomic .movies.IN.en-IN .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.IN.en-IN .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.IN.en-IN .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.IN.en-IN .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.IN.en-IN .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.IN.en-IN .C\(\$fg-header\){color:#fff}#atomic .movies.IT.it-IT .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.IT.it-IT .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.IT.it-IT .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.IT.it-IT .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.IT.it-IT .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.IT.it-IT .C\(\$fg-header\){color:#fff}#atomic .movies.SG.en-SG .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.SG.en-SG .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.SG.en-SG .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.SG.en-SG .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.SG.en-SG .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.SG.en-SG .C\(\$fg-header\){color:#fff}#atomic .movies.US.es-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.US.es-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.US.es-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.US.es-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.US.es-US .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.US.es-US .C\(\$fg-header\){color:#fff}#atomic .movies.XE.en-AE .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .movies.XE.en-AE .Bdc\(\$fg-header\){border-color:#fff}#atomic .movies.XE.en-AE .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .movies.XE.en-AE .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .movies.XE.en-AE .Bgc\(\$bg-body\){background-color:#222}#atomic .movies.XE.en-AE .C\(\$fg-header\){color:#fff}#atomic .style.AU.en-AU .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.AU.en-AU .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.AU.en-AU .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.AU.en-AU .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.AU.en-AU .Bgc\(\$bg-body\){background-color:#222}#atomic .style.AU.en-AU .C\(\$fg-header\){color:#fff}#atomic .style.BR.pt-BR .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.BR.pt-BR .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.BR.pt-BR .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.BR.pt-BR .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.BR.pt-BR .Bgc\(\$bg-body\){background-color:#222}#atomic .style.BR.pt-BR .C\(\$fg-header\){color:#fff}#atomic .style.CA.en-CA .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.CA.en-CA .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.CA.en-CA .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.CA.en-CA .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.CA.en-CA .Bgc\(\$bg-body\){background-color:#222}#atomic .style.CA.en-CA .C\(\$fg-header\){color:#fff}#atomic .style.DE.de-DE .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.DE.de-DE .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.DE.de-DE .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.DE.de-DE .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.DE.de-DE .Bgc\(\$bg-body\){background-color:#222}#atomic .style.DE.de-DE .C\(\$fg-header\){color:#fff}#atomic .style.ES.es-ES .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.ES.es-ES .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.ES.es-ES .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.ES.es-ES .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.ES.es-ES .Bgc\(\$bg-body\){background-color:#222}#atomic .style.ES.es-ES .C\(\$fg-header\){color:#fff}#atomic .style.FR.fr-FR .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.FR.fr-FR .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.FR.fr-FR .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.FR.fr-FR .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.FR.fr-FR .Bgc\(\$bg-body\){background-color:#222}#atomic .style.FR.fr-FR .C\(\$fg-header\){color:#fff}#atomic .style.GB.en-GB .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.GB.en-GB .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.GB.en-GB .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.GB.en-GB .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.GB.en-GB .Bgc\(\$bg-body\){background-color:#222}#atomic .style.GB.en-GB .C\(\$fg-header\){color:#fff}#atomic .style.IN.en-IN .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.IN.en-IN .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.IN.en-IN .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.IN.en-IN .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.IN.en-IN .Bgc\(\$bg-body\){background-color:#222}#atomic .style.IN.en-IN .C\(\$fg-header\){color:#fff}#atomic .style.IT.it-IT .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.IT.it-IT .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.IT.it-IT .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.IT.it-IT .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.IT.it-IT .Bgc\(\$bg-body\){background-color:#222}#atomic .style.IT.it-IT .C\(\$fg-header\){color:#fff}#atomic .style.SG.en-SG .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.SG.en-SG .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.SG.en-SG .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.SG.en-SG .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.SG.en-SG .Bgc\(\$bg-body\){background-color:#222}#atomic .style.SG.en-SG .C\(\$fg-header\){color:#fff}#atomic .style.TW.zh-Hant-TW .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.TW.zh-Hant-TW .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.TW.zh-Hant-TW .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.TW.zh-Hant-TW .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.TW.zh-Hant-TW .Bgc\(\$bg-body\){background-color:#222}#atomic .style.TW.zh-Hant-TW .C\(\$fg-header\){color:#fff}#atomic .style.US.es-US .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.US.es-US .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.US.es-US .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.US.es-US .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.US.es-US .Bgc\(\$bg-body\){background-color:#222}#atomic .style.US.es-US .C\(\$fg-header\){color:#fff}#atomic .style.XE.en-AE .Bdc\(\$c-divider\){border-color:#999;border-color:rgba(153,153,153,.35)}#atomic .style.XE.en-AE .Bdc\(\$fg-header\){border-color:#fff}#atomic .style.XE.en-AE .Bgc\(\$bg-header\){background-color:#000;background-color:rgba(0,0,0,.9)}#atomic .style.XE.en-AE .Bgc\(\$c-divider\){background-color:#999;background-color:rgba(153,153,153,.35)}#atomic .style.XE.en-AE .Bgc\(\$bg-body\){background-color:#222}#atomic .style.XE.en-AE .C\(\$fg-header\){color:#fff}#atomic .Fz\(s\){font-size:13px}#atomic .Fz\(m\){font-size:15px}#atomic .Fz\(l\){font-size:18px}#atomic .Fz\(xl\){font-size:20px}.uh-search .expanded .react-autocomplete-results{display:block}.uh-search .react-autocomplete-results{display:none;background-color:#fff;border:1px solid #B3B3B3;border-top:0;margin-right:58px}.uh-search .react-autocomplete-result-item{padding:4px 10px;font-size:18px;color:#040404}.uh-search .react-autocomplete-result-item.focused,.uh-search .react-autocomplete-result-item:hover{background-color:#202020}.Bgi\(darkGradient\){background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)}.superheroContentTrans-enter{opacity:.01;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.superheroContentTrans-enter.superheroContentTrans-enter-active{opacity:1}.superheroContentTrans-leave{position:absolute!important;display:block!important;top:0;opacity:1;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.superheroContentTrans-leave.superheroContentTrans-leave-active{opacity:.01}.superheroHighlight{-webkit-transition:background .3s ease-in;transition:background .3s ease-in}.hero-slideshow-right a,.lightbox-slideshow-right a{color:#0078ff}#atomic .canvas-body a{color:#2d90ff}#atomic .autos.US.en-US .canvas-body a,#atomic .beauty.US.en-US .canvas-body a,#atomic .movies.US.en-US .canvas-body a{color:#5571ff}#atomic .decor.US.en-US .canvas-body a,#atomic .realestate.US.en-US .canvas-body a,#atomic .style.US.en-US .canvas-body a{color:#df2319}#atomic .food.US.en-US .canvas-body a{color:#3c87dc}#atomic .health.US.en-US .canvas-body a{color:#0e9be4}#atomic .makers.US.en-US .canvas-body a,#atomic .politics.US.en-US .canvas-body a{color:#f63}#atomic .music.US.en-US .canvas-body a{color:#221ba1}#atomic .parenting.US.en-US .canvas-body a,#atomic .tech.US.en-US .canvas-body a{color:#940050}#atomic .travel.US.en-US .canvas-body a,#atomic .tv.US.en-US .canvas-body a{color:#33abff}#atomic .autos .Bg\(\$c-fuji-primary\){background:#ff333a}#atomic .autos .Bg\(\$c-fuji-secondary\){background:#be0067}#atomic .autos .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#ff333a 10%,#be0067 90%)}#atomic .autos .Bgc\(\$c-fuji-primary\),#atomic .autos .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .autos .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#ff333a}#atomic .autos .Bgc\(\$c-fuji-secondary\),#atomic .autos .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .autos .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#be0067}#atomic .autos .Bgc\(\$c-fuji-property-gradient\),#atomic .autos .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .autos .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#ff333a 10%,#be0067 90%)}#atomic .autos .C\(\$c-fuji-primary\),#atomic .autos .C\(\$c-fuji-primary\)\:f:focus,#atomic .autos .C\(\$c-fuji-primary\)\:h:hover{color:#ff333a}#atomic .autos .C\(\$c-fuji-secondary\),#atomic .autos .C\(\$c-fuji-secondary\)\:f:focus,#atomic .autos .C\(\$c-fuji-secondary\)\:h:hover{color:#be0067}#atomic .autos .C\(\$c-fuji-property-gradient\),#atomic .autos .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .autos .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#ff333a 10%,#be0067 90%)}#atomic .beauty .Bg\(\$c-fuji-primary\){background:#ff4d52}#atomic .beauty .Bg\(\$c-fuji-secondary\){background:#ff520d}#atomic .beauty .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#ff4d52 10%,#ff520d 90%)}#atomic .beauty .Bgc\(\$c-fuji-primary\),#atomic .beauty .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .beauty .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#ff4d52}#atomic .beauty .Bgc\(\$c-fuji-secondary\),#atomic .beauty .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .beauty .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff520d}#atomic .beauty .Bgc\(\$c-fuji-property-gradient\),#atomic .beauty .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .beauty .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#ff4d52 10%,#ff520d 90%)}#atomic .beauty .C\(\$c-fuji-primary\),#atomic .beauty .C\(\$c-fuji-primary\)\:f:focus,#atomic .beauty .C\(\$c-fuji-primary\)\:h:hover{color:#ff4d52}#atomic .beauty .C\(\$c-fuji-secondary\),#atomic .beauty .C\(\$c-fuji-secondary\)\:f:focus,#atomic .beauty .C\(\$c-fuji-secondary\)\:h:hover{color:#ff520d}#atomic .beauty .C\(\$c-fuji-property-gradient\),#atomic .beauty .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .beauty .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#ff4d52 10%,#ff520d 90%)}#atomic .celebrity .Bg\(\$c-fuji-primary\){background:#f80e5d}#atomic .celebrity .Bg\(\$c-fuji-secondary\){background:#6d00f6}#atomic .celebrity .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#f80e5d 10%,#6d00f6 90%)}#atomic .celebrity .Bgc\(\$c-fuji-primary\),#atomic .celebrity .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .celebrity .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#f80e5d}#atomic .celebrity .Bgc\(\$c-fuji-secondary\),#atomic .celebrity .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .celebrity .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#6d00f6}#atomic .celebrity .Bgc\(\$c-fuji-property-gradient\),#atomic .celebrity .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .celebrity .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#f80e5d 10%,#6d00f6 90%)}#atomic .celebrity .C\(\$c-fuji-primary\),#atomic .celebrity .C\(\$c-fuji-primary\)\:f:focus,#atomic .celebrity .C\(\$c-fuji-primary\)\:h:hover{color:#f80e5d}#atomic .celebrity .C\(\$c-fuji-secondary\),#atomic .celebrity .C\(\$c-fuji-secondary\)\:f:focus,#atomic .celebrity .C\(\$c-fuji-secondary\)\:h:hover{color:#6d00f6}#atomic .celebrity .C\(\$c-fuji-property-gradient\),#atomic .celebrity .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .celebrity .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#f80e5d 10%,#6d00f6 90%)}#atomic .diy .Bg\(\$c-fuji-primary\){background:#e6004e}#atomic .diy .Bg\(\$c-fuji-secondary\){background:#ff520d}#atomic .diy .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#e6004e 10%,#ff520d 90%)}#atomic .diy .Bgc\(\$c-fuji-primary\),#atomic .diy .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .diy .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#e6004e}#atomic .diy .Bgc\(\$c-fuji-secondary\),#atomic .diy .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .diy .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff520d}#atomic .diy .Bgc\(\$c-fuji-property-gradient\),#atomic .diy .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .diy .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#e6004e 10%,#ff520d 90%)}#atomic .diy .C\(\$c-fuji-primary\),#atomic .diy .C\(\$c-fuji-primary\)\:f:focus,#atomic .diy .C\(\$c-fuji-primary\)\:h:hover{color:#e6004e}#atomic .diy .C\(\$c-fuji-secondary\),#atomic .diy .C\(\$c-fuji-secondary\)\:f:focus,#atomic .diy .C\(\$c-fuji-secondary\)\:h:hover{color:#ff520d}#atomic .diy .C\(\$c-fuji-property-gradient\),#atomic .diy .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .diy .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#e6004e 10%,#ff520d 90%)}#atomic .fantasy .Bg\(\$c-fuji-primary\){background:#00cd7a}#atomic .fantasy .Bg\(\$c-fuji-secondary\){background:#188fff}#atomic .fantasy .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#00cd7a 10%,#188fff 90%)}#atomic .fantasy .Bgc\(\$c-fuji-primary\),#atomic .fantasy .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .fantasy .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#00cd7a}#atomic .fantasy .Bgc\(\$c-fuji-secondary\),#atomic .fantasy .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .fantasy .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#188fff}#atomic .fantasy .Bgc\(\$c-fuji-property-gradient\),#atomic .fantasy .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .fantasy .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#00cd7a 10%,#188fff 90%)}#atomic .fantasy .C\(\$c-fuji-primary\),#atomic .fantasy .C\(\$c-fuji-primary\)\:f:focus,#atomic .fantasy .C\(\$c-fuji-primary\)\:h:hover{color:#00cd7a}#atomic .fantasy .C\(\$c-fuji-secondary\),#atomic .fantasy .C\(\$c-fuji-secondary\)\:f:focus,#atomic .fantasy .C\(\$c-fuji-secondary\)\:h:hover{color:#188fff}#atomic .fantasy .C\(\$c-fuji-property-gradient\),#atomic .fantasy .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .fantasy .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#00cd7a 10%,#188fff 90%)}#atomic .finance .Bg\(\$c-fuji-primary\){background:#188fff}#atomic .finance .Bg\(\$c-fuji-secondary\){background:#00cd7a}#atomic .finance .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#188fff 10%,#00cd7a 90%)}#atomic .finance .Bgc\(\$c-fuji-primary\),#atomic .finance .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .finance .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#188fff}#atomic .finance .Bgc\(\$c-fuji-secondary\),#atomic .finance .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .finance .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#00cd7a}#atomic .finance .Bgc\(\$c-fuji-property-gradient\),#atomic .finance .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .finance .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#188fff 10%,#00cd7a 90%)}#atomic .finance .C\(\$c-fuji-primary\),#atomic .finance .C\(\$c-fuji-primary\)\:f:focus,#atomic .finance .C\(\$c-fuji-primary\)\:h:hover{color:#188fff}#atomic .finance .C\(\$c-fuji-secondary\),#atomic .finance .C\(\$c-fuji-secondary\)\:f:focus,#atomic .finance .C\(\$c-fuji-secondary\)\:h:hover{color:#00cd7a}#atomic .finance .C\(\$c-fuji-property-gradient\),#atomic .finance .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .finance .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#188fff 10%,#00cd7a 90%)}#atomic .food .Bg\(\$c-fuji-primary\){background:#ff8b12}#atomic .food .Bg\(\$c-fuji-secondary\){background:#ff4d52}#atomic .food .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#ff8b12 10%,#ff4d52 90%)}#atomic .food .Bgc\(\$c-fuji-primary\),#atomic .food .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .food .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#ff8b12}#atomic .food .Bgc\(\$c-fuji-secondary\),#atomic .food .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .food .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff4d52}#atomic .food .Bgc\(\$c-fuji-property-gradient\),#atomic .food .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .food .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#ff8b12 10%,#ff4d52 90%)}#atomic .food .C\(\$c-fuji-primary\),#atomic .food .C\(\$c-fuji-primary\)\:f:focus,#atomic .food .C\(\$c-fuji-primary\)\:h:hover{color:#ff8b12}#atomic .food .C\(\$c-fuji-secondary\),#atomic .food .C\(\$c-fuji-secondary\)\:f:focus,#atomic .food .C\(\$c-fuji-secondary\)\:h:hover{color:#ff4d52}#atomic .food .C\(\$c-fuji-property-gradient\),#atomic .food .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .food .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#ff8b12 10%,#ff4d52 90%)}#atomic .games .Bg\(\$c-fuji-primary\){background:#cc008c}#atomic .games .Bg\(\$c-fuji-secondary\){background:#145aff}#atomic .games .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#cc008c 10%,#145aff 90%)}#atomic .games .Bgc\(\$c-fuji-primary\),#atomic .games .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .games .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#cc008c}#atomic .games .Bgc\(\$c-fuji-secondary\),#atomic .games .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .games .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#145aff}#atomic .games .Bgc\(\$c-fuji-property-gradient\),#atomic .games .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .games .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#cc008c 10%,#145aff 90%)}#atomic .games .C\(\$c-fuji-primary\),#atomic .games .C\(\$c-fuji-primary\)\:f:focus,#atomic .games .C\(\$c-fuji-primary\)\:h:hover{color:#cc008c}#atomic .games .C\(\$c-fuji-secondary\),#atomic .games .C\(\$c-fuji-secondary\)\:f:focus,#atomic .games .C\(\$c-fuji-secondary\)\:h:hover{color:#145aff}#atomic .games .C\(\$c-fuji-property-gradient\),#atomic .games .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .games .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#cc008c 10%,#145aff 90%)}#atomic .general .Bg\(\$c-fuji-primary\){background:#6d00f6}#atomic .general .Bg\(\$c-fuji-secondary\){background:#188fff}#atomic .general .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .general .Bgc\(\$c-fuji-primary\),#atomic .general .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .general .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#6d00f6}#atomic .general .Bgc\(\$c-fuji-secondary\),#atomic .general .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .general .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#188fff}#atomic .general .Bgc\(\$c-fuji-property-gradient\),#atomic .general .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .general .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .general .C\(\$c-fuji-primary\),#atomic .general .C\(\$c-fuji-primary\)\:f:focus,#atomic .general .C\(\$c-fuji-primary\)\:h:hover{color:#6d00f6}#atomic .general .C\(\$c-fuji-secondary\),#atomic .general .C\(\$c-fuji-secondary\)\:f:focus,#atomic .general .C\(\$c-fuji-secondary\)\:h:hover{color:#188fff}#atomic .general .C\(\$c-fuji-property-gradient\),#atomic .general .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .general .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .gma .Bg\(\$c-fuji-primary\){background:#188fff}#atomic .gma .Bg\(\$c-fuji-secondary\){background:#6d00f6}#atomic .gma .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#188fff 10%,#6d00f6 90%)}#atomic .gma .Bgc\(\$c-fuji-primary\),#atomic .gma .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .gma .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#188fff}#atomic .gma .Bgc\(\$c-fuji-secondary\),#atomic .gma .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .gma .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#6d00f6}#atomic .gma .Bgc\(\$c-fuji-property-gradient\),#atomic .gma .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .gma .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#188fff 10%,#6d00f6 90%)}#atomic .gma .C\(\$c-fuji-primary\),#atomic .gma .C\(\$c-fuji-primary\)\:f:focus,#atomic .gma .C\(\$c-fuji-primary\)\:h:hover{color:#188fff}#atomic .gma .C\(\$c-fuji-secondary\),#atomic .gma .C\(\$c-fuji-secondary\)\:f:focus,#atomic .gma .C\(\$c-fuji-secondary\)\:h:hover{color:#6d00f6}#atomic .gma .C\(\$c-fuji-property-gradient\),#atomic .gma .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .gma .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#188fff 10%,#6d00f6 90%)}#atomic .health .Bg\(\$c-fuji-primary\){background:#30d3b6}#atomic .health .Bg\(\$c-fuji-secondary\){background:#188fff}#atomic .health .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#30d3b6 10%,#188fff 90%)}#atomic .health .Bgc\(\$c-fuji-primary\),#atomic .health .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .health .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#30d3b6}#atomic .health .Bgc\(\$c-fuji-secondary\),#atomic .health .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .health .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#188fff}#atomic .health .Bgc\(\$c-fuji-property-gradient\),#atomic .health .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .health .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#30d3b6 10%,#188fff 90%)}#atomic .health .C\(\$c-fuji-primary\),#atomic .health .C\(\$c-fuji-primary\)\:f:focus,#atomic .health .C\(\$c-fuji-primary\)\:h:hover{color:#30d3b6}#atomic .health .C\(\$c-fuji-secondary\),#atomic .health .C\(\$c-fuji-secondary\)\:f:focus,#atomic .health .C\(\$c-fuji-secondary\)\:h:hover{color:#188fff}#atomic .health .C\(\$c-fuji-property-gradient\),#atomic .health .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .health .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#30d3b6 10%,#188fff 90%)}#atomic .homes .Bg\(\$c-fuji-primary\){background:#30d3b6}#atomic .homes .Bg\(\$c-fuji-secondary\){background:#f0162f}#atomic .homes .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .homes .Bgc\(\$c-fuji-primary\),#atomic .homes .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .homes .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#30d3b6}#atomic .homes .Bgc\(\$c-fuji-secondary\),#atomic .homes .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .homes .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f0162f}#atomic .homes .Bgc\(\$c-fuji-property-gradient\),#atomic .homes .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .homes .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .homes .C\(\$c-fuji-primary\),#atomic .homes .C\(\$c-fuji-primary\)\:f:focus,#atomic .homes .C\(\$c-fuji-primary\)\:h:hover{color:#30d3b6}#atomic .homes .C\(\$c-fuji-secondary\),#atomic .homes .C\(\$c-fuji-secondary\)\:f:focus,#atomic .homes .C\(\$c-fuji-secondary\)\:h:hover{color:#f0162f}#atomic .homes .C\(\$c-fuji-property-gradient\),#atomic .homes .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .homes .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .ivy .Bg\(\$c-fuji-primary\){background:#6d00f6}#atomic .ivy .Bg\(\$c-fuji-secondary\){background:#188fff}#atomic .ivy .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .ivy .Bgc\(\$c-fuji-primary\),#atomic .ivy .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .ivy .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#6d00f6}#atomic .ivy .Bgc\(\$c-fuji-secondary\),#atomic .ivy .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .ivy .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#188fff}#atomic .ivy .Bgc\(\$c-fuji-property-gradient\),#atomic .ivy .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .ivy .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .ivy .C\(\$c-fuji-primary\),#atomic .ivy .C\(\$c-fuji-primary\)\:f:focus,#atomic .ivy .C\(\$c-fuji-primary\)\:h:hover{color:#6d00f6}#atomic .ivy .C\(\$c-fuji-secondary\),#atomic .ivy .C\(\$c-fuji-secondary\)\:f:focus,#atomic .ivy .C\(\$c-fuji-secondary\)\:h:hover{color:#188fff}#atomic .ivy .C\(\$c-fuji-property-gradient\),#atomic .ivy .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .ivy .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .local .Bg\(\$c-fuji-primary\){background:#30d3b6}#atomic .local .Bg\(\$c-fuji-secondary\){background:#f0162f}#atomic .local .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .local .Bgc\(\$c-fuji-primary\),#atomic .local .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .local .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#30d3b6}#atomic .local .Bgc\(\$c-fuji-secondary\),#atomic .local .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .local .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f0162f}#atomic .local .Bgc\(\$c-fuji-property-gradient\),#atomic .local .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .local .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .local .C\(\$c-fuji-primary\),#atomic .local .C\(\$c-fuji-primary\)\:f:focus,#atomic .local .C\(\$c-fuji-primary\)\:h:hover{color:#30d3b6}#atomic .local .C\(\$c-fuji-secondary\),#atomic .local .C\(\$c-fuji-secondary\)\:f:focus,#atomic .local .C\(\$c-fuji-secondary\)\:h:hover{color:#f0162f}#atomic .local .C\(\$c-fuji-property-gradient\),#atomic .local .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .local .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .makers .Bg\(\$c-fuji-primary\){background:#e6004e}#atomic .makers .Bg\(\$c-fuji-secondary\){background:#ff520d}#atomic .makers .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#e6004e 10%,#ff520d 90%)}#atomic .makers .Bgc\(\$c-fuji-primary\),#atomic .makers .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .makers .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#e6004e}#atomic .makers .Bgc\(\$c-fuji-secondary\),#atomic .makers .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .makers .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff520d}#atomic .makers .Bgc\(\$c-fuji-property-gradient\),#atomic .makers .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .makers .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#e6004e 10%,#ff520d 90%)}#atomic .makers .C\(\$c-fuji-primary\),#atomic .makers .C\(\$c-fuji-primary\)\:f:focus,#atomic .makers .C\(\$c-fuji-primary\)\:h:hover{color:#e6004e}#atomic .makers .C\(\$c-fuji-secondary\),#atomic .makers .C\(\$c-fuji-secondary\)\:f:focus,#atomic .makers .C\(\$c-fuji-secondary\)\:h:hover{color:#ff520d}#atomic .makers .C\(\$c-fuji-property-gradient\),#atomic .makers .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .makers .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#e6004e 10%,#ff520d 90%)}#atomic .media .Bg\(\$c-fuji-primary\){background:#cc008c}#atomic .media .Bg\(\$c-fuji-secondary\){background:#6d00f6}#atomic .media .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#cc008c 10%,#6d00f6 90%)}#atomic .media .Bgc\(\$c-fuji-primary\),#atomic .media .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .media .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#cc008c}#atomic .media .Bgc\(\$c-fuji-secondary\),#atomic .media .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .media .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#6d00f6}#atomic .media .Bgc\(\$c-fuji-property-gradient\),#atomic .media .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .media .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#cc008c 10%,#6d00f6 90%)}#atomic .media .C\(\$c-fuji-primary\),#atomic .media .C\(\$c-fuji-primary\)\:f:focus,#atomic .media .C\(\$c-fuji-primary\)\:h:hover{color:#cc008c}#atomic .media .C\(\$c-fuji-secondary\),#atomic .media .C\(\$c-fuji-secondary\)\:f:focus,#atomic .media .C\(\$c-fuji-secondary\)\:h:hover{color:#6d00f6}#atomic .media .C\(\$c-fuji-property-gradient\),#atomic .media .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .media .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#cc008c 10%,#6d00f6 90%)}#atomic .movies .Bg\(\$c-fuji-primary\){background:#cc008c}#atomic .movies .Bg\(\$c-fuji-secondary\){background:#ff8b12}#atomic .movies .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#cc008c 10%,#ff8b12 90%)}#atomic .movies .Bgc\(\$c-fuji-primary\),#atomic .movies .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .movies .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#cc008c}#atomic .movies .Bgc\(\$c-fuji-secondary\),#atomic .movies .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .movies .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff8b12}#atomic .movies .Bgc\(\$c-fuji-property-gradient\),#atomic .movies .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .movies .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#cc008c 10%,#ff8b12 90%)}#atomic .movies .C\(\$c-fuji-primary\),#atomic .movies .C\(\$c-fuji-primary\)\:f:focus,#atomic .movies .C\(\$c-fuji-primary\)\:h:hover{color:#cc008c}#atomic .movies .C\(\$c-fuji-secondary\),#atomic .movies .C\(\$c-fuji-secondary\)\:f:focus,#atomic .movies .C\(\$c-fuji-secondary\)\:h:hover{color:#ff8b12}#atomic .movies .C\(\$c-fuji-property-gradient\),#atomic .movies .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .movies .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#cc008c 10%,#ff8b12 90%)}#atomic .music .Bg\(\$c-fuji-primary\){background:#cc008c}#atomic .music .Bg\(\$c-fuji-secondary\){background:#f80e5d}#atomic .music .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#cc008c 10%,#f80e5d 90%)}#atomic .music .Bgc\(\$c-fuji-primary\),#atomic .music .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .music .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#cc008c}#atomic .music .Bgc\(\$c-fuji-secondary\),#atomic .music .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .music .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f80e5d}#atomic .music .Bgc\(\$c-fuji-property-gradient\),#atomic .music .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .music .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#cc008c 10%,#f80e5d 90%)}#atomic .music .C\(\$c-fuji-primary\),#atomic .music .C\(\$c-fuji-primary\)\:f:focus,#atomic .music .C\(\$c-fuji-primary\)\:h:hover{color:#cc008c}#atomic .music .C\(\$c-fuji-secondary\),#atomic .music .C\(\$c-fuji-secondary\)\:f:focus,#atomic .music .C\(\$c-fuji-secondary\)\:h:hover{color:#f80e5d}#atomic .music .C\(\$c-fuji-property-gradient\),#atomic .music .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .music .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#cc008c 10%,#f80e5d 90%)}#atomic .news .Bg\(\$c-fuji-primary\){background:#188fff}#atomic .news .Bg\(\$c-fuji-secondary\){background:#6d00f6}#atomic .news .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#188fff 10%,#6d00f6 90%)}#atomic .news .Bgc\(\$c-fuji-primary\),#atomic .news .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .news .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#188fff}#atomic .news .Bgc\(\$c-fuji-secondary\),#atomic .news .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .news .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#6d00f6}#atomic .news .Bgc\(\$c-fuji-property-gradient\),#atomic .news .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .news .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#188fff 10%,#6d00f6 90%)}#atomic .news .C\(\$c-fuji-primary\),#atomic .news .C\(\$c-fuji-primary\)\:f:focus,#atomic .news .C\(\$c-fuji-primary\)\:h:hover{color:#188fff}#atomic .news .C\(\$c-fuji-secondary\),#atomic .news .C\(\$c-fuji-secondary\)\:f:focus,#atomic .news .C\(\$c-fuji-secondary\)\:h:hover{color:#6d00f6}#atomic .news .C\(\$c-fuji-property-gradient\),#atomic .news .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .news .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#188fff 10%,#6d00f6 90%)}#atomic .offnetwork .Bg\(\$c-fuji-primary\){background:#6d00f6}#atomic .offnetwork .Bg\(\$c-fuji-secondary\){background:#188fff}#atomic .offnetwork .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .offnetwork .Bgc\(\$c-fuji-primary\),#atomic .offnetwork .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .offnetwork .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#6d00f6}#atomic .offnetwork .Bgc\(\$c-fuji-secondary\),#atomic .offnetwork .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .offnetwork .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#188fff}#atomic .offnetwork .Bgc\(\$c-fuji-property-gradient\),#atomic .offnetwork .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .offnetwork .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .offnetwork .C\(\$c-fuji-primary\),#atomic .offnetwork .C\(\$c-fuji-primary\)\:f:focus,#atomic .offnetwork .C\(\$c-fuji-primary\)\:h:hover{color:#6d00f6}#atomic .offnetwork .C\(\$c-fuji-secondary\),#atomic .offnetwork .C\(\$c-fuji-secondary\)\:f:focus,#atomic .offnetwork .C\(\$c-fuji-secondary\)\:h:hover{color:#188fff}#atomic .offnetwork .C\(\$c-fuji-property-gradient\),#atomic .offnetwork .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .offnetwork .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#6d00f6 10%,#188fff 90%)}#atomic .omg .Bg\(\$c-fuji-primary\){background:#f80e5d}#atomic .omg .Bg\(\$c-fuji-secondary\){background:#6d00f6}#atomic .omg .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#f80e5d 10%,#6d00f6 90%)}#atomic .omg .Bgc\(\$c-fuji-primary\),#atomic .omg .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .omg .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#f80e5d}#atomic .omg .Bgc\(\$c-fuji-secondary\),#atomic .omg .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .omg .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#6d00f6}#atomic .omg .Bgc\(\$c-fuji-property-gradient\),#atomic .omg .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .omg .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#f80e5d 10%,#6d00f6 90%)}#atomic .omg .C\(\$c-fuji-primary\),#atomic .omg .C\(\$c-fuji-primary\)\:f:focus,#atomic .omg .C\(\$c-fuji-primary\)\:h:hover{color:#f80e5d}#atomic .omg .C\(\$c-fuji-secondary\),#atomic .omg .C\(\$c-fuji-secondary\)\:f:focus,#atomic .omg .C\(\$c-fuji-secondary\)\:h:hover{color:#6d00f6}#atomic .omg .C\(\$c-fuji-property-gradient\),#atomic .omg .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .omg .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#f80e5d 10%,#6d00f6 90%)}#atomic .parenting .Bg\(\$c-fuji-primary\){background:#ff8b12}#atomic .parenting .Bg\(\$c-fuji-secondary\){background:#30d3b6}#atomic .parenting .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#ff8b12 10%,#30d3b6 90%)}#atomic .parenting .Bgc\(\$c-fuji-primary\),#atomic .parenting .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .parenting .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#ff8b12}#atomic .parenting .Bgc\(\$c-fuji-secondary\),#atomic .parenting .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .parenting .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#30d3b6}#atomic .parenting .Bgc\(\$c-fuji-property-gradient\),#atomic .parenting .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .parenting .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#ff8b12 10%,#30d3b6 90%)}#atomic .parenting .C\(\$c-fuji-primary\),#atomic .parenting .C\(\$c-fuji-primary\)\:f:focus,#atomic .parenting .C\(\$c-fuji-primary\)\:h:hover{color:#ff8b12}#atomic .parenting .C\(\$c-fuji-secondary\),#atomic .parenting .C\(\$c-fuji-secondary\)\:f:focus,#atomic .parenting .C\(\$c-fuji-secondary\)\:h:hover{color:#30d3b6}#atomic .parenting .C\(\$c-fuji-property-gradient\),#atomic .parenting .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .parenting .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#ff8b12 10%,#30d3b6 90%)}#atomic .politics .Bg\(\$c-fuji-primary\){background:#003abc}#atomic .politics .Bg\(\$c-fuji-secondary\){background:#ff4d52}#atomic .politics .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#003abc 10%,#ff4d52 90%)}#atomic .politics .Bgc\(\$c-fuji-primary\),#atomic .politics .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .politics .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#003abc}#atomic .politics .Bgc\(\$c-fuji-secondary\),#atomic .politics .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .politics .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff4d52}#atomic .politics .Bgc\(\$c-fuji-property-gradient\),#atomic .politics .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .politics .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#003abc 10%,#ff4d52 90%)}#atomic .politics .C\(\$c-fuji-primary\),#atomic .politics .C\(\$c-fuji-primary\)\:f:focus,#atomic .politics .C\(\$c-fuji-primary\)\:h:hover{color:#003abc}#atomic .politics .C\(\$c-fuji-secondary\),#atomic .politics .C\(\$c-fuji-secondary\)\:f:focus,#atomic .politics .C\(\$c-fuji-secondary\)\:h:hover{color:#ff4d52}#atomic .politics .C\(\$c-fuji-property-gradient\),#atomic .politics .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .politics .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#003abc 10%,#ff4d52 90%)}#atomic .shopping .Bg\(\$c-fuji-primary\){background:#30d3b6}#atomic .shopping .Bg\(\$c-fuji-secondary\){background:#f0162f}#atomic .shopping .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .shopping .Bgc\(\$c-fuji-primary\),#atomic .shopping .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .shopping .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#30d3b6}#atomic .shopping .Bgc\(\$c-fuji-secondary\),#atomic .shopping .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .shopping .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f0162f}#atomic .shopping .Bgc\(\$c-fuji-property-gradient\),#atomic .shopping .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .shopping .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .shopping .C\(\$c-fuji-primary\),#atomic .shopping .C\(\$c-fuji-primary\)\:f:focus,#atomic .shopping .C\(\$c-fuji-primary\)\:h:hover{color:#30d3b6}#atomic .shopping .C\(\$c-fuji-secondary\),#atomic .shopping .C\(\$c-fuji-secondary\)\:f:focus,#atomic .shopping .C\(\$c-fuji-secondary\)\:h:hover{color:#f0162f}#atomic .shopping .C\(\$c-fuji-property-gradient\),#atomic .shopping .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .shopping .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .sports .Bg\(\$c-fuji-primary\){background:#ff520d}#atomic .sports .Bg\(\$c-fuji-secondary\){background:#f0162f}#atomic .sports .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#ff520d 10%,#f0162f 90%)}#atomic .sports .Bgc\(\$c-fuji-primary\),#atomic .sports .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .sports .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#ff520d}#atomic .sports .Bgc\(\$c-fuji-secondary\),#atomic .sports .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .sports .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f0162f}#atomic .sports .Bgc\(\$c-fuji-property-gradient\),#atomic .sports .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .sports .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#ff520d 10%,#f0162f 90%)}#atomic .sports .C\(\$c-fuji-primary\),#atomic .sports .C\(\$c-fuji-primary\)\:f:focus,#atomic .sports .C\(\$c-fuji-primary\)\:h:hover{color:#ff520d}#atomic .sports .C\(\$c-fuji-secondary\),#atomic .sports .C\(\$c-fuji-secondary\)\:f:focus,#atomic .sports .C\(\$c-fuji-secondary\)\:h:hover{color:#f0162f}#atomic .sports .C\(\$c-fuji-property-gradient\),#atomic .sports .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .sports .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#ff520d 10%,#f0162f 90%)}#atomic .style .Bg\(\$c-fuji-primary\){background:#be0067}#atomic .style .Bg\(\$c-fuji-secondary\){background:#ff333a}#atomic .style .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#be0067 10%,#ff333a 90%)}#atomic .style .Bgc\(\$c-fuji-primary\),#atomic .style .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .style .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#be0067}#atomic .style .Bgc\(\$c-fuji-secondary\),#atomic .style .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .style .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#ff333a}#atomic .style .Bgc\(\$c-fuji-property-gradient\),#atomic .style .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .style .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#be0067 10%,#ff333a 90%)}#atomic .style .C\(\$c-fuji-primary\),#atomic .style .C\(\$c-fuji-primary\)\:f:focus,#atomic .style .C\(\$c-fuji-primary\)\:h:hover{color:#be0067}#atomic .style .C\(\$c-fuji-secondary\),#atomic .style .C\(\$c-fuji-secondary\)\:f:focus,#atomic .style .C\(\$c-fuji-secondary\)\:h:hover{color:#ff333a}#atomic .style .C\(\$c-fuji-property-gradient\),#atomic .style .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .style .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#be0067 10%,#ff333a 90%)}#atomic .tech .Bg\(\$c-fuji-primary\){background:#ff7b12}#atomic .tech .Bg\(\$c-fuji-secondary\){background:#be0067}#atomic .tech .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#ff7b12 10%,#be0067 90%)}#atomic .tech .Bgc\(\$c-fuji-primary\),#atomic .tech .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .tech .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#ff7b12}#atomic .tech .Bgc\(\$c-fuji-secondary\),#atomic .tech .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .tech .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#be0067}#atomic .tech .Bgc\(\$c-fuji-property-gradient\),#atomic .tech .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .tech .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#ff7b12 10%,#be0067 90%)}#atomic .tech .C\(\$c-fuji-primary\),#atomic .tech .C\(\$c-fuji-primary\)\:f:focus,#atomic .tech .C\(\$c-fuji-primary\)\:h:hover{color:#ff7b12}#atomic .tech .C\(\$c-fuji-secondary\),#atomic .tech .C\(\$c-fuji-secondary\)\:f:focus,#atomic .tech .C\(\$c-fuji-secondary\)\:h:hover{color:#be0067}#atomic .tech .C\(\$c-fuji-property-gradient\),#atomic .tech .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .tech .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#ff7b12 10%,#be0067 90%)}#atomic .travel .Bg\(\$c-fuji-primary\){background:#30d3b6}#atomic .travel .Bg\(\$c-fuji-secondary\){background:#f0162f}#atomic .travel .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .travel .Bgc\(\$c-fuji-primary\),#atomic .travel .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .travel .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#30d3b6}#atomic .travel .Bgc\(\$c-fuji-secondary\),#atomic .travel .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .travel .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f0162f}#atomic .travel .Bgc\(\$c-fuji-property-gradient\),#atomic .travel .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .travel .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .travel .C\(\$c-fuji-primary\),#atomic .travel .C\(\$c-fuji-primary\)\:f:focus,#atomic .travel .C\(\$c-fuji-primary\)\:h:hover{color:#30d3b6}#atomic .travel .C\(\$c-fuji-secondary\),#atomic .travel .C\(\$c-fuji-secondary\)\:f:focus,#atomic .travel .C\(\$c-fuji-secondary\)\:h:hover{color:#f0162f}#atomic .travel .C\(\$c-fuji-property-gradient\),#atomic .travel .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .travel .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#30d3b6 10%,#f0162f 90%)}#atomic .tv .Bg\(\$c-fuji-primary\){background:#6d00f6}#atomic .tv .Bg\(\$c-fuji-secondary\){background:#f80e5d}#atomic .tv .Bg\(\$c-fuji-property-gradient\){background:linear-gradient(90deg,#6d00f6 10%,#f80e5d 90%)}#atomic .tv .Bgc\(\$c-fuji-primary\),#atomic .tv .Bgc\(\$c-fuji-primary\)\:f:focus,#atomic .tv .Bgc\(\$c-fuji-primary\)\:h:hover{background-color:#6d00f6}#atomic .tv .Bgc\(\$c-fuji-secondary\),#atomic .tv .Bgc\(\$c-fuji-secondary\)\:f:focus,#atomic .tv .Bgc\(\$c-fuji-secondary\)\:h:hover{background-color:#f80e5d}#atomic .tv .Bgc\(\$c-fuji-property-gradient\),#atomic .tv .Bgc\(\$c-fuji-property-gradient\)\:f:focus,#atomic .tv .Bgc\(\$c-fuji-property-gradient\)\:h:hover{background-color:linear-gradient(90deg,#6d00f6 10%,#f80e5d 90%)}#atomic .tv .C\(\$c-fuji-primary\),#atomic .tv .C\(\$c-fuji-primary\)\:f:focus,#atomic .tv .C\(\$c-fuji-primary\)\:h:hover{color:#6d00f6}#atomic .tv .C\(\$c-fuji-secondary\),#atomic .tv .C\(\$c-fuji-secondary\)\:f:focus,#atomic .tv .C\(\$c-fuji-secondary\)\:h:hover{color:#f80e5d}#atomic .tv .C\(\$c-fuji-property-gradient\),#atomic .tv .C\(\$c-fuji-property-gradient\)\:f:focus,#atomic .tv .C\(\$c-fuji-property-gradient\)\:h:hover{color:linear-gradient(90deg,#6d00f6 10%,#f80e5d 90%)}#atomic .Bg\(\$c-fuji-autos\){background:#ff333a}#atomic .Bg\(\$c-fuji-beauty\){background:#ff4d52}#atomic .Bg\(\$c-fuji-celebrity\),#atomic .Bg\(\$c-fuji-omg\){background:#f80e5d}#atomic .Bg\(\$c-fuji-diy\),#atomic .Bg\(\$c-fuji-makers\){background:#e6004e}#atomic .Bg\(\$c-fuji-fantasy\){background:#00cd7a}#atomic .Bg\(\$c-fuji-finance\),#atomic .Bg\(\$c-fuji-gma\),#atomic .Bg\(\$c-fuji-news\){background:#188fff}#atomic .Bg\(\$c-fuji-food\),#atomic .Bg\(\$c-fuji-parenting\){background:#ff8b12}#atomic .Bg\(\$c-fuji-games\),#atomic .Bg\(\$c-fuji-media\),#atomic .Bg\(\$c-fuji-movies\),#atomic .Bg\(\$c-fuji-music\){background:#cc008c}#atomic .Bg\(\$c-fuji-general\),#atomic .Bg\(\$c-fuji-ivy\),#atomic .Bg\(\$c-fuji-offnetwork\),#atomic .Bg\(\$c-fuji-tv\){background:#6d00f6}#atomic .Bg\(\$c-fuji-health\),#atomic .Bg\(\$c-fuji-homes\),#atomic .Bg\(\$c-fuji-local\),#atomic .Bg\(\$c-fuji-shopping\),#atomic .Bg\(\$c-fuji-travel\){background:#30d3b6}#atomic .Bg\(\$c-fuji-politics\){background:#003abc}#atomic .Bg\(\$c-fuji-sports\){background:#ff520d}#atomic .Bg\(\$c-fuji-style\){background:#be0067}#atomic .Bg\(\$c-fuji-tech\){background:#ff7b12}#atomic .Bgc\(\$c-fuji-autos\),#atomic .Bgc\(\$c-fuji-autos\)\:f:focus,#atomic .Bgc\(\$c-fuji-autos\)\:h:hover{background-color:#ff333a}#atomic .Bgc\(\$c-fuji-beauty\),#atomic .Bgc\(\$c-fuji-beauty\)\:f:focus,#atomic .Bgc\(\$c-fuji-beauty\)\:h:hover{background-color:#ff4d52}#atomic .Bgc\(\$c-fuji-celebrity\),#atomic .Bgc\(\$c-fuji-celebrity\)\:f:focus,#atomic .Bgc\(\$c-fuji-celebrity\)\:h:hover,#atomic .Bgc\(\$c-fuji-omg\){background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-diy\),#atomic .Bgc\(\$c-fuji-diy\)\:f:focus,#atomic .Bgc\(\$c-fuji-diy\)\:h:hover,#atomic .Bgc\(\$c-fuji-makers\){background-color:#e6004e}#atomic .Bgc\(\$c-fuji-fantasy\),#atomic .Bgc\(\$c-fuji-fantasy\)\:f:focus,#atomic .Bgc\(\$c-fuji-fantasy\)\:h:hover{background-color:#00cd7a}#atomic .Bgc\(\$c-fuji-finance\),#atomic .Bgc\(\$c-fuji-finance\)\:f:focus,#atomic .Bgc\(\$c-fuji-finance\)\:h:hover,#atomic .Bgc\(\$c-fuji-gma\),#atomic .Bgc\(\$c-fuji-news\){background-color:#188fff}#atomic .Bgc\(\$c-fuji-food\),#atomic .Bgc\(\$c-fuji-food\)\:f:focus,#atomic .Bgc\(\$c-fuji-food\)\:h:hover,#atomic .Bgc\(\$c-fuji-parenting\){background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-games\),#atomic .Bgc\(\$c-fuji-games\)\:f:focus,#atomic .Bgc\(\$c-fuji-games\)\:h:hover,#atomic .Bgc\(\$c-fuji-media\),#atomic .Bgc\(\$c-fuji-movies\),#atomic .Bgc\(\$c-fuji-music\){background-color:#cc008c}#atomic .Bgc\(\$c-fuji-general\),#atomic .Bgc\(\$c-fuji-general\)\:f:focus,#atomic .Bgc\(\$c-fuji-general\)\:h:hover,#atomic .Bgc\(\$c-fuji-ivy\),#atomic .Bgc\(\$c-fuji-offnetwork\),#atomic .Bgc\(\$c-fuji-tv\){background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-gma\)\:f:focus,#atomic .Bgc\(\$c-fuji-gma\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\$c-fuji-health\),#atomic .Bgc\(\$c-fuji-health\)\:f:focus,#atomic .Bgc\(\$c-fuji-health\)\:h:hover,#atomic .Bgc\(\$c-fuji-homes\),#atomic .Bgc\(\$c-fuji-homes\)\:f:focus,#atomic .Bgc\(\$c-fuji-homes\)\:h:hover,#atomic .Bgc\(\$c-fuji-local\),#atomic .Bgc\(\$c-fuji-shopping\),#atomic .Bgc\(\$c-fuji-travel\){background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-ivy\)\:f:focus,#atomic .Bgc\(\$c-fuji-ivy\)\:h:hover{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-local\)\:f:focus,#atomic .Bgc\(\$c-fuji-local\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-makers\)\:f:focus,#atomic .Bgc\(\$c-fuji-makers\)\:h:hover{background-color:#e6004e}#atomic .Bgc\(\$c-fuji-media\)\:f:focus,#atomic .Bgc\(\$c-fuji-media\)\:h:hover,#atomic .Bgc\(\$c-fuji-movies\)\:f:focus,#atomic .Bgc\(\$c-fuji-movies\)\:h:hover,#atomic .Bgc\(\$c-fuji-music\)\:f:focus,#atomic .Bgc\(\$c-fuji-music\)\:h:hover{background-color:#cc008c}#atomic .Bgc\(\$c-fuji-news\)\:f:focus,#atomic .Bgc\(\$c-fuji-news\)\:h:hover{background-color:#188fff}#atomic .Bgc\(\$c-fuji-offnetwork\)\:f:focus,#atomic .Bgc\(\$c-fuji-offnetwork\)\:h:hover{background-color:#6d00f6}#atomic .Bgc\(\$c-fuji-omg\)\:f:focus,#atomic .Bgc\(\$c-fuji-omg\)\:h:hover{background-color:#f80e5d}#atomic .Bgc\(\$c-fuji-parenting\)\:f:focus,#atomic .Bgc\(\$c-fuji-parenting\)\:h:hover{background-color:#ff8b12}#atomic .Bgc\(\$c-fuji-politics\),#atomic .Bgc\(\$c-fuji-politics\)\:f:focus,#atomic .Bgc\(\$c-fuji-politics\)\:h:hover{background-color:#003abc}#atomic .Bgc\(\$c-fuji-shopping\)\:f:focus,#atomic .Bgc\(\$c-fuji-shopping\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-sports\),#atomic .Bgc\(\$c-fuji-sports\)\:f:focus,#atomic .Bgc\(\$c-fuji-sports\)\:h:hover{background-color:#ff520d}#atomic .Bgc\(\$c-fuji-style\),#atomic .Bgc\(\$c-fuji-style\)\:f:focus,#atomic .Bgc\(\$c-fuji-style\)\:h:hover{background-color:#be0067}#atomic .Bgc\(\$c-fuji-tech\),#atomic .Bgc\(\$c-fuji-tech\)\:f:focus,#atomic .Bgc\(\$c-fuji-tech\)\:h:hover{background-color:#ff7b12}#atomic .Bgc\(\$c-fuji-travel\)\:f:focus,#atomic .Bgc\(\$c-fuji-travel\)\:h:hover{background-color:#30d3b6}#atomic .Bgc\(\$c-fuji-tv\)\:f:focus,#atomic .Bgc\(\$c-fuji-tv\)\:h:hover{background-color:#6d00f6}#atomic .C\(\$c-fuji-autos\),#atomic .C\(\$c-fuji-autos\)\:f:focus,#atomic .C\(\$c-fuji-autos\)\:h:hover{color:#ff333a}#atomic .C\(\$c-fuji-beauty\),#atomic .C\(\$c-fuji-beauty\)\:f:focus,#atomic .C\(\$c-fuji-beauty\)\:h:hover{color:#ff4d52}#atomic .C\(\$c-fuji-celebrity\),#atomic .C\(\$c-fuji-celebrity\)\:f:focus,#atomic .C\(\$c-fuji-celebrity\)\:h:hover,#atomic .C\(\$c-fuji-omg\){color:#f80e5d}#atomic .C\(\$c-fuji-diy\),#atomic .C\(\$c-fuji-diy\)\:f:focus,#atomic .C\(\$c-fuji-diy\)\:h:hover,#atomic .C\(\$c-fuji-makers\){color:#e6004e}#atomic .C\(\$c-fuji-fantasy\),#atomic .C\(\$c-fuji-fantasy\)\:f:focus,#atomic .C\(\$c-fuji-fantasy\)\:h:hover{color:#00cd7a}#atomic .C\(\$c-fuji-finance\),#atomic .C\(\$c-fuji-finance\)\:f:focus,#atomic .C\(\$c-fuji-finance\)\:h:hover,#atomic .C\(\$c-fuji-gma\),#atomic .C\(\$c-fuji-news\){color:#188fff}#atomic .C\(\$c-fuji-food\),#atomic .C\(\$c-fuji-food\)\:f:focus,#atomic .C\(\$c-fuji-food\)\:h:hover,#atomic .C\(\$c-fuji-parenting\){color:#ff8b12}#atomic .C\(\$c-fuji-games\),#atomic .C\(\$c-fuji-games\)\:f:focus,#atomic .C\(\$c-fuji-games\)\:h:hover,#atomic .C\(\$c-fuji-media\),#atomic .C\(\$c-fuji-movies\),#atomic .C\(\$c-fuji-music\){color:#cc008c}#atomic .C\(\$c-fuji-general\),#atomic .C\(\$c-fuji-general\)\:f:focus,#atomic .C\(\$c-fuji-general\)\:h:hover,#atomic .C\(\$c-fuji-ivy\),#atomic .C\(\$c-fuji-offnetwork\),#atomic .C\(\$c-fuji-tv\){color:#6d00f6}#atomic .C\(\$c-fuji-gma\)\:f:focus,#atomic .C\(\$c-fuji-gma\)\:h:hover{color:#188fff}#atomic .C\(\$c-fuji-health\),#atomic .C\(\$c-fuji-health\)\:f:focus,#atomic .C\(\$c-fuji-health\)\:h:hover,#atomic .C\(\$c-fuji-homes\),#atomic .C\(\$c-fuji-homes\)\:f:focus,#atomic .C\(\$c-fuji-homes\)\:h:hover,#atomic .C\(\$c-fuji-local\),#atomic .C\(\$c-fuji-shopping\),#atomic .C\(\$c-fuji-travel\){color:#30d3b6}#atomic .C\(\$c-fuji-ivy\)\:f:focus,#atomic .C\(\$c-fuji-ivy\)\:h:hover{color:#6d00f6}#atomic .C\(\$c-fuji-local\)\:f:focus,#atomic .C\(\$c-fuji-local\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-makers\)\:f:focus,#atomic .C\(\$c-fuji-makers\)\:h:hover{color:#e6004e}#atomic .C\(\$c-fuji-media\)\:f:focus,#atomic .C\(\$c-fuji-media\)\:h:hover,#atomic .C\(\$c-fuji-movies\)\:f:focus,#atomic .C\(\$c-fuji-movies\)\:h:hover,#atomic .C\(\$c-fuji-music\)\:f:focus,#atomic .C\(\$c-fuji-music\)\:h:hover{color:#cc008c}#atomic .C\(\$c-fuji-news\)\:f:focus,#atomic .C\(\$c-fuji-news\)\:h:hover{color:#188fff}#atomic .C\(\$c-fuji-offnetwork\)\:f:focus,#atomic .C\(\$c-fuji-offnetwork\)\:h:hover{color:#6d00f6}#atomic .C\(\$c-fuji-omg\)\:f:focus,#atomic .C\(\$c-fuji-omg\)\:h:hover{color:#f80e5d}#atomic .C\(\$c-fuji-parenting\)\:f:focus,#atomic .C\(\$c-fuji-parenting\)\:h:hover{color:#ff8b12}#atomic .C\(\$c-fuji-politics\),#atomic .C\(\$c-fuji-politics\)\:f:focus,#atomic .C\(\$c-fuji-politics\)\:h:hover{color:#003abc}#atomic .C\(\$c-fuji-shopping\)\:f:focus,#atomic .C\(\$c-fuji-shopping\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-sports\),#atomic .C\(\$c-fuji-sports\)\:f:focus,#atomic .C\(\$c-fuji-sports\)\:h:hover{color:#ff520d}#atomic .C\(\$c-fuji-style\),#atomic .C\(\$c-fuji-style\)\:f:focus,#atomic .C\(\$c-fuji-style\)\:h:hover{color:#be0067}#atomic .C\(\$c-fuji-tech\),#atomic .C\(\$c-fuji-tech\)\:f:focus,#atomic .C\(\$c-fuji-tech\)\:h:hover{color:#ff7b12}#atomic .C\(\$c-fuji-travel\)\:f:focus,#atomic .C\(\$c-fuji-travel\)\:h:hover{color:#30d3b6}#atomic .C\(\$c-fuji-tv\)\:f:focus,#atomic .C\(\$c-fuji-tv\)\:h:hover{color:#6d00f6}.canvas-body b, .hero-slideshow-description b{
    font-weight: 700
}

.canvas-body i, .hero-slideshow-description i{
    font-style: italic
}

.canvas-body u, .hero-slideshow-description u{
    text-decoration: underline;
}

.canvas-body h1,
.canvas-body h2,
.canvas-body h3,
.canvas-body h4,
.canvas-body h5,
.canvas-body h6 {
    -moz-osx-font-smoothing: grayscale;
    -moz-text-rendering: optimizeLegibility;
    -ms-font-smoothing: antialiased;
    -ms-text-rendering: optimizeLegibility;
    -o-font-smoothing: antialiased;
    -o-text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    margin: .5em 0;
    text-rendering: optimizeLegibility;
}

.canvas-body h2 {
    font-size: 1.4em;
    line-height: 1.4em;
}

.canvas-body h3 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.canvas-body ul {
    list-style-type: disc;
    padding-left: 40px;
    margin: 1.5em 0;
}
