<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contest + .contest {
  margin-top: 3rem;
}
.contest__title {
  font-size: 1.875rem;
  line-height: 1.16667em;
  margin-bottom: 0.85em;
}
.contest__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 601px) {
  .contest__layout {
    grid-template-columns: minmax(25%, 1fr) 3fr;
  }
}
.contest__dates {
  font-size: 1.25rem;
  line-height: 1.25em;
}
.contest__prizes {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.6rem 1rem;
}
.contest__prizes__title {
  font-family: catamaranbold, serif;
  font-style: normal;
  font-weight: normal;
}
.contest__form_button {
  margin-top: 2rem;
}
.contest__files {
  margin-top: 2rem;
}
.contest__files__title {
  font-family: catamaranbold, serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.contest__files__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contests {
  margin-top: 6rem;
}
@media only screen and (max-width: 600px) {
  .contests {
    margin-top: 3rem;
  }
}
</pre></body></html>