.socialIcons{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.socialIcons__item{margin:0}.socialIcons__link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#4B7DE1;background:#EEF0F4;transition:background-color 0.15s ease,color 0.15s ease,transform 0.15s ease}.socialIcons__link:hover,.socialIcons__link:focus-visible{background:#4B7DE1;color:#ffffff;transform:translateY(-1px)}.socialIcons__icon{width:20px;height:20px;fill:currentColor}.socialIcons--hero{margin-top:24px;gap:10px}.socialIcons--hero .socialIcons__link{width:36px;height:36px}.socialIcons--hero .socialIcons__icon{width:18px;height:18px}.socialIcons--footer{margin-top:8px}.socialIcons--under-form{margin-top:16px;padding-top:16px;border-top:1px solid #EEF0F4;justify-content:flex-start;gap:10px}.socialIcons--under-form .socialIcons__link{width:36px;height:36px;border-radius:8px;background:#F4F6FB;transition:background-color 0.2s ease,color 0.2s ease,transform 0.2s ease}.socialIcons--under-form .socialIcons__icon{width:17px;height:17px}@media (hover:hover){.socialIcons--under-form .socialIcons__link:hover{background:#4B7DE1;color:#fff;transform:translateY(-2px)}}@media (max-width:600px){.socialIcons{gap:8px}.socialIcons__link{width:36px;height:36px}.socialIcons__icon{width:18px;height:18px}}