<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.socialShare {
  position: relative;
  z-index: 5;
}
.dpc-social-share a {
  position: relative;
  outline: none !important;
  transition: 0.2s all ease-out;
  left: 0;
}
.dpc-social-share a svg path {
  transition: 0.2s all ease-out;
}
.dpc-social-share a svg path[fill="black"] {
  fill: currentColor;
}
.dpc-social-share:not(.dpc-social-fixed) a {
  margin-right: 10px;
}
.dpc-social-share:not(.dpc-social-fixed) a svg {
  width: 31px;
  height: 31px !important;
}
.dpc-social-share.dpc-social-fixed {
  position: absolute;
  left: 20px;
  top: 30px;
}
.dpc-social-share.dpc-social-fixed a {
  margin-bottom: 10px;
}
.dpc-social-share.dpc-social-fixed a svg {
  width: 48px;
  height: 48px !important;
}
.dpc-social-share.dpc-social-fixed a svg path[fill="black"] {
  opacity: .35;
}
.dpc-social-share.dpc-social-fixed a:hover svg path[fill="black"] {
  opacity: 1;
}
.dpc-social-move {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dpc-social-move {
    display: block;
  }
}
.dpc-social-move.dpc-locked {
  position: fixed!important;
}
.dpc-social-move.dpc-locked a:nth-child(2) {
  transition-delay: 0.05s;
}
.dpc-social-move.dpc-locked a:nth-child(3) {
  transition-delay: 0.1s;
}
.dpc-social-move.dpc-locked a:nth-child(4) {
  transition-delay: 0.15s;
}
.dpc-social-move.dpc-locked.dpc-hide a {
  left: -65px;
}
</pre></body></html>