<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/**
 * Larger than 0px screen
 */
@media (min-width: 0px) {
  .copyright {
    font-size: var(--fs-7);
    margin-top: 20px;
    margin-bottom: 140px;
  }
}

/**
 * Larger than 320px screen
 */
@media (min-width: 321px) {
  .copyright {
    margin-bottom: 0;
  }
}

/**
 * Larger than 375px screen
 */
@media (min-width: 376px) {

}

/**
 * Larger than 425px screen
 */
@media (min-width: 426px) {

}

/**
 * Larger than 768px screen
 */
@media (min-width: 769px) {
  .copyright {
    margin-bottom: 90px;
  }
}

/**
 * Larger than 1024px screen
 */
@media (min-width: 1025px) {
  .copyright {
    margin-bottom: 0;
  }
}

/**
 * Larger than 1440px screen
 */
@media (min-width: 1441px) {

}</pre></body></html>