#vs-videosync-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #ECEBF2;
  padding: 32px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  line-height: 1.5em;
  color: #001D3F;
}

#vs-videosync-footer p,
#vs-videosync-footer span {
  mix-blend-mode: normal;
  color: #001D3F;
  font-size: 12px;
}

.flik-logo,
.flik-text,
.flik-some,
.flik-cw {
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
  max-width: 800px;
  padding: 0 20px;
}

.flik-text {
  text-align: justify;
  margin-bottom: 18px;
}

#vs-videosync-footer .flik-logo a {
  display: block;
  margin-bottom: -6px;
}

#vs-videosync-footer svg {
  display: inline;
  width: 90px;
  transition: .3s linear;
}

#vs-videosync-footer .flik-logo a:hover svg {
  transform: scale(1.1);
}

#vs-videosync-footer .flik-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#vs-videosync-footer .flik-some {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

#vs-videosync-footer .flik-some a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#vs-videosync-footer i {
  font-size: 22px;
  transition: .3s linear;
}

#vs-videosync-footer i:hover {
  color: black;
  text-shadow: 0 0 4px #001D3F80;
}

#vs-videosync-footer .flik-cw {
  margin-bottom: 32px;
}

#vs-videosync-footer>p {
  background-color: #001D3F;
  width: 100%;
}

#vs-videosync-footer>p * {
  color: white;
}

#vs-videosync-footer .videosyncLogo {
  mix-blend-mode: normal;
}
