<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom-contact {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.bottom-contact .container {
    display: inline-block;
    max-width: 600px;
}

.bottom-contact .left,
.bottom-contact .center,
.bottom-contact .right {
    float: left;
    padding: 0 5px;
}

.bottom-contact .left a,
.bottom-contact .center a,
.bottom-contact .right a {
    padding: 14px 15px;
    color: #fff;
    font-size: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bottom-contact .left a {
    background: #3a589d;
}

.bottom-contact .center a {
    background: #fd7518;
}

.bottom-contact .right a {
    background: #3fb801;
}

.bottom-contact .right a:hover {
    background: #38a700;
}

.bottom-contact .center a:hover {
    background: #ef680b;
}

.bottom-contact .left a:hover {
    background: #29468a;
}

.bottom-contact .clearboth {
    clear: both;
}

.bottom-contact img {
    width: 25px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .bottom-contact {
        display: none;
    }
}
  .hotlinee-footer {
    display: none
  }

  @media (max-width: 767px) {
    .hiddensg {
      display: none
    }

    .hotlinee-footer {
      display: inline-block;
      position: fixed;
      bottom: 0;
      height: 45px;
      width: 100%;
      z-index: 999
    }

    .hotlinee-footer .left {
      float: left;
      width: 33.33%;
      background: #d60000;
      text-align: center;
      height: 100%
    }

    .hotlinee-footer .middle {
      float: left;
      width: 33.33%;
      background: #3B5998;
      text-align: center;
      height: 100%
    }

    .hotlinee-footer .right {
      float: right;
      width: 33.33%;
      background: #4EB748;
      text-align: center;
      height: 100%
    }

    .hotlinee-footer .clearboth {
      clear: both
    }

    .hotlinee-footer .right a,
    .hotlinee-footer .left a,
    .hotlinee-footer .middle a {
      line-height: 42px;
      font-size: 14px;
      color: white
    }

    .hotlinee-footer img {
      width: 27px;
      padding-right: 4px
    }
  }</pre></body></html>