<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-deco__separation {
  margin: 80px 0;
  width: 100%;
  border-top: solid 1px rgba(0,0,0,0.1);
}

.c-text__link {
  font-weight: bold;
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .c-deco__separation {
    margin: 15vw 0;
  }
}</pre></body></html>