._1qYrXi_xXtDDuxygm54d5o {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

._1ucu822hZW1ceu1T77D7Ig {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

._2-D-RZaum9dBII4zwWPdV0 {
  margin-top: 150px;
  margin-bottom: 100px;
  color: #28282c;
}

._1qYrXi_xXtDDuxygm54d5o p {
  margin: 0 0 10px;
  font-weight: 400;
}

._1qYrXi_xXtDDuxygm54d5o p>a {
  color: var(--blue);
  text-decoration: none;
}

._1qYrXi_xXtDDuxygm54d5o h1 {
  margin: 20px 0 10px;
  font-size: 36px;
}

._2-D-RZaum9dBII4zwWPdV0 h2, ._1qYrXi_xXtDDuxygm54d5o h3 {
  margin: 24px 0 20px;
  font-size: 40px;
  font-weight: 600;
}


._1IRqTqoyjBd4PL60lXX2hQ {
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, .9);
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
}

._2s-E8--LsY_uWjXQuKxjzO {
  display: flex;
  align-items: center;
}

._2s-E8--LsY_uWjXQuKxjzO a {
  text-decoration: none;
  color: var(--black);
  font-size: 26px;
  font-weight: 600;
}

._1EnD6mbFqsRWYpGyUl_yXl {
  position: fixed;
  top: 0;
}


._3Zme_EnxMiJjas4N44Zg5R {
  width: 100%;
  padding: 30px 0;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  justify-content: center;
}

._2EeB5Ukt-9trsGx3oWg036 {
  width: 100%;
}

._3PFrT7OflMJHKmu-EeEDJl {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  clear: both;
}

._1QQsJVWNJoHkd29-tB5Iex {
  width: max-content;
  height: max-content;
  font-size: 15px;
  color: #888;
  font-weight: 400;
  margin-bottom: 5px;
}

.VxVNHKDNW-_eMWNLNwbI2 {
  float: right;
  margin-bottom: -30px;
}

.VxVNHKDNW-_eMWNLNwbI2 a {
  color: var(--white);
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  ._2EeB5Ukt-9trsGx3oWg036 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  ._3Zme_EnxMiJjas4N44Zg5R {
    padding-bottom: 50px;
  }

  ._1qYrXi_xXtDDuxygm54d5o h2 {
    font-size: 30px;
  }
}

:root {
  --blue: #0467F6;
  --black: #000000;
  --black-footer: #242424;
  --white: #FFFFFF;
  --red: red;
  --grey: #E7E7E7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

