body  {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  color: #333;
}

h1  {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 0 0 45px 0;
}

h2  {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 30px 0;
  color: #1D90B1;
}

h3  {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

h4  {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.223;
  margin: 0;
}

h5  {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.223;
  margin: 0;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #1D90B1;
}

ul li {
  line-height: 1.5
}

.Logo {
  width: 100px;
  margin-bottom: 40px;
}

.Icon__ArrowUp  {
  width: 0;
  height: 0;
  margin-top: 5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1D90B1;
}

.Icon__ArrowDown  {
  width: 0;
  height: 0;
  margin-top: 5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1D90B1;
}

.hide {
  display: none;
}
