.brand__icon {
  object-fit: cover;
  background: transparent;
  padding: 0;
}

.guide-panel[hidden] {
  display: none !important;
}

.footer-note {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #ead8d5;
  border-radius: 14px;
  color: #666b74;
  background: #faf8f7;
  font-size: 13px;
  line-height: 1.65;
}

.footer-note strong {
  display: block;
  margin-bottom: 4px;
  color: #34373e;
}

.footer-note p {
  margin: 0 0 8px;
}

.footer-note small {
  color: #989ca4;
}

@media (max-width: 520px) {
  .brand__icon {
    width: 96px;
    height: 96px;
  }
}
