<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
  .cert {
    width: 42px !important;
  }
}
@media (min-width: 768px) {
  .cert {
    width: 58px !important;
  }
}


@media (min-width: 768px) {
  #site-header .logo-container {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) {
  #site-header .logo-container a img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #site-header .logo-container a img {
    margin-left: 15px;
  }
}
#site-header .logo-container img {
  display: inline-block;
}
#site-header .logo-container .cert {
  max-width: 58px;
}

@media (min-width: 768px) {
  #site-header .nav {
    height: 100px;
    width: calc(100% - 210px);
  }
}
@media (max-width: 767px) {
  #site-header .nav {
    width: calc(100% - 138px);
  }
}

@media (min-width: 1240px) {
  footer .contact-info {
    width: 25%;
  }
}
@media (min-width: 1240px) {
  footer .logo-container {
    width: 25%;
  }
}
footer .logo-container .cert {
  display: inline-block;
  margin-left: 40px;
}
@media (min-width: 768px) and (max-width: 1239px){
  footer .logo-container .cert {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  footer .footer-menu .socials {
    padding-left: 70px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 1240px) {
  footer .bottom .text {
    display: inline-block;
    float: left;
    width: 75%;
  }
}

@media (min-width: 1240px) {
  footer .bottom .socials {
    display: inline-block;
    float: right;
    width: 25%;
  }
}

@media (max-width: 1239px) {
  footer .bottom .socials {
    margin-top: 15px;
  }
}
</pre></body></html>