@keyframes slide-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{margin-left:-100%}to{margin-left:0}}.social-banner{position:relative;background-color:var(--technical-blue);padding:48px 0;background-image:url(../../img/wave-shape.svg);background-repeat:no-repeat;background-position:5% 30%;background-size:220% 220%}@media only screen and (min-width:768px){.social-banner{padding:64px 0;background-position:10% 15%;background-size:160% 160%}}@media only screen and (min-width:992px){.social-banner{padding:80px 0;background-position:52% 40%;background-size:225% 225%}}.social-banner__headline{color:var(--white);margin:0 0 1rem 0}@media only screen and (min-width:768px){.social-banner__headline{margin:0 0 1.5rem 0}}@media only screen and (min-width:992px){.social-banner__headline{margin:0}}.social-banner__copy{color:var(--white);margin:0 0 3rem 0}.social-banner__copy p{color:var(--white)}@media only screen and (min-width:768px){.social-banner__copy{margin-bottom:4rem}}.social-banner__links{display:flex;flex-direction:row;flex-wrap:wrap;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem;justify-content:center;position:relative;z-index:2;margin:0 0 2.5rem 0}@media only screen and (min-width:768px){.social-banner__links{justify-content:left}}.social-banner__links-icon{display:block;box-shadow:var(--shadow-button);border-radius:20px;width:48px;height:48px}.social-banner__links-icon img,.social-banner__links-icon svg{width:100%;height:100%}.social-banner__links-icon svg circle{transition:fill var(--transition-time)}.social-banner__links-icon svg path{transition:fill var(--transition-time)}.social-banner__links-icon:hover svg circle{fill:var(--activating-green)}.social-banner__links-icon:hover svg path{fill:var(--dark)}.social-banner__links-icon:last-child{margin:0}