.footer {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  background: #f3f2ff;
  visibility: hidden;
  padding-bottom: 2rem;
}

.footer .centered {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.footer .centered .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer .centered .content .column {
  display: flex;
  width: 12.5rem;
  flex-direction: column;
}
.footer .centered .content .column.col-1 {
  display: flex;
  width: 18.75rem;
  gap: 0.5rem;
}

.footer .centered hr {
  border: 0.0625rem solid #dcdbff;
  width: 100%;
  margin: 0;
  margin-bottom: 3.5rem;
}

.footer .centered .content .column.col-1 p,
.footer .centered .content .column.col-1 a {
  color: var(--gray-NEUTRAL-20, var(--neutral-NEUTRAL-20, #525358));
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.46px;
  margin: 0.5rem;
}
.footer .centered .content .column.col-1 a {
  margin: 0;
}
.footer .centered .content .column.col-1 .contact .phone,
.footer .centered .content .column.col-1 .contact .mail,
.footer .centered .content .column.col-1 .contact .location {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: 2.5rem;
  padding: 0.5rem;
}

.footer .centered .content .column.col-1 .contact p {
  margin: 0;
}

.footer span.material-symbols-outlined {
  font-size: 1.125rem;
  color: #525358;
}

.footer .centered .content img.logoFooter {
  max-width: 120px;
  margin: 0.25rem 0.5rem;
}
.footer .centered .content .social {
  display: flex;
  margin: 0.5rem;
  gap: 0.75rem;
}
.footer .centered .content .social .linkedin,
.footer .centered .content .social .instagram {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 7px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(
    --component-colors-elements-primary-high-emphasis-lighter,
    #8982ff
  );
}
.footer h4 {
  color: var(--gray-NEUTRAL-0, var(--neutral-NEUTRAL-0, #0d0d0d));
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #0d0d0d;
  margin: 0.5rem;
}
.footer h4 a {
  color: var(--gray-NEUTRAL-0, var(--neutral-NEUTRAL-0, #0d0d0d));
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.46px;
  text-transform: uppercase;
  color: #0d0d0d;
}

.footer .centered .content .column.col-2 a {
  text-decoration: none;
  color: var(--gray-NEUTRAL-20, var(--neutral-NEUTRAL-20, #525358));
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.46px;
  text-transform: capitalize;
}
.footer .centered .content .column.col-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .centered .content .column.col-2 ul li {
  height: 2.5rem;
  margin: 0.5rem;
  align-items: center;
  display: flex;
}
.footer h4 a:hover {
  text-decoration: underline;
}

.footer .centered .content .column.col-2 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .footer .centered .content .column.col-2 a {
    font-size: 12px;
  }
  .footer .centered .content .column {
    display: flex;
    width: 14.5rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 780px) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    height: auto;
  }

  .footer .centered {
    width: 100%;
    height: auto;
  }
  .footer .centered .content {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 1rem;
  }

  .footer .centered .content p {
    font-size: 12px;
  }
  .footer .centered .content .column {
    width: 100%;
    height: auto;
  }

  .footer .centered .content .column.column.col-1 {
    width: 100%;
    height: auto;
  }
}
.footer .subFooter {
  gap: 1rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;

  flex-direction: row;
}
.footer .subFooter span,
.footer .subFooter a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-decoration: none;
  color: #0d0d0d;
}
