.ins-footer {
  background: #0f1112;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 40px 0;
  font-size: 16px
}

.ins-footer .ins-container {
  width: min(1200px, 92%);
  margin-inline: auto
}

.ins-footer-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  margin: 0 0 18px
}

.ins-footer-menu li {
  margin: 0
}

.ins-footer-menu a {
  color: #fff;
  text-decoration: none;
  opacity: .9
}

.ins-footer-menu a:hover {
  opacity: 1
}

.ins-footer__social {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 10px 0 14px
}

.ins-footer__social a {
  display: inline-flex;
  inline-size: 40px;
  block-size: 40px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  transition: border-color .15s, transform .15s
}

.ins-footer__social a:hover {
  border-color: rgba(255, 255, 255, .5);
  transform: translateY(-1px)
}

.ins-footer__social i {
  font-size: 18px;
  line-height: 1
}

.ins-footer__copy {
  text-align: center;
  opacity: .9;
  font-size: .95rem
}

/* Responsive */
@media (max-width:640px) {
  .ins-footer-menu {
    flex-direction: column;
    align-items: center;
    gap: 10px
  }
}

.social {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
}

.social svg {
  width: 20px;
  height: 20px;
  color: whitesmoke;
}

/* hide dufooter */
#colophon {
  display: none !important;
}