/* .c-loading {
  display: flex;
}
.c-loading__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:linear-gradient(-30deg, transparent 0%, transparent 100%, #ffffff 0%, #ffffff 50%);
}

 */
body {
  visibility: hidden;
}
.line-parent{
  clip-path:polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  font-kerning: none;
  line-height:1;
}

.c-link-fb.-small {
  width: 40px;
}

@media screen and (max-width: 767.98px) {
  .c-link-fb.-small {
    width: 18px;
  }
}