#teconsent {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  background: black;
  width: 100%;
float: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 100;
}

#teconsent a,
#teconsent a:hover {
border: 0;
  background: 0 0;
  height: auto;
text-align: center;
  width: 100%;
  padding: 5px 0;
}
@media (min-width: 641px) {
  #teconsent a,
  #teconsent a:hover {
border: 0;
    width: 75%;
    padding: 4px 2px;
  }
}


#consent_blackbar {
font-size: 12px;
left: 0; bottom: 54px;
  position: fixed;
  width: 100%;
  color: #fff;
  z-index: 100;
}

#consent_blackbar #truste-consent-track {
  background: rgba(0, 0, 0, 0.9) !important;
  box-sizing: border-box;
  padding: 20px 20px 15px 20px;
  font-family: "Avenir-light", Arial, "Lucida Grande", sans-serif;
    line-height: 18px;
}

#consent_blackbar #truste-consent-track #truste-consent-text,
#consent_blackbar #truste-consent-track #truste-consent-buttons {
  float: none !important;
}

#consent_blackbar #truste-consent-track #truste-consent-buttons {
  display: flex;
  justify-content: center;
}

#consent_blackbar #truste-consent-track .truste-text,
#consent_blackbar #truste-consent-track #truste-consent-text {
  margin-bottom: 10px;
  font-family: "Avenir-light", Arial, "Lucida Grande", sans-serif;
}

#consent_blackbar #truste-consent-track .truste-text a,
#consent_blackbar #truste-consent-track #truste-consent-text a {
  background: transparent;
  border-bottom: 1px solid #0097ff;
  border-radius: 0;
  color: #0097ff;
  display: inline-block;
  font-style: italic;
  min-width: 0 !important;
  padding: 0;
  text-align: left;
  text-decoration: none;
  position: static;
  -webkit-backface-visibility: visible;
  font-family: "Avenir-light", Arial, "Lucida Grande", sans-serif;
  width: auto;
  height: auto;
}

#consent_blackbar #truste-consent-track .truste-text a:before, #consent_blackbar #truste-consent-track .truste-text a:after,
#consent_blackbar #truste-consent-track #truste-consent-text a:before,
#consent_blackbar #truste-consent-track #truste-consent-text a:after {
  display: none;
}
#truste-consent-button,
#truste-show-consent {
color: #1a99fc !important;
    background: none !important;
    border: none !important;
    float: left;
    text-transform: uppercase;
    position: relative;
    font-weight: normal !important;
    font-family: "Avenir-Medium", Helvetica, Arial, sans-serif !important;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0em !important;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 641px) {

  #consent_blackbar #truste-consent-track .truste-text a,
  #consent_blackbar #truste-consent-track #truste-consent-text a {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #consent_blackbar #truste-consent-track .truste-text a:hover,
  #consent_blackbar #truste-consent-track #truste-consent-text a:hover {
    color: #f5941c;
    border-bottom: 1px solid #f5941c;
  }
}
@media (min-width: 641px) {
  /* line 66, scss/partials/_consent.scss */
  #consent_blackbar #truste-consent-track {
    background: rgba(0, 0, 0, 0.9) !important;
  }
}