.social-sharing{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:-webkit-max-content;width:-moz-max-content;width:max-content}.social-sharing,.social-sharing__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.social-sharing__socials{border:1px solid #07071d;border-radius:10px;padding:6.5px 15px}.social-sharing__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:24px;justify-content:center;width:24px}.social-sharing__social path{fill:var(--black);-webkit-transition:fill .2s;-o-transition:fill .2s;transition:fill .2s}.social-sharing__social:hover path{fill:var(--accent)}button.social-sharing__copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:1px solid #07071d;border-radius:10px;cursor:pointer;font-size:14px;font-weight:400;gap:4px;letter-spacing:0;line-height:120%;padding:10px}.social-sharing__title{display:none}@media (max-width:1152px){.social-sharing{width:100%}.social-sharing__title{display:block;font-size:18px;font-weight:600;line-height:23.4px;margin-right:auto}}@media (max-width:767px){.social-sharing{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;gap:24px 8px;justify-content:center}.social-sharing__title{text-align:center;width:100%}button.social-sharing__copy{margin:0 40%}}