.ag-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 16px;
  padding: 0;
  padding-bottom: 120px;
  background-color: #fff;
  box-shadow: 0 0 5.2px #95989a;
}
.ag-footer .brand,
.ag-footer .navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 27.6px;
  font-family: "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.ag-footer .brand .logo {
  width: 310px;
  height: auto;
}
.ag-footer .brand .logo a {
  width: 100%;
  height: 100%;
}
.ag-footer .brand .logo a img {
  width: 100%;
  height: auto;
}
.ag-footer .brand .guidelines {
  display: flex;
  justify-content: flex-end;
}
.ag-footer .brand .guidelines a {
  color: #5e9ec6;
  text-decoration: none;
}
.ag-footer .brand .guidelines a:hover {
  text-decoration: underline;
}
.ag-footer .navigation {
  border-top: 2px solid rgba(116, 115, 129, 0.4);
}
.ag-footer .navigation .links,
.ag-footer .navigation .copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ag-footer .navigation .links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ag-footer .navigation .links .item {
  margin: 0;
  margin-right: 32px;
  padding: 0;
}
.ag-footer .navigation .links .item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #6a6975;
}
.ag-footer .navigation .links .item a:hover {
  text-decoration: underline;
}
.ag-footer .navigation .copyright {
  justify-content: flex-end;
  color: #6a6975;
}
@media (max-width: 767px) {
  .ag-footer .brand,
  .ag-footer .navigation {
    flex-direction: column;
  }
  .ag-footer .brand .logo {
    width: 295px;
    margin-bottom: 27.6px;
  }
  .ag-footer .navigation .links {
    flex-direction: column;
    align-items: initial;
    width: 100%;
    padding-bottom: 24px;
  }
  .ag-footer .navigation .links .item {
    padding: 11.6px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .ag-footer .brand .logo {
    width: 295px;
  }
  .ag-footer .navigation {
    flex-direction: column;
  }
  .ag-footer .navigation .links,
  .ag-footer .navigation .copyright {
    padding: 16px;
  }
}
