*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: "avenir", "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 8px 0 0 0;
/* Top line */
}
body:after {
  content: '';
  display: block;
  background-image: -webkit-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -moz-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -ms-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -o-linear-gradient(90deg, #47cbff, #6587da);
  background-image: linear-gradient(90deg, #47cbff, #6587da);
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
::selection {
  background: #f5f5f5;
}
a {
  text-decoration: none;
  color: #499aff;
  cursor: pointer;
}
article.content {
  overflow: hidden;
}
header.header {
  position: relative;
  z-index: 20;
}
header.header .logo {
  position: absolute;
  top: 26px;
  left: 80px;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.header .logo-type {
  margin: 0 0 0 15px;
  font-weight: 600;
  font-size: 18px;
  color: #e1eeff;
}
header.header .logo-product {
  position: relative;
  margin: 0 0 0 20px;
  font-weight: 600;
  font-size: 18px;
  color: #e1eeff;
}
header.header .logo-product:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 0px;
  bottom: 0px;
  background: #e1e1e1;
  width: 2px;
}
header.header .logo-bit {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
}
header.header .logo-bit .l,
header.header .logo-bit .r-t,
header.header .logo-bit .r-b {
  position: absolute;
  width: 50%;
}
header.header .logo-bit .l {
  height: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #fff;
}
header.header .logo-bit .r-t {
  right: 0;
  height: 50%;
  background: #ecf5ff;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
header.header .logo-bit .r-b {
  right: 0;
  bottom: 0;
  height: 50%;
  background: #5da5ff;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
