body .footer .gbgr {
  width: 25%;
}
body .footer .gbgr .text-cr {
  font-family: 'Cantarell',sans-serif;
  padding-top: 30px;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms;
}

body .footer .gbgr .text-cr:hover {
  color: #666;
}

@media (max-width: 768px) {
  body .footer .gbgr {
    width: 100%;
    margin: 20px auto 10px auto;
  }
  body .footer .gbgr .text-cr {
    text-align: center;
  }
}

/* TrustArc */
#consent_blackbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

#teconsent {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 900;
  padding-right: 10px;
  float: right;
  padding: 5px 5px 3px 5px;
  background: #333;
  width: 100%;
  text-align: right;
}

.grecaptcha-badge {
  bottom: 55px !important;
  z-index: 999!important;
}