*{font-size:inherit;font-family:inherit;color:inherit;box-sizing:border-box}BODY{overflow:hidden;background-color:#FFF;font-size:16px;font-family:gothamBook,Arial,Helvetica,sans-serif;color:#333;box-sizing:border-box}#main{position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:#FFF;overflow:hidden}#menuBar{position:relative;z-index:2;top:0px;left:0px;right:0px;overflow:hidden;transition:background-color 300ms ease-in-out}#menuBar.mobile-show{transition:none;background-color:#f1f1f1;animation:menu-mobile-show 400ms ease-in-out forwards}#menuBar.mobile-show>#menu{z-index:1}#menuBar.mobile-show>#menuMobile{display:block}#menuBar.mobile-hidden{animation:menu-mobile-hidden 400ms ease-in-out forwards}#menuBar.scroll{background-color:#f1f1f1}#centerPage{position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:transparent;overflow-x:hidden;overflow-y:auto}#centerPage.menuMobileBlock{filter:blur(2.5px)}@keyframes menu-mobile-show{0%{height:50px}100%{height:210px}}@keyframes menu-mobile-hidden{0%{height:210px}100%{height:50px}}@media (max-width:720px){#menuBar{height:50px}}@media (min-width:721px) and (max-width:1023px){#menuBar{height:100px}}@media (min-width:1024px) and (max-width:1499px){#menuBar{height:140px}}@media (min-width:1500px){#menuBar{height:160px}}