.footer_simple-links-centered {
  justify-content: space-between;
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_logo-link {
  padding-left: 0;
}

.footer_link {
  transition: color .2s;
}

.footer_link:hover {
  color: var(--orange);
}

.footer_link-list {
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}

.footer_left-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  justify-content: flex-start;
  place-items: start;
  display: flex;
}

.footer_right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_logo-icon {
  height: 6rem;
  margin-bottom: 1rem;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.footer-column.hidden {
  display: none;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-title-button {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-title {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-01 {
  padding: 1rem 3% 132px;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer_social-icon {
  width: 1.2rem;
}

.footer-awards {
  margin-top: 3rem;
}

.footer-award_iab-vendor {
  width: 250px;
}