/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 2.5rem;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #202243;
  border: 0.1rem solid #dedede;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .social__link {
    min-height: 3.5rem;
    min-width: 3.5rem;
    height: calc((100vw - 4rem) / 4);
    width: calc((100vw - 4rem) / 4);
    max-height: 6rem;
    max-width: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .social__link {
    height: 6rem;
    width: 6rem;
  }
}
.social__link:hover {
  color: #00aeef;
}
li + li .social__link {
  border-left: none;
}
/*# sourceMappingURL=app-social.css.map */
