.socialbar{display:flex;flex-wrap:wrap;gap:50px 0;justify-content:center;margin:0}@media(max-width: 400px){.socialbar{gap:10px}}@media(max-width: 599px){.socialbar{gap:20px}}@media(min-width: 600px)and (max-width: 1024px){.socialbar{gap:20px}}.socialbar__link{font-size:0;line-height:80px;margin-left:50px;color:#fff}@media(min-width: 1025px){.socialbar__link{margin-left:30px}}@media(min-width: 600px)and (max-width: 1024px){.socialbar__link{margin-left:18px}}@media(max-width: 599px){.socialbar__link{margin-left:2px;line-height:inherit}}@media(max-width: 400px){.socialbar__link{margin-left:0px}}.socialbar__link svg{height:30px;width:30px}@media(min-width: 600px)and (max-width: 1024px){.socialbar__link svg{height:30px;width:30px}}@media(max-width: 599px){.socialbar__link svg{height:24px;width:24px}}@media(max-width: 400px){.socialbar__link svg{height:initial;width:initial}}.socialbar__link:first-of-type{margin-left:0}.socialbar__link path{transition:fill .3s ease-in-out}.socialbar__link:hover path{fill:#e6f5e6}