.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footer__company-info {
  line-height: 1.5;
  margin-top: 20px;
}

.footer__company-info h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #262626;
  text-transform: unset;
}

.footer__company-toggle {
  cursor: pointer;
  color: #a0a0a0;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}

.footer__company-details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.footer__company-details.open {
  max-height: 500px;
  opacity: 1;
}

.footer__company-details p {
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.6;
  color: #a0a0a0;
}

.footer__company-info address {
  font-style: normal;
  line-height: 1.6;
  font-size: 14px;
  color: #a0a0a0;
}
