.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.footer .copy-wrapper {
  margin-top: 10.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.footer .copy-wrapper .c-link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity, 1));
}

.footer .copy-wrapper .c-link .c-line {
  height: 100%;
  min-height: 100%;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(171 171 171 / var(--tw-bg-opacity, 1));
  width: 0.0625rem;
}

.footer .f-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem;
}

.footer .f-left {
  width: 100%;
  max-width: 33.75rem;
}

.footer .f-center {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 4rem;
  max-width: 26.25rem;
}

.footer .f-center .link {
  line-height: 2.75rem;
}

.footer .f-center .a-link {
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
}

.footer .f-center .link-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer .f-center .width-wrapper {
  width: 100%;
  max-width: 22.125rem;
}

.footer .f-right {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 4rem;
  max-width: 18.75rem;
}

.footer .f-right .d-main-wrapper .social-link-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer .f-right .d-main-wrapper .social-link-wrapper .social-link svg {
  height: 3rem;
  width: 3rem;
}

.btn-wrapper .btn{
  width: max-content !important;
}

@media (max-width: 1536px) {
  .footer .copy-wrapper {
    margin-top: 8.75rem;
  }

  .footer .f-left {
    max-width: 31.25rem;
  }

  .footer .f-center {
    max-width: 25rem;
  }

  .footer .f-center .width-wrapper {
    max-width: 21rem;
  }

  .footer .f-right {
    max-width: 17.5rem;
  }
}

@media (max-width: 1400px) {
  .footer .copy-wrapper {
    margin-top: 6.25rem;
  }
}

@media (max-width: 1200px) {
  .footer {
    padding-top: 4rem;
  }

  .footer .copy-wrapper {
    margin-top: 5rem;
  }

  .footer .f-left {
    width: 100%;
    max-width: 28.125rem;
  }
}

@media (max-width: 992px) {
  .footer {
    padding-top: 3rem;
  }

  .footer .copy-wrapper {
    margin-top: 2.5rem;
    gap: 0.75rem;
  }

  .footer .f-wrapper {
    gap: 3.625rem;
  }

  .footer .f-left {
    max-width: 100%;
  }

  .footer .f-left .width-wrapper {
    max-width: 20rem;
    /* margin-left: auto; */
    margin-right: auto;
    padding-bottom: 2.5rem;
    /* text-align: center; */
  }

  .footer .f-left .btn-wrapper {
    /* justify-content: center; */
  }

  .footer .f-center {
    gap: 2.5rem;
  }

  .footer .f-center .link {
    line-height: 1.5;
  }

  .footer .f-center .a-link {
    display: flex;
    flex-direction: column;
    /* gap: 0.5rem; */
  }

  .footer .f-center .link-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .footer .f-center .width-wrapper {
    width: 100%;
    max-width: 22.125rem;
  }

  .footer .text {
    line-height: 1.5;
  }

  .footer .f-right {
    gap: 2.5rem;
  }

  .footer .f-right .d-main-wrapper .letter-wrapper {
    margin-bottom: 1rem;
  }

  .footer .f-right .d-main-wrapper .social-link-wrapper {
    gap: 0.75rem;
  }

  .footer .f-right .d-main-wrapper .social-link-wrapper .social-link svg {
    height: 2rem;
    width: 2rem;
  }
  
}

/*# sourceMappingURL=footer.css.map */