.top-footer {
  display: block;
  margin-bottom: 60px;
}
.top-footer img {
  max-width: 100%;
  height: auto;
}

.bottom-footer {
  height: auto;
}
.bottom-footer .footer-row {
  display: grid;
  grid-gap: 40px 8px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bottom-footer .footer-row .col1 {
  order: 3;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col1 {
    order: 1;
  }
}
.bottom-footer .footer-row .col2 {
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col2 {
    order: 2;
  }
}
.bottom-footer .footer-row .col3 {
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col3 {
    order: 3;
  }
}
.bottom-footer .footer-row .col4 {
  order: 4;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer .footer-row .col4 {
    order: 4;
  }
}
.bottom-footer .footer-row .footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bottom-footer .footer-row .footer-col .col-title {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bottom-footer .footer-row .footer-col .col-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bottom-footer .footer-row .footer-col .col-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bottom-footer .footer-row .footer-col .col-content ul li a {
  text-decoration: none;
}
.bottom-footer .footer-row .footer-col .col-content a {
  text-decoration: none;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.copyright-footer {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) {
  .copyright-footer {
    margin-top: 40px;
  }
}
.copyright-footer .text {
  display: grid;
  grid-gap: 40px 8px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  min-height: 60px;
  height: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .copyright-footer .text {
    grid-template-columns: repeat(4, 1fr);
  }
}
.copyright-footer .text .copyright {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}
.copyright-footer .text .creator {
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
}

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