@font-face {
  font-family: 'bould';
  src: url('../Bould/Bould-Roman-webfontkit/bould-regular-webfont.ttf') format('truetype');
}

body {
  margin: 0;
  color: #fff;
  font-size: 20pt;
  font-family: 'bould';
  background: black;
}
.fa {
  width: 23px;
  text-decoration: none;
  margin-left: 0;
}
.m_body {
  height: 100%;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  flex-wrap: nowrap;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  margin: 0;
}
.cell {
  width: 50%;
  margin: 0;
  padding: 0;
}
.l1 {
  position: relative;
}
.backimg {
  height: 100%;
  width: 100%;
}
.logo {
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%;
  top: 60%;
}
.r1 {
  height: 100%;
}
.t_body {
  position: relative;
  margin-top: 10%;
  margin-left: 40px;
}
.t2 {
  position: relative;
  margin-top: 10%;
  font-size: 16pt;
  margin-bottom: 10px;
  margin-left: 0;
}
.t_body_2 {
  position: absolute;
  bottom: 5%;
  margin-left: 40px;
  font-size: 16pt;
}
colorchange {
  color: #edd602;
}
.table_body {
  justify-content: space-between;
  display: inline-flex;
  margin-left: 40px;
  position: absolute;
  width: 45%;
  bottom: 15%;
}
.table_body a {
  color: white;
}
.cell th {
  text-align: left;
  font-weight: 400;
  font-size: 16pt;
}
.table_body table {
  width: 90%;
  border-spacing: 0;
}
.cell td {
  border: 0px solid;
  font-size: 14pt;
  padding: 0;
}
tr {
  margin: 0 !important;
  padding: 0 !important;
}
.td-margin {
  width: 48% !important;
}
.l2 {
  height: auto;
}
.links {
  position: absolute;
  bottom: 20px;
  font-size: 12pt;
  color: #edd602;
}
.l2 a {
  margin-right: 30px;
}
.l2 a:hover {
  cursor: pointer;
}
.r2 p {
  position: absolute;
  bottom: 40px;
  margin-left: 40px;
  color: #000;
  font-weight: 300;
}
.r2 img {
  width: 100%;
  height: 100%;
}
