.Footer {
  font-size: 1rem;
  background: var(--colorBrand);
}

.Footer-frame {
  display: flex;
  justify-content: center;
  padding-top: clamp(4rem, calc(3.69388rem + 1.30612vw), 5rem);
  padding-bottom: clamp(4rem, calc(3.69388rem + 1.30612vw), 5rem);
  color: var(--colorWhite);
}

.Footer-content {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  gap: 2rem;
}

@media (min-width: 36.01rem) {
  .Footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 851px) {
  .Footer-content {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
  }
}

.Footer-item {
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 75rem) {
  .Footer-item {
    margin: 0;
  }
}

@media (max-width: 850px) {
  .Footer-item {
    padding: 0;
  }
  .Footer-item:nth-child(1) {
    grid-column: 1 / span 2;
  }
}

@media (max-width: 36rem) {
  .Footer-item:nth-child(1) {
    margin: auto;
    padding: 0;
  }
  .Footer-item {
    grid-column: 1 / span 2;
  }
}

.Footer-item svg {
  min-width: 1.5rem;
}

.Footer-logo img {
  margin-bottom: 3rem;
}

.Footer-logoTitle {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 1rem;
}

.Footer-logoIcons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 75.01rem) {
  .Footer-logoIcons {
    margin-bottom: 0;
  }
}

.Footer-copyFrame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--spaceLg);
}

.Footer-copy {
  padding: 20px 0;
  background: white;
}

.Footer-copyFrame {
  font-size: clamp(11px, calc(10.38776px + 0.16327vw), 13px);
  font-weight: 700;
}

.Footer-copy a {
  color: inherit;
}

.Footer-copy p {
  align-items: center;
  display: flex;
  margin: 0;
}

@media (max-width: 23.4375rem) {
  .Footer-copy p:first-child {
    margin-bottom: var(--spaceXs);
    width: 100%;
  }
}

.Footer-copy svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
}

@media (max-width: 23.4375rem) {
  .Footer-copy svg {
    width: 1.4em;
  }
}

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