<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact {
  height: 190px;
  width: 200px;
  color: #383838;
  margin-top: 20px;
  margin-left: 12%;
  float: left;
  position: absolute;
}

.contact&gt;div {
  margin-bottom: 20px;
}

.data {
  margin-bottom: 5px;
}

.data&gt;div:not(:last-child) {
  float: left;
}

.data&gt;div:first-child {
  margin-top: 5px;
  width: 18px;
}

.data&gt;div:nth-child(2) {
  margin-left: 5px;
}

.my {
  height: 190px;
  width: 234px;
  color: #383838;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.my&gt;a {
  margin: 10px auto;
  display: block;
}

.my&gt;a:nth-child(1) {
  width: 210px;
}

.my&gt;a:nth-child(2) {
  width: 234px;
}

.my&gt;a:nth-child(3) {
  width: 219px;
  display: none;
}

.partner {
  height: 190px;
  width: 350px;
  color: #383838;
  margin-top: 20px;
  margin-right: 2%;
  right: 0;
  position: absolute;
  top: 0;
}

.partner&gt;div {
  position: absolute;
}

.partner&gt;div:nth-child(1) {
  top: 0;
  left: 0;
}

.partner&gt;div:nth-child(2) {
  top: 22px;
  left: 0;
}

.partner&gt;div:nth-child(3) {
  top: 58px;
  left: 0;
}

.partner&gt;div:nth-child(4) {
  top: 55px;
  left: 223px;
}

.partner&gt;div:nth-child(5) {
  top: 139px;
  left: 179px;
}

.partner&gt;div:nth-child(6) {
  top: 22px;
  left: 179px;
}

.partner&gt;div:nth-child(7) {
  top: 141px;
  left: 0;
}

.powered {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #6F6F6F;
  font-size: 13px;;
}

.art {
 color: #E72929;
}

.powered a:hover {
  text-decoration: underline !important;
}

.powered a:visited, .powered a:link, .powered a:active {
  color: #525252;
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (max-width : 1023px),
only screen and (max-device-width : 1023px){
    .my {
      height: 68px;
      width: 500px;
      color: #383838;
      margin-top: 20px;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-box;
      display: box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -ms-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-box-pack: space-between;
      -ms-flex-pack: justify;
    }
    .contact,.partner {
      margin-top: 90px;
    }

    .footer,.space_b {
      height: 315px;
    }
    .my&gt;a {
      margin: 0;
    }

}</pre></body></html>