.lightbox[hidden] {
  display: none;
}

.container,
.grid > *,
.split > *,
.service-layout > *,
.form-shell > *,
.pricing-table {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-header {
  height: 48px;
  max-width: 245px;
}

.brand-logo-footer {
  height: 58px;
  max-width: 290px;
}

.footer-brand {
  margin-bottom: 18px;
}

@media (max-width: 680px) {
  .brand-logo-header {
    height: 38px;
    max-width: 185px;
  }
}
