/* ABOUT SOCIAL ROW
   Compact, icon-only treatment. This file intentionally affects only About Us. */
.about-socials{
  position:relative;
  display:flex!important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:38px!important;
  margin:30px auto 0!important;
  padding:0 12px 30px;
}
.about-socials::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#d4ad16 18%,#d4ad16 82%,transparent);
}
.about-social-link{
  display:grid!important;
  place-items:center;
  flex:0 0 56px;
  width:56px!important;
  height:56px!important;
  min-height:56px!important;
  padding:0!important;
  border:1.5px solid #d4ad16!important;
  border-radius:50%!important;
  background:#0b0b0b!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(0,0,0,.16)!important;
  overflow:hidden;
  transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease!important;
}
.about-social-link>span:not(.about-social-link__mark){
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.about-social-link__mark{
  display:grid!important;
  place-items:center;
  width:28px!important;
  height:28px!important;
  color:inherit;
}
.about-social-link__mark svg{
  display:block!important;
  width:25px!important;
  height:25px!important;
  fill:currentColor!important;
}
a.about-social-link:hover,
a.about-social-link:focus-visible{
  background:#d4ad16!important;
  color:#0b0b0b!important;
  transform:translateY(-4px)!important;
  box-shadow:0 13px 26px rgba(0,0,0,.24)!important;
  outline:none;
}
@media(max-width:767px){
  .about-socials{gap:20px!important;margin-top:24px!important;padding-bottom:24px}
  .about-social-link{flex-basis:52px;width:52px!important;height:52px!important;min-height:52px!important}
  .about-social-link__mark svg{width:23px!important;height:23px!important}
}
