footer.footer {
  margin-top: 60px;
  background-color: #111827;
  font-family: var(--Font-Text);
  color: var(--Color-Text-Inverse, #FFFFFF);
  padding: 2.5rem 0;
}
footer.footer .footer__col {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 0 2rem;
}
footer.footer .footer__col .footer__cols {
  flex: 1;
  width: 100%;
}
footer.footer .footer__col .footer__cols:first-child {
  text-align: center;
}
footer.footer .footer__col .footer__cols:first-child a {
  display: block;
}
footer.footer .footer__col .footer__cols:last-child {
  width: 80%;
  margin: 0 auto;
}
footer.footer .footer__col .footer__cols__logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer .footer__col .footer__cols--menu {
  margin: 2rem auto 0;
  width: 80%;
}
footer.footer .footer__col .footer__cols--menu a {
  color: var(--Color-Text-Inverse, #FFFFFF);
}
footer.footer .footer__col .footer__cols--menu + .footer__cols--menu {
  margin-top: 0;
}
footer.footer .footer__col .footer__cols--menu + .footer__cols--menu a {
  color: var(--white, #9CA3AF);
}
footer.footer .footer__col .footer__cols--menu + .footer__cols--menu a:hover {
  color: var(--Color-Text-Inverse, #FFFFFF);
}
footer.footer .footer__col .footer__cols--menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
footer.footer .footer__col .footer__cols--title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #FFB71E;
}
footer.footer .footer__col .footer__cols--text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9CA3AF;
  text-align: center;
}
footer.footer .footer__col .footer__cols .wp-block-social-links {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
footer.footer .footer__col .footer__cols .wp-block-social-links .menu-item-object-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
footer.footer .footer__col .footer__cols .wp-block-social-links .menu-item-object-custom a {
  width: 24px;
  height: 24px;
}
footer.footer .footer__col .footer__cols .wp-block-social-links svg {
  fill: var(--Color-Text-Inverse, #FFFFFF);
  width: 24px;
  height: 24px;
}
footer.footer .footer__col .footer__cols .wp-block-social-links .wp-social-link-instagram {
  background: linear-gradient(250deg, #AD5FD6 -0.37%, #E23820 55.87%, #FFE388 99.63%);
}
footer.footer .footer__col .footer__cols .wp-block-social-links .wp-social-link-tiktok {
  background-color: #7d3a96;
}
@media screen and (min-width: 840px) {
  footer.footer .footer__col {
    flex-direction: row;
  }
  footer.footer .footer__col .footer__cols:first-child {
    margin-right: 5rem;
  }
  footer.footer .footer__col .footer__cols.footer__cols--menu {
    margin-top: 0;
  }
  footer.footer .footer__col .footer__cols .footer__cols--title {
    text-align: left;
    margin-top: 1rem;
  }
  footer.footer .footer__col .footer__cols__logos {
    display: flex;
    justify-content: flex-start;
  }
  footer.footer .footer__col .footer__cols__logos img {
    margin-left: -0.8rem;
  }
}

/*# sourceMappingURL=footer.css.map */
