body{padding-top:40px}@media only screen and (max-width: 1140px){body{padding-top:40px}}section.top-bar{padding:0 30px;justify-content:space-between;display:flex;align-items:center;position:absolute;left:0;top:0;width:100%;height:40px;max-height:40px;overflow:hidden;z-index:99;font-style:normal;font-size:12px;line-height:14px}@media only screen and (max-width: 1140px){section.top-bar{font-size:10px;line-height:12px;padding:0 30px;height:40px;max-height:40px}}section.top-bar svg{width:10px;height:10px;cursor:pointer}section.top-bar svg:nth-child(2){transform:rotate(180deg)}section.top-bar .controls{display:flex;justify-content:space-between;align-items:center;margin-right:15px;width:35px}@media only screen and (max-width: 1140px){section.top-bar .controls{width:100%;position:absolute;left:0;top:0;height:100%;z-index:1;margin:0;padding:0 15px}}section.top-bar ul{display:flex;margin:2px 0 0 0;padding:0}@media only screen and (max-width: 1140px){section.top-bar ul{display:none}}section.top-bar ul li{margin-right:15px;font-style:normal;font-family:"Inter Regular",sans-serif;font-size:12px;line-height:10px;display:flex;align-items:center;text-transform:capitalize;white-space:nowrap}section.top-bar ul li:last-child{margin-right:0}@media only screen and (max-width: 1140px){section.top-bar ul li{font-size:10px}}section.top-bar .content-message{width:auto;display:flex;width:100%}section.top-bar .content-messages{width:100%;z-index:2;position:relative}@media only screen and (max-width: 1140px){section.top-bar .content-messages{padding:0 5px}}section.top-bar .message{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto;position:absolute;top:50%;transform:translateY(-50%);opacity:0;transition:all 400ms linear}@media only screen and (max-width: 1140px){section.top-bar .message{text-align:center;left:50%;transform:translate(-50%, -50%);width:90%}}section.top-bar .message p{margin:0}@media only screen and (max-width: 1140px){section.top-bar .message p{text-align:center}}section.top-bar .message a{text-decoration:underline}section.top-bar .message.actived{opacity:1}